@charset "UTF-8";


.inPage header .wrap::before {
	opacity: 0.4;
	background-position: 0 40%;
}
.inPage header .container {padding: 0 20px 50px;}
.inPage header h1 {margin-bottom: 0}
.inPage header h1 .title {color: #fff;}
.inPage header h1 .title em {font-size: 2.6em;}
.inPage header h1 .sub {margin-bottom: 40px;}
.inPage header .wrap::after {display: none;}
@media screen and (max-width: 460px){
	.inPage header h1 .title em {font-size: 3em;}
}



.permission {padding-bottom: 50px;}
.permissionArea .innerBox {
	box-sizing: border-box;
	padding: 35px;
	/*background: rgba(0,0,100,0.05);*/
	background: rgba(0,0,0,0.05);
	height: 300px;
	overflow: auto;
}
.permissionArea section {font-size: 0.85em; line-height: 1.6}

.permissionArea section h3 {font-size: 1.4em; font-weight: 500; margin-bottom: 20px;}
.permissionArea section h3 + p {margin-bottom: 20px;}
.permissionArea section ul {}
.permissionArea section ul li {list-style: disc; margin-left: 25px;}
.permissionArea section ul li:not(:last-child) {margin-bottom: 15px;}

.pms01 {}
.pms01 dl {margin-top: 25px; box-sizing: border-box; border: 1px solid #333; padding: 20px;}
.pms01 dl dt {font-weight: 500; margin-bottom: 10px;}
.pms01 dl dd {}

.pms02 {margin: 50px 0;}

@media screen and (max-width: 720px){
	.permissionArea .innerBox {padding: 20px;}
	.permissionArea section ul li {list-style: disc; margin-left: 20px;}
}
@media screen and (max-width: 420px){
	.pms01 dl {padding: 10px;}
	.permissionArea section ul li:not(:last-child) {margin-bottom: 10px;}
}
@media screen and (max-width: 350px){
	.permissionArea .innerBox {padding: 15px;}
}




.bgc01 .wrap .container {padding-bottom: 0;}
article {}
.bgc01 .wrap article {padding: 0;}

@media screen and (max-width: 420px) {
	.bgc01 .wrap article .innerBox {font-size: 0.9em}
}

@media screen and (max-width: 420px){
.bgc01 .wrap article .innerBox input, .bgc01 .wrap article .innerBox select, .bgc01 .wrap article .innerBox textarea {
  font-size: 16px;
}
}


.inPage main article .innerBox #inputArea > ul {border-top: 1px solid rgba(0,0,0,0.2);}

.inPage main article .innerBox #inputArea > ul > li {padding-top: 20px; font-size: 0.9em; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.2);}
.inPage main article .innerBox #inputArea > ul > li:not(:last-child) {}
.inPage main article .innerBox #inputArea > ul > li > dl {display: flex; justify-content: space-between; /*align-items: center;*/ align-items: flex-start;}
.inPage main article .innerBox #inputArea > ul > li > dl dt {width: 300px; margin-right: 20px; box-sizing: border-box; padding-left: 30px; font-weight: 500;}
.inPage main article .innerBox #inputArea > ul > li > dl dt small {font-size: 0.7em}
.inPage main article .innerBox #inputArea > ul > li > dl dt small.chobun {display: block; line-height: 140%}

.inPage main article .innerBox #inputArea > ul > li > dl dt.any small {display: block; font-size: 0.85em; margin-top: 5px;}

.inPage main article .innerBox #inputArea > ul > li > dl dd {width: calc(70%); box-sizing: border-box; padding-right: 30px}

.inPage main article .innerBox #inputArea > ul > li > dl dd > span {}
.inPage main article .innerBox #inputArea > ul > li > dl dd > span:nth-child(2) {margin-left: 10px;}

.inPage main article .innerBox #inputArea > ul > li > dl dd p {margin-top: 10px;}
.inPage main article .innerBox #inputArea > ul > li > dl dd p.cap {font-size: 13px;}

.schBtn {display: inline-block; margin-left: 10px;}
.schBtn a {background: #2a9c0b; display: block; border-radius: 5px; padding: 0 20px; color: #fff; font-size: 0.9em; letter-spacing: 0.1em; transition: all 0.3s ease;}
.schBtn a:hover{opacity: 0.6;}

@media screen and (max-width: 950px) {
	.inPage main article .innerBox #inputArea > ul > li > dl {display: block; box-sizing: border-box; padding: 0 10px;}
	.inPage main article .innerBox #inputArea > ul > li > dl dt {width: auto; display: inline-block; margin-bottom: 20px; font-weight: bold; padding-left: 0}
	.inPage main article .innerBox #inputArea > ul > li > dl dd {width: calc(100%); padding-right: 0;}
}

.inPage main article .innerBox #inputArea > ul > li:first-child > dl dd > span {}


.itw01 {}
.itw02 {max-width: 100px; width: 15%!important}
.itw03 {max-width: 150px; width: 30%!important}
.itw04 {　max-width: none; width: 30px!important;}
.itw05 {max-width: 250px; width: 60%!important}
.fileBox  {max-width: 200px;}
.fileArea label[for="pic_up"] span {
	display: inline-block;
	margin-left: 10px;
	font-size: 0.9em;
	background: #43af0e;
	padding: 5px 20px 5px 40px;
	color: #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
	position: relative;
}
.fileArea label[for="pic_up"] span::before {
	content: '';
	background: url("../images/icon_upload.svg") no-repeat center;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.fileArea label[for="pic_up"] span:hover {opacity: 0.5;}

@media screen and (max-width: 430px) {
	.fileBox  {max-width: 150px;}
	.fileArea label[for="pic_up"] span {padding: 5px 5px; vertical-align: middle}
	.fileArea label[for="pic_up"] span::before {
		position: static;
		display: block;
		margin: 0 auto 3px;
		transform: translateY(0);
	}
}


.inList01 {display: flex;}
.inList01 > li {margin-right: 20px}

.require, .any {position: relative;}
.require::before, .any::before {
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	content: '必\A須';
	font-size: 12px;
	background: #de3232;
	color: #fff;
	padding: 3px 5px;
	line-height: 1.2;
	white-space: pre;
	border-radius: 3px;
}
.any::before {
	background:#006cb6;
	content: '任\A意';
	
	top: 0%;
	transform: translateY(0%);
}
@media screen and (max-width: 950px) {
	.require::before, .any::before {content: '必須'; right: auto; left: calc(100% + 10px);}
	.any::before {content: '任意'; }
}




.errorArea {position: relative;}
.errorArea::before {
	position: absolute;
	top: 3px;
	left: 0px;
	content: '';
	width: 100%;
	height: calc(100% - 6px);
	background: rgba(255,174,174,0.4);
	pointer-events: none;
}


.errorArea input[type="text"], .errorArea input[type="search"], .errorArea select {
    background: #bbb;
    color: #000;
}



.inPage main article .innerBox > ul li.errorArea dl dd {}
.inPage main article .innerBox > ul li.errorArea dl dd input[type="text"], .inPage main article .innerBox > ul li.errorArea dl dd select {

	background: rgba(255,255,255,0.6);
	position: relative;
}
.inPage main article .innerBox > ul li.errorArea dl dd input[type="text"]:focus, .inPage main article .innerBox > ul li.errorArea dl dd textarea:focus, .inPage main article .innerBox > ul li.errorArea dl dd select:focus {
	/*background: rgba(255, 255, 255, 0.3)!important;*/
	background: rgba(255,255,255,1)!important;
	/*background: rgba(0, 0, 0, 0.5)!important;*/
}

.errorArea .error {font-size: 0.9em; position: relative;}



.privacy {box-sizing: border-box; padding: 35px; background: rgba(0,0,0,0.05); margin-top: 60px; margin-bottom: 40px; text-align: left;}
.privacy > dl {}
.privacy > dl > dt {font-weight: 500; margin-bottom: 10px;}
.privacy > dl > dt span {}
.privacy > dl > dt span::before {content: '【'; margin-left: -10px}
.privacy > dl > dt span::after {content: '】';}
.privacy > dl > dd {font-size: 0.9em;}
.privacy > dl > dd a:hover {text-decoration: underline;}
.privacy > dl > dd > dl {margin-top: 20px}
.privacy > dl > dd > dl > dt {font-weight: 500; margin-bottom: 5px;}
.privacy > dl > dd > dl > dt::before {content: '■'; margin-right: 3px;}

#agree { text-align:center; font-size:0.9em;}
.noncheck {opacity: 0.4; transition: all 0.3s ease; pointer-events: none;}
.checked {opacity: 1;}


@media screen and (max-width: 720px) {
	.privacy {padding: 20px;}
}
@media screen and (max-width: 350px) {
	.privacy {padding: 15px;}
}



#complete {}
#complete  .tArea {}
#complete  .tArea > div {text-align: center; }
#complete  .tArea > div strong {font-size: 1.6em; margin-bottom: 40px; display: block; }
#complete  .tArea > p {text-align: center; margin-bottom: 40px; line-height: 2}

#complete  .tArea > div a:hover {text-decoration: underline;}

@media screen and (min-width: 541px) and (max-width: 1100px) {
	#complete  .tArea > p br.sp {display: inline-block;}
}

@media screen and (max-width: 540px) {
	#complete  .tArea > p {text-align: left;}
}


#routeAera {}
#routeAera .details {position: relative;}
#routeAera .details > div {
	margin-top: 15px;
	display: none;

	opacity: 0;
}
#routeAera .details > div > div:last-child {margin-top: 5px;}

#routeAera.slct01 .details > div.choice1 {
	display: block;
	-webkit-animation: slct 0.2s linear .0s 1 forwards;
	animation: slct 0.2s linear .0s 1 forwards;
}

#routeAera.slct03 .details > div.choice3 {
	display: block;
	-webkit-animation: slct 0.2s linear .0s 1 forwards;
	animation: slct 0.2s linear .0s 1 forwards;
}


#routeAera.slct09 .details > div.choice9 {display: block;
-webkit-animation: slct 0.2s linear .0s 1 forwards;
	animation: slct 0.2s linear .0s 1 forwards;
}


@keyframes slct {
  0% { opacity: 0; }
  100% {opacity: 1; }
}
@-webkit-keyframes slct {
 0% { opacity: 0;}
  100% {opacity: 1; }
}



#inputArea {padding-top: 50px;}


#inputArea {position: relative;}
#inputArea > a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1;
	display: block;
	transition: all 0.3s ease;
}
.addatn {}
.formArea::after {
	content: '申し込み規約及び個人情報の扱いについて同意してください';
	position: absolute;
	top: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: #D71417;
	font-weight: 500;
	transition: all 0.3s ease;
	opacity: 0;
	pointer-events: none;
}
.formArea.addatn::after {
	opacity: 1;
}
.enabled #inputArea > a {opacity: 0; z-index: -1;}
.enabled .formArea.addatn::after {opacity: 0;}

@media screen and (max-width: 520px) {
	.formArea::after {font-size: 1.1em;}
}

@media screen and (max-width: 420px) {
	.formArea::after {
		white-space: pre;
	content: '申し込み規約及び個人情報の扱いについて\A同意してください';
	}
}





.checkBoxList {}
.checkBoxList > li {}
.checkBoxList > li:not(:last-child) {margin-bottom: 10px;}

.txtBoxArea {margin-top: 20px; display: none;}



#confirm .checkBoxList > li {list-style: disc; margin-left: 25px;}



.loFix01 .itw03 {}
input[type="text"], textarea, select, input[type="search"] {line-height: 1.6;}
input[type="text"]:focus, textarea:focus, select:focus, input[type="search"]:focus {line-height: 1.6;}
