@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-title, .archive-title {
    font-size: 26px;
    margin: 16px 0;
    color: #FFF;
    background: #ea6182;
    padding: 10px;

}
.home .entry-title {
display: none;
}
.home .site-content .entry-title {
display: none;
}

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
a{
margin:0;
padding:0;
text-decoration:underline;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066ff;
}

.clearfix:after{
content:"";
display:block;
clear:both;
}

/*背景の幅を100％にする*/
.home #content .wrap {
    width: 100%;}
.home #content .wrap .main {
 padding: 0;}
.home #content .wrap .main section .inner{
width: 1023px;
margin:0 auto;}
#header-container {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: 80px;
    padding: 10px 0px;
}
.header-container-in.hlt-top-menu .navi {
    width: 100%;
    margin-top: -35px;
}
.article h2, .article h3, .article h4 {
	background:transparent;
}
.navi-in > ul {
position: relative;
	padding: 0;
    margin:  0;
    list-style: none;
    display: inline;
    float: right;
    text-align: center;
}
.navi-in > ul li {
    display: block;
    width: 176px;
    height: auto;
    float: left;
    position: relative;
}
.navi-in > ul li:nth-last-child(3) {
	margin-right:180px;
}
#navi .navi-in>ul>li>a {
    padding: 0 .5em;
}
#navi .navi-in>ul>li.header-tel {
	text-indent:-9999px;
	width:340px;
	height:23px;
		background:url(images/tel01-pc.png) 0 0 no-repeat;
	    position: absolute;
	    right:  185px;
		top:35px;
}
#navi .navi-in>ul>li.header-btn {
    text-indent: -9999px;
    width: 175px;
    height: 65px;
    background: url(images/btn01-pc.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
	top:0;
}
/*text*/
.txt-red {
	color:#e8163e;
}

/*トップページ*/
.home #content .wrap .main section {
padding:100px 0;
	margin-bottom: 0;
}
.content {
    margin-top: 0;
}
.entry-content {
    margin-top: 0;
    margin-bottom: 0;
}
.main-img {
	line-height:0;
	  margin-bottom: 0;
}
.main-tab,
.main-smt {
	display:none;
}
@media screen and (max-width: 1140px){
	#header-container {display:none;}
.main-pc {
		display:none;
	}
.main-tab {display:inline;}
}
@media screen and (max-width: 834px){
.main-tab {
		display:none;
	}
.main-smt {display:inline;}
}
.omoi {
	background:url(images/omoi-bg.png) center bottom no-repeat #fff2f5;
	padding:100px 0 0 0 !important;
	margin-bottom:100px;
}
.msg {
	padding:0 0 100px 0 !important;
		background:url(images/msg-bg.gif) center top repeat-x #f3f2ee;
	      margin: 100px 0 0;
}
.msg h2{
	text-align:left;
padding:0;}
.ph-r,
.ph-l{
	position:relative;
	padding-top:40px;
	clear:both;
	margin-bottom:50px !important;
}
.ph-l{
	padding-top:0px;
}
.ph-r .txt,
.ph-l .txt {
	position:relative;
	width:53%;
	background:#FFF;
	padding:30px 40px;
	z-index:400;

}
.ph-l .txt {
	float:right;
}
.ph-r .ph-r01 {
	z-index:0;
	position: absolute;
	right:0;
	top:0;
}
.ph-l .ph-l01 {
	z-index:0;
	position: absolute;
	left:0;
	top:0;
}
.reason {
		background:url(images/bg01.jpg) center top repeat-x #FFF;
}
.reason li {
	width:30%;
	margin:0 5% 0 0  !important;
	float:left;
}
.reason li:nth-child(3)  {
	margin:0 !important;
}
.reason li span {
color: #e8163e;
    font-size: 130%;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 1.7;
}
ul {
    list-style-type: none;
}
ol, ul {
    padding-left: 0;
}
.support {
		background: #f3f2ee;
	    margin-bottom: 0;
}
.support-wrapper{
	background:#FFF;
	padding:10px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
	margin-bottom:5%;
}
.support01 {
	border :1px #cac8be solid;
	background:#FFF;
	padding:3%;
	
}
.support01 h3 {
    border: 0;
    line-height: 2.5;
    margin-bottom: 10px;
    padding: 0;
}
.support01 .txt-area {
	float:left;
	width:46%;
	position:relative;
	min-height: 300px;
}
.support01 .photo-r {
	float:right;
	width:48%;
}
.support01 a {
    border: 1px #cac8be solid;
    padding: 4px 25px 4px 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
	color:#000;
}
.support01 a::before { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ea6182;
}
.support01 a:hover {
	background:#ea6182;
	color:#FFF;
}
.support01 a:hover::before { /* 三角形の表示設定 */
  content: "";
  right: 7px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #FFF;
}
.contact .inner {
background:#FFF;
	padding:60px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}
.contact .txt-area {
width:50%;
float:left;
}
.contact .photo-r{
width:50%;	
	    float: right;
}
ul.check1 {
	background:#f2f0ec ;
	padding:30px 30px 25px;
}
ul.check1 li {
			background:url(images/check01.png) 0 5px no-repeat;
	padding:0 2% 2% 35px;
	font-size:120%;
	font-weight:bold;
}
.contactus ul {
	clear:both;
	background:#fff0f2;
	padding:5% 4%;
}
.contactus ul li {
	margin:0;
	float:left;
	text-align:center;
}
.contactus ul li.tel00 {
	width:40%;
	margin-right:3%;
}
.contactus ul li.btn00 {
	width:57%;
}
.anime {
		background:#fff2f5;
}
.anime .inner {
		background:#fff;
	padding:40px;
}
.anime-mv {
	padding-left:0;
}
.anime-mv li {
	float:left;
	width:32%;
	margin-left:0 !important;
	margin-right:2% !important;
}
.anime-mv li:nth-child(3)  {
	margin:0 !important;
}
ul.check2  {
	margin-bottom:0;
}

ul.check2 li {
			background:url(images/check01.png) 0 5px no-repeat;
	padding:0 2% 1% 35px;
	font-size:120%;
	color:#ea6182;
	font-weight:bold;
}
.final {
	padding:80px 0 100px 0 !important;
		background:url(images/bg01.jpg) center bottom repeat-x #f3f2ee;
	    margin-bottom: 0;	
}
.final h2 {
	float:left;
	width:220px;
}
.final .txt-area {
	border-left: #989696 1px solid;
    display: table-cell;
    padding: 0 3% 0 3%;
	margin-bottom:5%;
}
.final .txt-area strong {
display: inline-block;
    font-size: 140%;
    padding: 2px 5px;
    margin: 3px 0;
    color: #e8163e;
    line-height: 1.8;
	}
ul.ph-b {
	margin-top:5%;
}
ul.ph-b li {
	float:left;
	width:32%;
	margin-left:0 !important;
	margin-right:2% !important;
}
ul.ph-b li:nth-child(3)  {
	margin:0 !important;
}

.mark-wh {
  background-color: #FFF;
}

img.alignright{ margin:5px 0 30px 30px;}
img.alignleft{ margin:5px 30px 30px 0;}
.alignright{ float:right; }
.alignleft{ float:left; }


.tab-img { display:none;}
.tabsmt-img { display:none;}
.smt-img { display:none;}
/************************************
** Font
************************************/
.red{color:#A52A2A:}
.bold{ font-weight:bold;}
.uline{ text-decoration:underline;}

.fss{font-size:60%;}
.fs{font-size:80%;}
.fm{font-size:120%;}
.fl{font-size:140%;}
.fll{font-size:180%;}

.center{ text-align:center;}
.left{ text-align:right;}
.right{ text-align:left;}


/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/************************************
** margin / padding
************************************/
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}

/************************************
** tittle
************************************/
.article h2.ti02 {
  position: relative;
  padding: 1rem 0;
  margin-bottom: 40px;
  overflow: hidden;
  color: #353535;
  font-weight: bold;
  font-size: 32px; /* h3より一段大きく */
  border: none !important;
}

.article h2.ti02::before,
.article h2.ti02::after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: '';
}

/* ベースライン（濃） */
.article h2.ti02::before {
  border-bottom: 6px solid #8e8a8a;
}

/* アクセントライン（薄・少し上に重ねる） */
.article h2.ti02::after {
  border-bottom: 6px solid #ddb3b8;
  bottom: 4px; /* ← h3との差別化ポイント */
}



.article h3.ti03 { 
   position: relative;
    padding: 0.8rem 0;
    margin-bottom: 30px!important;
    overflow: hidden;
    color: #353535;
    font-weight: bold;
    font-size: 26px;
	border:none!important;
}

.article h3.ti03:before,
.article h3.ti03:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}
.article h3.ti03:before {
    border-bottom: 5px solid #8e8a8a;
}	
.article h3.ti03:after {
    border-bottom: 5px solid #ddb3b8;
}	
	
.article h4.ti04 {
 position: relative;
  padding: 10px 10px 10px 30px;
}
.article h4.ti04:before {
   position: absolute;
  content: '';
  top: 0.5em;
  left: 0.5em;
  width: 6px;
  height: calc(100% - 1em);/*100％から上下の空き分を除いたもの*/
  background-color: #F48FB1;
  border-radius: 4px;
}
/************************************
** list
************************************/
.listcircle{ padding-left:0px!important; margin-bottom:30px!important;}
 
.listcircle li{
  position: relative;
  padding-left: 30px;
 list-style:none;
 font-size:1em;
}
 
.listcircle li:before {
  content: "";
  position: absolute;
  top:8px;
  left: 0;
  width:15px;
  height:15px;
  background-color: #ea6182;
  border-radius: 50%;
}


/************************************
** 固定ページ
************************************/
.page .inner{
max-width: 1100px;
margin: 0 auto;
}

/************************************
** 投稿ページ
************************************/

/************************************
** お問い合わせ
************************************/
/*デザインcss↓*/
.box_con {
  max-width: 1100px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
text-align:left;
}

.input-zip{ width:120px!important;}

.submit-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}

.boxBtn{
	position:relative;
	height: 50px;
	text-align:center;
}

.box_con input[type=submit]{
	width:50%;
}


 
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #f5f6f7;
    padding: .8em .2em;
  }
}
.box_con form table tr th span {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;

  color: #fff;
  font-size: 14px;	
}
.box_con form table tr th .optional { background: #337ab7;}
.box_con form table tr th .essential { background: #cd6f55;}



.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
	  text-align:center;
  }
	.box_con form table tr td.koumoku{ padding-left:20px;text-align:left;}	
	
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #4c7096;
}
.box_con form table tr label input {
  cursor: pointer;
vertical-align: middle;
}
.box_con form table tr .radio02-input{
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}

.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #4c7096;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
 width: 100%;
  height: 3em;*/
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
width:100%!important;
height:100px!important;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}
.input-zip{ width:120px!important;}


/************************************
** 各種許認可申請
************************************/
.table-container {
            width: 100%;
            overflow-x: auto;
            margin-bottom: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        
.table-price {
            width: 100%;
            border-collapse: collapse;
            background-color: #fff;
			margin-bottom:0!important;
        }
        
        .table-price th, .table-price td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: center;
        }
        
        .table-price th {
            background-color: #f2f2f2;
            font-weight: bold;
            white-space: nowrap;
        }
.table-price th.th01{width:30%;}
.table-price thead th{ background-color:#fff0f2!important;}
        
        /* 許可区分の背景色 */
        .license-type {
            background-color: #e1f5fe;
            text-align: center;
            vertical-align: middle;
            writing-mode: vertical-rl;
            text-orientation: upright;
            white-space: nowrap;
            min-width: 40px;
            font-weight: bold;
        }
        
        /* 業種区分の背景色 */
        .business-type {
            background-color: #f2f2f2;
            text-align: center;
            vertical-align: middle;
            min-width: 40px;
            font-weight: bold;
        }
        
        /* 特定建設業の表示 */
        .special-note {
            writing-mode: vertical-rl;
            text-orientation: upright;
            font-size: 0.9em;
            padding: 5px;
            white-space: nowrap;
            height: 130px;
            vertical-align: middle;
        }
        
        /* その他サービスの背景色 */
        .other-service {
            background-color: #fff9c4;
            text-align: left;
            padding-left: 15px;
			font-weight:bold;
        }
        
        /* 金額セルのスタイル */
        .fee-cell {
            text-align: right;
            padding-right: 15px;
            font-weight: bold;
        }
.td01{ background-color: #e1f5fe;font-weight:bold;}
        
        /* 注釈と補足説明 */
        .notes {
            margin-top: 15px;
            margin-bottom: 30px;
            font-size: 0.9rem;
            line-height: 1.5;
        }
        
        .supplement {
            margin-top: 20px;
            font-size: 0.9rem;
            background-color: #f5f5f5;
            padding: 15px;
            border-radius: 5px;
            border-left: 4px solid #F48FB1;
        }
        
        /* サブ区分の背景 */
        .sub-category {
            background-color: #e8f5e9;
			font-weight:bold;
        }

        /* 入れ子構造用のインデント */
        .indent-1 {
            padding-left: 25px;
            text-align: left;
        }
        
        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .table-container {
                overflow-x: auto;
            }
            
            .large-table {
                min-width: 600px; /* テーブルの最小幅を設定 */
            }
            
            .special-note {
                height: 100px;
                font-size: 0.8em;
            }
            
            h1 {
                font-size: 1.4rem;
            }
            
            h2 {
                font-size: 1.2rem;
            }
        }
        
        /* さらに小さい画面向け */
        @media (max-width: 480px) {
            
            .notes, .supplement {
                font-size: 0.8rem;
            }
            
            .table-price td, .table-price th {
                padding: 8px 5px;
                font-size: 0.9rem;
            }
        }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
.wrap {
    width: 100%;
}	
#header {
		display:none;
	}
.logo-menu-button {
		text-align:left;
		width:50%;
	}
.has-logo-button .logo-menu-button {
    flex-grow: 0;
	    width: 100% !important;
	    display: inline;
}
.logo-menu-button img {
    max-height: 44px;
    display: block;
    margin: 1%;
}
.home #content .wrap .main section .inner {
    width: 96%;
}
/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #FFF;
	transform: translateX(101%);
}
.contact .txt-area,
.contact .photo-r {
width:100% ;
float:none ;
}
.contact .photo-r{
	text-align:center;
}
	
.alignright{ float:right; }
.alignleft{ float:left; }
	

img.alignright, img.alignleft {
float: none;
display: block;
margin: 5px auto 20px auto;
}
	
	
.pc-img { display:none;}
.tab-img {display:inline;}
.tabsmt-img {display:inline;}
}

/*834px以下*/
@media screen and (max-width: 834px) {
	.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1em;
}
	    .article ul, .article ol {
        padding-left: 0;
    }
.omoi {
    background: none;
}	

.ph-r {
	    margin-bottom: 15px !important;
}
	
.ph-r .txt, .ph-l .txt {
		width:100%;
	padding: 20px;
	    margin-bottom: 15px !important;
	
	}
.ph-r .ph-r01 {
    position: relative;
	text-align: center;
    margin: 15px auto ;
}	
.ph-l .ph-l01 {
    position: relative;
	text-align: center;
    margin: 15px auto ;
}
.reason li {
    width: 100%;
    margin: 0 0 30px 0 !important;
    float: none;
}
.support01 .txt-area {
    float: none;
    width: 100%;
}
.support01 .photo-r {
    float: none;
    width: 100%;
}
.support01 a {
    border: 1px #cac8be solid;
    padding: 4px 25px 4px 7px;
    position: relative;
    text-align: right;
    text-decoration: none;
    color: #000;
    float: right;
}
.final h2 {
		width:100%;
}
.final .txt-area {
    border-left:0;
		width:100%;
    display: table-cell;
    padding: 0;
    margin-bottom: 5%;
}	
.contactus ul li.tel00,
.contactus ul li.btn00 {
	width:100%;	
	}
.contact .inner {
    padding: 5%;}
.support01 h3 {
		line-height: 3;}
ul.check1 {
    background: #f2f0ec;
    padding: 3% 5% 2%;
}
.contactus ul {
    padding: 2%;
}
.contactus ul li.tel00 {
    margin-right: 3%;
    margin-bottom: 1%;
}
section.omoi .inner {
        width: 100% !important;
    }
.pctab-img { display:none;}
.tab-img { display:none;}
.smt-img { display:inline;}
}

/*480px以下*/
@media screen and (max-width: 480px){
.anime-mv li {
	width:100%;
	margin-right:0;
}
.anime .inner {
    background: #fff;
    padding: 4%;
}
ul.check1 li,
	ul.check2 li{
    background: url(images/check01.png) 0 5px no-repeat;
    padding: 0 1% 1% 30px;
    font-size: 100%;
    font-weight: bold;
    background-size: 20px auto;
}
.ph-r, .ph-l {
    padding-top: 0;

}
.article h2, .article h3, .article h4, .article h5, .article h6 {
        margin-bottom: .3em;
    }
.home #content .wrap .main section {
        padding: 80px 0 10px !important;
}
}

/* ==============================
   投稿ページ共通（PC 800px）
============================== */

.single .entry-content .article-body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.9;
  color: #333;
}

/* 冒頭リード文 */
.single .entry-content .article-lead {
  font-size: 19px;
  font-weight: 600;
  color: #d85675;
  margin-bottom: 1.8em;
}

/* 見出し h2 */
.single .entry-content .article-body h2 {
  margin: 2.5em 0 1em;
padding: 15px 10px 15px 15px;
  border-left: 4px solid #d85675;
  font-size: 24px;
  color: #d85675;
}

/* h3（必要な場合） */
.single .entry-content .article-body h3 {
  margin: 2em 0 0.8em;
  font-size: 19px;
  color: #d85675;
}

/* 段落 */
.single .entry-content .article-body p {
  margin-bottom: 1.3em;
}

/* リスト */
.single .entry-content .article-body ul {
  margin: 1.8em 0;
  padding-left: 1.6em;
}
.single .entry-content .article-body li {
  margin-bottom: 0.7em;
}

/* 強調 */
.single .entry-content .article-body strong {
  color: #c44763;
}

/* 補足・まとめボックス */
.single .entry-content .article-note {
  background: #fff1f5;
  padding: 18px 22px;
  margin: 2em 0;
  border-left: 5px solid #d85675;
  border-radius: 4px;
}

.single .entry-content ul.postlist {
  list-style: disc;           /* ● */
  padding-left: 1.6em;
  margin: 1.8em 0;
}

/* list */
.single .entry-content ul.postlist li {
  margin-bottom: 0.7em;
  line-height: 1.8;
}

/* ● の色をピンクにしたい場合 */
.single .entry-content ul.postlist li::marker {
  color: #d85675;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .single .entry-content .article-body {
    font-size: 16px;
  }
  .single .entry-content .article-lead {
    font-size: 18px;
  }
  .single .entry-content .article-body h2 {
    font-size: 22px;
  }
}
/* ==============================
   投稿ページ：アイキャッチ調整
============================== */
/* 投稿ページのアイキャッチだけ */
.single .eye-catch-wrap {
  display: flex;
  justify-content: center;
}

/* アイキャッチ全体 */
.single .eye-catch {
  text-align: center; /* 中央寄せ */
}

/* 画像サイズ調整 */
.single .eye-catch img {
  max-width: 480px;   /* ← 小さめサイズ（おすすめ） */
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}
/* ニュースレター一覧 */
.sec-newsletter {
  max-width: 800px;
margin:0 auto;
}

.sec-newsletter h3 {
  margin-top: 32px;
}

.pdf-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.pdf-list li {
  margin-bottom: 12px;
}

.pdf-list a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding:10px 0 10px 36px;
  line-height: 1.6;

  /* PDFアイコン */
  background-image: url("images/icon-pdf.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto; /* ← アイコンサイズ調整 */
}

/* hover時（任意） */
.pdf-list a:hover {
  text-decoration: underline;
}


