@charset "UTF-8";

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 300;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 1px;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

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

div {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1080px) {
  .link-sp {
    pointer-events: auto;
  }
}

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

@media only screen and (max-width: 750px) {
  .anchor {
    top: -40px;
  }
}

#policy .anchor {
  top: -125px;
}

@media only screen and (max-width: 750px) {
  #policy .anchor {
    top: -90px;
  }
}

.HiraginoW3 {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

.HiraginoW6 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

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

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

.btn-box {
  margin-top: 50px;
}

.btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-box ul li {
  width: 100%;
}

.btn-box ol li+li {
  margin-top: 15px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border-radius: 8px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
}

.btn-normal {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

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

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

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

.btn-lang {
  border: 1px solid #000;
  padding: 0 3px;
  width: 50px;
}

.btn-lang p {
  padding: 0 10px;
}

.btn-lang .flag img {
  width: 28px;
}

.btn-border {
  border: 1px solid #000;
  background-color: #fff;
}

.btn-yellow {
  background-color: #FAF235;
}

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

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

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

.frame-lang {
  position: relative;
}

.frame-lang .active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.lang-sp>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lang-sp>ul li {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px;
  width: 120px;
}

.lang-sp>ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-sp>ul li a .icon-flag img {
  width: 28px;
  margin-right: 10px;
}

.dropdown-lang {
  position: absolute;
  width: 145px;
  padding-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(/assets/images/commons/arrow-frame-lang.svg);
  background-position: center top 1px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.dropdown-lang>ul {
  display: block !important;
  background-color: #000;
  border-radius: 5px;
}

.dropdown-lang>ul li {
  width: 100%;
}

.dropdown-lang>ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  padding: 14px;
}

.dropdown-lang>ul li a .icon-flag img {
  width: 28px;
}

.dropdown-lang>ul li a .text-flag {
  color: #fff;
  margin-left: 10px;
}

.dropdown-lang>ul li+li {
  border-top: 1px dashed #fff;
  margin-left: 0px !important;
}

/* Wrapper */
@media only screen and (max-width: 1080px) {
  #wrapper {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 75px;
  }
}

.page-inner #wrapper {
  padding-top: 100px;
}

@media only screen and (max-width: 750px) {
  .page-inner #wrapper {
    padding-top: 75px;
  }
}

.content-1366 {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.content-1088 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content-920 {
  width: 90%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

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

.txthead-box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 834px) {
  .txthead-box {
    margin-bottom: 35px;
  }
}

.txthead-box .txthead38 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 3.8rem;
  line-height: 5.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 1080px) {
  .txthead-box .txthead38 {
    font-size: 3.6rem;
    line-height: 5.2rem;
  }
}

@media only screen and (max-width: 834px) {
  .txthead-box .txthead38 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 750px) {
  .txthead-box .txthead38 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

@media only screen and (max-width: 400px) {
  .txthead-box .txthead38 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.txthead-box .txthead36 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .txthead-box .txthead36 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 750px) {
  .txthead-box .txthead36 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

@media only screen and (max-width: 400px) {
  .txthead-box .txthead36 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.txthead-box .txthead24 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .txthead-box .txthead24 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 750px) {
  .txthead-box .txthead24 {
    font-size: 1.8rem;
  }
}

.txthead-box .txthead24+.txthead36 {
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  .txthead-box .txthead24+.txthead36 {
    margin-top: 0;
  }
}

.txthead-box .txtsub24 {
  font-size: 2.3rem;
  line-height: 3.5rem;
}

@media only screen and (max-width: 834px) {
  .txthead-box .txtsub24 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 750px) {
  .txthead-box .txtsub24 {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

.txthead-box .txthead+.txtsub {
  margin-top: 30px;
}

.txthead-box .center {
  text-align: center;
}

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

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

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

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

.pad100 {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1080px) {
  .pad100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pad100125 {
  padding-top: 95px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1080px) {
  .pad100125 {
    padding-top: 70px;
    padding-bottom: 95px;
  }
}

.pad100150 {
  padding-top: 95px;
  padding-bottom: 145px;
}

@media only screen and (max-width: 1080px) {
  .pad100150 {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 834px) {
  .pad100150 {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 750px) {
  .pad100150 {
    padding-bottom: 70px;
  }
}

.pad150 {
  /* padding-top: 145px; */
  padding-bottom: 145px;
}

@media only screen and (max-width: 1080px) {
  .pad150 {
    /* padding-top: 120px; */
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 834px) {
  .pad150 {
    /* padding-top: 95px; */
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 750px) {
  .pad150 {
    /* padding-top: 70px; */
    padding-bottom: 70px;
  }
}

.pad150100 {
  /* padding-top: 145px; */
  padding-bottom: 95px;
}

@media only screen and (max-width: 1080px) {
  .pad150100 {
    /* padding-top: 120px; */
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 834px) {
  .pad150100 {
    padding-top: 95px;
  }
}

@media only screen and (max-width: 750px) {
  .pad150100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.mar150100 {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1080px) {
  .mar150100 {
    /* margin-top: 120px; */
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 750px) {
  .mar150100 {
    /* margin-top: 5rem; */
    margin-bottom: 5rem;
  }
}

.pad150175 {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (max-width: 1080px) {
  .pad150175 {
    padding-top: 120px;
    padding-bottom: 145px;
  }
}

@media only screen and (max-width: 834px) {
  .pad150175 {
    padding-top: 95px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 750px) {
  .pad150175 {
    padding-top: 70px;
    padding-bottom: 95px;
  }
}

.color-white {
  color: #fff;
}

.color-magenta {
  color: #5813A1;
}

/* Header */
header {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background-color: #fff;
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 0 26px;
}

@media only screen and (max-width: 750px) {
  header .header {
    height: 75px;
    padding: 0 5%;
  }
}

header .header .header-left a {
  /* display: block; */
  display: flex;
}

@media only screen and (max-width: 480px) {
  header .header .header-left a {
    display: block;
  }
}

.header-logo {
  object-fit: contain;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 750px) {
  .header-logo {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 4.8rem;
    border: #000;
  }
}

.berry-logo {
  object-fit: contain;
  width: 400px;
  height: 50px;
}

@media only screen and (max-width: 750px) {
  .berry-logo {
    object-fit: contain;
    width: 125px;
    height: 25px;
    translate: -25%;
  }
}


header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end;
  /* width: calc(100% - 400px); */
}

/* @media only screen and (max-width: 480px) {
  header .header .header-right {
    width: auto;
    display: block;
  }
} */

header .header .header-right .header-menu {
  width: 100%;
  max-width: 608px;
}

header .header .header-right .sp-btn {
  width: 150px;
}

@media only screen and (max-width: 1080px) {
  header .header .header-right .header-menu {
    display: none;
  }
}

header .header .header-right .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 32px;
}

header .header .header-right .header-menu ul li a {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
}

header .header .header-right .header-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 6;
  width: 0px;
  height: 2px;
  background-color: #ffd62c;
}

header .header .header-right .header-btn {
  margin-left: 40px;
  /* margin-right: 50px; */
}

header .header .header-right .header-btn .burger-icon-container {
  position: relative;
}

header .header .header-right .header-btn .burger-icon-container .burger-icon {
  position: absolute;
  transform: translateY(20%);
  left: 20px;
}

@media only screen and (max-width: 1080px) {
  header .header .header-right .header-btn {
    display: none;
  }
}

header .header .header-right .header-btn .btn-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
}

header .header .header-right .header-btn .btn-box .btn-text {
  line-height: 1;
}

header .header .header-right .header-btn .btn-box .btn-text:last-child {
  font-size: 10px;
}

header .header .header-right .header-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
}

header .header .header-right .header-btn ul li a {
  height: 50px;
}

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

  .active-mn-01 .mn-01,
  .active-mn-02 .mn-02,
  .active-mn-03 .mn-03,
  .active-mn-04 .mn-04,
  .active-mn-05 .mn-05,
  .active-mn-06 .mn-06 {
    background-color: #f5f5f5;
  }
}

.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after,
.active-mn-05 .mn-05::after {
  width: 100% !important;
}

.header-burger {
  z-index: 100;
  display: none;
}

.header-burger .btn-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
}

.header-burger .btn-box .btn-text {
  line-height: 1;
}

.header-burger .btn-box .btn-text:last-child {
  font-size: 10px;
}

.sp-menu-item {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .header-burger {
    display: flex;
    align-items: center;
    column-gap: 16px;

    .icon img {
      max-width: initial;
    }
  }

  .hb-purchase-btn {
    height: 50px;
  }

  .sp-menu-item {
    display: block;
  }
}

.nav-icon {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  opacity: 1;
}

.nav-icon .hb-menu-icon {
  width: 2.8rem;
  height: 2.8rem;
}

.nav-icon:focus,
.nav-icon:active,
.nav-icon:visited {
  opacity: 1;
}

.nav-icon span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #000000 !important;
  border-radius: 0;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 8px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 19px;
}

.nav-icon span:nth-child(4) {
  top: 30px;
}

.nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 0;
  right: 0;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 0;
  right: 0;
}

.hb-menu[data-state="opend"] {
  z-index: 50;
  inset: 0;
  /* animation-name: enter; */
  animation-duration: .15s;
  pointer-events: auto;
  position: fixed;
  background-color: #000c;
}

.hb-menu[data-state="closed"] {
  position: initial;
  background-color: initial;
}

#global-navi.hb-menu-dialog {
  position: fixed;
  z-index: 50;
  top: 0;
  right: -500px;
  height: 100%;
  width: 75%;
  padding: 2.4rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  border-left: 1px solid;
}

@media (min-width: 640px) {
  #global-navi.hb-menu-dialog {
    max-width: 34rem;
  }
}

#global-navi.hb-menu-dialog .hb-open {
  animation: slide-in-from-right 0.5s ease-in-out;
}

#global-navi.hb-menu-dialog[data-state="closed"] {
  animation: slide-out-to-right 0.3s ease-in-out;
}

@keyframes slide-in-from-right {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slide-out-to-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

#global-navi .hb-menu-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 640px) {
  #global-navi .hb-menu-content {
    text-align: left;
  }
}

#global-navi h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #828282;
}

#global-navi .hb-menu-list {
  font-size: 1.4rem;
  color: #828282;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: flex-start;
}

#global-navi .hb-menu-item {
  border-bottom: 2px solid #e2e8f0;
  width: 100%;
  text-align: left;
  color: black;
}

#global-navi .hb-menu-item-box {
  display: flex;
  flex-direction: row;
}

#global-navi .hb-menu-item-box .hb-menu-header-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

#global-navi .hb-menu-item-box .size-4 {
  width: 1.6rem;
  height: 1.6rem;
}

#global-navi .hb-menu-item-box .right-7 {
  right: 2.8rem;
}

#global-navi .hb-menu-item-box .absolute {
  position: absolute;
}

#global-navi .hb-menu-item-box svg {
  display: block;
}

#global-navi .hb-menu-close {

  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

#global-navi .hb-menu-close svg {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

#global-navi .hb-menu-close:hover {
  opacity: 1;
}

#global-navi .hb-menu-close:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0000;
}

#global-navi .hb-menu-close:disabled {
  pointer-events: none;
}

#global-navi .hb-menu-close[data-state="open"] {
  background-color: var(--secondary);
}

#global-navi .hb-menu-text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#global-navi .hb-menu-login {
  width: 100%;
  padding: .8rem 0;
  background-color: #0173bb;
  border-radius: 9999px;
  border: none;
}

#global-navi .hb-menu-login .hb-menu-login-text {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
}

#global-navi .hb-menu-login .hb-menu-login-link {
  color: #fff;
  text-decoration: none;
}

.header .header-menu-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: none;
}

.header .header-menu-lang .text-brand-blue {
  color: rgb(2 115 186 / 1);
  padding: .5rem;
  width: 2rem;
  height: 2rem;
  box-sizing: content-box;
}

.header .header-menu-lang .header-menu-lang-text {
  color: rgb(2 115 186 / 1);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-top: .2rem;
}

#global-navi .hb-menu-lang {
  border-color: #0273ba;
  border-width: 2px;
  border-style: solid;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  background-image: none;
}

#global-navi .hb-menu-lang svg {
  padding: .8rem;
  color: #0173bb;
  width: 2rem;
  height: 2rem;
  box-sizing: content-box;
}

#global-navi .hb-menu-lang .hb-menu-lang-text {
  font-weight: 600;
  font-size: 1.6rem;
  color: #0173bb;
  line-height: 2.4rem;
}

#lang-dialog.lang-dialog {
  --radius: .8rem;
  --background: 0 0% 100%;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-translate-x: -50%;
  --tw-translate-y: -48%;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
  padding-bottom: 1.2rem;
  background-color: hsl(var(--background));
  border-style: none;
  border-width: 1px;
  gap: 1.6rem;
  max-width: 44.8rem;
  width: 100%;
  display: grid;
  z-index: 70;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: var(--radius);
  transition-duration: .2s;
  animation-name: enter;
  animation-duration: .2s;
}

@keyframes enter {
  0% {
    opacity: 0;
    transform: translate(-50%, -48%);
  }
}

#lang-dialog .close-btn {
  --radius: .5rem;
  --background: 0 0% 100%;
  --tw-ring-offset-color: hsl(var(--background));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
  opacity: .7;
  border-radius: calc(var(--radius) - 4px);
  border-color: transparent;
  top: 1.6rem;
  right: 1.6rem;
  position: absolute;
  background-color: transparent;
  background-image: none;
}

#lang-dialog .close-btn .close-btn-icon {
  width: 1.6rem;
  height: 1.6rem;
}

#lang-dialog .close-btn .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#lang-dialog .title-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 640px) {
  #lang-dialog .title-content {
    text-align: left;
  }
}

#lang-dialog .title-content .title {
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 1.2rem;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}

#lang-dialog .content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  line-height: 2.8rem;
  font-size: 1.6rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

#lang-dialog .content .lang-content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

#lang-dialog .content .lang-content .sub-title-content {
  display: flex;
  flex-direction: column;
  row-gap: .4rem;
}

#lang-dialog .content .lang-content .sub-title-content .sub-title-box {
  display: flex;
  justify-content: space-between;
}

#lang-dialog .content .lang-content .sub-title-content .sub-title-box svg {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  display: inline;
  vertical-align: middle;
}

#lang-dialog .content .lang-content .lang-select {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  border-width: 1px;
  border-radius: .4rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 1.6rem;
}

#lang-dialog .content .lang-content .lang-select option {
  font-size: 1.6rem;
}


#lang-dialog .content .btn-content {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

#lang-dialog .content .btn-content button {
  font-size: 1.6rem;
}

#lang-dialog .content .btn-content .save-btn {
  --tw-text-opacity: 1;
  --tw-bg-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-top: .8rem;
  padding-bottom: .8rem;
  background-color: rgb(2 115 186 / var(--tw-bg-opacity));
  border: rgb(2 115 186 / var(--tw-bg-opacity));
  border-radius: 9999px;
  white-space: nowrap;
  max-width: 28.8rem;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#lang-dialog .content .btn-content .cancel-btn {
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-color: #000;
  border-radius: 9999px;
  white-space: nowrap;
  max-width: 28.8rem;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.lang-dialog-bg[data-state="opend"] {
  z-index: 60;
  inset: 0;
  animation-name: enter;
  /* animation-duration: .15s; */
  pointer-events: auto;
  position: fixed;
  background-color: #000c;
}

.lang-dialog-bg[data-state="closed"] {
  position: initial;
  background-color: initial;
}


/* MV */
#mv {
  /* height: 768px; */
  /* background-image: url("/assets/images/top/mv-bg3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
  position: relative;
  z-index: 6;
  margin-bottom: 5rem;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  #mv {
    height: auto;
    background: none;
  }
}

@media only screen and (max-width: 750px) {
  #mv {
    margin-bottom: 5rem;
    height: auto;
    background: none;
  }
}

@media only screen and (max-width: 1080px) {
  #mv {
    margin-top: 0;
  }
}


#mv h1 {
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
}

/* @media only screen and (max-width: 834px) {
  #mv h1 {
    font-size: 3rem;
    left: 38%;
    padding: 2.5rem;
    backdrop-filter: blur(6px);
  }
} */

/* #mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
} */

@media only screen and (max-width: 750px) {
  #mv .mv {
    display: none;
  }
}

#mv .mv .mv-text {
  margin-top: 10px;
  margin-left: 20px;
}

#mv .mv-sp {
  display: none;
}

#mv .mv-sp img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 750px) {
  #mv .mv-sp {
    display: block;
  }
}

.section-title {
  padding: 1.5rem;
  text-align: center;
  background-color: #bdd7ee;
  margin-bottom: 3rem;
}

.section-title .section-title__txt {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.6rem;
}

@media only screen and (max-width: 750px) {
  .section-title .section-title__txt {
    font-size: 2.4rem;
  }
}

.section-button {
  padding-top: 100px;
  padding-bottom: 35px;
  position: relative;
  z-index: 7;
}

@media only screen and (max-width: 750px) {
  .section-button {
    padding-bottom: 30px;
  }
}

.section-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .section-button ul {
    display: block;
  }
}

.section-button ul li {
  width: 32%;
}

@media only screen and (max-width: 750px) {
  .section-button ul li {
    width: 100%;
  }
}

.section-button ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url("/assets/images/commons/btn-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 24px;
}

@media only screen and (max-width: 750px) {
  .section-button ul li a {
    height: 60px;
  }
}

@media only screen and (max-width: 750px) {
  .section-button ul li+li {
    margin-top: 15px;
  }
}

#mv-inner {
  padding-bottom: 6.5%;
}

@media only screen and (max-width: 1366px) {
  #mv-inner {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 1080px) {
  #mv-inner {
    padding-bottom: 0;
  }
}

#mv-inner .mv-inner {
  /* height: 428px; */
  padding-top: 7.5%;
}

@media only screen and (max-width: 1366px) {
  #mv-inner .mv-inner {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    margin-bottom: 25px;
  }
}

#mv-inner .mv-inner .mv-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-flex {
    padding-bottom: 50px;
  }
}

#mv-inner .mv-inner .mv-inner-flex .img {
  margin-right: 30px;
  margin-left: -180px;
}

@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-flex .img {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 400px) {
  #mv-inner .mv-inner .mv-inner-flex .img {
    max-width: 90px;
  }
}

@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-flex .img+.text {
    padding-left: 10px;
  }

  #mv-inner .mv-inner .mv-inner-flex .img+.text h1 {
    text-align: left;
  }

  #mv-inner .mv-inner .mv-inner-flex .img+.text p {
    text-align: left;
  }
}

#mv-inner .mv-inner .mv-inner-flex .text h1 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-flex .text h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  #mv-inner .mv-inner .mv-inner-flex .text h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

#mv-inner .mv-inner .mv-inner-flex .text p {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-flex .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center;
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  #mv-inner .mv-inner .mv-inner-flex .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

#mv-inner .mv-inner .mv-inner-flex .text.center {
  text-align: center;
}

.page-about main {
  background-image: url("/assets/images/about_esim/mv.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

@media only screen and (max-width: 1366px) {
  .page-about main {
    background-size: 1366px;
  }
}

@media only screen and (max-width: 750px) {
  .page-about main {
    background-size: 750px;
  }
}

.page-howto main {
  /* background-image: url("/assets/images/howto/mv.png"); */
  /* background-repeat: no-repeat;
  background-position: top center; */
  background-size: 100%;
}

@media only screen and (max-width: 1366px) {
  .page-howto main {
    background-size: 1366px;
  }
}

@media only screen and (max-width: 750px) {
  .page-howto main {
    background-size: 750px;
  }
}

/* .page-inquiry main {
  background-image: url("/assets/images/inquiry/mv.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #EDEDED;
} */

@media only screen and (max-width: 1366px) {
  .page-inquiry main {
    background-size: 1366px;
  }
}

@media only screen and (max-width: 750px) {
  .page-inquiry main {
    background-size: 750px;
  }
}

.page-form main {
  background-color: #EDEDED;
  background-image: url("/assets/images/form/mv.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

@media only screen and (max-width: 1366px) {
  .page-form main {
    background-size: 1366px;
  }
}

@media only screen and (max-width: 750px) {
  .page-form main {
    background-size: 750px;
  }
}

/* Lead */
#lead {
  /* margin-top: 3rem; */
  margin-bottom: 5rem;
  text-align: center;
}

#lead .lead-text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  color: #ef3b2d;

  @media only screen and (max-width: 834px) {
    font-size: 2.4rem;
  }
}

/* UMT */
#umt {
  /* margin-top: -270px; */
  /* background-image: url("/assets/images/top/umt-bg.jpg"); */
  /* background-repeat: no-repeat;
  background-position: top center; */
  background-size: 1920px;
}

@media only screen and (max-width: 1080px) {
  #umt {
    padding-bottom: 0;
  }
}

/* @media only screen and (max-width: 834px) {
  #umt {
    margin-top: -20%;
  }
} */

@media only screen and (max-width: 750px) {
  #umt {
    /* margin-top: -33%; */
    background-repeat: repeat-y;
  }
}

/* #umt .umt {
  position: relative;
} */

#umt .umt {
  width: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #umt .umt {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#umt .umt .umt-text {
  /* margin-top: 180px; */
  /* padding-top: 80px; */
  position: relative;
  z-index: 7;
}

@media only screen and (max-width: 834px) {
  #umt .umt .umt-text {
    margin-bottom: 50px;
    /* padding-top: 50px; */
  }
}

@media only screen and (max-width: 750px) {
  #umt .umt .umt-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 0;
  }
}

#umt .umt .umt-text h2 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 4rem;
  line-height: 5.5rem;
  font-weight: 600;
  color: #3565bf;
  margin-bottom: 20px;
}

@media only screen and (min-width: 834px) {
  .pc-br::after {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 700px) {
  .sp-br::after {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 1080px) {
  #umt .umt .umt-text h2 {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}

@media only screen and (max-width: 750px) {
  #umt .umt .umt-text h2 {
    font-size: 2.4rem;
    line-height: 3.8rem;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  #umt .umt .umt-text h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

#umt .umt .umt-text p {
  font-size: 2.4rem;
  line-height: 3.4rem;
}

@media only screen and (max-width: 1080px) {
  #umt .umt .umt-text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 750px) {
  #umt .umt .umt-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

#umt .umt .umt-img {
  width: 100%;
  max-width: 360px;
  /* position: absolute; */
  top: 0;
  right: 0;
  z-index: 6;
}

#umt .umt .umt-img img {
  border-radius: 50%;
  margin-left: auto;
  max-width: 90%;
}

@media only screen and (max-width: 834px) {
  #umt .umt .umt-img {
    position: static;
    overflow: hidden;
    max-width: 430px;
  }
}

@media only screen and (max-width: 834px) {
  #umt .umt .umt-img img {
    width: 100%;
    max-width: 430px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  #umt .umt .umt-img img {
    width: 100%;
    max-width: 108%;
    margin-left: -4%;
    margin-right: 0;
  }

  #umt .umt .umt-img img {
    width: 300px;
    margin: 0 auto;
  }
}

#umt .umt .umt-list {
  position: relative;
  z-index: 7;
}

@media only screen and (max-width: 834px) {
  #umt .umt .umt-list {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 750px) {
  #umt .umt .umt-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#umt .umt .umt-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #umt .umt .umt-list ul {
    display: block;
  }
}

#umt .umt .umt-list ul li {
  width: 32%;
  max-width: 320px;
}

@media only screen and (max-width: 1080px) {
  #umt .umt .umt-list ul li {
    width: 30%;
  }
}

@media only screen and (max-width: 834px) {
  #umt .umt .umt-list ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#umt .umt .umt-list ul li .umt-list-img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 750px) {
  #umt .umt .umt-list ul li .umt-list-img {
    max-width: 250px;
  }
}

#umt .umt .umt-list ul li p {
  margin-top: 25px;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #umt .umt .umt-list ul li p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 834px) {
  #umt .umt .umt-list ul li+li {
    margin-top: 60px;
  }
}

/* Package */
#package {
  background-image: url("/assets/images/top/package-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px;
}

#package-table {
  display: block;
}

#package-table-responsive {
  display: none;
}

@media only screen and (max-width: 480px) {
  #package-table {
    display: none;
  }

  #package-table-responsive {
    display: block;
  }
}

#package .package .package-table {
  padding: 38px;
  background-color: #fff;
  border: 4px solid #5813A1;
  border-radius: 8px;
  /*.tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #fff;
            .td {
                width: 50%;
                padding: 20px 0;
                p {
                    font-family:  "ヒラギノ角ゴ ProN W6",  Hiragino Kaku Gothic ProN,  Arial, sans-serif;
                    font-weight: 600;
                    width: 270px;
                    margin-left: auto;
                    margin-right: auto;
  @include mediaquery-750 {
  	width: 130px;	
  }
                }
                p.big {
                    font-size: 2.4rem;
                    line-height: 2.8rem;
                    @include mediaquery-750 {
                        font-size: 1.8rem;
                        line-height: 2rem;
                    }
  span.small {
  	display: block;
  	font-size: 1.6rem;
  	line-height: 2.6rem;
  	margin-bottom: 2px;
  }
  span.smallest {
  	font-size: 1.6rem;
  	line-height: 2.6rem;
  }
                }
            }
            .td.topic {
                width: 100%;
                background-color: #5813A1;
                h3 {
                    font-size: 2.4rem;
                    line-height: 3.4rem;
                    color: #fff;
                    text-align: center;
                    @include mediaquery-750 {
                        font-size: 2rem;
                        line-height: 3rem;
                    }
                }
            }
        }
        .tr:nth-child(odd) {
            background-color: #F4F4F4;
        }*/
}

@media only screen and (max-width: 834px) {
  #package .package .package-table {
    padding: 26px;
  }
}

@media only screen and (max-width: 750px) {
  #package .package .package-table {
    padding: 10px;
    overflow: auto;
  }
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table {
    min-width: 700px;
  }
}

@media only screen and (max-width: 480px) {
  #package .package .package-table .table {
    min-width: 354px;
  }
}

#package .package .package-table .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#package .package .package-table .table .tr:nth-child(odd) {
  background-color: #F4F4F4;
}

#package .package .package-table .table .tr.button .td {
  padding: 0;
}

#package .package .package-table .table .tr.button .td .btn {
  height: 70px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 900;
  letter-spacing: 1px;
  background-image: url("/assets/images/commons/btn-arrow-right-long.svg");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 38px 12px;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .tr.button .td .btn {
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-position: center right 5%;
    padding-right: 40px;
  }
}

#package .package .package-table .table .tr.button .td .btn span {
  margin-right: 30px;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .tr.button .td .btn span {
    margin-right: 10px;
  }
}

#package .package .package-table .table .tr:first-child {
  background-color: #FFF;
}

#package .package .package-table .table .tr .td {
  width: 50%;
  padding: 18px 0;
}

#package .package .package-table .table .tr .td:first-child p {
  width: 145px;
  font-weight: 700;
}

#package .package .package-table .table .tr .td p {
  width: 100px;
  font-size: 1.8rem;
  line-height: 3.4rem;
  font-weight: 500;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .tr .td p {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}

#package .package .package-table .table .tr .td.w100 {
  width: 100%;
}

#package .package .package-table .table .tr .center-text {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .tr .center-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#package .package .package-table .table .tr .center-text p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

#package .package .package-table .table .tr .center-text p a {
  color: #1E68AC;
  text-decoration: underline;
}

#package .package .package-table .table .tr .left-text {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .tr .left-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#package .package .package-table .table .tr .left-text p {
  margin-left: inherit !important;
  margin-right: auto !important;
}

#package .package .package-table .table .tr .w300px {
  width: 29%;
}

#package .package .package-table .table .tr .w300px p {
  width: auto !important;
}

#package .package .package-table .table .tr .w50per {
  width: 35.5%;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .tr .w50per {
    width: 36.5%;
  }
}

@media only screen and (max-width: 480px) {
  #package .package .package-table .table .tr .w50per {
    width: 75%;
  }
}

#package .package .package-table .table .tr .w50per p {
  width: auto !important;
}

#package .package .package-table .table .head-green {
  background-color: #A8CB1B;
  color: #fff;
  border-top-left-radius: 5px;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .head-green p {
    font-size: 1.4rem !important;
    font-weight: bold !important;
  }
}

#package .package .package-table .table .head-orange {
  background-color: #F5931B;
  color: #fff;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .head-orange p {
    font-size: 1.4rem !important;
    font-weight: bold !important;
  }
}

#package .package .package-table .table .f-z-24 {
  font-size: 2.4rem !important;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .f-z-24 {
    font-size: 1.6rem !important;
  }
}

#package .package .package-table .table .f-z-18 {
  font-size: 1.8rem !important;
}

@media only screen and (max-width: 750px) {
  #package .package .package-table .table .f-z-18 {
    font-size: 1.3rem !important;
  }
}

.package-toggle {
  margin-top: 20px;
}

.package-toggle .toggle-cat {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  padding: 8px 16px;
  background-color: #A926D6;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .package-toggle .toggle-cat {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}

.package-toggle .package-toggle-list+.package-toggle-list {
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .package-toggle .package-toggle-list+.package-toggle-list {
    margin-top: 15px;
  }
}

.package-toggle .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 35px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  background-color: #fff;
  background-image: url("/assets/images/commons/btn-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 24px;
  border: 1px solid #000;
}

@media only screen and (max-width: 750px) {
  .package-toggle .toggle-btn {
    line-height: 2.5rem;
    height: auto;
    padding: 15px 40px 15px 20px;
    background-position: center right 10px;
  }
}

.package-toggle .toggle-btn.active {
  background-color: #e6f1f6;
  border-color: #bdd7ee;
  background-image: url("/assets/images/commons/btn-arrow-up.svg");
}

.package-toggle .toggle-content {
  padding: 25px 20px;
  border: 1px solid #C4C4C4;
  border-top: 0;
  background-color: #fff;
}

@media only screen and (max-width: 834px) {
  .package-toggle .toggle-content {
    padding: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .package-toggle .toggle-content {
    padding: 15px;
  }
}

.package-toggle+.package-toggle {
  margin-top: 55px;
}

@media only screen and (max-width: 750px) {
  .package-toggle+.package-toggle {
    margin-top: 40px;
  }
}

.toggle-content {
  display: none;
}

@media only screen and (max-width: 750px) {
  .before-content {
    padding: 15px;
  }
}

.before-content h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.before-content-row+.before-content-row {
  margin-top: 40px;
}

.before-content-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  justify-content: center;
  align-items: center;
  column-gap: 2.4rem;
  margin-bottom: 20px;
}

.before-content-topic h4 {
  white-space: nowrap;
  padding: 2px 10px;
  color: #fff;
  background-color: #000;
}

.before-content-topic p {
  width: 100%;
  font-weight: 600;
  padding: 2px 10px;
  background-color: #F7F7F5;
}

.before-content-topic a {
  border: 1px solid #000;
  padding: 1rem;
  font-weight: 600;
}

.before-content p+h5 {
  margin-top: 15px;
}

.before-content p+h6 {
  margin-top: 20px;
}

.before-content h5 {
  font-weight: 600;
}

.before-content h5+h6 {
  margin-top: 20px;
}

.before-content h6 {
  font-weight: 600;
}

.before-content p+p {
  margin-top: 15px;
}

.before-content p.small {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.before-content img {
  margin-left: auto;
  margin-right: auto;
}

.before-content img+p.caption {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-top: 20px;
}

.before-content p+img {
  margin-top: 20px;
}

.bold {
  font-weight: 600;
}

.before-confirm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.before-confirm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .before-confirm ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2%;
  }
}

@media only screen and (max-width: 750px) {
  .before-confirm ul {
    margin-top: 0;
  }
}

.before-confirm ul li {
  width: 24%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media only screen and (max-width: 834px) {
  .before-confirm ul li {
    width: 49%;
    margin-top: 2%;
  }
}

@media only screen and (max-width: 750px) {
  .before-confirm ul li {
    width: 100%;
  }
}

.before-confirm ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 7px 0;
  border: 1px solid #000;
  background-image: url("/assets/images/commons/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 7px;
  background-size: 14px;
}

.before-confirm ul li a p {
  margin-top: 0;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  line-height: 2.2rem;
}

.before-confirm ul li a p.img img {
  width: auto;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}

.before-confirm ul li a p.red {
  color: #cc0032;
}

.before-confirm ul li a p.grey {
  color: #666666;
}

.before-confirm ul li a p.orange {
  color: #eb5503;
}

@media only screen and (max-width: 750px) {
  .before-confirm ul li+li {
    margin-top: 3%;
  }
}

p.bold {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 750px) {
  .before-list {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  .before-form-row+.before-form-row {
    margin-top: 25px;
  }
}

.before-list-box-sub {
  border-bottom: 1px solid #C4C4C4;
}

.before-list-box-sub:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 750px) {
  .before-btn {
    padding: 15px 55px 15px 15px;
  }
}

.before-btn-sub {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  display: block;
  padding: 10px 44px 10px 0;
  font-weight: 600;
  background-image: url("/assets/images/commons/btn-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 0px;
  background-size: 24px;
}

.before-btn-sub.active {
  background-image: url("/assets/images/commons/btn-arrow-up.svg");
}

.before-toggle-sub {
  display: none;
  padding-bottom: 15px;
}

.before-toggle-sub ol {
  margin-left: 20px;
}

.before-toggle-sub ol li {
  list-style: decimal;
}

.before-toggle-sub ol li+li {
  margin-top: 10px;
}

.before-toggle-sub ol+p {
  margin-top: 20px;
}

.popup-form {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1080px;
  margin: 0 auto;
}

/* Country */
#country {
  background-image: url("/assets/images/top/country-bg.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-size: 263px;
}

@media only screen and (max-width: 834px) {
  #country .country {
    width: 100%;
  }
}

#country .country .country-list {
  position: relative;
  z-index: 7;
}

@media only screen and (max-width: 834px) {
  #country .country .country-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#country .country .global {
  margin-top: 80px;
  position: relative;
  z-index: 7;
}

@media only screen and (max-width: 834px) {
  #country .country .global {
    margin-top: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#country .country .global .global-list .note {
  margin-top: 40px;
}

#country .country .global .global-list .note ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#country .country .global .global-list .note ul li span:first-child {
  margin-right: 5px;
}

#country .country .country-map {
  margin-top: 40px;
  padding-top: 80px;
  position: relative;
  z-index: 6;
  background-image: url("/assets/images/top/country-map.svg");
  background-repeat: no-repeat;
  background-position: top -90px right;
  background-size: 90%;
}

@media only screen and (max-width: 834px) {
  #country .country .country-map {
    padding-top: 50px;
    background: none;
  }
}

#country .country .country-map .map-group {
  width: 293px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  #country .country .country-map .map-group {
    width: 100%;
  }
}

#country .country .country-map .map-group .group h4 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #404040;
}

@media only screen and (max-width: 834px) {
  #country .country .country-map .map-group>.group {
    display: none;
  }
}

#country .country .country-map .map-group .group+.group {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  #country .country .country-map .map-group .group+.group {
    margin-top: 15px;
  }
}

#country .country .country-map .map-group .map {
  display: none;
  padding-top: 200px;
}

@media only screen and (max-width: 834px) {
  #country .country .country-map .map-group .map {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #country .country .country-map .map-group .map {
    padding-top: 150px;
  }
}

#country .country .country-map .map-group .group-flex {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #country .country .country-map .map-group .group-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#country .country .country-map .map-group .group-flex .group-col {
  width: 48%;
}

#country .country .country-map .map-group .group-flex .group-col .group {
  width: 100%;
}

.txt-head-200 {
  min-width: 200px;
}

@media only screen and (max-width: 750px) {
  .txt-head-200 {
    min-width: 100px;
  }
}

.table-list-col2 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 50px;
}

@media only screen and (max-width: 750px) {
  .table-list-col2 {
    margin-top: 40px;
  }
}

.table-list-col2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-list-col2 li .txt-head-table {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .table-list-col2 li .txt-head-table {
    font-size: 1.3rem;
  }
}

.table-list-col2 li .txt-detail-table {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .table-list-col2 li .txt-detail-table {
    font-size: 1.3rem;
  }
}

.table-list-col2 li:first-child .txt-head-table {
  border-top-left-radius: 10px;
}

.table-list-col2 li:last-child .txt-head-table {
  border-bottom-left-radius: 10px;
}

.table-list-col2 li+li {
  border-top: 2px solid #F4F4F4;
}

.table-theme-green .txt-head-table {
  background-color: #A8CB1B;
  color: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-theme-orange .txt-head-table {
  background-color: #F5931B;
  color: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* When */
#when .when .when-list {
  padding: 1.6rem;
  background-color: #faedff;
}

#when .when .when-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #when .when .when-list ul {
    display: block;
  }
}

#when .when .when-list ul li {
  width: 31%;
  max-width: 320px;
}

@media only screen and (max-width: 1080px) {
  #when .when .when-list ul li {
    width: 30%;
  }
}

@media only screen and (max-width: 834px) {
  #when .when .when-list ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#when .when .when-list ul li .when-list-img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 750px) {
  #when .when .when-list ul li .when-list-img {
    max-width: 250px;
  }
}

#when .when .when-list ul li h3 {
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #when .when .when-list ul li h3 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 400px) {
  #when .when .when-list ul li h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

#when .when .when-list ul li p {
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #when .when .when-list ul li+li {
    margin-top: 50px;
  }
}

#when .when .when-list h4 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 4.8rem;
  line-height: 6.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 35px;
  padding-top: 60px;
  background-image: url("/assets/images/top/polygon-violet.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 51px 26px;
}

@media only screen and (max-width: 1080px) {
  #when .when .when-list h4 {
    font-size: 4.4rem;
    line-height: 6rem;
  }
}

@media only screen and (max-width: 750px) {
  #when .when .when-list h4 {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 400px) {
  #when .when .when-list h4 {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

/* Process */
#process {
  background-image: url("/assets/images/top/process-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -6.5%;
  padding-top: 20%;
  padding-bottom: 200px;
  color: #fff;
}

@media only screen and (max-width: 1366px) {
  #process {
    margin-top: -40px;
    background-size: 1366px;
    padding-top: 275px;
  }
}

@media only screen and (max-width: 750px) {
  #process {
    margin-top: 30px;
    padding-top: 120px;
    padding-bottom: 75px;
    background-image: url("/assets/images/top/process-bg-sp.jpg");
    background-size: cover;
  }
}

#process .anchor {
  top: -150px;
}

@media only screen and (max-width: 750px) {
  #process .anchor {
    top: -110px;
  }
}

#process .process .process-step {
  margin-top: 65px;
}

@media only screen and (max-width: 750px) {
  #process .process .process-step {
    margin-top: 50px;
  }
}

#process .process .process-step .step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#process .process .process-step .step-row .step-img {
  width: 30.84%;
  max-width: 339px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-img {
    max-width: 130px;
    min-width: 130px;
  }
}

#process .process .process-step .step-row .step-img::before {
  content: "";
  position: absolute;
  right: -16.5%;
  top: 0;
  bottom: 0;
  z-index: 7;
  margin-top: auto;
  margin-bottom: auto;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 100%;
}

@media only screen and (max-width: 834px) {
  #process .process .process-step .step-row .step-img::before {
    right: -20.5%;
  }
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-img::before {
    width: 12px;
    height: 12px;
    right: -17%;
  }
}

#process .process .process-step .step-row .step-img::after {
  content: "";
  position: absolute;
  right: -14%;
  top: 55%;
  z-index: 6;
  width: 4px;
  height: 110%;
  border-left: 4px dotted #fff;
}

@media only screen and (max-width: 834px) {
  #process .process .process-step .step-row .step-img::after {
    right: -16.5%;
    height: 120%;
  }
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-img::after {
    width: 2px;
    border-width: 2px;
    right: -14.5%;
    height: 115%;
  }
}

#process .process .process-step .step-row .step-detail {
  width: 69.16%;
  padding-top: 13%;
  padding-left: 9%;
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-detail {
    padding-top: 55px;
  }
}

#process .process .process-step .step-row .step-detail p.no {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  height: auto;
}

@media only screen and (max-width: 834px) {
  #process .process .process-step .step-row .step-detail p.no {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-detail p.no {
    font-size: 1rem;
    line-height: 1rem;
  }
}

#process .process .process-step .step-row .step-detail p.no span {
  font-size: 3.6rem;
  line-height: 2.4rem;
  color: #FFFC4E;
}

@media only screen and (max-width: 834px) {
  #process .process .process-step .step-row .step-detail p.no span {
    font-size: 3rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-detail p.no span {
    font-size: 1.8rem;
    line-height: 1rem;
  }
}

#process .process .process-step .step-row .step-detail h3 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1080px) {
  #process .process .process-step .step-row .step-detail h3 {
    font-size: 4.4rem;
    line-height: 5.4rem;
  }
}

@media only screen and (max-width: 834px) {
  #process .process .process-step .step-row .step-detail h3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-detail h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  #process .process .process-step .step-row .step-detail h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media only screen and (max-width: 834px) {
  #process .process .process-step .step-row .step-detail p {
    height: 60px;
  }
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row .step-detail p {
    font-size: 1rem;
    line-height: 2rem;
    height: 40px;
  }
}

#process .process .process-step .step-row:last-child .step-img::after {
  display: none;
}

#process .process .process-step .step-row+.step-row {
  padding-top: 28px;
}

@media only screen and (max-width: 750px) {
  #process .process .process-step .step-row+.step-row {
    padding-top: 0;
  }
}

/* Voice */
#voice {
  background-color: #F0F0F0;
}

#voice .voice-bg {
  background-image: url("/assets/images/top/voice-bg-top.svg"), url("/assets/images/top/voice-bg-btm.svg");
  background-repeat: no-repeat;
  background-position: top 60px left 60px, bottom 60px right 60px;
  background-size: 220px;
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg {
    background-position: top 20px left 20px, bottom 20px right 20px;
  }
}

#voice .voice-bg .voice .txthead-box {
  position: relative;
}

#voice .voice-bg .voice .txthead-box::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  z-index: 6;
  margin-left: auto;
  margin-right: auto;
  width: 176px;
  height: 18px;
  background-image: url("/assets/images/top/voice-wave.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 176px 18px;
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .txthead-box::after {
    display: none;
  }
}

#voice .voice-bg .voice .voice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .voice-flex {
    display: block;
  }
}

#voice .voice-bg .voice .voice-flex .voice-col {
  width: 48%;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .voice-flex .voice-col {
    width: 100%;
  }
}

#voice .voice-bg .voice .voice-flex .voice-col .voice-img {
  width: 100%;
  max-width: 250px;
  min-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  overflow: hidden;
  border: 10px solid #FFFE37;
  position: relative;
}

#voice .voice-bg .voice .voice-flex .voice-col .voice-box {
  margin-top: -70px;
  padding: 95px 35px 75px 35px;
  border-radius: 16px;
  background-color: #fff;
}

@media only screen and (max-width: 834px) {
  #voice .voice-bg .voice .voice-flex .voice-col .voice-box {
    padding: 95px 25px 30px 25px;
  }
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .voice-flex .voice-col .voice-box {
    padding: 95px 20px 20px 20px;
  }
}

#voice .voice-bg .voice .voice-flex .voice-col .voice-box h3 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  #voice .voice-bg .voice .voice-flex .voice-col .voice-box h3 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}

#voice .voice-bg .voice .voice-flex .voice-col .voice-box h3+p {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
  margin-bottom: 45px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .voice-flex .voice-col .voice-box h3+p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

#voice .voice-bg .voice .voice-flex .voice-col .voice-box h3+p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 54px;
  height: 4px;
  background-color: #000;
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .voice-flex .voice-col .voice-box h3+p::after {
    height: 3px;
  }
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .voice-flex .voice-col .voice-box p {
    font-size: 1.2rem;
  }
}

#voice .voice-bg .voice .voice-flex .voice-col .voice-box p+p {
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  #voice .voice-bg .voice .voice-flex .voice-col+.voice-col {
    margin-top: 40px;
  }
}

/* About */
/* #about-esim {
  padding-top: 3rem;
} */

#about-intro .about-intro .txthead-box {
  margin-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  #about-intro .about-intro .txthead-box {
    margin-bottom: 35px;
  }
}

#about-intro .about-intro .txthead-box .txthead38 {
  color: #5815A1;
}

/* #comfort {
  margin-top: -100px;
  padding-top: 397px;
  padding-bottom: 397px;
  background-image: url("/assets/images/about_esim/comfort-bg-top.png"), url("/assets/images/about_esim/comfort-bg-btm.png");
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 1920px;
  position: relative;
} */

@media only screen and (max-width: 1080px) {
  #comfort {
    margin-top: 0;
    /* padding-top: 20.5%; */
    padding-bottom: 20.5%;
    background-size: 100%;
  }
}

/* #comfort .comfort-bg {
  background-color: #FAEDFF;
} */

/* #comfort .comfort {
  background-color: #FAEDFF;
} */



#comfort .comfort-bg .comfort .comfort-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #comfort .comfort-bg .comfort .comfort-list ul {
    display: block;
  }
}

#comfort .comfort-bg .comfort .comfort-list ul li {
  width: 31%;
  max-width: 310px;
}

@media only screen and (max-width: 1080px) {
  #comfort .comfort-bg .comfort .comfort-list ul li {
    width: 30%;
  }
}

@media only screen and (max-width: 834px) {
  #comfort .comfort-bg .comfort .comfort-list ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  #comfort .comfort-bg .comfort .comfort-list ul li .comfort-list-img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

#comfort .comfort-bg .comfort .comfort-list ul li h3 {
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #comfort .comfort-bg .comfort .comfort-list ul li h3 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 400px) {
  #comfort .comfort-bg .comfort .comfort-list ul li h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

#comfort .comfort-bg .comfort .comfort-list ul li p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #comfort .comfort-bg .comfort .comfort-list ul li+li {
    margin-top: 50px;
  }
}

#comfort .comfort-bg .comfort .comfort-list ul li img {
  max-width: 100%;
  width: 256px;
  margin: 0 auto;
}

#comfort .comfort-bg .comfort .comfort-list h4 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 4.8rem;
  line-height: 6.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 35px;
  padding-top: 60px;
  background-image: url("/assets/images/top/polygon-violet.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 51px 26px;
}

@media only screen and (max-width: 1080px) {
  #comfort .comfort-bg .comfort .comfort-list h4 {
    font-size: 4.4rem;
    line-height: 6rem;
  }
}

@media only screen and (max-width: 750px) {
  #comfort .comfort-bg .comfort .comfort-list h4 {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 400px) {
  #comfort .comfort-bg .comfort .comfort-list h4 {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

#howtouse .howtouse-bg {
  background-color: #0ea5e9;
  color: #fff;
  padding-bottom: 2rem;
}

#howtouse .txthead-box {
  margin-bottom: 30px;
}

#howtouse .howtouse {
  text-align: center;
  margin: 0 auto;
}

#howtouse .text-yellow {
  color: #fde047;
}

#howtouse .text-blue {
  color: #006fb8;
  font-size: 4rem;
}

#howtouse .text-skyblue {
  color: #1ae8ce;
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  #howtouse .text-yellow {
    font-size: 4.8rem;
  }
}

#howtouse .howtouse-box {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 768px) {
  #howtouse .howtouse-box {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}

#howtouse .howtouse-desc {
  font-size: 1.4rem;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  #howtouse .howtouse-desc {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #howtouse .howtouse-desc {
    text-align: center;
  }
}

#howtouse .howtouse-step-list {
  width: fit-content;
  margin: 2.8rem auto;
}

@media (min-width: 768px) {
  #howtouse .howtouse-step-list {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
  }
}

#howtouse .howtouse-step-item {
  display: flex;
  flex-direction: row;
}

@media (min-width: 768px) {
  #howtouse .howtouse-step-item {
    display: block;
  }
}

#howtouse .howtouse-step-img {
  width: 128px;
}

@media (min-width: 768px) {
  #howtouse .howtouse-step-img {
    width: 256px;
  }
}

#howtouse .howtouse-step-box {
  margin-left: auto;
  margin-right: auto;
}

#howtouse .howtouse-step-title {
  text-align: center;
  margin: 0 auto;
  padding-top: 1.6rem;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  #howtouse .howtouse-step-title {
    padding-left: 0;
  }
}

#howtouse .howtouse-step-span {
  /* color: #f3cc55; */
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  #howtouse .howtouse-step-span {
    font-size: 2rem;
  }
}

#howtouse .howtouse-step-desc {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  #howtouse .howtouse-step-desc {
    font-size: 2.4rem;
    padding-left: 0;
  }
}

#howtouse .howtouse-step-arrow {
  width: 3.2rem;
  margin: 0 auto;
  transform: rotate(90deg);
}

@media (min-width: 768px) {

  /* md ブレークポイントを想定 */
  #howtouse .howtouse-step-arrow {
    width: 4rem;
    transform: rotate(0deg);
  }
}


#about-esim {
  position: relative;
  z-index: 7;
}

#about-esim .about-esim .about-esim-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 750px) {
  #about-esim .about-esim .about-esim-img {
    display: block;
  }
}

#about-esim .about-esim .about-esim-img div {
  margin: 0 15px;
}

#about-esim .about-esim .about-esim-img div .bg-radius {
  background-color: #bbfffe;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

#about-esim .about-esim .about-esim-img div img {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
}

#about-esim .about-esim .about-esim-img div p {
  margin-top: 20px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #about-esim .about-esim .about-esim-img div+div {
    margin-top: 30px;
  }
}

#compatible {
  background-color: #EDEDED;
}

#compatible .compatible h3 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#compatible .compatible h3+h4 {
  margin-top: 15px;
}

#compatible .compatible h4 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#compatible .compatible p+h3 {
  margin-top: 20px;
}

#compatible .compatible p+h4 {
  margin-top: 20px;
}

#compatible .compatible p+p {
  margin-top: 20px;
}

#compatible .compatible p.small {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

#about-video .about-video {
  position: relative;
  padding-bottom: 51.25%;
  height: 0;
}

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

/* Howto */
.howto-content p.center {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.howto-content .howto-step {
  margin-bottom: 30px;
}

.howto-content .howto-step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.howto-content .howto-step ul li {
  width: 23.23%;
  max-width: 243px;
  margin-top: 25px;
}

@media only screen and (max-width: 750px) {
  .howto-content .howto-step ul li {
    width: 48%;
  }
}

.howto-content .howto-step ul li p.no {
  width: 54px;
  height: 54px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
  background-image: url("/assets/images/howto/bg-no.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54px;
}

@media only screen and (max-width: 750px) {
  .howto-content .howto-step ul li p.no {
    width: 44px;
    height: 44px;
    font-size: 2rem;
    line-height: 2rem;
    background-size: 44px;
  }
}

.howto-content .howto-step ul li p {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 750px) {
  .howto-content .howto-step ul li p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

/* Form */
#form {
  position: relative;
  margin-top: -130px;
}

@media only screen and (max-width: 750px) {
  #form {
    margin-top: -75px;
  }
}

#form .form .form-box {
  background-color: #fff;
}

#form .form .form-box .form-box-row .form-content {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px 35px 20px;
}

#form .form .form-box .form-box-row .form-content .form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#form .form .form-box .form-box-row .form-content .form-select .left {
  width: 184px;
  max-width: 184px;
  min-width: 184px;
  margin-top: 15px;
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select .left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

#form .form .form-box .form-box-row .form-content .form-select .right {
  width: 100%;
  margin-left: 50px;
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select .right {
    margin-left: 0;
  }
}

#form .form .form-box .form-box-row .form-content .form-select .right .row .topic {
  padding: 20px 25px;
  background-color: #A926D6;
  border-radius: 10px 10px 0 0;
  position: relative;
}

#form .form .form-box .form-box-row .form-content .form-select .right .row .topic p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #form .form .form-box .form-box-row .form-content .form-select .right .row .topic p {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select .right .row .topic p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select .right .row .topic {
    padding: 20px 15px;
  }
}

#form .form .form-box .form-box-row .form-content .form-select .right .row .topic::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  z-index: 6;
  width: 23px;
  height: 23px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/form/arrow-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select .right .row .topic::before {
    display: none;
  }
}

#form .form .form-box .form-box-row .form-content .form-select .right .row .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #EFEFEF;
  border-radius: 0 0 10px 10px;
}

#form .form .form-box .form-box-row .form-content .form-select .right .row .field .col:first-child {
  width: 180px;
  margin-left: -60px;
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select .right .row .field .col:first-child {
    width: 100px;
    margin-left: 0;
  }
}

#form .form .form-box .form-box-row .form-content .form-select .right .row:last-child .topic::before {
  background-image: url("/assets/images/form/arrow-btm.svg");
}

#form .form .form-box .form-box-row .form-content .form-select .right .row+.row {
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  #form .form .form-box .form-box-row .form-content .form-select .right .row+.row {
    margin-top: 20px;
  }
}

#form .form .form-box .form-box-row .form-content .form-topic {
  margin-bottom: 15px;
}

#form .form .form-box .form-box-row .form-content .form-topic h3 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

#form .form .form-box .form-box-row .form-content .form-topic h3 span.imp {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #DC0011;
}

#form .form .form-box .form-box-row .form-content .form-topic p {
  font-size: 1.5rem;
  margin-top: 5px;
}

#form .form .form-box .form-box-row .form-content .form-field .col50 {
  width: 48%;
}

#form .form .form-box .form-box-row .form-content .form-field p.topic {
  margin-top: 9px;
  padding-right: 10px;
}

#form .form .form-box .form-box-row .form-content .form-field p.alert {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #DC0011;
}

#form .form .form-box .form-box-row .form-content .form-field.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#form .form .form-box .form-box-row .form-content .form-remark {
  margin-top: 15px;
}

#form .form .form-box .form-box-row .form-content .form-remark p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #DC0011;
}

#form .form .form-box .form-box-row .form-content.button {
  padding-top: 70px;
  padding-bottom: 70px;
}

#form .form .form-box .form-box-row.alert .form-field .textbox {
  background-color: #FFEDED;
  border-color: #DC0011;
  margin-bottom: 5px;
}

#form .form .form-box .form-box-row.alert .form-remark {
  margin-top: 0;
}

#form .form .form-box .form-box-row+.form-box-row {
  border-top: 2px solid #e3e3e3;
}

#form .form .form-thanks-box {
  padding: 4% 5%;
}

#form .form .form-thanks-box p+p,
#form .form .form-thanks-box p+ul,
#form .form .form-thanks-box ul+p {
  margin-top: 25px;
}

#form .form .form-thanks-box ul.list {
  margin-left: 30px;
}

#form .form .form-thanks-box ul.list li {
  list-style: disc;
}

#form .form .form-thanks-box p.line {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
}

#form .form .form-thanks-box .btn-box {
  margin-top: 5%;
}

.choose-file label {
  padding: 0 30px;
}

.textbox {
  width: 100%;
  border: 0;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 16px;
  border: 1px solid #EFEFEF;
  background-color: #EFEFEF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

@media only screen and (max-width: 750px) {
  .chkbox-btn {
    font-size: 1.4rem;
  }
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 750px) {
  .chkbox {
    top: 3px;
  }
}

.chkbox-btn input:checked~.chkbox {
  background-color: #fff;
  border-color: #000;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked~.chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0px;
  left: 5px;
  width: 5px;
  height: 12px;
  border: solid #A926D6;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Policy */
.policy-content h2 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-decoration: underline;
}

.policy-content h2+p {
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  .policy-content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.policy-content p+h3 {
  margin-top: 30px;
}

.policy-content p+h4 {
  margin-top: 20px;
}

.policy-content p+p {
  margin-top: 10px;
}

.policy-content .policy-table {
  margin: 30px 0;
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 750px) {
  .policy-content .policy-table {
    margin: 20px 0;
  }
}

.policy-content .policy-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.policy-content .policy-table .tr .td {
  width: 50%;
  padding: 15px 20px;
}

@media only screen and (max-width: 750px) {
  .policy-content .policy-table .tr .td {
    padding: 10px 15px;
  }
}

.policy-content .policy-table .tr .td:first-child {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
}

.policy-content .policy-table .tr .td+.td {
  border-left: 1px solid #e5e5e5;
}

.policy-content .policy-table .tr .td ul {
  margin: 0 18px;
}

.policy-content .policy-table .tr .td ul+a {
  margin-top: 10px;
}

.policy-content .policy-table .tr .td p+a {
  margin-top: 10px;
}

.policy-content .policy-table .tr .td a {
  display: block;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.policy-content .policy-table .tr .td a+p {
  margin-top: 25px;
}

.policy-content .policy-table .tr+.tr {
  border-top: 1px solid #e5e5e5;
}

.policy-content .policy-table .tr:nth-child(even) {
  background-color: #f9f9f9;
}

.policy-content h3 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.policy-content h3+p {
  margin-top: 5px;
}

@media only screen and (max-width: 750px) {
  .policy-content h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.policy-content h4 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-weight: 600;
}

.policy-content ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.policy-content ul+h4 {
  margin-top: 10px;
}

.policy-content ul+h3 {
  margin-top: 30px;
}

.policy-content ul li {
  list-style: disc;
}

.policy-content ul ul {
  margin-left: 40px;
}

.policy-content ul ul li {
  list-style: circle;
}

/* Terms */
.terms-content h2 {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 750px) {
  .terms-content h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.terms-content h2+p,
.terms-content h2+ul {
  margin-top: 15px;
}

.terms-content p+h2 {
  margin-top: 30px;
}

.terms-content p+p {
  margin-top: 15px;
}

.terms-content p+ul {
  margin-top: 10px;
}

.terms-content ul {
  margin-left: 25px;
}

.terms-content ul li {
  list-style: disc;
}

.terms-content ul+h2 {
  margin-top: 30px;
}

.terms-content ul+p {
  margin-top: 10px;
}

/* Order Contract */
.ordercontract-content div,
table,
td,
th {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  border-bottom: 1px solid black;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* Inquiry */
#inquiry {
  padding-bottom: 1px;
}

#inquiry .container {
  width: 90%;
  max-width: 980px;
  background-color: #fff;
  margin-bottom: 145px;
  border: 5px solid #ededed;
}

#inquiry form {
  padding-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

#inquiry .form-container {
  padding-top: 45px;
}

#inquiry .form-container .title {
  margin-bottom: 30px;
}

#inquiry .form-container .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

#inquiry .form-container .row-input {
  margin-top: 5px;
}

#inquiry .form-container .row-input .list-file {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#inquiry .form-container .row-input .description {
  margin-top: 16px;
  font-size: 1.5rem;
  color: #808080;
}

#inquiry .form-container .row-input .title-row {
  margin-bottom: 10px;
}

#inquiry .form-container .row-input .title-row label {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

#inquiry .form-container .row-input .title-row label .required {
  font-size: 1.2rem;
  background-color: #b90809;
  color: #fff;
  width: 48px;
  height: 23px;
  text-align: center;
  display: inline-block;
  border-radius: 54px;
  top: -4px;
  position: relative;
  margin-left: 7px;
  line-height: 1.9;
}

#inquiry .form-container .row-input .title-row label .optional-input {
  font-size: 1.4rem;
  color: red;
}

#inquiry .form-container .row-input .title-row label .any {
  font-size: 1.2rem;
  background-color: #798d98;
  color: #fff;
  width: 48px;
  height: 23px;
  text-align: center;
  display: inline-block;
  border-radius: 54px;
  top: -4px;
  position: relative;
  margin-left: 7px;
  line-height: 1.9;
}

@media only screen and (max-width: 480px) {
  #inquiry .form-container .row-input .title-row label .any {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  #inquiry .form-container .row-input .title-row label[for="esim_id"] {
    display: block;
  }
}


#inquiry .form-container .row-input .variable-layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#inquiry .form-container .row-input .variable-layout .input {
  width: 100%;
}

#inquiry .form-container .row-input .variable-layout .input.last-name {
  padding-bottom: 0;
  padding-right: 10px;
}

@media only screen and (max-width: 480px) {
  #inquiry .form-container .row-input .variable-layout .input.last-name {
    padding-bottom: 5px;
    padding-right: 0px;
  }
}

#inquiry .form-container .row-input .variable-layout .input.first-name {
  padding-bottom: 0;
  padding-left: 10px;
}

@media only screen and (max-width: 480px) {
  #inquiry .form-container .row-input .variable-layout .input.first-name {
    padding-top: 5px;
    padding-left: 0px;
  }
}

#inquiry .form-container .row-input .variable-layout .input input {
  width: 100%;
  height: 55px;
  border-radius: 2px;
  font-size: 1.6rem;
  padding: 0 20px;
  color: #000;
  appearance: none;
  outline: none;
  border: 1px solid #aaa;
}

#inquiry .form-container .row-input .variable-layout .input input[type="file"] {
  width: 100%;
  height: auto;
  border-radius: 2px;
  font-size: 1.6rem;
  padding: 20px;
  color: #000;
  appearance: none;
  outline: none;
  border: 1px solid #aaa;
}

#inquiry .form-container .row-input .variable-layout .input textarea {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 2px;
  height: 200px;
  padding: 20px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  #inquiry .form-container .row-input .variable-layout {
    display: block;
  }
}

#inquiry .form-container .row-input .variable-layout.radio-list {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}

#inquiry .form-container .row-input .variable-layout.radio-list .radio-item {
  width: 35%;
}

#inquiry .form-container .row-input .variable-layout.radio-list .radio-item .radio-btn {
  font-weight: bold;
  width: 100%;
  height: 55px;
  margin-top: 0px;
  position: relative;
  padding-right: 0;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #EBEBEB;
  border-radius: 30px;
  max-width: 400px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#inquiry .form-container .row-input .variable-layout.radio-list .radio-item .radio-btn.active {
  background-color: #3565bf;
  color: #fff;

  .radio-icon::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 3px;
    height: 9px;
    border: solid #3565bf;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

@media only screen and (max-width: 750px) {
  #inquiry .form-container .row-input .variable-layout.radio-list .radio-item .radio-btn {
    margin: 0 auto;
  }
}

#inquiry .form-container .row-input .variable-layout.radio-list .radio-item .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#inquiry .form-container .row-input .variable-layout.radio-list .radio-item .radio-btn .radio-icon {
  position: absolute;
  right: 15px;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);

}

@media only screen and (max-width: 750px) {
  #inquiry .form-container .row-input .variable-layout.radio-list {
    flex-direction: column;
    gap: 24px;
  }

  #inquiry .form-container .row-input .variable-layout.radio-list .radio-item {
    width: 100%;
  }
}

#inquiry .form-container .row-input+.row-input {
  margin-top: 40px;
}

#inquiry .form-container.confirm .row-input+.row-input {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}

#inquiry .form-container.confirm .row-input:last-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

#inquiry .row-btn {
  margin-top: 50px;
}

#inquiry .row-btn .btn-summit {
  max-width: 330px;
  width: 100%;
  border-radius: 30px;
  height: 50px;
  border: 0;
  background: url(/assets/images/inquiry/arrow-right-form.svg) #CCFF58;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 25px;
  background-position: right 8em center;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 1.6rem;
  cursor: pointer;
}

#inquiry .row-btn a {
  text-decoration: none;
  outline: none;
  color: #000;
  transition: color 0.3s, opacity 0.3s;
}

#inquiry .row-btn .btn-back {
  max-width: 330px;
  width: 100%;
  border-radius: 30px;
  height: 50px;
  border: 0;
  background: url(/assets/images/inquiry/arrow-left-form.svg) #DEDEDE;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  background-position: left 8em center;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 1.6rem;
  cursor: pointer;
}

#inquiry #validation-error {
  border: 4px solid #e20000;
  border-radius: 10px;
  background-color: #e20000;
  margin: 0px auto;
  margin-top: 25px;
}

#inquiry #validation-error .tab-head {
  padding: 7px 0;
  text-align: center;
  color: #fff;
}

#inquiry #validation-error .tab-head h3 {
  font-weight: bold;
  font-size: 1.8rem;
}

#inquiry.thanks {
  &>div {
    padding: 24px 0;
  }
}

#inquiry.thanks h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 2.4rem;
}

#inquiry.thanks p {
  text-align: center;
}

#inquiry #validation-error .content {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 15px 20px;
}

#inquiry #validation-error .content .row-input {
  margin-top: 5px;
}

#inquiry #validation-error .content .error-content {
  margin: 0 auto;
  display: table;
}

#inquiry #validation-error .content li {
  color: red;
  flex-direction: column;
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* --- バリデーション --- */
#inquiry .validation-error {
  margin-top: 8px;
}

#inquiry .validation-error__caution {
  color: #ef3b2d;
  background-color: #ffd1d1;
  border-color: #e50101;
  font-size: 1.6rem;
}

/* Purchase */
.hide-purchase #purchase {
  display: none;
}

#purchase {
  background-image: url("/assets/images/top/purchase-bg2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 750px) {
  #purchase {
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url("/assets/images/top/purchase-bg2-sp.png");
  }
}

#purchase .purchase .txthead-box {
  margin-bottom: 20px;
}

#purchase .purchase .txthead-box h2 {
  color: #3565bf;
}

#purchase .purchase .purchase-content {
  text-align: center;
}

#purchase .purchase .purchase-content>p {
  font-weight: 600;
  color: #3565bf;
}

@media only screen and (max-width: 834px) {
  #purchase .purchase .purchase-content .btn-box {
    margin-top: 35px;
  }
}

#purchase .purchase .purchase-content .purchase-tel {
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.65);
}

#purchase .purchase .purchase-content .purchase-tel .purchase-tel-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

#purchase .purchase .purchase-content .purchase-tel .purchase-tel-note p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1080px) {
  #purchase .purchase .purchase-content .purchase-tel .purchase-tel-info {
    display: table;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-tel {
    width: 100%;
    padding: 25px 15px;
  }
}

#purchase .purchase .purchase-content .purchase-tel p {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1080px) {
  #purchase .purchase .purchase-content .purchase-tel p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 834px) {
  #purchase .purchase .purchase-content .purchase-tel p {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-tel p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

@media only screen and (max-width: 400px) {
  #purchase .purchase .purchase-content .purchase-tel p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

#purchase .purchase .purchase-content .purchase-tel p span {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.6rem;
}

@media only screen and (max-width: 834px) {
  #purchase .purchase .purchase-content .purchase-tel p span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-tel p span {
    font-size: 1rem;
  }
}

#purchase .purchase .purchase-content .purchase-tel a {
  margin-right: 15px;
  margin-left: 15px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}

@media only screen and (max-width: 834px) {
  #purchase .purchase .purchase-content .purchase-tel a {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-tel a {
    margin-left: 0;
    margin-right: 0;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 400px) {
  #purchase .purchase .purchase-content .purchase-tel a {
    font-size: 3rem;
    line-height: 3rem;
  }
}

#purchase .purchase .purchase-content .purchase-mail {
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1080px) {
  #purchase .purchase .purchase-content .purchase-mail {
    display: table;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-mail {
    width: 100%;
    padding: 25px 15px;
  }
}

#purchase .purchase .purchase-content .purchase-mail p {
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1080px) {
  #purchase .purchase .purchase-content .purchase-mail p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 834px) {
  #purchase .purchase .purchase-content .purchase-mail p {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-mail p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

@media only screen and (max-width: 400px) {
  #purchase .purchase .purchase-content .purchase-mail p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

#purchase .purchase .purchase-content .purchase-mail p span {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.6rem;
}

@media only screen and (max-width: 834px) {
  #purchase .purchase .purchase-content .purchase-mail p span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-mail p span {
    font-size: 1rem;
  }
}

#purchase .purchase .purchase-content .purchase-mail a {
  margin-right: 15px;
  margin-left: 15px;
  font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}

@media only screen and (max-width: 834px) {
  #purchase .purchase .purchase-content .purchase-mail a {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 750px) {
  #purchase .purchase .purchase-content .purchase-mail a {
    margin-left: 0;
    margin-right: 0;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 400px) {
  #purchase .purchase .purchase-content .purchase-mail a {
    font-size: 3rem;
    line-height: 3rem;
  }
}

/* Footer */
footer {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 750px) {
  footer {
    /* display: none; */
    padding: 15px 0;
  }
}

footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  footer .footer .footer-logo {
    width: 125px;
  }
}

footer .footer .footer-logo a {
  display: block;
}

/* @media only screen and (max-width: 1080px) {
  footer .footer .footer-menu {
    display: none;
  }
} */

footer .footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer .footer-menu ul li {
  position: relative;
}

footer .footer .footer-menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer .footer-menu ul li+li {
  margin-left: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 830px) {
  footer .footer .footer-menu ul li+li {
    margin-left: 8px;
    padding-left: 8px;
  }
}

/* footer .footer .footer-menu ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 14px;
  background-color: #000;
} */

.gototop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 8;
}

@media only screen and (max-width: 1080px) {
  .gototop {
    right: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .gototop {
    width: 18px;
    bottom: 11px;
  }
}

.gototop a {
  display: block;
}

.show1080 {
  display: none !important;
}

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

.show834 {
  display: none !important;
}

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

.show750 {
  display: none !important;
}

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

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

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

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

#price .price-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  width: 90%;
  height: 48px;
  line-height: 48px;
  background-color: #4472c4;
}

#price .price-container .price-table-wrap {
  .wrap {
    overflow-x: scroll;
  }
}

#price .price-container .price-table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  #price .price-container .price-table {
    width: 800px;
  }
}

#price .price-container .price-table thead th {
  padding: 0;
  border-right: 2px solid #fff;
  border-bottom: none;
}

#price .price-container .price-table thead th:not(:first-child) {
  color: #fff;
  font-size: 1.6rem;
  height: 40px;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
  background-color: #4d9bc1;
}

#price .price-container .price-table tbody #border-hidden {
  border-left: none;
}

#price .price-container .price-table tbody tr {
  background-color: #fff;
  padding: .35em;
}

#price .price-container .price-table tbody tr:nth-child(even) {
  background-color: #e6f1f6;
}

#price .price-container .price-table tbody tr:not(:first-child) th,
#price .price-container .price-table tbody tr:not(:first-child) td {
  border-bottom: none;
}

#price .price-container .price-table tbody tr:last-child th,
#price .price-container .price-table tbody tr:last-child td {
  border-bottom: 2px solid #ddd;
}

#price .price-container .price-table tbody td {
  padding: 1.3rem;
  text-align: center;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#price .price-container .price-table tbody th {
  padding: 1.3rem;
  font-size: 2.4rem;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#price .price-container .price-table tbody .small-text {
  font-size: 70%;
}

#price .price-container .price-table .country-name {
  color: #fff;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.05em;
}

#price .price-container .price-table .price {
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #price .price-container .price-table tbody th {
    font-size: 1.6rem;
    padding: 1rem;
  }

  #price .price-container .price-table tbody td {
    padding: 1rem;
  }

  #price .price-container .price-table .price {
    font-size: 1.6rem;
  }
}


#price .price-container .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  text-align: center;
  background-color: #FAF235;
  width: fit-content;
  height: 50px;
  margin: 0 auto;
  margin-top: 1rem;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid #FAF235;
  border-radius: 8px;
}

.tab-banner-toggle {
  padding: 30px;
  z-index: 9;
  position: relative;
  background-color: #bdd7ee;
  margin-top: 45px;
}

@media only screen and (max-width: 750px) {
  .tab-banner-toggle {
    padding: 20px;
    margin-top: 40px;
  }
}

.tab-banner-toggle h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
}

@media only screen and (max-width: 750px) {
  .tab-banner-toggle h2 {
    font-size: 2rem;
  }
}

#howto-intro {
  position: relative;
  padding-top: 125px;
  margin-bottom: 150px;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  #howto-intro {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

#howto-intro .howto-intro-text-slide {
  min-width: 1467px;
  position: absolute;
  top: 50px;
  left: 300px;
  z-index: 8;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

@media only screen and (max-width: 750px) {
  #howto-intro .howto-intro-text-slide {
    min-width: 100%;
    left: 0 !important;
    top: 0;
  }
}

#howto-intro .btn-select {
  text-align: center;
  margin-bottom: 5rem;
}

#howto-intro .btn-select .btn-select__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;

  @media only screen and (max-width: 750px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

#howto-intro .btn-select .btn-select__item a {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  border: 2px solid #3565bf;
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
}

#howto-intro .btn-select .btn-select__item a.active {
  background-color: #3565bf;
  color: #fff;

  img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(72deg) brightness(102%) contrast(102%);
  }
}

#howto-intro .howto-intro-title {
  position: relative;
  z-index: 9;
}

#howto-intro .howto-intro-title h2 {
  font-size: 3.6rem;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center;
  font-weight: 900;
}

@media only screen and (max-width: 750px) {
  #howto-intro .howto-intro-title h2 {
    white-space: inherit;
    font-size: 2.4rem;
  }

  #howto-intro .howto-intro-title h2 br {
    display: none;
  }
}

#howto-intro .howto-intro-txt {
  position: relative;
  z-index: 9;
  margin-top: 40px;
}

#howto-intro .howto-intro-txt p {
  font-size: 2rem;
  white-space: nowrap;
  line-height: 2;
}

@media only screen and (max-width: 750px) {
  #howto-intro .howto-intro-txt p {
    white-space: inherit;
  }
}

#howto-intro .content-slide-toggle {
  margin-top: 20px;
}

#howto-intro #cellular-ios .img.wrap {
  position: relative;
}

#howto-intro #cellular-ios .img.wrap img {
  padding: 30px 0 0 30px;
}

#howto-intro #cellular-ios .img.wrap .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #ea0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
}

@media only screen and (max-width: 750px) {
  #howto-intro #cellular-ios .img.wrap img {
    padding: 4vw 0 0 4vw;
  }

  #howto-intro #cellular-ios .img.wrap .num {
    width: 8vw;
    height: 8vw;
    font-size: 3.5vw;
    line-height: 8vw;
  }
}

#howto-intro .content-slide-toggle.grey.qa {
  margin-top: 20px;
}

#howto-intro #package .package .content-slide-toggle {
  margin-top: 70px;
}

#howto-intro #package .package .content-slide-toggle .link {
  color: #0273BA;
  font-weight: 600;
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  #howto-intro #package .package .content-slide-toggle {
    margin-top: 30px;
  }
}

.newsbox-list-h {
  overflow: scroll;
  height: 170px;
}

/* Slide toggle */
#howto-intro .content-slide-toggle.grey .toggle-row .toggle-btn {
  background-color: #f7f7f7;
}

#howto-intro .content-slide-toggle.grey .toggle-row .toggle-btn.active {
  background-color: #0273BA;
}

#howto-intro .content-slide-toggle.grey .toggle-row .toggle-content {
  background-color: #f7f7f7;
}

#howto-intro .content-slide-toggle.qa .toggle-row .toggle-btn span {
  margin-right: 15px;
  white-space: nowrap;
}

#howto-intro .content-slide-toggle .toggle-row+.toggle-row {
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  #howto-intro .content-slide-toggle .toggle-row+.toggle-row {
    margin-top: 10px;
  }
}

#howto-intro .content-slide-toggle .toggle-row .toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding-left: 45px;
  padding-right: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  background-image: url("/assets/images/howto/btn-toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 20px;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 750px) {
  #howto-intro .content-slide-toggle .toggle-row .toggle-btn {
    padding-left: 30px;
    padding-right: 60px;
    background-size: 15px;
    font-size: 1.3rem;
    line-height: 1.7rem;
    height: auto;
    min-width: auto;
  }
}

#howto-intro .content-slide-toggle .toggle-row .toggle-btn.active {
  color: #fff;
  background-color: #0273BA;
  background-image: url("/assets/images/howto/btn-toggle-close-white.svg");
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content {
  margin-top: -80px;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 40px;
  display: none;
  background-color: #fff;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 750px) {
  #howto-intro .content-slide-toggle .toggle-row .toggle-content {
    margin-top: -70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content a {
  color: rgb(2 115 186 / 1);
  font-weight: 600;
  text-decoration: underline;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .terms-content ul li {
  position: relative;
  padding-left: 18px;
  list-style: none;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .terms-content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .terms-content ul li+li {
  margin-top: 5px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content p+img {
  margin-top: 20px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content img {
  margin-left: auto;
  margin-right: auto;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub+.before-list-box-sub {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c4c4c4;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-btn-sub {
  display: block;
  padding-right: 25px;
  background-image: url("/assets/images/howto/btn-toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-btn-sub.active {
  background-image: url("/assets/images/howto/btn-toggle-close.svg");
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-btn-sub p {
  font-weight: 700;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub {
  margin-top: 10px;
  display: none;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub a {
  color: #1E68AC;
  text-decoration: underline;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub ol {
  margin-left: 15px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub ol li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  list-style: decimal;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub ol li+li {
  margin-top: 5px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row+.before-content-row {
  margin-top: 40px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row .before-content-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row .before-content-topic h4 {
  white-space: nowrap;
  padding: 2px 10px;
  color: #fff;
  background-color: #000;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row .before-content-topic p {
  width: 100%;
  font-weight: 600;
  padding: 2px 10px;
  background-color: #F7F7F5;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row h5 {
  font-weight: 600;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row p+p {
  margin-top: 15px;
}

#howto-intro .content-slide-toggle .toggle-row .toggle-content .before-content-row p.small {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

#howto-intro #search-result .toggle-row-hidden {
  display: none;
}

#howto-intro .content-slide-toggle {
  margin-top: 20px;
}

.howto-page .content-slide-toggle {
  z-index: 9;
  position: relative;
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .howto-page .content-slide-toggle .toggle-row .toggle-btn {
    padding-left: 25px;
    padding-right: 50px;
  }
}

#faq-intro .content-slide-toggle {
  margin-top: 20px;
}

.faq-page .content-slide-toggle {
  z-index: 9;
  position: relative;
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .faq-page .content-slide-toggle .toggle-row .toggle-btn {
    padding-left: 25px;
    padding-right: 50px;
  }
}

#howto-intro .section-toggle p.remark {
  margin-top: 25px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
}

#howto-intro .section-toggle .list-col-03>ul {
  margin-top: -40px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#howto-intro .section-toggle .list-col-03>ul li {
  width: 32%;
  margin-top: 40px;
  margin-left: 12px;
}

@media only screen and (max-width: 750px) {
  #howto-intro .section-toggle .list-col-03>ul li {
    width: 46%;
  }
}

#howto-intro .section-toggle .list-col-03>ul li .txt-img {
  margin-top: 10px;
  padding-left: 20px;
}

@media only screen and (max-width: 750px) {
  #howto-intro .section-toggle .list-col-03>ul li .txt-img {
    padding-left: 10px;
  }
}

#howto-intro .section-toggle .list-col-03>ul li .txt-img p {
  line-height: 1.6;
}

@media only screen and (max-width: 750px) {
  #howto-intro .section-toggle .list-col-03>ul li .txt-img p {
    font-size: 1.4rem;
  }
}

#howto-intro .section-toggle .list-col-03>ul li .txt-img p+p {
  margin-top: 10px;
}

#howto-intro .section-toggle .list-col-03>ul li .txt-img .color-red {
  color: #ea0000;
}

#howto-intro .sub-title {
  color: #3565bf;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#howto-intro .search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 0 1rem;
  border-radius: 5px;
  border: 1px solid #6b7280;
}

#howto-intro .search .search-input {
  width: 100%;
  font-size: 1.6rem;
  padding: 1.2rem;
  border: none;
}

#howto-intro .search .search-icon {
  opacity: .5;
  width: 1.6rem;
  height: 1.6rem;
}

#howto-intro .no-search {
  color: #ef3b2d;
}

#howto-intro .search-result {
  margin-bottom: 5rem;
}

#boforeuse .package-toggle .link {
  color: #0273BA;
  font-weight: 600;
  text-decoration: underline;
}

#boforeuse .package-toggle .text-bold {
  font-weight: 600;
}

#boforeuse .faq-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

#boforeuse .faq-item a {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  border: 2px solid #3565bf;
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
}

#boforeuse .faq-item .left-arrow {
  transform: rotate(-90deg);
}
