@charset "UTF-8";
/**************************************************/
/* サンクス */
/**************************************************/
.inner_wrap .tm{
	text-align: center;
}

.inner_wrap .tm span{
	font-size: 1.7rem;
    font-weight: 700;
    transform: rotate(.03deg);
    margin-bottom: 20px;
	display: block;
}

.inner_wrap .tm p{
	font-size: 1.1rem;
	transform: rotate(.03deg);
    margin-bottom: 40px;
}

.inner_wrap .mail_alert{
	border: solid 4px #CB4525;
    background: #fff;
    padding:30px 40px;
    border-radius: 14px;
    width: 70%;
    margin: 0 auto;
}

.inner_wrap .mail_alert .tm_s{
	font-size: 1.1rem;
    font-weight: 700;
	margin-bottom:20px;
}

.inner_wrap .mail_alert p{
	font-size: 1.1rem;
	transform: rotate(.03deg);
}

/**************************************************/
/* ステップ */
/**************************************************/
.c-casette-6__head {
    width: 100%;
}
.c-casette-6__head .progressbar {
    max-width: 390px;
    margin: 10px auto 30px auto;
}
.c-casette-6__head .progressbar ul {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #e1e1e1;
    border-radius: 5px;
    transform: rotate(.03deg);
}
.c-casette-6__head .progressbar li {
    display: table-cell;
    position: relative;
    background: #fff;
    padding: 14px 0.5em 14px 10px;
    color: #333;
    width: 50%;
    _border: 1px solid #e1e1e1;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.c-casette-6__head .progressbar li span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-right: 7px;
    border-radius: 3px;
}
.c-casette-6__head .progressbar li:last-child {
    padding-right: 1em;
}
.c-casette-6__head .progressbar li:last-child:before, .c-casette-6__head .progressbar li:last-child:after {
    display: none;
}
.c-casette-6__head .progressbar li:before, .c-casette-6__head .progressbar li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.c-casette-6__head .progressbar li:before {
    top: -15px;
    right: -0.85em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.c-casette-6__head .progressbar li:after {
    top: -15px;
    right: -.8em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.c-casette-6__head .progressbar li.is-current {
    background: #CB4424;
    color: #fff;
    _border: 1px solid #CB4424;
}
.c-casette-6__head .progressbar li.is-current span {
    background: #403835;
    color: #fff;
}
.c-casette-6__head .progressbar li.is-current:after {
    border-color: transparent transparent transparent #CB4424;
}
/**************************************************/
/* フォーム */
/**************************************************/
.secContact {
    padding: 0px;
}
.secContact .secInner {
    margin: 0 auto 100px;
    max-width: 1100px;
}
body.policy .secContact .secInner {
    margin: 0 auto 100px;
    max-width: 1060px;
}
.c-section-3__body {
    margin-top: 55px;
}
.c-casette-6 {
    padding: 25px 40px 40px;
    background-color: #F3F1F0;
    border-radius: 6px;
}
.c-casette-6__body {
    padding: 35px 30px 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
}
.c-ttl-6--18 {
    font-size: 1.125rem;
}
.c-ttl-6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3888888889;
}
.c-list-11 {
    border-bottom: 1px solid #e2e2e2;
    _margin-top: 15px;
}
.c-list-11__desc {
    padding: 0.6em 1.3em;
    width: 76.9230769231%;
	margin: 0;
}
.c-list-11__list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e2e2e2;
	margin: 0;
}
.c-list-11__term {
    padding: 0.8em 1.3em 0.8em;
    display: flex;
    align-items: center;
    width: 23.0769230769%;
    background: #fff;
	margin-bottom: 0;
}

body.about  .c-list-11__list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e2e2e2;
	align-items: center;
}

body.about .c-list-11__term {
    padding: 0.8em 1.3em 0.8em;
    display: flex;
    align-items: center;
    width: 23.0769230769%;
    background: #fff;
	min-height: 70px;
}

.c-list-11__txt {
    display: block;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.2;
}
.windows .c-list-11__desc {
    padding: 0.8em 1.3em 0.6em;
}
.c-casette-6__list-2, .c-casette-6__list-3 {
    _margin-top: 40px;
}
.c-ttl-6__note {
    font-size: 0.9375rem;
    font-weight: 400;
}
.c-ttl-6__acc {
    color: #f63122;
}
ul.err_message {
    margin: 20px 0;
    color: #f63122;
    list-style: disc;
    padding-left: 20px;
    font-size: 15px;
}
ul.err_message li {
    margin-bottom: 10px !important;
    color: #f63122 !important;
    float: none !important;
    box-shadow: none !important;
    width: auto !important;
    padding: 0 !important;
    border-radius: 0px !important;
    min-height: auto !important;
    margin-right: 0 !important;
    line-height: 1.3 !important;
}
.c-list-11__btn-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
}
.c-list-11__desc-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}
.c-input-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
	margin-top: 0 !important;
        font-size: 1rem;
    font-weight: normal;
	margin-bottom: 0;
}
.c-input-txt p{
	margin:0;
}
.c-input-txt__label {
    display: flex;
    justify-content: center;
    width: 32px;
}
.is-required .c-input-txt__input:required, .is-required .c-input-txt__input.check {
    border: 1px solid #f4a6a6;
    background-color: #fffafc !important;
}
.c-input-txt__input {
    border: 1px solid #e2e2e2!important;
    padding: 0.5rem 1rem!important;
    background-color: #fff !important;
    border-radius: 3px!important;
    margin: 0 !important;
}
.c-input-txt__input--670 {
    width: 670px;
}
.c-input-txt__input--530 {
    width: 530px;
}
.c-input-txt__input--200 {
    width: 200px;
}
.c-input-txt__input--tel {
    width: 215px;
}
.c-list-11__acc {
    color: #f63122;
    display: inline-block;
}
.c-list-11__txt--mg {
    display: block;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.c-list-11__txt {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
	margin-bottom: 0;
}
.c-list-11__txt--required {
    display: none;
}
.is-required-txt .c-list-11__txt--required {
    display: block;
    color: #f63122;
}
.c-btn-1#getAddressButton {
    width: auto;
}
button {
    cursor: pointer;
}
.c-btn-1 {
    _display: block;
    color: #003366;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: #F3F1F0;
    overflow: hidden;
    padding-bottom: 4px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    font-variant-position: normal;
}
.c-btn-1 {
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.c-btn-1:hover {
    color: #07529f;
    border-color: #07529f;
    background-color: #07529f;
}
.c-btn-1--post {
    padding-bottom: 2px;
    display: flex;
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
}
.c-btn-1--post .c-btn-1__inner {
    padding: 5px 15px 4px;
}
.c-btn-1__inner {
    transition: background-color 0.3s;
}
.c-btn-1__inner {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    _padding: 13px 10px 11px;
    _display: block;
    line-height: 1;
    _padding: 14px 0 14px;
    height: 46px;
    _padding-top: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    font-variant-position: normal;
    justify-content: center;
}
.c-radio-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}
.c-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-radio__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-radio__txt {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    padding-left: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.2;
}
.is-required .c-radio__txt::before {
    border-color: #f2c1c1;
}
.c-checkbox-2__mark:hover, .c-radio__txt:hover::before, .c-checkbox-3__txt:hover::before, .c-input-txt__input:hover, .c-txtarea:hover, .c-select-1__wrap:hover, .c-select-2__wrap:hover {
    border: 1px solid #CB4525 !important;
}
.c-radio__txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
}
.c-select-1--date {
    gap: 7px;
}
.c-select-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
}
.c-select-1--date .c-select-1__wrap {
    width: 148px;
    height: 35px;
}
.is-required .c-select-1__wrap {
    border: 1px solid #f2c1c1;
    background-color: #f2c1c1;
}
.c-select-1__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 32px;
    display: block;
    width: 1px;
    height: calc(100% - 3px);
    background-color: #e1e1e1;
}
.is-required .c-select-1__contents:required {
    background-color: #ffeff0;
}
.c-select-1__contents {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.2em 0em 0.2em 0.5em;
    color: #212121;
    background-color: #fff;
    cursor: pointer;
    font-size: 0.9375rem;
}
.c-select-1__wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.65em;
    transform: translateY(-50%);
    display: inline-block;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #212121 transparent transparent transparent;
    pointer-events: none;
}
.c-select-1__wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 3px;
    width: 188px;
    height: 40px;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background-color: #F3F1F0;
}
.c-list-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 20px;
}
.c-list-12__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.c-checkbox-3 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.c-checkbox-3__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline-offset: 8px;
    border-radius: 4px;
}
.c-checkbox-3__txt {
    position: relative;
    display: inline-block;
    padding-left: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.c-checkbox-3__txt::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #e1e1e1;
    border-radius: 3px;
}
.c-checkbox-3__txt::before, .c-checkbox-3__txt::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
.c-checkbox-3__txt::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    content: "";
    width: 13px;
    height: 10px;
    background: url(../images/icon_check_cheked.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}
.c-checkbox-3__input:checked + .c-checkbox-3__txt::before {
    border-color: #CB4525;
    background-color: #CB4525;
}
.c-checkbox-3__input:checked + .c-checkbox-3__txt::after {
    opacity: 1;
}
.c-list-11__desc-wrap--link {
    gap: 11px;
}
.c-checkbox-2 {
    display: block;
    flex-shrink: 0;
    width: 29px;
    height: 29px;
    z-index: 20;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translate(0, -50%);
}
.c-checkbox-2--static {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 25px;
    height: 25px;
}
.c-checkbox-2__input {
    position: absolute;
    inset: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline-offset: 8px;
    border-radius: 4px;
    cursor: pointer;
}
.c-checkbox-2__mark {
    width: 100%;
    height: 100%;
    border-width: 4px;
    border-radius: 2px;
}
.is-required .c-checkbox-2__mark, .is-required .c-checkbox-2__mark2 {
    border-width: 4px;
}
.is-required .c-checkbox-2__mark, .is-required .c-checkbox-2__mark2 {
    border: 2px solid #f2c1c1;
}
.c-checkbox-2__input:checked + .c-checkbox-2__mark, .c-checkbox-2__input2:checked + .c-checkbox-2__mark2 {
    border: 2px solid #CB4525;
    background-color: #CB4525;
}
.c-checkbox-2__input:checked + .c-checkbox-2__mark, .c-checkbox-2__input2:checked + .c-checkbox-2__mark2 {
    border-width: 4px;
}
.c-checkbox-2__input:checked + .c-checkbox-2__mark::before, .c-checkbox-2__input2:checked + .c-checkbox-2__mark2::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 13px;
    height: 10px;
    background: url(../images/icon_check_cheked.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-checkbox-2__mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #e1e1e1;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.c-casette-6__btn-wrap {
    margin: 35px auto 0;
    text-align: center;
    position: relative;
}
.c-btn-5[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-5 {
        transition: opacity 0.3s;
    }
}
.c-btn-5 {
    display: inline-block;
    padding-bottom: 4px;
    border-radius: 2em;
    background-color: #005FD1;
    overflow: hidden;
	border: none;
}
.c-btn-5:hover {
    opacity: 0.6;
}
.c-btn-5__inner {
    padding: 12px 107px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
}
.c-btn-5__txt input {
    color: #fff !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    cursor: pointer;
    border: none !important;
    background-color: unset !important;
    border-radius: 0 !important;
	padding: 0 !important;
}
.c-btn-5__txt .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    margin: 0 auto;
}
.privacy-policy {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 20px;
    margin-bottom: 10px;
	border: 1px solid #e2e2e2!important;
}
.privacy-policy .panel-body {
    line-height: 1.4;
}
.privacy-policy .panel-body p {
    margin-bottom: 15px;
    transform: rotate(.03deg);
    display: block;
}
.privacy-policy .panel-body {
    margin-bottom: 0px;
    display: block;
}
.l-privacy__ul li {
    margin: 0 0 2rem 0;
}
.l-privacy__ul li p {
    font-size: 1rem;
    margin-bottom: 20px;
}
.l-privacy__ul li p.fw_600 {
    font-weight: 600 !important;
    display: block;
}
.l-privacy__ul li ul.point-list {
    padding-left: 40px;
    margin-bottom: 20px;
}
.l-privacy__ul li ul.point-list li {
    list-style: disc !important;
    margin: 0;
}
button#btn_clear {
    border-radius: 3px;
    border: solid 1px #c1c1c1;
    padding: 0.3rem 0.6rem;
    background: #f3f1f0;
    line-height: 1;
}
button#btn_clear:hover {
    border: solid 1px #333;
}
button#btn_clear[disabled] {
    cursor: default;
}
button#btn_clear[disabled]:hover {
    border: solid 1px #c1c1c1;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #333 !important;
}
.wpcf7 form .wpcf7-response-output, .wpcf7 form .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 p {
    display: inline;
	line-height: 1.2;
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin: 0 !important;
}
/* Contact Form 7 */
/* リキャプチャー隠し */
.grecaptcha-badge {
    right: -300px !important;
}
/*チェックボックスのカスタマイズ*/
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 20px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
input[type="checkbox"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #e1e1e1;
    border-radius: 3px;
}
.wpcf7-list-item.first.last .wpcf7-list-item-label:before {
        border: 1px solid #f4a6a6;
    background-color: #fffafc;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
    content: "";
    width: 13px;
    height: 10px;
    background: url(../images/icon_check_cheked.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    line-height: 20px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    border-color: #CB4525 !important;
    background-color: #CB4525 !important;
}
.c-checkbox-2__mark:hover, .c-radio__txt:hover::before, .c-checkbox-3__txt:hover::before, .wpcf7-list-item-label:hover::before, .c-input-txt__input:hover, .c-txtarea:hover, .c-select-1__wrap:hover, .c-select-2__wrap:hover {
    border: 1px solid #CB4525 !important;
}
input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline-offset: 8px;
    border-radius: 4px;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
/* スマホ用スタイル */
@media screen and (max-width: 767px) {
    .c-input-txt__input--670, .c-input-txt__input--530, .c-input-txt__input--200, .c-input-txt {
        width: 100% !important;
    }
	
	/**************************************************/
/* サンクス */
/**************************************************/
.inner_wrap .tm{
	text-align: center;
}

.inner_wrap .tm span{
	font-size: 5.6vw;
    font-weight: 700;
    transform: rotate(.03deg);
    margin-bottom: 20px;
    display: block;
    line-height: 1.3;
}

.inner_wrap .tm p{
	font-size: 4.2vw;
    transform: rotate(.03deg);
    margin-bottom: 30px;
}

.inner_wrap .mail_alert{
	border: solid 4px #CB4525;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
}

.inner_wrap .mail_alert .tm_s{
	font-size: 1.1rem;
    font-weight: 700;
	margin-bottom:20px;
}

.inner_wrap .mail_alert p{
	font-size: 1.1rem;
	transform: rotate(.03deg);
}

	
	
    /**************************************************/
    /* ステップ */
    /**************************************************/
    .c-section-3__body {
        margin-top: 20px;
    }
    .c-casette-6__head {
        width: 100%;
        padding-bottom: 20px;
    }
    .c-casette-6__head .progressbar {
        max-width: 70%;
        margin: 0 auto 0px auto;
        padding: 0 12px;
    }
    .c-casette-6__head .progressbar ul {
        list-style-type: none;
        display: table;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background: #e1e1e1;
        border-radius: 5px;
    }
    .c-casette-6__head .progressbar ul li {
        display: table-cell;
        position: relative;
        background: #fff;
        padding: 11px 0 11px 30px;
        color: #333;
        width: 33.3%;
        font-size: 1rem;
        text-align: center;
        line-height: 22px;
    }
    .c-casette-6__head .progressbar ul span {
        position: absolute;
        top: 11px;
        left: 23px;
        display: block;
        width: 22px;
        height: 22px;
        line-height: 22px;
        background: #fff;
        color: #333;
        text-align: center;
        font-size: 0.9rem;
        margin-right: 7px;
        border-radius: 3px;
    }
    .c-casette-6__head .progressbar ul li:first-child span {
        top: 11px;
        left: 10px;
    }
    .c-casette-6__head .progressbar li:last-child {
        padding-right: 1em;
    }
    .c-casette-6__head .progressbar li:last-child:before, .c-casette-6__head .progressbar li:last-child:after {
        display: none;
    }
    .c-casette-6__head .progressbar li:before, .c-casette-6__head .progressbar li:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: auto;
    }
    .c-casette-6__head .progressbar li:before {
        top: -18px;
        right: -0.95em;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        border-width: 40px 0 40px 1em;
        z-index: 10;
    }
    .c-casette-6__head .progressbar li:after {
        top: -18px;
        right: -.8em;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        border-width: 40px 0 40px 1em;
        z-index: 10;
    }
    .c-casette-6__head .progressbar li.is-current {
        background: #CB4424;
        color: #fff;
    }
    .c-casette-6__head .progressbar li.is-current span {
        background: #403835;
        color: #fff;
    }
    .c-casette-6__head .progressbar li.is-current:after {
        border-color: transparent transparent transparent #CB4424;
    }
    /**************************************************/
    /* フォーム */
    /**************************************************/
    .c-casette-6 {
        position: relative;
        z-index: 1;
        padding: 20px 0;
        border-radius: 0;
    }
    .c-casette-6::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #F3F1F0;
        transform: translate(-50%, 0);
    }
    .c-casette-6__body {
        padding: 25px 13px 50px;
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
    }
    .c-ttl-6 {
        font-size: 1rem;
        line-height: 1.09375;
    }
    .c-list-11__list {
        width: 100%;
    }
    .iphone .c-list-11__term {
        padding: 0.6em 0.5em 0.6em;
        _word-wrap: break-word;
    }
    .c-list-11__term {
        padding: 0.8em 0.5em 0.6em;
        width: 33.3076923077%;
        background: none;
    }
    .c-list-11__txt {
        _width: 100%;
        font-size: 0.9375rem;
        line-height: 1.0714285714;
    }
    .iphone .c-list-11__desc {
        padding: 0.6em 0.5em 0.6em;
    }
    .c-list-11__desc {
        padding: 0.6em 0.7em 0.5em;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 66.6923076923%;
    }
    .c-list-11__txt {
        _width: 100%;
        font-size: 0.9375rem;
        line-height: 1.0714285714;
    }
    .c-list-11--colomn {
        position: relative;
        border-bottom: none;
        margin-top: 0;
    }
    .c-list-11--colomn .c-list-11__list {
        position: relative;
        border-top: none;
        padding: 8px 0;
    }
    .c-list-11--colomn .c-list-11__list::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: calc(100vw - 40px);
        height: 1px;
        background-color: #e2e2e2;
        transform: translate(-50%, 0);
    }
    .c-list-11--colomn .c-list-11__term {
        padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    background: none !important;
    min-height: auto !important;
    }
    .iphone .c-list-11__term {
        padding: 0.6em 0.5em 0.6em;
        padding-right: 0.5em;
        padding-left: 0.5em;
        _word-wrap: break-word;
    }
    .c-list-11--colomn .c-list-11__term .c-list-11__txt {
        font-weight: 700;
    }
    .c-list-11--colomn .c-list-11__desc {
        padding: 0 0 0.6em;
        gap: 5px;
        width: 100%;
    }
    .c-list-11--colomn .c-list-11__desc-wrap {
        gap: 6px;
    }
    .c-input-txt__label {
        font-size: 0.875rem;
    }
    .c-list-11__btn-wrap {
        gap: 17px;
    }
    .c-input-txt__input--post {
        width: 137px;
    }
    .c-btn-1--post {
        font-size: 0.875rem;
    }
    .c-btn-1--post .c-btn-1__inner {
        padding: 8px 15px 7px;
    }
    .c-btn-1__inner {
        _padding: 12px 10px 8px;
        white-space: nowrap;
    }
    .c-radio-list {
        flex-wrap: wrap;
        gap: 24px;
    }
    .safari .c-radio__txt {
        padding-top: 5px;
    }
    .c-radio__txt {
        padding-top: 7px;
        padding-left: 39px;
        font-size: 0.875rem;
    }
    .c-radio__txt::before {
        width: 28px;
        height: 28px;
        border-width: 4px;
    }
    .c-select-1--date {
        display: flex;
    }
    .c-select-1--date .c-select-1__wrap {
        width: 94px;
        height: 39px;
    }
    .c-select-1--date .c-select-1__wrap::before {
        right: 32px;
    }
    .c-select-1__contents {
        padding-right: 41px;
    }
    .c-select-1--date .c-select-1__wrap::after {
        right: 0.81em;
    }
    .c-select-1__wrap::after {
        right: 1.21em;
        border-width: 8px 5px 0 5px;
    }
    .c-select-1__note {
        font-size: 0.875rem;
    }
    .c-select-1 {
        display: flex;
    }
    .c-select-1--310 .c-select-1__wrap {
        width: 300px;
    }
    .c-select-1__wrap::before {
        right: 41px;
    }
    .c-select-1__contents {
        padding-right: 41px;
    }
    .c-list-11--colomn .c-list-11__desc-wrap--link {
        gap: 12px;
        align-items: center;
        display: flex;
    }
    .c-checkbox-2__input:checked + .c-checkbox-2__mark, .c-checkbox-2__input2:checked + .c-checkbox-2__mark2 {
        border-width: 4px;
    }
    .c-checkbox-2__input:checked + .c-checkbox-2__mark::before, .c-checkbox-2__input2:checked + .c-checkbox-2__mark2::before {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 13px;
        height: 10px;
        background: url(../images/icon_check_cheked.svg) 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .c-list-11--colomn .c-list-11__link {
        line-height: 1.0714285714;
    }
    .c-list-11__link-txt {
        font-size: 0.875rem;
    }
    .c-list-13__list {
        gap: 19px;
    }
    .c-list-13__term {
        font-size: 0.875rem;
        width: 70px;
    }
    .c-list-13__desc {
        display: block;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    .c-radio-list {
        flex-wrap: wrap;
        gap: 24px;
    }
    .c-list-12 {
        gap: 10px 16px;
    }
    .c-checkbox-3__txt::before {
        width: 25px;
        height: 25px;
        top: 50%;
        left: 1px;
        transform: translate(0, -50%);
    }
    .c-checkbox-3__txt::after {
        left: 7px;
    }
    .is-required .c-checkbox-2__mark, .is-required .c-checkbox-2__mark2 {
        border-width: 4px;
    }
    .c-casette-6__btn-wrap {
        margin-top: 35px;
    }
    .c-btn-5__inner {
        padding: 18px 110px 12px;
    }
    .c-btn-5__txt {
        font-size: 1rem;
    }
}