@charset "utf-8";

.contact,
.howToApply {
	max-width: 960px;
	margin: 0 auto 40px;
}
.howToApply {
	background: #f6f6f6;
	padding: 20px;
}
.howToApply ol {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 20px;
}
.howToApply ol li {
	font-size: 1.06em;
	margin-bottom: 10px;
}
.howToApply ol li span {color: #ff0000;}
.contact .txt1 {
	text-align: center;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 1.12em;
	border: 1px solid #ccc;
}
.contact .txt1 .txt2 {
	display: block;
	font-size: 1.375rem;
}
.contact .txt1 .phoneNum {
	font-weight: 600;
	color: #2d8000;
}
.required {
	color: #ff0000;
	margin-bottom: 10px;
	font-size: 1.06em;
}
.required2 {
	color: #ff0000;
	margin-bottom: 5px;
	font-size: 0.75em;
}
.mailform table {
	width: 100%;
	margin-bottom: 20px;
}
.mailform table tr:nth-child(2n+1) {background: rgba(233,249,224,1);}
.mailform table th,
.mailform table td {
	padding: 10px;
	font-size: 1.06em;
}
.mailform table th {
	width: 180px;
	white-space: nowrap;
	font-weight: 600;
}
.contact .btn {text-align: center;}
.contact .btn input {
	background-image: url(../../img/arrow1.svg);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 11px auto;
	background-color: rgba(67,189,0,1);
	text-align: left;
	width: 260px;
	font-size: 1.06em;
	font-weight: 600;
	line-height: 1;
	padding: 16px 20px;
	margin: 0 10px 10px;
	color: #fff;
	cursor: pointer;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
}
.contact .btn input.backBtn {
	background-color: #666;
	background-image: none;
	width: auto;
}
.contact .btn input:hover.backBtn {background-color: #333;}
.contact .btn input:hover {background-color: rgba(67,189,0,0.8);}
.contact .text01,
.contact .text02,
.contact .text03 {
	padding: 4px;
	font-size: 1em;
	border: 1px solid #ccc;
	font-family: 'Noto Sans JP', sans-serif;
}
.contact .text01 {width: 200px;}
.contact .text02 {width: 100px;}
.contact .text03 {width: 400px;}
.contact .text04 {
	padding: 4px;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
 }
.contact .text05 {
	padding: 4px;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 150px;
}

.thanksTxt {
	max-width: 640px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(233,249,224,1);
}
.thanksTxt p {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.06em;
	font-weight: 500;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	.contact .txt1 {font-size: 1.06em;}
	.contact .txt1 .txt2 {font-size: 1.25rem;}
	.required {font-size: 1em;}
	.mailform table th,
	.mailform table td {font-size: 1em;}
	.contact .text01 {width: 100%;}
	.contact .text02 {width: 100%;}
	.contact .text03 {width: 100%;}
	.thanksTxt p {font-size: 1em;}
}
@media only screen and (max-width: 640px) {
	.contact .txt1 .txt2 {font-size: 1em;}
	.mailform table th {
		display: block;
		width: 100%;
		padding: 10px 10px 0;
	}
	.mailform table td {
		display: block;
		width: 100%;
	}
}

.consent {
	max-width: 960px;
	margin: 0 auto 30px;
}
.consent p {font-size: 1.06em;}
.consent .notes {
	margin: 30px 0 20px;
	font-size: 1.375em;
	font-weight: 600;
	color: #2d8000;
	text-align: center;
}
.consent .notesList {
	padding: 20px;
	background: rgba(233,249,224,1);
}
.consent ol {
	list-style: decimal;
	margin-left: 1.5em;
}
.consent ol li {
	line-height: 1.6;
	margin-bottom: 20px;
}
.btnYesNo {
	max-width: 600px;
	margin: 0 auto 50px;
}
.btnYesNo ul {
	display: flex;
	justify-content: space-between;
}
.btnYesNo ul li {
	width: 48%;
	border-radius: 8px;
	text-align: center;
}
.btnYesNo ul li a {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
	border-bottom: 3px solid;
	background: #fff;
	border-radius: 8px;
}
.btnYesNo ul li.btnYes a {
	background: rgba(255,125,77,1);
	border-color: rgba(191,79,38,1);
}
.btnYesNo ul li.btnYes a:hover {background: rgba(255,125,77,0.8);}
.btnYesNo ul li.btnNo a {
	background: rgba(94,180,255,1);
	border-color: rgba(63,135,199,1);
}
.btnYesNo ul li.btnNo a:hover {background: rgba(94,180,255,0.8);}
@media only screen and (max-width: 768px) {
	.consent p {font-size: 1em;}
	.consent .notes {font-size: 1.06em;}
	.consent .notesList {padding: 15px;}
	.consent ol {margin-left: 1.2em;}
	.btnYesNo ul li a {font-size: 1.12em;}
}
@media only screen and (max-width: 640px) {
	.btnYesNo ul li a {font-size: 1.06em;}
}
@media only screen and (max-width: 480px) {
	.btnYesNo ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.btnYesNo ul li {
		width: 100%;
		max-width: 280px;
		margin-bottom: 15px;
	}
}
