@charset "UTF-8";
@media screen and (max-width: 440px) {
  .pconly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media screen and (max-width: 440px) {
  .sponly {
    display: block !important;
  }
  br.sponly,
  img.sponly,
  span.sponly {
    display: inline !important;
  }
  tr.sponly {
    display: table-row !important;
  }
  th.sponly,
  td.sponly {
    display: table-cell !important;
  }
}

.tab_below {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab_below {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #4A4A4A;
  background: #FFF;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "Meiryo UI", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

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,
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,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

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

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

address, caption, cite, code, dfn, em, strong, th, var, time, mark {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  color: #000;
  background: #FFF;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, keygen {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
  padding: 10px;
}

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  /*iosでボタンなどのデフォルト装飾を解除*/
  -webkit-appearance: none;
}

::-moz-placeholder {
  color: #bbb !important;
}

::placeholder {
  color: #bbb !important;
}

.affiliate_bnr {
  width: 100%;
  margin-bottom: 24px;
}

.environment_info {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 8px 16px;
  font-weight: 700;
  color: #444;
  background: rgba(235, 255, 1, 0.9333333333);
  text-transform: uppercase;
  z-index: 1000;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .company-content {
    margin-top: 50px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding-block: 10px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: 60px;
    padding: 10px 2vw;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    gap: 8px;
  }
}
.header-logo .site-logo {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-logo .site-logo {
    width: clamp(52px, 14.358974359vw, 56px);
  }
}
.header-logo .site-logo a {
  display: block;
}
.header-logo .site-logo a picture {
  display: block;
}
.header-logo .prime-logo {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-logo .prime-logo img {
  width: 36px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-logo .prime-logo img {
    width: clamp(28px, 8.2051282051vw, 32px);
  }
}
.header-logo .prime-logo p {
  font-size: 10px;
  text-align: center;
  margin-block-end: 0 !important;
}
@media screen and (max-width: 768px) {
  .header-logo .prime-logo p {
    font-size: clamp(7px, 2.3076923077vw, 9px);
  }
}
@media screen and (max-width: 370px) {
  .header-logo .prime-logo p {
    display: none;
  }
}
.header-logo .prime-logo p span {
  font-size: 93%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .header-menu {
    gap: 8px;
  }
}
.header-list {
  display: flex;
  align-items: center;
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
}
.header-item {
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .header-item {
    font-size: 12px;
  }
}
.header-item:not(:has(button)) {
  border-inline-end: 1px solid #eee;
}
@media screen and (max-width: 1024px) {
  .header-item:not(:has(button)) {
    display: none;
  }
}
.header-item:not(:has(button)):first-of-type {
  border-inline-start: 1px solid #eee;
}
.header-item:not(:has(button)) a {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding-inline: 14px 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .header-item:not(:has(button)) a {
    padding-inline: 10px 12px;
  }
}
.header-item:not(:has(button)) a::before {
  width: 21px;
  height: 21px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 1280px) {
  .header-item:not(:has(button)) a::before {
    width: 19px;
    height: 19px;
  }
}
.header-item:not(:has(button)) a.company::before {
  background: url(/build/assets/ico_about-c548b8c.svg) center/contain no-repeat;
}
.header-item:not(:has(button)) a.login::before {
  background: url(/build/assets/ico_account-c548b8c.svg) center/contain no-repeat;
}
.header-item:not(:has(button)) a.is-login::before {
  background: url(/build/assets/ico_account_fill-c548b8c.svg) center/contain no-repeat;
}
.header-item:not(:has(button)) a.is-login > span {
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-item:not(:has(button)) a.is-login > span.name_en {
  flex-direction: row-reverse;
}
.header-item:not(:has(button)) a.myesim {
  background: none;
}
.header-item:not(:has(button)) a.myesim::before {
  width: 23px;
  height: 23px;
  background: url(/build/assets/ico_myesim-c548b8c.svg) center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .header-item:not(:has(button)) a.myesim::before {
    width: 21px;
    height: 21px;
  }
}
.header-item:not(:has(button)) a:hover {
  opacity: 0.7;
}
.header-item a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.header-item button {
  width: 180px;
  height: 46px;
  margin-inline-start: 16px;
  background: #fff;
  border-radius: 23px;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .header-item button {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header-item button {
    width: clamp(100px, 35.8974358974vw, 140px);
    height: 40px;
    font-size: clamp(11px, 3.3333333333vw, 13px);
  }
}
.header-item button.button-enterprise {
  background: #039fe9;
}
@media screen and (max-width: 440px) {
  .header-item button.button-enterprise {
    display: none;
  }
}
.header-item button.button-purchase {
  background: #0B308E;
  margin-inline-start: 10px;
}
@media screen and (max-width: 440px) {
  .header-item button.button-purchase {
    margin-inline-start: 0;
  }
}
.header-item button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .header-item button a {
    font-size: clamp(11px, 3.3333333333vw, 13px);
  }
}
.header-item button a::before {
  width: 17px;
  height: 17px;
  background: #fff;
  content: "";
  margin-right: 6px;
}
@media screen and (max-width: 1280px) {
  .header-item button a::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 440px) {
  .header-item button a::before {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.header-item button a.enterprise::before {
  background: url(/build/assets/ico_enterprise_login-c548b8c.svg) center/contain no-repeat;
}
.header-item button a.purchase::before {
  background: url(/build/assets/ico_purchase-c548b8c.svg) center/contain no-repeat;
}
.header-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-button {
    width: 40px;
    height: 40px;
  }
}
.header-button:hover {
  opacity: 0.7;
}
.header-button:hover .line span {
  width: 70%;
}
.header-button .line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 16px;
}
.header-button .line::before {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  content: "";
}
.header-button .line::after {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  content: "";
}
.header-button .line span {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
.header-button.is-open .line {
  position: relative;
}
.header-button.is-open .line::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header-button.is-open .line::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header-button.is-open .line span {
  display: none;
}
.header-company {
  padding-block: 12px;
  background: #34a4eb;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.header-company .company-name {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.header-company .company-name span:first-of-type {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.humburgerMenu {
  position: fixed;
  top: var(--headerHeight);
  width: 100vw;
  height: calc(100% - var(--headerHeight));
  z-index: 95;
  pointer-events: none;
}
.humburgerMenu.is-open {
  pointer-events: auto;
}
.humburgerMenu.is-open .humburgerMenu-background {
  opacity: 1;
}
.humburgerMenu.is-open .humburgerMenu-content {
  left: calc(100% - 400px);
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .humburgerMenu.is-open .humburgerMenu-content {
    left: 0;
  }
}
.humburgerMenu-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
.humburgerMenu-content {
  position: relative;
  left: 100%;
  width: 400px;
  height: 100%;
  background: #fff;
  visibility: hidden;
  overflow: auto;
  overscroll-behavior: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .humburgerMenu-content {
    width: 100%;
  }
}
.humburgerMenu-list {
  margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
}
.humburgerMenu-item {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.humburgerMenu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  color: #333;
  background: #fff;
  text-decoration: none;
}
.humburgerMenu-item > a::after {
  width: 24px;
  height: 24px;
  background: url(/build/assets/ico_menu_arrow_right-c548b8c.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-item > a:hover {
  background: #e8f1f9;
}
.humburgerMenu-item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-family: inherit;
  font-weight: 700;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.humburgerMenu-item > button::after {
  width: 24px;
  height: 24px;
  background: url(/build/assets/ico_menu_arrow_down-c548b8c.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-item > button.active::after {
  background: url(/build/assets/ico_menu_arrow_up-c548b8c.svg) center/contain no-repeat;
}
.humburgerMenu-item > button:hover {
  background: #e8f1f9;
}
.humburgerMenu-item .sub {
  max-height: 0;
  font-size: 13px;
  background: #f6f6f6;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.humburgerMenu-item .sub.active {
  max-height: none;
  opacity: 1;
}
.humburgerMenu-item .sub p {
  padding-block: 0 8px;
  padding-inline: 20px;
}
.humburgerMenu-item .sub p:first-of-type {
  padding-block-start: 20px;
}
.humburgerMenu-item .sub-list {
  padding-inline-start: 0 !important;
}
.humburgerMenu-item .sub-list:has(+ p) {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.humburgerMenu-item .sub-item {
  border-top: 1px solid #e6e6e6;
}
.humburgerMenu-item .sub-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 16px;
  padding-inline: 28px 20px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}
.humburgerMenu-item .sub-item > a::after {
  width: 24px;
  height: 24px;
  background: url(/build/assets/ico_menu_arrow_right-c548b8c.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-item .sub-item > a:hover {
  background: #e8f1f9;
}
.humburgerMenu-item .sub-item > a._phone::after {
  width: 17px;
  height: 17px;
  background: url(/build/assets/ico_menu_phone-c548b8c.svg) center/contain no-repeat;
}
.humburgerMenu-item .sub-item:has(._phone) {
  display: none;
}
@media screen and (max-width: 440px) {
  .humburgerMenu-item .sub-item:has(._phone) {
    display: block;
  }
}
.humburgerMenu-sublink {
  margin-block-end: 24px;
}
.humburgerMenu-sublink .user-button {
  padding: 20px;
}
.humburgerMenu-sublink .user-button button {
  width: 100%;
  height: 50px;
  background: #0D308E;
  border-radius: 4px;
}
.humburgerMenu-sublink .user-button button:hover {
  opacity: 0.7;
}
.humburgerMenu-sublink .user-button button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.humburgerMenu-sublink .user-button button a::before {
  width: 20px;
  height: 20px;
  content: "";
}
.humburgerMenu-sublink .user-button button a.login::before {
  background: url(/build/assets/ico_account_wh-c548b8c.svg) center/contain no-repeat;
}
.humburgerMenu-sublink .user-button button a.mypage::before {
  background: url(/build/assets/ico_account_fill_wh-c548b8c.svg) center/contain no-repeat;
}
.humburgerMenu-sublink .user-button button a.myesim {
  background: none;
}
.humburgerMenu-sublink .user-button button a.myesim::before {
  background: url(/build/assets/ico_myesim_wh-c548b8c.svg) center/contain no-repeat;
}
.humburgerMenu-sublink .user-button-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
.humburgerMenu-sublink .user-button-wrap button:first-of-type {
  border-radius: 4px 0 0 4px;
}
.humburgerMenu-sublink .user-button-wrap button:last-of-type {
  border-radius: 0 4px 4px 0;
}
.humburgerMenu-sublink .company-button {
  padding: 20px;
  background: #E7ECEE;
}
.humburgerMenu-sublink .company-button button {
  width: 100%;
  height: 50px;
  background: #34a4eb;
  border-radius: 4px;
}
.humburgerMenu-sublink .company-button button:hover {
  opacity: 0.7;
}
.humburgerMenu-sublink .company-button button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.humburgerMenu-sublink .company-button button a::before {
  width: 20px;
  height: 20px;
  background: url(/build/assets/ico_organization_wh-c548b8c.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-langswitch {
  text-align: center;
}
.humburgerMenu-langswitch ul {
  display: inline-flex;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  background: #E7ECEE;
  border-radius: 14px;
  line-height: 1;
  margin-block-end: 0 !important;
}
.humburgerMenu-langswitch li {
  border-right: 1px solid #767F81;
  padding-inline: 6px;
}
.humburgerMenu-langswitch li:last-of-type {
  border-right: none;
}
.humburgerMenu-langswitch li button {
  font-weight: 700;
  color: #767F81;
  line-height: 1;
  cursor: pointer;
  text-decoration: underline !important;
}
.humburgerMenu-langswitch li button:hover {
  color: #333;
}
.humburgerMenu-langswitch li.langText a {
  color: #333;
  pointer-events: none;
  text-decoration: none;
}
.humburgerMenu-langswitch li.langLink a {
  color: #767F81;
  pointer-events: auto;
  text-decoration: underline !important;
}
.humburgerMenu-langswitch li.langLink a:hover {
  color: #333;
}
.humburgerMenu-close {
  margin-top: 64px;
}
.humburgerMenu-close button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  background: #e6e6e6;
}
.humburgerMenu-close button::before {
  width: 30px;
  height: 30px;
  background: url(/build/assets/ico_close-c548b8c.svg) center/contain no-repeat;
  content: "";
}
.humburgerMenu-close button:hover {
  opacity: 0.7;
}

.lang_modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.lang_modal_wrap::after {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  content: "";
}
.lang_modal_wrap .info {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: 700px;
  padding: 32px;
  background: #fff;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lang_modal_wrap .info {
    width: calc(100% - 8vw);
    padding: 24px;
  }
}
.lang_modal_wrap .info h3 {
  font-size: 20px;
}
.lang_modal_wrap .info p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
.lang_modal_wrap .info p span {
  font-size: 80%;
}
.lang_modal_wrap .info .button {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.lang_modal_wrap .info .button button {
  width: 100px;
  border-radius: 2px;
  line-height: 1;
  transition: 0.3s;
}
.lang_modal_wrap .info .button button:last-child {
  padding: 8px 12px;
  color: #fff;
  background: #333;
  cursor: pointer;
}
.lang_modal_wrap .info .button button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  color: inherit;
  background: #ddd;
  text-decoration: none;
}
.lang_modal_wrap .info .button button:hover {
  opacity: 0.6;
}

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

.sp-only {
  display: none;
}
@media screen and (max-width: 440px) {
  .sp-only {
    display: block;
  }
}

.footer {
  background: #fff;
}
.footer-linebanner {
  max-width: 1010px;
  padding: 40px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  .footer-linebanner {
    padding-inline: 5vw;
  }
}
.footer-linebanner-contents {
  padding: 0 2%;
}
.footer-linebanner-contents h3 {
  text-align: center;
  font-size: 24px;
}
.footer-linebanner-contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  width: 74%;
  padding-left: 0;
}
@media screen and (max-width: 440px) {
  .footer-linebanner-contents ul {
    display: block;
    margin: 20px 0 10px;
    width: 100%;
  }
}
.footer-linebanner-contents li {
  color: #00ab37;
  background: #ddf1e2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  height: 50px;
  line-height: 1;
}
@media screen and (max-width: 440px) {
  .footer-linebanner-contents li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
  }
}
.footer-linebanner-img {
  text-align: center;
  padding: 0 2%;
}
.footer-linebanner-img-inner {
  display: contents;
}
.footer-linebanner-img-inner img {
  width: 74%;
  height: auto;
}
@media screen and (max-width: 440px) {
  .footer-linebanner-img-inner img {
    width: 100%;
  }
}
.footer-app {
  padding-block: 40px;
  background: linear-gradient(#036EB8, #97D4FF);
}
.footer-app-inner {
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .footer-app-inner {
    padding-inline: 5vw;
  }
}
.footer-app-contents {
  max-width: 800px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 440px) {
  .footer-app-contents {
    display: block;
    max-width: initial;
    width: 100%;
  }
}
.footer-app-contents ul {
  width: 49%;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 440px) {
  .footer-app-contents ul {
    width: 100%;
  }
}
.footer-app-contents li {
  text-align: left;
  background: #fff;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 2px solid #039fe9;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .footer-app-contents li {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}
.footer-app-contents li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(/build/assets/apps_checkbox-c548b8c.png) no-repeat;
  margin: 0 5px -1px 0;
}
.footer-app-head {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-app-head {
    font-size: 17px;
  }
}
.footer-app-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .footer-app-body {
    gap: 16px;
  }
}
.footer-app-body > picture {
  width: 180px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .footer-app-body > picture {
    width: 120px;
  }
}
@media screen and (max-width: 440px) {
  .footer-app-body > picture {
    display: none;
  }
  .footer-app-body .apps {
    width: 100%;
  }
}
.footer-contact {
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding-block: 40px;
  }
}
.footer-contact-inner {
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .footer-contact-inner {
    padding-inline: 5vw;
  }
}
.footer-contact-inner h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-contact-inner h2 {
    font-size: 26px;
  }
}
.footer-contact-faq {
  padding: 24px;
  background: #e8f1f9;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .footer-contact-faq {
    padding: 16px;
  }
}
.footer-contact-faq a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 300px;
  height: 60px;
  margin-block-start: 16px;
  margin-inline: auto;
  font-weight: 700;
  color: #039fe9;
  background: #fff;
  border: 1px solid #039fe9;
  border-radius: 30px;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-contact-faq a {
    width: 100%;
    height: 50px;
  }
}
.footer-contact-faq a:hover {
  color: #fff;
  background: #039fe9;
}
.footer-contact-faq-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .footer-contact-faq-inner {
    padding: 16px;
  }
}
.footer-contact-faq-inner h3 {
  font-size: 20px;
  color: #0C74BC;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-contact-faq-inner h3 {
    font-size: 16px;
  }
}
.footer-contact-faq-inner p {
  margin-block-start: 8px;
  font-size: 16px;
  color: #333;
}
.footer-contact-faq-inner p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-contact-faq-inner p {
    font-size: 14px;
  }
  .footer-contact-faq-inner p br {
    display: block;
  }
}
.footer-contact-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 24px;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .footer-contact-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-contact-box > li {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .footer-contact-box > li {
    padding: 24px 20px;
  }
}
.footer-contact-box > li h3 {
  margin-block-end: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-contact-box > li h3 {
    margin-block-end: 20px;
    font-size: 18px;
  }
}
.footer-contact-box > li p {
  margin-block-start: 4px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-contact-box > li p {
    font-size: 13px;
  }
}
.footer-contact-box > li > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.footer-contact-box > li a._phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-size: 48px;
  font-weight: 700;
  color: #039fe9;
  text-decoration: none;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer-contact-box > li a._phone {
    font-size: 34px;
    pointer-events: all;
  }
}
.footer-contact-box > li a._phone svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .footer-contact-box > li a._phone svg {
    width: 28px;
    height: 28px;
  }
}
.footer-contact-box > li a._form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 50px;
  padding-inline: 32px;
  color: #fff;
  background: #039fe9;
  border-radius: 30px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-contact-box > li a._form {
    height: 40px;
    font-size: 14px;
  }
}
.footer-contact-box > li a:hover {
  opacity: 0.7;
}
.footer-contact-box > li a svg {
  width: 20px;
  height: 20px;
}
.footer-setup {
  max-width: 800px;
  margin-block-start: 32px;
  margin-inline: auto;
  padding-inline: 16px;
}
.footer-setupTitle {
  padding-bottom: 16px;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .footer-setupTitle {
    font-size: 20px;
  }
}
.footer-setupBlock {
  display: flex;
  gap: 24px;
  padding: 24px 32px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media screen and (max-width: 440px) {
  .footer-setupBlock {
    flex-flow: column wrap;
    padding: 16px;
  }
}
.footer-setupContent {
  width: 50%;
}
@media screen and (max-width: 440px) {
  .footer-setupContent {
    width: 100%;
  }
}
.footer-setupContent h3 {
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  background: #222;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
}
.footer-setupList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 16px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer-setupList {
    flex-flow: column wrap;
    font-size: 14px;
  }
}
.footer-setupList li a {
  position: relative;
  padding: 4px 0;
  color: inherit;
  line-height: 1;
  text-decoration: underline;
}
.footer-setupList li a:hover {
  text-decoration: none;
}
.footer-setupList li:last-of-type {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .footer-setupList li:last-of-type {
    margin: 8px 0 0;
    padding-left: 0;
    border: none;
  }
}
.footer-setupList li.no-left-border {
  border-left: none;
  padding-left: 0;
}
.footer-setupList li.no-left-border:hover {
  text-decoration: none;
}
.footer-nav {
  padding: 45px 20px;
}
@media screen and (max-width: 440px) {
  .footer-nav {
    padding: 40px 16px;
  }
}
.footer-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 0;
}
@media screen and (max-width: 768px) {
  .footer-nav-list {
    display: block;
  }
}
.footer-nav-item {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer-nav-item {
    font-size: 14px;
    border-bottom: 1px solid #CAC4D0;
  }
}
.footer-nav-item:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #CAC4D0;
}
@media screen and (max-width: 768px) {
  .footer-nav-item:not(:last-child) {
    border-right: none;
    margin: 0;
    padding-right: 0;
  }
}
.footer-nav-item a {
  text-decoration: none;
  color: #4a4a4a;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-nav-item a {
    padding: 18px 20px 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-nav-item a::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: solid 2px #4a4a4a;
    border-right: solid 2px #4a4a4a;
    transform: rotate(45deg);
  }
}
.footer-company {
  margin-bottom: 20px;
}
@media screen and (max-width: 440px) {
  .footer-company {
    margin: 0 20px 20px;
    padding-top: 20px;
  }
}
.footer-company-inner {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7fafc;
}
@media screen and (max-width: 440px) {
  .footer-company-inner {
    border-radius: 8px;
    padding: 24px 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-company-inner._ja {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.footer-company-group {
  display: flex;
  align-items: center;
}
.footer-company-logo {
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  .footer-company-logo {
    margin-right: 15px;
  }
}
.footer-company-logo img {
  width: 100%;
}
.footer-company-address {
  font-size: 12px;
}
.footer-company-address p {
  margin-bottom: 0;
}
.footer-company-address ._text br {
  display: none;
}
@media screen and (max-width: 440px) {
  .footer-company-address ._text br {
    display: inline;
  }
}
.footer-privacy {
  padding-block: 13px;
}
@media screen and (max-width: 440px) {
  .footer-privacy {
    padding-block: 9px;
  }
}
.footer-privacy picture {
  display: block;
  height: 60px;
}
@media screen and (max-width: 440px) {
  .footer-privacy picture {
    height: 40px;
  }
  .footer-privacy picture img {
    width: auto;
    height: 100%;
  }
}
.footer-certification {
  padding-bottom: 20px;
}
.footer-certification-inner {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 440px) {
  .footer-certification-inner {
    gap: 8px;
  }
}
.footer-certification-logo p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .footer-certification-logo p {
    margin-top: 4px;
    font-size: 11px;
  }
}
.footer-certification-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 20px;
  border: 1px solid #cfcfcf;
}
@media screen and (max-width: 440px) {
  .footer-certification-list {
    gap: 8px;
    padding: 8px 10px;
  }
}
.footer-certification-list li img {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 440px) {
  .footer-certification-list li img {
    height: 40px;
  }
}
.footer-certification-text {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 440px) {
  .footer-certification-text {
    font-size: 9px;
    line-height: 1.3;
  }
}
.footer-copyright {
  background: #fafafa;
  text-align: center;
  font-size: 12px;
  padding: 20px;
}
.footer-banner-area {
  margin-left: 40px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .footer-banner-area {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #CAC4D0;
  }
}
.footer-banner-area a {
  display: block;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-banner-area a {
    width: 70%;
    margin-inline: auto;
  }
}
.footer-banner-area a:hover {
  opacity: 0.8;
}
.footer-banner-area img {
  width: 100%;
  height: auto;
}

.sns-block {
  padding-block: 32px;
  background: #e8f1f9;
}
@media screen and (max-width: 768px) {
  .sns-block {
    padding-block: 20px;
  }
}
.sns-inner {
  padding-inline: 16px;
}
.sns-title {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sns-title {
    font-size: 16px;
  }
}
.sns-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .sns-list {
    gap: 8px;
    margin-block-start: 12px;
  }
}
.sns-item {
  width: 80px;
  height: 80px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sns-item {
    width: 60px;
    height: 60px;
  }
}
.sns-item a {
  display: grid;
  place-content: center;
  display: 100%;
  height: 100%;
  transition: all 0.3s;
}
.sns-item a:hover {
  opacity: 0.6;
}
.sns-item a picture {
  display: block;
}
.sns-item a picture img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .sns-item a picture img {
    height: 30px;
  }
}
.sns-item a picture._x img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .sns-item a picture._x img {
    height: 25px;
  }
}

/* 遷移ボタンの記述 */
.transition {
  margin-top: 40px;
}
.transitionButton {
  padding: 15px 10px;
  display: block;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.transitionButton:hover {
  opacity: 0.8;
}
.transitionButton.-next {
  width: 400px;
  color: #FFF;
  background: #0D308E;
  border: 2px solid #0D308E;
  position: relative;
}
.transitionButton.-next.-order {
  color: #0D308E;
  background: #FCD200;
}
.transitionButton.-next.-order::before {
  border-color: #0D308E;
}
.transitionButton.-next.-order::after {
  background: #0D308E;
}
@media screen and (max-width: 440px) {
  .transitionButton.-next {
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
  }
}
.transitionButton.-next::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 18px;
  height: 3px;
  background: #FFF;
}
.transitionButton.-next::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
.transitionButton.-prev {
  width: 350px;
  color: #0D308E;
  background: #FFF;
  border: 2px solid #0D308E;
  position: relative;
}
@media screen and (max-width: 440px) {
  .transitionButton.-prev {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
}
.transitionButton.-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 18px;
  height: 3px;
  background: #0D308E;
}
.transitionButton.-prev::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #0D308E;
  border-left: 3px solid #0D308E;
  transform: rotate(-45deg);
}
.transition_orderDetail {
  margin-bottom: 40px;
}

.apps {
  display: inline-block;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .apps {
    display: block;
    padding: 16px;
  }
}
.apps:has(.apps-button) {
  display: block;
  width: 100%;
  padding: 0;
  background: none;
}
.apps-line {
  margin-block-end: 20px;
  padding-block: 8px;
  font-size: 14px;
  color: #fff;
  background: #0b308e;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
}
.apps-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-inline: 8px;
}
@media screen and (max-width: 1024px) {
  .apps-list {
    justify-content: center;
    gap: 16px;
  }
}
.apps-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.apps-item ._badge {
  display: block;
}
.apps-item ._badge img {
  width: auto;
  height: 40px;
}
.apps-item ._qr {
  width: 90px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .apps-item ._qr {
    display: none;
  }
}
.apps-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  color: #000;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
}
.apps-button a img {
  width: auto;
  height: 30px;
}
.apps-button a p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.apps-button a p::after {
  width: 6px;
  height: 6px;
  border-top: solid 2px #4a4a4a;
  border-right: solid 2px #4a4a4a;
  border-bottom: none;
  transform: rotate(45deg);
  content: "";
}
.apps._myesim {
  margin-inline: auto;
  background: rgba(11, 48, 142, 0.0588235294);
}
.apps._myesim .apps-button a {
  background: rgba(11, 48, 142, 0.0588235294);
  border-block: 1px solid #ccc;
  border-radius: 0;
}

.footer-line {
  display: none;
}

@media screen and (max-width: 600px) {
  .footer-line {
    display: block;
    background: #f8f8f8;
  }
  .linelink {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-block: 20px;
  }
  .linelink-button {
    width: 120px;
  }
  .linelink-button img {
    width: 100%;
  }
}
.flex {
  display: flex;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.mt-7 {
  margin-top: 7px;
}

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

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

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

.gap-24 {
  gap: 24px;
}

.alg-items-center {
  align-items: center;
}

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

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

.label_type {
  font-weight: 500;
}

.red_color {
  color: #b71c1c;
}

.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  border: 5px solid #fffafc;
  border-top: 5px solid #0b308e;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .loader-sp {
    flex-direction: column;
  }
  .pd-loader-sp {
    padding: 24px 16px;
  }
  .m-auto-sp {
    margin: auto;
  }
}
.bg-lg {
  background: linear-gradient(#adcc5f, #88ab3a);
}

.mr-auto {
  margin: auto;
}

.w-min-content {
  width: -moz-min-content;
  width: min-content;
}

.circular_image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .circular_image {
    width: 54px;
    height: 54px;
  }
}

.info-container {
  position: relative;
  display: inline-block;
  left: 10px;
}

.tooltip-popup {
  border: 1px solid;
  position: absolute;
  bottom: 35px;
  left: 30%;
  transform: translateX(-29%);
  background-color: #333;
  color: white;
  padding: 8px 17px;
  border-radius: 10px;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: normal;
  display: block;
  word-wrap: break-word;
  width: 270px;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .tooltip-popup {
    transform: translateX(-76%);
    width: 230px;
  }
}

.tooltip-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
@media screen and (max-width: 440px) {
  .tooltip-popup::after {
    left: 78%;
  }
}

.info-container:hover .tooltip-popup {
  visibility: visible;
  opacity: 1;
}

#info-icon-fs-25 {
  font-size: 25px;
}

.error-message-form {
  color: #da0000;
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.spinner-border {
  --bs-spinner-border-width: 0.14em;
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}