@charset "UTF-8";
/* ====================================================
	breakpoint
==================================================== */
/* ----------------------------------------------------
	TOP
---------------------------------------------------- */
.topFv {
  background-color: #eeedea;
  overflow: hidden;
  height: 393px;
}
@media screen and (max-width: 767px) {
  .topFv {
    width: 100vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .topFv img {
    width: 100%;
  }
}

.topFv-inner {
  position: relative;
  width: 980px;
  margin: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .topFv-inner {
    width: initial;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.topFv-businessHours {
  position: absolute;
  left: 23px;
  font-size: 18px;
}
.topFv-businessHours.is-01 {
  bottom: 55px;
}
.topFv-businessHours.is-02 {
  bottom: 18px;
}
.topFv-businessHours .is-small {
  font-size: 14px;
}

/*
	こんなお悩み
---------------------------------------------------- */
.topTrouble {
  margin-top: 10px;
}

.topTrouble__ttl {
  text-align: center;
  font-size: 22px;
}

/*
	当院が選ばれる理由
---------------------------------------------------- */
.topReason {
  margin: 50px 40px;
}
@media screen and (max-width: 767px) {
  .topReason {
    margin: 2em 0;
  }
}

.topReason__list {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .topReason__list {
    margin: 5vw 0;
  }
}

.topReason__listBox {
  background-color: var(--gray_ee);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 37px;
  padding: 34px 10px;
}
@media screen and (max-width: 767px) {
  .topReason__listBox {
    margin-top: 5vw;
    padding: 22px 2.3vw;
  }
}

.topReason__list li + li {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .topReason__list li + li {
    margin-top: 10vw;
  }
}

.topReason__list-ttl {
  position: relative;
  z-index: 1;
}
.topReason__list-ttl > p {
  position: relative;
  background-color: var(--yellow_F7);
  color: var(--white);
  padding: 10px 40px;
  font-size: 30px;
  display: inline;
  border-radius: 10rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .topReason__list-ttl > p {
    padding: 0.4em 0.9em;
    font-size: 5.2vw;
    letter-spacing: 0.1rem;
  }
}
.topReason__list-ttl > p::before {
  content: "";
  width: 30px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/2;
  background-color: var(--yellow_F7);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 84%;
}
@media screen and (max-width: 767px) {
  .topReason__list-ttl > p::before {
    width: 4vw;
  }
}

.topReason__list-txt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topReason__list-txt > p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .topReason__list-txt > p {
    font-size: 4.8vw;
  }
}

.topReason__list-imgBox {
  min-width: 320px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .topReason__list-imgBox {
    min-width: 160px;
    width: 100%;
  }
}
.topReason__list-imgBox p {
  position: relative;
  color: var(--black_66);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .topReason__list-imgBox p {
    font-size: 2.3vw;
  }
}
.topReason__list-imgBox p.is-triangle::before {
  content: "▲";
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .topReason__list-imgBox p.is-triangle::before {
    font-size: 2vw;
  }
}
.topReason__list-imgBox p .is-small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .topReason__list-imgBox p .is-small {
    font-size: 2vw;
  }
}
.topReason__list-imgBox img {
  width: 100%;
}

.topReason__list li:nth-of-type(odd) .topReason__list-ttl > p::before {
  left: 50px;
}
@media screen and (max-width: 767px) {
  .topReason__list li:nth-of-type(odd) .topReason__list-ttl > p::before {
    left: 5vw;
  }
}
.topReason__list li:nth-of-type(even) .topReason__list-ttl {
  text-align: right;
}
.topReason__list li:nth-of-type(even) .topReason__list-ttl > p::before {
  right: 50px;
}
@media screen and (max-width: 767px) {
  .topReason__list li:nth-of-type(even) .topReason__list-ttl > p::before {
    right: 5vw;
  }
}
.topReason__list li.is-02 .topReason__list-imgBox, .topReason__list li.is-03 .topReason__list-imgBox {
  display: grid;
  grid-template-rows: 220px 142px;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .topReason__list li.is-02 .topReason__list-imgBox, .topReason__list li.is-03 .topReason__list-imgBox {
    grid-template-rows: 54% 40%;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}
.topReason__list li.is-02 .topReason__list-imgItem, .topReason__list li.is-03 .topReason__list-imgItem {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 25px;
}
.topReason__list li.is-02 .topReason__list-img, .topReason__list li.is-03 .topReason__list-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topReason__list li.is-02 .topReason__list-imgItem.is-01, .topReason__list li.is-03 .topReason__list-imgItem.is-01 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.topReason__list li.is-02 .topReason__list-imgItem.is-02, .topReason__list li.is-03 .topReason__list-imgItem.is-02 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.topReason__list li.is-02 .topReason__list-imgItem.is-03, .topReason__list li.is-03 .topReason__list-imgItem.is-03 {
  grid-column: 1/3;
  grid-row: 2/3;
}
.topReason__list li.is-04 .topReason__listBox {
  display: inline-block;
}
.topReason__list li.is-04 .topReason__list-imgBox {
  position: relative;
  min-width: 100%;
  width: 100%;
}
.topReason__list li.is-04 .topReason__list-img {
  width: 540px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .topReason__list li.is-04 .topReason__list-img {
    width: initial;
  }
}
.topReason__list li.is-05 .topReason__list-imgItem + .topReason__list-imgItem {
  margin-top: 10px;
}

/*
	メディア
---------------------------------------------------- */
.topMedia__list {
  position: relative;
  height: 810px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .topMedia__list {
    height: 130vw;
    margin-top: 1.6em;
  }
}
.topMedia__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7f6f1;
  width: 58%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.topMedia__list li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  width: 304px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-end;
  background-color: #fdfdfd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .topMedia__list li {
    border-width: 2px;
    min-width: 150px;
    width: 44vw;
  }
}
.topMedia__list li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topMedia__list li p {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.3;
  letter-spacing: -0.1rem;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .topMedia__list li p {
    font-size: 3.3vw;
    margin: 0 auto 4vw;
  }
}
.topMedia__list li p .is-large {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .topMedia__list li p .is-large {
    font-size: 3.6vw;
  }
}
.topMedia__list li p .is-attention {
  font-weight: 700;
}
.topMedia__list li:nth-of-type(1) {
  border-color: var(--orange);
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(1) img {
    width: 55%;
  }
}
.topMedia__list li:nth-of-type(1) .is-attention {
  font-size: 30px;
  color: var(--orange);
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(1) .is-attention {
    font-size: 3.4vw;
  }
}
.topMedia__list li:nth-of-type(2) {
  border-color: var(--yellow_F5);
  right: initial;
  left: 0;
  top: 31%;
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(2) img {
    width: 97%;
  }
}
.topMedia__list li:nth-of-type(2) p {
  line-height: 1.1;
}
.topMedia__list li:nth-of-type(2) .is-attention {
  font-size: 34px;
  color: var(--yellow_F5);
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(2) .is-attention {
    font-size: 3.8vw;
  }
}
.topMedia__list li:nth-of-type(3) {
  border-color: var(--orange_D7);
  top: 63%;
}
.topMedia__list li:nth-of-type(3) > img {
  width: 230px;
  top: 10%;
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(3) > img {
    width: 86%;
  }
}
.topMedia__list li:nth-of-type(3) p {
  line-height: 1.1;
}
.topMedia__list li:nth-of-type(3) .is-attention {
  font-size: 30px;
  color: var(--orange_D7);
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(3) .is-attention {
    font-size: 3.8vw;
  }
}
.topMedia__list li:nth-of-type(4) {
  border-color: var(--orange_D9);
  right: 0;
  left: initial;
  top: 31%;
}
.topMedia__list li:nth-of-type(4) > img {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(4) > img {
    width: 75%;
    padding-left: 11vw;
  }
}
.topMedia__list li:nth-of-type(4) p {
  line-height: 1.1;
  margin: 0 auto 31px;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(4) p {
    line-height: 1.2;
    margin: 0 auto 3vw;
    font-size: 3.6vw;
  }
}
.topMedia__list li:nth-of-type(4) .is-attention {
  font-size: 28px;
  color: var(--orange_D9);
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(4) .is-attention {
    font-size: 3.8vw;
  }
}
.topMedia__list li:nth-of-type(4) .is-left {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.topMedia__list li:nth-of-type(4) .is-small {
  font-size: 22px;
  color: var(--gray_A0);
}
@media screen and (max-width: 767px) {
  .topMedia__list li:nth-of-type(4) .is-small {
    font-size: 3vw;
  }
}

/*
	原因
---------------------------------------------------- */
.cause {
  padding-top: 87px;
  color: #3b1c00;
}
@media screen and (max-width: 767px) {
  .cause {
    padding-top: 7vw;
  }
}

.cause__head {
  position: relative;
  background-color: #fffdf0;
  padding: 67px 23px 10px;
}
@media screen and (max-width: 767px) {
  .cause__head {
    padding: 14vw 0.4vw 10vw;
  }
}

.cause__head-bubble {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cause__head-bubble {
    width: 47vw;
  }
}

.cause__head-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cause__head-ttl {
    font-size: 5.3vw;
  }
}
.cause__head-ttl .is-large {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .cause__head-ttl .is-large {
    font-size: 8.2vw;
  }
}
.cause__head-ttl .is-attention {
  font-size: 60px;
  letter-spacing: -0.4rem;
  font-weight: 700;
  background: linear-gradient(180deg, #013751 0%, rgb(0, 110, 165) 100%);
  background: -webkit-linear-gradient(270deg, #013751 0%, rgb(0, 110, 165) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .cause__head-ttl .is-attention {
    font-size: 8.2vw;
  }
}

.cause__head-txt {
  font-size: 28px;
  margin-top: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cause__head-txt {
    font-size: 3.8vw;
  }
}

.cause__point {
  position: relative;
  background-color: #fffdf0;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cause__point {
    text-align: left;
  }
}

.cause__point-illust {
  padding-top: 50px;
  padding-left: 65px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .cause__point-illust {
    padding-top: 5.2vw;
    padding-left: initial;
    width: 52vw;
  }
}

.cause__pointList li {
  position: absolute;
  background-color: #fdf8d0;
  width: 230px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cause__pointList li {
    width: 44.6vw;
  }
}
.cause__pointList li::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--black);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .cause__pointList li::before {
    display: none;
  }
}
.cause__pointList li:nth-of-type(1) {
  top: 40px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .cause__pointList li:nth-of-type(1) {
    top: -7vw;
    right: 28vw;
  }
}
.cause__pointList li:nth-of-type(2) {
  top: 38px;
  left: 30px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .cause__pointList li:nth-of-type(2) {
    top: 23vw;
    left: 47vw;
    width: 48vw;
  }
}
.cause__pointList li:nth-of-type(3) {
  top: 290px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .cause__pointList li:nth-of-type(3) {
    top: 65vw;
    right: 20vw;
  }
}
.cause__pointList li:nth-of-type(4) {
  top: 288px;
  left: 70px;
}
@media screen and (max-width: 767px) {
  .cause__pointList li:nth-of-type(4) {
    top: 102vw;
    left: 46vw;
  }
}
.cause__pointList li:nth-of-type(1)::before {
  top: 35px;
  left: -25px;
  height: 93px;
  transform: rotate(85deg);
}
.cause__pointList li:nth-of-type(2)::before {
  top: 45px;
  right: -15px;
  height: 93px;
  transform: rotate(116deg);
}
.cause__pointList li:nth-of-type(3)::before {
  top: -110px;
  left: -28px;
  height: 182px;
  transform: rotate(130deg);
}
.cause__pointList li:nth-of-type(4)::before {
  top: -45px;
  right: 15px;
  height: 93px;
  transform: rotate(56deg);
}

.cause__pointList-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: var(--orange_D9);
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cause__pointList-ttl {
    font-size: 3.2vw;
  }
}
.cause__pointList-ttl .is-attention {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cause__pointList-ttl .is-attention {
    font-size: 9vw;
  }
}

.cause__pointList-txt {
  line-height: 1.2;
  margin: 10px 0 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cause__pointList-txt {
    font-size: 3.5vw;
    margin: 1.8vw 0;
  }
}
.cause__pointList-txt .is-attention {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 50px;
  color: var(--yellow_F5);
  text-indent: 0.6rem;
}
@media screen and (max-width: 767px) {
  .cause__pointList-txt .is-attention {
    font-size: 6.7vw;
  }
}

.cause__msg {
  margin-top: 7px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.cause__msg-ttl {
  position: relative;
  background: linear-gradient(0deg, rgb(248, 205, 47) 0%, rgb(243, 167, 27) 100%);
  background-color: var(--yellow_F5);
  font-size: 37px;
  text-align: center;
  border-radius: 0.4rem;
  padding-bottom: 2px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .cause__msg-ttl {
    font-size: 5.4vw;
    letter-spacing: -0.1rem;
  }
}
.cause__msg-ttl .is-large {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .cause__msg-ttl .is-large {
    font-size: 6.8vw;
  }
}
.cause__msg-ttl::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-color: rgb(248, 205, 47);
  -webkit-clip-path: polygon(0 0, 46% 58%, 100% 0);
  clip-path: polygon(0 0, 46% 58%, 100% 0);
}
@media screen and (max-width: 767px) {
  .cause__msg-ttl::before {
    width: 10vw;
  }
}

.cause__msg-txt {
  font-size: 37px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .cause__msg-txt {
    font-size: 6vw;
    margin-top: 0.8em;
  }
}
.cause__msg-txt .is-attention {
  display: inline-block;
  font-size: 80px;
  color: var(--orange_D9);
  line-height: 1.1;
  font-weight: 600;
  margin-top: 55px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .cause__msg-txt .is-attention {
    font-size: 8.4vw;
    margin-top: 5vw;
  }
}
.cause__msg-txt .is-dot {
  position: relative;
}
.cause__msg-txt .is-dot::before {
  content: "・・";
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
  letter-spacing: 4.2rem;
  text-indent: 2rem;
}
@media screen and (max-width: 767px) {
  .cause__msg-txt .is-dot::before {
    font-size: 5.7vw;
    letter-spacing: 1.3rem;
    text-indent: 0.5rem;
  }
}

/*
	効果 ビフォーアフター
---------------------------------------------------- */
.effect {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .effect {
    padding-top: 20px;
  }
}

.effect__ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700 !important;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .effect__ttl {
    font-size: 18px;
  }
}

.effect__txt {
  text-align: center;
  font-size: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .effect__txt {
    text-align: center;
    font-size: 18px;
    margin-top: 14px;
  }
}
.effect__txt .color-orange_D9 {
  font-weight: 600;
  text-decoration: underline;
}

/*
	7つのメリット
---------------------------------------------------- */
.merit {
  padding-top: 42px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .merit {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.merit__ttl {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: var(--yellow_F5);
}
@media screen and (max-width: 767px) {
  .merit__ttl {
    font-size: 24px;
  }
}

.merit ul {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .merit ul {
    margin-top: 1em;
  }
}

.merit__box {
  margin-top: 1em;
}

.merit__box-txt {
  font-size: 14px;
  margin-top: 10px;
}

.merit__list li + li,
.topBnr {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .merit__list li + li {
    margin-top: 1em;
  }
}

/*
	TOPバナー
---------------------------------------------------- */
.topBnr__list {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .topBnr__list {
    flex-direction: column;
  }
}
.topBnr__list li {
  position: relative;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 767px) {
  .topBnr__list li {
    width: 100%;
  }
}
.topBnr__list li .is-num {
  position: absolute;
  top: 35%;
  left: 29%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .topBnr__list li .is-num {
    font-size: 8.8vw;
  }
}
.topBnr__list li .is-receptionTime {
  position: absolute;
  top: 74%;
  left: 29%;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .topBnr__list li .is-receptionTime {
    font-size: 3.7vw;
  }
}

/*
	お迎え メッセージ
---------------------------------------------------- */
.topMessage {
  position: relative;
}
.topMessage .headerTop__ttl-label {
  display: none;
}
.topMessage .headerTop__ttl-label:nth-of-type(1) {
  display: inline-block;
}
.topMessage p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .topMessage p {
    font-size: 5vw;
  }
}
.topMessage p .is-large {
  font-size: 50px;
  color: #03507e;
}
@media screen and (max-width: 767px) {
  .topMessage p .is-large {
    font-size: 8vw;
  }
}

/*
	ご挨拶
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .topAboutUs .alignleftFixed {
    max-width: 140px;
  }
  .topAboutUs p {
    font-size: 14px;
  }
  .topAboutUs p + p {
    margin-top: 0.5em;
  }
}
/*
	重い症状を招くかも知れません
---------------------------------------------------- */
.topSymptoms__itemTtl {
  font-weight: 600;
}

.topSymptoms__list li + li {
  margin-top: 2em;
}

.topSymptoms .alignleftFixed {
  max-width: 140px;
}

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