@charset "UTF-8";
.section-allergy-introduce .thumbnail-wrapper {
  overflow: hidden;
}
.section-allergy-introduce .thumbnail-wrapper.is-border {
  border-radius: 0.1rem;
}
.section-allergy-introduce .content-paragraph {
  letter-spacing: 0.05em;
}
.section-allergy-introduce .content-paragraph p:last-child {
  margin-bottom: 0;
}
.section-allergy-introduce .content-paragraph strong {
  font-weight: 600;
}
html.is-android .section-allergy-introduce .content-paragraph strong {
  font-weight: 700;
}
.section-allergy-introduce .introduce-wrapper:last-child {
  margin-bottom: 0;
}
.section-allergy-introduce .introduce-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-allergy-introduce {
    padding: 0.51rem 0 0.5rem;
  }
  .section-allergy-introduce .introduce-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0.23rem;
  }
  .section-allergy-introduce .title-common-primary {
    margin-bottom: 0.33rem;
  }
  .section-allergy-introduce .introduce-wrapper {
    margin-bottom: 0.43rem;
    padding: 0 0.05rem;
  }
  .section-allergy-introduce .introduce-thumbnail {
    margin-bottom: 0.21rem;
  }
  .section-allergy-introduce .content-paragraph {
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-allergy-introduce .content-paragraph p {
    margin-bottom: 0.18rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-allergy-introduce {
    padding: 73px 0 80px;
  }
  .section-allergy-introduce .title-common-primary {
    margin-bottom: 61px;
  }
  .section-allergy-introduce .introduce-wrapper {
    margin-bottom: 81px;
  }
  .section-allergy-introduce .introduce-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 517px;
    margin-top: 8px;
  }
  .section-allergy-introduce .introduce-content {
    padding-right: 82px;
  }
  .section-allergy-introduce .content-paragraph p {
    margin-bottom: 28px;
  }
}
.introduce-wrapper.is-modify {
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
@media print, (min-width: 768px) {
  .introduce-wrapper.is-modify .title-common-primary {
    margin-bottom: 40px;
  }
  .introduce-wrapper.is-modify .introduce-content {
    padding-right: 65px;
  }
}

.list-allergy-introduce .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-allergy-introduce .list-item {
  text-align: center;
}
.list-allergy-introduce .item-thumbnail {
  position: relative;
}
.list-allergy-introduce .item-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
}
.list-allergy-introduce .item-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-decoration: none;
}
.list-allergy-introduce .item-wrapper::before, .list-allergy-introduce .item-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list-allergy-introduce .item-wrapper::before {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.list-allergy-introduce .item-wrapper::after {
  background: url("../img/common/icon_arrow_05.svg") center/contain no-repeat;
}
.list-allergy-introduce .item-wrapper.is-patient {
  background: #7ac843;
}
.list-allergy-introduce .item-wrapper.is-treatment {
  background: #ff921e;
}
.list-allergy-introduce .content-title {
  letter-spacing: 0.01rem;
}
.list-allergy-introduce .content-title span {
  position: relative;
  font-weight: 300;
}
.list-allergy-introduce .content-label {
  display: inline-block;
  margin-bottom: 0;
  border-radius: 0.5rem;
  background-color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
html.is-android .list-allergy-introduce .content-label {
  font-weight: 700;
}
.list-allergy-introduce .controller-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 0.02rem solid #00b7ed;
  background: #fff;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.05em;
}
html.is-android .list-allergy-introduce .controller-button {
  font-weight: 700;
}
.list-allergy-introduce .controller-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-image 0.3s ease, transform 0.3s ease;
  transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/common/icon_arrow_04.svg") center/contain no-repeat;
}
html:not(.is-touchable) .list-allergy-introduce .controller-button:hover {
  border: 0.02rem solid transparent;
}
html:not(.is-touchable) .list-allergy-introduce .controller-button:hover::before {
  -webkit-transform: rotate(0.001deg);
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  background-image: url("../img/allergy/icon_arrow_01.svg");
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-allergy-introduce .list-item {
    margin-bottom: 0.2rem;
  }
  .list-allergy-introduce .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.1rem;
  }
  .list-allergy-introduce .item-wrapper::before {
    top: -0.11rem;
    width: 1.23rem;
    height: 1.23rem;
    margin-left: 1.79rem;
  }
  .list-allergy-introduce .item-wrapper::after {
    bottom: 0.45rem;
    width: 0.17rem;
    height: 0.095rem;
    margin-left: 1.41rem;
  }
  .list-allergy-introduce .item-wrapper.is-treatment .item-content {
    padding: 0.12rem 0.2rem;
  }
  .list-allergy-introduce .item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0.98rem;
  }
  .list-allergy-introduce .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.2rem;
    text-align: left;
  }
  .list-allergy-introduce .content-title {
    margin-bottom: 0.05rem;
    font-size: 0.18rem;
    line-height: 1.3453333333;
  }
  .list-allergy-introduce .content-title span {
    font-size: 0.16rem;
  }
  .list-allergy-introduce .content-title.is-treatment {
    font-size: 0.15rem;
  }
  .list-allergy-introduce .content-label {
    margin-left: 0.01rem;
    padding: 0.05rem 0.18rem;
    font-size: 0.15rem;
  }
  .list-allergy-introduce .controller-button {
    width: 100%;
    padding: 0.33rem 0.1rem;
    border-radius: 0.1rem;
  }
  .list-allergy-introduce .button-common::before {
    right: 0.12rem;
    height: 0.1rem;
  }
  .list-allergy-introduce .button-common.is-light .button-wrapper {
    left: -0.17rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-allergy-introduce {
    margin-top: 65px;
  }
  .list-allergy-introduce .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 57px;
  }
  .list-allergy-introduce .list-item {
    width: 305px;
    min-height: 305px;
    margin: 0 77px;
  }
  .list-allergy-introduce .item-wrapper {
    height: 100%;
    border-radius: 50%;
  }
  .list-allergy-introduce .item-wrapper::before {
    bottom: -110px;
    width: 170px;
    height: 170px;
  }
  .list-allergy-introduce .item-wrapper::after {
    bottom: 11px;
    width: 21px;
    height: 12px;
  }
  .list-allergy-introduce .item-wrapper.is-patient .item-thumbnail::before {
    background: url("../img/allergy/decoration_img_01.png") center/contain no-repeat;
  }
  .list-allergy-introduce .item-wrapper.is-patient .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-allergy-introduce .item-wrapper.is-treatment .item-thumbnail::before {
    background: url("../img/allergy/decoration_img_02.png") center/contain no-repeat;
  }
  .list-allergy-introduce .item-wrapper:hover {
    -webkit-transform: translateY(-0.05rem) rotate(0.1deg);
    -ms-transform: translateY(-0.05rem) rotate(0.1deg);
    transform: translateY(-0.05rem) rotate(0.1deg);
  }
  .list-allergy-introduce .item-thumbnail {
    width: 305px;
    height: 162px;
    margin-bottom: 15px;
  }
  .list-allergy-introduce .item-thumbnail::before {
    top: 73px;
    right: 6px;
    width: 105px;
    height: 80px;
  }
  .list-allergy-introduce .content-title {
    min-height: 56px;
    margin-bottom: 7px;
    font-size: 0.22rem;
    line-height: 1.2727272727;
  }
  .list-allergy-introduce .content-title span {
    margin-top: 1px;
    margin-left: 10px;
    font-size: 0.16rem;
  }
  .list-allergy-introduce .content-title.is-treatment span {
    margin-left: 0;
  }
  .list-allergy-introduce .content-label {
    padding: 7px 17px;
    font-size: 0.16rem;
  }
  .list-allergy-introduce .controller-button {
    width: 700px;
    min-height: 80px;
    padding: 11px 170px 10px 137px;
    border-radius: 50px;
    font-size: 0.22rem;
    line-height: 1.75;
  }
  .list-allergy-introduce .controller-button::before {
    right: 142px;
    width: 22px;
    height: 12px;
  }
  .list-allergy-introduce .button-common.is-light {
    left: 2px;
  }
}
.section-allergy-type-introduce {
  position: relative;
  background: #f1f1f1;
}
.section-allergy-type-introduce::before {
  content: "";
  position: absolute;
  width: 100%;
}
.section-allergy-type-introduce .content-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.01rem solid #7ac843;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #7ac843;
  font-weight: 700;
}
.section-allergy-type-introduce .thumbnail-wrapper {
  overflow: hidden;
  border-radius: 50%;
}
.section-allergy-type-introduce .content-paragraph {
  font-weight: 300;
  letter-spacing: 0.05em;
}
.section-allergy-type-introduce .content-paragraph p:last-child {
  margin-bottom: 0;
}
.section-allergy-type-introduce .content-block {
  border: 0.01rem solid #7ac843;
  background-color: #fff;
}
.section-allergy-type-introduce .block-title {
  display: inline-block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
}
html.is-android .section-allergy-type-introduce .block-title {
  font-weight: 700;
}
.section-allergy-type-introduce .block-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-allergy-type-introduce {
    padding: 0.49rem 0 0.62rem;
  }
  .section-allergy-type-introduce .introduce-wrapper {
    margin-bottom: 0.31rem;
    padding: 0 0.05rem;
  }
  .section-allergy-type-introduce .content-label {
    margin-bottom: 0.13rem;
    padding: 0 0.22rem 0 0.18rem;
    font-size: 0.15rem;
  }
  .section-allergy-type-introduce .content-title {
    width: 3.18rem;
    height: 0.28rem;
    margin-bottom: 3.02rem;
  }
  .section-allergy-type-introduce .thumbnail-wrapper {
    position: absolute;
    top: 1.61rem;
    left: calc(50% + 0.04rem);
    width: 2.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-allergy-type-introduce .content-paragraph {
    margin-bottom: 0.25rem;
    font-size: 0.16rem;
  }
  .section-allergy-type-introduce .content-paragraph p {
    margin-bottom: 0.18rem;
  }
  .section-allergy-type-introduce .content-block {
    padding: 0.13rem 0 0.1rem 0.15rem;
    border-radius: 0.1rem;
  }
  .section-allergy-type-introduce .content-block .content-paragraph {
    margin: 0;
    padding-right: 0.15rem;
  }
  .section-allergy-type-introduce .block-title {
    margin-bottom: 0.13rem;
    padding-right: 0.35rem;
    padding-bottom: 0.01rem;
    font-size: 0.16rem;
  }
  .section-allergy-type-introduce .block-title::before {
    height: 0.29rem;
    background: url("../img/allergy/decoration_img_03.svg") bottom left/contain no-repeat;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-allergy-type-introduce {
    padding: 50px 0 82px;
  }
  .section-allergy-type-introduce::before {
    top: -36px;
    height: 72px;
    background: url("../img/allergy/introduce_bg_01.png") top left/100% auto repeat-x;
  }
  .section-allergy-type-introduce .content-label {
    margin-bottom: 25px;
    padding: 4px 31px;
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .section-allergy-type-introduce .content-title {
    width: 383px;
    margin-bottom: 52px;
  }
  .section-allergy-type-introduce .introduce-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 54px;
  }
  .section-allergy-type-introduce .introduce-wrapper.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-allergy-type-introduce .introduce-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 60px;
  }
  .section-allergy-type-introduce .introduce-thumbnail {
    margin-top: 95px;
  }
  .section-allergy-type-introduce .content-paragraph {
    margin-left: -3px;
  }
  .section-allergy-type-introduce .content-paragraph p {
    margin-bottom: 24px;
  }
  .section-allergy-type-introduce .thumbnail-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 484px;
  }
  .section-allergy-type-introduce .content-block {
    width: 534px;
    margin-top: 51px;
    padding: 11px 16px 12px;
    border-radius: 10px;
  }
  .section-allergy-type-introduce .content-block .content-paragraph {
    margin-left: 0;
  }
  .section-allergy-type-introduce .block-title {
    margin-bottom: 3px;
    padding-right: 46px;
    font-size: 0.22rem;
    line-height: 1.75;
  }
  .section-allergy-type-introduce .block-title::before {
    height: 40px;
    bottom: -3px;
    background: url("../img/allergy/decoration_img_03.svg") bottom right/contain no-repeat;
  }
}
.section-allergy-type-introduce.is-treatment::before {
  content: none;
}
.section-allergy-type-introduce.is-treatment .content-label {
  border: 0.01rem solid #ff921e;
  color: #ff921e;
}
.section-allergy-type-introduce.is-treatment .content-block {
  border: 0.01rem solid #ff921e;
}
.section-allergy-type-introduce.is-treatment .thumbnail-wrapper {
  border-radius: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-allergy-type-introduce.is-treatment .content-title {
    width: 3.23rem;
  }
  .section-allergy-type-introduce.is-treatment .thumbnail-wrapper {
    width: 2.34rem;
  }
  .section-allergy-type-introduce.is-treatment .block-title::before {
    background-image: url("../img/allergy/decoration_img_04.svg");
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-allergy-type-introduce.is-treatment .block-title::before {
    background-image: url("../img/allergy/decoration_img_04.svg");
  }
  .section-allergy-type-introduce.is-treatment .introduce-thumbnail {
    margin-top: 158px;
  }
  .section-allergy-type-introduce.is-treatment .thumbnail-wrapper {
    width: 465px;
  }
  .section-allergy-type-introduce.is-treatment .introduce-content {
    max-width: 524px;
    margin-left: 110px;
    padding-right: 0;
  }
  .section-allergy-type-introduce.is-treatment .content-label {
    margin-left: -4px;
    padding: 3px 23px;
  }
  .section-allergy-type-introduce.is-treatment .content-title {
    width: 455px;
    margin-left: -4px;
  }
  .section-allergy-type-introduce.is-treatment .content-paragraph .is-drop {
    margin-right: -10px;
  }
  .section-allergy-type-introduce.is-treatment .content-block {
    margin-left: -9px;
  }
}
.list-type-introduce .list-title {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
}
html.is-android .list-type-introduce .list-title {
  font-weight: 700;
}
.list-type-introduce .list-title::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #7ac843;
}
.list-type-introduce .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-type-introduce .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-type-introduce .item-image {
  position: relative;
}
.list-type-introduce .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background: #fff;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-type-introduce {
    padding: 0 0.05rem;
  }
  .list-type-introduce .list-item {
    position: relative;
    min-height: 0.87rem;
    margin-bottom: 0.2rem;
  }
  .list-type-introduce .list-item:last-child {
    margin: 0;
  }
  .list-type-introduce .list-title {
    margin-bottom: 0.2rem;
    padding-left: 0.26rem;
    font-size: 0.18rem;
  }
  .list-type-introduce .list-title::before {
    top: 0.095rem;
    width: 0.18rem;
    height: 0.18rem;
  }
  .list-type-introduce .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.13rem 1rem 0.11rem 0.19rem;
  }
  .list-type-introduce .item-image {
    position: absolute;
    top: -0.19rem;
    right: -0.11rem;
    width: 1.23rem;
  }
  .list-type-introduce .content-paragraph {
    margin: 0;
    line-height: 2;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-type-introduce .list-title {
    margin-bottom: 13px;
    padding-left: 30px;
    font-size: 0.22rem;
    line-height: 1.75;
  }
  .list-type-introduce .list-title::before {
    top: 8px;
    width: 22px;
    height: 22px;
  }
  .list-type-introduce .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -21px;
  }
  .list-type-introduce .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    padding: 21px;
  }
  .list-type-introduce .list-item:first-child .item-content {
    text-align: left;
  }
  .list-type-introduce .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -22px;
    padding: 12px 22px;
    text-align: center;
  }
  .list-type-introduce .item-image {
    padding-top: 81.9672131148%;
  }
  .list-type-introduce .item-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.list-type-introduce.is-treatment .list-title::before {
  background-color: #ff921e;
}

.section-allergy-type-treatment {
  position: relative;
  background-color: #7ac843;
}
.section-allergy-type-treatment::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.section-allergy-type-treatment .treatment-list,
.section-allergy-type-treatment .treatment-process {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-allergy-type-treatment .treatment-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
html.is-android .section-allergy-type-treatment .treatment-heading {
  font-weight: 700;
}
.section-allergy-type-treatment .treatment-heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.section-allergy-type-treatment .treatment-heading .heading-number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #46a000;
  color: #fff;
}
.section-allergy-type-treatment .treatment-heading .heading-text {
  width: 100%;
  background-color: #fff;
}
.section-allergy-type-treatment .treatment-content {
  background-color: #fff;
}
.section-allergy-type-treatment .process-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}
html.is-android .section-allergy-type-treatment .process-title {
  font-weight: 700;
}
.section-allergy-type-treatment .process-title .title-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00b7ed;
  color: #fff;
}
.section-allergy-type-treatment .treatment-detail {
  letter-spacing: 0.05em;
}
.section-allergy-type-treatment .treatment-detail p:last-child {
  margin-bottom: 0;
}
.section-allergy-type-treatment .is-underline {
  text-decoration: underline;
  text-decoration-thickness: 0.06rem;
  text-decoration-color: rgba(255, 146, 30, 0.4);
  text-underline-offset: -0.03rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-allergy-type-treatment {
    padding: 0.2rem 0 0.31rem;
  }
  .section-allergy-type-treatment::before {
    top: -0.14rem;
    height: 0.18rem;
    background: url("../img/allergy/sp/treatment_bg_decor.png") no-repeat top left/cover;
  }
  .section-allergy-type-treatment .treatment-list {
    width: 3.25rem;
    margin: 0 auto;
  }
  .section-allergy-type-treatment .treatment-item {
    margin-bottom: 0.2rem;
  }
  .section-allergy-type-treatment .treatment-item:last-child {
    margin-bottom: 0;
  }
  .section-allergy-type-treatment .treatment-item.is-active {
    margin-bottom: 0.39rem;
  }
  .section-allergy-type-treatment .treatment-item.is-active:last-child {
    margin-bottom: 0.18rem;
  }
  .section-allergy-type-treatment .treatment-item.is-active .treatment-heading::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .section-allergy-type-treatment .treatment-heading {
    position: relative;
    margin-bottom: 0.2rem;
    overflow: hidden;
    border-radius: 0.1rem;
  }
  .section-allergy-type-treatment .treatment-heading::before, .section-allergy-type-treatment .treatment-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.2rem;
    width: 0.15rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 0.02rem solid #515151;
  }
  .section-allergy-type-treatment .treatment-heading::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .section-allergy-type-treatment .treatment-heading span {
    min-height: 0.6rem;
  }
  .section-allergy-type-treatment .treatment-heading .heading-number {
    min-width: 0.5rem;
    font-size: 0.26rem;
  }
  .section-allergy-type-treatment .treatment-heading .heading-text {
    padding: 0.1rem 0.2rem;
    font-size: 0.2rem;
  }
  .section-allergy-type-treatment .process-item {
    margin-bottom: 0.22rem;
  }
  .section-allergy-type-treatment .process-item:last-child {
    margin-bottom: 0;
  }
  .section-allergy-type-treatment .process-title {
    margin-bottom: 0.06rem;
    padding-left: 0.05rem;
  }
  .section-allergy-type-treatment .process-title .title-number {
    width: 0.23rem;
    height: 0.23rem;
    margin-top: 0.04rem;
    margin-right: 0.08rem;
    padding-top: 0.02rem;
    font-size: 0.14rem;
    line-height: 1.1;
  }
  .section-allergy-type-treatment .process-title .title-text {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.7777777778;
  }
  .section-allergy-type-treatment .treatment-detail {
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-allergy-type-treatment .treatment-content {
    display: none;
    padding: 0.19rem 0.19rem 0.12rem;
    border-radius: 0.1rem;
  }
  .section-allergy-type-treatment .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-allergy-type-treatment .content-image {
    margin-bottom: 0.11rem;
  }
  .section-allergy-type-treatment .content-image img {
    width: 100%;
  }
  .section-allergy-type-treatment .treatment-illustration {
    margin-bottom: 0.22rem;
    text-align: center;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-allergy-type-treatment {
    padding: 35px 0 20px;
  }
  .section-allergy-type-treatment::before {
    top: -14px;
    height: 18px;
    background: url("../img/allergy/treatment_bg_decor.png") no-repeat center center/100% 100%;
  }
  .section-allergy-type-treatment .treatment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-allergy-type-treatment .treatment-item {
    width: 520px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .section-allergy-type-treatment .treatment-heading {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
  }
  .section-allergy-type-treatment .treatment-heading span {
    min-height: 0.6rem;
  }
  .section-allergy-type-treatment .treatment-heading .heading-number {
    min-width: 66px;
    font-size: 0.3rem;
    line-height: 1.0666666667;
  }
  .section-allergy-type-treatment .treatment-heading .heading-text {
    padding: 14px 25px;
    font-size: 0.22rem;
    line-height: 1.4545454545;
  }
  .section-allergy-type-treatment .process-title {
    margin-bottom: -3px;
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .section-allergy-type-treatment .process-title .title-number {
    width: 30px;
    height: 30px;
    margin-right: 13px;
  }
  .section-allergy-type-treatment .process-item {
    position: relative;
    z-index: 1;
    padding-bottom: 21px;
  }
  .section-allergy-type-treatment .process-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 2px;
    bottom: 0;
    left: 15px;
    width: 1px;
    background-color: #00b7ed;
  }
  .section-allergy-type-treatment .process-item:last-child::before {
    display: none;
  }
  .section-allergy-type-treatment .process-item .treatment-detail {
    padding-left: 41px;
  }
  .section-allergy-type-treatment .treatment-content {
    min-height: 259px;
    padding: 25px 27px 30px 27px;
    border-radius: 10px;
  }
  .section-allergy-type-treatment .treatment-item.is-large .treatment-content {
    min-height: 429px;
  }
  .section-allergy-type-treatment .treatment-item.is-medium .treatment-content {
    min-height: 429px;
  }
  .section-allergy-type-treatment .treatment-detail {
    font-size: 0.16rem;
  }
  .section-allergy-type-treatment .treatment-detail p {
    margin-bottom: 17px;
  }
  .section-allergy-type-treatment .content-image {
    margin-bottom: 14px;
  }
  .section-allergy-type-treatment .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-allergy-type-treatment .treatment-illustration {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 193px;
    margin: 0 -7px 0 14px;
  }
}
.section-allergy-type-treatment.is-second .treatment-heading .heading-number {
  background-color: #ff921e;
}

.section-allergy-both {
  position: relative;
}
.section-allergy-both .both-inner {
  border-radius: 0.1rem;
  background-color: #fff;
}
.section-allergy-both .both-title {
  border-bottom: 3px dashed #00b7ed;
  text-align: center;
}
.section-allergy-both .both-detail {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.section-allergy-both .both-detail p {
  margin: 0;
}
.section-allergy-both .both-name {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: right;
}
html.is-android .section-allergy-both .both-name {
  font-weight: 700;
}
.section-allergy-both .both-name span {
  display: inline-block;
  position: relative;
}
.section-allergy-both .name-detail {
  font-size: 0.16rem;
}
.section-allergy-both .name-company {
  font-size: 0.2rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-allergy-both {
    padding: 0.5rem 0.05rem 1.23rem;
    background-color: #b7ecf9;
  }
  .section-allergy-both .title-label {
    width: 203px;
    margin: 0 auto;
    padding-bottom: 0.05rem;
  }
  .section-allergy-both .both-inner {
    padding: 0.15rem 0.2rem 0.08rem;
  }
  .section-allergy-both .both-title {
    margin-bottom: 0.3rem;
  }
  .section-allergy-both .both-image {
    margin-bottom: 0.22rem;
  }
  .section-allergy-both .both-detail {
    margin-bottom: 0.17rem;
  }
  .section-allergy-both .name-detail {
    margin-bottom: -0.01rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-allergy-both {
    padding: 52px 0 201px;
    background: url("../img/allergy/background_both_01.png") top left/100% 100% no-repeat;
  }
  .section-allergy-both .both-inner {
    padding: 25px 30px 27px;
  }
  .section-allergy-both .both-title {
    margin-bottom: 29px;
    padding: 0 10px;
  }
  .section-allergy-both .title-label {
    height: 60px;
  }
  .section-allergy-both .both-image {
    width: 347px;
    margin: 0 auto 23px;
  }
  .section-allergy-both .both-detail {
    margin-bottom: 6px;
  }
  .section-allergy-both .both-name {
    padding-right: 9px;
  }
  .section-allergy-both .name-company {
    margin-left: 17px;
  }
}
/*# sourceMappingURL=allergy.css.map */