@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --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: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

#shimi .l-container {
  padding-top: 0;
}

/* .c-head09
================================================ */
#shimi .c-head09 {
  background: #E7DDD7;
  color: #4c301b;
}

/* .shimi-mainImg
================================================ */
.shimi-mainImg__bg {
  position: relative;
}
.shimi-mainImg__bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FEFEE6;
  z-index: 1;
}
.shimi-mainImg__bg picture {
  position: relative;
  z-index: 2;
}

/* .shimi-chartSec
================================================ */
.shimi-chartSec__chart {
  border: 2px solid #e7ddd7;
  border-radius: 10px;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .shimi-chartSec__chart {
    border: 5px solid #e7ddd7;
    border-radius: 20px;
    padding: 40px;
  }
}
.shimi-chartSec__chart-item {
  display: none;
}
.shimi-chartSec__chart-item.is-show {
  display: block;
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.shimi-chartSec__chart-Return {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .shimi-chartSec__chart-Return:hover {
    text-decoration: none;
  }
}
.shimi-chartSec__chart-head {
  font-size: 1.8rem;
  color: #f02870;
  text-align: center;
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .shimi-chartSec__chart-head {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 768px) {
  .shimi-chartSec__select {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
.shimi-chartSec__select li {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  background: #fff;
  text-align: left;
  position: relative;
  line-height: 1.1;
}
.shimi-chartSec__select li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 11px;
  border-top: solid 3px rgb(var(--main));
  border-right: solid 3px rgb(var(--main));
  transform: translateY(-50%) rotate(45deg);
}
.shimi-chartSec__select li:nth-child(n+2) {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .shimi-chartSec__select li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.shimi-chartSec__select li span {
  border: 2px solid #aa165f;
  border-radius: 10px;
  display: block;
  padding: 21px 25px;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .shimi-chartSec__select li span {
    transition: all 0.3s ease;
  }
  .shimi-chartSec__select li span:hover {
    opacity: 0.7;
  }
}
.shimi-chartSec__select li a {
  text-decoration: none;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* .shimi-variationSec
================================================ */
@media all and (min-width: 768px) {
  .shimi-variationSec__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.shimi-variationSec__list li {
  border: 1px solid #666;
  padding: 15px;
  border-radius: 5px;
}
@media all and (max-width: 767px) {
  .shimi-variationSec__list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .shimi-variationSec__list li {
    padding: 20px;
    width: 32%;
    box-sizing: border-box;
  }
  .shimi-variationSec__list li:nth-child(n+4) {
    margin-top: 25px;
  }
}
.shimi-variationSec__list-head {
  color: #358db9;
  font-size: 2rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .shimi-variationSec__list-head {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .shimi-variationSec__list-head {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 768px) {
  .shimi-variationSec__list-head-sm {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .shimi-variationSec__list-head-lines {
    font-size: 1.9rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .shimi-variationSec__list-head-height {
    height: 63px;
  }
}
.shimi-variationSec__cause {
  color: #aa165f;
  text-align: center;
  border-bottom: 1px solid rgb(var(--border));
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.shimi-variationSec__cause-head {
  color: #358db9;
  margin-bottom: 10px;
}

/* .shimi-menuSec
================================================ */
@media all and (min-width: 768px) {
  .shimi-menuSec__inner {
    box-sizing: border-box;
    border-radius: 35px;
    padding: 50px;
    border: 2px solid #E7DDD7;
  }
}
.shimi-menuSec__head-cate {
  background: #2DB8D8;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 8px 4px;
  margin-right: 5px;
}
@media all and (min-width: 768px) {
  .shimi-menuSec__head-cate {
    padding: 5px 10px;
    font-size: 2rem;
    margin-right: 10px;
    vertical-align: 2px;
  }
}
.shimi-menuSec__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .shimi-menuSec__badge {
    flex-wrap: wrap;
  }
  .shimi-menuSec__badge p {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
@media all and (min-width: 768px) {
  .shimi-menuSec__badge {
    font-size: 2.2rem;
  }
}
.shimi-menuSec__badge-cate {
  background: #2DB8D8;
  color: #fff;
  display: block;
  padding: 3px 5px 2px;
  font-weight: bold;
  margin-right: 5px;
}
@media all and (min-width: 768px) {
  .shimi-menuSec__badge-cate {
    padding: 5px 10px;
  }
}
.shimi-menuSec__head {
  margin-bottom: 5px;
  font-size: 2rem;
}
.shimi-menuSec__head::before {
  content: "■";
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 0.1em;
}
@media all and (min-width: 768px) {
  .shimi-menuSec__head {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .shimi-menuSec__head::before {
    font-size: 3.8rem;
    margin-right: 0.3em;
  }
}
.shimi-menuSec__case_head {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: rgb(var(--main));
}
@media all and (min-width: 768px) {
  .shimi-menuSec__case_head {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}