ul {
	padding: 0;
}

ul li {
	list-style-type: none;
}

p {
	margin-bottom: 0;
}

.sec-contact__table {
	max-width: 50.38828125rem;
	margin: 0 auto;
}

.sec-contact table {
	width: 100%;
	border-collapse: collapse;
}

.c-radio__item:not(:last-child),
.c-checkbox__item:not(:last-child) {
	margin-bottom: 1.25rem;
}

.c-radio__input:checked,
.c-radio__input:not(:checked),
.c-checkbox__input:checked,
.c-checkbox__input:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.c-radio__input:checked+.c-radio__label,
.c-radio__input:checked+.c-checkbox__label,
.c-radio__input:not(:checked)+.c-radio__label,
.c-radio__input:not(:checked)+.c-checkbox__label,
.c-checkbox__input:checked+.c-radio__label,
.c-checkbox__input:checked+.c-checkbox__label,
.c-checkbox__input:not(:checked)+.c-radio__label,
.c-checkbox__input:not(:checked)+.c-checkbox__label {
	position: relative;
	cursor: pointer;
}

.c-radio__input:checked+.c-radio__label::before,
.c-radio__input:checked+.c-checkbox__label::before,
.c-radio__input:not(:checked)+.c-radio__label::before,
.c-radio__input:not(:checked)+.c-checkbox__label::before,
.c-checkbox__input:checked+.c-radio__label::before,
.c-checkbox__input:checked+.c-checkbox__label::before,
.c-checkbox__input:not(:checked)+.c-radio__label::before,
.c-checkbox__input:not(:checked)+.c-checkbox__label::before {
	content: "";
	position: absolute;
	left: 0;
	border: 1px solid #251e1c;
	background: #fff;
}

.c-radio__input:checked+.c-radio__label::after,
.c-radio__input:checked+.c-checkbox__label::after,
.c-radio__input:not(:checked)+.c-radio__label::after,
.c-radio__input:not(:checked)+.c-checkbox__label::after,
.c-checkbox__input:checked+.c-radio__label::after,
.c-checkbox__input:checked+.c-checkbox__label::after,
.c-checkbox__input:not(:checked)+.c-radio__label::after,
.c-checkbox__input:not(:checked)+.c-checkbox__label::after {
	background: #e79642;
	content: "";
	position: absolute;
	transition: all .2s ease;
}

.c-radio__input:not(:checked)+.c-radio__label::after,
.c-radio__input:not(:checked)+.c-checkbox__label::after,
.c-checkbox__input:not(:checked)+.c-radio__label::after,
.c-checkbox__input:not(:checked)+.c-checkbox__label::after {
	opacity: 0;
	transform: scale(0);
}

.c-radio__input:checked+.c-radio__label::after,
.c-radio__input:checked+.c-checkbox__label::after,
.c-checkbox__input:checked+.c-radio__label::after,
.c-checkbox__input:checked+.c-checkbox__label::after {
	opacity: 1;
	transform: scale(1);
}

.c-radio__label,
.c-checkbox__label {
	font-size: 1rem;
	margin-bottom: 0;
}

.c-radio--cs .c-checkbox__item,
.c-radio--cs .c-radio__item,
.c-checkbox--cs .c-checkbox__item,
.c-checkbox--cs .c-radio__item {
	margin-bottom: .625rem;
}

.c-radio--cs .c-checkbox__item:not(:last-child),
.c-radio--cs .c-radio__item:not(:last-child),
.c-checkbox--cs .c-checkbox__item:not(:last-child),
.c-checkbox--cs .c-radio__item:not(:last-child) {
	margin-right: .625rem;
}

.c-radio--cs .c-checkbox__label,
.c-radio--cs .c-radio__label,
.c-checkbox--cs .c-checkbox__label,
.c-checkbox--cs .c-radio__label {
	font-size: .8125rem;
}

.c-radio__input:checked,
.c-radio__input:not(:checked) {
	position: absolute;
	left: -9999px;
}

.c-radio__input:checked+.c-radio__label,
.c-radio__input:not(:checked)+.c-radio__label {
	padding-left: 1.75rem;
}

.c-radio__input:checked+.c-radio__label::before,
.c-radio__input:not(:checked)+.c-radio__label::before {
	top: 50%;
	transform: translate(0, -50%);
	width: 1.2287625rem;
	height: 1.2287625rem;
	border-radius: 100%;
}

.c-radio__input:checked+.c-radio__label::after,
.c-radio__input:not(:checked)+.c-radio__label::after {
	width: .66235625rem;
	height: .66235625rem;
	top: 50%;
	transform: translate(0, -50%);
	left: .28125rem;
	border-radius: 100%;
}

.c-checkbox__input:checked+.c-checkbox__label,
.c-checkbox__input:not(:checked)+.c-checkbox__label {
	padding-left: 1.875rem;
}

.c-checkbox__input:checked+.c-checkbox__label::before,
.c-checkbox__input:not(:checked)+.c-checkbox__label::before {
	top: 0;
	width: 1.38546875rem;
	height: 1.38546875rem;
	border-radius: .2124375rem;
}

.c-checkbox__input:checked+.c-checkbox__label::after,
.c-checkbox__input:not(:checked)+.c-checkbox__label::after {
	width: .9289rem;
	height: .6985125rem;
	background: url(../images/common/icon_check.svg) no-repeat;
	top: .3125rem;
	left: .28125rem;
}

.frm-row {
	padding: 1.25rem 0;
}

.frm-row--nflex {
	display: block !important;
}

.frm-row--nflex .frm-title {
	padding-right: 0;
}

.frm-title {
	white-space: nowrap;
	font-size: 1rem;
	font-weight: 500;
}

.frm-title__box {
	position: relative;
	display: inline-block;
}

.frm-error {
	color: #eea66a;
	font-size: .6875rem;
	white-space: nowrap;
}

.frm-required {
	background-color: #eea66a;
	border-radius: .2239375rem;
	color: #fff;
	font-size: .659375rem;
	width: 2.5595125rem;
	height: .99625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: .3125rem;
	right: -3.4375rem;
}

.frm-content {
	display: flex;
	flex-direction: column;
}

.frm--phone {
	display: flex;
	flex-flow: wrap;
}

.frm--phone__item {
	position: relative;
}

.frm--phone__item:not(:last-child) {
	margin-right: .9375rem;
}

.frm--phone__item:not(:last-child)::after {
	content: "-";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -0.6875rem;
}

.frm-control {
	background-color: #fff;
	border: 1px solid #251e1c;
	border-radius: .3835625rem;
	width: 100%;
	padding: .3125rem .78125rem;
	font-size: .9375rem;
	outline: none;
}

.frm-control:focus {
	outline: none;
}

.frm textarea.frm-control {
	max-width: 100%;
	min-height: 6.81758125rem;
}

.frm-file__file {
	display: none;
}

.frm-file__btn {
	background: #eea66a;
	border-radius: .3835625rem;
	border: none;
	color: #fff;
	font-size: .875rem;
	width: 7.72590625rem;
	height: 1.97575rem;
	transition: all .6s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .4375rem;
}

.frm-file__btn:hover {
	opacity: .5;
}

.frm-file__txt {
	font-size: .875rem;
	margin-top: .3125rem;
}

.frm-policy {
	padding-top: 1.25rem;
}

.frm-policy__title {
	display: flex;
}

.frm-policy__title .frm-required {
	position: relative;
	bottom: 0;
	right: 0;
	margin: .21875rem 0 0 .9375rem;
}

.frm-policy__content {
	border: 1px solid #251e1c;
	padding: .3125rem .3125rem .3125rem 0;
	border-radius: .4400625rem;
	overflow: hidden;
	position: relative;
	margin-top: .9375rem;
}

.frm-policy__box {
	max-height: 17.74974375rem;
	overflow-y: scroll;
	padding: 1.25rem .9375rem 1.25rem 1.25rem;
}

.frm-policy__box::after {
	background: #000;
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.25rem;
}

.frm-policy__box::-webkit-scrollbar-track {
	border-radius: .625rem;
	background-color: #fff;
}

.frm-policy__box::-webkit-scrollbar {
	width: .625rem;
}

.frm-policy__box::-webkit-scrollbar-thumb {
	border-radius: .625rem;
	background-color: #d0d0d0;
}

.frm-policy__box p {
	font-size: .8125rem;
}

.frm-agree .c-checkbox__label {
	font-size: 1.0625rem;
	font-weight: bold;
}

.frm-note {
	font-size: .8125rem;
	line-height: 1.88;
	max-width: 42.97680625rem;
	margin: 3.125rem auto 0;
}

.frm-button {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.frm-button__btn {
	border: none;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	width: 16.47523125rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s;
}

.frm-button__btn.prev {
	background-color: #bdbdbd;
}

.frm-button__btn.next {
	background-color: #6893c0;
}

.frm-button__btn:hover {
	color: #fff;
	opacity: .5;
	transition: opacity .3s;
	text-decoration: none;
}

.frm-inquiry__ttl {
	color: #eea66a;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.075;
	margin-bottom: .625rem;
}

.frm-inquiry__txt {
	font-size: 1rem;
	line-height: 1.46;
}

.frm-txt {
	font-size: .875rem;
}

.frm-date {
	display: flex;
}

.frm-date .frm-control {
	max-width: 8.8037125rem;
}

.frm-dnone {
	display: none;
}

.frm-button .btn {
	min-width: 10.625rem;
	text-align: center;
	justify-content: center;
}

@media (min-width: 769px) {

.frm-row {
	display: flex;
	justify-content: space-between;
}

.frm-title {
	flex: 0 0 17.78714375rem;
	max-width: 17.78714375rem;
	padding-right: 1.5625rem;
}

.frm-content {
	flex: 0 0 calc(100% - 17.78714375rem);
	max-width: calc(100% - 17.78714375rem);
	padding-left: 1.5625rem;
}

.frm--phone__item {
	flex: 0 0 5.0493rem;
	max-width: 5.0493rem;
}

.frm--phone__item:not(:last-child) {
	margin-right: 1.80515rem;
}

.frm--phone__item:not(:last-child)::after {
	right: -0.875rem;
}

.frm-control--2 {
	max-width: 8.8037125rem;
}

.frm-button__btn:not(:last-child) {
	margin-right: 3.19304375rem;
}

.frm-date span:not(:last-child) {
	margin-right: .625rem;
}

.frm-button .btn:not(:last-child) {
	margin-right: 2.5rem;
}

}

@media (max-width: 768px) {

.frm-title {
	margin-bottom: .625rem;
}

.frm--phone__item {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.frm-button {
	flex-direction: column;
}

.frm-button__btn {
	margin: .3125rem auto;
}

.frm-date {
	flex-direction: column;
}

.frm-date span:not(:last-child) {
	margin-bottom: .625rem;
}

.frm-button .btn:not(:last-child) {
	margin-bottom: .625rem;
}

}

@media (max-width: 575px) {

.frm-row {
	overflow: hidden;
}

}

/* 20241107 */
.fz-8 {
	font-size: 0.8rem;
}
.under_line {
	text-decoration: underline;
}