@charset "UTF-8";
/* CSS Document */

.header_logo {
    background-color: #5d463a;
    padding: 0;
    line-height: 1.7;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.header_logo img {
    width: 20%;
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.line_cv__ttl {
    background: #a6a6a6;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    padding: 20px;
    position: relative;
}

.line_cv__ttl::before,
.line_cv__ttl::after {
    content: "[ ";
    position: absolute;
    top: -11px;
    left: 10px;
    font-weight: 100;
    color: #d7d7d7;
    font-size: 65px;
}

.line_cv__ttl::after {
    content: "] ";
    left: auto;
    right: 10px;
}


.purchase-btn_2 a {
    font-weight: 500;
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 2;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    width: 220px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #f03b7f, #f68254);
}

.purchase-btn_2 a::after {
    content: '';
    width: 11px;
    height: 11px;
    border: 0;
    border-top: solid 1px #ffffffc7;
    color: #fff;
    border-right: solid 1px #ffffffc7;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

.product-image {
    position: relative;
    padding: 0 20px;
}

.product-image .icon {
    position: absolute;
    top: 30px;
    left: 30px;
}

.product-image .icon img {
    width: 50%;
    height: auto;
}

.line_content .p_name {
    font-size: 18px;
}

.p_name_after {
    font-size: 14px;
    font-weight: 400;
}

.p_ttl {
    color: #f76363;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
}

.p_ttl strong {
    border: 2px solid #f76363;
    padding: 0px 10px;
    border-radius: 50px;

}

.p_appeal {
    color: #f76363;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.p_price_before {
    text-decoration: line-through;
    text-align: center;
    font-size: 16px;
}

.p_price_after {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #f76463;
}

.p_caution {
    color: #fa7776;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.txtbox_p_kome {
    font-size: 10px;
    color: #666;
}


footer {
    text-align: center;
    background-color: #5d463a;
    padding: 10px;
    font-size: 10px;
    color: #fff;
}

.productIntroductionContents {
    padding-top: 0;
    margin-top: 0;
    overflow: hidden;
}

.pageSec {
    margin-top: 0;
}

@media (min-width: 768px) {
    .line_content {
        max-width: 750px;
        margin: 0 auto;
    }

    .product-image {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
}