@media ( max-width: 768px) {

.pc{
	display:none;
}

*{margin:0;padding:0;}

* html body{  
    overflow: hidden; 
	overflow-x: hidden!important;
}

body {
	font-family: Helvetica ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	color: #323434;
	margin: 0px;
	text-align: left;
	line-height:180%;
	font-weight: 500;
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, .7) 0 0 0 !important;
  }
}


html{
  scroll-behavior: smooth;
}

	#outline{
		padding:15px;
	}

#main{padding:10px;
text-align:left;}

a{color:#006898;text-decoration:none;}
a:hover{color:#2cafe3;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
.color-a{color:#CC0000;}

	
	.midashi-b{
		font-size:15px;
		padding-bottom:5px;
	}
	.midashi-d{
		line-height:150%;
	}

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

img {
     max-width: 100%;
     height: auto;
     }



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

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


#header{
	overflow:hidden;
	clear:both;
	border-bottom: solid 3px #fff100;
	background-color:#fff;
	z-index:1000;
}

#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;
padding-top:7px;
	}

#header-r img{height:45px;

width:auto;
	padding-right:5px;}

.topimg img{width:100%;
height:auto;}

.kugiri{height:5px;
	margin-top:5px;
	margin-bottom:5px;
	background-repeat:repeat;
background-image:url(image/kugiri.png);}
	
/**************************************************************
メニュー
**************************************************************/
.drawer-hamburger {
	width: auto !important;
	padding: 7px 0 0 !important;
}

.drawer-menu-item{padding:10px 15px!important;
	font-size:13px!important;
	text-align:left;
border-bottom:dashed 1px #ccc;}

/*----------------------------------------------------------------------コンテンツ部分*/

#text{padding:10px;}


#top-slide{background-image: url(../../../image/top/slide/bg.png);
	background-position: right;
	text-align: center;
	background-repeat: no-repeat;
}
/**************************************************************
スライダー下
**************************************************************/
.slider-waku{
	position:relative;
	margin-bottom:30px;}
	
.slider-obi{
	text-align:center;
	width:100%;
	bottom:-80px;
	background-color:rgb(0 0 0 / 90%);
	
}
.slider-obi-nai{
	display:flex;
	flex-flow: wrap;
    justify-content: space-around;
    margin: 0 auto;
    padding: 5px 0;
    box-sizing: border-box;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5;
	align-items:center;
}
.slider-obi-nai img{height:30px;
	margin-left:5px;}


/**************************************************************
フッター
**************************************************************/
#bottom {
	margin: 0px;
	position: relative;
	background: #333;
	text-align: center;
	clear: right;
	font-size: 12px;
	padding-top: 35px;
	padding-bottom: 35px;
	overflow: hidden;
	padding-left:15px;
	padding-right:15px;
}

#bottom-inner{
	text-align: left;
}

.bottom-l{
	margin:0 auto;
	text-align:center;
	color:#fff;
}

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

.bottom-r{
	display:flex;
	flex-wrap:wrap;
}

.bottom-r .box{
	width: 45%;
	margin-left:3%;
}
.bottom-r .box2{
	width: 95%;
	margin-left:3%;
	margin-top:20px;
}
	
.bottom-r .box li, .bottom-r .box2 li{
	list-style:none;
}

#bottom a:link, #bottom a:visited {
	color: #fff;
	font-size: 12px;

}
#bottom a:hover, #bottom a:active {
	color: #fff;
	font-size: 12px;
}
#bottom h1 {
    font-size: 12.5px;
    font-weight: normal;
    line-height: 100%;
    margin: 0px;
    padding: 0px 0 3px 0;
	font-weight: 500;
	color:#fff;
}

.copy{
	padding:7px;
	background-color:#B1B1B1;
	color:#fff;
	text-align:center;
}

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


.blog-cont{
	text-align:left;
	font-size:14px;
	line-height:190%;
	padding:10px;
}

.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:16px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
}

.blog-cont h2{
	font-size:15px;
	color:#ff0000;
	padding:10px 5px;
	border-bottom:solid 2px #ff0000;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont h3{
	font-size:14px;
	background-color:#fff3b1;
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;

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

.blog-cont h5{
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

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

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

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

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





/**************************************************************
ここから通常のcontents
**************************************************************/
.sub-tt{
	padding: 15px 0 10px 0;
	background-color: #367ac6;
	color: #fff;
	font-size:16px;
	font-weight:600;
	line-height:100%;
	text-align:center;
	
}
.sub-alpha{
	font-size: 10px;
}

.navi{
	background-color:#ececec;
	padding:5px 10px;
	text-align:right;
	font-size:11px;
	margin-bottom:20px;
	line-height:100%;
}
/**************************************************************
新着情報
**************************************************************/

.top-news{
	border: solid 1px #367ac6;
	overflow: hidden;
	font-size:14px;
	margin:15px;
	margin-bottom:30px;
}

.top-news .tt{
	background-color: #367ac6;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	margin-bottom:7px;
}

.news-line{
	padding:10px;
	border-bottom:dotted 1px #ccc;
	overflow:hidden;
}
.news-line-l{
	width:100%;
	text-align:left;
	font-size:12px;
	color:#727272;
}
.news-line-r{
	width:100%;
	position:relative;
}


/**************************************************************
木造建築
**************************************************************/
.mokuzou1{
	padding: 15px;
	background-color: #f3f4f1;
	margin-bottom: 25px;
}

.mokuzou1 strong{
	font-size: 15px;
	color: #2778ff;
}

.mokuzou2{
	padding: 15px;
	background-color: #f3f4f1;
	margin-bottom: 25px;
}
.mokuzou2 strong{
	font-size: 18px;
	color: #2778ff;
}
.mokuzou2 img{
	margin-top:20px;
}


/**************************************************************
システム建築とは
**************************************************************/

.about-midashi{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height:180%;
	margin-top:15px;
}
.about-midashi2{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;
	line-height:180%;
}
.about-midashi2 br{
	display:none;
}
.about-zu1{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about-zu1 img{
	width: 90%;
	height: auto;
}
.about-zu2{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
.about-zu2 img{
	width: 50%;
	height: auto;
}
.about-frame{
	overflow: hidden;
	clear: both;
	margin-bottom:25px;
	
}
.about-frame-l{
	font-size:13px;
	padding:10px;
}
.about-frame-l img{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.about-frame-r{
	margin-top:10px;
}
.about-frame-r img{
	width: 100%;
	height: auto;
}

.about-frame-l .tt{
	color: #367ac6;
	font-size: 15px;
	border-left: solid 5px #367ac6;
	padding: 5px;
	padding-left: 13px;
	margin-bottom: 15px;
	font-weight:600;
}

.about-box{
	margin-top: 10px;
	margin-bottom: 20px;
}

.about-box-tt{
	font-size: 15px;
	padding: 10px;
	border-top: solid 1px #367ac6;
	border-bottom: solid 1px #367ac6;
	color: #367ac6;
	text-align: center;
	font-size:17px;
	font-weight:600;
	margin-bottom:5px;
}

.about-box-text{
	padding: 10px;
	font-size:13px;
}

.about-box-img{}

.about-box-img img{
	width: 100%;
	height: auto;
}
.ace{
	width: 31%;
	margin: 1%;
	text-align: center;
	float: left;
	font-size:10px;
}
.ace img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.tt-ace{
	padding: 5px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: 600;
	font-size: 15px;
}

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





.contact-set{
	margin-top: 20px;
	margin-bottom:20px;
	text-align: center;
}
.contact-set img{
	width: 48%;
	margin: 0 1%;
	height: auto;
}

.top-event{
	border: solid 1px #367ac6;
	overflow: hidden;
	margin:15px;
	margin-bottom: 20px;
}

.top-event .tt{
	background-color: #367ac6;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.top-event-l{
	padding:10px;
	text-align: center;
}
.top-event-l img{
	 width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.top-event-r{
	padding:10px;
	text-align:left;
}

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

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

.top-tt{
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	color: #000;
	line-height:100%;
	margin-top:15px;
}
.top-tt span{
	border-bottom: solid 1px #000;
	font-size: 22px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height:100%;
}
.top-tt p{
	font-size: 15px;
padding-top: 20px;
		font-weight: 600;
}

.top-w-catch{
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
	
	.top-wwworks{
		padding-bottom:40px;
	}
.works-flex{
	margin:15px;
	display:flex;
	flex-wrap:wrap;
}
.top-w-box{
    border: solid 1px #8d8d8d;
	height:auto;
	margin-bottom:15px;
	width:48%;
	margin:1%;
	box-sizing:border-box;
}

.top-w-box img{
	width: 100%;
	height: auto;
}
.top-w-box-tt{
	background-color: #333;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 7px 0;
	margin-top:-10px;
}
.top-w-box-text{
	padding: 7px;
	text-align:left;
}

.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*/
}

.top-w-link{
	width: 70%;
	text-align: center;
	background-color: #134e91;
	margin: 0 auto;
	margin-top: 20px;
	font-size:12px;
}

.top-w-link a:link{
	color: #fff!important;
	padding: 5px;
	display: block;
	margin-bottom:10px;
}

.top-w-link a:hover{
	background-color: #b73132;
}
.top-w-link a:visited{
	color: #fff!important;
}

#genba{
	padding: 35px 15px;
	background-color: #fafafa;
	text-align: left;
	margin-bottom: 30px;

}
#genba-inner{
	margin: 0 auto;
	overflow: hidden;
}
.genba{
	margin-top: 35px;
}
.genba-l{
margin-bottom:15px;
}
.genba-l img{
	 width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.genba-r{

}

.genba-r .midashi{
	font-size: 18px;
	border-left: solid 8px #367ac6;
	font-weight: bold;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}

#top-plan{
	margin-top: 25px;
	margin-bottom: 50px;
}
.top-plan-box{
	margin:0 auto;
	margin:10px;
}
.top-plan-box img{
	width: 100%;
	height: auto;
}

.top-plan-box .tt{
	background-color: #333;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	border-bottom:solid 2px #fff100;
}


.top-plan-box {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.top-plan-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.top-plan-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*/
}


.top-contents{
	margin-top: 25px;
	margin-bottom: 50px;
	display:flex;
	flex-wrap:wrap;
}
.top-contents a{
	width:48%;
	margin: 1%;
	height: auto;
}
.top-contents img{
	width:100%;
	height: auto;
}


.top-banner{
	text-align: center;
	margin-bottom: 30px;
	padding:10px;
}

.top-banner img{
  margin-bottom:10px;
}

/* slider */

.slider-waku{position:relative;}
.slider-obi{
	text-align:center;
	width:100%;
	bottom:0;
	background-color:rgb(0 0 0 / 90%);
	
}
.slider-obi-nai{
	display:flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5;
}
.slider-obi-nai p,.slider-obi-nai a{flex:1;}
.slider-obi-nai img{width:100%;height:auto;}


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

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

.worksdetail-r{
	font-size:14px;
	line-height:190%;
	text-align:left;
	padding:0 10px 10px;
}

.worksdetail-r-tt{
	font-size: 15px;
    font-weight: 600;
	margin-bottom: 10px;
	border-bottom:dashed 1px #ccc;
	padding-bottom:10px;
	line-height:150%;
	text-align:center;
	margin-top:20px;
}

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

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

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

.sub-event-r{
    margin: 15px 15px 15px 0px;
}

.sub-event-r-tt{
	font-size: 16px;
	padding: 5px;
	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;
	padding-bottom: 10px;
}
.sub-event-link{
	text-align: right;
	margin-top: 15px;
}
.sub-event-link img{
	width: 200px;
	height: auto;
}


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

.event-line{
	overflow: hidden;
	clear: both;
}
.event-line2{
	overflow: hidden;
	clear: both;
}

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

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

.event-line-r{
	text-align:left;
	padding:10px;
}

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


.event-line2 .line{
	padding: 7px 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: 7px 0;
    font-weight: 500;
	border-bottom: dotted 1px #ccc;
	font-size: 13px;
}

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



/**************************************************************
land
**************************************************************/

.land-box{
	overflow: hidden;
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 10px;

}

.land-box2{
	display:none;
}

.land-box .l{
width:30%;
	float:left;
}

.land-box .l img{
	width: 100%;
	height: auto;
}

.land-box .r{

     line-height: 150%;
}

.land-box .r .koumoku{
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}
	
	.land-box .r .koumoku4{
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}
	.land-box .r .koumoku3{
	padding:5px 0;

}
	
.land-box .r .koumoku2{
margin-top:10px;
}

.land-box .r .koumoku2 a{
	padding: 7px;
	display: block;
	background-color: #367ac6;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

.land-box .r .koumoku2 a:hover{
	background-color: #367ac6;
}


.land-message{
	padding: 15px;
	background-color: #f5f5f5;
    font-weight: 500;
	font-size: 12px;
	margin-top: 40px;
	color:#000;
	line-height:160%;
	margin:10px;
	text-align:left;
}

.land-mes-botan{
	margin-top: 15px;
}

.land-mes-botan img{
	width:48%;
	height: auto;
	margin: 1%;
}

/*よくある質問------------------------------------------------------*/

.faq-line{
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	text-align:left;
}

.faq-line .tt{
	font-size: 16px;
	border-bottom: solid 1px #367ac6;
	padding: 10px 0px;
	margin-bottom: 20px;
	text-align:left;
	color:#367ac6;
}

.faq-botan{
	margin-bottom: 10px;
	text-align: center;
}
.faq-botan img{
	width: 48%;
	height: auto;
	margin: 1%;
}


/*進行中の現場---------------------------------------------------*/

.genba-line{
	overflow: hidden;
	clear: both;
	border-bottom: dotted 1px #ccc;
	padding:10px;
}

.genba-line-l{
	width: 30%;
	float: left;
	overflow:hidden;
}

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

.genba-line-r{
	width: 65%;
float: right;
	font-size:12px;
	text-align:left;
}

.genba-line-r .tt{
	text-align:left;
	font-size: 14px;
	padding: 3px 0px;
    font-weight: 600;
	margin-bottom: 5px;
}

.genba-line-r .text{
	font-size: 11px;
}

/*SEO用のカスタム投稿ページ-------------------------------------*/

.seo-mainimage{
	margin-bottom: 20px;
}
.seo-mainimage img{
	width: 100%;
	height: auto;
}

.seo-text{
	display:flex;
	flex-wrap:wrap;
	font-size: 15px;
	margin-bottom: 30px;
	padding:2%;
}
.seo-text-text{
	width:96%;
	padding: 2%;
}
.seo-text-img{
	width:100%;
}

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

/*お問い合わせフォーム-----------------------------------*/
.apply-mes {
    padding:10px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
	line-height:160%;
	text-align:left;
}
.midashi-apply {
	width:100%;
	font-size:clamp(18px, 4vw, 30px);
	margin:20px 0;
	text-align: center;
	color: #367ac6;
	font-weight:600;
	font-family:"Noto Sans JP", sans-serif;
}
.midashi-apply span{
		position:relative;
}
.midashi-apply span::before{
    content: '';
	display:inline-block;
    position: absolute;
    left: -80px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: #367ac6;
    transform: rotate(-35deg);
}
.midashi-apply span::after{
    content: '';
	display:inline-block;
    position: absolute;
    right: -15px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: #367ac6;
    transform: rotate(35deg);
}


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

#apply-frame{
	margin: 0 auto;
}

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

.apply-line-l{
	font-weight:bold;
	font-size:13px;
}

.apply-line-r{
margin-top:7px;
}


.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-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
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;
}



/*選ばれる理由-----------------------------------------------------------*/

.reason-box{
	padding: 1%;
	margin: 1%;
	border: solid 1px #ccc;
	font-size: 13px;
	margin-bottom:20px;
	padding:5px;
	line-height:120%;
	padding-bottom:15px;
}

.reason-box img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.reason-box .ttt{
	background-color: #367ac6;
	font-size: 14px;
    font-weight: 600;
	color: #fff;
	padding:10px;
}


/*ご注文の流れ*/

.order-waku{
	overflow: hidden;
	clear: both;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: dashed 1px #ccc;
	font-size:14px;
}

.order-waku .l{

}
.order-waku .l img{
	width: 100%;
	height: auto;
}

.order-waku .r{
	text-align:left;
	margin-top:20px;
}

.order-waku .r .t1{
	font-size: 14px;
	padding: 7px;
	background-color: #367ac6;
	color: #fff;
	margin-bottom: 15px;
	font-family:"Noto Sans JP", sans-serif;
}
.order-waku .r .t2{
	font-size: 16px;
	padding: 5px;
	color: #ff5a00;
	margin-bottom: 5px;
	font-weight:500;
	font-family:"Noto Sans JP", sans-serif;
}


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

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

.message{
	padding: 10px;
	font-size:15px;
	display:flex;
	flex-wrap:wrap;	
}

.message .img{
	width: 70%;
	/* margin: 0 3% 3%; */
	height: auto;
	margin: 0 auto;
}
.message .img img{
	width:100%;
	height:auto;
	}

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


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


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

.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 #676767;
	padding-left: 10px;
	font-size:15px;
	font-weight:bold;
}

.company-line-r{
    border-left: solid 5px #ccc;
	padding-left: 10px;
    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{
margin-bottom:15px;
}
.eigyousho-img img{
	width: 100%;
	height: auto;
}

.eigyousho-add{

}

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




/**************************************************************
カタログダウンロード
**************************************************************/
#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: url(../../../image/panf/01.png) 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/02.png) 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/03.png) 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/04.png) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}
#panf-img-set .wpcf7-list-item:nth-of-type(5) label::before {
	background: url(../../../image/panf/150.png) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}
#panf-img-set .wpcf7-list-item:nth-of-type(6) label::before {
	background: url(../../../image/panf/300.png) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}
#panf-img-set .wpcf7-list-item:nth-of-type(7) label::before {
	background: url(../../../image/panf/500.png) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}
	#panf-img-set .wpcf7-list-item:nth-of-type(8) label::before {
	background: url(https://space-kensetsu.jp/wp-content/uploads/2025/04/SATO-pdf.jpg) no-repeat;
	background-size: auto 90px;
	background-position: 50% 0;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-left: 22px;
	margin-top: -10px;
}
#panf-img-set .wpcf7-list-item {
	position: relative;
	width: 45%;
	margin-bottom:20px;
}
#panf-img-set .wpcf7-list-item input {
	position: absolute;
	z-index: 10;
	width: 18px;
	height: 18px;
	bottom: 12px;
	margin-right: 8px;
	left:0px;
}
	
.apply-line-r input[type="date"]{
        padding: 10px;
        width: 200px;
        color: #636063;
        font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-size: 13px;
        background-color: #F9F9F9;
        border: solid 1px #CCCCCC;
}

	
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	position: relative;
}





/**************************************************************
PLAN個別
**************************************************************/

.plan-brand-name{
text-align:center;
}

.plan-brand-name2{
	margin-bottom: 20px;
	margin-top:50px!important;
}


.plan-brand-name img{
	    margin-bottom: 10px!important;
    margin-top: 10px!important;
	width:150px;
	height:auto;
}
.plan-brand-name2 img{
	    margin-bottom: 10px!important;
    margin-top: 10px!important;
	width:150px;
	height:auto;
}


.plan-brand-midashi{
	background-color: #939393;
	padding: 10px;
	color: #fff;
    font-weight: 500;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}
.plan-brand-midashi2{
	background-color: #939393;
	padding: 10px;
	color: #fff;
    font-weight: 500;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}
.apply-botan-plan{
	margin: 15px 0;
}

.apply-botan-plan img{
	width: 48%;
	margin: 1%;
	height: auto;
}

.plan-muchu-main{
	margin-bottom: 25px;
}

.plan-waku{
	overflow: hidden;
	margin-bottom: 25px;
}

.plan-waku-l{
}

.plan-waku-l .tt{
font-size: 15px;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
	text-align: center;
}

.plan-waku-l .text{
	margin-top: 15px;

}

.plan-waku-r{
margin-top:15px;

}

.plan-waku-r img{
	width: 100%;
	height: auto;
}

.plan-waku2{
	overflow: hidden;
	margin-bottom: 25px;
	padding:15px;
}

.plan-waku-l2{

}

.plan-waku-r2 img{
	width: 100%;
	height: auto;
}


.plan-waku-r2{
    margin-top: 15px;
}



.plan-ex{
	padding: 15px;
	background-color: #f2f2f2;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.plan-tokuchou{
	padding:15px;
}
.plan-tokuchou2{
	padding:15px;
}

.plan-tokuchou-l{
	width: 100px;
	margin:0 auto;
	margin-bottom:15px;
}

.plan-tokuchou-l img{
	width: 100%;
	height: auto;
}


.plan-tokuchou-r{
	
}

.plan-tokuchou-r .tt{
	font-size: 14px;
    font-weight: 600;
	margin-bottom:15px;
	text-align:center;
}

.plan-sankou{
	overflow: hidden;
	clear: both;
}

.plan-sankou-l{
	margin-bottom:10px;
}

.plan-sankou-l img{
	width: 100%;
	height: auto;
}

.plan-sankou-r{

}

.plan-midashi{
	background-color: #6A6A6A;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-top:7px;
}

.plan-line{
	overflow: hidden;
	padding: 5px;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
}

.plan-line-l{
	width: 100px;
	float: left;
}
.plan-line-r{
	width: 350px;
	float: right;
}

.plan-price{
	font-size: 36px;
}

.p-chui{
	overflow: hidden;
	margin-top: 15px;
	font-size: 11px;
	padding:15px;
	line-height:160%;
}

.p-chui-l{
    margin-bottom: 10px;
}
.p-chui-r{

}

	.plan-hyou .table-a{
		font-size:11px;
		line-height:100%;
	}

.plan-ff{
	margin: 1%;
	margin-bottom:25px;
}

.plan-ff img{
	width: 100%;
	height: auto;
}

.plan-ff .tt{
	background-color: #333;
	color: #fff;
	font-size: 14px;
	padding: 6px;
	text-align: center;
}


.plan-ff  {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.plan-ff a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.plan-ff: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*/
}
	
/**************************************************************
工場
**************************************************************/
.factoy-text{
	padding:10px 10px 30px;
}

.factory-flex{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0;
}
.factory-box{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:50px;
}
.factory-box h3{
	font-size:16px;
	font-weight:600;
	margin:20px 0;
}

/**************************************************************
TOP動画
**************************************************************/
#top-movie {
    padding: 35px 0;
	background-color:#F7F9FC;
	margin-top:30px;
}

.movie-waku{
	max-width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.top-movie-box{
	width:98%;
	margin:7px 1%;
}
.movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
	

/**************************************
プライバシー
*****************************************/

#priva{
	font-size:13px;
	letter-spacing:0.5px;
	line-height:190%;
}
#priva h3{
	font-size:16px;
	margin-top:30px;
	margin-bottom:15px;
}

#priva ul{
	margin-top:15px;
	margin-bottom:15px;
}
#priva li{
	margin-left:20px;
	padding:3px 0;
}
	
/****************************************************
ABOUT2
**************************************************************/
.nayami-title{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height:120%;
	margin-top:30px;
}

.about-nayami{
	display:flex;
	flex-wrap:wrap;
	background-color: #f2f2f2;
	padding:10px;
	margin:20px 0;
}
.nayami-l{
	width:100%;
	 vertical-align: middle;
}
.nayami-l .nayami li{
	font-size:17px;
	font-weight:600;
	line-height:100%;
	list-style: none; 
	padding:0;
}
.nayami-l .nayami li::before{
	content: url("../../../image/about2/check.png");
	display: inline-block;
  vertical-align: middle;
	transform: scale(0.7);
}
.nayami-l .nayami li span{
	color:red;
}
.nayami-r{
	width:100%;
}
.nayami-r img{
	width:100%;
	height:auto;
	margin-top:15px;
}
.nayami-midashi{
	background-color: #33579c;
	padding:20px 0;
	font-size:20px;
	font-weight:700;
	text-align: center;
	color:#fff;
	margin:40px 0;
	border-radius:5px;
}
.upup::before{
	content:url("../../../image/about2/omakase_l.png");
	display: inline-block;
  vertical-align: middle;
	transform: scale(0.7);
}
.upup::after{
	content:url("../../../image/about2/omakase_r.png");
	display: inline-block;
  vertical-align: middle;
	transform: scale(0.7);
}
.nayami-text{
	text-align: left;
	font-size:16px;
	font-weight:700;
	line-height: 150%;
	padding:0 10px 30px;
}
.nayami-text span{
	color:red;

}
.nayami-list{
	text-align: center;
}
.nayami-list img{
		width:100%;
		height:auto;
}
	
.nayami-img{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0;
}
.nayami-img img{
	width:calc(50% - 10px);
	height:auto;
	padding:5px;
}
	
.submain-text {padding: 10px 20px 30px;font-size:15px;line-height:180%;}
	
#step-flex{display:flex;flex-wrap:wrap;gap:20px 2%;margin:20px 10px 80px;}
.stepbox{width:calc(48% - 42px);display:flex;flex-wrap:wrap;flex-direction:column;text-align:center;padding:20px;border:1px solid #555;border-radius:10px;}
.step{background-color:#33579c;color:#fff;border-radius:10px;margin-bottom:20px;font-weight:700;}
.stepbox h4{font-size:16px;font-weight:700;margin:0 0 20px;}
.step-text{text-align:left;line-height:140%;font-size:14px;}
/**************************************************************/
}