@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
    font-family: "Noto Serif JP";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}


/*20200623 佐藤追加 h3*/

h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 20px;
}

h4 {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    margin: 45px 0 20px;
    padding-left: 55px;
    position: relative;
}

h4:before {
    content: "――";
    position: absolute;
    left: 0;
    top: 0;
    color: #e40682;
}

ul {
    margin-bottom: 20px;
}

.border {
    border-bottom: 1px solid #e40682;
    margin: 50px 0px;
}

.anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}

.mokuji {
    text-align: center;
    font-size: 1.8em;
    color: #e40682;
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}


/* PC */

@media screen and (min-width: 769px) {
    .list--disc {
        margin-bottom: 30px;
    }
    .list--disc li {
        width: 100%;
        margin-right: 0;
        border: none;
        line-height: 1.6;
        font-family: "Noto Serif JP" !important;
        position: relative;
        margin-bottom: 15px;
        padding-left: 1.5em;
    }
    .list--disc li:before {
        display: block;
        content: "●";
        left: 6px;
        top: 7px;
        position: absolute;
        font-size: 1rem;
        color: #e40682;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    .list--disc {
        margin-bottom: 20px;
    }
    .list--disc li {
        width: 100%;
        margin-right: 0;
        font-family: "Noto Serif JP" !important;
        border: none;
        line-height: 1.6;
        position: relative;
        margin-bottom: 10px;
        padding-left: 1.5em;
    }
    .list--disc li:before {
        display: block;
        content: "●";
        left: 6px;
        top: 4px;
        position: absolute;
        font-size: 1rem;
        color: #000;
    }
}


/*# sourceMappingURL=maps/sitepolicies.css.map */