@charset "utf-8";

.guidance {
	background-color: #fae8e8;
	margin-bottom: 10px;
	padding: 10px 10px 15px;
}

.guidance .guidance_text {
	color: #f15c5c;
	font-weight: 900;
}

.guidance .guidance_text span {
	background:linear-gradient(transparent 75%, #ffdc00 75%);
	font-weight: 900;
}

.guidance ul {
	margin-top: 8px;
}

.guidance ul li {
	width: calc(98% / 2);
	margin-right: 2%;
}

.guidance ul li a {
	display: block;
	text-align: center;
	font-weight: 900;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	background-color: #ff3c00;
	position: relative;
	box-shadow: 0 4px 0 #d53200;
}

.guidance ul li a:hover {
	top: 4px;
	box-shadow: none;
}

.guidance ul li:last-of-type {
	margin-right: 0;
}

.breadcrumb {
	width: 100%;
	max-width: 1024px;
}

#policy {
	width: 95%;
	height: 150px;
	margin: 0 auto 30px;
	overflow-y: scroll;
	border: 2px solid #ccc;
	padding: 20px;
}

.if_error {
	width: 95%;
	margin: 0 auto;
	background-color: #fae8e8;
	padding: 10px;
	text-align: center;
}

.if_error b {
	color: #f15c5c;
	font-weight: 900;
}

.mail_cv_form {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 3px;
}

.mail_cv_form h1 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 4px solid #ccc;
	position: relative;
}

.mail_cv_form h1:after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 4px solid #5d456c;
	bottom: -4px;
	width: 20%;
}

.mail_cv_form dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dashed #ccc;
}

.mail_cv_form dl:first-of-type {
	border-top: 1px solid #ccc;
}

.mail_cv_form dl:last-of-type {
	border-bottom: 1px solid #ccc;
}

.mail_cv_form dl dt {
	width: 25%;
	padding: 12px;
	font-weight: 900;
	background-color: #f2f2f2;
	position: relative;
}

.mail_cv_form dl dt.required_item {
	display: flex;
	align-items: center;
	padding: 12px 62px 12px 12px;
}

.mail_cv_form dl dt.required_item:after {
	content: "必須";
	position: absolute;
	top: 50%;
	right: 12px;
	background-color: #cc0033;
	color: #fff;
	font-weight: 900;
	display: inline-block;
	padding: 0 5px;
	border-radius: 3px;
	transform: translateY(-50%);
	font-size: 14px;
}

.mail_cv_form dl dd {
	width: 75%;
	padding: 12px;
}

.mail_cv_form .original_radio {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.mail_cv_form .original_radio + label {
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	text-align: center;
	cursor: pointer;
}

.mail_cv_form .original_radio:checked + label {
	background-color: #fff8cf;
	border: 1px solid #e4c104;
}

.mail_cv_form .original_checkbox {
	display: none;
}

.mail_cv_form .original_checkbox + label {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px 8px 8px 40px;
	cursor: pointer;
}

.mail_cv_form .original_checkbox + label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	border: 2px solid #ccc;
	border-radius: 3px;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.mail_cv_form .original_checkbox:checked + label {
	background-color: #fff8cf;
	border: 1px solid #e4c104;
}

.mail_cv_form .original_checkbox:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: 14px;
	width: 10px;
	height: 5px;
	border-left: 3px solid #cc0033;
	border-bottom: 3px solid #cc0033;
	transform: rotate(-45deg);
}

.mail_cv_form select {
	cursor: pointer;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	padding: 8px;
	font-size: 18px;
}

.mail_cv_form input[type="text"],
.mail_cv_form input[type="tel"],
.mail_cv_form input[type="email"],
.mail_cv_form input[type="date"],
.mail_cv_form input[type="time"] {
	font-size: 18px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.mail_cv_form textarea {
	min-height: 100px;
	margin: 0;
	padding: 8px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.mail_cv_form input[type="submit"] {
	display: block;
	width: 95%;
	margin: 20px auto 40px;
	background-color: #ff8000;
	box-shadow: 0 4px 0 #df6200;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	padding: 10px;
	border: none;
	position: relative;
	cursor: pointer;
}

.mail_cv_form input[type="submit"]:hover {
	top: 4px;
	box-shadow: none;
}

.full {
	width: 100%;
}

.long {
	width: 75%;
}

.middle {
	width: 50%;
}

.col_3 li {
	width: calc(96% / 3);
	margin-right: 2%;
	margin-top: 12px;
}

.col_3 li:nth-of-type(3n) {
	margin-right: 0;
}

.col_3 li:nth-of-type(-n + 3) {
	margin-top: 0;
}

.col_2 li {
	width: calc(98% / 2);
	margin-right: 2%;
	margin-top: 12px;
}

.col_2 li:nth-of-type(2n) {
	margin-right: 0;
}

.col_2 li:nth-of-type(-n + 2) {
	margin-top: 0;
}

.address_field ul li {
	display: flex;
	margin-bottom: 12px;
	width: 100%;
}

#home,
#another {
	margin-top: 12px;
}

.caution_note {
	margin-bottom: 8px;
}

.caution_note p {
	color: #f15c5c;
	text-align: center;
	background-color: #fae8e8;
	padding: 8px;
}

.address_field ul li:last-of-type {
	margin-bottom: 0;
}

.address_field ul li label {
	background-color: #f15c5c;
	color: #fff;
	font-weight: 900;
	padding: 0 12px;
	border-radius: 3px;
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.support,
.mailattention {
	margin-top: 8px;
}

.support li {
	position: relative;
	padding-left: 20px;
}

.support li:before {
	content: "※";
	position: absolute;
	left: 0;
}

.form_beginning {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.form_beginning .settlement_btn a {
	color: #fff;
	font-weight: 900;
	padding: 10px 20px;
	border-radius: 3px;
	position: relative;
	background-color: #ff3c00;
	box-shadow: 0 4px 0 #d53200;
	display: inline-block;
}

.form_beginning .settlement_btn a:hover {
	top: 4px;
	box-shadow: none;
}

.required_label {
	background-color: #cc0033;
	color: #fff;
	font-weight: 900;
	display: inline-block;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 3px;
}

.date_field {
	width: 100%;
	display: flex;
	margin-bottom: 12px;
}

.date_field:last-of-type {
	margin-bottom: 0;
}

.date_field .parts {
	margin-right: 12px;
}

.date_field .parts:last-of-type {
	margin-right: 0;
}

.date_field .parts b {
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	font-weight: 900;
	background-color: #f15c5c;
	padding: 0 12px;
	border-radius: 3px;
}

.date_field .parts ul {
	display: flex;
}

.date_field .parts ul li {
	margin-right: 8px;
}

.date_field .parts ul li:last-of-type {
	margin-right: 0;
}

.date_field .parts ul li label {
	display: flex;
	height: 100%;
	align-items: center;
	border: 1px solid #f15c5c;
	color: #f15c5c;
	padding: 0 12px;
	border-radius: 3px;
}

@media only screen and (max-width: 768px){

.guidance ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 12px;
}

.guidance ul li:last-of-type {
	margin-bottom: 0;
}

.if_error {
	text-align: left;	
}

.if_error b {
	display: block;
	text-align: center;
}

.mail_cv_form {
	padding: 20px;
	border-radius: 0;
}

.mail_cv_form dl,
.mail_cv_form dl:last-of-type {
	border-bottom: none;
}

.mail_cv_form dl:first-of-type {
	border-top: none;
}

.mail_cv_form dl dt {
	width: 100%;
}

.mail_cv_form dl dd {
	width: 100%;
	padding: 12px 0 40px;
}

.col_3 li {
	width: 100%;
	margin-right: 0;
}

.col_3 li:nth-of-type(2),
.col_3 li:nth-of-type(3) {
	margin-top: 12px;
}

.col_3.res_2 li {
	width: calc(98% / 2);
	margin-right: 2%;
}

.col_3.res_2 li:nth-of-type(2n) {
	margin-right: 0;
}

.col_3.res_2 li:nth-of-type(2) {
	margin-top: 0;
}

.col_2.res_1 li {
	width: 100%;
	margin-right: 0;
}

.col_2.res_1 li:nth-of-type(2) {
	margin-top: 12px;
}

.address_field ul li {
	flex-direction: column;
}

.address_field ul li label {
	margin-right: 0;
	padding: 8px;
	margin-bottom: 8px;
}

.form_beginning {
	flex-direction: column-reverse;
}

.form_beginning .attention_text {
	width: 100%;
}

.form_beginning .settlement_btn {
	width: 100%;
	margin-bottom: 15px;
}

.form_beginning .settlement_btn a {
	display: block;
	text-align: center;
}

.full,
.long,
.middle {
	width: 100%;
}

.mail_cv_form input[type="submit"] {
	margin: 0 auto 40px;
}

.date_field {
	flex-wrap: wrap;
}

.date_field .parts:first-of-type {
	width: 100%;
	margin-right: 0;
	margin-bottom: 8px;
}

.date_field .parts:nth-of-type(2),
.date_field .parts:nth-of-type(3) {
	width: calc(calc(100% - 12px) / 2);
}

.date_field .parts ul {
	flex-wrap: wrap;
}

.date_field .parts ul li {
	width: 100%;
	margin-right: 0;
}

.date_field .parts ul li:first-of-type {
	margin-bottom: 8px;
}

.mail_cv_form input[type="date"],
.mail_cv_form input[type="time"] {
	width: 100%;
}

}