@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :cross-save.css
 style info :クロスセーブを行う方法のスタイル
=================================================================== */
.contentArea .ttlBox .logo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea .ttlBox .logo {
    display: block;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .ttlBox .logo {
    width: 44%;
  }
}
.contentArea h1 {
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .contentArea h1 {
    width: min(90%, 1200px);
  }
}
.contentArea h1:before, .contentArea h1:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .contentArea h1:before, .contentArea h1:after {
    height: 14px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1:before, .contentArea h1:after {
    height: 2.6vw;
    background-size: auto 100%;
  }
}
.contentArea h1:before {
  background-image: url(../img/shared/bg_tit_top.png);
  top: 0.2em;
}
.contentArea h1:after {
  background-image: url(../img/shared/bg_tit_bottom.png);
  bottom: 0.2em;
}
.contentArea h1 .in {
  text-shadow: 0.05em 0.05em #000;
  background-image: url(../img/shared/bg_tit_pat.png), url(../img/shared/bg_tit_pat.png), -webkit-gradient(linear, left top, right top, from(#2f3c65), color-stop(50%, #0f59aa), to(#2f3c65));
  background-image: url(../img/shared/bg_tit_pat.png), url(../img/shared/bg_tit_pat.png), linear-gradient(90deg, #2f3c65 0%, #0f59aa 50%, #2f3c65 100%);
  background-repeat: no-repeat;
  background-position: center left -3%, center right -3%, 0 0;
  padding: 0.8em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in {
    background-size: 14em auto, 14em auto, auto;
    border: solid 1px #67ddff;
    margin: 0 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in {
    background-size: 8em auto, 8em auto, auto;
  }
}
.contentArea h1 .in span {
  color: #fff;
  font-weight: 900;
  display: block;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in span {
    font-size: clamp(18px, 1.6vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in span {
    font-size: 3vw;
  }
}
.contentArea h1 .in em {
  color: #ffd625;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in em {
    font-size: clamp(28px, 3.4vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in em {
    font-size: 6vw;
  }
}
.contentArea > .inner {
  text-align: left;
  line-height: 2;
  background: url(../img/topics/bg_white-line.png) repeat 0 0;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner {
    border-radius: 10px;
    width: min(90%, 1200px);
    padding: min(6vw, 80px) min(8vw, 120px);
    margin: 0 auto 3.4em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner {
    padding: 6vw 4vw;
  }
}
.contentArea > .inner .read {
  margin-bottom: 2em;
}
.contentArea > .inner .read p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .read p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .read p {
    font-size: 4vw;
  }
}
.contentArea > .inner .noteBox {
  background: #e4e8ea;
  padding: 1.5em;
  margin-bottom: 4em;
}
.contentArea > .inner .noteBox dt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #ca010e;
  padding: 0.3em 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .noteBox dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .noteBox dt {
    font-size: 4vw;
  }
}
.contentArea > .inner .noteBox dd ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-bottom: 0.5em;
}
:lang(ja) .contentArea > .inner .noteBox dd ul li.ano, :lang(zh-cmn-Hant) .contentArea > .inner .noteBox dd ul li.ano, .zh-tw .contentArea > .inner .noteBox dd ul li.ano, :lang(zh-cmn-Hans) .contentArea > .inner .noteBox dd ul li.ano, .zh-cn .contentArea > .inner .noteBox dd ul li.ano {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea > .inner .noteBox dd ul.anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea > .inner .btn {
  text-align: center;
  margin: 1em auto 2em;
}
.contentArea > .inner .btn a {
  display: inline-block;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  color: #006836;
  font-weight: 700;
  padding: 1.2em 2em;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .btn a {
    min-width: 240px;
    max-width: 500px;
  }
}
.contentArea > .inner .sec {
  margin-bottom: 4em;
}
.contentArea > .inner .sec:last-of-type {
  margin-bottom: 0;
}
.contentArea > .inner .sec h2 {
  color: #ffd625;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  text-shadow: 0.05em 0.05em #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 167)), to(rgb(4, 158, 201)));
  background: linear-gradient(90deg, rgb(7, 48, 167) 0%, rgb(4, 158, 201) 100%);
  outline: solid 1px #5ab3d0;
  outline-offset: -0.2em;
  padding: 0.4em 1em 0.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .sec h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .sec h2 {
    font-size: 4.6vw;
  }
}
.contentArea > .inner .sec .read {
  text-align: center;
  background: #fbeaeb;
  padding: 1em;
}
.contentArea > .inner .sec .flow > li {
  background-color: #e4e8ea;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .sec .flow > li {
    font-size: 18px;
    background-position: top 34px left 34px;
    padding: 44px 40px 40px 118px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .sec .flow > li {
    background-size: 9vw;
    background-position: top 4vw center;
    padding: 15vw 4vw 4vw;
    margin-bottom: 4vw;
  }
}
.contentArea > .inner .sec .flow > li:nth-child(1) {
  background-image: url(../img/beta-test/cross-save/bg_flow01.jpg);
}
.contentArea > .inner .sec .flow > li:nth-child(2) {
  background-image: url(../img/beta-test/cross-save/bg_flow02.jpg);
}
.contentArea > .inner .sec .flow > li:nth-child(3) {
  background-image: url(../img/beta-test/cross-save/bg_flow03.jpg);
}
.contentArea > .inner .sec .flow > li:nth-child(4) {
  background-image: url(../img/beta-test/cross-save/bg_flow04.jpg);
}
.contentArea > .inner .sec .flow > li:nth-child(5) {
  background-image: url(../img/beta-test/cross-save/bg_flow05.jpg);
}
.contentArea > .inner .sec .flow > li:nth-child(6) {
  background-image: url(../img/beta-test/cross-save/bg_flow06.jpg);
}
.contentArea > .inner .sec .flow > li:last-child {
  margin-bottom: 0;
}
.contentArea > .inner .sec .flow > li p {
  line-height: 2;
}
.contentArea > .inner .sec .flow > li p a {
  color: #02b5ea;
}
.contentArea > .inner .sec .flow > li p a:hover {
  text-decoration: underline;
}
.contentArea > .inner .sec .flow > li figure {
  margin-top: 1em;
}
.contentArea > .inner .sec .flow > li figure img {
  border: solid 1px #11a673;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contentArea > .inner .sec .flow > li .btnGuide {
  background: #fff;
  border-collapse: collapse;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .sec .flow > li .btnGuide {
    width: 100%;
  }
}
.contentArea > .inner .sec .flow > li .btnGuide th,
.contentArea > .inner .sec .flow > li .btnGuide td {
  font-weight: 700;
  border-collapse: collapse;
  border: 1px solid #595959;
  padding: 0.3em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .sec .flow > li .btnGuide th,
  .contentArea > .inner .sec .flow > li .btnGuide td {
    font-size: 16px;
  }
}
.contentArea > .inner .sec .flow > li .btnGuide th {
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .sec .flow > li .btnGuide td {
    width: 28%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .sec .flow > li .btnGuide td img {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .sec .flow > li .btnGuide td img {
    width: 6vw;
  }
}
.contentArea > .inner .sec em {
  color: #ca010e;
  font-weight: 700;
}
.contentArea > .inner .sec .anoTxt {
  line-height: 2;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner .sec .anoTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner .sec .anoTxt {
    font-size: 3.4vw;
  }
}
.contentArea > .inner .sec .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea > .inner .sec .anoTxt li, :lang(it) .contentArea > .inner .sec .anoTxt li, :lang(de) .contentArea > .inner .sec .anoTxt li, :lang(es) .contentArea > .inner .sec .anoTxt li, :lang(pt-BR) .contentArea > .inner .sec .anoTxt li, .pt-br .contentArea > .inner .sec .anoTxt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(fr) .contentArea > .inner .sec .anoTxt li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.contentArea > .inner .sec .anoTxt li a {
  color: #02b5ea;
}
.contentArea > .inner .sec .anoTxt li a:hover {
  text-decoration: underline;
}