@charset "UTF-8";
/* CSS Document */

/*========================================== */
/* index
/*========================================== */

.index .sec{
	padding: 70px 0;
	margin: 0;
}
.index .section01{
	padding-bottom: 160px;
	background-color: #f7f5f1;
	background-image: url(../../img/index_bg01.png);
	background-position: center bottom -13px;
	background-repeat: no-repeat;
}
.index .sec .tit01{
	padding: 0 0 0 10px;
	margin: 0 0 35px;
	border-left: solid 4px #000;
}
.index .sec .desc01{
	width: 580px;
}
.index .sec .tit01 img{
	vertical-align: middle;
}
.index .sec .tit01 img:first-child{
	margin: 0 30px 0 0;
}
.index .section01 ul{
	overflow: hidden;
}
.index .section01 ul li{
	float: left;
	margin: 0 0 0 35px;
}
.index .section01 ul li:first-child{
	margin: 0;
}
.index .section02{
	background-color: #ffe000;
	padding-bottom: 0;
}
.index .section02 .wrap{
	background-image: url(../../img/index_bg02.gif);
	background-position: right bottom -5px;
	background-repeat: no-repeat;
	min-height: 400px;
}
.index .section02 p{
	margin: 0 0 30px;
}
.index .section02 .linkbtn01{
	margin-left: 110px;
}
.index .section03{
	padding-bottom: 100px;
}


/*========================================== */
/* company
/*========================================== */

/* greeting
-------------------------------------------- */
.greeting .president{
	width: 720px;
	min-height: 395px;
	background: url(../../company/greeting/img/greeting_bg01.jpg) no-repeat right top;
	box-sizing: border-box;
	padding: 30px 0;
	margin: 0 0 100px;
	position: relative;
}
.greeting .president:after{
	content: url(../../company/greeting/img/greeting_bg02.png);
	position: absolute;
	right: -14px;
	top: -13px;
}
.greeting .president .tit{
	display: block;
	margin: 0 0 35px;
}
.greeting .president .name{
	display: block;
	text-align:right;
	margin: 0 40px 0 0;
}
.greeting .president p{
	width: 690px;
	margin: 0 0 20px;
}
.greeting .philosophy h4{
	text-align: center;
	margin: 0 0 30px;
}
.greeting .philosophy dl dt{
	margin: 0 0 10px;
}
.greeting .philosophy dl dd{
	margin: 0 0 30px;
}

/* outline
-------------------------------------------- */
.outline table{
	background: url(../../common/img/cmn_bg01.gif) left top;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	width: 100%;
}
.outline table th,
.outline table td{
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
.outline table th{
	vertical-align: top;
	text-align: left;
	padding: 10px 20px;
	width: 150px;
	box-sizing: border-box;
}
.outline table td{
	background: #fff;
	padding: 10px 30px;
}
.outline table td span{
	font-weight: bold;
	display: block;
}
.outline .section02 .tit01{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.outline .section02 .detailbox{
	margin: 0 0 30px;
}
.outline .section02 .detailbox .c_info{
	margin: 0 0 20px;
}
.outline .section02 dl{
	display: table;
	margin: 0 20px 10px 0;
}
.outline .section02 dl.tel,
.outline .section02 dl.fax{
	float: left;
}
.outline .section02 dl dt,
.outline .section02 dl dd{
	display: table-cell;
	border-right: solid 10px #fff;
}
.outline .section02 dl dt{
	padding: 5px 10px;
	background: #ffe000;
	font-weight: bold;
	width: 3em;
	text-align: center;
}

/* permission
-------------------------------------------- */
.permission .thumb{
	margin: 0 0 50px;
}
.permission .linkbtn01{
	width: 200px;
	display: block;
	margin: 0 auto;
}
.permission table{
	border-top: solid 1px #ccc;
	width: 100%;
}
.permission table th,
.permission table td{
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.permission table th:first-child,
.permission table td:first-child{
	border-left: none;
	width: 70px;
}
.permission table th{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	width: 200px;
	box-sizing: border-box;
	background: #fff9de;
}
.permission table td{
	background: #fff;
	padding: 10px;
}
.permission table td.third{
	width: 240px;
}
.permission table th.fourth,
.permissiontable td.fourth,
.permission table th.fifth,
.permissiontable td.fifth{
	width: 115px;
	text-align: center;
}
.permission table td a{
	color: #345ca3;
	text-decoration: underline;
}
.permission table td a:hover{
	color: #333333;
	text-decoration: none;
}




/* history
-------------------------------------------- */
.history table{
	background: url(../../common/img/cmn_bg01.gif) left top;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	width: 100%;
}
.history table th,
.history table td{
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
.history table th{
	vertical-align: top;
	text-align: center;
	padding: 10px 20px;
	width: 150px;
	box-sizing: border-box;
}
.history table td{
	background: #fff;
	padding: 10px 30px;
}



/*========================================== */
/* business
/*========================================== */

/* index
-------------------------------------------- */
.business_index .business_tit01{
	display: block;
	margin: 0 0 10px;
}
.business_index .section02 ul li{
	overflow: hidden;
	margin: 0 0 50px;
}
.business_index .section02 ul li .thumb{
	float: left;
	margin: 0 20px 0 0;	
}


/* top
-------------------------------------------- */
.top .sec{
	margin-bottom: 30px;
}
.top .workbox{
	overflow: hidden;
	position: relative;
	border: solid 1px #ccc;
	background: #fff;
	padding: 0 0 30px 50px;
}
}
.top .workbox .thumb{
	float: left;
	margin: 0 20px 0 0;
}
.top .workbox h4{
	border-top: solid 10px #ffe000;
	display: inline-block;
	padding: 15px 0 0;
	margin: 0 0 20px;
}
.top .workbox p{
	padding: 0 70px 0 0;
	overflow: hidden;
}
.top .workbox:hover{
	background: #fffdf5;
	border: solid 1px #aaa;
}


/* intro
-------------------------------------------- */
.intro .section01 ul{
	overflow: hidden;
}
.intro .section01 ul li{
	float: left;
	width: 230px;
	margin: 0 15px 15px 0;
}
.intro .section01 ul li.end{
	margin: 0 0 15px;
}
.intro .section01 ul li img{
	border: solid 7px #efefef;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.intro .section01 ul li span{
	display: block;
	text-align: center;
	font-size: 12px;
}
.intro .section02 table{
	border-top: solid 1px #ccc;
	width: 100%;
}
.intro .section02 table th,
.intro .section02 table td{
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.intro .section02 table th:first-child,
.intro .section02 table td:first-child{
	border-left: none;
	width: 100px;
}
.intro .section02 table th{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	width: 150px;
	box-sizing: border-box;
	background: #fff9de;
}
.intro .section02 table td{
	background: #fff;
	padding: 10px;
}
.intro .section02 table td.bg01{
	border-left: solid 1px #ccc;
	background: #f6f6f6;
}
.intro .section02 table td.third{
	width: 60px;
	font-weight: bold;
}
.intro .section02 table th.fourth,
.intro .section02 td.fourth,
.intro .section02 table th.fifth,
.intro .section02 td.fifth{
	width: 125px;
	text-align: center;
}


/* asbestos
-------------------------------------------- */
.asbestos p{
	margin: 0 0 30px;
}
.asbestos .sec .list{
	margin: 0 0 20px;
}
.asbestos .sec .list li{
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.asbestos .section01 table{
	border-top: solid 1px #ccc;
	width: 100%;
	margin: 0 0 25px;
}
.asbestos .section02 table{
	border-top: solid 1px #ccc;
	width: 100%;
	margin: 0 0 50px;
}
.asbestos table th,
.asbestos table td{
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.asbestos table th:first-child{
	border-left: none;
	text-align: center;
}
.asbestos table td:first-child{
	border-left: none;
	text-align: left;
}
.asbestos table th{
	text-align: center;
	padding: 10px;
	width: 150px;
	box-sizing: border-box;
	background: #fff9de;
}
.asbestos table td{
	background: #fff;
	padding: 10px;
}
.asbestos table .first{
	width: 320px;
}
.asbestos table .second{
	width: 60px;
}
.asbestos table td.bl01,
.asbestos table th.bl01{
	border-left: solid 1px #ccc;
}
.asbestos table .fourth{
	width: 200px;
}
.asbestos table + p{
}
.asbestos .linkbtn01{
    width: 350px;
    display: block;
    margin: 0 auto;
}
.asbestos .linkbtn01 .arrow {
    top: 34px;
}
.asbestos .section03 table{
	width: 100%;
	margin: 0 0 60px;
}
.asbestos .section03 table .first{
	width: 1em;
}
.asbestos .section03 table .second{
	width: 9em;
	text-align: center;
}
.asbestos .section03 table .third{
	width: 6em;
	text-align: center;
}
.asbestos .section03 table .fourth{
	width: 3em;
	text-align:center;
}
.asbestos .section03 table .fifth{
	width: auto;
}
.asbestos .section03 table th.sixth{
	text-align:center;
}
.asbestos .section03 table .sixth{
	width: 7em;
	text-align:right;
}
.asbestos .section03 table td.second,
.asbestos .section03 table td.third{
	border-right: solid 1px #ccc!important;
	border-left: solid 1px #ccc!important;
}
.asbestos .section03 table td.first.bg01{
	background: #efefef;
}
.asbestos .section03 table td.first.bg02{
	background: #cbcdef;
}

/* secret
-------------------------------------------- */
.secret .sec p{
	margin: 0 0 30px;
}
.secret .sec p + img{
	margin: 0 30px 0 0;
	vertical-align: top;
}
.secret .section02 p + img +img{
	vertical-align: top;
}
.secret .section03:after{
	content:"";
	display: block;
	clear: both;
	height: 0;
}
.secret .section03 p strong{
	color: #ed7d31;
	font-size: 16px;
}
.secret table{
	border-top: solid 1px #ccc;
	width: 50%;
	float: left;
}
.secret table th,
.secret table td{
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.secret table th:first-child,
.secret table td:first-child{
	border-left: none;
}
.secret table th{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
	background: #fff9de;
}
.secret table td{
	background: #fff;
	padding: 10px;
}
.secret table td.third{
	width: 50%;
}
.secret table th.fourth,
.secret td.fourth,
.secret table th.fifth,
.secret td.fifth{
	width: 125px;
	text-align: center;
}
.secret .right{
	width: 45%;
	float: right;
}
.secret .right p{
	margin: 0 0 0 10px;
}


/* hazardous
-------------------------------------------- */
.hazardous .sec p{
	margin: 0 0 30px;
}
.hazardous .section01 p{
	color: #ff0000;
}
.hazardous .section01 ul:after{
	content:"";
	display: block;
	clear: both;
	height: 0;
}
.hazardous .section01 ul li{
	width: 146px;
	float: left;
	margin: 0 45px 45px 0;
	text-align: center;
}
.hazardous .section01 ul li img{
	margin: 0 0 10px;
}
.hazardous .section01 ul li.start{
	margin: 0 46px 45px 0;
}
.hazardous .section01 ul li.end{
	margin: 0 0 45px 0;
}

.hazardous .section01 .right{
	border: solid 1px #f00;
	overflow: hidden;
	width: 528px;
	float: right;
	position: relative;
	top: -190px;
}
.hazardous .section01 .right h5{
	background: #f00;
	padding: 15px;
	float: left;
}
.hazardous .section01 .right p{
	padding: 15px 15px 15px 60px;
	margin: 0; 
}


/* flow
-------------------------------------------- */
.flow .sec{
	margin: 0 0 30px;
}
.flow .flowbox{
	overflow: hidden;
}
.flow .flowbox .imgbox{
	width: 337px;
}
.flow .flowbox .imgbox img{
	width: 335px;
	margin: 0 0 20px;
}
.flow .flowbox .imgbox span{
	display: block;
	width: 337px;
	text-align: center;
}
.flow .section01 .flowbox .imgbox,
.flow .section03 .flowbox .imgbox{
	float: left;
	margin: 0 30px 0px 0;
}
.flow .section02 .flowbox .imgbox{
	float: right;
	margin: 0 0 0 30px;
}
.flow .flowbox .txt img{
	display: block;
	margin: 0 0 10px;
}

/* lamp
-------------------------------------------- */
.lamp .sec p{
	margin: 0 0 30px;
}
.lamp .sec p + img{
	margin: 0 30px 0 0;
	vertical-align: top;
}
.lamp .section02:after{
	content:"";
	display: block;
	clear: both;
	height: 0;
}
.lamp .section02 p strong{
	color: #ed7d31;
	font-size: 16px;
}
.lamp table{
	border-top: solid 1px #ccc;
	width: 50%;
	float: left;
}
.lamp table th,
.lamp table td{
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.lamp table th:first-child,
.lamp table td:first-child{
	border-left: none;
}
.lamp table th{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
	background: #fff9de;
}
.lamp table td{
	background: #fff;
	padding: 10px;
}
.lamp table td.third{
	width: 50%;
}
.lamp table th.fourth,
.lamp td.fourth,
.lamp table th.fifth,
.lamp td.fifth{
	width: 125px;
	text-align: center;
}
.lamp .right{
	width: 45%;
	float: right;
}
.lamp .right ul li{
	margin: 0 0 5px 8px;
}

/* gypsumboard
-------------------------------------------- */
.gypsumboard .sec p{
	margin: 0 0 30px;
}
.gypsumboard .sec p + img{
	margin: 0 30px 0 0;
	vertical-align: top;
}
.gypsumboard .right{
	width: 280px;
	float: right;
}
.gypsumboard .right div{
	font-size: 12px;
	text-align: center;
}
.gypsumboard .right div img{
	margin: 0 0 10px;
	display: block;
}



/* machine
-------------------------------------------- */
.machine .section01 p{
	margin: 0 0 30px;
}
.machine table{
	border-top: solid 1px #ccc;
	width: 100%;
}
.machine  table th,
.machine  table td{
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.machine  table th:first-child,
.machine  table td:first-child{
	border-left: none;
}
.machine  table th{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	background: #fff9de;
}
.machine  table td{
	background: #fff;
	padding: 10px;
}
.machine  table td.bg01{
	background: #f6f6f6;
}
.machine  table td.third{
	border-left: solid 1px #ccc;
}
.machine  table td.second,
.machine  table td.fourth{
	width: 70px;
}




/*========================================== */
/* activities
/*========================================== */

/* line
-------------------------------------------- */
.line ol{
	list-style: decimal;
	margin: 0 0 30px 1em;
}
.line ol li{
	margin: 0 0 10px;
}
.line ol li span{
	display: inline-block;
	margin: 0;
}
.line ol li span.start{
	margin: 10px 0 0;
}
.line div.endtxt01{
	display: block;
	text-align: right;
	margin: 10px 0 0;
}
.line div.endtxt02{
	display: block;
	text-align: right;
	margin: 10px 0 0;
}
.line .section02 .linkbtn01{
	width: 320px;
	padding: 15px 0;
	margin: -55px 160px 0;
	float: right;
}
.line .section03 .ecoaction{
	float: right;
	margin: 0 20px;
}
.line .section03 p{
	margin: 0 0 30px;
}


/*========================================== */
/* relation
/*========================================== */

/* association
-------------------------------------------- */
.association .section02 table{
	border-top: solid 1px #ccc;
	width: 100%;
	border-bottom: soldi 1px #ccc;
}
.association .section02 table th,
.association .section02 table td{
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.association .section02 table th:first-child,
.association .section02 table td:first-child{
	border-left: none;
	width: 100px;
}
.association .section02 table th{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	width: 150px;
	box-sizing: border-box;
	background: #fff9de;
}
.association .section02 table td{
	background: #fff;
	padding: 10px;
}
.association .section02 table td.bg01{
	background: #f6f6f6;
}
.association .section02 table td.third{
	width: 240px;
	border-left: solid 1px #ccc;
}
.association .section02 table th.fourth,
.association .section02 td.fourth,
.association .section02 table th.fifth,
.association .section02 td.fifth{
	width: 125px;
	text-align: center;
}
.association .section03 table{
	background: url(../../common/img/cmn_bg01.gif) left top;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	width: 100%;
}
.association .section03 table th,
.association .section03 table td{
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
.association .section03 table th{
	vertical-align: top;
	text-align: left;
	padding: 10px 20px;
	width: 150px;
	box-sizing: border-box;
}
.association .section03 table td{
	background: #fff;
	padding: 10px 30px;
}
.association .section03 table td span{
	font-weight: bold;
	display: block;
}
.association .section04 table{
	background: url(../../common/img/cmn_bg01.gif) left top;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	width: 100%;
}
.association .section04 table th,
.association .section04 table td{
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
.association .section04 table th{
	vertical-align: top;
	text-align: center;
	padding: 10px 20px;
	width: 150px;
	box-sizing: border-box;
}
.association .section04 table td{
	background: #fff;
	padding: 10px 30px;
}
.association .section05 .tit01{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.association .section05 .detailbox{
	margin: 0 0 30px;
}
.association .section05 .detailbox .c_info{
	margin: 0 0 20px;
}
.association .section05 dl{
	display: table;
	margin: 0 20px 10px 0;
}
.association .section05 dl.tel,
.association .section05 dl.fax{
	float: left;
}
.association .section05 dl dt,
.association .section05 dl dd{
	display: table-cell;
	border-right: solid 10px #fff;
}
.association .section05 dl dt{
	padding: 5px 10px;
	background: #ffe000;
	font-weight: bold;
	width: 3em;
	text-align: center;
}

/* limited_company
-------------------------------------------- */
.limited_company .section01 table{
	background: url(../../common/img/cmn_bg01.gif) left top;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	width: 100%;
}
.limited_company .section01 table th,
.limited_company .section01 table td{
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
.limited_company .section01 table th{
	vertical-align: top;
	text-align: left;
	padding: 10px 20px;
	width: 150px;
	box-sizing: border-box;
}
.limited_company .section01 table td{
	background: #fff;
	padding: 10px 30px;
}
.limited_company .section01 table td span{
	font-weight: bold;
	display: block;
}
.limited_company .linkbtn01{
    width: 200px;
    display: block;
    margin: 0 auto;
}



/*========================================== */
/* clearly
/*========================================== */
.clearly h5{
	margin: 0 0 20px;
	padding: 0 0 10px 10px;
	border-bottom: solid 1px #999;
}
.clearly dl{
	display: table;
	border-collapse: collapse;
	border-bottom: dotted 1px #999;
	width: 100%;
	margin: 0 0 10px;
}
.clearly dt,
.clearly dd{
	display: table-cell;
	padding: 0 0 10px;
}
.clearly dl .day{
	width: 140px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.clearly dl .name{
	width: 380px;
}
.clearly dl .btn{
	width: 200px;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
}
.clearly dl .btn .linkbtn01{
	width: 200px;
	padding: 5px 0;
}
.clearly dl .btn .linkbtn01 .arrow{
	top: 11px;
}


/*========================================== */
/* privacy
/*========================================== */
.privacy ol{
	list-style: decimal;
	margin: 0 0 100px 1em;
}
.privacy ol li{
	margin: 0 0 10px;
}
.privacy .endinfo{
	padding: 20px 0 0 1em;
	border-top: dotted 1px #ccc;
}

/*========================================== */
/* sitemap
/*========================================== */
.sitemap .mapbox{
	float: left;
	margin: 0 20px 0 0; 
}
.sitemap .mapbox.top{
	width: 150px;
}
.sitemap .mapbox.content{
	width: 302px;
}
.sitemap .mapbox.end{
	margin: 0;
	width: 228px;
}
.sitemap .mapbox h3{
	position: relative;
	padding: 0 0 10px 22px;
}
.sitemap .mapbox h3:before{
	content: url(../img/cmr_icon01.gif);
	position: absolute;
	top: 4px;
	left: 0;
}
.sitemap .mapbox .dir01{
	margin: 0 0 30px 30px;
}
.sitemap .mapbox .dir01 li{
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	background: url(../img/cmr_icon02.gif) no-repeat left center;
}
.sitemap .mapbox .dir01 li.last{
	padding: 0 0 0 20px;
	background: url(../img/cmr_icon03.gif) no-repeat left center;
}
.sitemap .mapbox .dir01 li.nobg{
	padding: 0 0 0 20px;
	background: none;
}
.sitemap .mapbox .dir01 li a{
	color: #345ca3;
	text-decoration: underline;
}
.sitemap .mapbox .dir01 li a:hover{
	color: #333333;
	text-decoration: none;
}

/*========================================== */
/* contract
/*========================================== */
.contract .section01 .imgbox01{
	float: right;
	margin: 0 0 0 30px;
}
.contract dl{
	display: table;
	border-collapse: collapse;
	border-bottom: dotted 1px #999;
	width: 100%;
	margin: 0 0 10px;
}
.contract dt,
.contract dd{
	display: table-cell;
	padding: 0 0 10px;
}
.contract dl .btn{
	width: 180px;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
}
.contract dl .btn .linkbtn01{
	width: 180px;
	padding: 5px 0;
}
.contract dl .btn .linkbtn01 .arrow{
	top: 11px;
}
.contract .reader{
	margin: 100px 0 30px;
	padding: 0 0 30px;
	border-bottom: dotted 1px #999;
}	
.contract .reader .inner{
	padding: 20px;
	background: #f6f6f6;
}	
.contract .contact .info{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	box-sizing: border-box;
	width: 360px;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
.contract .contact .info:first-child{
	border-right: none;
}
.contract .contact .info{
	min-height: 180px;
}
.contract .contact .info.floatR{
	background: url(../img/cmn_bg01.gif);
}
.contract .contact .info.floatL{
	background: url(../img/cmn_bg02.gif);
}
.contract .contact .info h3{
	text-align: left;
	margin: 0 0 10px;
}
.contract .contact .info h3 + img{
	text-align: center;
	margin: 0 0 10px;
}
.contract .contact .info h3 + img + img{
	text-align: center;
}
.contract .contact .info .linkbtn01{
	padding: 22px 0;
	display: block;
}
.contract .contact .info .linkbtn01 .arrow{
	top: 28px;
}

/*========================================== */
/* inquiry
/*========================================== */
.inquiry .section01 .form-outer{
	background: #f2f2f2;
	padding: 20px;
}
.inquiry table {
	width: 100%;
    border: none;
}
.inquiry table tr{
	display: table-row;
	border-bottom: dotted 2px #fff;
}
.inquiry table tr:last-child{
	display: table-row;
	border-bottom: none;
}
.inquiry table th{
	width: 380px;
	padding: 23px 10px 17px;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inquiry table th span{
	color: #f00;
}
.inquiry table td{
	padding: 20px 10px;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inquiry table td{
	vertical-align: middle;
	position: relative;
}
.inquiry table .end {
	border-bottom: none;
}
.inquiry table .end p {
	font-size: 14px;
	margin-top: 5px;
}
.inquiry table .end strong{
	color: #F00;
	display: block;
}
.inquiry .soushin {
	display: block;
	text-align: center;
	margin: 30px 0 100px;
}
.inquiry .soushin button{
	border: none;
	background: none;
}
.entry .soushin div.mfp_err{
	margin-left: 300px;
}
.mfp_element_all {
	max-width: 100%;
}
.inquiry table dl dt{
	float: left;
	clear: both;
	padding: 3px 5px 0 0;
	margin: 0 0 5px;
}
.inquiry table dl dd input[type="text"]{
	margin: 0 0 5px;
}
.inquiry .privacy-check{
	margin: 40px 0 20px 120px;
	position: relative;
}
.inquiry .privacy-check:after{
	content:"";
	clear: both;
	display: none;
	height: 0;
}
.inquiry .privacy-check dt{
	float: left;
	clear: both;
	margin: 10px 0 0;
}
.inquiry .privacy-check dd{
	padding: 0 0 0 30px;
}
.inquiry .privacy-check dd a{
	text-decoration: underline;
	color: #345ca3;
}
.inquiry .privacy-check dd a:hover{
	text-decoration: none;
	color: #333;
}
.inquiry .soushin .linkbtn01{
	font-size: 14px;
}
.inquiry .contact .info{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	box-sizing: border-box;
	width: 720px;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
.inquiry .contact .info{
	min-height: 180px;
}
.inquiry .contact .info.floatL{
	background: url(../img/cmn_bg02.gif);
}
.inquiry .contact .info h3{
	margin: 0 0 10px;
}
.inquiry .contact .info h3 + img{
	text-align: center;
	margin: 0 0 10px;
}

/*======================================== */
/* thanks
/*======================================== */
.thanks{
	text-align: center;
}
.thanks p{
	margin: 60px 0 40px;
}
.thanks .linkbtn01{
	width: 200px;
	display: block;
	margin: 50px auto 150px;
}


/*フォーム部品
-------------------------------------*/
input[type="text"],
input[type="email"]{
	width: 440px;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #CCCCCC;
	line-height: 1.6;
	font-size: 100%;
	-webkit-appearance: none; 
}
input[type="text"].input-age{
	width: 50px;
}
input.w01[type="text"]{
	width: 100px;
}
input.w02[type="text"]{
	width: 82%
}
input.w03[type="text"]{
	width: 69.8%;
}
textarea{
	width: 100%!important;
	min-height: 200px;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	padding: 5px;
	resize: vertical;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok{
	position: relative;
	top: -70px;
}





/*========================================== */
/* recruit
/*========================================== */
.recruit .section01 .tab{
	overflow: hidden;
	margin: 0 0 50px;
}
.recruit .section01 .tab li{
	float: left;
	width: 180px;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: solid 1px #bbb;
	color: #ccc;
}
.recruit .section01 .tab li.active{
	border: solid 1px #bbb;
	border-bottom: none;
	color: #333;
	background: #fff9de;
}
.recruit .section01 .tab li:hover{
	color: #333;
	cursor: pointer;
}
.recruit .section01 > div{
	display: none;
}
.recruit .section01 > div.active{
	display: block;
}
.recruit .section01 h4{
	margin: 0 0 30px;
}
.recruit .section01 table{
	background: url(../../common/img/cmn_bg01.gif) left top;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	width: 100%;
}
.recruit .section01 table th,
.recruit .section01 table td{
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
.recruit .section01 table th{
	vertical-align: top;
	text-align: center;
	padding: 10px 20px;
	width: 150px;
	box-sizing: border-box;
}
.recruit .section01 table td{
	background: #fff;
	padding: 10px 30px;
}
.recruit .section02 .form-outer{
	background: #f2f2f2;
	padding: 20px;
}
.recruit .section02 table {
	width: 100%;
    border: none;
}
.recruit .section02 table tr{
	display: table-row;
	border-bottom: dotted 2px #fff;
}
.recruit .section02 table tr:last-child{
	display: table-row;
	border-bottom: none;
}
.recruit .section02 table th{
	width: 380px;
	padding: 23px 10px 17px;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recruit .section02 table th span{
	color: #f00;
}
.recruit .section02 table th strong{
	color: #f00;
	font-size: 12px;
}
.recruit .section02 table td{
	padding: 20px 10px;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.recruit .section02 table td{
	vertical-align: middle;
	position: relative;
}
.recruit .section02 table .end {
	border-bottom: none;
}
.recruit .section02 table .end p {
	font-size: 14px;
	margin-top: 5px;
}
.recruit .section02 table .end strong{
	color: #F00;
	display: block;
}
.recruit .section02 .soushin {
	display: block;
	text-align: center;
	margin: 30px 0 100px;
}
.recruit .section02 .soushin button{
	border: none;
	background: none;
}
.recruit .section02 .soushin div.mfp_err{
	margin-left: 300px;
}
.mfp_element_all {
	max-width: 100%;
}
.recruit .section02 table dl dt{
	float: left;
	clear: both;
	padding: 3px 5px 0 0;
	margin: 0 0 5px;
}
.recruit .section02 table dl dd input[type="text"]{
	margin: 0 0 5px;
}
.recruit .section02 .privacy-check{
	margin: 40px 0 20px 120px;
	position: relative;
}
.recruit .section02 .privacy-check:after{
	content:"";
	clear: both;
	display: none;
	height: 0;
}
.recruit .section02 .privacy-check dt{
	float: left;
	clear: both;
	margin: 10px 0 0;
}
.recruit .section02 .privacy-check dd{
	padding: 0 0 0 30px;
}
.recruit .section02 .privacy-check dd a{
	text-decoration: underline;
	color: #345ca3;
}
.recruit .section02 .privacy-check dd a:hover{
	text-decoration: none;
	color: #333;
}
.recruit .section02 .soushin .linkbtn01{
	font-size: 14px;
}
.recruit .section02 .contact .info{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	box-sizing: border-box;
	width: 720px;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
.recruit .section02 .contact .info{
	min-height: 180px;
}
.recruit .section02 .contact .info.floatL{
	background: url(../img/cmn_bg02.gif);
}
.recruit .section02 .contact .info h3{
	margin: 0 0 10px;
}
.recruit .section02 .contact .info h3 + img{
	text-align: center;
	margin: 0 0 10px;
}












