@charset "UTF-8";

  /*──────────────────────────────────
ページタイトル
──────────────────────────────────*/
@media screen and (min-width: 768px) {
  .selfcheck_page-ttl {
    background: url(/brand/feminina/img/selfcheck/bg_page_ttl_pc.png) no-repeat right top #fffafb;
    background-size: auto 100%;
    height: 160px;
    text-align: center;
  }


  .selfcheck_page-ttl__img {
    width: 500px;
    height: 160px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {

  .selfcheck_page-ttl {
    /* background: url(/brand/feminina/img/common/bg_page-ttl_sp.png) no-repeat right top #fff6f8;
    background-size: auto 100%; */
  }

  .selfcheck_page-ttl__img {
    /* display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 20vw;
    margin: 0 auto;
    padding: 0 5.33333vw; */
  }

}
/*──────────────────────────────────
selfcheck
──────────────────────────────────*/

._sec1__ans__box--hospital {
  background: #fff8e4;
}

._sec1__ans__box--cleanliness {
  background: #fff7f1;
}

._sec1__ans__box--recommend-up {
  background: #ecf5ff;
}

._sec1__ans__box--recommend-nankou {
  background: #fff2f9;
}

._sec1__ans__box--recommend-gel {
  background: #e7f8ff;
}

._sec1__ans__box--recommend-mist {
  background: #ebf3ff;
}

@media screen and (max-width: 767px) {
  ._inner {
    width: 89.33%;
    margin-right: auto;
    margin-left: auto;
  }

  ._sec1 {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  ._sec1__desc {
    margin-top: 11.94%;
    margin-bottom: 5.97%;
    margin-top: 12%;
    margin-bottom: 8%;
    color: #504d4b;
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.41667;
    line-height: 1.6;
    text-align: center;
  }

  /* ._sec1__que__ans {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ccc;
  } */

  /* ._sec1__que__ans:after {
    display: table;
    clear: both;
    content: "";
  } */

  ._sec1__que__ans__btn {
    width: 48%;
    width: 100%;
    margin-top: 5.97%;
    border-radius: 5px;
    text-align: center;
  }

  ._sec1__que__ans__btn a {
    position: relative;
    display: block;
    padding-top: 10.93%;
    padding-bottom: 10.93%;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #fff;
    font-size: 15px;
    /* font-size: 3.46667vw; */
    font-weight: 700;
    text-align: center;
  }

  ._sec1__que__ans__btn a span{
    position: relative;
    z-index: 3;
  }

  ._sec1__que__ans__btn a::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #d76a7d;
    z-index: 1;
  }
  ._sec1__que__ans__btn a::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #ef768b;
    z-index: 2;
  }

  /* ._sec1__que__ans__btn a {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #ef768b;
  } */

  ._sec1__que__ans__yesBtn {
    float: left;
    background: #ef768b;
  }

  ._sec1__que__ans__noBtn {
    float: right;
    background: #58c7f0;
  }

  ._sec1__ans {
    /* padding-top: 60px; */
    margin-top: 11.94%;
  }

  ._sec1__ans__box__btn {
    padding: 4.47% 4.47% 8.95% 4.47%;
    padding: 0 4.47% 8.95% 4.47%;
    padding: 0 4.47% 6% 4.47%;
  }

  ._sec1__ans__box__btn2 {
    padding: 4.47% 4.47% 8.95% 4.47%;
  }

  ._sec1__ans__box__btn-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 4.47% 4.47% 8.95% 4.47%;
  }

  ._sec1__ans__box__btn-list>li {
    width: 47%;
  }

  ._sec1__ans__box--a1 {
    background: #fdf1f3;
  }

  ._sec1__ans__box--a2 {
    background: #fff8e4;
  }

  ._sec1__ans__box--a3 {
    background: #e2f7ff;
  }

  ._sec1__ans__link {
    margin-top: 11.94%;
  }
  
  ._sec1__ans__bnr {
    width: 95.6%;
    margin: 11.94% auto 0;
  }
  ._sec1__ans__bnr b {
    display: block;
    margin-bottom: 1em;
  }

  ._product-list {
    margin-top: 5.97%;
  }

  ._product-list__li {
    margin-top: 5.97%;
    padding-top: 1.49%;
    padding-bottom: 4.47%;
    overflow: hidden;
    border-width: 2px;
    border-style: dashed;
    border-radius: 20px;
  }

  ._product-list__li:first-child {
    margin-top: 0;
  }

  ._product-list__li--nankou {
    border-color: #f29aa9;
  }

  ._product-list__li--nankou ._product-list__li__txt {
    color: #ef768b;
  }

  ._product-list__li--candida {
    border-color: #58c7f0;
  }

  ._product-list__li--candida ._product-list__li__txt {
    color: #58c7f0;
  }

  ._product-list__li__txt {
    padding-right: 4.47%;
    padding-bottom: 1.49%;
    padding-left: 4.47%;
    font-size: 10.5px;
    font-size: 2.8vw;
    line-height: 1.2381;
    text-align: center;
  }

  ._product-list__li .c_btn_line {
    padding-right: 4.47%;
    padding-left: 4.47%;
  }

  .js_sec,
  ._contents {
    display: none;
  }

  ._sec1__que__txt-wrap {
    margin-bottom: 30px;
  }

  ._sec1__que__ans {
    display: block;
  }

  ._sec1__ans .c_btn_line a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media print,
screen and (min-width: 768px) {
  ._sec1 {
    width: 988px;
    margin-right: auto;
    margin-bottom: 8.95%;
    margin-left: auto;
  }

  ._sec1__desc {
    margin-top: 60px;
    margin-bottom: 45px;
    color: #504d4b;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
  }

  ._sec1__que {
    padding: 40px 40px 60px 40px;
    border: 3px solid #ffe6eb;
    border-radius: 16px;
  }

  ._sec1__que__txt-wrap {
    text-align: center;
    margin-bottom: 25px;
  }

  ._sec1__que__txt-wrap__num {
    display: inline-block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 14px 44px;
    border-radius: 10px;
    background: #ef768b;
    color: #fff;
    font-size: 20px;
  }

  ._sec1__que__txt-wrap__txt {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
  }

  ._sec1__que__ans {
    /* display: -webkit-box; */
    display: flex;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify; */
    justify-content: space-between;
  }

  /* ._sec1__que__ans:after {
    display: table;
    clear: both;
    content: "";
  } */

  ._sec1__que__ans__btn {
    width: 48%;
    margin-top: 60px;
    margin-top: 20px;
    text-align: center;
  }

  ._sec1__que__ans__btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
  }

  ._sec1__ans__box__btn-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  /* ._sec1__ans__box__btn-list > li a:hover img{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
} */
  ._sec1__que__ans__btn a {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-top: 30px;
    padding-bottom: 26px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
  }

  ._sec1__que__ans__btn a span{
    position: relative;
    z-index: 3;
  }

  ._sec1__que__ans__btn a::before{
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    width: calc(6px + 100%);
    height: calc(3px + 100%);
    border-radius: 8px;
    overflow: hidden;
    background: #d76a7d;
    z-index: 1;
  }
  ._sec1__que__ans__btn a::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -7px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #ef768b;
    z-index: 2;
  }

  /* ._sec1__que__ans__yesBtn {
    float: left;
    background: #ef768b;
  }

  ._sec1__que__ans__noBtn {
    float: right;
    background: #58c7f0;
    background: #ef768b;
  } */

  ._sec1__ans {
    margin-top: 75px;
  }

  ._sec1__ans__box__btn-wrap {
    *zoom: 1;
    padding: 40px 40px 100px 40px;
  }

  ._sec1__ans__box__btn-wrap:after {
    display: table;
    clear: both;
    content: "";
  }

  /*._sec1__ans__box__btn-wrap__btn:nth-child(odd) {
  float: left;
}
._sec1__ans__box__btn-wrap__btn:nth-child(even) {
  float: right;
}*/
  ._sec1__ans__box__btn img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1 !important;
  }

  ._sec1__ans__box__btn-wrap .c_btn_line {
    width: 410px;
    margin: 0 auto;
  }

  ._sec1__ans__box__btn-wrap .c_btn_line a {
    padding: 21px 5%;
  }

  ._sec1__ans__box__btn {
    width: 484px;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 40px 80px 40px;
  }

  ._sec1__ans__link {
    margin-top: 11.94%;
  }
  
  ._sec1__ans__bnr {
    width: 600px;
    margin: 80px auto 0;
  }
  ._sec1__ans__bnr b {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  ._sec1__ans__bnr b img {
    display: inline-block;
  }

  ._product-list {
    *zoom: 1;
    padding: 57px 40px 100px 40px;
  }

  ._product-list:after {
    display: table;
    clear: both;
    content: "";
  }

  ._product-list__li {
    width: 443px;
    padding: 30px 22px;
    overflow: hidden;
    border-width: 2px;
    border-style: dashed;
    border-radius: 20px;
    background: #fff;
  }

  ._product-list__li:nth-child(odd) {
    float: left;
  }

  ._product-list__li:nth-child(even) {
    float: right;
  }

  ._product-list__li--nankou {
    border-color: #f29aa9;
  }

  ._product-list__li--nankou ._product-list__li__txt {
    color: #ef768b;
  }

  ._product-list__li--candida {
    border-color: #58c7f0;
  }

  ._product-list__li--candida ._product-list__li__txt {
    color: #58c7f0;
  }

  ._product-list__li .c_btn_line {
    padding-right: 4.47%;
    padding-left: 4.47%;
  }

  ._product-list__li__txt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .js_sec,
  ._contents {
    display: none;
  }

  ._sec1 .ec_btnset {
    margin-right: -17px;
    margin-left: -18px;
  }
}