
/* / / / / / / / / / / / / / / / / / / / / / / / / /
キューピーコーワゴールドαプレミアム
/ / / / / / / / / / / / / / / / / / / / / / / / / / */
.img_area .header .title {
    font-weight: bold;
    font-size: 2.2em;
    position: relative;
    background: none;
    display: inline-block;
}
.img_area .header .title span {
    position: relative;
    z-index: 1;
}
.img_area .header .title::before {
    content: "";
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 14px;
    background: #d1b43c;
    z-index: 1;
}
.img_area .header p {
    font-size: 1.8em;
    margin: 30px 0;
    font-weight: bold;
}
.alphapremium .product_main_area .comment .title {
    margin: 0 0 10px 0;
}
.alphapremium .product_main_area .comment p {
    padding: 0 0 0 0;
    line-height: 2;
}

.kakko {
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    width: 750px;
    margin: 70px auto;
}
.kakko:after,
.kakko:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
}
.kakko:before {
    left: 0;
    border-left: 4px solid #b22721;
    border-top: 4px solid #b22721;
    border-bottom: 4px solid #b22721;
}
.kakko:after {
    right: 0;
    border-right: 4px solid #b22721;
    border-top: 4px solid #b22721;
    border-bottom: 4px solid #b22721;
}

.red {
    color: #b22721;
}

table .osusume img {
    display: block;
    width: 80% !important;
    margin: 0 auto 20px;
}

/*【SP】*/
@media print, screen and (max-width: 768px) {
    .img_area .header .title {
        font-size: 1.6em;
    }
    .img_area .header p {
        font-size: 1.3em;
    }

    .kakko {
        margin: 20px 0;
        padding: 10px 15px;
        font-size: 1.3em;
        width: auto;
    }
}


/* / / / / / / / / / / / / / / / / / / / / / / / / /
キューピーコーワゴールドドリンク
/ / / / / / / / / / / / / / / / / / / / / / / / / / */

/* ==============================
reco_area
============================== */
.reco_area {
    text-align: center;
    margin: 80px 0;
}
.reco_area .img {
    display: flex;
    justify-content: center;
    grid-gap: 70px;
}


/* ==============================
タイトル
============================== */
.line_title {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: 60px 0;
    position: relative;
    background: no-repeat;
}
.line_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 3px;
    background: #d1b43c;
    transform: translateX(-50%);
    margin-top: 15px;
}


/* ==============================
画像エリア
============================== */
.img_area { 
    text-align: center;
}


/* ==============================
main product
============================== */
.product_main_area {
    display: flex;
    width: 900px;
    margin: 80px auto;
}
.product_main_area .img {
    width: 50%;
    text-align: center;
}
.product_main_area .comment {
    width: 50%;
    display: flex;
    align-items: center;
}
.product_main_area .comment .title {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.product_main_area .comment .title small {
    font-size: 0.7em;
    font-weight: normal;
}
.product_main_area .comment p {
    position: relative;
    padding: 0 0 7px 28px;
}
.product_main_area .comment p span {
    position: absolute;
    left: 0;
    top: 0;
}


/* ==============================
指定医薬部外品
============================== */
.info_tag {
    font-size: 0.8em;
    border: 1px solid #000;
    padding: 2px 3px;
}

/* ==============================
check_area
============================== */
.check_area {
    width: 900px;
    margin: 50px auto;
    background: #faf8f1;
    border: 6px solid #d1b43c;
    padding: 60px 0 70px;
}
.check_area .title {
    font-size: 1.8em;
    background: none;
    position: relative;
    margin: 0 0 30px 0;
}
.check_area .title span {
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.check_area .title::before {
    content: "";
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 14px;
    background: #d1b43c;
    z-index: 1;
}
.check_area .check_area_wrap {
    text-align: center;
}
.check_area ul {
    display: inline-block;
}
.check_area li {
    position: relative;
    margin: 20px 0;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}
.check_area img {
    margin: 0 10px 0 0;
    vertical-align: -2px;
}


/* ==============================
title_header
============================== */
.title_header {
    text-align: center;
}
.title_header .title {
    font-size: 2.5em;
    font-weight: bold;
}
.title_header img {
    width: 350px;
}


/* ==============================
table
============================== */
table.comparison {
    width: 100%;
    border-collapse: separate;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}
table.comparison th,
table.comparison td {
    text-align: center;
}
table.comparison th.name {
    width: 200px;
}
table.comparison th {
    font-weight: bold;
    white-space: nowrap;
    background: #faf8f1;
    padding: 7px 10px;
    font-size: 0.9em;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    vertical-align: middle;
}
table.comparison td {
    padding: 25px 15px;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}
table.comparison td img {
    width: 100px;
}
table.comparison td .info_tag {
    margin: 10px 0 0 0;
    display: inline-block;
}

/*現在ページの時にリンク削除 
====================== */
.current_page a {
    pointer-events: none;
}



/* / / / / / / / / / / / / / / / / / / / / / / / / /
【SP】ウィンドウ幅が768px以下の場合に適用するCSS
/ / / / / / / / / / / / / / / / / / / / / / / / / / */
@media print, screen and (max-width: 768px) {

/* title_header
====================== */
.title_header {
    margin: 0 0 40px 0;
}
.title_header .title {
    font-size: 1.4em;
}
.title_header img {
    width: 70%;
}

/* check_area
====================== */
.check_area {
    width: 100%;
    margin: 20px 0;
    border: 3px solid #d1b43c;
    padding: 10px 0;
}
.check_area .title {
    margin: 0 0 5px 0;
    font-size: 1.3em;
    margin: 0;
}
.check_area .title::before {
    width: 180px;
    height: 11px;
}
.check_area li {
    font-size: 15px;
    margin: 10px 0;
}
.check_area img {
    margin: 0 5px 0 0;
    vertical-align: -1px;
    width: 22px;
}

/* product_main_area
====================== */
.product_main_area {
    display: block;
    width: auto;
    margin: 30px 0 20px 0;
}
.product_main_area .img {
    width: 100%;
    position: relative;
}
.product_main_area .img img {
    width: 60px;
}
.product_main_area .img .info_tag {
    position: absolute;
    right: 0;
    bottom: 40px;
}
.product_main_area .comment {
    width: 100%;
}
.product_main_area .comment .title {
    font-size: 1.2em;
    margin: 0 0 20px 0;
}
.product_main_area .comment p {
    font-size: 0.8em;
}

/* reco_area
====================== */
.reco_area {
    margin: 20px 0;
}
.reco_area .img {
    grid-gap: 20px;
}
.reco_area .img img {
    width: 50%;
}

/* line_title
====================== */
.line_title {
    font-size: 1.3em;
    margin: 20px 0;
}


/* img_area
====================== */
.img_area img {
    margin: 10px 0;
}


/* table
====================== */
table.comparison {
    width: 800px;
    border-left: none;
}
table.comparison td {
    font-size: 0.7em;
    padding: 5px;
    vertical-align: middle;
}
table.comparison td.prd {
    padding: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 1;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}
table.comparison td.prd img {
    width: 70px;
}

/* sticky */
table.comparison th.name {
    width: auto;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
}

.scroll-hint-icon-wrap {
    z-index: 100;
}
.js-scrollable {
    padding: 0 15px 0 0;
    border-left: 1px solid #c6c6c6;
    margin-right: calc(50% - 50vw);
}
.scroll-hint-icon-wrap {
    z-index: 100;
}
.pc {
    display: none;
}
}


/* / / / / / / / / / / / / / / / / / / / / / / / / /
【PC】ウィンドウ幅が769px以上の場合に適用するCSS
/ / / / / / / / / / / / / / / / / / / / / / / / / / */
@media screen and (min-width:769px) {
.sp {
    display: none;
}
}