.sp{
	display:none;
}



/**************************************************************
アウトライン
**************************************************************/
#outline {
	margin: 0px auto;
	padding: 20px 15px;
	width: 100%;
	max-width: 1000px;
	background: #FFFFFF;
	text-align: left;
	box-sizing:border-box;
}

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

/**************************************************************
ヘッダー
**************************************************************/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#title {
	margin: 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	background-color:#fff;
}


#title-inner{
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
#title h1{
	font-size:14px;
	font-weight:normal;
	color:#333;
	position:absolute;
	width:354px;
	text-align:right;
	top:5px;
	left:0;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:500;
}

#title .logo{
	float: left;
	margin-top: 25px;
}
#title .logo img{
	width: 100%;
	height: auto;
	margin-top:5px;
}

#title .contact{
	float: right;
	width: 50%;
	margin-top: 25px;
	text-align: right;
}

#title .contact img{
	height: 45px;
	margin-left: 5px;
	width: auto;
}

/**************************************************************
グローバルナビ
**************************************************************/
.globalnavi {
    margin: 0;
    padding: 0;
    font-weight: 700;
    background-color: #33579c;
	border-bottom:solid 2px #fff100;
}

.globalnavi-inner{
	width: 100%;
	max-width:1020px;
	margin:0 auto;
    font-size: 14px!important;
    display: flex;
    justify-content: space-around;
}


.globalnavi a{
    width: 20%;
    text-align: center;
    display: block;
    padding: 20px 5px;
    border-right: 1px dotted #fff;
	color:#fff;
}
.globalnavi a:hover{
    background-color: #19356c;
}


.globalnavi a:first-child{
	display:none;
        border-left: 1px dotted #fff;
}

/**************************************************************
スライダー下
**************************************************************/
.slider-waku{position:relative;}
.slider-obi{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	background-color:rgb(0 0 0 / 70%);
}

.slider-obi-nai{
	display:flex;
    align-items: center;
	justify-content:space-around;
	height: 80px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5;
}
.slider-obi-nai img{height:80px;}

/**************************************************************
コンテンツ部分
**************************************************************/
#text {
	padding: 10px 0;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 100%;
	max-width: 980px;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 695px;
	position: relative;
	float: right;
	font-size: 14px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 3px;
}

/**************************************************************
フッター
**************************************************************/
#bottom {
	margin: 0px;
	position: relative;
	background: #333;
	text-align: center;
	clear: right;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 100px;
	color: #fff;
	overflow: hidden;

}

#bottom-inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.bottom-l{
	width:50%;
	margin:0 auto;
	font-size: 10px;
}
.bottom-l img{
	width: 100%;
	height: auto;
}
.bottom-r{
	width: 100%;
	padding:25px;
	text-align: left;
}
.bottom-r .box, .bottom-r .box2{
	width: 45%;
	float: left;
}

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

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

.copy{
	background-color: #1e579d;
	color: #fff;
	padding: 10px;
}

.fix-btn {
    position: fixed;
    bottom: 60px;
    right: -1px;
    z-index: 100;
	font-weight:500!important;
}
.fix-btn li{
	list-style:none;
}
.fix-btn_item a{
	display: block;
	background-color: #fff100;
	color:#1961b1;
	padding:25px 15px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid #fff 1px;
	border-left:solid #fff 1px;
	transition: 0.5s;
}
.fix-btn_item a:hover{
	background-color: #d93657;
	color:#fff;
}
.fix-btn_item:nth-child(odd) a{
	background-color: #367ac6;
	border-top:solid 1px #fff;
	color:#fff!important;
}
.fix-btn_item:nth-child(odd) a:hover{
	background-color:#2866aa;
}

.fix-btn_text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-orientation: upright;
}
.fix-btn_text img{
	width:25px;
	height:auto;
}

/* ---------------------------------------------------------------------
印刷設定
--------------------------------------------------------------------- */
@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/**************************************************************
ブログ
**************************************************************/
.blog-cont{
	text-align:left;
	font-size:16px;
	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;
}

/**************************************************************
ここから通常のcontents
**************************************************************/
.sub-tt{
	padding: 20px 0 15px 0;
	background-color: #5599ff;
	color: #fff;
	font-size: 20px;
	font-weight:600;
}
.sub-alpha{
	font-size: 12px;
}

.navi{
	background-color:#ececec;
	padding:5px;
	text-align:left;
	font-size:12px;
	margin-bottom:20px;
}

/**************************************************************
新着情報
**************************************************************/
.top-news{
	border: solid 1px #367ac6;
	overflow: hidden;
	margin-bottom: 100px;
	padding-bottom:15px;
	font-size:14px;
	margin-top:30px;
}

.top-news-imn{
	padding:20px;
}

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

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

/**************************************************************
木造建築
**************************************************************/
.mokuzou1{
	padding: 15px;
	background-color: #f3f4f1;
	margin-bottom: 25px;
	font-size:14.5px;
	letter-spacing:0.5px;
	line-height:190%;
}

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

.mokuzou2{
	padding: 15px;
	background-color: #f3f4f1;
	margin-bottom: 25px;
	font-size:14.5px;
	letter-spacing:0.5px;
	line-height:190%;
}
.mokuzou2 strong{
	font-size: 18px;
	color: #2778ff;
}
.mokuzou2 img{
	margin-top:20px;
}

/**************************************************************
システム建築とは
**************************************************************/
.about-midashi{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height:180%;
	margin-top:40px;
}
.about-midashi2{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;
	line-height:180%;
}
.about-zu1{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-zu1 img{
	width: 60%;
	height: auto;
}
.about-zu2{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.about-zu2 img{
	width: 25%;
	height: auto;
}
.about-frame{
	overflow: hidden;
	clear: both;
	margin: 2%;
	margin-bottom:45px;
	
}
.about-frame-l{
	width: 48%;
	float: left;
	font-size:14px;
}
.about-frame-l img{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.about-frame-r{
	width: 48%;
	float: right;
}
.about-frame-r img{
	width: 100%;
	height: auto;
}

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

.about-box{
	width: 46%;
	margin: 2%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

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

.about-box-text{
	padding: 10px;
	font-size:14px;
	height:120px;
}

.about-box-img{}

.about-box-img img{
	width: 100%;
	height: auto;
}
.ace{
	width: 18%;
	margin: 1%;
	text-align: center;
	float: left;
}
.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: 18px;
}

/**************************************************************
各ページ
**************************************************************/
.contact-set{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.contact-set img{
	width: 300px;
	margin: 0 15px;
	height: auto;
}

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

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

.top-event-l{
	width: 30%;
	padding:10px;
	float: left;
	height: 280px;
	text-align: center;
	box-sizing:border-box;
}
.top-event-l img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.top-event-r{
    width: 65%;
    margin: 20px 20px 20px 0px;
    float: right;
	box-sizing:border-box;
}

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

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

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

.top-w-catch{
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

.top-wwworks{
	padding:20px 0 100px 0;
}

.works-flex{
	display:flex;
	flex-wrap:wrap;
}

.top-w-box{
	width: 100%;
	max-width: 31%;
	margin: 10px 1%;
	border: solid 1px #8d8d8d;
	height:auto;
}

.top-w-box img{
	width: 100%;
	height: auto;
}
.top-w-box-tt{
	background-color: #333;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
	margin-top:-10px;
}
.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; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin:0;
}
.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: 300px;
	text-align: center;
	background-color: #2866aa;
	margin: 0 auto;
	margin-top: 15px;
	border-radius:5px;
}

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

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

#genba{
	padding: 65px 0;
	background-color: #ededed;
	text-align: left;
	margin-bottom: 50px;

}
#genba-inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.genba{
	margin-top: 50px;
}
.genba-l{
	width: 100%;
	max-width: 460px;
	float: left;
	/*height: 350px;*/
}
.genba-l img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.genba-r{
	width: 100%;
	max-width: 480px;
	float: right;
}

.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{
	width: 100%;
	max-width: 650px;
	margin:0 auto;
	margin-bottom:40px;
}
.top-plan-box img{
	width: 100%;
	height: auto;
}

.top-plan-box .tt{
	background-color: #333;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	font-family:"Noto Sans JP", sans-serif;
	border-bottom:2px solid #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:31%;
	margin: 1%;
	height: auto;
}
.top-contents img{
	width:100%;
	height: auto;
}

.top-banner{
	text-align: center;
	margin-bottom: 60px;
}

.top-banner img{
	margin-bottom:30px;
	margin-left:10px;
	margin-right:10px;
	width:450px;
	height:auto;
	margin-top:50px;
}

/* slider */
.slider-waku{position:relative;}
.slider-obi{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	background-color:rgb(0 0 0 / 70%);
}

.slider-obi-nai{
	display:flex;
    align-items: center;
	justify-content:space-around;
	height: 80px;
	max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
	font-size:26px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5;
}
.slider-obi-nai img{
	height: 70px;
}

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

.worksdetail-l{
	margin-bottom:30px;
}
.worksdetail-l img{
	width:100%;
	height:auto;
}

.worksdetail-r{

	font-size:14px;
	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%;
}

/**************************************************************
イベント情報
**************************************************************/
.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{
	width: 100%;
	max-width: 400px;
	margin: 15px;
	float: left;
	height: 280px;
	text-align: center;
}
.sub-event-l img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.sub-event-r{
    width: 100%;
    max-width: 540px;
    margin: 15px 15px 15px 0px;
    float: right;
}

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

/*イベント情報---------------------------------------------------*/
.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{
    width: 100%;
    max-width: 450px;
    float: left;
}

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

.event-line-r{
    width: 100%;
    max-width: 500px;
    float: right;
}

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

/**************************************************************
land
**************************************************************/
.land-flex{
	display:flex;
	flex-wrap:wrap;
}

.land-box{
	overflow: hidden;
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	width: 100%;
	max-width: 31%;
	margin:1%;
}

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

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

#outline2{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	text-align:center;
}

.land-message{
	padding: 40px 20px;
	background-color: #fff;
    font-weight: 500;
	font-size: 20px;
	margin-top: 40px;
	color:#000;
	line-height:160%;
	margin:10px;
	text-align:center;
	font-weight:600;
}

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

.land-mes-botan img{
	width:500px;
	height: auto;
	margin:10px;
	border-radius:10px;
}

/*よくある質問------------------------------------------------------*/
.faq-line{
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	font-size:14.5px;
	line-height:190%;
}

.faq-line .tt{
	font-size:20px;
	border-bottom: solid 1px #367ac6;
	padding: 10px 0px;
	margin-bottom: 20px;
	color:#367ac6;
	letter-spacing:0.5px;
}

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

/*進行中の現場---------------------------------------------------*/
.genba-line{
	overflow: hidden;
	clear: both;
	padding:25px 10px;
	border-bottom: dotted 1px #ccc;
}

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

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

.genba-line-r{
	width: 65%;
	margin-left:5%;
	float: right;
	font-size:14.5px;
}

.genba-line-r .tt{
	font-size: 20px;
	padding: 10px 0px;
	border-bottom: solid 1px #000;
    font-weight: 600;
	margin-bottom: 15px;
}

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

/*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;
	line-height:180%;
}
.seo-text-text{
	width:100%;
	padding-right: 2%;
}
.seo-text-img{
	min-width:35%;
    max-width: 35%;
}

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

/*お問い合わせフォーム-----------------------------------*/
.apply-mes {
    padding: 30px 15px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
	font-weight:600;
	line-height:180%;
}
.midashi-apply {
	width:100%;
	font-size:clamp(18px, 4vw, 30px);
	padding:10px;
	margin:20px 0;
	text-align: center;
	color: #2778ff;
	font-weight:600;
	font-family:"Noto Sans JP", sans-serif;
	margin-top:80px;
	margin-bottom:80px;
}
.midashi-apply span{
	position:relative;
}

/**
.midashi-apply span::before{
    content: '';
	display:inline-block;
    position: absolute;
    left: -30px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: #2778ff;
    transform: rotate(-35deg);
}
.midashi-apply span::after{
    content: '';
	display:inline-block;
    position: absolute;
    right: -30px;
    top: -10px;
    width: 3px;
    height: 70px;
    background-color: #2778ff;
    transform: rotate(35deg);
}
**/

/*apply------------------------------------------------------------*/
#apply-frame{
	width: 100%;
	max-width: 800px;
	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:14px;
	margin-bottom:15px;

}

.apply-line-r{
	font-size:14px;
}

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

/* テキストフォームの設定 */
.wpcf7-text{
	padding:10px;
	width: 80%;
	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-text:focus{
	background-color:#FFFFCC;
}

/* テキストエリアの設定 */
.wpcf7-textarea{
	padding:10px;
	width: 80%;
	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{
	width: 100%;
	max-width: 45%;
	padding: 1%;
	margin: 1%;
	border: solid 1px #ccc;
	float: left;
	font-size: 14px;
}

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

.reason-box .ttt{
	background-color: #003571;
	font-size: 16px;
    font-weight: 700;
	color: #fff;
	padding:15px 10px;
	margin-bottom: 20px;
}

/*ご注文の流れ*/
.order-waku{
	overflow: hidden;
	clear: both;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: dashed 1px #ccc;
	font-size:14px;
}

.order-waku .l{
    width: 100%;
	max-width: 300px;
    float: left;
}
.order-waku .l img{
	width: 100%;
	height: auto;
}

.order-waku .r{
    width: 100%;
	max-width: 670px;
    float: right;
}

.order-waku .r .t1{
	font-size: 20px;
	padding: 7px;
	background-color: #0575c3;
	color: #fff;
	margin-bottom: 15px;
	font-family:"Noto Sans JP", sans-serif;
}
.order-waku .r .t2{
	font-size: 16px;
	padding: 5px;
	color: #ff6600;
	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: 180px;
	margin-left: 30px;
	height: auto;
}
.message .img img{
	width:100%;
	height:auto;
}

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

.message-name img{
	width: 198px;
	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: 100%;
	max-width: 300px;
	float: left;
}
.eigyousho-img img{
	width: 100%;
	height: auto;
}

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

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

.map-flex{
	display:flex;
	flex-wrap:wrap;
}
.map-flex a{
	display:block;
	width:50%;
}
.map-flex img{
	width:100%;
	height:auto;
}

/**************************************************************
カタログダウンロード
**************************************************************/
#panf-img-set {
	width: 100%;
	max-width: 1000px;
	margin: -15px auto 60px;
	display: flex;
}
#panf-img-set * {
	box-sizing: border-box;
}
#panf-img-set .wpcf7-form-control {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	width: 20% !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.png) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
	width: 100%;
	height: 240px;
}
#panf-img-set .wpcf7-list-item:nth-of-type(2) label::before {
	background: url(../../../image/panf/02.png) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(3) label::before {
	background: url(../../../image/panf/03.png) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(4) label::before {
	background: url(../../../image/panf/04.png) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(5) label::before {
	background: url(../../../image/panf/05.png) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(6) label::before {
	background: url(../../../image/panf/06.png) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(7) label::before {
	background: url(../../../image/panf/500.png) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#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 150px;
	background-position: 50% 75%;
}




#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	text-align: center;
	width: 230px !important;
	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: 24px;
	height: 24px;
	bottom: 12px;
	margin-right: 8px;
}

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

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

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

.plan-brand-midashi{
	background-color: #33579c;
	padding: 10px;
	color: #fff;
    font-weight: 500;
	font-size: 13px;
	text-align: left;
	margin-bottom: 15px;
}
.plan-brand-midashi2{
	background-color: #333;
	padding: 10px;
	color: #fff;
    font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 35px;
}
.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;
	width: 48%;
	float: left;
	margin: 10px;
}

.plan-hyou .table-a{
	font-size:15px!important;
	margin-bottom:50px;
}

.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;
	padding: 0 15px;
	font-size:13.5px;
}

.plan-waku-r{
	margin-bottom: 15px;
}

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

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

.plan-waku-l2{
    width: 49%;
    float: left;
	font-size:15px;
	line-height:190%;
}

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

.plan-waku-r2{
    width: 49%;
    float: right;
}

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

.plan-tokuchou{
    padding: 10px;
    margin: 10px;
	overflow:hidden;
	margin-bottom:25px;
}
.plan-tokuchou2{
    padding: 10px;
    margin: 10px;
	overflow:hidden;
	margin-bottom:25px;
}

.plan-tokuchou-l{
	width: 100px;
	float: left;
}

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

.plan-tokuchou-r{
    width: calc(100% - 110px);
    float: right;
	font-size:13.5px;
}

.plan-tokuchou-r .tt{
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
	margin-bottom:15px;
}

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

.plan-sankou-l{
    width: 100%;
	max-width: 500px;
    float: left;
}

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

.plan-sankou-r{
    width: 100%;
	max-width: 490px;
    float: right;
}

.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: 12px;
}

.p-chui-l{
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.p-chui-r{
	width: 50%;
	float: right;
}

.plan-flex{
	display:flex;
	flex-wrap:wrap;
}

.plan-ff{
	width: 45%;
	margin: 2%;
}

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

.plan-ff .tt{
	background-color: #333;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	font-family:"Noto Sans JP", sans-serif;
	border-bottom:solid 2px #fff100;
}

.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;
	font-size:14px;
	line-height:190%;
}

.factory-flex{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0;
}
.factory-box{
	width:100%;
	max-width: 50%;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:50px;
	font-size:14px;
	letter-spacing:190%;
}
.factory-box img{
	width:100%;
	height:auto;
}
.factory-box h3{
	font-size:18px;
	font-weight:600;
	margin:20px 0;
}

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

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

.top-movie-box{
	width:48%;
	margin: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%;
}
.top-movie-box img{
	width:100%;
	height:auto;
}
/**************************************
プライバシー
*****************************************/
#priva{
	font-size:15px;
	letter-spacing:0.5px;
	line-height:190%;
}
#priva h3{
	font-size:18px;
	margin-top:30px;
	margin-bottom:15px;
}

#priva ul{
	margin-top:15px;
	margin-bottom:15px;
}
#priva li{
	margin-left:80px;
	padding:3px 0;
}

/**************************************************************
ABOUT2
**************************************************************/
.nayami-title{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height:180%;
	margin-top:50px;
}

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

.nayami-img{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0;
}
.nayami-img img{
	width:calc(33.3% - 10px);
	height:auto;
	padding:5px;
}
.about-flex{
	display:flex;
	flex-wrap:wrap;
}
.about-box{
	width: 46%;
	margin: 2%;
}

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

.about-box-text{
	padding: 10px;
	font-size:14px;
	min-height:130px;
}

.about-box-img{}

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

/************************************************
サービスの流れ
*************************************************/
.order-waku{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: dashed 1px #ccc;
}

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

.order-waku .r{
    width: 66%;
	padding:1%;
}

.submain-text {
	padding: 10px 40px 60px;
	font-size:15px;
	line-height:180%;
}
#step-flex{
	display:flex;
	flex-wrap:wrap;
	gap:20px 2%;
	margin:20px 10px 80px;
}
.stepbox{
	width:calc(23.5% - 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:20px;
	font-weight:700;
	margin:0 0 20px;
}
.step-text{
	text-align:left;
	line-height:140%;
	font-size:14px;
}
