@charset "UTF-8";
/* theme Name: annecto prototype 1
 * Author: annecto
 * Description: original theme
 * version： 1.0.0
 * */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* Init
 * Mixin
 * */
/* setting
 * */
/* lauout
 * */
/* decoration
 * */
.pc-only {
  display: block !important;
}

.pc-tb-only {
  display: block !important;
}

.tb-only {
  display: none !important;
}

.tb-sp-only {
  display: none !important;
}

.sp-only {
  display: none !important;
}

.overlay {
  content: "";
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
  overflow-x: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  background: #2a519b;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 21;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-menu-btn i {
  font-size: 25px;
}

.header-menu-close-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  background: #f5b617;
  cursor: pointer;
  z-index: 21;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-menu-close-btn i {
  font-size: 25px;
}

.header-menu-btn,
.header-menu-close-btn {
  display: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Century Gothic, "Avenir-Light", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

p {
  display: block;
  margin: 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p:last-child {
  margin: 0;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.95em;
}

em {
  font-style: italic;
}

a {
  color: #f5b617;
  text-decoration: none;
}

img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img.w-auto {
  width: auto;
  margin: 0 auto;
}
img#geniee_overlay_close {
  width: 20px;
}

hr {
  border: 0;
  height: 2px;
  margin: 20px 10px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* featherlight */
.featherlight .featherlight-close-icon {
  width: 50px;
  line-height: 50px;
}

/* layout
 * */
#container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main-column {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0 0 0 260px;
  z-index: 10;
  transition: transform 0.3s;
  transform: translate(0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#side-column {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  visibility: visible;
  overflow-y: visible;
  background: #ffffff;
  transition: transform 0.3s;
  transform: translate(0);
  z-index: 110;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .inner-wrapper {
  padding: 0 0 0;
}

.inner-wrapper {
  display: block;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 25px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex-grow: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article section,
article .section {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  visibility: visible;
  overflow-y: auto;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-simple #main-column,
.page-auth #main-column,
.page-single #main-column,
.page-hierarchy #main-column {
  padding: 0;
}
.page-simple article,
.page-auth article,
.page-single article,
.page-hierarchy article {
  padding: 0;
}

.page-auth article {
  overflow: hidden;
}

/* Parts
 * */
h1 {
  display: block;
  position: relative;
  margin: 15px 0 25px;
  padding: 0 0 0 60px;
  color: #2a519b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 .icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  background-color: #f5b617;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(245, 182, 23, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 .icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}
h1.logo::before {
  display: none;
}
h1.logo_2 {
  width: 45%;
}
h1.logo_2::before {
  display: none;
}

h2 {
  display: block;
  position: relative;
  margin: 17px 0 20px;
  padding: 8px 0 25px 36px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #ededed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 30px;
  background: url(../../images/common/h2_basic.svg) no-repeat 0 0/contain;
}

h3 {
  display: block;
  position: relative;
  margin: 15px 0 10px;
  padding: 3px 0 3px 23px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background: url(../../images/common/h3_basic.svg) no-repeat 0 0/contain;
}

h4 {
  display: block;
  position: relative;
  margin: 15px 0 10px;
  padding: 2px 0 2px 13px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #e22c8b;
  border-radius: 100vh;
}

.modaal-wrapper h1:before, .modaal-wrapper h1:after {
  display: none;
}

.swal2-container h2 {
  margin: 15px 0 10px;
  padding: 0 0 10px;
  border: none;
}
.swal2-container h2:before, .swal2-container h2:after {
  display: none;
}

.note {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
}

.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.fs-mini {
  font-size: 10px !important;
}

.fs-small {
  font-size: 12px !important;
}

.fs-middle {
  font-size: 16px !important;
}

.fs-large {
  font-size: 18px !important;
}

.fs-mega {
  font-size: 25px !important;
}

.fc-main {
  color: #2a519b !important;
}

.fc-sub {
  color: #a5a5a5 !important;
}

.fc-sub-2 {
  color: #f5b617 !important;
}

.fc-success {
  color: #558bed !important;
}

.fc-error {
  color: #ed6e55 !important;
}

.fc-error-2 {
  color: #ffed53 !important;
}

.fc-red {
  color: #f00;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.txt-band {
  padding: 2px 15px;
  font-weight: 700;
  background: #eaeaea;
}
.txt-band.success {
  background: #e7f0ff;
}
.txt-band.error {
  background: #ffe6e1;
}

.pc-tb-ta-c {
  text-align: center;
}

.readonly-copy-item {
  display: inline-block;
  width: 120px;
  font-size: 16px;
  border: none;
  background: none;
}

/** badge */
.badge {
  display: inline-block;
  color: #fff;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.badge.bg-blue {
  background-image: linear-gradient(135deg, #2475f2 60%, #2196f3 40%);
  text-shadow: 1px 1px 2px rgba(59, 64, 223, 0.5);
}
.badge.bg-red {
  background-image: linear-gradient(135deg, #f24532 60%, #f27470 40%);
  text-shadow: 1px 1px 2px rgba(115, 33, 33, 0.5);
}
.badge.bg-green {
  background-image: linear-gradient(135deg, #32a852 60%, #28d1a1 40%);
  text-shadow: 1px 1px 2px rgba(10, 145, 8, 0.5);
}
.badge.bg-yellow {
  background-image: linear-gradient(135deg, #ffc64d 60%, #ffd91a 40%);
  text-shadow: 1px 1px 2px rgba(57, 44, 0, 0.5);
}
.badge.bg-disabled {
  background-image: linear-gradient(135deg, #999999 60%, #c9c9c9 40%);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0% !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.vw-0 {
  width: 0vw !important;
}

.vw-5 {
  width: 5vw !important;
}

.vw-10 {
  width: 10vw !important;
}

.vw-15 {
  width: 15vw !important;
}

.vw-20 {
  width: 20vw !important;
}

.vw-25 {
  width: 25vw !important;
}

.vw-30 {
  width: 30vw !important;
}

.vw-35 {
  width: 35vw !important;
}

.vw-40 {
  width: 40vw !important;
}

.vw-45 {
  width: 45vw !important;
}

.vw-50 {
  width: 50vw !important;
}

.vw-55 {
  width: 55vw !important;
}

.vw-60 {
  width: 60vw !important;
}

.vw-65 {
  width: 65vw !important;
}

.vw-70 {
  width: 70vw !important;
}

.vw-75 {
  width: 75vw !important;
}

.vw-80 {
  width: 80vw !important;
}

.vw-85 {
  width: 85vw !important;
}

.vw-90 {
  width: 90vw !important;
}

.vw-95 {
  width: 95vw !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-0 {
  height: 0vh !important;
}

.vh-5 {
  height: 5vh !important;
}

.vh-10 {
  height: 10vh !important;
}

.vh-15 {
  height: 15vh !important;
}

.vh-20 {
  height: 20vh !important;
}

.vh-25 {
  height: 25vh !important;
}

.vh-30 {
  height: 30vh !important;
}

.vh-35 {
  height: 35vh !important;
}

.vh-40 {
  height: 40vh !important;
}

.vh-45 {
  height: 45vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.vh-55 {
  height: 55vh !important;
}

.vh-60 {
  height: 60vh !important;
}

.vh-65 {
  height: 65vh !important;
}

.vh-70 {
  height: 70vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-80 {
  height: 80vh !important;
}

.vh-85 {
  height: 85vh !important;
}

.vh-90 {
  height: 90vh !important;
}

.vh-95 {
  height: 95vh !important;
}

.vh-100 {
  height: 100vh !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-50-pc {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

ul {
  display: block;
  margin: 0 0 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.note li {
  font-size: 12px;
  color: #8a8a8a;
}
ul.list {
  padding: 0 0 0 1.5em;
  text-align: left;
  list-style-type: disc;
}
ul.list-num {
  padding: 0 0 0 1.5em;
  text-align: left;
  list-style-type: decimal;
}
ul.list-square {
  padding: 0 0 0 1.5em;
  text-align: left;
  list-style-type: square;
}
ul.list-kome {
  padding: 0;
  text-align: left;
}
ul.list-kome li {
  position: relative;
  padding: 0 0 0 1.5em;
}
ul.list-kome li:before {
  position: absolute;
  content: "※";
  left: 0;
}

.overflow_box_scroll {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.half-circle-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.half-circle-spinner * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.half-circle-spinner.hide {
  display: none;
}
.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 9px solid transparent;
}
.half-circle-spinner .circle.circle-1 {
  border-top-color: #f5b617;
  animation: half-circle-spinner-animation 1s infinite;
}
.half-circle-spinner .circle.circle-2 {
  border-bottom-color: #f5b617;
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  margin: -80px 0 0 -60px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(99, 99, 99, 0.5);
  border-right: 1.1em solid rgba(99, 99, 99, 0.5);
  border-bottom: 1.1em solid rgba(99, 99, 99, 0.5);
  border-left: 1.1em solid #386bcc;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  z-index: 10;
}
.loader.hide {
  display: none;
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.chart-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#chart-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#chart-container > table:first-child {
  position: absolute;
}

.paragraph {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.paragraph.entity {
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.paragraph .section-basic + .section-basic {
  margin: 65px 0 0;
  border-top: solid 1px #ededed;
}

.page-auth .paragraph,
.page-single .paragraph {
  padding: 40px 80px;
}

.attention-box {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  border: 3px solid #8c8b8b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.attention-box .heading {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5px;
  color: #ffffff;
  font-weight: 700;
  background: #8c8b8b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.attention-box .text {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.attention-box .text p {
  margin: 0 0 5px;
}
.attention-box .text .note:last-child {
  margin: 0;
}
.attention-box.success {
  border: 3px solid #558bed !important;
}
.attention-box.success .heading {
  background: #558bed !important;
}
.attention-box.error {
  border: 3px solid #ed6e55 !important;
}
.attention-box.error .heading {
  background: #ed6e55 !important;
}

.srcoll-frame {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.border-frame {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  text-align: center;
  border: 3px solid #e3e3e3;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pickup-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  background: #ffffff;
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup-wrapper section {
  display: block;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  border-left: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup-wrapper .footer-contents {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  border-top: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup-wrapper .footer-contents ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup-wrapper .footer-contents ul li {
  width: 33.33333%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup-wrapper .footer-contents ul li:nth-child(3n) {
  border-right: 1px solid #e3e3e3;
}
.pickup-wrapper .footer-contents ul li a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 10px;
  color: #8a8a8a;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup-wrapper .footer-contents ul li a i {
  margin: 0 15px 0 0;
  font-size: 1.2rem;
}

.listblock-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listblock-wrapper ul li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listblock-wrapper ul li a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 44px 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listblock-wrapper ul li a:hover {
  background: #e3e3e3;
}
.listblock-wrapper ul li a:after {
  display: block;
  content: "›";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18pt;
  right: 20px;
  color: #2a519b;
}
.listblock-wrapper ul li a .sub {
  display: block;
  margin: 0;
  padding: 0;
  color: #8a8a8a;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listblock-wrapper ul li a .title {
  display: block;
  margin: 0;
  padding: 0;
  color: #8a8a8a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listblock-wrapper ul li a.no-arrow:after {
  display: none !important;
}

table.table-1, table.table-2 {
  border-collapse: collapse;
  margin: 0 auto 5px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  /** 無効化された行 */
}
table.table-1 tr, table.table-2 tr {
  border-bottom: 2px solid #ffffff;
}
table.table-1 tr.disabled-row td, table.table-1 tr.disabled-row th, table.table-2 tr.disabled-row td, table.table-2 tr.disabled-row th {
  background-color: #ddd;
  color: #777;
  border: 1px solid #ccc;
}
table.table-1 th,
table.table-1 td, table.table-2 th,
table.table-2 td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}
table.table-1 th, table.table-2 th {
  border-bottom: 2px solid #ffffff;
}
table.table-1 thead th, table.table-2 thead th {
  background-color: #e3e3e3;
}
table.table-1 tbody th, table.table-2 tbody th {
  background-color: #e3e3e3;
}
table.table-1 tbody td, table.table-2 tbody td {
  background-color: #ffffff;
}
table.table-1 tbody.table-dark td, table.table-2 tbody.table-dark td {
  background-color: #ccc;
}
table.table-1 tfoot tr, table.table-2 tfoot tr {
  border-top: 3px solid #bdbdbd;
}
table.table-1 tfoot th, table.table-2 tfoot th {
  background-color: #e3e3e3;
}
table.table-1 tfoot td, table.table-2 tfoot td {
  background-color: #ffffff;
}
table.table-1 .txt, table.table-2 .txt {
  text-align: left;
}
table.table-1 .price, table.table-2 .price {
  text-align: right;
  color: #2a519b;
  font-weight: bold;
}
table.table-1 .w-80, table.table-2 .w-80 {
  width: 80px;
}
table.table-1 .w-100, table.table-2 .w-100 {
  width: 100px;
}
table.table-1 .w-120, table.table-2 .w-120 {
  width: 120px;
}
table.table-1 .w-150, table.table-2 .w-150 {
  width: 150px;
}
table.table-results {
  width: 100%;
  border-collapse: collapse;
}
table.table-results th, table.table-results td {
  padding: 10px;
  text-align: center;
}
table.table-results tr {
  border-bottom: 1px solid #ccc;
}
table.table-results th {
  color: #2a519b;
  font-weight: bold;
}
table.table-results button {
  background-color: green;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}
table.table-results button:hover {
  background-color: darkgreen;
}

/* form */
.form-wrapper {
  display: block;
  width: 100%;
  margin: 15px auto 40px;
  padding: 0;
  border-bottom: 1px dashed #8c8b8b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .group {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item *:last-child {
  margin: 0;
}
.form-wrapper .item label {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item label .required {
  font-size: 12px;
  color: #ed6e55;
}
.form-wrapper .item label .strong {
  color: #ed6e55;
  font-weight: 700;
}
.form-wrapper .item .error-txt {
  display: block;
  position: relative;
  width: 100%;
  padding: 2px 10px;
  font-weight: 700;
  color: #ed6e55;
  background: #ffe6e1;
}
.form-wrapper .item input,
.form-wrapper .item textarea,
.form-wrapper .item select {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px;
  border: none;
  background: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #8c8b8b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item input.readonly,
.form-wrapper .item textarea.readonly,
.form-wrapper .item select.readonly {
  opacity: 0.5;
}
.form-wrapper .item input::placeholder,
.form-wrapper .item textarea::placeholder,
.form-wrapper .item select::placeholder {
  color: #bebebe;
}
.form-wrapper .item input.size-2,
.form-wrapper .item textarea.size-2,
.form-wrapper .item select.size-2 {
  width: 3em;
}
.form-wrapper .item input.size-3,
.form-wrapper .item textarea.size-3,
.form-wrapper .item select.size-3 {
  width: 4em;
}
.form-wrapper .item input.size-4,
.form-wrapper .item textarea.size-4,
.form-wrapper .item select.size-4 {
  width: 5em;
}
.form-wrapper .item input.size-10,
.form-wrapper .item textarea.size-10,
.form-wrapper .item select.size-10 {
  width: 11em;
}
.form-wrapper .item input.size-half,
.form-wrapper .item textarea.size-half,
.form-wrapper .item select.size-half {
  width: 50%;
}
.form-wrapper .item input.single,
.form-wrapper .item textarea.single,
.form-wrapper .item select.single {
  display: block;
}
.form-wrapper .item input.readonly,
.form-wrapper .item textarea.readonly,
.form-wrapper .item select.readonly {
  background: #eaeaea;
}
.form-wrapper .item input.invalid,
.form-wrapper .item textarea.invalid,
.form-wrapper .item select.invalid {
  border: 3px solid #ed6e55;
  background: #ffe6e1;
}
.form-wrapper .item input.disabled,
.form-wrapper .item textarea.disabled,
.form-wrapper .item select.disabled {
  cursor: no-drop;
  background-color: #eaeaea;
}
.form-wrapper .item select {
  width: auto;
  padding: 5px 10px;
  height: 40px;
}
.form-wrapper .item textarea {
  height: 135px;
}
.form-wrapper .item .check-radio {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio .check-radio-item {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio .check-radio-item:last-child {
  margin: 0;
}
.form-wrapper .item .check-radio .check-radio-item label {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 0 0 25px;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8c8b8b;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #2a519b;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 9px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 4px solid #2a519b;
  border-right: 5px solid #2a519b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio input[type=radio],
.form-wrapper .item .check-radio input[type=checkbox] {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .check-radio input[type=radio]:checked + label,
.form-wrapper .item .check-radio input[type=checkbox]:checked + label {
  color: #2a519b;
}
.form-wrapper .item .radio-btns {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .radio-btns ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .radio-btns ul li {
  display: inline-block;
  position: relative;
  float: left;
  list-style: none;
  border: solid 1px #8c8b8b;
  border-right: none;
  overflow: hidden;
}
.form-wrapper .item .radio-btns ul li label {
  display: block;
  min-width: 3em;
  text-align: center;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  background: -moz-linear-gradient(top, #fff, #eee);
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 8px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.form-wrapper .item .radio-btns ul li:first-child {
  border-radius: 5px 0 0 5px;
}
.form-wrapper .item .radio-btns ul li:first-child label {
  border-radius: 3px 0 0 3px;
}
.form-wrapper .item .radio-btns ul li:last-child {
  border-right: solid 1px #8c8b8b;
  border-radius: 0 5px 5px 0;
}
.form-wrapper .item .radio-btns ul li:last-child label {
  border-radius: 0 3px 3px 0;
}
.form-wrapper .item .radio-btns ul li input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.form-wrapper .item .radio-btns ul li input[type=radio]:checked {
  cursor: auto;
}
.form-wrapper .item .radio-btns ul li input[type=radio]:checked + label {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3b10a), to(#e5c470));
  background: -moz-linear-gradient(top, #333, #666);
}
.form-wrapper .item .radio-btns.invalid ul {
  border-radius: 8px;
  border: 3px solid #ed6e55;
}
.form-wrapper .item .box {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .box.invalid {
  border: 3px solid #ed6e55;
  background: #ffe6e1;
}
.form-wrapper .item .box .icon {
  display: block;
  position: relative;
  width: 1.5em;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  color: #f5b617;
  line-height: 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .item .box input,
.form-wrapper .item .box textarea,
.form-wrapper .item .box select {
  border: none;
}

.btn-inline {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-wrapper li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-wrapper li:only-child {
  width: 60%;
  margin: 0 auto 10px;
}
.btn-wrapper li:first-child:nth-last-child(2), .btn-wrapper li:first-child:nth-last-child(2) ~ li {
  width: calc((100% - 7.5px) / 2);
  margin: 0 0 10px;
}
.btn-wrapper li:first-child:nth-last-child(3), .btn-wrapper li:first-child:nth-last-child(3) ~ li {
  width: calc((100% - 15px) / 3);
  margin: 0 0 10px;
}

.btn-inline .btn,
.btn-wrapper .btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 35px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  background-color: #2a519b;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-inline .btn.btn-c-2,
.btn-wrapper .btn.btn-c-2 {
  background-color: #f5b617;
}
.btn-inline .btn.btn-c-3,
.btn-wrapper .btn.btn-c-3 {
  background-color: #ed6e55;
}
.btn-inline .btn.btn-c-4,
.btn-wrapper .btn.btn-c-4 {
  background-color: #34b83d;
}
.btn-inline .btn.btn-c-5,
.btn-wrapper .btn.btn-c-5 {
  background-color: #a5a5a5;
}
.btn-inline .btn.btn-c-6,
.btn-wrapper .btn.btn-c-6 {
  color: #a5a5a5;
  background-color: #eaeaea;
}
.btn-inline .btn.disabled,
.btn-wrapper .btn.disabled {
  user-select: none;
  cursor: no-drop !important;
  color: #a5a5a5;
  background-color: #eaeaea;
}
.btn-inline .btn.disabled::after,
.btn-wrapper .btn.disabled::after {
  display: none;
}
.btn-inline .btn.disabled-a,
.btn-wrapper .btn.disabled-a {
  user-select: none;
  color: #a5a5a5;
  background-color: #eaeaea;
  pointer-events: none;
}
.btn-inline .btn.disabled-a::after,
.btn-wrapper .btn.disabled-a::after {
  display: none;
}
.btn-inline .btn::after,
.btn-wrapper .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-inline .btn.left-arrow::after,
.btn-wrapper .btn.left-arrow::after {
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.btn-inline .btn.no-arrow,
.btn-wrapper .btn.no-arrow {
  padding: 10px;
}
.btn-inline .btn.no-arrow::after,
.btn-wrapper .btn.no-arrow::after {
  display: none;
}
.btn-inline .btn:hover,
.btn-wrapper .btn:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}
.btn-inline .btn i,
.btn-wrapper .btn i {
  margin: 0 10px 0 0;
}
.btn-inline .btn.small,
.btn-wrapper .btn.small {
  font-size: 12px;
  padding: 4px 15px;
}
.btn-inline .btn.small::after,
.btn-wrapper .btn.small::after {
  display: none;
}
.btn-inline .btn.min,
.btn-wrapper .btn.min {
  font-size: 10px;
  padding: 0 15px;
}
.btn-inline .btn.min::after,
.btn-wrapper .btn.min::after {
  display: none;
}

.card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-wrapper .card {
  display: block;
  position: relative;
  width: calc((100% - 15px) / 2);
  margin: 0 0 15px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-wrapper .card.recommend {
  border: 2px solid #ed6e55;
}
.card-wrapper .card.recommend::before {
  content: "オススメ";
  display: block;
  position: absolute;
  padding: 1px 5px;
  top: -8px;
  left: 8px;
  color: #ffffff;
  background-color: #ed6e55;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-wrapper .card.new {
  border: 2px solid #f00;
}
.card-wrapper .card.new::before {
  content: "NEW";
  display: block;
  position: absolute;
  padding: 1px 5px;
  top: -8px;
  left: 8px;
  color: #ffffff;
  background-color: #f00;
  z-index: 10;
}
.card-wrapper .card:only-child, .card-wrapper .card.single {
  width: 100%;
  margin: 0 auto 15px;
}
.card-wrapper .card:first-child:nth-last-child(2), .card-wrapper .card:first-child:nth-last-child(2) ~ .card {
  width: calc((100% - 15px) / 2);
  margin: 0 0 15px;
}
.card-wrapper .card .card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-wrapper .card .card-content .img {
  display: block;
  position: relative;
  width: calc(45% - 15px);
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-wrapper .card .card-content section {
  display: block;
  position: relative;
  width: 55%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-wrapper .card .card-content section h3 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 2px solid #e3e3e3;
}
.card-wrapper .card .card-content section h3::before {
  display: none;
}
.card-wrapper .card .card-content .img:only-child,
.card-wrapper .card .card-content section:only-child {
  width: 100%;
}
.card-wrapper .card .card-content .img:first-child:nth-last-child(2), .card-wrapper .card .card-content .img:first-child:nth-last-child(2) ~ section, .card-wrapper .card .card-content .img:first-child:nth-last-child(2) ~ .img,
.card-wrapper .card .card-content section:first-child:nth-last-child(2),
.card-wrapper .card .card-content section:first-child:nth-last-child(2) ~ section,
.card-wrapper .card .card-content section:first-child:nth-last-child(2) ~ .img {
  width: calc(50% - 7.5px);
}
.card-wrapper .card .card-content .img.th,
.card-wrapper .card .card-content section.th {
  width: calc(35% - 7.5px) !important;
}
.card-wrapper .card .card-content .img.td,
.card-wrapper .card .card-content section.td {
  width: calc(65% - 7.5px) !important;
}
.card-wrapper .card a.card-content {
  color: #333333;
}
.card-wrapper .card a.card-content:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.card-wrapper .card a.card-content:hover .anker {
  color: #f5b617;
  text-decoration: underline;
}
.card-wrapper .card .anker {
  color: #8a8a8a;
}

.tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  padding: 0 0 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-wrapper::after {
  content: "";
  width: 100%;
  height: 20px;
  order: -1;
}
.tab-wrapper .tab-content {
  width: 100%;
  position: relative;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
}
.tab-wrapper .tab-label {
  flex: 1;
  order: -1;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 12px 24px;
  color: #8a8a8a;
  font-weight: bold;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-wrapper .tab-label:hover {
  background: #eaeaea;
}
.tab-wrapper .tab-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: #2a519b;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  z-index: 1;
}
.tab-wrapper .tab-switch {
  display: none;
}
.tab-wrapper .tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}
.tab-wrapper .tab-switch:checked + .tab-label {
  color: #2a519b;
}
.tab-wrapper .tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}
.tab-wrapper .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.tab-wrapper .tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}

.menu-tab-wrapper {
  margin: 0 0 30px;
}
.menu-tab-wrapper .menu-tab-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
  padding: 0 50px;
}
.menu-tab-wrapper .menu-tab-list > li {
  display: flex;
  width: calc((100% - 50px) / 2);
}
.menu-tab-wrapper .menu-tab-list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 5px;
  text-decoration: none;
  border: 1px solid #bcbcbc;
  border-bottom: none;
  background: #bcbcbc;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-tab-wrapper .menu-tab-list > li a.active {
  position: relative;
  background: #f1f1f1;
  color: #333;
}
.menu-tab-wrapper .menu-tab-list > li a.active::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  content: "";
}

.acd-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.acd-wrapper input {
  display: none;
}
.acd-wrapper input:checked + .item {
  height: auto;
  margin: 16px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}
.acd-wrapper input:checked + .item .acd-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.acd-wrapper input:checked + .item .acd-title:after {
  transform: translateY(-75%) rotate(135deg) skew(7deg, 7deg);
}
.acd-wrapper input:checked + .item .acd-content, .acd-wrapper input:checked + .item .acd-close {
  display: inline-block;
}
.acd-wrapper .item {
  position: relative;
  background: #ffffff;
  transition: all 0.15s ease-in-out;
}
.acd-wrapper .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.acd-wrapper .item .acd-heading {
  position: relative;
}
.acd-wrapper .item .acd-heading .acd-title {
  padding-left: 44px;
  width: calc(100% - 64px);
}
.acd-wrapper .item .acd-heading .acd-title:after {
  position: absolute;
  display: block;
  content: "";
  left: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2a519b;
  border-right: 2px solid #2a519b;
  transform: translateY(-50%) rotate(45deg) skew(7deg, 7deg);
  transition: transform 0.15s ease-in-out;
  color: #2a519b;
}
.acd-wrapper .heading {
  position: relative;
  background: #2a519b;
  z-index: 5;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
}
.acd-wrapper .heading .acd-title {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  cursor: initial;
}
.acd-wrapper .acd-title {
  display: inline-block;
  width: calc(100% - 40px);
  padding: 13px 20px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.acd-wrapper.acd-numbers {
  counter-reset: item-counter;
}
.acd-wrapper.acd-numbers .item .acd-title::before {
  margin: 0 10px 0 0;
  counter-increment: item-counter;
  content: counter(item-counter, decimal-leading-zero) ".";
}
.acd-wrapper .acd-content {
  display: none;
  width: calc(100% - 40px);
  padding: 20px;
}
.acd-wrapper .acd-close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.chart-wrapper-overflow-x {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chart-wrapper-overflow-x canvas {
  width: 950px;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chart-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chart-wrapper canvas {
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chart-wrapper.doughnut .label-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 240px;
  margin-top: -240px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chart-wrapper.doughnut .label-box .label {
  color: #636363;
  text-align: center;
}
.chart-wrapper.doughnut .label-box .label .title {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  padding-top: 13px;
}
.chart-wrapper.doughnut .label-box .label .value {
  font-size: 60px;
  line-height: 1em;
}
.chart-wrapper.doughnut .label-box .label .per {
  font-size: 20px;
}

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

.notes-box {
  max-width: 680px;
  margin: 0 auto 40px;
}
.notes-box:last-child {
  margin-bottom: 0;
}
.notes-box .notes-heading,
.notes-box .notes-heading-info {
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  background: #ffeab4;
}
.notes-box .notes-heading::before,
.notes-box .notes-heading-info::before {
  display: none;
}
.notes-box .notes-heading-info {
  background: #2a519b;
  color: #ffffff;
}
.notes-box .notes-content-wrap {
  padding: 12px 10px 15px;
  background: #f1f1f1;
}
.notes-box .notes-content-wrap > .heading {
  margin: 0 0 10px;
  padding: 0;
  color: #e22c8b;
  font-weight: bold;
}
.notes-box .notes-content-wrap > .heading::before {
  display: none;
}
.notes-box .notes-content-wrap .notes-overview {
  font-weight: bold;
  font-size: 1.2em;
  font-family: system-ui, -apple-system, "Hiragino Sans", "Yu Gothic UI", "Segoe UI", "Meiryo", sans-serif;
}
.notes-box .notes-content-wrap .notes-subview-title {
  font-size: 1.2em;
  color: #e22c8b;
}
.notes-box .notes-content-wrap .notes-subview-title::before {
  display: none;
}
.notes-box .notes-content-wrap .notes-subview-content {
  font-size: 1.4em;
  font-weight: bold;
}
.notes-box .notes-content-wrap .notes-subview-content span {
  font-size: 1.6em;
  color: red;
}
.notes-box .notes-content-wrap .notes-subview-content2 {
  font-size: 1.2em;
  margin-top: 0.4em;
}
.notes-box .notes-content-wrap .notes-content-white,
.notes-box .notes-content-wrap .notes-content-red {
  margin: 0 0 15px;
  padding: 15px;
  background: #fff;
}
.notes-box .notes-content-wrap .notes-content-white:last-child,
.notes-box .notes-content-wrap .notes-content-red:last-child {
  margin-bottom: 0;
}
.notes-box .notes-content-wrap .notes-content-white > .heading,
.notes-box .notes-content-wrap .notes-content-red > .heading {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  color: #e22c8b;
  font-weight: bold;
}
.notes-box .notes-content-wrap .notes-content-white > .heading::before,
.notes-box .notes-content-wrap .notes-content-red > .heading::before {
  display: none;
}
.notes-box .notes-content-wrap .notes-content-red {
  color: #fff;
  background: #e22c8b;
}
.notes-box .notes-content-wrap .notes-content-red > .heading {
  color: #fff;
}
.notes-box .notes-content-wrap .notes-content-red .num-list > li::before {
  border-color: #fff;
}
.notes-box .notes-content-wrap .notes-content-red .notes-list > li {
  color: #fff;
}
.notes-box .notes-content-wrap .notes-content-red .anchor-arrow {
  color: #fff;
}
.notes-box .notes-content-wrap .notes-content-red .anchor-arrow::before {
  border-color: #fff;
}

.accordion-btn {
  position: relative;
  display: block;
  padding: 10px 40px;
  text-align: center;
  background: #2a519b;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
}
.accordion-btn::before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -4px 0 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: ease-in-out 300ms;
}
.accordion-btn.active {
  border-radius: 10px 10px 0 0;
}
.accordion-btn.active::before {
  margin: 0 0 -4px;
  transform: translateY(-50%) rotate(-135deg);
}

.notes-list,
.square-list,
.dot-list {
  margin: 0 0 10px;
}
.notes-list:last-child,
.square-list:last-child,
.dot-list:last-child {
  margin-bottom: 0;
}
.notes-list > li,
.square-list > li,
.dot-list > li {
  position: relative;
  padding: 0 0 0 1em;
}
.notes-list > li::before,
.square-list > li::before,
.dot-list > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.mb10-list > li {
  margin-bottom: 10px;
}
.mb10-list > li:last-child {
  margin-bottom: 0;
}

.square-list > li::before {
  content: "■";
}

.dot-list > li::before {
  content: "・";
}

.head-list > li::after {
  display: block;
  clear: both;
  content: "";
}
.head-list > li .head {
  display: block;
  float: left;
}
.head-list > li .content {
  display: block;
  overflow: hidden;
}

.check-list {
  margin: 0 auto;
  width: 95%;
}
.check-list > li {
  margin: 0 0 15px;
}
.check-list > li label {
  cursor: pointer;
}
.check-list > li label input[type=checkbox],
.check-list > li label input[type=radio] {
  display: none;
}
.check-list > li label input[type=checkbox] + .text,
.check-list > li label input[type=radio] + .text {
  padding: 0 0 0 30px;
  position: relative;
}
.check-list > li label input[type=radio] + .text::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8c8b8b;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-list > li label input[type=radio]:checked + .text::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #2a519b;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-list > li label input[type=checkbox] + .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-list > li label input[type=checkbox]:checked + .text::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 9px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 4px solid #2a519b;
  border-right: 5px solid #2a519b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-list.item-line > li {
  padding: 0 0 20px;
  border-bottom: 1px dashed #8c8b8b;
}

.notes-border {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  border: 2px solid #f00;
}
.notes-border > p {
  position: relative;
  padding: 0 0 0 1em;
  color: #f00;
}
.notes-border > p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.anchor-arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  text-decoration: underline;
  color: #3284c6;
}
.anchor-arrow:hover {
  text-decoration: none;
}
.anchor-arrow::before {
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #3284c6;
  content: "";
  transform: rotate(45deg);
}
.anchor-arrow[target=_blank]::after {
  margin: 0 0 0 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
}

.table-scroll-wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table-basic1 {
  min-width: 100%;
}
.table-basic1 thead th,
.table-basic1 thead td {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.table-basic1 thead th.bg-gray,
.table-basic1 thead td.bg-gray {
  background: #f9f9f9;
}
.table-basic1 thead th.fw-b,
.table-basic1 thead td.fw-b {
  font-weight: bold;
}
.table-basic1 tbody th,
.table-basic1 tbody td {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.modal-area {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  z-index: 200;
}
.modal-area .modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.modal-area .modal-contents {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 100%;
  max-width: 940px;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 2;
}
.modal-area .modal-contents .modal-contents-inner {
  max-height: calc(100vh - 300px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-area .modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  z-index: 1;
}
.modal-area .modal-close::before, .modal-area .modal-close::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  transform: rotate(45deg) translateY(-50%);
}
.modal-area .modal-close::after {
  transform: rotate(-45deg) translateY(-50%);
}

/* Style
 * */
/* header */
header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 15px;
  background: #2a519b;
  z-index: 20;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header h1 {
  display: inline-block;
  position: relative;
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  border-bottom: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header h1:before {
  display: none;
}
header h1 a {
  color: #ffffff !important;
}
header h1 img {
  display: block;
  position: relative;
  width: auto;
  height: 2em;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .language-btn {
  background: #fff;
  border-radius: 100vh;
  min-width: 140px;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2a519b;
}
header .language-btn i {
  margin: 0 10px 0 0;
}
header .language-btn:hover {
  opacity: 0.7;
}
header .select-language-btn {
  padding: 0 0 0 10px;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 5px;
}
header .select-language-btn select {
  background: transparent;
  padding: 5px 10px 5px 5px;
  border: 0;
  outline: 0;
  border-radius: 0;
  color: #333;
}

.num-list {
  counter-reset: number;
}
.num-list > li {
  padding: 0 0 0 1.3em;
  position: relative;
}
.num-list > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1.3em;
  min-width: 1.3em;
  font-size: 80%;
  line-height: 1;
  box-sizing: border-box;
  content: counter(number);
  counter-increment: number;
}

/* footer */
footer .footer-contents {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-contents ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-contents ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-contents ul li:first-child {
  border-left: 1px solid #e3e3e3;
}
footer .footer-contents ul li a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 10px;
  color: #8a8a8a;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-contents ul li a i {
  margin: 0 15px 0 0;
  font-size: 1.2rem;
}
footer .copyright-area {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  background: #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .copyright-area .copyright {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* aside */
aside nav {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  position: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside .logo {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-bottom: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside .logo:before {
  display: none;
}
aside .logo a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside .logo img {
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside .global-nav,
aside .sub-nav {
  display: block;
  position: relative;
  width: 100%;
  margin: 15px auto 0;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside .global-nav li,
aside .sub-nav li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside .global-nav li a,
aside .sub-nav li a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  color: #333333;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
aside .global-nav li a i,
aside .sub-nav li a i {
  margin: 0 15px 0 0;
  font-size: 1.2rem;
}
aside .global-nav li a:hover, aside .global-nav li a.active,
aside .sub-nav li a:hover,
aside .sub-nav li a.active {
  color: #ffffff;
  background-color: #f5b617;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(245, 182, 23, 0.4);
}


/* panel-area */
#panel-area {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 25px;
  background-color: #e7e7e7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#panel-area .main-slick {
  position: relative;
}
#panel-area .main-slick .slick-arrow {
  position: absolute;
  top: 0;
  border: none;
  width: 15%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  text-align: left;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}
#panel-area .main-slick .slick-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5vw;
  height: 1.5vw;
  border-width: 0.3vw 0.3vw 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  content: "";
}
#panel-area .main-slick .slick-arrow.slick-prev {
  left: 0;
}
#panel-area .main-slick .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(225deg);
}
#panel-area .main-slick .slick-arrow.slick-next {
  right: 0;
}
#panel-area .main-slick .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#panel-area .main-slick .slide a {
  cursor: pointer;
}
#panel-area .thumbnail-slick {
  margin: 1.5vw 0;
}
#panel-area .thumbnail-slick .slick-track {
  display: flex;
  justify-content: center;
}
#panel-area .thumbnail-slick .slide {
  margin: 0 0.3vw;
  cursor: pointer;
  background: #000;
  transition: 0.5s;
  transform: scale(0.9);
}
#panel-area .thumbnail-slick .slide img {
  opacity: 0.7;
}
#panel-area .thumbnail-slick .slide.slick-current {
  transform: scale(1);
}
#panel-area .thumbnail-slick .slide.slick-current img {
  opacity: 1;
}
#panel-area h2 {
  margin: 15px 0 0;
  font-size: 16px;
  color: #2a519b;
  border-bottom: none;
  padding: 0 0 10px;
}
#panel-area h2:before {
  display: none;
}
#panel-area h2 i {
  margin: 0 10px 0 0;
  font-size: 1.2rem;
}
#panel-area .panels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0;
  margin: 0 auto 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#panel-area .panels .panel {
  width: calc((100% - 20px) / 3);
  margin: 20px 10px 5px 0;
  padding: 10px 15px 15px;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#panel-area .panels .panel:nth-child(3n) {
  margin: 20px 0 5px 0;
}
#panel-area .panels .panel.large {
  width: 100%;
  margin: 5px 0 10px;
}
#panel-area .panels .panel h3 {
  margin: 0 0 15px 0;
  color: #333333 !important;
}
#panel-area .panels .panel h3 .readonly {
  display: block;
  position: relative;
  width: calc(100% - 80px);
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: right;
  font-weight: 400;
  line-height: 1;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#panel-area .panels .panel .header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#panel-area .panels .panel .header::after {
  content: "";
  clear: both;
  display: block;
}
#panel-area .panels .panel .header h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
#panel-area .panels .panel .header h3:before {
  display: none;
}
#panel-area .panels .panel .header h3.long {
  font-size: 14px;
}
#panel-area .panels .panel .header .title {
  margin: 0 0 10px 0;
  color: #8a8a8a;
  line-height: 1;
}
#panel-area .panels .panel .header .title .btn-inline {
  margin: 0;
  top: -2px;
}
#panel-area .panels .panel .header .title .btn-inline .btn {
  padding: 4px 15px 2px;
  line-height: 1;
}
#panel-area .panels .panel .header .icon {
  display: block;
  position: relative;
  left: -5px;
  margin: -25px 5px 0 0;
  float: left;
  background-color: #f5b617;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(245, 182, 23, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#panel-area .panels .panel .header .icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}
#panel-area .panels .panel .content {
  display: block;
  position: relative;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e3e3e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.info-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-wrapper li {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-wrapper li.info {
  background: #558bed;
}
.info-wrapper li.alert {
  background: #ed6e55;
}
.info-wrapper li:hover {
  opacity: 0.7;
}
.info-wrapper li.no-hover:hover {
  opacity: 1;
}
.info-wrapper li a,
.info-wrapper li section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px 15px;
  color: #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-wrapper li a {
  padding-bottom: 40px;
}
.info-wrapper li a::after {
  content: "詳細はこちら";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: auto;
  margin: 0;
  padding: 3px 15px;
  color: #ffffff;
  border-radius: 2px;
  background: #f5b617;
}
.info-wrapper li .heading {
  display: block;
  position: relative;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #2a519b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info-wrapper li .heading i {
  margin: 0 10px 0 0;
  font-size: 1.2rem;
}
.info-wrapper li p {
  font-size: 14px;
  color: #333333;
}
.info-wrapper li.info a, .info-wrapper li.alert a {
  color: #ffffff;
}
.info-wrapper li.info .heading, .info-wrapper li.alert .heading {
  color: #ffffff;
}
.info-wrapper li.info p, .info-wrapper li.alert p {
  color: #ffffff;
}

/* article bg-img */
article .bg-img {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  object-fit: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* auth */
.page-auth .auth-wrapper {
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto 25px;
  padding: 20px 30px 40px;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-auth .auth-wrapper .logo {
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto 30px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-auth .form-wrapper {
  border-bottom: none;
}

/* step flow */
.step-flow {
  display: flex;
  margin: 0 0 5px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.step-flow li {
  display: block;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  color: #a5a5a5;
  text-overflow: ellipsis;
  flex: 1;
}
.step-flow li .text {
  display: block;
  padding-right: 2.5em;
}
.step-flow li .title {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.step-flow li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0.5em;
  border-radius: 1000px;
  background: #a5a5a5;
}
.step-flow li .bubble::before, .step-flow li .bubble::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  background: #a5a5a5;
}
.step-flow li.completed {
  color: #2a519b;
}
.step-flow li.completed .bubble {
  color: #2a519b;
  background: #2a519b;
}
.step-flow li.completed .bubble::before, .step-flow li.completed .bubble::after {
  background: #2a519b;
}
.step-flow li.active {
  color: #f5b617;
}
.step-flow li.active .bubble {
  color: #f5b617;
  background: #f5b617;
}
.step-flow li.active .bubble::before, .step-flow li.active .bubble::after {
  background: #f5b617;
}
.step-flow li:last-child .bubble::before, .step-flow li:last-child .bubble::after {
  width: 0%;
  margin-right: 50%;
}

/* step-basic */
.step-basic {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 25px;
}
.step-basic::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #cfcfcf;
  content: "";
  z-index: -1;
  transform: translateY(-50%);
}
.step-basic .step {
  display: flex;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  padding: 2px 10px;
  background: #cfcfcf;
  border-radius: 100vh;
  font-size: 12px;
  box-sizing: border-box;
}
.step-basic .step.current {
  background: #2a519b;
  color: #fff;
}

/* modaal-content-container */
.modaal-content-container #modaal-title {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modaal-content-container .modaal-confirm-content p {
  margin: 0 0 5px;
}

/* hierarchy */
.hierarchy_page .inner-wrapper,
.admin_hierarchy_page .inner-wrapper {
  max-width: 100%;
}

.hierarchy-users-data table {
  margin: 0 auto 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-users-data table:last-child {
  margin: 0 auto;
}
.hierarchy-users-data table th, .hierarchy-users-data table td {
  padding: 7px 10px;
  border-bottom: 1px solid #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-users-data table th {
  width: 146px;
  background: #a5a5a5;
}
.hierarchy-users-data table td {
  width: 280px;
}

.hierarchy-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #ffffff;
  border: 1px solid #8c8b8b;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hierarchy-panel-top {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-panel-top h1 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
.hierarchy-panel-top #endHierarchy {
  text-align: right;
  width: 25px;
  height: 20px;
}

.hierarchy-panel-bottom {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-panel-bottom ul {
  display: inline-flex;
  flex-direction: row;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-panel-bottom ul li {
  position: relative;
  text-align: center;
  list-style-type: none;
  width: 60px;
  margin: 0 10px 0 0;
  padding: 5px;
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-panel-bottom ul li:last-child {
  margin-right: 0;
}

.hierarchy-area {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 100%;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-area * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-area ul {
  position: relative;
  min-width: 100%;
  padding: 40px 0 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: inline-flex;
  flex-direction: row;
}
.hierarchy-area ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 40px;
  border-left: 3px solid #d8d8d8;
}
.hierarchy-area > ul > li:first-child {
  padding: 0 20px 40px;
  transform: scale(1);
}
.hierarchy-area > ul > li:first-child::before {
  display: none !important;
}
.hierarchy-area li {
  position: relative;
  margin: 0 auto;
  padding: 40px 10px 0;
  text-align: center;
  list-style-type: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  flex-basis: 50%;
}
.hierarchy-area li::before, .hierarchy-area li::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 50%;
  width: 50%;
  height: 43px;
  border-top: 3px solid #d8d8d8;
}
.hierarchy-area li::after {
  right: auto;
  left: 50%;
  border-left: 3px solid #d8d8d8;
}
.hierarchy-area li:only-child::before {
  right: calc(50% - 3px) !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.hierarchy-area li:first-child {
  padding-left: 0;
}
.hierarchy-area li:first-child::before {
  border: 0 none;
}
.hierarchy-area li:first-child::after {
  width: calc(50% + 5px);
  left: calc(50% - 5px);
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.hierarchy-area li:last-child {
  padding-right: 0;
}
.hierarchy-area li:last-child::after {
  border: 0 none;
}
.hierarchy-area li:last-child::before {
  width: calc(50% + 7px);
  right: calc(50% - 7px);
  border-right: 3px solid #d8d8d8;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.hierarchy-area li:last-child:only-child::before {
  top: 0;
}
.hierarchy-area li .hierarchy-users-data {
  display: none;
}
.hierarchy-area li .users {
  display: inline-block;
  position: relative;
  padding: 0;
  min-width: 100px;
  min-height: 85px;
}
.hierarchy-area li .users a,
.hierarchy-area li .users .box-user {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 100px;
  min-height: 85px;
  padding: 5px 10px;
  color: #333333;
  text-decoration: none;
  background: #d8d8d8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.hierarchy-area li .users a:hover,
.hierarchy-area li .users .box-user:hover {
  text-decoration: none;
}
.hierarchy-area li .users i {
  font-size: 25px;
  color: #2a519b;
}
.hierarchy-area li .users span {
  font-size: 10px;
}
.hierarchy-area li .users.cancel i {
  color: #a5a5a5;
}
.hierarchy-area li .users.warning i {
  color: #ed6b0a;
}
.hierarchy-area li .users.transfer i {
  color: #69c06b;
}
.hierarchy-area li .users.customer i {
  color: #ffed53;
}
.hierarchy-area li .users.new::before {
  content: "New";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  min-width: 1.5em;
  padding: 7px 3px;
  text-align: center;
  border-radius: 100%;
  background-color: #ff0000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hierarchy-area li .users:hover a, .hierarchy-area li .users:hover ~ ul li .users a {
  color: #333333;
  background: #f5b617;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.hierarchy-area li .users:hover ~ ul li::after, .hierarchy-area li .users:hover ~ ul li::before, .hierarchy-area li .users:hover ~ ul::before, .hierarchy-area li .users:hover ~ ul ul::before {
  border-color: #f5b617;
}
.hierarchy-area li .users .addButton {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #d8d8d8;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.hierarchy-area li .users .addButton::before, .hierarchy-area li .users .addButton::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hierarchy-area li .users .addButton::before {
  width: 2px;
  height: 10px;
}

.btn-radio-wrapper input.brw-radio {
  display: none;
}
.btn-radio-wrapper input.brw-radio:checked + label.brw-input {
  background-color: #29cd4c;
  color: white;
}
.btn-radio-wrapper label.brw-input {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4px 0;
  font-size: 16px;
  text-align: center;
  color: black;
  line-height: 2.5;
  background-color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* notification */
.news-text-wrapper p {
  margin: 0 0 1.5em;
}
.news-text-wrapper .image-wrapper {
  text-align: center;
}
.news-text-wrapper .image-wrapper img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

/* important-box */
.important-box {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  border: 3px solid #ed6e55;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.important-box .heading {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background: #ed6e55;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.important-box .text {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.important-box .text p {
  margin: 0 0 5px;
}
.important-box .text .note:last-child {
  margin: 0;
}

/* youtube-box */
.youtube-box {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding-top: 56.25%;
}
.youtube-box.max-560 {
  max-width: 560px;
  padding-top: min(56.25%, 315px);
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* travel */
.travel-area .column-wrap {
  display: flex;
  justify-content: space-between;
}
.travel-area .column-wrap .column {
  width: 49%;
  padding: 10px 20px;
  border: solid 1px #408ef8;
  border-radius: 5px;
  box-sizing: border-box;
}
.travel-area .column-wrap .column:nth-child(2) {
  border-color: #eb3e3e;
}
.travel-area .row-wrap {
  display: flex;
  flex-wrap: wrap;
}
.travel-area .row-wrap.ai-c {
  align-items: center;
}
.travel-area .row-wrap .row {
  margin: 0 20px 0 0;
}
.travel-area .row-wrap .row:last-child {
  margin-right: 0;
}
.travel-area .row-wrap .row.align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.travel-area .num-table th,
.travel-area .num-table td {
  padding: 0 0 10px;
}
.travel-area .form-wrapper .item input[type=radio],
.travel-area .form-wrapper .item input[type=checkbox] {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0 5px 0 0;
  background: transparent;
  border-radius: 0;
}
.travel-area .form-wrapper .item select {
  padding: 10px;
  height: 48px;
}
.travel-area .radio-wrap {
  display: inline-flex;
}
.travel-area .radio-wrap input[type=radio] {
  display: none !important;
}
.travel-area .radio-wrap input[type=radio]:checked + label {
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}
.travel-area .radio-wrap label {
  margin: 0;
  padding: 10px 20px;
  border: solid 1px #8c8b8b;
  border-right: none;
  background: #ccc;
  white-space: nowrap;
  cursor: pointer;
}
.travel-area .radio-wrap label:first-of-type {
  border-radius: 5px 0 0 5px;
}
.travel-area .radio-wrap label:last-of-type {
  border-right: solid 1px #8c8b8b;
  border-radius: 0 5px 5px 0;
}
.travel-area .companion-area .row-wrap {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: dashed 1px #8c8b8b;
}
.travel-area .companion-area .row-wrap:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.travel-area .add-button {
  border: none;
  background: #c00;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
.travel-area .add-button:hover {
  opacity: 0.6;
}

/* important_notice */
.important-text-wrapper h3 {
  margin: 15px 0 10px;
  padding: 0 0 7px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.important-text-wrapper h3::before {
  display: none;
}

/* filter */
.filter-gray {
  filter: opacity(0.4) drop-shadow(0 0 0 gray) !important;
}

/* contact/hotline */
.hotline-box {
  margin: 20px 0;
  text-align: center;
}
.hotline-box .hotline-box-inner {
  display: inline-block;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  text-align: left;
  background: #f7f7f7;
  border-radius: 10px;
  box-sizing: border-box;
}
.hotline-box .hotline-box-inner .heading {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
.hotline-box .hotline-box-inner .heading::before {
  display: none;
}
.hotline-box .hotline-box-inner .tel {
  text-align: center;
  font-size: 30px;
  color: #2a519b;
}
.hotline-box .hotline-box-inner .tel i {
  margin: 0 10px 0 0;
  transform: rotate(90deg);
}
.hotline-box .hotline-box-inner .time {
  margin: 0 0 15px;
  font-size: 16px;
  text-align: center;
}
.hotline-box .hotline-box-inner a[href^="tel:"] {
  pointer-events: none;
  color: #2a519b;
}
.hotline-box .hotline-box-inner .note {
  color: #333;
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 14px;
}

/* identity */
.identity-card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.identity-card-list > li {
  width: 200px;
  margin: 0 15px 15px 0;
}
.identity-card-list > li:nth-child(3n) {
  margin-right: 0;
}
.identity-card-list > li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.identity-cap-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.identity-cap-list > li {
  width: calc((100% - 20px) / 3);
  margin: 0 10px 0 0;
  box-sizing: border-box;
}
.identity-cap-list > li .cap {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #5893ce;
  box-sizing: border-box;
}
.identity-cap-list > li .cap img {
  width: 100%;
  height: auto;
}
.identity-cap-list > li .detail {
  width: 100%;
  padding: 20px;
  text-align: left;
  background: #f1f1f1;
  box-sizing: border-box;
}

/* telephonerelay */
.telephonerelay-price-list {
  display: flex;
  text-align: center;
  margin: 20px;
}
.telephonerelay-price-list > div {
  width: 8.3333333333%;
}
.telephonerelay-price-list > div dt {
  background: #f7f7f7;
  border: 1px solid #ccc;
}
.telephonerelay-price-list > div dd {
  border: 1px solid #ccc;
  border-top: none;
}

/* application */
.application-contract-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.application-contract-btn-wrap .btn {
  display: flex;
  align-items: center;
  width: 48.5%;
  padding: 16px 5px 16px 10px;
  border: solid 2px #cfcfcf;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.application-contract-btn-wrap .btn::before {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.application-contract-btn-wrap .btn.sim::before {
  background-image: url(../../images/application/ico_sim.svg), url(../../images/application/ico_sim_on.svg);
  background-size: contain, 0;
}
.application-contract-btn-wrap .btn.esim::before {
  background-image: url(../../images/application/ico_esim.svg), url(../../images/application/ico_esim_on.svg);
  background-size: contain, 0;
}
.application-contract-btn-wrap .btn.other::before {
  background-image: url(../../images/application/ico_other.svg), url(../../images/application/ico_other_on.svg);
  background-size: contain, 0;
}
.application-contract-btn-wrap .btn.voice_sim::before {
  background-image: url(../../images/application/ico_voice_sim.svg), url(../../images/application/ico_voice_sim_on.svg);
  background-size: contain, 0;
}
.application-contract-btn-wrap .btn.data_sim::before {
  background-image: url(../../images/application/ico_data_sim.svg), url(../../images/application/ico_data_sim_on.svg);
  background-size: contain, 0;
}
.application-contract-btn-wrap .btn.mnp::before {
  background-image: url(../../images/application/ico_mnp.svg), url(../../images/application/ico_mnp_on.svg);
  background-size: contain, 0;
}
.application-contract-btn-wrap .btn.new_contract::before {
  background-image: url(../../images/application/ico_new_contract.svg), url(../../images/application/ico_new_contract_on.svg);
  background-size: contain, 0;
}
.application-contract-btn-wrap .btn span {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  font-size: 18px;
  color: #6a6a6a;
}
.application-contract-btn-wrap .btn span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border: solid 1px #6a6a6a;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}
.application-contract-btn-wrap input[type=radio] {
  display: none;
}
.application-contract-btn-wrap input[type=radio]:checked + .btn {
  border-color: #f5b617;
}
.application-contract-btn-wrap input[type=radio]:checked + .btn.sim::before {
  background-image: url(../../images/application/ico_sim_on.svg);
}
.application-contract-btn-wrap input[type=radio]:checked + .btn.esim::before {
  background-image: url(../../images/application/ico_esim_on.svg);
}
.application-contract-btn-wrap input[type=radio]:checked + .btn.other::before {
  background-image: url(../../images/application/ico_other_on.svg);
}
.application-contract-btn-wrap input[type=radio]:checked + .btn.voice_sim::before {
  background-image: url(../../images/application/ico_voice_sim_on.svg);
}
.application-contract-btn-wrap input[type=radio]:checked + .btn.data_sim::before {
  background-image: url(../../images/application/ico_data_sim_on.svg);
}
.application-contract-btn-wrap input[type=radio]:checked + .btn.mnp::before {
  background-image: url(../../images/application/ico_mnp_on.svg);
}
.application-contract-btn-wrap input[type=radio]:checked + .btn.new_contract::before {
  background-image: url(../../images/application/ico_new_contract_on.svg);
}
.application-contract-btn-wrap input[type=radio]:checked + .btn span {
  color: #f5b617;
}
.application-contract-btn-wrap input[type=radio]:checked + .btn span::before {
  border-color: #f5b617;
  background: #f5b617;
}

.application-order-wrap {
  max-width: 680px;
  margin: 0 auto;
}
.application-order-wrap .order {
  display: none;
  margin: 0 0 10px;
}
.application-order-wrap .order .product-name {
  font-size: 16px;
}
.application-order-wrap .order .price {
  text-align: right;
}
.application-order-wrap .order .price.total {
  color: #e22c8b;
}
.application-order-wrap .btn-wrapper {
  margin: 50px 0 0;
}

.application-form-wrap {
  max-width: 680px;
  margin: 0 auto 30px;
}
.application-form-wrap .required {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 4px;
  border: 1px solid #e3318e;
  font-size: 11px;
  color: #e3318e;
}
.application-form-wrap .item label {
  font-size: 14px;
}
.application-form-wrap .item input[type=text] {
  font-size: 14px;
}
.application-form-wrap .contract-section {
  margin: 0 0 15px;
  padding: 0 0 30px;
  border-bottom: 1px dotted #c1c1c1;
}
.application-form-wrap .contract-section:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.application-form-wrap .contract-section .contract-select-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application-form-wrap .contract-section .contract-select-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc((100% - 14px) / 2);
  margin: 14px 0 0;
}
.application-form-wrap .contract-section .contract-select-list > li:nth-child(-n+2) {
  margin-top: 0;
}
.application-form-wrap .contract-section .contract-select-list > li .lead-wrap {
  position: relative;
  left: -5px;
  margin: 0 0 -10px;
  display: flex;
  align-items: center;
  line-height: 1.1;
  z-index: 1;
  pointer-events: none;
}
.application-form-wrap .contract-section .contract-select-list > li .lead-wrap .discount {
  padding: 10px 14px;
  text-align: center;
  background: #ffd800;
  color: #ff1f1f;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 50%;
}
.application-form-wrap .contract-section .contract-select-list > li .lead-wrap .discount span {
  display: inline-block;
  padding: 0 0 3px;
  font-size: 0.7em;
}
.application-form-wrap .contract-section .contract-select-list > li .lead-wrap .comment {
  padding: 4px 12px;
  background: #e2288c;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.application-form-wrap .contract-section .contract-select-list > li .btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 10px 12px 34px;
  border: solid 2px #cfcfcf;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}
.application-form-wrap .contract-section .contract-select-list > li .btn::before {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}
.application-form-wrap .contract-section .contract-select-list > li .btn .name {
  padding: 0 10px 0 0;
  line-height: 1.2;
  text-align: center;
}
.application-form-wrap .contract-section .contract-select-list > li .btn .price {
  font-size: 12px;
}
.application-form-wrap .contract-section .contract-select-list > li .btn .discount-price {
  color: #e2288c;
  font-size: 13px;
  font-weight: bold;
}
.application-form-wrap .contract-section .contract-select-list > li .btn .off-price-column {
  display: flex;
  justify-content: end;
  align-items: center;
  line-height: 1.2;
}
.application-form-wrap .contract-section .contract-select-list > li .btn .off-price-column .discount-price span {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #e2288c !important;
}
.application-form-wrap .contract-section .contract-select-list > li .btn .off-price-column .off-rate {
  margin: 0 0 0 4px;
  padding: 2px;
  background: #ff7800;
  color: #fff;
  line-height: 1;
}
.application-form-wrap .contract-section .contract-select-list > li .btn .off-price-column .off-rate span {
  color: #fff !important;
}
.application-form-wrap .contract-section .contract-select-list > li .btn .caption {
  width: 100%;
  margin: 5px 0 0;
  font-size: 13px;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=radio] {
  display: none;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=radio]:checked + .btn {
  border-color: #f5b617;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=radio]:checked + .btn::before {
  border-color: #f5b617;
  background: #f5b617;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=radio]:checked + .btn span {
  color: #f5b617;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=checkbox] {
  display: none;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=checkbox] + .btn::before {
  left: 8px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border-color: #cfcfcf;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=checkbox]:checked + .btn {
  border-color: #f5b617;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=checkbox]:checked + .btn::before {
  border-color: #f5b617;
  background: #f5b617;
}
.application-form-wrap .contract-section .contract-select-list > li input[type=checkbox]:checked + .btn::after {
  position: absolute;
  left: 11px;
  top: 50%;
  margin: -2px 0 0;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
}
.application-form-wrap .contract-section .contract-select-list > li input[type=checkbox]:checked + .btn span {
  color: #f5b617;
}
.application-form-wrap .contract-section .contract-select-list.setplan-list > li {
  position: relative;
}
.application-form-wrap .contract-section .contract-select-list.flowgrow > li .btn {
  flex-grow: 1;
}
.application-form-wrap .contract-section .contract-setplan-wrap {
  margin: 0 -15px 15px;
  padding: 14px;
  border: 1px solid #e4e4e4;
}
.application-form-wrap .contract-section .contract-setplan-wrap .setplan-heading {
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
  background: #fff8cf;
  color: #e2288c;
  font-weight: bold;
  font-size: 16px;
}
.application-form-wrap .contract-section .contract-setplan-wrap .setplan-heading::before {
  display: none;
}
.application-form-wrap .contract-section .contract-setplan-wrap .setplan-figure {
  text-align: center;
  margin: 0 auto 12px;
}
.application-form-wrap .contract-section .contract-setplan-wrap .setplan-figure img {
  width: auto;
  max-width: 93%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.application-form-wrap .contract-section.exception-layout .contract-select-list > li {
  position: relative;
  align-items: flex-end;
}
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .lead-wrap {
  position: absolute;
  left: -5px;
  top: 0;
  display: flex;
  align-items: center;
  line-height: 1.1;
  z-index: 1;
  pointer-events: none;
}
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .lead-wrap .comment {
  padding: 4px 12px;
  background: #e2288c;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpvs20op00no],
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpvs50op00no],
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpds20op00no],
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpds50op00no] {
  margin: 15px 0 0;
  background: #fcfbea;
}
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpvs20op00no] .price,
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpvs50op00no] .price,
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpds20op00no] .price,
.application-form-wrap .contract-section.exception-layout .contract-select-list > li .btn[for=mpds50op00no] .price {
  color: #e2288c;
  font-weight: bold;
}
.application-form-wrap .contract-section.exception-layout .contract-select-list.setplan-list > li {
  padding: 0;
}
.application-form-wrap .contract-section.exception-layout .contract-select-list.setplan-list > li input[type=radio]:checked + .btn div {
  color: #f5b617;
}
.application-form-wrap .contract-section.exception-layout .contract-setplan-wrap {
  margin: 15px 0 0;
  padding: 0;
  border: none;
}
.application-form-wrap .contract-section.exception-layout .contract-setplan-wrap .setplan-heading {
  padding: 0;
  background: transparent;
  color: #333;
}
.application-form-wrap .contract-section.exception-layout .contract-recommendplan-wrap {
  margin: 15px -15px 15px;
  padding: 14px;
  border: 1px solid #e4e4e4;
  background: #fefef8;
}
.application-form-wrap .contract-section.exception-layout .contract-recommendplan-wrap .recommendplan-heading {
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
  background: #e2288c;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.application-form-wrap .contract-section.exception-layout .contract-recommendplan-wrap .recommendplan-heading::before {
  display: none;
}

.application-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 42px;
}
.application-card > li {
  max-width: 152px;
  width: calc((100% - 90px) / 3);
  margin: 15px 45px 0 0;
}
.application-card > li:nth-child(3n) {
  margin-right: 0;
}
.application-card > li figure figcaption {
  margin: 5px 0 0;
  text-align: center;
}

.application-flow {
  margin: 30px auto 0;
  padding: 20px 30px 0;
  max-width: 480px;
  border: 2px solid #e22c8b;
  border-radius: 5px;
  box-sizing: border-box;
}
.application-flow .heading {
  text-align: center;
  color: #e22c8b;
  font-weight: bold;
}
.application-flow > ol > li {
  position: relative;
  padding: 40px 0 40px 80px;
  border-bottom: 1px solid #e22c8b;
}
.application-flow > ol > li:last-child {
  border-bottom: none;
}
.application-flow > ol > li .number {
  color: #e22c8b;
  font-weight: bold;
}
.application-flow > ol > li::before {
  position: absolute;
  top: 50%;
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  transform: translateY(-50%);
}
.application-flow > ol > li:nth-child(1)::before {
  left: 10px;
  width: 33px;
  height: 57px;
  background-image: url(../../images/application/ico_flow_01.png);
}
.application-flow > ol > li:nth-child(2)::before {
  left: 7px;
  width: 40px;
  height: 58px;
  background-image: url(../../images/application/ico_flow_02.png);
}
.application-flow > ol > li:nth-child(3)::before {
  left: 0;
  width: 54px;
  height: 41px;
  background-image: url(../../images/application/ico_flow_03.png);
}
.application-flow > ol > li:nth-child(4)::before {
  left: 4px;
  width: 54px;
  height: 58px;
  background-image: url(../../images/application/ico_flow_04.png);
}
.application-flow.esim-contents > ol > li:nth-child(3)::before {
  left: 4px;
  width: 54px;
  height: 58px;
  background-image: url(../../images/application/ico_flow_04.png);
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 300ms;
  pointer-events: none;
  user-select: none;
}
.effect-fade.active {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
  user-select: auto;
}

#application-preloaded-images {
  width: 0px;
  height: 0px;
  display: inline;
  background-image: url(../../images/application/ico_sim_on.svg);
  background-image: url(../../images/application/ico_esim_on.svg);
  background-image: url(../../images/application/ico_other_on.svg);
  background-image: url(../../images/application/ico_voice_sim_on.svg);
  background-image: url(../../images/application/ico_data_sim_on.svg);
  background-image: url(../../images/application/ico_mnp_on.svg);
  background-image: url(../../images/application/ico_new_contract_on.svg);
}

/* タブCSS */
.choice-tab-container {
  background-color: #fff;
  border: 2px solid #2a519b;
  margin: 0 auto;
}
.choice-tab-container .tab-item {
  width: 50%;
  padding: 15px 0;
  border-bottom: 3px solid #2a519b;
  background-color: #ececec;
  text-align: center;
  color: #2a519b;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.choice-tab-container .tab-switch:disabled + .tab-item {
  cursor: no-drop;
}
.choice-tab-container .tab-switch:not(:disabled) + .tab-item:hover {
  opacity: 0.75;
}
.choice-tab-container input[name=tab-item] {
  display: none;
}
.choice-tab-container .tab-content {
  display: none;
  padding: 1em;
  clear: both;
  overflow: hidden;
}
.choice-tab-container #offpeak_tap_content {
  background-color: #a7e8ff;
}
.choice-tab-container #offpeak_tap_content li .btn {
  background-color: white;
}
.choice-tab-container #offpeak_tap_content .setplan-heading {
  background-color: #108ceb;
  color: white;
}
.choice-tab-container #offpeak_tap_content .contract-setplan-wrap {
  border: none;
}
.choice-tab-container input:checked + .tab-item {
  background-color: #2a519b;
  color: #fff;
  cursor: default;
}

/* account_service */
.menu-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 80%;
  margin: 0 auto;
}
.menu-btn-list > li {
  width: calc((100% - 30px) / 2);
  margin: 30px 0 0;
}
.menu-btn-list > li:nth-child(-n+2) {
  margin-top: 0;
}
.menu-btn-list > li:nth-child(2n) {
  margin-left: 30px;
}
.menu-btn-list > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  background-color: #2a519b;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-btn-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ChargeSPOT Pass /dashboard/ad/list */
.chargespotWrap {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
.chargespotWrap .chargespotBox {
  width: 49%;
  padding: 8px;
  background: #d4f6ff;
  color: #3ec1e7;
  box-sizing: border-box;
}
.chargespotWrap .chargespotBox .appText {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.chargespotWrap .chargespotBox .appText .icon {
  width: 40px;
  margin: 0 4px 0 0;
}
.chargespotWrap .chargespotBox .appText .icon img {
  width: 100%;
  height: auto;
}
.chargespotWrap .chargespotBox .appText .text {
  width: calc(100% - 44px);
  font-size: 12px;
  font-weight: bold;
}
.chargespotWrap .chargespotBox .appText .text .head {
  margin: 0;
  font-size: 14px;
}
.chargespotWrap .chargespotBox .appBnr {
  display: flex;
}
.chargespotWrap .chargespotBox .appBnr .bnr {
  margin: 0 8px 0 0;
}
.chargespotWrap .chargespotBox .appBnr .bnr img {
  width: auto;
  height: 35px;
}
.chargespotWrap .anchorBox {
  width: 49%;
  padding: 8px;
  box-sizing: border-box;
}

/* appDlWrap */
.appDlWrap {
  margin: 0 0 40px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.appDlWrap .appDlBtn {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.appDlWrap .appDlBtn > a {
  margin: 0 10px;
}
.appDlWrap .appDlBtn > a img {
  width: auto;
  height: 54px;
}

/* text */
.text-muted {
  color: #6c757d !important;
}

.text-small {
  font-size: 0.8em !important;
}

.text-link-blue {
  color: #007bff;
}

.text-color-black {
  color: black;
}

.text-color-red {
  color: red;
}

.text-font-bold {
  font-weight: bold;
}

.text-box {
  border: 2px solid #ada8a8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em;
}

/* 枠線のあるチェックボックス */
.frame-border-input {
  display: flex;
  justify-content: space-between;
}
.frame-border-input.wrap {
  flex-wrap: wrap;
}
.frame-border-input.wrap > li {
  margin-top: 20px;
}
.frame-border-input.wrap > li:nth-child(-n+2) {
  margin-top: 0;
}
.frame-border-input > li {
  display: flex;
  position: relative;
  width: 49%;
  text-align: center;
  border-radius: 10px;
}
.frame-border-input > li > label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3);
  box-sizing: border-box;
}
.frame-border-input > li > input {
  display: none;
}
.frame-border-input > li > input:checked + label {
  position: relative;
  box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3), inset 0 0 0 3px #3284c6, inset 0 0 0 10px #e7f0f8;
}
.frame-border-input > li > input:checked + label::before {
  position: absolute;
  right: -9px;
  top: -16px;
  width: 48px;
  height: 48px;
  background: #5ab145;
  border-radius: 100vh;
  content: "";
  z-index: 1;
}
.frame-border-input > li > input:checked + label::after {
  position: absolute;
  right: 1px;
  top: -5px;
  width: 27px;
  height: 19px;
  border-left: 7px solid #fff;
  border-bottom: 7px solid #fff;
  content: "";
  transform: rotate(-45deg);
  z-index: 2;
}
.frame-border-input > li .plan-wrap {
  width: 100%;
  padding: 10px;
  text-align: left;
}
.frame-border-input > li .plan-wrap .name {
  display: flex;
  justify-content: center;
  padding: 0 10px 10px;
  margin: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-size: 24px;
}
.frame-border-input > li .plan-wrap .detail {
  padding: 0 10px;
}
.frame-border-input > li .plan-wrap .detail .price-text {
  font-size: 14px;
}
.frame-border-input > li .plan-wrap .detail .price-text.first {
  font-size: 20px;
}
.frame-border-input > li .plan-wrap .detail .price-text .price {
  font-size: 14px;
  color: #dc196d;
}
.frame-border-input > li .plan-wrap .detail .price-text .price > span {
  font-size: 20px;
}
.frame-border-input > li .terminal-wrap .image {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
.frame-border-input > li .terminal-wrap .name {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
  font-size: 16px;
}
.frame-border-input > li .device-price-wrap {
  font-size: 16px;
}
.frame-border-input > li .device-price-wrap .how {
  font-weight: bold;
}
.frame-border-input.color-list {
  display: none;
}
.frame-border-input.color-list > li {
  display: block;
  margin: 20px 0 0;
  width: 100%;
}
.frame-border-input.color-list > li .name {
  margin: 0;
  align-items: center;
}
.frame-border-input.color-list > li .name .color-box {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 5px 0 0;
  border: 1px solid #333;
}
.frame-border-input.color-list > li .name .color-box.white {
  background: #fff;
}
.frame-border-input.color-list > li .name .color-box.black {
  background: #000;
}

.two-column-wrapper {
  display: flex;
  justify-content: space-between;
}
.two-column-wrapper .column {
  width: 49%;
}

/* support-table */
.support-table th,
.support-table td {
  padding: 10px;
  border: 1px solid #333;
}
.support-table th {
  background: #e3e3e3;
}

/* option-contract */
.option-contract-list {
  display: flex;
  justify-content: space-between;
  margin: 35px auto 60px;
  max-width: 660px;
}
.option-contract-list > li {
  position: relative;
  width: 47.8%;
  padding: 0 0 30px;
}
.option-contract-list > li .recommend {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 110px;
  height: 110px;
  z-index: 1;
}
.option-contract-list > li .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 90px;
  padding: 20px 10px 10px;
}
.option-contract-list > li .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.option-contract-list > li .info-text {
  padding: 0 45px 15px;
}
.option-contract-list > li .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  padding: 5px 0;
  border-left: 3px solid #e7f0f8;
  border-right: 3px solid #e7f0f8;
  background: #e7f0f8;
  box-sizing: border-box;
  font-size: 18px;
}
.option-contract-list > li .price .include span {
  display: inline-block;
  padding: 0 5px;
  font-size: 33px;
}
.option-contract-list > li .feature {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 25px 20px 15px;
  box-sizing: border-box;
}
.option-contract-list > li .feature ul > li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 27px;
}
.option-contract-list > li .feature ul > li:last-child {
  margin: 0;
}
.option-contract-list > li .feature ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #d5d5d5;
  border-radius: 100vh;
  content: "";
}
.option-contract-list > li .feature ul > li::after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}
.option-contract-list > li .detail {
  margin: 0 0 30px;
  text-align: center;
}
.option-contract-list > li .detail a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #3284c6;
}
.option-contract-list > li .detail a::before {
  position: absolute;
  right: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: #3284c7 url(../../images/common/ico_link_01.png) no-repeat 0 0/contain;
  content: "";
}
.option-contract-list > li .detail a.popup::before {
  background-image: url(../../images/common/ico_popup_01.png);
}
.option-contract-list > li .detail a:hover {
  color: #f5b617;
}
.option-contract-list > li .detail a:hover::before {
  background-color: #f5b617;
}
.option-contract-list > li .btn {
  padding: 0 16px;
}
.option-contract-list > li .btn label {
  display: block;
  padding: 6px 5px 10px;
  text-align: center;
  background: #5ab145;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: inset 0 -4px 0 0 #2b7e11;
  cursor: pointer;
}
.option-contract-list > li .btn label span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
.option-contract-list > li .btn label span::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100vh;
  content: "";
}
.option-contract-list > li .btn label span::after {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 11px;
  height: 8px;
  border-left: 2px solid #5ab145;
  border-bottom: 2px solid #5ab145;
  content: "";
  transform: rotate(-45deg);
}
.option-contract-list > li .btn input[type=checkbox] {
  display: none;
}
.option-contract-list > li .btn input[type=checkbox]:checked + label {
  background: #c9c9c9;
  box-shadow: inset 0 -4px 0 0 #a5a5a5;
}
.option-contract-list > li .btn input[type=checkbox]:checked + label span::after {
  border-left: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
}
.option-contract-list > li.active {
  box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.3), inset 0 0 0 3px #3284c6, inset 0 0 0 10px #e7f0f8;
}
.option-contract-list > li.active::before {
  position: absolute;
  right: -9px;
  top: -16px;
  width: 48px;
  height: 48px;
  background: #5ab145;
  border-radius: 100vh;
  content: "";
  z-index: 1;
}
.option-contract-list > li.active::after {
  position: absolute;
  right: 1px;
  top: -5px;
  width: 27px;
  height: 19px;
  border-left: 7px solid #fff;
  border-bottom: 7px solid #fff;
  content: "";
  transform: rotate(-45deg);
  z-index: 2;
}
.option-contract-list > li.active .price {
  border-left: 3px solid #3284c6;
  border-right: 3px solid #3284c6;
}

.option-contract-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto;
  padding: 0 0 5px;
  max-width: 660px;
  border-bottom: 2px solid #f7f7f7;
  font-size: 16px;
}
.option-contract-price .price .total {
  display: inline-block;
  padding: 0 5px 0 0;
  font-size: 21px;
  color: #e44852;
}

.atone-tab-contents {
  padding: 20px;
  background: #0092cc;
  border-radius: 5px;
}
.atone-tab-contents .atone-tab-contents-inner {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

/* esim/setting */
.esim-setting-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.esim-setting-wrap .esim-setting-column {
  width: calc((100% - 40px) / 3);
  margin: 30px 20px 0 0;
}
.esim-setting-wrap .esim-setting-column .esim-setting-image {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  width: 100%;
}
.esim-setting-wrap .esim-setting-column .esim-setting-image img {
  width: 100%;
  height: auto;
}
.esim-setting-wrap .esim-setting-column.two-column {
  width: calc((100% - 40px) / 3 * 2 + 20px);
}
.esim-setting-wrap .esim-setting-column.two-column .esim-setting-image figure {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.esim-setting-wrap .esim-setting-column.two-column .esim-setting-image figure:nth-child(2) {
  margin-right: 0;
}
.esim-setting-wrap .esim-setting-column.three-column {
  width: 100%;
  margin-right: 0;
}
.esim-setting-wrap .esim-setting-column.three-column .esim-setting-image figure {
  width: calc((100% - 40px) / 3);
  margin: 20px 20px 0 0;
}
.esim-setting-wrap .esim-setting-column.three-column .esim-setting-image figure:nth-child(3) {
  margin-right: 0;
}
.esim-setting-wrap .esim-setting-column.three-column .esim-setting-image figure:nth-child(-n+3) {
  margin-top: 0;
}

.esim-setting-anchor {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
.esim-setting-anchor > li {
  display: flex;
  width: calc((100% - 30px) / 3);
}
.esim-setting-anchor > li > a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 50px 7px 30px;
  background: #f1f1f1;
  color: #333;
  border-radius: 100vh;
  box-shadow: 0 3px 3px #aaa;
}
.esim-setting-anchor > li > a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

/* point/histories */
.point-date-wrap {
  display: grid;
  grid-template-columns: auto 2em auto auto auto;
  gap: 20px;
}
.point-date-wrap .first-date {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.point-date-wrap .middle-date {
  display: grid;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  justify-items: center;
  align-items: center;
}
.point-date-wrap .last-date {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.point-date-wrap .search-btn {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  margin: 0;
}
.point-date-wrap .reset-btn {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 3;
}
.point-date-wrap .reset-btn a {
  text-decoration: none;
}

/* 登録導線　同時申込特典 */
.stripe-heading {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.6em 0.5em;
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* 説明パネル */
.description-container {
  background-color: white;
  padding: 20px;
  border-radius: 1em;
  padding: 2em;
  border: 1px solid #dddddd;
}

.marker-yellow {
  background: linear-gradient(transparent 40%, #ffff00 40%);
}

/* --- 登録導線　セット説明label --- */
.set-discount-radio-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 40% 1fr;
  align-items: center;
}
.set-discount-radio-wrap .step-plan-name {
  line-height: 1.4em;
}

/* --- // 登録導線　セット説明label --- */
/* Tablet Smartphone
 * */
@media only screen and (max-width: 1024px) {
  /* Base
   * */
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  .pc-only {
    display: none !important;
  }
  .tb-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  .header-menu-btn,
  .header-menu-close-btn {
    display: flex;
  }
  .side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .side-open #side-column {
    -webkit-transform: translate(260px);
    transform: translate(0);
  }
  .side-open #main-column {
    -webkit-transform: translate(-260px);
    transform: translate(-260px);
  }
  .w-tb-auto {
    width: auto !important;
  }
  .w-tb-0 {
    width: 0% !important;
  }
  .w-tb-5 {
    width: 5% !important;
  }
  .w-tb-10 {
    width: 10% !important;
  }
  .w-tb-15 {
    width: 15% !important;
  }
  .w-tb-20 {
    width: 20% !important;
  }
  .w-tb-25 {
    width: 25% !important;
  }
  .w-tb-30 {
    width: 30% !important;
  }
  .w-tb-35 {
    width: 35% !important;
  }
  .w-tb-40 {
    width: 40% !important;
  }
  .w-tb-45 {
    width: 45% !important;
  }
  .w-tb-50 {
    width: 50% !important;
  }
  .w-tb-55 {
    width: 55% !important;
  }
  .w-tb-60 {
    width: 60% !important;
  }
  .w-tb-65 {
    width: 65% !important;
  }
  .w-tb-70 {
    width: 70% !important;
  }
  .w-tb-75 {
    width: 75% !important;
  }
  .w-tb-80 {
    width: 80% !important;
  }
  .w-tb-85 {
    width: 85% !important;
  }
  .w-tb-90 {
    width: 90% !important;
  }
  .w-tb-95 {
    width: 95% !important;
  }
  .w-tb-100 {
    width: 100% !important;
  }
  .h-tb-auto {
    height: auto !important;
  }
  .h-tb-0 {
    height: 0% !important;
  }
  .h-tb-5 {
    height: 5% !important;
  }
  .h-tb-10 {
    height: 10% !important;
  }
  .h-tb-15 {
    height: 15% !important;
  }
  .h-tb-20 {
    height: 20% !important;
  }
  .h-tb-25 {
    height: 25% !important;
  }
  .h-tb-30 {
    height: 30% !important;
  }
  .h-tb-35 {
    height: 35% !important;
  }
  .h-tb-40 {
    height: 40% !important;
  }
  .h-tb-45 {
    height: 45% !important;
  }
  .h-tb-50 {
    height: 50% !important;
  }
  .h-tb-55 {
    height: 55% !important;
  }
  .h-tb-60 {
    height: 60% !important;
  }
  .h-tb-65 {
    height: 65% !important;
  }
  .h-tb-70 {
    height: 70% !important;
  }
  .h-tb-75 {
    height: 75% !important;
  }
  .h-tb-80 {
    height: 80% !important;
  }
  .h-tb-85 {
    height: 85% !important;
  }
  .h-tb-90 {
    height: 90% !important;
  }
  .h-tb-95 {
    height: 95% !important;
  }
  .h-tb-100 {
    height: 100% !important;
  }
  .vw-tb-0 {
    width: 0vw !important;
  }
  .vw-tb-5 {
    width: 5vw !important;
  }
  .vw-tb-10 {
    width: 10vw !important;
  }
  .vw-tb-15 {
    width: 15vw !important;
  }
  .vw-tb-20 {
    width: 20vw !important;
  }
  .vw-tb-25 {
    width: 25vw !important;
  }
  .vw-tb-30 {
    width: 30vw !important;
  }
  .vw-tb-35 {
    width: 35vw !important;
  }
  .vw-tb-40 {
    width: 40vw !important;
  }
  .vw-tb-45 {
    width: 45vw !important;
  }
  .vw-tb-50 {
    width: 50vw !important;
  }
  .vw-tb-55 {
    width: 55vw !important;
  }
  .vw-tb-60 {
    width: 60vw !important;
  }
  .vw-tb-65 {
    width: 65vw !important;
  }
  .vw-tb-70 {
    width: 70vw !important;
  }
  .vw-tb-75 {
    width: 75vw !important;
  }
  .vw-tb-80 {
    width: 80vw !important;
  }
  .vw-tb-85 {
    width: 85vw !important;
  }
  .vw-tb-90 {
    width: 90vw !important;
  }
  .vw-tb-95 {
    width: 95vw !important;
  }
  .vw-tb-100 {
    width: 100vw !important;
  }
  .vh-tb-0 {
    height: 0vh !important;
  }
  .vh-tb-5 {
    height: 5vh !important;
  }
  .vh-tb-10 {
    height: 10vh !important;
  }
  .vh-tb-15 {
    height: 15vh !important;
  }
  .vh-tb-20 {
    height: 20vh !important;
  }
  .vh-tb-25 {
    height: 25vh !important;
  }
  .vh-tb-30 {
    height: 30vh !important;
  }
  .vh-tb-35 {
    height: 35vh !important;
  }
  .vh-tb-40 {
    height: 40vh !important;
  }
  .vh-tb-45 {
    height: 45vh !important;
  }
  .vh-tb-50 {
    height: 50vh !important;
  }
  .vh-tb-55 {
    height: 55vh !important;
  }
  .vh-tb-60 {
    height: 60vh !important;
  }
  .vh-tb-65 {
    height: 65vh !important;
  }
  .vh-tb-70 {
    height: 70vh !important;
  }
  .vh-tb-75 {
    height: 75vh !important;
  }
  .vh-tb-80 {
    height: 80vh !important;
  }
  .vh-tb-85 {
    height: 85vh !important;
  }
  .vh-tb-90 {
    height: 90vh !important;
  }
  .vh-tb-95 {
    height: 95vh !important;
  }
  .vh-tb-100 {
    height: 100vh !important;
  }
  /* layout
   * */
  #main-column {
    padding: 0;
  }
  #side-column {
    right: 0;
    left: auto;
    -webkit-transform: translate(260px);
    transform: translate(260px);
  }
  .inner-wrapper {
    padding: 15px;
  }
  .paragraph {
    padding: 15px !important;
  }
  .page-auth .paragraph,
  .page-single .paragraph {
    padding: 15px;
  }
  .btn-wrapper li:only-child {
    width: 100%;
  }
  /* panel-area */
  #panel-area .panels.noheading {
    margin: -15px 0 0;
  }
  #panel-area .panels .panel {
    width: calc((100% - 20px) / 2);
    margin: 20px 10px 5px 0;
  }
  #panel-area .panels .panel:nth-child(3n), #panel-area .panels .panel.large {
    margin: 20px 10px 5px 0;
  }
  header h1 {
    font-size: 16px;
  }
  footer .footer-contents .inner-wrapper {
    padding: 0;
  }
  footer .footer-contents ul {
    white-space: nowrap;
  }
  footer .footer-contents ul li {
    width: 50%;
    border-bottom: 1px solid #e3e3e3;
  }
  footer .footer-contents ul li:first-child {
    border-left: none;
  }
  footer .footer-contents ul li a {
    text-align: left;
    font-size: 12px;
  }
  footer .copyright-area .copyright {
    font-size: 10px;
  }
  /* account_service */
  .menu-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 80%;
    margin: 0 auto;
  }
  .menu-btn-list > li {
    width: calc((100% - 30px) / 2);
    margin: 30px 0 0;
  }
  .menu-btn-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .menu-btn-list > li:nth-child(2n) {
    margin-left: 30px;
  }
  .menu-btn-list > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 2.5;
    background-color: #2a519b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-btn-list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ChargeSPOT Pass /dashboard/ad/list */
  .chargespotWrap {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  /* Base
   * */
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  .pc-only {
    display: none !important;
  }
  .pc-tb-only {
    display: none !important;
  }
  .tb-only {
    display: none !important;
  }
  .tb-sp-only {
    display: block !important;
  }
  .sp-only {
    display: block !important;
  }
  .pc-tb-ta-c {
    text-align: left;
  }
  .header-menu-btn,
  .header-menu-close-btn {
    display: flex;
  }
  .side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .side-open #side-column {
    -webkit-transform: translate(260px);
    transform: translate(0);
  }
  .side-open #main-column {
    -webkit-transform: translate(-260px);
    transform: translate(-260px);
  }
  .w-sp-auto {
    width: auto !important;
  }
  .w-sp-0 {
    width: 0% !important;
  }
  .w-sp-5 {
    width: 5% !important;
  }
  .w-sp-10 {
    width: 10% !important;
  }
  .w-sp-15 {
    width: 15% !important;
  }
  .w-sp-20 {
    width: 20% !important;
  }
  .w-sp-25 {
    width: 25% !important;
  }
  .w-sp-30 {
    width: 30% !important;
  }
  .w-sp-35 {
    width: 35% !important;
  }
  .w-sp-40 {
    width: 40% !important;
  }
  .w-sp-45 {
    width: 45% !important;
  }
  .w-sp-50 {
    width: 50% !important;
  }
  .w-sp-55 {
    width: 55% !important;
  }
  .w-sp-60 {
    width: 60% !important;
  }
  .w-sp-65 {
    width: 65% !important;
  }
  .w-sp-70 {
    width: 70% !important;
  }
  .w-sp-75 {
    width: 75% !important;
  }
  .w-sp-80 {
    width: 80% !important;
  }
  .w-sp-85 {
    width: 85% !important;
  }
  .w-sp-90 {
    width: 90% !important;
  }
  .w-sp-95 {
    width: 95% !important;
  }
  .w-sp-100 {
    width: 100% !important;
  }
  .h-sp-auto {
    height: auto !important;
  }
  .h-sp-0 {
    height: 0% !important;
  }
  .h-sp-5 {
    height: 5% !important;
  }
  .h-sp-10 {
    height: 10% !important;
  }
  .h-sp-15 {
    height: 15% !important;
  }
  .h-sp-20 {
    height: 20% !important;
  }
  .h-sp-25 {
    height: 25% !important;
  }
  .h-sp-30 {
    height: 30% !important;
  }
  .h-sp-35 {
    height: 35% !important;
  }
  .h-sp-40 {
    height: 40% !important;
  }
  .h-sp-45 {
    height: 45% !important;
  }
  .h-sp-50 {
    height: 50% !important;
  }
  .h-sp-55 {
    height: 55% !important;
  }
  .h-sp-60 {
    height: 60% !important;
  }
  .h-sp-65 {
    height: 65% !important;
  }
  .h-sp-70 {
    height: 70% !important;
  }
  .h-sp-75 {
    height: 75% !important;
  }
  .h-sp-80 {
    height: 80% !important;
  }
  .h-sp-85 {
    height: 85% !important;
  }
  .h-sp-90 {
    height: 90% !important;
  }
  .h-sp-95 {
    height: 95% !important;
  }
  .h-sp-100 {
    height: 100% !important;
  }
  .vw-sp-0 {
    width: 0vw !important;
  }
  .vw-sp-5 {
    width: 5vw !important;
  }
  .vw-sp-10 {
    width: 10vw !important;
  }
  .vw-sp-15 {
    width: 15vw !important;
  }
  .vw-sp-20 {
    width: 20vw !important;
  }
  .vw-sp-25 {
    width: 25vw !important;
  }
  .vw-sp-30 {
    width: 30vw !important;
  }
  .vw-sp-35 {
    width: 35vw !important;
  }
  .vw-sp-40 {
    width: 40vw !important;
  }
  .vw-sp-45 {
    width: 45vw !important;
  }
  .vw-sp-50 {
    width: 50vw !important;
  }
  .vw-sp-55 {
    width: 55vw !important;
  }
  .vw-sp-60 {
    width: 60vw !important;
  }
  .vw-sp-65 {
    width: 65vw !important;
  }
  .vw-sp-70 {
    width: 70vw !important;
  }
  .vw-sp-75 {
    width: 75vw !important;
  }
  .vw-sp-80 {
    width: 80vw !important;
  }
  .vw-sp-85 {
    width: 85vw !important;
  }
  .vw-sp-90 {
    width: 90vw !important;
  }
  .vw-sp-95 {
    width: 95vw !important;
  }
  .vw-sp-100 {
    width: 100vw !important;
  }
  .vh-sp-0 {
    height: 0vh !important;
  }
  .vh-sp-5 {
    height: 5vh !important;
  }
  .vh-sp-10 {
    height: 10vh !important;
  }
  .vh-sp-15 {
    height: 15vh !important;
  }
  .vh-sp-20 {
    height: 20vh !important;
  }
  .vh-sp-25 {
    height: 25vh !important;
  }
  .vh-sp-30 {
    height: 30vh !important;
  }
  .vh-sp-35 {
    height: 35vh !important;
  }
  .vh-sp-40 {
    height: 40vh !important;
  }
  .vh-sp-45 {
    height: 45vh !important;
  }
  .vh-sp-50 {
    height: 50vh !important;
  }
  .vh-sp-55 {
    height: 55vh !important;
  }
  .vh-sp-60 {
    height: 60vh !important;
  }
  .vh-sp-65 {
    height: 65vh !important;
  }
  .vh-sp-70 {
    height: 70vh !important;
  }
  .vh-sp-75 {
    height: 75vh !important;
  }
  .vh-sp-80 {
    height: 80vh !important;
  }
  .vh-sp-85 {
    height: 85vh !important;
  }
  .vh-sp-90 {
    height: 90vh !important;
  }
  .vh-sp-95 {
    height: 95vh !important;
  }
  .vh-sp-100 {
    height: 100vh !important;
  }
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pt-sp-5 {
    padding-top: 5px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .pl-sp-5 {
    padding-left: 5px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .pr-sp-5 {
    padding-right: 5px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .w-50-pc {
    width: auto;
    max-width: 100%;
  }
  .fs-sp-mini {
    font-size: 10px !important;
  }
  .fs-sp-small {
    font-size: 12px !important;
  }
  .fs-sp-middle {
    font-size: 16px !important;
  }
  .fs-sp-large {
    font-size: 18px !important;
  }
  .fs-sp-mega {
    font-size: 25px !important;
  }
  /* layout
   * */
  #main-column {
    padding: 0;
  }
  #side-column {
    right: 0;
    left: auto;
    -webkit-transform: translate(260px);
    transform: translate(260px);
  }
  .inner-wrapper {
    padding: 15px;
  }
  .paragraph {
    padding: 15px !important;
  }
  .page-auth .paragraph,
  .page-single .paragraph {
    padding: 15px;
  }
  .btn-wrapper li:only-child {
    width: 100%;
  }
  pre {
    white-space: pre-wrap;
  }
  table.table-1 {
    border: 0;
    width: 100%;
  }
  table.table-1 th {
    display: block;
    width: 100% !important;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.table-1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-1 tr {
    display: block;
  }
  table.table-1 td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none;
  }
  table.table-1 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #2a519b;
  }
  table.table-1 td:last-child {
    border-bottom: 0;
  }
  table.table-2 {
    display: block;
    border: 0;
    width: 100%;
  }
  table.table-2 th {
    display: block;
    width: 100% !important;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.table-2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-2 tbody,
  table.table-2 tfoot {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.table-2 tr {
    display: block;
  }
  table.table-2 tr::after {
    content: "";
    clear: both;
    display: block;
  }
  table.table-2 tr.separator {
    border-bottom: 1px dashed black;
  }
  table.table-2 td {
    float: left;
    border-bottom: 1px solid #bbb;
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 10px 5px;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.table-2 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #2a519b;
  }
  table.table-2 td:last-child {
    border-bottom: 0;
    float: right;
  }
  .table-scroll-wrap .table-basic1 {
    white-space: nowrap;
  }
  /* panel-area */
  #panel-area .panels.noheading {
    margin: -15px 0 0;
  }
  #panel-area .panels .panel {
    width: 100%;
    margin: 20px 0 5px 0;
  }
  #panel-area .panels .panel:nth-child(3n), #panel-area .panels .panel.large {
    margin: 20px 0 5px 0;
  }
  .card-wrapper .card {
    width: 100%;
  }
  .card-wrapper .card:first-child:nth-last-child(2), .card-wrapper .card:first-child:nth-last-child(2) ~ .card {
    width: 100%;
  }
  .card-wrapper .card:first-child:nth-last-child(3), .card-wrapper .card:first-child:nth-last-child(3) ~ .card {
    width: 100%;
  }
  .card-wrapper .card:last-child {
    margin: 0 !important;
  }
  /* article bg-img */
  article .bg-img {
    display: none;
  }
  /* auth */
  .page-auth .auth-wrapper {
    width: 100%;
  }
  /* hierarchy */
  .hierarchy-users-data table {
    display: block;
    width: 80vw;
    margin: 0 auto 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hierarchy-users-data table tbody {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hierarchy-users-data table:last-child {
    margin: 0 auto;
  }
  .hierarchy-users-data table tr {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hierarchy-users-data table th, .hierarchy-users-data table td {
    display: block;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 1px solid #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header h1 {
    font-size: 16px;
  }
  footer .footer-contents .inner-wrapper {
    padding: 0;
  }
  footer .footer-contents ul {
    flex-wrap: wrap;
  }
  footer .footer-contents ul li {
    width: 50%;
    border-bottom: 1px solid #e3e3e3;
  }
  footer .footer-contents ul li:first-child {
    border-left: none;
  }
  footer .footer-contents ul li a {
    text-align: left;
    font-size: 12px;
  }
  footer .copyright-area .copyright {
    font-size: 10px;
  }
  /* aside */
  aside nav {
    padding-bottom: 16em;
  }
  .menu-tab-wrapper {
    margin: 0 0 20px;
  }
  .menu-tab-wrapper .menu-tab-list {
    padding: 0 15px;
  }
  .menu-tab-wrapper .menu-tab-list > li {
    width: calc((100% - 15px) / 2);
  }
  .menu-tab-wrapper .menu-tab-list > li a {
    padding: 15px 5px;
  }
  /* dashboard */
  #panel-area .main-slick .slick-arrow {
    width: 10%;
  }
  #panel-area .main-slick .slick-arrow::before {
    width: 2vw;
    height: 2vw;
    border-width: 0.5vw 0.5vw 0 0;
  }
  #panel-area .thumbnail-slick {
    margin: 3vw 0;
  }
  #panel-area .thumbnail-slick .slide {
    margin: 0 0.7vw;
  }
  /* travel */
  .travel-area .column-wrap {
    display: block;
  }
  .travel-area .column-wrap .column {
    width: auto;
    margin: 0 0 10px;
  }
  .travel-area .column-wrap .column:last-child {
    margin: 0;
  }
  .travel-area .row-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px !important;
  }
  .travel-area .row-wrap .row {
    margin: 20px 20px 0 0;
  }
  /* contact/hotline */
  .hotline-box .hotline-box-inner .tel {
    font-size: 7vw;
  }
  .hotline-box .hotline-box-inner a[href^="tel:"] {
    pointer-events: auto;
  }
  /* identity */
  .identity-card-list {
    display: block;
    margin: 0 0 20px;
  }
  .identity-card-list > li {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0;
  }
  .identity-card-list > li:first-child {
    margin-top: 0;
  }
  .identity-card-list > li img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .identity-cap-list {
    display: block;
  }
  .identity-cap-list > li {
    width: 100%;
    margin: 0 0 30px;
  }
  .identity-cap-list > li:last-child {
    margin: 0;
  }
  /* telephonerelay */
  .telephonerelay-price-list {
    flex-wrap: wrap;
  }
  .telephonerelay-price-list > div {
    width: 25%;
  }
  /* application */
  .application-contract-btn-wrap .btn {
    flex-direction: column;
    padding: 16px 10px;
  }
  .application-contract-btn-wrap .btn::before {
    margin: 0 auto 10px;
    max-width: 90px;
    max-height: 90px;
  }
  .application-contract-btn-wrap .btn span {
    font-size: 14px;
  }
  .application-form-wrap .contract-section .contract-select-list {
    display: block;
  }
  .application-form-wrap .contract-section .contract-select-list > li {
    width: 100%;
  }
  .application-form-wrap .contract-section .contract-select-list > li:nth-child(-n+2) {
    margin-top: 14px;
  }
  .application-form-wrap .contract-section .contract-select-list > li:first-child {
    margin-top: 0;
  }
  .application-form-wrap .contract-section .contract-select-list > li .lead-wrap {
    left: -5px;
  }
  .application-form-wrap .contract-section .contract-select-list.setplan-list > li .lead-wrap {
    left: -5px;
  }
  .application-form-wrap .contract-section .contract-setplan-wrap {
    margin: 0 -10px 15px;
    padding: 9px;
  }
  .application-form-wrap .contract-section.exception-layout .contract-recommendplan-wrap {
    margin: 15px -10px 15px;
    padding: 9px;
  }
  .application-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 5%;
  }
  .application-card > li {
    max-width: none;
    width: 45%;
    margin: 15px 0 0;
  }
  .application-flow > ol > li {
    padding: 20px 0 20px 80px;
  }
  /* account_service */
  .menu-btn-list {
    display: block;
    max-width: 100%;
  }
  .menu-btn-list > li {
    width: 100%;
    margin: 30px 0 0;
  }
  .menu-btn-list > li:nth-child(-n+2) {
    margin-top: 30px;
  }
  .menu-btn-list > li:first-child {
    margin-top: 0;
  }
  .menu-btn-list > li:nth-child(2n) {
    margin-left: 0;
  }
  /* ChargeSPOT Pass /dashboard/ad/list */
  .chargespotWrap {
    display: block;
    width: auto;
  }
  .chargespotWrap .chargespotBox {
    width: auto;
    margin: 0 0 10px;
  }
  .chargespotWrap .chargespotBox .appText {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
  }
  .chargespotWrap .chargespotBox .appText .icon {
    width: 40px;
    margin: 0 4px 0 0;
  }
  .chargespotWrap .chargespotBox .appText .icon img {
    width: 100%;
    height: auto;
  }
  .chargespotWrap .chargespotBox .appText .text {
    width: auto;
  }
  .chargespotWrap .chargespotBox .appBnr {
    display: flex;
    justify-content: center;
  }
  .chargespotWrap .chargespotBox .appBnr .bnr:last-child {
    margin: 0;
  }
  .chargespotWrap .anchorBox {
    width: auto;
  }
  /* appDlWrap */
  .appDlWrap .appDlBtn {
    padding: 10px;
  }
  .appDlWrap .appDlBtn > a img {
    height: 45px;
  }
  .frame-border-input > li > input:checked + label::before {
    right: -9px;
    top: -14px;
    width: 34px;
    height: 34px;
  }
  .frame-border-input > li > input:checked + label::after {
    right: -1px;
    top: -4px;
    width: 17px;
    height: 11px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  .frame-border-input > li .terminal-wrap .name {
    font-size: 14px;
  }
  .frame-border-input.plan-list > li {
    width: 100%;
  }
  /* option-contract */
  .option-contract-list {
    display: block;
    margin: 20px auto 45px;
  }
  .option-contract-list > li {
    width: 100%;
    margin: 0 0 30px;
  }
  .option-contract-list > li:last-child {
    margin: 0;
  }
  /* esim/setting */
  .esim-setting-wrap {
    justify-content: space-between;
  }
  .esim-setting-wrap .esim-setting-column {
    width: calc((100% - 20px) / 2);
    margin: 30px 0 0;
  }
  .esim-setting-wrap .esim-setting-column .esim-setting-image {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .esim-setting-wrap .esim-setting-column.two-column {
    width: 100%;
  }
  .esim-setting-wrap .esim-setting-column.two-column .esim-setting-image figure {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
  .esim-setting-wrap .esim-setting-column.three-column {
    width: 100%;
    margin-right: 0;
  }
  .esim-setting-wrap .esim-setting-column.three-column .esim-setting-image figure {
    width: calc((100% - 20px) / 2);
    margin: 20px 0 0;
  }
  .esim-setting-wrap .esim-setting-column.three-column .esim-setting-image figure:nth-child(-n+3) {
    margin: 20px 0 0;
  }
  .esim-setting-wrap .esim-setting-column.three-column .esim-setting-image figure:nth-child(-n+2) {
    margin-top: 0;
  }
  .esim-setting-anchor {
    flex-wrap: wrap;
    margin: 0 0 50px;
  }
  .esim-setting-anchor > li {
    margin: 0 0 20px;
    width: 100%;
  }
  .esim-setting-anchor > li:last-child {
    margin: 0;
  }
  .esim-setting-anchor > li > a {
    padding: 7px 50px 7px 30px;
  }
  .esim-setting-anchor > li > a::before {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  /* point/histories */
  .point-date-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .point-date-wrap .first-date {
    width: 100%;
    margin: 0 0 10px;
  }
  .point-date-wrap .middle-date {
    display: none;
  }
  .point-date-wrap .last-date {
    width: 100%;
    margin: 0 0 20px;
  }
  .point-date-wrap .search-btn {
    width: 70%;
    margin: 0 0 10px;
  }
  .point-date-wrap .reset-btn {
    width: 70%;
  }
  .swal2-actions .swal2-styled {
    margin-bottom: 1rem !important;
  }
  .description-container {
    padding: 1em;
  }
}
