@charset "UTF-8";
/*-------------
vars
-------------*/
:root{
    --font-sans-serif: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --font-en: 'Poppins', sans-serif;
    --main-color: #e60012;
    --main-color--dark: #c00;
    --main-color--bg: #faaab0;
    --main-black: #333;
    --border-gray: #ccc;
    --border-common: solid 1px var(--border-gray);
    --bg-gray: #f7f7f7;
    --bg-stripe: url(../images/bg-stripe.png) repeat center / auto,#fff;
    --text-red: #ed1c24;
    --text-gray: #555;
    --text-frame_2: #fff 0 0, #fff 0 1px, #fff 0 2px, #fff 1px 0, #fff 1px 1px, #fff 1px -1px, #fff -1px 0, #fff -1px 1px, #fff -1px -1px, #fff 2px 0, #fff 2px 1px, #fff 2px 2px, #fff 2px -1px, #fff 2px -2px, #fff -2px 0, #fff 0 -1px, #fff 0 -2px, #fff -2px 1px, #fff -2px 2px, #fff -2px -1px, #fff -2px -2px;
    --inner-wid--pc: 1000px;
    --inner-wid--common: var(--inner-wid--pc);
    --inner-wid--sp: 90.625%;
    --inner-wid--sp_vw: 90.625vw;
    --inner-sidespace--sp: 4.6875%;
    --inner-sidespace--sp_vw: 4.6875vw;
}
@media screen and (max-width:768px){
    :root{
        --inner-wid--common: var(--inner-wid--sp);
        --bg-stripe: url(../images/bg-stripe@sp.png) repeat center / 480px auto;
    }
}

/*-------------
base
-------------*/
html{
    font-size: 62.5%;
}
body{
    position: relative;
    width: 100%;
    min-width: calc(var(--inner-wid--pc) + 40px);
    background: #fff;
    color: var(--main-black);
    font-family: var(--font-sans-serif);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    text-align: left;
    word-wrap: break-word;
}
*{
    letter-spacing: .04em;
}
.sp{
    display: none;
}
.clearfix::after,
.cf::after{
    content: "";
    display: block;
    clear: both;
}
.is--text_link{
    color: var(--text-gray);
}
.is--text_link:not(:hover){
    text-decoration: underline;
}
@media screen and (min-width:769px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}
.is--text_red,
.txtRed{
    color: var(--text-red)!important;
}
.txt_ind{
    text-indent: -1em;
    padding-left: 1em;
}
.is--il-block{
    display: inline-block;
}
.is--ffs_palt{
    font-feature-settings: "palt" 1;
    letter-spacing: .08em;
}
/*--- sp */
@media screen and (max-width:767px){
    body{
        min-width: 320px;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    img{
        width: 100%;
        height: auto;
    }
}

/*-------------
accordion
-------------*/
.accordion-btn:not(.is--ready){
    pointer-events: none;
}
.accordion-btn.is--ready{
    cursor: pointer;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.is--ready){
        pointer-events: none;
    }
    .accordion-btn--sp.is--ready{
        cursor: pointer;
    }
}
.accordion-btn:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
.accordion-content{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width:768px){
    .accordion-btn--sp:not(.accordion--open):not([data-target-class]) + *:not(.accordion-container),
    .accordion-content--sp{
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
}
.accordion-container{
    overflow: hidden;
    transition: height .3s ease;
}
.accordion-container.is--hit_low{
    transition: height .2s ease;
}
.accordion-container:not(.is--open){
    height: 0!important;
}
@media screen and (min-width:769px){
    .accordion-container.is--limit_sp{
        height: auto!important;
    }
}

/*-------------
header
-------------*/
.header{
    position: relative;
    z-index: 99;
    padding: 15px 0;
    border-top: solid 5px var(--main-color);
    background: var(--bg-stripe);
}
.header-inner{
    display: flex;
    align-items: center;
    width: var(--inner-wid--common);
    margin: 0 auto;
}
.header-logo{
    display: flex;
    align-items: center;
}
.header-logo__main{
    filter: drop-shadow(2px 2px 2px rgba(23,18,15,.2));
    margin-right: 15px;
}
.header-logo__sub{
    font-size: 1.6rem;
    font-weight: 500;
}
.header-contact{
    margin-left: auto;
}
.header-contact__tel{
    margin-bottom: 3px;
    font-family: var(--font-en);
    line-height: calc(1em + 2px);
}
.preload .header-contact__tel{
    white-space: nowrap;
}
.header-contact__tel-head{
    font-size: 1.6rem;
    font-weight: bold;
}
.header-contact__tel-body{
    color: var(--main-color);
    font-size: 2.6rem;
    font-weight: 600;
}
.header-contact__time{
    text-align: center;
    line-height: calc(1em + 4px);
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .header{
        padding: 10px 0;
        border-top-width: 2px;
    }
    .header-inner{
        align-items: flex-end;
    }
    .header-logo{
        display: block;
        flex: 0 0 auto;
        margin-right: 5px;
    }
    .header-logo__main{
        display: block;
        filter: drop-shadow(2px 2px 1px rgba(23,18,15,.25));
        width: 120px;
        margin: 0 0 5px;
    }
    .header-logo__sub{
        display: block;
        font-size: 1.2rem;
        line-height: calc(1em + 2px);
    }
    @media screen and (max-width:374px){
        .header-contact__tel{
            text-align: center;
        }
    }
    .header-contact__tel-head{
        font-size: 1.3rem;
    }
    .header-contact__tel-body{
        font-size: 2.1rem;
    }
    @media screen and (max-width:374px){
        .header-contact__tel-head{
            font-size: 1.1rem;
        }
        .header-contact__tel-body{
            font-size: 1.4rem;
        }
    }
    .header-contact__time{
        font-size: 1.2rem;
    }
}

/*-------------
footer
-------------*/
.footer{
    position: relative;
}
/* footer-nav */
.footer-nav{
    width: var(--inner-wid--common);
    margin: 0 auto 13px;
}
.footer-nav-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
}
.footer-nav-list-item{
    margin-bottom: 5px;
}
.footer-nav-list-item:not(:last-child){
    margin-right: 10px;
    padding-right: 10px;
    border-right: var(--border-common);
}
.footer-nav-list-item__link{
    display: block;
    color: var(--text-gray);
    line-height: calc(1em + 5px);
}
.footer-nav-list-item__link:not(:hover){
    text-decoration: underline;
}
/* footer-main */
.footer-main{
    position: relative;
    z-index: 0;
    padding: 21px 0 20px;
}
.footer-main::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--border-gray);
    content: "";
}
.footer-main::after{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 198px;
    height: 208px;
    background: url(../images/bg_shichi.png) no-repeat center / contain;
    content: "";
}
.footer-pagetop{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -45px;
    right: calc(50% - (var(--inner-wid--pc) / 2));
    width: 180px;
    height: 30px;
    padding-bottom: 2px;
    border: var(--border-common);
    background: linear-gradient(to top,var(--bg-gray),#fff 40%);
    cursor: pointer;
}
.footer-pagetop::before{
    margin: 2px 6px 0 0;
    border-right: solid 6px rgba(2552,255,255,0);
    border-bottom: solid 10px #999;
    border-left: solid 6px rgba(2552,255,255,0);
    content: "";
}
/* footer-info */
.footer-info{
    display: flex;
    width: var(--inner-wid--common);
    margin: 0 auto;
}
.footer-info-com{
    flex: 0 0 auto;
    margin-right: 40px;
}
.footer-info__logo{
    width: 150px;
    margin-bottom: 20px;
}
.footer-info__logo img{
    width: 100%;
    height: auto;
}
.footer-info-address{
    line-height: calc(1em + 6px);
}
.footer-info-address a:not([href^="tel:"]){
    color: var(--text-gray);
}
.footer-info-address a:not([href^="tel:"]):not(:hover){
    text-decoration: underline;
}
.footer-info-address__para:not(:last-child){
    margin-bottom: 6px;
}
.footer-info-address__para-block{
    display: inline-block;
}
.footer-info-address__para-block:not(:last-child){
    margin-right: 1em;
}
.footer-info-license-list{
    margin-left: auto;
    line-height: calc(1em + 3px);
}
.footer-info-license-list-item:not(:last-child){
    margin-bottom: 4px;
}
/* footer-copy */
.footer-copy{
    display: block;
    padding: 5px 0;
    background: var(--main-color);
    color: #fff;
    font-family: var(--font-en);
    font-size: 1.2rem;
    text-align: center;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .footer{
        position: relative;
    }
    /* footer-nav */
    .footer-nav{
        margin-bottom: 18px;
    }
    /* footer-main */
    .footer-main{
        padding-bottom: 40px;
    }
    .footer-main::after{
        width: 99px;
        height: 104px;
    }
    .footer-pagetop{
        position: static;
        width: var(--inner-wid--sp);
        height: 40px;
        margin: 0 auto 20px;
    }
    .footer-info-license-list{
        font-size: 1.2rem;
    }
    .footer-info-license-list-item:not(:last-child){
        margin-bottom: 4px;
    }
    /* footer-info */
    .footer-info{
        display: block;
    }
    .footer-info-com{
        margin: 0 0 36px;
    }
    /* footer-copy */
    .footer-copy{
        padding: 5px 0 calc(env(safe-area-inset-bottom) + 5px);
    }
}

/*-------------
contents
-------------*/
.contents{
    display: flex;
    align-items: flex-start;
    position: relative;
    width: var(--inner-wid--pc);
    margin: 0 auto;
    padding: 40px 0 100px;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .contents{
        display: block;
        width: 100%;
        padding: 0 0 60px;
    }
}

/*-------------
main-menu
-------------*/
.main-menu{
    flex: 0 0 250px;
    position: sticky;
    top: 0;
    left: 0;
}
.main-menu-nav{
    background: #fff;
}
.main-menu-nav-list-item{
    position: relative;
    z-index: 0;
    border-bottom: dashed 1px var(--border-gray);
}
.main-menu-nav-list-item::before{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 20px;
    background: var(--bg-stripe);
    content: "";
    pointer-events: none;
}
.main-menu-nav-list-item__link{
    display: block;
    position: relative;
    padding: 10px 30px 10px 0;
    text-align: right;
}
.main-menu-nav-list-item__link::before{
    display: block;
    margin-bottom: 1px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: calc(1em + 2px);
    content: attr(data-title-en);
}
.main-menu-nav-list-item__title{
    display: block;
    position: relative;
    font-size: 2rem;
    line-height: calc(1em + 4px);
}
.main-menu-nav-list-item__title::before{
    position: absolute;
    top: calc(50% - 6px);
    right: -22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a6a09c;
    content: "";
}
.main-menu-nav-list-item__title.is--current::before{
    background: var(--main-black);
}
.main-menu-nav-list-item__title::after{
    position: absolute;
    top: calc(50% - 3px);
    right: -19px;
    border-top: solid 4px rgba(255,255,255,0);
    border-left: solid 6px #fff;
    border-bottom: solid 4px rgba(255,255,255,0);
    content: "";
}
.main-menu-nav-btn{
    display: none;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .main-menu{
        position: relative;
        z-index: 0;
        border-top: var(--border-common);
    }
    .main-menu::before{
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 50%;
        box-shadow: 0 0px 9px rgb(0,0,0,.5);
        content: "";
    }
    .main-menu-nav-list-item::before{
        height: 21px;
    }
    .main-menu-nav-list-item__link{
        padding: 10px calc(var(--inner-sidespace--sp) + 24px) 12px var(--inner-sidespace--sp);
        text-align: left;
    }
    .main-menu-nav-list-item__link::before{
        font-size: 1.1rem;
    }
    .main-menu-nav-list-item__title{
        font-size: 1.8rem;
    }
    .main-menu-nav-list-item__title::before{
        right: -24px;
    }
    .main-menu-nav-list-item__title::after{
        right: -21px;
    }
    .main-menu-nav-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        height: 48px;
        margin: -1px 0 1px;
        background: var(--main-color);
        color: #fff;
        font-family: var(--font-en);
        font-size: 1.6rem;
        font-weight: 600;
    }
    .main-menu-nav-btn.is--ready::before{
        display: block;
        width: 20px;
        height: 14px;
        margin-right: 10px;
        background: linear-gradient(to top,#fff 0,#fff 2px,var(--main-color) 2px,var(--main-color) 6px,#fff 6px, #fff 8px,var(--main-color) 8px,var(--main-color) 12px,#fff 12px);
        content: "";
    }
    .main-menu-nav-btn.accordion--open::before{
        height: 2px;
    }
}

/*-------------
page-main
-------------*/
.page-main{
    flex: 1 1 auto;
    padding-left: 60px;
}
.page-title{
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    padding: 18px 0 8px;
    border-bottom: var(--border-common);
    background: linear-gradient(to top,#f0f0f0,#f0f0f0 22px,rgba(255,255,255,0) 22px);
}
.page-title::before{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #999;
    font-family: var(--font-en);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    content: attr(data-title-en);
}
.page-title__main{
    display: block;
    padding-left: 2px;
    font-size: 2.7rem;
    line-height: calc(1em + 6px);
    text-shadow: var(--text-frame_2);
}
.page-lead-text{
    margin-bottom: 27px;
    line-height: calc(1em + 8px);
}
.page-main__container:not(:last-child){
    margin-bottom: 60px;
}
.page-main__container-title{
    margin-bottom: 20px;
    color: var(--main-color);
    font-size: 2.1rem;
    font-weight: bold;
    line-height: calc(1em + 6px);
}
.page-main__sect:not(:last-child){
    margin-bottom: 40px;
}
.page-main__sect-title{
    position: relative;
    margin-bottom: 12px;
    padding: 6px 10px 8px 22px;
    background: var(--bg-gray);
    font-size: 1.6rem;
    line-height: calc(1em + 6px);
}
.page-main__sect-title::before{
    position: absolute;
    top: 9px;
    left: 10px;
    width: 4px;
    height: calc(100% - 18px);
    background: var(--main-color);
    content: "";
}
.page-main__block{
    line-height: calc(1em + 8px);
}
.page-main__block:not(:last-child){
    margin-bottom: 22px;
}
.page-main__block-title{
    margin-bottom: 3px;
    font-size: 1.5rem;
    font-weight: bold;
}
/* page-main__list--basic */
.page-main__list--basic:not(:first-child){
    margin-top: 15px;
}
.page-main__list--basic:not(:last-child){
    margin-bottom: 17px;
}
.page-main__list--basic-item{
    position: relative;
    padding-left: 1.1em;
}
.page-main__list--basic-item:not(:last-child){
    margin-bottom: 4px;
}
.page-main__list--basic-item::before{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
    content: "・";
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .page-main{
        width: 100%;
        padding: 30px var(--inner-sidespace--sp) 0;
    }
    .page-title{
        margin-bottom: calc(1.2rem + 25px);
        padding: 0 0 3px;
        background: linear-gradient(to top,#f0f0f0,#f0f0f0 15px,rgba(255,255,255,0) 15px);
    }
    .page-title::before{
        bottom: -5px;
        right: 0;
        transform: translateY(100%);
    }
    .page-title__main{
        font-size: 2.4rem;
    }
    .page-main__container-title{
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .page-main__sect:not(:last-child){
        margin-bottom: 30px;
    }
    .page-main__block p:not(:last-child){
        margin-bottom: 7px;
    }
}

/*-------------
top
-------------*/
.top-mainvisual{
    width: var(--inner-wid--pc);
    margin: 25px auto;
    overflow: hidden;
    border-radius: 10px;
}
.contents.top{
    padding-top: 0;
}
:root{
    --top-catch-linehit: 45px;
}
.top-catch{
    margin-bottom: 30px;
    padding-bottom: 10px;
    background: repeating-linear-gradient(to bottom,var(--border-gray),var(--border-gray) 1px,#fff 1px,#fff var(--top-catch-linehit));
    font-size: 1.9rem;
    font-weight: bold;
    line-height: var(--top-catch-linehit);
}
.top-catch__text{
    display: block;
    transform: translateY(-1px);
}
.top-secto:not(:last-child){
    margin-bottom: 40px;
}
.top-secto-title{
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: var(--border-common);
}
.top-secto-title::before{
    display: block;
    margin-bottom: 1px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: calc(1em + 2px);
    content: attr(data-title-en);
}
.top-secto-title::after{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 23px;
    background: var(--bg-stripe);
    content: "";
}
.top-secto-title__main{
    font-size: 2.4rem;
    line-height: calc(1em + 6px);
}
/* top-news */
.top-news{
    padding: 16px 20px 18px;
    border: var(--border-common);
    border-radius: 10px;
}
.top-news:not(:last-child){
    margin-bottom: 15px;
}
.top-news-head{
    margin-bottom: 9px;
    color: var(--main-color);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 5px);
}
.top-news-body{
    line-height: calc(1em + 7px);
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .top-mainvisual{
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    :root{
        --top-catch-linehit: 42px;
    }
    .top-catch{
        font-size: 1.6rem;
    }
    .top-secto-title::before{
        font-size: 1.4rem;
    }
    .top-secto-title::after{
        height: 21px;
    }
    .top-secto-title__main{
        font-size: 2.1rem;
    }
    /* top-news */
    .top-news{
        padding: 16px var(--inner-sidespace--sp_vw) 23px;
        border-radius: 6px;
    }
}

/*-------------
what
-------------*/
.what-message{
    padding: 30px 30px 20px;
    border: var(--border-common);
    border-radius: 5px;
    background: #fff;
}
.what-message-block{
    position: relative;
}
.what-message-block__pic{
    width: 120px;
    margin-bottom: 16px;
}
.what-message-block__pic.is--flort_right{
    float: right;
    margin-left: 20px;
}
.what-message-block__pic.is--flort_left{
    float: left;
    margin-right: 20px;
}
.what-message-block__pic-caption{
    color: var(--text-gray);
    font-size: 1.2rem;
    text-align: center;
    line-height: calc(1em + 4px);
}
.what-message-block p{
    margin-bottom: 8px;
    line-height: calc(1em + 7px);
}
.what-message-block p:last-child{
    margin-bottom: 16px;
}
.what-message__name{
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
}
@media screen and (min-width:769px){
    .what-message__name.is--pc-pos_bottom{
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .what-message{
        padding: 20px 20px 10px;
    }
    .what-message-block__pic{
        width: 100px;
        margin-bottom: 8px;
    }
    .what-message-block__pic.is--flort_right{
        margin-left: 15px;
    }
    .what-message-block__pic.is--flort_left{
        margin-right: 15px;
    }
}

/*-------------
deposits
-------------*/
.depo-block__pic{
    float: right;
    margin: 4px 0 0 20px;
}
/* depo-flow */
.depo-flow{
    padding: 20px 20px 30px;
    background: var(--bg-gray);
    border-radius: 10px;
}
.depo-flow-title{
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: calc(1em + 6px);
}
.depo-flow-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.depo-flow-list-item{
    position: relative;
    width: 210px;
    margin: 0 auto;
}
.depo-flow-list-item:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.depo-flow-list-item:not(:last-child)::after{
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    border-top: solid 10px var(--main-color);
    border-right: solid 15px rgba(255,255,255,0);
    border-left: solid 15px rgba(255,255,255,0);
    content: "";
}
.depo-flow-list-item__term{
    display: flex;
    justify-content: center;
    padding: 5px 5px 7px;
    border: solid 2px var(--main-color--bg);
    background: #fff;
    font-size: 1.6rem;
    line-height: calc(1em + 4px);
}
.depo-flow-list-item__desc{
    display: flex;
    justify-content: center;
    padding: 10px 15px 13px;
    border: solid 2px #ccc;
    background: #fff;
    font-size: 1.4rem;
    line-height: calc(1em + 4px);
}
.depo-flow-list-item__term + .depo-flow-list-item__desc{
    border-top: none;
}
.depo-flow-list-item--columns{
    display: flex;
    justify-content: space-between;
}
.depo-flow-list-item__column{
    display: flex;
    flex-direction: column;
    flex: 0 0 210px;
}
.depo-flow-list-item__column .depo-flow-list-item__desc{
    flex: 1 1 auto;
}
.depo-flow-term__choice{
    margin: 1px 4px 0 0;
    color: var(--main-color);
    font-size: 1.7rem;
    font-family: var(--font-en);
    font-weight: 600;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .depo-block__pic{
        width: 100px;
    }
    /* depo-flow */
    .depo-flow{
        padding: 15px var(--inner-sidespace--sp_vw) 20px;
        border-radius: 5px;
    }
    .depo-flow-title{
        font-size: 1.6rem;
    }
    .depo-flow-list{
        display: block;
    }
    .depo-flow-list-item{
        width: 100%;
    }
    .depo-flow-list-item:not(:last-child){
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
    .depo-flow-list-item__term{
        font-size: 1.4rem;
    }
    .depo-flow-list-item__desc{
        padding: 10px var(--inner-sidespace--sp_vw) 13px;
    }
    .depo-flow-list-item--columns{
        display: block;
    }
    .depo-flow-list-item__column:not(:last-child){
        margin-bottom: 10px;
    }
}

/*-------------
handling
-------------*/
.hand-item{
    display: flex;
    align-items: flex-start;
    padding: 15px 20px 15px 15px;
    border: var(--border-common);
    border-radius: 5px;
}
.hand-item:not(:last-child){
    margin-bottom: 10px;
}
.hand-item-pic{
    flex: 0 0 70px;
    border: solid 2px #eee;
}
.hand-item-body{
    flex: 1 1 auto;
    margin-left: 20px;
    line-height: calc(1em + 7px);
}
.hand-item-title{
    position: relative;
    margin: -2px 0 8px;
    padding: 0 0 2px 10px;
    font-size: 1.6rem;
    line-height: calc(1em + 4px);
}
.hand-item-title::before{
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: calc(100% - 4px);
    background: var(--main-color);
    content: "";
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .hand-item{
        padding: 15px 1em 17px;
    }
    .hand-item:not(:last-child){
        margin-bottom: 10px;
    }
    .hand-item-body{
        margin-left: var(--inner-sidespace--sp_vw);
    }
    .hand-item-body p:not(:last-child){
        margin-bottom: 8px;
    }
}

/*-------------
shop
-------------*/
.shop-table{
    width: 100%;
    margin-bottom: 35px;
}
.shop-table th{
    padding: 12px 20px 14px 0;
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
}
.shop-table td{
    padding: 12px 0 14px 20px;
    border-top: var(--border-common);
    border-bottom: var(--border-common);
}
.shop-map{
    margin-bottom: 50px;
    background: var(--bg-gray);
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .shop-table{
        border-top: solid 1px var(--main-color);
        margin-bottom: 25px;
    }
    .shop-table th{
        display: block;
        width: 100%;
        padding: 10px 0 3px;
        border: none;
    }
    .shop-table td{
        display: block;
        width: 100%;
        padding: 0 0 12px;
        border-top: none;
    }
    .shop-map{
        width: 100%;
        aspect-ratio: 4 / 3;
    }
    .shop-map iframe{
        width: 100%;
        height: 100%;
    }
}

/*-------------
question
-------------*/
.qa-list-item{
    overflow: hidden;
    border: var(--border-common);
    border-radius: 10px;
}
.qa-list-item:not(:last-child){
    margin-bottom: 15px;
}
.qa-list-item__q{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 60px;
    padding: 10px 55px 12px;
    background: var(--bg-gray);
    line-height: calc(1em + 8px);
}
.qa-list-item__q::before{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/question/icon_q-mark.svg) no-repeat center / auto,var(--main-color--dark);
    content: "";
}
.qa-list-item__a{
    padding: 15px 15px 17px;
    
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .qa-list-item{
        position: relative;
        border-radius: 5px;
    }
    .qa-list-item:not(:last-child){
        margin-bottom: 10px;
    }
    .qa-list-item__q{
        min-height: 58px;
        padding: 10px 34px 12px 46px;
    }
    .qa-list-item__q::before{
        top: 15px;
        left: 10px;
        width: 26px;
        height: 26px;
        background-image: url(../images/question/icon_q-mark@sp.svg);
    }
    .qa-list-item__q::after{
        position: absolute;
        top: calc(50% - 7px);
        right: 10px;
        width: 14px;
        height: 14px;
        background: linear-gradient(to top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 6px,#999 6px,#999 8px,rgba(255,255,255,0) 8px),
        linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 6px,#999 6px,#999 8px,rgba(255,255,255,0) 8px);
        content: "";
        transition: transform .3s ease;
    }
    .qa-list-item__q.accordion--open::after{
        transform: rotate(90deg);
        background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 6px,#999 6px,#999 8px,rgba(255,255,255,0) 8px);
    }
    .qa-list-item__a{
        padding: 15px 15px 19px;
    }
}

/*-------------
inquiry
-------------*/
.inq-telbox{
    padding: 25px 30px 30px;
    border-radius: 10px;
    background: var(--bg-gray);
}
.inq-telbox__num{
    margin-bottom: 10px;
    padding-bottom: 13px;
    border-bottom: dashed 1px var(--border-gray);
    font-family: var(--font-en);
}
.inq-telbox__num-head{
    font-size: 2.1rem;
    font-weight: bold;
    line-height: calc(1em + 2px);
}
.inq-telbox__num-body{
    color: var(--main-color);
    font-size: 36px;
    font-weight: 600;
    line-height: calc(1em + 2px);
}
.inq-telbox__info-table th{
    padding: 5px 15px 0 0;
    white-space: nowrap;
}
.inq-telbox__info-table td{
    padding-top: 5px;
}
/* form-table */
.form-table{
    width: 100%;
    font-size: 1.4rem;
    line-height: calc(1em + 6px);
}
.form-table th{
    width: 210px;
    padding: 27px 15px 17px;
    border: var(--border-common);
    background: var(--bg-gray);
}
.form-table th .req-item{
    display: block;
    position: relative;
    padding-right: calc(20px + (1.2rem * 2));
}
.form-table th .req-item::after{
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0;
    padding: 2px 5px 4px;
    margin-left: 10px;
    background: var(--text-red);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    content: "必須";
}
.form-table td{
    padding: 15px;
    border: var(--border-common);
}
.form-table input{
    width: 100%;
    height: 44px;
    padding: 0 10px 2px;
    background: #eee;
    font-size: 1.4rem;
    text-overflow: ellipsis;
}
.form-table__row--name input{
    width: 50%;
}
.form-table__post{
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
}
.form-table__post-mark{
    flex: 0 0 auto;
    margin-right: 5px;
}
.form-table textarea{
    width: 100%;
    height: 120px;
    min-height: 120px;
    padding: 10px;
    background: #eee;
    font-size: 1.4rem;
    resize: vertical;
}
.form-table .err-message{
    margin-bottom: 5px;
    color: var(--text-red);
}
.form-btn-block{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}
.form-btn-block form,
.form-btn-block input:not([type="hidden"]){
    width: 100%;
    height: 100%;
}
.form-btn-block input:not([type="hidden"]){
    padding-bottom: 2px;
}
.form-btn{
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
}
.form-btn--reset{
    width: 102px;
    height: 36px;
    margin-left: 15px;
    border: solid 1px var(--main-color);
    border-radius: 5px;
    background: #fff;
    color: var(--main-color);
    text-align: center;
}
/* form-table--check */
@media screen and (min-width:769px){
    .form-table--check th{
        padding-top: 15px;
    }
    .form-table--check td{
        padding-bottom: 17px;
    }   
}
.form-table--check .form-table__post{
    margin-bottom: 5px;
}
.form-btn--back{
    width: 100px;
    height: 50px;
    margin-right: 15px;
    border-radius: 5px;
    background: #666;
    color: #fff;
    text-align: center;
}
/* inq-end */
.inq-end input[type="button"]{
    width: 200px;
    height: 50px;
    margin-top: 30px;
    padding-bottom: 2px;
    border-radius: 5px;
    background: #666;
    color: #fff;
    text-align: center;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .inq-telbox{
        padding: 20px 25px 24px;
    }
    .inq-telbox__num{
        margin-bottom: 7px;
        padding-bottom: 10px;
    }
    .inq-telbox__num-head{
        font-size: 1.6rem;
    }
    .inq-telbox__num-body{
        font-size: 2.7rem;
    }
    .inq-telbox__info-table{
        font-size: 1.3rem;
    }
    /* form-table */
    .form-table{
        border-top: var(--border-common);
    }
    .form-table th{
        display: block;
        width: 100%;
        padding: 6px 15px 8px;
        border-top: none;
    }
    .form-table th .req-item{
        padding-right: 0;
    }
    .form-table th .req-item::after{
        display: inline-block;
        position: static;
        margin: 1px 0 0 8px;
    }
    .form-table td{
        display: block;
        width: 100%;
        border-top: none;
    }
    .form-table input{
        font-size: 1.6rem;
    }
    .form-table__row--name input{
        width: 100%;
    }
    .form-table__post{
        display: flex;
        align-items: center;
        width: 50%;
        margin-bottom: 10px;
    }
    .form-table__post-mark{
        flex: 0 0 auto;
        margin-right: 5px;
    }
    .form-table textarea{
        font-size: 1.6rem;
    }
    .form-btn-block{
        flex-wrap: wrap;
    }
    .form-btn{
        flex: 0 0 100%;
    }
    .form-btn--reset{
        width: 100px;
        height: 42px;
        margin: 10px auto 0 0;
    }
    /* form-table--check */
    .form-btn--back{
        width: 100px;
        margin-right: 10px;
    }
    .form-btn--back + .form-btn{
        flex: 0 0 calc(100% - 110px);
    }
    /* inq-end */
    .inq-end input[type="button"]{
        width: 100%;
    }
}
