@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 171,94,173;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 242,238,246;
  --beige: 242,238,230;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 195,129,203;
  --light_purple: 250,244,255;
  --pink_purple: 203,75,138;
  --blue: 87 129 234;
  --yellow: 255 183 3;
  --beauty_main: 233,83,131;
  --beauty_light_pink: 252,229,237;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* .l-sub-img
================================================ */
.l-sub-img.has-bg {
  background-image: url(../img/img_mv01_sp.jpg);
}
@media all and (min-width: 768px) {
  .l-sub-img.has-bg {
    background-image: url(../img/img_mv01_pc.jpg);
    background-color: #F6F1ED;
  }
}

/* 共通スタイル　.onayami_pores
================================================ */
.onayami_pores-description-txt-title {
  position: relative;
  color: rgb(var(--accent));
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
  box-sizing: border-box;
  width: 96%;
}
.onayami_pores-description-txt-title:before {
  content: "●";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}
@media all and (min-width: 768px) {
  .onayami_pores-description-txt-title {
    font-size: 18px;
  }
}
.onayami_pores-description-txt-title + .c-txt01 {
  margin-top: 0;
}

/* .onayami_pores-compare
================================================ */
.onayami_pores-compare-table thead th {
  background: rgb(var(--beige));
}
.onayami_pores-compare-table tbody th {
  width: 20%;
}
.onayami_pores-compare-table-thead {
  font-weight: bold;
}
.onayami_pores-compare-star-list {
  display: flex;
}
.onayami_pores-compare-star-list__item {
  width: 30px;
}
@media all and (min-width: 768px) {
  .onayami_pores-compare-star-list__item {
    width: 45px;
  }
}
.onayami_pores-compare-star-list__item:nth-of-type(n+2) {
  margin-left: 5px;
}

/* .onayami_pores-case
================================================ */
.onayami_pores-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .onayami_pores-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* .onayami_pores-selfcheck
================================================ */
@media all and (min-width: 768px) {
  .onayami_pores-selfcheck-listarea {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.onayami_pores-selfcheck-listarea-orange {
  background-color: #fff4de;
}
.onayami_pores-selfcheck-listarea-green {
  background-color: #e8ffde;
}
.onayami_pores-selfcheck-listarea-blue {
  background-color: #dff6ff;
}
.onayami_pores-selfcheck-list-img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .onayami_pores-selfcheck-list-img {
    width: auto;
  }
}
.onayami_pores-selfcheck-img-cap {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  margin-top: 1em;
  padding: 0.2em 0.5em;
  border-radius: 30px;
}
.onayami_pores-selfcheck-img-cap-orange {
  background-color: #f98b1f;
}
.onayami_pores-selfcheck-img-cap-green {
  background-color: #437840;
}
.onayami_pores-selfcheck-img-cap-blue {
  background-color: #3b9dc2;
}
.onayami_pores-selfcheck-agetype-img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .onayami_pores-selfcheck-agetype-img {
    width: auto;
    margin-top: 0;
  }
}
.onayami_pores-selfcheck-skintype-img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .onayami_pores-selfcheck-skintype-img {
    width: 200px;
  }
}

/* .onayami_pores-selfcare
================================================ */
.onayami_pores-selfcare-itemlist__title {
  font-weight: bold;
  margin-top: 0.5em;
}