
@charset "UTF-8";
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-4vdgr0');
	src:url('fonts/icomoon.eot?#iefix-4vdgr0') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-4vdgr0') format('truetype'),
		url('fonts/icomoon.woff?-4vdgr0') format('woff'),
		url('fonts/icomoon.svg?-4vdgr0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
	content: "\e600";
}
.icon-chevron-up:before {
	content: "\e605";
}
.icon-chevron-with-circle-right:before {
	content: "\e601";
}
.icon-circle-with-minus:before {
	content: "\e602";
}
.icon-circle-with-plus:before {
	content: "\e603";
}
.icon-menu:before {
	content: "\e604";
}


body{
	width: 100%;
	min-width: 990px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #3f3f3f;/*#706f6f*/
	font-size: 14px;
	line-height: 1.5;
		
}
.structure{
	width: 960px;
	margin: 0 auto;
}
.inner_structure{
	width: 960px;
	margin: 0 auto;
}
.pc_off{
	display:none;
}
.pc_on{
	display:block;
}

.img_border {/*画像にボーダーをつける場合*/
	border:1px solid #c0c0c0;
}
/* link_style
---------------------------------------------------- */
a {
	color: #3f3f3f;
	text-decoration: underline;
}
a:hover {
	color: #aaa;
	text-decoration: none;
}
a:hover img{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/* header
---------------------------------------------------- */

.header{
	/*max-width: 990px;
	margin: 0 auto;*/
	padding-top: 10px;
	background: #fff;
	color: #989898;
}
.header_logo{
	float: left;
	margin: 10px 0 0 10px;
	position: relative;
}
.header_logo h1{
	margin-bottom: 10px;
}
.header_logo p {
	position: absolute;
	top: 35px;
	left: 62px;
	font-size: 18px;
}
.header_link{
	float: right;
	margin: 25px 5px 20px;
}
.header_link li{
	float: left;
	margin-left: 10px;
}

/* second_nav
---------------------------------------------------- */
.second_nav{
	height: 60px;
	background-color: #246188;
	/*background:url(../images/second_nav_bg.png)repeat-x;
	text-align: center;*/
}
.second_nav a{
	color: #fff;
	text-decoration: none;
}
/*
.second_nav a:hover{
	background:url(../images/second_nav_bg02.png)repeat-x;
}*/
.second_nav ul{
	text-align: center;
}
.second_nav ul li{
	float: left;
	position: relative;
}
.second_nav ul li:after{
	content: "";
	display: block;
	border-right: 1px solid #2b8dd2;
	border-left: 1px solid #8babc0;
	position: absolute;
	right: 0;
	top:24px;
	height: 14px;
}
.second_nav ul li:last-child:after{
	border-right: none;
	border-left: none;
	position: absolute;
}
.second_nav ul li a{
	display: block;
	height: 40px;
	padding: 22px 0 0 0;
}
.second_nav_item a{
	width: 90px;
}
.second_nav_item09 a{
	width: 90px;
}
.second_nav_item02 a{
	width: 115px;
}
.second_nav_item03 a{
	width: 120px;
}
.second_nav_item04 a{
	width: 155px;
}
.second_nav_item05 a{
	width: 125px;
}
.second_nav_item06 a{
	width: 110px;
}
.second_nav_item07 a{
	width: 175px;
}
.second_nav_item08 a{
	width: 100px;
}

/* footer
---------------------------------------------------- */
.go_top{
	position: absolute;
	right: 0;
}
.go_top a{
	display: block;
	padding:7px 0 0px 20px;
	width: 50px;
	background: #5db5e4;
	font-size: 30px;
	color: #fff;
	-webkit-border-radius: 26px 0 0 26px;
	-moz-border-radius:  26px 0 0 26px;
	-ms-border-radius:  26px 0 0 26px;
	-o-border-radius:  26px 0 0 26px;
	border-radius:  26px 0 0 26px;
	text-decoration: none;
}
#top .foot_wrapper{
	margin-top: 0;
}
.foot_wrapper{
	/*margin-top: 74px;*/
	text-align: center;
	padding: 40px 0 0;
	background: #e5e5e5;
}
.foot_wrapper a{
	text-decoration: underline;
}
.foot_wrapper a:hover{
	text-decoration: none;
}
.foot_wrapper p {
}
.foot_nav {
	margin: 0 auto 40px;
	display: inline-block;
}
.foot_nav li {
	float: left;
	border-right: 1px solid #706f6f;
}
.foot_nav li:first-child {
	border-left: 1px solid #706f6f;
}
.foot_nav li a {
	display: block;
	padding: 0 20px;
}
address {
	display: block;
	padding-top: 15px;
	margin-bottom: 22px;
}
address span{
	margin-left: 10px;
}
.copy_bg{
	/*padding-bottom: 60px;*/
	background: #e5e5e5;
}
small {
	display: block;
	padding: 15px 0 80px;
	background: #1f3134;
	color: #fff;
}

/* index
---------------------------------------------------- */
body#top  {
	min-width: 750px;
}
#top .header .structure {
	width: initial;
	min-width: 750px;
	max-width: 1000px;
}
.top_main_wrapper{
	/*background: #fff url(../images/bg.jpg)no-repeat center top;
	background: rgba(0, 0, 0, 0.4);*/
	padding-bottom: 30px;
}
.movie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -10;
}
.movie video {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width:1600px){
	.movie video {
		width: 130%;
	}
}
@media screen and (max-width:1300px){
	.movie video {
		width: 150%;
	}
}
@media screen and (max-width:1120px){
	.movie video {
		width: 180%;
	}
}
@media screen and (max-width:1000px){
	.movie video {
		width: 240%;
	}
}
.top_main_nav_wrap{
	max-width: 1000px;
	margin:0 auto;
	padding-top: 23px;
}
.top_main_nav{
	margin:0 auto;
}
.top_main_nav li {
	float: left; 
	margin:0 5px 12px 5px;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
.top_main_nav li.nav_item {
	width: 240px;
	height: 240px;
	text-align: center;
	position: relative;
}
.top_main_nav li.nav_item a {
	-webkit-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -o-transition: all 0.6s linear 0s;
    transition: all  0.6s linear 0s;
}
.top_main_nav li.nav_item a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.top_main_nav .topics{
	padding: 1px;
	border: 2px solid #86bbdc;
	width: 234px;
	height: 234px;
}
.top_main_nav li.top_nav02{
	position: relative;
}
/*
.entry_text_a{
	position: absolute;
	top: 10px;
	left: 30px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
.entry_text_b{
	position: absolute;
	top: 30px;
	left: 30px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
*/
.entry_text{
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	color: #ffcc00;
	font-size: 26px;
	font-weight: bold;
	white-space:nowrap;
	text-align: center;
}
.top_main_nav li.nav_item ul.entry_btn {
	width: 178px;
	height: 67px;
	position: absolute;
	top: 60%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.top_main_nav li.nav_item ul.entry_btn li {
	margin: 0 0 10px;
}
.top_voice{
	display: block;
	position: absolute;
	top: 220px;
	right: 0;
}
.top_main_nav .topics{
	background: #fff;
}
.top_main_nav .topics a{
	color: #6cadd5;
	text-decoration: underline;
}
.top_main_nav .topics p{
	padding:10px;
	background: #6cadd5;
	color: #fff;
}
.top_main_nav .topics ul{
	padding:20px 15px 0 15px;
}
.top_main_nav .topics li {
	float: none;
	line-height: 1.7;
} 
.top_pc_off{
	display: none;
}
.top_pc_on{
	display: block;
}
/* indexのみ指定
------------------------------------ */
@media screen and (max-width:999px){
	.top_main_nav{
		width: 100%;
		max-width: 750px;
	}
	.top_main_nav li {
	}
	.top_main_nav li:first-child {
		width: 100%;
		margin:0 0 12px 0;
	}
	.top_main_nav li.nav_item {
		width: 32.3333333%;
		height: auto;
		margin:0 0.5% 12px 0.5%;
	}
	.top_main_nav li img{
		width: 100%;
	}
	.top_phone_on{
		display: block;
	}
	.top_phone_off{
		display: none;
	}
	.top_main_nav li.top_nav02 span.top_voice{
		display: none;
		position: static;
	}
}
@media screen and (max-width:670px){
}
@media screen and (max-width:640px){
	body#top  {
		min-width: initial;
	}
	#top .header .structure {
		width: initial;
		min-width: initial;
	}
	.top_main_nav_wrap {
		padding-top: 0;
	}
	.top_main_nav li.nav_item ul.entry_btn {
		width: 80%;
		height: 67px;
		position: absolute;
		top: 63%;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.top_main_nav li.nav_item ul.entry_btn li {
		margin: 0;
	}
}
/* entry_btn　テキストの大きさ特別設置
------------------------------------ */
@media screen and (max-width:749px){
	.entry_text{
		font-size: 24px;
	}
}
@media screen and (max-width:667px){
	.entry_text{
		font-size: 22px;
	}
}
@media screen and (max-width:607px){
	.entry_text{
		font-size: 20px;
	}
}
@media screen and (max-width:567px){
	.entry_text{
		font-size: 18px;
	}
}
@media screen and (max-width:479px){
	.entry_text{
		font-size: 16px;
	}
}
@media screen and (max-width:413px){
	.entry_text{
		font-size: 14px;
	}
}
@media screen and (max-width:374px){
	.entry_text{
		font-size: 12px;
	}
}

/* second
---------------------------------------------------- */
.second_wrapper{
	/*background:url(../images/second_bg.jpg)no-repeat top center;*/
	padding-bottom: 30px;
}
.contents_wrapper{
	padding:75px 0 0;
}
.second_ttl{
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(../images/icon_arrow.gif) no-repeat left;
	color: #1082c4;
	font-size: 28px;
}
.second_ttl span.text_small{
	font-size: 24px;
}
.second_ttl_m{
	margin-bottom: 35px;
	color: #1082c4;
	font-size: 25px;
}


/* message
-------------------------- */
.message_lead{
	float: left;
	width: 530px;
	margin-bottom: 15px;
	border-top: 1px solid #b4b3b3;
	border-bottom: 1px solid #b4b3b3;
}
.message_lead .lead_text{
	padding: 97px 0 64px 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	color: #3f3f3f;
}
.message_lead .lead_text02{
	padding-bottom: 25px;
	text-align: right;
}
.message_lead .lead_text02 span{
	font-size: 20px;
}
.message_img{
	float: right;
	width: 403px;
}
.message_text{
	margin-bottom: 45px;
}
.message_text p{
	margin-bottom: 16px;
	line-height: 1.9;
}
.message_list{
	margin-bottom: 75px;
}
.message_list li{
	padding:7px 0 7px 50px;
	background:url(../images/icon_maru.png) no-repeat left;
	border-bottom: 1px dashed #d7d5d5;
	font-size:22px;
}

/* seido
-------------------------- */
.seido .main_img {
	margin-bottom: 38px;
	position: relative;
}
.seido .main_img span.lead_w {
	display: block;
	position: absolute;
	top: 100px;
	left: 68px;
	color: #fff;
	font-size: 20px; 
}
.seido .lead {
	margin-bottom: 50px;
	font-size: 26px;
	color: #1082c4;
}
.seido dl dt.ttl_3 {
	margin-bottom: 10px;
	color: #ff2a00;
}
.seido_inner  {
	line-height: 1.7;
}
.seido_inner  h3 {
    background: url(../images/seido_icon.png) no-repeat left 9px;
	color: #1082c4;
    padding: 0 0 8px 40px;
    margin: 45px 0 20px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 25px;
}
.seido_inner p {
	margin-bottom: 15px;
}
.seido_inner dl {
	margin-top: 20px;
}
.seido_inner .left{
	width: 530px;
	float: left;
}
.seido_inner .right{
	float: left;
}
.seido_inner .seido_img img{
	border:1px solid #d0cece;
}
.seido_inner .seido_img img:first-child{
	margin-right: 25px;
}
.seido_inner ul.list{
	width: 719px;
	margin:25px 0 20px;
	padding: 20px;
	background: #f3f3f2;
	border:1px solid #dcdada;
}
.seido_inner ul.list li{
	margin-bottom: 6px;
	font-size: 16px;
}
.seido_inner ul.list li:last-child{
	margin-bottom: 0;
}
.seido_inner ul.list li span{
	margin-right: 9px;
	color: #80c5ed;
}
.seido_inner p.seido_img {
	margin-bottom: 65px;
}.develop_main{
	/*padding-top: 25px;
	text-align: center;*/
	margin-bottom:40px;
}
/* service
-------------------------- */
.service_main img{
}
.service_cont  h3 {
    background: url(../images/seido_icon.png) no-repeat left 9px;
	color: #1082c4;
    padding: 0 0 8px 40px;
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 25px;
}
.service {
	margin-bottom: 50px;
}
.service_inner {
	margin-bottom: 20px;
}
.service_inner li{
	list-style: disc;
	margin-left: 20px;
}
.service_inner dl dt{
	float: left;
	margin-right: 20px;
	border-right: 9px solid #e9e9e9;
	border-left: 9px solid #e9e9e9;
	border-top: 8px solid #e9e9e9;
	border-bottom:8px solid #e9e9e9;
}
.service_inner dl dd{
	float: left;
	width: 568px;
}
.service_inner dl dd span.develop_ttl{
	display: block;
	margin: 5px 0 10px 0;
	color: #ed7b00;
	font-size: 17px;
}
/* Q&A
-------------------------- */
.faq_ttl {
	padding:10px 20px;
	border-bottom: 3px solid #759ec5;
}
.faq_ttl span{
	padding-left: 15px;
	border-left: 8px solid #0b6aa0;
	color: #0b6aa0;
	font-size: 20px;
}
.faq_list{
	margin-bottom: 50px;
}
.faq_list li dl dt{
	padding-left: 15px;
	border-bottom: 1px dashed #c9d0d3;
	cursor: pointer;
}
.faq_list li dl dt span{
	display: block;
	padding: 15px 0 15px 30px;
	background: url(../images/icon_q.png) no-repeat left;
	color: #0b6aa0;
	font-size: 20px;	
}
.faq_list li dl dd{
	padding-left: 50px;
	border-bottom: 1px dashed #c9d0d3;
	background: rgba(255,255,255,0.6);
}
.faq_list li dl dd span{
	display: block;
	padding: 15px 0 15px 30px;
	background: url(../images/icon_a.png) no-repeat left 20px;
	font-size: 18px;
}
.accordionBox{
	display: none;
}

/* data_list
-------------------------- */
.data .second_container {
	background: url(../images/data_bg02.png) repeat-x center 60px;
}
.data .second_wrapper {
	background: url(../images/data_bg.png) no-repeat right 60px;
}
.data_list {
	margin-bottom: 80px;
}
.data_list li {
	float: left;
	margin:0 20px 20px 0;
}
.data_list li.list_end{
	margin:0 0 20px 0;
}
.data_inner ul li {
	margin-bottom: 40px;
}
.data_inner ul p{
	float: left;
	padding:0;
	margin-right: 28px;
}
.data_inner ul dl{
	float: left;
	width: 665px;
}
.data_inner ul dl dt{
	margin-bottom: 10px;
	border-bottom: 1px solid #c9c7c7;
	font-size: 34px;
	line-height: 1.3;
}
.data_inner ul dl dd{
	font-size: 15px;
	line-height: 1.7em;
}
.data_inner ul dl dd span{
	display: block;
}
.data_inner ul dl dd span.bold{
	font-weight: bold;
}
.data_inner ul dl dd span.color{
	color: #fc635f;
}
/* staff
-------------------------- */
.staff_cont,
.staff_cont02{
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #a09d9c;
}
.staff_img{
	float: left;
	width: 255px;
	margin-right: 15px;
}
.staff_inner{
	float: left;
	width: 690px;
	margin-bottom: 20px;
}
.staff_name{
	margin-bottom: 40px;
	padding-bottom: 3px;
	border-bottom: double #6fafd7;
}
.staff_name dl{
	float: left;
}
.staff_name dl dt{
	font-size: 16px;
}
.staff_name dl dd{
	font-size: 25px;
}
.staff_name dl dd span{
	margin-left: 20px;
	font-size: 14px;
}
.staff_link{
	float: right;
	margin-top: 10px;
}
.staff_info{
	float: left;
	width: 60%;
	margin-right: 5%;
}
/*.staff_cont02 .staff_info{
	width: 324px;
}*/
.staff_info dl{
	margin-bottom: 10px;
}
.staff_info dl dt{
	float: left;
}
.staff_info dl dd{
	float: left;
}
.staff_info dl dd.staff_info_detail{
	padding-top: 15px;
}
.staff_info_img{
	float: left;
	width: 35%;
}
.staff_info_img img{
	width: 100%;
}
/*
.staff_info_b{
	width: 650px;
}*/

/* interview
-------------------------- */
.interview .contents_wrapper{
	position: relative;
}
.interview_content.bg_01{
	background: url(../images/interview_img03_sp.jpg) no-repeat top center;
}
.interview_content.bg_02{
	background: url(../images/interview_img01_sp.jpg) no-repeat top center;
}
.interview_content.bg_03{
	background: url(../images/interview_img02_sp.jpg) no-repeat top center;
}
.interview_content .inner_structure {
	position: relative;
}
.interview_cont{
	position: absolute;
	top: 0;
	right: 0;
	width: 415px;
	height: 617px;
	padding:20px 15px;
	margin-bottom: 30px;
	background:rgba(255,255,255,0.75);
}
.interview_lead{
	margin-bottom: 5px;
	font-size: 25px;
}
.interview_name{
	padding-bottom: 3px;
	margin-bottom: 27px;
	border-bottom: 1px solid #000;
	font-size: 25px;
}
.interview_name span.name_inner_a{
	display: block;
	font-size: 14px;
}
.interview_name span.name_inner_b{
	display: inline;
	font-size: 14px;
}
.interview_inner dd.interview_faq{
	height: 455px;
	overflow: scroll;
}
.interview_faq dl{
	margin-bottom: 30px;
	font-size: 15px;
}
.interview_faq dt{
	margin-bottom: 15px;
	font-weight: bold;
}
.interview_faq dd span{
	color: #004986;
}
.thumbnail_inner{
	width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}
.thumbnail_inner ul li{
	float: left;
	width: 181px;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.thumbnail_inner ul li a{
	display: block;
	border:1px solid #c0c0c0;
}
.thumbnail_inner ul li:last-child{
	margin-right: 0;
}
.thumbnail_inner ul li:after{
	content: url(../images/thumb_icon.png);
	position: absolute;
	right: 1px;
	bottom: -5px;
}
.thumbnail_caption{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(8,97,166,0.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	color: #fff;
	font-size: 16px;
}
.thumbnail_caption span{
	display: block;
	margin:50px 10px 0 10px;
}
.thumbnail_caption:after{
	content: url(../images/thumb_icon02.png);
	position: absolute;
	right: 11px;
	bottom: 5px;
}
.thumbnail_inner ul li:hover .thumbnail_caption{
	opacity: 1;
}

/* voice
-------------------------- */
.voice .second_wrapper{
	padding-bottom: 0;
}
.voice_wrap {
	background: url(../images/voice_bg.png)no-repeat center bottom;
}
/*
.voice .second_wrapper:after{
	content: "";
	display: block;
	background: url(../images/voice_bg.png)no-repeat center center;
	background-size:contain;
	height: 860px;
	margin-top:-630px;
}*/
.voice_list ul{
	float: left;
	width: 270px;
	padding: 20px;
}
.voice_list ul li {
	margin-bottom: 70px;
	padding:20px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	position: relative;
}
.voice_list ul li span {
	display: block;
	text-align: right;
	padding-top: 30px;
	font-size: 13px;
}
.voice_list ul li.voice_bg_a{
	background:#126ea8;
	color: #fff;
	border:3px solid #126ea8;
}
.voice_list ul li.voice_bg_b{
	background:#fff;
	color: #2575a8;
	border: 3px solid #2575a8;
}
.voice_list ul li.voice_bg_a:after{
	content: url(../images/voice_parts.png);
	display: block;
	position: absolute;
	bottom: -30px;
	right: 52px;

}
.voice_list ul li.voice_bg_b:after{
	content: url(../images/voice_parts02.png);
	display: block;
	position: absolute;
	bottom: -30px;
	right: 52px;

}
/* recruitment
---------------------------------------------------- */
.recruitment .accordionBox {
	display: block;
	margin-bottom: 30px;
	padding-top: 10px;
}
.recruitment ul.accordionBox li a{
	display: block;
	float: left;
	margin: 0 2% 10px 2%;
	text-align: center;
	font-size: 18px;
}
.recruitment h3.recruitment_3 {
	padding: 10px 20px;
	margin-bottom: 20px;
    border-bottom: 3px solid #6999c3;
	font-size: 20px;
    color: #0b6aa0;
}
.recruitment h3.recruitment_3:before {
	content: "";
    padding-left: 15px;
    border-left: 8px solid #0b6aa0;
}
.recruitment_lead{
	margin-bottom: 40px;
}
.recruitment_list{
	margin-bottom: 40px;
}
.recruitment_ttl{
	padding-bottom: 10px;
	margin-bottom: 13px;
	border-bottom: 1px solid #9ba8af;
	color: #0c76ba;
	font-size: 20px;
}
.recruitment_list h4{
	margin:20px 0 8px 0;
	font-size: 18px;
}
.recruitment_list dl dt{
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}
.recruitment_list dl dd{
	margin-bottom: 23px;
}
.recruitment_list dl dt span.attention_text{
	font-size: 14px;
	color: #fc5438;
	font-weight: normal;
}
.recruitment_list ul.liststyle_on li{
	list-style: disc;
	margin-left: 14px;
	line-height: 1.7;
}
.recruitment_list p img {
	max-width: 100%;
	margin:20px auto;
}
/* recruitment_inner
---------------------------------------------------- */
.recruitment_inner ul {
	padding-top: 10px;
	margin-bottom: 40px;
}
.recruitment_inner .accordionBox {
	display: block;
}
.recruitment_inner ul li a{
	display: block;
	float: left;
	margin: 0 2% 10px 2%;
	text-align: center;
	font-size: 18px;
}
.recruitment_inner h3 {
	padding: 10px 20px;
	margin-bottom: 20px;
    border-bottom: 3px solid #6999c3;
	font-size: 20px;
    color: #0b6aa0;
}
.recruitment_inner h3:before {
	content: "";
    padding-left: 15px;
    border-left: 8px solid #0b6aa0;
}
.recruitment_inner table {
	width: 100%;
	margin-bottom: 40px;
}
.recruitment_inner table th {
	width: 24%;
	padding: 10px;
    border: 1px solid #b8b7b7;
    background: #e5e5e5;
}
.recruitment_inner table td {
	padding: 10px;
    border: 1px solid #b8b7b7;
}

.recruitment_inner p.schedule{
	margin: 0 0 20px 40px;
	font-size: 17px;
}
.recruitment_inner ul.schedule{
	width: 136px;
	margin: 0 0 30px 40px;
	font-size: 17px;
	text-align: center;
}
.recruitment_inner .down_arrow{
	display: block;
	text-align: center;
	color: #fc5438;
	font-size: 20px;
}
.recruitment_inner .recruitment_img{
	text-align: center;
}
.setsumeikai_info {
	margin-bottom: 30px;
	position: relative;
}
.setsumeikai_info dl dt,
.setsumeikai_info dl dd {
	display: inline;
}
.setsumeikai_info p {
	position: absolute;
	bottom: 0;
	right: 160px;
}
/* entry
-------------------------- */
.entry .inner{
	padding: 40px 81px;
	background: #fff;
}
.entry .inner p{
	margin-bottom: 30px;
}
.entry .inner .require{
	color: red;
}
.entry .inner dl{
	padding: 10px 0;
}
.entry .inner dl dt{
	float: left;
	width: 20%;
}
.entry .inner dl dd{
	float: left;
	width: 79%;
}
.entry .inner dl dd label{
	margin-right: 20px;
}
.entry .inner dl dd input[type="text"],
.entry .inner dl dd input[type="tel"],
.entry .inner dl dd input[type="email"]{
	width: 50%;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #c2bfbe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}
.entry .inner dl:nth-child(7) dd input[type="text"]{
	width: 96%;
}
.entry .inner p input[type="button"],
.entry .inner p input[type="submit"]{
	-webkit-appearance: none;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    display: block;
    margin-top: 30px;
    padding: 15px 0;
    width: 235px;
    border:none;
	background: #0b6aa0;
	color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}
.entry .inner dl dd input[type="radio"],
.entry .inner dl dd input[type="checkbox"]{
	margin-right: 5px;
}
.entry .inner dl dd textarea{
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	width: 96%;
	height: 150px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #c2bfbe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
/* clearfix
---------------------------------------------------- */
.clear{
	clear: both;
}
.clearfix:after { 
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}