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


@media screen and (min-device-width: 641px) {
	
.sp_only, #sp_menu, #foot_navi{
	display:none;
}
body{
	font-size:20px;
	line-height:150%;
	margin-bottom:100px;
}

.wrap{
	width:950px;
	margin:0 auto;
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

h1{
	background:#F7F8D0;
}
#top_title{
	background:#8FC31F;
}

.center{
	text-align:center;
}

.bg_green{
	background:#8FC31F;
}
.bg_yellow{
	background:#FFF799;
	padding:15px 0;
}
.bg_pink{
	background:#FCE8E5;	
	padding:30px 0;
}

#subtitle_01{
	font-weight:bold;
	font-size:26px;
	color:#595757;
	margin:30px 0 20px 0;
}
#txt_select{
	line-height:170%;
}
#txt_select span{
	font-weight:bold;
	font-size:22px;
	color:#C30D23;
}

/*****************************************
特別待遇
*****************************************/
#special{
	background:#FCE8E5;	
	padding:50px 0;
}

#special .box{
	border-bottom:1px solid #F26D6D;
	padding:40px 0;
}
#special .box:last-child{
	border:none;
}
#special .box:after {
  content: "";
  display: table;
  clear: both;
}
#special .box_l{
	float:left;
	width:360px;
}
#special .box_r{
	float:right;
	width:590px;
	line-height:170%;
}
#special .box_r .title{
	color:#F26D6D;
	font-weight:bold;
	font-size:24px;
	padding-bottom:15px;
}
#special .box_r span{
	color:#C30D23;
}

/*****************************************
その他の待遇
*****************************************/
#treatment{
	margin:0 auto;
	width:950px;
	padding:30px 0;
}
#treatment .box_wrap{
	margin-bottom:20px;
}
#treatment .box_wrap:after {
  content: "";
  display: table;
  clear: both;
}
#treatment .box{
	width:300px;
	margin-right:25px;
	margin-bottom:15px;
	float:left;
}
#treatment .box:nth-child(3),#treatment .box:nth-child(6),#treatment .box:nth-child(9){
	margin-right:0;
}
#treatment .box .title{
	font-weight:bold;
	font-size:20px;
	color:#F26D6D;
	text-align:center;
	padding:5px 0;
}

/*****************************************
在籍女性の声
*****************************************/
#voice{
	background:#8FC31F;
	position:relative;
	padding:140px 0 20px 0;
	margin-bottom:50px;
}

#voice .maintitle{
	position:absolute;
	top:-36px;
}

#voice .box{
	background:#fff;
	width:910px;
	padding:20px;
	margin-bottom:20px;
	
}
#voice .box:after {
  content: "";
  display: table;
  clear: both;
}

#voice .box .box_l{
	float:left;
	width:320px;
	color:#8FC31F;
}
#voice .box .box_l img{
	margin-bottom:10px;
}


#voice .box .box_r{
	float:left;
	width:590px;
}
#voice .box .title{
	color:#8FC31F;
	font-weight:bold;
	font-size:26px;
	padding-bottom:15px;
}
#voice .box .name{
	display:none;
}

/*****************************************
お電話でのお問合せ
*****************************************/
#tel_txt{
	text-align:center;
}
#tel_txt span{
	color:#C30D23;
}

/*****************************************
お問い合わせフォーム
*****************************************/
#form{
	width:950px;
	margin:0 auto;
}
#form #form_title{
	color:#8FC31F;
	font-weight:bold;
	margin-top:30px;
}
/* フォーム部分 */
#form table{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	margin:0 auto 50px;
	width:950px;
}
#form table th, #form table td {
	border: 1px solid #898989;
	margin: 0;
	padding:10px;
}
#form table th{
	background-color: #F7F8D0;
	width:300px;
	vertical-align:middle;
	
}
#form table td{
}
#form table td input{
	padding:5px;
	}
	
#form table td input.m_single{
	width:590px;
	}
#form table td input.half{	
	width:100px;
	margin-right:10px;
}
#form table td textarea{
	width:590px;
	height:300px;
	padding:5px;
	}
#form table th div {
	float: left;
}
#form table th div:nth-child(2) {
	margin-left: 6px;
}
#form table th div.required {
	color: #ffffff;
	background: #c40c24;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 0 6px;
	font-size: smaller;
}
#form table th div.limit {
	color: #ffffff;
	background: #ff6633;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 0 6px;
	font-size: smaller;
}
#form table div.ccode {
	float: left;
	white-space: nowrap;
}
#form table div.warn {
	float: left;
    line-height: 120%;
}

#form .confirmation{
	text-align:center;
	margin-bottom:20px;
}
#form .confirmation button{
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
}
#form .confirmation img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor:pointer;
}

/*****************************************
入力内容の確認
*****************************************/
#check{
	width:950px;
	margin:30px auto;
}
#check #title{
	color:#8FC31F;
	font-weight:bold;
	margin:30px 0 50px 0;
	text-align:center;
}
#check #back{
	float:left;
	margin-top:70px;
}
#check #send{
	float:right;
	margin-top:70px;
}
#check #send img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor:pointer;
}

#check .subtitle{
	background:#F7F8D0;
	border:1px solid #898989;
	padding:5px;
}
#check .txt{
	border-left:1px solid #898989;
	border-right:1px solid #898989;
	padding:5px;
	min-height:30px;
}
#check .txt_last{
	border-left:1px solid #898989;
	border-right:1px solid #898989;
	border-bottom:1px solid #898989;
	padding:5px;
	min-height:30px;
}

/***********************************************
  完了画面
************************************************/
#thanks{
	width:950px;
	margin:30px auto;
	text-align:center;

}
#thanks #title{
	color:#8FC31F;
	font-weight:bold;
	margin:30px 0 50px 0;
}
#thanks #back{
	margin-top:10%;
}

}



