@charset "utf-8";

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

@media screen and (min-width: 768px) {
	.header_list_wrap .header_list li.deco a::after {
		content: "";
	}
}

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

.section_1 {
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_1 .section_inner {
	padding: 10% 0;
}

.section_1 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .heading_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {
	height: 56px;
}

.section_1 .heading_wrap .heading .main::after {}

.section_1 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .content .item {
	width: 100%;
}

.section_1 .content .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_1 .content .item .text_wrap .text {
	text-align: center;
}

.section_1 .content .item .text_wrap .text .highlight {
	color: #ff0000;
}

@media screen and (min-width: 1280px) {
	.section_1 .inner {
		gap: 60px;
	}

	.section_1 .heading_wrap {
		width: 80%;
	}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		height: 175%;
	}

	.section_1 .content {
		gap: 120px;
		width: 80%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .inner {
		gap: 120px;
	}

	.section_1 .heading_wrap {
		width: 70%;
	}

	.section_1 .content {
		gap: 204px;
		width: 70%;
	}

	.section_1 .content .item .text_wrap .text {
		font-size: 1.125rem;
	}
}

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

.form {
	width: 100%;
}

.radio label {
	display: block;
}

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

.tbl-form {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

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

th {}

td {
	/* padding-top: 0; */
	border-bottom: 1px #333333 solid;
}

.tbl-form .th_border {
    /* border-top: 1px #87DBFF solid; */
}

.must {
	margin-left: 12px;
    color: #ff0000;
}

.address {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.address_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}

.address_1 input {
	width: 25%;
}

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

.radio td {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
}

.radio label {
    position: relative;
    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: #fff;
    border: 1px solid #364246;
    width: 1em;
    height: 1em;
    left: 5px;
}

.radio label::after {
    background-color: #364246;
    opacity: 0;
    width: 0.6em;
    height: 0.6em;
    left: 0.525em;
}

.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 #757575 solid;
    border-radius: 9px;
    background-color: #f4f3f3;
}

.textarea {
    width: 100%;
    min-height: 5em;
    padding: 0.5em;
    border: 1px #757575 solid;
    border-radius: 9px;
    background-color: #f4f3f3;
}

.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 {
    display: block;
    margin: 10% auto 0;
}

.input-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 1em 0;
    background: #ffb300;
	/* border-radius: 50px; */
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

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

    th,
    td {
        padding: 12px 0;
    }

    th {
        /* vertical-align: middle; */
    }

	td {
		/* padding-top: 0; */
	}

	.radio td {
		flex-direction: row;
	}

	.th_border {}

    .td_border {}

    .tbl-form .any {
        vertical-align: top;
    }

    .form_submit_btn {
        width: 30%;
		margin: 5% auto 0;
    }
}

@media screen and (min-width: 1280px) {
    .form {
		width: 80%;
		margin: 0 auto 0;
	}

	th,
	td {
		display: table-cell;
		padding: 24px 0;
		border-bottom: 1px #333333 solid;
		vertical-align: middle;
	}

	.last_line th,
	.last_line td {
		border-bottom: 0;
		vertical-align: top;
	}

	th {
		width: 40%;
		border-right: 1px #333333 solid;
	}

	td {
		width: 100%;
		padding-left: 24px;
	}
}

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

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

    .form_text {
        font-size: 1rem;
    }

    .radio label {
        padding-left: 2rem;
    }

    .radio label::after {
        left: 0.5em;
    }

	.form_submit_btn {
		width: 30%;
	}

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

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