@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
}
#privacy {
    margin-top: 40px;
}
#privacy .breadcrumb .breadcrumb__list .breadcrumb__listbox {
    font-family: 'Noto Serif JP', serif;
}
div.privacy-ttl {
    text-align: center;
}
div.privacy-ttl p {
    margin: 0 auto;
    max-width: 100%;
    height: 68px;
    border: 1px solid #9D7623;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 68px;
}
div.privacy-wrap {
    margin-top: 45px;
}
#privacy dl {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#privacy dt {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: 130px;
    font-size: 15px;
    border: 1px solid #9D7623;
    border-radius: 50%;
    line-height: 1.2;
    margin-right: 20px;
    white-space: nowrap;
    letter-spacing: 1px;
}
#privacy dt.l-ttl {
    width: 130px;
}
#privacy dd {
    max-width: 85%;
    font-size: 16px;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) { 
    .for-sp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .for-pc {
        display: none;
    }
    div.privacy-ttl {
        text-align: center;
    }
    div.privacy-ttl p {
        font-size: 24px;
        letter-spacing: 4px;
        background: -webkit-linear-gradient(90deg, hsl(55, 40%, 30%) 0%, rgba(145,128,65,1) 50%, rgba(186,155,85,1) 100%);
        -webkit-background-clip: text;
    }
    #privacy dl {
        display: inline-block;
    }
    #privacy dt {
        max-width: 100%;
        text-align: center;
        display: block;
        align-items: initial;
        justify-content: initial;
        height: 100%;
        line-height: 100%;
        padding: 5px 0;
        border: 1px solid #9D7623;
        border-radius: 0;
        margin-right: 0;
        white-space: normal;
        margin-bottom: 15px;
    }
    #privacy dd {
        max-width: 100%;
        font-size: 14px;
        letter-spacing: 0;
    }
}