/*
Theme Name: リニューアルファクトリー						
*/

.sp{display:none;}

:root {

--main-color: #ff6720;/*オレンジ*/
--main-color2:#EA4A00;/*濃いオレンジ*/
--sub-color: #FFCE21;/*明るい黄色*/
 }


.bgmenu-icon{
	background-image: url("../../../image/top/menu-icon.png");
	background-position: right top;
	background-repeat: no-repeat;
}


.bgmenu-icon2{
	background-image: url("../../../image/top/menu-icon2.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*リキャプチャのマーク消す*/
.grecaptcha-badge { visibility: hidden; }



.ov a img{
	transition: 1.0s ;
}
.ov a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.bggrey{
	background-color: #fafafa;
}
.bgyel{
	background-color: var(--main-color);
}

.bgbeige{
	background-color: #f2f2f2;
}

.bgwhite{
	background-color: #fff;
}

.bgao{
	background-color:var(--main-color);
}
body{text-align:center;}

/**************************************************************
ヘッダー
**************************************************************/
#title {
	margin: 0px;
	padding: 0px;
}
#title-inner {
	margin: 0px auto;
	padding: 5px 0;
	position: relative;
	text-align: left;
	max-width: 1200px;
	display:flex;
	flex-wrap:wrap;
}

#title-inner .logo{
	width:35%;
}
#title-inner .logo img{
	width: 100%;
	max-width:420px;
	height:auto;
}


#title h1 {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    right: 0px;
    top: 3px;
    color: var(--main-color);
    line-height: 120%;
	text-align: right;
}
#title-inner .title-right{
	width:65%;
}
#title-inner .t-right{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	align-content: flex-end;
	margin:15px 0 7px;
}
#title-inner .t-right .telimg{
	height:55px;
	width:auto;
	font-size:30px;
	line-height:24px;
	padding-top:5px;
}
#title-inner .t-right .telimg span{
	font-size:13px;
	display:block;
	text-align:center;
}
#title-inner .t-right .telimg img{
	width:100%;
	height:auto;
}
	
#title-inner .t-right .bt a{
	display: block;
	width:200px;
	background-color: var(--main-color);
	margin-left:10px;
	padding:12px;
	text-align: center;
	color:#fff;
	border-left:10px solid var(--sub-color);
	transition: 0.5s;
	font-weight:600;
}
#title-inner .t-right .change a{
	background-color: var(--main-color2);
}
#title-inner .t-right .bt a:hover{
	background-color: var(--sub-color);
}

/**************************************************************
グローバルナビ
**************************************************************/
#globalnavi{
	margin: 0;
	padding: 0;
	border-bottom: solid 2px var(--main-color);
}
#globalnavi-inner{
	margin: 0 auto;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

#globalnavi li{
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	flex-grow: 1;
	transition: 0.5s;
	border-left:solid 1px #ccc;
}


#globalnavi a{
  text-align: center;
  padding: 0;
  display:inline;
   list-style-type:none; 
	font-size: 16px;
	padding: 15px 0;
	display: block;
	line-height: 120%;
	color: #000!important;
	transition:0.5s;
}

#globalnavi a:hover{
	background-color: var(--main-color);
	color: #fff!important;
}
#globalnavi li + li {
  border-left: 1px solid #999;
}
.border-tt{
	border-right: solid 1px #ccc;
}



/**************************************************************
フッター
**************************************************************/

#bottom {
	margin: 0px;
	position: relative;
	background: #272625;
	text-align: center;
	clear: right;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	overflow: hidden;

}

#bottom-inner{
	max-width: 1000px;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	gap:0 5%;
}

.bottom-l{
	width: 30%;
	font-size: 11px;
}
.bottom-l img{
	width: 100%;
	height: auto;
}


img[src$="image/base/f-logo.png"]{
		width: 50%;
		height: auto;
}
img[src$="image/base/k-logo.webp"]{
		width: 30%;
		height: auto;
}
.bottom-r{
	width: 65%;
	text-align: left;
	display:flex;
	flex-wrap:wrap;
	font-size:16px;
}
.bottom-r .box{
	width: 50%;
	line-height:180%;
}

#bottom a:link, #bottom a:visited {
	color: #fff;
	border:none;
	text-decoration:none!important;

}
#bottom a:hover, #bottom a:active {
	color: #fff8e8;
	border:none;
	text-decoration:none!important;
}

.copy{
	background-color: #3f3a39;
	color: #fff;
	padding: 10px;
	font-size:12px;
}


.gotottop{
position:fixed;
	bottom:0;
	right:0;
z-index: 1500;
}

.gotottop img{
	width:90px;
	height:auto;
}
.fix-btn {
    position: fixed;
    top: 53%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}
.fix-btn li{
	list-style:none;

}

.fix-btn_text img{
	width:99px;
	height:auto;
	padding-top:10px;
	transition:box-shadow 0.3s, transform 0.3s;
}
.fix-btn img:hover{
    transform:translate(0, -7px);
}

/********************************************************
 * 下層ページ
 * **********************************************************************/


.sub-midashi{
	background-color: var(--main-color);
	padding: 30px;
	color: #fff;
	font-size: 24px;
	font-weight:700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-midashi img{
	height: 40px;
	width: auto;
	margin-right: 15px;
}

#sub-cont{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 10px;

}


/**************************************************************
各ページ
**************************************************************/

#top-slider{


}

.top-tel-info{
	max-width: 800px;
	margin: 0 auto;
	padding: 25px 0;
	display: flex;
	align-items: center;
}
.top-tel-info .text{
	width: 50%;
	border-right: solid 2px #ccc;
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 180%;
}
.top-tel-info .num{
	width: 50%;
	padding: 10px;
}
.top-tel-info .num img{
	width: 380px;
	height: auto;
}

/*************************************
TOPコンタクト
*************************************************/
.contact-set{
	display:flex;
	margin:0 auto;
	flex-wrap:wrap;
	text-align: center;
	 background-color: var(--main-color);
	padding:0 10%;
}
.contact-set a{
	margin: 0 1%;
}
.contact-set .c-tel, .contact-set .c-mail{
	width:46%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background-color:#fff;
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	font-weight:600;
	padding:10px 0;
	margin:2%;
	text-align:center;
	border-radius:20px;
	align-items:center;
}

.contact-set .button {
  position: relative;
  width:90%;
  display: inline-block;
  padding: 20px 0;
  background-color: #fff;
  color: #000;
  text-align: center;
	font-size:clamp(1rem, 0.318rem + 3.41vw, 2.35rem);
	transition:0.5s;
}

.contact-set .button::before,
.contact-set .button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -10px;
  border: 12px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: red;
}
.contact-set .button::after {
  opacity: 0;
  right: 1em;
}
.contact-set .button:hover::before {
  animation: arrowbefore .5s;
}
.contact-set .button:hover::after {
  animation: arrowafter .5s;
}
@keyframes arrowbefore {
  100% {
    right: -.4em;
    opacity: 0;
  }
}
@keyframes arrowafter {
  99% {
    right: .2em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-set .button p {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding:0 5px;
	line-height:130%;
	font-weight:800;
}
.contact-set .button img {
	width:40px;
	height:auto;
	margin-right:10px;
}
.contact-set .change{
	background-color:#fff;
	font-size:clamp(1rem, 0.682rem + 1.59vw, 1.475rem);
}
.contact-set .button:hover {
	color:#EA5514;
}
/*************************************
TOPサポートメニュー
*************************************************/

.top-menu{
	padding: 120px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.top-menu h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 120%;
}

.top-menu h2 span{
	color: var(--main-color);
	font-size: 16px;
}


.top-menu-flex{
	display: flex;
	flex-wrap: wrap;
	gap:20px 2%;
}
.top-menu-flex a{
	display:block;
}
.top-menu-flex .box{
	width: 32%;
	background-color: #fff;
	display: flex;
	flex-wrap:wrap;
	border:solid 5px var(--main-color);
	border-radius:5px;
	transition:0.8s;
}
.top-menu-flex .box .ll{
	width: 100%;
}
.top-menu-flex .box .ll img{
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
    object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.top-menu-flex .box .rr{
	width: 100%;
	padding:10px;
}
.top-menu-flex .box .rr h3{
	font-size: 24px;
	margin-bottom: 15px;
	font-weight:700;
}
.top-menu-flex .box .rr p{
	font-size: 15px;
	line-height: 140%;
}
.top-menu-flex .box:hover{
	background-color:var(--main-color);
}


/*************************************
TOPイベント
*************************************************/

.top-event{
	padding: 100px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.top-eventbox{
	margin-bottom:20px;
}

.top-event h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 120%;
}

.top-event h2 span{
	color: var(--main-color);
	font-size: 16px;
}


.top-event-flex{
	width:100%;
	padding: 20px 2%;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	gap:0 2%;
	margin-bottom:30px;
}


.top-event-flex .ll{
	width: 48%;
}

.top-event-flex .ll img{
	width: 100%;
	height: auto;
}

.top-event-flex .rr{
	width: 50%;
}

.top-event-flex .rr h3{
	font-size: 22px;
	padding: 10px 0;
	border-bottom: solid 2px var(--main-color);
	margin-bottom: 25px;
	line-height:160%;
	font-weight:700;
}

.top-event-flex .rr .line{
	padding: 15px 0;
	display: flex;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	font-size: 15px;
}

.top-event-flex .rr .line .l{
	width: 20%;
	background-color: #555;
	color: #fff;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
}
.top-event-flex .rr .line .r{
	width: 75%;
	margin-left: 5%;
}
.top-event-flex .rr .mes{
	padding: 15px;
	text-align: left;
}

.ev-botan{
	display: flex;
}

.te-botan{
		width: 48%;
	margin: 1%;
}

.te-botan a{
	display: block;
	padding: 10px;
	color: #fff!important;
	box-sizing: border-box;
	text-align: center;
	transition:0.5s;
}


.ev-botan .apink{
	background-color: var(--main-color);
	border-radius: 5px;

}

.ev-botan .apink a:hover{
	background-color: #555;
	border-radius: 5px;
}

.ev-botan .aorange{
	background-color:#c6001c;
	border-radius: 5px;

}
.ev-botan .aorange a:hover{
	background-color: #555;
	border-radius: 5px;
}



/*************************************
TOP施工事例
*************************************************/

.top-works{
	padding: 100px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.top-works h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 120%;
}

.top-works h2 span{
	color: var(--main-color);
	font-size: 16px;
}

.works-flex{
	display: flex;
	flex-wrap:wrap;
	gap:20px 2.5%;
}
.works-flex a{display:block;}

.works-flex .box{
	background-color: var(--main-color);
	border: solid 1px var(--main-color);
	width: 23%;
	border-radius: 5px;
	transition:0.5s;
}
.works-flex .box:hover{
	background-color:var(--main-color2);
}

.works-flex .box img{
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	aspect-ratio: 3 / 2;
	object-fit:cover;
}
.works-flex .box p{
	padding: 15px 10px;
	color: #fff;
}

.link-botan a{
	display: block;
	background-color: #c6001c;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	width: 250px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom:25px;
	transition:0.5s;
}

.link-botan a:hover{
	background-color: var(--main-color);

}


/*****************************************
TOP　会社概要
***************************************/

/*.noda-midashi{
	background-image: url("../../../image/top/logo.png");
	background-position: right top;
	height: 55px;
	background-repeat: no-repeat;
}*/



.top-company{
	padding: 100px 0;
	max-width: 1000px;
	margin: 0 auto;
}

.top-company h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 120%;
	color: #fff;
}

.top-company h2 span{
	color: #fffc00;
	font-size: 16px;
}
.top-company-flex{
	display: flex;

}

.top-company-flex .ll{
	width:30%;
	    align-self: center;
}

.top-company-flex .ll img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.top-company-flex .rr{
	width: 65%;
	margin-left: 5%;
	text-align: left;
	color:#fff;
}
.top-company-flex .rr h3{
		font-size: 24px;
	font-weight: 500!important;
	border-bottom: solid 1px #fff
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.top-company-flex .rr .line{
	padding: 10px;
	display: flex;
	font-size: 14px;
	border-bottom: dotted 1px #fff;
}

.top-company-flex .rr .line .l{
	width: 20%;
}
.top-company-flex .rr .line .r{
	width: 80%;
}

.top-company-flex .rr .mes{
	padding: 15px 0;
}

.t-company-botan{
	margin-top: 20px!important;
	width: 200px;
	float: right;
}

.t-company-botan a{
	background-color: #c6001c;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	transition:0.5s;
}

.t-company-botan a:hover{
	background-color: #555;
}

.banner-hankyou{
	padding: 0px 0 50px;
}

.banner-hankyou img{
	border-radius: 10px;
	margin: 10px;
}

/******************************************************
工場の修繕
**************************************************************/

.repe-midashi-frame{
	margin-top: 20px;
	margin-bottom: 50px;
}

.repe-midashi {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 40px;
}
.repe-midashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.repe-midashi:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.repe-midashi:before {
  left:0;
}
.repe-midashi:after {
  right: 0;
}

.repe-midashi2{
	font-size: 45px;
	font-weight: 700;
	line-height: 170%;
}

.repe-flex{
	display: flex;
	flex-wrap: wrap;
}
.repe-flex .box{
	width: 31%;
	margin: 1%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #f2f2f2;
	font-size: 14px;
	border-radius: 5px;
	letter-spacing: 0.5px;
	text-align:left;
}

.repe-flex .box img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 5px;
}

.repe-flex p{
	margin-bottom:15px;
	font-size:18px;
	text-align:center;
}

.resu-omakase{
	background-color: var(--sub-color);
	padding: 55px 25px;
	margin-top: 50px;
	font-size: 43px;
	font-weight: 700;
	line-height: 100%;
	border-radius: 20px;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}

.resu-omakase img{
	height: 150px;
	margin-right: 20px;
	width: auto;
}
.resu-omakase p{
	line-height: 180%;
}

.resu-omakase p span{
	font-size: 22px;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid var(--sub-color);
	margin: 0 auto;
  color: var(--sub-color);
}

.repe-midashi3{
	display:inline-block;
	margin: 0 auto;
	font-size: clamp(1.375rem, 1.011rem + 1.82vw, 2.375rem);
	margin-top: 50px;
	margin-bottom: 50px;
	color: var(--main-color);
	border-bottom: solid 2px var(--main-color);
	padding-bottom: 20px;
	font-weight:600;
}

.repe-menu-flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 100px;
}

.repe-menu-flex .box{
	width: 31%;
	margin: 1%;
	padding: 10px;
	background-color: #f7f7f7;
	box-sizing: border-box;
	border:solid 1px #ccc;
}

.repe-menu-flex .box h4{
	padding: 10px 5px;
	font-size: 16px;
	background-color: #3f3a39;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}
.repe-menu-flex .box p{
	padding: 10px 0;
	font-size: 14px;
	margin-bottom: 7px;
}

.repe-menu-flex .box .pp{
	display: flex;
}

.repe-menu-flex .box .pp .l{
	width: 40%;
}
.repe-menu-flex .box .pp .r{
	width: 60%;
	font-size: 45px;
	color: #ff0000;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Helvetica ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.repe-menu-flex .box .pp .r span{
	font-size: 16px;
}
.repe-menu-flex .box img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.repe-menu-flex .box .ap{
	display: flex;
}

.repe-menu-flex .box .ap .ap-l{
	width: 50%;
}
.repe-menu-flex .box .ap .ap-l a{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	background-color: var(--main-color);
	color: #fff;
	transition:0.5s;
}
.repe-menu-flex .box .ap .ap-l a:hover{
	background-color: var(--main-color2);
}


.repe-menu-flex .box .ap .se a{
		background-color: var(--sub-color)!important;
}
.repe-menu-flex .box .ap .se a:hover{
	background-color: var(--main-color2)!important;
}

/*******************************************************
下層コンテンツ内の反響セット
************************************************************/

.subcont-hankyo{
	padding: 40px 40px 60px 40px;
	background-color: #F4F4F4;
	border-radius: 15px;
	border: solid 3px var(--main-color);
}

.subcont-hankyo h3{
	font-size: 24px;
	color: var(--main-color);
	margin-bottom: 40px;
	font-weight:700;
}

.subcont-hankyo-flex{
	display: flex;
	flex-wrap:wrap;
}

.subcont-hankyo-flex h4{
	font-size: 24px;
	margin-bottom: 25px;
	font-weight:600;
}
.subcont-hankyo-flex .tel{
	width: 50%;
	line-height: 100%;
}

.subcont-hankyo-flex .tel p{
	margin-top: 45px;
	font-size: 60px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Helvetica ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.subcont-hankyo-flex .mail{
	width: 50%;
}

.subcont-hankyo-flex .mail .botan a{
	display: block;
	padding: 15px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	margin-top: 15px;
	transition:0.5s;
}

.subcont-hankyo-flex .mail .botan a:hover{
	background-color: var(--main-color2);
}

.repe-w{
	padding: 15px;
	border: solid 1px #ccc;	
	margin-bottom:70px;
}

.repe-w h4{
	font-size: 24px;
	padding: 10px;
	margin-bottom: 30px;
	font-weight:600;
}
.repe-w-flex{
	display: flex;
	align-items: center;

}

.repe-w-flex .ll{
	width: 45%;
}
.repe-w-flex .ll p{
	background-color: #ed0c6e;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}



.repe-w-flex .ll img{
	width: 100%;
	height: auto;
}
.repe-w-flex .cc{
	width: 10%;
	text-align: center;
	font-size: 100px;
}

.turn-shuki{
	margin-top: 20px;
	text-align: center;
}

.turn-shuki img{
	border-radius: 10px;
}
.sav-w{
	display:flex;
	flex-wrap:wrap;
	gap:10px 2%;
}
.sav-w img{
	width:100%;
	height:auto;
}

/******************************************
増築リノベ
**************************************************/

.exte-waku{
	padding: 100px 0 0 0;
}

.exte-waku .box{
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
	display:flex;
	flex-wrap:wrap;
	gap: 4%;
}
.exte-waku .box .photo{
	width: 48%;
}

.exte-waku .box .photo img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.exte-waku .box .text{
	width: 48%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.5px;
}

.exte-waku .box .text h3{
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 160%;
	text-align: center;
	color: var(--main-color);
	border-bottom: solid 1px var(--main-color);
	font-weight:600;
}
.re-flex{
	flex-direction:row-reverse;
}

/************************************************
太陽光発電
**********************************************************/

.solar-midashi{
	font-size: 36px;
	font-weight: bold;
	line-height: 160%;
}

.solar-main{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px;
}

.solar-mm1{
	margin-top: 110px;
}

.solar-hyou{
	display: flex;

}

.solar-hyou h3{
	background-color: #F4F4F4;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 15px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-weight:600;
}

.solar-hyou .text{
	padding: 10px;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.5px;
}

.solar-hyou .text img{
	width: 100%;
	height: auto;
}

.solar-hyou .box1{
	width: 20%;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.solar-hyou .box2{
	width: 40%;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.sl-bd{
	border-right: solid 1px #ccc;
}

.solar-hyou .red{
	color: #ff0000;
}

.solar-hyou .blue{
	color: #2161AD;
}


.solar-midashi3{
    margin: 0 auto;
    font-size: clamp(1.375rem, 1.011rem + 1.82vw, 2.375rem);
    margin-top: 50px;
    margin-bottom: 50px;
    color: var(--main-color);
    border-bottom: solid 2px var(--main-color);
    padding-bottom: 20px;
    max-width: 600px;
    line-height: 130%;
    margin-top: 100px;
	font-weight:600;
}

.solar-mes{
	font-size: 20px;
	line-height: 180%;
}


.solar-step{
	display: flex;
	margin-top: 50px;
}
.solar-step .box{
	width: 18%;
	margin: 1%;
	padding:5px;
	box-sizing: border-box;
	border: solid 1px #ccc;
}
.solar-step .box p{
	background-color: #F7E606;
	padding: 7px;
	margin-bottom: 10px;
}

.solar-step .box h3{
	font-size: 16px;
}
.solar-step .box img{
	width: 100%;
	height: auto;
}

/*****太陽光追記*********************************************/

.ssolea-flex{
	display:flex;
	flex-wrap:wrap;
	gap:0 5%;
	margin-top:60px;
	margin-bottom:60px;
}
.ssolea-flex .text{
	width:50%;
}
.ssolea-flex .photo{
	width:45%;
}
.ssolea-flex .photo img{
	width:100%;
	height:auto;
}
.ssolea-flex .waku{
	padding:15px;
	background-color:#fffed7;
	margin-bottom:15px;
	text-align:left;
	font-weight:500;
	font-size:15px;
}
.ssolea-flex .waku h3{
	font-size:18px;
	padding-bottom:3px;
	border-bottom:dotted 1px #000;
	margin-bottom:15px;
	font-weight:600;
}

.table-scc{
	margin: 60px 0;
	font-size: 16px!important;
}
.table-scc td{
	padding: 15px!important;
}

.bgyy{
	background-color: #FEFFF7;
	text-align: center!important;
	font-size: 18px;
}
.solar-shisan{
	background-color: #f2f2f2;
}
.solar-shisan h3{
	padding: 15px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 18px;
	font-weight:600;
}
.solar-shisan .text{
	padding: 25px;
	font-size: 16px;
	margin-bottom: 80px;
}


.table-scc2{
	margin: 60px 0;
	font-size: 14px!important;
	text-align: left!important;
}
.hojo-chui{
	padding:10px;
	font-size:16px;
	color:#ff503e;
}

.solar-zeisei-chui2{
	margin-top:25px;
	font-size:15px;
}



/*******************************************************
省エネ
**************************************************************/

.sav-ex{
	display: flex;
	flex-wrap:wrap;
	margin: 50px 0;
	padding: 25px;
	background-color: #FFFBEB;
	border-radius: 20px;
	flex-wrap: wrap;
}

.sav-ex .box{
	width: 31%;
	margin: 1%;
	border-bottom: dotted 1px #ccc;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 6px;
}

.sav-s{
	margin-top: 50px;
	margin-bottom: 50px;
}

.sav-s .sav-box{
	display: flex;
	flex-wrap:wrap;
	padding: 20px 0;
	border-bottom: dotted 1px #ccc;
	gap:20px 5%;
}

.sav-s .sav-box .ll{
	width: 30%;
}

.sav-s .sav-box .ll img{
	width: 100%;
	height: auto;
}

.sav-s .sav-box .ll h3{
	font-size: 20px;
	background-color: var(--main-color);
	padding: 10px;
	color:#fff;
}

.sav-s .sav-box .rr{
	width: 65%;
	text-align: left;
	font-size: 16px;
}
.sav-s .sav-box .rr .mm{
	width: 150px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 16px;
	padding: 5px;
	line-height: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}

/**********************************************
耐震
****************************************************/


.taishin-mes{
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	padding: 30px 0;
	color: var(--main-color);
	font-weight: bold;
	line-height: 180%;
}

.taishin-flex{
	display: flex;
	margin-bottom: 70px;
}

.taishin-flex .box{
	width: 31%;
	margin: 1%;
	padding: 40px 20px;
	background-color: #F0F0F0;
	font-size: 30px;
	font-weight: bold;
	border-radius: 20px;
}

.cospa-banner{
	margin-top:30px;
	margin-bottom:100px;
}


/************************************
会社概要
*****************************************************/


/*company------------------------------------------------------------*/

.rinen{
	font-size: 16px;
	margin-bottom: 30px;
	text-align: left;
}

.message{
	padding: 10px;
	font-size:15px;
line-height:190%;
	font-size:16px;
	text-align: left;
	display:flex;
	flex-wrap:wrap;
	gap:20px 5%;
}
.message .text{
	width:65%;
}
.message .img{
	width:30%;
}
.message h3{
	font-weight:600;
	font-size:24px;
	padding-bottom:20px;
}
.message img{
	width: 100%;
	height: auto;
}

.message-name{
	text-align:right;
	margin-top: 30px;
	margin-bottom:50px;
}

.message-name img{
	width: 250px;
	height: auto;
}


.company-line{
	padding: 20px 5px;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
	text-align: left;
	font-size:15px;
}

.company-line a:link {
	color: #323434;
	border-bottom:dotted 1px #ccc;
	text-decoration:none;

}
.company-line a:visited {
	color: #323434;
	border-bottom:dotted 1px #ccc;
	text-decoration:none;
}
.company-line a:hover {
	color: #ba0000;
	border-bottom:dotted 1px #ba0000;
	text-decoration: none;
}
.company-line a:active {
	color: #323434;
	text-decoration: none;
}



.company-line li{
	list-style: square;
	list-style-position: inside;
}

.company-line-l{
	width: 25%;
	float: left;
	border-left: solid 5px #676767;
	padding-left: 10px;
	font-size:15px;
	font-weight:bold;
}

.company-line-r{
    width: 70%;
    float: right;
    border-left: solid 2px #ccc;
    padding-left: 15px;
	line-height:190%;
}
.tt-com{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}


.eigyousho{
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	margin-bottom: 15px;

}

.eigyousho-img{
	width: 300px;
	float: left;
}
.eigyousho-img img{
	width: 100%;
	height: auto;
}

.eigyousho-add{
	width: 650px;
	float: right;
}

.eigyousho-tt{
	border-bottom: solid 1px #ccc;
	    font-size: 18px;
	padding:5px;
	margin-bottom:15px;
    font-weight: 600;
}

/*****************************************************
 * 施工事例アーカイブ
 * *************************************************************/

.w-ar-flex{
	display:flex;
	flex-wrap:wrap;
}

.top-w-box{
	width: 23%;
	margin: 1%;
	border: solid 1px var(--main-color);
	overflow:hidden;
	box-sizing:border-box;
	border-radius:10px;
}

.top-w-box img{
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit:cover;
}
.top-w-box-tt{
	background-color:var(--main-color);
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 15px 0;
	line-height:160%;
}
.top-w-box-tt span{
	padding:5px;
	background-color:var(--sub-color);
	font-size:15px;
	text-align:center;
	min-width:100px;
	margin-left:0;
	display:inline-block;
}

.top-w-box-text{
	padding: 7px;
}

.top-w-box {
    position: relative;
    z-index: 1; 
}
.top-w-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; 
}
.top-w-box:hover {
		transition: 1.0s ;
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.works-kind{
	max-width:1000px;
	margin:0 auto;
	padding:50px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
	text-align:center;
}
.works-kind li{
	width:20%;
	border:solid 2px var(--main-color);
	list-style-type:none;
	font-size:20px;
	font-weight:500;
	border-radius:5px;
	background-color:#fff;
	transition:0.5s;
}
.works-kind .is-active{
	background-color:var(--main-color);
	color:#fff;
}
.works-kind li a{
	display:block;
	padding:17px;
}
.works-kind li a:hover{

}
.works-kind li:hover{
	background-color:var(--main-color);
	color:#fff;
}


/**************************************************************
施工事例詳細
**************************************************************/
.worksdetail{
	display:flex;
	flex-wrap:wrap;
	text-align:left;
	gap:0 5%;
}

.worksdetail-l{
	width: 60%;
}
.worksdetail-l img{
	width:100%;
	height:auto;
}
.worksdetail-r{
	width: 35%;
	font-size:16px;
	line-height:190%;
}

.worksdetail-r-tt{
	font-size: 22px;
    font-weight: 600;
	margin-bottom: 25px;
	border-bottom:dashed 1px #ccc;
	padding-bottom:10px;
	line-height:150%;
}

.works-movie{
	margin-top:50px;
	padding:10px;
	background-color:#dfdfdf;
}

.works-movie iframe{
	width:100%;
	height:500px;
}

.www-flex{
	display:flex;
	flex-wrap:wrap;
}
.www-flex .ww-box{
	width:31%;
	margin:1%;
	margin-bottom:25px;
}
.www-flex .ww-box img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}



/**************************************************************
イベント情報
**************************************************************/


.event-s .top-event-flex{
	width:100%;
	border :none;

}


/*イベント情報---------------------------------------------------*/

.midashi-a{
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
	padding:20px 0;
	line-height:160%;
}

.event-line{
	padding: 40px 15px;
	border-bottom: dotted 1px #ccc;
}
.event-line2{
	padding: 15px;
	border-bottom: dotted 1px #ccc;
	display:flex;
	flex-wrap:wrap;
	gap:0 5%;
}

.event-line-l{
    width: 50%;
}

.event-line-l img{
	width: 100%;
	height: auto;
}

.event-line-r{
    width: 45%;

	text-align:left;
}

.event-ttt{
	padding: 10px;
	background-color: #000;
	color: #fff;
    font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}


.event-line2 .line{
	padding: 10px 0;
    font-weight: 500;
	border-bottom: dotted 1px #ccc;
	font-size: 16px;
}

.event-line2 .line2{
	margin-top: 15px;
	margin-bottom: 15px;
}

.event-line2 .linebotan img{
	width: 50%;
	height: auto;
}

.event-line2 .line-t{
	background-color: #565656;
	padding: 7px;
    font-weight: 500;
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
	    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}


.event-line .line{
	padding: 10px 0;
    font-weight: 500;
	border-bottom: dotted 1px #ccc;
	font-size: 16px;
}

.event-line .line2{
	margin-top: 15px;
	margin-bottom: 15px;
}

.event-line .linebotan img{
	width: 50%;
	height: auto;
}

.event-line .line-t{
	background-color: #565656;
	padding: 7px;
    font-weight: 500;
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
	    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

.yoyaku-botan{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.yoyaku-botan img{
	width: 400px;
	height: auto;
}

.ee-come{
	padding:20px 0;
	font-size:13px;
}
.sub-ev-botan a{
	display:block;
	padding:8px;
	background-color:var(--main-color);
	color:#fff;
	font-size:13px;
}

.m-tevap{
	margin-top:20px!important;
}





/*apply------------------------------------------------------------*/

#apply-frame{
	width: 800px;
	margin: 0 auto;
	font-size:16px;
	line-height:180%;
}

.apply-line{
	max-width:1000px;
	margin-inline:auto;
	padding: 15px;
	border-bottom: dashed 1px #ccc;
	text-align: left;
	display:flex;
	flex-wrap:wrap;
	gap:0 5%;
}

.apply-line-l{
	width: 30%;
	font-weight:bold;
	border-left: solid 3px var(--main-color);
	padding-left: 10px;
}

.apply-line-r{
	width:65%;
	text-align:left;
	padding-left: 10px;
}

.apply-mes {
    padding: 30px 15px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
	line-height:180%;
}

.hissu{
	color: #FF0004;
	font-size: 10px;
}

.wpcf7-text{
padding:10px;
width: 430px;
color: #636063;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}


.wpcf7-text:focus{
background-color:#FFFFCC;
}

.wpcf7-textarea{
padding:10px;
width: 600px;
height: 100px;
color: #636063;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

.wpcf7-textarea:focus{
background-color:#FFFFCC;
}

.wpcf7-form-control.wpcf7-submit{
display: block;
width: 200px;
border: none;
padding:10px;
background-color:#444444;
color:#fff;
}

.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
opacity: .6;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
}

span.wpcf7-list-item {
display: block!important;
	    margin: 0 0 1em 1em;
}

select{
padding: 10px;
width: 260px;
color: #636063;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{
overflow:hidden;
}

.halfsize{
	width:200px;
	margin-top:5px;
	margin-right:7px;
}

.contact-mes {
    padding: 15px;
    background-color: #f2f2f2;
    color: #000;
    font-size: 16px;
    margin-bottom: 40px;
}
input[type=checkbox] {
	transform: scale(2);
	margin: 0 6px 0 0;
}
/**************************************************************
パンフレット
**************************************************************/
.panf-sam{
	width:500px;
	margin:0 auto;
	margin-bottom:80px;
}
.panf-sam img{
	width:100%;
	max-width:500px;
	height:auto;
}

.panf-sample{
	width:300px;
	margin:0 auto;
	margin-bottom:40px;
}
.panf-sample img{
	width:100%;
	height:auto;
}


#panf-img-set {
	margin: -15px auto 60px;
	display: flex;
	justify-content:center;
}
#panf-img-set * {
	box-sizing: border-box;
}
#panf-img-set .wpcf7-form-control {
	width: 1000px;
	display: flex;
	justify-content:center;

}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	width: 24% !important;
	display: inline-block !important;
	margin-left: 0;
	margin-top: 20px;

}
#panf-img-set .wpcf7-list-item label {
	display: block;
	width: 100%;
	height: 280px;
	cursor: pointer;
	font-size:20px;
}
#panf-img-set .wpcf7-list-item label::before {
	display: block;
	content: "";
	background: url(../../../image/panf/01.webp) no-repeat;
	background-size: auto 172px;
	background-position: 0% 75%;
	width: 100%;
	height: 240px;
}



#panf-img-set .wpcf7-list-item:nth-of-type(2) label::before {
	background: url(../../../image/panf/02.webp) no-repeat;
	background-size: auto 172px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(3) label::before {
	background: url(../../../image/panf/03.webp) no-repeat;
	background-size: auto 172px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(4) label::before {
	background: url(../../../image/panf/4.webp) no-repeat;
	background-size: auto 172px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	text-align: center;
	padding-left: 35px;
}
#panf-img-set .wpcf7-list-item {
	cursor: pointer;
	position: relative;
}
#panf-img-set .wpcf7-list-item input {
	position: absolute;
	z-index: 10;
	width: 15px;
	height: 15px;
	bottom: 12px;
	margin-right: 8px;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 400;
}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	position: relative;
}



/*********************************************************
 * ページナビ
 * ***********************************************************/

.wp-navi{
	margin-top:30px;
	height:50px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
	padding: 10px!important;
	margin: 2px;
}
wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #ffb03e!important;
	background-color:#ffb03e!important;
	color:#fff!important;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #afafaf!important;
	background-color:#afafaf!important;
	color:#fff!important;
}

/*************************************
 * 追加CSS
 * ******************************************/

.top-prize{
	padding:20px 0;
	margin-bottom:30px;
}

/**********************************************
 * ブログ
 * ************************************************/

.blog-cont{
	max-width:100%;
	text-align:left;
	margin-bottom:100px;
	font-size:16px;
	line-height:190%;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
	margin-left:35px;
	line-height:170%;
	margin-bottom:13px;
}

.blog-cont ol{
	margin-top:25px;
	margin-bottom:25px;
}



.blog-cont .alignright{
	padding-left:15px!important;
	background-color:#fff!important;
	float:right;
}

.blog-cont .alignleft{
	padding-right:15px!important;
	background-color:#fff!important;
	float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
	width:100% !important;
}

.blog-cont h1{
	font-size:40px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	    font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	line-height:1.3;
}

.blog-cont h2{
	font-size:30px;
	color:#009944;
	padding:10px 5px;
	border-bottom:solid 2px #009944;
	margin-bottom:15px;
	margin-top:30px;
	    font-family: tbudrgothic-std, sans-serif;
	font-weight: 600;
	line-height:1.3;
}

.blog-cont h3{
	font-size:20px;
	background-color:#fff3b1;
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	    font-family: tbudrgothic-std, sans-serif;
	font-weight: 600;

}
.blog-cont h4{
	font-size:20px;
	color:#000;
	padding:7px 3px;
	border-bottom:solid 1px #000;
	margin-bottom:15px;
	margin-top:30px;
	    font-family: tbudrgothic-std, sans-serif;
	font-weight: 600;
}

.column{
	max-width:900px;
	margin:50px auto;
	padding:20px 30px 30px;
	border:5px solid var(--main-color);
	border-radius:20px;
}
.column-top{
	width:60%;
	margin-inline:auto;
	margin-bottom:20px;
	padding:10px;
	background-color:var(--main-color);
	color:#fff;
	font-weight:700;
	border-radius:10px;
}

.column h2{
	font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 120%;
}


.column h2 span{
	color: var(--main-color);
	font-size: 16px;
}

.column li{
	padding:10px;
	margin-bottom:10px;
	border-bottom:dashed 1px #ccc;
	list-style-type: none;
}
.column li a.topnews{
	display:flex;
	flex-wrap:wrap;
	gap:10px 3%;
}
.column li span{
	width:20%;
	color:var(--main-color);
}
.column li p{
	width:77%;
}
.column .link-botan a {
	margin: 30px auto 0;
	text-align:center;
}

.blog-cont .banner-hankyou{
	display:flex;
	justify-content:space-between;
}
.blog-cont .banner-hankyou a{
	width:48%;
}

.blog-cont .banner-hankyou img{
	height:auto;
	margin:0;
	padding:0!important;
}

.blog-cont img{
	margin:10px 0;
	max-width:100%;
	height:auto;
}
/*============ applyset ============*/



#applyset{
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
	border-top:1px solid #aaa;
}
#applyset .applyset-box{
	width:50%;
	max-height:365px;
	padding:40px 5% 40px;
	gap:20px;
	color:#333;
	display:flex;
	flex-wrap:wrap;
}

#applyset .bg-apply{
	background:var(--main-color) url(../../../../image/top/set-apply-bg.webp) no-repeat top right;
}
#applyset .bg-tel{
	background:var(--main-color) url(../../../../image/top/set-apply-bg.webp) no-repeat top right;
}
#applyset .bg-panf{
	background:var(--sub-color) url(../../../../image/top/set-bg-panf.webp) no-repeat top right;
}
#applyset .applyset-box .text{
	width:100%;
	font-size:18px;
	text-align:left;
}
#applyset .applyset-box h2{
	font-size:clamp(1.875rem, 1.466rem + 2.05vw, 3rem);
	font-weight:900;
	padding-bottom:30px;
}


#applyset .applyset-box .settel{
	display:block;
	width:100%;
	font-weight:900;
	font-size:clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
}
#applyset .applyset-box .setbt{
	position: relative;
	display:block;
	align-self: flex-end;
	width:100%;
	max-height: 75px;
	text-align:center;
	padding:20px 0;
	font-size:clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	font-weight:700;
	background-color:#fff;
	color:#333;
	border-radius:15px;
	transition:0.5s;
	box-shadow: 0 6px var(--main-color);
}
#applyset .applyset-box .setbt span{
	color:red;
}
#applyset .setchange .setbt{
	box-shadow: 0 6px var(--sub-color2);
}
#applyset .applyset-box .setbt:hover{
	background-color:#fff;
	top: 2px;
}

#applyset-s{
	display:flex;
	flex-wrap:wrap;
}
#applyset-s .applyset-box{
	width:50%;
	padding:20px 4%;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	background-color: #009A5B;
    color: #fff;
}
#applyset-s .setchange{
	background-color: #fff;
	color:#333;
	box-shadow: 0 6px #FCC40C;
}
#applyset-s .applyset-box .text{
	width:75%;
	font-size:clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}
#applyset-s .applyset-box .text h2{
	font-size:clamp(1.25rem, 0.841rem + 2.05vw, 2.375rem);
	font-weight:900;
	padding-bottom:20px;
}
#applyset-s .applyset-box figure{
	width: calc(25% - 10px);
}
#applyset-s .applyset-box figure img{
	width:100%;
	height:auto;
}
#applyset-s .applyset-box .settel{
	display:block;
	width:100%;
	font-weight:900;
	font-size:clamp(2.063rem, 1.903rem + 0.8vw, 2.5rem);
}
#applyset-s .applyset-box .setbt{
	display:block;
	width:100%;
	max-height: 75px;
	text-align:center;
	padding:15px 0;
	font-size:clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	background-color:#fff;
	color:#333;
	border-radius:15px;
	transition:0.5s;
}
#applyset-s .applyset-box .setbt2{
	display:block;
	width:100%;
	text-align:center;
	padding:15px 0;
	font-size:clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	background-color:#009A5B;
	color:#fff;
	border-radius:15px;
	transition:0.5s;
}
#applyset-s .applyset-box .setbt:hover{
	background-color:#fff;
	top: 2px;
}
#applyset-s .applyset-box .setbt2:hover{
	background-color:#fff;
	top: 2px;
	color:#333;
}


/*************************
 * 選ばれる理由
 * ***********************/
#reason h4{background-color:var(--main-color);color:#fff;padding:15px 10px;font-size:clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);font-weight:700;margin-top:30px;}
.re-text{font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);text-align:left;padding:30px 10px;line-height:180%;}
.demo-flex{display:flex;flex-wrap:wrap;margin-bottom:50px;}
.demo-flex .img{width:48%;margin:1%;}
.demo-flex .img img{width:100%;height:auto;}
.demo-flex .img span{display:block;font-size:clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);padding:10px;text-align:center;}
.turn-shuki {padding-bottom:50px;}
.reason4{display:flex;flex-wrap:wrap;margin-bottom:50px;}
.reason4 li {
    width: 48%;
    margin: 1%;
    padding: 30px 10px;
    background-color:var(--main-color);
    box-sizing: border-box;
    border-left: solid 5px #ffef20;
    list-style: none;
    font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
    font-weight: 600;
color:#fff;
}
.red{color:#ff0000;}
.reason-box{width:48%;margin:10px 1% 20px;}
.reason-box img{width:100%;height:auto;}
.reason-box p{font-size:16px;padding:10px;text-align:left;}
    .reason-midashi {
        font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
        font-weight: 600;
        line-height: 170%;
    }
#r-price .box h4{
background-color:#f7f7f7;
color:#000;
margin-top:0;
}
#r-price .box p{text-align:left;padding:0 0 10px;}
#r-price .box h5 {padding-bottom:20px;}
#r-price .box h5 span{font-size:34px;}

