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

/*== Apply 共通設定 ==*/
/* ステップフォーム */
.step{
	width: 100%;
	max-width: 570px;
	margin: 70px auto 87px;
	display: flex;
}

.step > div{
	width: calc( 100% / 3 );
	font-size: 21px;
	color: #8f8f8f;
}

.step p:first-child{
	text-align: center;
	position: relative;
}

.step p:first-child span{
	background: #e1e1e1;
	font-size: 33px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	display: block;
	line-height: 57px;
	margin: 0 auto;
}

.step .here p:first-child span{
	background: #006797;
	color: #fff;
}

.step p:first-child span:before{
	content: '';
	width: 29%;
	height: 3.5px;
	position: absolute;
	background: #e1e1e1;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.step .step1 p:first-child span:before{
	content: none;
}

.step p:first-child span:after{
	content: '';
	width: 29%;
	height: 3.5px;
	position: absolute;
	background: #e1e1e1;
	display: block;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.step .step3 p:first-child span:after{
	content: none;
}

.step p:nth-child(2){
	text-align: center;
	margin: 25px 0 0;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}

.step .here p:nth-child(2){
	color: #006797;
	font-weight: bold;
}

.btn_area{
	margin: 140px auto 160px;
}

input[type = submit] {
	width: 365px;
	height: 80px;
	background: #ff7e00;
	border: none;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	cursor: pointer;
	margin: 0 auto;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	display: block;
}

input[type = submit]:hover{
	opacity: 0.6;
}

input::placeholder {
  color: rgb(195, 195, 195);
}

/* IE */
input:-ms-input-placeholder {
  color: rgb(195, 195, 195);
}

/* Edge */
input::-ms-input-placeholder {
  color: rgb(195, 195, 195);
}

/*--ラジオボタン--*/	
ul.radioList{
	padding: 6px 0;
}

ul.radioList li {
	margin: 0 0 5px;
	position: relative;
}

ul.radioList li:last-of-type{
	margin: 0;
}

ul.radioList li input[type=radio]{
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: auto;
	height: auto;
	font-size: 1px;
}


.radio-input{
  display: none;
}

.radio-input + label{
  padding-left: 25px;
  position:relative;
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
}

.radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	border-radius: 50%;
	background: #fff;
}

.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
	left: 3px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
  background: #006797;
  border-radius: 50%;
}



/* 基本情報入力 .Apply01 */
.Apply01 form > section{
	margin: 0 0 70px;
}

.Apply01 form > section:last-of-type{
	margin: 0;
}

.Apply01 form > section .ttl_area{
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
	margin: 0 0 7px;
}

.Apply01 form .ttl_area h4{
	font-size: 18px;
	font-weight: bold;
}

.Apply01 form .ttl_area p{
	font-size: 16px;
}

.Apply01 form .ttl_area p span{
	color: red;
}

.Apply01 form dl{
	display: flex;
	border-bottom: 1px solid #fff;
}

.Apply01 form dt{
	background: #c2dae5;
	width: 325px;
	line-height: 1.4;
	padding: 15.5px 20px;
	position: relative;
}

.Apply01 form dt.required:after{
	content: '※';
	color: red;
	position: absolute;
	top: 15.5px;
	right: 20px;
}

.Apply01 form dd {
	background: #f1f4f6;
	width: calc(100% - 325px);
	padding: 10px 20px;
}

.Apply01 form dd span.is-error {
	display: block;
	line-height: 1.4;
	padding: 0 0 8px;
	color: red;
}

.Apply01 form dd input{
	height: 38px;
	width: 100%;
}

.Apply01 form dd input.short{
	max-width: 250px;
}

.Apply01 form dd input.right{
	text-align: right;
}

.Apply01 .billForm .ttl_area {
    width: 360px;
}

.Apply01 .billForm h4{
	line-height: 34px;
}

.Apply01 .billForm .sameCheck .checkbox-input{
	display: none;
}

.Apply01 .billForm .sameCheck .checkbox-parts{
	position: relative;
	font-size: 15px;
	color: #006797;
	top: 0;
	display: block;
	background: #fff;
	border: 1px solid #006797;
	line-height: 1.4;
	min-height: 34px;
	padding: 5px 15px 5px 47px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.Apply01 .billForm .sameCheck .checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #006797;
	background: #fff;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}

.Apply01 .billForm .sameCheck .checkbox-input:checked + .checkbox-parts{
	background: #006797;
}

.Apply01 .billForm .sameCheck .checkbox-input:checked + .checkbox-parts {
	color: #fff;
}

.Apply01 .billForm .sameCheck .checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
	top: 6px;
	left: 20px;
}

.Apply01 .crsForm dl:first-child input{
	width: 100px;
	vertical-align: top;
}

.Apply01 .crsForm dl:first-child span{
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 6px;
}

.Apply01 .crsForm dl:nth-child(2) span.note{
	line-height: 1.5;
	padding: 5px 0 0;
	display: block;
}


.Apply01 .startMForm ul.radioList li:first-child {
	margin: 0 0 11px;
}

.Apply01 .startMForm li:nth-of-type(2) input[type=radio]{
	top: 14px;
}

.Apply01 .startMForm li:nth-of-type(2) label input {
	display: inline-block;
	width: 85px;
	vertical-align: top;
}

.Apply01 .startMForm li:nth-of-type(2) label span {
	display: inline-block;
	width: 32px;
	text-align: center;
	line-height: 38px;
	vertical-align: top;
}

.Apply01 .startMForm p.is-error-startY,
.Apply01 .startMForm p.is-error-startM {
	margin: 0 0 0 20px;
}

.Apply01 .startMForm p.is-error-startY span {
	padding: 0;
}


.Apply01 .startMForm .startMNote{
	line-height: 1.5;
	margin: 13px 0 0;
}

.Apply01 input[type = submit]{
	margin: 0 auto;
}


/* 入力内容確認 .Apply02 */
.Apply02 .step .step1 p:first-child span {
	background: #006797;
	color: #fff;
}

.Apply02 .step .step1 p:nth-child(2){
	color: #006797;
}

.Apply02 .step .step1 p:first-child span:after,
.Apply02 .step .step2 p:first-child span:before{
	background: #006797;
}

.Apply02 form > section{
	margin: 0 0 70px;
}

.Apply02 form > section:last-of-type{
	margin: 0;
}

.Apply02 form  h4{
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 7px;
	font-weight: bold;
}

.Apply02 form dl{
	display: flex;
	border-bottom: 1px solid #fff;
}

.Apply02 form dt{
	background: #c2dae5;
	width: 325px;
	line-height: 1.4;
	padding: 15.5px 20px;
	position: relative;
}

.Apply02 form dt.required:after{
	content: '※';
	color: red;
	position: absolute;
	top: 15.5px;
	right: 20px;
}

.Apply02 form dd {
	background: #f1f4f6;
	width: calc(100% - 325px);
	padding: 14px 20px;
	line-height: 1.5;
}

.Apply02 .crsForm dl:first-of-type dd span {
    padding: 0 0 0 3px;
}

.Apply02 .btn_area {
	width: 790px;
	display: flex;
	justify-content: space-between;
}

.Apply02 .btn_area input{
	margin: 0;
}

.Apply02 .btn_area input[type = submit]:first-of-type {
	background: #fff;
	border: #00192e 2px solid;
	color: #00192e;
}

/* 申し込み完了 .Apply03 */
.Apply03 .step {
	margin: 70px auto 100px;
}

.Apply03 .step .step1 p:first-child span,
.Apply03 .step .step2 p:first-child span{
	background: #006797;
	color: #fff;
}

.Apply03 .step .step1 p:nth-child(2),
.Apply03 .step .step2 p:nth-child(2){
	color: #006797;
}

.Apply03 .step .step1 p:first-child span:after,
.Apply03 .step .step2 p:first-child span:before,
.Apply03 .step .step2 p:first-child span:after,
.Apply03 .step .step3 p:first-child span:before{
	background: #006797;
}

.Apply03 .Apply03_msg{
	
}

.Apply03 .Apply03_msg h4{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 35px;
}

.Apply03 .Apply03_msg .txt_area{
	background: #f1f4f6;
	padding: 28px 20px;
}

.Apply03 .Apply03_msg .txt_area p{
	line-height: 1.5;
	margin: 0 0 5px;
}

.Apply03 .Apply03_msg .txt_area p:nth-of-type(3){
	margin: 0 0 30px;
}

.Apply03 .Apply03_msg .txt_area p span {
	white-space: nowrap;
}

.Apply03 .btn_area{
	width: 100%;
	max-width: 720px;
	display: flex;
	justify-content: space-between;
	margin: 130px auto 150px;
	padding: 0;
}

.Apply03 .btn_area a.btn_link01:nth-of-type(2) span:after {
	content: url(../img/appl_ico_02.png);
	padding-left: 6px;
	display: inline-block;
}


/*==レスポンシブ設定==*/
@media screen and (min-width:1020px) {
	
}

/*------------ノートPC用------------------*/
@media screen and (min-width: 960px) and (max-width: 1019px) {
	.Apply02 .btn_area {
    padding: 0;
	}
}

/*------------タブレット用------------------*/
@media screen and (min-width: 560px) and (max-width: 959px) {
	
	.step {
    margin: 55px auto 65px;
	}
	
	.Apply01 form > section {
    margin: 0 0 60px;
	}

	.Apply01 form dl {
    display: block;
		border-bottom: 3px solid #fff;
	}
	
	.Apply01 form dl:last-of-type{
		border: none;
	}
	
	.Apply01 form dt {
    width: 100%;
		border-bottom: 1px solid #fff;
		padding: 10px 15px;
	}
	
	.Apply01 form dt.required:after {
    position: initial;
    padding: 0 0 0 5px;
	}
	
	.Apply01 form dd {
    width: 100%;
		padding: 12px 15px;
	}
	
	.Apply01 .startMForm .startMNote br{
		display: none;
	}
	
	.Apply02 form > section {
    margin: 0 0 60px;
	}

	.Apply02 form dl {
    display: block;
		border-bottom: 3px solid #fff;
	}
	
	.Apply02 form dl:last-of-type{
		border: none;
	}
	
	.Apply02 form dt {
    width: 100%;
		border-bottom: 1px solid #fff;
		padding: 10px 15px;
	}
	
	.Apply02 form dd {
    width: 100%;
		padding: 12px 15px;
		min-height: 48px;
	}
	
	.Apply02 .btn_area {
    display: block;
		width: 100%;
		position: relative;
		margin: 140px auto 290px;
	}
	
	.Apply02 .btn_area input {
    margin: 0 auto;
	}
	
	.Apply02 .btn_area input:first-of-type {
		position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
	}
	
	.Apply03 .btn_area {
    padding: 0 20px;
	}
	
	.Apply03 .btn_area a.btn_link01 {
    width: calc((100% - 20px) / 2);
		max-width: 320px;
	}
	
	.Apply03 .btn_area a.btn_link01 span {
    width: 100%;
	}
	
}

/*-----------スマホ-------------*/
@media screen and (max-width: 559px) {
	
	.step {
    margin: 45px auto 60px;
		padding: 0 15px;
		max-width: 430px;
	}
	
	.step p:first-child span {
    width: 55px;
    height: 55px;
    line-height: 54px;
	}
	
	.step p:first-child span:before {
    width: 19%;
	}
	
	.step p:first-child span:after {
    width: 19%;
	}
	
	.step p:nth-child(2) {
    margin: 17px 0 0;
		font-size: 15px;
		line-height: 1.4;
		padding: 0 7px;
	}
	
	.Apply01 form > section {
    margin: 0 0 50px;
	}
	
	.Apply01 form .ttl_area h4 {
    font-size: 17px;
	}

	.Apply01 form dl {
    display: block;
		border-bottom: 3px solid #fff;
	}
	
	.Apply01 form dl:last-of-type{
		border: none;
	}
	
	.Apply01 form dt {
    width: 100%;
		border-bottom: 1px solid #fff;
		padding: 10px;
	}
	
	.Apply01 form dt.required:after {
    position: initial;
    padding: 0 0 0 5px;
	}
	
	.Apply01 form dd {
    width: 100%;
		padding: 12px 10px;
	}
	
	.Apply01 form dd input.short {
    max-width: initial;
	}
	
	.Apply01 .billForm .ttl_area {
    width: 100%;
	}
	
	.Apply01 .billForm .ttl_area label {
    width: calc(100% - 115px);
		max-width: 184px;
	}
	
	.Apply01 .billForm .sameCheck .checkbox-parts {
    padding: 5px 5px 5px 35px;
	}
	
	.Apply01 .billForm .sameCheck .checkbox-parts::before {
    left: 12px;
	}
	
	.Apply01 .billForm .sameCheck .checkbox-input:checked + .checkbox-parts::after {
    left: 18px;
	}
	
	.Apply01 .startMForm .startMNote br{
		display: none;
	}
	
	.Apply01 .btn_area {
    margin: 75px auto 90px;
	}
	
	.Apply01 input[type = submit] {
    font-size: 21px;
	}
	
	.Apply02 form > section {
    margin: 0 0 50px;
	}
	
	.Apply02 form h4 {
    font-size: 17px;
	}

	.Apply02 form dl {
    display: block;
		border-bottom: 3px solid #fff;
	}
	
	.Apply02 form dl:last-of-type{
		border: none;
	}
	
	.Apply02 form dt {
    width: 100%;
		border-bottom: 1px solid #fff;
		padding: 10px;
	}
	
	.Apply02 form dd {
    width: 100%;
		padding: 12px 10px;
		min-height: 48px;
	}
	
	.Apply02 input[type = submit] {
    font-size: 21px;
	}
	
	.Apply02 .btn_area {
    display: block;
		width: 100%;
		position: relative;
		margin: 75px auto 190px;
	}
	
	.Apply02 .btn_area input {
    margin: 0 auto;
	}
	
	.Apply02 .btn_area input:first-of-type {
		position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
		max-width: 365px;
	}
	
	.Apply03 .step {
    margin: 45px auto 60px;
	}
	
	.Apply03 .inner02 {
    padding: 0;
	}
	
	.Apply03 .Apply03_msg h4 {
    padding: 0 15px;
		font-size: 19px;
	}
	
	.Apply03 .Apply03_msg .txt_area {
    padding: 25px 15px;
	}
	
	.Apply03 .Apply03_msg .txt_area p {
    margin: 0 0 12px;
	}
	
	.Apply03 .btn_area {
    margin: 75px auto 90px;
    display: block;
    padding: 0 15px;
    width: 100%;
    max-width: 333px;
	}
	
	.Apply03 .btn_area a.btn_link01:first-of-type {
    margin: 0 0 25px;
	}
	
	
}



