/*
Theme Name: eフォートプラス【スマホ版】							
*/

.pc{display:none;}

.bgmenu-icon{
	/*background-image: url("../../../image/top/menu-icon.png");*/
	background-position: right bottom;
	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; }

/**************************************************************
全体
**************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 100%;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	color: #000;
	margin: 0px;
	text-align: center;
	line-height:180%;
}


/**************************************************************
リンク
**************************************************************/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}



/**************************************************************
ヘッダー
**************************************************************/
#title {
	display:none;
}


/**************************************************************
グローバルナビ
**************************************************************/
#globalnavi{
	display:none;
}

/*----------------------------------------------------------------------ヘッダー*/

#header{
	overflow:hidden;
	clear:both;
	height: 45px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 2px #f08200;
	background-color:#fff;
	z-index:1000;
	position:fixed;
	top:0;
	width:100%;
}

#header-l{width:50%;
float:left;}

#header-l img{
max-width:100%;
width:auto;}

#header-r{width:50%;
text-align:right;
float:right;
box-sizing: border-box;
padding-right: 50px;}

#header-r img{height:45px;
margin-left:5px;
width:auto;}


/**************************************************************
Humberger
**************************************************************/
.menu-btn {
    position: fixed;
    top: 7px;
    right: 0px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color:#009944;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

/*ハンバーガーメニューの中身のCSS*/

.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #ffa800;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    list-style: none;
	text-align:center;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a:hover{
	color:#fff!important;
}




.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f08200;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 40%;/*メニューを画面内へ*/
}





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

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

}

#bottom-inner{
	margin: 0 auto;
}

.bottom-l{
	font-size: 11px;
	width:80%;
	margin:0 auto;
}
.bottom-l img{
	width: 100%;
	height: auto;
}
.bottom-r{
	text-align: left;
	margin-top:40px;
}
.bottom-r .box{
	width:80%;
	margin:0 auto;
}


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

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

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

html{
  scroll-behavior: smooth;
}
.gotottop{
position:fixed;
	bottom:0;
	right:0;
z-index: 50;
}

.gotottop img{
	width:90px;
	height:auto;
}

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


.sub-midashi{
	background-color: #f08200;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:60px;
}
.sub-midashi img{
	height: 25px;
	width: auto;
	margin-right: 15px;
}

#sub-cont{
	margin: 0 auto;
	padding: 30px 10px;

}


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

#top-slider{
	margin-top:60px;
}

.top-tel-info{
	margin: 0 auto;
	padding: 25px 0;
}
.top-tel-info .text{
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
}
.top-tel-info .num{
	padding: 0 20px;
}
.top-tel-info .num img{
	width: 100%;
	height: auto;
}

/*************************************
TOPサポートメニュー
*************************************************/

.top-menu{
	padding: 60px 0;
	margin: 0 auto;
}

.top-menu h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px;
	color:#fff;
}

.top-menu-flex{
	display: flex;
	flex-wrap: wrap;
}

.top-menu-flex .box{
	width: 48%;
	margin: 1%;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
}
.top-menu-flex .box .ll{
	height:100px;
	overflow:hidden;
}
.top-menu-flex .box .ll img{
	width: 100%;
	height: auto;
}

.top-menu-flex .box .rr{
	padding: 15px 10px;
	box-sizing: border-box;
}
.top-menu-flex .box .rr h3{
	font-size: 15px;
	margin-bottom: 15px;
}
.top-menu-flex .box .rr p{
	font-size: 13px;
	line-height: 140%;
}



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

.top-event{
	padding: 60px 0;
	margin: 0 auto;
}

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

.top-event h2 span{
	color: #009944;
	font-size: 16px;
}


.top-event-flex{
	padding: 0 10px 30px 10px;

}


.top-event-flex .ll{
	margin-bottom:25px;
}

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

.top-event-flex .rr{
}

.top-event-flex .rr h3{
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: solid 2px #f08200;
	margin-bottom: 10px;
}

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

.top-event-flex .rr .line .l{
	width: 15%;
	background-color: #a9a9a9;
	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;

}


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

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

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



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

.top-works{
	padding: 60px 0;
	margin: 0 auto;
}

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

.top-works h2 span{
	color: #009944;
	font-size: 16px;
}

.works-flex{
	display: flex;
	padding:0 10px;
	flex-wrap:wrap;
}

.works-flex .box{
	background-color: #f08200;
	width: 48%;
	margin: 1%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

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

.works-flex .box br{
	display:none;
}

.link-botan a{
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	width: 200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom:25px;
}

.link-botan a:hover{
	background-color: #06d022;

}


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

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



.top-company{
	padding: 60px 10px;
	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;
	flex-wrap:wrap;
}

.top-company-flex .ll{
	width:60%;
	padding:0 20%;
}

.top-company-flex .ll img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	padding-top:0px!important;
	padding-bottom:50px;
}
.top-company-flex .rr{
	width: 100%;
	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 0;
	font-size: 14px;
	border-bottom: dotted 1px #fff;
}

.top-company-flex .rr .line .l{

}
.top-company-flex .rr .line .r{

}

.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: #000;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
}

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

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

.banner-hankyou img{
	border-radius: 10px;
	width:80%;
	height:auto;
	margin-bottom:10px;
}

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

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

.repe-midashi {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.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: 25px;
    font-weight: 600;
    line-height: 140%;
}

.repe-flex{
	display: flex;
	flex-wrap: wrap;
}
.repe-flex .box{
	width: 48%;
	margin: 1%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #3f3a39;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	letter-spacing: 0.5px;
	line-height:130%;
}

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

.resu-omakase{
	background-color: #FFF500;
	padding: 25px 10px;
	margin-top: 25px;
	font-size: 17px;
	font-weight: 700;
	line-height: 100%;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
}

.resu-omakase img{
	height: 100px;
	width: auto;
}
.resu-omakase p{
	line-height: 180%;
}

.resu-omakase p span{
	font-size: 14px;
	line-height:130%;
	margin-top:30px;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #FFF500;
	margin: 0 auto;
  color: #FFF500;
}

.repe-midashi3{
    width: 300px;
    margin: 0 auto;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #f08200;
    border-bottom: solid 2px #f08200;
    padding-bottom: 10px;
}

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

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

.repe-menu-flex .box h4{
	padding: 5px;
	font-size: 14px;
	background-color: #3f3a39;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}
.repe-menu-flex .box p{
	padding: 6px 0;
	font-size: 12.5px;
	margin-bottom: 5px;
	text-align:left;
	line-height:150%;
}

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

.repe-menu-flex .box .pp .l{
	width: 30%;
	font-size:11px;
	line-height:130%;
}
.repe-menu-flex .box .pp .r{
	width: 70%;
	font-size: 25px;
	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{

}

.repe-menu-flex .box .ap .ap-l{

}
.repe-menu-flex .box .ap .ap-l a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background-color: #009944;
	color: #fff;
	font-size:12px;
}
.repe-menu-flex .box .ap .ap-l a:hover{
	background-color: #06d022;
}


.repe-menu-flex .box .ap .se a{
		background-color: orange!important;
}
.repe-menu-flex .box .ap .se a:hover{
	background-color: #06d022;!important;
}

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

.subcont-hankyo{
	padding: 15px;
	background-color: #F4F4F4;
	border-radius: 15px;
	border: solid 3px #f08200;
}

.subcont-hankyo h3{
	font-size: 18px;
	color:#f08200;
	margin-bottom: 20px;
}

.subcont-hankyo-flex{

}

.subcont-hankyo-flex h4{
	font-size: 16px;

}
.subcont-hankyo-flex .tel{

}

.subcont-hankyo-flex .tel p{
	line-height: 140%;
	font-size: 40px;
	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{

}

.subcont-hankyo-flex .mail .botan a{
	display: block;
	padding: 15px;
	background-color: #f08200;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	margin-top: 15px;
}

.subcont-hankyo-flex .mail .botan a:hover{
	background-color: #06d022;
}

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

.repe-w h4{
	font-size: 20px;
	padding: 10px;
	margin-bottom: 15px;
}
.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{
	width:100%;
	height:auto;
	border-radius: 10px;
}

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

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

.exte-waku .box{
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.exte-waku .box .photo{
	margin-bottom:15px;
}

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

.exte-waku .box .text{
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.5px;
}

.exte-waku .box .text h3{
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 160%;
	text-align: center;
	color:#f08200;
	border-bottom: solid 1px #f08200;
}


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

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



.solar-main{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

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

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

.solar-hyou{
	display:flex;
	flex-wrap:wrap;
}

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

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

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

.solar-hyou .box1{
	width:50%;
	box-sizing:border-box;
	border: solid 1px #ccc;
}
.solar-hyou .box2{
	width:50%;
	border: solid 1px #ccc;
	box-sizing:border-box;
}

.sl-bd{
	
}

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

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


.solar-midashi3{
    margin: 0 auto;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #f08200;
    border-bottom: solid 2px #f08200;
    padding-bottom: 10px;
    line-height: 130%;
    margin-top: 60px;
}

.solar-mes{
	font-size: 14px;
	line-height: 160%;
}


.solar-step{
	display: flex;
	margin-top: 30px;
	flex-wrap:wrap;
}
.solar-step .box{
	width: 48%;
	margin: 1%;
	padding:5px;
	box-sizing: border-box;
	border: solid 1px #ccc;
}
.solar-step .box p{
	background-color: #F7E606;
	padding: 3px;
	margin-bottom: 10px;
	font-size:11px;
}

.solar-step .box h3{
	font-size: 13px;
}
.solar-step .box img{
	width: 100%;
	height: auto;
}
/*****太陽光追記*********************************************/

.ssolea-flex{
	margin-top:25px;
	margin-bottom:60px;
}
.ssolea-flex .text{

}
.ssolea-flex .photo{

}
.ssolea-flex .photo img{
	width:100%;
	height:auto;
}
.ssolea-flex .waku{
	padding:15px;
	background-color:#fffed7;
	margin-bottom:15px;
	text-align:left;
}
.ssolea-flex .waku h3{
	font-size:18px;
	padding-bottom:3px;
	border-bottom:dotted 1px #000;
	margin-bottom:15px;
}

.table-scc{
	margin: 30px 0;
	font-size: 14px!important;
	overflow-y: scroll;
}

.table-scc .table-a{
	width:600px;
}
.table-scc td{
	padding: 10px!important;
}

.bgyy{
	background-color: #FEFFF7;
	text-align: center!important;
	font-size: 18px;
}
.solar-shisan{
	background-color: #EBFFCA;
}
.solar-shisan h3{
	padding: 15px;
	background-color: #399A3E;
	color: #fff;
	font-size: 14px;
}
.solar-shisan .text{
	padding: 25px;
	font-size: 16px;
	margin-bottom: 80px;
}


.table-scc2{
	margin: 30px 0;
	font-size: 14px!important;
	text-align: left!important;
	overflow-y: scroll;
}

.table-scc2 .table-a{
	width:800px;
	font-size:13px!important;
}
.table-scc2 .table-a td{
	padding:5px;
}
.hojo-chui{
	padding:10px;
	font-size:16px;
	color:#ff503e;
}

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

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

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

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

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

.sav-s .sav-box{
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}

.sav-s .sav-box .ll{
	overflow:hidden;
}

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

.sav-s .sav-box .ll h3{
	font-size: 16px;
	background-color: #FBCA00;
	padding: 10px;
}

.sav-s .sav-box .rr{
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.7px;
}
.sav-s .sav-box .rr .mm{
	margin:0 auto;
	width: 150px;
	background-color: #f08200;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	line-height: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}

.sav-w img{
	width:100%;
	height:auto;
}

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


.taishin-mes{
	font-size: 20px;
	padding: 25px 0;
	color:#f08200;
	font-weight: bold;
	line-height: 140%;
}

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

.taishin-flex .box{
	width: 90%;
	margin: 5px 5%;
	padding: 10px;
	background-color: #F0F0F0;
	font-size: 16px;
	font-weight: bold;
	border-radius: 20px;
}

.cospa-banner{
	margin-top:15px;
	margin-bottom:50px;
}
.cospa-banner img{
	width:100%;
	height:auto;
}

.new-mmm{
	font-size:20px!important;
}

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


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

.company-mmm{
	margin-top:15px!important;
}


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

.message{
	padding: 10px;
	font-size:14px;
	line-height:170%;
	text-align: left;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column-reverse;
}

.message .img{
	width: 60%;
	padding:0 20%;
	margin-bottom:30px;
}
.message .img img{
	width: 100%;
	height:auto;
}
.message .text{
	width:100%;
}
.message-name{
	margin-top: 10px;
	margin-bottom:50px;
	text-align:right;
}

.message-name img{
	width: 180px;
	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{
	border-left: solid 5px #f08200;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
}

.company-line-r{
    border-left: solid 2px #ccc;
    padding-left: 15px;
	line-height:170%;
	font-size:14px;
}
.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: 48%;
	margin: 1%;
	border: solid 1px #f08200;
	overflow:hidden;
	box-sizing:border-box;
	border-radius:10px;
	background-color: #f08200;
}

.top-w-box img{
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit:cover;
}
.top-w-box-tt{
	background-color: #f08200;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	line-height:160%;
}
.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*/
}


/**************************************************************
施工事例詳細
**************************************************************/
.worksdetail{
	overflow: hidden;
	clear: both;
	text-align:left;
}

.worksdetail-l{
	margin-bottom:25px;
}

.worksdetail-r{
	font-size:14px;
	line-height:190%;
}

.worksdetail-r-tt{
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 15px;
	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:200px;
}

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



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

.sub-event{
	overflow: hidden;
	padding: 15px 0;
	margin-bottom:40px;
	text-align:left;
}
.sub-event .tt{
	background-color: #8d8d8d;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.sub-event-l{
	text-align: center;
	margin-bottom:30px;
}
.sub-event-l img{
	width:100%;
	height:auto;
}

.sub-event-r{
}

.sub-event-r-tt{
	font-size: 20px;
	padding: 7px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
	font-weight: bold;
}

.sub-event-r-text{
	padding: 7px;
	line-height: 190%;
	font-size: 15px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 15px;
}
.sub-event-r-text2{
	padding: 7px;
	line-height: 180%;
	font-size: 14px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
}
.sub-event-link{
	text-align: right;
	margin-top: 15px;
}
.sub-event-link img{
	width: 200px;
	height: auto;
}


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

.midashi-a{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	padding:20px 0;
}

.event-line{
	overflow: hidden;
	clear: both;
	padding: 40px 15px;
	border-bottom: dotted 1px #ccc;
}
.event-line2{
	overflow: hidden;
	clear: both;
	padding: 15px 15px;
	border-bottom: dotted 1px #ccc;
}

.event-line-l{
	margin-bottom:20px;
}

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

.event-line-r{
	font-size:14px;
	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;
	line-height:160%;
}

.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:#f08200;
	color:#fff;
	font-size:13px;
}

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


/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

.blog-cont{
	text-align:left;

	font-size:15px;
	line-height:190%;
	padding:20px 0;
}

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

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

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


.blog-cont p{
	margin-left:0px;
}

.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;
}

.blog-cont h1{
	font-size:30px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 700;
}

.blog-cont h2{
	font-size:18px;
	color:#ff0000;
	padding:10px 5px;
	border-bottom:solid 2px #ff0000;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h3{
	font-size:16px;
	background-color:#fff3b1;
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	font-weight: 600;

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

.blog-cont h5{
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont p{margin-bottom:15px;}

.blog-cont img{padding-bottom:15px;
padding-top:10px;
max-width:100%;
height:auto;}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
	margin-bottom:15px;
		margin-top:15px;
	background-color: #fff;
	border-top: 2px dashed #f6be46;
}




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

#apply-frame{
	width: 800px;
	margin: 0 auto;
}

.apply-line{
	overflow: hidden;
	padding: 15px;
	border-bottom: dashed 1px #ccc;
	text-align: left;
	box-sizing:border-box;
}

.apply-line-l{
	font-weight:bold;
	font-size:14px;
	border-left: solid 2px #32b372;
	padding-left: 10px;
}

.apply-line-r{
	font-size:14px;
	text-align:left;
	border-left: solid 2px #64aadd;
	padding-left: 10px;
}

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

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

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


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

.wpcf7-textarea{
padding:10px;
width: 90%;
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;
}

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:#F8E9A4;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}

/**************************************************************
カタログダウンロード
**************************************************************/


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

#panf-img-set .wpcf7-list-item label::before {
	display: block;
	content: "";
	background: url(../../../image/panf/panf01.webp) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
	width: 100%;
	height: 110px;
}
#panf-img-set .wpcf7-list-item:nth-of-type(2) label::before {
	background: url(../../../image/panf/panf02.webp) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}
#panf-img-set .wpcf7-list-item:nth-of-type(3) label::before {
	background: url(../../../image/panf/panf03.webp) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}
#panf-img-set .wpcf7-list-item:nth-of-type(4) label::before {
	background: url(../../../image/panf/panf04.webp) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}


#panf-img-set {
	width: 100%;
	margin: 10px auto 40px;
	display: flex;
}
#panf-img-set * {
	box-sizing: border-box;
}
#panf-img-set .wpcf7-form-control {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	width: 32% !important;
	display: inline-block !important;
	margin-left: 0;
	margin-top: 20px;
}
#panf-img-set .wpcf7-list-item label {
	display: block;
	width: 100%;
	height: 130px;
	cursor: pointer;
}
#panf-img-set .wpcf7-list-item label::before {
	display: block;
	content: "";
	background-size: auto 90px;
	background-position: 50% 0;
	width: 100%;
	height: 110px;
}

#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-left: 22px;

}
#panf-img-set .wpcf7-list-item {
	position: relative;
	width: 45%;
	margin-bottom:20px;
}
#panf-img-set .wpcf7-list-item input {
	position: absolute;
	z-index: 1;
	width: 18px;
	height: 18px;
	bottom: 12px;
	margin-right: 8px;
	left:0px;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	width:100%!important;
}
#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;
}

.top-prize img{
	width:100%;
	height:auto;
}




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

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

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

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

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


.blog-cont p{
	margin-left:15px;
}

.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:24px;
	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:18px;
	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:16px;
	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:15px;
	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{
	margin:0 auto;
}
.column li{
	padding:10px;
	border-bottom:dashed 1px #ccc;
	text-align:left;
	font-size:16px;
	letter-spacing:1px;
}
.column{
	width:98%;
	margin:20px 1%;
	padding:10px;
	border:3px solid #009944;
	border-radius:10px;
	box-sizing:border-box;
}
.column .column-top{
	font-size:20px;
	text-align:center;
	margin:0 auto 20px;
	background-color:#009944;
	padding:10px 0;
	border-radius:10px;
	color:#fff;
	font-weight:600;
}
.column li{
	padding:10px;
	border-bottom:dashed 1px #ccc;
	text-align:left;
	font-size:16px;
	letter-spacing:1px;
	list-style: inside;
}

.blog-cont .banner-hankyou{
	text-align:center;

}
.blog-cont .banner-hankyou a{

}

/**********************************************
 * お見積りバナー
 * ************************************************/

.apbanarea{
	margin:20px 0 0;
}
.apbanarea img{
	width:80%;
}