body {
    font-family: M PLUS\ 1p,sans-serif;
    background: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 1.6
}
a,body {
    color: #28292a;
}
a {
    text-decoration: none
}
p {
    margin: 1em 0;
}
.wrap {
    max-width: 450px;
    margin: 0 auto;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}
header {
    padding: 20px
}
.header-logo {
    height: 36px
}
.catch-title {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    opacity: 1;
}
.catch-title span {
    letter-spacing: -0.3em;
}
.catch {
    font-size: 44px;
    text-align: center;
    font-weight: 500;
    opacity: 1;
}
.catch span {
    font-size: 32px;
}
.block {
    margin-top: 80px;
}
.catch-block {
    position: relative;
    margin-top: 50px;
}
.catch-block::before, .catch-block::after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.catch-block::before {
    left: 0;
    border-left: 1px solid #000;
}
.catch-block::after {
    right: 0;
    border-right: 1px solid #000;
}
.label {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    opacity: 1;
}
.label-2 {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    opacity: 1;
}
.label-small {
    font-size: 28px;
}
.image-block {
    margin: 10px 0 20px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px;
}
.image-block img {
    width: 100%;
}
.icon-block {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: 10px auto 0;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px;
}
.icon-block img {
    width: 46%;
}
.main-image-wrap {
    position: relative;
    padding: 0 13%
}
.main-image {
    width: 100%
}
.main-image-display {
    position: absolute;
    width: 74%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}
.display-call-show {
    -webkit-transition: opacity .4s .55s;
    transition: opacity .4s .55s
}
.main-info-wrap {
    margin-top: 40px;
    padding: 0 20px
}
.main-catch {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0 0px;
    text-align: center;
    opacity: 0.8;
}
.separater-top {
    position: relative;
    padding-top: 70px;
    margin-top: 70px;
}
.separater-top::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.list {
    margin: 0.5em 0;
    padding: 0 1em;
    opacity: .75;
}
.example {
    background-color: #28292a;
    color: #ffffff;
    border-radius: 0 15px 15px 0;
    padding: 2px 15px;
}
.second-text {
    margin-top: 0.2em;
    font-size: 15px;
}
.notice {
    font-size: 13px;
}
.price {
    margin: 1em 0;
    opacity: .75;
}
.price td {
    padding-right: 1em;
}
.main-info-wrap p {
    opacity: .75
}
footer {
    margin: 40px 20px 0;
    padding: 0 0 20px;
    font-size: 10px;
    opacity: .5
}
.nav-footer {
    padding: 0 20px;
    margin: 65px 0 0
}
.nav-footer-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.nav-footer-list-item {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    opacity: .5
}
.sub-catch {
    font-size: 24px;
    font-weight: 500;
    padding: 30px 0 20px
}
.statement-text-wrap ol,.statement-text-wrap p,.statement-text-wrap ul {
    font-size: 14px;
    opacity: .75
}
.statement-text-wrap ol,.statement-text-wrap ul {
    padding-left: 1.5em
}
.statement-text-wrap h2 {
    opacity: 1;
    margin: 3.5em 0 .5em
}
.statement-text-wrap h3 {
    opacity: 1;
    margin: 1em 0 .5em
}
.date {
    margin-top: 30px
}

.button-block{
    margin: 1em 0 2em;
    text-align: center;
}
.button-normal {
    display: inline-block;
    background-color: #282c2d;
    padding: 1em 2em;
    border-radius: 15px;
    color: #ffffff;
}

.float-wrap {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    margin: auto;
    text-align: center;
}
a.call-button {
    display: inline-block;
    padding: 0.8em 3em 1em;
    border-radius: 15px;
    background-color: #11c93e;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.9em;
}
.call-button-pc {
    display: flex;
    align-items: center;
}
.call-button-pc img {
    width: 30%;
}
.call-button-text {
    text-align: right;
    padding-right: 15px;
    width: 55%;
    line-height: 1.3;
}
.call-button-label {
    margin-bottom: 10px;
}
.call-button-label-sub {
    font-weight: 500;
    font-size: 14px;
}
.float-text {
    font-size: 30px;
}
.float-sub-text {
    font-size: 16px;
}

.catch-title-small {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 0;
}
.important {
    font-weight: 700;
}
.catch-title-medium {
    margin: 0;
    font-size: 30px;
}

.header-catch {
    font-size: 16.5px;
    padding-bottom: 3px;
    margin-top: -10px;
}
.kv-notice {
    text-align: center;
    margin-top: -20px;
    font-size: 11px;
}

@media (prefers-color-scheme: dark) {
    a,body {
        color: #fff
    }
    body {
        background: #282c2d;
    }
    .catch-block::before, .catch-block::after {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .catch-block::after {
        border-right: 1px solid #fff;
    }
    .catch-block::before {
        border-left: 1px solid #fff;
    }
    .example {
        background-color: #fff;
        color: #282c2d;
    }
    .button-normal {
        background-color: #fff;
        color: #282c2d;
    }
}