@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	color: #333;
	font-size: 14px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	*line-height: 160%;
	_line-height: 160%;
	/* 画像を上下左右中央寄せ */
	background-position: center center;
	/* タイル状には並べないように指定 */
	background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;
	/* 表示するディスプレイの大きさに基づいて、背景画像を縦横比を固定しながら調整 */
	background-size: cover;
	/* 画像が読み込まれる前の背景色の指定 */
	background-color: #fff;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, video {
	margin: 0;
	padding: 0;
	display: block;
}
p, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
img {
	border-width: 0;
	line-height: 0;
}
table {
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0;
}
a {
	color: #598FD6;
	text-decoration: none;
	outline: none;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.no_hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
ul, ol {
	list-style-type: none;
}
.main_banner_size{
	width: 100%;
}
.red{
	color: red;
}
.red_br{
	color: red;
}
.ask_red{
	color: red;
	margin-left: 5px;
}
.s_red{
	color: red;
}
.err_mess{
	color: red;
	font-weight: 500;
	margin: 10px 0;
}
.clear {
	height: 0;
	line-height: 0;
	clear: both;
}
/*ページ大枠*/
#warp{
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
}
#main{
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
}
#main_left{
	width: 190px;
	float: left;
	margin-bottom: 20px;
}
#main_right{
	width: 580px;
	float: right;
}
#footer{
	display: none;
}
#contents {
	width: 800px;
	margin: 0 auto;
}
#contents h1{
	font-size: 72%;
	font-weight: 500;
	text-align: left;
	margin: 0 auto;
}
.inner{
	display: none;
}
#main_right_box{
	width: 580px;
	margin-left: 10px;
}
.info_title_color{
	width: 555px;
	color: #fff;
	font-size: 50%;
	border-left: 15px #7AB6DA solid;
	background-color: #3391cc;
}
.pan{
	font-size: 72%;
}

/*#main_left*/
.co_info{
	font-size: 72%;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 10px;
}
.info_nav{
	margin: 25px 0;
}
.info_nav li{
	width: 165px;
	height: 40px;
	color: #fff;
	font-size: 72%;
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 0 5px;
}
.info_nav li a{
	width: 100%;
	color: #fff;
	display: block;
}
.co_nav{
	margin: 25px 0 35px 0;
}
.co_nav li{
	font-weight: 800;
	margin-bottom: 10px;
}
.co_nav li a{
	color: #333;
}
.co_nav .page_hit a{
	display: block;
	position: relative;
}
.co_nav .page_hit a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 2px #3391cc;
	border-right: solid 2px #3391cc;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.banner_nav li{
	margin-bottom: 5px; 
}
.counter{
	font-size: 86%;
	font-weight: 800;
	margin-top: 45px;
}
.sub_nav{
	font-size: 86%;
	font-weight: 800;
}
.sub_nav li{
	float: left;
}
.sub_nav li a{
	color: #333;
}
.copy{
	font-size: 72%;
}

/*#main_right*/
#main_right_header{
	width: 570px;
	margin: 35px 0 20px 10px;
}
#main_banner{
	width: 570px;
	margin-left: 10px;
}
.sp_info_nav{
	display: none;
}
.slogan_img{
	width: 324px;
	height: 44px;
}
.main_banner_left{
	width: 280px;
	float: left;
}
.main_banner_right{
	width: 280px;
	float: right;
}
.main_banner_left_img{
	width: 280px;
	height: 130px;
}
.main_banner_right_img{
	width: 280px;
	height: 130px;
}

/*index.php*/
html,body {
	height: 100%;
}
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
.layer_board_bg {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	z-index: 1000;
}
.layer_board {
	display: none;
	position: fixed;
	text-align: center;
	z-index: 2000;
	margin: 50px auto 0 auto;
}
.video_size{
	width: 800px;
}
.btn_close{
	width: 800px;
	color: #fff;
	font-size: 120%;
	text-align: right;
	cursor: pointer;
}
#main_right_info{
	width: 580px;
	margin: 30px 0;
	margin: 32px 0 30px 0\9;
	*margin: 30px 0;
	_margin: 30px 0;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #main_right_info {
		margin: 32px 0 30px 0;
	}
}
/*edge*/  
_:-ms-lang(x), _::-webkit-meter-bar,#main_right_info {
	margin: 34px 0 30px 0;
}
.bricks {
	position: relative;
}
.cluster {
	width: 135px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #777 solid;
}
.cluster a{
	color: #333;
}
.info_color{
	width: 118px;
	color: #fff;
	font-size: 50%;
}
.info_color_sp{
	margin-left: 3px;
}
.info_date{
	font-size: 57%;
	text-align: right;
	margin: 5px;
}
.info_img{
	height: 100px;
	overflow: hidden;
	margin: 5px;
}
.info_title{
	font-size: 72%;
	font-weight: 800;
	line-height: 140%;
	margin: 5px;
}
.info_text{
	font-size: 57%;
	font-weight: 500;
	line-height: 140%;
	margin: 5px;
}
.page_link{
	font-size: 57%;
	margin-top: 5px;
}
.page_link p{
	line-height: 100%;
}
.timeline_list a{
	color: #333;
}
.timeline_list li{
	width: 133px;
	height: 300px;
	border: 1px #777 solid;
	float: left;
	margin-left: 10px;
	*margin: 7px 0 13px 10px;
}
.timeline_list li :hover{
	display:block;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.news_color{
	width: 118px;
	color: #fff;
	font-size: 50%;
}
.news_color:hover{
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
}
.news_date{
	font-size: 57%;
	text-align: right;
	margin: 5px;
}
.news_date:hover{
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
}
.news_img{
	height: 100px;
	overflow: hidden;
	margin: 5px;
}
.news_img:hover{
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
}
.news_cont{
	height: 123px;
	overflow: hidden;
}
.news_cont:hover{
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
}
.news_title{
	font-size: 72%;
	font-weight: 800;
	line-height: 140%;
	margin: 5px;
}
.news_title:hover{
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
}
.news_text{
	font-size: 57%;
	font-weight: 500;
	line-height: 140%;
	margin: 5px;
}
.news_text:hover{
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
}
#page_list{
	font-size: 79%;
	font-weight: 500;
	float: right;
	margin-top: 10px;
}
.no_link{
	color: #8B8B8B;
}

/*info_det.php*/
.info_box_img_1{
	margin: 15px 0 10px 0;
}
.info_box_date{
	font-size: 57%;
}
.info_box_title{
	font-weight: 800;
	line-height: 140%;
}
.info_box_read{
	font-size: 72%;
	font-weight: 500;
	line-height: 140%;
	margin: 5px 0 10px 0;
}
.info_box_text{
	font-size: 72%;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 20px;
}
.info_box_img_2{
	line-height: 0;
}
.info_box_img_2_title{
	font-size: 57%;
	font-weight: 500;
	line-height: 100%;
	margin: 5px 0 20px 0;
}
.info_box_img_3{
	line-height: 0;
}
.info_box_img_3_title{
	font-size: 57%;
	font-weight: 500;
	line-height: 100%;
	margin: 5px 0 20px 0;
}
.page_det{
	font-size: 57%;
	margin-top: 10px;
}
.page_web{
	font-size: 57%;
	margin-top: 10px;
}
.info_number_sp{
	float: right;
	margin-top: 10px;
}
.info_number{
	font-size: 57%;
}
.snsb {
	float: right;
	overflow: hidden;
	margin-top: 20px;
}
.snsb li {
	float: left;
	margin-left: 10px;
}
.snsb iframe {
	margin: 0 !important;
}
.fb-like iframe {
	z-index: 9999;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
iframe.twitter-share-button {
    width: 67px!important;
}

/*company.php*/
.co_page_table{
	width: 570px;
	font-size: 93%;
	border-collapse: collapse;
	margin: 15px 0 20px 0;
}
.co_page_table th{
	font-weight: 500;
	text-align: center;
	background-color: #E5E5E5;
	padding: 20px 0;
}
.co_page_table td{
	padding: 20px 10px;
}
.co_page_table p{
	text-indent: -1em;
	padding-left: 1em;
}
.pdf_title{
	font-size: 93%;
	margin: 8px 0;
}
.co_leaf_img{
	width: 570px;
}
.leaf_box{
	height: 150px;
	overflow-y: scroll;
}

/*message.php*/
.greeting{
	font-size: 93%;
	font-weight: 500;
	margin: 15px 0 25px 0;
}
.president{
	font-size: 93%;
	font-weight: 500;
	text-align: right;
}

/*recruit_entry.php & inquiry.php*/
.table_sp{
	margin-top: 15px;
}
.recruit_img{
	margin: 10px 0;
}
.recruit_sp{
	margin-bottom: 10px;
}
.chk{
	width: 15px;
	height: 15px;
}
.recruit_cont{
	width: 572px;
	color: #221815;
	font-size: 93%;
	line-height: 150%;
	margin: 0 auto 25px auto;
}
.recruit_cont th{
	width: 120px;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #ccc dashed;
	padding: 4px 0;
}
.recruit_cont td{
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	text-indent: -1em;
	line-height: 168%;
	border-bottom: 1px #ccc dashed;
	padding: 4px 0;
	padding-left: 1em;
}
.recruit_cont caption {
	font-size: 120%;
	font-weight: 500;
	margin: 10px 0 12px 0;
}
.recruit_cont caption span{
	margin-left: 3px;
}
.recruit_table{
	width: 570px;
	color: #221815;
	font-size: 93%;
	line-height: 150%;
	border-collapse: collapse;
}
.recruit_table th{
	width: 115px;
	font-weight: 600;
	background-color: #E5E5E5;
	border: solid 1px #A8A8A8;
	padding: 20px 10px;
}
.recruit_table td{
	font-weight: 500;
	border: solid 1px #A8A8A8;
	padding: 20px 30px;
}
.recruit_table input{
	vertical-align: middle;
}
.recruit_table .nl{
	position: relative;
	top: 1px;
	display: block;
	float: left;
}
.recruit_table .no_lound{
	display: block;
	overflow: hidden; /* モダンブラウザ用 */
	padding: 0 10px;
	zoom: 1; /* IE6用 */
}
.recruit_title{
	margin-bottom: 10px;
}
.recruit_title_s{
	font-size: 93%;
}
.recruit_table .waku{
	width: 348px;
	padding: 2px;
}
.recruit_table .waku_ss{
	width: 38px;
	padding: 2px;
}
.recruit_table .waku_s{
	width: 45px;
	padding: 2px;
}
.recruit_table .waku_m{
	width: 35px;
	padding: 2px;
}
.recruit_table .waku_2{
	width: 348px;
	height: 150px;
	font-size: 93%;
	padding: 2px;
}
.submit_sp{
	width: 150px;
	margin: 20px auto 10px auto;
}
.submit_btn{
	width: 150px;
	color: #fff;
	font-size: 93%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 150%;
	background-color: #0075C2;
	border-radius: 0;/*safari ipad用*/
	-webkit-appearance: none;/*safari ipad用*/
	border: none;
	cursor: pointer;
	padding: 10px 0;
}
.submit_btn:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.err_mess{
	width: 592px;
	color: red;
	font-size: 93%;
	font-weight: 800;
	line-height: 150%;
	text-align: center;
	margin: 20px auto 10px auto;
}

/*recruit_check.php*/
.att_mess{
	width: 530px;
	color: red;
	font-size: 93%;
	font-weight: 800;
	line-height: 150%;
	margin: 20px auto 10px auto;
}
.submit_sc{
	width: 320px;
	margin: 20px auto 10px auto;
}
.send_sp{
	float: left;
}
.chk_sp{
	width: 150px;
	text-align: center;
	background-color: #0075C2;
	border: none;
	cursor: pointer;
	float: right;
}
.chk_sp a{
	width: 100%;
	color: #fff;
	font-size: 93%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 150%;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
.chk_sp:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.text_in{
	width: 80px;
}
.school_info li{
	float: left;
}

/*recruit_sending.php*/
.back_mess{
	width: 530px;
	color: red;
	font-size: 93%;
	font-weight: 800;
	line-height: 150%;
	text-align: center;
	margin: 10px auto;
}
.retop_btn{
	width: 150px;
	text-align: center;
	background-color: #0075C2;
	border: none;
	cursor: pointer;
}
.retop_btn a{
	width: 100%;
	color: #fff;
	font-size: 93%;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
.retop_btn:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.mess{
	width: 500px;
	color: #221815;
	font-size: 93%;
	line-height: 150%;
	margin: 20px auto;
}
.d_waku{
	width: 558px;
	color: #221815;
	font-size: 93%;
	font-weight: 800;
	line-height: 150%;
	border: 1px #000 solid;
	text-align: center;
	background-color: #fff;
	margin: 20px 0;
	padding: 15px 5px;
}

/*terms.php & privacy.php*/
.privacy_title{
	width: 570px;
	border-bottom: 1px #333 solid;
	margin: 15px 0 5px 0;
	padding-bottom: 3px;
}
.privacy_desc{
	font-size: 93%;
}
.privacy_desc p{
	text-indent: -1em;
	padding-left: 1em;
}

/*compe.php*/
.compe_main_img{
	margin-top: 15px;
}
.conpe_img_size{
	width: 570px;
}
.compe_title{
	font-weight: 800;
	margin-top: 15px;
}
.compe_about{
	margin: 50px 0 10px 0;
}
.compe_about p{
	font-weight: 800;
}
.compe_about span{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.big_title{
	font-size: 120%;
	margin-top: 5px;
}
.comp_page_table td{
	padding: 2%;
}
.comp_page_table td span{
	font-size: 90%;
}
.comp_page_table .in_line{
	text-indent: -1em;
	padding-left: 1em;
}
.comp_page_table td .line{
	font-size: 90%;
	text-indent: -1em;
	padding-left: 11em;
}
.compe_cont_box{
	background-color: #F7F8F8;
	padding: 2%;
}
.compe_cont_box div{
	margin-bottom: 30px;
}
.compe_cont_box div .compe_cont_box_b{
	font-weight: 800;
	margin-bottom: 0;
}
.compe_cont_box p{
	text-indent: -1em;
	padding-left: 1em;
}
.compe_cont_box span{
	color: #E60012;
	font-size: 90%;
	font-weight: 800;
	display: block;
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
}
.compe_cont_box .compe_sp{
	margin-bottom: 15px;
}
.compe_cont_box_in{
	padding-left: 1em;
}
.compe_cont_box .indent{
	text-indent: -7em;
	padding-left: 7em;
}
.compe_cont_box .indent_2{
	text-indent: -5.5em;
	padding-left: 5.5em;
}

/*err*/
.greeting p{
	margin-top: 15px;
}

/*Media-queries_____________________________________*/
@media screen and (max-width: 767px) {
	/*ページ大枠*/
	html,body {
		height: auto;
	}
	.red_br{
		color: red;
		display: block;
	}
	.img_size{
		width: 100%;
	}
	#warp{
		width: auto;
		margin: 0 auto;
	}
	#main{
		width: auto;
	}
	#main_left{
		display: none;
		float: none;
	}
	#main_right{
		width: auto;
		float: none;
		margin: 0 auto;
	}
	.inner{
		display: block;
	}
	.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	#contents h1{
		display: none;
	}
	.inner h1 {
		width: 100%;
	}
	/* オーバーレイ */
	.overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		background: #000;
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		z-index: 999;
	}
	/* ヘッダー */
	header  {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		box-shadow: 0 2px 5px rgba(0,0,0,0.26);
		z-index: 9999;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}
	header .inner {
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 9px 5px;
	}
	
	/* ナビゲーション */
	header nav {
		width: 70%;
		/*height: 100%;*/
		max-width: 320px;
		overflow: auto;
		position: fixed;
		top: 0;
		right: -70%;
		background: #fff;
		opacity: 0;
		z-index: 9999;
	}
	/* ナビゲーション：アクティブ時 */
	header.navOpen nav {
		opacity: 1;
		right: 0;
	}
	header nav ul {
		border-top: 1px solid #ccc;
	}
	header nav ul li {
		border-bottom: 1px solid #ccc;
	}
	header nav ul li a {
		color: #999;
		text-decoration: none;
		position: relative;
		display: block;
		padding: 1.5em;
	}
	header nav ul li a:hover {
		background: #f2f2f2;
	}
	header nav ul li a:before {
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		right: 1.5em;
		display: inline-block;
		content: "";
		margin-top: -4px;
		margin-right: -4px;
		vertical-align: middle;
		border-top: 3px solid #3391cc;
		border-right: 3px solid #3391cc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	/* ナビゲーションアイコン */
	header .navBtn {
		width: 30px;
		display: block;
		position: absolute;
		top: 24px;
		right: 15px;
		cursor: pointer;
	}
	header .navBtn span {
		width: 100%;
		height: 4px;
		display: block;
		background: #3391cc;
		border-radius: 2px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	header .navBtn span:nth-of-type(2),
	header .navBtn span:nth-of-type(3) {
		margin-top: 5px;
	}
/* ナビゲーションアイコン：アクティブ */
	header.navOpen .navBtn span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}
	header.navOpen .navBtn span:nth-of-type(2) {
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
		margin-top: 5px;
	}
	header.navOpen .navBtn span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
		transform: translateY(-9px) translateX(0) rotate(-45deg);
	}
	#contents {
		width: 100%;
		margin-top: 90px;
	}
	#main_right_box{
		width: 98%;
		margin: 0 1%;
	}
	.info_title_color{
		width: 100%;
		color: #fff;
		font-size: 110%;
		border-left: 15px #7AB6DA solid;
		background-color: #3391cc;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px 1%;
	}
	.pan{
		font-size: 95%;
		margin-top: 10px;
	}
	#footer{
		text-align: center;
		display: block;
		background-color: #000;
		margin-top: 20px;
		padding: 10px 0;
	}
	#footer .sub_nav{
		font-size: 95%;
		text-align: center;
	}
	#footer .sub_nav li{
		color: #fff;
		display: inline-block;
		float: none;
		padding: 0 1%;
	}
	#footer .sub_nav li a{
		color: #fff;
	}
	#footer .copy{
		color: #fff;
		font-size: 70%;
	}	
	
	
	/*#main_right*/
	#main_right_info {
		width: 100%;
		margin: 10px 0 0 0;
	}
	#main_right_header{
		width: 100%;
		margin: 35px 0 10px 0;
	}
	#main_banner{
		width: 100%;
		margin-left: 0;/*PC版のmargin-leftを打ち消す*/
	}
	.slogan_img{
		width: 40%;
		height: auto;
		padding-left: 2%;
	}
	.main_banner_left{
		width: 48.5%;
		float: left;
		margin-left: 1%;
	}
	.main_banner_right{
		width: 48.5%;
		float: right;
		margin-right: 1%;
	}
	.main_banner_left_img{
		width: 100%;
		height: auto;
	}
	.main_banner_right_img{
		width: 100%;
		height: auto;
	}
	
	/*index.php*/
	.sp_info_nav{
		width: 99%;
		display: block;
		margin: 10px 1% 0 0;
	}
	.sp_info_nav li{
		width: 19%;
		color: #fff;
		font-size: 75%;
		text-align: center;
		vertical-align: middle;
		float: left;
		margin-left: 1%;
		padding: 1px 0;
	}
	.sp_info_nav li a{
		width: 100%;
		color: #fff;
		display: block;
	}
	#timeline{
		width: 100%;
	}
	.timeline_list{
		width: 99%;
		line-height: 0;
		margin: 0 1% 0 0;
	}
	.timeline_list li{
		width: 49%;
		height: 313px;
		border: 1px #777 solid;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 0 10px 1%;
	}
	.news_color{
		width: 100%;
		color: #fff;
		font-size: 90%;
		line-height: 160%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news_date{
		font-size: 90%;
		line-height: 160%;
		word-break: break-all;
		margin: 5px 0;
	}
	.news_img{
		height: 120px;
		overflow: hidden;
		margin: 5px;
	}
	.news_cont{
		height: 127px;
	}
	.news_title{
		font-size: 100%;
		font-weight: 800;
		line-height: 140%;
		margin: 5px;
	}
	.news_text{
		font-size: 100%;
	}
	#page_list{
		width: 100%;
		font-size: 100%;
		margin: 5px 0 10px 0;
	}
	.layer_board {
		width: 100%;
		display: none;
		position: fixed;
		text-align: center;
		z-index: 2000;
		margin: 50px auto 0 auto;
	}
	.video_size{
		width: 98%;
		margin: 0 auto;
	}
	.btn_close{
		width: 98%;
		color: #fff;
		font-size: 120%;
		text-align: right;
		cursor: pointer;
		margin: 0 auto;		
	}
	
	/*info_det.php*/
	.info_box_img_1{
		margin: 15px 0 10px 0;
	}
	.info_box_date{
		font-size: 90%;
	}
	.info_box_title{
		font-size: 110%;
		font-weight: 800;
		line-height: 140%;
	}
	.info_box_read{
		font-size: 100%;
		font-weight: 500;
		line-height: 140%;
		margin: 5px 0 10px 0;
	}
	.info_box_text{
		font-size: 100%;
		font-weight: 500;
		line-height: 140%;
		margin-bottom: 20px;
	}
	.info_box_img_2{
		line-height: 0;
	}
	.info_box_img_2_title{
		font-size: 90%;
		font-weight: 500;
		line-height: 120%;
		margin: 5px 0 20px 0;
	}
	.info_box_img_3{
		line-height: 0;
	}
	.info_box_img_3_title{
		font-size: 90%;
		font-weight: 500;
		line-height: 120%;
		margin: 5px 0 20px 0;
	}
	.page_det{
		font-size: 100%;
		margin-top: 15px;
	}
	.page_web{
		font-size: 100%;
		margin-top: 15px;
	}
	.info_number_sp{
		float: right;
		margin-top: 10px;
	}
	.info_number{
		font-size: 100%;
	}
	
	/*company.php*/
	.co_page_table{
		width: 100%;
		font-size: 93%;
		border-collapse: collapse;
		margin: 15px 0 20px 0;
	}
	.co_page_table th{
		font-weight: 500;
		text-align: center;
		background-color: #E5E5E5;
		padding: 20px 0;
	}
	.co_page_table td{
		padding: 20px 2%;
	}
	.co_page_table p{
		text-indent: -1em;
		padding-left: 1em;
	}
	.syougou_img{
		width: 100%;
	}
	.co_leaf_img{
		width: 100%;
	}
	
	/*recruit_entry.php & inquiry.php*/
	.table_sp{
		margin-top: 15px;
	}
	.recruit_img{
		margin: 10px 0;
	}
	.recruit_cont{
		width: 100%;
		color: #221815;
		font-size: 100%;
		line-height: 150%;
		margin: 0 auto 30px auto;
	}
	.recruit_cont th{
		width: 31%;
		font-weight: 500;
		text-align: left;
		vertical-align: top;
	}
	.recruit_cont td{
		line-height: 180%;
	}
	.recruit_cont caption span{
		margin-left: 3px;
	}
	.recruit_cont caption .sp_br{
		line-height: 150%;
		display: block;
	}
	.recruit_table{
		width: 100%;
		color: #221815;
		font-size: 100%;
		line-height: 150%;
		border-collapse: collapse;
	}
	.recruit_table th{
		width: 98%;
		font-weight: 600;
		display: block;
		background-color: #E5E5E5;
		border: solid 1px #A8A8A8;
		padding: 20px 1%;
	}
	.recruit_table td{
		width: 98%;
		font-weight: 500;
		display: block;
		border: solid 1px #A8A8A8;
		padding: 20px 1%;
	}
	.recruit_table .nl{
		top: 4px;
	}
	.recruit_title{
		margin-bottom: 10px;
	}
	.recruit_title_s{
		font-size: 93%;
	}
	.recruit_table .waku{
		width: 98%;
		padding: 5px 1%;
	}
	.recruit_table .waku_ss{
		width: 15%;
		padding: 5px 1%;
	}
	.recruit_table .waku_s{
		width: 20%;
		padding: 5px 1%;
	}
	.recruit_table .waku_m{
		width: 15%;
		padding: 5px 1%;
	}
	.recruit_table .waku_2{
		width: 98%;
		height: 150px;
		padding: 5px 1%;
	}
	input, textarea{
		font-size: 100%;
		border: 1px #ccc solid ; 
		border-radius: 0;
		-webkit-appearance: none;
	}
	.submit_sp{
		width: 150px;
		margin: 20px auto 10px auto;
	}
	.submit_btn{
		width: 150px;
		font-size: 93%;
		color: #fff;
		line-height: 150%;
		background-color: #0075C2;
		border-radius: 0;/*safari ipad用*/
		-webkit-appearance: none;/*safari ipad用*/
		border: none;
		cursor: pointer;
		padding: 10px 0;
	}
	.submit_btn:hover{
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
	}
	.chk_sp{
		width: 150px;
		text-align: center;
		background-color: #0075C2;
		border: none;
		cursor: pointer;
		float: right;
	}
	.chk_sp a{
		width: 100%;
		color: #fff;
		font-size: 93%;
		line-height: 150%;
		text-decoration: none;
		display: block;
		padding: 10px 0;
	}
	.chk_sp:hover{
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
	}
	.mess{
		width: 100%;
		font-size: 93%;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		margin: 20px auto 10px auto;
	}
	.err_mess{
		width: 100%;
		color: red;
		font-size: 93%;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		margin: 20px auto 10px auto;
	}
	.att_mess{
		width: 100%;
		color: red;
		font-size: 93%;
		font-weight: 800;
		line-height: 150%;
		margin: 20px auto 10px auto;
	}
	.d_waku{
		width: 100%;
		color: #221815;
		font-size: 93%;
		font-weight: 800;
		line-height: 150%;
		border: 1px #000 solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background-color: #fff;
		margin: 20px 0;
		padding: 15px 5px;
	}
	.back_mess{
		width: 100%;
		color: red;
		font-size: 93%;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		margin: 10px auto;
	}
	/*compe.php*/
	.conpe_img_size{
		width: 100%;
	}
}