@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
COMMON
文字色 茶　　　　：#572D09
文字色 赤　　　　：#E20029
文字色 グレー　　：#1A1818
背景色 オレンジ　：#FF9900
背景色 グレー　　：#F2F2F2
背景色 イエロー　：#FFBD00
背景色 青　　　　：#305DFF
背景色 青　　　　：rgba(20,80,225,1.00) #1450E1
========================================================================== */
/* Google Fonts + 日本語 早期アクセス 250 300 350 400 500 700 900 */
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.gfont {
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Sawarabi Mincho', serif;
}
/* ------------------------------
 共通
------------------------------ */


#bg { background: url(../top/bg_01.gif) repeat-x; width: 100%; height: 80px }
_#head { background: url(../top/bg_02.gif) repeat-x; width: 830px; height: 70px }
_#headx { background: url(../top/bg_02.gif) repeat-x; margin: 0px auto; width: 830px; height: 70px }
#logo { vertical-align: bottom; padding: 0px 0px 0px 15px }
#logox { margin: 0px 50px 0px 15px; padding: 0px }
#m1x { margin: 1px 0px; padding: 0px }
#m2x { margin: 1px 0px; padding: 0px }
#m3x { margin: 1px 0px; padding: 0px }
#m4x { margin: 1px 20px 1px 0px; padding: 0px }
#em { font-size: 12px; text-align: right; vertical-align: top; padding: 8px 30px 0px 0px }
#emx { font-size: 12px; margin: 8px 30px 0px 0px; padding: 0px }
#sub { color: #fff; font-size: 12px; background: url(../top/sub.jpg) no-repeat; padding: 0px 0px 0px 20px; height: 30px }

#main { margin: 0px 0px 25px; border: solid 1px #999 }

header #head table {
	width:830px;
	height:70px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.page { font-size: 11px; text-align: right; padding: 0px 10px 0px 0px }




#recruit_navi {
}
#recruit_navi ul {
	margin:0px;
	padding:0px;
	background:url(../recruit/side_bg02.jpg) repeat-y center top;
	font-size:14px;
}
#recruit_navi ul li {
	margin:0px;
	padding:0px;
	border-top:1px dotted #CCCCCC;
	width:200px;
}
#recruit_navi ul li:first-child {
	border-top:none;
}
#recruit_navi ul li a {
	display:block;
	margin:0px;
	padding:0px 0px 0px 30px;
	line-height:36px;
	width:170px;
	height:36px;
	text-decoration:none;
	background:url(../recruit/arrow.jpg) 10px 13px no-repeat;
}
#recruit_navi ul li:hover {
	background:#F2F2F2;
}

/* ------------------------------
 リクルート
------------------------------ */
#recruit {}
#recruit h3 {
	line-height:36px;
	height:36px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-indent:1em;
	
	background: url(../img/common/ptn10p.png) top center repeat, #305dff; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #305dff 0%, #1c52a1 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #305dff 0%,#1c52a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #305dff 0%,#1c52a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305dff', endColorstr='#1c52a1',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#recruit #new_box {
	margin:0px 0px 30px 0px;
	padding:15px 15px 15px 15px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	font-size:14px;
}
#recruit #new_box p {
	margin:0px;
	padding:0px;
}
#recruit #new_box dl.new_txt {
	overflow:hidden;
	border-top:#CCC 1px solid;
	margin:20px 0px;
	padding:0px;
	font-size:14px;
	line-height:1.5;
}
#recruit #new_box dl.new_txt dt {
	float:left;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	clear:both;
	width:6em;
}
#recruit #new_box dl.new_txt dd {
	padding:10px 10px 10px 110px;
	margin:0px 0px 0px 0px;
	width:500px;
	border-bottom:#CCC 1px solid;
}

#recruit #new_box dl.new_txt dd dl.new_schedule {
	overflow:hidden;
	border:none;
	margin:0px 0px;
	padding:0px;
	font-size:14px;
	line-height:1.5;
}
#recruit #new_box dl.new_txt dd dl.new_schedule dt {
	float:none;
	font-weight:bold;
	padding:15px 0px 0px 12px;
	clear:both;
	width:auto;
	background:url(../recruit/icon_arrow.png) left 21px no-repeat;
}
#recruit #new_box dl.new_txt dd dl.new_schedule dt:first-child {
	padding:0px 0px 0px 12px;
	background:url(../recruit/icon_arrow.png) left 6px no-repeat;
}
#recruit #new_box dl.new_txt dd dl.new_schedule dd {
	padding:0px 0px 0px 1.5em;
	margin:0px;
	width:auto;
	border:none;
	font-size:12px;
}

#recruit #new_box h4 {
	line-height:34px;
	height:34px;
	font-size:14px;
	text-indent:1em;
	font-weight: bold;
	background:#D7E6F5;
	border-top:#B5CFEB 1px solid;
	border-bottom:#B5CFEB 1px solid;
}
#recruit #new_box table {
	border-collapse:collapse;
	font-size:12px;
	line-height:1.5;
	margin:0px 0px 20px 0px;
}
#recruit #new_box table th {
	padding:10px 5px;
	width:6.5em;
	text-align:left;
	border-bottom:1px solid #CCC;
	font-weight: bold;
}
#recruit #new_box table td {
	padding:10px 0px;
	border-bottom:1px solid #CCC;
}

#recruit #entry_box {
	background: #F2F2F2;
	padding: 15px 20px;
}
#recruit #entry_box ul {
	overflow: hidden;
	margin:10px 0px 10px 10px;
	padding:0px;
}
#recruit #entry_box ul li {
	display:block;
	float:left;
}
#recruit #entry_box ul li:first-child {
	margin:0px 20px 0px 0px;
}
#recruit #entry_box ul li input#entry_btn {
	border:0px;
	cursor:pointer;
	width:220px;
	height:40px;
	background:url(../recruit/btn_entry.png) no-repeat center top;
}
#recruit #entry_box dl.contact {
	clear:both;
	display:block;
	margin: 0px 10px 0px 10px;
	line-height:1.5;
	font-size:12px;
}
#recruit #entry_box dl.contact dt {
	float:left;
	font-weight:bold;
	font-size:14px;
	padding-top:4px;
}
#recruit #entry_box dl.contact dd {
	margin-left:8em;
}
#recruit #entry_box dl.contact dd .tel {
	font-size:18px;
	margin:0px 10px 0px 5px;
}

/* ------------------------------
 送信完了
------------------------------ */
.form_complete {
	margin: 80px 0px 120px;
	padding: 0px 20px;
}
.form_complete h5 {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
}


/* ------------------------------
 トップ
------------------------------ */
#bmenu { background: url(../top/bg_05.gif) no-repeat; text-align: center; vertical-align: bottom; margin: 0px; padding: 35px 0px 7px; width: 550px; height: 232px }
#bimg { margin: 0px 0px 8px; padding: 0px }

/* ------------------------------
 コンセプト background: url(../company/con_bg.gif) no-repeat;
------------------------------ */
#concept {}
#concept figure {}
#concept .conceptBox {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #b2b2b2;
	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #e0f2fc 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #e0f2fc 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #e0f2fc 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f2fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#concept .conceptBox h2 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 92px;
	border-right: 1px solid #b2b2b2;
	padding: 30px 0px 0px;
}
#concept .conceptBox h2 span {
	display: block;
	font-size: 10px;
}
#concept .conceptBox .unit {
	display: block;
	width: 455px;
	padding: 0px 0px 30px 0px;
}
#conbg { margin: 0px 0px 20px; width: 548px; height: auto;}
#con1 { margin: 13px 0px 0px 25px }
#con2 { margin: 0px 0px 21px 25px }
#con3 { margin: 0px 5px 0px 30px }
#con4 { font-size: 12px; line-height: 180%; margin: 0px; padding: 20px 15px 0px 30px }

#concept .conceptBox .unit .conceptUnit {
	padding: 20px 25px 20px 25px;
}
#concept .conceptBox .unit .conceptUnit h3 {
	margin: 0px;
}
#concept .conceptBox .unit .conceptUnit p {
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 0.075em;
	margin: 0px;
	padding: 10px 10px 20px 10px;
}
#concept .conceptBox .unit .conceptUnit figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc( 100% - 10px );
	margin: 0px 5px;
}
#concept .conceptBox .unit .conceptUnit figure img {
	display: block;
}


/* ------------------------------
 施工実績
------------------------------ */
#bbg { background: url(../build/b_bg.gif) no-repeat; margin: 0px 0px 20px; padding: 62px 0px 0px; width: 550px; height: 500px }
#blist { margin: 0px 13px 0px 17px }
#blist th { text-align: left; vertical-align: top; width: 136px }
#blist td { vertical-align: top; width: 384px }
.bsub  { font-size: 12px; letter-spacing: 60%; margin: 10px 0px 5px; padding: 0px }
.bdata { font-size: 11px; line-height: 130%; text-indent: 10px; margin: 0px; padding: 0px }
#bmain { margin: 0px 0px 5px; border: solid 1px #999 }
#bsub { font-size: 12px; text-align: right; text-indent: 5px; margin: 0px 0px 15px; padding: 0px }

#b1 li {
	font-size: 12px;
	line-height: 150%;
	list-style-type: none;
	list-style-image: url(../build/b1_icon.gif);
	list-style-position: inside;
	margin: 0px 15px 4px 178px;
	text-indent: -18px;
}
#b2 li { font-size: 12px; line-height: 160%; list-style-type: none; list-style-image: url(../build/b2_icon.gif); list-style-position: inside; margin: 0px 15px 0px 140px }
#b4 li { font-size: 12px; line-height: 160%; list-style-type: none; list-style-image: url(../build/b4_icon.gif); list-style-position: inside; margin: 0px 15px 0px 140px }
#b3n { width: 510px }
#b3n1 { font-size: 10px; text-align: right; float: left; margin: 0px 0px 15px; padding: 0px; width: 318px }
#b3n2 { font-size: 10px; text-align: right; float: right; margin: 0px 0px 15px; padding: 0px; width: 192px }

#blist th figure {
	margin: 0px 0px 0px 0px;
}
#blist th figure img {
	display:block;
	margin: 0px 4px;
	border:1px solid #BBB;
	padding:2px;
}

#right > figure {
}
#right figure figcaption {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 193px;
}
#right figure img.s_pho {
	display:block;
	margin: 16px 0px 3px 7px;
	border:1px solid #BBB;
	padding:2px;
}

/* ------------------------------
 施工実績TOP
------------------------------ */
#buildTop {
	margin: 0px auto 60px;
}
#buildTop .buildBox {
	padding: 5px;
	border-radius: 5px;
	margin: 0px auto 20px;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#buildTop .buildBox .unit h2 {
	font-size: 15px;
	margin: 10px 10px 10px 10px;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
#buildTop .buildBox .unit ul {
	margin: 10px auto 0px;
}
#buildTop .buildBox .unit ul li {
	display: block;
	width: 100%;
	padding: 0px;
	border-bottom: 1px dotted #CCC;
}
#buildTop .buildBox .unit ul li:nth-child(4) {
	border-bottom: none;
}

#buildTop .buildBox .unit ul li a {
	display: block;
	overflow: hidden;
	padding: 5px 10px 5px 5px;
	margin: 5px;
	_background: #CCC;
	color: #1A1818;
}
#buildTop .buildBox .unit ul li a:hover {
	background: #f2f2f2;
}
#buildTop .buildBox .unit ul li a figure {
	float: left;
	border: 1px solid #B2B2B2;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	background: #fff;
}
#buildTop .buildBox .unit ul li a figure img {}
#buildTop .buildBox .unit ul li a h3 {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 1em;
	text-indent: 4px;
	margin: 0px 0px 0px 130px;
	padding: 8px 0px;
	background:  url(../img/common/ptn100p.png) top center repeat, #f2f2f2;
	background-size: 3px;
}
#buildTop .buildBox .unit ul li a h3:after {
	display:block;
	content:"";
	position:absolute;
	border-top:2px solid #1A1818;
	border-right:2px solid #1A1818;
	width: 4px;
	height: 4px;
	top: 50%;
	right: 16px;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}
#buildTop .buildBox .unit ul li a h3 em {
	display: inline-block;
	font-family: "Sawarabi Mincho";
	font-size: 18px;
	line-height: 18px;
	margin: 0px 10px 0px 0px;
}
#buildTop .buildBox .unit ul li a p {
	margin: 10px 0px 0px 140px;
	text-indent: 0px;
	padding: 0px;
}
#buildTop .buildBox .unit ul li a p.bsub  {
	font-size: 12px;
}
#buildTop .buildBox .unit ul li a p.bdata {
	font-size: 11px;
}
#buildTop .buildBox .unit ul li:nth-child(1) h3 em {
	color: #78bd36;
}
#buildTop .buildBox .unit ul li:nth-child(2) h3 em {
	color: #00a1e9;
}
#buildTop .buildBox .unit ul li:nth-child(3) h3 em {
	color: #f2a0b9;
}
#buildTop .buildBox .unit ul li:nth-child(4) h3 em {
	color: #f18904;
}

/* ------------------------------
 施工実績 共通
------------------------------ */
#buildPage {
}
#buildPage figure img#bmain {}
#buildPage figure figcaption {
	font-size: 10px;
	text-align: right;
	text-indent: 5px;
	margin: 0px 0px 15px;
	padding: 0px;
}

#build {
	margin: 0px 0px 20px;
	padding: 30px 0px 40px;
	width: 550px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25) inset;
}
#build.bulid01 {
	background: url(../img/build/b1_copy.jpg) no-repeat left top, linear-gradient(to bottom,#E5E5E5,#FAFAFA 3px,#FFF 30px,#FFF);
	margin: 0px 0px 160px;
}
#build.bulid02 {
	background: url(../img/build/b2_copy.jpg) no-repeat left top, linear-gradient(to bottom,#E5E5E5,#FAFAFA 3px,#FFF 10px,#FFF);
}
#build.bulid03 {
	background: url(../img/build/b3_copy.jpg) no-repeat left top, linear-gradient(to bottom,#E5E5E5,#FAFAFA 3px,#FFF 10px,#FFF);
}
#build.bulid04 {
	background: url(../img/build/b4_copy.jpg) no-repeat left top, linear-gradient(to bottom,#E5E5E5,#FAFAFA 3px,#FFF 10px,#FFF);
}

#b1img figure {
	margin: 0px;
	padding: 0px;
}
#b1img figure img {
	border: 1px solid #BBB;
	padding: 3px;
	background: #FFF;
}
#b1img figure figcaption {
	font-size: 10px;
	text-align: right;
	margin: 5px 30px 15px 0px;
	padding: 0px;
}

#b1sub {
	margin: 0px 0px 0px 150px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #1A1818;
}
#b1text { font-size: 12px; line-height: 160%; margin: 0px; padding: 20px 30px 20px 155px }
#b1img { margin: 0px 0px 3px 151px }
#b1note { font-size: 10px; text-align: right; margin: 0px 0px 15px; padding: 0px; width: 510px }

.sidePhoto {
	position: absolute;
	width: 200px;
	padding: 20px 15px;
	margin: 0px auto;
	top: 340px;
	right: -230px;
}
.sidePhoto figure {}
.sidePhoto figure figcaption {
	font-size: 10px;
	text-align: right;
	margin: 0px 7px;
	padding: 0px;
}
.sidePhoto figure img.s_pho {
	display:block;
	margin: 16px 0px 3px 7px;
	border:1px solid #BBB;
	padding:2px;
}

/* ------------------------------
 施工実績 官庁
------------------------------ */
article#government {}
#government #buildPage {
	margin: 0px auto 60px;
}
#government #mainTitle {
	background: url(../img/common/ptn30p.png) top center repeat, #009245; /* Old browsers */
	background: url(../img/common/ptn30p.png) top center repeat, -moz-linear-gradient(top, #8cc63f 0%, #009245 100%); /* FF3.6-15 */
	background: url(../img/common/ptn30p.png) top center repeat, -webkit-linear-gradient(top, #8cc63f 0%, #009245 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn30p.png) top center repeat, linear-gradient(to bottom, #8cc63f 0%, #009245 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63f', endColorstr='#009245',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}

/* ------------------------------
 施工実績 民間
------------------------------ */
article#private {}
#private #buildPage {
	margin: 0px auto 230px;
}
#private #mainTitle {
	color: #fff;
	background: url(../img/common/ptn10p.png) top center repeat, #009ee8; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #62c5f2 0%, #009ee8 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #62c5f2 0%, #009ee8 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #62c5f2 0%, #009ee8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c5f2', endColorstr='#009ee8',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}

/* ------------------------------
 施工実績 住宅
------------------------------ */
article#housing {}
#housing #mainTitle {
	color: #fff;
	background: url(../img/common/ptn10p.png) top center repeat, #ec536f; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #f4a1b9 0%, #ec536f 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #f4a1b9 0%, #ec536f 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #f4a1b9 0%, #ec536f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a1b9', endColorstr='#ec536f',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#b1img.double {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 20px 3px 151px
}
#b1img.double figure {
	width: 50%;
}
#b1img.double figure img {}
#b1img.double figure figcaption {
	margin: 5px 10px 15px 0px;
	padding: 0px;
}

/* ------------------------------
 施工実績 鉄骨
------------------------------ */
article#steelframe {}
#steelframe #mainTitle {
	color: #fff;
	background: url(../img/common/ptn10p.png) top center repeat, #f18904; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #f9c68b 0%, #f18904 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #f9c68b 0%, #f18904 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #f9c68b 0%, #f18904 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c68b', endColorstr='#f18904',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}

/* ------------------------------
　2023.3.6 追加
------------------------------ */
article.buildWrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: calc( 100% - 20px );
	margin:  0px 10px;
	padding: 0px;
}
article.buildWrap #buildTitle {
	order: 2;
	width: calc( 200px + 0px );
	margin: 20px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
article.buildWrap #buildPage {
	margin: 20px 5px 0px 5px!important;
	padding: 0px;
	order: 1;
	width: 550px;
}
article.buildWrap #buildExample {
	order: 3;
	width: calc( 100% - 10px );
	margin: 0px auto;
}
article.buildWrap #buildPage figure {}
article.buildWrap #buildPage figure video {
	width: 100%;
	height: auto;
}

article.buildWrap #buildTitle #mainTitle {
	position: static;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 200px;
	height: 120px;
	margin: 0px 0px 20px 0px;
	padding: 0.25em 0px 0px 0px;
}
article.buildWrap #buildTitle #mainTitle h1 {
	position: static;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

article.buildWrap #buildExample {
	padding: 25px 25px 0px 25px;
}
article.buildWrap #buildExample h2 {
	line-height: 1em;
	margin: 0px 15px 20px;
}
article.buildWrap #buildExample h2 .en {
	color: #004da1;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
}
article.buildWrap #buildExample h2 em {
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 0.25em 1.25em;
}
article.buildWrap #buildExample h3 {
	font-size: 21px;
	font-weight: 400;
	margin: 0px 50px 10px;
}
article.buildWrap #buildExample p {
	font-size: 12px;
	font-weight: 400;
	line-height: 2em;
	margin: 0px 50px 40px;
}
article.buildWrap #buildExample ul.buildPhoto {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
article.buildWrap #buildExample ul.buildPhoto li {
	margin: 10px 25px;
}
article.buildWrap #buildExample ul.buildPhoto li.colL {
	margin: 10px 10px;
}
article.buildWrap #buildExample ul.buildPhoto li.col3 {
	margin: 10px 12.5px;
}
article.buildWrap #buildExample ul.buildPhoto li.row {
	margin: 10px 10px;
}
article.buildWrap #buildExample ul.buildPhoto li figure {
	margin: 0px;
}
article.buildWrap #buildExample ul.buildPhoto li figure figcaption {
	font-size: 10px;
	font-weight: 400;
	margin: 3px 5px;
}

article.buildWrap #buildExample ul.buildPhoto li.movie {
	width: calc( 100% - 50px );
	margin: 10px auto;
}
article.buildWrap #buildExample ul.buildPhoto li.movie figure {}
article.buildWrap #buildExample ul.buildPhoto li.movie figure video {
	width: 100%;
	height: auto;
}

article #buildMovie {
	order: 4;
	width: calc( 100% - 40px );
	margin: 0px auto;
}
article #buildMovie figure {}
article #buildMovie figure video {
	width: 100%;
	height: auto;
}


article.buildWrap #sideBuild {}
article.buildWrap #sideBuild.pc {}
#sideBuild.sp {
	display: none!important;
}

aside.pageSide.buildSide {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: calc( 100% - 20px );
	margin:  0px 10px;
	padding: 0px;
}
aside.pageSide.buildSide #comInfo {
	position: static;
	width: 200px;
	padding: 20px 10px;
	margin: 0px;
}

aside.pageSide.buildSide #bnDL {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0px 10px 0px 5px!important;
	padding: 0px 0px;
	width: 540px;
}



/* ------------------------------
 会社案内
------------------------------ */
#company {
	margin: 0px auto 40px;
}
#company .page {
	padding: 10px 10px 20px 0px
}
#company figure {}

/*基本理念*/
#company #idea {}
#company .ideaBox {
	padding: 0px 10px 40px;
	font-family: 'Noto Sans JP', sans-serif;
}
#company .ideaBox h2 {
	font-size: 12px;
	font-weight: 700;
}
#company .ideaBox h3 {
	font-size: 24px;
	font-weight: 100;
}
#company .ideaBox .unit {
	display: flex;
	flex-wrap: wrap;
}
#company .ideaBox .unit p {
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	width: calc( 100% - 0px - 20px );
	margin: 0px 20px 0px 0px;
}
#company .ideaBox .unit p span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	text-align: right;
}
#company .ideaBox .unit figure {
	width: 120px;
}
#company .ideaBox .unit figure img {}

#company .companyBox {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #b2b2b2;
	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #e0f2fc 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #e0f2fc 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #e0f2fc 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f2fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#company .companyBox h2 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 92px;
	border-right: 1px solid #b2b2b2;
	padding: 30px 0px;
	background: url(../img/common/bg_logoM.png) no-repeat -21px -22px;
	background-size: 100px;
}
#company .companyBox h2 span {
	display: block;
	font-size: 10px;
}
#company .companyBox .unit {
	display: block;
	width: 455px;
	padding: 25px 0px 25px 0px;

	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #F2F2F2 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #F2F2F2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #F2F2F2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#company .companyBox .unit table {
	font-size: 12px;
	line-height: 140%;
	margin: 0px 0px 20px 30px;
}

/* 会社概要 */
#information {}
#information table {}
#information table th, #information table td {
	border-bottom: 1px dotted #999;
}
#information table th {
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
	vertical-align: top;
	padding: 5px 0px 5px 5px;
	width: 70px;
}
#information table td {
	padding: 5px 0px 5px 5px;
	width: 320px;
}
#information table td figure {
	display: block;
	margin:10px auto 15px;
	width: 100%;
}
#information table td figure img {}
#company table#dir {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#company table#dir th, #company table#dir td {
	font-size: 12px;
	padding: 0px 0px 2px;
	border: none;
}
#company table#dir th {
	font-weight: normal;
	text-align: left;
	width: 250px;
}
#company table#dir td {}

/* 沿革 */
#history {}
#history #his { font-size: 12px; line-height: 140%; margin: 0px 0px 20px 30px }
#history #his th { font-weight: normal; text-align: left; vertical-align: top; padding: 5px 0px 5px 5px; border-bottom: 1px dotted #999 }
#history #his td { padding: 5px 0px 5px 5px; border-bottom: 1px dotted #999 }

/* 設備・人材 */
#equipment {}
#equipment h3 {
	font-size: 16px;
	margin: 0px 0px 20px 30px;
	line-height: 36px;
	height: 36px;
}
#equipment h3 em {
	display: block;
	float: left;
	font-size: 21px;
	height: 34px;
	border: 1px solid #E0A681;
	padding: 0px 5px;
	border-radius: 5px;
	color: #E0A681;
	margin: 0px 10px 0px 0px;
}
#equipment table.eq { font-size: 12px; line-height: 140%; margin: 10px 0px 0px 30px }
#equipment table.eq th { font-weight: normal; font-size: 13px; text-decoration: underline; text-align: left; vertical-align: top; padding: 3px 0px }
#equipment table.eq td { padding: 3px 0px 3px 5px }

/* アクセス */
#access, #access2 {
	margin: 0px 0px 20px 0px;
}
#access h3.maptitle, #access2 h3.maptitle {
	font-size: 13px;
	line-height: 140%;
	margin: 5px 0px 10px 30px;
	padding: 0px 0px;
}
#access .map, #access2 .map {
	width: 400px;
	margin: 0px 0px 5px 30px;
	padding: 1px;
	border: solid 1px #999;
}
#access #b1note, #access2 #b1note {
	margin: 0px 20px 5px 0px;
	padding: 0px;
	width: calc( 100% - 20px );
}
#company .sendai {
	margin: 0px 0px 0px 0px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

#mail { font-size: 12px; line-height: 140%; margin: 20px 0px 20px 10px }
#mail th { font-weight: normal; vertical-align: top; padding: 5px 0px 5px 5px; border-bottom: 1px dotted #999; width: 70px }
#mail td { padding: 5px 0px 5px 5px; border-bottom: 1px dotted #999; width: 320px }
.att { color: #f00; font-size: 11px }


#contact .contactBox {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #b2b2b2;
	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #e0f2fc 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #e0f2fc 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #e0f2fc 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f2fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#contact .contactBox h2 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 92px;
	border-right: 1px solid #b2b2b2;
	padding: 30px 0px;
	background: url(../img/common/bg_logoM.png) no-repeat -21px -22px;
	background-size: 100px;
}
#contact .contactBox h2 span {
	display: block;
	font-size: 10px;
}
#mabg { margin: 0px 0px 20px; }
#contact .contactBox .unit {
	display: block;
	width: 455px;
	padding: 0px 0px 25px 0px;

	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #F2F2F2 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #F2F2F2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #F2F2F2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}

#thanks {
	font-size: 14px;
	line-height: 200%;
	text-align: center;
	padding: 100px 0px 240px;
}
#thanks p {}

/*===============================================
 レスポンシブ スマホサイズ 横幅 768px以下〜320px
===============================================*/
@media screen and (max-width: 768px) {

/* ------------------------------
 コンセプト background: url(../company/con_bg.gif) no-repeat;
------------------------------ */
#concept {}
#concept figure {
	width: 100vw;
	max-width: 550px;
	margin: 0px auto;
}
#concept img#main {
	margin: 0px 0px 10px;
	border: none;
	width: 100%;
	height: auto;
}
#concept .conceptBox {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: calc( 100% - 20px );
	margin: 0px auto 20px;
}
#concept .conceptBox h2 {
	font-size: 1.4rem;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0px;
}
#concept .conceptBox h2 span {
	font-size: 1rem;
}
#concept .conceptBox .unit {
	display: block;
	width: 100%;
}

#concept .conceptBox img#con1, #concept .conceptBox img#con2 {
	display: block;
	width: calc( 100% - 10px );
	max-width: 405px;
	height: auto;
	margin: 0px auto;
}
#concept .conceptBox figure {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100vw - 30px );
	max-width: 396px;
	height: calc( 45.45454vw - 0px );
	max-height: 180px;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
}
#concept .conceptBox figure img#con3 {
	display: block;
	width: calc( 70% - 6px );
	max-width: 270px;
	height: auto;
	margin: 0px 6px 0px 0px;
}
#concept .conceptBox figure img:nth-child(2) {
	display: block;
	width: calc( 30% - 0px );
	max-width: 120px;
	height: auto;
	margin: 0px 0px 0px 0px;
}
#concept .conceptBox #con4 {
	font-size: 1.2rem;
	line-height: 180%;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	width: calc( 100% - 10px );
	max-width: 405px;
}

/* ------------------------------
 施工実績
------------------------------ */
#buildTop {
	margin: 0px auto 20px;
}
#buildTop > figure {
	width: 100vw;
	max-width: 550px;
	margin: 0px auto;
}
#buildTop img#main {
	margin: 0px 0px 10px;
	border: none;
	width: 100%;
	height: auto;
}
#buildTop .buildBox {
	padding: 5px;
	border-radius: 0px;
	margin: 0px auto 20px;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset;
	
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#buildTop .buildBox .unit h2 {
	font-size: 15px;
	margin: 10px 10px 10px 10px;
	-moz-text-align-last: left;
	text-align-last: left;
}
#buildTop .buildBox .unit ul {
	margin: 10px auto 0px;
}
#buildTop .buildBox .unit ul li {
	display: block;
	width: 100%;
	padding: 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#buildTop .buildBox .unit ul li:nth-child(4) {
	border-bottom: none;
}

#buildTop .buildBox .unit ul li a {
	display: block;
	overflow: hidden;
	padding: 5px 10px 5px 5px;
	margin: 5px;
	color: #1A1818;
}
#buildTop .buildBox .unit ul li a:hover {
	background: #f2f2f2;
}
#buildTop .buildBox .unit ul li a figure {
	float: left;
	border: 1px solid #B2B2B2;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	background: #fff;
}
#buildTop .buildBox .unit ul li a figure img {}
#buildTop .buildBox .unit ul li a h3 {
	display: block;
	position: relative;
	font-size: 1.1rem;
	line-height: 2em;
	text-indent: 0px;
	margin: 0px 0px 0px 130px;
	padding: 10px 30px 5px 10px;
	background:  url(../img/common/ptn100p.png) top center repeat, #f2f2f2;
	background-size: 3px;
}
#buildTop .buildBox .unit ul li a h3:after {
	display:block;
	content:"";
	position:absolute;
	border-top:2px solid #1A1818;
	border-right:2px solid #1A1818;
	width: 4px;
	height: 4px;
	top: 50%;
	right: 16px;
	margin-top: -3px;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}
#buildTop .buildBox .unit ul li a h3 em {
	display: block;
	font-family: "Sawarabi Mincho";
	font-size: 1.8rem;
	line-height: 18px;
	margin: 0px 10px 0px 0px;
}
/*　１列の場合 max-width: 320px-374px　*/
@media screen and (min-width: 390px) {
#buildTop .buildBox .unit ul li a h3 em {
	display: inline-block;
}
}

#buildTop .buildBox .unit ul li a p {
	margin: 10px 0px 0px 140px;
	text-indent: 0px;
	padding: 0px;
}
#buildTop .buildBox .unit ul li a p.bsub  {
	font-size: 1.1rem;
}
#buildTop .buildBox .unit ul li a p.bdata {
	font-size: 1rem;
	margin: 4px 0px 0px 140px;
}
#buildTop .buildBox .unit ul li:nth-child(1) h3 em {
	color: #78bd36;
}
#buildTop .buildBox .unit ul li:nth-child(2) h3 em {
	color: #00a1e9;
}
#buildTop .buildBox .unit ul li:nth-child(3) h3 em {
	color: #f2a0b9;
}
#buildTop .buildBox .unit ul li:nth-child(4) h3 em {
	color: #f18904;
}


/* ------------------------------
 施工実績 共通
------------------------------ */
#buildPage {
}
#buildPage > figure {
	width: 100vw;
	max-width: 550px;
	margin: 0px auto;
}
#buildPage figure img#bmain {
	margin: 0px 0px 10px;
	border: none;
	width: 100%;
	height: auto;
}
#buildPage figure figcaption {
	font-size: 1rem;
	text-align: right;
	text-indent: 5px;
	margin: 0px 0px 15px;
	padding: 0px 10px;
}

#build {
	margin: 0px auto 20px;
	padding: 20px 0px 40px;
	width: 100vw;
	max-width: 550px;
	border-radius: 0px;
	box-shadow: 0px 0px 4px inset rgba(0,0,0,0.50);
}
#build.bulid01 {
	background: url(../img/build/b1_copy.jpg) no-repeat left top;
	background-size: 32.72% auto;
	margin: 0px auto 20px;
}
#build.bulid02 {
	background: url(../img/build/b2_copy.jpg) no-repeat left top;
	background-size: 32.72% auto;
	margin: 0px auto 20px;
}
#build.bulid03 {
	background: url(../img/build/b3_copy.jpg) no-repeat left top;
	background-size: 32.72% auto;
	margin: 0px auto 20px;
}
#build.bulid04 {
	background: url(../img/build/b4_copy.jpg) no-repeat left top;
	background-size: 32.72% auto;
	margin: 0px auto 20px;
}

#b1img {
	margin: 0px 10px 3px 28%;
}
#b1img figure {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#b1img figure img {
	border: 1px solid #BBB;
	padding: 3px;
	background: #FFF;
	width: calc( 100% - 0px );
	height: auto;
}
#b1img figure figcaption {
	font-size: 1rem;
	text-align: right;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

#b1sub {
	margin: 0px 10px 0px 28%;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	color: #1A1818;
}
#b1text {
	font-size: 1.2rem;
	line-height: 160%;
	margin: 20px 10px 20px 28%;
	padding: 0px 5px;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.sidePhoto {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: static;
	width: calc( 100% - 10px );
	max-width: 550px;
	padding: 0px 0px;
	margin: 0px auto 20px;
	top: auto;
	right: auto;
}
.sidePhoto figure {
	width: calc( 100% / 3 - 6px );
	max-width: 240px;
	text-align: center;
	margin: 3px;
}
.sidePhoto figure figcaption {
	font-size: 1rem;
	text-align: center;
	margin: 0px 5px;
	padding: 0px;
}
.sidePhoto figure img {}
.sidePhoto figure img.s_pho {
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 2px;
	width: calc( 100% - 0px );
	height: auto;
	border: 1px solid #BBB;
}
/*　１列の場合 max-width: 320px-666px　*/
@media screen and (max-width: 666px) {

.sidePhoto figure {
	width: calc( 100% / 2 - 6px );
	text-align: center;
	margin: 3px;
}

}

#b4 li { font-size: 12px; line-height: 160%; list-style-type: none; list-style-image: url(../build/b4_icon.gif); list-style-position: inside; margin: 0px 15px 0px 140px }
/* ------------------------------
 施工実績 官庁
------------------------------ */
#article#government {}
#government #buildPage {
	margin: 0px auto 0px;
}
#government #mainTitle {
	background: url(../img/common/ptn30p.png) top center repeat, #009245; /* Old browsers */
	background: url(../img/common/ptn30p.png) top center repeat, -moz-linear-gradient(top, #8cc63f 0%, #009245 100%); /* FF3.6-15 */
	background: url(../img/common/ptn30p.png) top center repeat, -webkit-linear-gradient(top, #8cc63f 0%, #009245 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn30p.png) top center repeat, linear-gradient(to bottom, #8cc63f 0%, #009245 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63f', endColorstr='#009245',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#b1 li {
	font-size: 1.2rem;
	line-height: 160%;
	list-style-type: none;
	list-style-image: url(../build/b1_icon.gif);
	list-style-position: inside;
	margin: 0px 15px 0px 28%;
	padding-left: 20px;
	text-indent: -20px;
}

/* ------------------------------
 施工実績 民間
------------------------------ */
#article#private {}
#private #buildPage {
	margin: 0px auto 0px;
}
#private #mainTitle {
	color: #fff;
	background: url(../img/common/ptn10p.png) top center repeat, #009ee8; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #62c5f2 0%, #009ee8 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #62c5f2 0%, #009ee8 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #62c5f2 0%, #009ee8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c5f2', endColorstr='#009ee8',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#b2 li {
	font-size: 1.2rem;
	line-height: 160%;
	list-style-type: none;
	list-style-image: url(../build/b2_icon.gif);
	list-style-position: inside;
	margin: 0px 15px 0px 28%;
	padding-left: 20px;
	text-indent: -20px;
}

/* ------------------------------
 施工実績 住宅
------------------------------ */
#article#housing {}
#housing #mainTitle {
	color: #fff;
	background: url(../img/common/ptn10p.png) top center repeat, #ec536f; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #f4a1b9 0%, #ec536f 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #f4a1b9 0%, #ec536f 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #f4a1b9 0%, #ec536f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a1b9', endColorstr='#ec536f',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#b1img.double {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 5px 3px 28%;
}
#b1img.double figure {
	width: calc( 50% - 5px );
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align: center;
}
#b1img.double figure img {
	width: calc( 100% - 0px );
	height: auto;
	max-width: 170px;
}
#b1img.double figure figcaption {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

/* ------------------------------
 施工実績 鉄骨
------------------------------ */
#article#steelframe {}
#steelframe #mainTitle {
	color: #fff;
	background: url(../img/common/ptn10p.png) top center repeat, #f18904; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #f9c68b 0%, #f18904 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #f9c68b 0%, #f18904 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #f9c68b 0%, #f18904 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c68b', endColorstr='#f18904',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#b4 li {
	font-size: 1.2rem;
	line-height: 160%;
	list-style-type: none;
	list-style-image: url(../build/b2_icon.gif);
	list-style-position: inside;
	margin: 0px 15px 0px 28%;
	padding-left: 20px;
	text-indent: -20px;
}


/* ------------------------------
　2023.3.6 追加　SP
------------------------------ */
article.buildWrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: calc( 100% - 0px );
	margin:  0px 0px;
	padding: 0px;
}
article.buildWrap #buildTitle {
	order: 1;
	width: calc( 100% + 0px );
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
article.buildWrap #buildPage {
	margin: 0px!important;
	padding: 0px;
	order: 2;
	width: 100%;
}
article.buildWrap #buildExample {
	order: 3;
	width: calc( 100% - 10px );
	margin: 0px auto;
}

article.buildWrap #buildTitle #mainTitle {
	position: static;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: calc( 100% - 0px );
	height: auto;
	margin: 0px 0px;
	padding: 0.25em 0px 0px 0px;
}
article.buildWrap #buildTitle #mainTitle h1 {
	position: static;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	line-height: 30px;
	text-align: center;
	margin: 0px auto;
	padding: 15px 0px 15px 0px;
}


article.buildWrap #buildExample {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
article.buildWrap #buildExample h2 {
	line-height: 1em;
	margin: 20px 5px 10px;
}
article.buildWrap #buildExample h2 .en {
	color: #004da1;
	font-size: 4rem;
	font-family: 'Roboto', sans-serif;
}
article.buildWrap #buildExample h2 em {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0.25em 1.25em;
}
article.buildWrap #buildExample h3 {
	font-size: 2rem;
	font-weight: 400;
	margin: 0px 20px 10px;
}
article.buildWrap #buildExample p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2em;
	margin: 0px 20px 20px;
}
article.buildWrap #buildExample ul.buildPhoto {
	display: flex;
	flex-wrap: wrap;
	justify-content: center!important;
	margin: 0px auto;
	padding: 0px;
}
article.buildWrap #buildExample ul.buildPhoto li {
	margin: 10px auto;
	width: calc( 100% - 20px );
	max-width: 315px;
}
article.buildWrap #buildExample ul.buildPhoto li figure {
	margin: 0px;
}
article.buildWrap #buildExample ul.buildPhoto li figure figcaption {
	font-size: 1rem;
	font-weight: 400;
	margin: 3px 5px;
}
article.buildWrap #buildExample ul.buildPhoto li figure img {
	width: 100%;
	max-width: 315px;
	height: auto;
}

article.buildWrap #buildExample ul.buildPhoto li.colL {
	margin: 10px auto;
}
article.buildWrap #buildExample ul.buildPhoto li.col3 {
	margin: 10px auto;
}
article.buildWrap #buildExample ul.buildPhoto li.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto;
}

article.buildWrap #buildExample ul.buildPhoto li.row figure {
	width: calc( 50% - 5px );
	margin: 0px 0px;
}
article.buildWrap #buildExample ul.buildPhoto li.row figure:nth-of-type(1) {
	margin-right: 10px;
}
article.buildWrap #buildExample ul.buildPhoto li.row {}

article.buildWrap #buildExample ul.buildPhoto li.movie {
	width: calc( 100% - 20px );
	max-width: 690px;
	margin: 10px auto;
}
article.buildWrap #buildExample ul.buildPhoto li.movie figure {}
article.buildWrap #buildExample ul.buildPhoto li.movie figure video {
	width: 100%;
	height: auto;
}

article #buildMovie {
	order: 4;
	width: calc( 100% - 10px );
	margin: 20px auto;
}
article #buildMovie figure {}
article #buildMovie figure video {
	width: 100%;
	height: auto;
}


article.buildWrap #sideBuild {}
article.buildWrap #sideBuild.pc {
	display: none!important;
}
#sideBuild.sp {
	display: block!important;
}

aside.pageSide.buildSide {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: calc( 100% - 0px );
	margin:  0px 0px;
	padding: 0px;
}
aside.pageSide.buildSide #comInfo {
	position: static;
	width: 200px;
	padding: 20px 10px;
	margin: 0px;
}

aside.pageSide.buildSide #bnDL {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px;
	width: 100%;
}
aside.pageSide.buildSide #bnDL a {
	padding: 0px 10px;
	text-align: center;
}
aside.pageSide.buildSide #bnDL a img {
	width: 100%;
	max-width: 420px;
	height: auto;
}


/* ------------------------------
 会社案内
------------------------------ */
#company {
	margin: 0px auto 40px;
}
#company .page {
	padding: 10px 10px 20px 0px;
	max-width: 550px;
	margin: 0px auto;
}
#company > figure {
	width: 100vw;
	max-width: 550px;
	margin: 0px auto;
}
#company > figure img#main {
	margin: 0px 0px 10px;
	border: none;
	width: 100%;
	height: auto;
}

/*基本理念*/
#company #idea {}
#company .ideaBox {
	padding: 0px 10px 40px;
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 550px;
	margin: 10px auto;
}
#company .ideaBox h2 {
	font-size: 1.4rem;
	font-weight: 700;
}
#company .ideaBox h3 {
	font-size: 2.0rem;
	font-weight: 200;
	margin-bottom: 0.5em;
}
#company .ideaBox .unit {
	display: flex;
	flex-wrap: wrap;
}
#company .ideaBox .unit p {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8;
	width: calc( 100% - 20px );
	margin: 0px 10px 30px;
}
#company .ideaBox .unit p span {
	display: block;
	font-size: 1.2rem;
	font-weight: 300;
	text-align: right;
}
#company .ideaBox .unit figure {
	width: calc( 100% );
	max-width: 240px;
	margin: 0px auto;
}
#company .ideaBox .unit figure img {
	width: 100%;
	height: auto;
}

#company .companyBox {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100vw - 20px );
	max-width: 550px;
	margin: 0px auto;

	border: 1px solid #b2b2b2;
	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #e0f2fc 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #e0f2fc 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #e0f2fc 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f2fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#company .companyBox h2 {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	border-right: none;
	padding: 30px 0px;
	background: url(../img/common/bg_logoM.png) no-repeat -21px -22px;
	background-size: 100px;
}
/*　１列の場合 max-width: 320px - 374px　*/
@media screen and (max-width: 374px) {
#company .companyBox h2 {
	width: 100%;
}
}
/*　２列の場合 min-width: 390px - 768px　*/
@media screen and (min-width: 390px) {
#company .companyBox h2 {
	width: calc( 20% );
	max-width: 92px;
	border-right: 1px solid #b2b2b2;
}
}
#company .companyBox h2 span {
	display: block;
	font-size: 10px;
}
#company .companyBox .unit {
	display: block;
	width: calc( 100% - 0px );
	max-width: 455px;
	padding: 0px 0px 0px 0px;

	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #F2F2F2 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #F2F2F2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #F2F2F2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#company .companyBox .unit table {
	width: calc( 100% - 10px );
	font-size: 1.2rem;
	line-height: 140%;
	margin: 0px auto 20px;
}
#company .companyBox .unit > table tr {}
#company .companyBox .unit > table tr th, #company .companyBox .unit > table tr td {
	display: block;
	width: calc( 100% - 10px );
	margin: 0px auto 0px;
	padding: 5px;
}
#company .companyBox .unit > table tr th {
	border-bottom: none;
	background: url(../img/common/ptn100p.png) top center repeat, #EBE7E4;
	background-size: 3px;
	margin: 10px auto 0px;
}
#company .companyBox .unit > table tr td {}

/*　１列の場合 max-width: 320px - 374px　*/
@media screen and (max-width: 374px) {
#company .companyBox h2 {
	width: 100%;
}
#company .companyBox .unit {
	display: block;
	width: 100%;
}
}
/*　２列の場合 min-width: 390px - 768px　*/
@media screen and (min-width: 390px) {
#company .companyBox h2 {
	width: calc( 18% );
	max-width: 92px;
	border-right: 1px solid #b2b2b2;
}
#company .companyBox .unit {
	display: block;
	width: calc( 82% - 0px );
	max-width: 455px;
}
}

/* 会社概要 */
#information {}
#information table {}
#information table th, #information table td {
	border-bottom: 1px dotted #999;
}
#information table th {
	font-weight: normal;
	font-size: 1.3rem;
	text-align: justify;
	vertical-align: top;
	padding: 5px 0px 5px 5px;
	width: 70px;
}
#information table td {
	padding: 5px 0px 5px 5px;
	width: auto;
}
#information table td figure {
	display: block;
	margin:10px auto 15px;
	width: 100%;
	max-width: 300px;
}
#information table td figure img {
	width: 100%;
	height: auto;
}

#company table#dir {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#company table#dir th, #company table#dir td {
	display: table-cell;
	font-size: 1.2rem;
	padding: 0px 0px 2px;
	border: none;
}
#company table#dir th {
	font-weight: normal;
	text-align: left;
	width: 50%;
	width: calc( 10em - 20px );
	background: none;
	padding: 0px 0px 0px 20px;
}
#company table#dir td {}

/* 沿革 */
#history {}
#history table#his {
	font-size: 1.2rem;
	line-height: 140%;
	margin: 0px auto 20px;
}
#history table#his th {
	padding: 5px;
	border-bottom:none;
}
#history table#his td {
	padding: 5px;
	border-bottom: 1px dotted #999;
}

/* 設備・人材 */
#equipment {}
#equipment h3 {
	font-size: 1.4rem;
	margin: 10px 5px 20px 10px;
	line-height: 20px;
	height: auto;
	padding: 8px 0px 0px 0px;
	font-weight: normal;
}
#equipment h3 em {
	display: block;
	float: left;
	font-size: 2rem;
	height: auto;
	border: 1px solid #E0A681;
	padding: 8px 5px;
	border-radius: 5px;
	color: #E0A681;
	margin: -8px 5px 0px 0px;
}

#equipment table.eq th { font-weight: normal; font-size: 13px; text-decoration: underline; text-align: left; vertical-align: top; padding: 3px 0px }
#equipment table.eq td { padding: 3px 0px 3px 5px }

#company #equipment .unit > table.eq {
	font-size: 1.1rem;
	line-height: 140%;
	width: calc( 100% - 20px );
	margin: 0px auto 20px;
}
#company #equipment .unit > table.eq tr th,
#company #equipment .unit > table.eq tr td {
	display: table-cell;
	margin: 0px 2px;
	padding: 5px;
}
#company #equipment .unit > table.eq tr th {
	width: calc( 25% - 0px )!important;
	margin: 10px 5px 0px;
	padding: 5px;
}
#company #equipment .unit > table.eq tr td {
	width: calc( 25% - 0px )!important;
	margin: 0px 5px;
	padding: 5px;
	border-bottom: 1px dotted #999;
}
#company #equipment table.eq tr th:nth-child(2),
#company #equipment table.eq tr th:nth-child(3),
#company #equipment table.eq tr th:nth-child(4) {
	border-left: 1px solid #999;
}
#company #equipment .unit > table.eq tr td:nth-child(2n+3) {
	border-left: 1px solid #999;
}
#company #equipment .unit > table.eq {
	border: 1px dotted #999;
	border-bottom: none;
}

/* アクセス */
#company #access {
	margin: 0px auto 20px;
}
#access h3.maptitle {
	font-size: 1.2rem;
	line-height: 140%;
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
#access .map {
	width: calc( 100% - 20px );
	margin: 0px auto 5px;
	padding: 1px;
	border: solid 1px #999;
}
#access .map iframe {
	width: 100%;
}
#access #b1note {
	margin: 0px 20px 5px 0px;
	padding: 0px;
	width: calc( 100% - 20px );
}
#company .sendai {
	margin: 0px auto 0px;
}

/* ------------------------------
 リクルート
------------------------------ */
#recruit {
}
#recruit > h2 {
	width: 100vw;
	max-width: 550px;
	margin: 0px auto;
}
#recruit > h2 img#main {
	margin: 0px 0px 10px;
	border: none;
	width: 100%;
	height: auto;
}
#recruit h3 {
	line-height: 36px;
	height: 36px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	width: calc( 100% - 20px );
	max-width: 550px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-indent:1em;
	
	background: url(../img/common/ptn10p.png) top center repeat, #305dff; /* Old browsers */
	background: url(../img/common/ptn10p.png) top center repeat, -moz-linear-gradient(top, #305dff 0%, #1c52a1 100%); /* FF3.6-15 */
	background: url(../img/common/ptn10p.png) top center repeat, -webkit-linear-gradient(top, #305dff 0%,#1c52a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn10p.png) top center repeat, linear-gradient(to bottom, #305dff 0%,#1c52a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305dff', endColorstr='#1c52a1',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#recruit #new_box {
	width: calc( 100% - 20px );
	max-width: 550px;
	margin: 0px auto 30px;
	padding: 15px 15px 15px 15px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	font-size: 1.4rem;
}
#recruit #new_box p {
	margin:0px;
	padding:0px;
}
#recruit #new_box dl.new_txt {
	overflow: hidden;
	border-top: #CCC 1px solid;
	margin: 20px 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#recruit #new_box dl.new_txt dt {
	float:none;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	clear:both;
	width:auto;
}
#recruit #new_box dl.new_txt dt br {
	display: none;
}
#recruit #new_box dl.new_txt dd {
	padding: 10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	width: auto;
	border-bottom:#CCC 1px solid;
}

#recruit #new_box dl.new_txt dd dl.new_schedule {
	overflow: hidden;
	border: none;
	margin: 0px 0px;
	padding: 0px;
	font-size: 1.4rem;
	line-height:1.5;
}
#recruit #new_box dl.new_txt dd dl.new_schedule dt {
	float: none;
	font-weight: bold;
	padding: 15px 0px 0px 12px;
	clear: both;
	width: auto;
	background: url(../recruit/icon_arrow.png) left 21px no-repeat;
}
#recruit #new_box dl.new_txt dd dl.new_schedule dt:first-child {
	padding:0px 0px 0px 12px;
	background:url(../recruit/icon_arrow.png) left 6px no-repeat;
}
#recruit #new_box dl.new_txt dd dl.new_schedule dd {
	padding: 0px 0px 0px 1.5em;
	margin: 0px;
	width: auto;
	border: none;
	font-size: 1.2rem;
}

#recruit #new_box h4 {
	line-height: 34px;
	height: 34px;
	font-size: 1.4rem;
	text-indent: 1em;
	font-weight: bold;
	background: #D7E6F5;
	border-top: #B5CFEB 1px solid;
	border-bottom: #B5CFEB 1px solid;
}
#recruit #new_box table {
	border-collapse: collapse;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0px 0px 20px 0px;
}
#recruit #new_box table th {
	padding: 10px 5px;
	width: 6.5em;
	text-align: left;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
#recruit #new_box table td {
	padding: 10px 0px;
	border-bottom: 1px solid #CCC;
}
#recruit #entry_box {
	background: #F2F2F2;
	padding: 15px 10px;
}
#recruit #entry_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	margin: 0px auto 10px;
	padding: 0px;
}
#recruit #entry_box ul li {
	display: block;
	float: none;
	padding: 0px 5px 5px;
}
#recruit #entry_box ul li:first-child {
	margin: 0px 0px 0px 0px;
}
#recruit #entry_box ul li input#entry_btn {
	border: 0px;
	cursor: pointer;
	width: 220px;
	height: 40px;
	background:url(../recruit/btn_entry.png) no-repeat center top;
}

#recruit #entry_box dl.contact {
	clear: both;
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
	font-size: 1.2rem;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#recruit #entry_box dl.contact dt {
	float: none;
	font-weight: bold;
	font-size: 1.4rem;
	padding-top: 4px;
	width: calc( 6em + 30px );
	text-align: center;
	margin: 0px 0px 5px 0px;
}
#recruit #entry_box dl.contact dd {
	margin-left: 0px;
	font-size: 1.1rem;
}
#recruit #entry_box dl.contact dd .tel {
	font-size: 1.6rem;
	margin: 0px 5px 0px 5px;
}

/* ------------------------------
 エントリーフォーム
------------------------------ */
#recruit h3#entry {
	width: calc( 100% );
	max-width: 550px;
	margin: 0px auto;
}

/* ------------------------------
 送信完了
------------------------------ */
.form_complete {
	margin: 80px 0px 120px;
	padding: 0px 20px;
}
.form_complete h5 {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
}


/* ------------------------------
 お問い合わせ
------------------------------ */
#contact {}
#contact > h2 figure {
	width: 100%;
	max-width: 550px;
	margin: 0px auto;
}
#contact > h2 figure img {
	margin: 0px 0px 10px;
	border: none;
	width: 100%;
	height: auto;
}

#contForm {}
#contact .contactBox {
	width: 100%;
	max-width: 550px;
	margin: 0px auto;
	
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #b2b2b2;
	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #e0f2fc 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #e0f2fc 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #e0f2fc 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f2fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}
#contact .contactBox h2 {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	width: calc( 100% );
	border-right: none;
	padding: 10px 0px;
	background: url(../img/common/bg_logoM.png) no-repeat -21px -22px;
	background-size: 100px;
}
#contact .contactBox h2 span {
	display: block;
	font-size: 1rem;
}
#mabg { margin: 0px auto 0px; }
#contact .contactBox .unit {
	display: block;
	width: calc( 100% - 0px );
	max-width: 550px;
	padding: 0px 0px 25px 0px;
	margin: 0px auto;

	background: url(../img/common/ptn100p.png) top center repeat, #ffffff; /* Old browsers */
	background: url(../img/common/ptn100p.png) top center repeat, -moz-linear-gradient(top, #F2F2F2 0%, #ffffff 10%); /* FF3.6-15 */
	background: url(../img/common/ptn100p.png) top center repeat, -webkit-linear-gradient(top, #F2F2F2 0%,#ffffff 10%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/common/ptn100p.png) top center repeat, linear-gradient(to bottom, #F2F2F2 0%,#ffffff 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 3px;
}

#contact .contactBox .unit table#mail {}
#mail {
	font-size: 1.2rem;
	line-height: 140%;
	margin: 20px auto 20px;
	width: calc( 100% - 20px );
}
#mail th {
	display: block;
	font-weight: bold;
	vertical-align: top;
	padding: 5px;
	border-bottom: none;
	width: 100%;
	text-align: left;
	background: #F2F2F2;
}
#mail td {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #999;
	width: 100%;
}
.att {
	color: #f00;
	font-size: 1rem;
}

#thanks {
	font-size: 1.4rem;
	line-height: 200%;
	text-align: center;
	padding: 40px 0px;
}
#thanks .contactBox {
	width: calc( 100% - 20px );
	margin: 0px auto;
}
#thanks p {
	text-align: left;
}


}



