@charset "UTF-8";
@media screen, print {
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
*, ::before, ::after {
  box-sizing: inherit;
}
::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  color: #231815;
  font-style: normal;
  font: 14px/180% "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
hr {
  overflow: visible;
}
footer, header, main {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #e5004f;
  font-weight: bold;
}
a:active, a:hover {
  outline-width: 0;
}
li {
  list-style-type: none;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
p, ol, dl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  * {
    font-size: 13px;
    line-height: 1.3;
  }
}

.footer {
  border-top: #cecece 1px solid;
  text-align: center;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
}

.footer__copy {
  font-size: 13px;
}
.footer__text__strong {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer {
    display: none;
  }
}

.header {
  background: #e5004f;
  height: 80px;
}

.header__inner {
  margin: 0 auto;
  padding: 25px 40px;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo span {
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 45px;
  }
  .header__inner {
    text-align: center;
    padding: 10px 20px;
    position: relative;
    height: 100%;
  }
  .header__logo {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .header__logo img {
    display: none;
  }
  .header__logo span {
    font-size: 16px;
  }
}

.common__separator {
  height: 10px;
  background: rgba(0, 0, 0, 0.05);
  display: block;
  border: none;
}

.common__pc-only {
  display: block;
}

.common__smp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .common__pc-only {
    display: none;
  }
  .common__smp-only {
    display: block;
  }
}

.common__title {
  background: #FFEBF4;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid rgba(229, 0, 79, 0.5);
}

.common__title h1 {
  color: #e5004f;
  font-size: 20px;
  font-weight: bold;
}

.common__sub {
  color: #e5004f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .common__title {
    position: relative;
  }
  .common__title .common__smp-only {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 19px;
    display: block;
    background: url("../img/MACFS010/icon_arrow_back.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  .common__title .common__smp-only a {
    display: block;
  }
  .common__title h1 {
    font-size: 15px;
  }
  .common__sub {
    font-size: 18px;
  }
}

.common__section {
  padding: 50px 0 70px;
}

.common__sectionInner {
  max-width: 768px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .common__section {
    padding: 30px 15px;
  }  
}


.MACFS010__first {
  padding: 35px 0;
}

.MACFS010__lead {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.MACFS010__list {
  margin: 0;
}

.MACFS010__item {
  display: flex;
}

.MACFS010__item .MACFS010__number {
  position: relative;
  display: block;
}

.MACFS010__item .MACFS010__number::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #E5004F;
  content: '';
}

.MACFS010__item .MACFS010__number span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background-color: #E5004F;
  text-align: center;
  z-index: 200;
}

.MACFS010__item .MACFS010__dl {
  margin-bottom: 40px;
  padding-left: 10px;
}

.MACFS010__item .MACFS010__dl .MACFS010__dt {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.MACFS010__item .MACFS010__dl dd {
  font-size: 14px;
}

.MACFS010__item .MACFS010__dl dd .MACFS010__img {
  max-width: 300px;
  margin-bottom: 10px;
}

.MACFS010__item .MACFS010__dl dd a {
  font-weight: bold;
}

.MACFS010__item .MACFS010__dl dd span {
  display: block;
  font-size: 12px;
}

.MACFS010__more {
  border: 2px solid #cecece;
  border-radius: 10px;
  margin-bottom: 10px;
}

.MACFS010__more dt {
  position: relative;
  background: #fffae6;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}

.MACFS010__more dt.is-active {
  border-radius: 10px 10px 0 0;
  transition: .2s;
}

.MACFS010__more dt.is-active img {
  transform: rotate(180deg);
}

.MACFS010__more dt p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.MACFS010__more dt .MACFS010__more-img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 7px;
}

.MACFS010__more dt .MACFS010__more-img img {
  display: block;
}

.MACFS010__more dd {
  background: #fff;
  margin-top: 0;
  position: relative;
  border-radius: 10px;
}

.MACFS010__more dd .js-moreInner-2 {
  padding: 20px;
  width: 100%;
}

.MACFS010__more dd .js-moreInner-2 p {
  margin: 0;
}

.MACFS010__more .js-more-2 {
  display: none;
}

.MACFS010__more .js-more-2.is-open {
  display: block;
}

.MACFS010__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #FFEBF4;
}

.MACFS010__heading img {
  height: 23px;
}

.MACFS010__heading .common__sub {
  margin: 0 0 0 15px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .MACFS010__first {
    padding: 35px 10px;
  }
  .MACFS010 .MACFS010__dl .MACFS010__dt {
    font-size: 18px;
  }
  .MACFS010 .MACFS010__dl .MACFS010__img {
    margin-bottom: 10px;
  }
  .MACFS010__more dt p {
    font-size: 14px;
  }
  .MACFS010__more dd .js-moreInner-2 p {
    font-size: 12px;
  }
  .MACFS010__heading {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .MACFS010__heading img {
    height: 35px;
  }
  .MACFS010__heading .common__sub {
    margin: 0 0 0 10px;
    text-align: left;
  }
  .MACFS010__remarks2 {
    margin-top: 20px;
  }
}

.PC__back {
  margin: 50px 0 0 0;
  text-align: center;
}

a.btn-back {
    color: #000;
    background: #EDEDED;
    background-image: url(../img/MACFS010/icon_back_black.svg);
    background-repeat: no-repeat;
    background-position: left 15px top 50%;
    background-size: 10px 17px;
    display: block;
    padding: 2.5rem 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.6rem;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}