@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
img {
	border-width: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
br {
	letter-spacing: normal;
}
ul li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1078px;
	color: #040000;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	*font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif\9;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

a{
	color: #040000;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
a[href^="tel:"]{
	cursor: default;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
table{
	*table-layout: fixed;
}
.b{
	font-weight: 800;
}
.thin{
	font-weight: 500;
}
.red{
	color: red;
}
.in_red{
	color: red;
	margin-bottom: 10px;
}
.red_left{
	color: red;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.mess{
	font-weight: 500;
	text-align: center;
	margin: 30px auto;
}
.top_mess{
	color: red;
	text-align: center;
	padding-top: 30px;
}
.err_mess{
	width: 90%;
	color: red;
	text-align: center;
	margin: 35px auto 25px auto;
}
.img_size{
	width: 100%;
}
.h_logo_size{
	width: 10%;
}
.logo_size{
	width: 240px;
}
.nav_img_size{
	width: 70%;
}
.sp_tel a{
	text-decoration: underline;
}
.sp_no{
	margin: 0!important;
}
.pc_show{
	display: block;
}
.sp_show{
	display: none;
}
input, select, textarea{
	vertical-align: middle;
}
input {
	border: 1px #aaa solid;
}
textarea {
	border: 1px #aaa solid;
}
input:hover {
	border: 1px #ffcc00 solid;
}
textarea:hover {
	border: 1px #ffcc00 solid;
}
input:focus {
	border: 1px #a6c7ff solid;
}
textarea:focus {
	border: 1px #a6c7ff solid;
}
.chk{
	width: 15px;
	height: 15px;
}
.clear{
	clear: both;
}
#warp{
	width: 100%;
}

/*ナビゲーション*/
#menuList {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 10;
    background: #5dc0e9;
}
#menuList ul {
    width: 1200px;
    height: 60px;
	font-size: 0;
	letter-spacing: -100px;
    text-align: center;
    margin: 0 auto;
}
#menuList ul li {
	width: 200px;
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	*display: inline;  
	*zoom: 1;
}
#menuList ul .nav_btn {
	width: 185px;
	font-size: 16px;
	line-height: normal;
	letter-spacing: normal;
	background-color: #fff;
	box-shadow: 2px 3px 12px 0px #545254;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-left: 15px;
}
#menuList ul .nav_btn a{
	width: 100%;
	height: 100%;
	color: #0071bc;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px 0;
}
#menuList ul .nav_btn a:hover{
	color: #fff;
	background-color: #0071bc;
}
#menuList ul .sp{
	display: none;
}
#menuList ul .pc{
	background-color: transparent;
}
#menuList .sp{
	display: none;
}
.top_main{
	width: 100%;
	margin-top: 3px;
}
.top_main_sp{
	display: none;
}
 
#contents {
    margin: 0 auto;
    padding: 40px 0;
    width: 800px;
    text-align: left;
}
 
#contents p {
    padding-bottom: 2em;
    font-size: 1em;
    line-height: 2em;
}
@media only screen and (max-width: 800px) {
    #menuList ul {
        width: 100%;
    }
    #menuList ul li {
        width: 20%;
    }
}
@media only screen and (max-width: 768px) {
    #menuList {
        display: none;
    }
    #menuOverlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        display: none;
        position: fixed;
        z-index: 9997;
    }
    #switchBtnArea {
        width: 100%;
        height: 60px;
        background: #5dc0e9;
        border-bottom: #aaa 1px solid;
        position: relative;
    }
	.nav_cen{
		top: 10px;
		left: 10px;
		position: absolute;
	}
	.logo_size{
		width: 20%;
	}
	.nav_logo_img_size{
		height: 45px;
	}
    #switchBtnArea .menu_text{
		color: #fff;
		font-size: 16px;
		letter-spacing: 0;
		top: 22px;
		right: 60px;
		position: absolute;
	}
    #switchBtnArea #switchBtn {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
        z-index: 9998;
    }
    #switchBtnArea #switchBtn span {
        left: 10%;
        width: 80%;
        height: 4px;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
        transition: all 0.2s linear;
    }
    #switchBtnArea #switchBtn span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    #switchBtnArea #switchBtn span:nth-of-type(2) {
        top: 18px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #switchBtnArea #switchBtn span:nth-of-type(3) {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
 
    #switchBtnArea #switchBtn.btnClose {
        background: transparent;
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
        bottom: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
    #rwdMenuWrap {
        top: 0;
        left: -200px;
        width: 200px;
        height: 100%;
        background: #ecefef;
        overflow: auto;
        position: fixed;
        z-index: 9999;
    }
    #rwdMenuWrap ul {
        width: 90%;
		margin: 10px auto 0 auto;
    }
    #rwdMenuWrap ul li {
        width: 100%;
        border-bottom: #aaa 1px solid;
    }
	#rwdMenuWrap ul .bl{
		border-top: 1px #517d8c solid;
		background-color: #94e4ff;
		padding: 12px 0;
	}
    #rwdMenuWrap ul li a {
        padding: 15px 20px;
        text-align: left;
        display: block;
        background: #f6f6f6;
        position: relative;
    }
    #rwdMenuWrap ul li a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        color: #888;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #b0b0b0;
        border-right: 2px solid #b0b0b0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp p{
		width: 90%;
		cursor: pointer;
		box-shadow: 1px 1px 5px 1px #cdd0d0;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		background-color: #f6f6f6;
		margin: 15px auto 0 auto;
		padding: 8px 0;
	}
	.sp img{
		vertical-align: middle;
	}
	.sl_img_size{
		width: 12%;
	}
    #contents {
        width: 100%;
    }
 
    #contents p {
        padding: 0 20px 2em 20px;
    }
}
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
/*ナビゲーション終わり*/

#main{
	width: 1200px;
	margin: 30px auto 0 auto;
}
.cont_title{
	width: 90%;
	color: #fff;
	font-size: 95%;
	text-align: left;
	background-color: #FF0000;
	padding: 5px 5%;
}
.main_left{
	width: 930px;
	float: left;
}
.main_right{
	width: 240px;
	float: right;
}

/*サイドメニュー*/
.main_right ul{
	margin: 25px 0;
}
.main_right ul li{
	text-align: left;
	background-color: #29abe2;
	box-shadow: 1px 1px 5px 1px #cdd0d0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 15px;
}
.main_right ul li a{
	width: 90%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
	padding: 8px 5%;
}
.main_right p{
	margin-top: 15px;
}


/*ページＴＯＰ*/
#page-top {
	width: 5%;
	position: fixed;
	bottom: 155px;
	right: 20px;
	*bottom: 220px;
	_bottom: 220px;
}
#page-top a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#footer{
	width: 100%;
	min-width: 1140px;
	font-size: 13px;
	font-weight: 500;
	margin: 40px auto 0 auto;
}
.footer_nav li{
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	*display: inline;  
	*zoom: 1;
}
.footer_nav li a{
	color: #29abe2;
}
.footer_nav li a:hover{
	text-decoration: underline;
}
.footer_nav ul .f_sp{
	margin: 0 15px 0 0;
}
.footer_nav ul .sen{
	color: #29abe2;
	font-size: 15px;
}
#footer .footer_copy{
	color: #fff;
	background-color: #29abe2;
	padding: 8px 0;
}
.foot_sp{
	display: none;
}


/*index.php*/
.sub_left{
	width: 50%;
	float: left;
}
.sub_right{
	width: 50%;
	float: right;
}


/*company.php*/
.page_bar_title{
	color: #000;
	font-size: 16px;
	letter-spacing: 5px;
	text-align: left;
	background-color: #29abe2;
	margin-bottom: 20px;
	padding: 8px 1%;
}
.msg{
	width: 96%;
	margin: 0 auto 20px auto;
}
.msg .msg_left{
	width: 28%;
	float: left;
	margin-right: 2%;
}
.msg .msg_right{
	width: 70%;
	font-weight: 500;
	text-align: left;
	float: right;
}
.msg .msg_right p{
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 10px;
}
.msg .msg_right span{
	display: block;
	text-align: right;
	margin-top: 10px;
}
.com_table{
	width: 96%;
	border-collapse: collapse;
	margin: 0 auto;
}
.com_table, .com_table td, .com_table th{
	border: 1px #009fe8 solid;
}
.com_table th{
	width: 30%;
	vertical-align: middle;
	background-color: #a8ddf3;
	padding: 10px 0;
}
.com_table td{
	width: 68%;
	font-weight: 500;
	vertical-align: middle;
	padding: 10px 1%;
}


/*factory.php*/
.page_mess{
	margin-top: 50px;
}


/*access.php*/
.page_bar_sub_title{
	color: #3498fc;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
	background-color: #ccf8fe;
	margin: -10px 0 20px 0;
	padding: 8px 1%;
}
.page_bar_sub_title span{
	margin-left: 3px;
}
#map_container {
	width: 90%;
	position: relative;
	padding-top: 50%;
	margin: 30px auto 0 auto;
}
#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}


/*recruit.php*/
.page_text_sub_title{
	color: #3498fc;
	font-weight: 800;
	margin: 30px 0 10px 0;
}


/*countactus.php*/
.ask_table{
	width: 76%;
	border-collapse: collapse;
	margin: 0 auto 10px auto;
}
.ask_table, td, th{
	border: 0;
}
.ask_table th{
	width: 30%;
	text-align: left;
	font-weight: 500;
	vertical-align: middle;
	padding: 10px 0;
}
.ask_table td{
	width: 68%;
	font-weight: 500;
	vertical-align: middle;
	padding: 10px 1%;
}
.ask_table caption{
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
}
.ask_table caption span{
	color: red;
}
.ask_table .waku{
	width: 98%;
	padding: 5px 1%;
	*width: 96%;
}
.ask_table .waku_2{
	width: 98%;
	height: 150px;
	padding: 5px 1%;
	*width: 96%;
}
.agree_chk{
	width: 70%;
	font-weight: 500;
	text-align: left;
	margin: 0 auto;
}
.agree_center{
	text-align: center;
	margin-top: 10px;
}
.submit{
	letter-spacing: 2px;
	border: 1px #aaa solid;
	margin-top: 20px;
	padding: 5px 25px;
}


/*sodaigomi.php*/
.page_text{
	font-weight: 500;
	text-align: left;
	margin: 10px 2% 0 2%;
}
.page_table{
	width: 100%;
	table-layout: fixed;
	font-weight: 500;
	margin-top: 15px;
}
.page_table caption{
	color: #29abe2;
	text-align: left;
	padding-left: 2%;
}
.page_table th, td{
	text-align: left;
	vertical-align: top;
	padding: 2px 2%;
}
.page_table p{
	text-indent: -1em;
	padding-left: 1em;
}
.page_img_2{
	width: 40%;
}
.m_img{
	width: 48%;
}
.pt_sp{
	padding: 10px 2% 20px 2%;
}
.back{
	width: 15%;
	margin: 30px auto 0 auto;
}


/*sangyohaikibutu.php*/
.sangyo_box{
	width: 100%;
	font-weight: 500;
	text-align: left;
}
.sangyo_box p{
	margin-bottom: 5px;
}
.sangyo_box .cap{
	color: #29abe2;
	text-align: left;
	margin: 0 0 15px 1%;
}
.sangyo_left{
	width: 48%;
	float: left;
	margin: 0 1%;
}
.sangyo_right{
	width: 48%;
	float: right;
	margin: 0 1%;
}


/*err*/
.err_sp{
	text-align: center;
	margin-top: 25px;
}
.err_sp a{
	text-decoration: underline;
}


/**********スマホ**********/
@media screen and (max-width: 768px) {
	/*ページ大枠*/
	body{
		font-size: 13px;
		min-width: initial;
		min-width: auto;
	}
	.pc_show{
		display: none;
	}
	.sp_show{
		display: block;
	}
	#main{
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.main_left{
		width: 100%;
		float: none;
	}
	.main_right{
		display: none;
	}
	.top_main{
		display: none;
	}
	.top_main_sp{
		width: 100%;
		display: block;
	}

	#footer{
		min-width: initial;
		padding: 0;
	}
	.foot_pc{
		display: none;
	}
	.foot_sp{
		color: #fff;
		font-size: 12px;
		font-weight: 800;
		background-color: #94e4ff;
		border-top: 1px #517d8c solid;
		display: block;
		padding: 5px 0;
	}
	.foot_sp ul{
		width: 90%;
		display: table;
		table-layout: fixed;
		text-align: center;
		margin: 10px auto 2px auto;
	}
	.foot_sp ul li{
		color: #040000;
		font-size: 12px;
		display: table-cell;
		vertical-align: middle;
		background-color: #f6f6f6;
		cursor: pointer;
	}
	.foot_sp ul li:hover{
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
	}
	.last_fts_l{
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		border-radius: 8px 0 0 8px;
		border-right: 1px #717171 solid;
		padding: 10px 0;
	}
	.last_fts_r{
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		border-radius: 0 8px 8px 0;
		border-left: 1px #717171 solid;
	}
	.foot_sp ul li a{
		width: 100%;
		color: #040000;
		display: inline-block;
		padding: 10px 0;
	}
	.foot_sp ul li .fa img{
		vertical-align: middle;
		margin-right: 5px;
	}
	.foot_img_size{
		width: 15%;
	}

	
	/*index.php*/
	.sub_left{
		width: 49%;
		float: left;
		margin-right: 1%;
	}
	.sub_right{
		width: 49%;
		float: right;
		margin-left: 1%;
	}
	.in_sp{
		margin-top: 20px;
	}

	
	/*company.php*/
	.msg{
		width: 98%;
	}
	.msg .msg_left{
		width: 28%;
		float: left;
		margin-right: 2%;
	}
	.msg .msg_right{
		width: 100%;
		font-weight: 500;
		text-align: left;
		float: none;
	}
	.com_table{
		width: 98%;
	}
	.com_table th{
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	.com_table td{
		width: 98%;
		display: block;
		padding: 10px 1%;
	}
	.tel_b a{
		text-decoration: underline;
	}
	
	
	/*access.php*/
	.page_bar_sub_title span{
		display: block;
		line-height: 170%;
		margin-left: 0;
	}
	#map_container {
		padding-top: 80%;
	}
	
	
	/*countactus.php*/
	.ask_table{
		width: 98%;
		font-size: 15px;
		border-collapse: collapse;
		margin: 0 auto 10px auto;
	}
	.ask_table th{
		width: 98%;
		display: block;
		padding: 10px 1% 0 1%;
	}
	.ask_table td{
		width: 98%;
		display: block;
		padding: 5px 1% 10px 1%;
	}
	input {
		font-size: 15px;
	}
	textarea {
		font-size: 15px;
	}
	.agree_chk{
		font-size: 15px;
		font-weight: 500;
	}
	.agree_center{
		font-size: 16px;
	}
	.chk{
		width: 18px;
		height: 18px;
	}
	#submit{
		font-size: 16px;
	}
	.mess{
		font-size: 15px;
	}
	.err_mess{
		font-size: 15px;
	}
	
	
	/*sodaigomi.php*/
	.page_text{
		margin: 10px 2%;
	}
	.page_table td{
		display: block;
	}
	.m_img{
		width: 100%;
	}
	.pt_sp{
		padding: 20px 2% 10px 2%;
	}
	.pt_mail{
		margin-top: 10px;
	}
	.back{
		width: 40%;
		margin: 30px auto 0 auto;
	}
	
	/*sangyohaikibutu.php*/
	.sangyo_box p{
		margin-bottom: 8px;
	}
	.sangyo_left{
		width: 98%;
		float: none;
		margin: 0 1%;
	}
	.sangyo_right{
		width: 98%;
		float: none;
		margin: 0 1%;
	}
	
	
	/*err*/
	.att_text{
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 480px) and (max-width:768px) {
}