@charset "UTF-8";
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
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,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video
{
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
}

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

li
{
    list-style: none;
}

ol li
{
    list-style: decimal;
}

img
{
    font-size: 0;
    line-height: 0;

    vertical-align: top;

    border: 0;
}

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

caption,
th
{
    text-align: left;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

input,
textarea
{
    margin: 0;
    padding: 0;
}

/*----------------------------------------
	Fonts
----------------------------------------*/
/*----------------------------------------
	Common
----------------------------------------*/
html
{
    font-size: 62.5%;

    height: 100vh;
}

body
{
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.6rem;

    overflow-x: hidden;

    height: 100%;

    color: #6A3906;
    background-color: #fff;
}

a {
    font-weight: 500;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    text-decoration: none;
    color: #1b2734;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
button
{
    border: none;
}
label{
    white-space: nowrap;
}
input{
    border: none;
}
/*----------------------------------------
	Base color
----------------------------------------*/
.c-yellow
{
    color: #ffc736;
}

.c-blue
{
    color: #0099d9;
}

.c-red
{
    color: #E7425F;
}

.c-green
{
    color: #00a1aa;
}

.l-container
{
    width: 1100px;
    margin: 0 auto;
}

.l-footer .l-footer__top {
    padding-top: 4rem;
    padding-bottom: 4.8rem;

    background: #fff;
}

.l-footer .l-footer__top-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.l-footer .l-footer__top-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
}

.l-footer .l-footer__top-item:first-child:not(:only-child) {
    margin-right: 3rem;
}
.l-footer .l-footer__top-item:first-child:not(:only-child) {
    width: 30%;
}
.l-footer .l-footer__top-item:only-child {
    width: 100%;
    padding-top: 20px;
}
.l-footer .l-footer__top-item-text
{
    font-size: 2.7rem;
}

.l-footer .l-footer__label
{
    font-size: 1.9rem;

    min-width: 120px;
    height: auto;
    margin-right: 2rem;
    padding: .9rem 3.4rem 1rem;

    border-radius: 3px;
}

.l-footer .l-footer__contact-label
{
    min-width: 200px;
    padding-right: 2rem;
    padding-left: 2rem;
}

.l-footer .l-footer__contact
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline;
    -ms-flex-align: baseline;

    margin-top: 2.4rem;
}

.l-footer .l-footer__contact .l-footer__contact-right-item .title
{
    font-size: 1.8rem;
    font-weight: bold;

    display: inline-block;

    width: 46px;

    color: #006CB6;
}

.l-footer .l-footer__contact .l-footer__contact-right-item a
{
    font-size: 3rem;
    font-weight: bold;

    color: #006CB6;
}

.l-footer .l-footer__contact .l-footer__contact-right-item .l-footer__contact-mail-link
{
    text-decoration: underline;
}

.l-footer .l-footer__contact .l-footer__contact-right-item .l-footer__contact-tel-link
{
    pointer-events: none;
}

.l-footer .l-footer__bottom
{
    padding-top: .6rem;
    padding-bottom: .6rem;

    background: #006CB6;
}

.l-footer .l-footer__bottom p
{
    font-size: 1.5rem;

    text-align: center;

    color: #fff;
}

.l-header {
    position: fixed;
    z-index: 100;

    width: 100%;
    height: 95px;

    background: #006CB6;
}

.l-header .l-header__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    max-width: 1440px;
    margin: 0 auto;
}

.l-header .l-header__left
{
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    margin: 0 auto;
    padding: .5rem;
    color: #fff;
    width: 23.5%;
}

.l-header .l-header__nav
{
    width: 76.5%;
    height: 95px;
}

.l-header .l-header__nav .l-header__nav-ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
}

.l-header .l-header__nav .l-header__nav-ul li
{
    display: table;

    width: 20%;
    height: 100%;

    text-align: center;

    border-right: 3px solid #1E5DA3;
    background: #006CB6;
}

.l-header .l-header__nav .l-header__nav-ul li:last-of-type
{
    border: none;
    background: #E7425F;
}

.l-header .l-header__nav .l-header__nav-ul li:last-of-type a
{
    color: #fff;
}

.l-header .l-header__nav .l-header__nav-ul li a
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;

    display: table-cell;

    width: 100%;
    height: 100%;

    vertical-align: middle;

    color: #fff;
}

.l-header .l-header__nav .l-header__nav-ul li a:hover
{
    opacity: .7;
}

.l-header .l-header__nav .l-header__nav-ul .l-header__form
{
    background: #000;
}

.l-header .l-header__button
{
    display: none;
}

.l-header .l-header__sp {
    display: none;
}
main {
    padding-top: 95px;
    background-color: #DFEECB;
}
.c-button{
    font-size: 2.4rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    width: 100%;
    max-width: 552px;
    min-height: 70px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
    text-align: center;
    border: none;
    border-radius: 50px;
    outline: none;
    background: transparent;
    background: #E7425F;
}
.c-button:hover{
    opacity: .75;
}
.c-button a{
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
    padding: .7rem;
    cursor: pointer;
    color: #fff;
}

.c-button--icon{
    position: relative;
}

.c-button--icon.pen::before,
.c-button--icon.pdf::before,
.c-button--icon.email::before,
.c-button--icon.schedule::before{
    position: absolute;
    left: 7px;
    display: block;
    width: 56px;
    height: 56px;
    content: '';
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
    background-size: 100%;
}

.c-button--icon.pen::before
{
    background: url(../img/common/icon-pen.svg) no-repeat center;
}
.c-button--icon.pdf::before
{
    background: url(../img/common/icon-pdf.svg) no-repeat center;
}
.c-button--icon.email::before
{
    background: url(../img/common/icon-email.svg) no-repeat center;
}

.c-button--icon.schedule::before
{
    background: url(../img/common/icon-schedule.svg) no-repeat center;
}
.c-button--icon.pdf
{
	margin-top: 2rem;
    margin-bottom: 2rem;
 }

.c-label
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;

    height: 30px;
    padding: .6rem;

    text-align: center;

    color: #fff;
}

.c-label.c-label--inline
{
    display: inline-block;
}

.c-label--small
{
    font-size: 12px;
    line-height: 1.6;

    display: block;

    width: 100%;
    padding: .4rem;
}

.c-label--blue
{
    background: #006CB6;
}

.c-label--green
{
    background: #00a1aa;
}

.c-label--red
{
    background: #E7425F;
}

.c-label--yellow
{
    background: #FFC24F;
}

.c-pagetop
{
    position: fixed;
    z-index: 100;
    right: 1%;
    bottom: 45px;

    display: none;
}

.c-pagetop a
{
    font-size: 0;
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    border-radius: 50%;
    background: #006CB6;
}

.c-pagetop a::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 15px;
    height: 15px;

    content: '';
    -webkit-transform: translate(-50%, -28%) rotate(-45deg);
            transform: translate(-50%, -28%) rotate(-45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}



.p-top-company {
    margin-top: 6rem;
}
.p-top-company .p-top-company__inner{
    padding: 4.1rem 2.5rem;
    border-radius: 3px;
    background: #fff;
}
.p-top-company .p-top-company__inner img {
    width: 100%;
}
.p-top-event .p-top-event__inner {
    padding: 4.1rem 5rem;
    border-radius: 10px;
    background: #fff;
}
.p-top-event .p-top-event__inner .p-top-event__main-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 2.6rem;
    gap: 1%;
}

.p-top-event .p-top-event__inner .p-top-event__item {
    padding: 0 0.5%;
    text-align: center;
}
.p-top-event .p-top-event__inner .p-top-event__item p {
    padding-top: 1.2rem;
    font-size: 13px;
}

.p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(1)
{
    width: 22%;
}
.p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(2)
{
    width: 25%;
}

.p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(3)
{
    width: 27%;
}

.p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(4)
{
    width: 22%;
    /*max-width: 270px;*/
}

.p-top-event .p-top-event__inner .p-top-event__item img
{
    height: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.p-top-event .p-top-event__inner .p-top-event__item .p-top-event__item-ttl
{
    font-size: 1.8rem;
    font-weight: bold;

    margin-bottom: 1.8rem;
}

.p-top-event .p-top-event__inner .p-top-event__item .p-top-event__item-ttl span
{
    font-size: 2.5rem;

    color: #006CB6;
}

.p-top-event .p-top-event__inner .p-top-event__item .caution
{
    font-size: 1.1rem;
    line-height: 1.1818;

    margin-top: .5rem;

    text-align: left;
}

.p-top-event .p-top-event__inner .p-top-event__bottom-text
{
    font-size: 1.4rem;
    line-height: 1.4285;

    margin-top: 2rem;
}
/* 202204 */
.p-top-list__main-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    width: 100%;
    margin-bottom: 2.6rem;

    gap: 1%;
}
.p-top-list__main-box i
{
	font-size: 70%;
	padding-left: 0.3rem;
}

.p-top-list__inner:nth-of-type(1),
.p-top-list__inner:nth-of-type(2),
.p-top-list__inner:nth-of-type(3)
{
    width: 33%;
}
.p-top-list__inner dl{
	border-bottom: 1px solid #ccc;
    padding: 12px 10px;
    transition: all 0.5s 0s ease;
    height: 118px;
}
@media (min-width: 1000px) and (max-width: 1219px) {
.p-top-list__inner dl{
    height: 140px;
}
}

.p-top-list__inner dt a{
	font-weight: bold;
    color: #6A3906;
	}
.p-top-list__inner dt p{
    font-weight: bold;
    }
.p-top-list__inner dt i{
	color: #ccc;
	}
.p-top-list__inner dd{
	color: #6A6A6A;
	font-size: 80%;
}
.p-top-list__inner dd.date{
    margin-top: 0.6rem;
	font-weight: 700;
}
.p-top-list__inner dd.u-refusal-company--blue{
    margin-top: 0.6rem;
	font-weight: 700;
    color: #006CB6;
}
.p-top-list__inner dl:hover{
	opacity: 0.5;
}
.p-top-list__inner dl.p-top-list__no-link:hover{
	opacity: 1;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tr.l-break th{
       padding: 10px;
}
.u-refusal-schedule--red {
    font-size: 1.3rem;
    color: #ea4463;
    padding: 0 1rem;
}

.p-top-faq{
    /*padding-bottom: 6rem;*/
}
.p-top-faq .p-top-faq__inner{
    padding: 4.1rem 2.5rem;
    border-radius: 10px;
    background: #fff;
}
.p-top-faq .p-top-faq__list{
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.p-top-faq .p-top-faq__list:last-child{
    margin-bottom: 0;
}
.p-top-faq .p-top-faq__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 1.8rem 2rem 1.8rem 2.5rem;
    border: 1px solid #231815;
}

.p-top-faq .p-top-faq__box.question {
    position: relative;
}
.p-top-faq .p-top-faq__box.question::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translate(-50%, -60%) rotate(135deg);
            transform: translate(-50%, -60%) rotate(135deg);
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
}
.p-top-faq .p-top-faq__box.question.open {
    background: #f3f3f3;
}
.p-top-faq .p-top-faq__box.question.open::after {
    -webkit-transform: translate(-50%, -40%) rotate(-45deg);
            transform: translate(-50%, -40%) rotate(-45deg);
}
.p-top-faq .p-top-faq__box.answer {
    border-top: none;
}
.p-top-faq .p-top-faq__box.answer .content a {
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
}
.p-top-faq .p-top-faq__box .left{
    margin-right: 1rem;
    letter-spacing: .15em;
}


.p-top-kaisetsu{
    padding-bottom: 6rem;
}
.p-top-kaisetsu .p-top-kaisetsu__inner{
    padding: 4.1rem 2.5rem;
    border-radius: 10px;
    background: #fff;
}
.p-top-kaisetsu .p-top-kaisetsu__list{
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.p-top-kaisetsu .p-top-kaisetsu__list:last-child{
    margin-bottom: 0;
}
.p-top-kaisetsu .p-top-kaisetsu__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 1.8rem 2rem 1.8rem 2.5rem;
    border: 1px solid #231815;
}

.p-top-kaisetsu .p-top-kaisetsu__box.question {
    position: relative;
}
.p-top-kaisetsu .p-top-kaisetsu__box.question::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translate(-50%, -60%) rotate(135deg);
            transform: translate(-50%, -60%) rotate(135deg);
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
}
.p-top-kaisetsu .p-top-kaisetsu__box.question.open {
    background: #f3f3f3;
}
.p-top-kaisetsu .p-top-kaisetsu__box.question.open::after {
    -webkit-transform: translate(-50%, -40%) rotate(-45deg);
            transform: translate(-50%, -40%) rotate(-45deg);
}
.p-top-kaisetsu .p-top-kaisetsu__box.answer {
    border-top: none;
}
.p-top-kaisetsu .p-top-kaisetsu__box.answer .content a {
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
}
.p-top-kaisetsu .p-top-kaisetsu__box .left{
    margin-right: 1rem;
    letter-spacing: .15em;
}
.p-top-kaisetsu .p-top-kaisetsu__check{
    padding: 1rem 0.5rem;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 700;
    color: #6A3906;
}
.p-top-kaisetsu .p-top-kaisetsu__check a{
    display: block;
    margin-top: 0.4em;
    word-break: break-all;
    line-height: 1.2;
    color: #006CB6;
}

.p-top-furusato .p-top-furusato__inner {
    padding: 4.1rem 2.5rem;
    border-radius: 3px;
    background: #fff;
}
.p-top-furusato .p-top-furusato__lead-text {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}
.p-top-furusato .p-top-furusato__lead-text span {
    font-weight: bold;
    color: #ea4463;
}

.p-top-furusato .p-top-furusato__link {
    text-align: right;
}
.p-top-furusato .p-top-furusato__link a {
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 2px solid #231815;
}
.p-top-furusato .p-top-furusato__box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline;
    -ms-flex-align: baseline;
}
.p-top-furusato .p-top-furusato__box.p-top-furusato__box--date{
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.p-top-furusato .p-top-furusato__box.p-top-furusato__box--date .p-top-furusato__box-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.p-top-furusato .p-top-furusato__box-right .date{
    font-size: 1.9rem;
    font-weight: bold;
    min-width: 105px;
    margin-right: 2.6rem;
}
.p-top-furusato .p-top-furusato__box-right .time{
    font-size: 1.9rem;
    line-height: 1.42;
    width: 100%;
}
.p-top-furusato .p-top-furusato__box-right .time span {
    display: inline-block;
}
.p-top-furusato .p-top-furusato__label{
    font-size: 1.9rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    max-width: 140px;
    margin-right: 2rem;
    padding: 1.2rem 3rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #0099d9;
}
.p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .lead-text {
    font-size: 1.7rem;
    line-height: 1.3529;
    margin-bottom: 1rem;
}
.p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .middle-text{
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}
.p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .middle-text span {
    margin-right: 1.5rem;
}
.p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .caution {
    font-size: 1.5rem;
    line-height: 1.5333;
    margin-bottom: 3rem;
}
.p-top-mainvisual{
    background: #FFEA00;
}
.p-top-mainvisual .p-top-mainvisual__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap::after {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 0;
    content: '';
    background: #fff;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap input[type='radio']{
    display: none;
    visibility: hidden;
    height: 0;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap .p-top-schedule__label{
    font-size: 2.2rem;
    font-weight: bold;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
    width: 25%;
    margin-right: 3px;
    padding-top: 3.1rem;
    padding-bottom: 1.8rem;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background:#AECAEB;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap .p-top-schedule__label:first-of-type {
    border-radius: 10px 0 0 0;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap .p-top-schedule__label:nth-last-of-type(1) {
    margin-right: 0;
    border-radius: 0 10px 0 0;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap .p-top-schedule__wrap-item {
    display: none;
    width: 100%;
    padding: 4rem 3rem 2rem;
    background: #fff;
    border: solid 5px #006CB6;
    border-radius: 0 0 10px 10px;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap input:checked + .p-top-schedule__label {
    background: #006CB6;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap input:checked + .p-top-schedule__label + .p-top-schedule__wrap-item {
    display: block;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table {
    width: 100%;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table .p-top-schedule__table-label {
    height: auto;
    min-height: 30px;
    margin-top: .5rem;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table th,
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table td {
    padding: 1.2rem 1rem;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #fff;
    background: #DAF3FB;
    background-clip: padding-box;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table .pc-none{
    display: none;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th {
    font-weight: bold;
    color: #fff;
    width: calc((100% - 15%) / 5);
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th:nth-of-type(1) {
    width: 15%;
    background: #b2b2b2;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th:nth-of-type(2) {
    background: #0099d9;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th:nth-of-type(4) {
    background: #ffc736;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th {
    font-weight: bold;
    color: #fff;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th:nth-of-type(1) {
    width: 15%;
    background: #ccc;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr th {
    font-weight: normal;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr:nth-child(even) th {
    background: #f3f3f3;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr:nth-child(odd) th {
    background: #e5e8e9;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr .shien-seido
{
    background: #faeae6 !important;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr .shien-seido span.caution
{
    color: #ea4463;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td {
    vertical-align: top;
    position: relative;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td.data-none {
    vertical-align: middle;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td div {
    font-weight: bold;
    position: relative;
    min-height: 3em;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td div.h_center {
    display: inline-flex;
    align-items: center;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td div span
{
    margin: 0 auto;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td div.sanka-torikeshi .company-name
{
    text-decoration: line-through;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td div.sanka-torikeshi .red
{
    font-size: 1.2rem;

    color: #ea4463;
}

.p-top-schedule .p-top-schedule__inner thead .head-column-01 th
{
    background: #64BCE6;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td:nth-child(even) {
    background: #BFEAFF;
    background-clip: padding-box;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__table.p-top-schedule__0611 thead .head-column-01 th:nth-of-type(n + 2):not(:nth-of-type(n + 5)),
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table.p-top-schedule__0612 thead .head-column-01 th:nth-of-type(n + 2):not(:nth-of-type(n + 5)),
.p-top-schedule .p-top-schedule__inner .p-top-schedule__table.p-top-schedule__0312 thead .head-column-01 th:nth-of-type(n + 2):not(:nth-of-type(n + 5)) {
    background: #64BCE6;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__bottom{
    padding: 0 3rem 4rem;
    border-radius: 0 0 15px 15px;
    background: #fff;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__bottom .text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #ea4463;
}

.p-top-schedule .p-top-schedule__inner .p-top-schedule__bottom .date {
    font-size: 1.2rem;
    margin-bottom: 3rem;
}
.p-top-schedule .p-top-schedule__inner .p-top-schedule__bottom .date span {
    display: inline-block;
}
.p-top-summary {
    padding-top: 6rem;
}
.p-top-summary .p-top-summary__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #6A3906;
    border-radius: 10px;
}
.p-top-summary .p-top-summary__box:nth-child(1) {
    margin-bottom: 2.5rem;
}
.p-top-summary .p-top-summary__ttl {
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 14.42%;
    color: #6A3906;
    background: #FFEA00;
}

.p-top-summary .p-top-summary__ttl span {
    font-size: 2.1rem;
    font-weight: bold;
    display: block;
}

.p-top-summary .p-top-summary__box-right
{
    width: 85.58%;
    padding: 2rem 2.5rem;
}

.p-top-summary .p-top-summary__txt
{
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4285;
}

.p-top-summary .p-top-summary__entry-how-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex: 1;
}
.p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-item .box .box-ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
.p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-item .box .box-txt {
    font-size: 1.4rem;
    line-height: 1.6428;
}
.p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-right {
    padding-left: 2.5rem;
}
.p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-label {
    font-size: 1.6rem;
    width: 110px;
    margin-right: 1rem;
    border-radius: 30px;
}
.p-top-summary .p-top-summary__entry-caution {
    font-size: 1.4rem;
}
.p-top-summary .p-top-summary__entry-caution .sp-br {
    display: none;
}
.u-mgr-5 {
    margin-right: 5px;
}
.u-mgl-5 {
    margin-left: 5px;
}
.u-mgt-3 {
    margin-top: 3rem;
}
.u-section-bottom {
    margin-bottom: 3rem;
}
.c-title{
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 8rem;
}
.c-title .exp{
    display: block;
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: #6A3906;
}
.c-title .subtitle{
    display: block;
    margin-bottom: 1.4rem;
    font-size: 18px;
    color: #6A3906;
}
.c-title .subtitle::before{
    content: "\FF3C";
    margin-right: 0.6em;
}
.c-title .subtitle::after{
    content: "\FF0F";
    margin-left: 0.6em;
}
.u-inline{
    display: inline-block;
}
.u-bold{
    font-weight: bold;
}

.u-display-sp {
	display: none;
}

.u-display-inline {
	display: inline-block;
}
.u-text-pc-12{
    font-size: 12px;
}


@media (min-width: 768px) and (max-width: 1439px) {
    .l-container {
        width: 88vw;
    }
    .l-header .l-header__left{
        width: auto;
    }
}

@media screen and (max-width: 999px){
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td.data-none {
        grid-template-columns: 200px 1fr;
        grid-template-rows: 1fr;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td div.h_center {
        justify-content: center;
    }
    .l-footer .l-footer__top-item:first-child:not(:only-child) {
        width: 48%;
    }
    .l-footer .l-footer__top-item:first-child:not(:only-child) {
        margin-right: 1rem;
    }
    .l-header {
        height: 62px;
    }
    .l-header .l-header__inner {
        height: 62px;
        padding-right: 1.667vw;
        padding-left: 1.667vw;
    }
    .l-header .l-header__left {
        font-size: 1.6rem;
        margin: 0 auto 0 0;
        width: 100%;
    }
    .l-header .l-header__nav {
        display: none;
    }
    .l-header .l-header__sp-form {
        font-size: 1.6rem;
        font-weight: bold;
        overflow: hidden;
        width: 146px;
        height: 42px;
        margin-right: 1.5rem;
        padding: .8rem 2rem .9rem;
        cursor: pointer;
        -webkit-transition: opacity .4s;
                transition: opacity .4s;
        text-align: center;
        border: none;
        border-radius: 25px;
        outline: none;
        background: transparent;
        background: #E7425F;
    }
    .l-header .l-header__sp-form a {
        font-weight: bold;
        color: #fff;
    }
    .l-header .l-header__sp-form:hover {
        opacity: .75;
    }
    .l-header .l-header__button {
        position: relative;
        display: block;
        width: 32px;
        height: 28px;
        margin-left: auto;
        cursor: pointer;
        border-radius: 5px;
        background: transparent;
    }
    .l-header .l-header__button.active span:nth-of-type(1)
    {
        top: 16px;

        -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
    }
    .l-header .l-header__button.active span:nth-of-type(2)
    {
        opacity: 0;
    }
    .l-header .l-header__button.active span:nth-of-type(3)
    {
        top: 16px;

        -webkit-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
    }
    .l-header .l-header__button span
    {
        position: absolute;
        left: 50%;

        display: inline-block;

        width: 100%;
        height: 3px;

        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);

        border-radius: 5px;
        background: #fff;
    }
    .l-header .l-header__button span:nth-of-type(1)
    {
        top: 10px;
    }
    .l-header .l-header__button span:nth-of-type(2)
    {
        top: 19px;
    }
    .l-header .l-header__button span:nth-of-type(3)
    {
        top: 28px;
    }
    .l-header .l-header__sp
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .l-header .l-header__sp-overlay
    {
        position: fixed;
        z-index: 1;
        top: 62px;
        left: 0;

        display: none;

        width: 100%;
        height: 100vh;

        background-color: rgba(0, 0, 0, .75);
    }
    .l-header .l-header__sp-overlay.open
    {
        display: block;
    }
    .l-header .l-header__sp-nav
    {
        position: fixed;
        z-index: 1000;
        top: 62px;
        right: -100000px;

        display: block;
        overflow-y: scroll;

        width: 62%;
        height: 100%;
        padding: 1.5rem;

        -webkit-transition: position .3s;
                transition: position .3s;

        background: #fff;
    }
    .l-header .l-header__sp-nav li a
    {
        font-size: 1.4rem;
        font-weight: bold;

        display: block;

        padding: 2rem 1.5rem;

        color: #6A3906;
        border-bottom: 1px dashed #FFC24F;
    }
    .l-header .l-header__sp-nav li a:hover
    {
        background: #faeae6;
    }
    .l-header .l-header__sp-nav.open
    {
        left: 38%;
    }
    main {
        padding-top: 62px;
    }
	.p-top-schedule .p-top-schedule__inner .p-top-schedule__table tr.l-break,
	.p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead tr.sc_title{
       display: table-row;
	}

    .p-top-event .p-top-event__inner .p-top-event__main-box,.p-top-list__main-box
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;

        gap: inherit;
    }
    .p-top-event .p-top-event__inner .p-top-event__item
    {
        text-align: center;
    }
    
    .p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(1),
    .p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(2),
    .p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(3),
    .p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(4)
    {
        width: 50%;
    }
    .p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(4)
    {
        max-width: inherit;
    }
    .p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(3),
    .p-top-event .p-top-event__inner .p-top-event__item:nth-of-type(4)
    {
        margin-top: 3rem;
    }
    .p-top-event .p-top-event__inner .p-top-event__item img
    {
        width: 80%;
        padding-right: 0;
        padding-left: 0;
    }
    .p-top-list__inner:nth-of-type(1),
    .p-top-list__inner:nth-of-type(2),
    .p-top-list__inner:nth-of-type(3)
    {
        width: 100%;
    }
    .p-top-list__inner dl {
        height: auto;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .p-top-schedule__table-label {
        max-width: calc(100% - 20px);
        width: 100%;
        margin: 0 auto 10px auto;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        height: inherit;
        height: fit-content;
        min-height: auto;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table th,
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table td {
        padding: 0;
        border: 1px solid #fff;
    }

    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th{
        width: 100%;
    }

    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01 th:nth-of-type(1){
        width: 20%;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .pc-none
    {
        display: block;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-none
    {
        display: none;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .br-label
    {
        white-space: pre-line;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -ms-flex-align: center;

        width: 100%;

        background: #0099d9;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left p
    {
        margin: 0;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left p:first-child
    {
        width: 200px;
        padding: 5px;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left p:last-child
    {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display:         inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;

        width: calc(100% - 200px);
        padding: 10px;

        border-left: 1px solid #fff;
    }

    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr th
    {
        width: auto;
        background: #ccc;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr th span
    {
        display: inline-block;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td {
        display: -webkit-box;
        display: -webkit-grid;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-template-rows: 1fr;
        width: 100%;
        text-align: center;
        border: 1px solid #fff;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td div {
        line-height: 1.4;
        width: 100%;
        padding: 10px;
        text-align: center;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        min-height: auto;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td:before {
        font-weight: normal;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display:         inline-flex;
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 200px;
        padding: 10px;

        content: attr(data-label);
        white-space: pre-line;

        border-right: 1px solid #fff;
    }
    .p-top-summary .p-top-summary__entry-how-box
    {
        display: block;
    }
    .p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-item
    {
        width: 100%;
    }
    .p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-left
    {
        margin-bottom: 1rem;

        border: none;
    }
    .p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-right
    {
        padding-left: 0;
    }
    .u-display-sp {
		display: block;
	}

	.u-display-pc {
		display: none;
	}
    .u-text-pc-12{
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .l-container {
        width: 100%;
        padding-right: 1.667vw;
        padding-left: 1.667vw;
    }
    .c-button {
        font-size: 1.7rem;
        width: 100%;
        max-width: 400px;
        min-height: 53px;
    }
    .c-button--icon.pen,
    .c-button--icon.email,
    .c-button--icon.pdf,
    .c-button--icon.schedule {
        padding-left: 4.3rem;
    }
    .c-button--icon.pen::before,
    .c-button--icon.email::before,
    .c-button--icon.pdf::before,
    .c-button--icon.schedule::before {
        left: 5px;
        width: 45px;
        height: 45px;
        background-size: 100%;
    }
    .p-top-company .p-top-company__inner {
        padding: 2rem 1rem;
    }
	
	
    .p-top-faq {
        /*padding-bottom: 4rem;*/
    }
    .p-top-faq .p-top-faq__inner {
        padding: 2.5rem 1rem;

        border-radius: 10px;
    }
    .p-top-faq .p-top-faq__list {
        font-size: 1.6rem;
    }
    .p-top-faq .p-top-faq__box {
        padding: 1.5rem 2.5rem 1.5rem 1.2rem;
    }
    .p-top-faq .p-top-faq__box.question::after {
        right: 12px;
        width: 7px;
        height: 7px;
        -webkit-transform: translate(-50%, -60%) rotate(135deg);
                transform: translate(-50%, -60%) rotate(135deg);
    }
	
    .p-top-kaisetsu {
        padding-bottom: 4rem;
    }
    .p-top-kaisetsu .p-top-kaisetsu__inner {
        padding: 2.5rem 1rem;

        border-radius: 10px;
    }
    .p-top-kaisetsu .p-top-kaisetsu__list {
        font-size: 1.6rem;
    }
    .p-top-kaisetsu .p-top-kaisetsu__box {
        padding: 1.5rem 2.5rem 1.5rem 1.2rem;
    }
    .p-top-kaisetsu .p-top-kaisetsu__box.question::after {
        right: 12px;
        width: 7px;
        height: 7px;
        -webkit-transform: translate(-50%, -60%) rotate(135deg);
                transform: translate(-50%, -60%) rotate(135deg);
    }
	.p-top-kaisetsu .p-top-kaisetsu__check{
        font-size: 15px;
    }
	
	
    .p-top-furusato .p-top-furusato__inner
    {
        padding: 2.5rem 1rem;

        border-radius: 10px;
    }
    .p-top-furusato .p-top-furusato__lead-text
    {
        font-size: 1.6rem;
    }
    .p-top-furusato .p-top-furusato__lead-text span
    {
        font-weight: bold;

        color: #ea4463;
    }
    .p-top-furusato .p-top-furusato__link a
    {
        font-size: 1.6rem;
    }
    .p-top-furusato .p-top-furusato__box
    {
        display: block;
    }
    .p-top-furusato .p-top-furusato__box.p-top-furusato__box--date
    {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
    }
    .p-top-furusato .p-top-furusato__box.p-top-furusato__box--date .p-top-furusato__box-right
    {
        display: block;
    }
    .p-top-furusato .p-top-furusato__box-right .date
    {
        font-size: 1.6rem;
    }
    .p-top-furusato .p-top-furusato__box-right .time
    {
        margin-top: 1rem;
    }
    .p-top-furusato .p-top-furusato__label
    {
        font-size: 1.6rem;
        font-weight: bold;

        display: block;

        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        margin-bottom: 1.5rem;
        padding: 1rem;
    }
    .p-top-furusato .p-top-furusato__label .sp-none
    {
        display: none;
    }
    .p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .lead-text
    {
        font-size: 1.6rem;

        margin-bottom: 2rem;
    }
    .p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .middle-text
    {
        font-size: 1.8rem;

        margin-bottom: 1rem;
    }
    .p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .middle-text span
    {
        margin-right: 1rem;
    }
    .p-top-furusato .p-top-furusato__box--form .p-top-furusato__box-right .caution {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
    .p-top-mainvisual .p-top-mainvisual__inner {
        width: 100%;
    }
    .l-header .l-header__left {
        font-size: 1.4rem;
    }
    .p-top-event .p-top-event__inner
    {
        padding: 2rem 1rem;

        border-radius: 10px;
        background: #fff;
    }
    .p-top-event .p-top-event__inner .p-top-event__main-box
    {
        margin-bottom: 1.6rem;
    }
    .p-top-event .p-top-event__inner .p-top-event__item .p-top-event__item-ttl
    {
        font-size: 1.5rem;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
                align-items: baseline;
        -ms-flex-align: baseline;

        margin-bottom: 1.5rem;

        text-align: left;
    }
    .p-top-event .p-top-event__inner .p-top-event__item .p-top-event__item-ttl span {
        font-size: 1.8rem;

        min-width: 32px;
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .p-top-event .p-top-event__inner .p-top-event__item .caution {
        font-size: 1.1rem;
        line-height: 1.1818;

        margin-top: .5rem;

        text-align: left;
    }
    .p-top-event .p-top-event__inner .p-top-event__bottom-text {
        font-size: 1rem;
        line-height: 1.4;
        margin-top: 1rem;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr th span {
        display: block;
        margin: 0 auto;
        -ms-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
                writing-mode: vertical-rl;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td,
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td.data-none {
        grid-template-columns: 120px 1fr;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td:before {
        font-size: 1.4rem;
        width: 120px;
        padding: .5rem;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left p:first-child {
        width: 120px;
    }

    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left p:last-child {
        width: calc(100% - 120px);
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table thead .head-column-01
    {
        font-size: 1.4rem;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap .p-top-schedule__label
    {
        font-size: 1.2rem;

        margin-right: 2px;
        padding-top: 1.5rem;
        padding-bottom: 1.2rem;

    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__wrap .p-top-schedule__wrap-item
    {
        padding: 2.5rem 1rem 1.5rem;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__bottom
    {
        padding: 0 1rem 2.5rem;

        border-radius: 0 0 10px 10px;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__bottom .text
    {
        font-size: 1.3rem;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__bottom .date
    {
        font-size: 1rem;

        margin-bottom: 2rem;
    }
    .l-footer .l-footer__top {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;

        background: #fff;
    }
    .l-footer .l-footer__top-item
    {
        display: block;
    }
    .l-footer .l-footer__top-item:first-child:not(:only-child) {
        width: 30%;
    }
    .l-footer .l-footer__top-item-text
    {
        font-size: 1.6rem;

        display: inline-block;
    }
    .l-footer .l-footer__contact
    {
        display: block;

        margin-top: 1.5rem;
    }
    .l-footer .l-footer__contact .l-footer__contact-right-item
    {
        font-size: 1.2rem;
    }
    .l-footer .l-footer__contact .l-footer__contact-right-item .title
    {
        font-size: 1.5rem;

        width: 43px;
    }
    .l-footer .l-footer__contact .l-footer__contact-right-item a
    {
        font-size: 2.5rem;
    }
    .l-footer .l-footer__contact .l-footer__contact-right-item .mail-caution
    {
        display: inline-block;

        margin-top: .7rem;
    }
    .l-footer .l-footer__contact .l-footer__contact-right-item .l-footer__contact-tel-link
    {
        margin-right: .5rem;

        text-decoration: underline;
        pointer-events: inherit;
    }
    .l-footer .l-footer__label
    {
        font-size: 1.2rem;

        min-width: 84px;
        height: auto;
        margin-right: .5rem;
        padding: .3rem 3rem;
    }
    .l-footer .l-footer__contact-label
    {
        min-width: 120px;
        padding: .3rem;
    }
    .l-footer .l-footer__bottom
    {
        padding-top: .6rem;
        padding-bottom: .6rem;

        background: #006CB6
    }
    .l-footer .l-footer__bottom p
    {
        font-size: 1.5rem;

        text-align: center;

        color: #fff;
    }
    .p-top-summary {
        padding-top: 4rem;
    }
    .p-top-summary .p-top-summary__box:nth-child(1)
    {
        margin-bottom: 1.5rem;
    }
    .p-top-summary .p-top-summary__ttl
    {
        width: 18%;
    }
    .p-top-summary .p-top-summary__ttl span
    {
        font-size: 1.6rem;
    }
    .p-top-summary .p-top-summary__box-right
    {
        width: 82%;
        padding: 1.5rem 1rem;
    }
    .p-top-summary .p-top-summary__txt
    {
        font-size: 1.6rem;
    }
    .p-top-summary .p-top-summary__txt span
    {
        display: inline-block;
    }
    .p-top-summary .p-top-summary__entry-how-box
    {
        margin-top: 1rem;
        margin-bottom: .5rem;
    }
    .p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-item
    {
        display: block;
    }
    .p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-item .box
    {
        margin-top: 1rem;
    }
    .p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-how-item .box .box-ttl
    {
        margin-bottom: .5rem;
    }
    .p-top-summary .p-top-summary__entry-how-box .p-top-summary__entry-label
    {
        width: 100px;
        margin-right: 0;
    }
    .p-top-summary .p-top-summary__entry-caution
    {
        font-size: 1rem;
    }
    .p-top-summary .p-top-summary__entry-caution .sp-br
    {
        display: block;
    }
    .u-section-bottom {
        margin-bottom: 2.5rem;
    }
    .c-title .exp{
        font-size: 12px;
    }
    .c-title .subtitle{
        margin-bottom: 1.2rem;
        font-size: 13px;
    }

}

@media screen and (max-width: 500px) {
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td,
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody td.data-none {
        grid-template-columns: 60px 1fr;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table tbody tr td:before {
        width: 60px;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left p:first-child
    {
        width: 60px;
    }
    .p-top-schedule .p-top-schedule__inner .p-top-schedule__table .sp-title-left p:last-child {
        width: calc(100% - 60px);
    }
    .p-top-event .p-top-event__inner .p-top-event__item p
    {
        font-size: 12px;
    }
    .l-header .l-header__left {
        font-size: 1.1rem;
    }
    .l-header .l-header__sp-form {
        font-size: 1.4rem;
        width: 126px;
        padding: 1rem 2rem .9rem;
    }
}

@media screen and (max-width: 380px) {
    .c-button {
        font-size: 1.5rem;
    }
    .l-header .l-header__left {
        padding-left: 0;
    }
}
@media screen and (max-width: 360px) {
    .l-header .l-header__sp-form {
        padding: 0.8rem 1rem 0.9rem;
        width: 120px;
    }
}