@charset "UTF-8";

/* ページ名 */
/* シリコーンハイドロゲルとは？素材の違いとおすすめ人気ランキング */

/* contactlens-moisture-content
------------------------------------ */
.sp {
    display: block;
}

@media screen and (min-width:755px) {
    .sp {
        display: none;
    }
}

/*メイン画像
------------------------------------ */
#silicone-hydrogel * {
    -webkit-box-sizing: border-box;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    box-sizing: border-box;
    color: #22313f;
    line-height: 2;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
}

#silicone-hydrogel * .roboto {
    font-family: "Roboto";
}

#silicone-hydrogel * .main_visual {
    width: 100%;
}

#silicone-hydrogel * .main_bg {
    position: relative;
    background: #f1f9f7;
}

#silicone-hydrogel * .main_bg::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 285px;
    background: #d3eae3;
    content: "";
}

#silicone-hydrogel * .main_wrap {
    position: relative;
    padding: 0;
}

#silicone-hydrogel * .main_title {
    color: #26b8b4;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
}

#silicone-hydrogel * .main_subtitle {
    margin-top: 8px;
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
}

#silicone-hydrogel * .main_img {
    z-index: 3;
    position: relative;
    max-width: 640px;
    width: 90%;
    margin: 33px auto 0;
}

#silicone-hydrogel * .main_catch {
    max-width: 640px;
    width: 90%;
    margin: 62px auto 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4;
}

/*目次*/
.cp_box *,
.cp_box *:before,
.cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box {
    position: relative;
    padding: 3% 3% 5%;
    border: solid 2px #26b8b4;
    font-size: 3vw;
    letter-spacing: 1.5px;
    line-height: 2.4;
    margin: 10px 0;
    font-weight: bold;
    max-width: 640px;
    width: 90%;
    margin: 3% auto 3%;
}

@media screen and (min-width:755px) {
    .cp_box {
        font-size: 15px;
    }
}

.cp_title {
    color: #26b8b4;
    font-weight: 600;
    border-bottom: solid 2px #26b8b4;
    margin-bottom: 10px;
    text-align: center;
}

.cp_box label {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 86px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 40%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked+label {
    background: inherit;
    /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
    line-height: 2.8rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    content: ' 続きをよむ';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #26b8b4;
    border-radius: 20px;
    border: solid 2px #26b8b4;
}

.cp_box input {
    display: none;
}

.cp_box .cp_container {
    overflow: hidden;
    transition: all 0.5s;
}

.cp_box .cp_container ul {
    padding: 10px 15px 0;
    color: #26b8b4;
}

.cp_box .cp_container ul li.sub_link {
    font-size: 88%;
}

.cp_box .cp_container ul li a {
    color: #26b8b4;
}

.cp_box .cp_container ul li>ol {
    padding-top: 0;
    position: relative;
    counter-reset: my-counter;
    padding-left: 10px;
}

.cp_box .cp_container ul li>ol li {
    position: relative;
    font-size: 88%;
    padding-left: 27px;
}

.cp_box .cp_container ul li>ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
}

@media screen and (max-width:755px) {
    .cp_box .cp_container ul li>ol {
        padding-left: 5px;
    }

    .cp_box .cp_container ul li>ol li {
        padding-left: 20px;
    }

    .cp_box .cp_container ul li>ol li:before {
        height: 16px;
        width: 16px;
        top: 2px;
        line-height: 0;
    }
}

.cp_box input:checked+label {
    /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked+label:after {
    content: ' 閉じる';
}

.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 30px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

#silicone-hydrogel span.bold {
    text-decoration: underline;
    text-decoration-thickness: 0.2em;
    text-decoration-color: #51C6C3;
    letter-spacing: 2px;
    text-underline-offset: 0em;
    text-decoration-skip-ink: none;
}

/*feature anc
------------------------------------ */
#silicone-hydrogel .feature {
    position: relative;
    margin-top: 82px;
    padding-bottom: 64px;
    background: #ebf6f3;
}

#silicone-hydrogel .feature::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(..../img/1.png) no-repeat center center;
    content: "";
}

#silicone-hydrogel .cont_title {
    padding-top: 35px;
    color: #26b8b4;
    font-weight: 700;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    text-align: center;
}

#silicone-hydrogel .cont_subtitle {
    max-width: 850px;
    padding-top: 1px;
    margin: clamp(20px, 2.5vw, 40px) auto clamp(20px, 5vw, 40px);
    padding-top: clamp(20px, 2.5vw, 40px);
    padding-bottom: clamp(20px, 2.5vw, 40px);
    padding-left: clamp(35px, 2.5vw, 40px);
    padding-right: clamp(35px, 2.5vw, 40px);
    font-weight: 700;
    font-size: clamp(2.2rem, 1.5vw, 2.6rem);
    line-height: 3.3rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: #22313f;
}

#silicone-hydrogel .anc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 844px;
    margin: 58px auto 0;
}

#silicone-hydrogel .anc_box {
    display: block;
    z-index: 1;
    position: relative;
    width: 260px;
}

#silicone-hydrogel .anc_box:before {
    z-index: -1;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 260px;
    height: 253px;
    background: #d2dedd;
    content: "";
}

#silicone-hydrogel .anc_box:after {
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    transform: translateY(0);
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #26b8b4 transparent transparent transparent;
    content: "";
    transition: all 0.3s ease-in-out;
}

#silicone-hydrogel .anc_box:hover:after {
    -webkit-transform: translateY(10px);
    position: absolute;
    top: 83%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    transform: translateY(10px);
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #26b8b4 transparent transparent transparent;
    content: "";
}

#silicone-hydrogel .anc_title {
    margin-top: 0;
    padding: 10px 0;
    background: #26b8b4;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
}

#silicone-hydrogel .anc_img {
    padding: 43px 0 80px;
    background: #fff;
}

#silicone-hydrogel .anc_img img {
    display: block;
    margin: 0 auto;
}

/*feature contents
------------------------------------ */
#silicone-hydrogel .feature_cont {
    width: 840px;
    margin: 64px auto 0;
    padding: 0 0 64px;
    background: #fff;
}

#silicone-hydrogel .feature_title {
    margin-top: 0;
    padding: 50px 0 0;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
}

#silicone-hydrogel .feature_img {
    margin-top: 55px;
}

#silicone-hydrogel .feature_img img {
    display: block;
    margin: 0 auto;
}

#silicone-hydrogel .feature_text {
    width: 640px;
    margin: 54px auto 0;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.2;
}

/*feature table
------------------------------------ */
#silicone-hydrogel .spec_table {
    width: 640px;
    margin: 54px auto 0;
    border-top: solid 2px #26b8b4;
    border-left: solid 2px #26b8b4;
    font-weight: 500;
    font-size: 1.4rem;
    table-layout: fixed;
}

#silicone-hydrogel .spec_table th {
    padding: 10px 0 10px 20px;
    border-right: solid 2px #26b8b4;
    border-bottom: solid 2px #26b8b4;
    background: #f4fbfb;
    font-weight: 500;
}

#silicone-hydrogel .spec_table td {
    padding: 10px 0 10px 20px;
    border-right: solid 2px #26b8b4;
    border-bottom: solid 2px #26b8b4;
}

#silicone-hydrogel .spec_table td span {
    margin-right: 8px;
}

/*rank table
------------------------------------ */

#silicone-hydrogel .rank_tb {
    margin-bottom: 40px;
}

#silicone-hydrogel .readmore {
    position: relative;
    margin: 50px auto 0;
    padding: 0 0 80px;
}

#silicone-hydrogel .readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 15px;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #26B8B4;
    background-color: #fff;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

#silicone-hydrogel .readmore label::before {
    content: 'ランキングの続きを見る';
    color: #26B8B4;
    font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
    #silicone-hydrogel .readmore label::before {
        font-size: 1.2rem;
    }
}

#silicone-hydrogel .readmore input[type="checkbox"]:checked ~ label::before {
    content: '';
}

#silicone-hydrogel .readmore input[type="checkbox"]:checked ~ label {
    display: none;
    padding: 0;
    background: none;
}

#silicone-hydrogel .readmore input[type="checkbox"]{
    display: none;
}

#silicone-hydrogel .readmore-content {
    position: relative;
    height: 420px;
    overflow-y: hidden;
    overflow-x: scroll;
}
#silicone-hydrogel .readmore-content.linear-gradientNone {
    height: auto;
}

@media screen and (max-width: 755px) {
    #silicone-hydrogel .readmore-content {
        height: 400px;
    }
}

#silicone-hydrogel .readmore input[type="checkbox"]:checked ~ .readmore-content {
    height: auto;
}

#silicone-hydrogel .readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 500px;
    height: 70px;
    background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
    z-index: 10;
}
#silicone-hydrogel .readmore-content.linear-gradientNone::before {
    display: none;
}

#silicone-hydrogel .rank_tb.rank_tb_type .readmore-content::before {
    width: 565px;
}

#silicone-hydrogel .readmore input[type="checkbox"]:checked ~ .readmore-content::before {
    display: none;
}

#silicone-hydrogel .rank_tb.rank_tb_list04 {
    overflow-x: scroll;
}

#silicone-hydrogel .rank_tb table {
    width: 500px;
    border-collapse: collapse;
    background-color: #fff;
}

#silicone-hydrogel .rank_tb.rank_tb_type table {
    width: 565px;
}

@media screen and (max-width: 755px) {
    #silicone-hydrogel .rank_tb table {
        width: 420px;
    }
    #silicone-hydrogel .readmore-content::before {
        width: 420px;
    }
}

@media screen and (max-width: 755px) {
    #silicone-hydrogel .rank_tb.rank_tb_type table {
        width: 470px;
    }
    #silicone-hydrogel .rank_tb.rank_tb_type .readmore-content::before {
        width: 470px;
    }
}

#silicone-hydrogel .rank_tb table th {
    border: 1px solid #ccc;
    padding: 10px 5px;
    font-size: 11px;
}

#silicone-hydrogel .rank_tb table td {
    border: 1px solid #ccc;
    padding: 10px 5px;
    vertical-align: middle;
    position: relative;
    font-size: 11px;
}

@media screen and (max-width: 755px) {
    #silicone-hydrogel .rank_tb table th,
    #silicone-hydrogel .rank_tb table td {
        font-size: 10px;
    }
}

#silicone-hydrogel .rank_tb table .p_name {
    width: 80px;
}

#silicone-hydrogel .rank_tb table .oxygen {
    width: 54px;
}

#silicone-hydrogel .rank_tb table .img {
    width: 60px;
}

#silicone-hydrogel .rank_tb table .moisture {
    width: 54px;
}

#silicone-hydrogel .rank_tb table .bc {
    width: 50px;
}

#silicone-hydrogel .rank_tb table .dia {
    width: 50px;
}

#silicone-hydrogel .rank_tb table .uv {
    width: 50px;
}

#silicone-hydrogel .rank_tb table .bluelight {
    width: 75px;
}

#silicone-hydrogel .rank_tb table .type {
    width: 65px;
}

#silicone-hydrogel .rank_tb table td img {
    width: 60px;
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 755px) {
    #silicone-hydrogel .rank_tb table .img {
        width: 50px;
    }
    #silicone-hydrogel .rank_tb table .p_name {
        width: 70px;
    }
    #silicone-hydrogel .rank_tb table .oxygen,
    #silicone-hydrogel .rank_tb table .moisture {
        width: 48px;
    }
    #silicone-hydrogel .rank_tb table .bc,
    #silicone-hydrogel .rank_tb table .dia {
        width: 40px;
    }
    #silicone-hydrogel .rank_tb table .uv {
        width: 45px;
    }

    #silicone-hydrogel .rank_tb table .type {
        width: 55px;
    }
    #silicone-hydrogel .rank_tb table .bluelight {
        width: 45px;
    }
}

#silicone-hydrogel .rank_tb table td a {
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#silicone-hydrogel .rank_tb table .rnk {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 9px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-color: #545454;
}

#silicone-hydrogel .rank_tb table .rnk.rnk01 {
    background-color: #dbbf00;
}

#silicone-hydrogel .rank_tb table .rnk.rnk02 {
    background-color: #ababab;
}

#silicone-hydrogel .rank_tb table .rnk.rnk03 {
    background-color: #d1871d;
}

#silicone-hydrogel .rank_tb table .rnk.rnk04 {
    background-color: #545454;
}

#silicone-hydrogel .rank_tb table td.center {
    text-align: center;
}

#silicone-hydrogel .rank_tb table .top3_btn {
    margin-bottom: 0;
}

#silicone-hydrogel .rank_tb table .top3_btn a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #26b8b4;
}

@media screen and (max-width: 755px) {
    #silicone-hydrogel .rank_tb table .top3_btn a {
        font-size: 13px;
    }
}

/*compare
------------------------------------ */
#silicone-hydrogel .compare {
    position: relative;
    margin-top: 102px;
    padding-bottom: 64px;
}

#silicone-hydrogel .compare::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../img/2.png) no-repeat center center;
    content: "";
}

#silicone-hydrogel .compare_anc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 840px;
    margin: 64px auto 0;
    padding: 0;
}

#silicone-hydrogel .compare_anc a {
    display: block;
    position: relative;
    width: 192px;
    margin-top: 0;
    padding: 10px 0;
    background: #26b8b4;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
}

#silicone-hydrogel .compare_anc a:before {
    -webkit-transition: all 0.3s ease-in-out;
    z-index: -1;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 192px;
    height: 60px;
    background: #d2dedd;
    content: "";
    transition: all 0.3s ease-in-out;
}

#silicone-hydrogel .compare_anc a:hover:before {
    top: 0;
    left: 0;
    content: "";
}

#silicone-hydrogel .compare_anc a:after {
    position: absolute;
    top: 39%;
    right: 12%;
    /* left: 0; */
    width: 0;
    height: 0;
    margin: 0 auto;
    transform: translateY(0);
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
    transition: all 0.3s ease-in-out;
}

#silicone-hydrogel .compare_cont {
    width: 840px;
    margin: 64px auto 0;
    border: solid 2px #22313f;
}

#silicone-hydrogel .compare_box {
    padding: 48px 100px 64px;
}

#silicone-hydrogel .compare_title {
    margin-top: 0;
    padding: 15px 0;
    background: #22313f;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
}

#silicone-hydrogel .compare_inner+.compare_inner {
    margin-top: 30px;
}

#silicone-hydrogel .compare_in_title {
    color: #26b8b4;
    font-size: 1.7rem;
}

#silicone-hydrogel .compare_text {
    font-weight: 500;
    font-size: 1.5rem;
}

#silicone-hydrogel .compare_table01 {
    width: 640px;
    margin: 54px auto 0;
    border-top: solid 2px #26b8b4;
    border-left: solid 2px #26b8b4;
    font-weight: 500;
    font-size: 1.4rem;
}

#silicone-hydrogel .compare_table01 th {
    width: 33%;
    padding: 13px 0 13px 20px;
    border-right: solid 2px #26b8b4;
    border-bottom: solid 2px #26b8b4;
    background: #f4fbfb;
    font-weight: 500;
}

#silicone-hydrogel .compare_table01 td {
    width: 33%;
    padding: 13px 0 13px;
    border-right: solid 2px #26b8b4;
    border-bottom: solid 2px #26b8b4;
    text-align: center;
}

#silicone-hydrogel .compare_table01 .bg {
    background: #f4fbfb;
}

#silicone-hydrogel .compare_table02 {
    width: 640px;
    margin: 54px auto 0;
    border-top: solid 2px #26b8b4;
    border-left: solid 2px #26b8b4;
    font-weight: 500;
    font-size: 1.4rem;
}

#silicone-hydrogel .compare_table02 th {
    width: 30%;
    padding: 10px 0 10px 20px;
    border-right: solid 2px #26b8b4;
    border-bottom: solid 2px #26b8b4;
    background: #f4fbfb;
    font-weight: 500;
}

#silicone-hydrogel .compare_table02 th.title {
    width: 100%;
    background: #26b8b4;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

#silicone-hydrogel .compare_table02 td {
    padding: 10px 0 10px 20px;
    border-right: solid 2px #26b8b4;
    border-bottom: solid 2px #26b8b4;
}

/*conclusion
------------------------------------ */
#silicone-hydrogel .conclusion {
    position: relative;
    margin-top: 82px;
    padding-bottom: 64px;
    background: #ebf6f3;
}

#silicone-hydrogel .conclusion::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../img/3.png) no-repeat center center;
    content: "";
}

#silicone-hydrogel .conclusion_inner {
    max-width: 840px;
    width: 90%;
    margin: 64px auto 0;
}

#silicone-hydrogel .conclusion_cont {
    margin: 64px auto 0;
    padding-bottom: 64px;
    background: #fff;
}

#silicone-hydrogel .conclusion_title {
    margin-top: 0;
    padding: 50px 0 0;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
}

#silicone-hydrogel .conclusion_img {
    width: 70%;
    margin: 0 auto;
}

#silicone-hydrogel .conclusion_img a {
    display: block;
    transition: all 0.3s ease-in-out;
}

#silicone-hydrogel .conclusion_img a:hover {
    opacity: .6;
}

#silicone-hydrogel .conclusion_img img {
    display: block;
    margin: 0 auto;

}

#silicone-hydrogel .conclusion_wrap {
    margin-top: 0;
    text-align: center;
}

#silicone-hydrogel .item_rate {
    width: 200px;
    margin: 0 auto;
    font-size: min(4vw, 30px);
    ;
}

#silicone-hydrogel .conclusion_star {
    text-align: center;
    margin: 15px 0 0;
}

#silicone-hydrogel .conclusion_review {
    display: inline-block;
    font-size: 0.95rem;
    margin: 10px 0 0;
    border-bottom: solid 1px #000;
    line-height: 1.2;
}

#silicone-hydrogel .conclusion_text {
    width: 640px;
    margin: 20px auto 0;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.2;
}

#silicone-hydrogel .conclusion_link {
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
    width: 360px;
    line-height: 1.6;
    margin: 30px auto 0;
    padding: 12px 0;
    background: #26b8b4;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

#silicone-hydrogel .conclusion_link:hover {
    opacity: 0.6;
}

#silicone-hydrogel .conclusion_link:after {
    -webkit-transform: translateY(0) rotate(45deg);
    position: absolute;
    top: 40%;
    right: 10%;
    width: 0;
    height: 0;
    margin: 0 auto;
    transform: translateY(0) rotate(45deg);
    border-width: 12px 0 13px 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
}


/*よくある質問*/
#silicone-hydrogel .qa_conts {
    max-width: 840px;
    margin: 0 auto 30px !important;
    box-sizing: border-box;
    width: 90%;
    padding: 2% 6% 6%;
    font-weight: 500;
    font-size: 3.4vw;
    line-height: 2;
    letter-spacing: 0.2vw;
    font-weight: 500;
    background: #fff;
}

@media screen and (min-width: 755px) {
    #silicone-hydrogel .qa_conts {
        max-width: 840px;
        padding: 2% 100px 2%;
        width: auto;
        font-size: 15px;
        letter-spacing: 1.8px;
    }
}

#silicone-hydrogel .qa_conts a {
    color: #26b8b4;
    display: inline;
    text-decoration: underline;
}

#silicone-hydrogel .qa_conts .q_title {
    color: #26b8b4;
    margin-bottom: 20px;
}

#silicone-hydrogel .qa_conts p {
    margin-bottom: 10px;
}

#silicone-hydrogel .qa_conts p span.bold {
    font-weight: 800;
}

#silicone-hydrogel .qa_conts .line {
    text-decoration: underline;
}

@media screen and (max-width: 959px) {
    #silicone-hydrogel * .roboto {
        font-family: "Roboto";
    }

    #silicone-hydrogel .main_visual {
        width: 100%;
    }

    #silicone-hydrogel .main_bg {
        position: relative;
        background: #f1f9f7;
    }

    #silicone-hydrogel .main_wrap {
        position: relative;
        padding: 0;
    }

    #silicone-hydrogel .main_title {
        color: #26b8b4;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: center;
    }

    #silicone-hydrogel .main_subtitle {
        margin-top: 8px;
        font-weight: 700;
        font-size: 2rem;
        text-align: center;
    }

    #silicone-hydrogel .main_img {
        position: relative;
        width: auto;
        margin: 0 auto;
    }

    #silicone-hydrogel .main_img img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    #silicone-hydrogel .main_catch {
        width: 90%;
        margin: 7% auto 0;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 2.4;
    }

    /*feature anc
	------------------------------------ */
    #silicone-hydrogel .feature {
        position: relative;
        margin-top: 10%;
        padding-bottom: 5%;
        background: #ebf6f3;
    }

    #silicone-hydrogel .feature::before {
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        width: 35px;
        height: 35px;
        margin: 0 auto;
        background: url(../img/sp_1.png) no-repeat center center;
        background-size: contain;
        content: "";
    }

    #silicone-hydrogel .cont_subtitle {}

    #silicone-hydrogel .anc {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 5% auto 0;
    }

    #silicone-hydrogel .anc_box {
        display: block;
        position: relative;
        width: 31%;
    }

    #silicone-hydrogel .anc_box:before {
        z-index: -1;
        position: absolute;
        top: 7px;
        left: 5px;
        width: 100%;
        height: 98%;
        background: #d2dedd;
        content: "";
    }

    #silicone-hydrogel .anc_box:after {
        position: absolute;
        top: 80%;
        right: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-width: 7px 5px 0 5px;
        border-style: solid;
        border-color: #26b8b4 transparent transparent transparent;
        content: "";
    }

    #silicone-hydrogel .anc_box:hover:after {
        position: absolute;
        top: 83%;
        right: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-width: 7px 5px 0 5px;
        border-style: solid;
        border-color: #26b8b4 transparent transparent transparent;
        content: "";
    }

    #silicone-hydrogel .anc_title {
        margin-top: 0;
        padding: 5% 0;
        background: #26b8b4;
        color: #fff;
        font-weight: 700;
        font-size: 1.2rem;
        text-align: center;
    }

    #silicone-hydrogel .anc_img {
        padding: 10% 0 37%;
        background: #fff;
    }

    #silicone-hydrogel .anc_img img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    /*feature contents
	------------------------------------ */
    #silicone-hydrogel .feature_cont {
        width: 90%;
        margin: 6% auto 0;
        padding: 0 0 5%;
        background: #fff;
    }

    #silicone-hydrogel .feature_title {
        margin-top: 0;
        padding: 10% 0 0;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 1.3;
        text-align: center;
    }

    #silicone-hydrogel .feature_img {
        width: 54%;
        margin: 7% auto 0;
    }

    #silicone-hydrogel .feature_img img {
        display: block;
        margin: 0 auto;
    }

    #silicone-hydrogel .feature_text {
        width: 90%;
        margin: 8% auto 0;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 2;
    }

    /*feature table
	------------------------------------ */
    #silicone-hydrogel .spec_table {
        width: 90%;
        margin: 8% auto 0;
        border-top: solid 2px #26b8b4;
        border-left: solid 2px #26b8b4;
        font-weight: 500;
        font-size: 1.2rem;
    }

    #silicone-hydrogel .spec_table th {
        padding: 1%;
        border-right: solid 2px #26b8b4;
        border-bottom: solid 2px #26b8b4;
        background: #f4fbfb;
        font-weight: 500;
    }

    #silicone-hydrogel .spec_table td {
        padding: 10px 0 10px 20px;
        border-right: solid 2px #26b8b4;
        border-bottom: solid 2px #26b8b4;
    }

    /*compare
	------------------------------------ */
    #silicone-hydrogel .compare {
        position: relative;
        margin-top: 20%;
        padding-bottom: 5%;
    }

    #silicone-hydrogel .compare::before {
        position: absolute;
        top: -25px;
        right: 0;
        left: 0;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        background: url(../img/sp_2.png) no-repeat center center;
        background-size: contain;
        content: "";
    }

    #silicone-hydrogel .cont_title {
        margin-top: 0;
        padding: 7% 0 0;
        font-weight: 700;
        font-size: 2.2rem;
        letter-spacing: 0.05em;
        line-height: 1.3;
        text-align: center;
        color: #26b8b4;
    }

    #silicone-hydrogel .compare_anc {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    #silicone-hydrogel .compare_anc a {
        display: block;
        position: relative;
        width: 47%;
        margin-top: 5%;
        padding: 5px 0;
        background: #26b8b4;
        color: #fff;
        font-weight: 700;
        font-size: 1.4rem;
        text-align: center;
    }

    #silicone-hydrogel .compare_anc a::after {
        position: absolute;
        top: 44%;
        right: 9%;
        width: 0;
        height: 0;
        margin: 0 auto;
        transform: translateY(0);
        border-width: 6px 5px 0 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        content: "";
        transition: all 0.3s ease-in-out;
    }

    #silicone-hydrogel .compare_anc a:before {
        -webkit-transition: all 0.3s ease-in-out;
        z-index: -1;
        position: absolute;
        top: 5px;
        left: 4px;
        width: 100%;
        height: 100%;
        background: #d2dedd;
        content: "";
        transition: all 0.3s ease-in-out;
    }

    #silicone-hydrogel .compare_anc a:hover:before {
        top: 0;
        left: 0;
        content: "";
    }

    #silicone-hydrogel .compare_cont {
        width: 90%;
        margin: 10% auto 0;
        border: solid 2px #22313f;
    }

    #silicone-hydrogel .compare_cont+.compare_cont {
        width: 90%;
        margin: 5% auto 0;
        border: solid 2px #22313f;
    }

    #silicone-hydrogel .compare_box {
        padding: 5% 5%;
    }

    #silicone-hydrogel .compare_title {
        margin-top: 0;
        padding: 2% 0;
        background: #22313f;
        color: #fff;
        font-weight: 700;
        font-size: 2.2rem;
        text-align: center;
    }

    #silicone-hydrogel .compare_inner+.compare_inner {
        margin-top: 30px;
    }

    #silicone-hydrogel .compare_in_title {
        color: #26b8b4;
        font-size: 1.6rem;
    }

    #silicone-hydrogel .compare_text {
        font-weight: 500;
        font-size: 1.2rem;
    }

    #silicone-hydrogel .compare_table01 {
        width: 100%;
        margin: 5% auto 0;
        border-top: solid 2px #26b8b4;
        border-left: solid 2px #26b8b4;
        font-weight: 500;
        font-size: 1.2rem;
    }

    #silicone-hydrogel .compare_table01 th {
        width: 33%;
        padding: 3% 0;
        border-right: solid 2px #26b8b4;
        border-bottom: solid 2px #26b8b4;
        background: #f4fbfb;
        font-weight: 500;
    }

    #silicone-hydrogel .compare_table01 td {
        width: 33%;
        padding: 3% 0;
        border-right: solid 2px #26b8b4;
        border-bottom: solid 2px #26b8b4;
        text-align: center;
    }

    #silicone-hydrogel .compare_table01 .bg {
        background: #f4fbfb;
    }

    #silicone-hydrogel .compare_table02 {
        width: 100%;
        margin: 5% auto 0;
        border-top: solid 2px #26b8b4;
        border-left: solid 2px #26b8b4;
        font-weight: 500;
        font-size: 1.2rem;
    }

    #silicone-hydrogel .compare_table02 th {
        width: 33%;
        padding: 3%;
        border-right: solid 2px #26b8b4;
        border-bottom: solid 2px #26b8b4;
        background: #f4fbfb;
        font-weight: 500;
        text-align: left;
    }

    #silicone-hydrogel .compare_table02 th.title {
        width: 100%;
        background: #26b8b4;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
    }

    #silicone-hydrogel .compare_table02 td {
        padding: 3%;
        border-right: solid 2px #26b8b4;
        border-bottom: solid 2px #26b8b4;
    }

    /*conclusion
	------------------------------------ */
    #silicone-hydrogel .conclusion {
        position: relative;
        margin-top: 10%;
        padding-bottom: 5%;
        background: #ebf6f3;
    }

    #silicone-hydrogel .conclusion::before {
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        background: url(../img/sp_3.png) no-repeat center center;
        background-size: contain;
        content: "";
    }

    #silicone-hydrogel .conclusion_inner {
        width: auto;
        margin: 64px auto 0;
    }

    #silicone-hydrogel .conclusion_cont {
        width: 90%;
        margin: 6% auto 0;
        padding-bottom: 8%;
        background: #fff;
    }

    #silicone-hydrogel .conclusion_title {
        margin-top: 0;
        padding: 7% 0 0;
        font-weight: 700;
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.5;
    }

    #silicone-hydrogel .conclusion_img {
        width: 60%;
        margin: 0 auto;
    }

    #silicone-hydrogel .conclusion_img img {
        display: block;
        margin: 0 auto;
    }

    #silicone-hydrogel .conclusion_wrap {
        text-align: center;
    }

    #silicone-hydrogel .conclusion_text {
        width: 90%;
        margin: 5% auto 0;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 2.2;
    }

    #silicone-hydrogel .conclusion_link {
        -webkit-transition: all 0.3s ease-in-out;
        display: block;
        position: relative;
        width: 80%;
        margin: 5% auto 0;
        padding: 3% 0;
        background: #26b8b4;
        color: #fff;
        font-weight: 700;
        font-size: 1.2rem;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

    #silicone-hydrogel .conclusion_link:hover {
        opacity: 0.6;
    }

    #silicone-hydrogel .conclusion_link:after {
        -webkit-transform: translateY(0) rotate(45deg);
        position: absolute;
        top: 40%;
        right: 10%;
        width: 0;
        height: 0;
        margin: 0 auto;
        transform: translateY(0) rotate(45deg);
        border-width: 7px 0 8px 7px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        content: "";
    }

}

/* 20240410 追加
------------------------------------ */
#silicone-hydrogel .main_img {
    width: 100%;
    margin: 0 auto;
}

#silicone-hydrogel .main_bg::after {
    display: none;
}

#silicone-hydrogel .main_title {
    padding: 3%;
    padding-top: clamp(15px, 5vw, 40px);
    padding-bottom: 50px;
}

#silicone-hydrogel .main_img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

#silicone-hydrogel .main_catch {
    margin: 3.5% auto;
}

#silicone-hydrogel .title_top {
    color: #26b8b4;
    font-weight: 700;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 959px) {
        font-size: 1.5rem;
    }
}

#silicone-hydrogel .title_other {
    margin-top: 0;
    font-weight: 700;
    font-size: min(4vw, 30px);
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 959px) {
        font-size: 2rem;
    }
}

#silicone-hydrogel .ctn {
    font-weight: 500;
    font-size: clamp(11px, calc(12px + 3px), 15px);
    line-height: 2.2;
}

#silicone-hydrogel .ctn .imgBox {
    width: 100%;
    line-height: 0;
    margin: 10px 0;
    display: flex;
}

/* #silicone-hydrogel .ctn .cont_subtitle {
	max-width: 850px;
	margin: 0 auto;
	padding-top: clamp(20px, 5vw, 60px);
	padding-bottom: clamp(20px, 5vw, 60px);
	padding-left: clamp(35px, 5vw, 60px);
	padding-right: clamp(35px, 5vw, 60px);
} */
#silicone-hydrogel .ctn .in_heading {
    margin: 0 0 clamp(10px, 5vw, 15px);
    font-size: clamp(12px, calc(12px + 4px), 16px);
    color: #26b8b4;
    line-height: 1.6;
    padding: clamp(10px, 2.5vw, 20px) clamp(8px, 15vw, 15px);
    color: #fff;
    background: #a8c95c;
}

#silicone-hydrogel .ctn .item_wrap {
    padding: 2% 3%;
    margin: 3% auto;
    border: 3px solid #ebf6f3;
    position: relative;
    background: #fff;
}

#silicone-hydrogel .ctn .item_wrap>.item {
    margin: 13px 0;
    line-height: 1.6;
}

#silicone-hydrogel .ctn>.inner>.ctn_text p {
    margin: 4% 0;
}

/* :where( #silicone-hydrogel .ctn .ctn_text:has( ~ .in_heading ):first-of-type p:not(:has(~ p)) ) {
	text-align: center;
} */
:where(#silicone-hydrogel .ctn .ctn_text:has(~ .in_heading):first-of-type:only-of-type p:not(:has(~ p)):only-of-type) {
    text-align: center;
}

#silicone-hydrogel .ctn .in_heading~.ctn_text:first-of-type p {
    text-align: left;
}

#silicone-hydrogel .ctn>.inner>.child_wrap p {
    margin: 4% 0;
}

/* 偶数 */
/* #silicone-hydrogel .ctn:nth-child(odd) {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3%;
	background: #ebf6f3;
}
#silicone-hydrogel .ctn:nth-child(odd) .cont_subtitle {
	padding-left: 5%;
	padding-right: 5%;
}
#silicone-hydrogel .ctn:nth-child(odd) > .inner {
	padding: 0;
	overflow-y: hidden;
	background: none;
}
#silicone-hydrogel .ctn:nth-child(odd):last-child > .inner {
	padding-left: 5%;
	padding-right: 5%;
	background: #fff;
}
#silicone-hydrogel .ctn:nth-child(odd) .in_heading {
	padding: 2% 5%;
	margin: 5% 0 0;
	color: #fff;
	text-align: center;
	background: #22313f;
}
#silicone-hydrogel .ctn:nth-child(odd) > .ctn_text:not(.matome) {
	padding: 20px 100px 26px;
	background: #fff;
}
#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ div {
	padding: 20px 100px 26px;
	margin: 0 0 0;
	border: 2px solid #22313f;
	border-color: #fff;
	text-align: left;
	background: #fff;
}
#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .productItem + div {
	border-color: #26b8b4;
}
#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .child_wrap {
	margin: -3% auto 0;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: none;
}

#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .productItem + .child_wrap:last-child {
	border-color: #26b8b4;
} */

#silicone-hydrogel .ctn .bousen {
    padding: 0 0 4px;
    margin: clamp(20px, 5vw, 30px) 0 clamp(10px, 5vw, 13px);
    border-bottom: solid 1px #000;
    line-height: 1.6;
}

#silicone-hydrogel .ctn .item_wrap_title {
    padding: 0 0 4px;
    margin: clamp(20px, 5vw, 30px) 0 clamp(10px, 5vw, 13px);
    line-height: 1.6;
}

#silicone-hydrogel .ctn_link {
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: clamp(15px, 5vw, 18px) 0;
    padding-right: 25px;
    background: #26b8b4;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    font-size: clamp(12px, calc(12px + 4px), 16px);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

#silicone-hydrogel .ctn_link:hover {
    opacity: 0.6;

    @media screen and (max-width: 959px) {
        opacity: 1;
    }
}

#silicone-hydrogel .ctn_link:after {
    -webkit-transform: translateY(0) rotate(45deg);
    position: absolute;
    top: 40%;
    right: 15px;
    width: 0;
    height: 0;
    margin: 0 auto;
    transform: translateY(0) rotate(45deg);
    border-width: 12px 0 13px 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
}

#silicone-hydrogel .ctn_link._type01 {
    margin-bottom: 3%;
}

#silicone-hydrogel .ctn_txtLink {
    color: #26b8b4;
    display: inline;
}

/* review */
#silicone-hydrogel .review_cnt {
    padding: 1px 0;
    margin: 2% 0 1%;
}

#silicone-hydrogel .review_cnt .reviewer {
    display: flex;
    align-items: center;
}

#silicone-hydrogel .review_cnt .reviewer .imgBox {
    width: 60px;
    padding: 0 1%;
    padding-right: 12px;
}

#silicone-hydrogel .review_cnt .reviewer b {
    display: flex;
    align-items: center;
}

#silicone-hydrogel .review_cnt .c {
    margin: 1% 0 1%;
    padding: 0 3% 0;
    display: block;
}

#silicone-hydrogel .review_cnt .c p {
    color: #22313f;
}

/* 偶数 */
/* #silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .review_cnt {
		border: none;
		margin-bottom: 0;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .review_cnt + .ctn_text {
		border: none;
	} */

/* anc_list */
#silicone-hydrogel .ctn .anc_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5% auto 6%;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link {
    width: 30%;
    padding: 0 0 0;
    margin: 0 auto 5%;
    display: block;
    text-align: center;
    position: relative;
    border: 2px solid #26b8b4;
    background: #fff;
    /* background: #f4fffc; */
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .pdtName {
    padding: 8px 30px 8px 15px;
    color: #26b8b4;
    font-size: 1.2rem;
    display: block;
    position: relative;
    font-size: clamp(10px, calc(10px + 2px), 12px);
    line-height: 1.5;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .pdtName::before {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 8px;
    height: 8px;
    margin: 0.5% 0 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #26b8b4;
    border-right: 2px solid #26b8b4;
    content: "";
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .pdtName:hover::before {
    -webkit-transform: translateX(5px rotate(45deg));
    transform: translateX(5px rotate(45deg));
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .pdtPrice {
    display: block;
    padding: 0px 0 15px;
    font-weight: 700;
    color: #d91e1e;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .shouhin_img {
    line-height: 0;
    padding: 3%;
    background: #fff;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .shouhin_img img {
    width: 80%;
    display: block;
    margin: auto;
    line-height: 0;
}

/* productItem */
#silicone-hydrogel .ctn .in_heading:has(+ .productItem) {
    color: #fff;
    text-align: center;
    padding: 3% 1%;
    margin-bottom: 0;
    color: #26b8b4;
    border: 2px solid #26b8b4;
    border-bottom: none;
    background: #f8ffee;
}

#silicone-hydrogel .ctn .productItem {
    padding: 0 5% 0;
    margin-top: 0;
    margin: 0 0 5%;
    border: 2px solid #26b8b4;
    text-align: left;
    background: #fff;
}

#silicone-hydrogel .ctn .productItem {
    display: flex;
    flex-direction: column;
}

#silicone-hydrogel .ctn .productItem p {
    margin: 2% 0;
}

#silicone-hydrogel .ctn .productItem>* {
    order: 2;
}

#silicone-hydrogel .ctn .productItem>.anc_list {
    order: 1;
    margin: 0;
}

#silicone-hydrogel .ctn .productItem>.anc_list .shouhin_link {
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .shouhin_img {
    order: 1;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .shouhin_img img {
    width: 100%;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .pdtPrice {
    order: 2;
}

#silicone-hydrogel .ctn .productItem>.anc_list .shouhin_link .pdtName {
    order: 3;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #bde5e4;
}

#silicone-hydrogel .ctn .anc_list .shouhin_link .pdtName::before {
    top: 36%;
}

/* 偶数 */
/* #silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .productItem {
	padding: 20px 100px 26px;
	border: 2px solid #26b8b4;
}
#silicone-hydrogel .ctn:nth-child(odd) .productItem .anc_list {
	margin-bottom: 0;
} */

/* graph_chart_wrapper */
#silicone-hydrogel .graph_chart_wrapper {
    width: 100%;
    padding: 2% 0 10%;
}

#silicone-hydrogel .df {
    width: 100%;
    margin: 0 auto 0;
    background: #fff;
}

#silicone-hydrogel .df th {
    min-width: 130px;
    padding: 10px 0 10px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}

#silicone-hydrogel .df td {
    padding: 10px;
    line-height: 1.5;
}

#silicone-hydrogel .df .txt_link {
    /* テキストのリンク */
    color: #26b8b4;
    line-height: 1.5;
}

#silicone-hydrogel .long_width_column {
    /* long_width_column */
    margin: 0 auto;
}

#silicone-hydrogel .long_width_column .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: scroll;
}

#silicone-hydrogel .long_width_column .inner th {
    width: 130px;
    min-width: 130px;
    padding-right: 10px;
}

#silicone-hydrogel .long_width_column .inner td {
    width: 160px;
    min-width: 160px;
    padding: 10px 0px 10px 10px;
    vertical-align: middle;
}

#silicone-hydrogel .graph_chart_wrapper .inner .df_shouhin_wrap {
    padding: 5px;
}

#silicone-hydrogel .df_shouhin_wrap .imgBox {
    margin: 0;
    display: block;
    text-align: center;
}

#silicone-hydrogel .df_shouhin_wrap .pdtName {
    display: none;
    padding: 8px 0 8px;
    margin: 0 5px;
    color: #26b8b4;
    font-size: 1.2rem;
    /* display: block; */
    text-align: center;
    position: relative;
    font-size: clamp(10px, calc(10px + 2px), 12px);
    line-height: 1.5;
}

#silicone-hydrogel .df_shouhin_wrap .pdtPrice {
    display: block;
    padding: 0px 0 10px;
    font-weight: 700;
    text-align: center;
    color: #d91e1e;
}

#silicone-hydrogel .setumei {
    position: relative;
    padding-top: 1px;
    padding-bottom: 10px;
    /*
	margin-top: 46px;
	padding-top   : clamp(20px, 5vw, 60px);
	padding-left  : clamp(35px, 5vw, 60px);
	padding-right : clamp(35px, 5vw, 60px); */
    font-weight: 500;
    line-height: 2;
    font-size: clamp(12px, calc(12px + 4px), 16px);
    letter-spacing: 0.2vw;
    background: #ebf6f3;
}

#silicone-hydrogel .setumei>.inner {
    max-width: 840px;
    width: 90%;
    margin: 0 auto 0;
    padding: 20px 5%;
    font-size: 1.4rem;
    background: #FFF;
}

#silicone-hydrogel .setumei>.inner:has(.productItem) {
    /* padding: 0;
	background: none; */
    width: 100%;
    padding: 4%;
    margin: 0 auto;
    background: #fff;
}

/* #silicone-hydrogel .head_anchor_link_wrap:nth-child(odd), */
#silicone-hydrogel .head_anchor_link_wrap {
    position: relative;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 2;
    font-size: clamp(12px, calc(12px + 4px), 16px);
    letter-spacing: 0.2vw;
    background: none;
}

#silicone-hydrogel .head_anchor_link_list {
    width: 90%;
    margin: 0 auto 3%;
}

#silicone-hydrogel .head_anchor_link_list ._type02 {
    max-width: 500px;
    margin-bottom: 1%;
}

/* #silicone-hydrogel .ctn:nth-child(odd) .matome_wrapper, */
#silicone-hydrogel .matome_wrapper {
    margin: 0 auto 0;
    padding: 20px 100px 26px;
    background: #fff;
}

@media screen and (max-width: 959px) {
    #silicone-hydrogel .main_title {
        padding: 5% 1%;
    }

    #silicone-hydrogel .ctn {
        position: relative;
    }

    #silicone-hydrogel .ctn>.inner {
        position: relative;
        padding: 5% 5%;
        font-size: 1.2rem;
    }

    #silicone-hydrogel .matome_wrapper {
        padding: 5% 5%;
    }

    /* 偶数 */
    /* #silicone-hydrogel .ctn:nth-child(odd) .cont_subtitle {
		padding-left: 5%;
		padding-right: 5%;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .in_heading {
		padding: 3% 5%;
		text-align: left;
		font-size: 1.4rem;
	}
	#silicone-hydrogel .ctn:nth-child(odd) > .ctn_text:not(.matome) {
		padding: 0 5% 1%;
		padding-top: 1px;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ div {
		padding: 0 5% 1%;
		margin: 0 0 0;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .review_cnt {
		margin-bottom: 0;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .child_wrap {
		padding: 1px 5%;
		margin: -6% auto 0;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .child_wrap:has(~ .item_wrap) {
		margin: -4% auto 0;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ p {
		padding: 0 5%;
		margin: 0 0 5%;
	} */
    #silicone-hydrogel .ctn .anc_list {
        padding: 4% 0 3%;
        margin: 0;
    }

    #silicone-hydrogel .ctn .anc_list .shouhin_link {
        width: 48%;
        margin: 0 auto 1.8%;
        border: 2px solid #bde5e4;
    }

    #silicone-hydrogel .ctn .anc_list .shouhin_link:only-child {
        width: 80%;
    }

    #silicone-hydrogel .ctn .anc_list .shouhin_link .pdtName {
        padding: 8px 20px 8px 8px;
        line-height: 1.5;
    }

    #silicone-hydrogel .ctn .anc_list .shouhin_link .pdtName {
        padding: 8px 20px 8px 8px;
        line-height: 1.5;
    }

    #silicone-hydrogel .ctn .anc_list .shouhin_link .pdtName::before {
        width: 6px;
        height: 6px;
        top: 50%;
        right: 8px;
    }

    /* graph_chart_wrapper */
    #silicone-hydrogel .long_width_column .df {
        font-size: 1.2rem;
    }

    #silicone-hydrogel .long_width_column .inner td {
        width: 150px;
        min-width: 150px;
    }

    /* productItem */
    #silicone-hydrogel .ctn .productItem {
        padding-top: 2%;
    }

    #silicone-hydrogel .ctn .productItem>.anc_list .shouhin_link {
        width: 100%;
    }

    #silicone-hydrogel .ctn .in_heading:has(+ .productItem) {
        margin: 5% 0 0;
    }

    /* 偶数 */
    /* #silicone-hydrogel .ctn:nth-child(odd) .in_heading ~ .productItem {
		padding: 0 5%;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .productItem .anc_list {
		margin-bottom: 3%;
	}
	#silicone-hydrogel .ctn:nth-child(odd) .matome_wrapper {
		padding: 3% 5%;
	} */
}

/* 20250325 */
#silicone-hydrogel .ctn._type6>.inner {
    background: #fff;
}

#silicone-hydrogel .ctn._type6 .in_heading~.conclusion_img {
    text-align: center;
    margin: 0 auto 0;
}

#silicone-hydrogel .ctn._type6 .in_heading~.conclusion_wrap {
    text-align: center;
}

#silicone-hydrogel .firss_ctn_text {
    padding: 0 5%;
}

#silicone-hydrogel .qa_conts {
    padding: 3% 0;
}

#silicone-hydrogel .dryeyeBtn {
    white-space: nowrap;
}
