/*@function calcvwPC($num, $width: $pc-width) {
  @return (1vw * $num / $pc-width * 100);
}*/
/* -------------------------------------------------------------------

    Reset Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html,
body,
div,
main,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
svg,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
picture
{
    zoom: 1; 

    margin: 0;
    padding: 0;

    vertical-align: top;

    border: 0;
    background: transparent;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main,
section,
nav,
article,
aside,
hgroup,
menu,
summary,
svg,
header,
footer,
figure,
figcaption,
details,
picture
{
    display: block;
}

/*  Typography
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 100%;
    font-weight: 400; 
    line-height: 1.5;
}

em
{
    font-weight: 700; 
    font-style: normal;
}

strong,
b
{
    font-weight: 700;
}

/*  Horizontal Rule
--------------------------------------- */
hr
{
    display: none;
}

/*  Embedded Content
--------------------------------------- */
img
{
    vertical-align: top; 

    border: 0;
}

/*  List Content
--------------------------------------- */
ul,
ol
{
    list-style: none;
}

/*  Tables
--------------------------------------- */
table
{
    width: 100%; 

    border-collapse: collapse;

    border: 0 none;
}

table th,
table td
{
    font-size: 1em;
    font-weight: 400; 

    text-align: left;
    vertical-align: top;

    border: 0 none;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner
{
    padding: 0; 

    border: 0;
}

button
{
    font-family: 'Noto Sans JP', sans-serif;
}

fieldset
{
    border: 0 none;
}

legend
{
    display: none;
}

label
{
    cursor: pointer;
}

input
{
    font-family: 'Noto Sans JP', sans-serif;

    vertical-align: middle;

    border-radius: 0;
    border-radius: 0; 
    outline: none;
}

input[type='text'],
input[type='image']
{
    -webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box; 
    padding: 0;
}

textarea
{
    font-family: 'Noto Sans JP', sans-serif;

    resize: none;
    vertical-align: top;

    border-radius: 0;
    outline: 0;

    -webkit-appearance: none;
}

select
{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;

    outline: none;
}

/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Base
--------------------------------------- */
html
{
    overflow-y: scroll;
}

body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;

    color: #000;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}

* html body
{
    font-size: 84%;
}

*:first-child + html body
{
    font-size: 84%;
}

/*  Links
--------------------------------------- */
a
{
    text-decoration: none; 

    color: #000;
}
a:link,
a:visited
{
    text-decoration: none; 

    color: #000;
}
a:active,
a:hover,
a:focus
{
    text-decoration: underline; 

    color: #000;
    outline: none;
}

/*  Iconfont
--------------------------------------- */
@font-face
{
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;

    src: url('../font/iconfont.ttf?2fni56') format('truetype'), url('../font/iconfont.woff?2fni56') format('woff'), url('../font/iconfont.svg?2fni56#iconfont') format('svg');
    font-display: block;
}

[class^='if-'],
[class*=' if-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: never;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.if-check:before
{
    content: '\e900';
}

.if-submit:before
{
    content: '\e901';
}

.if-open:before
{
    content: '\e902';
}

/* -------------------------------------------------------------------

    Content Style

-------------------------------------------------------------------- */
/*  l-container
--------------------------------------- */
#l-container
{
    position: relative;
}
@media screen and (max-width: 768px)
{
    #l-container
    {
        padding-bottom: 13.02083vw;
    }
}
#l-container.w-1000
{
    padding-bottom: 0;
}
#l-container.w-1000 #l-content
{
    box-sizing: border-box; 
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    #l-container.w-1000 #l-content
    {
        width: 100%; 
        padding-right: 5.20833vw;
        padding-bottom: 0vw;
        padding-left: 5.20833vw;
    }
}

/* -------------------------------------------------------------------

    Footer Style

-------------------------------------------------------------------- */
.w-1000 #l-footer .l-footer-inner
{
    padding-bottom: 60px;
}
@media screen and (max-width: 768px)
{
    .w-1000 #l-footer .l-footer-inner
    {
        padding-bottom: 7.8125vw;
    }
}

#l-footer .l-footer-inner
{
    position: relative; 

    overflow-y: hidden;

    margin: 0 auto;
    padding: 110px 0 140px;
}
@media screen and (max-width: 768px)
{
    #l-footer .l-footer-inner
    {
        padding-top: 13.02083vw;
        padding-bottom: 26.04167vw;
    }
}

#l-footer .logo
{
    position: relative;
    z-index: 2;

    width: 186px; 
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    #l-footer .logo
    {
        width: 48.4375vw;
    }
}
#l-footer .logo img
{
    width: 100%;
}

#l-footer .copyright
{
    font-family: 'Roboto', sans-serif; 
    font-size: 12px;

    padding-top: 22px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #l-footer .copyright
    {
        font-size: 3.125vw; 

        padding-top: 6.25vw;
    }
}

#l-footer .sns-list
{
    padding-bottom: 45px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #l-footer .sns-list
    {
        padding-bottom: 36.45833vw;
    }
}
#l-footer .sns-list li
{
    display: inline-block; 

    padding: 0 10px;
}
@media screen and (max-width: 768px)
{
    #l-footer .sns-list li
    {
        padding-right: 2.60417vw;
        padding-left: 2.60417vw;
    }
}
#l-footer .sns-list li a
{
    -webkit-transition: opacity .3s;
    transition: opacity .3s; 

    opacity: 1; 

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#l-footer .sns-list li a:hover
{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#l-footer .sns-list li a img
{
    width: 42px;
}
@media screen and (max-width: 768px)
{
    #l-footer .sns-list li a img
    {
        width: 10.9375vw;
    }
}

#l-footer .bg
{
    position: absolute;
    z-index: 1; 
    bottom: 40px;
    left: -38px;

    width: 451px;
}
#l-footer .bg img
{
    width: 100%;
}
@media screen and (max-width: 1064px)
{
    #l-footer .bg
    {
        bottom: 100px; 

        width: 300px;
    }
}
@media screen and (max-width: 768px)
{
    #l-footer .bg
    {
        display: none;
    }
}

#l-footer .bg-sp
{
    display: none;
}
@media screen and (max-width: 768px)
{
    #l-footer .bg-sp
    {
        position: absolute;
        bottom: 52.08333vw;
        left: -13.02083vw;

        display: block;

        width: 52.08333vw;
    }
    #l-footer .bg-sp img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .w-1000 #l-footer .l-footer-inner .sns-list
    {
        padding-bottom: 13.02083vw;
    }
}

/* -------------------------------------------------------------------

    Modules

-------------------------------------------------------------------- */
/* c-lyt-main-visual
--------------------------------------- */
.c-lyt-main-visual img
{
    width: 100%;
}

.c-lyt-main-visual p
{
    font-weight: 700;
}

@media (min-width: 769px)
{
    /* .c-lyt-main-visual
    {
        width: 1000px; 
        margin: 0 auto 92px;
        padding-top: 50px;
    } */
    .c-lyt-main-visual {
        width: 1000px;
        margin: 0 auto;
    }
    .c-lyt-main-visual p
    {
        font-size: 18px; 

        margin-top: 9px;
        padding-right: 7px;

        text-align: right;
    }
}

@media (max-width: 768px)
{
    .c-lyt-main-visual
    {
        margin-bottom: 13.33333vw;
    }
    .c-lyt-main-visual p
    {
        font-size: 4.26667vw;
        line-height: 1.5; 

        margin-top: 2.4vw;

        text-align: center;
    }
}

/* c-main-title-container
--------------------------------------- */
.c-main-title-container .date
{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
}
.c-main-title-container .date .small
{
    margin: 0 .4em;

    vertical-align: 0;
}
.c-main-title-container .date span
{
    display: inline-block;

    vertical-align: 0; 
    white-space: nowrap;
}

.c-main-title-container .description
{
    font-weight: 500;
    line-height: 1.3;
}

.c-main-title-container .description-note
{
    font-weight: 500;
    line-height: 1.5;

    color: #de1616;
}

.c-main-title-container .note a
{
    text-decoration: underline;
}
.c-main-title-container .note a:hover
{
    text-decoration: none;
}

@media (min-width: 769px)
{
    .c-main-title-container
    {
        width: 1000px; 
        margin: 0 auto 95px;
    }
    .c-main-title-container .date
    {
        font-size: 50px; 

        margin-bottom: 20px;
    }
    .c-main-title-container .date .small
    {
        font-size: 26px;
    }
    .c-main-title-container .date .date-time
    {
        font-size: 32px;
    }
    .c-main-title-container .description
    {
        font-size: 22px; 

        margin-bottom: 7px;
    }
    .c-main-title-container .description .small
    {
        font-size: 18px; 

        vertical-align: 0;
    }
    .c-main-title-container .description-note
    {
        font-size: 19px; 

        margin-bottom: 20px;
    }
    .c-main-title-container .note
    {
        font-size: 12px;
    }
}

@media (max-width: 768px)
{
    .c-main-title-container
    {
        margin-bottom: 12vw;
        padding: 0 5.33333%;
    }
    .c-main-title-container .date
    {
        font-size: 8vw; 

        margin-bottom: 3.46667vw;
    }
    .c-main-title-container .date .small
    {
        font-size: 5.06667vw;
    }
    .c-main-title-container .date .date-time
    {
        font-size: 5.6vw;
    }
    .c-main-title-container .description
    {
        font-size: 4.26667vw; 

        margin-bottom: 1.33333vw;
    }
    .c-main-title-container .description .small
    {
        font-size: 3.46667vw; 

        vertical-align: 0;
    }
    .c-main-title-container .description-note
    {
        font-size: 3.73333vw; 

        margin-bottom: 5.33333vw;
    }
    .c-main-title-container .note
    {
        font-size: 3.73333vw;
    }
}

/* c-doc-statement
--------------------------------------- */
.c-doc-statement
{
    background: #f6f6f6;
}
.c-doc-statement h2
{
    font-weight: 700; 

    white-space: nowrap;
}
.c-doc-statement .c-doc-statement-head p
{
    font-family: 'Roboto', sans-serif;

    color: #666;
}
.c-doc-statement .c-doc-statement-body p ~ p
{
    margin-top: 2em;
}
@media (min-width: 769px)
{
    .c-doc-statement .c-doc-statement-inner
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;

        width: 1000px; 
        margin: 0 auto;
        padding: 115px 0;
    }
    .c-doc-statement .c-doc-statement-head
    {
        width: 375px;
    }
    .c-doc-statement .c-doc-statement-head h2
    {
        font-size: 34px;
        line-height: 1.47059; 

        margin-bottom: 5px;
        padding-top: 5px;
    }
    .c-doc-statement .c-doc-statement-head p
    {
        font-size: 14px;
    }
    .c-doc-statement .c-doc-statement-body
    {
        width: 625px;
    }
    .c-doc-statement .c-doc-statement-body p
    {
        font-size: 14px;
        line-height: 2.42857;
    }
}
@media (max-width: 768px)
{
    .c-doc-statement .c-doc-statement-inner
    {
        padding: 10.66667vw 5.33333%;
    }
    .c-doc-statement .c-doc-statement-head
    {
        margin-bottom: 5.33333vw;
    }
    .c-doc-statement .c-doc-statement-head h2
    {
        font-size: 9.06667vw;
        line-height: 1.47059; 

        margin-bottom: 1.33333vw;
    }
    .c-doc-statement .c-doc-statement-head p
    {
        font-size: 3.73333vw;
    }
    .c-doc-statement .c-doc-statement-body p
    {
        font-size: 3.73333vw;
        line-height: 2;
    }
}

/* c-nav-apply
--------------------------------------- */
.c-nav-apply
{
    position: relative;

    width: 100%;

    text-align: center; 

    background: #000;
}
.c-nav-apply.is-fixed
{
    position: fixed;
    z-index: 3; 
    bottom: 0;
    left: 0;
}
.c-nav-apply .btn-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

            justify-content: center;
}
.c-nav-apply .btn-container > *
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

            align-items: center;
}
.c-nav-apply .c-form-all-check p,
.c-nav-apply .submit button
{
    font-weight: 500;

    position: relative;

    box-sizing: border-box;

    cursor: pointer;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s; 

    color: #000;
}
.c-nav-apply .c-form-all-check p:after,
.c-nav-apply .submit button:after
{
    font-family: 'iconfont';
    font-weight: 400;

    position: absolute;
    top: 0;

    -webkit-transition: color .3s;

    transition: color .3s; 

    color: #000;
}
.c-nav-apply .c-form-all-check p
{
    background: #fff;
}
.c-nav-apply .c-form-all-check p:after
{
    content: '\e900';
}
.c-nav-apply .c-form-all-check p.disabled
{
    color: #fff; 
    background: -webkit-linear-gradient(left, #23a6dd 0%, #ffab00 24%, #e8463c 60%, #d46ead 100%); 
    background: linear-gradient(90deg, #23a6dd 0%, #ffab00 24%, #e8463c 60%, #d46ead 100%);
}
.c-nav-apply .c-form-all-check p.disabled:after
{
    color: #fff;
}
@media (min-width: 769px)
{
    .c-nav-apply .c-form-all-check p:hover
    {
        color: #fff; 
        background: -webkit-linear-gradient(left, #23a6dd 0%, #ffab00 24%, #e8463c 60%, #d46ead 100%); 
        background: linear-gradient(90deg, #23a6dd 0%, #ffab00 24%, #e8463c 60%, #d46ead 100%);
    }
    .c-nav-apply . p:hover:after
    {
        color: #fff;
    }
}
.c-nav-apply .submit button
{
    padding: 0;

    border: none;
    background: #c1faff; 

    -webkit-appearance: none; 

            appearance: none;
}
.c-nav-apply .submit button:after
{
    content: '\e901';
}
.c-nav-apply .submit button:disabled
{
    pointer-events: none; 

    color: #7b7b7b;
    background: #d9d9d9;
}
.c-nav-apply .submit button:disabled:after
{
    color: #7b7b7b;
}
@media (min-width: 769px)
{
    .c-nav-apply .submit button:hover
    {
        color: #fff; 
        background: #41bdc9;
    }
    .c-nav-apply .submit button:hover:after
    {
        color: #fff;
    }
}
.c-nav-apply .note
{
    font-weight: 500;
    line-height: 1;

    color: #fff;
}
.c-nav-apply .note a
{
    text-decoration: underline;

    color: #fff;
}
.c-nav-apply .note a:hover
{
    text-decoration: none;
}
@media (min-width: 769px)
{
    .c-nav-apply
    {
        padding: 10px 0;
    }
    .c-nav-apply .btn-container > *
    {
        padding: 0 10px 10px;
    }
    .c-nav-apply .c-form-all-check p,
    .c-nav-apply .submit button
    {
        font-size: 18px;
        line-height: 55px; 

        width: 344px;
        height: 55px;
        padding-right: 39px;

        border-radius: 5px;
    }
    .c-nav-apply .c-form-all-check p:after,
    .c-nav-apply .submit button:after
    {
        font-size: 39px;
        line-height: 55px; 

        right: 20px;
    }
    .c-nav-apply .note
    {
        font-size: 12px;
    }
}
@media (max-width: 768px)
{
    .c-nav-apply
    {
        padding: 2.66667vw 0;
    }
    .c-nav-apply .btn-container
    {
        padding: 0 .8%;
    }
    .c-nav-apply .btn-container > *
    {
        width: 50%; 
        padding: 0 1.33333vw 2.66667vw;
    }
    .c-nav-apply .c-form-all-check p,
    .c-nav-apply .submit button
    {
        font-size: 3.73333vw; 

        width: 100%;
        height: 13.33333vw;
        padding-right: 7.46667vw;

        border-radius: 1.33333vw;
    }
    .c-nav-apply . p:after,
    .c-nav-apply .submit button:after
    {
        font-size: 5.33333vw;
        line-height: 13.33333vw; 

        right: 2.13333vw;
    }
    .c-nav-apply .c-form-all-check p
    {
        line-height: 4.8vw; 

        padding-top: 1.86667vw;
    }
    .c-nav-apply .submit button
    {
        line-height: 13.33333vw;
    }
    .c-nav-apply .note
    {
        font-size: 3.46667vw;
    }
}

/* c-schedule-title-container
--------------------------------------- */
.c-schedule-title-container h2
{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 769px)
{
    .c-schedule-title-container
    {
        width: 1000px; 
        margin: 0 auto;
        padding: 105px 0 75px;
    }
    .c-schedule-title-container h2
    {
        font-size: 32px; 

        margin-bottom: 7px;
    }
    .c-schedule-title-container p
    {
        font-size: 14px;
        line-height: 2;
    }
}

@media (max-width: 768px)
{
    .c-schedule-title-container
    {
        padding: 13.33333vw 5.33333% 10.66667vw;
    }
    .c-schedule-title-container h2
    {
        font-size: 8.53333vw; 

        margin-bottom: 2.13333vw;
    }
    .c-schedule-title-container p
    {
        font-size: 3.73333vw;
        line-height: 1.71429;
    }
}

/* c-lyt-schedule
--------------------------------------- */
.c-lyt-schedule h3
{
    font-family: 'Roboto', sans-serif; 

    position: relative;

    display: -webkit-box;

    display: -webkit-flex;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

            align-items: center;
}
.c-lyt-schedule h3:before
{
    position: absolute;
    z-index: 0; 
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    margin-top: -1px;

    content: '';

    border-top: 2px dotted #1caae1;
}
.c-lyt-schedule h3 .icon
{
    position: relative;

    background: #000;
}
.c-lyt-schedule h3 .icon .hour,
.c-lyt-schedule h3 .icon .minutes
{
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;

    display: block;

    content: '';
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left; 

    border-top: 2px solid #fff;
}
.c-lyt-schedule h3 .icon .hour
{
    width: 25%;

    -webkit-transform: rotate(-30deg);

        -ms-transform: rotate(-30deg);

            transform: rotate(-30deg);
}
.c-lyt-schedule h3 .icon .minutes
{
    width: 35%;

    -webkit-transform: rotate(30deg);

        -ms-transform: rotate(30deg);

            transform: rotate(30deg);
}
.c-lyt-schedule h3 .time
{
    font-weight: 700; 

    position: relative;

    background: #fff;
}
.c-lyt-schedule h3 .text
{
    font-weight: 500;

    position: relative;

    color: #fff; 
    background: #1caae1;
}

.c-lyt-schedule .content .block-R
{
    border-left: 1px solid #000;
}

.c-lyt-schedule .content.last .block-R
{
    border-left-color: #fff;
}

.c-lyt-schedule h4
{
    font-weight: 700;
}

.c-lyt-schedule ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;

            flex-wrap: wrap;
}
.c-lyt-schedule ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.c-lyt-schedule .image
{
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.c-lyt-schedule .image img
{
    width: 100%;
}

.c-lyt-schedule dl dt
{
    font-weight: 500;
}

.c-lyt-schedule dl .c-link-profile
{
    margin-top: 1em !important;

    text-align: left !important;
}

@media (min-width: 769px)
{
    .c-lyt-schedule
    {
        width: 1000px; 
        margin: 0 auto;
    }
    .c-lyt-schedule h3 .icon
    {
        width: 30px;
        height: 30px; 

        border-radius: 15px;
    }
    .c-lyt-schedule h3 .time
    {
        font-size: 18px; 

        padding: 0 18px 0 7px;
    }
    .c-lyt-schedule h3 .text
    {
        font-size: 16px;
        line-height: 30px;

        padding: 0 20px;

        border-radius: 15px;
        box-shadow: 10px 0 0 0 #fff;
    }
    .c-lyt-schedule .content
    {
        padding-left: 14px;
    }
    .c-lyt-schedule .content .block-R
    {
        padding: 22px 0 60px 20px;
    }
    .c-lyt-schedule h4
    {
        font-size: 22px;
        line-height: 1.72727;
    }
    .c-lyt-schedule .description
    {
        font-size: 14px;
        line-height: 1.71429; 

        margin-top: 16px;
    }
    .c-lyt-schedule ul
    {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .c-lyt-schedule ul li
    {
        width: 460px; 
        margin-top: 40px;
    }
    .c-lyt-schedule .image
    {
        width: 100px; 
        padding-right: 20px;
    }
    .c-lyt-schedule dl dt
    {
        font-size: 18px; 

        margin-bottom: 10px;
    }
    .c-lyt-schedule dl dd
    {
        font-size: 13px;
        line-height: 1.46154;
    }
}

@media (max-width: 768px)
{
    .c-lyt-schedule
    {
        padding: 0 1.6%;
    }
    .c-lyt-schedule h3 .icon
    {
        width: 8vw;
        height: 8vw; 

        border-radius: 4vw;
    }
    .c-lyt-schedule h3 .time
    {
        font-size: 4.8vw; 

        padding: 0 2.66667vw 0 1.33333vw;
    }
    .c-lyt-schedule h3 .text
    {
        font-size: 3.73333vw;
        line-height: 8vw;

        padding: 0 3.73333vw;

        border-radius: 4vw;
        box-shadow: 2.66667vw 0 0 0 #fff;
    }
    .c-lyt-schedule .content
    {
        padding: 0 3.73333%;
    }
    .c-lyt-schedule .content .block-R
    {
        padding: 5.33333vw 0 13.33333vw 5.6vw;
    }
    .c-lyt-schedule h4
    {
        font-size: 5.33333vw;
        line-height: 1.5;
    }
    .c-lyt-schedule .description
    {
        font-size: 3.73333vw;
        line-height: 1.71429; 

        margin-top: 4.26667vw;
    }
    .c-lyt-schedule ul
    {
        margin-top: 8vw;
    }
    .c-lyt-schedule ul li ~ li
    {
        margin-top: 10.66667vw;
    }
    .c-lyt-schedule .image
    {
        width: 26.66667vw; 
        padding-right: 5.33333vw;
    }
    .c-lyt-schedule dl dt
    {
        font-size: 4.8vw; 

        margin-bottom: 2.66667vw;
    }
    .c-lyt-schedule dl dd
    {
        font-size: 3.46667vw;
        line-height: 1.46154;
    }
}

/* c-form-check
--------------------------------------- */
.c-form-check input
{
    display: none;
}

.c-form-check label
{
    font-weight: 500;

    position: relative;

    display: block;

    -webkit-transition: background .3s, color .3s;

    transition: background .3s, color .3s; 
    text-align: center;

    color: #1caae1;
    border: 1px solid #1caae1;
}
.c-form-check label:after
{
    font-family: 'iconfont';
    font-weight: normal;

    position: absolute;
    top: 0;

    content: '\e900';
    -webkit-transition: color .3s;
    transition: color .3s; 

    opacity: .5; 

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #1caae1;
}

.c-form-check input:checked + label
{
    color: #fff !important; 
    background: #1caae1;
}
.c-form-check input:checked + label:after
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    color: #fff !important;
}

@media (min-width: 769px)
{
    .c-form-check label:hover
    {
        color: #fff !important; 
        background: #1caae1;
    }
    .c-form-check label:hover:after
    {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
        color: #fff !important;
    }
}

.c-form-check p
{
    font-weight: 500;

    padding-right: 0 !important;

    text-align: center;

    color: #7b7b7b; 
    border-color: #d9d9d9;
    background: #d9d9d9;
}

@media (min-width: 769px)
{
    .c-form-check
    {
        width: 344px; 
        margin: 50px auto 0;
    }
    .c-form-check label,
    .c-form-check p
    {
        font-size: 18px;
        line-height: 63px; 

        height: 63px;
        padding-right: 39px;

        border-radius: 5px;
    }
    .c-form-check label:after,
    .c-form-check p:after
    {
        font-size: 39px;
        line-height: 63px; 

        right: 20px;
    }
}

@media (max-width: 768px)
{
    .c-form-check
    {
        margin: 50px auto 0;
    }
    .c-form-check label,
    .c-form-check p
    {
        font-size: 4.8vw;
        line-height: 15.46667vw; 

        height: 15.46667vw;
        padding-right: 15.73333vw;

        border-radius: 1.33333vw;
    }
    .c-form-check label:after,
    .c-form-check p:after
    {
        font-size: 10.4vw;
        line-height: 15.46667vw; 

        right: 5.33333vw;
    }
}

/* different colors
--------------------------------------- */
.c-lyt-schedule h3[data-color='2']:before
{
    border-top-color: #da4b20;
}

.c-lyt-schedule h3[data-color='2'] .text
{
    background: #da4b20;
}

.c-lyt-schedule h3[data-color='2'] + .content .c-form-check label
{
    color: #da4b20; 
    border-color: #da4b20;
}
.c-lyt-schedule h3[data-color='2'] + .content .c-form-check label:after
{
    color: #da4b20;
}

.c-lyt-schedule h3[data-color='2'] + .content .c-form-check input:checked + label
{
    background: #da4b20;
}

@media (min-width: 769px)
{
    .c-lyt-schedule h3[data-color='2'] + .content .c-form-check label:hover
    {
        background: #da4b20;
    }
}

.c-lyt-schedule h3[data-color='3']:before
{
    border-top-color: #379841;
}

.c-lyt-schedule h3[data-color='3'] .text
{
    background: #379841;
}

.c-lyt-schedule h3[data-color='3'] + .content .c-form-check label
{
    color: #379841; 
    border-color: #379841;
}
.c-lyt-schedule h3[data-color='3'] + .content .c-form-check label:after
{
    color: #379841;
}

.c-lyt-schedule h3[data-color='3'] + .content .c-form-check input:checked + label
{
    background: #379841;
}

@media (min-width: 769px)
{
    .c-lyt-schedule h3[data-color='3'] + .content .c-form-check label:hover
    {
        background: #379841;
    }
}

.c-lyt-schedule h3[data-color='4']:before
{
    border-top-color: #f69a1f;
}

.c-lyt-schedule h3[data-color='4'] .text
{
    background: #f69a1f;
}

.c-lyt-schedule h3[data-color='4'] + .content .c-form-check label
{
    color: #f69a1f; 
    border-color: #f69a1f;
}
.c-lyt-schedule h3[data-color='4'] + .content .c-form-check label:after
{
    color: #f69a1f;
}

.c-lyt-schedule h3[data-color='4'] + .content .c-form-check input:checked + label
{
    background: #f69a1f;
}

@media (min-width: 769px)
{
    .c-lyt-schedule h3[data-color='4'] + .content .c-form-check label:hover
    {
        background: #f69a1f;
    }
}

.c-lyt-schedule h3[data-color='5']:before
{
    border-top-color: #e14e6e;
}

.c-lyt-schedule h3[data-color='5'] .text
{
    background: #e14e6e;
}

.c-lyt-schedule h3[data-color='5'] + .content .c-form-check label
{
    color: #e14e6e; 
    border-color: #e14e6e;
}
.c-lyt-schedule h3[data-color='5'] + .content .c-form-check label:after
{
    color: #e14e6e;
}

.c-lyt-schedule h3[data-color='5'] + .content .c-form-check input:checked + label
{
    background: #e14e6e;
}

@media (min-width: 769px)
{
    .c-lyt-schedule h3[data-color='5'] + .content .c-form-check label:hover
    {
        background: #e14e6e;
    }
}

.c-lyt-schedule h3[data-color='6']:before
{
    border-top-color: #0a429a;
}

.c-lyt-schedule h3[data-color='6'] .text
{
    background: #0a429a;
}

.c-lyt-schedule h3[data-color='6'] + .content .c-form-check label
{
    color: #0a429a; 
    border-color: #0a429a;
}
.c-lyt-schedule h3[data-color='6'] + .content .c-form-check label:after
{
    color: #0a429a;
}

.c-lyt-schedule h3[data-color='6'] + .content .c-form-check input:checked + label
{
    background: #0a429a;
}

@media (min-width: 769px)
{
    .c-lyt-schedule h3[data-color='6'] + .content .c-form-check label:hover
    {
        background: #0a429a;
    }
}

/* c-link-profile
--------------------------------------- */
.c-link-profile
{
    text-align: center;
}
.c-link-profile a:after
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    padding-left: .5em;

    content: '\e902';
}
@media (min-width: 769px)
{
    .c-link-profile
    {
        font-size: 12px !important; 

        margin-top: 15px;
    }
}
@media (max-width: 768px)
{
    .c-link-profile
    {
        font-size: 3.2vw !important; 

        margin-top: 5.33333vw;
    }
}

/* c-note-btm
--------------------------------------- */
.c-note-btm
{
    padding-left: 1em;

    text-indent: -1em;
}
.c-note-btm a
{
    text-decoration: underline;
}
.c-note-btm a:hover
{
    text-decoration: none;
}
@media (min-width: 769px)
{
    .c-note-btm
    {
        font-size: 12px;
        line-height: 1.41667; 

        width: 1000px;
        margin: 0 auto;
    }
}
@media (max-width: 768px)
{
    .c-note-btm
    {
        font-size: 3.73333vw;
        line-height: 1.85714; 

        margin: 0 5.33333%;
    }
}

@media screen and (max-width: 768px)
{
    .w-1000 .c-note-btm
    {
        padding-right: 0vw;
        padding-left: 0vw;
    }
}

/* c-nav-banner-01
--------------------------------------- */
.c-nav-banner-01
{
    width: 1000px; 
    margin: 0 auto 30px;
}
@media screen and (max-width: 768px)
{
    .c-nav-banner-01
    {
        width: 100%; 
        margin-bottom: 7.8125vw;
    }
}
.c-nav-banner-01 a
{
    display: block;

    width: 252px;
    margin: 0 auto;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    .c-nav-banner-01 a
    {
        width: 65.625vw; 
        margin: 0 auto;
    }
}
.c-nav-banner-01 a:hover
{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.c-nav-banner-01 a img
{
    width: 100%;
}

/* c-box-modal
--------------------------------------- */
.c-box-modal
{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 50%;

    visibility: hidden;

    box-sizing: border-box;
    width: 1060px;
    margin-left: -530px;

    -webkit-transition: opacity .6s;

    transition: opacity .6s; 

    opacity: 0; 

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.c-box-modal.is-fadein
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 768px)
{
    .c-box-modal
    {
        left: 5.466666666666667%; 

        width: 89.066666666666667%;
        margin-left: 0;
    }
}
.c-box-modal .c-box-modal-inner
{
    position: relative;

    margin-top: 70px;

    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    .c-box-modal .c-box-modal-inner
    {
        margin-top: 13.02083vw;
    }
}
.c-box-modal .column-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;

            flex-wrap: wrap;
}
.c-box-modal .column-container .column-inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.c-box-modal .column-container .image
{
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}
.c-box-modal .column-container .image img
{
    width: 100%;
}
.c-box-modal .column-container dl dt
{
    font-weight: 500;
}
@media (min-width: 769px)
{
    .c-box-modal .column-container
    {
        padding: 0 30px 40px; 

        -webkit-box-pack: justify; 

        -webkit-justify-content: space-between; 

                justify-content: space-between;
    }
    .c-box-modal .column-container .column
    {
        font-size: 13px;
        line-height: 1.46154; 

        width: 460px;
        margin-top: 40px;
    }
    .c-box-modal .column-container .image
    {
        width: 100px; 
        padding-right: 20px;
    }
    .c-box-modal .column-container dl dt
    {
        font-size: 18px; 

        margin-bottom: 14px;
    }
    .c-box-modal .column-container p
    {
        margin-top: 10px;
    }
}
@media (max-width: 768px)
{
    .c-box-modal .column-container
    {
        padding: 8vw 5.33333vw;
    }
    .c-box-modal .column-container .column
    {
        font-size: 3.46667vw;
        line-height: 1.46154;
    }
    .c-box-modal .column-container .column ~ .column
    {
        margin-top: 12vw;
    }
    .c-box-modal .column-container .image
    {
        width: 26.66667vw; 
        padding-right: 5.33333vw;
    }
    .c-box-modal .column-container dl dt
    {
        font-size: 4.8vw; 

        margin-bottom: 3.73333vw;
    }
    .c-box-modal .column-container p
    {
        margin-top: 4vw;
    }
}

.modal-close
{
    position: absolute;
    top: -40px;
    right: 0;

    width: 30px;
    height: 30px;

    cursor: pointer;
}
@media screen and (max-width: 768px)
{
    .modal-close
    {
        top: -10.41667vw;

        width: 7.8125vw;
        height: 7.8125vw;
    }
}
.modal-close img
{
    width: 100%;
}

.overlay
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .6s;

    transition: opacity .6s; 

    opacity: 70%; 

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
    background-color: #000;
}
.overlay.is-fadein
{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* c-site-logo
--------------------------------------- */
#c-site-logo
{
    width: 325px;
    margin: 0 auto;
    padding: 70px 0 42px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #c-site-logo
    {
        width: 48.95833vw; 
        padding-top: 7.8125vw;
        padding-bottom: 7.29167vw;
    }
}
#c-site-logo img
{
    width: 100%;
}

/* c-hdg-level1-01
--------------------------------------- */
.c-hdg-level1-01
{
    font-family: 'Roboto', sans-serif; 
    font-size: 38px;
    font-weight: bold;

    margin-bottom: 70px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .c-hdg-level1-01
    {
        font-size: 7.29167vw; 

        margin-bottom: 13.02083vw;
    }
}
.c-hdg-level1-01 span
{
    font-size: 24px; 

    display: block;

    margin-top: 10px;
}
@media screen and (max-width: 768px)
{
    .c-hdg-level1-01 span
    {
        font-size: 4.16667vw;
    }
}
.c-hdg-level1-01.left
{
    font-size: 30px; 

    text-align: left;
}
@media screen and (max-width: 768px)
{
    .c-hdg-level1-01.left
    {
        font-size: 6.25vw;
    }
}

/* c-hdg-level2-01
--------------------------------------- */
.c-hdg-level2-01
{
    font-size: 24px; 
    font-weight: bold;

    margin-bottom: 15px;
}
@media screen and (max-width: 768px)
{
    .c-hdg-level2-01
    {
        font-size: 5.46875vw; 

        margin-bottom: 6.51042vw;
    }
}
.c-hdg-level2-01 span
{
    font-size: 18px; 
    font-weight: normal;

    display: block;

    margin-bottom: 5px;
}
@media screen and (max-width: 768px)
{
    .c-hdg-level2-01 span
    {
        font-size: 4.6875vw; 

        margin-bottom: 1.30208vw;
    }
}

/* c-hdg-level3-01
--------------------------------------- */
.c-hdg-level3-01
{
    font-size: 24px;
    font-weight: bold; 

    margin-bottom: 10px;
}
@media screen and (max-width: 768px)
{
    .c-hdg-level3-01
    {
        font-size: 6.25vw;
    }
}

/* c-doc-plain-01
--------------------------------------- */
.c-doc-plain-01
{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;

    margin-bottom: 30px;
}
@media screen and (max-width: 768px)
{
    .c-doc-plain-01
    {
        font-size: 3.64583vw; 

        margin-bottom: 3.90625vw;
    }
}

/* c-tbl-data-01
--------------------------------------- */
.c-tbl-data-01
{
    font-family: 'Roboto', sans-serif; 

    margin-bottom: 20px;

    border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px)
{
    .c-tbl-data-01.is-pc
    {
        display: none;
    }
}
.c-tbl-data-01 th
{
    font-size: 16px;
    font-weight: bold; 

    padding: 22px 20px 22px;

    vertical-align: middle;

    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f5f5f5;
}
.c-tbl-data-01 th:last-child
{
    border-right: none;
}
.c-tbl-data-01 td
{
    padding: 22px 20px 22px;

    vertical-align: middle; 

    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.c-tbl-data-01 td:last-child
{
    border-right: none;
}
.c-tbl-data-01 a
{
    font-size: 15px; 

    color: #0980b6;
}
.c-tbl-data-01 .date
{
    font-size: 16px; 

    margin-bottom: .5em;
}
.c-tbl-data-01 .center
{
    text-align: center;
}
.c-tbl-data-01 .sub-txt
{
    font-size: 16px; 

    margin-bottom: 10px;
}
.c-tbl-data-01 .main-txt
{
    font-size: 18px;
    font-weight: bold; 
    line-height: 1.5;
}

/* c-box-tbl-01-container
--------------------------------------- */
.c-box-tbl-01-container
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .c-box-tbl-01-container
    {
        display: block;
    }
}
.c-box-tbl-01-container .c-box-tbl-01
{
    margin-bottom: 7.8125vw;

    border: 1px solid #d9d9d9;
}
.c-box-tbl-01-container .title
{
    font-family: 'Roboto', sans-serif; 
    font-size: 3.90625vw;
    font-weight: bold;

    padding-top: 4.42708vw;
    padding-right: 5.20833vw;
    padding-bottom: 3.64583vw;
    padding-left: 5.20833vw;

    background-color: #f5f5f5;
}
.c-box-tbl-01-container .content
{
    font-family: 'Roboto', sans-serif; 

    padding-top: 4.42708vw;
    padding-right: 5.46875vw;
    padding-bottom: 3.64583vw;
    padding-left: 5.46875vw;
}
.c-box-tbl-01-container .sub-txt
{
    font-size: 3.90625vw; 

    margin-bottom: 1em;
}
.c-box-tbl-01-container .date
{
    font-size: 3.90625vw; 

    margin-bottom: .5em;
}
.c-box-tbl-01-container .main-txt
{
    font-size: 4.6875vw; 
    font-weight: bold;
}
.c-box-tbl-01-container a
{
    font-size: 3.90625vw; 

    color: #0980b6;
}

/* c-list-bullet-01
--------------------------------------- */
.c-list-bullet-01 li
{
    font-family: 'Roboto', sans-serif; 

    padding-left: 15px;

    background: url('/assets/img/icon-dot-01.gif') no-repeat 0 10px;
}
@media screen and (max-width: 768px)
{
    .c-list-bullet-01 li
    {
        font-size: 3.64583vw;
    }
}
.c-list-bullet-01 li .red
{
    color: #d7034f;
}
.c-list-bullet-01 li a
{
    text-decoration: underline; 

    color: #0980b6;
}
.c-list-bullet-01 li a:hover
{
    text-decoration: none;
}

/* c-nav-mypage-01
--------------------------------------- */
.c-nav-mypage-01
{
    font-family: 'Roboto', sans-serif; 

    margin-bottom: 50px;
}
@media screen and (max-width: 768px)
{
    .c-nav-mypage-01
    {
        margin-bottom: 11.71875vw;
    }
}
.c-nav-mypage-01 ul
{
    background: url('/assets/img/bg-line.gif') no-repeat 0 0;
}
@media screen and (max-width: 768px)
{
    .c-nav-mypage-01 ul
    {
        border-top: 1px solid #d9d9d9;
        background: none;
    }
}
.c-nav-mypage-01 ul:after
{
    display: block;
    clear: both; 

    content: '';
}
.c-nav-mypage-01 ul li
{
    font-size: 16px;

    float: left;

    text-align: center;

    background: url('/assets/img/bg-line.gif') no-repeat 100% 0;
}
.c-nav-mypage-01 ul li.nav-01
{
    width: 20%;
}
.c-nav-mypage-01 ul li.nav-02
{
    width: 25%;
}
.c-nav-mypage-01 ul li.nav-03
{
    width: 35%;
}
.c-nav-mypage-01 ul li.nav-04
{
    width: 20%;
}
@media screen and (max-width: 768px)
{
    .c-nav-mypage-01 ul li
    {
        font-size: 4.16667vw;

        float: none;

        width: 100% !important;

        text-align: left;

        border-bottom: 1px solid #d9d9d9; 
        background: none;
    }
}
.c-nav-mypage-01 ul li a
{
    display: block; 

    padding: 9px 0;
}
@media screen and (max-width: 768px)
{
    .c-nav-mypage-01 ul li a
    {
        padding-top: 5.59896vw;
        padding-bottom: 5.20833vw;
    }
}
.c-nav-mypage-01 ul li a:hover span
{
    text-decoration: underline !important;
}
.c-nav-mypage-01 ul li span
{
    display: inline-block; 

    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 40px;
}
.c-nav-mypage-01 ul li.nav-01 span
{
    background: url('/assets/img/icon-mypage-01.png') no-repeat 0 0;
}
.c-nav-mypage-01 ul li.nav-02 span
{
    background: url('/assets/img/icon-mypage-02.png') no-repeat 0 0;
}
.c-nav-mypage-01 ul li.nav-03 span
{
    background: url('/assets/img/icon-mypage-03.png') no-repeat 0 0;
}
.c-nav-mypage-01 ul li.nav-04 span
{
    background: url('/assets/img/icon-mypage-04.png') no-repeat 0 0;
}
@media screen and (max-width: 768px)
{
    .c-nav-mypage-01 ul li.nav-01 span,
    .c-nav-mypage-01 ul li.nav-02 span,
    .c-nav-mypage-01 ul li.nav-03 span,
    .c-nav-mypage-01 ul li.nav-04 span
    {
        padding-top: 1.30208vw;
        padding-left: 70px;

        background-position: 20px 50%;
        background-size: 26px 26px;
    }
}

/* c-lyt-movie-01
--------------------------------------- */
.c-lyt-movie-01
{
    position: relative;

    width: 100%; 
    margin-bottom: 25px;
}
.c-lyt-movie-01 .c-lyt-movie-01-inner:after
{
    display: block;
    clear: both; 

    content: '';
}
.c-lyt-movie-01 .c-lyt-movie-01-inner .column-L
{
    float: left;

    width: 675px;
}
@media screen and (max-width: 768px)
{
    .c-lyt-movie-01 .c-lyt-movie-01-inner .column-L
    {
        float: none;

        width: 100%;
    }
}
.c-lyt-movie-01 .c-lyt-movie-01-inner .column-L iframe
{
    width: 685px;
}
.c-lyt-movie-01 .c-lyt-movie-01-inner .column-R
{
    float: right;

    width: 300px;
}
@media screen and (max-width: 768px)
{
    .c-lyt-movie-01 .c-lyt-movie-01-inner .column-R
    {
        float: none;
        overflow: inherit; 

        width: 100%;
        height: auto;
    }
}
.c-lyt-movie-01 .c-lyt-movie-01-inner .column-R iframe
{
    width: 100%;
    height: 380px;
}
@media screen and (max-width: 768px)
{
    .c-lyt-movie-01
    {
        /*margin-left:calcvw(-40);
    margin-right:calcvw(-40);
    width:100vw;
    height:calcvw(500);*/
    }
}

/* c-lyt-questionnaire-01
--------------------------------------- */
.c-lyt-questionnaire-01
{
    width: 100%;
    height: 400px;
    margin-bottom: 25px;

    background-color: #ececec;
}
@media screen and (max-width: 768px)
{
    .c-lyt-questionnaire-01
    {
        height: 52.08333vw;
    }
}

/* c-nav-function-01
--------------------------------------- */
.c-nav-function-01
{
    margin-bottom: 45px;
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01
    {
        margin-bottom: 13.02083vw;
    }
}
.c-nav-function-01.btn-2 ul li
{
    width: 50%;
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01.btn-2 ul li
    {
        width: 100%;
    }
}
.c-nav-function-01 ul li
{
    float: left;

    box-sizing: border-box; 
    width: 33.333333333333333%;

    text-align: center;

    border-left: 1px solid #ececec;
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01 ul li
    {
        float: left;

        width: 100%;

        text-align: left; 

        border-top: 1px solid #ececec;
        border-left: none;
    }
}
.c-nav-function-01 ul li:last-child
{
    border-right: 1px solid #ececec;
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01 ul li:last-child
    {
        border-right: none;
        border-bottom: 1px solid #ececec;
    }
}
.c-nav-function-01 ul li:after
{
    display: block;
    clear: both; 

    content: '';
}
.c-nav-function-01 ul li a
{
    display: block;

    box-sizing: border-box; 
    padding: 12px 0;
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01 ul li a
    {
        height: 19.53125vw; 
        padding: 0;
    }
}
.c-nav-function-01 ul li .icon
{
    display: block;
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01 ul li .icon img
    {
        width: 100%;
    }
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01 ul li .icon
    {
        float: left;

        width: 7.8125vw; 
        padding-right: 6.51042vw;
        padding-left: 5.20833vw;
    }
    .c-nav-function-01 ul li .icon.icon-01
    {
        padding-top: 5.72917vw;
    }
    .c-nav-function-01 ul li .icon.icon-02
    {
        padding-top: 6.25vw;
    }
    .c-nav-function-01 ul li .icon.icon-03
    {
        padding-top: 8.07292vw;
    }
}
.c-nav-function-01 ul li .text
{
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;

    display: block;

    margin-top: 12px;
}
@media screen and (max-width: 768px)
{
    .c-nav-function-01 ul li .text
    {
        font-size: 4.16667vw; 

        overflow: hidden;

        margin-top: 0;
        padding-top: 7.29167vw;
    }
}
.c-nav-function-01 ul:after
{
    display: block;
    clear: both; 

    content: '';
}

/* c-nav-next-01
--------------------------------------- */
.c-nav-next-01
{
    margin-bottom: 40px;
}
.c-nav-next-01 a
{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;

    position: relative;

    display: block;

    width: 324px;
    margin: 0 auto;
    padding: 15px 0 15px;

    -webkit-user-select: none;

            user-select: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center; 
    white-space: nowrap;

    color: #fff;
    border-radius: 50px;
    background-color: #d7034f;
}
@media screen and (max-width: 768px)
{
    .c-nav-next-01 a
    {
        font-size: 4.6875vw;

        box-sizing: border-box; 
        width: 100%;
        padding-top: 3.90625vw;
        padding-bottom: 3.38542vw;

        border-radius: 13.02083vw;
    }
}
.c-nav-next-01 a:hover
{
    text-decoration: none; 

    opacity: .7; 

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background-color: #d7034f;
}
@media screen and (max-width: 768px)
{
    .c-nav-next-01 a:hover
    {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
        background-color: #d7034f;
    }
}
.c-nav-next-01 span
{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
    font-weight: bold;

    display: block;

    margin-top: 15px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .c-nav-next-01 span
    {
        font-size: 3.125vw; 

        margin-top: 1.95313vw;
    }
}

/* c-nav-btn-container
--------------------------------------- */
.c-nav-btn-container
{
    padding-bottom: 20px;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container
    {
        padding-bottom: 0vw;
    }
}
.c-nav-btn-container ul
{
    width: 664px; 
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container ul
    {
        width: 100%;
    }
}
.c-nav-btn-container ul.btn-3
{
    width: 1000px; 
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container ul.btn-3
    {
        width: 100%;
        padding-bottom: 15.625vw;
    }
}
.c-nav-btn-container .title
{
    font-family: 'Roboto', sans-serif; 
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 10px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container .title
    {
        font-size: 4.6875vw; 

        margin-bottom: 4.6875vw;
    }
}
.c-nav-btn-container ul:after
{
    display: block;
    clear: both; 

    content: '';
}
.c-nav-btn-container li
{
    margin-bottom: 50px;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container li
    {
        margin-bottom: 13.02083vw;
    }
}
.c-nav-btn-container li a
{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;

    position: relative;

    display: block;

    padding: 15px 0 15px;

    -webkit-user-select: none;

            user-select: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center; 
    white-space: nowrap;

    color: #000;
    border-radius: 50px;
    background-color: #a1ff00;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container li a
    {
        font-size: 4.6875vw; 

        padding-top: 3.90625vw;
        padding-bottom: 3.38542vw;

        border-radius: 13.02083vw;
    }
}
.c-nav-btn-container li a:hover
{
    text-decoration: none; 

    background-color: #ccff76;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container li a:hover
    {
        background-color: #a1ff00;
    }
}
.c-nav-btn-container li.w-half
{
    float: left;

    width: 324px; 
    margin-right: 14px;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container li.w-half
    {
        float: none;

        width: 100%; 
        margin-right: 0;
        margin-bottom: 5.20833vw;
    }
}
.c-nav-btn-container li.w-half:last-child
{
    margin-right: 0;
}
.c-nav-btn-container li.w-half a
{
    color: #fff; 
    background-color: #000;
}
.c-nav-btn-container li.w-half a:hover
{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
    background-color: #000;
}
@media screen and (max-width: 768px)
{
    .c-nav-btn-container li.w-half a:hover
    {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
        background-color: #000;
    }
}

/* Display
--------------------------------------- */
.u-none
{
    display: none !important;
}

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

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

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

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

/* -------------------------------------------------------------------

    Print

-------------------------------------------------------------------- */
@media print
{
    * html body
    {
        zoom: .7;
    }
}

/* -------------------------------------------------------------------

    Print

-------------------------------------------------------------------- */
@media print
{
    * html body
    {
        zoom: .7;
    }
}
