.bg-f6ebe9{
    background-color: #f6ebe9;
}
.title{
    border: #f10001 solid 2px;
    background: #FFF;
    color: #f10001;
}
.red {
    color: #FF0000;
    font-weight: bold;
    line-height: 3.5em;
}
.btn-index-danger{
    color: #fff;
    background-color: #f10001;
    border-color: #f10001;
}
.btn-index-danger:hover{
    color: #fff;
    background-color: #c60001;
    border-color: #c60001;
}

.bg-main2{
    background: #fbc82b;
    border-top: 1px solid #8d7018;
    border-bottom: 1px solid #8d7018;
    box-sizing: border-box;
}

body {
    color: #333;
    font-size: 14px;
    font-family: 'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
    line-height: 2;
}

h1 {
    font-size: 32px;
    line-height: 54px;
    font-weight: 200;
}

h2 {
    font-size: 32px;
    line-height: 46px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
}

h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}

h6 {
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
}
header.border{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}
.contents{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    padding:0 15px;
}
.contents h3{
    font-size: 15px;
    font-weight: bold;
    padding: 4px 10px;
    margin: 10px auto 10px;
}
.contents p{
    font-size: 13.5px;
    line-height: 22px;
    margin-bottom: 0;
}
.contents ul.asterisk{
    font-size: 13.5px;
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 8px;
}
.contents ul.asterisk li{
    line-height: 1.5;
    margin-bottom:3px;
}
.contents ul.asterisk li:before{
    content: '※';
    font-size: 12px;
    position: relative;
    bottom: 1px;
    margin-left:-12px;
    padding-right:4px;
    line-height: 1.5;
}
.contents ul.circle{
    font-size: 13.5px;
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 8px;
}
.contents ul.circle li{
    line-height: 1.5;
    margin-bottom:3px;
}
.contents ul.circle li:before{
    content: '●';
    font-size: 12px;
    position: relative;
    bottom: 1px;
    margin-left:-12px;
    padding-right:4px;
    line-height: 1.5;
}

p.notice-top{
    font-size: 13.5px;
    list-style-type: none;
    margin:12px 0 8px 0;
    line-height: 1.75;
}
ul.notice-top{
    font-size: 13.5px;
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 8px;
}
ul.notice-top li{
    color: #f00;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 4px;
}
ul.notice-top li:before{
    content: '※';
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-left:-12px;
    padding-right:4px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.labelname {
    font-weight: bold;
}

footer {
    margin-top: 50px;
    background-color: #c3c3c3;
    color: #FFFFFF;
    text-align: center;
    padding: 3em 0;
}

/* ======================
Form Parts
========================= */
.fieldset {
    border-radius: 3px;
    background-color: #f6f6f6;
    vertical-align: middle;
    border: 1px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px;
}
.receipt{
    display: none;
}
.num{
    position: relative;
    bottom: 1px;
    margin: 0 6px 0 3px;
}
.form-check-label{
    position: relative;
    bottom: 2px;
}

.form-controller {
    display: block;
    width: 100%;
    height: calc(26px + 1.272rem);
    padding: 0.636rem 0.75rem;
    color: #555;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.3333333;
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-textarea-controller{
    display: block;
    width: 100%;
    padding: 0.636rem 0.75rem;
    color: #555;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.3333333;
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-age{
    float: left;
    width: 50%;
}
.form-price{
    float: left;
    max-width: 320px;
    width: calc(100% - 30px);
}
.label-after{
    float: left;
    width: 20px;
    font-size: 18px;
    line-height: 46px;
    margin: 0 0 0 5px;
}
.img-confirm{
    width: auto;
    max-width: 80%;
    max-height: 640px;
    margin-bottom: 10px;
}

input::placeholder {
    color: #A8A8A8;
}
input::-webkit-input-placeholder {
    color:   #A8A8A8;
}
input:-ms-input-placeholder {
    color: #A8A8A8;
}
input::-ms-input-placeholder {
    color: #A8A8A8;
}
.alert ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.invalid-text {
    width: 100%;
    font-weight: bold;
    font-size: 80%;
    color: #dc3545;
}
.img-logo{
    width:100%;
    max-width: 150px;
    padding: 8px 0;
}
.text-bg-yellow{
    background-color:#FDF36F;
}
.main2 {
    padding:15px
}
.main2 p{
    font-size:18px;
}

@media screen and (min-width: 768px) {
    header {
        background-color: #FFF;
        width: 100%;
    }
    .pc {
        display: block;
        margin: 0 auto;
    }
    .sp {
        display: none;
    }
    .link-xlg{
        width: 80%;
        padding: 1rem;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing:2px;
        line-height: 1.5;
        border-radius: 0.3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .btn-xlg{
        width: 80%;
        padding: 1rem;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing:2px;
        line-height: 1.5;
        border-radius: 0.3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .btn-xlg-round{
        width: 80%;
        padding: 1rem;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing:2px;
        line-height: 1.5;
        border-radius: 3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .btn-xlg::after, .btn-xlg-round::after{
        position: relative;
        float: right;
        top: 3px;
        right: 8px;
        width: 16px;
        height: 9px;
        content: url( 'data:image/svg+xml;utf-8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 32"><title>arrow</title><g><g><path d="M2.46,31.24a1.83,1.83,0,0,1-1.31-3.1L13,16,1.15,3.86A1.82,1.82,0,0,1,3.76,1.31L16.85,14.72a1.84,1.84,0,0,1,0,2.56L3.76,30.69A1.79,1.79,0,0,1,2.46,31.24Z"/></g></g></svg>' );
    }
    .receipt_btn{
        font-size: 14px;
        color: white;
    }
    .label-left{
        text-align: right;
    }
    .pl-md-1{
        padding-left: 20px;
    }

}
@media screen and (max-width: 768px) {
    header {
        background-color: #FFF;
        width: 100%;
    }
    img {
        max-width: 100%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    .receipt_btn{
        font-size: 12px;
        color: white;
    }
    .img-logo{
        width:100%;
        max-width:150px;
        padding: 10px 0;
    }

}

@media (min-width: 540px) and (max-width: 768px) {
    .btn-xlg{
        width: 80%;
        padding: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing:1px;
        line-height: 1.5;
        border-radius: 0.3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .link-xlg{
        width: 80%;
        padding: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing:1px;
        line-height: 1.5;
        border-radius: 0.3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .btn-xlg-round{
        width: 80%;
        padding: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing:1px;
        line-height: 1.5;
        border-radius: 3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .btn-xlg::after, .btn-xlg-round::after{
        position: relative;
        float: right;
        top: 4px;
        right: 0;
        width: 14px;
        height: 8px;
        content: url( 'data:image/svg+xml;utf-8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 32"><title>arrow</title><g><g><path d="M2.46,31.24a1.83,1.83,0,0,1-1.31-3.1L13,16,1.15,3.86A1.82,1.82,0,0,1,3.76,1.31L16.85,14.72a1.84,1.84,0,0,1,0,2.56L3.76,30.69A1.79,1.79,0,0,1,2.46,31.24Z"/></g></g></svg>' );
    }
}
@media screen and (max-width: 576px) {
    .mb-xs-1{
        margin-bottom: 0.1em;
    }
    .mb-xs-2{
        margin-bottom: 0.2em;
    }
}
@media screen and (max-width: 540px) {
    .btn-xlg{
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        font-weight: bold;

        line-height: 1.5;
        border-radius: 0.3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .link-xlg{
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        font-weight: bold;

        line-height: 1.5;
        border-radius: 0.3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .btn-xlg-round{
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
        border-radius: 3rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important;
    }
    .btn-xlg::after, .btn-xlg-round::after{
        position: relative;
        float: right;
        top: 3px;
        right: 0;
        width: 9px;
        height: 6px;
        content: url( 'data:image/svg+xml;utf-8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 32"><title>arrow</title><g><g><path d="M2.46,31.24a1.83,1.83,0,0,1-1.31-3.1L13,16,1.15,3.86A1.82,1.82,0,0,1,3.76,1.31L16.85,14.72a1.84,1.84,0,0,1,0,2.56L3.76,30.69A1.79,1.79,0,0,1,2.46,31.24Z"/></g></g></svg>' );
    }
}

/* ==================================================================
	Helper Class
================================================================== */
.m0 {margin: 0 !important;}
.m5 {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}
.m25 {margin: 25px !important;}
.m30 {margin: 30px !important;}
.m35 {margin: 35px !important;}
.m40 {margin: 40px !important;}
.m45 {margin: 45px !important;}
.m50 {margin: 50px !important;}
.mat0 {margin-top: 0 !important;}
.mat1 {margin-top: 1px !important;}
.mat2 {margin-top: 2px !important;}
.mat3 {margin-top: 3px !important;}
.mat4 {margin-top: 4px !important;}
.mat5 {margin-top: 5px !important;}
.mat6 {margin-top: 6px !important;}
.mat7 {margin-top: 7px !important;}
.mat8 {margin-top: 8px !important;}
.mat9 {margin-top: 9px !important;}
.mat10 {margin-top: 10px !important;}
.mat15 {margin-top: 15px !important;}
.mat20 {margin-top: 20px !important;}
.mat25 {margin-top: 25px !important;}
.mat30 {margin-top: 30px !important;}
.mat35 {margin-top: 35px !important;}
.mat40 {margin-top: 40px !important;}
.mat45 {margin-top: 45px !important;}
.mat50 {margin-top: 50px !important;}
.mat80 {margin-top: 80px !important;}
.mar0 {margin-right: 0 !important;}
.mar5 {margin-right: 5px !important;}
.mar10 {margin-right: 10px !important;}
.mar15 {margin-right: 15px !important;}
.mar20 {margin-right: 20px !important;}
.mar25 {margin-right: 25px !important;}
.mar30 {margin-right: 30px !important;}
.mar35 {margin-right: 35px !important;}
.mar40 {margin-right: 40px !important;}
.mar45 {margin-right: 45px !important;}
.mar50 {margin-right: 50px !important;}
.mab0 {margin-bottom: 0 !important;}
.mab5 {margin-bottom: 5px !important;}
.mab10 {margin-bottom: 10px !important;}
.mab15 {margin-bottom: 15px !important;}
.mab20 {margin-bottom: 20px !important;}
.mab25 {margin-bottom: 25px !important;}
.mab30 {margin-bottom: 30px !important;}
.mab35 {margin-bottom: 35px !important;}
.mab40 {margin-bottom: 40px !important;}
.mab45 {margin-bottom: 45px !important;}
.mab50 {margin-bottom: 50px !important;}
.mab80 {margin-bottom: 80px !important;}
.mal0 {margin-left: 0 !important;}
.mal5 {margin-left: 5px !important;}
.mal10 {margin-left: 10px !important;}
.mal15 {margin-left: 15px !important;}
.mal20 {margin-left: 20px !important;}
.mal25 {margin-left: 25px !important;}
.mal30 {margin-left: 30px !important;}
.mal35 {margin-left: 35px !important;}
.mal40 {margin-left: 40px !important;}
.mal45 {margin-left: 45px !important;}
.mal50 {margin-left: 50px !important;}
.mal100 {margin-left: 100px !important;}
.mal150 {margin-left: 150px !important;}
.p0 {padding: 0 !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p25 {padding: 25px !important;}
.p30 {padding: 30px !important;}
.p35 {padding: 35px !important;}
.p40 {padding: 40px !important;}
.p45 {padding: 45px !important;}
.p50 {padding: 50px !important;}
.pat0 {padding-top: 0 !important;}
.pat1 {padding-top: 1px !important;}
.pat2 {padding-top: 2px !important;}
.pat3 {padding-top: 3px !important;}
.pat4 {padding-top: 4px !important;}
.pat5 {padding-top: 5px !important;}
.pat6 {padding-top: 6px !important;}
.pat7 {padding-top: 7px !important;}
.pat8 {padding-top: 8px !important;}
.pat9 {padding-top: 9px !important;}
.pat10 {padding-top: 10px !important;}
.pat15 {padding-top: 15px !important;}
.pat20 {padding-top: 20px !important;}
.pat25 {padding-top: 25px !important;}
.pat30 {padding-top: 30px !important;}
.pat35 {padding-top: 35px !important;}
.pat40 {padding-top: 40px !important;}
.pat45 {padding-top: 45px !important;}
.pat50 {padding-top: 50px !important;}
.pat80 {padding-top: 80px !important;}
.par0 {padding-right: 0 !important;}
.par5 {padding-right: 5px !important;}
.par10 {padding-right: 10px !important;}
.par15 {padding-right: 15px !important;}
.par20 {padding-right: 20px !important;}
.par25 {padding-right: 25px !important;}
.par30 {padding-right: 30px !important;}
.par35 {padding-right: 35px !important;}
.par40 {padding-right: 40px !important;}
.par45 {padding-right: 45px !important;}
.par50 {padding-right: 50px !important;}
.pab0 {padding-bottom: 0 !important;}
.pab5 {padding-bottom: 5px !important;}
.pab10 {padding-bottom: 10px !important;}
.pab15 {padding-bottom: 15px !important;}
.pab20 {padding-bottom: 20px !important;}
.pab25 {padding-bottom: 25px !important;}
.pab30 {padding-bottom: 30px !important;}
.pab35 {padding-bottom: 35px !important;}
.pab40 {padding-bottom: 40px !important;}
.pab45 {padding-bottom: 45px !important;}
.pab50 {padding-bottom: 50px !important;}
.pab55 {padding-bottom: 55px !important;}
.pab60 {padding-bottom: 60px !important;}
.pab65 {padding-bottom: 65px !important;}
.pab70 {padding-bottom: 70px !important;}
.pab80 {padding-bottom: 80px !important;}
.pal0 {padding-left: 0 !important;}
.pal5 {padding-left: 5px !important;}
.pal10 {padding-left: 10px !important;}
.pal15 {padding-left: 15px !important;}
.pal20 {padding-left: 20px !important;}
.pal25 {padding-left: 25px !important;}
.pal30 {padding-left: 30px !important;}
.pal35 {padding-left: 35px !important;}
.pal40 {padding-left: 40px !important;}
.pal45 {padding-left: 45px !important;}
.pal50 {padding-left: 50px !important;}
.fs7{font-size:7px; }
.fs8{font-size:8px; }
.fs9{font-size:9px; }
.fs10{font-size:10px; }
.fs11{font-size:11px; }
.fs12{font-size:12px; }
.fs13{font-size:13px; }
.fs14{font-size:14px; }
.fs15{font-size:15px; }
.fs16{font-size:16px; }
.fs17{font-size:17px; }
.fs18{font-size:18px; }
.fs19{font-size:19px; }
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}
.fs25{font-size:25px;}
.fs26{font-size:26px;}
.fs27{font-size:27px;}
.fs28{font-size:28px;}
.fs29{font-size:29px;}
.fs30{font-size:30px;}
.fs31{font-size:31px;}
.fs32{font-size:32px;}
.fs33{font-size:33px;}
.fs34{font-size:34px;}
.fs35{font-size:35px;}
.fs36{font-size:36px;}
.fs37{font-size:37px;}
.fs38{font-size:38px;}
.fs39{font-size:39px;}
.fs40{font-size:40px;}
.fw100{font-weight:100;}
.fw200{font-weight:200;}
.fw300{font-weight:300;}
.fw400{font-weight:400;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}
.lh-12{line-height: 1.2;}
.lh-13{line-height: 1.3;}
.lh-14{line-height: 1.4;}
.lh-15{line-height: 1.5;}
.lh-16{line-height: 1.6;}
.lh-17{line-height: 1.7;}
.lh-18{line-height: 1.8;}
.lh-19{line-height: 1.9;}
.lh-20{line-height: 2;}
.hide{display: none !important;}
.form-controller.is-invalid {
    border-color: #f86c6b;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.alert-danger {
    padding: 13px 13px 4px 13px;
    border-radius: 8px;
}
.product-course{
    color: white;
    background-color: #d70c18;
    border-radius: 6px;
    display: inline-block;
    padding: 5px 15px;
}
.img-full{
    width:100%;
}

.svgArrow{
    width: 1rem;
    fill: red;
}
.text-red{
    padding-left: 3px;
    font-size: 1.3rem;
    color: red;
}
.text-red:hover{
    color: red;
}
.bg-article-red{
    background-color: #d70c18;
    color: white;
}
.bg-main-red{
    background-color: #c31019;
}
.section-title {
    display: inline-block;
    background-color: #f8d4d7;
    border-left: 10px solid #d70c18;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.info-card{
    border-radius: 16px;
    box-shadow: 0 0 20px -5px #8f8f8f !important;
    border: none;
}
.info-card-header:first-child {
    border-radius: 16px 16px 0 0;
}
.info-card-header{
    border-radius: 16px 16px 0 0;
    background-color: #f5f1ed;
    border-bottom:none;
    padding: .75rem 1.25rem 0 1.25rem;
    text-align: center;
}
.info-card-header>h6{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px;
}
.info-card-header>h6>span{
    display: inline-block; /* インライン要素をブロック要素のように扱う */
    background: linear-gradient(0deg, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 55%, rgba(255,255,0,0) 55%, rgba(255,255,0,0) 100%);
}
.info-card-header:after {
    background: radial-gradient(circle farthest-side, #000, #000 30%, transparent 30%, transparent);
    background-size: 12px;
    content: '';
    display: inline-block;
    height: 16px;
    width: 100%;
}
.info-card-body{
    padding: 0 1.25rem;
    background-color: #f5f1ed;
}
.info-card-body p{
    font-size: 16px;
    line-height: 1.6;
}
.info-card-footer{
    border-radius: 0 0 16px 16px;
    background-color: #f5f1ed;
    border-top:none;
    padding: 0 1.25rem 1rem;
}
.info-card-footer:last-child{
    border-radius: 0 0 16px 16px;
}
p.article{
    display: inline-block;

    text-indent: 1em;
}
.article-body{

}
.card-article{
    position: relative;
}
.card-article-title{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: #d70c18;
    color: white;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 12px;
    letter-spacing: 0.1rem;
    z-index: 99;
}
.card-article-body{
    width: calc(100% - 32px);
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #f4f0eb;
    border: 2px solid #d4145a;
    border-radius: 4px;
    padding: 25px 16px 0 16px;
    z-index: 1;
}
.card-article-body ul {
    padding-left: 8px;
    line-height: 1.36rem;
}

ul.list{
    font-size: 13.5px;
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 22px;
}
ul.list li{
    line-height: 1.5;
    margin-bottom:3px;
}
ul.list li.asterisk:before{
    content: '※';
    font-size: 12px;
    position: relative;
    bottom: 1px;
    margin-left:-14px;
    padding-right:4px;
    line-height: 1.5;
}
ul.list li.circle:before{
    content: '●';
    font-size: 12px;
    position: relative;
    bottom: 1px;
    margin-left:-16px;
    padding-right:4px;
    line-height: 1.5;
}
