@charset "UTF-8";
/* menu-7.html */
.menu__ttl05 {
  margin: 50px 0 0 0;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}

@media (min-width: 737px) and (max-width: 1200px) {
  .menu__ttl05 {
    margin: 40px 0 0 0;
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 736px) {
  .menu__ttl05 {
    margin: 30px 0 0 0;
    font-size: 20px;
    line-height: 25px;
  }
}

.menu__ttl05 strong {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd79c));
  background: linear-gradient(transparent 50%, #ffd79c 50%);
}

.menu__ttl05 span {
  position: relative;
  color: #000;
  font-size: 42px;
  font-weight: bold;
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .menu__ttl05 span {
    font-size: 40px;
  }
}

@media (min-width: 737px) and (max-width: 1200px) {
  .menu__ttl05 span {
    font-size: 35px;
  }
}

@media (max-width: 736px) {
  .menu__ttl05 span {
    font-size: 25px;
  }
}

.menu__ttl05 span::after {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "・";
  color: #008000;
  font-size: 32px;
}

@media (max-width: 736px) {
  .menu__ttl05 span::after {
    font-size: 20px;
  }
}

.menu__ttl06 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 480px) {
  .menu__ttl06 {
    font-size: 24px;
  }
}

.menu__ttl06 strong {
  color: #ff8199;
  font-size: 34px;
}

.menu__ttl06-bottom {
  display: inline-block;
  padding: 0 0 5px 0;
  border-bottom: solid 3px #000;
  font-weight: bold;
  font-size: 24px;
  margin-top: 40px;
  text-align: center;
}

.kafun img {
  height: auto;
  max-width: 100%;
}

.triangle {
  border-color: #b5b5b5 transparent transparent transparent;
  border-width: 80px 300px 0 300px;
  border-style: solid;
  height: 0;
  width: 0;
  margin: 50px auto;
}

@media (max-width: 768px) {
  .triangle {
    border-width: 50px 200px 0 200px;
  }
}

@media (max-width: 480px) {
  .triangle {
    border-width: 30px 100px 0 100px;
  }
}

@media (max-width: 300px) {
  .triangle {
    display: none;
  }
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.table__text {
  width: 70%;
  padding: 0 50px 0 0;
}

@media (max-width: 1200px) {
  .table__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    width: 100%;
  }
}

.table__checkmark {
  border-style: dotted;
  border-color: #000;
  border-width: 0 0 1px 0;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 10px 40px;
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .table__checkmark {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .table__checkmark {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 20px 40px;
  }
}

@media (min-width: 0px) and (max-width: 736px) {
  .table__checkmark {
    font-size: 18px;
    line-height: 1.5;
  }
}

.table__checkmark::after {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: 5px;
  width: 15px;
  height: 5px;
  border-left: 5px solid #008000;
  border-bottom: 5px solid #008000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .table__checkmark::after {
    top: 20px;
  }
}

.table__image {
  width: 30%;
}

@media (max-width: 1200px) {
  .table__image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.kafun-cause {
  background: #fef6ea;
  margin-top: 30px;
  padding: 15px;
}

.kafun-cause__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kafun-cause__list dt {
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
}

.kafun-cause__list dt:nth-child(3) {
  margin-top: 15px;
}

.kafun-cause__list dt span {
  font-weight: bold;
}

.kafun-cause__list dd {
  font-size: 24px;
  line-height: 1.3;
  width: calc(100% - 110px);
}

@media (max-width: 768px) {
  .kafun-cause__list dd {
    font-size: 18px;
  }
}

.kafun-cause__list dd:nth-child(4) {
  margin-top: 15px;
}

@media (max-width: 480px) {
  .kafun-cause__list dd:nth-child(4) {
    margin-top: 30px;
  }
}

.kafun-cause__list dd strong {
  color: green;
}

.menu-check-list.-num {
  counter-reset: num;
}

.menu-check-list.-num .menu-check-list__item::after {
  border: none;
  color: #008000;
  content: counter(num);
  counter-increment: num;
  font-weight: bold;
  font-size: 24px;
  top: 50%;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  width: auto;
  height: auto;
}

.kafun-selfcare {
  position: relative;
  margin: 100px 0 0 0;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 736px) {
.kafun-selfcare {
    margin: 80px 0 0 0;
}
}

.kafun-selfcare__ttl {
  background: #fef6ea;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 1601px) {
.kafun-selfcare__ttl {
    top: -40px;
    width: 80%;
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 35px;
}
}
@media (min-width: 1201px) and (max-width: 1600px) {
.kafun-selfcare__ttl {
    top: -40px;
    width: 70%;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 30px;
}
}
@media (min-width: 737px) and (max-width: 1200px) {
.kafun-selfcare__ttl {
    top: -40px;
    width: 70%;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 30px;
}
}
@media (min-width: 0px) and (max-width: 736px) {
.kafun-selfcare__ttl {
    top: -30px;
    width: 80%;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 25px;
}
}

.kafun-selfcare__ttl strong {
  color: #ff8199;
}

.kafun-selfcare__box {
  border: 3px solid #fef6ea;
  border-radius: 15px;
  padding: 80px 20px 20px 20px;
}
@media (min-width: 1201px) and (max-width: 1600px) {
.kafun-selfcare__box {
  padding: 60px 20px 20px 20px;
}
}
@media (min-width: 737px) and (max-width: 1200px) {
.kafun-selfcare__box {
  padding: 60px 20px 20px 20px;
}
}
@media (min-width: 0px) and (max-width: 736px) {
.kafun-selfcare__box {
  padding: 60px 5px 20px 5px;
}
}

.kafun-selfcare__box p:not(:first-child) {
  margin-top: 10px;
}

.kafun-selfcare__box span {
  display: inline-block;
}
@media (min-width: 1601px) {
.kafun-selfcare__box span {
  display: block;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 30px;
}
}
@media (min-width: 1201px) and (max-width: 1600px) {
.kafun-selfcare__box span {
  display: block;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}
}
@media (min-width: 737px) and (max-width: 1200px) {
.kafun-selfcare__box span {
  display: block;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}
}
@media (min-width: 0px) and (max-width: 736px) {
.kafun-selfcare__box span {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}
}

#content #main #home #trouble .symptoms a:nth-child(7) span.text_1 {
  background-image: url(image.php?id=070);
  background-repeat: no-repeat;
  background-size: 150px;
}