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

/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */

.entry-introduction {margin: 0 10px 15px;}

.tel-info {
	border: 1px solid #ccc;
	margin: 0 10px 20px;
	padding: 15px;
}
.complete-page{margin-bottom: 0 !important;}
.tel-info p:last-child {margin-bottom: 0;clear: both;}
.tel-info-header {
	font-size: 123.1%;
	margin: 0 0 10px;
}
.tel-info-header img {display: none;}
.icon-tel {
	font-size: 200%;
	vertical-align: middle;
	margin-right: 10px;
}
.tel-info-num {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
	margin-top: 0;
}
.tel-info-num span{
	background-color: #000;
	display: inline-block;
	color: #fff;
	font-size: 50%;
	margin-right: 10px;
	padding: 5px 12px;
	position: relative;
	top:-3px;
}
.tel-info-num a{
	color: #000;
	text-decoration: none;
}


.entry-info {
	background-color: #f2f2f2;

	margin: 0 10px 25px;
	padding: 15px 15px 20px;
}
.entry-info-header {
	margin: 0 0 10px;
	font-size: 116%;
}
.entry-info ul {
	margin: 0 0 0 1.5em;
	padding-left: 0;
}

.step-list {
	list-style: none;
	margin: 0 10px 15px;
	padding-left: 0;
	position: relative;
	overflow:hidden;
	height:34px;
}
.confirm-page {margin-top: 20px;}
.step-list li{
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	line-height:34px;
	background-size:100% auto;
	position:absolute;
}
.step-list li strong{
	display:block;
	height:34px;
	font-size: 108%;
	background-size:100% auto;
}
.step-list01{
	width:33%;
	min-width:98px;
	z-index:0;
	background:url(../images/common/form_step1.svg) no-repeat center center;
}
.step-list01 strong{background:url(../images/common/form_step1_active.svg) no-repeat center center;}
.step-list02{
	width:39%;
	min-width:117px;
	z-index:2;
	left:50%;
	margin-left:-19.5%;
	background:url(../images/common/form_step2.svg) no-repeat center center;
}
.step-list02 strong{background:url(../images/common/form_step2_active.svg) no-repeat center center;}
.step-list03{
	width:32.666666%;
	right:0;
	min-width:99px;
	z-index:1;
	background:url(../images/common/form_step3.svg) no-repeat center center;
}
.step-list03 strong{background:url(../images/common/form_step3_active.svg) no-repeat center center;}

.caution-list {
	margin: 0 10px 20px 2.5em;
	padding-left: 0;
}

.form-set,
.about-privacy {
	margin: 0 10px 20px;
}

.form-set p {
	margin: 5px 0;
}
.form-set p:last-child {margin-bottom: 0;}
.form-set h4 {margin: 0 0 7px;}
.form-set .note {margin-bottom: 10px;}
.form-set em {
	font-style: normal;
	color: #f00;
}

.shokushu-list,
.gender-list,
.shubetsu-list {
	list-style: none;
	padding-left: 0;
	margin: 10px 0 0;
}
.shokushu-list {margin-bottom: 15px;}
.shokushu-list li,
.shubetsu-list li {margin-bottom: 5px;}
.shokushu-list li:last-child,
.shubetsu-list li:last-child {margin-bottom: 0;}
.gender-list li {
	display: inline;
	margin-right: 20px;
}
.gender-list li:last-child {margin-right: 0;}


.form-tbl dt,
.form-set h4 {
	font-weight: bold;
	font-size: 116%;
}
.form-tbl dt {font-size: 108%;}
.address-dd h4 {
	font-weight: 500 !important;
	font-size: 100% !important;
	margin-top: 10px !important;
}
.form-tbl dd,
.form-set p.line {
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.form-tbl dd:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.form-set .input01,
.form-set .input04 {
	width: 100%;	
}
.form-set .input02 {
	width: 65px;
}
.form-set .input03 {
	width: 118px;
}


.form-set input,
.form-set textarea,
.form-set select {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	/*font-size: 16px;*/
}
.form-set input,
.form-set textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form-set input:focus,
.form-set textarea:focus {
	background-color: #fadbda;
}
.form-set textarea {
	width: 100%;
	height: 8em;
}

.about-privacy {border-top: 1px solid #ccc;padding-top: 20px;}
.about-privacy-header {
	font-size: 116%;
	margin: 0 0 10px;
}

#btnSet{
	list-style: none;
	margin: 0 10px;
	padding-left: 0;
	overflow:hidden;
}
#btnSet li{
	width:50%;
	float:left;
}
#btnSet li#back-btn2{
	clear:both;
	text-align:center;
	width:100%;
	float:none;
}
#btnSet li input{
	width:98%;
	color:#fff;
	text-align:center;
	padding:12px 0;
}
#check-btn input,
#send-btn input{
	margin-right:1.5%;
	border:1px #000 solid;
	background: -webkit-gradient(
				linear, left top, left bottom,
				from(#868585),
				to(#271d1a));
}
#check-btn input.btnClose{
	background: -webkit-gradient(
				linear, left top, left bottom,
				from(#ccc),
				to(#ccc));
	cursor:default;
}
#back-btn input,
#reset-btn input{margin-left:1.5%;}
#back-btn input,
#reset-btn input,
#back-btn2 input{
	border:1px #808080 solid;
	background: -webkit-gradient(
				linear, left top, left bottom,
				from(#bdbebe),
				to(#8b8b8b));
}
#btnSet li#back-btn2 input{width:147px;}

.caution-list strong,
.form-set h4 strong,
.form-tbl dt strong,
.common-sub01 strong,
#agree-check strong{
	color:#ff1d25;
	font-weight: bold !important;
	font-size:105%;
}
.form-set h4 strong,
.common-sub01 strong,
.form-tbl dt strong,
#agree-check strong{margin-left:5px;}
.common-sub01 strong{font-size:93%;}

.icon-newwindow {
	font-size: 12px;
	color: #108199 !important;
	padding-left: 5px;
}
.icon-newwindow img{display: none;}

.errMes {
	color: #f00;
	margin-top: 10px;
	font-size: 108%;
	font-weight: bold;
}

.ssl-box {
	margin: 20px 10px 0;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	padding: 15px;
}
.ssl-seal {
	text-align: center;
	margin-bottom: 15px;
}
.ssl-seal a {display: block;width: 130px;height: 66px;}
.ssl-txts p{margin: 0;}
.about-ssl {margin-top: 10px;}
.about-ssl .icon-go_arrow3 {
	color: #666;
	font-size: 10px;
	margin-right: 3px;
}



div.alert {
	margin-bottom: 15px;
}
.form-set dd ul li div.alert,
.privacy-box div.alert {
	position: relative;
	margin-bottom: -42px;
}

div.alert span {
	font-size: 83%;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #808080;
	white-space: nowrap;
	padding: 10px 15px;
	position: relative;
}
.form-set dd ul li div.alert span,
.privacy-box div.alert span {
	position: relative;
	bottom: 72px;
}

.alert span:after, .alert span:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.alert span:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.alert span:before {
	border-color: rgba(207, 207, 207, 0);
	border-top-color: #808080;
	border-width: 11px;
	margin-left: -11px;
}

.attent-exsample {
	border: 1px solid #b2b2b2;
	padding: 15px 20px;
	margin: 0 10px 30px;
}
.attent-exsample dt {
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 5px;
}
.attent-exsample dd {
	margin-left: 0;
}


@media print, screen and (min-width: 641px) {/*ウィンドウサイズが641pxより大きい時*/

.tel-info {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 15px 20px 20px;
	overflow: hidden;
}

.tel-info-num {
	float: left;
	margin-right: 40px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0;
}

.icon-tel:before {
	content:none;
}
.icon-tel img{
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}


.entry-introduction {margin: 0 0 30px;}
.entry-info {
	margin: 0 0 35px;
	padding: 15px 20px 20px;
}
.step-list {
	margin: 0 0 25px;
	height:auto;
}
.step-list li{
	color:#fff;
	text-align:center;
	float:left;
	line-height:40px;
	background-size:auto;
	position: static;
	width: 33%;
	margin-right: 1.5%;
	background: #fff url(../images/common/arrow05.gif) no-repeat right center;
	font-size: 116%;
}
.step-list li:last-child {background-image: none;margin-right: 0;width: 30%;}
.step-list li strong{
	display:block;
	background-color: #000;
	height:40px;
	font-size: 108%;
	background-size:auto;
	margin-right: 20px;
}
.step-list li span{
	display: block;
	background-color: #b2b2b2;
	margin-right: 20px;
}
.step-list li:last-child strong,
.step-list li:last-child span {margin-right: 0;}
.step-list01 strong{background-image:none;}
.step-list02{
	left:auto;
	margin-left:0;
}
.step-list02 strong{background-image:none;}
.step-list03{
	right:auto;
	min-width:99px;
}
.step-list03 strong{background-image:none;}
.caution-list {
	margin: 0 0 20px 1.5em;
}

.attent-exsample {
	padding: 20px;
	margin: 0 0 40px;
}


.form-set,
.about-privacy {
	margin: 0 0 30px;
}

.icon-newwindow:before {
	content:none;
}
.icon-newwindow img{display: inline;}

#btnSet{
	margin: 0;
}
#check-btn input,
#send-btn input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(
				linear, left top, left bottom,
				from(#000),
				to(#000));
    background-color: #000;
	font-size: 116%;
	font-weight: bold;
}
#check-btn input.btnClose{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(
				linear, left top, left bottom,
				from(#ccc),
				to(#ccc));
	cursor:default;
	background-color: #ccc;
	font-size: 116%;
	font-weight: bold;
}
#back-btn input,
#reset-btn input{margin-left:1.5%;}
#back-btn input,
#reset-btn input,
#back-btn2 input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px #808080 solid;
	background: -webkit-gradient(
				linear, left top, left bottom,
				from(#8b8b8b),
				to(#8b8b8b));
	background-color: #8b8b8b;
	font-size: 116%;
	font-weight: bold;
}


.shubetsu-list {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
}
.shubetsu-list li{
	float: left;
	margin-right: 20px;
	width: 40%;
	margin-bottom: 5px;
}

.ssl-box {
	margin: 40px 0 0;
	padding: 15px 20px;
	overflow: hidden;
}
.ssl-seal {
	width: 130px;
	float: left;
	margin-bottom: 0;
}
.ssl-seal a {
	position: relative;
	z-index: 10;
}
.ssl-txts {
	width: 100%;
	float: right;
	margin-left: -150px;
}
.ssl-txts p{margin: 0;}
.ssl-txts-inner {margin-left: 150px;}
.about-ssl span {
	display: none;
}
.about-ssl a {
	background: url(../images/common/pc_splite.png) no-repeat 0 3px;
	padding-left: 12px;
}

}

@media print, screen and (min-width: 1025px) {/*ウィンドウサイズが1025pxより大きい時*/

.tel-info {
	border: 1px solid #ccc;
	margin: 0 0 30px;
	padding: 15px 20px 20px;
	overflow: hidden;
}
.tel-info p:last-child {margin-bottom: 0;clear: both;}
.tel-info-header {
	font-size: 123.1%;
	margin: 0 0 10px;
}
.tel-info-num {
	float: left;
	font-size: 250%;
	font-weight: bold;
	margin-right: 40px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0;
}
.tel-info-num span{
	background-color: #000;
	display: inline-block;
	color: #fff;
	font-size: 50%;
	margin-right: 10px;
	padding: 5px 15px;
	position: relative;
	top:-3px;
}
.tel-info-num a{
	color: #000;
	text-decoration: none;
}


.step-list {width: 750px;}

.recruit-contact-detail {
	width: 325px;
	float: left;
	padding:15px 20px;
}
.recruit-contact-detail:last-child {float: right;}

.form-tbl {
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	background: url(../images/common/entry_tbl_bg.gif) repeat-y left top;
}
.form-tbl dt {
	float: left;
	clear: both;
	width: 160px;
	padding: 0 15px 15px;
	min-height: 1em;
}
.form-tbl dd {
	padding-left: 200px;
	min-height: 1em;
	margin-bottom: 10px;
}
.form-tbl dd:last-child {
	border-bottom: 1px solid #ccc;;
	padding-bottom: 15px;
}

.about-privacy {border-top: 0;padding-top: 30px;}

#btnSet{
	margin: 40px auto 0;
	width: 420px;
	overflow:hidden;
}
#btnSet li{
	width:200px;
}
#btnSet li:last-child {float: right;}
#btnSet li input{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

.form-set .input01 {
	width: 240px;	
}
.form-set .input04 {
	width: 400px;
}

.form-set input,
.form-set textarea,
.form-set select {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	font-size: 100%;
}
.form-set input,
.form-set textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form-set input:focus,
.form-set textarea:focus {
	background-color: #fadbda;
}
.form-set textarea {
	width: 100%;
	height: 12em;
}

.shubetsu-list {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
}
.shubetsu-list li{
	float: left;
	margin-right: 20px;
	width: 40%;
	margin-bottom: 5px;
}

div.alert span {
	font-size: 100%;
}



}