@charset "UTF-8";
/* brake point */
/* 1rem=16px の設定*/
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-family: 'Murecho', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}

/* =========================================================
	font-weight & other font
========================================================== */
/* GoogleFonts「Be Vietnam」用CSS */
.alphabetFont_be-vietnam {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  /*height:auto;*/
}

/* font color */
/* 青系 色の薄い順 */
/* 黄色系 色の薄い順 */
/* 本文テキストカラー */
/* タイトルテキストカラー */
/* グレー 色の薄い順 */
/* =========================================================
	hack IE
========================================================== */
img {
  max-width: 100%;
  height: auto;
}

/* SP PC */
.sm {
  display: block;
}
@media screen and (min-width: 640px) {
  .sm {
    display: none;
  }
}

.sm-md {
  display: block;
}
@media screen and (min-width: 768px) {
  .sm-md {
    display: none;
  }
}

.sm-lg {
  display: block;
}
@media screen and (min-width: 1280px) {
  .sm-lg {
    display: none;
  }
}

.md {
  display: none;
}
@media screen and (min-width: 768px) {
  .md {
    display: block;
  }
}

.lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg {
    display: block;
  }
}

.xl {
  display: none;
}
@media screen and (min-width: 1280px) {
  .xl {
    display: block;
  }
}

.inbl {
  display: inline-block;
}

#tag {
  display: none;
}

/* float */
.floatL {
  float: left;
}

.floatR {
  float: right;
}

/* object-fit */
.hogehoge {
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 6%;
  right: 3%;
  padding: 0 .5em;
  color: #1e4265;
  font-size: 0.75rem;
  line-height: 1.2em;
}
figure figcaption.outside {
  position: relative;
  bottom: auto;
  right: auto;
  text-align: right;
  padding: .5em;
  background: none;
  color: #536e88;
  font-size: 0.75rem;
  line-height: 1.2em;
}

.min-note {
  font-size: 0.75rem;
  line-height: 1.3em;
}
@media screen and (min-width: 1280px) {
  .min-note {
    font-size: 0.75rem;
    line-height: 1.5em;
  }
}

/* =========================================================
	.alignfull  & .alignwide
========================================================== */
.alignfull {
  width: 100vw !important;
  margin-left: calc( 50% - 50vw );
  margin-right: calc( 50% - 50vw );
  max-width: none;
}

@media screen and (max-width: 1103px) {
  .alignfull_sp {
    width: 100vw !important;
    margin-left: calc( 50% - 50vw );
    margin-right: calc( 50% - 50vw );
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  .alignwide {
    width: 1602px !important;
    margin-left: calc( 50% - 1602px / 2 ) !important;
    margin-right: calc( 50% - 1602px / 2 ) !important;
  }
}

/* =========================================================
	body font
========================================================== */
/* =========================================================
	links
========================================================== */
a {
  color: #1e87f0;
  transition: 0.9s;
}
a:hover {
  opacity: 0.7;
}

a.linkStyle::after {
  content: '';
  margin-left: .3em;
  margin-right: .3em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_link.png");
  background-size: contain;
  vertical-align: middle;
}

/* =========================================================
	body- width
========================================================== */
section {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

/* clearfix */
.clearfix {
  *zoom: 1;
  overflow: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  color: #02070a;
}

/* =====================================================
  mainVisual
===================================================== */
.mainVisual {
  height: 100vh;
  background: url("../img/mv_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mainVisual {
    background: url("../img/mv_bg.jpg") center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.mainVisual .sectionWrap {
  height: 100vh;
  margin: auto;
  width: 90%;
  max-width: 800px;
  position: relative;
}
@media screen and (max-height: 855px) {
  .mainVisual .sectionWrap {
    max-width: 700px;
  }
}
.mainVisual .mainVisual__inner {
  position: absolute;
  left: 0;
  top: 35%;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*位置調整*/
  }
}
@media screen and (min-width: 1024px) and (max-height: 855px) {
  .mainVisual .mainVisual__inner {
    top: 420px;
  }
}

.mainVisual .mainVisual__logo {
  margin: auto;
  width: 90%;
  max-width: 600px;
}
.mainVisual .mainVisual__mainTitle {
  margin-top: 1em;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__mainTitle {
    font-size: 1.875rem;
  }
}
.mainVisual .mainVisual__contentsDownload {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsDownload {
    margin-top: 3em;
  }
}
.mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__gameImageBlock {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__gameImageBlock {
    display: block;
    width: 20%;
    margin-right: 3%;
  }
}
.mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock {
    width: 60%;
  }
}
.mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock .mainVisual__contentsDownload__dlListBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock .mainVisual__contentsDownload__dlListBlock__list .mainVisual__contentsDownload__dlListBlock__list__item {
  width: 48%;
}
.mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock .mainVisual__contentsDownload__dlListBlock__list .mainVisual__contentsDownload__dlListBlock__list__item.Windows {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock .mainVisual__contentsDownload__dlListBlock__list .mainVisual__contentsDownload__dlListBlock__list__item.Windows {
    display: block;
    margin-top: 1em;
  }
}
.mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock .mainVisual__contentsDownload__dlListBlock__list .mainVisual__contentsDownload__dlListBlock__list__item.Mac {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsDownload .mainVisual__contentsDownload__dlListBlock .mainVisual__contentsDownload__dlListBlock__list .mainVisual__contentsDownload__dlListBlock__list__item.Mac {
    display: block;
    margin-top: 1em;
  }
}
.mainVisual .mainVisual__contentsQR {
  margin-top: .7em;
}
.mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock {
  padding: .5em;
  border: 4px solid #ffdd22;
  border-radius: 13px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 374px) {
  .mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock {
    padding: .5em 2em;
  }
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock {
    padding: 1em;
  }
}
.mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock .mainVisual__contentsQR__qrBlock__text {
  width: 70%;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.3em;
}
@media screen and (min-width: 374px) {
  .mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock .mainVisual__contentsQR__qrBlock__text {
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock .mainVisual__contentsQR__qrBlock__text {
    width: 80%;
    font-size: 1.125rem;
  }
}
.mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock .mainVisual__contentsQR__qrBlock__img {
  width: 20%;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__qrBlock .mainVisual__contentsQR__qrBlock__img {
    width: 15%;
  }
}
.mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__read {
  margin-top: 1em;
  font-size: 0.5rem;
  text-align: left;
  line-height: 1.2em;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsQR .mainVisual__contentsQR__read {
    font-size: 0.75rem;
  }
}
.mainVisual .mainVisual__contentsDownload.BeforeRelease {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainVisual .mainVisual__contentsDownload.BeforeRelease .mainVisual__contentsQR__qrBlock {
  padding: 1em 0;
}
@media screen and (min-width: 374px) {
  .mainVisual .mainVisual__contentsDownload.BeforeRelease .mainVisual__contentsQR__qrBlock {
    padding: 2em 1em;
  }
}
.mainVisual .mainVisual__contentsDownload.BeforeRelease .mainVisual__contentsQR__qrBlock .mainVisual__contentsQR__qrBlock__text {
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .mainVisual .mainVisual__contentsDownload.BeforeRelease .mainVisual__contentsQR__qrBlock .mainVisual__contentsQR__qrBlock__text {
    font-size: 1.5rem;
  }
}
.mainVisual .mainVisual__securecore {
  position: absolute;
  bottom: 2%;
  right: 2%;
}

/* =====================================================
  introduction
===================================================== */
.introduction {
  padding: 5%;
  background: url("../img/introduction_bg01.jpg");
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .introduction {
    padding: 0;
  }
}
.introduction .sectionWrap {
  margin: auto;
  padding: 15% 6%;
  width: 100%;
  max-width: 1200px;
  background: white;
  border-radius: 46px;
}
@media screen and (min-width: 1024px) {
  .introduction .sectionWrap {
    padding: 7.5% 6%;
    border-radius: 0;
    background-color: none;
    background: url("../img/introduction_bg01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.introduction .introduction__title {
  font-size: 1.375rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .introduction .introduction__title {
    font-size: 2.6875rem;
  }
}
.introduction .introduction__title .marker.yellow {
  background: linear-gradient(transparent 80%, #ffdd22 80%);
}
.introduction .introduction__title .marker.red {
  background: linear-gradient(transparent 80%, #F55335 80%);
}
.introduction .introduction__read {
  margin-top: 2em;
  text-align: left;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .introduction .introduction__read {
    margin-top: 2.5em;
    text-align: center;
  }
}

/* =====================================================
  WhatApps
===================================================== */
.WhatApps {
  padding-top: 3em;
  padding-bottom: 3em;
  border-top: 24px solid #ffdd22;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .WhatApps {
    padding-top: 9em;
    padding-bottom: 6em;
  }
}
.WhatApps::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 164px;
  background: url("../img/WhatApps_bg01_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .WhatApps::before {
    height: 644px;
    background: url("../img/WhatApps_bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.WhatApps::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 211px;
  background: url("../img/WhatApps_bg02_sp.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .WhatApps::after {
    height: 795px;
    background: url("../img/WhatApps_bg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.WhatApps .sectionWrap {
  margin: auto;
  width: 90%;
  max-width: 1200px;
}
.WhatApps .WhatApps__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__title {
    font-size: 2.8125rem;
    line-height: 1.5em;
  }
}

.WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item {
    margin-top: 5em;
  }
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item.odd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock {
    width: 53%;
  }
}
.WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__title .WhatApps__ListBlock__item__readBlock__num {
  color: #1e87f0;
  font-size: 3.75rem;
  padding-right: .2em;
}
@media screen and (min-width: 374px) {
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__title .WhatApps__ListBlock__item__readBlock__num {
    font-size: 4.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__title .WhatApps__ListBlock__item__readBlock__num {
    font-size: 6rem;
  }
}
.WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__title .WhatApps__ListBlock__item__readBlock__titleText {
  color: #001f3e;
  text-align: left;
  font-size: 1.125rem;
}
@media screen and (min-width: 374px) {
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__title .WhatApps__ListBlock__item__readBlock__titleText {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__title .WhatApps__ListBlock__item__readBlock__titleText {
    font-size: 2.5rem;
    line-height: 1.2em;
  }
}
.WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__readBlock .WhatApps__ListBlock__item__readBlock__text {
  margin-top: 2em;
  text-align: left;
}
.WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__photoBlock {
  margin-top: 2em;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__ListBlock .WhatApps__ListBlock__item .WhatApps__ListBlock__item__photoBlock {
    margin-top: 0;
    width: 41%;
  }
}

.WhatApps .WhatApps__FeeBlock {
  margin-top: 3em;
  border: 8px solid #1e87f0;
  border-radius: 30px;
  padding: 2em 10%;
  position: relative;
  background: white;
}
@media screen and (min-width: 374px) {
  .WhatApps .WhatApps__FeeBlock {
    padding: 2em 14%;
    margin-top: 6em;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__icon {
  position: absolute;
  top: -7%;
  right: -6%;
  width: 30%;
  max-width: 170px;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__icon {
    top: -20%;
    right: 2%;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee {
    width: 30%;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee .WhatApps__FeeBlock__contentsBlock__Fee__title {
  color: #1e87f0;
  font-size: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee .WhatApps__FeeBlock__contentsBlock__Fee__title {
    font-size: 1.75rem;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee .WhatApps__FeeBlock__contentsBlock__Fee__text {
  margin-top: 1.5em;
  font-size: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee .WhatApps__FeeBlock__contentsBlock__Fee__text {
    font-size: 1.5625rem;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee .WhatApps__FeeBlock__contentsBlock__Fee__text .FeeTextLarge {
  padding: 0 .1em;
  font-size: 2.9375rem;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee .WhatApps__FeeBlock__contentsBlock__Fee__text .FeeTextLarge {
    font-size: 3.6875rem;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__Fee .WhatApps__FeeBlock__contentsBlock__Fee__read {
  font-size: 0.875rem;
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit {
    width: 60%;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit .WhatApps__FeeBlock__contentsBlock__merit__list .WhatApps__FeeBlock__contentsBlock__merit__list__item {
  font-size: 0.875rem;
  text-align: left;
  position: relative;
  padding-left: 1.5em;
  margin-top: .5em;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit .WhatApps__FeeBlock__contentsBlock__merit__list .WhatApps__FeeBlock__contentsBlock__merit__list__item {
    font-size: 1rem;
    margin-top: 1em;
    padding-left: 2.5em;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit .WhatApps__FeeBlock__contentsBlock__merit__list .WhatApps__FeeBlock__contentsBlock__merit__list__item::before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url("../img/Fee_img_listIcom.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit .WhatApps__FeeBlock__contentsBlock__merit__list .WhatApps__FeeBlock__contentsBlock__merit__list__item::before {
    top: -.2em;
    left: 0;
    width: 1.8em;
    height: 1.8em;
  }
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit .WhatApps__FeeBlock__contentsBlock__merit__list .WhatApps__FeeBlock__contentsBlock__merit__list__item.item01 {
    margin-top: 0;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit .WhatApps__FeeBlock__contentsBlock__merit__list .WhatApps__FeeBlock__contentsBlock__merit__list__item.item03 .FeeBlockNote {
  padding: .2em 1.5em .4em 1.5em;
  background: #001f3e;
  border-radius: 30px;
  color: white;
  font-size: 0.5625rem;
  line-height: 1em;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contentsBlock .WhatApps__FeeBlock__contentsBlock__merit .WhatApps__FeeBlock__contentsBlock__merit__list .WhatApps__FeeBlock__contentsBlock__merit__list__item.item03 .FeeBlockNote {
    margin-right: .5em;
    font-size: 0.8125rem;
  }
}
.WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contactNote {
  margin-top: 1em;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .WhatApps .WhatApps__FeeBlock .WhatApps__FeeBlock__contactNote {
    margin-top: 2em;
    font-size: 1.25rem;
  }
}

/* =====================================================
  voiceQAwrap
===================================================== */
.voiceQAwrap {
  padding-bottom: 3em;
  border-top: 24px solid #ffdd22;
  background: #c7e3ff;
}
@media screen and (min-width: 1024px) {
  .voiceQAwrap {
    padding-bottom: 6em;
  }
}

/* =====================================================
  voice
===================================================== */
.voice .voice__titleBlock {
  background: url("../img/voice_title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.voice .voice__titleBlock .voice__titleBlock__title {
  padding: 1em 0;
  color: white;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .voice .voice__titleBlock .voice__titleBlock__title {
    padding: 3em 0;
    font-size: 2.8125rem;
  }
}
.voice .sectionWrap {
  margin: auto;
  width: 90%;
  max-width: 800px;
}
.voice .voice__listBlock {
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .voice .voice__listBlock {
    margin-top: 4em;
  }
  .voice .voice__listBlock:first-child {
    margin-top: 6em;
  }
}
.voice .voice__listBlock .voice__listBlock__title {
  padding-left: 2em;
  color: #1e87f0;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .voice .voice__listBlock .voice__listBlock__title {
    font-size: 2.0625rem;
  }
}
.voice .voice__listBlock .voice__listBlock__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/voice_icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.voice .voice__listBlock .voice__listBlock__read {
  margin-top: 1.5em;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.7em;
}
@media screen and (min-width: 1024px) {
  .voice .voice__listBlock .voice__listBlock__read {
    font-size: 1.125rem;
  }
}

/* =====================================================
  voice
===================================================== */
.qa {
  margin-top: 6em;
}
.qa .sectionWrap {
  margin: auto;
  width: 90%;
  max-width: 1200px;
}
.qa .qa__title {
  font-size: 1.5rem;
  color: #001f3e;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .qa .qa__title {
    font-size: 2.8125rem;
  }
}
.qa .qa__listBlock {
  margin-top: 2em;
  padding: 1.5em 1em;
  border: 10px solid #1e87f0;
  border-radius: 30px;
  background: white;
}
@media screen and (min-width: 1024px) {
  .qa .qa__listBlock {
    padding: 5% 10%;
    margin-top: 4em;
  }
}
.qa .qa__listBlock__item {
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .qa .qa__listBlock__item {
    margin-top: 3em;
  }
}
.qa .qa__listBlock__item:first-child {
  margin-top: 0;
}
.qa .questionLabel {
  display: block;
  padding-left: 40px;
  padding-right: 2.3em;
  position: relative;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .qa .questionLabel {
    padding-left: 100px;
    font-size: 1.375rem;
    font-weight: 600;
    min-height: 70px;
  }
}
.qa .questionLabel::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url("../img/qa_icon_q.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .qa .questionLabel::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*位置調整*/
    width: 90px;
    height: 70px;
  }
}
.qa .questionLabel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/qa_icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.qa .questionLabel.close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/qa_icon02.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.qa .answerContent {
  display: none;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .qa .answerContent {
    margin-top: 2em;
    font-size: 1.125rem;
  }
}
.qa .answerContent .answerContent__read {
  position: relative;
  padding-top: 2em;
}
@media screen and (min-width: 1024px) {
  .qa .answerContent .answerContent__read {
    padding-top: 0;
    padding-left: 100px;
    font-size: 1.125rem;
    min-height: 4em;
  }
}
.qa .answerContent .answerContent__read::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url("../img/qa_icon_a.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .qa .answerContent .answerContent__read::before {
    width: 90px;
    height: 70px;
  }
}
.qa .answerContent .qaCheck2AnswerContent {
  margin-top: .6em;
  background: #e5f2ff;
  border-radius: 16px;
  padding: 1em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .qa .answerContent .qaCheck2AnswerContent {
    padding: 1em 3em;
  }
}
.qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__title {
  text-align: center;
  color: #1e87f0;
  font-weight: 600;
  margin-top: 1em;
}
.qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__title:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__title {
    display: inline-block;
    line-height: 1.8em;
    width: 9em;
    text-align: left;
    position: relative;
  }
  .qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__title::after {
    content: "▶";
    position: absolute;
    top: 0%;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
  }
}
.qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__read {
  margin: auto;
  font-weight: 600;
}
@media screen and (min-width: 374px) {
  .qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__read {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__read {
    display: inline;
    line-height: 1.8em;
  }
}
.qa .answerContent .qaCheck2AnswerContent .qaCheck2AnswerContent__read .subTitle {
  color: #1e87f0;
}
.qa .qa__contactNote {
  margin-top: 3em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .qa .qa__contactNote {
    padding-top: 4em;
    font-size: 1.25rem;
  }
}

/* =====================================================
  news
===================================================== */
.news {
  padding-top: 4em;
  padding-bottom: 3em;
  border-top: 24px solid #ffdd22;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.news::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 120px;
  background: url("../img/news_bg01.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .news::before {
    width: 682px;
    height: 374px;
    background: url("../img/news_bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.news::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60vw;
  height: 120px;
  background: url("../img/news_bg02.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .news::after {
    width: 682px;
    height: 398px;
    background: url("../img/news_bg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.news .sectionWrap {
  margin: auto;
  width: 90%;
  max-width: 680px;
}
.news .news__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .news .news__title {
    font-size: 2.8125rem;
  }
}
.news .news__listBlock {
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock {
    margin-top: 6em;
  }
}
.news .news__listBlock .news__listBlock__list .news__listBlock__list__item {
  margin-top: .5em;
  padding-bottom: .5em;
  padding-right: 2em;
  text-align: left;
  border-bottom: 2px solid #c7e3ff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock .news__listBlock__list .news__listBlock__list__item {
    margin-top: 1em;
    padding-bottom: 1em;
  }
}
.news .news__listBlock .news__listBlock__list .news__listBlock__list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*位置調整*/
  background-image: url("../img/news_icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.news .news__listBlock .news__listBlock__list .news__listBlock__list__item a {
  display: block;
  color: #02070a;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock .news__listBlock__list .news__listBlock__list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__data {
    width: 165px;
  }
}
.news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__text {
    width: 500px;
  }
}
.news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__day {
  font-size: 0.8125rem;
  color: #536e88;
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__day {
    padding-right: 1em;
  }
}
.news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__title {
  padding: .2em 1em;
  font-size: 0.6875rem;
  background: #1e87f0;
  color: white;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__title {
    padding-right: 1em;
  }
}
.news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__read {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .news .news__listBlock .news__listBlock__list .news__listBlock__list__item .news__listBlock__list__item__read {
    font-size: 1.0625rem;
  }
}
.news .news__moreBlock {
  margin-top: 3em;
}

/* =====================================================
  gameDownload
===================================================== */
.gameDownload {
  padding-top: 4em;
  padding-bottom: 3em;
  border-top: 24px solid #ffdd22;
  background: url("../img/introduction_bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.gameDownload .sectionWrap {
  margin: auto;
  width: 90%;
  max-width: 1000px;
}
.gameDownload .gameDownload__titleLogo {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__titleLogo {
    margin: 0;
  }
}
.gameDownload .gameDownload__title {
  margin-top: 1em;
  font-size: 0.875rem;
  color: white;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__title {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
  }
}
.gameDownload .gameDownload__contentsDownload {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload {
    margin-top: 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__gameImageBlock {
  margin: auto;
  margin-top: 2em;
  width: 40%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__gameImageBlock {
    width: 30%;
    margin-right: 3%;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__gameImageBlock .gameDownload__contentsDownload__icon {
  position: absolute;
  top: -10%;
  right: -30%;
  width: 60%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__gameImageBlock .gameDownload__contentsDownload__icon {
    right: auto;
    left: -30%;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock {
  margin-top: 2em;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock {
    width: 60%;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock .gameDownload__contentsDownload__dlListBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock .gameDownload__contentsDownload__dlListBlock__list {
    margin-top: 2em;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock .gameDownload__contentsDownload__dlListBlock__list .gameDownload__contentsDownload__dlListBlock__list__item {
  width: 48%;
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock .gameDownload__contentsDownload__dlListBlock__list .gameDownload__contentsDownload__dlListBlock__list__item.Windows {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock .gameDownload__contentsDownload__dlListBlock__list .gameDownload__contentsDownload__dlListBlock__list__item.Windows {
    display: block;
    margin-top: 1em;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock .gameDownload__contentsDownload__dlListBlock__list .gameDownload__contentsDownload__dlListBlock__list__item.Mac {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsDownload__dlListBlock .gameDownload__contentsDownload__dlListBlock__list .gameDownload__contentsDownload__dlListBlock__list__item.Mac {
    display: block;
    margin-top: 1em;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR {
  margin-top: .7em;
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock {
  padding: .5em;
  border: 4px solid #ffdd22;
  border-radius: 13px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 374px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock {
    padding: .5em 2em;
  }
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock {
    padding: 1em;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock .gameDownload__contentsQR__qrBlock__text {
  width: 70%;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.3em;
}
@media screen and (min-width: 374px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock .gameDownload__contentsQR__qrBlock__text {
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock .gameDownload__contentsQR__qrBlock__text {
    width: 80%;
    font-size: 1.4375rem;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock .gameDownload__contentsQR__qrBlock__img {
  width: 20%;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__qrBlock .gameDownload__contentsQR__qrBlock__img {
    width: 15%;
  }
}
.gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__read {
  margin-top: 1em;
  font-size: 0.5rem;
  text-align: left;
  line-height: 1.2em;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload .gameDownload__contentsQR .gameDownload__contentsQR__read {
    font-size: 0.75rem;
  }
}
.gameDownload .gameDownload__contentsDownload.BeforeRelease {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gameDownload .gameDownload__contentsDownload.BeforeRelease .gameDownload__contentsQR__qrBlock {
  padding: 1em 0;
}
@media screen and (min-width: 374px) {
  .gameDownload .gameDownload__contentsDownload.BeforeRelease .gameDownload__contentsQR__qrBlock {
    margin-top: 2em;
    padding: 2em 1em;
  }
}
.gameDownload .gameDownload__contentsDownload.BeforeRelease .gameDownload__contentsQR__qrBlock .gameDownload__contentsQR__qrBlock__text {
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .gameDownload .gameDownload__contentsDownload.BeforeRelease .gameDownload__contentsQR__qrBlock .gameDownload__contentsQR__qrBlock__text {
    font-size: 1.5rem;
  }
}

/* =====================================================
  forEducational
===================================================== */
.forEducational {
  padding-top: 3em;
  padding-bottom: 3em;
  border-top: 24px solid #ffdd22;
}
@media screen and (min-width: 1024px) {
  .forEducational {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.forEducational .sectionWrap {
  margin: auto;
  width: 90%;
  max-width: 576px;
}
.forEducational .forEducational__titleBlock {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .forEducational .forEducational__titleBlock {
    margin: auto;
    width: 90%;
  }
}
.forEducational .forEducational__titleBlock::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background: url("../img/Educational_img01.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.forEducational .forEducational__titleBlock::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: url("../img/Educational_img01.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
.forEducational .forEducational__titleBlock .forEducational__title {
  margin: auto;
  font-size: 0.9375rem;
  width: 65%;
  line-height: 1.6em;
}
@media screen and (min-width: 374px) {
  .forEducational .forEducational__titleBlock .forEducational__title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .forEducational .forEducational__titleBlock .forEducational__title {
    font-size: 1.25rem;
    width: 85%;
  }
}
.forEducational .forEducational__formBlock {
  margin-top: 2em;
}

/* =====================================================
  footer
===================================================== */
footer {
  padding-top: 3em;
  padding-bottom: 1em;
  border-top: 24px solid #ffdd22;
  background: #1e87f0;
}
footer .sectionWrap {
  margin: auto;
  width: 90%;
  max-width: 1200x;
}
footer .footer_innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer__corpotation {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer__corpotation {
    width: 30%;
  }
}
footer .footer__corpotation .footer__corpotation__logo {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  footer .footer__corpotation .footer__corpotation__logo {
    margin: 0;
  }
}
footer .footer__corpotation .footer__corpotation__snsList {
  margin: auto;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  footer .footer__corpotation .footer__corpotation__snsList {
    margin: 0;
    margin-top: 2em;
  }
}
footer .footer__corpotation .footer__corpotation__snsList .footer__corpotation__snsList__item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer__Links {
  width: 100%;
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  footer .footer__Links {
    width: 40%;
    margin-top: 0;
  }
}
footer .footer__Links .footer__forParents .footer__forParents__bana a img {
  opacity: 1;
}
footer .footer__Links .footer__forParents .footer__forParents__bana a:hover img {
  opacity: .7;
  transition: .5s;
}
footer .footer__Links .footer__FooterLinks .footer__forParents__list {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  footer .footer__Links .footer__FooterLinks .footer__forParents__list {
    margin-top: 1em;
  }
}
footer .footer__Links .footer__FooterLinks .footer__forParents__list a {
  color: white;
  text-decoration: none;
}
footer .footer__Links .footer__FooterLinks .footer__forParents__list .footer__forParents__list__item {
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 400;
  margin-top: .5em;
}
@media screen and (min-width: 1024px) {
  footer .footer__Links .footer__FooterLinks .footer__forParents__list .footer__forParents__list__item {
    width: auto;
    font-size: 0.875rem;
  }
}
footer .footer__forCopyRights {
  text-align: center;
  margin-top: 2em;
  font-size: 0.75rem;
  color: white;
}
@media screen and (min-width: 1024px) {
  footer .footer__forCopyRights {
    margin-top: 4em;
  }
}

/* =====================================================
  pageTop
===================================================== */
#page_top {
  position: fixed;
  bottom: -5px;
  right: 0px;
  font-size: 77%;
}

#page_top a {
  background: #000;
  text-decoration: none;
  color: #fff;
  width: 130px;
  padding: 5px 0 8px;
  text-align: center;
  display: block;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

#page_top a:hover {
  text-decoration: none;
  background: #666;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.sectionform {
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .sectionform {
    padding: 3em 0;
  }
}

/*# sourceMappingURL=common_ayout.css.map */
