@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;
  }
}

/* .mole-nav
================================================ */
.mole-nav-list {
  justify-content: center;
}

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

/* .mole-menu
================================================ */
.mole-menu-note-area {
  border: 1px solid rgb(var(--accent));
  padding: 1em;
}
.mole-menu-note {
  color: rgb(var(--accent));
  margin-top: 0;
}

/* .mole-about
================================================ */
.mole-about-txt-title {
  position: relative;
  color: rgb(var(--accent));
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
  box-sizing: border-box;
  width: 96%;
}
.mole-about-txt-title:before {
  content: "●";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
@media all and (min-width: 768px) {
  .mole-about-txt-title {
    font-size: 18px;
  }
}

/* .mole-about
================================================ */
@media all and (max-width: 767px) {
  .mole-info__cont {
    overflow: auto;
  }
}
@media all and (max-width: 767px) {
  .mole-info__tbl {
    min-width: 980px;
    width: 100%;
  }
  .mole-info__tbl .c-btn-limited01__link {
    list-style: 1.6;
  }
}
.mole-info__tbl tbody th {
  width: 19%;
}
.mole-info__tbl tr:first-child th:first-child {
  width: 13%;
}
.mole-info__tbl tr:first-child th:not(:first-child) {
  background: rgb(var(--accent));
  color: #fff;
  width: 27%;
}