@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

.main{
	max-width: 1000px;	
	margin: 0 auto;
	padding: 40px 0 50px;
	line-height: 0;
}
.main_title {
	width: 120px;
	position: absolute;
	top: -45px;
	left: 25px;
	border: 10px solid rgba(204,204,204,.5);
	padding: 50px 10px;
	text-align: center;
	font-family: 'Noto Sans Japanese';
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 1.3;
	color: #666;
}
.main_title {
	width: 280px;
}
#index .main_title {
	padding-right: 20px;
	text-indent: 1.25rem;
}
.content-area{
	padding-left: 210px;
}
#container .content-inner {
	padding-top: 50px;
}
.content-area_lead{
	padding-left: 340px;
  margin-bottom: 90px;
}
.content-area_box{
	margin-bottom: 50px;
}
.content-area_title{
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 4px solid #66ddff;
	margin-bottom: 30px;	
	line-height: 1.4!important;
	padding-bottom: 5px;
	font-family: 'Noto Sans Japanese';
	font-weight: 700;
}
.content-area_title span{
	margin-top: 30px;
	font-size: 2.5rem;
	font-style: italic; 
	font-family: 'Noto Sans Japanese';
	font-weight: 700;
}

.jobreturn-guideline {
	width: 100%;
	border-top: 1px solid #ddd;
}
.jobreturn-guideline th {
	color: #5a5a5a;
  font-weight: bold;
  width: 15%;
  background-color: #f5f5f5;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.jobreturn-guideline td {
	width: 85%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.entry-btn_area {
	margin-bottom: 80px;
	padding: 30px;
	background-color: #E9F5FF;
	text-align: center;
}
.entry-btn_area a, .entry-btn_areaa:link,
.entry-btn_area a:visited, .entry-btn_area a:active {
	display: block;
	width: 100%;
	max-width: 380px;
	font-weight: bold;
	background-color: #0040A0;
	color: #fff;
	text-align: center;
	margin: 15px auto 0;
	padding: 15px 10px;
	border-radius: 50px;
}

/*------- entry -------*/
#entry header, #confirm header {
	padding: 25px;
}
#entry header .logo, #confirm header .logo {
	width: 100%;
	max-width: 380px;
}
#entry h1, #confirm h1 {
	font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-size: 2.3rem;
}
#entry .contact-form-inner, #confirm .contact-form-inner {
	margin-bottom: 50px;
}
#entry .section-title, #confirm .section-title {
	font-weight: 600;
	margin-bottom: 20px;
}
#entry .contact-form .p-column .radio-input + label::before,
#confirm .contact-form .p-column .radio-input + label::before {
	top: 0;
}
#entry .contact-form .p-column .radio-input:checked + label::after,
#confirm .contact-form .p-column .radio-input:checked + label::after {
	top: 5.5px;
}
#entry .c-tag--required, #entry .c-tag--option,
#confirm .c-tag--required, #entry .c-tag--option {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 6px;
}
#entry .note-font-small,
#confirm .note-font-small {
	display: block;
	font-size: 12px;
	margin: 3px;
}
#entry .c-text--required,
#confirm .c-text--required {
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	padding-left: 3px;
}
#entry .contact-form .p-column textarea,
#confirm .contact-form .p-column textarea {
	height: 180px;
}
#entry .c-text-link,
#confirm .c-text-link {
	text-decoration: underline;
}
#entry .c-text-link:hover,
#confirm .c-text-link:hover {
	opacity: .6;
}
#entry .btn_agreed,
#confirm .btn_agreed {
	text-align: center;
  margin-top: 25px;
}
#entry .contact-form #confirmation,
#confirm .contact-form #confirmation {
	border: none;
	margin-top: 0;
	margin-bottom: 30px;
}

#entry .apply-thanks_area,
#confirm .apply-thanks_area {
	margin: 0 15px;
}
#entry .apply-thanks_area__inner,
#confirm .apply-thanks_area__inner {
	max-width: 1024px;
	margin: 60px auto 120px;
	padding: 50px;
	background-color: #E9F5FF;
	text-align: center;
}
#entry h2, #confirm h2 {
	font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-size: 2.3rem;
}
.c-button__input--entry {
  display: inline-block;
	font-weight: 600;
  text-align: center;
  text-decoration: none;
	color: #fff;
  background-color: #0040A0;
	border: solid 1px #0040A0;
  vertical-align: middle;
  max-width: 280px;
  width: 100%;
	margin: 10px;
  padding: 15px 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	cursor: pointer;
}
.c-button__input--entry::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-button__input--entry:hover, .c-button__input--entry:focus, .c-button__input--entry:active {
	color: #0040A0;
}
.c-button__input--entry:hover::before, .c-button__input--entry:focus::before, .c-button__input--entry:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.c-button__input--return {
  display: inline-block;
	font-weight: 600;
  text-align: center;
  text-decoration: none;
	color: #555;
  background-color: #fff;
	border: solid 1px #555;
  vertical-align: middle;
  max-width: 280px;
  width: 100%;
	margin: 10px;
  padding: 15px 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	cursor: pointer;
}
.c-button__input--return::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #555;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-button__input--return:hover, .c-button__input--return:focus, .c-button__input--return:active {
	color: #fff;
}
.c-button__input--return:hover::before, .c-button__input--return:focus::before, .c-button__input--return:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*-------------------------------------------------*/

/*@media screen and (max-width : 1000px)

----------------------------------------------------*/
@media screen and (max-width : 1000px) {
}	
/*-------------------------------------------------*/

/*@media screen and (max-width : 767px)

----------------------------------------------------*/
@media screen and (max-width : 767px) {
/*------- guideline -------*/
.main{
	padding: 0px!important;
}
#container .content-inner {
	padding-top: 0;
}
.main_title {
	width: 90%;
	max-width: 320px;
	position: static;
	margin: 30px auto;
	padding: 25px 10px;
	border: 7px solid rgba(204,204,204,.5);
}
.content-area{
	padding-left: 0px;
}
.content-area_lead{
	padding-left: 0;
  margin-bottom: 60px;
}

/*------- entry -------*/
#entry header, #confirm header {
	padding: 15px;
	margin-bottom: 0;
}
#entry header .logo, #confirm header .logo {
	max-width: 220px;
}
#entry h2, #confirm h2 {
	font-size: 1.9rem;
}
#entry .apply-thanks_area__inner,
#confirm .apply-thanks_area__inner {
	margin-bottom: 60px;
	padding: 40px 20px;
}

}

/*-------------------------------------------------*/

/*@media screen and (max-width : 600px)

----------------------------------------------------*/
@media screen and (max-width : 600px) {
	.jobreturn-guideline {
		border: 1px solid #ddd;
		border-bottom: none;
	}
	.jobreturn-guideline th {
		display: block;
    width: 100%;
		border-right: none;
  }
	.jobreturn-guideline td {
		display: block;
    width: 100%;
  }
}	
/*-------------------------------------------------*/

/*@media screen and (max-width : 420px)

----------------------------------------------------*/
@media screen and (max-width : 420px) {
}