body {
    -webkit-font-smoothing: antialiased;
    word-break: break-all;
}

* {
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
select,
textarea {
    font-size: inherit;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}

li {
    list-style-type: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
    vertical-align: top;
}

img {
    border: none;
}

textarea {
    resize: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #342923;
    cursor: pointer;
}

a:focus-visible {
    outline: 2px solid #342923;
}

q:before,
q:after {
    content: "";
}

i {
    font-style: normal;
}

main {
    display: block;
}

img {
    image-rendering: smooth;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
}

html.is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    position: relative;
}

html.noscroll {
    overflow: hidden;
}

body {
    background-color: #fffbf6;
}

.background-yellow {
    background-image: inherit !important;
    background-color: #fffbe0;
}

body.pace-done {
    opacity: 1;
}

.container {
    font-family: "Noto Sans JP", sans-serif;
    color: #342923;
    font-weight: 500;
}

.container main {
    padding-top: 100px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.read {
    color: #9A9A9A;
}

@media screen and (max-width: 980px) {
    .header .sp {
        display: block;
    }

    .header .pc {
        display: none;
    }
}

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

    .container main {
        padding-top: 60px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

}

/*focus*/
:is(button, input, select, textarea):focus {
    outline: none;
}

:is(button, input, select, textarea):focus-visible {
    outline: 2px solid #000;
    outline-offset: 1px;
}

@supports not selector(:focus-visible) {
    :is(button, input, select, textarea):focus {
        outline: 2px solid #000;
        outline-offset: 1px;
    }
}

/*header*/
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 100px;
    background-color: #fff;
}

.header .logo,
.header .logo-left {
    width: 96px;
    position: absolute;
    top: 24px;
    left: 32px;
}

.header .logo img,
.header .logo-left img {
    width: 100%;
}

.header .menu {
    position: absolute;
    top: 24px;
    right: 24px;
    left: 200px;
    color: #fff;
}

.header .menu.pc ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .menu li {
    margin-right: 24px;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.header .menu li a {
    display: block;
    text-align: center;
}

.header .menu li a span.under {
    white-space: nowrap;
}

.header .menu li.icon {
    font-size: 1.0rem;
    letter-spacing: 0;
    margin-right: 16px;
}

.header .menu li.icon:last-child {
    margin-right: 0;
}

.header .menu li.icon img {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

.header .spmenu-modal-container {
    display: none;
}

.header .menu li.icon_head_mypage a {
    display: block;
    width: 64px;
    height: 44px;
    background: url(/sfsites/c/resource/image1/img/icon_head_mypage.svg) no-repeat;
    background-size: auto 44px;
}


.header .menu li.icon_head_members a {
    display: block;
    width: 64px;
    height: 44px;
    background: url(/sfsites/c/resource/image1/img/icon_head_members.svg) no-repeat;
    background-size: auto 44px;
}

.header .menu li.icon_head_login a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(/sfsites/c/resource/image1/img/icon_head_login.svg) no-repeat;
    background-size: auto 44px;
}

.header .menu li.icon_head_logout a {
    display: block;
    width: 52px;
    height: 44px;
    background: url(/sfsites/c/resource/image1/img/icon_head_logout.svg) no-repeat;
    background-size: auto 44px;
}

.header .menu li.icon_head_information a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(/sfsites/c/resource/image1/img/icon_head_information.svg) no-repeat;
    background-size: auto 44px;
}

.header .menu li.icon_head_favorite a {
    display: block;
    width: 52px;
    height: 44px;
    background: url(/sfsites/c/resource/image1/img/icon_head_favorite.svg) no-repeat;
    background-size: auto 44px;
}

.header .menu li.icon_head_book a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(/sfsites/c/resource/image1/img/icon_head_book.svg) no-repeat;
    background-size: auto 44px;
}

@media screen and (max-width: 980px) {

    .header {
        height: 60px;
    }

    .header .logo {
        width: 64px;
        position: absolute;
        top: 14px;
        left: 56px;
    }

    .header .logo-left { 
        width: 64px;
        position: absolute;
        top: 14px;
        left: 14px; 
    }   

    .header .menu {
        top: 13px;
        right: 16px;
    }

    .header .menu.pc ul {
        display: none;
    }

    .header .menu.sp ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header .menu li:last-child {
        margin-right: 0;
    }

    .header .menu li.icon {
        margin-right: 4px;
    }

    .header .menu li.icon img {
        width: 24px;
        height: 24px;
        margin-bottom: 2px;
    }

    .header .menu li.icon_head_mypage a {
        display: block;
        width: 42px;
        height: 36px;
        background: url(/sfsites/c/resource/image1/img/icon_head_mypage.svg) no-repeat;
        background-size: auto 36px;
    }

    .header .menu li.icon_head_members a {
        display: block;
        width: 52px;
        height: 36px;
        background: url(/sfsites/c/resource/image1/img/icon_head_members.svg) no-repeat;
        background-size: auto 36px;
    }

    .header .menu li.icon_head_login a {
        display: block;
        width: 36px;
        height: 36px;
        background: url(/sfsites/c/resource/image1/img/icon_head_login.svg) no-repeat;
        background-size: auto 36px;
    }

    .header .menu li.icon_head_logout a {
        display: block;
        width: 42px;
        height: 36px;
        background: url(/sfsites/c/resource/image1/img/icon_head_logout.svg) no-repeat;
        background-size: auto 36px;
    }

    .header .menu li.icon_head_information a {
        display: block;
        width: 36px;
        height: 36px;
        background: url(/sfsites/c/resource/image1/img/icon_head_information.svg) no-repeat;
        background-size: auto 36px;
    }

    .header .menu li.icon_head_favorite a {
        display: block;
        width: 42px;
        height: 36px;
        background: url(/sfsites/c/resource/image1/img/icon_head_favorite.svg) no-repeat;
        background-size: auto 36px;
    }

    .header .menu li.icon_head_book a {
        display: block;
        width: 36px;
        height: 36px;
        background: url(/sfsites/c/resource/image1/img/icon_head_book.svg) no-repeat;
        background-size: auto 36px;
    }

    .header .spmenu {
        display: block;
        position: fixed;
        top: 16px;
        left: 16px;
    }

    .header .spmenu span {
        color: #342923;
        font-size: 3.2rem;
    }

    .header .active {
        display: block;
    }

    .header .spmenu-modal-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        overflow-y: auto;
    }

    .header .spmenu-modal-close {
        position: fixed;
        top: 16px;
        left: 16px;
    }

    .header .spmenu-modal-close span {
        color: #342923;
        font-size: 3.2rem;
    }

    .header .spmenu-modal-content {
        padding: 64px 42px 42px 42px;
    }

    .header .spmenu-modal-content .s01 {
        margin-bottom: 42px;
    }

    .header .spmenu-modal-content .s01 li {
        border-bottom: 1px solid #FFF1E4;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .header .spmenu-modal-content .s01 li a {
        display: block;
        padding: 24px 24px 24px 0;
        position: relative;
    }

    .header .spmenu-modal-content .s01 li a:after {
        content: "";
        display: block;
        position: absolute;
        top: 22px;
        right: 0px;
        width: 20px;
        height: 20px;
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_bk.svg) no-repeat;
        background-size: 22px;
    }

    .header .spmenu-modal-content .s02 {}

    .header .spmenu-modal-content .s02 li {
        display: inline-block;
        letter-spacing: 1px;
        font-size: 1.2rem;
        margin: 0 30px 24px 0;
    }

    .header .spmenu-modal-content .s02 li a {
        text-decoration: underline;
    }

}



/*footer*/
.footer {
    background-color: #fff;
    padding: 48px 32px 32px 32px;
}

.footer .menu ul {
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    width: calc(100% - 220px);
}

.footer .menu ul li {
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-right: 30px;
}

.footer .menu ul li a {
    text-decoration: underline;
}

.footer .menu .logo {
    float: right;
    width: 200px;
}

.footer .menu p {
    float: left;
    font-size: 1.0rem;
    line-height: 1.6;
    width: calc(100% - 220px);
}

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

    .footer {
        background-color: #fff;
        padding: 24px 16px 24px 16px;
    }

    .footer .menu ul {
        float: none;
        display: block;
        margin-bottom: 8px;
        width: auto;
        text-align: center;
    }

    .footer .menu ul li {
        display: inline-block;
        letter-spacing: 1px;
        font-size: 1.0rem;
        margin: 0 8px 14px 8px;
    }

    .footer .menu .logo {
        float: none;
        width: 140px;
        margin: 0 auto 16px auto;
    }

    .footer .menu p {
        float: none;
        font-size: 1.0rem;
        line-height: 1.4;
        width: auto;
        text-align: center;
    }

}


/*breadcrumbs*/
.Breadcrumb {
    max-width: 1104px;
    margin: 16px auto;
    padding: 0 32px;
}

.Breadcrumb-ListGroup {
    display: flex;
    flex-wrap: wrap;
}

.Breadcrumb-ListGroup li {
    color: #EB6E32;
    font-size: 1.0rem;
}

.Breadcrumb-ListGroup li:after {
    content: "＞";
    margin: 0 8px;
    color: #736D68;
}

.Breadcrumb-ListGroup li:last-child:after {
    content: "";
    margin: 0;
}

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

    .Breadcrumb {
        max-width: 100%;
        margin: 16px auto;
        padding: 0 24px;
    }

    .Breadcrumb-ListGroup {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .Breadcrumb-ListGroup li {
        white-space: nowrap;
    }
}


/*button*/
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
}

.button_L_orange a,
.button_L_orange p {
    display: block;
    width: 320px;
    height: 50px;
    background-color: #eb6e32;
    border: 1px solid #eb6e32;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 48px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    transition: .3s;
}

.button_L_orange:disabled p,
.button_L_orange.disabled p,
.button_L_orange.disabled a {
    background-color: #9A9A9A;
    border: 1px solid #9A9A9A;
    pointer-events: none;
}

button:disabled p,
.disabled p,
.disabled a {
    background-color: #9A9A9A;
    border: 1px solid #9A9A9A;
    pointer-events: none;
}

.button_L_orange a:after,
.button_L_orange p:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(/sfsites/c/resource/image1/img/icon_arrow_right_white.svg) no-repeat;
    background-size: 22px;
}

.button_L_orange_line a,
.button_L_orange_line p {
    display: block;
    width: 320px;
    height: 50px;
    border: 1px solid #eb6e32;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
    color: #eb6e32;
    position: relative;
    font-size: 1.4rem;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: .3s;
}

.button_L_orange_line:disabled p,
.button_L_orange_line.disabled p,
.button_L_orange_line.disabled a {
    border: 1px solid #9A9A9A;
    color: #9A9A9A;
    background-color: initial;
    pointer-events: none;
}

.button_L_orange_line a:after,
.button_L_orange_line p:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(/sfsites/c/resource/image1/img/icon_arrow_right_orange.svg) no-repeat;
    background-size: 22px;
}

.button_L_orange_line:disabled p:after,
.button_L_orange_line.disabled p:after,
.button_L_orange_line.disabled a:after {
    background: url(/sfsites/c/resource/image1/img/icon_arrow_right_gray.svg) no-repeat;
    background-size: 22px;
}

.button_S_orange a,
.button_S_orange p {
    display: block;
    width: 180px;
    height: 40px;
    background-color: #eb6e32;
    border: 1px solid #eb6e32;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 38px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.button_S_orange:disabled p,
.button_S_orange.disabled p,
.button_S_orange.disabled a {
    background-color: #9A9A9A;
    border: 1px solid #9A9A9A;
    pointer-events: none;
}

.button_S_orange a:after,
.button_S_orange p:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(/sfsites/c/resource/image1/img/icon_arrow_right_white.svg) no-repeat;
    background-size: 22px;
}

.button_S_orange_line a,
.button_S_orange_line p {
    display: block;
    width: 180px;
    height: 40px;
    border: 1px solid #eb6e32;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    color: #eb6e32;
    position: relative;
    line-height: 38px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.button_S_orange_line:disabled p,
.button_S_orange_line.disabled p,
.button_S_orange_line.disabled a {
    border: 1px solid #9A9A9A;
    color: #9a9a9a;
    background-color: initial;
    pointer-events: none;
}

.button_S_orange_line a:after,
.button_S_orange_line p:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(/sfsites/c/resource/image1/img/icon_arrow_right_orange.svg) no-repeat;
    background-size: 22px;
}

.button_S_orange_line:disabled p:after,
.button_S_orange_line.disabled p:after,
.button_S_orange_line.disabled a:after {
    background: url(/sfsites/c/resource/image1/img/icon_arrow_right_gray.svg) no-repeat;
    background-size: 22px;
}

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

    .button_L_orange a,
    .button_L_orange p,
    .button_L_orange_line a,
    .button_L_orange_line p {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .button_L_orange,
    .button_L_orange,
    .button_L_orange_line,
    .button_L_orange_line {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

}

/*pagenation*/
.pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagenation li {
    margin: 0 4px;
}

.pagenation li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    transition: .3s;
}

.pagenation li.current a {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
    background-color: #EB6E32;
    color: #fff;
    border-radius: 16px;
}

.pagenation li.prev a,
.pagenation li.next a {
    background-color: initial;
    color: #EB6E32;
}

.pagenation li.prev span,
.pagenation li.next span {
    color: #EB6E32;
    line-height: 32px;
}

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

    .pagenation li a {
        display: inline-block;
        width: 26px;
        height: 26px;
        font-size: 1.4rem;
        line-height: 26px;
    }

    .pagenation li.current a {
        display: inline-block;
        width: 26px;
        height: 26px;
        font-size: 1.4rem;
        line-height: 26px;
        border-radius: 13px;
    }

    .pagenation li.prev span,
    .pagenation li.next span {
        line-height: 26px;
    }

}

/*step-bar*/
.step-bar {
    position: relative;
}

.step-bar:after {
    content: "";
    display: block;
    border-top: 2px dotted #9A9A9A;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
}

.step-bar ul {
    display: flex;
    justify-content: space-between;
}

.step-bar li {
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 1px solid #E2E5DB;
    border-radius: 12px;
    background: #fff;
    z-index: 1;
}

.step-bar div {
    width: 13px;
    height: 13px;
    border: 1px solid #E2E5DB;
    border-radius: 7px;
    background: #E2E5DB;
}

.step-bar li.current {
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 1px solid #EB6E32;
    border-radius: 12px;
    background: #fff;
}

.step-bar li.current div {
    width: 13px;
    height: 13px;
    border: 1px solid #EB6E32;
    background: #EB6E32;
}



/*modal*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    transition: .3s;
    box-sizing: border-box;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
}

.modal-container.active {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.modal-body {
    width: 560px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 48px;
    position: relative;
}

.modal-body .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    background: url(/sfsites/c/resource/image1/img/modal-close.svg) no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.modal-body .ttl,
.modal-body .ttl2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.modal-body .txt {
    font-size: 1.6rem;
    line-height: 1.8;
}

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

    .modal-body {
        width: 90%;
        background: #fff;
        border-radius: 10px;
        padding: 48px 32px 32px 32px;
        position: relative;
    }

    .modal-body .ttl {
        font-size: 1.8rem;
        margin-bottom: 0;
        letter-spacing: 1px;
        text-align: left;
    }

    .modal-body .ttl2 {
        font-size: 1.8rem;
        margin-bottom: 16px;
        letter-spacing: 1px;
        text-align: center;
    }

    .modal-body .txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }

}

/*etc-common*/
span.text-icon {
    display: inline-block;
    background: #FFDECA;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    margin-right: 8px;
    font-weight: normal;
    vertical-align: 1px;
}

span.text-icon.off {
    background: #F4F4F4;
}


/*form*/
select {
    width: 100%;
    padding: 12px;
    color: #342923;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    appearance: none;
    outline: none;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-family: inherit;
    box-sizing: border-box;
    border-radius: 4px;
}

.selectbox {
    position: relative;
}

.selectbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 19.5px;
    right: 11px;
    width: 10px;
    height: 1px;
    background: #EB6E32;
    transform: rotate(-45deg);
}

.selectbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 22px;
    width: 1px;
    height: 10px;
    background: #EB6E32;
    transform: rotate(-45deg);
}

.form-button {
    width: 100%;
    padding: 12px;
    color: #464848;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    appearance: none;
    outline: none;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-family: inherit;
    box-sizing: border-box;
    border-radius: 4px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 8px 12px;
    color: #342923;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    appearance: none;
    outline: none;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-family: inherit;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #9A9A9A;
}

::placeholder {
    color: #9A9A9A;
}

textarea {
    border: none;
    width: 100%;
}

textarea:focus {
    outline: none;
}

.checkbox {
    padding: 0 16px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
}

.checkbox a {
    display: inline-block;
    text-decoration: underline;
    margin-left: 4px;
}

.checkbox_icon:checked {
    background: #909090;
}

.checkbox_icon {
    position: relative;
    width: 24px;
    height: 24px;
    appearance: none;
    background: #FFF;
    border: solid 2px #342923;
}

.checkbox_icon:checked::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 2px;
    width: 8px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
}

.checkbox_icon:checked::after {
    position: absolute;
    content: "";
    top: 3.5px;
    left: 10.5px;
    width: 3px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
}

.checkbox_icon2 {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    background: #FFF;
    border: solid 1px #9a9a9a;
    margin-right: 4px;
    vertical-align: -4px;
}

.checkbox_icon2:checked::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 2px;
    width: 8px;
    height: 3px;
    background: #342923;
    transform: rotate(45deg);
}

.checkbox_icon2:checked::after {
    position: absolute;
    content: "";
    top: 1.5px;
    left: 10.5px;
    width: 3px;
    height: 14px;
    background: #342923;
    transform: rotate(45deg);
}

.radioItem {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    line-height: 1;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

.radioItem:not(:last-of-type) {
    margin-right: 16px;
}

.radioButton {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #342923;
    border-radius: 9999px;
    cursor: pointer;
    background-color: #fff;
}

.radioButton:checked::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 9999px;
    background-color: #EB6E32;
}


/*page-temp*/

main.page {
    padding-bottom: 112px;
}

main.page .inr {
    max-width: 1104px;
    margin: 0 auto;
    padding: 0 32px;
}

main.page .mainttl {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: bold;
    margin: 80px 0;
}

main.page .bodytxt {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 2px;
}

main.page .bodytxt p {
    margin-bottom: 1em;
}

main.page .w800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

main.page .center {
    text-align: center;
}

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

    main.page {
        padding-bottom: 56px;
    }

    main.page .inr {
        max-width: 100%;
        padding: 0 24px;
    }

    main.page .mainttl {
        font-size: 3.0rem;
        margin: 48px 0;
        letter-spacing: 2px;
    }

    main.page .bodytxt {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }

    main.page .w800 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}


/*お知らせモーダル*/

/*notification*/
.notification-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.notification-container.active {
    opacity: 1;
    visibility: visible;
}

.notification-body {
    position: absolute;
    right: 24px;
    top: 96px;
    border-radius: 10px;
    padding: 48px 22px 8px 24px;
    background: #fff;
}


.notification-body-inr {
    padding-right: 21px;
    width: 242px;
    max-height: 400px;
    background: #fff;
    overflow-y: auto;
    display: inline-block;
    box-sizing: border-box;
}

.notification-triangle::before {
    content: "";
    position: absolute;
    top: 75px;
    right: 76px;
    background: url(/sfsites/c/resource/image1/img/triangle.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

@media screen and (max-width: 980px) {
    .notification-body {
        top: 72px;
    }

    .notification-triangle::before {
        right: 44px;
    }
}

@media screen and (max-width: 768px) {
    .notification-triangle::before {
        right: 68px;
    }
}

.notification-body .notification-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    background: url(/sfsites/c/resource/image1/img/modal-close.svg) no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.notification-content li {
    font-size: 1.6rem;
    line-height: 130%;
    letter-spacing: 2px;
    border-bottom: 1px solid #FFDECA;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .notification-body .notification-close {
        right: 23px;
    }

    .notification-body-inr {
        width: 75vw;
    }

    .notification-body {
        top: 72px;
        padding: 64px 24px 24px 24px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .notification-triangle::before {
        top: 50px;
    }
}


/* mypage-notification 2ndlayer */
.mypage-notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    z-index: 9999;
    opacity: 100;
    visibility: hidden;
    display: flex;
    align-items: center;
}

.mypage-notification.active {
    opacity: 1;
    visibility: visible;
}

.mypage-notification-body {
    width: 560px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 48px;
    position: relative;
}

.mypage-notification-body .mypage-notification-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    background: url(/sfsites/c/resource/image1/img/modal-close.svg) no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.mypage-notification-body .ttl {
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.mypage-notification-body .txt {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #342923;
}

.mypage-notification-body .icon-attention {
    width: fit-content;
    margin: 0 auto 12px;
}

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

    .notification-content li {
        font-size: 1.4rem;
    }

    .mypage-notification-body {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        margin: 0 24px;
        padding: 48px 24px 24px 24px;
        position: relative;
    }

    .mypage-notification-body .ttl {
        font-size: 1.8rem;
        margin-bottom: 16px;
        letter-spacing: 1px;
    }

    .mypage-notification-body .txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }

}

.mypage-notification-nav {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 24px;
    font-size: 1.6rem;
}

.mypage-notification-nav button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.mypage-notification.active .mypage-notification-slider>li {
    font-size: 2.4rem;
}

.mypage-notification.active .mypage-notification-slider>li .ttl {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
    gap: 8px;
    color: #342923;
}

.mypage-notification.active .mypage-notification-slider>li .ttl::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/sfsites/c/resource/image1/img/icon_attention.svg) no-repeat;
    background-size: 30px 30px;
}

/*濃度調整*/
.mypage-notification-slider {
    opacity: 0;
    transition: opacity 0.3s;
}

.mypage-notification.active .mypage-notification-slider {
    opacity: 1;
}

.notification-body.opacity80 {
    opacity: 0.6 !important;
}

@media screen and (max-width: 768px) {
    .notification-body.opacity80 {
        opacity: 0 !important;
    }
}

/*追加*/

.checkbox-disabeled {
    opacity: 0.4;
}

.mainte-list li {
    border: 1px solid #fff;
}

.error-message {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    color: #E90000;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 600;
}

/* エラーページ用の追加CSS */

.main {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 251, 246, 1));
}

.main {
    padding-bottom: 112px;
}

.container .main {
    padding-top: 100px;
}

.main {
    display: block;
}

.main.page.error .mainttl {
    text-align: left;
    margin-bottom: 32px;
}

.main.page .mainttl {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: bold;
    margin: 80px 0;
}

.main.page .bodytxt {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 2px;
}

.main.page .o-box {
    background-color: #FFEADE;
    padding: 16px 24px;
    border-radius: 8px;
    margin-top: 32px;
}

.main.page .o-box p {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
}

.main.page .o-box p.caption {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 8px;
    font-weight: inherit;
}

.main.page .inr800 {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .main.page {
        padding-bottom: 56px;
    }

    .main.page .inr {
        max-width: 100%;
        padding: 0 24px;
    }

    .container .main {
        padding-top: 60px;
    }

    .main.page .mainttl {
        font-size: 3.0rem;
        margin: 48px 0;
        letter-spacing: 2px;
    }

    .main.page .bodytxt {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
}

.basic-information-detail a {
    color: #0066BE;
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    line-height: 1.8;
}

.notice a {
    color: #0066BE;
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    line-height: 1.8;
}

.basic-information2 a {
    color: #0066BE;
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    line-height: 1.8;
}

/** ページネーション */
.pagenation li.prev-disabled span,
.pagenation li.next-disabled span {
    color: #9a9a9a;
    line-height: 32px;
}

.header-logo-position {
    position: relative;
}

/* Edge/Chrome用 */
input::-webkit-search-cancel-button {
    display: none;
}

input::-ms-clear {
    display: none;
}

.checkbox_icon {
    position: relative;
    width: 24px;
    height: 24px;
    appearance: none;
    background: #FFF;
    border: solid 2px #342923;
    margin-right: 4px;
}


/*hover*/

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

    .button_L_orange a:hover,
    .button_L_orange p:hover,
    .button_L_orange a:focus,
    .button_L_orange p:focus,
    .button_L_orange:focus a,
    .button_L_orange:focus p {
        background-color: #fff;
        color: #eb6e32;
        transition: .3s;
    }

    .button_L_orange:disabled p:hover,
    .button_L_orange.disabled p:hover,
    .button_L_orange.disabled a:hover,
    .button_L_orange:disabled p:focus,
    .button_L_orange.disabled p:focus,
    .button_L_orange.disabled a:focus,
    .button_L_orange:disabled:focus p,
    .button_L_orange.disabled:focus p,
    .button_L_orange.disabled:focus a {
        background-color: #9A9A9A;
        color: #fff;
    }

    .button_L_orange a:hover:after,
    .button_L_orange p:hover:after,
    .button_L_orange a:focus:after,
    .button_L_orange p:focus:after,
    .button_L_orange:focus a:after,
    .button_L_orange:focus p:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_orange.svg) no-repeat;
        background-size: 22px;
    }

    .button_L_orange:disabled p:hover:after,
    .button_L_orange.disabled p:hover:after,
    .button_L_orange.disabled a:hover:after,
    .button_L_orange:disabled p:focus:after,
    .button_L_orange.disabled p:focus:after,
    .button_L_orange.disabled a:focus:after,
    .button_L_orange:disabled:focus p:after,
    .button_L_orange.disabled:focus p:after,
    .button_L_orange.disabled:focus a:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_white.svg) no-repeat;
        background-size: 22px;
    }

    .button_L_orange_line a:hover,
    .button_L_orange_line p:hover,
    .button_L_orange_line a:focus,
    .button_L_orange_line p:focus,
    .button_L_orange_line:focus a,
    .button_L_orange_line:focus p {
        background-color: #eb6e32;
        color: #fff;
        transition: .3s;
    }

    .button_L_orange_line:disabled p:hover,
    .button_L_orange_line.disabled p:hover,
    .button_L_orange_line.disabled a:hover,
    .button_L_orange_line:disabled p:focus,
    .button_L_orange_line.disabled p:focus,
    .button_L_orange_line.disabled a:focus {
        background-color: initial;
        color: #9A9A9A;
    }

    .button_L_orange_line a:hover:after,
    .button_L_orange_line p:hover:after,
    .button_L_orange_line a:focus:after,
    .button_L_orange_line p:focus:after,
    .button_L_orange_line:focus a:after,
    .button_L_orange_line:focus p:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_white.svg) no-repeat;
        background-size: 22px;
    }

    .button_L_orange_line:disabled p:hover:after,
    .button_L_orange_line.disabled p:hover:after,
    .button_L_orange_line.disabled a:hover:after,
    .button_L_orange_line:disabled p:focus:after,
    .button_L_orange_line.disabled p:focus:after,
    .button_L_orange_line.disabled a:focus:after,
    .button_L_orange_line:disabled:focus p:after,
    .button_L_orange_line.disabled:focus p:after,
    .button_L_orange_line.disabled:focus a:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_gray.svg) no-repeat;
        background-size: 22px;
    }

    .button_S_orange a:hover,
    .button_S_orange p:hover,
    .button_S_orange a:focus,
    .button_S_orange p:focus,
    .button_S_orange:focus a,
    .button_S_orange:focus p {
        background-color: #fff;
        color: #eb6e32;
        transition: .3s;
    }

    .button_S_orange:disabled p:hover,
    .button_S_orange.disabled p:hover,
    .button_S_orange.disabled a:hover,
    .button_S_orange:disabled p:focus,
    .button_S_orange.disabled p:focus,
    .button_S_orange.disabled a:focus,
    .button_S_orange:disabled:focus p,
    .button_S_orange.disabled:focus p,
    .button_S_orange.disabled:focus a {
        background-color: #9A9A9A;
        color: #fff;
    }

    .button_S_orange a:hover:after,
    .button_S_orange p:hover:after,
    .button_S_orange a:focus:after,
    .button_S_orange p:focus:after,
    .button_S_orange:focus a:after,
    .button_S_orange:focus p:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_orange.svg) no-repeat;
        background-size: 22px;
    }

    .button_S_orange:disabled p:hover:after,
    .button_S_orange.disabled p:hover:after,
    .button_S_orange.disabled a:hover:after,
    .button_S_orange:disabled p:focus:after,
    .button_S_orange.disabled p:focus:after,
    .button_S_orange.disabled a:focus:after,
    .button_S_orange:disabled:focus p:after,
    .button_S_orange.disabled:focus p:after,
    .button_S_orange.disabled:focus a:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_white.svg) no-repeat;
        background-size: 22px;
    }

    .button_S_orange_line a:hover,
    .button_S_orange_line p:hover,
    .button_S_orange_line a:focus,
    .button_S_orange_line p:focus,
    .button_S_orange_line:focus a,
    .button_S_orange_line:focus p {
        background-color: #eb6e32;
        color: #fff;
        transition: .3s;
    }

    .button_S_orange_line:disabled p:hover,
    .button_S_orange_line.disabled p:hover,
    .button_S_orange_line.disabled a:hover,
    .button_S_orange_line:disabled p:focus,
    .button_S_orange_line.disabled p:focus,
    .button_S_orange_line.disabled a:focus,
    .button_S_orange_line:disabled:focus p,
    .button_S_orange_line.disabled:focus p,
    .button_S_orange_line.disabled:focus a {
        background-color: initial;
        color: #9A9A9A;
    }

    .button_S_orange_line a:hover:after,
    .button_S_orange_line p:hover:after,
    .button_S_orange_line a:focus:after,
    .button_S_orange_line p:focus:after,
    .button_S_orange_line:focus a:after,
    .button_S_orange_line:focus p:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_white.svg) no-repeat;
    }

    .button_S_orange_line:disabled p:hover:after,
    .button_S_orange_line.disabled p:hover:after,
    .button_S_orange_line.disabled a:hover:after,
    .button_S_orange_line:disabled p:focus:after,
    .button_S_orange_line.disabled p:focus:after,
    .button_S_orange_line.disabled a:focus:after,
    .button_S_orange_line:disabled:focus p:after,
    .button_S_orange_line.disabled:focus p:after,
    .button_S_orange_line.disabled:focus a:after {
        background: url(/sfsites/c/resource/image1/img/icon_arrow_right_gray.svg) no-repeat;
        background-size: 22px;
    }

    .pagenation li a:hover,
    .pagenation li a:focus,
    .pagenation li:focus a,
    .pagenation button:focus li a {
        background-color: #EB6E32;
        color: #fff;
        border-radius: 16px;
        transition: .3s;
    }

    .mainte-list li:hover,
    .mainte-list li:focus {
        border: 1px solid #eb6e32;
        box-sizing: border-box;
        transition: 0.2s;
    }
}

.txt-a a {
    color: #0066BE;
    text-decoration: underline;
}

input::placeholder {
    color: #736D68;
}