@charset "UTF-8";



.entry-content{
	width: min(100%,1350px);
	color: #666;
	margin: 0 auto;
}


.entry-header{
	margin-top: 100px;
	text-align: center;
	margin-bottom: .5rem;

}

h1.entry-title {
	position: relative;
	display: inline-block;
	font-size: 24px;
    font-weight: 600;
	margin-bottom: .5rem;
}

h1.entry-title a{
	text-decoration: none;
	color: #003366;
}

h1.entry-title:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79b6c8;
	border-radius: 2px;
  }

/*
  .entry-content .profile{
	width: 85%;
	font-size: 0;
	display: block;
	text-align: center;
	margin: 0 auto;
}
*/
.entry-content .profile{
width: 85%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
background: #FAF6F0;
margin: auto;
}

.entry-content .profile_l{   
	width: 70%;

	padding: 16px;
	margin: 0;
}




div.entry-meta{
	font-size: 0.8em;
	color: #999;
	margin: 0 auto 15px;
}


.entry-content p{
	width: 98%;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	margin: 0 auto .75rem;
	
}

.entry-content p a{
	text-decoration: none;
	color: #037af9;
}

.entry-content p.top_guide{
     text-align: center;
	 list-style: 1.7;
	 margin-bottom: 35px;
}

.center_text{
	text-align: center;
	color: #666;
	margin-top: 100px;
	margin-bottom: 30px;

	}
	
	.center_text p{
	  position: relative;
	  display: inline-block;
	  font-size: clamp(1.2rem, 7vw, 2rem);
	  font-weight: 600;
	  text-align: center;
	}
	.center_text p::before {
	  content: '';
	  position: absolute;
	  bottom: -5px;
	  display: inline-block;
	  width: 60px;
	  height: 2px;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  background-color: #999;
	  border-radius: 2px;
	}



/*p用のバックグランド*/

.entry-content p.font_big{
font-size: 21px;
}

.entry-content p.bk{
	background: #ffffe2;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}

.entry-content p.bk_blue{
	background: #dfeffb;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}


.entry-content p.bk_red{
	background: #fde6e6;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}

.entry-content strong{
	font-weight: bold;
}


.entry-content h1{
	font-size: 21px;
    font-weight: normal;
	background: #fff;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	line-height: 1.5;
	color: #003366;
	margin: 0 auto 16px;
	padding: 8px ;
}






.entry-content h2 {
  position: relative;
  padding: 0 .5rem .3rem 3rem;
  border-bottom: 1px solid #79b6c8;
  font-weight: 600;
  margin: 2rem auto 1.5em;
}
.entry-content h2::before,
.entry-content h2::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.entry-content h2::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #79b6c8;
 }
.entry-content h2::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
 background: #79b6c8;
}



.entry-content h3{
  position: relative;
  padding: 0 .5rem .2rem 2rem;
  font-weight: 600;
  border-bottom: 1px solid #79b6c8;
  margin: 1rem auto 1.5rem;	
	}
	
.entry-content h3::after{
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 1;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #79b6c8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	}
	
.entry-content h4{
	font-size: 1em;
	border-left: 3px solid #79b6c8;
	text-indent: 0.5em;
	font-weight: 500;
	margin: 0 auto 1.5em;
	}
	
.entry-content h5{
	font-size: 1em;
	border-left: 3px solid #79b6c8;
	text-indent: 0.5em;
	font-weight: 500;
	margin: 0 auto 1.5em;
	}
	
.entry-content ul{
	margin: 0 auto 1em;
}	
	
.entry-content ul li{
	list-style-position: inside;
	line-height: 1.8;
	margin: 0px 0px 3px 1em;
}

.entry-content ol li{
	line-height: 1.8;
	margin: 0px 0px 3px 1em;
}

/*出張エリア*/
.entry-content ul.list_line{
	font-size: 0;
	text-align: center;
	margin: 21px  0;
}

.entry-content ul.list_line li{
	display: inline-block;
    background: #77c7c6 ;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding:  3px 6px ;
	margin: 0 2px 8px;
}

.entry-content ul.list_line li.li_back{
	background: #79b6c8;
}

/*li用のバックグランド*/
.entry-content ul.bk,
.entry-content ol.bk{
	background: #ffffe2;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}

.entry-content ul.bk_blue,
.entry-content ol.bk_blue{
	background: #dfeffb;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}


.entry-content ul.bk_red,
.entry-content ol.bk_red{
	background: #fde6e6;
	border: 1px #999 solid;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 8px;
}	

.entry-content  ul.ck li{
    list-style: none;
}

.entry-content  ul.ck li:before{
 font-family: "Font Awesome 5 Free";
 content: "\f152"; /* 絵文字のコード */
  font-weight: 900;
 margin-right: 4px;
 color: #06477d;
}

.entry-content  ul.li_tag li{
	list-style: none;
	display: inline-block;
background-color: #FAF6F0;
border-radius: 6px;
padding: 4px 12px;
margin-bottom: 8px;
}

.entry-content  .li_tag li a{
	text-decoration: none;
	color: #333;
}

.entry-content  .li_tag li::after{
display: inline-block;
border-top: 1px solid #333;
border-right: 1px solid #333;
width: .5rem;
height: .5rem;
vertical-align:middle;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
margin-left: .2rem;
margin-top: -0.2rem;
}

.entry-content .wp-caption,
.entry-content .wp-caption-text{
	width: 98%;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0 auto 16px;
}

.entry-content a{
	font-weight: 500;
}


.entry-meta{
	font-size: 12px;
	text-align: right;
}

.entry-meta span{
	color: #555;
}

.entry-meta a{
	text-decoration: none;
	color: #555;
}

.entry-meta .tag_list li {
	display: inline-block;
	line-height: 2;
	white-space: nowrap;
}

.tag_emoji a:before {
 font-family: "Font Awesome 5 Free";
 content: "\f02b"; /* 絵文字のコード */
 font-weight: 900;
 padding: 0 4px 0 4px;
}



.categories-links a:before {
 font-family: "Font Awesome 5 Free";
 content: "\f07c"; /* 絵文字のコード */
 font-weight: 900;
 padding-right: 4px;
}

/*記事リンク*/

.entry-content .link_icon a{
	display: block;
	color: #960e0e;
	margin: 0 ;
}

.entry-content .link_icon a:before{
 font-family: "Font Awesome 5 Free";
 content: "\f14c"; /* 絵文字のコード */
 padding: 0 ;
 }
 



/*公開日更新日*/
time{
	display: block;
	text-align: right;
	margin: 0px 8px 24px 0;
}


.date,.update{
	font-size: 12px;
    color: #666;
    display: inline-block;
	margin:0px ;
}

.update{
    margin-left: 20px;
}

.date:before{
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    color: #666;
     font-weight: 900;
    margin-right: 4px;
}

.update:before{
    content: "\f021";
    font-family: "Font Awesome 5 Free";
    color: #666;
     font-weight: 900;
    margin-right: 4px;
}


.pagenav{
	width: 90%;
	font-size: 0.9em;
	margin: 30px auto 15px;
}

.pagenav .old{
	width: 50%;
	float: left;
	background: #f5efe2;
}

.pagenav .new{
	width: 50%;
	float: right;
	background: #f5efe2;
}

.pagenav .new img{
	width: 80px;
	float: right;
}

.pagenav .old img{
	width: 80px;
	float: left;
}

.pagenav .new h3 , 
.pagenav .old h3{
	width: 60%;
}


.pagenav .new , 
.pagenav .old{
	height: 90px;
	border: 1px solid #999;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px ;
}




.pagenav .new a , 
.pagenav .old a{
	width: 100%;
	display: inline-block;
}

.pagenav .new:hover , .pagenav .old:hover{
	background: #f4e5c7;
	}

.pagenav .old .pnav-thumb , 
.pagenav .old h3 ,
.pagenav .new .pnav-thumb , 
.pagenav .new h3{
display: inline-block;
}





.pagenav .old h3 {
	font-size: 14px;
	text-align: right;
	font-weight: 300;
	color: #666;
	margin-right: 5px;
}


.pagenav .new h3 {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	color: #666;
	margin-left: 5px;
}

/*見積もりボタン*/
.box_but_bk{
	width: 640px;
	background: #cceafa;
	padding: 16px 0;
	margin: 21px auto 21px;
}

.box_but_bk p{
	text-align: center;
	line-height: 0;
	margin: 8px auto 16px;
	padding: 0;
}

.box_but_bk p.f16{
	font-size: 16px;
}

.box_but_bk p.f14{
	font-size: 14px;
}

.box_but_bk p.f13{
	font-size: 13px;
}


.box_but{
	display: block;
	width: 60%;
	text-align: center;
	border-radius: 8px;
	background:-webkit-linear-gradient(#579de8 0%, #07499f 100%);
	padding: 4px;
	margin: 0 auto;
}


.box_but a{
	display:inline-block;
	width: 98%;
	font-size: 1.2em;
	color: #ffff00;
	text-decoration: none;
	padding: 18px 0;
}

.box_but > img{
	display:inline-block !important;
	width: 1px;
	padding: 0;
}


/*テーブル*/

.price_tb{
	width: 90%;
}

.price_tb th{
	border: 1px solid #999;
	background: #c1e4fa;
	padding: 6px 0;
}

.price_tb td{
	text-align: center;
}

.price_tb tr:nth-child(odd){
	background: #f5f5f5;
}

/*テーブルスクロール*/
.scroll table{
width:100%;
}

.scroll{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}



/*新Q&A*/

.accordion {
    margin-bottom: 7px;
    background-color: #e6edf3;
    border-radius: 5px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

/*アンカーリンクで飛んできたとき用*/
.accordion summary:target{
	color: red;
	font-size: 1.2rem;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b6bdc3;
    border-right: 3px solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
	width: 80%;
    animation: fadeIn_accordion 0.5s ease;
    opacity: 1;
}

@keyframes fadeIn_accordion {
	0% {
	  opacity: 0; /* 透明 */
	  transform: translateY(-10px); /* 上から表示 */
	}
	100% {
	  opacity: 1;
	  transform: none;
	}
  }

/*前後リンク*/

.but_box{
	background: #a47008;
	border-radius: 6px;
	padding: 12px;
}

.but_box a{
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
}

.f_l{
	float: left;
}

.f_l:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    color: #fff;
     font-weight: 900;
      font-size: 1.5em;
    margin-right: 4px;
}



.f_r{
	float: right;
}

.f_r:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #fff;
     font-weight: 900;
     font-size: 1.5em;
    margin-left: 4px;
}

/*目次*/
.mokuji_box{
	width: 70%;
	background: #f5f5f5;
	margin: 0 auto 1.5rem;
	padding: 1rem;
}

.mokuji_box p{
	margin: 0 auto;
}


.mokuji li{
	line-height: 1.5;
	list-style-type: decimal;
}

.mokuji li a{
	color: #1039b4;
	}
	
	
.entry-content .box_1{
	width: 40%;
	float: left;
	margin-left: 20px;
}

.entry-content .box_2{
	width: 40%;
	float: right;
	margin-right: 20px;
}

/*フォロー*/
.flow_list {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .flow_step {
	padding-left: 0;
	border-bottom: solid 1px #E1E8ED;
  }
  
  .flow_step > li {
	list-style-type: none;
	display: flex;
	padding: 20px 0;
	border-top: solid 1px #E1E8ED;
  }
  
  .flow_step > li dl dt {
	font-size: 1.2em;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 10px;
  }
  
  .flow_step > li .step_icon {
	line-height: 1;
	font-size: 2em;
	font-weight: bold;
	color: #E26B5D;
	text-align: center;
	width: 70px;
	position: relative;
	margin-top: 0;
  }
  
  .flow_step > li .step_icon::before {
	content: 'STEP';
	font-size: 0.3em;
	display: block;
	margin-bottom: 3px;
	letter-spacing: 1px;
  }
  
  .flow_step > li .step_icon::after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	background-color: #858585;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	margin: auto;
  }
  
  .flow_step > li dl dd {
	margin: 0;
  }
  
  .flow_step > li dl {
	width: calc(100% - 70px);
	margin-top: 0.8em;
  }


/*見積もりガイド*/
.entry-content p.guide_but {
	width: fit-content;
	font-size: clamp(1rem, 5vw, 2rem);
	text-align: center;
	border: 2px #fff solid;
	background: #79b6c8;
	outline: 1px solid #fff;
	outline-offset: -10px;
	margin-top: 1.5rem;
}

.entry-content p.guide_but a {
	font-weight: 550;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 16px 26px;
}


@media only screen and (max-width: 736px) {/*スマホ*/

	.entry-content{
		width: 98%;
		margin: 0 auto;
	}
	


h1.entry-title {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 auto 16px;
}

.mokuji_box{
	width: 98%;
}
.pagenav {
	width: 96%;
	margin: 20px auto 15px;
}

.pagenav .old{
	width: 100%;
	float: none;
}

.pagenav .old{
	border-right: 1px solid #999;
}

.pagenav .new{
	width: 100%;
	float: none;
	margin: 15px auto 0;
}
.entry-content ul{
	margin: 0 auto 1em;
}

.entry-content li{
	font-size: 1.1em;
	margin: 0 auto 5px;
}

h1.entry-title {
	font-weight: bold;
	}

.entry-content h2 {
	font-size: 1.2rem;
}

.entry-content h3 {
	font-size: 1.2rem;
}

.entry-content h4,
.entry-content h5{
	font-size: 1.1rem;
	}

.entry-content p{
	width: 96%;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin: 0 auto 1rem;
	
}

.center_text p{
	position: relative;
	display: inline-block;
	font-size: clamp(1.2rem, 6vw, 2rem);
	font-weight: 600;
	text-align: center;
  }

.entry-content br{
	display: block;
	content: "";
	margin-bottom: .3rem;
}

.entry-content .wp-caption{
	max-width: 100%;
}

.mobi_but{
	width: 90%;
	display: block;
	margin: 0 auto;
}

.cat_list{
	width: 96%;
	margin: 55px auto 75px;
}



.cat_list li{
	font-size: 18px;
	line-height: 1.8;
	border-bottom: dotted #999 1px;
	margin: 0 auto 12px;
	padding: 0 5px 8px;
}



.box_but a{
	width: 90%;
	font-size: 1em;
}

.box_but_bk{
	width: 100%;
}

.box_but_bk p{
	line-height: 0;
}

.tb_list td{
	font-size: 1em;
}
.tb_list tfoot td{
	font-weight: bold;
	}
	
	
.entry-content .box_1,
.entry-content .box_2{
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
	float: none;
}

}/*スマホ*/


@media only screen and  (min-width: 737px) and (max-width: 1024px){
	div.content-area{
	width: 100%;
	margin: 0 auto 50px;
}

.entry-content .wp-caption{
	max-width: 100%;
}

.mitumori_box{
	width: 91.4%;
}


}













