@charset "UTF-8";
/*
 * minoxidil.css
 * /topics/pr_products_minoxidil.html
 * /topics/pr_products_minoxidil_sm.html
 *
 *	00 reset
 *	01 base
 *	02 feature-mainvisual
 *	03 feature-navi
 *	04-01 feature-content（商品紹介）
 *	04-01 feature-content（商品一覧）
 *	05 other
 *
 * Last update:2018.11.28
 */


/*==================================================================================
 00 reset
==================================================================================*/
body {    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.ui-icon-back {
    background-position: -354px 50%;
}
.ui-icon-home {
    background-position: -515px 50%;
}
.ui-li-static {
    font-weight: normal;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

/*==================================================================================
 01 base
==================================================================================*/

/* !module */
.color-R {color: #cc0000;}
.box-p-10 {padding: 10px;}
.float-r {
    float: right !important;
}
b {
    background-color: #ffff9d;
}
p {
    font-size: 1em;
    margin: 0;
    line-height: 1.8;
}

#products-pr ul.productlist li img,
#products-pr .image img {
    width: 100%;
}


@media (min-width: 1000px) {
/* !1000p以上のレイアウト */
    #main {
        width: 1000px;
        margin: 0 auto;
    }

    .box-p-10 {
        margin: unset;
        overflow: hidden;
    }
    p {
        font-size: 14px;
        line-height: 1.8;
    }

    #main a:hover,
    .hidden-box label:hover {
        opacity: 0.7;
        transition: all 300ms ease;
    }
}

/*==================================================================================
 02 headline
==================================================================================*/

/* !headline */
h1 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

#products-pr h2.heading {
    font-size: 1em;
    border-top: 1px solid #6699ff;
    padding: 0.5em 10px;
    background: #eee;
}

#products-pr h3 {
    background-color: #edf3ff;
    font-size: 1em;
    padding: 0.5em 10px;
    margin: 1em 0 0.5em;
}

#products-pr h4 {
    margin: 1em 0 0.652em;
    padding: 0 0 0.25em;
    border-bottom: 2px solid #7ea6f5;
}

#products-pr h4 + p {
    margin: 0;
}


@media (min-width: 1000px) {
/* !1000p以上のレイアウト */
    h1 {
        font-size: 24px;
        border-bottom: 2px solid #999;
        padding: 0 10px 5px;
        line-height: 1.3;
    }

    h1 + p {
        line-height: 1.8;
        padding: 0 10px;
        font-size: 14px;
    }

    #products-pr h2.heading {
        font-size: 22px;
        border-top: none;
        padding: 6px 20px;
        line-height: 1.6;
    }

    #products-pr h3 {
        clear: both;
        font-size: 16px;
        margin: 30px 0 15px;
    }

    #products-pr h4 {
        margin: 20px 0 15px;
        padding: 0 0 5px 2px;
        font-size: 14px;
    }
}

/*==================================================================================
 02 pageanchor
==================================================================================*/
/* !pageanchor */
#products-pr ul.pageanchor {
    padding: 1em 0 0.5em;
}

#products-pr ul.pageanchor li {
    list-style: none;
    margin: 0 0 4px 0;
    vertical-align: top;
}

#products-pr ul.pageanchor li:before {
    content: "";
    background: url(/img/original-svg/arrow-u-white.svg) no-repeat center;
    background-color: #6699ff;
    background-size: 8px 8px;
    border-radius: 20px;
    display: inline-block;
    margin: 3px 5px 0 0;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
}

#products-pr ul.pageanchor li a {
    font-weight: bold !important;
    text-decoration: none;
    vertical-align: top;
}

@media (min-width: 1000px) {
/* !1000p以上のレイアウト */
    #products-pr ul.pageanchor {
        padding: 30px 10px 0;
    }
    #products-pr ul.pageanchor li {
        font-size: 20px;
        line-height: 1;
        margin: 0 0 0.65em 0;
    }
    #products-pr ul.pageanchor li:before {
        background-color: #437ff5;
        margin: 1px 5px 0 0;
    }
    #products-pr ul.pageanchor li a {
        color: #0066ff;
        font-weight: bold !important;
    }
}



/*==================================================================================
 02 pageanchor
==================================================================================*/
/*------------------------------------
!productlist
-------------------------------------*/
#products-pr ul.productlist {
    list-style: none;
    padding: 0;
}

#products-pr ul.productlist li {
    display: inline-block;
    padding: 1em 10px;
    border-bottom: 1px solid #ccc;
}

#products-pr ul.productlist li:last-child {
    border-bottom: none;
}

#products-pr ul.productlist > li > a {
    display: block;
    padding: 1em 0.7em 0.7em;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

#products-pr .prItem-left {
    float: left;
    width: 35%;
    text-align: center;
    position: relative;
}

#products-pr .rating {
    margin: 0.25em 0 0;
    font-size: 0.8em;
}

#products-pr .prItem-right {
    overflow: hidden;
    padding: 0 0 0 0.75em;
}


#products-pr .prItem-right .icons + span {
    display: block;
    width: 48px;
    position: absolute;
}


#products-pr .itemName {
    white-space: initial;
    margin: 0.5em 0 0.125em;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: bold;
}

#products-pr .itemName a {
    text-decoration: none;
    color: #333;
}

#products-pr .description {
    font-size: 0.8em;
}

#products-pr .itemPrice {
    font-size: 1.0em;
    font-weight: bold;
    color: #e60000;
    text-align: right;
}


/* !icons */
.icons div {
    font-size: 0.7em;
    text-align: center;
    padding: 0.1em 0.3em;
    display: inline-block;
}
.icon-formen {
    color: #004be4;
    border: 1px solid #004be4;
    margin: 0 0.4em 0 0;
}

.icon-forwomen {
    color: #ff0040;
    border: 1px solid #ff0040;
    margin: 0 0.4em 0 0;
}

.icon-medicine {
    color: #333;
    border: 1px solid #333;
}

/*------------------------------------
!more preview
-------------------------------------*/

/*check boxボタン表示*/
.hidden-box label {
    cursor: pointer;
    background-color: #8daded;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 15px 15px 20px;
    border-radius: .3125em;
}

/*check box隠す*/
.hidden-box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden-box .hidden-show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*checkで中身表示*/
.hidden-box input:checked ~ .hidden-show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*checkした後はボタンを非表示*/
.hidden-box input:checked ~ label {
  display:none;
}



@media (min-width: 1000px) {
/* !1000p以上のレイアウト */
    #products-pr ul.productlist li {
        position: relative;
        overflow: hidden;
        display: list-item;
    }

    #products-pr .prItem-left {
        width: 15%;
    }

    #products-pr .prItem-left .item-s {
        font-size: 12px;
    }

    #products-pr .rating {
        margin: 0.5em 0 0;
    }


    #products-pr .prItem-right {
        padding: 0 0 0 1em;
    }

    #products-pr .prItem-right .icons {
        float: right;
    }

    #products-pr .prItem-right .icons div {
       font-size: 12px;
    }

    #products-pr .prItem-right .itemName {
        clear: both;
        font-size: 14px;
        text-decoration: underline;
        margin: 0;
    }
    #products-pr .prItem-right .description {
        display: block;
        margin: 5px 0;
        font-size: 14px;
        line-height: 1.6;
    }

    #products-pr .prItem-right .itemPrice {
       font-size: 20px;
        text-align: right;
    }
    #moredata {
        margin: 1em auto 2em;
        width: 300px;
    }

    .btn-itemlist {
        width: 330px;
        margin:1em auto 2em;
    }

    #moredata,
    .btn-itemlist a {
        font-size: 1.6em;
        font-weight: bold !important;
    }




    /*check boxボタン表示*/
    .hidden-box label {
        display: block;
        width: 300px;
        margin: 20px auto 30px;
        padding: 15px 20px;
        background-color: #437ff5;
        font-size: 1.4em;
        font-weight: bold;
    }
}

/*==================================================================================
 02 contents
==================================================================================*/
.box-p-10 ul {
    padding: 0.5em 0 0;
}
.box-p-10 ul li {
    font-size: 0.9em;
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin: 0 0 0.5em 0;
}

.box-p-10 ul li:last-child {
    margin: 0 0 0 0;
}

.box-p-10 ul.usage {
    padding: 0.75em 0.5em;
    background-color: #fff1f1;
    border: solid 1px #ff0000;
    margin: 0.65em 0;
}

.box-p-10 ul.usage li {
    font-size: 0.9em;
    margin: 0 0 0.652em;
}

.box-p-10 dl {
    font-size: 0.9em;
}
.box-p-10 dl dt {
    font-weight: bold;
    display: inline-block;
    border: 1px solid #5a5a5a;
    padding: 0 0.25em;
    border-radius: .2em;
    margin: 0 0 0.25em 0;
}
.box-p-10 dl dd {
    margin: 0 0 1em 0;
}
.box-p-10 a {
    color: #06f;
}
/* !image */
#products-pr .image {
    padding: 0 2em;
    text-align: center;
}
#products-pr .image + p {
    margin: 1em 0 0;
}


@media (min-width: 1000px) {
/* !1000p以上のレイアウト */
    #products-pr .image {
        padding: 0 1em;
        width: 30%;
        float: left;
    }

    #products-pr .image + p {
        overflow: hidden;
        margin: 0;
    }
}


/* !table */
.row-head + p {
    margin: 0 0 1em;
    font-size: 0.8em;
}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

.row-head th, .row-head td {
    border: 1px solid #dbe1e8;
    padding: 8px;
    font-size: 0.9em;
}

.row-head th {
  background: #f9fafc;
}

.row-head label {
  line-height: 34px;
  margin: 0;
}

.row-head td:first-child {
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    margin: 0;
    padding: 0.652em;
}


@media (min-width: 1000px) {
/* !1000p以上のレイアウト */

    .row-head th, .row-head td {
        text-align: center;
    }

    .row-head th {
        background: #b7c8ea;
    }

    .row-head + p {
        margin: 5px 0 1em;
        font-size: 12px;
        text-align: right;
    }
}


@media only screen and (max-width: 800px) {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
.row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 0;
}
  
.row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
    margin: 0 0.5em;
}


  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}


/* !btn-itemlist */
.btn-itemlist {
    text-align: center;
    margin: 1em auto 0;
}

.btn-itemlist a {
    background-color: #dbe7ff;
    border: 1px solid #4d88ff;
    border-radius: .3125em;
    color: #4e89ff;
    display: block;
    font-weight: bold;
    padding: .7em 1em;
    text-decoration: none;
}
@media (min-width: 1000px) {
/* !1000p以上のレイアウト */
.btn-itemlist {
    width: 45%;
}

.btn-itemlist a {
    font-size: 1.4em;
    padding: 15px 20px;
}


}

/*==================================================================================
 00 review
==================================================================================*/
.reviewLead {
    padding:10px;
    font-size: 0.9em;
}

#contents .ui-listview li {
    border-bottom: 1px solid #ddd;
    border-top: none;
}

#contents .ui-listview li:last-child {
    border-bottom: none;
}

ul.reviewList li div {
    white-space: normal;
}


ul.reviewList li .reviewInfo {
    margin-bottom: 10px;
    font-size: 0.9em;
    overflow: hidden;
}


ul.reviewList li .reviewInfo img {
    margin-right: 5px;
    vertical-align: middle;
    float: left;
}


ul.reviewList li .reviewInfo span {
    display: block;
    line-height: 1.2;
}


ul.reviewList li .reviewInfo .textShort {
    width: 10em;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


ul.reviewList li .reviewInfo span {
    display: block;
    line-height: 1.2;
}

.ui-listview>li p {
    font-size: 0.9em;
    font-weight: 400;
    display: block;
    margin: .6em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.ui-listview>li p a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#products-pr .review-comment .read-more a,
#products-pr .review-comment .read-less a {
    color: #06f;
}


ul.review-list li div {
    white-space: normal;
}


ul.review-list li .review-helpful {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 10px 0 0 0;
}


ul.review-list li div.elem {
    margin-right: 5px;
    font-size: 0.9em;
    color: #13a840;
    line-height: 1.3;
}

ul.review-list li .review-helpful div.elem:first-child {
    flex: 1;
    -webkit-flex: 1;
}

ul.review-list li .review-helpful div.elem:last-child {
    width: 8em;
    line-height: 1.8;
}

ul.review-list li .review-helpful div.elem {
    color: #06f;
}


.heading-btn {
    display: block;
    float: right;
    color: #333!important;
    font-size: 12px;
    font-weight: 400!important;
    text-decoration: none;
    border: 1px solid #999;
    padding: 3px 10px;
    background: #fff;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: -3px;
}


/* !スタッフ返信 */
.staff {
    background: url(/img/original-svg/forum-tree.svg) no-repeat 5px 4px;
    background-size: 9px 7px;
    padding: 0 0 0 17px;
}
.staffName {
    color: #e87224;
    font-weight: 700;
}



@media (min-width: 1000px) {
/* !1000p以上のレイアウト */
#contents .ui-listview li {
    padding: 15px 10px;
}
ul.review-list li div {
    font-size: 0.8em;
}

ul.review-list li .review-helpful div.elem:last-child {
    width: auto;
}

/* !スタッフ返信 */
.staff {
    margin: 10px 2.5em;
    padding-left: 1.5em;
    background: url(/img/review_tree.gif) no-repeat left top;
    font-size: 1em !important;
}

.staffName {
    color: #008aff;
    margin-bottom: 5px;
}

ul.review-list li .review-helpful div.elem {
    color: #e7623f;
}

}

