@charset "UTF-8";
/* ----------------------------------------------------------
規約関連ページ
---------------------------------------------------------- */
/* ---------------------------
共通
--------------------------- */
.content-r{
    display: none;
}
.breadcrumb_Area{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.breadcrumb_Area ul.flex {
    width: 100%;
}
.terms_Wrap{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.terms_Wrap p.txt{
    color: #444;
    line-height: 1.8;
}
.terms_Wrap p.txt.right{
    margin-top: 10px;
    text-align: right;
}
.terms_Wrap h2.lower_ttl:first-child{
    margin-top: 30px;
}
.terms_Wrap h3.pp_ttl{
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
    line-height: 1.2;
    margin: 40px auto 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--basic);
}
.terms_Wrap h3.pp_ttl:nth-child(2){
    margin-top: 20px;
}
.terms_Wrap h4{
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin: 30px auto 10px;
    padding-left: 0.8em;
}
.terms_Wrap h4::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--blue);
    top: 0;
    left: 0;
}
.terms_Wrap .number_List li p.ttl{
    color: var(--blue);
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
}
.terms_Wrap .terms_List dl{
    margin-top: 10px;
    padding-left: 0.8em;
}
.terms_Wrap .terms_List dl dt{
    position: relative;
    color: #444;
    font-weight: 600;
}
.terms_Wrap .terms_List dl dt::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    top: 50%;
    left: -0.8em;
    transform: translateY(-50%);
}
.terms_Wrap .terms_List dl dd div.flex{
    justify-content: flex-start;
}
.terms_Wrap .number_List li {
    margin-top: 40px;
}
.terms_Wrap .number_List li:first-child{
    margin-top: 20px;
}
.terms_Wrap a[class*=_link]{
    position: relative;
    padding-left: 1.3em;
    color: var(--blue);
    text-decoration: underline;
}
.terms_Wrap a[class*=_link]:hover{
    opacity: 0.7;
}
.terms_Wrap p.txt > a.txt_link{
    padding-left: 0;
}
.terms_Wrap a.tel_link{
    margin-right: 1em;
}
@media only screen and (min-width: 801px){
    .terms_Wrap a.tel_link{
        pointer-events: none;
        text-decoration: none;
        color: #444;
    }
}
.terms_Wrap a[class*=_link]::before{
    position: absolute;
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'FILL' 1;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: var(--blue);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.terms_Wrap a.tel_link::before{ content: "\e0b0";}
.terms_Wrap a.mail_link::before{ content: "\e158";}
.terms_Wrap .terms_link_List{
    margin-top: 30px;
}
.terms_Wrap .terms_link_List li{
    margin-top: 10px;
}
.terms_Wrap .terms_link_List li a{
    position: relative;
    color: var(--blue);
    font-size: 1.6rem;
    text-decoration: underline;
}
.terms_Wrap .terms_link_List li a:hover{
    opacity: 0.7;
}
.terms_Wrap .terms_link_List li a.other_tab::after{
    position: absolute;
    content: "\e6fa";
    font-family: "Material Symbols Outlined";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: var(--blue);
    top: 50%;
    right: -1.1em;
    transform: translateY(-50%);
}
.p-mark{
    align-items: center;
}

.terms_Box{
    background: #f5f5f5;
    margin: 30px auto;
    padding: 30px;
}
.terms_Box .number_List:first-child li:first-child{
    margin-top: 0;
}
.terms_Wrap .txt_List li{
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 0.8em;
    color: var(--basic);
}
.terms_Wrap .txt_List li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    top: 0.6em;
    left: 0;
}

/* cookie等ポリシー */
.cookieList table th{
    color: #333;
}


/* ==============================================================
PC(~1230px)
============================================================== */
@media only screen and (max-width: 1230px) {

}

/* ======================================================
tab（1150px~）
====================================================== */
@media screen and (max-width: 1150px) {

}

/* ==============================================================
TAB・SP(801~1150px)
============================================================== */
@media only screen and (min-width: 801px) and (max-width: 1150px) {

}

/* ==============================================================
PC(~1024px)
============================================================== */
@media only screen and (max-width: 1024px) {


}

/* ==============================================================
SP(~800px)
============================================================== */
@media only screen and (max-width: 800px) {

    .breadcrumb_Area{
        padding-bottom: 10px;
    }
    .terms_Wrap {
        padding-bottom: 40px;
    }
    .terms_Wrap h3.pp_ttl {
        font-size: 1.8rem;
        margin: 15px auto 10px;
    }
    .terms_Box {
        margin: 15px auto;
        padding: 20px;
    }
    .terms_Wrap .number_List li p.ttl{
        line-height: 1.2;
    }
    .terms_Wrap .terms_List dl dt{
        font-size: 1.5rem;
    }
    .terms_Wrap .terms_List dl dd div.flex {
        flex-direction: column;
    }
    .terms_Wrap .terms_List dl dd a[class*=_link] {
        font-weight: 600;
    }
    .terms_Wrap .terms_List dl dd a[class*=_link]::before{
        font-size: 1.8rem;
    }
    .terms_Wrap p.txt > a.txt_link {
        word-break: break-all;
    }
    .p-mark {
        margin: 15px auto;
    }
    .p-mark p.txt{
        margin-top: 0;
        line-height: 1.6;
    }
    .terms_Wrap .terms_link_List {
        margin-top: 15px;
    }
    .terms_Wrap .terms_link_List li {
        margin-top: 7px;
    }
    .terms_Wrap .terms_link_List li a {
        font-size: 1.5rem;
    }
    .terms_Wrap .txt_List li{
        font-size: 1.5rem;
        padding-left: 0.6em;
    }
    .terms_Wrap .txt_List li::before{
        width: 5px;
        height: 5px;
    }
}