/* text
---------------------------------------------- */
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}

/* img
---------------------------------------------- */
.img_fit_w{
	display:block;
	max-width:100%;
	min-height:auto;
}
.img_fit_h{
	display:block;
	height:100%;
	min-width:auto;
}
.img_fit_w.inline,
.img_fit_h.inline{
	display:inline-block;
}

/* float
---------------------------------------------- */
/*
.floatclear:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
*/
.left{
	float:left;
}
.right{
	float:right;
}

/* alpha
---------------------------------------------- */
.alpha{
	backface-visibility: hidden;
	transition:opacity 0.2s ease 0s;
}
.alpha:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.serif{
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img{
	vertical-align:top;
}
h2{
	text-indent:0;
	background:none;
}

/* =========================================================================== */
#breadcrumbs{
	margin-top: 69px;
}
article#main{
	padding:0;
}

#request{
    max-width: 704px;
    margin:0 auto 40px;
    text-align: center;
}
#request h2{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
}
#request h2 span{
    font-weight: bold;
    color: #ee5253
}
#request a{
    transition:.4s;
    margin: 0 4%;
    display: block;
}
#request a:hover{
    opacity: .6;
}
#request img{
    width: 100%;
}
#request .sp{
    display: none;
}
@media screen and (max-width: 650px){
    #request .pc{
        display: none;
    }
    #request .sp{
        display: block;
    }
    #request h2 span{
        display: block;
    }
}


/* ===========================================================================

トップページ

=========================================================================== */
article#main .header{
	width:100%;
	background-image:url(../images/technology/bg_index_h1_2.png), url(../img/bg_index_h1.jpg);
	background-repeat:no-repeat, repeat-x;
	background-position:center center,center center;
}
article#main .header h1{
	max-width:980px;
	height:500px;
	margin:0 auto;
	position:relative;
}
article#main .header h1 img{
	display:block;
	position:absolute;
	top:95px;
	left:0;
}

article#main .inner{
	max-width:1080px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* .technology_intro
------------------------------------------------------------------------------ */
.technology_intro{
	padding:60px 0 45px;
	background-image:url(../images/technology/bg_technology_2.png), url(../img/bg_technology.png);
	background-repeat:repeat-x, repeat-y;
	background-position:center top, center top;
	background-size:10px 17px, contain;
}

.technology_intro .inner{
    padding-top: 45px;
}

.technology_intro .builder_no1{
    position: absolute;
    width: 100%;
    top : -200px;
    margin: auto;
}
.technology_intro .builder_no1 figure{
    position: relative;
	width:100%;
    top : -50px;
    left: -300px;
}

.technology_intro .builder_no1 p{
    color: #fff;
    font-size: 12px;
    font-family: "游明朝", Yu Mincho;
    text-align: right;
    position: relative;
    top : -5px;    
}

.technology_intro h2{
	margin:0 0 35px;
}
.floatclear{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.technology_intro nav p{
/*	float:left;*/
    width:  calc( 980px / 6 );
	position:relative;
    margin-bottom: 20px;
}
.technology_intro nav p img{
    width: 100%;
}
.technology_intro nav p:before,
.technology_intro nav p:last-child:after{
	content:"";
	display:block;
	width:1px;
/*	height:308px;*/
	background:rgba(255,255,255,0.3);
	position:absolute;
	top:0;
	left:0;
}
.technology_intro nav p:last-child:after{
	left:auto;
	right:0;
}

#link_area{
    max-width: 990px;
    margin: 60px auto ;
    text-align: center;
}

#link_area span {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #000;
}
#link_area span a{
    text-decoration: none;
}
#link_area span a:hover{
    text-decoration: underline;
}


/* .technology_main
------------------------------------------------------------------------------ */
.next{
    border: 1px solid #ccc;
    padding: 10px 30px;
    text-align: center;
}

.technology_main{
	padding:45px 0;
}
.technology_main h2{
	margin:0 auto 35px;
}
.technology_main_hight{
	margin:0 auto 80px;
}
.technology_main_hight .technology_main_hight_block{
    display: block;
	border:solid 1px #ccc;
}
.technology_main_hight .technology_main_hight_block .text{
	max-width:380px;
	margin:75px 0 0 40px;
	text-align:left;
}
.technology_main_hight .technology_main_hight_block h3{
	margin:0 0 25px;
}

.technology_main_various .technology_main_various_nav{
	border:solid 1px #ccc;
}
.technology_main_various .technology_main_various_nav a{
	display:block;
	max-width:326px;
	float:left;
	position:relative;
	text-decoration:none;
	transition:opacity 0.2s ease 0s;
}
.technology_main_various .technology_main_various_nav a:after{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:#ccc;
	position:absolute;
	top:0;
	right:0;
}
.technology_main_various .technology_main_various_nav a:nth-child(3n):after{
	display:none;
}
.technology_main_various .technology_main_various_nav a:hover{
	text-decoration:none;
	opacity:1;
}
.technology_main_various .technology_main_various_nav a figure{
	position:relative;
}
.technology_main_various .technology_main_various_nav a figure .base{
	position:relative;
	z-index:1;
	transition:opacity 0.2s ease 0s;
}
.technology_main_various .technology_main_various_nav a figure .rollover{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.technology_main_various .technology_main_various_nav a:hover figure .base{
	opacity:0;
}
.technology_main_various .technology_main_various_nav a p{
	padding:34px 30px;
	font-size:13px;
}

/* ===========================================================================

高天井

=========================================================================== */
article#main .height_header{
	width:100%;
	background:url(../images/technology/bg_height.jpg) no-repeat center center #e1e7ea;
}
article#main .height_header h1{
	max-width:980px;
	height:280px;
	margin:0 auto;
	position:relative;
}
article#main .height_header h1 img{
	display:block;
	position:absolute;
	top:85px;
	left:0;
}

/* .height_intro
------------------------------------------------------------------------------ */
.height_intro{
	padding:45px 0;
}
.height_intro h2{
	margin:0 auto 35px;
}
.height_intro p{
	line-height:2em;
}
.height_intro span.notice{
	font-size:12px;
}

/* .height_intro_2
------------------------------------------------------------------------------ */
.height_intro_2{
	padding:0;
	background-image:url(../images/technology/bg_technology_2.png), url(../images/technology/bg_technology.png);
	background-repeat:repeat-x, repeat-y;
	background-position:center top, center top;
	background-size:10px 17px, contain;
}

/* .height_merit
------------------------------------------------------------------------------ */
.height_merit{
	padding:45px 0;
}
article#main .inner#height_merit_01{
	margin:0 auto 50px;
}
.height_merit .inner h2{
	margin:0 0 25px;
}
.height_merit .inner h3{
	margin:0 0 20px;
	font-size:20px;
}
#height_merit_01 .left{
	width:480px;
}
#height_merit_01 .right{
	margin:20px 0 0;
}

#height_merit_02 p:not(:last-child),
#height_merit_02 figure:not(:last-child){
	margin:0 0 20px;
}

/* .height_point
------------------------------------------------------------------------------ */
.height_point{
	padding:45px 0;
	background:url(../images/technology/bg_height_point.jpg);
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.height_point h2{
	margin:0 auto 45px;
}
.height_point .height_point_block{
	padding:50px;
	margin:0 auto 70px;
	background:#fff;
	border:solid 1px #bbb;
}
.height_point .height_point_block h3{
	margin:0 auto 30px;
}
.height_point #height_point_01 .left{
	width:360px;
}

.height_point #height_point_02{
	margin:0 auto 40px;
}
.height_point #height_point_02 .right{
	width:420px;
}
.height_point #height_point_02 h3{
	margin:0 auto 40px;
}

.height_point #height_point_03,
.height_point #height_point_04{
	width:410px;
	padding:30px;
	min-height:600px;
	margin:0 auto;
}
.height_point #height_point_03 > figure,
.height_point #height_point_04 > figure{
	margin:0 auto 20px;
}
.height_point #height_point_03 p.right{
	width:298px;
}
.height_point #height_point_04 p.right{
	width:195px;
}


/* .height_design
------------------------------------------------------------------------------ */
.height_design{
	padding:45px 0;
}
.height_design h2,
.height_design .notice{
	margin:0 auto 45px;
	line-height:1;
}
.height_design p:not(:last-child){
	margin:0 auto 50px;
}

/* ===========================================================================

地震への取り組み

=========================================================================== */
article#main .quake_header{
	width:100%;
	background:url(../images/technology/bg_quake.jpg) no-repeat center center #68cdff;
}
article#main .quake_header h1{
	width:980px;
	height:280px;
	margin:0 auto;
	position:relative;
}
article#main .quake_header h1 img{
	display:block;
	position:absolute;
	top:85px;
	left:0;
}

/* .quake_intro
------------------------------------------------------------------------------ */
.quake_intro{
	padding:45px 0 100px;
	background-image:url(../images/technology/bg_technology_2.png), url(../img/bg_technology.png);
	background-repeat:repeat-x, repeat-y;
	background-position:center top, center top;
	background-size:10px 17px, contain;
	position:relative;
}
.quake_intro nav{
	width:100%;
	font-size:0;
	position:absolute;
	bottom:-135px;
}
.quake_intro nav figure{
	display:inline-block;
	margin:0 25px 0 0;
	background:#fff;
}
.quake_intro nav figure:last-child{
	margin:0;
}

/* .quake_merit
------------------------------------------------------------------------------ */
.quake_merit{
	padding:90px 0 45px;
	background-image:url(../images/technology/bg_technology_2.png) repeat-x center top, center top;
	background-size:10px 17px;
	position:relative;
}
article#main .quake_merit .inner:not(:last-child){
	margin-bottom:50px;
}
.quake_merit .inner h2{
	margin:0 0 30px 0;
}
.quake_merit .inner .text_set p:not(:last-child){
	margin:0 0 30px 0;
}
.quake_merit .inner p{
	line-height:2em;
}
.quake_merit .inner h4{
	margin:0 0 5px 0;
	font-size:20px;
}

/* .quake_point
------------------------------------------------------------------------------ */
.quake_point{
	padding:45px 0;
	background:url(../images/technology/bg_height_point.jpg);
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.quake_point h2{
	margin:0 auto;
}
.quake_point .quake_point_block{
	padding-top:65px;
	padding-bottom:50px;
	margin:-20px auto 70px;
	background:#fff;
	border:solid 1px #bbb;
}
.quake_point .quake_point_block#quake_point_03{
	margin:-20px auto 40px;
}
.quake_point .quake_point_block h3{
	padding:0 0 50px;
}
.quake_point .quake_point_block .text_set{
	width:860px;
	margin:0 auto 50px;
}
.quake_point .quake_point_block .text_set:last-child{
	margin-bottom:0;
}

/* #quake_point_01
------------------------------------ */
.quake_point .quake_point_block#quake_point_01{
	padding-top:0;
	margin:0 auto 70px;
}
.quake_point .quake_point_block#quake_point_01 h3{
	padding:50px 0;
}
.quake_point .quake_point_block#quake_point_01 .right{
	width:540px;
}
.quake_point .quake_point_block#quake_point_01 .right p:not(:last-child){
	margin-bottom:20px;
}

/* #quake_point_02
------------------------------------ */
.quake_point .quake_point_block#quake_point_02 h4,
.quake_point .quake_point_block#quake_point_03 h4{
	margin:0 0 20px 0;
}
.quake_point .quake_point_block#quake_point_02 .text_set div.left{
	width:460px;
}
.quake_point .quake_point_block#quake_point_02 .text_set p:not(:last-child),
.quake_point .quake_point_block#quake_point_03 .text_set p:not(:last-child){
	margin-bottom:20px;
}

/* #quake_point_03
------------------------------------ */
.quake_point .quake_point_block#quake_point_03 h3{
	padding:0 0 20px;
}
.quake_point .quake_point_block#quake_point_03 .text_set_intro{
	width:420px;
}
.quake_point .quake_point_block#quake_point_03 .text_set div.left{
	width:400px;
}

.quake_point .quake_point_block#quake_point_03 .table{
	display:table;
	width:100%;
}
.quake_point .quake_point_block#quake_point_03 .table figure,
.quake_point .quake_point_block#quake_point_03 .table .text{
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
.quake_point .quake_point_block#quake_point_03 .table .text .pad-left{
	padding-left:50px;
}
.quake_point .quake_point_block#quake_point_03 .table .text .pad-right{
	padding-right:50px;
}

/* .quake_notice
------------------------------------------------------------------------------ */
.quake_notice{
	padding:45px 0;
}
.quake_notice p{
	font-size:13px;
	line-height:1.8em;
}


/* ===========================================================================

断熱

=========================================================================== */
article#main .insulation_header{
	width:100%;
	background:url(../images/technology/bg_insulation.jpg) no-repeat center center #f7efec;
}
article#main .insulation_header h1{
	width:980px;
	height:280px;
	margin:0 auto;
	position:relative;
}
article#main .insulation_header h1 img{
	display:block;
	position:absolute;
	top:85px;
	left:0;
}

/* .insulation_intro
------------------------------------------------------------------------------ */
.insulation_intro{
	padding:45px 0;
	background-image:url(../images/technology/bg_technology_2.png), url(../img/bg_technology.png);
	background-repeat:repeat-x, repeat-y;
	background-position:center top, center top;
	background-size:10px 17px, contain;
	position:relative;
}
.insulation_intro .left,
.insulation_intro .left p{
	width:680px;
	color:#fff;
	line-height:2em;
}
.insulation_intro h2{
	margin:0 0 40px;
}

/* .insulation_merit
------------------------------------------------------------------------------ */
.insulation_merit{
	padding:45px 0;
}
.insulation_merit h2,
.insulation_merit p,
.insulation_merit figure{
	margin:0 0 40px;
}
.insulation_merit .insulation_merit_zeh{
	padding:30px 40px 40px;
	margin:0 auto 20px;
	background:#fff;
	border:solid 1px #bbb;
}
.insulation_merit h3{
	margin:0 0 20px;
	font-size:24px;
}
.insulation_merit p{
	padding:0 0 0 40px;
}

/* .insulation_point
------------------------------------------------------------------------------ */
.insulation_point{
	padding:45px 0;
	background:url(../images/technology/bg_height_point.jpg);
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.insulation_point h2{
	margin:0 auto 65px;
}
.insulation_point .notice{
	font-size:12px;
	margin-bottom:60px;
}
.insulation_point .insulation_point_block{
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto 60px;
	background:#fff;
	border:solid 1px #bbb;
}
.insulation_point .insulation_point_block.no-padding{
	padding:0;
}
.insulation_point .insulation_point_block.no-margin{
	margin-bottom:10px;
}
.insulation_point .insulation_point_block h3{
	margin:0 0 50px;
}
.insulation_point .insulation_point_block .text_set{
	padding:0 60px;
}
.insulation_point .insulation_point_block .text_set h4{
	margin:0 0 30px;
}
.insulation_point .insulation_point_block .text_set h5.serif{
	margin:0 0 20px;
	font-size:20px;
}

/* #insulation_point_02_01
------------------------------------ */
#insulation_point_02_01{
	margin:0 auto 50px;
}
#insulation_point_02_01 .left{
	width:430px;
}

/* #insulation_point_02_02
------------------------------------ */
#insulation_point_02_02 > figure{
	margin:0 0 30px;
}
#insulation_point_02_02 .right{
	width:570px;
}

/* #insulation_point_02_03
------------------------------------ */
#insulation_point_02_03,
#insulation_point_02_05{
	border-bottom:solid 1px #bbb;
}
#insulation_point_02_03,
#insulation_point_02_04,
#insulation_point_02_05,
#insulation_point_02_06{
	padding:0;
}
#insulation_point_02_03 > .left{
	width:400px;
	padding:30px 30px 0 45px;
}
#insulation_point_02_03 > .left p{
	width:252px;
}
#insulation_point_02_03 .notice,
#insulation_point_02_04 .notice{
	display:block;
	margin:0;
	font-size:12px;
}
#insulation_point_02_04 > .right{
	width:440px;
	padding:30px 45px 0 0;
}
#insulation_point_02_05 > .left{
	width:450px;
	padding:30px 0 0 45px;
}
#insulation_point_02_06 > .right{
	width:440px;
	padding:30px 45px 0 0;
}

/* #insulation_point_split
------------------------------------ */
#insulation_point_split{
	margin:0 0 50px;
}

/* ===========================================================================

工法

=========================================================================== */
article#main .method_header{
	width:100%;
	background:url(../images/technology/bg_method.jpg) no-repeat center center #f7efec;
}
article#main .method_header h1{
	width:980px;
	height:280px;
	margin:0 auto;
	position:relative;
}
article#main .method_header h1 img{
	display:block;
	position:absolute;
	top:85px;
	left:0;
}

/* .method_intro
------------------------------------------------------------------------------ */
.method_intro{
	padding:100px 0 0 0;
	background-color: #000;
	background-repeat:repeat-x, repeat-y;
	background-position:center top, center top;
	background-size:10px 17px, contain;
	position:relative;
}
.method_intro .inner{
	padding:45px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.method_intro h1{
	
}
.method_intro h1 img{
	width:300px;
}

.method_intro div.image img{
	width:320px;
}
.method_intro p{
	width:320px;
	color:#fff;
	line-height:2em;
}
@media screen and (max-width: 650px){
.method_intro{
	padding:50px 0 0 0;

}
.method_intro .inner{
	padding:105px 0 30px;
	display: block;
	justify-content: space-between;
	align-items: center;
}
.method_intro h1{
	width: 70%;
    margin: 0 auto 15px;
}
.method_intro h1 img{
	max-width:100%;
}
.method_intro div.image{
width: 80%;
    margin: 0 auto 15px;


}
.method_intro div.image img{
	max-width:100%;
}
.method_intro p{
	width:100%;
	color:#fff;
	line-height:2em;
}
}
/* .method_intro_2
------------------------------------------------------------------------------ */
.method_intro_2{
	padding:0;
	background:url(../images/technology/bg_technology_2.png) repeat-x center top #fff;
	background-size: 10px 17px;
}
.method_intro_2 .inner{
	padding:30px 0;
}
.method_intro_2 figure{
	background:#F5EFEB;
}
.method_intro_2 figure img{
	display:inline-block;
	width:100%;
	max-width:1280px;
}

/* .method_point
------------------------------------------------------------------------------ */
.method_point{
	padding:70px 0 50px;
}
.method_point h2{
	margin:0 auto;
}
.method_point .method_point_title{
    margin-bottom: 80px;
    width: 538px;
}
.method_point .method_point_block{
	padding-top:65px;
	padding-bottom:50px;
	margin:-20px auto 70px;
	background:#fff;
	border:solid 1px #bbb;
}
.method_point .method_point_block#method_point_03{
	margin:-20px auto 40px;
}
.method_point .method_point_block h3{
margin: 0 auto;
width: 640px;
	padding:0 0 50px;
}
.method_point .method_point_block .text_set{
	width:860px;
	margin:0 auto 50px;
}
.method_point .method_point_block .text_set:last-child{
	margin-bottom:0;
}
@media screen and (max-width: 650px){
.method_point{
	padding:70px 0 0px;
}
.method_point .method_point_title{
    margin-bottom: 30px;

    width: 90%;
}
.method_point .method_point_block h3{
    width: 90%;
    	padding:0 0 20px;

}
.method_point .method_point_block .text_set{
    width: 90%;

}
.method_point .method_point_block{
	padding-top:35px;
	padding-bottom:35px;

}
}
/* #method_point
------------------------------------ */
#method_point_01,
#method_point_02{
	margin:0 0 70px 0;
}

/* #method_point_01
------------------------------------ */
#method_point_01 h3 {
	width:250px;
    margin: 0 auto;

}
#method_point_01 .text_set > .left{
	width:266px;
	margin:0 31px 0 0;
}
#method_point_01 .text_set > .left:last-child{
	margin:0;
}
#method_point_01 .text_set > .left > h4{
	margin:0 0 16px;
}
#method_point_01 .text_set > .left > p span{
	display:block;
	margin:4px 0 0 0;
	font-size:12px;
}
@media screen and (max-width: 650px){
#method_point_01 .text_set > .left{
	width:100%;
	margin:0 auto 20px;
}
#method_point_01,
#method_point_02{
	margin:0 auto;
    padding: 2%;
}
.method_point .method_point_block h3{
    width: 90%;
    margin: 30px auto 0;
}
}
/* #method_point_02
------------------------------------ */
#method_point_02 .text_set{
	width:366px;
	margin:97px 0 0 59px;
}
@media screen and (max-width: 650px){
#method_point_02 .text_set{
	width:90%;
	margin:70px auto;
}
}
/* #method_point_03
------------------------------------ */
#method_point_03 > p{
	margin:0 0 30px 0;
}
#method_point_03 .text_set > .right{
	width:295px;
}
#method_point_03 .text_set > .right p{
	font-size:13px;
}
#method_point_03 .text_set > .right > figure{
	margin:0 0 10px 0;
}
#method_point_03 .text_set > .right > div > figure{
	margin:0 10px 0 0;
}
#method_point_03 .text_set .notice{
	padding:20px 0 0 0;
	clear:both;
	font-size:12px;
}
@media screen and (max-width: 650px){
#method_point_03 .text_set > .right{
	width:100%;
    text-align: center;
    margin: 20px auto;
    
}
#method_point_03 .text_set > .right p{
margin: 10px;
}
}

/* #method_point_04
------------------------------------ */
#method_point_04 .text_set > h4{
	margin:0 0 25px 0;
}
#method_point_04 .text_set > p{
	margin:0 0 30px 0;
}

#method_point_04_01 .col_set p{
	font-size:13px;
}
#method_point_04_01 .col_set > div > figure{
	margin:0 0 10px 0;
}
#method_point_04_01 .col_02,
#method_point_04_01 .col_03{
	width:240px;
	margin:0 0 0 30px;
}

#method_point_04_02 .col_set{
	margin:0 0 30px;
}
#method_point_04_02 .col_01 > figure{
	margin:0 0 30px 0;
}
#method_point_04_02 .col_01 p{
	width:298px;
	margin:0 0 0 20px;
	font-size:13px;
}
#method_point_04_02 .col_01 p .serif{
	display:block;
	font-size:17px;
	color:#8C6A53;
}
#method_point_04_02 .notice{
	font-size:12px;
}

#method_point_04_03 .col_02{
	margin:0 0 0 20px;
}
#method_point_04_03 .col_02 p{
	margin:0 0 20px 0;
}

#method_point_04_04 .col_set > div{
	width:330px;
	margin:0 40px 0 0;
}
#method_point_04_04 .col_set > div > figure{
	margin:0 0 15px 0;
}
#method_point_04_04 .col_set > div > p{
	font-size:13px;
}


.method_campaign{
	text-align: center;
	border:1px solid #551900;
	background-color: #F7F5EB;
	width:700px;
	margin-left: auto;
	margin-right: auto;
}
.method_campaign h2{
	background-color: #551900;
	color: #ffffff;
	padding:20px;
}
.method_campaign__inner{
	padding:20px;
}
.method_campaign__msg{
	padding:10px 0;
}
.method_campaign__buttons{
	display: flex;
	justify-content: space-between;
	padding:20px 5px;
}
.method_campaign__buttons a{
	display: block;
	padding:20px 30px;
	background-color: #064730;
	width:48%;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

/* ===========================================================================

エアシス

=========================================================================== */
article#main .airsis_header{
	width:100%;
	background:url(../images/technology/bg_airsis.jpg) no-repeat center center #f7efec;
}
article#main .airsis_header h1{
	width:980px;
	height:280px;
	margin:0 auto;
	position:relative;
}
article#main .airsis_header h1 img{
	display:block;
	position:absolute;
	top:85px;
	left:0;
}

/* .airsis_intro
------------------------------------------------------------------------------ */
.airsis_intro{
	padding:45px 0;
	background-image:url(../images/technology/bg_technology_2.png), url(../img/bg_technology.png);
	background-repeat:repeat-x, repeat-y;
	background-position:center top, center top;
	background-size:10px 17px, contain;
	position:relative;
}
.airsis_intro .left,
.airsis_intro .left p{
	width:660px;
	color:#fff;
	line-height: 1.9;
}
.airsis_intro h2{
	margin:0 0 40px;
}
.airsis_intro .inner > p{
	padding:30px 0 0 0;
}
.bn_airsis_intro{
	background:url(../img/bn_airsis_intro_bg.png) no-repeat center bottom;
}

/* .airsis_merit
------------------------------------------------------------------------------ */
.airsis_merit{
	margin-bottom:60px;
	padding:45px 0 0;
	background:url(../images/technology/bg_technology_2.png) repeat-x center top #fff;
	background-size: 10px 17px;
}
.airsis_merit.no-shadow{
	background:#fff;
}
.airsis_merit h2{
	margin:0 0 30px 0;
}
article#main .airsis_merit .inner:not(:last-child){
	margin-bottom:50px;
}
.airsis_merit .inner .text_set > p:not(:last-child){
	margin-bottom:40px;
}

/* #airsis_merit_01
------------------------------------ */
#airsis_merit_01 .col_set .left{
	width:294px;
	margin:0 49px 0 0;
}
#airsis_merit_01 .col_set .left:last-child{
	margin:0;
}
#airsis_merit_01 .col_set h3{
	margin:0 0 15px 0;
}
#airsis_merit_01 .col_set p{
	font-size:13px;
}


/* #airsis_merit_02
------------------------------------ */
#airsis_merit_02 > .text_set{
	margin-bottom:50px;
}
#airsis_merit_02 .airsis_merit_block{
	padding:35px 60px;
	margin:0 auto 50px;
	background:#fff;
	border:solid 1px #bbb;
}
#airsis_merit_02 .airsis_merit_block > h3{
	margin-bottom:40px;
}
#airsis_merit_02 .airsis_merit_block h4{
	margin-bottom:10px;
}
#airsis_merit_02 .airsis_merit_block .text_set:not(:last-child){
	margin-bottom:40px;
}
#airsis_merit_02 .airsis_merit_block .text_set .right{
	max-width:450px;
}

/* #airsis_merit_03
------------------------------------ */
#airsis_merit_03 dt{
	margin-bottom:15px;
}
#airsis_merit_03 dd:not(:last-child){
	margin-bottom:25px;
}

/* .airsis_feature
------------------------------------------------------------------------------ */
.airsis_feature{
	background:#f5fbfc;
	padding:60px 0 0;
	border-top:solid 1px #bfc1c0;
	border-bottom:solid 1px #bfc1c0;
}
.airsis_feature .serif{
	font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.airsis_feature h2{
	margin:0 auto 40px;
}
.airsis_feature .airsis_feature_block{
	padding:35px 40px;
	margin:0 auto 50px;
	background:#fff;
	border:solid 1px #bbb;
}
.airsis_feature .airsis_feature_block.first{
	margin:0 auto 10px;
}
.airsis_feature .airsis_feature_block h3{
	margin:0 auto 40px;
}

.airsis_feature_intro{
	/*margin:0 0 45px;*/
}
.airsis_feature_intro strong{
	font-weight:bold;
}
.airsis_feature_intro small{
	font-size:10px;
}
.airsis_feature_intro .left{
/*
	width:570px;
*/
}
.airsis_feature_intro .left h4{
	margin:0 auto 10px;
	font-weight:bold;
	font-size:1.2rem;
}
.airsis_feature_intro .left img{
	display:block;
	margin:0 auto 20px;
}

.airsis_feature_machikado:not(:last-child){
	padding:0 0 40px;
	margin:0 0 40px;
	border-bottom:solid 1px #bfc1c0;
}
.airsis_feature_machikado > figure{
	margin:0 30px 0 0;
}
.airsis_feature_machikado > div.right{
	width:540px;
}
.airsis_feature_machikado h4{
	margin:0 0 20px;
	font-size:25px;
	line-height:1;
}
.airsis_feature_machikado .text{
	margin:0 0 20px;
	font-size:15px;
	line-height:1.9em;
}
.airsis_feature_machikado .bn_machikado a{
	display:inline-block;
	padding:15px 50px 15px 18px;
	border-radius:6px;
	border:solid 1px #bfc1c0;
	background:url(../images/technology/icon_airsis_feature_machikado.png) no-repeat 96% center #fff;
	box-shadow:2px 3px 0px 0px #eee;
	font-size:19px;
	font-weight:bold;
	line-height:1;
	text-decoration:none;
}
.airsis_feature_machikado .bn_machikado a:hover{
	border:solid 1px #65ab5b;
	background:url(../images/technology/icon_airsis_feature_machikado_on.png) no-repeat 96% center #65ab5b;
	color:#fff;
}

.airsis_feature_notice{
	margin:0 auto 40px;
	text-indent:-2em;
}
.airsis_feature_notice p{
	font-size:11px;
	line-height:1.3em;
	margin:0 0 0 2.5em;
}

.airsis_feature .airsis_feature_search{
	margin:0 auto 50px;
}
.airsis_feature .airsis_feature_search h3{
	font-size:25px;
}

/* ===========================================================================

木材

=========================================================================== */
article#main .wood_header{
	width:100%;
	background:url(../images/technology/bg_wood.jpg) no-repeat center center #f7efec;
}
article#main .wood_header h1{
	width:980px;
	height:280px;
	margin:0 auto;
	position:relative;
}
article#main .wood_header h1 img{
	display:block;
	position:absolute;
	top:85px;
	left:0;
}

/* .wood_intro
------------------------------------------------------------------------------ */
.wood_intro{
	padding:0;
	background-image:url(../images/technology/bg_technology_2.png), url(../images/technology/bg_technology.png);
	background-repeat:repeat-x, repeat-y;
	background-position:center top, center top;
	background-size:10px 17px, contain;
	position:relative;
}
.wood_intro .inner{
	padding:45px 0 40px;
	background:url(../images/technology/bg_wood_intro.png) no-repeat right bottom;
}
.wood_intro h2{
	margin:0 0 40px;
}
.wood_intro p{
	width:460px;
	color:#fff;
	line-height:2em;
}

/* .wood_intro_2
------------------------------------------------------------------------------ */
.wood_intro_2{
	padding:0;
	margin:0 auto 50px;
	background:url(../images/technology/bg_technology_2.png) repeat-x center top #fff;
	background-size: 10px 17px;
}
.wood_intro_2 .inner{
	max-width:820px;
	padding:50px 0 0;
}
.wood_intro_2 .inner .right{
	width:540px;
	padding:35px 0 0 0;
}
.wood_intro_2 .inner h2{
	margin:0 0 20px;
}
.wood_intro_2 .inner p{
	line-height:1.9em;
}

/* .wood_point
------------------------------------------------------------------------------ */
.wood_point .wood_point_block{
	margin:0 auto 50px;
}
.wood_point .wood_point_block:last-child{
	margin:0 auto 120px;
}
.wood_point .wood_point_block h3{
	margin-bottom:35px;
}
.wood_point .wood_point_block .text_set .right{
	width:734px;
}
.wood_point .wood_point_block .text_set p{
	line-height:1.9em;
}
.wood_point .wood_point_block .text_set .notice{
	display:block;
	font-size:12px;
	padding-top:2em;
}
