@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    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:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

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

input[type=submit],
input[type=button] {
    border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

div#container,
footer {
    -webkit-box-sizing: border-box
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none
}

input[type=submit]::focus,
input[type=button]::focus {
    outline-offset: -2px
}

html {
    font-size: 62.5%
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.6rem;
    line-height: 1.68;
    color: #333
}

@media (min-width:769px) {
    body {
        font-size: 1.8rem
    }
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    opacity: .8
}

img {
    max-width: 100%;
    vertical-align: bottom
}

.sp-view {
    display: none !important
}

@media (max-width:768px) {
    .pc-view {
        display: none !important
    }

    .sp-view {
        display: block !important
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden
}

footer ul,
h2 {
    display: -ms-flexbox;
    margin-bottom: 2rem;
    display: -webkit-box
}

.clearfix {
    min-height: 1px
}

* html .clearfix {
    height: 1px
}

div#container {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    box-sizing: border-box
}

h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    color: #46aef7;
    background: -webkit-gradient(linear, left top, right top, from(#1dd5e6), to(#46aef7));
    background: linear-gradient(90deg, #1dd5e6, #46aef7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 2rem
}

@media (min-width:769px) {
    h2 {
        font-size: 2.4rem;
        margin-bottom: 4rem
    }
}

h2::before {
    background-color: #0097cf;
    content: "";
    height: 4px;
    width: 32px;
    margin-right: 1rem
}

section.pagetitle {
    padding: 2rem 0 5rem
}

section.pagetitle p.jptitle {
    font-size: 3rem;
    padding-left: 2rem;
    color: #333
}

footer {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e5ebee;
    padding: 2rem 2rem 0;
    box-sizing: border-box;
    border-top: 1px solid #bbb
}

footer ul {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer ul li {
    margin: 0 2rem;
    font-size: 1.2rem;
    text-align: center
}

@media (max-width:768px) {
    footer ul {
        display: block
    }

    footer ul li {
        text-align: left;
        margin-bottom: 1.2rem
    }
}

footer ul li a {
    text-decoration: underline
}

@media (min-width:769px) {
    footer ul li {
        font-size: 1.4rem
    }
}

footer ul li:last-of-type {
    margin-right: 0
}

footer p.copyright {
    padding-bottom: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1;
    color: #999;
    text-align: center
}

.bg-fixed {
    background: -webkit-gradient(linear, left top, right top, from(#1dd5e6), to(#46aef7));
    background: linear-gradient(90deg, #1dd5e6, #46aef7);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.max_pc {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.bg {
    background-color: #e5ebee
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mv-container {
    position: relative
}

.mv-container .mv {
    width: 100%;
    max-width: 100%
}

.mv-container .logo {
    position: absolute;
    width: 50%;
    max-width: 180px;
    top: 20px;
    left: 20px
}

.mv-container .btn-block {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
}

@media (min-width:769px) {
    footer p.copyright {
        font-size: 1.4rem
    }

    .bg {
        padding: 0 5rem 5rem
    }

    .mv-container .btn-block {
        width: auto;
        max-width: 640px
    }

    .mv-container .btn {
        font-size: 3rem
    }
}

.mv-container .btn-block.fixed {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.mv-container .btn {
    display: block;
    background: #46aef7;
    background: -webkit-gradient(linear, left top, right top, from(#46aef7), to(#1dd5e6));
    background: linear-gradient(90deg, #46aef7 0%, #1dd5e6 100%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 670px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: relative;
    opacity: 1;
    z-index: 10; }

.mv-container .btn span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fe6c6c));
    background: linear-gradient(transparent 60%, #fe6c6c 40%);
    padding-bottom: .5rem;
    font-size: 2.4rem;
    color: #ffeec5
}

.about-container {
    padding-top: 6rem;
    margin-bottom: 5rem
}

@media (min-width:769px) {
    .mv-container .btn span {
        font-size: 3.4rem
    }

    .about-container {
        padding: 6rem 10rem;
        margin: 0 auto 5rem
    }
}

.about-container .copy {
    padding: 0 2rem;
    margin-bottom: 3.5rem
}

@media (min-width:769px) {
    .about-container .copy {
        max-width: 600px;
        margin: 0 auto 4rem
    }
}

.about-container p {
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2.5rem;
    line-height: 2
}

.about-container .illust {
    padding-left: 2rem
}

.service-container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 0 2rem 7rem;
    border-radius: 40px;
    padding: 5rem 2rem
}

.service-container h2 {
    padding: 0;
    margin-bottom: 3rem
}

@media (min-width:769px) {
    .service-container h2 {
        margin-bottom: 4rem
    }
}

.service-container .contents {
    margin: 0 auto 6rem
}

.service-container .contents:last-of-type {
    margin-bottom: 0
}

.service-container .contents p {
    margin-bottom: 3rem
}

@media (min-width:769px) {
    .service-container .contents {
        width: 30%;
        margin-right: 2rem
    }

    .service-container .contents:last-of-type {
        margin-right: 0
    }

    .service-container .contents p {
        font-size: 1.5rem
    }
}

.service-container .contents p.read {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem
}

@media (min-width:769px) {
    .service-container .contents p.read {
        font-size: 1.8rem
    }

    .service-container .contents img {
        width: 80%;
        display: block;
        margin: 0 auto
    }
}

.point-container {
    margin: 0 auto 7rem
}

.point-container .contents {
    padding: 0 2rem;
    margin: 0 auto 4rem
}

@media (min-width:769px) {
    .point-container .contents {
        margin: 0 auto 5rem
    }
}

.point-container .contents:last-of-type {
    margin-bottom: 0
}

.point-container .contents p {
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.point-container .contents p.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0
}

.point-container .contents p.heading img {
    width: 50px;
    margin-right: 1.5rem
}

.point-container .contents p.heading span {
    font-size: 2rem;
    font-weight: 700
}

@media (min-width:769px) {
    .point-container .contents p.heading img {
        width: 60px
    }

    .point-container .contents p.heading span {
        font-size: 2.4rem
    }

    .point-container .contents img.illust {
        max-width: 800px;
        margin: 0 auto;
        display: block
    }
}

.point-container .contents .table-wrapper {
    margin-top: 4rem
}

.point-container .contents .table-wrapper .scroll-wrapper {
    overflow-y: scroll
}

.point-container .contents .table-wrapper table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap
}

.point-container .contents .table-wrapper table tr:last-of-type td,
.point-container .contents .table-wrapper table tr:last-of-type th {
    border-bottom: none
}

.point-container .contents .table-wrapper table th {
    border-bottom: 1px solid #bbb;
    background-color: #cdcdcd
}

.point-container .contents .table-wrapper table th:nth-of-type(2) {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    background-color: #0493e0
}

@media (min-width:769px) {
    .point-container .contents .table-wrapper table th:nth-of-type(2) {
        font-size: 2.4rem
    }
}

.point-container .contents .table-wrapper table th.empty {
    background-color: #e5ebee
}

.point-container .contents .table-wrapper table td {
    background-color: #fff;
    border-bottom: 1px solid #bbb
}

.point-container .contents .table-wrapper table td:first-of-type {
    font-size: 2rem;
    color: #EF2424;
    font-weight: 700;
    background-color: #d9ebf7;
    border-left: 1px solid #bbb
}

@media (min-width:769px) {
    .point-container .contents .table-wrapper table td:first-of-type {
        font-size: 2.4rem
    }
}

.point-container .contents .table-wrapper table td span {
    font-size: 1.4rem;
    line-height: 1.3
}

.point-container .contents .table-wrapper table td,
.point-container .contents .table-wrapper table th {
    border-right: 1px solid #bbb;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle
}

.point-container .contents .table-wrapper table td:last-of-type,
.point-container .contents .table-wrapper table th:last-of-type {
    border-right: none
}

.point-container .contents .table-wrapper table td:nth-of-type(n+2),
.point-container .contents .table-wrapper table th:nth-of-type(n+2) {
    width: 27%
}

.character-container {
    margin-bottom: 6rem
}

@media (min-width:769px) {
    .character-container {
        width: 900px;
        margin: 0 auto 6rem
    }
}

.character-container .copy {
    padding: 0 2rem;
    margin-bottom: 3.5rem
}

@media (min-width:769px) {
    .character-container .copy {
        max-width: 600px;
        margin: 0 auto 4rem
    }
}

.character-container .contents {
    padding: 0 2rem;
    margin-bottom: 5rem
}

.character-container .contents:last-of-type {
    margin-bottom: 0
}

.character-container .contents .character-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.character-container .contents .character-block .img {
    width: 100px;
    margin-right: 1.5rem
}

.character-container .contents .character-block p {
    font-size: 1.8rem;
    font-weight: 700
}

.character-container .contents .character-block p span {
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    color: #6d6d6d;
    display: block
}

.character-container .contents .character-block p span.status {
    font-size: 1.4rem;
    font-weight: 400
}

.character-container .contents p.catchcopy {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem
}

.character-container .contents span.corner-ttl {
    background-color: #0493e0;
    color: #fff;
    display: block;
    width: 80px;
    border-radius: 10px;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    text-align: center
}

.character-container .contents .mb-20 {
    margin-bottom: 2rem
}

.trial-container {
    position: relative;
    padding: 5rem 2rem 0;
    z-index: 1;
    margin-bottom: 7rem
}

@media (min-width:769px) {
    .trial-container {
        margin-bottom: 10rem
    }
}

.trial-container .bg-white {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 3rem 2rem;
    text-align: center
}

.trial-container .bg-white p {
    margin-bottom: 1.5rem
}

.trial-container .bg-white p.read {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5
}

.trial-container .bg-white p.read span {
    font-size: 2.4rem;
    color: #c32121
}

.trial-container .bnr-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trial-container .bnr-block a {
    display: block;
    width: 47%
}

@media (min-width:769px) {
    .trial-container .bg-white p {
        margin-bottom: 2rem
    }

    .trial-container .bg-white p.read {
        font-size: 2.4rem
    }

    .trial-container .bg-white p.read span {
        font-size: 2.8rem
    }

    .trial-container .bnr-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .trial-container .bnr-block a {
        width: 30%;
        margin: 0 2rem
    }
}

.trial-container .deco {
    width: 98%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

@media (min-width:769px) {
    .trial-container .deco {
        width: 100%
    }

    .faq-container {
        width: 900px;
        margin: 0 auto 6rem
    }
}

.faq-container .accordion-wrapper {
    margin: 0 auto 4rem;
    width: 100%;
    padding: 0 2rem
}

.faq-container .accordion-wrapper dl {
    border-bottom: 1px solid #bbb
}

.faq-container .accordion-wrapper dl:last-of-type {
    border-bottom: none
}

.faq-container .accordion-wrapper dl dt {
    background: #d9ebf7;
    cursor: pointer;
    padding: 2rem 4rem;
    position: relative
}

.faq-container .accordion-wrapper dl dt::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0493e0;
    border-right: 2px solid #0493e0;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.faq-container .accordion-wrapper dl dt.open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%
}

.faq-container .accordion-wrapper dl dt::before {
    content: "Q";
    position: absolute;
    left: 20px;
    top: 19px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    color: #0493e0
}

@media (min-width:769px) {
    .faq-container .accordion-wrapper dl dt {
        padding: 2rem 5rem
    }

    .faq-container .accordion-wrapper dl dt::before {
        font-size: 2rem;
        top: 17px
    }
}

.faq-container .accordion-wrapper dl dd {
    display: none;
    padding: 1.5rem 4rem;
    background-color: #fff;
    position: relative
}

.faq-container .accordion-wrapper dl dd::before {
    content: "A";
    position: absolute;
    left: 20px;
    top: 16px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    color: #0493e0
}

@media (min-width:769px) {
    .faq-container .accordion-wrapper dl dd {
        padding: 1.5rem 5rem
    }

    .faq-container .accordion-wrapper dl dd::before {
        font-size: 2rem;
        top: 14px
    }

    .pc-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.logo_subpage {
    width: 300px;
    padding: 2rem 0 5rem 2rem
}

@media (min-width:769px) {
    .service-cont {
        width: 48%
    }

    .footer-btn a.btn {
        font-size: 3rem
    }
}

.footer-btn {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-btn a.btn {
    display: block;
    background: #46aef7;
    background: -webkit-gradient(linear, left top, right top, from(#46aef7), to(#1dd5e6));
    background: linear-gradient(90deg, #46aef7 0%, #1dd5e6 100%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 89.333%;
    max-width: 670px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: relative;
    opacity: 1;
    z-index: 10; 
}

.footer-btn a.btn span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fe6c6c));
    background: linear-gradient(transparent 60%, #fe6c6c 40%);
    padding-bottom: .5rem;
    font-size: 2.4rem;
    color: #ffeec5
}

@media (min-width:769px) {
    .footer-btn a.btn span {
        font-size: 3.4rem
    }
}

section.company {
    padding: 0 2rem
}

section.company table {
    width: 100%;
    border-top: 1px solid #46aef7;
    background-color: #fff
}

section.company table th {
    width: 25%;
    background-color: #dfecf6
}

section.company table td,
section.company table th {
    border-bottom: 1px solid #46aef7;
    font-size: 1.4rem;
    padding: 1.6rem
}

section.company table ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.6rem
}

@media (max-width:768px) {
    section.company table th {
        width: 35%
    }

    section.company table {
        font-size: 1.4rem
    }
}

section.policy {
    padding: 0 2rem
}

section.policy p.read {
    margin-bottom: 3rem;
    font-size: 1.4rem
}

section.policy .item-box {
    margin-bottom: 5rem
}

section.policy .item-box h3 {
    font-weight: 700;
    margin-bottom: 1.6rem;
    font-size: 1.5rem
}

section.policy .item-box p,
section.policy .item-box ul li {
    margin-bottom: 1.2rem;
    font-size: 1.4rem
}

section.policy .item-box ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 2rem
}

section.policy .item-box ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 2rem;
    font-size: 1.4rem
}

section.policy .item-box ol li {
    margin-bottom: 1.2rem
}

/* 退会方法のスタイル追加 */
.cancel-guide {
    background: #f5f9fc;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.cancel-guide h3 {
    color: #0493e0;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 4px solid #0493e0;
}

.cancel-guide ul {
    list-style-type: none;
    padding-left: 1rem;
}

.cancel-guide ul li {
    position: relative;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    padding-left: 1.5rem;
}

.cancel-guide ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    color: #0493e0;
}

.cancel-guide ul li:last-child {
    margin-bottom: 0;
}

.faq-container .accordion-wrapper dl dd p.note {
    background: #fff7e6;
    padding: 1.5rem;
    border-radius: 8px;
    font-size: 1.4rem;
    color: #666;
    margin-top: 1rem;
}

@media (min-width:769px) {
    .cancel-guide h3 {
        font-size: 1.8rem;
    }
    
    .cancel-guide ul li {
        font-size: 1.6rem;
    }
}

/* 番号付きリストのスタイル */
.cancel-guide ol {
    list-style-type: decimal;
    padding-left: 2.5rem;
    counter-reset: item;
}

.cancel-guide ol li {
    position: relative;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    display: list-item;
}

.device-setting ol {
    list-style-type: decimal;
    padding-left: 2.5rem;
}

.device-setting h4 {
    font-weight: 700;
    color: #0493e0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.device-setting {
    margin-bottom: 2rem;
}

.device-setting:last-child {
    margin-bottom: 0;
}