@charset "UTF-8";

body {
  font-size: 14px;
  color: #1d1d1d;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo,
    sans-serif;
  letter-spacing: 0.05em;
}

.img-center {
  display: block;
  margin: auto;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none;
  color: inherit;
}

button,
button:focus {
  outline: none !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header {
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.77);
  z-index: 999;
}

#header .banner {
  max-width: 100%;
  width: 300px;
  margin: auto;
  display: block;
  padding-bottom: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  #header .navbar {
    padding: 0.3rem 0.6rem;
  }
}

#header .navbar-light .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  #header .navbar-expand-lg .navbar-nav {
    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;
  }
}

#header a {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header .logo {
  height: 16px;
  margin-top: -5px;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  #header .logo {
    height: 13px;
    padding-left: 5px;
    margin-left: 5px;
  }
}

#header .navbar-toggler {
  padding: 0;
}

#header .navbar-light .navbar-toggler {
  margin-left: auto;
  margin-right: 5px;
  border-color: rgba(0, 0, 0, 0);
  outline: none;
}

#header .navbar-light .navbar-toggler:active,
#header .navbar-light .navbar-toggler:checked {
  border: none;
}

#header .sp-btnContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 300px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

#header .sp-btnContent .nav-item {
  width: 140px;
}

#header .nav-item {
  margin-right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header .nav-item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  #header .nav-item {
    width: 70%;
    margin: auto;
    position: relative;
  }

  #header .nav-item::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 13px;
    background: url(/assets/img/header/icon-right.svg) no-repeat 0 0;
    background-size: 12px 12px;
  }

  #header .nav-item:last-child img,
  #header .nav-item:nth-last-child(2) img {
    margin: auto;
    display: block;
  }

  #header .nav-item:last-child::before,
  #header .nav-item:nth-last-child(2)::before {
    content: none;
  }
}

@media screen and (min-width: 992px) {
  #header .mypage-margin {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #header .navbar-collapse {
    padding: 10px;
  }
}

#header .login {
  margin-left: auto;
}

#header .login a {
  display: inline-block;
  background: #4da1ff;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 7px;
}

@media screen and (max-width: 991px) {
  nav.navbar {
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.77);
    z-index: 999;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.navbar-bottom {
  background: #6ad2bc;
  background-image: url(/assets/img/footer/cv/bg.jpg);
  background-size: cover;
  padding: 5px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .navbar-bottom {
    display: none;
  }
}

.navbar-bottom img {
  margin: 5px;
  max-width: 100%;
  height: 35px;
}

textarea,
input[type='text'],
input[type='password'],
input[type='mail'],
select {
  display: block;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #a7c2dd;
  padding: 0.7em;
  font-weight: 400;
  -webkit-box-shadow: 1px 1px 2px #bfbfbfb3;
  box-shadow: 1px 1px 2px #bfbfbfb3;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='mail']:focus,
select:focus {
  -webkit-box-shadow: 0 0 0 4px #b5dbfc;
  box-shadow: 0 0 0 4px #b5dbfc;
  outline: 0;
  border: 1px solid #4da1ff;
}

input[type='password'] {
  letter-spacing: 0.2em;
  color: #606060;
}

input::-webkit-input-placeholder {
  color: #b0b8cc;
}

input:-ms-input-placeholder {
  color: #b0b8cc;
}

input::-ms-input-placeholder {
  color: #b0b8cc;
}

input::placeholder {
  color: #b0b8cc;
}

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background: #fff;
  border: 2px solid #a7c2dd;
  border-radius: 3px;
}

input[type='checkbox']:checked::before {
  border: solid 2px #6d89a5;
}

input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  top: 5px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #b7d685;
  border-bottom: 3px solid #b7d685;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

input[type='checkbox']:checked::after {
  opacity: 1;
}

.dropdown {
  width: 300px;
  max-width: 100%;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.8em;
  color: #6d89a5;
  border-radius: 7px;
  border: 1px solid #a7c2dd;
  font-weight: 400;
  -webkit-box-shadow: 1px 1px 2px #bfbfbfb3;
  box-shadow: 1px 1px 2px #bfbfbfb3;
}

.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 15px;
}

.dropdown .select>.arrow {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  margin-top: 5px;
}

.dropdown .dropdown-menu {
  position: absolute;
  font-size: 1em;
  color: #6d89a5;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 10px;
  z-index: 9;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 2px #bfbfbfb3;
  box-shadow: 1px 1px 2px #bfbfbfb3;
  border: 1px solid #4da1ff;
}

.dropdown .dropdown-menu li:hover {
  background-color: #e2f1ff;
  border-radius: 7px;
  color: #4da1ff;
}

.dropdown:active {
  background-color: #e2f1ff;
  color: #4da1ff;
}

.dropdown.active:hover,
.dropdown.active {
  background-color: #e2f1ff;
  color: #4da1ff;
}

.dropdown.active .select>.arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown .dropdown-menu li {
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.carousel-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.carousel-item .back-zoom {
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes zoom-in-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom-in-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes zoom-out-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-out-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  #MainVisual {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #MainVisual-sp {
    display: none;
  }
}

.main-visual {
  width: 100%;
  height: 767px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: 664px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.main-visual .img-title {
  width: 428px;
  max-width: 100%;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: auto;
}

.main-visual-ttl {
  width: 580px;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 170px;
  padding-bottom: 40px;
}

.main-visual-ttl .img-title {
  position: static;
  width: 428px;
  height: auto;
  margin: 0;
}

.main-visual-ttl .mv-btn {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 24px 0 0;
}

@media screen and (max-width: 1100px) {
  .main-visual-ttl {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .main-visual .img-title {
    width: 296px;
    top: -290px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .main-visual-ttl {
    padding-top: 113px;
  }
}

.main-visual .img-price {
  width: 430px;
  max-width: 100%;
  position: absolute;
  bottom: 60px;
  right: 50px;
}

.campaign-info-wrap {
  width: 358px;
  max-width: 100%;
  position: absolute;
  bottom: 60px;
  right: 50px;
  padding: 24px 21px;
  border-radius: 12px;
  background: #EBEBEB;
}

.campaign-info-wrap-sp {
  display: none;
  background: rgba(235, 235, 235, 0.85);
}

.campaign-info {
  display: flex;
  gap: 16px;
}

.campaign-info-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* justify-content: space-between; */
}

.campaign-info-left img {
  width: 100%;
  height: auto;
}

.campaign-info-right {
  flex: 1;
  min-width: 160px;
}

.campaign-info-right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual .img-price {
    width: 305px;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .campaign-info-wrap {
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .campaign-info-wrap .mv-btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    font-size: 14px;
  }

  .campaign-info-wrap-sp {
    display: block;
    position: static;
    margin-top: -240px;
    margin-bottom: 60px;
  }
}

.main-container {
  width: 1230px;
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
}

.main-property {
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-property {
    padding-top: 60px;
  }
}

.main-property .main-property-btn {
  padding: 12px 40px;
  color: #fff;
  background: #4cd5bb;
  font-weight: 700;
  display: block;
  margin: auto;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}

.main-property h2 {
  margin-bottom: 10px;
}

.main-property h2 img {
  display: block;
  margin: auto;
}

.main-property .property-flex-list {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  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 (max-width: 1220px) {
  .main-property .property-flex-list {
    width: 600px;
  }
}

@media (max-width: 640px) {
  .main-property .property-flex-list {
    width: 290px;
  }
}

.main-property .property-flex-list-box {
  width: 290px;
  height: 290px;
  padding: 20px;
  border-radius: 20px;
  background: #fafafa;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
}

.main-property .property-flex-list-box:nth-child(1) {
  background-image: url(/assets/img/main-page-ver2/property/bg-01.webp);
}

.main-property .property-flex-list-box:nth-child(2) {
  background-image: url(/assets/img/main-page-ver2/property/bg-02.webp);
}

.main-property .property-flex-list-box:nth-child(3) {
  background-image: url(/assets/img/main-page-ver2/property/bg-03.webp);
}

.main-property .property-flex-list-box:nth-child(4) {
  background-image: url(/assets/img/main-page-ver2/property/bg-04.webp);
}

.main-property .property-flex-list-box-text {
  color: #fff;
}

.main-property .property-flex-list-box-text h4 {
  font-size: 18px;
  font-weight: 700;
}

.main-property .property-flex-list-box-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.main-plan {
  padding-top: 100px;
}

.main-plan h2 {
  margin: auto;
  margin-bottom: 10px;
}

.main-plan h2 img {
  display: block;
  margin: auto;
}

.main-plan .main-plan-container {
  width: 680px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .main-plan .main-plan-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-plan .main-plan-banner {
  margin-bottom: 42px;
}

.main-plan .main-plan-banner a {
  display: block;
}

.main-plan .main-plan-banner img {
  max-width: 505px;
}

.main-plan .main-plan-box {
  width: 350px;
  border: 4px solid #4cd5bb;
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
  z-index: 2;
}

@media (max-width: 575px) {
  .main-plan .main-plan-banner img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .main-plan .main-plan-box {
    width: 300px;
  }
}

.main-plan .main-plan-box-title {
  background: #4cd5bb;
  padding: 15px 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.main-plan .main-plan-box-content table {
  margin: 20px 25px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .main-plan .main-plan-box-content table {
    font-size: 12px;
    margin: 20px 20px;
  }
}

.main-plan .main-plan-box-content table th {
  text-align: right;
  padding-right: 15px;
}

.main-plan .main-plan-box-content table th,
.main-plan .main-plan-box-content table td {
  padding-bottom: 10px;
}

.main-plan .main-plan-box-content--price {
  display: block;
  margin: auto;
  margin-top: 35px;
}

.main-plan .main-plan-box-content--btn {
  display: block;
  margin: auto;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}

.main-plan .main-plan-sup {
  position: relative;
  margin-top: 20px;
}

.main-plan .main-plan-sup .main-plan-device {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  margin-left: -50px;
  width: 415px;
}

@media screen and (max-width: 767px) {
  .main-plan .main-plan-sup .main-plan-device {
    display: none;
  }
}

.main-banner-sim {
  margin: auto;
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-banner-sim img {
  max-width: 100%;
  width: 580px;
}

@media (max-width: 767px) {
  .main-banner-sim img {
    width: 305px;
  }
}

.main-flow {
  padding-top: 100px;
}

.main-flow h2 {
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 10px;
}

.main-flow h2 img {
  display: block;
  margin: auto;
}

.main-flow .main-flow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .main-flow .main-flow-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-flow .main-flow-container .main-flow-box {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 50px;
  margin-top: 20px;
}

.main-flow .main-flow-container .main-flow-box .flow-number {
  height: 60px;
}

@media (max-width: 991px) {
  .main-flow .main-flow-container .main-flow-box .flow-number {
    margin-top: 40px;
  }
}

.main-flow .main-flow-container .main-flow-box-content {
  width: 220px;
}

.main-flow .main-flow-container .main-flow-box-content h5 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.main-flow .main-flow-container .main-flow-box-content p {
  font-size: 13px;
}

.main-flow .main-flow-container .main-flow-box-content img {
  width: 110px;
  display: block;
  margin: auto;
}

.main-report {
  overflow: hidden;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f5fcff;
}

@media (max-width: 991px) {
  .main-report {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.main-report h2 {
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 10px;
}

.main-report h2 img {
  display: block;
  margin: auto;
}

.main-report h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .main-report h3 {
    text-align: left;
    padding-left: 35px;
  }
}

.main-report .main-report-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

@media (max-width: 1020px) {
  .main-report .main-report-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-report .main-report-container .main-report-btn {
  padding: 12px 40px;
  color: #fff;
  background: #4cd5bb;
  font-weight: 700;
  display: block;
  margin: auto;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}

.main-report .main-report-container .main-report-content {
  width: 500px;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 1020px) {
  .main-report .main-report-container .main-report-content {
    width: 100%;
  }
}

.main-report .main-report-container .main-report-content .bg-01 {
  width: 70px;
  position: absolute;
  left: -70px;
  top: 0;
}

@media (max-width: 1020px) {
  .main-report .main-report-container .main-report-content .bg-01 {
    display: none;
  }
}

.main-report .main-report-container .main-report-content .bg-02 {
  width: 80px;
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 0;
}

@media (max-width: 1020px) {
  .main-report .main-report-container .main-report-content .bg-02 {
    display: none;
  }
}

.main-report .main-report-container .main-report-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1020px) {
  .main-report .main-report-container .main-report-content-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1000px;
  }
}

@media (max-width: 1020px) {
  .main-report .main-report-container .over-flow-scroll {
    padding-left: 30px;
    width: 100%;
    overflow-x: scroll;
  }
}

.main-report .main-report-container .main-report-content-box {
  width: 240px;
  height: 345px;
  padding: 15px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-report .main-report-container .main-report-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-report .main-report-container .main-report-box-head .main-report-box-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.main-report .main-report-container .main-report-box-head .main-report-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-report .main-report-container .main-report-box-head .main-report-box-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.main-report .main-report-container .main-report-box-head .main-report-box-id {
  font-size: 12px;
  color: #bebebe;
}

.main-report .main-report-container .main-report-box-text {
  font-size: 14px;
}

.main-report .main-report-container .main-report-box-img {
  border-radius: 15px;
  margin-top: auto;
}

.main-report .main-report-container .main-report-complement {
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  .main-report .main-report-container .main-report-complement {
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .main-report .main-report-container .main-report-speed {
    margin-top: 50px;
  }
}

.main-report .main-report-container .main-report-speed .main-report-content-box {
  padding: 0%;
}

.main-report .main-report-container .main-report-speed .speed-box-top {
  z-index: 2;
}

.main-report .main-report-container .main-report-speed .speed-box-top img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.main-report .main-report-container .main-report-speed .speed-box-bottom {
  padding: 15px;
}

.main-report .main-report-container .main-report-speed .speed-box-bottom table tr {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
}

.main-report .main-report-container .main-report-speed .speed-box-bottom table tr:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main-report .main-report-container .main-report-speed .speed-box-bottom table tr {
    font-size: 10px;
  }
}

.main-report .main-report-container .main-report-speed .speed-box-bottom table tr td:first-child {
  font-weight: 700;
  color: #667681;
  padding-right: 20px;
  width: 130px;
}

@media screen and (max-width: 767px) {
  .main-report .main-report-container .main-report-speed .speed-box-bottom table tr td:first-child {
    padding-right: 10px;
  }
}

.main-report .main-report-container .main-report-speed .speed-box-bottom table tr td:first-child img {
  margin-right: 3px;
  width: 13px;
}

@media screen and (max-width: 767px) {
  .main-report .main-report-container .main-report-speed .speed-box-bottom table tr td:first-child {
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  .main-report .main-report-container .main-report-speed .speed-box-bottom table tr td {
    padding-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .faq.main-faq {
    padding-bottom: 0px;
    padding-top: 50px;
  }
}

.faq.main-faq .main-faq-btn {
  padding: 12px 40px;
  color: #fff;
  background: #4cd5bb;
  font-weight: 700;
  display: block;
  margin: auto;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}

#mv2 .mv2-pc {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(/assets/img/main-page/main-visual/bg.webp);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mv2 .mv2-pc .title {
  margin: auto;
  width: 45vw;
  margin-top: 14vh;
}

#mv2 .mv2-pc .fee {
  position: absolute;
  width: 36vw;
  right: 5vw;
  bottom: 5vw;
}

#mv2 .mv2-sp {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(/assets/img/main-page/main-visual/sp/bg.webp);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  #mv2 .mv2-sp {
    height: 667px;
  }
}

#mv2 .mv2-sp .title {
  margin: auto;
  width: 100%;
  margin-top: 15vh;
}

#mv2 .mv2-sp .fee {
  width: 85vw;
  margin: auto;
  left: auto;
  right: auto;
  margin-bottom: 5vw;
}

.slider-in {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-in .title {
  height: 160px;
}

@media screen and (max-width: 991px) {
  .slider-in .title {
    height: 90px;
    position: absolute;
    bottom: 12%;
  }
}

.slider-in .text {
  position: absolute;
  right: 10%;
  bottom: 10%;
}

@media screen and (max-width: 991px) {
  .slider-in .text {
    display: none;
  }
}

.slider-in .model img {
  position: absolute;
}

.slider-in .model img:nth-child(1) {
  top: -13%;
  left: 0;
  width: 50vw;
  min-width: 800px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(1) {
    display: none;
  }
}

.slider-in .model img:nth-child(2) {
  bottom: 25%;
  left: 10%;
  width: 33vw;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  min-width: 300px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(2) {
    left: -10%;
    min-width: 290px;
    bottom: 12%;
  }
}

.slider-in .model img:nth-child(3) {
  bottom: 5%;
  left: 0%;
  width: 33vw;
  min-width: 300px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(3) {
    left: -30%;
    min-width: 290px;
    bottom: 1%;
  }
}

.slider-in .model img:nth-child(4) {
  top: 50%;
  left: 0%;
  width: 10vw;
  z-index: 2;
  min-width: 200px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(4) {
    display: none;
  }
}

.slider-in .model img:nth-child(5) {
  top: 30%;
  right: 0%;
  width: 10vw;
  z-index: 2;
  min-width: 200px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(5) {
    top: 60%;
    min-width: 80px;
  }
}

.slider-in .model img:nth-child(6) {
  top: 5%;
  left: 10%;
  width: 4vw;
  z-index: 2;
}

.slider-in .model img:nth-child(7) {
  top: 10%;
  left: 50%;
  width: 1.5vw;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(7) {
    display: none;
  }
}

.slider-in .model img:nth-child(8) {
  bottom: 13%;
  left: 25%;
  width: 7vw;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(8) {
    display: none;
  }
}

.slider-in .model img:nth-child(9) {
  top: 20%;
  right: 3%;
  width: 2vw;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(9) {
    top: 30%;
    right: 6%;
    width: 3vw;
  }
}

.slider-in .model img:nth-child(10) {
  bottom: 17%;
  right: 35%;
  width: 2vw;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(10) {
    bottom: 44%;
    right: 45%;
    display: none;
  }
}

.slider-in .model img:nth-child(11) {
  bottom: -18%;
  right: 15%;
  width: 20vw;
  min-width: 400px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(11) {
    display: none;
  }
}

.slider-in .model img:nth-child(12) {
  top: -2%;
  right: -2%;
  width: 20vw;
  min-width: 350px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(12) {
    min-width: 180px;
    z-index: 2;
  }
}

.slider-in .model img:nth-child(13) {
  top: 40%;
  right: -2%;
  width: 20vw;
  min-width: 350px;
}

@media screen and (max-width: 991px) {
  .slider-in .model img:nth-child(13) {
    display: none;
  }
}

.slider-in .model .spImg-1 {
  top: 25%;
  left: 0;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .slider-in .model .spImg-1 {
    display: none;
  }
}

.slider-in .model .sp-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  height: 50vh;
  max-height: 550px;
}

@media screen and (min-width: 992px) {
  .slider-in .model .sp-title {
    display: none;
  }
}

.carousel-control-next-icon {
  z-index: 3;
}

.sp-text {
  position: absolute;
  right: 0;
  top: 74vh;
  height: 250px;
}

@media screen and (min-width: 992px) {
  .sp-text {
    display: none;
  }
}

.service {
  padding-top: 120px;
}

.service .box {
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 7px -6px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  z-index: 2;
  position: relative;
  background: #fff;
  font-weight: 500;
  border-bottom: 6px solid #d3d3d3;
}

.service .box h4 {
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 0;
}

.service .box img {
  max-width: 100%;
}

.service .box .text {
  padding: 25px 20px;
}

.btn-1 {
  padding: 10px 70px;
  background: #4cd5bb;
  color: #fff !important;
  display: inline-block;
  font-weight: 800;
}

.btn-2 {
  padding: 10px 70px;
  background: #000000;
  color: #fff !important;
  border-radius: 50em;
  display: inline-block;
  font-weight: 700;
}

.mv-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background: #7BD7BE;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 228px;
  margin: auto;
  color: #fff !important;
  padding: 12px 35px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv-btn {
    font-size: 16px;
    min-width: 150px;
    padding: 7px 35px;
  }
}

.mv-btn img {
  width: auto;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
}

@media screen and (max-width: 767px) {
  .mv-btn img {
    height: 9px;
    right: 16px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.plan {
  margin-top: 120px;
}

.plan .con {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan .con .plan-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .plan .con .plan-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.plan .con .plan-flex .plan-flex-left {
  width: 280px;
}

@media (max-width: 991px) {
  .plan .con .plan-flex .plan-flex-left {
    width: 100%;
  }
}

.plan .con .plan-flex .plan-flex-right {
  margin-top: 50px;
}

.plan .con .box1 {
  width: 600px;
  max-width: 100%;
  background: #4cd5bb;
  border-radius: 23px;
  padding: 10px 2px 0 2px;
  border-bottom: 8px solid #3baa95;
  margin: 10px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 7px 4px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 4px -6px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  .plan .con .box1 {
    margin: auto;
  }
}

.plan .con .box1 ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .plan .con .box1 ul {
    width: 260px;
    margin: auto;
    margin-top: 20px;
  }
}

.plan .con .box1 ul li {
  height: 2.3em;
  list-style: none;
  position: relative;
  width: 190px;
  font-weight: 600;
}

.plan .con .box1 ul li::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 4px;
  background: url(/assets/img/main/plan/list.svg) no-repeat 0 0;
  background-size: 12px 12px;
}

.plan .con .box1 .title {
  padding: 10px 5px 20px 5px;
}

.plan .con .box1 .in {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 23px 23px;
}

.plan .con .box1 .in .device {
  position: relative;
  margin-top: 15px;
}

.plan .con .box1 .in .device .ring {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.plan .con .box1 .in .device img:nth-child(1) {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.plan .con .box2 {
  width: 50px;
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .plan .con .box2 img {
    margin-top: 0;
  }
}

.plan .con .box3 {
  width: 400px;
  max-width: 100%;
}

.plan .con .box3 img {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}

.plan .con .box3 .care {
  background: #e87985;
  border-radius: 23px;
  padding: 10px;
  margin: 10px;
}

.plan .con .box3 .care .in {
  padding: 10px;
  background: #fff;
  border-radius: 23px;
}

.plan .con .box3 .care .in .in-flex {
  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;
}

.plan .con .box3 .care .in .in-flex .left {
  width: 40%;
  margin-top: 10px;
}

.plan .con .box3 .care .in .in-flex .left p {
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  background: #59bbe6;
}

.plan .con .box3 .care .in .in-flex .right {
  width: 60%;
  margin-top: 20px;
}

.plan .con .box3 .care .in .in-flex .right p {
  text-align: center;
  margin-bottom: 5px;
}

.plan .con .box3 .care .in .in-flex .right p:nth-child(1) {
  font-weight: bold;
}

.plan .con .box3 .care .in .in-flex .right p:nth-child(2) {
  color: #e87985;
  font-size: 0.8em;
}

.plan .con .box3 .care .in .in-flex .right ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.7em;
}

.plan .con .box3 .line {
  background: #06c755;
  border-radius: 23px;
  padding: 10px;
  margin: 10px;
}

.plan .con .box3 .line .in {
  padding: 10px;
  background: #fff;
  border-radius: 23px 23px 0 0;
}

.plan .con .box3 .line .in h5 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
}

.plan .con .box3 .line .in p {
  font-size: 0.8em;
}

.flow {
  margin-top: 120px;
  background-image: url(/assets/img/main-page/flow/bg.webp);
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 250px 0 250px 0;
}

@media screen and (max-width: 991px) {
  .flow {
    background-image: url(/assets/img/main-page/flow/sp/bg.webp);
    border-radius: 150px 0 150px 0;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.flow .flex {
  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 (max-width: 991px) {
  .flow .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
}

.flow .flex .box {
  width: 320px;
  padding: 30px;
  margin: 15px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .flow .flex .box {
    width: 220px;
    padding: 0px;
    font-size: 0.9em;
  }

  .flow .flex .box img {
    max-width: 100%;
    width: 100px;
    height: auto;
  }

  .flow .flex .box p {
    margin-bottom: 0;
  }
}

.flow .flex .box h5 {
  text-align: center;
  font-size: 1.1em;
  margin-top: 15px;
  font-weight: 800;
}

.flow .flex .box p {
  font-weight: 500;
}

.faq {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.faq .img-8 {
  position: absolute;
  right: -50px;
  bottom: -20px;
  width: 300px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .faq .img-8 {
    width: 200px;
  }
}

.faq .img-9 {
  position: absolute;
  right: 250px;
  bottom: 330px;
  width: 100px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .faq .img-9 {
    width: 200px;
  }
}

.faq .flex {
  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;
  max-width: 100%;
  width: 1100px;
  margin: auto;
  margin-top: 20px;
}

.faq .flex .accordion {
  width: 400px;
  margin: 15px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .faq .flex .accordion {
    margin: 5px 15px;
  }
}

.faq .flex .accordion img {
  margin-right: 10px;
}

.faq .flex .accordion .card-header button {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.review {
  background: #f5fcff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.review .bgimg-1 {
  width: 90px;
  position: absolute;
  top: 14%;
  right: 25%;
}

@media (max-width: 1430px) {
  .review .bgimg-1 {
    display: none;
  }
}

.review .reviw-title {
  display: block;
  margin: auto;
}

.review .reviw-koe-title {
  display: block;
  margin: auto;
  margin-top: 10px;
}

.review .reviw-koe-text {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .review .reviw-koe-text br {
    display: none;
  }
}

.review .reviw-koe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1240px;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
}

.review .reviw-koe-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 310px;
  max-width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box {
    width: calc(50%);
    border-radius: 10px;
  }
}

.review .reviw-koe-list-box .box {
  width: calc(290px);
  margin: 10px;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.8em;
  position: relative;
  background: #fff;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box .box {
    margin: 5px;
    height: auto;
  }
}

.review .reviw-koe-list-box .box .twitter-img {
  max-width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}

.review .reviw-koe-list-box .box .logo {
  position: absolute;
  top: 20px;
  right: 20px;
}

.review .reviw-koe-list-box .box p {
  max-width: 95%;
  margin: auto;
  margin-top: 20px;
  font-size: 10px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box .box p {
    padding: 0;
  }
}

.review .reviw-koe-list-box .box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

.review .reviw-koe-list-box .box .name .left {
  width: 45px;
}

.review .reviw-koe-list-box .box .name .left img {
  width: 35px;
  border-radius: 50em;
}

.review .reviw-koe-list-box .box .name .right {
  width: 200px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box .box .name .right {
    margin-top: 5px;
  }
}

.review .reviw-koe-list-box .box .name .right span {
  color: #7e7e7e;
  font-weight: normal;
}

.review .reviw-koe-list-box .box .link {
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
  border: 0.5px solid #bebebe;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box .box .link {
    display: none;
  }
}

.review .reviw-koe-list-box .box .link .left {
  width: 55px;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box .box .link .left {
    width: 60px;
  }
}

.review .reviw-koe-list-box .box .link .left img {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box .box .link .left img {
    width: 65px;
    height: 65px;
  }
}

.review .reviw-koe-list-box .box .link .right {
  width: 200px;
  font-weight: bold;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .review .reviw-koe-list-box .box .link .right {
    width: 190px;
    font-size: 0.8em;
    margin-left: auto;
  }
}

.review .reviw-koe-list-box .box .link .right span {
  color: #7e7e7e;
  font-weight: normal;
}

.review .btn-koe {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}

.review .review-speed-list {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .review .review-speed-list {
    width: 100%;
  }
}

.review .review-speed {
  margin-top: 120px;
  position: relative;
}

.review .review-speed .bgimg-2 {
  width: 120px;
  position: absolute;
  top: -4%;
  right: 25%;
}

@media (max-width: 1430px) {
  .review .review-speed .bgimg-2 {
    display: none;
  }
}

.review .review-speed h4 {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.review .review-speed p.review-speed-text {
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .review .review-speed p.review-speed-text br {
    display: none;
  }
}

.review .review-speed .speed-box {
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
  margin: 10px;
  background: #f0f2f5;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px solid #f0f2f5;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .review .review-speed .speed-box {
    width: calc(50% - 10px);
    margin: 5px;
    border-radius: 10px;
  }
}

.review .review-speed .speed-box-top img {
  width: 100%;
}

.review .review-speed .speed-box-bottom {
  padding: 20px 25px;
}

@media screen and (max-width: 767px) {
  .review .review-speed .speed-box-bottom {
    padding: 10px;
  }
}

.review .review-speed .speed-box-bottom table tr {
  display: block;
  padding-bottom: 11px;
  font-size: 13px;
}

.review .review-speed .speed-box-bottom table tr:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .review .review-speed .speed-box-bottom table tr {
    font-size: 10px;
  }
}

.review .review-speed .speed-box-bottom table tr td:first-child {
  font-weight: 700;
  color: #667681;
  padding-right: 20px;
  width: 130px;
}

@media screen and (max-width: 767px) {
  .review .review-speed .speed-box-bottom table tr td:first-child {
    padding-right: 10px;
  }
}

.review .review-speed .speed-box-bottom table tr td:first-child img {
  margin-right: 3px;
  width: 13px;
}

@media screen and (max-width: 767px) {
  .review .review-speed .speed-box-bottom table tr td:first-child {
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  .review .review-speed .speed-box-bottom table tr td {
    padding-bottom: 5px;
  }
}

#link {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

#link a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#link a:hover {
  opacity: 0.8;
}

#link h3 {
  font-size: 1.5em;
  font-weight: 800;
}

#link-sp {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

#link-sp a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#link-sp a:hover {
  opacity: 0.8;
}

#link-sp h3 {
  font-size: 1.5em;
  font-weight: 800;
}

.object {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.object .img-1 {
  position: absolute;
  right: -50px;
  top: -50px;
}

@media screen and (max-width: 991px) {
  .object .img-1 {
    display: none;
  }
}

.object .img-2 {
  position: absolute;
  left: -50px;
  top: 800px;
}

@media screen and (max-width: 991px) {
  .object .img-2 {
    top: 800px;
    width: 150px;
    z-index: -1;
  }
}

.object .img-3 {
  position: absolute;
  left: -50px;
  top: 130px;
  width: 750px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .object .img-3 {
    width: 450px;
    z-index: 0;
  }
}

.object .img-4 {
  position: absolute;
  right: -250px;
  top: 650px;
  width: 720px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .object .img-4 {
    top: 1050px;
    width: 500px;
  }
}

.object .img-5 {
  position: absolute;
  right: -250px;
  top: 1400px;
  width: 800px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .object .img-5 {
    display: none;
  }
}

.object .img-6 {
  position: absolute;
  left: -50px;
  top: 1250px;
  width: 500px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .object .img-6 {
    display: none;
  }
}

.object .img-7 {
  position: absolute;
  left: -150px;
  top: 2570px;
  width: 650px;
}

@media screen and (max-width: 991px) {
  .object .img-7 {
    display: none;
  }
}

#subPage .head {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url(/assets/img/sub-head-bg/bg-01.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}

#subPage .head .img-1 {
  position: absolute;
  right: 0;
  top: 90px;
}

#subPage .head .img-2 {
  position: absolute;
  left: 0;
  top: 50px;
}

#subPage .head .img-sp {
  position: absolute;
  left: 0;
  top: 70px;
  max-width: 100%;
}

#subPage .head h2 {
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  z-index: 2;
  position: relative;
  font-weight: 700;
}

#subPage .faq-head {
  background-image: url(/assets/img/sub-head-bg/bg-02.webp);
}

#subPage .contact-head {
  background-image: url(/assets/img/sub-head-bg/bg-03.webp);
}

#subPage .commerce-head {
  background-image: url(/assets/img/sub-head-bg/bg-04.webp);
}

#subPage .terms-head {
  background-image: url(/assets/img/sub-head-bg/bg-05.webp);
}

#subPage .apply-head {
  background-image: url(/assets/img/sub-head-bg/bg-06.webp);
}

#subPage .quit-head {
  background-image: url(/assets/img/sub-head-bg/bg-07.webp);
}

#subPage .e404-head {
  background-image: url(/assets/img/sub-head-bg/bg-08.webp);
}

#subPage .media-head {
  background-image: url(/assets/img/sub-head-bg/bg-04.webp);
}

#subPage .service-page {
  width: 100%;
  overflow: hidden;
}

#subPage .service-page .free {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#subPage .service-page .free .img-1 {
  position: absolute;
  left: 0;
  top: -10%;
  width: 30vw;
  min-width: 500px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .free .img-1 {
    min-width: 350px;
  }
}

#subPage .service-page .free .img-2 {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 11vw;
  min-width: 170px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .free .img-2 {
    display: none;
  }
}

#subPage .service-page .free .img-3 {
  position: absolute;
  left: 0;
  top: 550px;
  width: 10vw;
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .free .img-3 {
    display: none;
  }
}

#subPage .service-page .free .img-4 {
  position: absolute;
  right: -50px;
  top: 500px;
  width: 12vw;
  min-width: 250px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .free .img-4 {
    display: none;
  }
}

#subPage .service-page .free .img-5 {
  position: absolute;
  left: 0px;
  top: 500px;
  z-index: -1;
  width: 25vw;
  min-width: 450px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .free .img-5 {
    top: 600px;
    min-width: 100%;
    z-index: 2;
  }
}

#subPage .service-page .free .device .device-height {
  position: relative;
  z-index: 1;
  height: 180px;
  margin-bottom: -10%;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .free .device .device-height {
    height: 180px;
  }
}

#subPage .service-page .free .device .ring {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  width: 70%;
  margin: auto;
  top: 15%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .free .device .ring {
    right: -50%;
    left: -55%;
    max-width: 800px;
    top: 14%;
  }
}

#subPage .service-page .free .box {
  width: 550px;
  max-width: 90%;
  -webkit-box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.6);
  padding: 20px;
  background: #39c2fc;
  background: linear-gradient(36deg, #39c2fc 0%, #97eb9d 58%, #ffe143 100%);
  border-radius: 30px;
  border-bottom: 5px solid #006490;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .free .box {
    padding: 10px;
  }
}

#subPage .service-page .free .box .in-box {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .free .box .in-box {
    padding: 15px;
    font-size: 0.9em;
  }
}

#subPage .service-page .free .box .title-free {
  padding: 20px 50px;
  margin-bottom: 20px;
  border-radius: 50em;
  background: #39c2fc;
  background: linear-gradient(36deg, #39c2fc 0%, #97eb9d 58%, #ffe143 100%);
}

@media screen and (max-width: 991px) {
  #subPage .service-page .free .box .title-free {
    padding: 15px 30px;
    margin-top: 20px;
  }
}

#subPage .service-page .free .box p {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 500;
}

#subPage .service-page .property {
  max-width: 90%;
  width: 1400px;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .property.service .text {
    font-size: 0.81em;
    padding: 20px;
  }
}

#subPage .service-page .scenes {
  padding-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 (max-width: 767px) {
  #subPage .service-page .scenes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#subPage .service-page .scenes .img-1 {
  position: absolute;
  top: 300px;
  right: 0;
  height: 250px;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .scenes .img-1 {
    display: none;
  }
}

#subPage .service-page .scenes .img-2 {
  position: absolute;
  top: 700px;
  right: 0;
  height: 250px;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .scenes .img-2 {
    display: none;
  }
}

#subPage .service-page .scenes .box {
  width: 1000px;
  max-width: 90%;
  -webkit-box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.3);
  padding: 70px 15px;
  background: #4cd5bb;
  border-bottom: 10px solid #46baa4;
  border-radius: 30px;
}

#subPage .service-page .scenes .box .in {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#subPage .service-page .scenes .box .in .in-box {
  width: 42%;
  margin: 15px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .scenes .box .in .in-box {
    width: 100%;
  }
}

#subPage .service-page .scenes .box .in .in-box .top {
  height: 230px;
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .scenes .box .in .in-box .top {
    height: 170px;
  }
}

#subPage .service-page .scenes .box .in .in-box .bottom {
  padding: 30px 70px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .scenes .box .in .in-box .bottom {
    padding: 30px 25px 20px 25px;
  }
}

#subPage .service-page .scenes .box .in .in-box .bottom h4 {
  font-size: 1.2em;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .scenes .box .in .in-box .bottom h4 {
    font-size: 1.1em;
  }
}

#subPage .service-page .scenes .box .in .in-box .bottom p {
  text-align: left;
  font-weight: 500;
}

#subPage .service-page .scenes .box hr {
  border-top: 1px solid #404040;
  width: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#subPage .service-page .scenes .box p {
  text-align: center;
}

#subPage .service-page .support {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
}

#subPage .service-page .support .img-1 {
  position: absolute;
  left: 22%;
  top: 0;
  height: 30px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .img-1 {
    display: none;
  }
}

#subPage .service-page .support .img-2 {
  position: absolute;
  right: 10%;
  top: 0;
  height: 152px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .img-2 {
    display: none;
  }
}

#subPage .service-page .support .img-3 {
  position: absolute;
  left: 5%;
  top: 50%;
  height: 120px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .img-3 {
    display: none;
  }
}

#subPage .service-page .support .box {
  width: 700px;
  max-width: 90%;
  background: #e87985;
  padding: 12px;
  border-radius: 23px;
  border-bottom: 10px solid #c45661;
}

#subPage .service-page .support .box .in {
  overflow: hidden;
  border-radius: 23px;
  background: #fff;
  padding: 50px 20px;
}

#subPage .service-page .support .box .in .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#subPage .service-page .support .box .in .flex .left {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .box .in .flex .left {
    padding: 10px;
  }
}

#subPage .service-page .support .box .in .flex .left img {
  height: 120px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .box .in .flex .left img {
    height: 100px;
  }
}

#subPage .service-page .support .box .in .flex .center {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .box .in .flex .center {
    padding: 10px;
  }
}

#subPage .service-page .support .box .in .flex .center p {
  margin-bottom: 5px;
}

#subPage .service-page .support .box .in .flex .center p:nth-child(1) {
  font-weight: bold;
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .box .in .flex .center p:nth-child(1) {
    font-size: 0.9em;
  }
}

#subPage .service-page .support .box .in .flex .center p:nth-child(2) {
  color: #e87985;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .box .in .flex .center p:nth-child(2) {
    font-size: 0.7em;
  }
}

#subPage .service-page .support .box .in .flex .center ul {
  padding-left: 20px;
  font-size: 0.8em;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #subPage .service-page .support .box .in .flex .center ul br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #subPage .service-page .support .box .in .flex .center ul {
    font-size: 0.7em;
  }
}

@media screen and (min-width: 768px) {
  #subPage .service-page .service-sup-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #subPage .service-page .service-sup {
    display: none;
  }
}

#subPage .service-page .spec {
  margin-top: 100px;
  padding-bottom: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 (max-width: 991px) {
  #subPage .service-page .spec .accordion .card-body {
    padding: 20px 0;
  }
}

@media screen and (max-width: 991px) {
  #subPage .service-page .spec .accordion table td {
    width: 100%;
    display: block;
    padding: 8px;
  }

  #subPage .service-page .spec .accordion table td:first-child {
    background: #e7e7e7;
  }
}

#subPage .service-page .spec .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .spec .img-1 {
    display: none;
  }
}

#subPage .service-page .spec .img-2 {
  position: absolute;
  right: -5%;
  top: 5%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .spec .img-2 {
    display: none;
  }
}

#subPage .service-page .spec .img-3 {
  position: absolute;
  right: -1%;
  bottom: 20%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #subPage .service-page .spec .img-3 {
    display: none;
  }
}

#subPage .service-page .spec .accordion {
  width: 600px;
  max-width: 90%;
  margin: auto;
  max-width: 100%;
  margin-top: 40px;
}

#subPage .service-page .spec .accordion .card-header:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
  position: absolute;
  right: 30px;
  top: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#subPage .service-page .spec .accordion .card-header.active:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  position: absolute;
  right: 30px;
  top: 25px;
}

#subPage .service-page .spec .accordion button {
  font-weight: bold;
  font-size: 1em;
}

#subPage .service-page .spec .box {
  width: 1000px;
  max-width: 90%;
  -webkit-box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.6);
  padding: 50px 15px;
  background: #fff;
  border-radius: 30px;
}

#subPage .service-page .spec .box .in {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#subPage .service-page .spec .box .in .device {
  height: 200px;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .spec .box .in .device {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
}

#subPage .service-page .spec .box .in .right {
  width: 270px;
  -webkit-box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 11px -6px rgba(0, 0, 0, 0.3);
  padding: 8px;
  background: #4cd5bb;
  border-bottom: 10px solid #46baa4;
  border-radius: 23px;
  margin: 0 30px;
}

@media screen and (max-width: 991px) {
  #subPage .service-page .spec .box .in .right {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  #subPage .service-page .spec .box .in .right {
    display: none;
  }
}

#subPage .service-page .spec .box .in .right .right-in {
  padding: 20px 30px;
  background: #fff;
  border-radius: 23px;
}

#subPage .service-page .spec .box .in .right .right-in img {
  max-width: 100%;
}

#subPage .faq-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 130px;
}

#subPage .faq-page .list {
  width: 18%;
}

@media screen and (max-width: 991px) {
  #subPage .faq-page .list {
    width: 100%;
  }
}

#subPage .faq-page .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 991px) {
  #subPage .faq-page .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#subPage .faq-page .list ul li {
  text-align: center;
}

#subPage .faq-page .list ul li a {
  font-weight: bold;
  background: #fff;
  border: 1px solid #4cd5bb;
  width: 150px;
  padding: 17px;
  margin: 5px;
  -webkit-transition: 0.2;
  transition: 0.2;
  position: relative;
}

@media screen and (max-width: 991px) {
  #subPage .faq-page .list ul li a {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 150px;
    padding: 5px;
  }
}

#subPage .faq-page .list ul li a::before {
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  #subPage .faq-page .list ul li a::before {
    display: inline;
    margin: 5px;
  }
}

#subPage .faq-page .list ul li .q1::before {
  content: url('/assets/img/faq/list/q1.svg');
}

#subPage .faq-page .list ul li .q1.active::before {
  content: url('/assets/img/faq/list/q1-active.svg');
}

#subPage .faq-page .list ul li .q2::before {
  content: url('/assets/img/faq/list/q2.svg');
}

#subPage .faq-page .list ul li .q2.active::before {
  content: url('/assets/img/faq/list/q2-active.svg');
}

#subPage .faq-page .list ul li .q3::before {
  content: url('/assets/img/faq/list/q3.svg');
}

#subPage .faq-page .list ul li .q3.active::before {
  content: url('/assets/img/faq/list/q3-active.svg');
}

#subPage .faq-page .list ul li .q4::before {
  content: url('/assets/img/faq/list/q4.svg');
}

#subPage .faq-page .list ul li .q4.active::before {
  content: url('/assets/img/faq/list/q4-active.svg');
}

#subPage .faq-page .list ul li .q5::before {
  content: url('/assets/img/faq/list/q5.svg');
}

#subPage .faq-page .list ul li .q5.active::before {
  content: url('/assets/img/faq/list/q5-active.svg');
}

#subPage .faq-page .list ul li a.active {
  color: #fff;
  background: #4cd5bb;
}

#subPage .faq-page .list ul li a.active::after {
  position: absolute;
  content: '';
  border-top: 15px solid #4cd5bb;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: -20px;
}

@media screen and (max-width: 991px) {
  #subPage .faq-page .list ul li a.active::after {
    display: none;
  }
}

#subPage .faq-page .content {
  margin-left: 0px;
  width: 70%;
}

@media screen and (max-width: 991px) {
  #subPage .faq-page .content {
    margin-left: auto;
    width: 100%;
    margin-top: 30px;
  }
}

#subPage .faq-page .content .accordion .card {
  margin-top: 20px;
}

#subPage .faq-page .content .accordion .card:nth-child(1) {
  margin-top: 0;
}

#subPage .faq-page .content .accordion button {
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  #subPage .faq-page .content .accordion button {
    font-size: 0.9em;
  }
}

#subPage .faq-page .content .accordion button img {
  margin-right: 20px;
}

#subPage .faq-page .accordion .card-body {
  background: rgba(31, 190, 196, 0.05);
}

#subPage .contact-page {
  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;
}

#subPage .contact-page input[type='radio'] {
  display: none;
}

#subPage .contact-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#subPage .contact-page .radio01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #b5b5b5;
  padding: 8px 30px;
  position: relative;
  width: auto;
  width: 200px;
  font-weight: bold;
  margin: 5px;
  border-radius: 5px;
  text-align: center;
  opacity: 0.4;
}

#subPage .contact-page .radio01::before {
  background: #fff;
  border: 2px solid #b5b5b5;
  border-radius: 50%;
  content: '';
  display: block;
  height: 18px;
  left: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px;
}

#subPage .contact-page .radio01::after {
  background: #b5b5b5;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 20px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

#subPage .contact-page input[type='radio']:checked+.radio01 {
  opacity: 1;
  border: 2px solid #1fbec4;
}

#subPage .contact-page input[type='radio']:checked+.radio01::before {
  opacity: 1;
  border: 2px solid #1fbec4;
}

#subPage .contact-page input[type='radio']:checked+.radio01::after {
  opacity: 1;
  background: #1fbec4;
}

#subPage .contact-page .content {
  width: 500px;
  max-width: 90%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

#subPage .contact-page .content .box {
  padding: 20px;
  margin: 15px;
  background: #effcfb;
  font-size: 0.9em;
}

#subPage .news-page {
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

#subPage .news-page .news-content {
  max-width: 90%;
  margin: auto;
}

#subPage .news-page h4 {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #38c1dc;
  padding-bottom: 10px;
}

#subPage .commerce-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#subPage .commerce-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 90%;
  margin-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #subPage .commerce-page .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#subPage .commerce-page .content .box {
  margin: 15px;
  border: 1px solid #1fbec4;
  width: 400px;
  max-width: 100%;
  border-radius: 15px;
  margin-top: 40px;
}

#subPage .commerce-page .content .box .in-box {
  padding: 0 30px 30px 30px;
}

@media screen and (max-width: 767px) {
  #subPage .commerce-page .content .box {
    margin: auto;
    margin-top: 40px;
  }
}

#subPage .commerce-page .content h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  background: #1fbec4;
  color: #fff;
  padding: 10px;
  border-radius: 15px 15px 0 0;
  display: block;
}

#subPage .commerce-page .content h4 {
  font-size: 1em;
  color: #667681;
  margin-bottom: 5px;
  margin-top: 30px;
  font-weight: bold;
}

#subPage .terms-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 130px;
}

#subPage .terms-page .content {
  width: 900px;
  max-width: 90%;
}

#subPage .terms-page .content h3 {
  font-size: 1.4em;
  color: #1fbec4;
  font-weight: bold;
  text-align: center;
}

#subPage .terms-page .content .box {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}

#subPage .terms-page .content .box:nth-last-child(1) {
  border-bottom: none;
}

#subPage .terms-page .content .box h4 {
  font-size: 1.2em;
  color: #667681;
  font-weight: bold;
}

#subPage .apply-page {
  padding-top: 100px;
  padding-bottom: 100px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

#subPage .apply-page.apply-page--has-banner {
  padding-top: 1px;
}

@media screen and (max-width: 767px) {
  #subPage .apply-page.apply-page--has-banner {
    padding-top: 16px;
  }
}

#subPage .apply-page .sell-out {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#subPage .apply-page .sell-out .in-box {
  width: 400px;
  padding: 20px;
  margin: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 767px) {
  #subPage .apply-page .sell-out .in-box {
    padding: 20px 10px;
    width: 100%;
    font-size: 0.9em;
  }
}

#subPage .apply-page .content-2 {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding: 0px 20px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  #subPage .apply-page .content-2 {
    width: 100%;
    max-width: 95%;
  }
}

#subPage .apply-page .content-2 .apply-guide {
  text-align: center;
  font-weight: 800;
  font-size: 1.2em;
}

#subPage .apply-page .content-2 .box {
  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 (max-width: 991px) {
  #subPage .apply-page .content-2 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#subPage .apply-page .content-2 .box .option {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  #subPage .apply-page .content-2 .box .arrow img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -30px;
  }
}

#subPage .apply-page .content-2 .box .in-box {
  width: 300px;
  max-width: 100%;
  border: 1px solid #1fbec4;
  border-radius: 10px;
  margin-bottom: 30px;
}

#subPage .apply-page .content-2 .box .in-box h4 {
  font-size: 1.1em;
  margin-bottom: 0;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: #1fbec4;
  border-radius: 10px 10px 0 0;
}

#subPage .apply-page .content-2 .box img {
  display: block;
  margin: auto;
  padding: 30px;
  max-width: 100%;
}

#subPage .apply-page .form-content {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  max-width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  #subPage .apply-page .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#subPage .apply-page .form-content .box {
  width: 400px;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #96c765;
}

#subPage .apply-page .form-content .box .top {
  background: #96c765;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

#subPage .apply-page .form-content .box .in-box {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#subPage .apply-page .form-content .box .in-box .left {
  width: 50%;
  background: #d6eac0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 0 0 0 10px;
}

#subPage .apply-page .form-content .box .in-box .left img {
  width: 120px;
  max-width: 100%;
}

#subPage .apply-page .form-content .box .in-box .right {
  width: 50%;
  background: #f4f4f4;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 0 0 10px 0;
}

#subPage .apply-page .form-content .box .in-box .right img {
  width: 120px;
  max-width: 100%;
}

#subPage .apply-page .form-content .box.next {
  border: 1px solid #6db8d3;
}

#subPage .apply-page .form-content .box.next .top {
  background: #6db8d3;
}

#subPage .apply-page .form-content .box.next .in-box .left {
  background: #def0f7;
}

#subPage .apply-page .form-content .box.next .in-box .right {
  width: 50%;
  background: #f4f4f4;
}

#subPage .apply-page .form-content p {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  #subPage .apply-page .form-content .br-non br {
    display: none;
  }
}

#subPage .apply-page .form-content .text-box {
  background: #effcfb;
  padding: 20px 30px;
  margin-top: 10px;
  width: 578px;
  max-width: 100%;
}

#subPage .apply-page .form-content .text-box p {
  margin: auto;
}

#subPage .apply-page .form-content ul {
  background: #effcfb;
  padding: 20px;
  padding-left: 60px;
  margin-top: 30px;
}

#subPage .apply-page .form-content ul li {
  padding-bottom: 7px;
}

#subPage .apply-page .form-content .box {
  margin: 10px;
}

#subPage .apply-page .form-content .box img.hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#subPage .apply-page .form-content .box img.hover:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#subPage .apply-page .form-sub {
  margin: auto;
  margin-top: 80px;
  width: 400px;
  max-width: 100%;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

@media screen and (max-width: 991px) {
  #subPage .apply-page .form-sub {
    max-width: 80%;
  }
}

#subPage .apply-page .form-sub img {
  margin: auto;
  display: block;
  margin-top: 15px;
}

#subPage .apply-page .form-sub h4 {
  font-size: 1em;
  color: #667681;
  font-weight: bold;
}

#subPage .apply-page .form-sub .box {
  padding: 15px;
  background: #effcfb;
  color: #484848;
  font-size: 0.9em;
  margin-top: 30px;
}

#subPage .apply-page .form-sub .box ul {
  background: #d1f6f4;
  padding: 20px;
  padding-left: 40px;
  margin-top: 30px;
}

#subPage .apply-page .form-sub .scroll {
  overflow-y: scroll;
  height: 200px;
}

#subPage .apply-page .form-sub .scroll::-webkit-scrollbar {
  width: 5px;
}

#subPage .apply-page .form-sub .scroll::-webkit-scrollbar-track {
  background: #effcfb;
}

#subPage .apply-page .form-sub .scroll::-webkit-scrollbar-thumb {
  background: #dce1e1;
}

#subPage .apply-page .apply-detail-arrow {
  width: 20px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#subPage .apply-page .box1 {
  width: 350px;
  max-width: 100%;
  background: #4cd5bb;
  border-radius: 23px;
  padding: 10px 2px 0 2px;
  border-bottom: 8px solid #3baa95;
  -webkit-box-shadow: 0px 7px 4px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 4px -6px rgba(0, 0, 0, 0.4);
}

#subPage .apply-page .content-50gb .box1 {
  background: #E8C369;
  border-bottom: 8px solid #E8C369;
}

#subPage .apply-page .content-50gb .box2 {
  background: #e6bb51;

}

@media screen and (max-width: 991px) {
  #subPage .apply-page .box1 {
    margin: auto;
  }
}

#subPage .apply-page .box1 ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#subPage .apply-page .box1 ul li {
  height: 2.3em;
  list-style: none;
  position: relative;
  width: 190px;
  font-weight: 600;
}

#subPage .apply-page .box1 ul li::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 4px;
  background: url(/assets/img/main/plan/list.svg) no-repeat 0 0;
  background-size: 12px 12px;
}

#subPage .apply-page .box1 .title {
  padding: 10px 5px 20px 5px;
}

#subPage .apply-page .box1 .in {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 23px 23px;
}

#subPage .apply-page .box1 .in .device {
  position: relative;
  margin-top: 15px;
}

#subPage .apply-page .box1 .in .device .ring {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#subPage .apply-page .box1 .in .device img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

#subPage .apply-page .box2 {
  width: 300px;
  max-width: 100%;
  background: #1fbec4;
  border-radius: 10px;
  padding: 10px 1px 1px 1px;
}

@media screen and (max-width: 991px) {
  #subPage .apply-page .box2 {
    margin: auto;
  }
}

#subPage .apply-page .box2 .apply-detail__price-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

#subPage .apply-page .box2 .in {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

#subPage .apply-page .box2 .in .device {
  position: relative;
  margin-top: 15px;
}

#subPage .apply-page .box2 .in .device .ring {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#subPage .apply-page .box2 .in .device img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

#subPage .apply-page .apply-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  #subPage .apply-page .apply-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#subPage .apply-page .apply-detail .in img {
  display: block;
  margin: auto;
}

#subPage .apply-page .apply-detail__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#subPage .apply-page .apply-detail__price .box2:first-child .in {
  padding: 24px 33px;
}

#subPage .apply-page .apply-detail__price .box2:first-child .in img {
  width: 195px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  #subPage .apply-page .apply-detail__price {
    margin-top: 30px;
  }
}

#subPage .e404-page {
  padding-top: 100px;
  padding-bottom: 130px;
}

#subPage .media-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

#subPage .media-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 960px;
  max-width: 90%;
  margin: auto;
}

#subPage .media-page .content .box {
  width: calc(320px - 30px);
  margin: 15px;
  border-radius: 10px;
  border: 1px solid #adadad;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#subPage .media-page .content .box:hover {
  opacity: 0.8;
}

#subPage .media-page .content .box .top img {
  display: block;
  width: 100%;
}

#subPage .media-page .content .box .blog::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: 'ブログ';
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  background: #7cbfe2;
  font-size: 0.7em;
}

#subPage .media-page .content .box .text {
  padding: 20px 20px 30px 20px;
  position: relative;
}

#subPage .media-page .content .box .text h5 {
  font-size: 1em;
  font-weight: bold;
}

#subPage .media-page .content .box .text p {
  font-size: 0.9em;
}

#subPage .media-page .content-twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1200px;
  max-width: 90%;
  margin: auto;
  margin-top: 30px;
}

#subPage .media-page .content-twitter .box {
  width: calc(400px - 30px);
  margin: 15px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.8em;
  position: relative;
}

@media screen and (max-width: 767px) {
  #subPage .media-page .content-twitter .box {
    width: calc(100% - 30px);
  }
}

#subPage .media-page .content-twitter .box .twitter-img {
  max-width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}

#subPage .media-page .content-twitter .box .logo {
  position: absolute;
  top: 20px;
  right: 20px;
}

#subPage .media-page .content-twitter .box:hover {
  opacity: 0.8;
}

#subPage .media-page .content-twitter .box p {
  max-width: 90%;
  margin: auto;
  margin-top: 20px;
}

#subPage .media-page .content-twitter .box .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#subPage .media-page .content-twitter .box .name .left {
  width: 60px;
}

#subPage .media-page .content-twitter .box .name .left img {
  width: 50px;
  border-radius: 50em;
}

#subPage .media-page .content-twitter .box .name .right {
  width: 240px;
  font-weight: bold;
}

#subPage .media-page .content-twitter .box .name .right span {
  color: #7e7e7e;
  font-weight: normal;
}

#subPage .media-page .content-twitter .box .link {
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
  border: 0.5px solid #bebebe;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#subPage .media-page .content-twitter .box .link .left {
  width: 80px;
}

@media screen and (max-width: 767px) {
  #subPage .media-page .content-twitter .box .link .left {
    width: 60px;
  }
}

#subPage .media-page .content-twitter .box .link .left img {
  width: 70px;
}

@media screen and (max-width: 767px) {
  #subPage .media-page .content-twitter .box .link .left img {
    width: 65px;
    height: 65px;
  }
}

#subPage .media-page .content-twitter .box .link .right {
  width: 240px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #subPage .media-page .content-twitter .box .link .right {
    width: 190px;
    font-size: 0.8em;
    margin-left: auto;
  }
}

#subPage .media-page .content-twitter .box .link .right span {
  color: #7e7e7e;
  font-weight: normal;
}

#subPage .purchase .text-1 {
  font-weight: bold;
  margin-top: 40px;
}

#subPage .purchase ul {
  padding: 30px;
  background: #effcfb;
  padding-left: 60px;
  margin: 15px;
}

@media screen and (min-width: 768px) {
  #subPage .purchase .none {
    display: none;
  }
}

#subPage .purchase input[type='submit'] {
  border-bottom: 5px solid #1e959a;
  font-size: 18px;
  padding: 13px 50px;
}

.drag-erea {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto 10px;
  background: #e7f7f8;
  border: 2px dashed #21b2b7;
  text-align: center;
  font-size: 0.8em;
  color: #21b2b7;
  font-weight: bold;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.drag-erea.drag {
  background: #dae7e9;
}

.drag-erea input {
  margin: 0 auto;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox']+label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

input[type='checkbox']+label:last-child {
  margin-bottom: 0;
}

input[type='checkbox']+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #1fbec4;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type='checkbox']:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea,
input[type='text'],
input[type='password'],
input[type='mail'],
select {
  border: 2px solid #1fbec4;
  border-radius: 10px;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='mail']:focus,
select:focus {
  border: 3px solid #1fbec4;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(47, 206, 212, 0.35);
  box-shadow: 0px 0px 0px 4px rgba(47, 206, 212, 0.35);
}

label {
  color: #667681;
  margin-top: 20px;
}

input[type='submit'] {
  padding: 10px 50px;
  border: none;
  color: #fff;
  background: #1fbec4;
  border-radius: 10px;
  font-weight: bold;
}

.submit-btn {
  padding: 10px 80px;
  border: none;
  color: #fff !important;
  background: #1fbec4;
  border-radius: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.accordion .card {
  border: none;
  overflow: visible;
}

.accordion .card-header {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.4);
}

.accordion .card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion .card-body {
  background: #fafafa;
  margin-top: 10px;
}

.accordion table tr td {
  border: none;
}

.accordion table tr td:first-child {
  font-weight: bold;
}

.footer-content {
  padding-top: 100px;
  padding-bottom: 130px;
  background-image: url(/assets/img/footer/bg.webp);
  background-size: cover;
  background-position: center;
  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;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer-content {
    padding-bottom: 170px;
    background-image: url(/assets/img/footer/sp/bg.webp) !important;
  }
}

.footer-content .r-2-sp {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding-bottom: 120px;
}

.footer-content .r-2-sp p {
  font-size: 0.7em;
  margin-top: 10px;
}

.footer-content .r-2-sp a {
  padding: 7px;
  font-size: 0.8em;
}

.footer-content .box {
  width: 1200px;
  max-width: 90%;
  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;
}

.footer-content .box .left {
  width: 380px;
  max-width: 100%;
  padding: 30px 15px;
}

@media screen and (max-width: 991px) {
  .footer-content .box .left {
    text-align: center;
  }
}

.footer-content .box .left a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-content .box .left a img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.footer-content .box .left p {
  margin-top: 15px;
}

.footer-content .box .left .footer_sns {
  width: 200px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-content .box .left .footer_sns {
    width: 100%;
  }
}

.footer-content .box .left .footer_sns img {
  margin-right: 25px;
}

@media screen and (max-width: 991px) {
  .footer-content .box .left .footer_sns img {
    margin: 10px 20px;
  }
}

.footer-content .box .right {
  width: 600px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  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;
  padding: 30px 15px;
}

.footer-content .box .right a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-content .box .right a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .footer-content .box .right .r-1 {
    width: 190%;
  }
}

@media screen and (max-width: 991px) {
  .footer-content .box .right .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content .box .right .sp-flex .sp-flexBox1,
  .footer-content .box .right .sp-flex .sp-flexBox2 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .footer-content .box .right .r-2 {
    display: none;
  }
}

.footer-content .box .right .r-3 img:nth-child(2) {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .footer-content .box .right .r-3 {
    margin-top: 20px;
    width: 180px;
  }
}

.footer-content .box .right .r-3 a::before {
  content: none;
}

@media screen and (min-width: 992px) {
  .footer-content .box .right .r-3 .btn-img {
    margin-top: -10px;
  }
}

.footer-content .box .right a {
  display: block;
  position: relative;
  margin: 20px 15px;
}

@media screen and (min-width: 992px) {
  .footer-content .box .right a {
    margin: 22px 15px 22px 35px;
  }
}

.footer-content .box .right a::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 4px;
  background: url(/assets/img/footer/icon-right.svg) no-repeat 0 0;
  background-size: 12px 12px;
}

@media screen and (min-width: 992px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .no-sp {
    display: none !important;
  }
}

.navbar {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0);
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.navbar-toggler-icon {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.navbar-toggler-icon,
.navbar-toggler-icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-toggler-icon span {
  position: absolute;
  left: 5px;
  width: 90%;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  margin-top: 5px;
}

.navbar-toggler-icon span:nth-of-type(1) {
  top: 0px;
}

.navbar-toggler-icon span:nth-of-type(2) {
  top: 8px;
}

.navbar-toggler-icon span:nth-of-type(3) {
  top: 16px;
}

.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(315deg);
  transform: translateY(-6px) rotate(315deg);
}

.shadow-1 {
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.news-box {
  width: 450px;
  max-width: 100%;
  margin: auto;
  margin-top: -30px;
  margin-bottom: 50px;
  height: auto;
  padding: 0;
  text-align: center;
  border-left: 2px solid #43c6ac;
  border-right: 2px solid #d9e653;
  z-index: 2;
  background: #fff;
  position: relative;
}

.news-box::before,
.news-box::after {
  content: '';
  display: block;
  height: 2px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43c6ac),
      to(#d9e653));
  background: linear-gradient(to right, #43c6ac 0%, #d9e653 100%);
}

.news-box .in-box {
  margin-top: 10px;
}

.news-box .title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: -18px;
  width: 100px;
  height: 30px;
  display: block;
  border-left: 2px solid #43c6ac;
  border-right: 2px solid #d9e653;
}

.news-box .title::before,
.news-box .title::after {
  content: '';
  display: block;
  height: 2px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#43c6ac),
      to(#d9e653));
  background: linear-gradient(to right, #43c6ac 0%, #d9e653 100%);
}

.news-box .table td,
.news-box .table th {
  border-top: none !important;
  font-weight: bold;
}

.affiliate-page .content .blue-btn {
  padding: 15px 60px;
  background: #1989ea;
  font-weight: 700;
  font-size: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 10px;
}

.affiliate-page .content .content-1.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 100px;
  width: 1000px;
  margin: auto;
  max-width: 100%;
}

@media (max-width: 867px) {
  .affiliate-page .content .content-1.flex {
    display: block;
  }
}

.affiliate-page .content .content-1.flex .left {
  padding-top: 50px;
}

.affiliate-page .content .content-1.flex .left h4 {
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 867px) {
  .affiliate-page .content .content-1.flex .left h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }
}

.affiliate-page .content .content-1.flex .left p {
  width: 440px;
  max-width: 100%;
  font-size: 17px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 867px) {
  .affiliate-page .content .content-1.flex .left p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 867px) {
  .affiliate-page .content .content-1.flex .left .blue-btn {
    margin: auto;
  }
}

.affiliate-page .content .content-1.flex .right {
  padding-top: 50px;
  width: 100%;
}

.affiliate-page .content .content-1.flex .right img {
  display: block;
  width: 320px;
  margin: auto;
  margin-top: 30px;
}

@media (max-width: 867px) {
  .affiliate-page .content .content-1.flex .right img {
    width: 270px;
    margin: auto;
    margin-top: 0;
  }
}

.affiliate-page .content .content-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
}

.affiliate-page .content .content-2-box1 {
  width: 730px;
  max-width: 100%;
  margin: auto;
}

.affiliate-page .content .content-2-box1 .img1 {
  display: block;
  width: 730px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}

@media (max-width: 867px) {
  .affiliate-page .content .content-2-box1 .img1 {
    display: none;
  }
}

.affiliate-page .content .content-2-box1 .img2 {
  display: block;
  width: 220px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}

@media (min-width: 868px) {
  .affiliate-page .content .content-2-box1 .img2 {
    display: none;
  }
}

.affiliate-page .content .content-2-box1 h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 867px) {
  .affiliate-page .content .content-2-box1 h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }
}

.affiliate-page .content .content-2-box1 p {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  padding: 0 20px;
}

.affiliate-page .content .content-2-box1 .blue-btn {
  margin: auto;
  margin-top: 20px;
}

.affiliate-page .content #content-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.affiliate-page .content #content-5 h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-5 h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }
}

.affiliate-page .content #content-5 .content-5__left {
  width: 15%;
}

.affiliate-page .content #content-5 .content-5__left img {
  display: block;
  height: 30px;
  margin: auto;
  margin-top: 30px;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-5 .content-5__left img {
    height: 25px;
  }
}

.affiliate-page .content #content-5 .content-5__right {
  width: 85%;
  padding: 30px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.affiliate-page .content #content-5 .content-5__right .border-text {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(60%, transparent),
      color-stop(60%, #9ee1fd));
  background: linear-gradient(transparent 60%, #9ee1fd 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.affiliate-page .content #content-5 .content-5__right .num {
  position: absolute;
  left: 45px;
  top: 33px;
}

.affiliate-page .content #content-5 .content-5__right h5 {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-5 .content-5__right h5 {
    font-size: 18px;
  }
}

.affiliate-page .content #content-5 .content-5__right p {
  font-size: 15px;
  margin-top: 5px;
}

.affiliate-page .content #content-5 .content-5__right a {
  color: #00b1ff;
  text-decoration: underline;
}

.affiliate-page .content #content-5 .moshimo {
  display: block;
  width: 170px;
  margin: auto;
  margin-top: 20px;
}

.affiliate-page .content #content-5 .container-mini {
  width: 720px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}

.affiliate-page .content #content-5 .container-mini .flex-column {
  margin-bottom: 20px;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-5 .container-mini .flex-column {
    padding: 0 15px;
  }
}

.affiliate-page .content #content-5 .container-mini .flex-column .box-side.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.affiliate-page .content #content-5 .container-mini .flex-column .box-side.program {
  padding: 50px 70px;
  background: #f7f7f7;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-5 .container-mini .flex-column .box-side.program {
    padding: 20px 30px;
  }
}

.affiliate-page .content #content-5 .container-mini .flex-column .box-side {
  width: 720px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.affiliate-page .content #content-6 {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.affiliate-page .content #content-6 h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-6 h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }
}

.affiliate-page .content #content-6 .accordion {
  width: 720px;
  max-width: 100%;
  margin: auto;
}

.affiliate-page .content #content-6 .accordion__item {
  margin: 5px;
  margin-top: 15px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.affiliate-page .content #content-6 .accordion__item dt {
  font-weight: 700;
  font-size: 19px;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-6 .accordion__item dt {
    font-size: 16px;
  }
}

.affiliate-page .content #content-6 .accordion__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.affiliate-page .content #content-6 .accordion__title img {
  margin-right: 20px;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-6 .accordion__title img {
    width: 23px;
  }
}

.affiliate-page .content #content-6 .accordion__content {
  display: none;
  cursor: pointer;
  padding-top: 30px;
}

.affiliate-page .content #content-6 .accordion__content img {
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
}

@media (max-width: 867px) {
  .affiliate-page .content #content-6 .accordion__content img {
    width: 23px;
  }
}

.affiliate-page .content #content-6 .accordion__content p::after {
  content: '';
  clear: both;
}

.affiliate-page .content #content-6 .accordion__content.is-open {
  display: block;
}

.corporration-page {
  padding-top: 100px;
  position: relative;
  padding-bottom: 150px;
}

.corporration-page .margin-top-5 {
  margin-top: 50px;
}

.corporration-page .margin-top-2 {
  margin-top: 20px;
}

.corporration-page .corporrationBox {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .corporration-page .corporrationBox {
    font-size: 13px;
  }
}

.corporration-page .corporrationBtn {
  text-align: center;
  padding: 15px 40px;
  background: #1989ea;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}

.corporration-page .corporrationBtn:hover {
  color: #fff;
}

.corporration-page .corporrationImg {
  position: absolute;
  right: 0;
  bottom: -200px;
  width: 27vw;
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .corporration-page .corporrationImg {
    bottom: -40px;
  }
}

.speed-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.speed-page .speed-flex {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .speed-page .speed-flex {
    width: 100%;
  }
}

.speed-page .speed-box {
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
  margin: 10px;
  background: #f0f2f5;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px solid #f0f2f5;
}

@media screen and (max-width: 767px) {
  .speed-page .speed-box {
    width: calc(50% - 10px);
    margin: 5px;
    border-radius: 10px;
  }
}

.speed-page .speed-box-top img {
  width: 100%;
}

.speed-page .speed-box-bottom {
  padding: 20px 25px;
}

@media screen and (max-width: 767px) {
  .speed-page .speed-box-bottom {
    padding: 10px;
  }
}

.speed-page .speed-box-bottom table {
  font-size: 13px;
}

.speed-page .speed-box-bottom table tr {
  display: block;
  padding-bottom: 11px;
}

.speed-page .speed-box-bottom table tr:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .speed-page .speed-box-bottom table tr {
    font-size: 10px;
  }
}

.speed-page .speed-box-bottom table tr td:first-child {
  font-weight: 700;
  color: #667681;
  padding-right: 20px;
  width: 130px;
}

@media screen and (max-width: 767px) {
  .speed-page .speed-box-bottom table tr td:first-child {
    padding-right: 10px;
  }
}

.speed-page .speed-box-bottom table tr td:first-child img {
  margin-right: 3px;
  width: 13px;
}

@media screen and (max-width: 767px) {
  .speed-page .speed-box-bottom table tr td:first-child {
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  .speed-page .speed-box-bottom table tr td {
    padding-bottom: 5px;
  }
}

.speed-page .blue-btn {
  background: #1fbec4;
  padding: 10px 70px 13px 70px;
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.speed-page .blue-btn:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.speed-page .speed-top-comment {
  padding: 0 20px;
}

.speed-page .speed-top-box {
  padding: 40px;
  -webkit-box-shadow: 0px 2px 10px -6px #000;
  box-shadow: 0px 2px 10px -6px #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 20px;
}

@media screen and (max-width: 575px) {
  .speed-page .speed-top-box {
    padding: 30px 10px;
    border-radius: 10px;
  }
}

.speed-page .speed-top-box h3 {
  text-align: center;
  border-bottom: 1px solid #43cead;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.speed-page .speed-top-box h3 img {
  height: 23px;
  margin-right: 8px;
  margin-top: -3px;
}

.speed-page .speed-top-box p {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .speed-page .speed-top-box p br {
    display: none;
  }
}

.spot-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 35px;
  padding: 0;
  list-style-type: none;
  width: 500px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}

.spot-tab li {
  width: 80px;
  margin: 4px;
  background: #43cead;
  color: #ffffff;
  position: relative;
  padding: 15px 6px 15px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .spot-tab li {
    padding: 10px 4px 10px;
  }
}

.spot-tab li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3cbc9d;
  display: none;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spot-tab li.active,
.spot-tab li:hover {
  background: #3cbc9d;
  color: #fff;
  font-weight: bold;
}

.spot-tab li.active:after,
.spot-tab li:hover:after {
  display: block;
}

.speed-spot-map {
  /******* 地図成形 *******/
  /* 北海道・東北 */
  /* 関東 */
  /* 中部 */
  /* 近畿 */
  /* 中国 */
  /* 四国 */
  /* 九州・沖縄 */
  /****************************************
	レスポンシブ

****************************************/
  /* レスポンシブ max-776px */
  /* レスポンシブ max-500px */
}

.speed-spot-map a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.speed-spot-map a {
  text-decoration: none;
  color: #435ea9;
}

.speed-spot-map a:hover {
  text-decoration: none;
  color: #0e2d96;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.speed-spot-map .clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.speed-spot-map #japan-map div ul.area div {
  border: 1px #ffffff solid;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 横方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.speed-spot-map #japan-map div div.area div:hover {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.speed-spot-map #japan-map {
  display: block;
  width: 777px;
  height: 482px;
  background-color: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.speed-spot-map #japan-map p.area-title {
  display: none;
}

.speed-spot-map #hokkaido-touhoku {
  width: 136px;
  display: block;
  height: 265px;
  position: absolute;
  left: 638px;
}

.speed-spot-map #hokkaido-touhoku div.area div {
  background-color: #7478c2;
  color: #ffffff;
}

.speed-spot-map #hokkaido {
  width: 133px;
  height: 70px;
}

.speed-spot-map #aomori {
  width: 93px;
  height: 43px;
  left: 21px;
  top: 96px;
}

.speed-spot-map #akita {
  width: 67px;
  height: 42px;
  left: 3px;
  top: 139px;
}

.speed-spot-map #iwate {
  width: 67px;
  height: 42px;
  left: 70px;
  top: 139px;
}

.speed-spot-map #yamagata {
  width: 67px;
  height: 42px;
  top: 181px;
  left: 3px;
}

.speed-spot-map #miyagi {
  width: 67px;
  height: 42px;
  top: 181px;
  left: 70px;
}

.speed-spot-map #fukushima {
  width: 67px;
  height: 42px;
  top: 223px;
  left: 70px;
}

.speed-spot-map #kantou {
  width: 158px;
  display: block;
  height: 174px;
  position: absolute;
  top: 265px;
  left: 623px;
  z-index: 2;
}

.speed-spot-map #kantou div.area div {
  background-color: #31beca;
  color: #ffffff;
}

.speed-spot-map #ibaraki {
  width: 52px;
  height: 85px;
  top: 0px;
  left: 100px;
}

.speed-spot-map #tochigi {
  width: 50px;
  height: 42px;
  top: 0px;
  left: 50px;
}

.speed-spot-map #gunma {
  width: 50px;
  height: 42px;
  top: 0px;
  left: 0px;
}

.speed-spot-map #saitama {
  width: 100px;
  height: 43px;
  top: 42px;
  left: 0px;
}

.speed-spot-map #chiba {
  width: 52px;
  height: 84px;
  top: 85px;
  left: 100px;
}

.speed-spot-map #tokyo {
  width: 100px;
  height: 42px;
  top: 85px;
  left: 0px;
}

.speed-spot-map #kanagawa {
  width: 67px;
  height: 42px;
  top: 127px;
  left: 0px;
}

.speed-spot-map #tyubu {
  width: 270px;
  height: 211px;
  position: absolute;
  left: 438px;
  top: 223px;
}

.speed-spot-map #tyubu div.area div {
  background-color: #4ab969;
  color: #ffffff;
}

.speed-spot-map #nigata {
  width: 85px;
  height: 42px;
  left: 185px;
}

.speed-spot-map #toyama {
  width: 67px;
  height: 42px;
  left: 118px;
}

.speed-spot-map #ishikawa {
  width: 50px;
  height: 57px;
  left: 68px;
}

.speed-spot-map #fukui {
  width: 68px;
  height: 42px;
  left: 0px;
  z-index: 2;
}

.speed-spot-map #nagano {
  width: 67px;
  height: 85px;
  left: 118px;
  top: 42px;
}

.speed-spot-map #yamanashi {
  width: 67px;
  height: 42px;
  left: 118px;
  top: 127px;
}

.speed-spot-map #gifu {
  width: 50px;
  height: 55px;
  left: 68px;
  top: 57px;
}

.speed-spot-map #shizuoka {
  width: 67px;
  height: 42px;
  left: 118px;
  top: 169px;
}

.speed-spot-map #aichi {
  width: 50px;
  height: 57px;
  top: 112px;
  left: 68px;
}

.speed-spot-map #kinki {
  width: 186px;
  height: 211px;
  position: absolute;
  left: 320px;
  top: 223px;
}

.speed-spot-map #kinki div.area div {
  background-color: #b0b72f;
  color: #ffffff;
}

.speed-spot-map #kyoto {
  width: 67px;
  height: 84px;
  left: 51px;
}

.speed-spot-map #shiga {
  width: 68px;
  height: 42px;
  top: 42px;
  left: 118px;
}

.speed-spot-map #osaka {
  width: 67px;
  height: 85px;
  top: 84px;
  left: 51px;
}

.speed-spot-map #nara {
  width: 34px;
  height: 85px;
  top: 84px;
  left: 118px;
}

.speed-spot-map #mie {
  width: 34px;
  height: 85px;
  top: 84px;
  left: 152px;
}

.speed-spot-map #wakayama {
  width: 113px;
  height: 42px;
  top: 169px;
  left: 61px;
}

.speed-spot-map #hyougo {
  width: 51px;
  height: 98px;
  left: 0px;
}

.speed-spot-map #tyugoku {
  width: 151px;
  height: 98px;
  position: absolute;
  left: 169px;
  top: 223px;
}

.speed-spot-map #tyugoku div.area div {
  background-color: #ef9f27;
  color: #ffffff;
}

.speed-spot-map #tottori {
  width: 50px;
  height: 49px;
  left: 101px;
}

.speed-spot-map #okayama {
  width: 50px;
  height: 49px;
  top: 49px;
  left: 101px;
}

.speed-spot-map #shimane {
  width: 51px;
  height: 49px;
  left: 50px;
}

.speed-spot-map #hiroshima {
  width: 51px;
  height: 49px;
  top: 49px;
  left: 50px;
}

.speed-spot-map #yamaguchi {
  width: 50px;
  height: 98px;
  left: 0px;
}

.speed-spot-map #shikoku {
  width: 184px;
  height: 84px;
  position: absolute;
  left: 169px;
  top: 350px;
}

.speed-spot-map #shikoku div.area div {
  background-color: #d08f68;
  color: #ffffff;
}

.speed-spot-map #kagawa {
  width: 92px;
  height: 42px;
  right: 0px;
}

.speed-spot-map #ehime {
  width: 92px;
  height: 42px;
  left: 0px;
}

.speed-spot-map #tokushima {
  width: 92px;
  height: 42px;
  right: 0px;
  top: 42px;
}

.speed-spot-map #kouchi {
  width: 92px;
  height: 42px;
  left: 0px;
  top: 42px;
}

.speed-spot-map #kyusyu {
  width: 152px;
  height: 247px;
  position: absolute;
  left: 0px;
  top: 235px;
}

.speed-spot-map #kyusyu div.area div {
  background-color: #ff7575;
  color: #ffffff;
}

.speed-spot-map #fukuoka {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 0px;
}

.speed-spot-map #saga {
  width: 50px;
  height: 50px;
  left: 51px;
  top: 0px;
}

.speed-spot-map #nagasaki {
  width: 50px;
  height: 50px;
  left: 1px;
  top: 0px;
}

.speed-spot-map #oita {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 50px;
}

.speed-spot-map #kumamoto {
  width: 50px;
  height: 100px;
  left: 51px;
  top: 50px;
}

.speed-spot-map #miyazaki {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 100px;
}

.speed-spot-map #kagoshima {
  width: 68px;
  height: 49px;
  left: 83px;
  top: 150px;
}

.speed-spot-map #okinawa {
  width: 50px;
  height: 50px;
  left: 1px;
  top: 197px;
}

@media screen and (max-width: 776px) {
  .speed-spot-map #japan-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .speed-spot-map #japan-map p.area-title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #000000;
  }

  .speed-spot-map #hokkaido-touhoku,
  .speed-spot-map #kantou,
  .speed-spot-map #tyubu,
  .speed-spot-map #kinki,
  .speed-spot-map #tyugoku,
  .speed-spot-map #shikoku,
  .speed-spot-map #kyusyu {
    display: block;
    position: static;
    margin: 0 1em 0 1em;
  }

  .speed-spot-map #japan-map div div.area {
    display: block;
    position: relative;
  }

  .speed-spot-map #hokkaido-touhoku {
    height: calc(265px + 4.5em);
  }

  .speed-spot-map #kantou {
    height: calc(174px + 4.5em);
  }

  .speed-spot-map #tyubu {
    height: calc(211px + 4.5em);
  }

  .speed-spot-map #kinki {
    height: calc(211px + 4.5em);
  }

  .speed-spot-map #tyugoku {
    height: calc(98px + 4.5em);
  }

  .speed-spot-map #shikoku {
    height: calc(84px + 4.5em);
  }

  .speed-spot-map #kyusyu {
    height: calc(247px + 4.5em);
  }
}

@media screen and (max-width: 500px) {
  .speed-spot-map #japan-map {
    display: block;
    width: 100%;
    height: auto;
  }

  .speed-spot-map #hokkaido-touhoku,
  .speed-spot-map #kantou,
  .speed-spot-map #tyubu,
  .speed-spot-map #kinki,
  .speed-spot-map #tyugoku,
  .speed-spot-map #shikoku,
  .speed-spot-map #kyusyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: static;
    margin-left: 0px;
    margin-right: 0px;
  }

  .speed-spot-map #japan-map div div.area {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .speed-spot-map #japan-map div div.area a {
    height: auto;
    width: 25%;
  }

  .speed-spot-map #japan-map div div.area div {
    display: block;
    border-radius: 0px;
    position: static;
    height: auto;
    font-size: 16px;
    width: 100%;
    padding: 0.5em 0.3em 0.5em 0.3em;
  }
}

.port {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.port .port-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.port .port-box {
  width: 380px;
  max-width: 100%;
  margin: 10px;
}

.port .port-box img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .port .port-box img {
    width: 280px;
    display: block;
    margin: auto;
  }
}

.port .port-box img:hover {
  opacity: 0.8;
}

.port .port-box p {
  text-align: center;
  margin-top: 15px;
}

.copyright-pc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
}

.copyright-pc p {
  font-size: 0.8em;
  text-align: center;
  margin: 0;
  color: #fff;
}

.img-banner {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 280px;
}

@media screen and (max-width: 991px) {
  .img-banner {
    height: 200px;
  }
}

/*# sourceMappingURL=main.css.map */
.main-plan .main-plan-container {
  width: 1000px;
  max-width: 90%;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
}

.main-plan-box--shadow {
  max-width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
  padding: 30px 30px;
}

.main-plans {
  display: flex;
}

.main-plans a {
  margin: 10px;
  display: block;
}

.plus-icon,
.sup-img {
  margin: 15px;
}

.main-plan-device {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.main-plan-device table {
  margin: 25px;
}

.main-plan-device img {
  margin: 20px;
}

.main-plan-device .table td,
.main-plan-device .table th {
  border-top: none;
  padding: 7px;
}

@media (max-width: 1080px) {

  .main-plan-box--shadow,
  .main-plan-device {
    flex-direction: column;
  }

  .sup-img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .main-plans img {
    width: 140px;
  }

  .main-plan-device img {
    width: 180px;
  }

  .main-plan-device .table {
    width: 90%;
    font-size: 0.8em;
  }
}

/* 申し込みバナー */
.apply-banner {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 8px;
  margin-top: -16px;
}

.apply-banner img {
  width: 90%;
  max-width: 500px;
  height: auto;
}

@media (max-width: 767px) {
  .apply-banner {
    margin-top: 0;
  }

  .apply-banner img {
    margin-top: 0;
  }
}

/* 申し込み タブ*/
.apply-tab .tab {
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}

.apply-tab .tab li {
  font-family: 'Roboto';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #a3a3a3;
  margin: 5px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 2px;
}

.apply-tab li:nth-child(1).active {
  background: #e8c369;
}

.apply-tab li:nth-child(2).active {
  background: #4cd5bb;
}

.apply-tab {
  padding: 10px;
  width: 100%;
}

.apply-tab div.area {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 80px;
}

.tab li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .apply-tab div.area {
    padding: 20px 0 70px 0;
  }

  .apply-tab li {
    font-size: 14px;
    margin: 3px;
  }

  .tab li a {
    font-size: 18px;
  }
}

.apply__plan-title {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 5px;
}

.apply__plan-title.apply__plan-title--50gb {
  color: #E8C369;
  margin-bottom: 30px;
  border-bottom: 3px solid #E8C369;
}

.apply__plan-title.apply__plan-title--100gb {
  color: #1FBEC5;
  margin-bottom: 30px;
  border-bottom: 3px solid #1FBEC5;
}

.apply-page form {
  width: 100%;
}

.gw-info {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.gw-info-margin {
  margin: 24px 0;
}

.gw-info img {
  max-width: 100%;
}

.information {
  width: 90%;
  max-width: 220px;
  margin: 0 auto 100px;

}
.information .information__ttl {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #4295E7;
  text-align: center;
  padding-bottom: 8px;
}
.information .information__date {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.information__body p {
  font-size: 12px;
}
.news-content {
  padding: 24px;
  background-color: #effcfb;
  /* max-width: 510px;
  width: 94%; */
  margin: 40px auto 0;
}
.news-content p:last-child {
  margin-bottom: 0;
}
.news-content-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1fbec4;
  font-size: 17px;
}
.apply-page .news-content {
  margin-bottom: 40px;
  max-width: 500px;
  width: 94%;
}
.contact-page .news-content {
  margin-top: 0;
}