@charset "utf-8";

/* .cp-sec */
.cp-sec {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
}

#contents .cp-sec:first-of-type {
    margin-top: 0;
}

/* .cp-badge */
.cp-badge {
    border-radius: 3px;
    background: #005BAC;
    padding: 2px 10px;
    font-size: inherit;
    color: #000;
}

/* .cp-ttl */
.cp-ttl-h1 {
    margin-bottom: 4.2rem;
}

.cp-ttl-h2 {
    margin-bottom: 30px;
}

.cp-ttl-h2:after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    background: #005BAC;
    width: 50px;
    height: 5px;
}

.ttl-h3 .cp-badge {
    margin-bottom: 0.85rem;
    font-size: 1.4rem;
}

.ttl-h3 .cp-badge b {
    font-size: 1.785rem;
}

@media screen and (min-width: 64em) {
    .ttl-h3 .cp-badge {
        margin-right: 1em;
    }
}

.sns-area {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.sns-area li {
    padding-left: 10px;
    line-height: 0;
}

/* .cp-text */
.cp-text {
    /*font-size: 1.5rem;*/
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.cp-text-1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cp-text-1 img {
    width: 360px;
    margin-right: 0.3rem;
}

@media screen and (max-width: 39.9375em) {
    .cp-text-1 {
        display: inline-block;
        text-align: center;
    }
}

.cp-text-note {
    font-size: 1rem;
    color: inherit;
}

/* .cp-code" */
.cp-code {
    margin-bottom: 30px;
}

.cp-code img {
    width: 100%;
    max-width: 806.5px;
}

@media screen and (max-width: 39.9375em) {}

/* .cp-thumbnail */
.cp-img-thumbnail {
    border: 1px solid #eee;
}

/* .cp-card */
.cp-card {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

.cp-card-header {
    border-bottom: 1px solid #ccc;
    background: #f8f7f8;
    padding: 16px;
}

.cp-card-body {
    padding: 0 19px 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cp-card-body>div {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.cp-card-body p {
    margin-bottom: 1.42rem;
}

.cp-card-body>*:last-child {
    margin-bottom: 0;
}

/* .cp-ul-disc */
.cp-ul-disc {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.cp-ul-disc li {
    list-style: inherit;
}

/* .cp-step1 */
@media screen and (min-width: 64em) {
    .cp-step1 {
        position: relative;
    }

    .cp-step1.text-center {
        text-align: left !important;
    }

    .cp-step1-img {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -89.5px;
    }

    .cp-step1 .button.expanded {
        width: 40%;
    }
}

/* .cp-price */
.cp-price-row {
    margin-bottom: 6.7rem;
}

.cp-price-order {
    position: relative;
    margin-top: 4.2rem;
}

.button.especial {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cp-order .button.expanded {
    width: 300px;
}

@media screen and (max-width: 39.9375em) {
    .cp-order .button.expanded {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .cp-price-row {
        display: flex;
    }

    .cp-price-row .columns {
        display: flex;
        align-items: stretch;
    }

    .cp-price-acmgr {
        order: 2;
    }

    .cp-price-order {
        order: 1;
        margin-top: 0;
    }
}

.cp-price-value {
    font-size: 25px;
    color: #f91138;
}

.cp-price-value-unit {
    font-size: 1rem;
}

.cp-price-table {
    margin-top: 2rem;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
}

.cp-price-table th,
.cp-price-table td {
    border-color: #ccc;
    padding: 0.857rem 0.64rem;
}

.cp-price-table thead,
.cp-price-table thead td,
.cp-price-table tbody,
.cp-price-table .cp-price-table-btn-group th,
.cp-price-table .cp-price-table-btn-group td {
    border-width: 0;
    background-color: transparent;
}

.cp-price-table thead th {
    border-width: 1px;
    border-color: transparent;
    border-right-color: #fff;
    background-color: #005BAC;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    font-size: 1.429rem;
    line-height: 1.1;
    color: #fff;
}

.cp-price-table thead th:last-child {
    border-right-color: #005BAC;
}

.cp-price-table-pr {
    position: relative;
}

.cp-price-table-pr b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.142rem;
    font-weight: bold;
}

.cp-price-table-pr b:before {
    content: "\\ ";
}

.cp-price-table-pr b:after {
    content: " /";
}

.cp-price-table .cp-text-small {
    font-size: 1rem;
    font-weight: normal;
    white-space: nowrap;
}

.cp-price-table tbody th {
    font-weight: normal;
    color: #666;
}

.cp-price-table tbody b {
    font-size: 1.786rem;
    font-weight: normal;
}

.cp-price-table .cp-fs-large {
    font-size: 2.143rem;
}

.cp-price-discount {
    display: inline-block;
    margin-right: 0.5em;
    border-radius: 4px;
    background: #d10123;
    padding-top: 4px;
    width: 45px;
    height: 45px;
    line-height: 1.125;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

.cp-price-discount-unit {
    font-size: 0.643rem;
}

.cp-price-table-btn-group .button {
    width: 70%;
}

.unit {
    font-size: 16px;
}

@media screen and (max-width: 39.9375em) {
    .cp-price-table {
        white-space: nowrap;
    }

    .cp-overview-table tbody th {
        width: 25%;
    }
}

/* cp-overview */
.cp-overview-table thead th {
    background: #0a0a0a;
    color: #fff;
}

.cp-overview-table tbody th {
    width: 15%;
}

/* .cp-order */
.cp-order {
    padding: 1.5rem 2.5rem 2.75rem;
    background: #005BAC;
    border-radius: 4px;
}

@media screen and (max-width: 39.9375em) {
    .cp-order {
        padding: 1rem 1.5rem 1.75rem;
    }
}

.cp-order>div {
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
}

@media screen and (max-width: 39.9375em) {
    .cp-order>div {
        padding: 0.5rem;
        flex-direction: column;
    }
}

.cp-order>div p {
    margin-bottom: 0;
}

.cp-order-ttl {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #fff;
}

.cp-sec.cp-order {
    margin-top: 2rem;
}

.cp-order-btn-group {
    list-style: none;
    margin-top: 24px;
    margin-bottom: 26px;
    margin-left: 0;
}

.cp-order-btn-group li {
    margin-top: 16px;
}

.cp-order-btn-group p {
    margin-bottom: 15px;
}

.cp-order-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.cp-order-flex .cof-cols {
    width: 50%;
    max-width: 360px;
}

@media screen and (min-width: 40em) {
    .cp-order-btn-group {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .cp-order-flex .cof-cols {
        width: 100%;
    }
}

.sns-area {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.sns-area li {
    padding-left: 10px;
    line-height: 0;
}

.copy-btn {
    text-align: center;
    display: inline-block;
    height: 20px;
    width: 40px;
    border-radius: 15px;
    background: #aaa;
    color: #fff;
    padding: 0 10px;
}

.js-copy:hover {
    cursor: pointer;
}

.code-num {
    font-size: 2.5rem;
    font-weight: bold;
    margin-right: 1.5rem;
    /*margin-bottom: 1rem;*/
}

.line-through {
    text-decoration: line-through;
    text-decoration-color: #d10123;
}