@charset "utf-8";
.contact_wrap {
		max-width: 940px;
		margin: 0 auto;
		padding: 0 30px;
}
@media(max-width: 767px) {
		.contact_wrap {
				padding: 0 20px;
		}
}
.contact_lead {
		line-height: 2.0;
		margin: 0 0 30px;
}
.contact_lead.confirm {
		text-align: center;
}
@media(max-width: 767px) {
		.contact_lead {
				line-height: 1.8;
				margin: 0 0 15px;
		}
}
.contact_form {
		margin-bottom: 40px;
		display: flex;
		align-items: center;
}
.contact_form.extra {
		display: flex;
		align-items: flex-start;
}
.contact_form dt {
		font-weight: 500;
		display: flex;
		align-items: center;
		width: 260px;
}
.contact_form dt.extra {
		display: block;
}
.extra_flex {
		display: flex;
		align-items: center;
}
.dt_notes {
		padding-top: 10px;
		font-size: 13px;
		color: #888;
}
.contact_form dt div.must {
		margin-left: 8px;
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 12px;
		color: #fff;
		background: #C3392D;
		border-radius: 60px;
		height: 24px
}
.nini {
		background: #A8A8A8 !important;
}
div.must span {
		transform: translateY(-1px)
}
.contact_form dd {
		flex: 1
}
.contact_form dd ul:not(.file_notes) {
		display: flex;
		align-items: center;
}
.contact_form dd ul {
		list-style: none;
}
.contact_form dd ul:not(.file_notes) li {
		display: flex;
		align-items: center;
		margin-right: 40px;
}
.contact_form dd ul.file_notes {
		font-size: 14px;
		margin-left: 1em;
		margin-top: 15px;
}
.contact_form dd ul.file_notes li {
		position: relative;
		margin: 0 0 6px;
		line-height: 1.8;
}
.contact_form dd ul.file_notes li:last-child {
		margin-bottom: 0;
}
.contact_form dd ul.file_notes li:before {
		content: '・';
		display: block;
		position: absolute;
		top: 0;
		left: -1em;
}
.contact_form dd ul li:last-child {
		margin-right: 0;
}
@media(max-width: 960px) {
		.contact_form dt {
				width: 230px;
		}
}
@media(max-width: 767px) {
		.contact_form, .contact_form.extra {
				display: block;
				margin-bottom: 25px;
		}
		.contact_form dt {
				width: auto;
				margin: 0 0 10px;
		}
		.contact_form dd ul:not(.horizon) {
				display: block;
				margin-top: 20px;
		}
		.contact_form dd ul.horizon {
				margin-top: 20px;
		}
		.contact_form dd ul:not(.file_notes) li {
				margin: 0 0 15px;
		}
		.contact_form dd ul:not(.file_notes) li:last-child {
				margin: 0;
		}
		.contact_form dd ul.horizon li {
				margin: 0 30px 0 0 !important
		}
		.contact_form dd ul.horizon li:last-child {
				margin: 0
		}
}
.select_wrap {
		width: 60%;
		display: flex;
}
select {
		color: #1e1e1e;
}
@media(max-width: 767px) {
		.select_wrap {
				width: 100%;
		}
}
.select_body {
		position: relative;
		width: 100%;
}
.select_body::after {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #333;
		border-right: 2px solid #333;
		top: calc(50% - 5px);
		right: 15px;
		transform: rotate(45deg);
		pointer-events: none;
}
.agree_lead {
		line-height: 2.0;
		text-align: center;
		margin: 40px 0 30px;
}
@media(max-width: 767px) {
		.agree_lead {
				font-size: 14px;
				line-height: 1.8;
				text-align: left;
				margin: 40px 0 30px;
		}
}
.sendBtn_flex {
		display: flex;
		justify-content: center;
		align-items: center;
}
.sendBtn {
		width: 210px;
		margin: 0 10px;
		position: relative;
}
.sendBtn button {
		cursor: pointer;
		width: 200px;
		height: 48px;
		border-radius: 60px;
		background: #C3392D;
		border: 1px solid #C3392D;
		color: #fff;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		box-sizing: border-box;
		transition: background 0.2s;
}
.sendBtn button:disabled {
		opacity: 0.7;
		cursor: not-allowed;
		pointer-events: none;
}
@media (hover: hover) {
		.sendBtn:not(.disActive):hover button {
				background: #fff;
				color: #C3392D;
		}
}
.sendBtn_flex .linkBtn {
		width: 200px;
}
@media(max-width: 767px) {
		.sendBtn {
				width: 200px;
				margin: 0;
		}
		.sendBtn button {
				cursor: pointer;
				width: 200px;
				height: 50px;
				font-size: 16px;
		}
		.sendBtn_flex.confirmFlex {
				display: flex;
				justify-content: space-between;
				align-items: center;
		}
		.sendBtn_flex.confirmFlex .linkBtn, .sendBtn_flex.confirmFlex .sendBtn {
				width: calc(50% - 5px);
				font-size: 16px !important;
		}
		.sendBtn_flex.confirmFlex .sendBtn button {
				width: 100%;
		}
}
.error {
		color: #cc0000;
		font-size: 14px;
		font-weight: 500;
		padding-top: 8px;
}
.fileAlert {
		color: #cc0000;
		font-size: 15px;
		font-weight: 700;
		padding-top: 8px;
		padding-bottom: 5px;
}
.contact_form.confirmLine, .contact_form.confirmLineEnd {
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px dotted #A8A8A8;
		margin-bottom: 0;
}
.contact_form.confirmLineEnd {
		margin-bottom: 60px;
}
/* ============= */
input[type="button"], input[type="submit"], input[type="reset"], select {
		-webkit-appearance: none;
}
input::placeholder, textarea::placeholder {
		color: #B4B4B4;
		font-size: 14px;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea, .contact_form select {
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 16px;
		border-radius: 0;
		outline: none;
		border: none;
		box-sizing: border-box;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea, .contact_form select {
		background-color: #fff;
		border-radius: 10px;
		width: 100%;
		padding: 20px;
		border: 1px solid #D0D0D0;
		box-sizing: border-box;
		font-size: 18px;
}
@media(max-width: 767px) {
		.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
				padding: 15px;
				font-size: 18px;
				border-radius: 8px;
		}
		.contact_form select {
				padding: 15px;
				font-size: 18px;
				border-radius: 8px;
		}
}
.contact_form input[type="radio"], .contact_form input[type="checkbox"] {
		width: 26px;
		height: 26px;
		opacity: 1;
		margin-right: 10px;
}
.contact_form dd li label {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
.contact_form dd li label span {
		position: relative;
		cursor: pointer
}
.contact_form dd li label span::before, .contact_form dd li label span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 13px);
		left: -36px;
		width: 26px;
		height: 26px;
		box-sizing: border-box;
}
input[type="radio"] + span::before, input[type="radio"] + span::after {
		border-radius: 50%;
}
.contact_form dd li label span::before {
		background-color: #fff;
		border: 1px solid #D0D0D0;
}
.contact_form dd li label span::after {
		background: #C3392D;
		transform: scale(0.6);
		border: none;
		opacity: 0;
		transition: opacity 0.3s;
}
input[type="radio"]:checked + span::after {
		opacity: 1 !important;
}
.contact_form textarea {
		height: 300px;
		line-height: 1.8;
}
@media(max-width: 767px) {
		.contact_form textarea {
				height: 200px;
		}
}
/* ============== */
.agree_check_wrap {
		padding-top: 20px;
}
.agree_check {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 60px;
		font-weight: 500;
}
.agree_check a {
		color: #C3392D;
		text-decoration: underline;
}
@media (hover: hover) {
		.agree_check a:hover {
				color: #C3392D;
				text-decoration: none;
		}
}
@media(max-width: 767px) {
		.agree_check {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				margin: 0 0 40px;
				font-size: 14px;
		}
}
.agree_check label {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
.agree_check input[type="checkbox"] {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		opacity: 0;
}
.agree_check label span {
		position: relative;
		cursor: pointer
}
.agree_check label span::before, .agree_check label span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 20px);
		left: -50px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-sizing: border-box;
}
.agree_check label span::before {
		background: #fff;
		border: 1px solid #D0D0D0;
}
.agree_check label span::after {
		border-radius: 50%;
		background: #C3392D;
		transform: scale(0);
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		opacity: 0;
}
input[type="checkbox"]:checked + span::after {
		transform: scale(0.6);
		opacity: 1 !important;
}
@media(max-width: 767px) {
		.agree_check input[type="checkbox"] {
				width: 30px;
				height: 30px;
				margin-right: 10px;
		}
		.agree_check label span::before, .agree_check label span::after {
				top: calc(50% - 15px);
				left: -40px;
				width: 30px;
				height: 30px;
		}
}
/* ================== */
.birth_flex {
		display: flex;
		align-items: center;
}
.birth_item {
		display: flex;
		align-items: center;
		margin-right: 15px;
		position: relative;
}
.birth_item::after {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #333;
		border-right: 2px solid #333;
		top: calc(50% - 5px);
		right: 35px;
		transform: rotate(45deg);
		pointer-events: none;
}
.birth_item select {
		margin-right: 5px;
}
.birth_item.year {
		width: 180px;
}
.birth_item.month {
		width: 130px;
}
.birth_item.day {
		width: 130px;
}
@media(max-width: 767px) {
		.birth_item {
				display: flex;
				align-items: center;
				margin-right: 10px;
		}
		.birth_item::after {
				right: 30px;
		}
		.birth_item select {
				font-size: 16px !important;
		}
		.birth_item.year, .birth_item.month, .birth_item.day {
				width: calc(calc(100% - 40px) / 3);
		}
}
/* ================ */
.imgattached {
		display: flex;
		align-items: center;
		position: relative;
		padding-top: 10px;
}
.imgattached input[type=file] {
		display: none !important;
}
.imgattached label {
		background: #C3392D;
		color: #fff;
		border-radius: 60px;
		padding: 8px 35px;
		cursor: pointer;
		text-align: center;
		margin-right: 15px;
		border: 1px solid #C3392D;
		transition: background 0.2s;
}
@media (hover: hover) {
		.imgattached label:hover {
				background: #fff;
				color: #C3392D;
		}
}
.imgattached_delete {
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		display: none;
		cursor: pointer;
		margin-left: 20px;
}
.imgattached_delete::before, .imgattached_delete::after {
		content: '';
		display: block;
		position: absolute;
		top: 14.5px;
		left: 4px;
		width: 22px;
		height: 2px;
		pointer-events: none;
		background: #000;
}
.imgattached_delete::before {
		transform: rotate(45deg)
}
.imgattached_delete::after {
		transform: rotate(-45deg)
}
@media(max-width: 767px) {
		.imgattached {
				display: block;
				margin-top: 20px;
				position: relative;
		}
		.imgattached .imgattached_delete {
				position: absolute;
				left: inherit;
				right: 10px;
				top: 31px;
		}
		.imgattached_status {
				margin: 25px 0 0;
		}
}
/* =============== */
.complete_wrap {
		margin-bottom: 60px;
		padding: 0 20px;
}
.complete_hd {
		font-size: 38px;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 900;
		color: #C3392D;
		letter-spacing: 0.07em;
		margin: 0 0 40px;
		text-align: center;
}
.complete_hd span {
		display: inline-block;
		padding-bottom: 5px;
		border-bottom: 1px dotted #C3392D;
}
.complete_caption {
		text-align: center;
		line-height: 1.8;
}
@media(max-width: 767px) {
		.complete_wrap {
				margin-bottom: 40px;
		}
		.complete_hd {
				font-size: 28px;
				margin-bottom: 25px;
		}
}