@charset "UTF-8";
/*-------------------------------------------------
 common
-------------------------------------------------*/
@import url(reset.css);

html {
  font-size: clamp(14px, 5.625vw, 16px);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #4F4F4F;
  font-weight: 300;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  height: 100%;
}

body#select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body#select #wrap {
  width: calc(100% - 300px);
}

@media screen and (max-width: 640px) {
  body#select #wrap {
    width: 100%;
  }
}

* {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*--------- header ---------*/
header {
  position: fixed;
  width: calc(100% - 60px);
  padding: 10px 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  header {
    padding: 10px 5%;
    width: 90%;
  }
}

header.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

header.login .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.login .btnArea a {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  header.login .btnArea a {
    font-size: clamp(10px, 5.625vw, 12px);
  }
}

header.login .btnArea a img {
  width: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  header.login .btnArea a img {
    display: block;
    margin: 0 auto;
  }
}

header .logo h1 {
  width: 200px;
}

@media screen and (max-width: 640px) {
  header .logo h1 {
    width: 150px;
  }
}

header .logo h1 img {
  width: 100%;
}

/*--------- footer ---------*/
footer {
  text-align: center;
  padding: 1em 0;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  footer {
    font-size: clamp(10px, 5.625vw, 12px);
  }
}

/*--------- sidebar ---------*/
#sidePrice {
  height: 100%;
  width: 300px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  #sidePrice {
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  }
}

#sidePrice .sidePriceContent {
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #sidePrice .sidePriceContent .displayBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    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-transition: 0.2s;
    transition: 0.2s;
  }

  #sidePrice .sidePriceContent .displayBtn img {
    width: 20px;
  }

  #sidePrice .sidePriceContent .displayBtn.add {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 640px) {
  #sidePrice .sidePriceContent .displayArea {
    display: none;
  }
}

#sidePrice .sidePriceContent h2 {
  font-size: clamp(18px, 5.625vw, 20px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #sidePrice .sidePriceContent h2 {
    margin-bottom: 10px;
  }
}

#sidePrice .sidePriceContent dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(12px, 5.625vw, 14px);
  padding: 0 20px;
  margin-bottom: 10px;
}

#sidePrice .sidePriceContent dl dt {
  font-weight: bold;
}

#sidePrice .sidePriceContent .sidePriceContent__total {
  background: #EDF5E8;
  border-radius: 5px;
  padding: 10px 0;
}

#sidePrice .sidePriceContent .sidePriceContent__total dl {
  color: #27AE60;
}

#sidePrice .sidePriceContent .sidePriceContent__total dl:last-child {
  margin-bottom: 0;
}

#sidePrice .sidePriceContent .sidePriceContent__total dl dd {
  font-weight: bold;
  font-size: clamp(16px, 5.625vw, 18px);
}

@media screen and (max-width: 640px) {
  #sidePrice .sidePriceContent .col2 {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

#sidePrice .sidePriceContent .sidePriceContent__agree {
  text-align: center;
  margin: 15px 0;
}

@media screen and (max-width: 640px) {
  #sidePrice .sidePriceContent .sidePriceContent__agree {
    font-size: clamp(12px, 5.625vw, 14px);
  }
}

#sidePrice .sidePriceContent .btn {
  background: #4DA4FD;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 170px;
  padding: 5px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #sidePrice .sidePriceContent .btn {
    margin: 0;
  }
}

/*--------- modal ---------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.modal .modal-bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal .modal-content {
  background: #fff;
  left: 50%;
  padding: 5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  overflow: scroll;
}

.modal .modal-content .modal-closeBtn {
  width: 20px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal .modal-content .modal-closeBtn img {
  width: 100%;
}

.modal-content h3 {
  text-align: center;
  font-size: clamp(16px, 5.625vw, 18px);
  margin-bottom: 30px;
}

.modal-content ul li dl {
  margin-bottom: 20px;
}

.modal-content ul li dl dt {
  margin-bottom: 5px;
}

.modal-content ul li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.modal-content ul li dl dd input {
  padding: 10px;
  border-radius: 5px;
  border: #ccc solid 1px;
}

.modal-content ul li dl dd input::-webkit-input-placeholder {
  color: #ccc;
}

.modal-content ul li dl dd input:-ms-input-placeholder {
  color: #ccc;
}

.modal-content ul li dl dd input::-ms-input-placeholder {
  color: #ccc;
}

.modal-content ul li dl dd input::placeholder {
  color: #ccc;
}

.modal-content ul li dl dd input:focus {
  border: #4DA4FD solid 1px;
}

.modal-content ul li dl dd .width-s {
  width: 20%;
}

.modal-content ul li dl dd .width-m {
  width: 50%;
}

.modal-content ul li dl dd .width-l {
  width: 100%;
}

/*--------- index ---------*/
#wrap.default {
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  #wrap.default main {
    padding-top: 59px;
  }
}

#wrap.default header {
  background: #fff;
  width: 100%;
  padding: 0;
  z-index: 9;
  position: fixed;
  /*============
    nav
    =============*/
  /*============
    .toggle_btn
    =============*/
  /*sp header nav*/
}

#wrap.default header #navArea {
  position: relative;
}

#wrap.default header #navArea .navAreaContent {
  background: rgba(77, 164, 253, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  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;
}

#wrap.default header nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
  opacity: 0;
  color: #fff;
}

#wrap.default header nav .inner {
  width: 100%;
}

#wrap.default header nav .inner .navList li {
  text-align: center;
  margin-bottom: 1em;
}

#wrap.default header nav .inner .navList li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

#wrap.default header nav .inner .navCta {
  width: 90%;
  margin: 100px auto 0;
}

#wrap.default header nav .inner .navCta .navCta__text {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

#wrap.default header nav .inner .navCta .navCta__btn {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 50px;
  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;
  border-radius: 5px;
  background: #219653;
  text-decoration: none;
  color: #fff;
}

#wrap.default header nav .inner .navCta .navCta__tel {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-top: 50px;
}

#wrap.default header nav .inner .navCta .navCta__telText {
  font-weight: 500;
  font-size: 10px;
  display: block;
  text-align: center;
}

#wrap.default header .open nav {
  right: 0;
  opacity: 1;
  height: 100vh;
}

#wrap.default header .toggle_btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 4%;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 9;
}

#wrap.default header .toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#wrap.default header .toggle_btn span:nth-child(1) {
  top: 4px;
}

#wrap.default header .toggle_btn span:nth-child(2) {
  top: 12px;
}

#wrap.default header .toggle_btn span:nth-child(3) {
  bottom: 8px;
}

#wrap.default header .open.toggle_btn span {
  background-color: #fff;
  width: 20px;
}

#wrap.default header .open.toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}

#wrap.default header .open.toggle_btn span:nth-child(2) {
  opacity: 0;
}

#wrap.default header .open.toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}

#wrap.default header .headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#wrap.default header .headerContent .headerContentBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #wrap.default header .headerContent .headerContentBtnWrap .sp {
    display: block;
    width: 30px;
  }
}

#wrap.default header .headerContent .headerContentBtnWrap .headerContentBtnWrap__btn {
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  #wrap.default header .headerContent .headerContentBtnWrap .headerContentBtnWrap__btn {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  #wrap.default header .headerContent .headerContentBtnWrap .headerContentBtnWrap__btn.pc {
    display: none;
  }
}

#wrap.default header .headerContent .headerContentBtnWrap .headerContentBtnWrap__btn.app {
  background: #219653;
  color: #fff;
  padding: 30px 15px;
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #wrap.default header .headerContent .headerContentBtnWrap .headerContentBtnWrap__btn.app {
    padding: 10px;
  }
}

#wrap.default header .headerContent .headerContentBtnWrap .headerContentBtnWrap__btn img {
  width: 24px;
}

@media screen and (max-width: 640px) {
  #wrap.default header .headerContent .headerContentBtnWrap .headerContentBtnWrap__btn img {
    display: block;
    margin: 0 auto;
  }
}

#wrap.default header .headerList {
  background: #4DA4FD;
  padding: 5px 0;
}

@media screen and (max-width: 640px) {
  #wrap.default header .headerList {
    display: none;
  }
}

#wrap.default header .headerList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#wrap.default header .headerList ul li {
  margin-right: 30px;
}

#wrap.default header .headerList ul li a {
  color: #fff;
  text-decoration: none;
}

#wrap.default .topFv {
  width: 100%;
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

#wrap.default .topFv .topFvContent h1 .sp {
  position: relative;
}

#wrap.default .topFv .topFvContent h1 .sp a {
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
  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;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  width: 331px;
  height: 67px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #219653;
  border-radius: 100px;
  color: #fff;
  overflow: hidden;
}

#wrap.default .topFv .topFvContent h1 .sp a::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrap.default .topPoint .topPointContent {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

#wrap.default .topPoint .topPointContent h2 {
  height: 82px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPoint .topPointContent h2 {
    height: 50px;
  }
}

#wrap.default .topPoint .topPointContent h2 img {
  height: 100%;
}

#wrap.default .topPoint .topPointContent .topPointContentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPoint .topPointContent .topPointContentInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block {
  width: calc(50% - 40px);
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  padding: 0 10px;
  position: relative;
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block::before {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -5px;
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block:nth-child(1)::before {
  content: url(../img/point_free01.svg);
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block:nth-child(2)::before {
  content: url(../img/point_free02.svg);
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block:nth-child(3)::before {
  content: url(../img/point_free03.svg);
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block:nth-child(4)::before {
  content: url(../img/point_free04.svg);
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block:nth-child(5)::before {
  content: url(../img/point_free05.svg);
}

@media screen and (max-width: 640px) {
  #wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block .topPointContentInner__block--img {
  width: 170px;
  text-align: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block .topPointContentInner__block--img img {
  width: auto;
  height: 140px;
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block .topPointContentInner__block--detail {
  width: calc(100% - 200px);
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block .topPointContentInner__block--detail dt {
  font-size: 24px;
  color: #093F68;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block .topPointContentInner__block--detail dt {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  #wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block .topPointContentInner__block--detail dd {
    font-size: 14px;
  }
}

#wrap.default .topPoint .topPointContent .topPointContentInner .topPointContentInner__block .topPointContentInner__block--detail dd sup {
  font-size: 10px;
}

#wrap.default .topPoint .topPointContent ul {
  font-size: 12px;
  margin-top: 30px;
}

#wrap.default .ctaWrap {
  background: #093F68;
  height: 100px;
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap {
    height: auto;
  }
}

#wrap.default .ctaWrap .ctaWrapContent {
  color: #fff;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 15px;
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap .ctaWrapContent {
    display: block;
    position: relative;
    padding: 15px 0;
  }
}

#wrap.default .ctaWrap .ctaWrapContent::before {
  content: '';
  width: 108px;
  height: 88px;
  display: block;
  background: url(../img/kumo_cta01.png) no-repeat;
  background-size: 100%;
  margin-top: -5px;
  -webkit-transform: translate(-90px, 10px);
  transform: translate(-90px, 10px);
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap .ctaWrapContent::before {
    position: absolute;
    bottom: 0;
    left: -80px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

#wrap.default .ctaWrap .ctaWrapContent::after {
  content: '';
  width: 122px;
  height: 77px;
  display: block;
  background: url(../img/kumo_cta02.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap .ctaWrapContent::after {
    position: absolute;
    bottom: -20px;
    right: -90px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

#wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxL {
  position: relative;
}

#wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxL.ryucehll::before {
  content: "";
  background: url(../img/ryuchel_cta.png) no-repeat 100% 100%;
  background-size: 100%;
  position: absolute;
  bottom: -25px;
  left: -245px;
  width: 235px;
  height: 198px;
  display: block;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxL.ryucehll::before {
    left: -90px;
    bottom: -31px;
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxL {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxL .ctaWrapContentBoxL__text {
  font-size: 16px;
  text-align: center;
}

#wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxL .ctaWrapContentBoxL__btn {
  color: #fff;
  background: #219653;
  width: 330px;
  height: 50px;
  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;
  border-radius: 5px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxL .ctaWrapContentBoxL__btn {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxR {
    text-align: center;
  }
}

#wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxR .ctaWrapContentBoxR__tel {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
}

#wrap.default .ctaWrap .ctaWrapContent .ctaWrapContentBoxR small {
  font-size: 10px;
  display: block;
}

#wrap.default .topAbout .topAboutContent {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

#wrap.default .topAbout .topAboutContent h2 {
  height: 82px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #wrap.default .topAbout .topAboutContent h2 {
    height: 50px;
  }
}

#wrap.default .topAbout .topAboutContent h2 img {
  height: 100%;
}

#wrap.default .topAbout .topAboutContent .topAboutContentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topAbout .topAboutContent .topAboutContentInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    gap: 10px;
  }
}

#wrap.default .topAbout .topAboutContent .topAboutContentInner:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

@media screen and (max-width: 640px) {
  #wrap.default .topAbout .topAboutContent .topAboutContentInner:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 640px) {
  #wrap.default .topAbout .topAboutContent .topAboutContentInner .topAboutContentInnerBoxL {
    width: 100%;
    text-align: center;
  }
}

#wrap.default .topAbout .topAboutContent .topAboutContentInner .topAboutContentInnerBoxL dt {
  font-size: 40px;
  font-weight: bold;
  color: #093F68;
}

@media screen and (max-width: 640px) {
  #wrap.default .topAbout .topAboutContent .topAboutContentInner .topAboutContentInnerBoxL dt {
    font-size: 32px;
  }
}

#wrap.default .topAbout .topAboutContent .topAboutContentInner .topAboutContentInnerBoxL dd small {
  font-size: 10px;
  line-height: 14px;
  display: block;
  color: #666;
}

#wrap.default .topAbout .topAboutContent .topAboutContentInner .topAboutContentInnerBoxR {
  width: 380px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topAbout .topAboutContent .topAboutContentInner .topAboutContentInnerBoxR {
    width: 60%;
    margin: 0 auto;
  }
}

#wrap.default .topDevice {
  background: #8BC4FE;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

#wrap.default .topDevice::after {
  content: "";
  background: #4DA4FD;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice::after {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
}

#wrap.default .topDevice h2 {
  height: 82px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice h2 {
    height: 50px;
  }
}

#wrap.default .topDevice h2 img {
  height: 100%;
}

#wrap.default .topDevice ul {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

#wrap.default .topDevice ul li {
  font-size: 14px;
}

#wrap.default .topDevice .topDeviceContent {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
  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: 640px) {
  #wrap.default .topDevice .topDeviceContent {
    display: block;
    padding-top: 0;
  }
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner {
  width: 48%;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice .topDeviceContent .topDeviceContentInner:first-child {
    margin-bottom: 50px;
  }
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner:first-child .topDeviceContentInnerBlock,
#wrap.default .topDevice .topDeviceContent .topDeviceContentInner:first-child .topDeviceContentInner__text {
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice .topDeviceContent .topDeviceContentInner {
    width: 100%;
  }
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInner__img {
  height: 340px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInner__img {
    margin: 20px 0 10px;
    height: auto;
  }
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInner__text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 440px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInner__text {
    font-size: 16px;
  }
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 400px;
  height: 670px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock {
    height: auto;
    width: calc(100% - 40px);
  }
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__img {
  display: block;
  max-width: 294px;
  margin: 0 auto;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__detail dl {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5%;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__detail dl:last-child {
  border-right: none;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__detail dl dd {
  line-height: 1.2em;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__detail dl dd em {
  font-size: 16px;
  font-weight: bold;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__list {
  margin-top: 10px;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__list li {
  font-size: 12px;
  line-height: 2em;
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__btn {
  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;
  width: 300px;
  height: 56px;
  background: #219653;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__btn {
    margin-top: 0;
  }
}

#wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__btn.mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topDevice .topDeviceContent .topDeviceContentInner .topDeviceContentInnerBlock .topDeviceContentInnerBlock__btn.mt100 {
    margin-top: 0;
  }
}

#wrap.default .topArea .topAreaContent {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #wrap.default .topArea .topAreaContent {
    display: block;
    padding-top: 0;
  }
}

#wrap.default .topArea .topAreaContent .topAreaContentBoxL {
  max-width: 388px;
  margin-right: 40px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topArea .topAreaContent .topAreaContentBoxL {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #wrap.default .topArea .topAreaContent .topAreaContentBoxR {
    width: 100%;
  }
}

#wrap.default .topArea .topAreaContent .topAreaContentBoxR .topAreaContentBoxR__title {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #wrap.default .topArea .topAreaContent .topAreaContentBoxR .topAreaContentBoxR__title {
    font-size: 32px;
  }
}

#wrap.default .topArea .topAreaContent .topAreaContentBoxR .topAreaContentBoxR__text {
  margin-top: 30px;
}

#wrap.default .topArea .topAreaContent .topAreaContentBoxR .topAreaContentBoxR__btn {
  background: #EB5757;
  border-radius: 50px;
  width: 270px;
  height: 50px;
  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;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topArea .topAreaContent .topAreaContentBoxR .topAreaContentBoxR__btn {
    margin: 50px auto 0;
  }
}

#wrap.default .topPrice .topPriceContent {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

#wrap.default .topPrice .topPriceContent h2 {
  height: 82px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPrice .topPriceContent h2 {
    height: 50px;
  }
}

#wrap.default .topPrice .topPriceContent h2 img {
  height: 100%;
}

#wrap.default .topPrice .topPriceContent .topPriceContent__text {
  text-align: center;
}

#wrap.default .topPrice .topPriceContent .topPriceContent__subject {
  text-align: center;
  margin-top: 30px;
}

#wrap.default .topPrice .topPriceContent h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 60px 0 30px;
}

#wrap.default .topPrice .topPriceContent p {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPrice .topPriceContent p {
    font-size: 10px;
  }
}

#wrap.default .topPrice .topPriceContent .topPriceContentInner {
  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: 640px) {
  #wrap.default .topPrice .topPriceContent .topPriceContentInner {
    display: block;
  }
}

#wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block {
  width: 32%;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block {
    width: 100%;
    margin-bottom: 20px;
  }
}

#wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block .topPriceContentInner__block--detail dt {
  font-size: 20px;
  font-weight: bold;
}

#wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block .topPriceContentInner__block--detail dd {
  font-size: 14px;
}

#wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block .topPriceContentInner__block--detail dd em {
  font-weight: bold;
  font-size: 18px;
}

#wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block2 {
    margin-bottom: 20px;
  }
}

#wrap.default .topPrice .topPriceContent .topPriceContentInner .topPriceContentInner__block2 .topPriceContentInner__block2--img {
  width: 80px;
  margin-right: 30px;
}

#wrap.default .topPrice .topPriceContent .topPriceContentBox {
  background: #FFFFFF;
  border: 11px solid #093F68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPrice .topPriceContent .topPriceContentBox::before {
    content: '';
    background: url(../img/price_img08.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 95px;
    height: 95px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

#wrap.default .topPrice .topPriceContent .topPriceContentBox .topPriceContentBoxL {
  padding: 0 5%;
}

#wrap.default .topPrice .topPriceContent .topPriceContentBox .topPriceContentBoxL img {
  width: 100%;
}

#wrap.default .topPrice .topPriceContent .topPriceContentBox .topPriceContentBoxL p {
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topPrice .topPriceContent .topPriceContentBox .topPriceContentBoxL {
    padding: 0;
  }

  #wrap.default .topPrice .topPriceContent .topPriceContentBox .topPriceContentBoxL img {
    width: 90%;
    padding: 5% 5% 0;
  }

  #wrap.default .topPrice .topPriceContent .topPriceContentBox .topPriceContentBoxL p {
    padding: 2% 5% 5%;
    font-size: 12px;
  }
}

#wrap.default .topFlow {
  background: #8BC4FE;
}

#wrap.default .topFlow .topFlowContent {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

#wrap.default .topFlow .topFlowContent::before {
  content: '';
  display: block;
  background: url(../img/flow_before.png) no-repeat;
  background-size: 100%;
  width: 367px;
  height: 94px;
  position: absolute;
  left: 0;
  top: 103px;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  #wrap.default .topFlow .topFlowContent::before {
    width: 248px;
  }
}

#wrap.default .topFlow .topFlowContent::after {
  content: '';
  display: block;
  background: url(../img/flow_after.png) no-repeat;
  background-size: 100%;
  width: 264px;
  height: 46px;
  position: absolute;
  right: 0;
  bottom: 77px;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  #wrap.default .topFlow .topFlowContent::after {
    height: 100px;
  }
}

#wrap.default .topFlow .topFlowContent h2 {
  height: 82px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #wrap.default .topFlow .topFlowContent h2 {
    height: 50px;
  }
}

#wrap.default .topFlow .topFlowContent h2 img {
  height: 100%;
}

#wrap.default .topFlow .topFlowContent .topFlowContent__text {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

#wrap.default .topFlow .topFlowContent .topFlowContentInner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #wrap.default .topFlow .topFlowContent .topFlowContentInner {
    display: block;
  }
}

#wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__arrow {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  #wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 20px auto;
  }
}

#wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__block {
  width: calc(30% - 40px);
}

@media screen and (max-width: 640px) {
  #wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__block {
    width: 100%;
  }
}

#wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__block .topFlowContentInner__block--img {
  height: 194px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__block .topFlowContentInner__block--img {
    margin: 0 auto;
    display: block;
  }
}

#wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__block .topFlowContentInner__block--detail dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

#wrap.default .topFlow .topFlowContent .topFlowContentInner .topFlowContentInner__block .topFlowContentInner__block--detail dd {
  font-size: 14px;
  margin-top: 10px;
  color: #828282;
}

#wrap.default .topFlow .topFlowContent ul {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

#wrap.default .topFlow .topFlowContent ul li {
  font-size: 14px;
}

#wrap.default .topFaq .topFaqContent {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

#wrap.default .topFaq .topFaqContent h2 {
  height: 82px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #wrap.default .topFaq .topFaqContent h2 {
    height: 50px;
  }
}

#wrap.default .topFaq .topFaqContent h2 img {
  height: 100%;
}

#wrap.default .topFaq .topFaqContent ul li {
  margin-top: 30px;
}

#wrap.default .topFaq .topFaqContent ul li dl dt {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#wrap.default .topFaq .topFaqContent ul li dl dt::before {
  content: url(../img/faq_img01.svg);
  display: block;
  vertical-align: middle;
  margin-right: 10px;
  width: 56px;
  height: 47px;
  background-size: 100%;
}

#wrap.default .topFaq .topFaqContent ul li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

#wrap.default .topFaq .topFaqContent ul li dl dd::before {
  content: url(../img/faq_img02.svg);
  display: block;
  vertical-align: middle;
  margin-right: 10px;
  width: 56px !important;
  height: 47px;
  background-size: 100%;
}

#wrap.default .footerCtaWrap .footerCtaWrapContent {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#wrap.default .footerCtaWrap .footerCtaWrapContent .footerCtaWrapContentBoxL__text {
  font-weight: 700;
  font-size: 18px;
}

#wrap.default .footerCtaWrap .footerCtaWrapContent .footerCtaWrapContentBoxL__btn {
  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;
  width: 328px;
  height: 57px;
  background: #219653;
  border-radius: 5px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  margin: 10px auto 0;
}

#wrap.default .footer_deco {
  max-width: 841px;
  width: 90%;
  display: block;
  margin: 50px auto 0;
}

@media screen and (max-width: 640px) {
  #wrap.default .footer_deco {
    margin-top: 100px;
  }
}

#wrap.default footer {
  background: #4DA4FD;
  text-align: left;
  color: #fff;
  position: relative;
  margin-top: 0;
}

#wrap.default footer .topBtn {
  position: absolute;
  top: -110px;
  right: 5%;
  width: 108px;
  z-index: 8;
}

#wrap.default footer .footerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 640px) {
  #wrap.default footer .footerContent {
    display: block;
    padding: 30px;
  }
}

#wrap.default footer .footerContent .footerContentLogo {
  margin-right: 30px;
}

#wrap.default footer .footerContent .footerContentLogo img {
  width: 267px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #wrap.default footer .footerContent .footerContentLogo img {
    margin: 0 auto 5px;
    display: block;
  }
}

#wrap.default footer .footerContent .footerContentLogo span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #wrap.default footer .footerContent .footerContentLogo span {
    text-align: center;
  }
}

#wrap.default footer .footerContent .footerContentList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  #wrap.default footer .footerContent .footerContentList ul {
    display: block;
    font-size: 14px;
    margin-top: 1em;
  }
}

#wrap.default footer .footerContent .footerContentList ul li {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  #wrap.default footer .footerContent .footerContentList ul li {
    margin-bottom: 1em;
  }
}

#wrap.default footer .footerContent .footerContentList ul li a {
  color: #fff;
  text-decoration: none;
}

#wrap.default footer .footerContent .footerContentList small {
  font-size: 12px;
}

.win {
  font-family: Arial;
}

/*--------- palalaks ---------*/
section {
  position: relative;
}

section .rellax {
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  section .rellax {
    display: none;
  }
}

section .rellax img {
  width: 50%;
}

section .rellax.pos1 {
  left: 10%;
  top: 20%;
}

section .rellax.pos2 {
  right: 0;
  top: 40%;
}

section .rellax.pos3 {
  left: 5%;
  top: 60%;
}

/*--------- contents ---------*/
#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 100%;
}

#wrap.formBg {
  background: #f7f7f7;
}

#wrap main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 100px;
}

#wrap main .formContent {
  background: #fff;
  max-width: 800px;
  width: calc(90% - 60px);
  margin: 0 auto;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent {
    width: 80%;
    padding: 5%;
  }
}

#wrap main .formContent h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent h2 {
    font-size: clamp(24px, 5.625vw, 28px);
  }
}

#wrap main .formContent form .tabs .tab_item {
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 170px;
  padding: 5px;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent form .tabs .tab_item {
    width: 44%;
    margin-right: 5px;
  }
}

#wrap main .formContent form .tabs .tab_item:hover {
  opacity: 0.75;
}

#wrap main .formContent form .tabs input[name="tab_item"] {
  display: none;
}

#wrap main .formContent form .tabs input[name="tab_item"]:checked+.tab_item {
  background: #4DA4FD;
  color: #fff;
}

#wrap main .formContent form .tabs .tab_content {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

#wrap main .formContent form .tabs .tab_content .boxL {
  width: 43%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent form .tabs .tab_content .boxL {
    width: 100%;
  }
}

#wrap main .formContent form .tabs .tab_content .boxR {
  width: 55%;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent form .tabs .tab_content .boxR {
    width: 100%;
  }
}

#wrap main .formContent form .tabs .tab_content .boxR h4 {
  font-size: clamp(20px, 5.625vw, 24px);
  font-weight: bold;
  margin-bottom: 15px;
}

#wrap main .formContent form .tabs .tab_content .boxR ul li {
  font-size: clamp(12px, 5.625vw, 14px);
}

#wrap main .formContent form .tabs .tab_content .boxR .text {
  font-size: clamp(12px, 5.625vw, 14px);
  margin-top: 1em;
}

#wrap main .formContent form .tabs #all:checked~#all_content,
#wrap main .formContent form .tabs #design:checked~#design_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

  #wrap main .formContent form .tabs #all:checked~#all_content,
  #wrap main .formContent form .tabs #design:checked~#design_content {
    display: block;
  }
}

#wrap main .formContent form .formContentBlock {
  margin-top: 80px;
}

#wrap main .formContent form .formContentBlock h3 {
  font-size: clamp(24px, 5.625vw, 28px);
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent form .formContentBlock h3 {
    font-size: clamp(18px, 5.625vw, 20px);
  }
}

#wrap main .formContent form .formContentBlock .formContentBlock__text {
  margin-bottom: 30px;
}

#wrap main .formContent form .formContentBlock input[type=radio] {
  display: none;
}

#wrap main .formContent form .formContentBlock input[type=radio]:checked+label {
  border: 2px solid #4DA4FD;
}

#wrap main .formContent form .formContentBlock label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 15px;
  border: 2px solid transparent;
  cursor: pointer;
}

#wrap main .formContent form .formContentBlock label:hover {
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
}

#wrap main .formContent form .formContentBlock label em {
  display: block;
  font-size: clamp(18px, 5.625vw, 20px);
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent form .formContentBlock label em {
    font-size: clamp(14px, 5.625vw, 16px);
  }
}

#wrap main .formContent form .formContentBlock label span {
  display: block;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent form .formContentBlock label span {
    font-size: clamp(10px, 5.625vw, 12px);
    width: 43%;
  }
}

#wrap main .formContent form .formContentBlock ul li {
  font-size: clamp(12px, 5.625vw, 14px);
}

/*--------- cart ---------*/
#cart h2 {
  text-align: center;
  font-size: clamp(20px, 5.625vw, 24px);
}

#cart .cartContent .cartContent__text {
  text-align: center;
  margin-bottom: 15px;
}

#cart .cartContent .cartContent__error {
  text-align: center;
  color: #EB5757;
  margin-bottom: 30px;
}

#cart .cartContent table {
  width: 100%;
}

#cart .cartContent table thead tr {
  background: #eee;
}

#cart .cartContent table thead tr th {
  padding: 10px 20px;
}

@media screen and (max-width: 640px) {
  #cart .cartContent table thead tr th {
    padding: 10px;
  }
}

#cart .cartContent table tbody tr td {
  padding: 10px 20px;
}

@media screen and (max-width: 640px) {
  #cart .cartContent table tbody tr td {
    padding: 10px;
  }
}

#cart .cartContent table tbody tr td button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#cart .cartContent table tbody tr td button:hover {
  color: #EB5757;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

#cart .cartContent table tbody tr td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #cart .cartContent table tbody tr td dl {
    display: block;
  }
}

#cart .cartContent table tbody tr td dl dd {
  width: 200px;
}

@media screen and (max-width: 640px) {
  #cart .cartContent table tbody tr td dl dd {
    width: 100px;
  }
}

#cart .cartContent table tbody tr td dl dt {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #cart .cartContent table tbody tr td dl dt {
    margin-left: 0;
  }
}

#cart .cartContent table tbody tr td span {
  color: #27AE60;
  font-weight: bold;
}

.btn-wrap {
  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;
  gap: 20px;
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-top: 30px;
  }
}

.btn-wrap .border-btn {
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  border: 2px solid #4DA4FD;
  border-radius: 5px;
  width: 170px;
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #4DA4FD;
  text-align: center;
  font-weight: bold;
}

.btn-wrap .btn {
  background: #4DA4FD;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: 2px solid #4DA4FD;
  width: 170px;
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/*--------- customer---------*/
.customerContent h2 {
  text-align: center;
  font-size: clamp(20px, 5.625vw, 24px);
  margin-bottom: 80px !important;
}

@media screen and (max-width: 640px) {
  .customerContent h2 {
    margin-bottom: 30px !important;
  }
}

.customerContent ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .customerContent ul li dl {
    display: block;
  }
}

.customerContent ul li dl.pass-note {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customerContent ul li dl.pass-note dt {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .customerContent ul li dl.pass-note dt {
    margin-bottom: 20px;
  }
}

.customerContent ul li dl.pass-note dt img {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .customerContent ul li dl.pass-note dt img {
    width: 60%;
  }
}

.customerContent ul li dl.pass-note dd {
  font-size: clamp(10px, 5.625vw, 12px);
}

.customerContent ul li dl dt {
  width: 200px;
}

@media screen and (max-width: 640px) {
  .customerContent ul li dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}

.customerContent ul li dl dt .required,
.ec-borderedDefs>dl>dt>span.ec-required {
  color: #fff;
  background: #EB5757;
  font-size: clamp(12px, 5.625vw, 14px);
  margin-left: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .customerContent ul li dl dt .required {
    font-size: clamp(10px, 5.625vw, 12px);
  }
}

.customerContent ul li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: calc(100% - 200px);
}

@media screen and (max-width: 640px) {
  .customerContent ul li dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .customerContent ul li dl dd .search-post {
    font-size: clamp(10px, 5.625vw, 12px);
  }
}

.customerContent ul li dl dd input {
  padding: 10px;
  border-radius: 5px;
  border: #ccc solid 1px;
}

.customerContent ul li dl dd input::-webkit-input-placeholder {
  color: #ccc;
}

.customerContent ul li dl dd input:-ms-input-placeholder {
  color: #ccc;
}

.customerContent ul li dl dd input::-ms-input-placeholder {
  color: #ccc;
}

.customerContent ul li dl dd input::placeholder {
  color: #ccc;
}

.customerContent ul li dl dd input:focus {
  border: #4DA4FD solid 1px;
}

.customerContent ul li dl dd select {
  padding: 10px;
  border-radius: 5px;
  border: #ccc solid 1px;
}

.customerContent ul li dl dd select:focus {
  border: #4DA4FD solid 1px;
}

.customerContent ul li dl dd .width-s {
  width: 20%;
}

.customerContent ul li dl dd .width-m {
  width: 50%;
}

.customerContent ul li dl dd .width-l {
  width: 100%;
}

.customerContent .creditcardContent__text {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .customerContent .creditcardContent__text {
    margin-bottom: 20px;
  }
}

.customerContent .warning {
  color: #EB5757;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .customerContent .warning {
    text-align: left;
  }
}

/*--------- confirmation ---------*/
#confirmation .confirmationContent h2 {
  text-align: center;
  font-size: clamp(20px, 5.625vw, 24px);
  margin-bottom: 80px !important;
}

@media screen and (max-width: 640px) {
  #confirmation .confirmationContent h2 {
    margin-bottom: 30px !important;
  }
}

#confirmation .confirmationContent form {
  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: 640px) {
  #confirmation .confirmationContent form {
    display: block;
  }
}

#confirmation .confirmationContent form .confirmationContentBlockL {
  width: calc(100% - 280px);
}

@media screen and (max-width: 640px) {
  #confirmation .confirmationContent form .confirmationContentBlockL {
    width: 100%;
  }
}

#confirmation .confirmationContent form .confirmationContentBlockL h3 {
  font-size: clamp(20px, 5.625vw, 24px);
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner {
  padding: 15px 0 80px;
}

@media screen and (max-width: 640px) {
  #confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner {
    padding-bottom: 40px;
  }
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner input,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner textarea,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner select {
  padding: 10px;
  border-radius: 5px;
  border: #ccc solid 1px;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner input::-webkit-input-placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner textarea::-webkit-input-placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner select::-webkit-input-placeholder {
  color: #ccc;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner input:-ms-input-placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner textarea:-ms-input-placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner select:-ms-input-placeholder {
  color: #ccc;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner input::-ms-input-placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner textarea::-ms-input-placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner select::-ms-input-placeholder {
  color: #ccc;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner input::placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner textarea::placeholder,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner select::placeholder {
  color: #ccc;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner input:focus,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner textarea:focus,
#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner select:focus {
  border: #4DA4FD solid 1px;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner input {
  width: calc(100% - 20px);
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner textarea {
  width: calc(100% - 20px);
  height: 100px;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner dl {
  margin-bottom: 20px;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner dl.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner dl.flex dt {
  margin-right: 10px;
}

#confirmation .confirmationContent form .confirmationContentBlockL .confirmationContentBlockL__inner dl dt {
  font-weight: bold;
}

#confirmation .confirmationContent form .confirmationContentBlockR {
  width: 230px;
}

@media screen and (max-width: 640px) {
  #confirmation .confirmationContent form .confirmationContentBlockR {
    width: 100%;
  }
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner ul {
  margin: 20px 0;
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner .delete span {
  color: #EB5757;
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner .confirmationContentBlockRInner__total {
  background: #EDF5E8;
  border-radius: 5px;
  padding: 10px;
  margin: 30px 0;
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner .confirmationContentBlockRInner__total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #27AE60;
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner .confirmationContentBlockRInner__total dl dd {
  font-weight: bold;
}

#confirmation .confirmationContent form .confirmationContentBlockR .confirmationContentBlockRInner .btn {
  background: #4DA4FD;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 170px;
  padding: 5px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

/*--------- mypage ---------*/
#mypage {
  padding-top: 200px !important;
}

#mypage .mypageContent {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}

#mypage .mypageContent h2 {
  font-size: clamp(24px, 5.625vw, 28px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px !important;
}

#mypage .mypageContent .mypageContent__name {
  text-align: center;
  margin-bottom: 70px;
}

#mypage .mypageContent .mypageContent__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  #mypage .mypageContent .mypageContent__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#mypage .mypageContent .mypageContent__menu li a {
  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;
  width: 170px;
  height: 37px;
  border: 1px solid #828282;
  border-radius: 5px;
  font-size: clamp(10px, 5.625vw, 12px);
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  #mypage .mypageContent .mypageContent__menu li a {
    margin-bottom: 10px;
  }
}

#mypage .mypageContent .mypageContent__menu li.current a {
  border: 2px solid #4DA4FD;
  color: #4DA4FD;
  font-weight: bold;
}

#mypage .mypageContent .mypageContentBox h3 {
  font-size: clamp(20px, 5.625vw, 24px);
  margin-bottom: 10px;
}

#mypage .mypageContent .mypageContentBox table {
  width: 100%;
  font-size: clamp(12px, 5.625vw, 14px);
}

#mypage .mypageContent .mypageContentBox table thead tr {
  background: #eee;
}

#mypage .mypageContent .mypageContentBox table thead tr th {
  padding: 10px;
}

#mypage .mypageContent .mypageContentBox table thead tr th:nth-child(4) {
  text-align: right;
}

#mypage .mypageContent .mypageContentBox table tbody tr td {
  padding: 10px;
}

#mypage .mypageContent .mypageContentBox table tbody tr td:nth-child(1) {
  width: 10%;
}

#mypage .mypageContent .mypageContentBox table tbody tr td:nth-child(2) {
  width: 15%;
}

#mypage .mypageContent .mypageContentBox table tbody tr td:nth-child(3) {
  width: 25%;
}

#mypage .mypageContent .mypageContentBox table tbody tr td:nth-child(4) {
  width: 30%;
}

@media screen and (max-width: 640px) {
  #mypage .mypageContent .mypageContentBox table tbody tr td {
    padding: 10px;
    font-size: clamp(10px, 5.625vw, 12px);
  }
}

#mypage .mypageContent .mypageContentBox table tbody tr td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #mypage .mypageContent .mypageContentBox table tbody tr td dl {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  #mypage .mypageContent .mypageContentBox table tbody tr td dl dd {
    line-height: 1em;
    font-size: clamp(14px, 5.625vw, 16px);
  }
}

#mypage .mypageContent .mypageContentBox table tbody tr td dl dt {
  margin-right: 20px;
  width: 7em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #mypage .mypageContent .mypageContentBox table tbody tr td dl dt {
    line-height: 1em;
  }
}

#mypage .mypageContent .mypageContentBox table tbody tr td .nextTotal {
  background: #EDF5E8;
  padding: 10px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #mypage .mypageContent .mypageContentBox table tbody tr td .nextTotal {
    display: block;
  }
}

#mypage .mypageContent .mypageContentBox table tbody tr td .nextTotal span {
  color: #27AE60;
  font-weight: bold;
  display: block;
}

#mypage .mypageContent .mypageContentBox table tbody tr td .nextTotal span.price {
  font-size: clamp(16px, 5.625vw, 18px);
}

#mypage .mypageContent .mypageContentBox table tbody tr td .deviceNo {
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  html {
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }

  body {
    color: #333;
    font-weight: 200;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inherit;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */


#wrap main .formContent form .formContentBlock label[for=creditcard] {
  display: flex;
}

#wrap main .formContent form .formContentBlock label[for=creditcard]>div:first-child {
  width: 60%;
}

@media screen and (max-width: 640px) {
  #wrap main .formContent form .formContentBlock label[for=creditcard] {
    display: block;
  }

  #wrap main .formContent form .formContentBlock label[for=creditcard]>div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}