@charset "utf-8";

/* ----------------------------------
共通
-----------------------------------*/

html,
body {
    color: #000000;
    font-size: 100%;
    line-height: 1.7;
    height: 100%;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    /* 基本 1rem = 10px */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-family:dnp-shuei-gothic-gin-std, sans-serif;
    
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

* {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a {
    text-decoration: none;
    transition: color .2s, border .2s;
}

a:visited,
a:active {
    color: inherit;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a,
a img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 0.15s linear;
}

a:hover,
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

p {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
    p {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    p {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 992px) {
    p {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    p {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
    }
}

section {
    padding: 0 0 30px 0;
}

@media screen and (min-width: 576px) {
    section {
        padding: 0 0 40px 0;
    }
}

@media screen and (min-width: 768px) {
    section {
        padding: 0 0 40px 0;
    }
}

@media screen and (min-width: 992px) {
    section {
        padding: 0 0 50px 0;
    }
}

@media screen and (min-width: 1200px) {
    section {
        padding: 0 0% 50px 0%;
    }
}

.circle>li {
    list-style: circle !important;
}

.disc>li {
    list-style: disc !important;
}

.number>li {
    list-style: decimal !important;
}

.circle>li,
.disc>li,
.number>li {
    margin: 0 0 3px 22px;
    padding: 0;
}

@media (min-width: 960px) {
    .circle>li,
    .disc>li,
    .number>li {
        margin: 0 0 3px 24px;
        margin-bottom: 3px;
    }
}

li {
    font-size: 1.4rem;
    line-height: 1.7;
}

@media screen and (min-width: 576px) {
    li {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    li {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    li {
        font-size: 1.9rem;
    }
}

@media screen and (min-width: 1200px) {
    li {
        font-size: 1.9rem;
    }
}


/* display ----------------------------------*/

.display-none-min {
    display: none !important;
}

@media screen and (min-width: 576px) {
    .display-none-min-sm {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .display-none-min-md {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .display-none-min-lg {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .display-none-min-xl {
        display: none !important;
    }
}

.display-none-max {
    display: none !important;
}

@media screen and (max-width: 575px) {
    .display-none-max-sm {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .display-none-max-md {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .display-none-max-lg {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .display-none-max-xl {
        display: none !important;
    }
}


/* 
----------------------------------*/

.m0 {
    margin: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 0.5rem !important;
}

.mb10 {
    margin-bottom: 1.0rem !important;
}

.mb15 {
    margin-bottom: 1.5rem !important;
}

.mb20 {
    margin-bottom: 2.0rem !important;
}

.mb30 {
    margin-bottom: 3.0rem !important;
}

.mb40 {
    margin-bottom: 4.0rem !important;
}

.mb50 {
    margin-bottom: 5.0rem !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 0.5rem !important;
}

.mt10 {
    margin-top: 1.0rem !important;
}

.mt15 {
    margin-top: 1.5rem !important;
}

.mt20 {
    margin-top: 2.0rem !important;
}

.mt30 {
    margin-top: 3.0rem !important;
}

.mt40 {
    margin-top: 4.0rem !important;
}

.mt50 {
    margin-top: 5.0rem !important;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

@media (min-width: 992px) {
    /*pcにしか効かないマージン*/
    .pc_mb0 {
        margin-bottom: 0 !important;
    }
    .pc_mb5 {
        margin-bottom: 0.5rem !important;
    }
    .pc_mb10 {
        margin-bottom: 1.0rem !important;
    }
    .pc_mb15 {
        margin-bottom: 1.5rem !important;
    }
    .pc_mb20 {
        margin-bottom: 2.0rem !important;
    }
    .pc_mb30 {
        margin-bottom: 3.0rem !important;
    }
    .pc_mb40 {
        margin-bottom: 4.0rem !important;
    }
    .pc_mb50 {
        margin-bottom: 5.0rem !important;
    }
    .pc_mt0 {
        margin-top: 0 !important;
    }
    .pc_mt5 {
        margin-top: 0.5rem !important;
    }
    .pc_mt10 {
        margin-top: 1rem !important;
    }
    .pc_mt15 {
        margin-top: 1.5rem !important;
    }
    .pc_mt20 {
        margin-top: 2.0rem !important;
    }
    .pc_mt30 {
        margin-top: 3.0rem !important;
    }
    .pc_mt40 {
        margin-top: 4.0rem !important;
    }
    .pc_mt50 {
        margin-top: 5.0rem !important;
    }
}

@media (max-width: 991px) {
    /*spにしか効かないマージン*/
    .sp_mb0 {
        margin-bottom: 0 !important;
    }
    .sp_mb5 {
        margin-bottom: 0.5rem !important;
    }
    .sp_mb10 {
        margin-bottom: 1.0rem !important;
    }
    .sp_mb15 {
        margin-bottom: 1.5rem !important;
    }
    .sp_mb20 {
        margin-bottom: 2.0rem !important;
    }
    .sp_mb30 {
        margin-bottom: 3.0rem !important;
    }
    .sp_mb40 {
        margin-bottom: 4.0rem !important;
    }
    .sp_mb50 {
        margin-bottom: 5.0rem !important;
    }
    .sp_mt0 {
        margin-top: 0 !important;
    }
    .sp_mt5 {
        margin-top: 0.5rem !important;
    }
    .sp_mt10 {
        margin-top: 1.0rem !important;
    }
    .sp_mt15 {
        margin-top: 1.5rem !important;
    }
    .sp_mt20 {
        margin-top: 2.0rem !important;
    }
    .sp_mt30 {
        margin-top: 3.0rem !important;
    }
    .sp_mt40 {
        margin-top: 4.0rem !important;
    }
    .sp_mt50 {
        margin-top: 5.0rem !important;
    }
}