@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

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%;
    min-width: 1280px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
    transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
    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.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
    transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

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;
    pointer-events: auto;
}

button {
    border: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
    transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

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

.text-input,
input[type=text],
input[type=number],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}

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

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

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

.fw100-thin {
    font-weight: 100;
}

.fw300-light {
    font-weight: 300;
}

.fw400-regular {
    font-weight: 400;
}

.fw500-medium {
    font-weight: 500;
}

.fw600-semi-bold {
    font-weight: 600;
}

.fw700-bold {
    font-weight: 700;
}

.fw900-black {
    font-weight: 900;
}

.Helvetica {
    font-family: Helvetica, sans-serif;
}

.color-blue {
    color: #0273BA;
}

.color-red {
    color: #FF0000;
}

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

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

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

.btn-box.mt80 {
    margin-top: 80px;
}

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

.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;
}

.btn.green {
    background-color: #CCFF58;
}

.btn.grey {
    background-color: #F0F0F0;
}

.btn.h50 {
    height: 50px;
    border-radius: 25px;
}

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

.btn.w-auto {
    padding: 0 25px;
}

.btn.border {
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 30px;
    height: 60px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
}

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

.btn.border-grey {
    border: 1px solid #707070;
    border-radius: 30px;
    height: 60px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
}

@media only screen and (max-width: 750px) {
    .btn.border-grey {
        height: 50px;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}

.btn.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

.txthead-box {
    position: relative;
    z-index: 9;
}

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

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

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

.txthead-box.mb70 {
    margin-bottom: 70px;
}

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

.txthead-box .fz36 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-weight: 900;
}

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

.txthead-box .fz36 span.small {
    font-size: 2rem;
}

@media only screen and (max-width: 750px) {
    .txthead-box .fz36 span.small {
        font-size: 1.4rem;
    }
}

.txthead-box .fz36 span.large {
    font-size: 4.6rem;
}

@media only screen and (max-width: 750px) {
    .txthead-box .fz36 span.large {
        font-size: 3.6rem;
    }
}

.txthead-box .fz25 {
    font-size: 2.5rem;
    line-height: 3.6rem;
    font-weight: 900;
}

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

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

.txthead-box h2 span.flex {
    position: relative;
    z-index: 13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.txthead-box .tab-yellow {
    background-image: url("/assets/images/commons/tab-yellow.png");
    background-repeat: repeat-x;
    background-position: center bottom 0px;
    background-size: contain;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    padding-left: 5px;
}

@media only screen and (max-width: 750px) {
    .txthead-box .tab-yellow {
        background-position: center bottom 0px;
    }
}

/* Header */
.about-active .about-menu {
    position: relative;
}

.about-active .about-menu:after {
    content: url("/assets/images/commons/current.png");
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.howto-active .howto-menu {
    position: relative;
}

.howto-active .howto-menu:after {
    content: url("/assets/images/commons/current.png");
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    width: 100%;
    padding: 0 40px;
    background-color: #fff;
}

@media only screen and (max-width: 995px) {
    header {
        padding: 0 2%;
    }
}

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

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;
}

@media only screen and (max-width: 995px) {
    header .header {
        height: 70px;
    }
}

header .header .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 995px) {
    header .header .header-logo a span img {
        width: 100px;
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    header .header .header-logo a span img {
        width: 87px;
    }
}

header .header .header-logo a p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #013B60;
    margin-left: 25px;
}

@media only screen and (max-width: 1280px) {
    header .header .header-logo a p {
        font-size: 1.4rem;
        line-height: 1.1rem;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    header .header .header-logo a p {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 400px) {
    header .header .header-logo a p {
        font-size: 1rem;
    }
}

header .header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header .header-menu nav {
    margin-right: 40px;
}

@media only screen and (max-width: 1490px) {
    header .header .header-menu nav {
        margin-right: 10px;
    }
}

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

header .header .header-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header .header-menu nav ul li+li {
    margin-left: 45px;
}

@media only screen and (max-width: 1490px) {
    header .header .header-menu nav ul li+li {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 995px) {
    header .header .header-menu nav ul li+li {
        margin-left: 15px;
    }
}

header .header .header-menu nav ul li a {
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding-right: 10px;
    font-weight: 600;
    background-image: url("/assets/images/commons/menu-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 5px 7px;
}

header .header .header-menu .btn-line {
    margin-left: 12px;
}

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

header .header .header-menu .btn-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    background-color: #F7F7F7;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 600;
    padding: 10px;
}

header .header .header-menu .btn-line a .icon {
    width: 32px;
    min-width: 32px;
}

header .header .header-menu .btn-line a .text {
    padding-left: 7px;
}

header .header .header-menu .btn-mail {
    margin-left: 12px;
}

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

header .header .header-menu .btn-cart {
    margin-left: 12px;
}

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

header .header .header-menu .btn-cart a p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
}

header .header .header-menu .btn-lang {
    margin-left: 15px;
}

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

header .header .header-menu .btn-lang a {
    padding: 0 25px 0 10px;
}

header .header .header-menu .btn-lang a span {
    margin-right: 15px;
}

header .header .header-menu .btn-lang a p {
    position: relative;
    background-image: url("/assets/images/commons/polygon-down.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 8px 4px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
    padding: 7px 0;
}

.btn-burger {
    display: none;
    margin-left: 12px;
}

@media only screen and (max-width: 1366px) {
    .btn-burger {
        display: block;
    }
}

@media only screen and (max-width: 995px) {
    .btn-burger {
        margin-left: 0;
    }
}

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

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

.nav-icon span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background: #043B60 !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: 9px;
}

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

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

.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: 25px;
    width: 0%;
    left: 0;
    right: 0;
}

.menu-responsive {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -330px;
    z-index: 12;
    width: 330px;
    min-height: 100vh;
    padding-top: 100px;
    background-color: #f8f8f8;
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

@media only screen and (max-width: 1366px) {
    .menu-responsive {
        display: block;
    }
}

@media only screen and (max-width: 995px) {
    .menu-responsive {
        padding-top: 70px;
    }
}

.menu-responsive.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.menu-responsive ul.main li {
    border-bottom: 1px solid #E5E5E5;
}

.menu-responsive ul.main li a {
    display: block;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    padding: 10px 20px;
    background-image: url("/assets/images/commons/btn-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 7px 14px;
}

.menu-responsive ul.submenu {
    margin-top: 20px;
    border-top: 1px solid #E5E5E5;
    padding: 20px 20px 0 20px;
}

.menu-responsive ul.submenu li a {
    display: block;
    padding: 2px 0;
    font-size: 1.4rem;
    background-image: url("/assets/images/commons/btn-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 5px 10px;
}

.menu-responsive .button {
    display: none;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 995px) {
    .menu-responsive .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.menu-responsive .button .btn-cart {
    width: 100%;
}

.menu-responsive .button .btn-cart a p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
}

.menu-responsive .button .btn-lang {
    width: 48%;
}

.menu-responsive .button .btn-lang a {
    padding: 0 25px 0 10px;
}

.menu-responsive .button .btn-lang a span {
    margin-right: 15px;
}

.menu-responsive .button .btn-lang a p {
    position: relative;
    background-image: url("/assets/images/commons/polygon-down.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 8px 4px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
    padding: 7px 0;
}

.btn-cart-sp {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 10;
    padding: 2.5% 0%;
    max-width: 500px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media only screen and (max-width: 750px) {
    .btn-cart-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: inherit;
        width: 260px;
    }

    .btn-cart-sp a {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }

    .btn-cart-sp a span img {
        min-width: 20px;
    }
}

.p-header__content {
    font-size: 12px;
    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: 1280px) {
    .p-header__content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 995px) {
    .p-header__content .p-contact-btn {
        margin-right: 10px;
    }
}

.p-header__content .p-contact-btn .line {
    padding-bottom: 5px;
}

.p-header__content .p-contact-btn .pc {
    display: block;
}

@media only screen and (max-width: 995px) {
    .p-header__content .p-contact-btn .pc {
        display: none;
    }
}

.p-header__content .p-contact-btn .sp {
    display: none;
}

@media only screen and (max-width: 995px) {
    .p-header__content .p-contact-btn .sp {
        display: block;
    }
}

@media only screen and (max-width: 995px) {
    .p-header__content .for-small-view {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-top: 5px;
    }

    .p-header__content .for-small-view a {
        margin: 5px;
    }
}

.p-header__content .p-telephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 995px) {
    .p-header__content .p-telephone {
        display: none;
    }
}

.p-header__content .p-telephone .p-purple {
    display: block;
    float: left;
    font-size: 12px;
    width: 60px;
    height: 60px;
    background: #e9f0ff;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding: 8px 5px;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.p-header__content .p-telephone .p-purple::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent #e9f0ff;
    display: block;
    width: 0;
    z-index: 1;
    right: -5px;
    top: 25px;
}

.p-header__content .p-telephone__inner {
    display: block;
    float: right;
    width: auto;
    margin-left: 10px;
}

.p-header__content .p-telephone__inner .p-txt {
    display: block;
    font-size: 12px;
    background: url(/assets/images/commons/telephone-call.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 5%;
    background-position: left center;
    text-align: left;
    padding-left: 16px;
    line-height: 1.3;
}

.p-header__content .p-telephone__inner .p-thai {
    margin-top: 5px;
    line-height: 0.7;
}

.p-header__content .p-telephone__inner .p-thai dt {
    display: table-cell;
    font-size: 12px;
    font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    vertical-align: middle;
    letter-spacing: -1px;
    padding-top: 2px;
    line-height: 1;
    position: relative;
    padding-left: 10px;
}

@media only screen and (max-width: 1350px) {
    .p-header__content .p-telephone__inner .p-thai dt {
        font-size: 11px;
    }
}

.p-header__content .p-telephone__inner .p-thai dt::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #b38628;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 8;
    color: #b38628;
    margin-right: 2px;
    line-height: 0;
    vertical-align: middle;
}

@media only screen and (max-width: 1366px) {
    .p-header__content .p-telephone__inner .p-thai dt::before {
        top: 5px;
    }
}

.p-header__content .p-telephone__inner .p-thai dd {
    display: table-cell;
    padding-left: 6px;
}

.p-header__content .p-telephone__inner .p-thai dd a {
    color: #0073BA;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1450px) {
    .p-header__content .p-telephone__inner .p-thai dd a {
        font-size: 14px;
    }
}

.p-header__content .p-telephone__inner .p-japan {
    margin-top: 5px;
    line-height: 0.7;
}

.p-header__content .p-telephone__inner .p-japan dt {
    display: table-cell;
    font-size: 12px;
    font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    vertical-align: middle;
    letter-spacing: -1px;
    padding-top: 1px;
    position: relative;
    padding-left: 10px;
}

@media only screen and (max-width: 1350px) {
    .p-header__content .p-telephone__inner .p-japan dt {
        font-size: 11px;
    }
}

.p-header__content .p-telephone__inner .p-japan dt::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #b72fbe;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 8;
    color: #b72fbe;
    margin-right: 2px;
    line-height: 0;
    vertical-align: middle;
}

@media only screen and (max-width: 1366px) {
    .p-header__content .p-telephone__inner .p-japan dt::before {
        top: 1px;
    }
}

.p-header__content .p-telephone__inner .p-japan dd {
    display: table-cell;
    padding-left: 6px;
}

.p-header__content .p-telephone__inner .p-japan dd a {
    color: #0073BA;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1450px) {
    .p-header__content .p-telephone__inner .p-japan dd a {
        font-size: 14px;
    }
}

/* Wrapper */
#wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

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

#wrapper #mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

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

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

@media only screen and (max-width: 750px) {
    .content-1088 {
        width: 90%;
    }
}

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

@media only screen and (max-width: 750px) {
    .content-1000 {
        width: 90%;
    }
}

.content-984 {
    width: 92%;
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 750px) {
    .content-984 {
        width: 90%;
    }
}

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

@media only screen and (max-width: 750px) {
    .content-800 {
        width: 90%;
    }
}

.pad100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

/* MV */
#mv .mv {
    position: relative;
}

#mv .mv .mv-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 90%;
    max-width: 984px;
    height: 100%;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content {
        padding-top: 3%;
    }
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text {
        width: 100%;
    }
}

#mv .mv .mv-content .text .box-ttl h1 {
    font-size: 5.4rem;
    line-height: 7.4rem;
    font-weight: 900;
    color: #043B60;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-ttl h1 {
        font-size: 3rem;
        line-height: 4.5rem;
        text-align: center;
    }
}

#mv .mv .mv-content .text .box-ttl h1 span.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-ttl h1 span.flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* #mv .mv .mv-content .text .box-ttl h1.title {
    overflow: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
} */

/* #mv .mv .mv-content .text .box-ttl h1.title span {
    display: block;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
} */

#mv .mv .mv-content .text .box-ttl h1.title span strong {
    color: #0273BA;
}

#mv .mv .mv-content .text .box-ttl h1.title.-visible {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#mv .mv .mv-content .text .box-ttl h1.title.-visible span {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#mv .mv .mv-content .text .box-ttl p {
    display: table;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-ttl p {
        margin-top: 5px;
        font-size: 1.4rem;
        line-height: 2.4rem;
        text-align: center;
    }
}

/* #mv .mv .mv-content .text .box-ttl p.title-sub {
    overflow: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
} */

/* #mv .mv .mv-content .text .box-ttl p.title-sub span {
    display: block;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
} */

#mv .mv .mv-content .text .box-ttl p.title-sub.-visible {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-ttl p.title-sub.-visible {
        margin-left: auto;
        margin-right: auto;
    }
}

#mv .mv .mv-content .text .box-ttl p.title-sub.-visible span {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#mv .mv .mv-content .text .box-price {
    margin-top: 55px;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price {
        margin-top: 7px;
    }
}

#mv .mv .mv-content .text .box-price .date {
    width: 330px;
    height: 70px;
    padding-top: 5px;
    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: #0273BA;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price .date {
        width: 190px;
        height: 45px;
        margin-left: auto;
        margin-right: auto;
    }
}

#mv .mv .mv-content .text .box-price .date p {
    font-family: Helvetica, sans-serif;
    font-size: 3.8rem;
    line-height: 3.8rem;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price .date p {
        font-size: 2rem;
        line-height: 2rem;
    }
}

#mv .mv .mv-content .text .box-price .date p span {
    font-size: 5.4rem;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price .date p span {
        font-size: 3.4rem;
    }
}

#mv .mv .mv-content .text .box-price .price {
    display: table;
    font-family: Helvetica, sans-serif;
    font-size: 4.5rem;
    line-height: 11rem;
    font-weight: 600;
    color: #0273BA;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price .price {
        font-size: 2.8rem;
        line-height: 7rem;
        margin-left: auto;
        margin-right: auto;
    }
}

#mv .mv .mv-content .text .box-price .price::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 8px;
    background-color: #0273BA;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price .price::after {
        bottom: 10px;
        height: 4px;
    }
}

#mv .mv .mv-content .text .box-price .price span {
    font-size: 9.7rem;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price .price span {
        font-size: 5.5rem;
    }
}

#mv .mv .mv-content .text .box-price .price small {
    display: block;
    font-size: 1.8rem;
    line-height: 4;
    margin-top: -49px;
}

@media only screen and (max-width: 750px) {
    #mv .mv .mv-content .text .box-price .price small {
        font-size: 1.2rem;
        margin-top: -33px;
        line-height: 4;
    }
}

#mv .mv .mv-img img {
    width: auto;
    min-height: 630px;
    -o-object-fit: cover;
    object-fit: cover;
}

#mv .mv .scroll-down {
    position: absolute;
    left: 50px;
    bottom: -61px;
    z-index: 9;
    width: 50px;
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 750px) {
    #mv .mv .scroll-down {
        left: 5%;
        height: 100px;
        bottom: -30px;
    }
}

#mv .mv .scroll-down .line {
    width: 1px;
    height: 122px;
    margin-left: 12px;
    background-color: #000;
    position: relative;
}

@media only screen and (max-width: 750px) {
    #mv .mv .scroll-down .line {
        height: 100px;
    }
}

#mv .mv .scroll-down .line::before {
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 9;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #000;
    -webkit-animation: MoveUpDown 2s cubic-bezier(0.75, 0.3, 0.25, 1) infinite;
    animation: MoveUpDown 2s cubic-bezier(0.75, 0.3, 0.25, 1) infinite;
}

@-webkit-keyframes MoveUpDown {
    0% {
        top: 2.5%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        top: 90%;
        opacity: 0;
    }
}

@keyframes MoveUpDown {
    0% {
        top: 2.5%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        top: 90%;
        opacity: 0;
    }
}

/* Trave */
#trave {
    position: relative;
    padding-top: 150px;
    min-height: 560px;
    margin-top: -80px;
}

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

#trave::after {
    display: block;
    width: 380px;
    height: 545px;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    position: absolute;
    top: 135px;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: url("/assets/images/top/bg-parallax-01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 380px 545px;
}

@media only screen and (max-width: 750px) {
    #trave::after {
        top: 5.5%;
        margin-top: 0;
        width: 260px;
        height: 373px;
        background-size: 260px 373px;
    }
}

#trave .trave {
    position: relative;
    z-index: 9;
}

#trave .trave .img {
    position: absolute;
    top: 0;
    right: -120px;
    z-index: 9;
}

@media only screen and (max-width: 750px) {
    #trave .trave .img {
        position: static;
        right: 0;
    }
}

#trave .trave .text {
    overflow: hidden;
}

#trave .trave .text.animated h2 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#trave .trave .text.animated h2 div.head-text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#trave .trave .text.animated h2 div.head-text em {
    font-size: 2.4rem;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text.animated h2 div.head-text em {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 750px) {
    #trave .trave .text.animated h2 div.head-text small {
        display: none;
    }
}

#trave .trave .text.animated p {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#trave .trave .text.animated p span {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#trave .trave .text h2 {
    overflow: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text h2 {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }
}

#trave .trave .text h2 div.head-text {
    position: relative;
    padding-left: 25px;
    display: block;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text h2 div.head-text {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    }
}

#trave .trave .text h2 div.head-text strong {
    color: #0273BA;
    line-height: 0;
}

#trave .trave .text h2 div.head-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 6px;
    height: 100%;
    background-color: #0273BA;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text h2 div.head-text::before {
        width: 4px;
    }
}

#trave .trave .text h2 div.head-text>p {
    font-size: 4.4rem;
    line-height: 5.9rem;
    font-weight: 900;
    position: relative;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text h2 div.head-text>p {
        margin-top: 30px;
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

#trave .trave .text h2 div.head-text>p:nth-child(2) {
    margin-top: -9px;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text h2 div.head-text>p:nth-child(2) {
        margin-top: 0px;
    }
}

#trave .trave .text h2 div.head-text>p+p {
    margin-top: 0;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text .sp-tt-vw p {
        font-size: 7.5vw !important;
        line-height: 140% !important;
    }

    #trave .trave .text .sp-tt-vw p em {
        font-size: 4.4vw !important;
    }
}

#trave .trave .text p {
    margin-top: 25px;
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 500;
    overflow: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    }
}

#trave .trave .text p span {
    display: block;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

@media only screen and (max-width: 750px) {
    #trave .trave .text p span {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    }
}

/* Feature */
#feature {
    position: relative;
    padding-top: 170px;
    padding-bottom: 100px;
    overflow: hidden;
}

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

#feature .feature-text-slide {
    min-width: 2087px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media only screen and (max-width: 750px) {
    #feature .feature-text-slide {
        min-width: 100%;
        left: 0 !important;
    }
}

#feature .feature {
    position: relative;
}

#feature .feature::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
    width: 300px;
    height: 1343px;
    background-image: url("/assets/images/top/bg-parallax-02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 336px 1343px;
}

@media only screen and (max-width: 750px) {
    #feature .feature::before {
        width: 50px;
        height: 200px;
        background-size: 50px 200px;
        top: 0;
        bottom: inherit;
    }
}

#feature .feature::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: -1;
    width: 61px;
    height: 863px;
    background-image: url("/assets/images/top/bg-parallax-03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 61px 863px;
}

@media only screen and (max-width: 750px) {
    #feature .feature::after {
        width: 50px;
        height: 707px;
        background-size: 50px 707px;
    }
}

#feature .feature .feature-content {
    position: relative;
    z-index: 9;
}

#feature .feature .feature-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

#feature .feature .feature-content .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#feature .feature .feature-content .row:nth-child(even) .text {
    padding-left: 0;
    padding-right: 25px;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row:nth-child(even) .text {
        padding-right: 0;
    }
}

#feature .feature .feature-content .row+.row {
    margin-top: -10px;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row+.row {
        margin-top: 40px;
    }
}

#feature .feature .feature-content .row .cover {
    width: 394px;
    min-width: 394px;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .cover {
        width: 100%;
        min-width: auto;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

#feature .feature .feature-content .row .text {
    margin-left: 39px;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text {
        margin-left: 0;
        margin-top: 15px;
    }
}

#feature .feature .feature-content .row .text.animated h2 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#feature .feature .feature-content .row .text.animated h2 div {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#feature .feature .feature-content .row .text h2 {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 900;
    overflow: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 {
        font-size: 1.6rem;
        line-height: 2.6rem;
        text-align: center;
    }
}

#feature .feature .feature-content .row .text h2 div {
    position: relative;
    display: block;
    font-weight: 900;
    line-height: 1.4;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

#feature .feature .feature-content .row .text h2 div .small {
    font-weight: 800;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .small {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

#feature .feature .feature-content .row .text h2 div .last-medium {
    font-weight: 600;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .last-medium {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

#feature .feature .feature-content .row .text h2 div .medium {
    font-weight: 800;
    line-height: 1.2;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .medium {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
}

#feature .feature .feature-content .row .text h2 div .large {
    font-size: 6.4rem;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .large {
        font-size: 4rem;
        line-height: 4rem;
    }
}

#feature .feature .feature-content .row .text h2 div .txt-size-44px {
    font-size: 4.4rem;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .txt-size-44px {
        font-size: 2.2rem;
    }
}

#feature .feature .feature-content .row .text h2 div .txt-size-40px {
    font-size: 4rem;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .txt-size-40px {
        font-size: 2rem;
    }
}

#feature .feature .feature-content .row .text h2 div .txt-size-30px {
    font-size: 3rem;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .txt-size-30px {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

#feature .feature .feature-content .row .text h2 div .txt-size-25px {
    font-size: 2.5rem;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .txt-size-25px {
        font-size: 1.6rem;
    }
}

#feature .feature .feature-content .row .text h2 div .txt-size-20px {
    font-size: 2rem;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .txt-size-20px {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
}

#feature .feature .feature-content .row .text h2 div .mt10 {
    margin-top: 10px;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .mt10 {
        margin-top: 0px;
    }
}

#feature .feature .feature-content .row .text h2 div .mb10 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
    #feature .feature .feature-content .row .text h2 div .mb10 {
        margin-bottom: 0px;
    }
}

/* Package */
#package {
    position: relative;
    padding-top: 75px;
    padding-bottom: 100px;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #package {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

#package .package-text-slide {
    min-width: 2535px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media only screen and (max-width: 750px) {
    #package .package-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

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

#package .package .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 .table .tr:nth-child(odd) {
    background-color: #F4F4F4;
}

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

#package .package .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 .table .tr.button .td .btn {
        font-size: 1.6rem;
        line-height: 1.6rem;
        background-position: center right 5%;
        padding-right: 40px;
    }
}

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

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

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

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

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

#package .package .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 .table .tr .td p {
        width: 100%;
        font-size: 1.3rem;
        line-height: 2.4rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#package .package .content-slide-toggle {
    margin-top: 70px;
}

@media only screen and (max-width: 750px) {
    #package .package .content-slide-toggle {
        margin-top: 30px;
    }
}

.newsbox-list-h {
    overflow: scroll;
    height: 170px;
}

/* Slide toggle */
.content-slide-toggle.grey .toggle-row .toggle-btn {
    background-color: #f7f7f7;
}

.content-slide-toggle.grey .toggle-row .toggle-btn.active {
    background-color: #0273BA;
}

.content-slide-toggle.grey .toggle-row .toggle-content {
    background-color: #f7f7f7;
}

.content-slide-toggle.qa .toggle-row .toggle-btn span {
    margin-right: 15px;
    white-space: nowrap;
}

.content-slide-toggle .toggle-row+.toggle-row {
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    .content-slide-toggle .toggle-row+.toggle-row {
        margin-top: 10px;
    }
}

.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/commons/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) {
    .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;
    }
}

.content-slide-toggle .toggle-row .toggle-btn.active {
    color: #fff;
    background-color: #0273BA;
    background-image: url("/assets/images/commons/btn-toggle-close-white.svg");
}

.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;
}

@media only screen and (max-width: 750px) {
    .content-slide-toggle .toggle-row .toggle-content {
        margin-top: -70px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.content-slide-toggle .toggle-row .toggle-content h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.content-slide-toggle .toggle-row .toggle-content .terms-content ul li {
    position: relative;
    padding-left: 18px;
    list-style: none;
}

.content-slide-toggle .toggle-row .toggle-content .terms-content ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.content-slide-toggle .toggle-row .toggle-content .terms-content ul li+li {
    margin-top: 5px;
}

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

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

.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;
}

.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/commons/btn-toggle-open.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px;
}

.content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-btn-sub.active {
    background-image: url("/assets/images/commons/btn-toggle-close.svg");
}

.content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-btn-sub p {
    font-weight: 700;
}

.content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub {
    margin-top: 10px;
    display: none;
}

.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;
}

.content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub a {
    color: #1E68AC;
    text-decoration: underline;
}

.content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub ol {
    margin-left: 15px;
}

.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;
}

.content-slide-toggle .toggle-row .toggle-content .before-content .before-list-box-sub .before-toggle-sub ol li+li {
    margin-top: 5px;
}

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

.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;
}

.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;
}

.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;
}

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

.content-slide-toggle .toggle-row .toggle-content .before-content-row p {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

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

.content-slide-toggle .toggle-row .toggle-content .before-content-row p.small {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.remark-about {
    font-size: 14px;
    margin-top: 40px;
}

@media only screen and (max-width: 750px) {
    .remark-about {
        margin-top: 20px;
    }
}

.t-link {
    color: #1E68AC;
    text-decoration: underline;
}

.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;
}

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

.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("/esim_new/assets/images/commons/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center right 7px;
    background-size: 14px;
}

.before-confirm ul li a .before-confirm-box img {
    margin-left: auto;
    margin-right: auto;
}

.before-confirm ul li a p {
    margin-top: 0 !important;
    font-weight: 600;
    line-height: 2.2rem;
}

.before-confirm ul li a p.img img {
    display: table;
    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;
}

/* Country */
#country {
    background-color: #F4F4F4;
    background-image: url("/assets/images/top/map_asia.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left -570px top 50px;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #country {
        background-position: left -430px top 30px;
        background-size: contain;
        background-size: 900px;
    }
}

#country .country-text-slide {
    min-width: 300px;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#country .country-text-slide img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 750px) {
    #country .country-text-slide img {
        max-width: 700px;
    }
}

@media only screen and (max-width: 750px) {
    #country .country-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

#country .country .country-list {
    padding-top: 50px;
}

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

#country .country .country-list img {
    margin-right: 0px;
    margin-left: auto;
}

@media only screen and (max-width: 750px) {
    #country .country .country-list img {
        margin-left: 0;
    }
}

#country .country .country-list+.country-list {
    margin-top: 0;
}

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

#global {
    background-color: #F9F4F0;
    background-image: url("/assets/images/top/bg-world.png");
    background-repeat: no-repeat;
    background-position: top 0 right -20%;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #global {
        background-position: top 110px center;
        background-size: contain;
    }
}

#global .global-text-slide {
    min-width: 300px;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#global .global-text-slide img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 750px) {
    #global .global-text-slide img {
        max-width: 700px;
    }
}

@media only screen and (max-width: 750px) {
    #global .global-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

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

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

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

.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;
}

.table-theme-commerce .txt-head-table {
    background-color: #F7F7F7;
    color: #000;
    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-theme-commerce .txt-head-table {
        display: block !important;
    }
}

@media only screen and (max-width: 750px) {
    .table-list-col2.table-theme-commerce li {
        display: block !important;
    }
}

@media only screen and (max-width: 750px) {
    .table-list-col2.table-theme-commerce li+li {
        border-top: 2px solid rgba(244, 244, 244, 0) !important;
    }
}

@media only screen and (max-width: 750px) {
    .table-list-col2.table-theme-commerce li:first-child .txt-head-table {
        border-top-left-radius: 0px !important;
    }
}

@media only screen and (max-width: 750px) {
    .table-list-col2.table-theme-commerce li .txt-head-table {
        font-size: 1.6rem !important;
        font-weight: 600 !important;
    }
}

.table-theme-commerce .txt-head-200 {
    min-width: 300px !important;
}

@media only screen and (max-width: 750px) {
    .table-theme-commerce .txt-head-200 {
        min-width: 120px !important;
    }
}

.table-theme-commerce a {
    text-decoration: underline;
}

.table-theme-commerce {
    margin-bottom: 40px;
}

.note-commerce {
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #efefef;
}

@media only screen and (max-width: 750px) {
    .note-commerce {
        padding: 20px;
    }
}

.note-commerce h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}

.note-commerce li {
    font-size: 1.4rem;
    margin-bottom: 8px;
}

select:disabled {
    opacity: 0.6;
    pointer-events: none;
}

#next-trip {
    background-image: url("/assets/images/top/next-trip.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 750px) {
    #next-trip {
        background-position: left;
    }
}

#next-trip .next-trip .row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
    -webkit-box-pack: center;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .row-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0px;
    }
}

#next-trip .next-trip .row-content .select-custom {
    width: 45%;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .row-content .select-custom {
        width: 100%;
    }
}

#next-trip .next-trip .row-content .select-custom select {
    border-radius: 50px;
    height: 60px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .row-content .select-custom select {
        height: 50px;
        padding: 0px 15px 0 15px;
        text-align: center;
        margin: 0;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: -webkit-center;
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 380px) {
    #next-trip .next-trip .row-content .select-custom select {
        background-position: bottom 0.8em center;
    }
}

#next-trip .next-trip .row-content .select-custom .country-select {
    display: none;
}

#next-trip .next-trip .row-content .select-custom .active-select {
    display: block;
}

#next-trip .next-trip .row-content .select-custom+.select-custom {
    margin-left: 20px;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .row-content .select-custom+.select-custom {
        margin-left: 0px;
    }
}

#next-trip .next-trip .row-content .btn-close-select {
    min-width: 30px;
    position: absolute;
    right: -15px;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .row-content .btn-close-select a {
        height: 50px;
        display: block;
    }

    #next-trip .next-trip .row-content .btn-close-select a img {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1px;
    }
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .row-content .btn-close-select {
        position: inherit;
        right: 0px;
        min-width: inherit;
        width: 100%;
        background-color: #f4ca01;
        border-radius: 50px;
        min-width: 30px;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        height: 30px;
    }
}

#next-trip .next-trip .btn-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c4c4c4;
    color: #fff;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 2rem;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .btn-add {
        max-width: 100%;
        font-size: 1.6rem;
        height: 50px;
    }
}

#next-trip .next-trip .btn-add span {
    background-image: url("/assets/images/commons/plus-btn.svg");
    background-repeat: no-repeat;
    background-position: top 50% left 5px;
    background-size: 18px;
    padding-left: 30px;
}

#next-trip .next-trip .col-none {
    width: 40px;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .col-none {
        width: 30px;
    }
}

#next-trip .next-trip .btn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F4CA00;
    color: #fff;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 2rem;
}

@media only screen and (max-width: 750px) {
    #next-trip .next-trip .btn-submit {
        max-width: 100%;
        font-size: 1.6rem;
        height: 50px;
    }
}

#next-trip .next-trip .btn-submit span {
    background-image: url("/assets/images/commons/btn-search-sp.png");
    background-repeat: no-repeat;
    background-position: top 50% left 5px;
    background-size: 18px;
    padding-left: 30px;
}

#recommend {
    background-image: url("/assets/images/top/recommend-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}

@media only screen and (max-width: 750px) {
    #recommend {
        background-position: left;
    }
}

#recommend .recommend .recommend-detail {
    display: none;
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#recommend .recommend .recommend-detail .recommend-image {
    width: 283px;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail .recommend-image {
        margin: 0 auto;
    }
}

#recommend .recommend .recommend-detail .recommend-txt {
    width: 420px;
    white-space: nowrap;
    position: relative;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail .recommend-txt {
        width: 100%;
    }
}

#recommend .recommend .recommend-detail .recommend-txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    z-index: 9;
    width: 4px;
    height: 22%;
    background-color: #B2D233;
}

#recommend .recommend .recommend-detail .recommend-txt h3 {
    font-size: 3.6rem;
    font-weight: bold;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail .recommend-txt h3 {
        font-size: 2.2rem;
    }
}

#recommend .recommend .recommend-detail .recommend-txt .recommend-list {
    margin-top: 30px;
}

#recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li p:first-child {
    min-width: 160px;
}

#recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li p:last-child {
    margin-left: 20px;
    font-size: 2.5rem;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li p:last-child {
        font-size: 1.8rem;
    }
}

#recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li .fz-35 {
    font-size: 3.5rem;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li .fz-35 {
        font-size: 2.6rem;
    }
}

#recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li .fz-16 {
    font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li .fz-16 {
        font-size: 1.3rem;
    }
}

#recommend .recommend .recommend-detail .recommend-txt .recommend-list ul li+li {
    margin-top: 20px;
}

#recommend .recommend .recommend-detail .recommend-txt .btn-cart {
    width: 100%;
    height: 60px;
    background-color: #CCFC58;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media only screen and (max-width: 750px) {
    #recommend .recommend .recommend-detail .recommend-txt .btn-cart {
        height: 50px;
    }
}

#recommend .recommend .recommend-detail .recommend-txt .btn-cart span {
    background-image: url("/assets/images/commons/icon-cart.svg");
    background-repeat: no-repeat;
    background-position: top 50% left 5px;
    background-size: 30px;
    padding-left: 45px;
    margin-left: -10px;
}

#recommend .recommend .recommend-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#different {
    background-color: #E8F9FC;
    position: relative;
    overflow: hidden;
}

#different .different-text-slide {
    min-width: 2000px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#different .different-text-slide img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 750px) {
    #different .different-text-slide img {
        max-width: 400px;
    }
}

@media only screen and (max-width: 750px) {
    #different .different-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

#different .different .container {
    clear: both;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    position: relative;
}

#different .different .container:after {
    content: url("/assets/images/news/vector01-list.svg");
    position: absolute;
    top: 58%;
    right: -200px;
}

#different .different .list-tabs {
    margin-top: 80px;
}

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

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

#different .different .list-tabs ul li {
    max-width: 472px;
    width: 100%;
}

@media only screen and (max-width: 750px) {
    #different .different .list-tabs ul li {
        max-width: 49%;
    }
}

#different .different .list-tabs 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;
    height: 80px;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 50px;
}

@media only screen and (max-width: 750px) {
    #different .different .list-tabs ul li a {
        font-size: 1.4rem;
        height: 60px;
    }
}

#different .different .list-tabs ul li a span {
    background-repeat: no-repeat;
    background-position: top 50% left 5px;
    background-size: 30px;
    padding-left: 45px;
    margin-left: -10px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 750px) {
    #different .different .list-tabs ul li a span {
        background-size: 20px;
        line-height: 1.4;
        padding-left: 15px;
    }
}

#different .different .list-tabs ul li a span img {
    margin-right: 10px;
}

@media only screen and (max-width: 750px) {
    #different .different .list-tabs ul li a span img {
        max-width: 20px;
    }
}

#different .different .list-tabs ul li .theme-indigo {
    background-color: #1DC5E0;
}

#different .different .list-tabs ul li .theme-indigo span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #1DC5E0;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    #different .different .list-tabs ul li .theme-indigo span:after {
        bottom: -14px;
    }
}

#different .different .list-tabs ul li .theme-purple {
    background-color: #7676DD;
}

#different .different .list-tabs ul li .theme-purple span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #7676DD;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 750px) {
    #different .different .list-tabs ul li .theme-purple span:after {
        bottom: -14px;
    }
}

#different .different .list-tabs ul li .inactive span {
    background-repeat: no-repeat;
    background-position: top 50% left 5px;
    background-size: 30px;
    padding-left: 45px;
    margin-left: -10px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 750px) {
    #different .different .list-tabs ul li .inactive span {
        background-size: 20px;
        padding-left: 15px;
    }
}

#different .different .list-tabs ul li .inactive span:after {
    content: inherit;
}

#different .different .theme-indigo .toggle-row .toggle-btn {
    border: 1px solid #1DC5E0;
}

#different .different .theme-indigo .toggle-row .toggle-btn .circle {
    border-radius: 50%;
    background-color: #1DC5E0;
    min-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    font-family: "Noto Sans JP", sans-serif;
}

#different .different .theme-indigo .toggle-row .toggle-btn span:last-child {
    font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
    #different .different .theme-indigo .toggle-row .toggle-btn span:last-child {
        font-size: 1.3rem;
    }
}

#different .different .theme-indigo .toggle-row .active {
    background-color: #1DC5E0;
}

#different .different .theme-indigo .toggle-row .active .circle {
    background-color: #fff;
    color: #1DC5E0;
}

#different .different .theme-purple .toggle-row .toggle-btn {
    border: 1px solid #7676DD;
}

#different .different .theme-purple .toggle-row .toggle-btn .circle {
    border-radius: 50%;
    background-color: #7676DD;
    min-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    font-family: "Noto Sans JP", sans-serif;
}

#different .different .theme-purple .toggle-row .toggle-btn span:last-child {
    font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
    #different .different .theme-purple .toggle-row .toggle-btn span:last-child {
        font-size: 1.3rem;
    }
}

#different .different .theme-purple .toggle-row .active {
    background-color: #7676DD;
}

#different .different .theme-purple .toggle-row .active .circle {
    background-color: #fff;
    color: #7676DD;
}

select {
    background: url(/assets/images/commons/arrow-down-select.svg) #fff;
    background-repeat: no-repeat;
    background-position: right 1.5em center;
    background-size: 12px;
    padding-right: 25px;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 0 40px;
    color: #000;
    font-size: 2rem;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: 600;
}

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

/* Howto */
#howto .howto .intro p {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 500;
    text-align: center;
}

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

#howto .howto .howto-step {
    margin-top: 50px;
}

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

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

#howto .howto .howto-step ul li {
    width: 260px;
    position: relative;
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li {
        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%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li+li {
        padding-top: 60px;
    }
}

#howto .howto .howto-step ul li+li::before {
    content: "";
    position: absolute;
    top: 33%;
    left: -28%;
    z-index: 9;
    display: block;
    width: 43px;
    height: 33px;
    background-image: url("/assets/images/top/howto-step-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px 33px;
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li+li::before {
        top: 19px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 33px;
        height: 25px;
        background-size: 33px 25px;
    }
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li .img {
        width: 120px;
        min-width: 120px;
    }
}

#howto .howto .howto-step ul li .brief {
    margin-top: 10px;
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li .brief {
        width: 160px;
        margin-top: 0;
    }
}

#howto .howto .howto-step ul li .brief p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li .brief p {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}

#howto .howto .howto-step ul li .brief p span {
    font-size: 3rem;
    color: #00E6C3;
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li .brief p span {
        font-size: 2.2rem;
    }
}

#howto .howto .howto-step ul li .brief h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 750px) {
    #howto .howto .howto-step ul li .brief h3 {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

/* Before */
#before {
    position: relative;
    overflow: hidden;
}

#before .before-text-slide {
    min-width: 300px;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#before .before-text-slide img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 750px) {
    #before .before-text-slide img {
        max-width: 450px;
    }
}

@media only screen and (max-width: 750px) {
    #before .before-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

#before .before {
    position: relative;
    z-index: 2;
}

/* Blog */
#blog {
    position: relative;
    overflow: hidden;
}

#blog .blog-text-slide {
    min-width: 672px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}

#blog .blog-text-slide img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 750px) {
    #blog .blog-text-slide img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 750px) {
    #blog .blog-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

#blog .blog .blog-slick {
    padding: 0 35px;
}

@media only screen and (max-width: 750px) {
    #blog .blog .blog-slick {
        padding: 0 20px;
    }
}

#blog .blog .blog-slick .slick-list {
    border-radius: 40px;
}

#blog .blog .blog-slick .item {
    padding: 0 5px;
}

@media only screen and (max-width: 750px) {
    #blog .blog .blog-slick .item {
        padding: 0 2%;
    }
}

#blog .blog .blog-slick .item 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;
    height: 60px;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 30px;
    background-color: #F2F2F2;
}

@media only screen and (max-width: 750px) {
    #blog .blog .blog-slick .item a {
        height: 42px;
        padding-left: 10px;
    }
}

#blog .blog .blog-slick .item a .flag {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
}

@media only screen and (max-width: 750px) {
    #blog .blog .blog-slick .item a .flag {
        width: 25px;
        max-width: 25px;
        min-width: 25px;
    }
}

#blog .blog .blog-slick .item a p {
    width: 100%;
    font-weight: 700;
    text-align: center;
}

.blog-list {
    margin-top: 50px;
}

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

.blog-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-top: -70px;
}

@media only screen and (max-width: 750px) {
    .blog-list ul {
        margin-left: 0;
        margin-top: -50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.blog-list ul li {
    width: 30.33%;
    margin-left: 3%;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 750px) {
    .blog-list ul li {
        width: 48%;
        margin-left: 0;
        margin-top: 50px;
    }
}

.blog-list ul li a .cover img {
    width: 100%;
    height: auto;
}

.blog-list ul li a .brief {
    margin-top: 25px;
}

@media only screen and (max-width: 750px) {
    .blog-list ul li a .brief {
        margin-top: 15px;
    }
}

.blog-list ul li a .brief h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
    .blog-list ul li a .brief h3 {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 10px;
    }
}

.blog-list ul li a .brief p {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.blog-list ul li .post-date {
    margin-top: 15px;
}

@media only screen and (max-width: 750px) {
    .blog-list ul li .post-date {
        margin-top: 10px;
    }
}

.blog-list ul li .blog-cat {
    margin-top: 25px;
}

.blog-list ul li .blog-cat p {
    display: table;
    padding: 9px 11px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #fff;
    background-color: #00BA88;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 39px;
    margin-top: auto;
    margin-bottom: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 39px;
    color: transparent;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
}

@media only screen and (max-width: 750px) {
    .slick-arrow {
        width: 12px;
        height: 26px;
        background-size: 12px 26px;
    }
}

.slick-prev {
    left: 0;
    background-image: url("/assets/images/commons/arrow-prev.svg");
}

.slick-next {
    right: 0;
    background-image: url("/assets/images/commons/arrow-next.svg");
}

/* Voice */
#customer {
    position: relative;
    overflow: hidden;
}

#customer .customer-text-slide {
    min-width: 1314px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
}

#customer .customer-text-slide img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 750px) {
    #customer .customer-text-slide img {
        max-width: 500px;
    }
}

@media only screen and (max-width: 750px) {
    #customer .customer-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

#customer .customer {
    position: relative;
    z-index: 9;
}

#customer .customer .customer-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

#customer .customer .customer-list .row+.row {
    margin-top: 60px;
}

#customer .customer .customer-list .row .cover {
    width: 250px;
    min-width: 250px;
}

@media only screen and (max-width: 750px) {
    #customer .customer .customer-list .row .cover {
        margin-left: auto;
        margin-right: auto;
    }
}

#customer .customer .customer-list .row .text {
    width: 100%;
    padding-left: 60px;
}

@media only screen and (max-width: 750px) {
    #customer .customer .customer-list .row .text {
        padding-left: 0;
    }
}

#customer .customer .customer-list .row .text .ttl p {
    margin-top: 15px;
    font-weight: 900;
}

#customer .customer .customer-list .row .text .ttl h3 {
    margin-top: 5px;
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #customer .customer .customer-list .row .text .ttl h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

#customer .customer .customer-list .row .text p {
    margin-top: 20px;
    line-height: 3rem;
}

@media only screen and (max-width: 750px) {
    #customer .customer .customer-list .row .text p {
        margin-top: 10px;
        line-height: 2.6rem;
    }
}

#customer .customer .customer-list .row .text .toggle-content {
    display: none;
}

#customer .customer .customer-list .row .text .toggle-btn.active a {
    background-image: url("/assets/images/commons/btn-arrow-up.svg");
}

#customer .customer .customer-list .row .text .toggle-btn.active a span.not-active {
    opacity: 0;
}

#customer .customer .customer-list .row .text .toggle-btn.active a span.active {
    opacity: 1;
}

#customer .customer .customer-list .row .text .btn-box {
    margin-top: 35px;
}

@media only screen and (max-width: 750px) {
    #customer .customer .customer-list .row .text .btn-box {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 750px) {
    #customer .customer .customer-list .row .text .btn-box a {
        margin-left: auto;
        margin-right: auto;
    }
}

#customer .customer .customer-list .row .text .btn-box a span {
    position: absolute;
}

#customer .customer .customer-list .row .text .btn-box a span.active {
    opacity: 0;
}

/* QA */
#qa {
    position: relative;
    overflow: hidden;
}

#qa .qa-text-slide {
    min-width: 554px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#qa .qa-text-slide img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 750px) {
    #qa .qa-text-slide img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 750px) {
    #qa .qa-text-slide {
        min-width: 100%;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

#qa .qa {
    position: relative;
    z-index: 9;
}

#qa .qa .btn-cart {
    width: 100%;
    height: 84px;
    background-color: #CCFC58;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets/images/commons/arrow-cart.svg");
    background-repeat: no-repeat;
    background-position: top 50% right 2em;
    background-size: 38px;
    padding-right: 55px;
}

@media only screen and (max-width: 750px) {
    #qa .qa .btn-cart {
        height: 60px;
        padding-right: 55px;
    }
}

#qa .qa .btn-cart span {
    background-image: url("/assets/images/commons/icon-cart.svg");
    background-repeat: no-repeat;
    background-position: top 50% left 5px;
    background-size: 30px;
    padding-left: 40px;
    margin-right: -40px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 750px) {
    #qa .qa .btn-cart span {
        font-size: 1.6rem;
    }
}

/* Footer */
footer {
    position: relative;
    z-index: 11;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #103b61;
}

@media only screen and (max-width: 750px) {
    footer {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

footer .footer {
    color: #FFF;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

footer .footer .p-footer__nav {
    width: 92%;
    max-width: 984px;
    display: block;
    margin: 0 auto;
}

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

@media only screen and (max-width: 750px) {
    footer .footer .p-footer__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .footer .p-footer__nav ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding: 0 20px;
}

@media only screen and (max-width: 750px) {
    footer .footer .p-footer__nav ul li {
        text-align: center;
        padding: 10px 0;
    }
}

footer .footer .p-footer__nav ul li a {
    padding-right: 12px;
    color: #FFF;
    background-image: url("/assets/images/commons/menu-arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 5px 7px;
}

footer .footer .p-footer__sns {
    margin-top: 28px;
}

footer .footer .p-footer__sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer .p-footer__sns ul li {
    margin: 0 5px;
}

footer .footer .p-footer__sns ul li a {
    display: block;
}

footer .footer .p-footer__logo {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer .p-footer__copyright {
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
}

footer .footer .p-footer__copyright a {
    color: #fff;
}

@media only screen and (max-width: 750px) {
    footer .footer .footer-left .logo {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
}

footer .footer .footer-left .copyright {
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

@media only screen and (max-width: 750px) {
    footer .footer .footer-left .copyright {
        display: none;
    }
}

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

@media only screen and (max-width: 750px) {
    footer .footer .footer-right {
        margin-top: 25px;
        max-width: inherit;
    }
}

footer .footer .footer-right .contact-footer {
    color: #FFF;
    font-size: 14px;
    max-width: 400px;
}

@media only screen and (max-width: 750px) {
    footer .footer .footer-right .contact-footer {
        margin-bottom: 40px;
        padding: 0 10px;
    }
}

footer .footer .footer-right .contact-footer p {
    padding-bottom: 5px;
}

footer .footer .footer-right .contact-footer p span {
    display: inline-table;
    max-width: 66px;
    width: 100%;
}

footer .footer .footer-right .contact-footer a {
    color: #FFF;
}

footer .footer .footer-right .contact-footer .mgt20 {
    margin-top: 30px;
}

footer .footer .footer-right .contact-footer .line-ico-footer {
    display: inline-table;
    margin-top: 10px;
}

footer .footer .footer-right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 750px) {
    footer .footer .footer-right .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 750px) {
    footer .footer .footer-right .social li {
        width: 30px;
        margin: 0 15px;
    }
}

footer .footer .footer-right .social li+li {
    margin-left: 40px;
}

@media only screen and (max-width: 750px) {
    footer .footer .footer-right .social li+li {
        margin-left: 0;
    }
}

footer .footer .footer-right .copyright {
    display: none;
    margin-top: 15px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    footer .footer .footer-right .copyright {
        display: block;
    }
}

.show750 {
    display: none !important;
}

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

.show600 {
    display: none !important;
}

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

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

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

/* +++++++++++++++++++ Slide Banner +++++++++++++++++++ */
.p-toppage {
    width: 100%;
    height: 100%;
}

.p-toppage__mv {
    width: 100%;
    height: 40px;
    position: relative;
}

.p-toppage__mv .p-detail {
    width: 1024px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
}

.p-toppage__mv .p-topslider {
    width: 1024px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.p-toppage__mv .p-topslider__inner {
    width: 1024px;
    background: #fff;
    border: 5px solid #def2ff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px 15px 0px 15px;
    position: absolute;
    top: -50px;
}

.p-toppage__mv .p-topslider__inner ul {
    font-size: 0;
    position: relative;
}

.p-toppage__mv .p-topslider__inner ul li {
    width: 240px;
    display: inline-block;
    padding: 0 5px;
}

.p-toppage__mv .p-topslider__inner ul li a {
    display: block;
}

.p-toppage__mv .p-topslider__inner ul .slick-prev {
    position: absolute;
    /* top: 20%; */
    top: -10%;
    left: -3.6%;
    width: 36px;
    height: 36px;
    background-image: none;
}

.p-toppage__mv .p-topslider__inner ul .slick-next {
    position: absolute;
    /* top: 20%; */
    top: -10%;
    right: -3.8%;
    width: 36px;
    height: 36px;
    background-image: none;
}

.p-toppage__mv .p-topslider__sp {
    display: none;
}

@media only screen and (max-width: 750px) {
    .p-toppage__mv {
        height: initial;
        position: relative;
        padding: 0 2%;
    }

    .p-toppage__mv .p-topslider {
        display: none;
    }

    .p-toppage__mv .p-topslider__sp {
        width: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 30px;
    }

    .p-toppage__mv .p-topslider__sp__inner {
        padding: 8px 3%;
        position: relative;
        top: 38px;
        background: #fff;
        border: 5px solid #def2ff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .p-toppage__mv .p-topslider__sp__inner ul {
        font-size: 0;
        position: relative;
        text-align: center;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li {
        width: 100% !important;
        display: inline-block;
        padding: 5px 0 0px 0;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li dl {
        font-size: 0;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li dl dt {
        width: 49%;
        display: inline-block;
        margin-right: 2%;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li dl dt a {
        display: block;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li dl dt a img {
        width: 100%;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li dl dd {
        width: 49%;
        display: inline-block;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li dl dd a {
        display: block;
    }

    .p-toppage__mv .p-topslider__sp__inner ul li dl dd a img {
        width: 100%;
    }

    .p-toppage__mv .p-topslider__sp__inner ul .slick-next {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0%;
        top: 99%;
        width: 36px;
        height: 36px;
    }
}

#banner {
    height: 330px;
    position: relative;
}

#banner .img-banner {
    position: absolute;
    z-index: -1;
    width: 100%;
}

#banner .img-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
    height: 330px;
    -o-object-position: top;
    object-position: top;
}

#banner .banner {
    height: 100%;
    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;
}

#banner .banner h1 {
    font-weight: 900;
}

#banner .banner p {
    font-weight: 600;
    font-size: 2rem;
}

@media only screen and (max-width: 750px) {
    #banner .banner p {
        font-size: 1.6rem;
    }
}

#banner .txt-banner h1 {
    font-size: 5.4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 750px) {
    #banner .txt-banner h1 {
        font-size: 3.4rem;
    }
}

.list-col-02>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-col-02>ul li {
    width: 30%;
}

.list-col-02>ul li img {
    margin: auto;
}

.list-col-03>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-col-03>ul li {
    width: 30%;
}

.list-col-03>ul li img {
    margin: auto;
}

#about-intro {
    position: relative;
    padding-top: 125px;
    padding-bottom: 100px;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #about-intro {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#about-intro .about-intro-text-slide {
    min-width: 1574px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 40px;
    left: 300px;
    z-index: 8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media only screen and (max-width: 750px) {
    #about-intro .about-intro-text-slide {
        min-width: 100%;
        left: 0 !important;
        top: 0;
    }
}

#about-intro .about-intro-title {
    position: relative;
    z-index: 9;
}

#about-intro .about-intro-title h2 {
    font-size: 3.6rem;
    line-height: 1.6;
    white-space: nowrap;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #about-intro .about-intro-title h2 {
        white-space: inherit;
        font-size: 2.4rem;
    }

    #about-intro .about-intro-title h2 br {
        display: none;
    }
}

#about-intro .about-intro-txt {
    position: relative;
    z-index: 9;
    margin-top: 40px;
}

@media only screen and (max-width: 750px) {
    #about-intro .about-intro-txt {
        margin-top: 20px;
    }
}

#about-intro .about-intro-txt p {
    font-size: 2rem;
    white-space: nowrap;
    line-height: 2;
}

@media only screen and (max-width: 750px) {
    #about-intro .about-intro-txt p {
        white-space: inherit;
        font-size: 1.4rem;
    }
}

#about-step-intro {
    background: url("/assets/images/about/bg-gray.jpg");
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom 0px center;
}

#about-step-intro .about-step-intro-detail {
    padding-bottom: 100px;
}

@media only screen and (max-width: 750px) {
    #about-step-intro .about-step-intro-detail {
        padding-bottom: 50px;
    }
}

#about-step-intro h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #about-step-intro h2 {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 750px) {
    #about-step-intro .list-col-03>ul li {
        width: 100%;
    }
}

#about-step-intro .list-col-03>ul li .txt-list {
    padding-top: 20px;
}

#about-step-intro .list-col-03>ul li .txt-list h3 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #about-step-intro .list-col-03>ul li .txt-list h3 {
        font-size: 2rem;
    }
}

#about-step-intro .list-col-03>ul li .txt-list p {
    text-align: left;
    line-height: 2;
}

@media only screen and (max-width: 750px) {
    #about-step-intro .list-col-03>ul li .txt-list p br {
        display: none;
    }
}

#about-step-intro .list-col-03>ul li .image {
    background-color: #BBFFFE;
    border-radius: 50px;
    padding: 50px;
    height: 295px;
    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) {
    #about-step-intro .list-col-03>ul li+li {
        margin-top: 40px;
    }
}

#about-step-phone-intro {
    background: url("/assets/images/about/bg-col-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom -395px center;
    padding-top: 140px;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro {
        padding-top: 50px;
        background: inherit;
    }
}

#about-step-phone-intro h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro h2 {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
}

#about-step-phone-intro .about-step-phone-intro-title p {
    line-height: 2;
}

#about-step-phone-intro .about-step-phone-intro-detail {
    padding-bottom: 40px;
    margin-top: 50px;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .about-step-phone-intro-detail {
        width: 100%;
        padding-bottom: 0px;
    }
}

#about-step-phone-intro .list-col-02>ul li {
    width: 50%;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li {
        width: 100%;
        padding: 40px;
    }
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li:nth-child(1) {
        background-color: #d1f1fe;
    }
}

#about-step-phone-intro .list-col-02>ul li:nth-child(1) h3 {
    color: #008AC3;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li:nth-child(1) h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li:nth-child(1) img {
        margin-right: 5px;
    }
}

#about-step-phone-intro .list-col-02>ul li:nth-child(1) .sim01 {
    position: absolute;
    top: 10px;
    right: -100px;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li:nth-child(2) {
        background-color: #ede3fe;
    }
}

#about-step-phone-intro .list-col-02>ul li:nth-child(2) h3 {
    color: #B421E0;
}

#about-step-phone-intro .list-col-02>ul li:nth-child(2) .sim02 {
    position: absolute;
    bottom: 30px;
    left: -20px;
}

#about-step-phone-intro .list-col-02>ul li h3 {
    font-size: 5.6rem;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li h3 {
        font-size: 2.6rem;
    }
}

#about-step-phone-intro .list-col-02>ul li p {
    line-height: 1.6;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li p {
        font-size: 1.6rem;
    }
}

#about-step-phone-intro .list-col-02>ul li .txt-list {
    margin-top: 10px;
    font-size: 2rem;
}

#about-step-phone-intro .list-col-02>ul li .image {
    margin-top: 60px;
}

#about-step-phone-intro .list-col-02>ul li .image .position {
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-intro .list-col-02>ul li .image {
        margin-top: 30px;
    }
}

#about-step-phone-sub-intro .about-step-phone-sub-intro {
    padding-top: 40px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 750px) {
    #about-step-phone-sub-intro .about-step-phone-sub-intro {
        padding-bottom: 50px;
    }
}

#about-step-phone-sub-intro .about-step-phone-sub-intro p {
    line-height: 2;
}

#about-step-compatible-intro {
    background-color: #F2F5F7;
    padding-top: 140px;
    padding-bottom: 170px;
}

@media only screen and (max-width: 750px) {
    #about-step-compatible-intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#about-step-compatible-intro .about-step-compatible-intro h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #about-step-compatible-intro .about-step-compatible-intro h2 {
        font-size: 2.4rem;
    }
}

#about-step-compatible-intro .about-step-compatible-intro .txt-detail b {
    font-weight: 600;
}

#about-step-compatible-intro .about-step-compatible-intro .list-col-02>ul li {
    -webkit-box-shadow: rgba(99, 99, 99, 0.11) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.11) 0px 2px 8px 0px;
    width: 48%;
    background-color: #fff;
    margin-top: 40px;
    padding: 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 750px) {
    #about-step-compatible-intro .about-step-compatible-intro .list-col-02>ul li {
        width: 100%;
        margin-top: 0px;
    }
}

#about-step-compatible-intro .about-step-compatible-intro .list-col-02>ul li p {
    font-weight: 400;
}

#about-step-compatible-intro .about-step-compatible-intro .list-col-02>ul li p+p {
    margin-top: 15px;
}

@media only screen and (max-width: 750px) {
    #about-step-compatible-intro .about-step-compatible-intro .list-col-02>ul li+li {
        margin-top: 20px;
    }
}

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

@media only screen and (max-width: 750px) {
    #about-video .about-video {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

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

#howto-intro {
    position: relative;
    padding-top: 125px;
    padding-bottom: 60px;
    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 .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;
    }
}

.tab-banner-toggle {
    padding: 30px;
    z-index: 9;
    position: relative;
    background-color: #BBFFFE;
    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-page .content-slide-toggle {
    z-index: 9;
    position: relative;
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    .howto-page #banner .img-banner {
        background-color: #b2e0f8;
    }
}

@media only screen and (max-width: 750px) {
    .howto-page #banner .img-banner img {
        -o-object-position: top right;
        object-position: top right;
        -o-object-position: 40px 0px;
        object-position: 40px 0px;
    }
}

@media only screen and (max-width: 750px) {
    .howto-page #banner .banner p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 750px) {
    .howto-page .toggle-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 750px) {
    .howto-page .content-slide-toggle .toggle-row .toggle-btn {
        padding-left: 25px;
        padding-right: 50px;
    }
}

.section-toggle p.remark {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.section-toggle .list-col-03>ul {
    margin-top: -40px;
    margin-left: -12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section-toggle .list-col-03>ul li {
    width: 32%;
    margin-top: 40px;
    margin-left: 12px;
}

@media only screen and (max-width: 750px) {
    .section-toggle .list-col-03>ul li {
        width: 46%;
    }
}

.section-toggle .list-col-03>ul li .txt-img {
    margin-top: 10px;
    padding-left: 20px;
}

@media only screen and (max-width: 750px) {
    .section-toggle .list-col-03>ul li .txt-img {
        padding-left: 10px;
    }
}

.section-toggle .list-col-03>ul li .txt-img p {
    line-height: 1.6;
}

@media only screen and (max-width: 750px) {
    .section-toggle .list-col-03>ul li .txt-img p {
        font-size: 1.4rem;
    }
}

.section-toggle .list-col-03>ul li .txt-img p+p {
    margin-top: 10px;
}

.section-toggle .list-col-03>ul li .txt-img .color-red {
    color: #ea0000;
}

#blog-inner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #blog-inner {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

#blog-inner .blog-inner .ttl {
    margin-bottom: 40px;
}

#blog-inner .blog-inner .ttl 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) {
    #blog-inner .blog-inner .ttl h2 {
        white-space: inherit;
        font-size: 2.4rem;
    }

    #blog-inner .blog-inner .ttl h2 br {
        display: none;
    }
}

#cat-inner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #F4F4F4;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #cat-inner {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

#cat-inner .cat-inner .ttl {
    margin-bottom: 40px;
}

#cat-inner .cat-inner .ttl 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) {
    #cat-inner .cat-inner .ttl h2 {
        white-space: inherit;
        font-size: 2.4rem;
    }

    #cat-inner .cat-inner .ttl h2 br {
        display: none;
    }
}

#cat-inner .cat-inner .cat-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -2%;
}

@media only screen and (max-width: 750px) {
    #cat-inner .cat-inner .cat-list ul {
        margin-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#cat-inner .cat-inner .cat-list ul li {
    width: 22%;
    margin-top: 31px;
    margin-left: 2%;
}

@media only screen and (max-width: 750px) {
    #cat-inner .cat-inner .cat-list ul li {
        width: 48%;
        margin-left: 0;
    }
}

#cat-inner .cat-inner .cat-list ul li a {
    display: block;
}

#cat-inner .cat-inner .cat-list ul li a .cover img {
    width: 100%;
    height: auto;
}

#cat-inner .cat-inner .cat-list ul li a .brief {
    margin-top: 10px;
}

#cat-inner .cat-inner .cat-list ul li a .brief h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}

#blog-detail {
    margin-top: 60px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 750px) {
    #blog-detail {
        margin-top: 0;
        padding-bottom: 80px;
    }
}

#blog-detail.country-detail {
    padding-bottom: 40px;
}

@media only screen and (max-width: 750px) {
    #blog-detail.country-detail {
        padding-bottom: 20px;
    }
}

#blog-detail .blog-detail .ttl {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .ttl {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

#blog-detail .blog-detail .ttl .date-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#blog-detail .blog-detail .ttl .date-tag .date {
    width: 90px;
    min-width: 90px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 500;
}

#blog-detail .blog-detail .ttl .date-tag .tag {
    max-width: 95px;
    display: table;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 186, 136);
    padding: 9px 11px;
}

#blog-detail .blog-detail .ttl .date-tag .flag {
    margin-left: 15px;
}

#blog-detail .blog-detail .ttl h1 {
    margin-top: 20px;
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 700;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .ttl h1 {
        margin-top: 10px;
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

#blog-detail .blog-detail .cover img {
    width: 100%;
    height: auto;
}

#blog-detail .blog-detail .ttl-flag {
    margin-top: 30px;
}

#blog-detail .blog-detail .ttl-flag h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-weight: 700;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .ttl-flag h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
}

#blog-detail .blog-detail .ttl-flag h1 span {
    margin-right: 15px;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .ttl-flag h1 span img {
        width: 80px;
        height: auto;
    }
}

#blog-detail .blog-detail .blog-detail-content {
    margin-top: 40px;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .blog-detail-content {
        margin-top: 30px;
    }
}

#blog-detail .blog-detail .blog-detail-content h2 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 36px;
    padding-left: 22px;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .blog-detail-content h2 {
        font-size: 2.0rem;
        line-height: 2.6rem;
        margin-bottom: 20px;
    }
}

#blog-detail .blog-detail .blog-detail-content h2 {
    padding: 0.2em 0.3em 0.3em 0.3em;
    border-left: 10px solid #1773BA;
}

#blog-detail .blog-detail .blog-detail-content h3 {
    padding: 0.2em 0.3em 0.3em 0.3em;
    border-bottom: 2px solid #1773BA;
}

#blog-detail .blog-detail .blog-detail-content h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 36px;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .blog-detail-content h3 {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 20px;
    }
}

#blog-detail .blog-detail .blog-detail-content h4 {
    padding: .3em .3em .3em 1.3em;
    /* padding: 0.2em 0.3em 0.3em 0.3em; */
    border-bottom: 1px solid #1773BA;
}

#blog-detail .blog-detail .blog-detail-content h4::after {
    position: absolute;
    content: '';
    bottom: .8em;
    left: .4em;
    width: 10px;
    height: 10px;
    background-color: #1773BA;
    /* transform: rotate(45deg); */
}

#blog-detail .blog-detail .blog-detail-content h4 {
    font-size: 2.0rem;
    line-height: 3rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 36px;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .blog-detail-content h4 {
        font-size: 1.4rem;
        line-height: 2.6rem;
        margin-bottom: 20px;
    }
}

#blog-detail .blog-detail .blog-detail-content p+.img {
    margin-top: 40px;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .blog-detail-content p+.img {
        margin-top: 30px;
    }
}

#blog-detail .blog-detail .blog-detail-content p a {
    color: #1773BA;
    text-decoration: underline;
}

#blog-detail .blog-detail .blog-detail-content .img+h2 {
    margin-top: 40px;
}

@media only screen and (max-width: 750px) {
    #blog-detail .blog-detail .blog-detail-content .img+h2 {
        margin-top: 30px;
    }
}

#blog-detail .blog-detail .blog-detail-content .img.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#blog-detail .blog-detail .blog-detail-content .img.flex .col {
    width: 48.5%;
}

#blog-detail .blog-detail .blog-detail-content .img img {
    width: 100%;
    height: auto;
}

#terms {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #terms {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#terms .terms .terms-ttl {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

#terms .terms .terms-ttl h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    white-space: nowrap;
    text-align: center;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #terms .terms .terms-ttl h2 {
        white-space: inherit;
        font-size: 2.4rem;
        line-height: 3.4rem;
    }

    #terms .terms .terms-ttl h2 br {
        display: none;
    }
}

#terms .terms .terms-content h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
}

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

#terms .terms .terms-content h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 900;
    margin-bottom: 5px;
}

#terms .terms .terms-content p {
    line-height: 3.2rem;
}

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

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

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

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

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

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

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

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

#terms .terms .terms-content ul li ul {
    margin-left: 20px;
}

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

#terms .terms .terms-content .table {
    margin-top: 25px;
    margin-bottom: 30px;
}

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

#terms .terms .terms-content .table table tbody tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}

#terms .terms .terms-content .table table tbody tr td {
    padding: 20px 25px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

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

#terms .terms .terms-content .table table tbody tr td:last-child {
    border-right: 1px solid #e5e5e5;
}

#terms .terms .terms-content .table table tbody tr td h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

@media only screen and (max-width: 750px) {
    #terms .terms .terms-content .table table tbody tr td h3 {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

#terms .terms .terms-content .table table tbody tr td ul+p {
    margin-top: 15px;
}

#terms .terms .terms-content .table table tbody tr td p {
    font-size: 1.4rem;
    line-height: 2.8rem;
}

@media only screen and (max-width: 750px) {
    #terms .terms .terms-content .table table tbody tr td p {
        font-size: 1.2rem;
        line-height: 2.6rem;
    }
}

#terms .terms .terms-content .table table tbody tr td p+p {
    margin-top: 15px;
}

#terms .terms .terms-content .table table tbody tr td p a {
    font-weight: 900;
}

#contact {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    background: rgb(248, 248, 248);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(248, 248, 248)), color-stop(100%, rgba(248, 248, 248, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgba(248, 248, 248, 0)));
    background: linear-gradient(to bottom, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8", endColorstr="#f8f8f8", GradientType=0);
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#contact .contact .contact-ttl {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

#contact .contact .contact-ttl h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    white-space: nowrap;
    text-align: left;
    font-weight: 900;
}

@media only screen and (max-width: 750px) {
    #contact .contact .contact-ttl h2 {
        white-space: inherit;
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

#contact .contact .contact-content .intro ul {
    margin-left: 25px;
}

#contact .contact .contact-content .intro ul li {
    list-style: disc;
}

#contact .contact .contact-content .form {
    margin-top: 80px;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

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

#contact .contact .contact-content .form .form-row {
    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) {
    #contact .contact .contact-content .form .form-row {
        display: block;
    }
}

#contact .contact .contact-content .form .form-row+.form-row {
    margin-top: 25px;
}

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

#contact .contact .contact-content .form .form-row.button {
    margin-top: 60px;
}

@media only screen and (max-width: 750px) {
    #contact .contact .contact-content .form .form-row.button {
        margin-top: 30px;
    }
}

#contact .contact .contact-content .form .form-row .topic {
    min-width: 240px;
}

#contact .contact .contact-content .form .form-row .topic p {
    margin-top: 10px;
    text-align: right;
}

@media only screen and (max-width: 750px) {
    #contact .contact .contact-content .form .form-row .topic p {
        margin-top: 0;
        text-align: left;
    }
}

#contact .contact .contact-content .form .form-row .topic p span {
    color: #FF0000;
}

@media only screen and (max-width: 750px) {
    #contact .contact .contact-content .form .form-row .topic p span {
        margin-left: 5px;
    }
}

#contact .contact .contact-content .form .form-row .field {
    width: 100%;
    padding-left: 20px;
}

@media only screen and (max-width: 750px) {
    #contact .contact .contact-content .form .form-row .field {
        padding-left: 0;
        margin-top: 5px;
    }
}

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

#contact .contact .contact-content .form .form-row .field .flex .col.w50 {
    width: 49%;
}

#contact .contact .contact-content .form .form-row .field .alert {
    margin-top: 8px;
    color: #FF0000;
}

.textbox {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #A7A7A7;
    border-radius: 6px !important;
}

.textbox.important {
    background-color: #FFE8E8;
}

textarea.textbox {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 26px;
    resize: none;
    height: 200px;
}

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

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

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

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

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

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

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

#faq-intro {
    position: relative;
    padding-top: 125px;
    padding-bottom: 60px;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    #faq-intro {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#faq-intro .faq-intro.mgt80 {
    margin-top: 80px;
}

@media only screen and (max-width: 750px) {
    #faq-intro .faq-intro.mgt80 {
        margin-top: 40px;
    }
}

#faq-intro .faq-detail {
    background-color: #f7f7f7;
    padding: 40px;
    margin-top: 20px;
    border-radius: 40px;
    margin-bottom: -50px;
}

@media only screen and (max-width: 750px) {
    #faq-intro .faq-detail {
        padding: 20px;
        margin-top: 10px;
        border-radius: 20px;
        margin-bottom: -30px;
    }
}

#faq-intro .toggle-btn {
    min-height: 80px !important;
    height: 100%;
}

#faq-intro .toggle-btn.faq-btn {
    background-image: url("/assets/images/commons/arrow-cart.svg") !important;
    background-repeat: no-repeat;
    background-position: center right 30px;
    background-size: 32px;
    padding-left: 70px;
}

@media only screen and (max-width: 750px) {
    #faq-intro .toggle-btn.faq-btn {
        background-size: 22px;
        background-position: center right 20px;
        padding-left: 55px;
    }
}

#faq-intro .toggle-btn.faq-btn:Before {
    content: "";
    position: absolute;
    background-image: url("/assets/images/faq/q-icon.svg");
    background-repeat: no-repeat;
    left: 22px;
    top: 19px;
    width: 34px;
    height: 40px;
}

@media only screen and (max-width: 750px) {
    #faq-intro .toggle-btn.faq-btn:Before {
        width: 24px;
        height: 30px;
        background-size: contain;
    }
}

#faq-intro .toggle-btn.faq-btn.faq--tt {
    background-image: initial !important;
    padding-right: 20px !important;
}

#faq-intro .toggle-btn.faq-btn.faq--tt.active {
    background-color: #f7f7f7 !important;
    color: #000 !important;
}

#faq-intro .faq-intro-text-slide {
    min-width: 540px;
    position: absolute;
    top: 50px;
    left: 300px;
    z-index: 8;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media only screen and (max-width: 750px) {
    #faq-intro .faq-intro-text-slide {
        min-width: 100%;
        left: 0 !important;
        top: 0;
    }
}

#faq-intro .faq-intro-title {
    position: relative;
    z-index: 9;
}

#faq-intro .faq-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) {
    #faq-intro .faq-intro-title h2 {
        white-space: inherit;
        font-size: 2.4rem;
    }

    #faq-intro .faq-intro-title h2 br {
        display: none;
    }
}

#faq-intro .faq-intro-txt {
    position: relative;
    z-index: 9;
    margin-top: 40px;
}

#faq-intro .faq-intro-txt p {
    font-size: 2rem;
    white-space: nowrap;
    line-height: 2;
}

@media only screen and (max-width: 750px) {
    #faq-intro .faq-intro-txt p {
        white-space: inherit;
    }
}

#faq-intro .content-slide-toggle {
    margin-top: 20px;
}

.tab-banner-toggle {
    padding: 30px;
    z-index: 9;
    position: relative;
    background-color: #BBFFFE;
    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;
    }
}

.faq-page .content-slide-toggle {
    z-index: 9;
    position: relative;
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    .faq-page #banner .img-banner {
        background-color: #b2e0f8;
    }
}

@media only screen and (max-width: 750px) {
    .faq-page #banner .img-banner img {
        -o-object-position: top right;
        object-position: top right;
        -o-object-position: 0px 0px;
        object-position: 0px 0px;
    }
}

@media only screen and (max-width: 750px) {
    .faq-page #banner .banner p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 750px) {
    .faq-page .toggle-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 750px) {
    .faq-page .content-slide-toggle .toggle-row .toggle-btn {
        padding-left: 25px;
        padding-right: 50px;
    }
}

.section-toggle p.remark {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.section-toggle .list-col-03>ul {
    margin-top: -40px;
    margin-left: -12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section-toggle .list-col-03>ul li {
    width: 32%;
    margin-top: 40px;
    margin-left: 12px;
}

@media only screen and (max-width: 750px) {
    .section-toggle .list-col-03>ul li {
        width: 46%;
    }
}

.section-toggle .list-col-03>ul li .txt-img {
    margin-top: 10px;
    padding-left: 20px;
}

@media only screen and (max-width: 750px) {
    .section-toggle .list-col-03>ul li .txt-img {
        padding-left: 10px;
    }
}

.section-toggle .list-col-03>ul li .txt-img p {
    line-height: 1.6;
}

@media only screen and (max-width: 750px) {
    .section-toggle .list-col-03>ul li .txt-img p {
        font-size: 1.4rem;
    }
}

.section-toggle .list-col-03>ul li .txt-img p+p {
    margin-top: 10px;
}

.section-toggle .list-col-03>ul li .txt-img .color-red {
    color: #ea0000;
}

.mt50 {
    margin-top: 50px;
}

.sp-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.p-detail .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.p-detail .breadcrumb li {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #000;
    word-break: keep-all;
    white-space: nowrap;
}

.p-detail .breadcrumb li+li::before {
    content: ">";
    margin-left: 0.75em;
    margin-right: 0.75em;
}

.blog-detail-content table {
    border-collapse: collapse;
    border: solid 2px #dadada;
    padding: 4px 8px;
}

.blog-detail-content th,
td {
    border: solid 2px #dadada;
    padding: 4px 8px;
}

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