@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-mha {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  color: #FFFFFF;
}

.p-mha-article {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.p-mha img {
  display: block;
}
.p-mha picture {
  display: block;
  font-size: 0px;
}
.p-mha a {
  color: #1D2088;
}
.p-mha a[target=_blank]::after {
  display: inline-block;
  content: "";
  background: url(/eve/common/img/icon_window.svg) no-repeat center center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-mha a[target=_blank]::after {
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background-size: 10px 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha a[target=_blank]::after {
    width: 15px;
    height: 12px;
    margin-left: 2px;
    background-size: 15px 12px;
  }
}
.p-mha a:visited {
  color: #1D2088;
}
.p-mha em {
  font-style: normal;
  font-weight: 500;
  color: #1D2088;
}

html:has(.c-modal.is-open) {
  overflow: hidden;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: calc(100% - 70px);
  }
}

.c-mha-section-num {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-mha-section-num {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-section-num {
    height: 11px;
  }
}
.c-mha-section-num img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.c-mha-section-head {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-mha-section-head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-section-head {
    padding-top: 40px;
  }
}

.c-mha-section-head__inner--howto, .c-mha-section-head__inner--book {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-mha-section-head__inner--book {
  position: relative;
}
.c-mha-section-head__inner--book::after {
  content: "";
  display: block;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-mha-section-head__inner--book::after {
    aspect-ratio: 317/298;
    width: 317px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-01_pc.png);
    position: absolute;
    right: -195px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-section-head__inner--book::after {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 135/133;
    width: 135px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-01_sp.png);
  }
}

.c-mha-section-head__inner--howto {
  position: relative;
}
.c-mha-section-head__inner--howto::after {
  content: "";
  display: block;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-mha-section-head__inner--howto::after {
    aspect-ratio: 316/298;
    width: 316px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-02_pc.png);
    position: absolute;
    right: -190px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-section-head__inner--howto::after {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 160/124;
    width: 160px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-02_sp.png);
  }
}

.c-mha-section-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D2088;
}
@media screen and (max-width: 767px) {
  .c-mha-section-ttl {
    margin-top: -3px;
  }
}

.c-mha-section-ttl__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-mha-section-ttl__main {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    font-size: 80px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-section-ttl__main {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
}
.c-mha-section-ttl__main::before {
  content: "#";
}
@media screen and (max-width: 767px) {
  .c-mha-section-ttl__main::before {
    margin-top: -3px;
    font-size: 42px;
    line-height: 1.5;
  }
}

.c-mha-section-ttl__sub {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-mha-section-ttl__sub {
    margin-top: -12px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-section-ttl__sub {
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-mha-section-txt {
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-mha-section-txt {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-section-txt {
    margin-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}

.c-modal {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
}
.c-modal.is-open {
  display: block;
}

.c-modal-overlay {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: rgba(29, 32, 136, 0.85) !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.c-modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-mha-modal-close {
  display: block;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s ease background-color;
  transition: 0.5s ease background-color;
}
@media screen and (min-width: 768px) {
  .c-mha-modal-close {
    margin-top: 75px;
  }
}
.c-mha-modal-close::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #1D2088;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.5s ease background-color;
  transition: 0.5s ease background-color;
}
.c-mha-modal-close::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #1D2088;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.5s ease background-color;
  transition: 0.5s ease background-color;
}
@media (any-hover: hover) {
  .c-mha-modal-close:hover {
    background-color: #1D2088;
  }
  .c-mha-modal-close:hover::before, .c-mha-modal-close:hover::after {
    background-color: #FFFFFF;
  }
}

.c-mha-modal-title {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-mha-modal-title {
    margin-top: -75px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-modal-title {
    margin-top: 5px;
  }
}

.c-mha-modal-title__type {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45px;
}

.c-mha-modal-title__ttl {
  display: block;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-mha-modal-title__ttl {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-modal-title__ttl {
    margin-top: 4px;
    font-size: 28px;
    line-height: 1.5;
  }
}

.c-mha-modal-content {
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-mha-modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 120px;
    padding-right: 120px;
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-modal-content {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
    width: 305px;
  }
}

@media screen and (min-width: 768px) {
  .c-mha-modal-content__img {
    width: 230px;
  }
}

.c-mha-modal-content__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .c-mha-modal-content__txt {
    width: 450px;
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-modal-content__txt {
    margin-top: 10px;
    font-size: 13px;
    line-height: 2.0769230769;
  }
}

.p-mha-modal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #1D2088;
  position: relative;
  -webkit-transition: 0.5s ease background-color, 0.5s ease color;
  transition: 0.5s ease background-color, 0.5s ease color;
}
@media screen and (min-width: 768px) {
  .p-mha-modal-link {
    margin-top: 40px;
    width: 304px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-modal-link {
    margin-top: 30px;
    width: 305px;
    height: 80px;
  }
}
.p-mha-modal-link::after {
  content: "";
  display: block;
  border-top: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s ease border;
  transition: 0.5s ease border;
}
@media screen and (min-width: 768px) {
  .p-mha-modal-link::after {
    width: 11px;
    height: 11px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-modal-link::after {
    width: 10px;
    height: 10px;
    right: 23px;
  }
}
@media (any-hover: hover) {
  .p-mha-modal-link:hover {
    background-color: #1D2088;
    color: #FFFFFF;
  }
  .p-mha-modal-link:hover::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}

.c-mha-btn-returntop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1px;
  border-radius: 9999px;
  border: 1px solid #1D2088;
  background-color: #FFFFFF;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1D2088;
  position: relative;
  -webkit-transition: 0.5s ease background-color, 0.5s ease color;
  transition: 0.5s ease background-color, 0.5s ease color;
}
@media screen and (min-width: 768px) {
  .c-mha-btn-returntop {
    width: 304px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-btn-returntop {
    width: 305px;
    height: 80px;
  }
}
.c-mha-btn-returntop::after {
  content: "";
  display: block;
  border-top: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s ease border;
  transition: 0.5s ease border;
}
@media screen and (min-width: 768px) {
  .c-mha-btn-returntop::after {
    width: 11px;
    height: 11px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-mha-btn-returntop::after {
    width: 10px;
    height: 10px;
    right: 23px;
  }
}
@media (any-hover: hover) {
  .c-mha-btn-returntop:hover {
    background-color: #1D2088;
    color: #FFFFFF;
  }
  .c-mha-btn-returntop:hover::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-display-sp {
    display: none !important;
  }
}

.u-display-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left !important;
  }
}

.p-mha-fv {
  background-size: 100% 100%;
  background-position: bottom center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mha-fv {
    padding-bottom: 292px;
    background-image: url(/eve/mystery-headache-manual/img/bg_fv_pc.png);
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv {
    padding-bottom: 133px;
    background-image: url(/eve/mystery-headache-manual/img/bg_fv_sp.png);
  }
}

.p-mha-fv__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mha-fv__inner {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv__inner {
    width: calc(100% - 70px);
  }
}

.p-mha-fv-bubble {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-bubble {
    margin-left: -13px;
    width: 261px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-bubble {
    margin-left: -19px;
    margin-right: auto;
    width: 141px;
  }
}

.p-mha-fv-ttl {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-ttl {
    margin-top: -6px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-ttl {
    margin-top: -9px;
  }
}

.p-mha-fv-ttl-en {
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-ttl-en {
    margin-top: -115px;
    margin-right: 87px;
    width: 644px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-ttl-en {
    margin-top: -49px;
    margin-right: 0;
    width: 221px;
  }
}

.p-mha-fv-ttl-jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-ttl-jp {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    line-height: 1.5;
    font-size: 112px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-ttl-jp {
    line-height: 1.5;
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-fv-ttl-jp__01 {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-ttl-jp__01 {
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-fv-ttl-jp__02 {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-ttl-jp__02 {
    letter-spacing: -0.13em;
  }
}

.p-mha-fv-statement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-statement {
    margin-top: 50px;
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-statement {
    margin-top: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 301px;
  }
}
.p-mha-fv-statement::before {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-statement::before {
    aspect-ratio: 21/361;
    width: 21px;
    background-image: url(/eve/mystery-headache-manual/img/bg_fv-statement_pc.svg);
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-statement::before {
    aspect-ratio: 13/301;
    width: 13px;
    background-image: url(/eve/mystery-headache-manual/img/bg_fv-statement_sp.svg);
  }
}
.p-mha-fv-statement::after {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-mha-fv-statement::after {
    aspect-ratio: 21/361;
    width: 21px;
    background-image: url(/eve/mystery-headache-manual/img/bg_fv-statement_pc.svg);
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-statement::after {
    aspect-ratio: 13/301;
    width: 13px;
    background-image: url(/eve/mystery-headache-manual/img/bg_fv-statement_sp.svg);
  }
}

.p-mha-fv-statement__txt01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-statement__txt01 {
    font-size: 26px;
    line-height: 1.8461538462;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-statement__txt01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
  }
}

.p-mha-fv-statement__txt02 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-statement__txt02 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.6923076923;
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-statement__txt02 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.2em;
  }
}

.p-mha-fv-statement__txt03 {
  text-align: center;
  color: #E3D66C;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-statement__txt03 {
    font-size: 32px;
    line-height: 1.5625;
    letter-spacing: 0.19em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-statement__txt03 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.p-mha-fv-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-profile {
    margin-top: 24px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-profile {
    margin-top: 21px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-fv-profile__img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-profile__img {
    width: 80px;
  }
}

.p-mha-fv-profile-text__job {
  display: block;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-profile-text__job {
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-profile-text__job {
    font-size: 16px;
    line-height: 3;
  }
}

.p-mha-fv-profile-text__name {
  display: block;
  font-weight: 800;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-profile-text__name {
    margin-top: -14px;
    margin-left: 2px;
    font-size: 31px;
    line-height: 1.5483870968;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-profile-text__name {
    margin-top: -26px;
    font-size: 20px;
    line-height: 2.4;
  }
}

.p-mha-fv-nav {
  position: static;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-nav {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-nav {
    margin-top: 40px;
  }
}

.p-mha-fv-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-nav-list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-nav-list {
    gap: 20px;
  }
}

.p-mha-fv-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1px;
  border-radius: 9999px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #1D2088;
  position: relative;
  -webkit-transition: 0.5s ease background-color, 0.5s ease color;
  transition: 0.5s ease background-color, 0.5s ease color;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-nav-item {
    width: 304px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-nav-item {
    width: 305px;
    height: 80px;
  }
}
.p-mha-fv-nav-item::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s ease border;
  transition: 0.5s ease border;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-nav-item::after {
    width: 11px;
    height: 11px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-nav-item::after {
    width: 10px;
    height: 10px;
    right: 23px;
  }
}
@media (any-hover: hover) {
  .p-mha-fv-nav-item:hover {
    background-color: #1D2088;
    color: #FFFFFF;
  }
  .p-mha-fv-nav-item:hover::after {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}

.p-mha-fv-nav-item__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-mha-fv-nav-item__ttl {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-nav-item__ttl {
    letter-spacing: 0.2em;
  }
}
.p-mha-fv-nav-item__ttl::before {
  content: "#";
}
@media screen and (min-width: 768px) {
  .p-mha-fv-nav-item__ttl::before {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-fv-nav-item__ttl::before {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-mha-fv-nav-item__txt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.p-mha-book-num {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-mha-book-num {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-num {
    height: 11px;
  }
}
.p-mha-book-num img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.p-mha-book-head {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-book-head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-head {
    padding-top: 40px;
  }
}

.p-mha-book-head__inner {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mha-book-head__inner {
  position: relative;
}
.p-mha-book-head__inner::after {
  content: "";
  display: block;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-mha-book-head__inner::after {
    aspect-ratio: 317/298;
    width: 317px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-01_pc.png);
    position: absolute;
    right: -195px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-head__inner::after {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 135/133;
    width: 135px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-01_sp.png);
  }
}

.p-mha-book-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D2088;
}
@media screen and (max-width: 767px) {
  .p-mha-book-ttl {
    margin-top: -3px;
  }
}

.p-mha-book-ttl__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mha-book-ttl__main {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    font-size: 80px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-ttl__main {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
}
.p-mha-book-ttl__main::before {
  content: "#";
}
@media screen and (max-width: 767px) {
  .p-mha-book-ttl__main::before {
    margin-top: -3px;
    font-size: 42px;
    line-height: 1.5;
  }
}

.p-mha-book-ttl__sub {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mha-book-ttl__sub {
    margin-top: -12px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-ttl__sub {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-mha-book-txt {
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mha-book-txt {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-txt {
    margin-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}

.p-mha-book {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mha-book {
    margin-top: -106px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book {
    margin-top: -25px;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-book-content {
    padding-top: 100px;
    padding-bottom: 100px;
    background: -webkit-gradient(linear, #010871, from(#010894));
    background: -webkit-linear-gradient(#010871, #010894);
    background: linear-gradient(to #010871, #010894);
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-content {
    padding-top: 50px;
    padding-bottom: 70px;
    background: -webkit-gradient(linear, #010871, from(#010894));
    background: -webkit-linear-gradient(#010871, #010894);
    background: linear-gradient(to #010871, #010894);
  }
}

@media screen and (max-width: 767px) {
  .p-mha-book-content__inner {
    width: calc(100% - 40px);
  }
}

.p-mha-book-type {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-book-type {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-type {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-mha-book-type + .p-mha-book-type {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-type + .p-mha-book-type {
    margin-top: 50px;
  }
}

.p-mha-book-type__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 600;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-book-type__ttl {
    font-size: 24px;
    line-height: 0.8333333333;
    letter-spacing: 0.17em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-type__ttl {
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0.1em;
  }
}
.p-mha-book-type__ttl::before {
  content: "";
  display: block;
  width: 9px;
  height: 40px;
  background-image: url(/eve/mystery-headache-manual/img/bg_book-type-ttl.svg);
}

@media screen and (min-width: 768px) {
  .p-mha-book-type-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 35px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-type-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 89px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 19px;
    margin-top: 30px;
  }
}

.p-mha-book-type-item {
  display: block;
  overflow: clip;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-mha-book-type-item {
    border-radius: 10px;
    width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-type-item {
    border-radius: 7px;
    width: 89px;
  }
}

.p-mha-book-type-item__img {
  overflow: hidden;
}
.p-mha-book-type-item__img img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (any-hover: hover) {
  .p-mha-book-type-item:hover .p-mha-book-type-item__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-mha-book-type-item__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1D2088;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-book-type-item__txt {
    height: 46px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-book-type-item__txt {
    height: 28px;
    font-size: 10px;
  }
}

.p-mha-howto-num {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-num {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-num {
    height: 11px;
  }
}
.p-mha-howto-num img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.p-mha-howto-head {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-head {
    padding-top: 40px;
  }
}

.p-mha-howto-head__inner {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mha-howto-head__inner {
  position: relative;
}
.p-mha-howto-head__inner::after {
  content: "";
  display: block;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-head__inner::after {
    aspect-ratio: 316/298;
    width: 316px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-02_pc.png);
    position: absolute;
    right: -190px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-head__inner::after {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 160/124;
    width: 160px;
    background-image: url(/eve/mystery-headache-manual/img/bg_section-02_sp.png);
  }
}

.p-mha-howto-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D2088;
}
@media screen and (max-width: 767px) {
  .p-mha-howto-ttl {
    margin-top: 4px;
  }
}

.p-mha-howto-ttl__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-ttl__main {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    font-size: 80px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-ttl__main {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-mha-howto-ttl__main::before {
  content: "#";
}
@media screen and (max-width: 767px) {
  .p-mha-howto-ttl__main::before {
    margin-top: -6px;
    font-size: 42px;
    line-height: 1.5;
  }
}

.p-mha-howto-ttl__sub {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-ttl__sub {
    margin-top: -12px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-ttl__sub {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-mha-howto-txt {
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-txt {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-txt {
    margin-top: -9px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    line-height: 1.9285714286;
  }
}

.p-mha-howto-list {
  background: -webkit-gradient(linear, #01088f, from(#010870));
  background: -webkit-linear-gradient(#01088F, #010870);
  background: linear-gradient(to #01088F, #010870);
}
@media screen and (min-width: 768px) {
  .p-mha-howto-list {
    padding-top: 100px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-list {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-mha-howto-list__inner {
    width: calc(100% - 70px);
  }
}

@media screen and (min-width: 768px) {
  .p-mha-howto-item + .p-mha-howto-item {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item + .p-mha-howto-item {
    margin-top: 50px;
  }
}

.p-mha-howto-item__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item__btn {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item__btn {
    padding-bottom: 9px;
  }
}

.p-mha-howto-item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-ttl {
    font-size: 24px;
    line-height: 0.875;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-ttl {
    padding-right: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-mha-howto-item-state {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  position: relative;
  -webkit-transition: 0.5s ease background-color;
  transition: 0.5s ease background-color;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-state {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-state {
    width: 24px;
    height: 24px;
  }
}
.p-mha-howto-item-state::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #1D2088;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease background-color;
  transition: 0.5s ease background-color;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-state::before {
    width: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-state::before {
    width: 7px;
  }
}
.p-mha-howto-item-state::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #1D2088;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease opacity, 0.5s ease background-color;
  transition: 0.4s ease opacity, 0.5s ease background-color;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-state::after {
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-state::after {
    height: 7px;
  }
}
.p-mha-howto-item.is-open .p-mha-howto-item-state::after {
  opacity: 0;
}
@media (any-hover: hover) {
  .p-mha-howto-item__btn:hover .p-mha-howto-item-state {
    background-color: #1D2088;
  }
  .p-mha-howto-item__btn:hover .p-mha-howto-item-state::before {
    background-color: #FFFFFF;
  }
  .p-mha-howto-item__btn:hover .p-mha-howto-item-state::after {
    background-color: #FFFFFF;
  }
}

.p-mha-howto-item__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item__content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item__content {
    padding-top: 10px;
  }
}

.p-mha-howto-item-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-txt {
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-txt {
    font-size: 11px;
    line-height: 2.2727272727;
  }
}
.p-mha-howto-item-txt em {
  font-weight: 700;
  font-style: normal;
  color: #A3D7FF;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-lower-item__ttl + .p-mha-howto-item-txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-lower-item__ttl + .p-mha-howto-item-txt {
    margin-top: 10px;
  }
}

.p-mha-howto-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-tag-list {
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-tag-list {
    gap: 10px;
    margin-top: 20px;
  }
}

.p-mha-howto-tag-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #1D2088;
  cursor: pointer;
  -webkit-transition: 0.5s ease background-color, 0.5s ease color;
  transition: 0.5s ease background-color, 0.5s ease color;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-tag-item {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-tag-item {
    padding-left: 12px;
    padding-right: 12px;
    height: 26px;
    font-size: 10px;
  }
}
@media (any-hover: hover) {
  .p-mha-howto-tag-item:hover {
    background-color: #1D2088;
    color: #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-howto-lower-item:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-lower-item:nth-of-type(1) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-mha-howto-lower-item + .p-mha-howto-lower-item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-lower-item + .p-mha-howto-lower-item {
    margin-top: 70px;
  }
}

.p-mha-howto-lower-item__ttl {
  border-left: 4px solid #FFFFFF;
  padding-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-lower-item__ttl {
    font-size: 20px;
    line-height: 1.05;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-lower-item__ttl {
    font-size: 12px;
    line-height: 1.75;
  }
}

.p-mha-howto-supervision {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-supervision {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
    background-image: url(/eve/mystery-headache-manual/img/bg_supervision-profile_pc.jpg);
    background-size: 160px auto;
    background-position: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-supervision {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
    background-image: url(/eve/mystery-headache-manual/img/bg_supervision-profile_sp.jpg);
    background-size: 115px auto;
    background-position: top 40px right 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item + .p-mha-howto-supervision {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item + .p-mha-howto-supervision {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-howto-supervision-list {
    padding-left: 210px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-supervision-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 115px;
    height: 140px;
  }
}

.p-mha-howto-supervision-list__term {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-supervision-list__term {
    font-size: 16px;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-supervision-list__term {
    font-size: 12px;
    line-height: 2.0833333333;
  }
}

.p-mha-howto-supervision-list__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-supervision-list__desc {
    margin-top: 10px;
    font-size: 30px;
    line-height: 0.8333333333;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-supervision-list__desc {
    margin-top: -4px;
    font-size: 20px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .p-mha-howto-supervision-list__desc span:not(.u-display-inline-block) {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-supervision-list__desc span:not(.u-display-inline-block) {
    font-size: 13px;
  }
}
.p-mha-howto-supervision-list__desc p {
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-supervision-list__desc p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-supervision-list__desc p {
    margin-top: 13px;
    font-size: 11px;
    line-height: 1.4545454545;
    letter-spacing: 0.24em;
  }
}

.p-mha-howto-supervision__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-supervision__txt {
    margin-top: 19px;
    padding-left: 210px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-supervision__txt {
    margin-top: 30px;
    border-top: 1px solid #EEEDED;
    padding-top: 20px;
    font-size: 11px;
    line-height: 2.2727272727;
  }
}
.p-mha-howto-supervision__txt small {
  font-size: 11px;
}

.p-mha-howto-item-point {
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-point {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-point {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-mha-howto-item-point__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border: 2px solid #1D2088;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #1D2088;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-point__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-point__ttl {
    font-size: 13px;
  }
}

.p-mha-howto-item-point-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-point-col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-point-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-howto-item-point-sec {
    width: 400px;
  }
}

.p-mha-howto-item-point-sec__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #1D2088;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-point-sec__ttl {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-point-sec__ttl {
    font-size: 12px;
    line-height: 1.75;
  }
}

.p-mha-howto-item-point-sec__list {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1D2088;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mha-howto-item-point-sec__list {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-howto-item-point-sec__list {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}

.p-mha-column {
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mha-column {
    margin-top: -160px;
    margin-bottom: -160px;
    border-radius: 160px 0 160px 0;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column {
    margin-top: -50px;
    margin-bottom: -50px;
    border-radius: 50px 0 50px 0;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.p-mha-column-head__inner {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mha-column-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-mha-column-ttl {
    row-gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-ttl {
    row-gap: 3px;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-column-ttl__en {
    width: 119px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-ttl__en {
    width: 80px;
  }
}
.p-mha-column-ttl__en img {
  width: 100%;
}

.p-mha-column-ttl__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-column-ttl__jp {
    font-size: 48px;
    line-height: 1.4583333333;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-ttl__jp {
    font-size: 28px;
    line-height: 1.2142857143;
  }
}

.p-mha-column-txt {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .p-mha-column-txt {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-column-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-mha-column-content__inner {
    width: calc(100% - 70px);
  }
}

.p-mha-column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-mha-column-list {
    gap: 40px 80px;
  }
}

.p-mha-column-item {
  display: block;
  border: 1px solid #1D2088;
  border-radius: 30px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
}
@media screen and (min-width: 768px) {
  .p-mha-column-item {
    width: 440px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-item {
    padding-bottom: 20px;
  }
}
.p-mha-column-item:hover {
  opacity: 0.7;
}

.p-mha-column-item__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  border-radius: 0 0 10px 0;
  width: 100px;
  height: 25px;
  background-color: #1D2088;
}
.p-mha-column-item__num img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 10px;
}

.p-mha-column-item__ttl {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-column-item__ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-item__ttl {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}

.p-mha-column-item__txt {
  margin-top: 10px;
  border-top: 1px solid #EEEDED;
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-mha-column-item__txt {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-item__txt {
    font-size: 10px;
    line-height: 1.8;
  }
}

.p-mha-column-item__more {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-column-item__more {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-item__more {
    font-size: 10px;
    line-height: 1.8;
  }
}

.p-mha-other {
  background-color: #FBFAFA;
}
@media screen and (min-width: 768px) {
  .p-mha-other {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-other {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-mha-column + .p-mha-other {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column + .p-mha-other {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-mha-other__inner {
    width: calc(100% - 20px);
  }
}

.p-mha-other-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-other-ttl {
    font-size: 28px;
    line-height: 1.4642857143;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-other-ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .p-mha-other-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-other-list {
    margin-top: 20px;
  }
}

.p-mha-other-item {
  font-family: "Meiryo UI", "BIZ UDPGothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳＰゴシック", "MS PGothic", sans-serif;
}

.p-mha-other-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.04em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-other-num {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-other-num {
    margin-top: 30px;
    font-size: 10px;
    line-height: 1.8;
  }
}

.p-mha-article-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .p-mha-article-head {
    height: 300px;
    background-image: url(/eve/mystery-headache-manual/column/img/bg_head_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-head {
    height: 200px;
    background-image: url(/eve/mystery-headache-manual/column/img/bg_head_sp.jpg);
  }
}

.p-mha-article-head__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-mha-article-head__inner {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-head__inner {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-mha-article-head-text {
    width: 37.3333333333%;
  }
}

.p-mha-article-head-num {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mha-article-head-num {
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-head-num {
    width: 127px;
  }
}

.p-mha-article-head-ttl {
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-mha-article-head-ttl {
    margin-top: 22px;
    font-size: 28px;
    line-height: 1.2857142857;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-head-ttl {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

.p-mha-column-head-profile {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mha-column-head-profile {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-column-head-profile {
    width: 120px;
  }
}

.p-mha-article-section--article01, .p-mha-article-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mha-article-head + .p-mha-article-section--article01, .p-mha-article-head + .p-mha-article-section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-head + .p-mha-article-section--article01, .p-mha-article-head + .p-mha-article-section {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-mha-article-section--article01 + .p-mha-article-section--article01, .p-mha-article-section + .p-mha-article-section--article01, .p-mha-article-section--article01 + .p-mha-article-section, .p-mha-article-section + .p-mha-article-section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-section--article01 + .p-mha-article-section--article01, .p-mha-article-section + .p-mha-article-section--article01, .p-mha-article-section--article01 + .p-mha-article-section, .p-mha-article-section + .p-mha-article-section {
    margin-top: 40px;
  }
}

.p-mha-article-section--article01::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 243/218;
  background-image: url(/eve/mystery-headache-manual/column/article01/img/img_matome-doctor.png);
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .p-mha-article-section--article01::after {
    margin-top: 50px;
    width: 243px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-section--article01::after {
    margin-top: 5px;
    width: 167px;
  }
}

.p-mha-article-pagettl {
  font-weight: 700;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-article-pagettl {
    border-left: 10px solid #1D2088;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-pagettl {
    border-left: 7px solid #1D2088;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.p-mha-article-section-ttl {
  background-color: rgba(29, 32, 136, 0.1);
  font-weight: 700;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-article-section-ttl {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-section-ttl {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}

.p-mha-article-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-mha-article-section-content {
    margin-top: 30px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-section-content {
    margin-top: 20px;
    row-gap: 20px;
  }
}

.p-mha-article-txt {
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-mha-article-txt {
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-txt {
    font-size: 12px;
    line-height: 2.3333333333;
  }
}
.p-mha-article-txt a {
  text-decoration: underline;
}

.p-mha-article-ulist__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-article-ulist__item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-ulist__item {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    font-size: 12px;
    line-height: 2.3333333333;
  }
}
.p-mha-article-ulist__item::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  border-radius: 50%;
  border: 1px solid #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-article-ulist__item::before {
    margin-top: 13px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-ulist__item::before {
    margin-top: 10.5px;
    width: 7px;
    height: 7px;
  }
}

.p-mha-article-olist {
  counter-reset: olist-number 0;
}

.p-mha-article-olist__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1D2088;
}
@media screen and (min-width: 768px) {
  .p-mha-article-olist__item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 16px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-olist__item {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    font-size: 12px;
    line-height: 2.3333333333;
  }
}
.p-mha-article-olist__item::before {
  counter-increment: olist-number 1;
  content: counter(olist-number) ".";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-mha-article-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FBFAFA;
}
@media screen and (min-width: 768px) {
  .p-mha-article-foot {
    row-gap: 100px;
    margin-top: 100px;
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-foot {
    row-gap: 50px;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.p-mha-article-foot-returntop {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mha-article-foot-returntop {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-mha-article-foot-returntop {
    margin-top: 50px;
  }
}