@charset "utf-8";
/* CSS Document */
.fs-c-heading.fs-c-heading--page {
  display: none
}
.fs-l-main {
  margin: 0 auto 24px;
  padding: 8px;
  max-width: 1216px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mm_top {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 3px solid #F9E5ED;
}
.mm_top .top_logo img {
  max-width: 500px;
  width: 100%;
}
.mm_top p {
  font-size: 16px;
  line-height: 1.8;
}
.mm_top .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .mm_top p {
    font-size: 13px;
  }
  .mm_top .tit {
    font-size: 20px;
  }
}
.mm_top .mm_btn {
  margin: 0 auto 10px;
  padding: 0;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
}
.mm_top .mm_btn a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: .8em;
  border: solid 1px #EC497B;
  background: #EC497B;
  border-radius: 5px;
  opacity: .7;
}
.mm_top .mm_btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm_top .mm_btn_line {
  margin: 0 auto 30px;
  padding: 0;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
}
.mm_top .mm_btn_line a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: .8em;
  border: solid 1px #00B900;
  background: #00B900;
  border-radius: 5px;
  opacity: .7;
}
.mm_top .mm_btn_line a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm_flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}
.mm_box {
  width: 100%;
  max-width: 420px;
  border-bottom: 3px solid #F9E5ED;
  padding: 30px 0;
}
.mm_box .tit_01 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.mm_box .tit_01 span {
  display: block;
  font-size: 13px;
}
.mm_box .tit_02 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #EC497B;
  line-height: 1.5;
}
.mm_box .tit_02 span {
  display: block;
  font-size: 18px;
}
.mm_box .tit_03 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.mm_box .tit_03 span {
  font-weight: 700;
  text-decoration: underline;
}
.mm_box p {
  font-size: 16px;
  line-height: 1.8;
}
.mm_box p.small {
  font-size: 12px;
  color: #999;
}