@charset "utf-8";
/* CSS Document */

/*==================================

採用ご担当者様
customer.php

==================================*/
/*全体設定*/
html{
    overflow: auto;}

body{
    overflow: hidden;
    position: relative;
    min-width: 1000px;
	background-color:#fff;
	}

#customer_wrapper{
	width:100%;
	margin:0 auto;
}


#customer_wrapper .customer_title{
	display: block;
	margin: 20px auto;
	text-align: center;
}

#customer_wrapper .customer_txt{
	display: block;
	margin: 30px auto;
	text-align: center;
}

#customer_wrapper .customer_txt p{
	margin:30px 0;
	line-height: 25px;
}

/* ステップ */
.contact-current{
	width: 865px;
	display: flex;
	margin: 0 auto;
}

.contact-current li{
	width: 265px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
	position: relative;
	margin-right: 40px;
}

.contact-current li:last-of-type{
	margin-right: 0;
}

.contact-current li:first-of-type::after,
.contact-current li:nth-of-type(2)::after
{
	content: url(../customer/img2/customer_index/contact-arrow.svg);
 	display: inline-block;
  	width: 20px;
	height: 20px;
	position: absolute;
	right: -32px;
    top: 12px;
}

.contact-current .current{
	border: 2px solid #3e3a39;
}

.contact-current li span{
	font-weight: bold;
	margin-right: 10px;
}

#customer_inner{
	width:100%;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	}

/*ヘッダー*/
#header_top{
	width:100%;
	height:100px;
	background-color:#fff;
	box-shadow: 0px 5px 3px -3px #d0cece;
	-webkit-box-shadow: 0px 5px 3px -3px #d0cece;
	-moz-box-shadow: 0px 5px 3px -3px #d0cece;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	z-index:9999;
	}

#header_top hr{
	height: 0;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 5px solid #fd5457;
	}

#header_in{
	width:1120px;
	margin: 0 auto;
	}

#header_top h1{
	width:321px;
	height:74px;
	margin:0;
	padding:0;
	float:left;
	}

#header_top h1 a{
	width:321px;
	height:74px;
	display:block;
	}

#header_top h1 img {
	width: 350px;
	}

/* タイトル */
.title-wrap{
	width: 100%;
	height: 140px;
	line-height: 140px;
    background-color: #E7F5F8;
    background-image: radial-gradient(#AEE7F3 2px, transparent 2px);
	background-size: 30px 30px;
	font-weight: bold;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    border-style: none;
}

.title-wrap h2{
	color: #254EA8;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
}

/*テーブル設定*/
.customer_box1{
	width: 865px;
	margin:30px auto;
	border: 3px solid #ffc800;
	}

.customer_box1 .main_table{
	width:820px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin:30px 0 30px 20px;
}

.customer_box1 .main_table th {
	width: 280px;
	padding: 10px;
	font-weight:600;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #fbefc5;
}

.customer_box1 .main_table td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

/*必須ボタン*/
.customer_box1 .imperative{
	color:#fff;
	font-size:14px;
	width:50px;
	margin-left:10px;
	padding:3px;
	background-color:#254EA8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

/*テキスト入力の設定*/
.customer_box1 .main_table .form_style{
	border:0;
	padding:8px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px 0 10px 10px;
	width:400px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

.customer_box1 .main_table .form_style2{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px;
	width:500px;
	height:150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

.customer_box1 .main_table .form_style3{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px;
	width:150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	float:left;
	}

.customer_box1 .main_table .form_style4{
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px 20px 10px 10px;
	width:500px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	float:left;
	}

.address_ex{
	float:left;
	margin:20px;
	}

.customer_box1 .main_table input:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
}

.customer_box1 .main_table textarea:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
}

/*ラジオボタンの設定*/
.main_table input[type=radio]{
	display: none;}

.main_table .radio{
	box-sizing: border-box;
  	-webkit-transition: background-color 0.2s linear;
  	transition: background-color 0.2s linear;
  	position: relative;
  	display: inline-block;
  	margin: 0 20px 0 0;
  	padding: 12px 12px 12px 42px;
  	border-radius: 8px;
  	background-color: #f6f7f8;
  	vertical-align: middle;
  	cursor: pointer;
}

.main_table .radio:hover{
  	background-color: #E7F5F8;}

.main_table .radio:hover:after{
  	border-color: #254EA8;}

.main_table .radio:after{
  	-webkit-transition: border-color 0.2s linear;
  	transition: border-color 0.2s linear;
  	position: absolute;
  	top: 50%;
  	left: 15px;
  	display: block;
  	margin-top: -10px;
  	width: 16px;
  	height: 16px;
  	border: 2px solid #bbb;
  	border-radius: 6px;
  	content: '';
	}
	
.main_table .radio:before{
  	-webkit-transition: opacity 0.2s linear;
  	transition: opacity 0.2s linear;
  	position: absolute;
  	top: 50%;
  	left: 20px;
  	display: block;
  	margin-top: -5px;
  	width: 10px;
  	height: 10px;
  	border-radius: 50%;
  	background-color: #254EA8;
  	content: '';
  	opacity: 0;
}
.main_table input[type=radio]:checked + .radio:before {
  	opacity: 1;
}

#customer_inner h2{
	margin:30px 0 30px 60px;}

#customer_inner .customer_txt{
	margin-left:50px;}

.radio_space{
	margin-left:10px;}

/*チェックボックス設定*/
input[type=checkbox] {
  display: none;}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:hover {
  background-color:#FBE5E8;}
  
.checkbox:hover:after {
  border-color: #FE4958;}
  
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FE4958;
  border-bottom: 3px solid #FE4958;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*当サイトをどこでお知りになりましたか？*/
.get_wind{
	width:680px;}

.get_wind1{
	width:370px;
	margin-left:20px;
	float:left;
	}

.get_wind2{
	width:230px;
	float:left;
	margin-left:40px;
	}

.protocol-txt{
	line-height: 25px;
	margin-bottom: 30px;
}

/*利用規約・個人情報の取扱いについて*/
#customer_inner #btn_area{
	width: 1120px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 60px;
	}

#customer_inner .page_list p{
	font-size: 13px;
	line-height: 23px;
    margin-bottom: 30px;
	}

#customer_inner #btn_area .send-btn{
	width: 360px;
    height: 65px;
    background-image: url(../customer/img2/customer_index/chevron-right-b.svg);
    background-repeat: no-repeat;
    background-position: 318px 20px;
    display: block;
    font-size: 20px;
    line-height: 65px;
    background-color: #254EA8;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-indent: 20px;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease 0s;
	margin: 30px auto 0 auto;
	}

#customer_inner #btn_area .send-btn:hover{
	background-color: #16316D;
	color: #fff;
	}

/* 個人情報の取扱について */
.page_list{
	display: inline-block;
	}
.page_list .txt-area{
	width: 600px;
	height: 80px;
	background-color: #fdf6dd;
	overflow: scroll;
	font-size: 13px;
	padding: 20px;
	text-align:left;
}

.page_list .txt-area .policy_title{
	text-align: center;
    font-weight: bold;
    margin: 10px 0 30px 0;
    font-size: 15px;	
}

.page_list .txt-area .bold{
	display: block;
	font-weight: 600;
	margin-top:5px;
	margin-bottom: 10px;
}

.page_list .txt-area p{
	margin-bottom: 15px;
	line-height: 15px;
}
/*フッター*/
#footer_wrap{
	width:100%;
	background-color:#fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	border-style:none;
	}

#footer_wrap hr{
	margin: 0;
	padding: 0;
}

#footer_wrap #footer_in{
	width:1120px;
	margin: 0 auto;
	padding:20px 0 20px 0;
	}

#footer_in img{
	width: 350px;
}

#footer_wrap #footer_in small{
	font-size: 14px;
	position: relative;
	top: -5px;
	left: 15px;
}

/*共有*/	
.clear{
	clear:both;}
	
