@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

main {
  margin-top: 45px;
}

.lower {
  padding-bottom: 100px;
}

.lower > .container {
  /* margin-top: 170px; */
}
.title__home__top {
  background: #d4edf3;
  margin: 0 0 60px;
  border: 2px solid #3860b0;
  border-radius: 3px;
}
.title__home__top h2 {
  padding: 8px 25px;
}
.title__home__top h2 span {
  font-size: 28px;
  color: #094695;
}
.title__home {
  background: #d4edf3;
}

.title__home h2 {
  font-size: 20px;
  color: #3c92dc;
  padding: 8px 25px;
  border: 2px solid #3c92dc;
  border-radius: 3px;
}

.title__page {
  margin-bottom: 50px;
}

.title__page h2 {
  font-size: 28px;
  text-align: center;
}

.button__default {
  text-align: center;
}

.button__default a {
  display: inline-block;
  background: #1b1f41;
  color: white;
  font-size: 18px;
  padding: 10px 3em;
  text-decoration: none;
  border-radius: 5px;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__top {
  background: #1b1f41;
}

.header__title {
  padding: 10px 0;
  display: flex;
}

.header__title img {
  max-width: 81px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}

.header__title p span {
  color: white;
  font-size: 18px;
}

.header__bottom {
  padding: 10px 0;
  background: rgba(235, 235, 235, 0.5);
  border-bottom: 2px solid #1b1f41;
}

.header__bottom .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  padding: 15px 15px 15px 0;
  border-right: 2px solid #1b1f41;
}

.header__logo img {
  max-width: 315px;
  height: auto;
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.header__menu #gNavi ul li a {
  font-size: 16px;
  color: #1b1f41;
  font-weight: bold;
}

@media screen and (max-width: 1510px) {
  .header__top .container {
    width: calc(100% - 160px);
    padding: 0;
  }
  .header__bottom .container {
    width: calc(100% - 160px);
    padding: 0;
  }
  .footer .container {
    width: calc(100% - 160px);
    padding: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header__bottom .container {
    width: calc(100% - 80px);
  }
  .header__top .container {
    width: calc(100% - 80px);
  }
  .footer .container {
    width: calc(100% - 80px);
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .header__logo {
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 7px 0 2px;
  }
  .header__logo a img {
    max-width: 230px;
  }
  .header__logo a {
    display: inline-block;
  }
  .lower > .container {
    margin-top: 35px;
  }
  .header__menu #gNavi ul li {
    background: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 700px) {
  .header__title p span {
    display: block;
    font-size: 16px;
  }
  .header__title img {
    max-width: 50px;
  }
}

@media screen and (max-width: 640px) {
  .header__top .container {
    width: calc(100% - 30px);
    padding: 0;
  }
  .header__bottom .container {
    width: calc(100% - 30px);
  }
  .footer .container {
    width: calc(100% - 30px);
  }
}

.footer {
  background: rgba(240, 240, 240, 1);
  border-top: 7px solid #1b1f41;
  padding-top: 20px;
  padding-bottom: 35px;
}

.footer__address dt {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer__address dt span {
  font-size: 15px;
  display: block;
}

.footer__address dd {
  font-size: 15px;
}

.footer #copyright {
  font-size: 14px;
}

@media screen and (max-width: 828px) {
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 35px;
  }
  .footer__address dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__address dl dt,
  .footer__address dl dd {
    text-align: left;
  }
}

.home {
  margin-top: 45px;
}

.home main {
  margin-top: 0;
}

.home .hero-image {
  background: url(../images/page/bg_visual1.png) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 160px 0 50px;
}

.home .hero-image .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.home-top {
  margin-top: 50px;
}
.home-top-sp_img {
  width: calc(100% - 700px);
  margin-right: 20px;
}
.home-top-sp_img img {
  width: 100%;
  height: auto;
}

.home .hero-image__title img {
  width: 910px;
  max-width: 100%;
  height: auto;
}

.home .hero-image__text {
  margin-top: 50px;
}

.home .hero-image__text img {
  width: 690px;
  max-width: 100%;
  height: auto;
}

.home-top-title p span {
  display: block;
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  color: #094695;
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0px 1px 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}

.home-top-text {
  width: 620px;
  margin: 30px 0 0;
}
.home-top-text p {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 2.1;
  margin: 0;
  font-feature-settings: "palt";
}

.home .how-to {
  padding-top: 90px;
}
.how-to .container {
  padding: 0;
}

.home .how-to .title__home {
  margin-bottom: 65px;
}

.home .how-to__check > .columns {
  justify-content: space-between;
}

.home .how-to__check--content {
  max-width: 870px;
  flex-basis: 870px;
}
.home .how-to__check--content-last {
  max-width: 100%;
  flex-basis: 100%;
}
.home .how-to__check--image {
  -webkit-flex-basis: 420px;
  -ms-flex-preferred-size: 420px;
  flex-basis: 420px;
  max-width: 420px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 50px;
}

.home .how-to__check--icon {
  -webkit-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  max-width: 150px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.home .how-to__check--list:nth-of-type(1) {
  margin-bottom: 35px;
}

.home .how-to__check--list:nth-of-type(1) .how-to__check--icon img {
  max-width: 112px;
}

.how-to__check--text {
}
.how-to__check--text__title {
  display: flex;
}
.how-to__check--text__title--check {
  width: 35px;
  margin: 0 10px 0 0;
}
.how-to__check--text__title--check img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.how-to__check--text__title--text {
  flex: 1;
}

.how-to__check--text__title--text p span {
  font-size: 26px;
  font-weight: bold;
  color: #094695;
  line-height: 1.2;
}
.how-to__check--text__text p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
}

.home .how-to__check--link {
  margin-top: 30px;
}

.home .how-to__check--link a {
  display: inline-block;
  color: #094695;
  text-decoration: none;
  font-size: 18px;
}

.home .how-to__check--link a::after {
  content: "▲";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 1em;
}

.how-to__check--link__sp {
  display: none;
}
.how-to__check--link__sp a {
  display: inline-block;
  color: #094695;
  text-decoration: none;
  font-size: 18px;
}
.home .how-to__check--link__sp a::after {
  content: "▲";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 1em;
}

.home .how-to__attention {
  margin: 60px 50px;
  border: 2px solid #f7b52c;
  border-radius: 3px;
  padding: 25px 40px;
}

.home .how-to__attention h3 {
  color: #e95513;
  font-size: 20px;
  margin-bottom: 20px;
}

.home .how-to__attention ol {
  padding-left: 1.5em;
}

.home .how-to__attention ol li {
  list-style: decimal;
  line-height: 1.8;
}

.home .how-to__attention + .columns .how-to__check--image {
  -webkit-flex-basis: 277px;
  -ms-flex-preferred-size: 277px;
  flex-basis: 277px;
  max-width: 277px;
}

.home__check {
  background: #cce2ec;
  margin: 65px 0 0;
  padding: 90px 0 90px;
}

.home__check--box {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.home__check--title {
  min-height: 140px;
  padding: 30px 0 0;
  position: relative;
  margin-bottom: 45px;
}

.home__check--title::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: url(../images/page/ico_home5.png) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.home__check--title h2 {
  border-bottom: 4px solid #094695;
  padding-bottom: 5px;
}
.home__check--title h2 span {
  color: #094695;
  font-size: 28px;
  font-weight: bold;
}

.home__check--title p {
  font-size: 18px;
  padding-top: 5px;
}

.home__check--title h2,
.home__check--title p {
  padding-left: 160px;
}

.home__check--title + .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home__check--video {
  -webkit-flex-basis: 900px;
  -ms-flex-preferred-size: 900px;
  flex-basis: 900px;
  max-width: 900px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
}

.home__check--video__wrap {
  display: block;
  background: white;
  padding: 0 30px 40px;
  text-decoration: none;
  border-radius: 5px;
}

.home__check--video__wrap img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: top;
}

.home__check--video-title {
  padding: 16px 5px;
  background: #6376c7;
  max-width: 570px;
  margin: 0 auto;
}
.home__check--video-title h3 {
  text-align: center;
}
.home__check--video-title h3 span {
  color: white;
  font-size: 19px;
  text-align: center;
}

.home__check--wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.home__check--cont {
  display: flex;
  max-width: 570px;
  margin: 0 auto;
  align-items: flex-start;
}

.home__check--thumbnail {
  margin: 35px 0 0;
  width: 50.8%;
  max-width: 290px;
  height: auto;
  overflow: hidden;
  border: 7px solid #878787;
  box-sizing: border-box;
  text-align: center;
}

.home__check--list {
  margin: 35px 0 0 60px;
}

.home__check--point .columns .home__check--list {
  margin: 35px 0 0 30px;
  max-width: 240px;
}

.home__check--list ol {
  padding-left: 0em;
}

.home__check--list ol li {
  list-style: decimal;
  font-size: 16px;
  list-style: none;
  line-height: 1.6;
}

.home__check--list_last {
  margin: 45px 0 0;
  font-feature-settings: "palt";
}

.home__check--list_top {
  margin: 15px 0 0;
}
.home__check--button {
  background: #f7b52c url(../images/page/ico_arrow1.png) 95% 50% no-repeat;
  background-size: 33px 33px;
  width: 100%;
  max-width: 270px;
  margin: auto;
  transition: 0.2s;
  margin: 40px auto 0;
  transition: 0.3s ease;
  border-radius: 5px;
  border: 2px solid #f7b52c;
}
.home__check--button:hover {
  background: #ffe8bb url(../images/page/ico_arrow1.png) 95% 50% no-repeat;
  background-size: 33px 33px;
  border: 2px solid #f7b52c;
}

.home__check--button a {
  padding: 9px 15px;
  display: block;
  text-decoration: none;
  opacity: 1;
}
.home__check--button:hover .home__check--button a {
  opacity: 1;
}

.home__check--button a span {
  font-size: 17px;
  margin: 0 0 0 20px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
}

.home__check--attention {
  -webkit-flex-basis: 675px;
  -ms-flex-preferred-size: 675px;
  flex-basis: 675px;
  max-width: 675px;
  background: white;
  border: 2px solid #6376c7;
  border-radius: 5px;
  padding: 45px;
}

.home__check--attention h4 {
  color: #e95513;
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px;
}

.home__check--attention ul li {
  font-size: 18px;
  line-height: 1.8;
}

.home__check--attention ul li + li {
  border-top: 2px solid #6376c7;
  margin-top: 45px;
  padding-top: 45px;
}

.home__check--attention ul li a {
  text-align: right;
  color: #094695;
  display: inline-block;
}

.home__check--attention ul li a::after {
  content: "▲";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 1em;
  margin-top: 1.5em;
}

.home__check--point {
  background: #e8f5f9;
  padding: 90px 0 165px;
  margin: 0;
}

.home__check--point .title__home {
  background: white;
  border-color: #1b1f41;
  margin-bottom: 50px;
}

.home__check--point .title__home h3 {
  text-align: center;
}

.home__check--point .columns {
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: -55px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home__check--point .columns .home__check--video {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 55px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.home__check--point .columns .home__check--video h3 {
  text-align: center;
}

.home__check--point .columns .home__check--video-title {
  background-color: #3c92dc;
}

.home__check--point .columns + .title__home {
  margin-top: 120px;
}
.home__check--point .columns + .title__home h2 {
  color: #003367;
  border: #094695 2px solid;
}

.home__check--point .columns + .title__home + .columns .home__check--video-title {
  background: #003367;
}

.home__download {
  margin-top: 80px;
  background: #ffffe1;
  padding: 100px 0 100px;
}
.home__download--columns {
  flex-wrap: wrap;
  justify-content: center;
  width: 1080px;
  margin: 0 auto;
}

.home__download--title {
  background: #3c92dc;
  color: white;
  padding: 10px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 20px;
  border-radius: 10px;
}

.home__download--title h3 {
  font-size: 28px;
}

.home__download--title h3::before {
  content: "";
  display: inline-block;
  background: url(../images/page/ico_home6.png) 50% 50% no-repeat;
  background-size: contain;
  width: 72px;
  height: 54px;
  vertical-align: middle;
  margin-right: 1em;
}

.home__download--lead {
  margin-bottom: 60px;
}

.home__download--lead p {
  color: #e95513;
  font-size: 18px;
}

.home__download--column {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  margin: 0 0 60px;
}

.home__download--image {
  margin: 0px auto 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
  width: 150px;
  height: 210px;
}

.home__download--image a img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home__download--caption {
  margin-top: 10px;
  text-align: center;
}

.home__download--button {
  background: #9fcdee;
  margin: 10px auto 0;
  text-align: center;
  width: 150px;
}

.home__download--button a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.home__download--text {
  width: 1350px;
  margin: 80px auto 0;
}

.home__download--text p {
  font-size: 17px;
  color: #e95513;
  font-weight: bold;
}

.home__download--text p a {
  font-size: 17px;
  font-weight: bold;
  color: #e95513;
}

.home__download--caution {
  margin: -25px auto 0;
  width: 960px;
}

@media screen and (max-width: 1300px) {
  .home__download--columns {
    width: 100%;
  }
  .home__download--caution {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .home__download--caution {
    margin: -25px auto 0;
  }
}

.home__download--button a {
  transition: 0.2s;
  font-size: 17px;
  font-weight: bold;
}
.home__download--button a:hover {
  transition: 0.2s;
  background: #3c92dc;
  opacity: 1;
  color: #fff;
}

.home__bottom {
  padding: 60px 0 150px;
}

.home__bottom--wrap {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: auto;
}

.home__bottom--button a {
  display: block;
  background: #094695;
  padding: 25px 0;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.home__bottom--button a p::after {
  content: "▶";
  display: inline-block;
  margin-left: 2em;
  color: white;
  font-size: 28px;
}
.home__bottom--button a p span {
  color: white;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 1510px) {
  .home-top {
    margin-top: 50px;
  }
  .home-top-sp_img {
    margin-right: 40px;
  }
  .hero-image .container {
    max-width: calc(100% - 160px);
    padding: 0;
    margin: 0px 0 0;
  }
  .how-to .container {
    max-width: calc(100% - 160px);
  }
  .home__check--box {
    max-width: calc(100% - 160px);
  }
  .home__bottom--wrap {
    max-width: calc(100% - 160px);
  }
  .home__download--text {
    max-width: calc(100% - 160px);
  }
  .home__download .container {
    max-width: calc(100% - 160px);
    padding: 0;
  }
  .home .how-to__check--content {
    max-width: 100%;
    flex-basis: 100%;
  }
  .home .how-to__check--image {
    flex-shrink: 1;
  }
  .home__check--list_last {
    margin: 15px 0 0;
  }
  .home__check--list ol br {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .hero-image .container {
    max-width: calc(100% - 80px);
  }
  .home-top-sp_img {
    width: calc(100% - 650px);
    margin-right: 0px;
  }
  .how-to .container {
    max-width: calc(100% - 80px);
  }
  .home__check--box {
    max-width: calc(100% - 80px);
  }
  .home__check--point .columns .home__check--video {
    padding: 0 20px 40px;
  }
  .home__bottom--wrap {
    max-width: calc(100% - 80px);
  }
  .home__download--text {
    max-width: calc(100% - 80px);
  }
  .home__download .container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1275px) {
  .home .hero-image {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1160px) {
  .home .hero-image .container {
    flex-flow: column-reverse;
  }
  .home-top {
    max-width: 610px;
    margin: 0 auto;
  }
  .home-top-text {
    width: 100%;
  }
  .home-top-text p br {
    display: none;
  }
  .home-top-sp_img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px;
  }

  .home__check--cont {
    display: block;
  }
  .home__check--point .home__check--thumbnail {
    width: 100%;
    max-width: 290px;
    margin: 35px auto 0;
  }
  .home__check--point .columns .home__check--list {
    max-width: 290px;
    margin: 35px auto 0;
  }
  .home__check--list_last {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  .home-top-title {
    width: 100%;
  }

  .home-top-text {
    width: 100%;
    margin: 20px 0 0;
  }
  .home .hero-image {
    padding: 100px 0 70px;
  }
  .home .hero-image::after {
    display: none;
  }
  .home-top-sp_img {
    display: block;
  }
  .home .how-to__check--link {
    display: none;
  }
  .how-to__check--link__sp {
    display: block;
    margin: 20px 0 0;
  }
  .how-to__check--link__sp a {
    font-size: 16px;
  }
  .home .how-to {
    padding: 50px 0 0;
  }
  .title__home__top {
    margin: 0 0 40px;
  }
  .title__home__top h2 span {
    font-size: 22px;
  }
  .how-to__check--text__title--check {
    width: 28px;
  }
  .how-to__check--text__title--text p {
    display: flex;
    flex-wrap: wrap;
  }
  .how-to__check--text__title--text p span {
    font-size: 20px;
    display: block;
  }
  .how-to__check--text__text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0 0;
  }

  .home .how-to__check--image {
    margin: 30px auto 0;
  }
  .home .how-to__check > .columns {
    display: block;
  }
  .home .how-to__check--icon {
    display: none;
  }
  .home .how-to__check--list {
    display: block;
  }

  .home__check {
    padding: 35px 0 60px;
  }
  .home__check--wrap {
    display: block;
  }
  .home__check--thumbnail {
    width: 100%;
    max-width: 290px;
    margin: 35px auto 0;
  }
  .home__check--list {
    margin: 35px auto 0;
    width: 100%;
    max-width: 290px;
  }
  .home__check--title::before {
    width: 85px;
    height: 85px;
  }
  .home__check--title h2 {
    margin: 0px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .home__check--title h2 span {
    display: block;
    font-size: 22px;
  }
  .home__check--title p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .home__check--title h2,
  .home__check--title p {
    padding: 0 0 0 100px;
  }
  .home__check--title_two h2 {
    margin: 30px 0 0;
  }
  .home__check--video h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home__check--video h3 span {
    display: block;
  }

  .home__check--video {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home__check--video__wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .home__download--column {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .home__download--title h3 {
    font-size: 22px;
  }
  .home__download--title h3::before {
    width: 45px;
    height: 36px;
  }
  .home__download--lead p {
    font-size: 16px;
    text-align: start;
  }
  .home__download--caution p {
    font-size: 16px;
  }
  .home__bottom--button a p span {
    font-size: 20px;
  }
  .home__bottom--button a p::after {
    font-size: 20px;
  }
}

@media screen and (max-width: 760px) {
}

@media screen and (max-width: 640px) {
  .home .hero-image {
    padding: 120px 0 70px;
  }

  .home-top-sp_img {
    display: block;
    width: 85%;
  }
  .home-top-text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .home-top-title p span {
    font-size: 24px;
    line-height: 1.4;
    display: block;
  }
  .home-top-text {
    margin: 15px 0 0;
  }
  .home-top-text p {
    font-size: 15px;
    line-height: 1.8;
  }

  /*  */
  .home .how-to {
    padding: 30px 0 0;
  }

  .title__home__top {
    margin: 0 0 20px;
  }
  .title__home__top h2 {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 10px;
  }
  .title__home__top h2 span {
    font-size: 20px;
    display: block;
    line-height: 1.2;
  }

  .how-to .container {
    max-width: calc(100% - 30px);
    padding: 0;
  }

  .how-to__check--text__title--check {
    width: 25px;
  }
  .how-to__check--text__title--text p span {
    font-size: 18px;
    display: block;
    font-feature-settings: "palt";
  }

  .how-to__check--text__text p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 7px;
  }

  .home .how-to__check--list:nth-of-type(1) {
    margin: 0 0 20px;
  }

  .home .how-to__check--image {
    width: 60%;
    margin: 15px auto 0;
  }

  /*  */
  .home .how-to__attention {
    margin: 25px 0 30px;
  }

  .home .how-to__attention h3 {
    font-size: 18px;
    margin: 0;
  }
  .home .how-to__attention ol {
    padding: 0 0 0 15px;
  }
  .home .how-to__attention ol li {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0 0;
  }

  /*  */
  .home .how-to__check--link {
    display: none;
  }
  .how-to__check--link__sp {
    display: block;
  }
  .how-to__check--link__sp a {
    font-size: 13px;
    display: flex;
  }
  .how-to__check--link__sp a::after {
    margin: 0;
  }

  /*  */
  .home__check {
    padding: 25px 0 40px;
  }
  .home__check--title {
    padding: 0;
    margin: 0 0 30px;
    min-height: auto;
  }
  .home__check--title::before {
    width: 55px;
    height: 55px;
    top: -3px;
  }
  .home__check--title h2 {
    width: calc(100% - 60px);
    margin: 10px 0 0 auto;
    border: none;
    display: block;
    padding: 0;
  }

  .home__check--title h2 span {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  .home__check--title p {
    border-top: 2px solid #094695;
    margin: 5px 0 0;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .home__check--title_two h2 {
    margin: 10px 0 0 auto;
  }

  /*  */
  .home__check--point .columns,
  .home__check--title + .columns {
    flex-flow: column;
  }

  .home__check--video {
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .home__check--video__wrap {
    padding: 0 15px 25px;
  }
  .home__check--video-title {
    padding: 10px 5px;
    max-width: 290px;
  }
  .home__check--video-title h3 span {
    font-size: 16px;
    line-height: 1.2;
    display: block;
  }
  .home__check--thumbnail {
    margin: 20px auto 0;
  }
  .home__check--list {
    margin: 20px auto 0;
  }
  .home__check--list ol li {
    font-size: 14px;
    line-height: 1.4;
  }
  .home__check--button {
    width: 230px;
    margin: 15px auto 0;
    background: #f7b52c url(../images/page/ico_arrow1.png) 85% 50% no-repeat;
    background-size: 25px 25px;
  }
  .home__check--button:hover {
    background: #f7b52c url(../images/page/ico_arrow1.png) 85% 50% no-repeat;
    background-size: 25px 25px;
  }
  .home__check--button a {
    padding: 5px 15px;
  }
  .home__check--button a span {
    font-size: 14px;
    margin: 0 0 0 25px;
  }

  /*  */
  .home__check--point .title__home {
    margin: 0 0 20px;
  }
  .title__home h2 {
    font-size: 17px;
    padding: 4px 10px;
    text-align: center;
  }
  .home__check--point .columns .home__check--video {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .home__check--point .home__check--thumbnail {
    margin: 20px auto 0;
  }
  .home__check--point .columns .home__check--list {
    margin: 20px auto 0;
  }

  /*  */
  .home__check--point .columns + .title__home {
    margin: 20px 0 20px;
  }

  .home__download--text {
    margin: 0px auto 0;
  }
  .home__download--text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .home__download--text p a {
    font-size: 14px;
    line-height: 1.4;
  }

  /*  */
  .home__download {
    margin: 30px 0 0;
    padding: 30px 0 30px;
  }

  .home__download--text {
    max-width: calc(100% - 30px);
  }
  .home__download .container {
    max-width: calc(100% - 30px);
    padding: 0;
  }

  .home__download--title h3 {
    font-size: 18px;
  }
  .home__download--title h3::before {
    width: 37px;
    height: 26px;
  }

  .home__download--lead {
    margin: 0 0 20px;
  }
  .home__download--lead p {
    font-size: 14px;
    line-height: 1.4;
    text-align: start;
  }

  /*  */
  .home__download--columns {
    flex-direction: inherit;
    width: 100%;
  }
  .home__download--column {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 0 40px;
  }
  .container {
    max-width: calc(100% - 30px);
  }
  .home__check--box {
    max-width: calc(100% - 30px);
  }

  .hero-image .container {
    max-width: calc(100% - 30px);
  }

  .home__download--image {
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
  }
  .home__download--image a img {
    display: block;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
  .home__download--caption {
    font-size: 14px;
    line-height: 1.2;
  }
  .home__download--caution {
    margin: 0 auto;
    width: 100%;
  }
  .home__download--caution p {
    font-size: 13px;
    line-height: 1.2;
    display: block;
    font-feature-settings: "palt";
  }

  .hero-image .container {
    padding: 0;
  }
  .home__check--point .columns,
  .home__check--title + .columns {
    width: 100%;
    margin: 0;
  }

  .home__bottom--wrap {
    max-width: calc(100% - 30px);
  }

  .home__bottom--button a {
    padding: 15px 50px;
    max-width: 245px;
    margin: 0 auto;
  }
  .home__bottom--button a p {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    height: 46px;
  }
  .home__bottom--button a p span {
    font-size: 16px;
    display: block;
    line-height: 1.4;
    font-feature-settings: "palt";
    width: 210px;
  }

  .home__bottom--button a p::after {
    margin: 0 0 0 10px;
    width: 25px;
    font-size: 26px;
  }

  .home__bottom {
    padding: 50px 0 100px;
  }
}

/* お詫び */
.apology {
  width: 1000px;
  margin: 0 auto 20px;
  border: 2px solid red;
  border-radius: 5px 5px;
}
.apology_text {
  padding: 10px 60px;
  text-align: center;
}
.apology_text p {
  font-size: 16px;
}

@media screen and (max-width: 1080px) {
  .apology {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 600px) {
  .apology_text {
    padding: 10px 10px;
  }
}

/* ログイン */
.login {
  background: url(../images/page/bg_login1.png) 50% 50% no-repeat;
  background-size: cover;
}
.login__columns {
  margin-top: 170px;
}

.login__left {
  -webkit-flex-basis: 540px;
  -ms-flex-preferred-size: 540px;
  flex-basis: 530px;
  max-width: 530px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login__left--wrap {
  background: #2d3764;
  padding: 40px 60px 135px;
  color: white;
}

.login__left--title h2 {
  font-size: 26px;
}
.login__left--title h2 br {
  display: none;
}
@media screen and (max-width: 400px) {
  .login__left--title h2 {
    font-size: 21px;
  }
  .login__left--title h2 br {
    display: block;
  }
  .login__left--text {
    padding: 15px 0 25px;
  }
  .login__form--input + .login__form--input {
    margin: 20px 0 0;
  }
  .login__form--submit input {
    padding: 15px 20px;
    font-size: 18px;
  }
  .login__register {
    padding: 20px 20px;
  }
}

.login__left--text {
  padding: 15px 0 30px;
}

.login__left--text p {
  font-size: 17px;
  font-feature-settings: "palt";
}

.login__left--form p.error {
  color: #e95513;
  margin-bottom: 35px;
}

.login__form--input {
  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;
  /* max-width: 420px; */
}

.login__form--input + .login__form--input {
  margin-top: 30px;
}

.login__form--input label {
  display: inline-block;
  -webkit-flex-basis: 8em;
  -ms-flex-preferred-size: 8em;
  flex-basis: 8em;
  max-width: 8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login__form--input input {
  padding: 12px 15px;
  width: 100%;
  max-width: 262px;
}

.login__form--submit {
  margin-top: 30px;
}

.login__form--submit input {
  display: block;
  border: none;
  width: 100%;
  text-align: center;
  background: #f7b52c;
  font-size: 21px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.login__form--password-reset {
  padding-top: 15px;
}

.login__form--password-reset a {
  text-decoration: none;
  color: white;
}

.login__register {
  background: white;
  margin: -100px 40px 8px;
  padding: 30px 25px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
}

.login__register--text p {
  color: #e95513;
  font-size: 16px;
  line-height: 1.7;
  font-feature-settings: "palt";
  padding: 0 10px;
}

.login__register--button a {
  display: block;
  background: #1b1f41;
  color: #faed00;
  font-weight: bold;
  font-size: 19px;
  padding: 20px;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
}

.login__right {
  margin-left: 90px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.login__right--visual {
  margin-bottom: 10px;
  margin-left: 15px;
}

.login__right--visual img {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: -10px;
}

.login__right--title {
  margin-bottom: 10px;
}

.login__right--title img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.login__right--text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #231815;
  font-feature-settings: "palt";
}

.login__right--text-blue {
  margin-top: 40px;
}

.login__right--text-blue p {
  font-size: 18px;
  color: #182987;
}
@media screen and (max-width: 1510px) {
  .login__columns {
    margin-top: 160px;
  }
  .login .container {
    padding: 0;
    width: calc(100% - 160px);
  }
  .login__left {
    flex-basis: 500px;
    max-width: 500px;
  }
  .login__left--wrap {
    padding: 40px 60px 130px;
  }

  .login__left--title h2 {
    font-size: 24px;
  }

  .login__left--text p {
    font-size: 16px;
  }
  .login__form--input label {
    font-size: 15px;
  }
  .login__form--input + .login__form--input {
    margin: 25px 0 0;
  }
  .login__form--input {
    max-width: 100%;
  }
  .login__form--input input {
    max-width: none;
    padding: 12px 15px;
  }
  .login__form--submit {
    margin: 25px 0 0;
  }
  .login__form--submit input {
    padding: 20px 20px;
    font-size: 19px;
  }
  .login__form--password-reset {
    padding: 10px 0 0;
  }
  .login__register--text p {
    font-size: 15px;
    padding: 0 5px;
  }
  .login__register--button a {
    padding: 20px 15px;
  }
  .login__right--visual {
    margin: 0 0 10px 0px;
  }
  .login__right--visual img {
    width: 90%;
    margin-left: 15px;
    max-width: 620px;
  }
  .login__right--title {
    margin-bottom: 10px;
  }
  .login__right--title img {
    max-width: 460px;
  }
  .login__right--text p {
    font-size: 19px;
    line-height: 1.8;
  }
  .login__right {
    margin: 0 0 0 80px;
  }

  .login__register {
    margin: -95px 40px 8px;
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .login__right--text p br {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .login .container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 900px) {
  .login__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .login__left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .login__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-bottom: 55px;
  }
  .login__register {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .login .container {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 420px) {
  .login__form--input {
    display: block;
  }
  .login__form--input label {
    width: 100%;
    margin: 0 0 5px;
  }
  .login__form--input input {
    max-width: calc(100% - 30px);
  }
}

/* 登録ページ */
.registration {
  background: #eff9ff;
  padding-top: 160px;
}

.registration__title {
  margin-bottom: 50px;
}

.registration__title h2 {
  font-size: 28px;
  text-align: center;
}

.registration__title--sub {
  background: #365ba4;
  padding: 15px;
}

.registration__title--sub h3 {
  font-size: 22px;
  color: white;
  text-align: center;
}

.registration__note {
  background: white;
  border: 4px solid #f7b52c;
  padding: 50px 50px;
  margin-bottom: 95px;
  border-radius: 5px;
  line-height: 1.8;
}

.registration__note p {
  font-size: 17px;
}

.registration__note dl {
  margin-top: 1em;
}

.registration__note dl dt {
  color: #e95513;
  font-size: 17px;
}

.registration__note dl dd {
  font-size: 17px;
}

.registration__note dl dd ul {
  list-style: disc;
  padding-left: 1.5em;
}

.registration__note--require {
  color: #e95513;
  padding-left: 70px;
  margin: 20px 0 45px;
}

.registration__form table {
  margin-bottom: 100px;
}

.registration__form table th,
.registration__form table td {
  background: none;
  border: none;
  border-bottom: 2px dashed #c8c9ca;
  font-size: 17px;
}

.registration__form table th {
  width: 20em !important;
}

.registration__form table th[rowspan] + td {
  border-bottom: none;
  padding-bottom: 0;
}

.registration__form table th[rowspan] + td + td {
  border-bottom: none;
  padding-bottom: 0;
}

.registration__form input[type="text"],
.registration__form input[type="email"],
.registration__form input[type="password"] {
  padding: 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.registration__form input.id1,
.registration__form input.id2 {
  max-width: 5em;
}

.registration__form input.name {
  max-width: calc(50% - 1em);
  display: inline-block;
}

.registration__example {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 1em;
  width: 130px;
  background: #fff;
}
.registration__name_case_cont_item_name {
  font-size: 14px;
  color: #919191;
  margin-right: 5px;
}

.registration__input--text {
  margin-bottom: 30px;
}

.registration__input--text p {
  color: #e95513;
}

.registration__buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registration__buttons input {
  display: block;
  background: #f7b52c;
  color: white;
  padding: 15px 75px;
  font-size: 22px;
  border: none;
}

.registration__buttons input + input {
  margin-left: 5em;
}

.registration__buttons input.back {
  background-color: #878787;
}

.registration-send,
.registration-check {
  background: #f5f5f5;
  padding-top: 160px;
}

.registration-send .registration__text,
.registration-check .registration__text {
  margin: 35px 0;
}

.registration-send .registration__input--text,
.registration-send table tr:nth-of-type(6),
.registration-send table td + td,
.registration-send table td small,
.registration-send table td span,
.registration-check .registration__input--text,
.registration-check table tr:nth-of-type(6),
.registration-check table td + td,
.registration-check table td small,
.registration-check table td span {
  display: none;
}

.registration-send .mw_wp_form_complete,
.registration-check .mw_wp_form_complete {
  margin-top: 55px;
}

.registration-send .mw_wp_form_complete .button__default,
.registration-check .mw_wp_form_complete .button__default {
  margin-top: 55px;
}

.registration__name_case {
  margin: 10px 0 0;
  display: flex;
}
.registration__name_case_ttl {
  padding-top: 5px;
}
.registration__name_case_cont {
  display: flex;
  flex-wrap: wrap;
}
.registration__name_case_cont_item {
  display: flex;
  margin-bottom: 15px;
  margin-left: 15px;
}
.registration__name_case_cont_item:first-child {
  margin-right: 35px;
}
.registration__name_case_cont_item_last {
  margin-left: 15px;
}
@media screen and (max-width: 860px) {
  .registration__name_case_cont_item {
    margin-left: 0px;
  }
  .registration__name_case_cont_item:first-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 460px) {
  .registration__name_case {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1510px) {
  .registration .container {
    padding: 0;
    width: calc(100% - 160px);
  }
  .registration__form table th {
    width: 18em !important;
  }
  .registration__form table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .registration .container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 828px) {
  .registration__note {
    padding: 15px;
  }
  .registration__note--require {
    margin-bottom: 15px;
  }
  .registration__form table th,
  .registration__form table td {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .registration__form table th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .registration__buttons input + input {
    margin-left: 0;
    margin-top: 20px;
  }
  .registration__input--text p.text-center {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .registration .container {
    width: calc(100% - 30px);
  }
  .registration__example {
    padding: 5px 0.5em;
  }
  .registration__note--require {
    padding: 0;
  }
}

.certification {
  padding-top: 200px;
  padding-bottom: 200px;
}

.certification .button__default {
  margin-top: 65px;
}

.privacy-policy {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 200px;
  z-index: 100;
  display: none;
}

.privacy-policy__wrap {
  background: white;
  border: 3px solid #3860b0;
  padding: 70px 90px;
  position: relative;
}

.privacy-policy__wrap h3 {
  font-size: 17px;
  margin-bottom: 1em;
}

.privacy-policy__wrap ol {
  padding-left: 1.5em;
  margin: 1em 0;
  font-size: 16px;
}

.privacy-policy__wrap ol li {
  list-style-type: decimal;
}

.privacy-policy__close {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.privacy-policy__close::after,
.privacy-policy__close::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 3px;
  background: #878787;
}

.privacy-policy__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.privacy-policy__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.movie {
  padding-top: 150px;
}

.movie .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.movie__column--content {
  max-width: 920px;
  -webkit-flex-basis: 920px;
  -ms-flex-preferred-size: 920px;
  flex-basis: 920px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.movie__column--sidebar {
  max-width: 300px;
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}

.movie__column--title {
  margin-bottom: 20px;
}

.movie__column--title h2 {
  font-size: 25px;
  color: white;
  background: #094695;
  padding: 10px 15px;
}

.movie__content--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 70px;
}

.movie__content--movie video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.movie__content--title {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.movie__content--title h3 {
  font-size: 18px;
}
.movie__content--text p {
  font-size: 18px;
}

.movie__sidebar--title {
  margin-bottom: 10px;
}

.movie__sidebar--title h3 {
  background: #094695;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: white;
}

.movie__sidebar--list ul li + li {
  border-top: 1px dashed #595757;
  margin-top: 15px;
  padding-top: 15px;
}

.movie__sidebar--list ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.movie__sidebar--thumbnail {
  padding: 0 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1510px) {
  .movie .container {
    padding: 0;
    width: calc(100% - 160px);
  }
  .movie__column--content {
    max-width: 70%;
    flex-basis: 70%;
  }
  .movie__column--sidebar {
    max-width: 25%;
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1300px) {
  .movie .container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 960px) {
  .movie {
    padding-top: 70px;
  }
  .movie__column--title {
    margin: 0 0 25px;
  }
  .movie .columns {
    flex-direction: column;
    display: block;
  }
  .movie__column--content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .movie__column--title h2 {
    font-size: 20px;
  }
  .movie__column--sidebar {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
  .movie__content--movie {
    margin: 0 0 30px;
  }
  .movie__content--title h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .movie__content--text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .movie__column--content {
    max-width: 100%;
  }

  .movie__column--sidebar {
    max-width: 100%;
  }
  .movie__column--sidebar .movie__sidebar--list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .movie__column--sidebar .movie__sidebar--list ul li {
    width: 50%;
    border-top: none;
    border-bottom: 1px dashed #595757;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .movie {
    padding-top: 85px;
  }
  .movie .container {
    width: calc(100% - 30px);
  }
  .movie__column--title {
    margin: 0 0 30px;
  }
  .movie__content--movie {
    margin: 0 0 30px;
  }
  .movie__content--movie {
    margin-top: 0px;
  }
  .movie__content--movie {
    margin: 0 0 20px;
  }
  .movie__column--title h2 {
    font-size: 18px;
    font-feature-settings: "palt";
  }
  .movie__content--text p {
    font-size: 14px;
    line-height: 1.4;
  }

  .movie__column--sidebar {
    margin: 50px 0 0;
  }
  .movie__column--sidebar .movie__sidebar--list ul {
    justify-content: space-between;
  }
  .movie__column--sidebar .movie__sidebar--list ul li {
    width: calc(50% - 10px);
  }
  .movie__sidebar--list ul li a {
    font-size: 14px;
    line-height: 1.4;
  }
  .movie__sidebar--thumbnail {
    padding: 0 0px;
    margin: 0 0 5px;
  }
}

.test-center {
  margin-top: 180px;
}

.test-center__title h2 {
  background: #04438b;
  border-radius: 5px;
  padding: 20px 50px;
  margin-bottom: 45px;
}
.test-center__title h2 span {
  font-size: 28px;
  color: white;
}

.test-center__title h3 {
  font-size: 22px;
  color: #04438b;
  padding-bottom: 5px;
  border-bottom: 2px solid #04438b;
  margin-bottom: 40px;
}

.test-center__schedule--list,
.test-center__body--time,
.test-center__body--date,
.test-center__header--text {
  padding-left: 80px;
}

.test-center__body {
  margin-top: 25px;
}

.test-center__body--date {
  margin-bottom: 45px;
}

.test-center__body--date table th,
.test-center__body--date table td {
  background: none;
  border: none;
  border-bottom: 1px dotted #9bc6e5;
  font-weight: normal;
}

.test-center__body--date table thead th {
  color: #04438b;
  font-size: 22px;
  font-weight: bold;
}

.test-center__body--date table tbody tr th,
.test-center__body--date table tbody tr td {
  vertical-align: middle;
}

.test-center__body--date table tbody tr th {
  width: 6em;
}

.test-center__body--date table tbody tr th > div {
  color: #04438b;
  width: 7em;
  background: #c8deee;
  font-size: 21px;
  font-weight: bold;
  padding: 15px 20px;
}

.test-center__body--date table tbody tr th:nth-of-type(2) {
  width: 23.5em;
}

.test-center__body--time {
  margin-bottom: 120px;
}

.test-center__body--time table th,
.test-center__body--time table td {
  border: 1px solid #505050;
  text-align: center;
  vertical-align: middle;
}

.test-center__body--time table tr:nth-of-type(1) td {
  background: #c8deee;
}

.test-center__body--time table tr:nth-of-type(n + 2) td {
  background: #e5eff7;
}

.test-center__body--time table tr td[rowspan] {
  background: white;
}

.test-center__body--time table + p {
  margin-top: 30px;
  margin-left: 75px;
}

.test-center__body--time dl {
  border: 1px solid #094695;
  padding: 35px 60px;
  margin-top: 25px;
}

.test-center__body--time dl dt {
  font-size: 21px;
  color: #e95513;
  font-weight: bold;
  padding-bottom: 15px;
}

.test-center__body--time dl dd {
  font-size: 18px;
  padding-left: 1.5em;
}

.test-center__body--time dl dd ul li + li {
  margin-top: 1.5em;
}

.test-center__body--time dl dd ul li a {
  display: inline-block;
  color: #3860b0;
}

.test-center__body--table__note {
  margin-top: 15px;
}
.test-center__body--table__note p a {
  color: #0f65b2;
}

.test-center__button a {
  background: #3e88c9;
  color: white;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}

.test-center__schedule dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-center__schedule dl dt {
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  color: #04438b;
  background: #c8deee;
  padding: 20px 10px;
  text-align: center;
}

.test-center__schedule dl dd {
  max-width: calc(100%-6em);
  -webkit-flex-basis: calc(100%-6em);
  -ms-flex-preferred-size: calc(100%-6em);
  flex-basis: calc(100%-6em);
  padding-left: 1.5em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
}

.test-center__schedule--date {
  max-width: 12em;
  -webkit-flex-basis: 14em;
  -ms-flex-preferred-size: 14em;
  flex-basis: 14em;
  color: #04438b;
  font-size: 19px;
  font-weight: bold;
}
.test-center__schedule--list__arrow {
  margin: 10px 0;
}
.test-center__schedule--list__arrow img {
  width: 60px;
  margin: 0 0 0 80px;
}
.test-center__schedule--note {
  font-size: 18px;
}

@media screen and (max-width: 1510px) {
  .test-center .container {
    padding: 0;
    width: calc(100% - 160px);
  }
  .test-center__header {
    margin: 0 auto;
  }
  .test-center__header--text {
    padding: 0;
    width: 100%;
  }
  .test-center__schedule {
    margin: 0 auto;
  }
  .test-center__body--date {
    padding: 0 0 45px;
    margin: 0 auto;
  }
  .test-center__body--time {
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .test-center__schedule--list {
    padding: 0;
    margin: 0 auto;
  }
  .test-center-sp-padding th {
    padding: 0;
    font-size: 16px;
  }
  .test-center__body--date table tbody tr th > div {
    padding: 15px;
  }
  .test-center-sp-padding td {
    padding: 0;
    font-size: 16px;
  }
  .test-center__button {
    padding: 20px 0;
  }
  .test-center__body--date table tbody tr th {
    width: auto;
  }
  .test-center__body--date table tbody tr th:nth-of-type(2) {
    width: auto;
  }
  .test-center__button a {
    width: calc(100% - 20px);
    text-align: center;
  }
  .test-center__schedule--note {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .test-center .container {
    width: calc(100% - 80px);
  }
  .test-center__schedule dl dd {
    display: block;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 828px) {
  .test-center__schedule--list,
  .test-center__body--time,
  .test-center__body--date,
  .test-center__header--text {
    padding-left: 0;
  }
  .test-center__schedule {
    width: 100%;
  }
  .test-center__header--text {
    width: 100%;
  }
  .test-center__header {
    width: 100%;
  }
  .test-center__body--date {
    width: 100%;
  }
  .test-center__body--time {
    width: 100%;
  }
  .test-center__schedule--list {
    width: 100%;
  }
  .test-center__body--date table tbody tr th,
  .test-center__body--date table tbody tr td {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .test-center__body--date table tbody tr th > div {
    width: 100%;
    box-sizing: border-box;
  }

  .sp-none-th {
    display: none;
  }
  .test-center__body--date table tbody tr th:nth-of-type(2) {
    width: 100%;
  }
  .test-center-sp-padding th {
    padding: 15px 0;
  }
  .test-center-sp-padding td {
    padding: 15px 0;
  }
  .test-center__title h3 {
    font-size: 21px;
  }
  .test-center__title h2 {
    padding: 20px 19px;
  }
  .test-center__schedule dl dd {
    padding-left: 0;
  }
  .test-center__schedule--note {
    width: calc(100% - 140px);
  }
  .test-center__title h2 {
    margin: 0 0 25px;
  }
  .test-center {
    margin: 205px 0 100px;
  }
  .test-center__schedule dl dt {
    width: 100%;
  }
  .test-center__schedule--list__arrow img {
    display: flex;
    margin: 0 auto;
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .test-center {
    margin: 170px 0 0px;
  }
  .test-center .container {
    width: calc(100% - 30px);
  }
  .test-center__title h2 {
    padding: 15px 19px;
    margin: 0 0 15px;
  }
  .test-center__title h2 span {
    font-size: 20px;
    display: block;
  }
  .test-center__header--text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .test-center__title h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .test-center__body--date table tbody tr th > div {
    padding: 10px 15px;
  }
  .test-center-sp-padding th {
    padding: 5px 0;
  }
  .test-center-sp-padding td {
    padding: 5px 0;
  }
  .test-center__button {
    padding: 0px 0 40px;
  }

  .test-center__body--time {
    padding: 0 0 65px;
  }

  .test-center__schedule dl dt {
    padding: 10px 10px;
  }
  .test-center__schedule dl dd {
    margin: 10px 0 0;
  }
  .test-center__body--table {
    margin: -20px 0 0;
  }

  .test-center__schedule dl .columns {
    display: block;
  }
  .test-center__schedule--date {
    width: 100%;
  }
  .test-center__schedule--note {
    width: 100%;
  }
  .test-center__body--time dl {
    padding: 20px;
  }
  .test-center__body--time dl dd {
    padding-left: 0;
  }
}

/* サイトへ閉鎖時 */

.close {
  margin-top: 150px;
}

.close_img {
  text-align: center;
  margin: 0 auto;
}

.close_img img {
  width: 650px;
}
@media screen and (max-width: 1510px) {
  .close_img img {
    width: 600px;
  }
}

.close_title {
  text-align: center;
  margin: 25px 0 30px;
}

.close_title p {
  font-size: 30px;
  font-weight: bold;
  color: #285a94;
  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff;
}
.close_title p span {
  font-size: 30px;
}

.close_text {
  text-align: center;
  margin: 0 0 100px;
}

.close_text p {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .close_img img {
    width: 100%;
  }
}

@media screen and (max-width: 665px) {
  .close_img img {
    width: 100%;
  }
  .close_title {
    margin: 30px 0 20px;
  }
  .close_title p {
    font-size: 20px;
  }
  .close_title p br {
    display: none;
  }
  .close_title p span {
    font-size: 20px;
  }
  .close_title p span {
    display: block;
    width: 100%;
  }
  .close_text p {
    font-size: 16px;
  }
}

/* アンケートフォーム */

.enquete_wrap {
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  margin: 80px auto 0;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.enquete_title h1 {
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 20px;
}

.enquete__message {
  background: #f7b52c;
  padding: 15px;
  margin-bottom: 55px;
}

.enquete__message p {
  font-size: 22px;
  color: white;
  text-align: center;
}

.enquete__messagetext {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 828px) {
  .enquete__message p {
    font-size: 18px;
    text-align: left;
  }
}

.enquete__inquiry p {
  color: #e95513;
  font-size: 18px;
  padding: 1em;
}

.enquete dl.columns {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enquete dl.columns dd {
  padding-left: 25px;
}

.enquete dl dt {
  font-size: 17px;
  color: #036eb7;
}

.enquete dl dd {
  font-size: 17px;
}

.enquete dl dd input[type="text"],
.enquete dl dd input[type="email"] {
  padding: 10px;
  font-size: 16px;
  width: 380px;
}

.enquete__form--profile {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid #969696;
}

.enquete__form--title {
  border-bottom: 1px dashed #c8c9ca;
  padding-bottom: 10px;
}

.enquete__form--title h2 {
  font-size: 17px;
  color: #036eb7;
  display: inline-block;
}

.enquete__form--title p {
  display: inline-block;
}

.enquete__form--title small {
  font-size: 16px;
}

.enquete__form--list {
  margin-bottom: 35px;
}

.enquete__form--list dl dt {
  padding: 20px 0;
  font-size: 16px;
}

.enquete__form--list dl dt small {
  color: #333;
}

.enquete__form--list dl dd {
  font-size: 17px;
  border-bottom: 1px dashed #c8c9ca;
  padding: 0 45px 30px;
}

.enquete__form--list dl dd textarea {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.enquete__form--list dl dd .error {
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  background-color: #f2dede;
  color: #c50000;
}

.horizontal-item {
  margin: 0 30px 0 0;
}

.comment p {
  font-size: 18px;
  color: orange;
}

@media screen and (max-width: 828px) {
  .enquete__form--list dl dd {
  }
  .enquete__form--list dl dd label {
    display: block;
  }
}

.enquete__form--list .columns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.enquete .default__button + .default__button {
  margin-left: 35px;
}

.enquete .default__button input[type="submit"] {
  display: inline-block;
  padding: 15px 5em;
  font-size: 17px;
  background: #f7b52c;
  color: white;
}

.enquete__buttons {
  margin-top: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.certification {
  padding-top: 80px;
}

.certification__button .button__default {
  margin-top: 20px;
  text-align: center;
}

.certification__button .button__default a {
  display: inline-block;
  text-decoration: none;
  background: #036eb7;
  color: white;
  font-size: 16px;
  padding: 15px 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select {
  background-image: url(../images/page/downarrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-color: #fff;
  width: 440px;
  height: 45px;
  padding: 10px;
}

.first_wrap {
  width: 1320px;
  margin: 60px auto;
  border-top: 3px dotted #3368ab;
  border-bottom: 3px dotted #3368ab;
  padding: 30px 0;
}

.q_wrap {
  padding: 30px 0;
  display: flex;
  width: 100%;
  border-bottom: 1px dashed #c8c9ca;
}

.q_wrap:last-child {
  border-bottom: none;
}

.left_q {
  display: flex;
  width: 50%;
}

.all_q {
  display: flex;
  width: 50%;
}

.right_q {
  display: flex;
  width: 50%;
}

.left_q dt {
  width: 150px;
  padding: 10px 0px 10px 0;
}

.all_q dt {
  width: 150px;
  padding: 10px 0px 10px 0;
}

.right_q dt {
  width: 150px;
  padding: 10px 0px 10px 10px;
}

.first_wrap dl .q_wrap .left_q dd input {
  width: 420px;
  height: 25px;
  padding: 10px;
}

.first_wrap dl .q_wrap .right_q dd input {
  width: 430px;
  height: 25px;
  padding: 10px;
}

@media screen and (max-width: 1320px) {
  .first_wrap {
    width: 100%;
  }
  .q_wrap {
    display: block;
  }
  .left_q {
    width: 100%;
  }
  .all_q {
    width: 100%;
  }
  .right_q {
    width: 100%;
    margin: 20px 0 0;
  }
  .left_q dt {
    padding: 10px 0px 10px 0px;
  }
  .all_q dt {
    padding: 10px 0px 10px 0px;
  }
  .right_q dt {
    padding: 10px 0px 10px 0px;
  }
}

@media screen and (max-width: 600px) {
  .left_q {
    display: block;
    width: 100%;
  }
  .all_q {
    display: block;
    width: 100%;
  }
  .right_q {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }

  .left_q dd {
    padding: 0 45px 20px;
  }
  .first_wrap dl .q_wrap .left_q dd input {
    width: 100%;
    margin: 0 -10px;
  }
  .left_q dd .select {
    width: 100%;
  }
  .all_q dd {
    padding: 0 45px 20px;
  }
  .all_q dd .select {
    width: 100%;
  }
  .right_q dd {
    padding: 0 45px 20px;
  }
  .first_wrap dl .q_wrap .right_q dd input {
    width: 100%;
    margin: 0 -10px;
  }
}

/* 見出し■ */

.caption {
  margin: 0 0 0 -16px;
}

@media screen and (max-width: 1320px) {
  .caption {
    margin: 0;
  }
}

/* アンケート終了 */
.enquete_close {
  width: 1300px;
  margin: 165px auto 380px;
  border-bottom: 3px dotted #386fb7;
}
.enquete_close_title {
  margin: 60px auto 0;
}
.enquete_close_title p {
  font-size: 25px;
  margin: 10px 0 0;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Std w7", "Hiragino Kaku Gothic Std w7";
}
.enquete_close_text {
  margin: 40px 20px 140px;
}
.enquete_close_text p {
  font-size: 21px;
  margin: 25px 0;
  font-family: "ヒラギノ角ゴ Std w3", "Hiragino Kaku Gothic Std w3";
}
.enquete_close_day {
  text-align: end;
  margin: 25px 40px;
}
.enquete_close_day p {
  font-size: 21px;
  font-family: "ヒラギノ角ゴ Std w3", "Hiragino Kaku Gothic Std w3";
}

@media screen and (max-width: 1300px) {
  .enquete_close {
    width: 100%;
  }
}

/* 登録フォーム確認画面 */
.mw_wp_form_confirm .registration__note {
  display: none;
}
.mw_wp_form_confirm .registration__note--require {
  display: none;
}

.mw_wp_form_confirm .confirm-none {
  display: none;
}

.confirm-open {
  display: none;
  margin: 50px 0;
}
.mw_wp_form_confirm .confirm-open {
  display: block;
}
.confirm-border-top {
  border: none;
}
.mw_wp_form_confirm .confirm-border-top {
  border-top: 2px dashed #c8c9ca !important;
}
.confirm-border {
  border: none;
}
.mw_wp_form_confirm .confirm-border {
  border-bottom: 2px dashed #c8c9ca !important;
}

.mw_wp_form_complete .registration__table {
  width: 780px;
  margin: 0 auto;
}

.mw_wp_form_complete .button__default {
  margin: 76px 0 50px;
}

.comingsoon {
  margin: -10px auto 0;
  max-width: 355px;
  text-align: center;
}
.comingsoon p {
  font-size: 40px;
  font-weight: bold;
  color: #bb0000;
  letter-spacing: 1.5px;
  text-shadow:
    1px 2px 0 #fff,
    -1px -2px 0 #fff,
    -1px 2px 0 #fff,
    1px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}
.comingsoon img {
  width: 100%;
  height: auto;
  margin: 0 0 0px 15px;
}

@media screen and (max-width: 400px) {
  .comingsoon {
    max-width: 100%;
  }
  .comingsoon img {
    margin: 0;
    width: 80%;
    margin-left: 15px;
  }
}
.comingborder {
  width: 665px;
  margin: -5px auto 25px;
  height: auto;
  height: 4px;
}
.comingborder img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.comingtext {
  text-align: center;
  margin: 10px 0 20px;
}
.comingtext p {
  font-size: 28px;
  font-weight: bold;
  color: #1b1f41;
  letter-spacing: 2px;
  text-shadow:
    1px 2px 0 #fff,
    -1px -2px 0 #fff,
    -1px 2px 0 #fff,
    1px -2px 0 #fff,
    0px 2px 0 #fff,
    0 -2px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.comingtext p br {
  display: none;
}
@media screen and (max-width: 400px) {
  .comingtext {
    margin: 20px 0 20px;
  }
  .comingtext p {
    font-size: 20px;
  }
  .comingtext p br {
    display: block;
  }
}
.comingsubtext {
  text-align: center;
}
.comingsubtext p {
  font-size: 20px;
  font-weight: 500;
  color: #1b1f41;
  font-feature-settings: "palt";
}
.comingsubtext p br {
  display: none;
}
@media screen and (max-width: 400px) {
  .comingsubtext p {
    font-size: 16px;
  }
  .comingsubtext p br {
    display: block;
  }
}
.coming-soon .login {
  padding-top: 140px;
}
.login .comingsoon_wrap {
  padding-top: 140px;
}
/* .login{
  background-image: url(../images/page/close_backimg.jpg);
} */
@media screen and (max-width: 665px) {
  .comingborder {
    width: 100%;
  }
  .comingborder img {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  /* .login{
    padding: 110px 0 100px;
  } */
  .login__register {
    padding: 30px 20px;
  }
  .login__register--button a {
    font-size: 18px;
  }
  .login__right--text p {
    font-size: 17px;
  }
  .login__left--wrap {
    padding: 30px 20px 120px;
  }
}
