@charset "utf-8";
/*
*----全体style----*/
.about-sec{
    margin-bottom: 150px;
}
.about-sec-ttl{
    font-size: clamp(3.2rem, 3.51390922401vw, 4.8rem);
    margin-bottom: 2.08333em;
}
@media(max-width: 820px){
    .about-sec{
        margin-bottom: 75px;
    }
    .about-sec-ttl{
        margin-bottom: 1em;
    }
}

/*
*----テーブルstyle----*/
.about-sec-contents-tableArea{
    margin-bottom: 100px;
}
.common-table._aboutTbl{
    border-spacing: 10px;
}
.common-table._aboutTbl th,
.common-table._aboutTbl td{
    padding: 0.875em .5em 0.75em 1.875em;
}
.aboutTbl-td-ul li{
    line-height: 2;
}
.aboutTbl-td-ul li:last-child{
    margin-bottom: 1em;
}
@media(max-width: 820px){
    .about-sec-contentsWrap{
        display: contents;
    }
    .about-sec-contents-tableArea{
        margin-bottom: 50px;
    }
    .common-table._aboutTbl {
        border-spacing: 4px;
    }
    .common-table._aboutTbl th,
    .common-table._aboutTbl td{
        padding: .6em .5em .5em .7em;
    }
    .common-table._aboutTbl th{
        white-space: nowrap;
    }
}

/*
*----固定ページのエディタからの投稿雛形style----*/
.myPost-article-stylingArea h1{
    font-family: var(--main-font);
    font-weight: bold;
    font-size: clamp(3.2rem, 3.51390922401vw, 4.8rem);
    line-height: 1.5;
    margin-bottom: 2em;
}
.myPost-article-stylingArea  p{
    line-height: 2;
    margin-bottom: 3.125em;
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
}
.myPost-article-stylingArea  img{
    max-width: 100%;
    border-radius: 30px;
    margin-bottom: clamp(25px, 3.0487804878vw,50px);
}
.myPost-article-stylingArea h2{
    font-size: clamp(2.8rem, 3.41463414634vw,3.2rem);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.428em;
}
.myPost-article-stylingArea p + h2,
.myPost-article-stylingArea p + h3,
.myPost-article-stylingArea img + h2,
.myPost-article-stylingArea img + h3,
.myPost-article-stylingArea ul + h2,
.myPost-article-stylingArea ul + h3,
.myPost-article-stylingArea ol + h2,
.myPost-article-stylingArea ol + h3{
    margin-top: clamp(50px, 7.32064421669vw, 100px);
}
.myPost-article-stylingArea a{
    text-decoration: underline;
}
.myPost-article-stylingArea strong{
    font-weight: bold;
    background: linear-gradient(transparent 70%, var(--primary-color) 30%);
}
.myPost-article-stylingArea h3{
    font-size: clamp(1.8rem, 2.19512195122vw,2rem);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.6em;
}
.myPost-article-stylingArea ul,
.myPost-article-stylingArea ol{
    font-size: clamp(1.5rem, 1.82926829268vw, 1.6rem);
    margin-bottom: 3.125em;
}
.myPost-article-stylingArea ul li,
.myPost-article-stylingArea ol li{
    display: flex;
    align-items: baseline;
}
.myPost-article-stylingArea ul li:not(:last-child),
.myPost-article-stylingArea ol li:not(:last-child){
    margin-bottom: 1em;
}
.myPost-article-stylingArea ul li::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/list-style.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .75em;
    flex-shrink: 0;
}
.myPost-article-stylingArea ol{
    counter-reset: number 0;
}
.myPost-article-stylingArea ol li::before{
    counter-increment: number 1;
    content: counter(number);
    color: #fff;
    font-size: 0.7em;
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    background-image: url(../images/common/ol-list-style.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .75em;
    flex-shrink: 0;
}
@media(max-width: 820px){
    .myPost-article-stylingArea h1,
    .myPost-article-stylingArea h2,
    .myPost-article-stylingArea h3{
        margin-bottom: 1em;
    }
    .myPost-article-stylingArea p,
    .myPost-article-stylingArea ul,
    .myPost-article-stylingArea ol{
        margin-bottom: 1.7em;
    }
}

/*
*----個人情報保護方針他style----*/
.about-sec-contents-privacyArea{
    margin-top: clamp(50px,6.097vw,100px);
}
.about-sec-contents-privacyArea-ttl{
    font-size: clamp(2.8rem, 3.41463414634vw, 3.2rem);
    font-weight: bold;
    margin-bottom: 1.5625em;
}
.common-ul._about-privacy li a::after{
    /*content: url(../images/common/pdf-icon.png);*/
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/common/pdf-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    /*vertical-align: middle;*/
    vertical-align: bottom;
    margin-left: 5px;
}
@media(max-width: 820px){
    .about-sec-contents-privacyArea-ttl{
        margin-bottom: 1em;
    }
    .common-ul._about-privacy li a::after{
        width: 18px;
        height: 18px;
    }
}