@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row-lang {
  position: relative;
}
.row-lang .dropdown-lang {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  right: 10px;
}
@media only screen and (max-width: 750px) {
  .row-lang .dropdown-lang {
    right: 48px;
  }
}
.row-lang .dropdown-lang > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row-lang .dropdown-lang > ul li {
  margin-top: 5px;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .row-lang .dropdown-lang > ul li {
    margin-left: 5px;
  }
}
.row-lang .dropdown-lang > ul li a {
  background-color: #fff !important;
  border: 0px solid #000 !important;
  -webkit-box-shadow: 4px 5px 7px -5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 4px 5px 7px -5px rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 750px) {
  .row-lang .dropdown-lang > ul li a {
    width: 100px !important;
    height: 40px !important;
  }
  .row-lang .dropdown-lang > ul li a .box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .row-lang .dropdown-lang > ul li a .box .icon {
    margin-right: 5px !important;
  }
}
.row-lang .active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.page_th #mv .mv .mv-text .mv-text-left h1 {
  font-size: 7rem;
  line-height: 8rem;
}
@media only screen and (max-width: 980px) {
  .page_th #mv .mv .mv-text .mv-text-left h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
.page_th #mv .mv .mv-text .mv-text-left h2 {
  font-size: 3rem;
}
@media only screen and (max-width: 980px) {
  .page_th #mv .mv .mv-text .mv-text-left h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.page_th #fee .fee .fee-intro .fee-intro-text h3 span {
  font-size: 6rem;
}
.page_th #fee .fee .fee-intro .fee-intro-text h3 {
  font-size: 3.5rem;
}
.page_th #mv-inner .mv-inner .mv-inner-content h1 {
  line-height: 6rem !important;
}
@media only screen and (max-width: 750px) {
  .page_th #mv-inner .mv-inner .mv-inner-content h1 {
    line-height: 5rem !important;
  }
}
.page_th #fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner p.small {
  line-height: 1.6;
  margin-top: 10px;
}
.page_th .fee-price-text {
  text-align: left !important;
}
@media only screen and (max-width: 750px) {
  .page_th .btn-sticky ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) {
  .page_th .mv-inner-content span br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .page_th .btn-arrow-right-white {
    margin-left: 0px;
  }
}

.page_en .txthead-box .txthead {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.page_en .leave-list ul li h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .page_en .leave-list ul li h3 {
    font-size: 1.4rem;
  }
}
.page_en .cando-list ul li .cando-img h3 {
  font-size: 2rem;
}
.page_en #mv .mv .mv-text .mv-text-left h1 {
  font-size: 3rem !important;
}
.page_en #mv .mv .mv-text .mv-text-left h2 {
  font-size: 2rem !important;
  line-height: 3rem;
}
.page_en #fee .fee .fee-intro .fee-intro-text h3 span {
  font-size: 3.4rem !important;
}
.page_en #fee .fee .fee-intro .fee-intro-text h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 750px) {
  .page_en #fee .fee .fee-intro .fee-intro-text h3 {
    line-height: 1;
    margin-top: 20px;
  }
}
.page_en #fee .fee .fee-intro .fee-intro-box p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  .page_en #fee .fee .fee-intro .fee-intro-box p br {
    display: none;
  }
}
.page_en #fee .fee .txthead-box .intro_sub {
  font-size: 4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .page_en #fee .fee .txthead-box .intro_sub {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.page_en #mv .mv .mv-text .mv-text-left h1 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 750px) {
  .page_en #mv .mv .mv-text .mv-text-left h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.page_en #mv .mv .mv-text .mv-text-btn a.hide750 {
  font-size: 2rem;
}
.page_en .contact .contact-content .contact-btn li a {
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  .page_en .contact .contact-content .contact-btn li a {
    font-size: 1.3rem !important;
  }
}
.page_en .btn-arrow-right-white {
  padding-left: 10px;
  padding-right: 40px;
}
.page_en .btn-sticky ul li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .page_en .btn-sticky ul li a {
    font-size: 1rem;
  }
}
.page_en #mv-inner .mv-inner .mv-inner-content h1 {
  font-size: 2.2rem !important;
}
.page_en #mv-inner .mv-inner .mv-inner-content h1 span {
  font-size: 4.2rem !important;
}
@media only screen and (max-width: 750px) {
  .page_en #mv-inner .mv-inner .mv-inner-content h1 span {
    font-size: 2.2rem !important;
  }
}
.page_en .btn-big {
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .page_en #mv-inner .mv-inner {
    height: 230px;
  }
}
@media only screen and (max-width: 750px) {
  .page_en .mv-inner-content span br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .page_en .radio-btn {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 750px) {
  .page_en #quotation .quotation .quotation-row .campaign .campaign-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .page_en #quotation .quotation .quotation-row .campaign .campaign-content p span {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 400px) {
  .page_en .txthead-box .txthead {
    font-size: 2rem;
  }
  .page_en .txthead-box .txthead br {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .page_en .leave-list ul li h3 br {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .page_en #fee .fee .txthead-box .sp-txthead {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 400px) {
  .page_en #fee .fee .fee-intro .fee-intro-text p {
    font-size: 1.6rem;
  }
}
.page_en #fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content {
  padding: 20px 20px;
}
.page_en .fee-price-text {
  text-align: left;
}
.page_en #fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner p.small {
  line-height: 1.6;
  margin-top: 10px;
}
.page_en #deposit .deposit-bg .deposit-content .deposit-step ul li .deposit-step-box h3 {
  text-align: left;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: color 0.35s, opacity 0.35s;
  transition: color 0.35s, opacity 0.35s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover .btn {
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.link-green-underline {
  color: #0daa94;
  text-decoration: underline;
}

.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.sup {
  vertical-align: super;
  font-size: smaller;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
header .header {
  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: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  header .header {
    width: 94%;
    height: 80px;
    padding: 0;
  }
}
header .header .header-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a img {
    width: 165px;
    height: auto;
  }
}
header .header .header-left a p {
  margin-left: 15px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: -3px;
}
header .header .header-right nav.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right nav.menu 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;
  width: 116px;
  height: 53px;
  border: 2px solid #000;
  border-radius: 7px;
  font-family: Helvetica, Arial, "sans-serif";
}
@media only screen and (max-width: 750px) {
  header .header .header-right nav.menu ul li a {
    width: 55px;
    height: 55px;
  }
}
header .header .header-right nav.menu ul li a .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 only screen and (max-width: 750px) {
  header .header .header-right nav.menu ul li a .box {
    display: block;
  }
}
header .header .header-right nav.menu ul li a .box .icon {
  margin-right: 6px;
}
@media only screen and (max-width: 750px) {
  header .header .header-right nav.menu ul li a .box .icon {
    margin-right: 0px;
    margin-bottom: 4px;
    height: 20px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-right nav.menu ul li a .box .icon img {
    width: 20px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
header .header .header-right nav.menu ul li a .box p {
  line-height: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  header .header .header-right nav.menu ul li a .box p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-right nav.menu ul li a .box p.f-sp {
    font-size: 0.9rem !important;
  }
}
header .header .header-right nav.menu ul li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  header .header .header-right nav.menu ul li + li {
    margin-left: 5px;
  }
}

header::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Wrapper */
#wrapper {
  position: relative;
}

main {
  padding-top: 90px;
}
@media only screen and (max-width: 750px) {
  main {
    padding-top: 80px;
  }
}

.content-1280 {
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 94%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.content-1080 {
  width: 94%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.content-800 {
  width: 94%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content-650 {
  width: 94%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.content-500 {
  width: 94%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-btn {
  position: relative;
  z-index: 7;
}

.toggle-btn.active a {
  color: #fff;
  background-image: url("/assets/images/commons/btn-arrow-up-white.svg");
  background-color: #000;
}

.toggle-content {
  display: none;
  margin-top: -63px;
}
@media only screen and (max-width: 750px) {
  .toggle-content {
    margin-top: -23px;
  }
}

.fs-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  .fs-20 {
    font-size: 1.8rem;
  }
}

.txt-pc-center {
  text-align: center !important;
}
@media only screen and (max-width: 750px) {
  .txt-pc-center {
    text-align: left !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 750px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mar40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mar80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 830px) {
  .mar80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.pad40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pad-b80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 830px) {
  .pad-b80 {
    padding-bottom: 60px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 830px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tt-cl-black {
  color: #000 !important;
}

.txthead-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box {
    margin-bottom: 20px;
  }
}
.txthead-box .txthead {
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 400px) {
  .txthead-box .txthead {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead-sp400 {
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width: 400px) {
  .txthead-box .txthead-sp400 {
    font-size: 2.3rem !important;
  }
}
.txthead-box .txthead.en {
  font-size: 3rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead.en {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.txthead-box .txthead-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txthead-box .txthead-icon .icon {
  margin-top: 8px;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead-icon .icon {
    margin-top: 5px;
  }
}
.txthead-box .txthead-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.txthead-box .txthead-line {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txthead-box .txthead-line span {
  padding: 0 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead-line span {
    padding: 0 10px;
  }
}
.txthead-box .txthead-line::before, .txthead-box .txthead-line::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #000;
}

button {
  -webkit-transition: color 0.35s, opacity 0.35s;
  transition: color 0.35s, opacity 0.35s;
}

button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.btn-box {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box {
    margin-top: 30px;
  }
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.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;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #000;
  border-radius: 7px;
}

.btn-big {
  font-size: 2.2rem;
  height: 65px;
  background-size: 30px !important;
}
@media only screen and (max-width: 750px) {
  .btn-big {
    font-size: 1.8rem;
  }
}

.btn-arrow-right {
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px;
}

.btn-arrow-right-black {
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("/assets/images/commons/btn-arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px;
}

.btn-arrow-right-white {
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px;
}

.btn-arrow-left {
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("/assets/images/commons/btn-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 20px;
}

.btn-arrow-left-white {
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("/assets/images/commons/btn-arrow-left-white.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 20px;
}

.btn-arrow-up-white {
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("/assets/images/commons/btn-arrow-up-white.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px;
}

.btn-arrow-down-black {
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("/assets/images/commons/btn-arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px;
  background-color: #fff;
}

.btn-icon .icon {
  margin-right: 10px;
}

.btn-pink {
  color: #fff;
  border-color: #e9006e;
  background-color: #e9006e;
}

.btn-black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.btn-grey {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}

.btn-green {
  color: #fff;
  border-color: #0daa94;
  background-color: #0daa94;
}

.btn-green-line {
  color: #fff;
  border-color: #00b900;
  background-color: #00b900;
}

.btn-200 {
  width: 100%;
  max-width: 200px;
}

.btn-300 {
  width: 100%;
  max-width: 300px;
}

.btn-360 {
  width: 100%;
  max-width: 360px;
}

.btn-500 {
  width: 100%;
  max-width: 500px;
}

.btn-100 {
  width: 100%;
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-grey2 {
  background-color: #EFEFEF;
}

.bg-green {
  background-color: #0daa94;
}

.bg-green-plus {
  background-color: #cce7e2;
  background-image: url("/assets/images/commons/bg-green-illus.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 120px;
}

.bg-pink {
  background-color: #e9006e;
}

.bg-pink-plus {
  background-color: #fcd9e9;
  background-image: url("/assets/images/commons/bg-pink-illus.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 120px;
}

.color-green {
  color: #0daa94;
}

.color-pink {
  color: #e9006e;
}

.bold {
  font-weight: bold;
}

.hide-btn-line .contact-btn-line {
  display: none;
}

.plan-green {
  color: #00947f !important;
}

.plan-red {
  color: #cc0050 !important;
}

.plan-yellow {
  color: #edaf00 !important;
}

.plan-blue {
  color: #bacff5 !important;
}

.plan-silver {
  color: #9fa0a0 !important;
}

.border-green {
  border-color: #00947f !important;
}

.border-red {
  border-color: #cc0050 !important;
}

.border-yellow {
  border-color: #edaf00 !important;
}

.border-blue {
  border-color: #d5dff0 !important;
}

.border-silver {
  border-color: #9fa0a0 !important;
}

/* Btn Sticky */
.btn-sticky {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  margin-top: auto;
  margin-bottom: auto;
  width: 80px;
  height: 260px;
}
@media only screen and (max-width: 1080px) {
  .btn-sticky {
    width: 70px;
    height: 230px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-sticky {
    width: 50px;
    height: 170px;
  }
}
.btn-sticky 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;
  text-align: center;
  width: 80px;
  height: 80px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  border-radius: 7px 0 0 7px;
}
@media only screen and (max-width: 1080px) {
  .btn-sticky ul li a {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .btn-sticky ul li a {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.btn-sticky ul li + li {
  margin-top: 10px;
}

.btn-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-show-hide {
  display: block;
  font-weight: 700;
  padding-left: 27px;
  background-image: url("/assets/images/commons/btn-plus-black.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
}

.btn-show-hide.active {
  background-image: url("/assets/images/commons/btn-del-black.svg");
}

.btn-more p.click-to-hide {
  display: none;
}

.btn-more.active p.click-to-show {
  display: none;
}
.btn-more.active p.click-to-hide {
  display: block;
}

.btn-more-link {
  display: none;
}

.btn-more-link.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-more {
  display: none;
}

.btn-page {
  margin-top: 50px;
}
.btn-page ul {
  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;
}
.btn-page ul li {
  margin: 5px;
}
.btn-page 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;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 7px;
}
.btn-page ul li a.active {
  color: #fff;
  background-color: #000;
}

/* MV */
#mv {
  position: relative;
  background-image: url("/assets/images/top/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-attachment: fixed;
}
@media only screen and (max-width: 750px) {
  #mv {
    background-image: url("/assets/images/top/mv-sp.jpg");
    background-attachment: scroll !important;
  }
}
#mv .mv {
  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;
}
#mv .mv .mv-text {
  width: 100%;
  height: 600px;
  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;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #mv .mv .mv-text {
    height: 540px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text {
    display: block;
    height: auto;
  }
}
#mv .mv .mv-text .mv-text-left {
  width: 50%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .mv-text-left {
    width: 100%;
    margin-bottom: 0;
    padding-top: 30px;
  }
}
#mv .mv .mv-text .mv-text-left h1 {
  font-size: 6rem;
  line-height: 8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #mv .mv .mv-text .mv-text-left h1 {
    font-size: 4.5rem;
    line-height: 6.5rem;
  }
}
@media only screen and (max-width: 830px) {
  #mv .mv .mv-text .mv-text-left h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
#mv .mv .mv-text .mv-text-left h2 {
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 830px) {
  #mv .mv .mv-text .mv-text-left h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .mv-text-left h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 400px) {
  #mv .mv .mv-text .mv-text-left h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#mv .mv .mv-text .mv-text-right {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .mv-text-right {
    width: 100%;
    position: static;
  }
}
#mv .mv .mv-text .mv-text-right .mv-phone img {
  width: auto;
  height: 560px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #mv .mv .mv-text .mv-text-right .mv-phone img {
    height: 460px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .mv-text-right .mv-phone img {
    height: 400px;
  }
}
#mv .mv .mv-text .mv-text-btn {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  z-index: 7;
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #mv .mv .mv-text .mv-text-btn {
    bottom: 3.5%;
  }
}
#mv .mv .mv-text .mv-text-btn a {
  max-width: 100%;
  height: 90px;
}
#mv .mv .mv-text .mv-text-btn a img {
  border-radius: 7px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .mv-text-btn a img.banner_pro-sp {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
#mv .mv .mv-text .mv-text-btn.bt_10 {
  bottom: 10% !important;
}
#mv .mv .mv-text .mv-text-btn a.hide750 {
  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: 100%;
  height: 90px;
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
  background-color: #2c9cff;
  background-image: url("/assets/images/commons/btn-arrow-right-white.svg"), url(/assets/images/quotation/mv-inner-top-left.png), url(/assets/images/quotation/mv-inner-top-right.png), url(/assets/images/quotation/mv-inner-btm-right.png);
  background-repeat: no-repeat;
  background-position: center right 25px, top left, top right, bottom -10px right 50px;
  background-size: 25px, 75px, 75px, 85px;
  border-radius: 7px;
}
#mv .mv .mv-text .mv-text-btn a.hide750 .flex {
  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;
}
#mv .mv .mv-text .mv-text-btn a.hide750 .flex .icon {
  width: 70px;
  margin-right: 10px;
}
#mv .mv .mv-text .mv-text-btn a.hide750 .flex .icon img {
  width: 100%;
  height: auto;
}
#mv .mv .mv-text .mv-text-btn a.hide750 span {
  color: #fff002;
}

#mv-inner .mv-inner {
  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;
  height: 200px;
}
#mv-inner .mv-inner .mv-inner-content h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 830px) {
  #mv-inner .mv-inner .mv-inner-content h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-content h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#mv-inner .mv-inner .mv-inner-content h1.with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv-inner .mv-inner .mv-inner-content h1.with-icon span {
  margin-right: 15px;
}

/* Banner Regis */
#banner-regis .banner-regis a {
  display: block;
}
@media only screen and (max-width: 750px) {
  #banner-regis {
    margin-top: 4%;
  }
}

/* Topics */
.topics-list ul {
  border-bottom: 2px dotted #000;
}
.topics-list ul li {
  border-top: 2px dotted #000;
}
.topics-list ul li a {
  display: block;
  padding: 20px 0;
}
.topics-list ul li a h3 {
  font-size: 1.5rem;
}
.topics-list ul + ul li:first-child {
  border: 0;
}

.topics-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.topics-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.topics-date p.date {
  width: 90px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
  .topics-date p.date {
    width: 80px;
  }
}
.topics-date p.tag {
  min-width: 140px;
  padding: 0 10px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #0daa94;
  border-radius: 15px;
  text-align: center;
}

p.tag {
  display: table;
  min-width: 140px;
  padding: 0 10px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #0daa94;
  border-radius: 15px;
  text-align: center;
}

.cat-btn {
  margin-bottom: 50px;
}
.cat-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}
@media only screen and (max-width: 750px) {
  .cat-btn ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -2%;
  }
}
.cat-btn ul li {
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 750px) {
  .cat-btn ul li {
    width: 49%;
    margin-top: 2%;
    padding: 0;
  }
}
.cat-btn 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;
  text-align: center;
  height: 60px;
  border: 2px solid #000;
  border-radius: 7px;
  font-weight: bold;
  line-height: 2rem;
}
.cat-btn ul li a.active {
  color: #fff;
  background-color: #000;
}

.topics-list2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .topics-list2 ul {
    display: block;
    margin-top: 0;
  }
}
.topics-list2 ul li {
  width: 33.33%;
  margin-top: 30px;
  padding: 10px;
}
@media only screen and (max-width: 750px) {
  .topics-list2 ul li {
    width: 100%;
    padding: 0;
  }
}
.topics-list2 ul li .topics-list-box {
  display: block;
  height: 100%;
}
.topics-list2 ul li .topics-list-box .topics-img {
  height: 170px;
}
@media only screen and (max-width: 750px) {
  .topics-list2 ul li .topics-list-box .topics-img {
    height: auto;
  }
}
.topics-list2 ul li .topics-list-box .topics-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .topics-list2 ul li .topics-list-box .topics-img img {
    height: auto;
  }
}
.topics-list2 ul li .topics-list-box .topics-brief {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.topics-list2 ul li .topics-list-box .topics-brief .topics-brief-top p.tag {
  min-width: auto;
  padding: 0 15px;
}
.topics-list2 ul li .topics-list-box .topics-brief .topics-brief-top h2 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.topics-list2 ul li .topics-list-box .topics-brief .topics-brief-top p.des {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.topics-list2 ul li .topics-list-box .topics-brief .topics-brief-btm {
  margin-top: 10px;
}
.topics-list2 ul li .topics-list-box .topics-brief .topics-brief-btm p.date {
  font-size: 1.4rem;
}

.topics-top {
  margin-bottom: 40px;
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.topics-top .topics-date p.date {
  width: 90px !important;
  font-size: 1.4rem;
}
.topics-top .topics-date p.tag {
  display: table;
  padding: 0 20px;
  min-width: auto;
}
.topics-top h2 {
  margin-top: 15px;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .topics-top h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

.topics-detail h3 {
  font-size: 2.3rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .topics-detail h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
.topics-detail p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .topics-detail p + p {
    margin-top: 20px;
  }
}
.topics-detail p + .topics-detail-img {
  margin-top: 35px;
}
.topics-detail .topics-detail-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topics-detail .topics-detail-img div {
  width: 100%;
}
.topics-detail .topics-detail-img div img {
  width: 100%;
  height: auto;
}
.topics-detail .topics-detail-img div img + p {
  margin-top: 15px;
}
.topics-detail .topics-detail-img div.w50 {
  width: 47.5%;
}
.topics-detail .topics-detail-img + p {
  margin-top: 20px;
}
.topics-detail .topics-detail-img + h3 {
  margin-top: 50px;
}

.w100 {
  width: 100%;
}

/* Leave */
.leave-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 830px) {
  .leave-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -6%;
  }
}
.leave-list ul li {
  width: 23%;
}
@media only screen and (max-width: 830px) {
  .leave-list ul li {
    width: 48%;
    margin-top: 6%;
  }
}
.leave-list ul li h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .leave-list ul li h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

/* Can Do */
.cando-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 830px) {
  .cando-list ul {
    display: block;
  }
}
.cando-list ul li {
  width: 31.75%;
}
@media only screen and (max-width: 830px) {
  .cando-list ul li {
    width: 100%;
    margin-top: 6%;
  }
}
.cando-list ul li .cando-img {
  position: relative;
}
.cando-list ul li .cando-img h3 {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}
.cando-list ul li .cando-img h3 span {
  width: 175px;
  padding: 10px 0;
  color: #fff;
  background-color: rgba(13, 179, 148, 0.75);
  text-align: center;
}
.cando-list ul li p {
  margin-top: 15px;
}

/* Fee */
#fee .fee {
  padding-bottom: 40px;
}
#fee .fee .txthead-box p {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #fee .fee .txthead-box p {
    font-size: 2rem;
  }
}
#fee .fee .txthead-box .txthead {
  margin: 20px 0;
}
@media only screen and (max-width: 830px) {
  #fee .fee .txthead-box .txthead {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #fee .fee .txthead-box .txthead {
    text-align: left;
  }
}
#fee .fee .txthead-box .txt-center {
  text-align: center !important;
}
@media only screen and (max-width: 750px) {
  #fee .fee .txthead-box .sp-txthead {
    font-size: 2.3rem !important;
  }
}
@media only screen and (max-width: 400px) {
  #fee .fee .txthead-box .sp-txthead {
    font-size: 2rem !important;
  }
}
#fee .fee .txthead-box .intro_sub {
  font-size: 4.5rem;
  line-height: 6.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  #fee .fee .txthead-box .intro_sub {
    font-size: 2.8rem;
    line-height: initial;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 400px) {
  #fee .fee .txthead-box .intro_sub {
    font-size: 2.5rem;
  }
}
#fee .fee .fee-intro {
  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;
}
@media only screen and (max-width: 830px) {
  #fee .fee .fee-intro {
    display: block;
  }
}
#fee .fee .fee-intro .fee-intro-text {
  width: 52%;
}
@media only screen and (max-width: 830px) {
  #fee .fee .fee-intro .fee-intro-text {
    width: 100%;
  }
}
#fee .fee .fee-intro .fee-intro-text p {
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #fee .fee .fee-intro .fee-intro-text p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#fee .fee .fee-intro .fee-intro-text h3 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #fee .fee .fee-intro .fee-intro-text h3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-top: 0;
  }
}
#fee .fee .fee-intro .fee-intro-text h3 span {
  font-size: 8rem;
}
@media only screen and (max-width: 750px) {
  #fee .fee .fee-intro .fee-intro-text h3 span {
    font-size: 6rem;
    line-height: 6rem;
  }
}
#fee .fee .fee-intro .fee-intro-box {
  width: 48%;
  padding: 25px;
  background-color: #fff;
}
@media only screen and (max-width: 830px) {
  #fee .fee .fee-intro .fee-intro-box {
    width: 100%;
    margin-top: 40px;
  }
}
#fee .fee .fee-intro .fee-intro-box .fee-intro-img img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
#fee .fee .fee-intro .fee-intro-box p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #fee .fee .fee-intro .fee-intro-box p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#fee .fee-row + .fee-row {
  margin-top: -60px;
}
@media only screen and (max-width: 750px) {
  #fee .fee-row + .fee-row {
    margin-top: 35px;
  }
}
#fee .fee-bg {
  padding-top: 40px;
  background-image: url("/assets/images/commons/bg-green-illus.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 120px;
}
#fee .fee-bg .fee-content .fee-content-row .txthead-box {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-tag-yellow {
  width: 46.5%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: table;
  margin-bottom: -19px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 5px 20px;
  background-color: #fff002;
  border-radius: 50px;
  position: relative;
  z-index: 7;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-tag-yellow {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-tag-yellow::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 8;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 15px;
  background-image: url("/assets/images/commons/arrow-down-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-tag-yellow + .fee-content-box {
  padding-top: 40px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box {
  padding: 12px;
  background-color: #fff;
  border: 8px solid #fff;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex {
    display: block;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-flex {
  width: 52.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-flex {
    width: 100%;
    padding-right: 0;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-flex .fee-content-img {
  max-width: 100px;
  min-width: 100px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-flex .fee-content-text {
  width: 100%;
  padding-left: 10px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-flex .fee-content-text h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-flex .fee-content-text ul {
  margin-left: 20px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-flex .fee-content-text ul li {
  list-style: disc;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner {
  width: 48%;
  text-align: center;
  padding: 20px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner {
    width: 100%;
    margin-top: 20px;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner p.discount {
  font-weight: bold;
  text-decoration: line-through;
  margin-bottom: 5px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner p.yellow {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: table;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 20px;
  font-weight: bold;
  background-color: #fff002;
  border-radius: 20px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner h5 span {
  font-size: 3.6rem;
  line-height: 3.6rem;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box .fee-content-box-flex .fee-content-box-inner p.small {
  font-size: 10px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box p.topup {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box p.topup + p {
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  background-color: #f5f5f5;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.economy {
  border-color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.economy h4 {
  color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.standard {
  border-color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.standard h4 {
  color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.deluxe {
  border-color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.deluxe h4 {
  color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.deluxe p.topup {
  color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.business {
  border-color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.business h4 {
  color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box.business p.topup {
  color: #949190;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box + .fee-content-box {
  margin-top: 20px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-content-box + p {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-content-box + p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 10px;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -4%;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list {
    display: block;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-box {
  width: 100% !important;
  border: 2px solid #0daa94;
  position: relative;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-box h4 {
  text-align: left !important;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-box h4 {
    padding: 10px !important;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-box .tag-cell {
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #FFF;
  padding: 5px 10px 4px;
  border: 1px solid #e9006e;
  border-radius: 3px;
  color: #e9006e;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-box .tag-cell {
    font-size: 12px;
    right: 5px;
    top: 10px;
    padding: 6px 10px 5px;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .text-bg {
  background-color: #e4f5f1 !important;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content {
  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 only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-img img {
  max-width: 220px !important;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-text {
  width: 66%;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-text {
    width: 100%;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-text .t-underline {
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, yellow));
  background: linear-gradient(180deg, transparent 60%, yellow 60%);
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-text .text-cell {
  font-size: 40px;
  font-weight: bold;
  color: #0daa94;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-text .text-cell {
    font-size: 30px;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-text .text-cell span {
  margin-left: 10px;
  font-size: 30px;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list.fee-price-column .fee-price-content .fee-price-text .text-cell span {
    font-size: 25px;
    margin-left: 7px;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box {
  width: 48%;
  margin-top: 4%;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box {
    width: 100%;
  }
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  background-color: #0daa94;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content {
  text-align: center;
  padding: 20px 40px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content .fee-price-img {
  margin-bottom: 20px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content .fee-price-img img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content .fee-price-text .text-bg {
  padding: 15px 20px;
  text-align: left;
  background-color: #f5f5f5;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content p.bold {
  font-size: 1.6rem;
  font-weight: bold;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content span.arabic-price {
  font-size: 2rem;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content p.remark {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: left;
  margin-top: 5px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-list .fee-price-box .fee-price-content p + p {
  margin-top: 15px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-note {
  width: 100%;
  margin-top: 4%;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-note h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-note ul li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 20px;
}
#fee .fee-bg .fee-content .fee-content-row .fee-price-note ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
}
#fee .fee-bg .fee-content .fee-content-row + .fee-content-row {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #fee .fee-bg .fee-content .fee-content-row + .fee-content-row {
    margin-top: 40px;
  }
}
#fee .btn-box {
  padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #fee .btn-box {
    margin-top: 0;
    margin-bottom: -23px;
    padding-bottom: 0;
    position: relative;
  }
}
#fee .plan-remark {
  margin-top: 20px;
  font-size: 14px;
  padding: 0px !important;
  background-color: initial !important;
  border: 0px solid #fff !important;
}

/* tabs-about */
.min-h900 {
  min-height: 1400px;
}
@media only screen and (max-width: 750px) {
  .min-h900 {
    min-height: 2000px;
  }
}

#tabs-about {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
#tabs-about .pc-only {
  display: block;
}
@media only screen and (max-width: 750px) {
  #tabs-about .pc-only {
    display: none;
  }
}
#tabs-about .active-tabs {
  width: 100%;
  padding: 10px;
  position: relative;
  margin: 20px auto;
}
#tabs-about .active-tabs input {
  opacity: 0;
  display: none;
  visibility: hidden;
}
#tabs-about .btn {
  background: #A9DBD4;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 2.5rem;
  text-align: center;
  width: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: none !important;
  border-radius: 0px !important;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #tabs-about .btn {
    font-size: 1.6rem;
    padding: 10px 5px;
    min-height: 90px;
  }
}
#tabs-about .btn:hover {
  opacity: 1;
}
#tabs-about .btn-link {
  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;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 7px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 500px;
}
@media only screen and (max-width: 750px) {
  #tabs-about .btn-big {
    font-size: 14px;
    line-height: 1.3;
  }
}
#tabs-about .over {
  display: none;
}
#tabs-about .active-tabs input:checked + label {
  background: #0DAA94;
  opacity: 1;
  color: #FFF;
}
#tabs-about .active-tabs input:checked + label .over {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -40%;
  color: #0DAA94;
  left: 50%;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #tabs-about .active-tabs input:checked + label .over {
    top: -30%;
    font-size: 12px;
  }
}
#tabs-about .active-tabs input:checked + label .over img {
  width: 9px;
  height: auto;
  margin: 0 5px;
}
#tabs-about .tabs-container {
  width: 100%;
  position: relative;
  float: left;
  top: -5px;
  background: #fff;
  margin-bottom: 80px;
  font-size: 1.6rem;
  color: #000;
}
#tabs-about .tabs-container .tabs-cont {
  text-align: center;
}
#tabs-about .tabs-container .tabs-cont h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #tabs-about .tabs-container .tabs-cont h3 {
    font-size: 2rem;
    margin-top: 20px;
  }
}
#tabs-about .tabs-container .tabs-cont h3 + p {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #tabs-about .tabs-container .tabs-cont h3 + p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#tabs-about .tabs-container .tabs-cont .bar-txt {
  max-width: 630px;
  width: 100%;
  margin: auto;
}
#tabs-about .tabs-container .tabs-cont .bar-txt li {
  margin-bottom: 20px;
  min-height: 60px;
  border-radius: 50px;
  background-color: #0DAA94;
}
#tabs-about .tabs-container .tabs-cont .bar-txt li p {
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  padding: 20px;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #tabs-about .tabs-container .tabs-cont .bar-txt li p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#tabs-about .tabs-container .steps-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  #tabs-about .tabs-container .steps-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 0 10px;
  }
}
#tabs-about .tabs-container .steps-cont .steps-item {
  width: 28%;
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #tabs-about .tabs-container .steps-cont .steps-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
#tabs-about .tabs-container .steps-cont .steps-item h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#tabs-about .tabs-container .steps-cont .steps-item img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
@media only screen and (max-width: 750px) {
  #tabs-about .tabs-container .steps-cont .steps-item img {
    max-width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#tabs-about .tabs-container .banner_qr {
  margin: auto;
  max-width: 730px;
  width: 100%;
}
#tabs-about .tabs-container .tt-green {
  color: #0DAA94;
}
#tabs-about .tab-1,
#tabs-about .tab-2,
#tabs-about .tab-3,
#tabs-about .tab-4,
#tabs-about .tab-5,
#tabs-about .tab-6,
#tabs-about .tab-7 {
  height: auto;
  width: 100%;
  border: 1px solid #0DAA94;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 10px 30px 10px;
}
#tabs-about .btn-1:checked ~ .tabs-container .tab-1,
#tabs-about .btn-2:checked ~ .tabs-container .tab-2,
#tabs-about .btn-3:checked ~ .tabs-container .tab-3,
#tabs-about .btn-4:checked ~ .tabs-container .tab-4,
#tabs-about .btn-5:checked ~ .tabs-container .tab-5,
#tabs-about .btn-6:checked ~ .tabs-container .tab-6,
#tabs-about .btn-7:checked ~ .tabs-container .tab-7 {
  position: relative;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 1;
}

/* Deposit */
#deposit .deposit .deposit-list ul li {
  width: 100%;
  position: relative;
}
#deposit .deposit .deposit-list ul li .deposit-list-box {
  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;
}
#deposit .deposit .deposit-list ul li .deposit-list-box .deposit-img {
  max-width: 100px;
  min-width: 100px;
  position: relative;
}
#deposit .deposit .deposit-list ul li .deposit-list-box .deposit-img p {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0daa94;
  border-radius: 100%;
}
#deposit .deposit .deposit-list ul li .deposit-list-box .deposit-text {
  width: 100%;
  padding-left: 20px;
}
#deposit .deposit .deposit-list ul li .deposit-list-box .deposit-text h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #deposit .deposit .deposit-list ul li .deposit-list-box .deposit-text h3 {
    font-size: 1.6rem;
  }
}
#deposit .deposit .deposit-list ul li .deposit-list-box .deposit-text p a {
  text-decoration: underline;
}
#deposit .deposit .deposit-list ul li + li {
  margin-top: 40px;
}
#deposit .deposit .deposit-list ul li + li::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  z-index: 7;
  width: 100px;
  height: 18px;
  background-image: url("/assets/images/commons/triangle-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
@media only screen and (max-width: 750px) {
  #deposit .deposit .deposit-list ul li + li::before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#deposit .deposit-bg {
  background-image: url("/assets/images/commons/bg-dot-green.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 4px;
  padding-bottom: 0;
}
#deposit .deposit-bg .deposit-content .deposit-step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #deposit .deposit-bg .deposit-content .deposit-step ul {
    display: block;
  }
}
#deposit .deposit-bg .deposit-content .deposit-step ul li {
  width: 100%;
  background-color: #fff;
}
#deposit .deposit-bg .deposit-content .deposit-step ul li .deposit-step-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
#deposit .deposit-bg .deposit-content .deposit-step ul li .deposit-step-box p.step {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  z-index: 7;
  margin-left: auto;
  margin-right: auto;
  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: 100px;
  height: 32px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #0daa94;
  border-radius: 32px;
  text-transform: uppercase;
}
#deposit .deposit-bg .deposit-content .deposit-step ul li .deposit-step-box h3 {
  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: 100%;
  height: 100%;
  padding: 30px 20px 15px 20px;
  text-align: center;
}
#deposit .deposit-bg .deposit-content .deposit-step ul li.arrow {
  width: 24px;
  max-width: 24px;
  min-width: 24px;
  background-color: transparent !important;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #deposit .deposit-bg .deposit-content .deposit-step ul li.arrow {
    width: 28px;
    height: 18px;
    margin: 15px auto 30px auto;
  }
}
#deposit .deposit-bg .deposit-content .deposit-step ul li.arrow img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  margin: auto;
}
#deposit .deposit-bg .deposit-content-btn {
  background-color: #fff;
}
#deposit .deposit-bg + .pad40 {
  padding-top: 3%;
  padding-bottom: 3%;
}
#deposit .btn-box {
  position: relative;
  margin-top: 0px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #deposit .btn-box {
    padding-bottom: 0;
  }
}

.tab-switch {
  margin-bottom: 35px;
}
.tab-switch 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;
  border-radius: 7px;
}
@media only screen and (max-width: 750px) {
  .tab-switch ul li {
    width: 50%;
  }
}
.tab-switch 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;
  width: 160px;
  height: 36px;
  background-color: #fff;
  border: 2px solid #000;
}
@media only screen and (max-width: 750px) {
  .tab-switch ul li a {
    width: 100%;
  }
}
.tab-switch ul li a.active {
  color: #fff;
  background-color: #000;
}
.tab-switch ul li:first-child a {
  border-radius: 7px 0 0 7px;
}
.tab-switch ul li:last-child a {
  border-radius: 0 7px 7px 0;
}

.tab-btn {
  margin-bottom: 35px;
}
.tab-btn ul {
  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;
}
@media only screen and (max-width: 750px) {
  .tab-btn ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab-btn ul li {
  width: 19%;
}
@media only screen and (max-width: 750px) {
  .tab-btn ul li {
    width: 100%;
  }
}
.tab-btn 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;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 7px;
}
.tab-btn ul li a.active {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .tab-btn ul li + li {
    margin-top: 2%;
  }
}

/* Keep */
.keep-img img {
  margin: 0 auto;
}

/* Security */
#security .security .security-row .security-content p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #security .security .security-row .security-content p {
    text-align: left;
  }
}
#security .security .security-row .security-content p + img {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #security .security .security-row .security-content p + img {
    margin-top: 20px;
  }
}
#security .security .security-row + .security-row {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #security .security .security-row + .security-row {
    margin-top: 40px;
  }
}

/* QA */
.qa .qa-row h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .qa .qa-row h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.qa .qa-row .qa-list .qa-list-row .qa-topic {
  display: block;
  width: 100%;
  padding: 8px 45px 8px 35px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  background-image: url("/assets/images/commons/btn-arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
  border-radius: 7px;
  position: relative;
}
.qa .qa-row .qa-list .qa-list-row .qa-topic::before {
  content: "Q";
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 11px;
  left: 10px;
  z-index: 7;
}
.qa .qa-row .qa-list .qa-list-row .qa-topic.active {
  color: #fff;
  background-color: #000;
  background-image: url("/assets/images/commons/btn-arrow-up-white.svg");
}
.qa .qa-row .qa-list .qa-list-row .qa-detail {
  display: none;
  padding: 20px 20px 20px 50px;
  position: relative;
}
.qa .qa-row .qa-list .qa-list-row .qa-detail ul {
  margin-left: 20px;
}
.qa .qa-row .qa-list .qa-list-row .qa-detail ul li {
  list-style: disc;
}
.qa .qa-row .qa-list .qa-list-row .qa-detail::before {
  content: "A";
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 22px;
  left: 26px;
  z-index: 7;
}
.qa .qa-row .qa-list .qa-list-row + .qa-list-row {
  margin-top: 12px;
}
.qa .qa-row + .qa-row {
  margin-top: 35px;
}

/* Voice */
#voice .voice .voice-list ul li .voice-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li .voice-list-box {
    display: block;
  }
}
#voice .voice .voice-list ul li .voice-list-box .voice-img {
  width: 35%;
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li .voice-list-box .voice-img {
    width: 100%;
  }
}
#voice .voice .voice-list ul li .voice-list-box .voice-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice .voice .voice-list ul li .voice-list-box .voice-brief {
  width: 65%;
  padding: 15px 20px;
}
@media only screen and (max-width: 750px) {
  #voice .voice .voice-list ul li .voice-list-box .voice-brief {
    width: 100%;
    padding: 20px;
  }
}
#voice .voice .voice-list ul li .voice-list-box .voice-brief .voice-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#voice .voice .voice-list ul li .voice-list-box .voice-brief .voice-date p.date {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
#voice .voice .voice-list ul li .voice-list-box .voice-brief .voice-date p.tag {
  display: table;
  min-width: auto;
  padding: 0 25px;
}
#voice .voice .voice-list ul li .voice-list-box .voice-brief h3 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
#voice .voice .voice-list ul li + li {
  margin-top: 20px;
}

/* Contact */
.contact .txthead-box {
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .contact .contact-content p:first-child {
    text-align: left;
  }
}
.contact .contact-content p {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
}
.contact .contact-content p a {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
  color: #0daa94;
}
@media only screen and (max-width: 750px) {
  .contact .contact-content p a {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.contact .contact-content h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .contact .contact-content h3 {
    text-align: left;
  }
}
.contact .contact-content .contact-img-office img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.contact .contact-content .contact-btn {
  max-width: 500px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.contact .contact-content .contact-btn li a {
  height: 65px;
  font-size: 2.2rem;
  background-size: 30px;
}
@media only screen and (max-width: 750px) {
  .contact .contact-content .contact-btn li a {
    font-size: 1.5rem;
    background-size: 20px;
  }
}
.contact .contact-content .contact-btn li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .contact .contact-content .contact-btn li + li {
    margin-top: 3%;
  }
}

.contact-inner-row h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #000;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .contact-inner-row h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.contact-inner-row + .contact-inner-row {
  margin-top: 40px;
}

@media only screen and (max-width: 750px) {
  .contact-inner-row-btn .form-row .form-field {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 750px) {
  .contact-inner-row-btn .form-row .form-field .col50 {
    width: 100%;
    margin-top: 10px;
  }
}

.contact-complete {
  padding: 30px 35px;
  background-color: #f5f5f5;
}
.contact-complete ul li {
  position: relative;
  padding-left: 15px;
}
.contact-complete ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 6;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.contact-complete ul li + li {
  margin-top: 5px;
}

.contact-box-tel {
  margin: 40px 0;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.contact-box-tel p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-box-tel a {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
  color: #0daa94;
}
.contact-box-tel p.hour {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-thanks {
  margin-bottom: 40px;
}
.contact-thanks p a {
  color: #0daa94;
}
.contact-thanks p.small {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

/* Login */
#login .login-btn p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #login .login-btn p {
    text-align: left;
  }
}
#login .login-btn p + p {
  margin-top: 15px;
}
#login .login-btn .login-btn {
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#login .login-btn .login-btn p {
  margin-bottom: 15px;
  text-align: center;
}
#login .login-btn .login-btn li a {
  height: 65px;
  font-size: 2.2rem;
  background-size: 30px;
}
@media only screen and (max-width: 750px) {
  #login .login-btn .login-btn li a {
    font-size: 1.5rem;
    background-size: 20px;
  }
}
#login .login-btn .login-btn li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #login .login-btn .login-btn li + li {
    margin-top: 3%;
  }
}

.form-row .form-topic p {
  margin-bottom: 5px;
}
.form-row .form-topic p span.important {
  font-size: 1.2rem;
  color: #e9006e;
}
.form-row .form-field {
  position: relative;
}
.form-row .form-field label + label {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .form-row .form-field label + label {
    margin-left: 0;
  }
}
.form-row .form-field .form-field-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-row .form-field .form-field-row + .form-field-row {
  margin-top: 2%;
}
.form-row .form-field .col85px {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
}
.form-row .form-field .col25 {
  width: 24%;
}
.form-row .form-field .col50 {
  width: 49%;
}
.form-row .form-field .col75 {
  width: 74%;
}
.form-row .form-field .col100 {
  width: 100%;
}
.form-row .form-field.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-row .form-field.flex.nowrap .radio-btn-textbox {
  width: auto;
}
@media only screen and (max-width: 750px) {
  .form-row .form-field.flex.nowrap .radio-btn-textbox {
    width: 100% !important;
  }
}
@media only screen and (max-width: 750px) {
  .form-row .form-field.flex.nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-row .form-text-green-box {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  border: 2px solid #00b79d;
  background-color: #cbf1ec;
  text-align: center;
  padding: 10px 0;
}
.form-row p.remark {
  font-size: 1.1rem;
  margin-top: 2px;
}
.form-row h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding-top: 20px;
  padding-bottom: 10px;
}

.form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-row.flex .col30 {
  width: 30%;
  max-width: 108px;
}
.form-row.flex .col33 {
  width: 33%;
}
.form-row.flex .col-x {
  min-width: 10px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 17px;
}
.form-row.flex .col-text {
  margin-left: 8px;
  margin-right: 22px;
}

.form-row + .form-row {
  margin-top: 15px;
}

.textbox {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  padding: 8px 16px;
  background-color: #fff;
  border: 2px solid #000;
  position: relative;
}

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

.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.align-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nowrap {
  white-space: nowrap;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radio-btn-textbox {
  width: 100%;
  padding-left: 33px !important;
}

.radio-btn {
  display: table;
  position: relative;
  padding-left: 28px;
  margin-top: 1px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid #000;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #f5f5f5;
}

/* On mouse-over, add a grey background color */
.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0daa94;
}

.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox {
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid #000;
  height: 22px;
  width: 22px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.chkbox-btn:hover input ~ .chkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbox-btn .chkbox:after {
  top: 1px;
  left: 5px;
  width: 4px;
  height: 10px;
  border: solid #0daa94;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
}

input[readonly], textarea[readonly] {
  border: 2px solid #f5f5f5 !important;
}

.textbox.grey {
  background-color: #f5f5f5;
}

.textbox.green {
  border-color: #00b79d;
  background-color: #cbf1ec;
}

textarea.textbox {
  height: 125px;
  resize: none;
}

select.textbox {
  background-image: url("/assets/images/commons/btn-arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border-radius: 10px;
}

.calendar {
  background-image: url("/assets/images/commons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 20px;
  border-radius: 10px;
}

.alert p.alert-text {
  display: block !important;
}
.alert .textbox {
  border-color: #e9006e;
  background-image: url("/assets/images/commons/icon-alert-x.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 13px;
}

.alert-text {
  display: none !important;
  width: 100%;
  padding: 10px 18px;
  line-height: 25px;
  color: #e9006e;
  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;
  color: #fff;
  background-color: #e9006e;
  margin-bottom: 5px;
}

.alert:-ms-input-placeholder {
  color: #e9006e !important;
}

.alert::-ms-input-placeholder {
  color: #e9006e !important;
}

.alert::placeholder, .alert:-ms-input-placeholder, .alert::-ms-input-placeholder {
  color: #e9006e !important;
}

.table {
  width: 100%;
  border: 2px solid #000;
}
.table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.table .tr .td {
  width: 15%;
  padding: 10px;
  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;
}
.table .tr .td p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}
.table .tr .td label {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.table .tr .td label .chkbox {
  top: -2px;
}
.table .tr .td + .td {
  border-left: 1px solid #aaa;
}
.table .tr .td:first-child {
  width: 40%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table .tr.topic {
  background-color: #ddd !important;
}
.table .tr.topic .td {
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table .tr + .tr {
  border-top: 1px solid #aaa;
}
.table .tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.table.checkrow .tr:hover {
  cursor: pointer;
}

/* Promotion */
.page-promotion .pc-only {
  display: block;
}
@media only screen and (max-width: 750px) {
  .page-promotion .pc-only {
    display: none;
  }
}
.page-promotion .sp-only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .page-promotion .sp-only {
    display: block;
  }
}
.page-promotion #mv-inner {
  width: 100%;
  background-image: url("/assets/images/promotion/bg-mv.png");
  background-size: 4%;
  background-repeat: repeat;
}
.page-promotion #mv-inner .mv-inner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right;
  background-size: 96px, 96px, 112px;
}
@media only screen and (max-width: 750px) {
  .page-promotion #mv-inner .mv-inner {
    background-position: top left -40px, top right -40px, bottom right -40px;
  }
}
.page-promotion #mv-inner .mv-inner .mv-inner-content {
  position: relative;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 750px) {
  .page-promotion #mv-inner .mv-inner .mv-inner-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-promotion #mv-inner .mv-inner .mv-inner-content .img {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 112px;
  height: 112px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 750px) {
  .page-promotion #mv-inner .mv-inner .mv-inner-content .img {
    position: static;
    width: 82px;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.page-promotion #mv-inner .mv-inner .mv-inner-content h1 {
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 750px) {
  .page-promotion #mv-inner .mv-inner .mv-inner-content h1 {
    width: 90%;
    margin: auto;
    padding: 0 20px;
    max-width: 350px;
  }
}
.page-promotion h2 {
  color: #E9006E;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .page-promotion h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: -30px;
  }
}
.page-promotion h3 {
  color: #0BA29B;
  font-size: 3.5rem;
  letter-spacing: 5px;
}
@media only screen and (max-width: 750px) {
  .page-promotion h3 {
    font-size: 2.2rem;
  }
}
.page-promotion .bar-title {
  background-color: #CEECEA;
  width: 100%;
  text-align: center;
  height: 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;
}
@media only screen and (max-width: 750px) {
  .page-promotion .bar-title {
    height: 80px;
    margin: -30px 0;
  }
}
.page-promotion .list-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .page-promotion .list-topics {
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-promotion .list-topics a {
  width: 48%;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .page-promotion .list-topics a {
    width: 100%;
  }
}
.page-promotion .list-topics .topics-time {
  margin: 0 1rem;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .page-promotion .list-topics .topics-time {
    margin: auto;
    margin-top: 30px;
  }
}
.page-promotion .list-topics .topics-time img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .page-promotion .list-topics .topics-time img {
    margin-bottom: 10px;
  }
}
.page-promotion .cont-pro p {
  font-size: 2.2rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .page-promotion .cont-pro p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.page-promotion .cont-pro img {
  margin: 30px 0;
}
@media only screen and (max-width: 750px) {
  .page-promotion .cont-pro img {
    margin: 20px 0;
  }
}

/* Quotation */
.page-quotation #mv-inner {
  color: #fff;
  background-color: #2c9cff;
}
.page-quotation #mv-inner .mv-inner {
  width: 100%;
  background-image: url("/assets/images/quotation/mv-inner-top-left.png"), url("/assets/images/quotation/mv-inner-top-right.png"), url("/assets/images/quotation/mv-inner-btm-right.png");
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right;
  background-size: 96px, 96px, 112px;
}
@media only screen and (max-width: 750px) {
  .page-quotation #mv-inner .mv-inner {
    background-position: top left -40px, top right -40px, bottom right -40px;
  }
}
.page-quotation #mv-inner .mv-inner .mv-inner-content {
  position: relative;
  width: 100%;
  padding-left: 125px;
  padding-right: 125px;
}
@media only screen and (max-width: 750px) {
  .page-quotation #mv-inner .mv-inner .mv-inner-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-quotation #mv-inner .mv-inner .mv-inner-content .img {
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 112px;
  height: 112px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 750px) {
  .page-quotation #mv-inner .mv-inner .mv-inner-content .img {
    position: static;
    width: 82px;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.page-quotation #mv-inner .mv-inner .mv-inner-content h1 {
  font-size: 4.2rem;
  line-height: 5.2rem;
}
@media only screen and (max-width: 830px) {
  .page-quotation #mv-inner .mv-inner .mv-inner-content h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .page-quotation #mv-inner .mv-inner .mv-inner-content h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.page-quotation #mv-inner .mv-inner .mv-inner-content h1 span {
  font-size: 5.2rem;
  color: #fff002;
}
@media only screen and (max-width: 830px) {
  .page-quotation #mv-inner .mv-inner .mv-inner-content h1 span {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .page-quotation #mv-inner .mv-inner .mv-inner-content h1 span {
    font-size: 3rem;
  }
}

#quotation .quotation .quotation-row h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #000;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#quotation .quotation .quotation-row h2 + h3 {
  margin-top: -20px;
}
#quotation .quotation .quotation-row h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #e9006e;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#quotation .quotation .quotation-row .quotation-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .quotation-content-flex {
    display: block;
  }
}
#quotation .quotation .quotation-row .quotation-content-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .quotation-content-row + .quotation-content-row {
    margin-top: 15px;
  }
}
#quotation .quotation .quotation-row .quotation-100 {
  width: 100%;
}
#quotation .quotation .quotation-row .quotation-100 + .quotation-100 {
  margin-top: 15px;
}
#quotation .quotation .quotation-row .quotation-50 {
  width: 47.5%;
}
#quotation .quotation .quotation-row .quotation-50 .quotation-20 {
  width: 40%;
}
#quotation .quotation .quotation-row .quotation-50 .quotation-25 {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .quotation-50 {
    width: 100%;
  }
}
#quotation .quotation .quotation-row .quotation-20 {
  width: 20%;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .quotation-20 {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .quotation-20 .col-field {
    width: 100%;
  }
}
#quotation .quotation .quotation-row .quotation-20 .col-text {
  margin-right: 0;
}
#quotation .quotation .quotation-row .quotation-arrow {
  max-width: 27px;
  min-width: 27px;
  margin: 0 2.5%;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .quotation-arrow {
    max-width: 100%;
    margin-top: 0 !important;
  }
  #quotation .quotation .quotation-row .quotation-arrow img {
    margin-left: auto;
    margin-right: auto;
  }
}
#quotation .quotation .quotation-row .quotation-25 {
  width: 25%;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .quotation-25 {
    width: 100%;
  }
}
#quotation .quotation .quotation-row .check-amont {
  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;
  padding: 25px;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .check-amont {
    padding: 20px;
    margin-top: 15px;
  }
}
#quotation .quotation .quotation-row .check-amont .check-amont-text {
  width: 100%;
}
#quotation .quotation .quotation-row .check-amont .check-amont-text .check-amont-row p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .check-amont .check-amont-text .check-amont-row p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#quotation .quotation .quotation-row .check-amont .check-amont-text .check-amont-row p.center {
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row .check-amont .check-amont-text .check-amont-row p.center {
    font-size: 1.4rem;
  }
}
#quotation .quotation .quotation-row .check-amont .check-amont-text .check-amont-row:first-child {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#quotation .quotation .quotation-row .check-amont .check-amont-text .check-amont-row + .check-amont-row {
  margin-top: 10px;
}
#quotation .quotation .quotation-row .campaign {
  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-align: center;
  padding: 10px;
  background-color: #379cf4;
}
#quotation .quotation .quotation-row .campaign .campaign-content {
  font-size: 2rem;
  line-height: 3rem;
}
#quotation .quotation .quotation-row .campaign .campaign-content h4 {
  font-weight: bold;
}
#quotation .quotation .quotation-row .campaign .campaign-content h4 span {
  color: #fff002;
}
#quotation .quotation .quotation-row .campaign .campaign-content p span {
  font-size: 7rem;
  line-height: 7rem;
  font-weight: bold;
  color: #fff002;
}
#quotation .quotation .quotation-row + .quotation-row {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #quotation .quotation .quotation-row + .quotation-row {
    margin-top: 40px;
  }
}

.way2 {
  display: none;
}

.page-privacy #mv-inner {
  color: #000;
  background-image: url("/assets/images/commons/bg-green-illus.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 120px;
}
.page-privacy #mv-inner .mv-inner .mv-inner-content {
  position: relative;
  width: 100%;
  padding-left: 125px;
  padding-right: 125px;
}
@media only screen and (max-width: 750px) {
  .page-privacy #mv-inner .mv-inner .mv-inner-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-privacy #mv-inner .mv-inner .mv-inner-content h1 {
  font-size: 4.2rem;
  line-height: 5.2rem;
}
@media only screen and (max-width: 830px) {
  .page-privacy #mv-inner .mv-inner .mv-inner-content h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .page-privacy #mv-inner .mv-inner .mv-inner-content h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.page-privacy .privacy-row h2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
}
@media only screen and (max-width: 750px) {
  .page-privacy .privacy-row h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.page-privacy .privacy-row .box-content {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .page-privacy .privacy-row .box-content {
    margin-top: 20px;
  }
}
.page-privacy .privacy-row .box-content h3 {
  font-size: 25px;
  color: #0daa94;
  margin-bottom: 20px;
  line-height: initial;
}
@media only screen and (max-width: 750px) {
  .page-privacy .privacy-row .box-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.page-privacy .privacy-row .box-content p {
  margin-bottom: 10px;
}
.page-privacy .privacy-row .box-content p span {
  font-size: 14px;
  margin-left: 30px;
  display: inline-block;
  font-weight: normal;
}
.page-privacy .privacy-row .box-content .box-list-terms {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.page-privacy .privacy-row .box-content .box-list-terms span {
  margin-left: 15px;
  display: inline-block;
}
.page-privacy .privacy-row .box-content .list-terms {
  font-size: 14px;
  line-height: 1.6;
  list-style-position: outside;
  list-style-type: square;
  margin-left: 100px;
}
.page-privacy .privacy-row .box-content .list-terms li {
  list-style-type: lower-alpha !important;
  margin-bottom: 10px;
}
.page-privacy .privacy-row .box-content .box-list {
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-privacy .privacy-row .box-content .box-list-more {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
  list-style-position: outside;
  list-style-type: square;
  margin-left: 35px;
  margin-bottom: 10px;
}
.page-privacy .privacy-row .box-content .box-list-more ol {
  margin-left: 20px;
}
.page-privacy .privacy-row .box-content .box-list-more ol li {
  list-style-type: lower-alpha !important;
}
.page-privacy .privacy-row .box-content .box-list-more li {
  list-style-type: disc !important;
  margin: 10px 0;
}
.page-privacy .privacy-row .box-content .box-list-more .list-inner {
  list-style-position: outside !important;
  margin: 10px 0px 20px 10px;
}
.page-privacy .privacy-row .box-content .box-list-more .list-inner li {
  list-style-type: none !important;
  margin: 0;
}
.page-privacy .privacy-row .box-content .box-list-more .list-inner li::before {
  content: "-";
  padding-right: 6px;
}
.page-privacy .privacy-row .detail-link {
  color: #0daa94;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}
.page-privacy .privacy-row .date {
  font-size: 14px;
  margin-top: 30px;
}
.page-privacy .privacy-row .txt-mgl {
  margin-left: 30px !important;
}
.page-privacy .privacy-row .txt-mgl-60 {
  margin-left: 60px !important;
}
@media only screen and (max-width: 750px) {
  .page-privacy .privacy-row .txt-mgl-60 {
    margin-left: 50px !important;
  }
}
.page-privacy .privacy-row .table-privacy {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
}
.page-privacy .privacy-row .table-privacy th {
  font-weight: bold;
  width: 30%;
}
.page-privacy .privacy-row .table-privacy th, .page-privacy .privacy-row .table-privacy td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.page-privacy .privacy-row .table-privacy .detail-list {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
  list-style-position: outside;
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 10px;
}
.page-privacy .privacy-row .table-privacy .detail-list li {
  list-style-type: disc !important;
  margin: 10px 0;
}
.page-privacy .privacy-row .table-privacy .detail-list .list-more {
  list-style-position: outside !important;
  margin-top: 10px;
}
.page-privacy .privacy-row .table-privacy .detail-list .list-more li {
  list-style-type: none !important;
  margin: 0;
}
.page-privacy .privacy-row .table-privacy .detail-list .list-more li::before {
  content: "-";
  padding-right: 6px;
}

/* Footer */
footer {
  border-top: 1px solid #cccccc;
  background-color: #fff;
}
footer .footer {
  padding: 40px 0;
}
footer .footer .footer-logo {
  margin-bottom: 40px;
}
footer .footer .footer-logo a {
  display: block;
}
footer .footer .footer-logo a img {
  margin-left: auto;
  margin-right: auto;
}
footer .footer .footer-btn 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;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btn ul {
    display: block;
  }
}
footer .footer .footer-btn ul li {
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btn ul li {
    margin: 0 20px;
  }
}
footer .footer .footer-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btn ul li a {
    width: 100%;
  }
}
footer .footer .footer-btn ul li a .icon {
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btn ul li a .icon img {
    width: 16px;
    height: 16px;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-btn ul li + li {
    margin-top: 3%;
  }
}
footer p.copyright {
  font-size: 1.2rem;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  footer p.copyright {
    font-size: 1rem;
  }
}

.gototop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .show1080 {
    display: block !important;
  }
}

.show834 {
  display: none !important;
}
@media only screen and (max-width: 830px) {
  .show834 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 830px) {
  .hide834 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}
/*# sourceMappingURL=global.css.map */