/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 890px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

}

@media screen and (max-width: 889px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 690px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 890px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
	

}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}




.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}

.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;

	padding:60px 0;
}


.container_bg02{
	width:100%;
	height:auto;
	background:url(../img/common/main_bg.jpg) repeat;
	padding:60px 0;
}




/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:auto;
	
	position: absolute;
	z-index:600;
}

header{
	max-width:90%;
	width:1000px;
	height:90px;
	margin: 0 auto;
	position:relative;
	z-index:800;

}

.header_txt{
	position: absolute;
	top:15px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#FFF;
	z-index:200;
}

.header_tel{
	width:217px;
	height:auto;
	position:absolute;
	top:32px;
	right:0;
}

nav{
	width:540px;
	height:30px;
	position:absolute;
	top:55px;
	right:0;
	
	z-index:600;

}

nav ul{
	margin:0;
	padding:0;
	display:inline;
}

nav ul li{
	font-family: "Noto Sans Japanese";
	float:left;
	list-style-type:none;
	color:#FFF;
	font-size:15px;

	margin-right:27px;
	line-height:160%;
	font-weight:bold;
}

nav ul li:nth-child(6){
	margin-right:0;
}

nav ul li a{
	color:#FFF;
	text-decoration:none;
}

nav ul li a:hover{
	color:#FFF;
	border-bottom:2px solid #FFF;
}


.nav_h{
	color:#FFF !important;
	text-decoration:none;
	border-bottom:2px solid #FFF;
}


#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}



/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:120px;
	background:url(../img/common/footer_bg.jpg) repeat;
}

footer{	max-width:90%;
	width:1000px;
	height:120px;
	margin:0 auto 0px auto;
	position:relative;
}


address{
	position: absolute;
	top: 24px;
	left: 0;
	font-size: 13px;
	line-height: 140%;
	color:#000000;
	width:100%;
	text-align:center;
}

.address_t{
	font-size:15px;
	margin-bottom:6px;
}


address img{
	vertical-align:middle;
	margin-right:5px;
}

footer p{
	position: absolute;
	top: 90px;
	left: 0;
	font-size: 12px;
	color:#666666;
	width:100%;
	text-align:center;
}


footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 889px) {


body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;


}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}


.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}

.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;
	padding:60px 0;
}

.container_bg02{
	width:100%;
	height:auto;
	background:url(../img/common/main_bg.jpg) repeat;
	padding:60px 0;
}




/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.header_bg{
	width:100%;
	height:auto;
	background:#000033;
	

}

header{
	max-width:90%;
	width:1000px;
	height:90px;
	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:14px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#FFF;
	z-index:200;
}

.header_tel{
	width:217px;
	height:auto;
	position:absolute;
	top:34px;
	right:0;

	display:none;
}



#section1,
#section2,
#section3,
#section4
{
    margin-top:-80px;
    padding-top:80px;
}






/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:120px;
	background:url(../img/common/footer_bg.jpg) repeat;
}

footer{	max-width:90%;
	width:1000px;
	height:120px;
	margin:0 auto 0px auto;
	position:relative;
}


address{
	position: absolute;
	top: 24px;
	left: 0;
	font-size: 13px;
	line-height: 140%;
	color:#000000;
	width:100%;
	text-align:center;
}

.address_t{
	font-size:15px;
	margin-bottom:6px;
}


address img{
	vertical-align:middle;
	margin-right:5px;
}

footer p{
	position: absolute;
	top: 90px;
	left: 0;
	font-size: 12px;
	color:#666666;
	width:100%;
	text-align:center;
}


footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}




}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 690px) {



body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	font-family: "メイリオ", sans-serif;


}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:100px;
}


.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 100px auto;

}



.container_bg01{
	width:100%;
	height:auto;
	padding:30px 0;
}

.container_bg02{
	width:100%;
	height:auto;
	background:url(../img/common/main_bg.jpg) repeat;
	padding:30px 0;
}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */


.header_bg{
	width:100%;
	height:auto;
	background:#000033;

}

header{
	max-width:90%;
	width:1000px;
	height:90px;
	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:14px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#FFF;
	z-index:200;
}

.header_tel{
	width:217px;
	height:auto;
	position:absolute;
	top:32px;
	right:0;

	display:none;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:247px;
	
	display:none;
}

.header_sns_blog img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:290px;

	display:none;
}


.header_sns_fb img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_fb:hover img {
	opacity: .6;
}




/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:120px;
	background:url(../img/common/footer_bg.jpg) repeat;
}

footer{	max-width:90%;
	width:1000px;
	height:120px;
	margin:0 auto 0px auto;
	position:relative;
}


address{
	position: absolute;
	top: 24px;
	left: 0;
	font-size: 12px;
	line-height: 140%;
	color:#000000;
	width:100%;
	text-align:center;
}

.address_t{
	font-size:15px;
	margin-bottom:8px;
}


address img{
	vertical-align:middle;
	margin-right:5px;
}

footer p{
	position: absolute;
	top: 90px;
	left: 0;
	font-size: 10px;
	color:#666666;
	width:100%;
	line-height:120%;
	text-align:center;
}


footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}





#section1,
#section2,
#section3,
#section4
{
    margin-top:-80px;
    padding-top:80px;
}



}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 890px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:250px;
	height:auto;
	position: absolute;
	top:43px;
	left:0;
}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-family: "Noto Sans Japanese";
	background:url(../img/common/h2_bg.jpg) center center no-repeat;

	text-align:center;
	font-weight:bold;
	font-size:36px;

	margin-bottom:50px;

	color:#000;
	height:100px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



h3.h3_01{
	max-width:350px;
	height:auto;
	font-family: "Noto Sans Japanese";
	background:#000034;

	text-align:center;
	font-weight:normal;
	font-size:24px;
	color:#FFF;
	padding:10px 0 13px 0;
	margin:0 auto 40px auto;
}






/* スライド ---------------------------------------------- */


.top_slide_bg{
	width:100%;
	height:auto;

	
}

.top_slide{
	width:100%;
	height:700px;


	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/* 各ページイメージ ---------------------------------------------- */


.main-visual {
	max-height:580px;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	
	display:block;
	background:#CCCCD6;
}
 
.main-visual img {
    z-index: 2;
    position: absolute;
    top: 200px;

    left: 50%;
    right: 0;
    bottom: 0;
	margin-left:-385px;




}
 
.main-visual video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;

	padding:0;
	margin:0;
	border:none;
	

}




.main_top_img{

	width: 100%;
	height:630px !important;
	background:url(../img/top/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.company_top_img{
	width: 100%;
	height:430px !important;
	background:url(../img/company/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.performance_top_img{
	width: 100%;
	height:430px !important;
	background:url(../img/performance/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.recruit_top_img{
	width: 100%;
	height:430px !important;
	background:url(../img/recruit/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:430px !important;
	background:url(../img/contact/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* トップニュース---------------------------------------------- */


.youtube_txt{
	font-size:17px;
	margin-bottom:15px;
	line-height:150%;
}

.youtube_txt a{
	color:#0099cc;
	text-decoration:underline;
}

.youtube_txt a:hover{
	color:#0099cc;
	text-decoration:none;	

}

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






.top_p_01_bg{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_bg.jpg) center center  no-repeat, #CCCCD6; 
	margin:0px auto 0px auto;
}

.top_p_01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:70px 0;
}

.top_p_01 ul li{
	width:22.9%;
	height:auto;
	float:left;
	margin-right:2.8%;

}

.top_p_01 ul li:last-child{
	margin:0;
}


.top_p_01 ul li dl dt{
	margin:0;
	padding:0;
}

.top_p_01 ul li dl dt img{
	width:100%;
	height:auto;
}

.top_p_01 ul li dl dd{
	max-width:288px;
	width:288px;
	height:80px;
	background:#FFF;
	box-sizing:border-box;
	color:#336699;
	font-size:12px;
	font-family: "Noto Sans Japanese";
	text-align:center;

   display: table-cell;
   vertical-align: middle; 
}

.top_p_01 ul li dl dd p{
	font-size:17px;
	color:#000;
	font-weight:bold;
}

.top_p_01 ul li a:hover{
	opacity: .8;
}






.top_p_02_bg{
	width: 100%;
	height:400px !important;
	background:url(../img/top/02_bg.jpg) center center no-repeat, #e5e5ea; 
	margin:0px auto 0px auto;
}


.top_p_02{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:40px 0;


}

.top_p_02 ul li{
	max-width:730px;
	height:autol
	color:#000000;
	font-size:22px;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	line-height:140%;
	margin:0 auto 20px auto;

}

.top_p_02 ul li:first-letter{
	color:#003366;
	font-size:36px;
	font-family: "Noto Sans Japanese";
}





.news-box{
	width:100%;
	height:auto;
	margin:0 auto;
}

.news-box dl dt{
	font-size:16px;
	color:#006699;
	margin-bottom:4px;
	
	float:left;
	clear:both;
}

.news-box dl dd{
	font-size:16px;
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	padding-left:110px;
}

.news-box dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}




/* 会社情報　---------------------------------------------- */

.company_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.company_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.company_01 table th{
	border-collapse:collapse;


	width:220px;
	color:#000000;
	padding:11px 0px 9px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	
	border-bottom:1px dotted #cccccc;
}

.company_01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:11px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
}

.company_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.company_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}


.company_txt01{
	text-align:center;
	font-size:16px;
	line-height:120%;

}

#map01{
	width:100%;
	height:500px;
	box-sizing: border-box;
	border:1px solid #CCC;
	margin-bottom:200px;
}


.acsess_b{
	margin-bottom:10px;	
}

.acsess_b dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;	
}

.acsess_b dl dd{
	font-size:14px;
	line-height:160%;
}




.c_movie{
  position:relative;
  width:100%;
  padding-top:56.25%;


}

.c_movie ul{

}

.c_movie ul li{

width:100%;              /*横幅いっぱいにwidthを指定*/

height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;

}

.shikaku_list ul li:nth-child(2n){
	margin-right:0;
}

.c_movie ul li iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* 工事実績　---------------------------------------------- */

.performance_b01{
	width: 100%;
	height: auto;
}

.performance_b01 ul li{
	width:48%;
	height:auto;
    float: left;
	margin-right:4%;
	margin-bottom:30px;
}


.performance_b01 ul li:nth-child(2n){
	margin-right:0;
}


.performance_b01 ul li img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.performance_b01 ul li dl dt{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
}

.performance_b01 ul li dl dd{
	text-align:center;
	font-size:13px;

}	





/* 採用情報　---------------------------------------------- */


.recruit_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.recruit_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.recruit_01 table th{
	border-collapse:collapse;


	width:220px;
	color:#000000;
	padding:11px 0px 9px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	
	border-bottom:1px dotted #cccccc;
}

.recruit_01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:11px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
}

.recruit_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.recruit_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}


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



.contact_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.contact_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.contact_01 table th{
	border-collapse:collapse;


	width:220px;
	color:#000000;
	padding:11px 0px 9px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	
	border-bottom:1px dotted #cccccc;
}

.contact_01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:11px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
}

.contact_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.contact_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}






#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;	
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:13px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 889px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
	width:250px;
	height:auto;
	position: absolute;
	top:40px;
	left:0;
}


h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-family: "Noto Sans Japanese";
	background:url(../img/common/h2_bg.jpg) center center no-repeat;

	text-align:center;
	font-weight:bold;
	font-size:36px;

	margin-bottom:50px;

	color:#000;
	height:100px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


h3.h3_01{
	max-width:350px;
	height:auto;
	font-family: "Noto Sans Japanese";
	background:#000034;

	text-align:center;
	font-weight:normal;
	font-size:24px;
	color:#FFF;
	padding:10px 0 13px 0;
	margin:0 auto 40px auto;
}




/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:400px;

	

	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



/* 各ページイメージ ---------------------------------------------- */

.main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.company_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.performance_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.recruit_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}



.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}







/* トップニュース---------------------------------------------- */


.youtube_txt{
	font-size:17px;
	margin-bottom:15px;
	line-height:150%;
}

.youtube_txt a{
	color:#0099cc;
	text-decoration:underline;
}

.youtube_txt a:hover{
	color:#0099cc;
	text-decoration:none;	

}

.youtube_b01{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom:60px;
}

.youtube_b01 iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}





.top_p_01_bg{
	width: 100%;
	height:auto;
	background:#CCCCD6;

	margin:0px auto 0px auto;
}


.top_p_01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:35px 0;
}

.top_p_01 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	text-align:center;
	margin-bottom:30px;

}

.top_p_01 ul li:last-child{
	margin:0;
}

.top_p_01 ul li:nth-child(2){
	float:right;
	margin-right:0;
}

.top_p_01 ul li:nth-child(3){
	margin-bottom:0;
}

.top_p_01 ul li:nth-child(4){
	margin-bottom:0;
}


.top_p_01 ul li dl dt{
	margin:0;
	padding:0;
}

.top_p_01 ul li dl dt img{
	max-width:400px;
	width:100%;
	height:auto;
}

.top_p_01 ul li dl dd{
	max-width:400px;
	width:400px;
	height:80px;
	background:#FFF;
	box-sizing:border-box;
	color:#336699;
	font-size:12px;
	font-family: "Noto Sans Japanese";
	text-align:center;
	margin:0 auto;


   display: table-cell;
   vertical-align: middle; 
}

.top_p_01 ul li dl dd p{
	font-size:17px;
	color:#000;
	font-weight:bold;
}


.top_p_02_bg{
	width: 100%;
	height:auto;
	background:#e5e5ea; 
	margin:0px auto 0px auto;
}

.top_p_02{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:40px 0;
}

.top_p_02 ul li{
	max-width:730px;
	height:autol
	color:#000000;
	font-size:22px;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	line-height:140%;
	margin:0 auto 20px auto;
}

.top_p_02 ul li:first-letter{
	color:#003366;
	font-size:36px;
	font-family: "Noto Sans Japanese";
}



.news-box{
	width:100%;
	height:auto;
	margin:0 auto;
}

.news-box dl dt{
	font-size:16px;
	color:#006699;
	margin-bottom:4px;
	
	float:left;
	clear:both;
}

.news-box dl dd{
	font-size:16px;
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	padding-left:110px;
}

.news-box dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}



/* 会社情報　---------------------------------------------- */

.company_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.company_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.company_01 table th{
	border-collapse:collapse;


	width:220px;
	color:#000000;
	padding:11px 0px 9px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	
	border-bottom:1px dotted #cccccc;
}

.company_01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:11px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
}

.company_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.company_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}


.company_txt01{
	text-align:center;
	font-size:16px;
	line-height:120%;

}

#map01{
	width:100%;
	height:500px;
	box-sizing: border-box;
	border:1px solid #CCC;
	margin-bottom:200px;
}


.acsess_b{
	margin-bottom:10px;	
}

.acsess_b dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;	
}

.acsess_b dl dd{
	font-size:14px;
	line-height:160%;
}




.c_movie{
  position:relative;
  width:100%;
  padding-top:56.25%;


}

.c_movie ul{

}

.c_movie ul li{

width:100%;              /*横幅いっぱいにwidthを指定*/

height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;

}

.shikaku_list ul li:nth-child(2n){
	margin-right:0;
}

.c_movie ul li iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* 工事実績　---------------------------------------------- */

.performance_b01{
	width: 100%;
	height: auto;
}

.performance_b01 ul li{
	max-width:470px;
	width:100%;
	height:auto;
    float:none;
	margin:0 auto 40px auto;
}


.performance_b01 ul li img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.performance_b01 ul li dl dt{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
}

.performance_b01 ul li dl dd{
	text-align:center;
	font-size:13px;

}	
/* 採用情報　---------------------------------------------- */


.recruit_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.recruit_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
}

.recruit_01 table th{
	border-collapse:collapse;
	width:220px;
	color:#000000;
	padding:11px 0px 9px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	
	border-bottom:1px dotted #cccccc;
}

.recruit_01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:11px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
}

.recruit_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.recruit_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}




/* お問い合わせフォーム---------------------------------------------- */


.contact_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.contact_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.contact_01 table th{
	border-collapse:collapse;


	width:220px;
	color:#000000;
	padding:11px 0px 9px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:text-top;
	
	border-bottom:1px dotted #cccccc;
}

.contact_01 table td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	padding:11px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
}

.contact_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.contact_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}







.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:40px;	
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 690px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:250px;
	height:auto;
	position: absolute;
	top:40px;
	left:0;

}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-family: "Noto Sans Japanese";
	background:url(../img/common/h2_bg.jpg) center center no-repeat;

	text-align:center;
	font-weight:bold;
	font-size:24px;

	margin-bottom:30px;

	color:#000;
	height:80px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



h3.h3_01{
	max-width:350px;
	height:auto;
	font-family: "Noto Sans Japanese";
	background:#000034;

	text-align:center;
	font-weight:normal;
	font-size:20px;
	color:#FFF;
	padding:10px 0 13px 0;
	margin:0 auto 25px auto;
}








/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:260px;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


/* 各ページイメージ ---------------------------------------------- */


.main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.company_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.performance_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.recruit_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}



.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* トップニュース---------------------------------------------- */


.youtube_txt{
	font-size:14px;
	margin-bottom:15px;
	line-height:150%;
}

.youtube_txt a{
	color:#0099cc;
	text-decoration:underline;
}

.youtube_txt a:hover{
	color:#0099cc;
	text-decoration:none;	

}

.youtube_b01{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom:30px;
}

.youtube_b01 iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




.top_p_01_bg{
	width: 100%;
	height:auto;
	background:#CCCCD6;

	margin:0px auto 0px auto;
}


.top_p_01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:35px 0;
}

.top_p_01 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	text-align:center;
	margin-bottom:20px;

}

.top_p_01 ul li:last-child{
	margin:0;
}

.top_p_01 ul li:nth-child(2){
	float:right;
	margin-right:0;
}

.top_p_01 ul li:nth-child(3){
	margin-bottom:0;
}

.top_p_01 ul li:nth-child(4){
	margin-bottom:0;
}


.top_p_01 ul li dl dt{
	margin:0;
	padding:0;
}

.top_p_01 ul li dl dt img{
	max-width:400px;
	width:100%;
	height:auto;
}

.top_p_01 ul li dl dd{
	max-width:400px;
	width:400px;
	height:60px;
	background:#FFF;
	box-sizing:border-box;
	color:#336699;
	font-size:12px;
	font-family: "Noto Sans Japanese";
	text-align:center;
	margin:0 auto;


   display: table-cell;
   vertical-align: middle; 
}

.top_p_01 ul li dl dd p{
	font-size:14px;
	color:#000;
	font-weight:bold;
}



.top_p_02_bg{
	width: 100%;
	height:auto;
	background:#e5e5ea; 
	margin:0px auto 0px auto;
}


.top_p_02{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:40px 0;


}

.top_p_02 ul li{
	max-width:730px;
	height:autol
	color:#000000;
	font-size:15px;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	line-height:140%;
	margin:0 auto 20px auto;

}

.top_p_02 ul li:first-letter{
	color:#003366;
	font-size:24px;
	font-family: "Noto Sans Japanese";
}


.top_p_02 ul li:last-child{
	margin-bottom:0px;
}




.news-box{
	width:100%;
	height:auto;
	margin:0 auto;
}

.news-box dl dt{
	font-size:14px;
	color:#006699;
	margin-bottom:4px;
	
	float:none;
	clear:both;
}

.news-box dl dd{
	font-size:14px;
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	padding-left:0px;
}

.news-box dl dd a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}



/* 会社情報　---------------------------------------------- */

.company_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.company_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.company_01 table th{
	border-collapse:collapse;


	width:100%;
	color:#000000;
	padding:11px 0px 5px 0;
	font-size:15px;
	line-height:140%;
	vertical-align:text-top;
	display:block;
	
	border-bottom:none;
	font-weight:bold;
}

.company_01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:0px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
	display:block;
}

.company_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.company_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}


.company_txt01{
	text-align:center;
	font-size:14px;
	line-height:120%;

}

#map01{
	width:100%;
	height:400px;
	box-sizing: border-box;
	border:1px solid #CCC;
	margin-bottom:200px;
}


.acsess_b{
	margin-bottom:10px;	
}

.acsess_b dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;	
}

.acsess_b dl dd{
	font-size:14px;
	line-height:160%;
}




.c_movie{
  position:relative;
  width:100%;
  padding-top:56.25%;


}

.c_movie ul{

}

.c_movie ul li{

width:100%;              /*横幅いっぱいにwidthを指定*/

height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;

}

.shikaku_list ul li:nth-child(2n){
	margin-right:0;
}

.c_movie ul li iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}






/* 工事実績　---------------------------------------------- */


.performance_b01{
	width: 100%;
	height: auto;
}

.performance_b01 ul li{
	max-width:470px;
	width:100%;
	height:auto;
    float:none;
	margin:0 auto 40px auto;
}


.performance_b01 ul li img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.performance_b01 ul li dl dt{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
}

.performance_b01 ul li dl dd{
	text-align:center;
	font-size:13px;

}	




/* 採用情報　---------------------------------------------- */


.recruit_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.recruit_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.recruit_01 table th{
	border-collapse:collapse;
	width:100%;
	color:#000000;
	padding:11px 0px 5px 0;
	font-size:15px;
	line-height:140%;
	vertical-align:text-top;
	border-bottom:none;
	display:block;
	font-weight:bold;
}

.recruit_01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:0px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
	display:block;
}

.recruit_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.recruit_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}



/* 採用情報　---------------------------------------------- */



.contact_01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.contact_01 table{
	width:100%;
	height:auto;
	border-top:1px dotted #cccccc;
	
}

.contact_01 table th{
	border-collapse:collapse;
	width:100%;
	color:#000000;
	padding:11px 0px 5px 0;
	font-size:15px;
	line-height:140%;
	vertical-align:text-top;
	border-bottom:none;
	display:block;
	font-weight:bold;
}

.contact_01 table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:0px 0px 9px 0;
	border-bottom:1px dotted #cccccc;
	line-height:140%;
	display:block;
}

.contact_01 a{
	color:#0099cc;
	text-decoration:none;	
}

.contact_01 a:hover{
	color:#0099cc;
	text-decoration:underline;
}







.recruit_txt{
	margin-bottom:60px;
	line-height:160%;
	font-size:14px;
	word-break: break-all;
		
}



.recruit_t{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.recruit_t table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

.recruit_t table th{
	border-collapse:collapse;
	width:100%;
	color:#000000;
	padding:10px 0px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	vertical-align:text-top;
	display:block;
	
	border-bottom:none;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:0 0 10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
	display:block;
}






/* お問い合わせフォーム---------------------------------------------- */


.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:40px;	
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 5px 5px 5px;	
	
	font-family: "メイリオ", sans-serif;

}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 5px 10px 5px;
	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
