@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_a {}

.section_a .inner {
	padding-top: 35%;
}

.section_a .wrap {
	gap: 24px;
}

.section_a .heading_wrap {
	width: 90%;
	max-width: 1280px;
}

.section_a .heading_wrap .heading {}

.section_a .heading_wrap .heading .main {}

.section_a .heading_wrap .heading .sub {}

.section_a .content_wrap {
	width: 90%;
	max-width: 1024px;
}

.section_a .content_wrap .content {}

.section_a .content_wrap .content .item_wrap {}

.section_a .content_wrap .content .item_wrap .item {}

.section_a .content_wrap .content .item_wrap .item .text_wrap {}

.section_a .content_wrap .content .item_wrap .item .text_wrap .text {}

@media screen and (min-width: 768px) {
	.section_a .inner {
		padding-top: 10%;
		padding-bottom: 10%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_a .wrap {
		gap: 48px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section {}

.section .inner {}

.section .wrap {}

.section .heading_wrap {}

.section .heading_wrap .heading {}

.section .heading_wrap .heading .main {}

.section .heading_wrap .heading .sub {}

.section .content_wrap {}

.section .content_wrap .content {}

.section .content_wrap .content .item_wrap {}

.section .content_wrap .content .item_wrap .item {}

.section .content_wrap .content .item_wrap .item .text_wrap {}

.section .content_wrap .content .item_wrap .item .text_wrap .text {}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.form {
	width: 100%;
}

.form_area {
    width: 100%;
    margin: 0 auto 0;
}

.tbl-form {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 12px;
}

th,
td {
    display: block;
    padding: 12px 12px;
    border: 0;
	/* border-bottom: 1px #333333 solid; */
    font-weight: 500;
}

th {
	background-color: #B94091;
	font-weight: 600;
	color: #ffffff;
}

td {
	padding: 0;
	padding-top: 12px;
}

.last_line td {
	border-bottom: 0;
}

.must {
	padding: 0 12px;
	border-radius: 999px;
	background-color: #F2BA02;
}

th .flex,
td .flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

th .flex {}

td .flex {}

/* ↓ ラジオボタン ↓ */

.radio td {}

.radio label {
    position: relative;
	display: block;
    cursor: pointer;
    padding-left: 1.5rem;
}

.radio label::before,
.radio label::after {
    content: "";
    display: block;
    border-radius: 999px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.radio label::before {
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
    width: 1.25em;
    height: auto;
	aspect-ratio: 1 / 1;
    left: 0;
}

.radio label::after {
    background-color: #797979;
    opacity: 0;
    width: 0.75em;
    height: auto;
	aspect-ratio: 1 / 1;
    left: 4px;
}

.radio label:has(input[type="radio"]:checked):after {
    opacity: 1;
}

.radio_telmail label::before,
.radio_telmail label::after {
    border-radius: 50%;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

/* ↑ ラジオボタン ↑ */

.input-text {
    width: 100%;
    min-height: 2em;
    padding: 0.5em;
    border: 1px #D9D9D9 solid;
    background-color: #FAFAFA;
}

.textarea {
    width: 100%;
    min-height: 10em;
    padding: 0.5em;
    border: 1px #D9D9D9 solid;
    background-color: #FAFAFA;
}

.textarea_2 {
    min-height: 0;
}

.info_area {}

.info_area .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 10% auto 0;
	padding: 5%;
	border: 1px #333333 solid;
}

.info_area .info .text {}

.info_area .info .text .title {
	font-weight: 900;
}

.info_area .radio {
    margin-top: 2.5%;
}

.info_area .radio label::before,
.info_area .radio label::after {
    border-radius: 0;
}

.form_submit_btn {
	position: relative;
    display: block;
    margin: 24px auto 0;
}

.form_submit_btn::after {
	content: "";
    position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-25%, -50%);
	width: auto;
	height: 75%;
	aspect-ratio: 1 / 1;
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-size: contain;
}

.input-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 16px;
	/* padding-left: 48px; */
    background: #D00003;
	/* border-radius: 50px; */
    text-align: center;
	line-height: 1;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
	.tbl-form {
		border-spacing: 4px 12px;
	}

	th,
	td {
		display: table-cell;
		padding: 0;
		border: 0;
		vertical-align: middle;
	}

	th {
		width: 35%;
		padding: 12px 0;
		vertical-align: middle;
	}

	td {}

	th .flex {
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
	}

	td .flex {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.last_line th,
	.last_line td {}

	.form_submit_btn {
		width: 240px;
		margin: 48px auto 0;
	}
}

@media screen and (min-width: 1280px) {
    
}

@media screen and (min-width: 1440px) {
	.form {}

	.form_area {}

	th,
	td {
		font-size: 1.25rem;
	}

    .radio label {}

    .radio label::after {}

	.input-button {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
    
}

/* ---------------------------------------------------------------------------------------------------- */
