@charset "UTF-8";
/* -------------------
インデックスページ
*/
@media screen and (min-width: 1051px) {
  .l-symptoms__wrap._index {
    margin: 0 auto;
    padding: 100px 0 60px;
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
    position: relative; } }

@media screen and (max-width: 1050px) {
  .l-symptoms__wrap._index {
    margin: 0 auto;
    padding: 80px 0 60px;
    max-width: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative; } }

@media screen and (max-width: 768px) {
  .l-symptoms__wrap._index {
    padding: 50px 0 50px; } }

@media screen and (min-width: 1051px) {
  .l-symptoms__wrap._index .l-contentsSymptoms {
    max-width: none;
    width: 100%; } }

@media screen and (max-width: 1050px) {
  .l-symptoms__wrap._index .l-contentsSymptoms {
    max-width: none;
    width: 100%;
    padding: 0 15px; } }

@media screen and (max-width: 768px) {
  .l-symptoms__wrap._index .l-contentsSymptoms {
    padding: 5px; } }

@media screen and (min-width: 1051px) {
  .l-symptoms {
    padding: 40px 0; } }

@media screen and (max-width: 1050px) {
  .l-symptoms {
    padding: 40px 10px; } }

@media screen and (max-width: 768px) {
  .l-symptoms {
    padding: 30px 20px 60px; } }

@media screen and (min-width: 1051px) {
  .p-symptoms__title {
    font-size: 2rem;
    margin-bottom: 40px;
    width: 45%;
    background: linear-gradient(transparent 86%, #b1d7e4 14%); } }

@media screen and (max-width: 1050px) {
  .p-symptoms__title {
    font-size: 2rem;
    margin-bottom: 40px;
    width: 45%;
    background: linear-gradient(transparent 86%, #b1d7e4 14%); } }

@media screen and (min-width: 1051px) {
  .p-symptoms__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px; } }

@media screen and (max-width: 1050px) {
  .p-symptoms__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px; } }

@media screen and (max-width: 768px) {
  .p-symptoms__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px; } }

@media screen and (max-width: 576px) {
  .p-symptoms__list {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px; } }

@media screen and (min-width: 1051px) {
  .p-symptoms__item {
    display: flex;
    align-items: center;
    background-color: #ffeeba;
    border: 1px solid #64382d85;
    border-radius: 8px; }
    .p-symptoms__item > a {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 12px 50px 12px 18px;
      cursor: pointer;
      position: relative; }
      .p-symptoms__item > a::after {
        content: "";
        display: inline-block;
        background: url("../../../images/arrow_03.png") transparent no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        transition: right 0.2s; }
      .p-symptoms__item > a:hover {
        opacity: 0.8; }
        .p-symptoms__item > a:hover::after {
          right: 13px; }
    .p-symptoms__item .icon {
      width: 32px;
      height: auto;
      margin-right: 15px; } }

@media screen and (max-width: 1050px) {
  .p-symptoms__item {
    display: flex;
    align-items: center;
    background-color: rgba(255, 237, 179, 0.8);
    border: 1px solid #64382d85;
    border-radius: 8px; }
    .p-symptoms__item > a {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 12px 50px 12px 18px;
      cursor: pointer;
      position: relative; }
      .p-symptoms__item > a::after {
        content: "";
        display: inline-block;
        background: url("../../../images/arrow_03.png") transparent no-repeat;
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        transition: right 0.2s; }
      .p-symptoms__item > a:hover {
        opacity: 0.8; }
        .p-symptoms__item > a:hover::after {
          right: 13px; }
    .p-symptoms__item .icon {
      width: 32px;
      height: auto;
      margin-right: 15px; }
    .p-symptoms__item .text {
      font-size: 0.9rem; } }

/* -------------------
各症状別ページ
*/
@media screen and (min-width: 1051px) {
  .l-symptoms__wrap {
    margin: 0 auto;
    padding: 100px 0 60px;
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
    position: relative; } }

@media screen and (max-width: 1050px) {
  .l-symptoms__wrap {
    margin: 0 auto;
    padding: 80px 0 60px;
    max-width: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative; } }

@media screen and (max-width: 768px) {
  .l-symptoms__wrap {
    padding: 50px 0 50px; } }

@media screen and (max-width: 575px) {
  .l-symptoms__wrap .sp_none {
    display: none; } }

.l-symptoms__wrap .mb-05 {
  margin-bottom: 0.5rem !important; }

@media screen and (min-width: 1051px) {
  .l-contentsSymptoms {
    max-width: 720px; } }

@media screen and (max-width: 1050px) {
  .l-contentsSymptoms {
    max-width: auto;
    width: 100%;
    padding: 0 15px; } }

@media screen and (max-width: 768px) {
  .l-contentsSymptoms {
    padding: 5px; } }

@media screen and (min-width: 1051px) {
  .p-contentsSymptoms__title {
    font-size: 2.4rem;
    max-width: 650px;
    width: 100%;
    letter-spacing: 2px;
    border-bottom: 4px double #ed6c00; }
    .p-contentsSymptoms__title > ._sub {
      font-size: 1.8rem;
      font-feature-settings: "palt"; } }

@media screen and (max-width: 1050px) {
  .p-contentsSymptoms__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #ed6c00; }
    .p-contentsSymptoms__title > ._sub {
      font-size: 1.4rem;
      font-feature-settings: "palt";
      letter-spacing: 0; } }

@media screen and (max-width: 768px) {
  .p-contentsSymptoms__title {
    font-size: 1.6rem;
    width: 75%; }
    .p-contentsSymptoms__title > ._sub {
      font-size: 1rem; } }

@media screen and (min-width: 1051px) {
  .l-symptoms {
    padding: 60px 20px 0; } }

@media screen and (max-width: 1050px) {
  .l-symptoms {
    padding: 60px 30px 20px; } }

@media screen and (max-width: 768px) {
  .l-symptoms {
    padding: 40px 8px 20px; } }

.p-symptoms__box p {
  line-height: 1.8;
  padding-left: 1.8rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    .p-symptoms__box p {
      padding-left: 1.5rem; } }

.p-symptoms__box .text_box {
  margin-bottom: 2.5rem; }

.p-symptoms .frameTitle {
  display: block; }
  .p-symptoms .frameTitle .inner {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.07em;
    padding: 18px 30px;
    border-radius: 10px;
    border: 1px solid #64382c;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    background-color: #fdefc4;
    box-shadow: 6px 8px 20px 0px #64382c30; }
    .p-symptoms .frameTitle .inner::before, .p-symptoms .frameTitle .inner::after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 30px;
      bottom: -12px; }
    .p-symptoms .frameTitle .inner::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 6px 0 6px;
      border-color: #fdefc4 transparent transparent transparent;
      z-index: 5;
      left: 31px;
      bottom: -11px; }
    .p-symptoms .frameTitle .inner::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 7px 0 7px;
      border-color: #64382c transparent transparent transparent;
      z-index: 4;
      left: 30px;
      bottom: -12px; }

.p-symptoms .highlight_text {
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 30px; }
  .p-symptoms .highlight_text .inner {
    display: inline;
    font-size: 18px;
    line-height: 1.8;
    padding: 5px 0;
    transform: translateX(30px);
    position: relative;
    background: linear-gradient(transparent 70%, #ffd000 0%); }
    .p-symptoms .highlight_text .inner::before, .p-symptoms .highlight_text .inner::after {
      content: "";
      display: inline-block;
      position: absolute; }
    .p-symptoms .highlight_text .inner::before {
      background: url("../../images/icon/text_deco.png") transparent no-repeat;
      background-size: 16px 16px;
      width: 16px;
      height: 16px;
      transform: scale(-1, 1);
      top: -8px;
      left: -22px; }
    .p-symptoms .highlight_text .inner::after {
      background: url("../../images/icon/text_deco.png") transparent no-repeat;
      background-size: 16px 16px;
      width: 16px;
      height: 16px;
      right: -22px; }

.p-symptoms .largeText {
  font-size: 20px;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .p-symptoms .largeText {
      font-size: 18px; } }

.p-symptoms .symptoms_h3 {
  background-color: #fbe3c8;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 9px 10px 9px 25px;
  border-radius: 12px;
  position: relative;
  letter-spacing: 0.1em; }
  .p-symptoms .symptoms_h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 8px;
    height: 100%;
    background-color: #ed6c00;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; }
  @media screen and (max-width: 768px) {
    .p-symptoms .symptoms_h3 {
      font-size: 1.3rem;
      margin-top: 2.5rem;
      margin-bottom: 1.5rem; } }

.p-symptoms .symptoms_h4 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 28px;
  position: relative; }
  .p-symptoms .symptoms_h4::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ed6c00;
    position: absolute;
    top: 0.7rem;
    left: 0;
    transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .p-symptoms .symptoms_h4 {
      font-size: 1.2rem;
      padding-left: 24px; }
      .p-symptoms .symptoms_h4::before {
        width: 15px;
        height: 15px;
        top: 0.6rem; } }

.p-symptoms .symptoms__list {
  margin-bottom: 2.5rem;
  margin-left: 1rem; }

.p-symptoms ul.symptoms__list li {
  position: relative;
  padding-left: 20px; }
  .p-symptoms ul.symptoms__list li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ed6c00;
    position: absolute;
    top: 0.2rem;
    left: 0; }
  .p-symptoms ul.symptoms__list li:not(:last-of-type) {
    margin-bottom: 1.5rem; }

.p-symptoms ol.symptoms__list {
  counter-reset: number 0; }
  .p-symptoms ol.symptoms__list li {
    position: relative;
    padding-left: 20px; }
    .p-symptoms ol.symptoms__list li::before {
      content: counter(number) ".";
      counter-increment: number 1;
      display: inline-block;
      color: #ed6c00;
      position: absolute;
      left: 0; }
    .p-symptoms ol.symptoms__list li:not(:last-of-type) {
      margin-bottom: 1.5rem; }
  .p-symptoms ol.symptoms__list._flow li:not(:last-of-type) {
    margin-bottom: 3rem; }
    .p-symptoms ol.symptoms__list._flow li:not(:last-of-type)::after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: -2rem;
      left: 20%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 10px 0 10px;
      border-color: #e59d63 transparent transparent transparent; }
      @media screen and (max-width: 570px) {
        .p-symptoms ol.symptoms__list._flow li:not(:last-of-type)::after {
          left: 45%;
          transform: translateX(-55%); } }

/* circle */
@media screen and (min-width: 1051px) {
  .c-circle__symptoms03 {
    width: 95px;
    height: 100px;
    bottom: 48%;
    right: 30%;
    z-index: -1; } }

@media screen and (max-width: 1050px) {
  .c-circle__symptoms03 {
    width: 95px;
    height: 100px;
    bottom: 48%;
    right: 30%;
    z-index: -1; } }

@media screen and (max-width: 768px) {
  .c-circle__symptoms03 {
    width: 95px;
    height: 100px;
    top: 37%;
    right: 5px; } }

@media screen and (min-width: 1051px) {
  .c-circle__symptoms04 {
    width: 150px;
    height: 145px;
    left: -12%;
    top: 80%; } }

@media screen and (max-width: 1050px) {
  .c-circle__symptoms04 {
    width: 150px;
    height: 145px;
    left: -10%;
    top: 70%; } }

@media screen and (max-width: 768px) {
  .c-circle__symptoms04 {
    width: 150px;
    height: 145px;
    left: -10%;
    top: 67%; } }

/*# sourceMappingURL=symptoms.css.map */
