#bread{
    width: 100%;
    max-width: 1000px;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
}
#bread ol{
    display: flex;
}
#bread li + li::before{
    content: ">";
    margin: 0 .5em;
}

/* #entrance */
#entrance{
    background: url(/event/190210/img/bg_entrance.png) center bottom/cover no-repeat;
    color: #fff;
    padding-bottom: 20px;
}
#entrance .contents{ padding-top: 2em;}
#entrance .navbtn{ display: none;}

 #entrance h2{
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    /*    font-weight: normal;*/
    position: relative;
}
 #entrance h2 .text_s{ font-size: 85%;}
 #entrance h2 .icn_free{
    background: #eb7846;
    border-radius: 100%;
    display: inline-block;
    padding: 17px 13px;
    position: absolute;
    right: 5%;
    top: 20px;
}
 #entrance h2 .icn_free strong{
    /*    background: #eb7846;*/
    font-size: 23px;
}
 #entrance h2 img{ margin-bottom: 10px;}
 #entrance .subttl{
    text-align: center;
    font-size: 25px;
    line-height: 2;
}

 #entrance table{
    margin: 25px auto 0;
    width: 45%;
    max-width: 450px;
    color: #fff;
    box-sizing: border-box;
}
 #entrance th{
    width: 20%;
    border-bottom: 1px solid #fff;
    padding: 3px 8px;
    vertical-align: top;
}
 #entrance td{
    border-bottom: 1px solid #fff;
    padding: 3px 8px;
     text-align: left;
}

 #entrance td > ul > li{
    line-height: 1.5;
    margin: 5px 0;
}
 #entrance td > ul > li > h3{
    font-size: inherit;
    border-left: none;
    padding: inherit;
    margin: 0;
    color: inherit;
    text-align: inherit;
    font-weight: normal;
    border-top: none;
    border-bottom: none;
    background: none;
}

 #entrance .btn{ margin-right: 30px;}

 #entrance .pagenav{ text-align: right;}
 #entrance .pagenav li{
    display: inline-block;
    padding: 10px 30px 0 10px;
}
 #entrance .pagenav li a{ color: #fff;}
 #entrance .pagenav li a:before{
    font-family: FontAwesome;
    content: '\f078';
    display: inline-block;
    width: 15px;
    color: transparent;
    text-align: left;
    font-size: 0.6em;
}
 #entrance .pagenav li a:hover{
    text-decoration: none;
}
 #entrance .pagenav li a:hover:before{
    color: #fff;
}

.wrap_box_k{
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}
#fesreport .wrap_box_k .box_k{
    width: 48%;
    border: #EA5520 1px solid;
}
#fesreport .wrap_box_k .box_k h3{
    border: 0;
    border-bottom: #EA5520 1px solid;
}
#fesreport .wrap_box_k .box_k h3 span.hour .yaku{
    margin-top: 0;
    top: 20px;
    right: auto;
    left: 8px;
}
#fesreport .wrap_box_k .box_k h3 span.hour .num{
    margin-top: 0;
    font-size: 3em;
    color: #ea5520;
    font-weight: bold;
}
#fesreport .wrap_box_k .box_k .content{ border: none;
    background-color: white;}

#fesreport .wrap_box_k .box_k.retirement h3{
    padding: 18px 0 18px 3%;
    display: flex;
    align-items: center;
}
#fesreport .wrap_box_k .box_k.retirement h3 span.circle{ margin-top: 0;}
#fesreport .wrap_box_k .box_k.retirement h3 span.mainttl{
    font-size: 30px;
    margin-top: 0;
}
#fesreport .wrap_box_k .box_k.retirement h3 span.hour{
    position: relative;
    margin: 0 2% 0 auto;
    right: inherit;
    top: inherit;
}
#fesreport .wrap_box_k .box_k.retirement p{ text-align: left;
    margin-bottom: 15px;}

#fesreport .wrap_box_k .box_k.kyouyou h3{ padding: 40px 0 40px 3%;}
#fesreport .wrap_box_k .box_k.kyouyou h3 span.hour {
    top: 0;
    right: 0;
}

@media screen and (max-width: 1024px) {
/*メイン部分sns表示*/
    .r_forum2019{ margin-top: 90px;}
}
@media screen and (max-width: 599px) {
    #bread { display: none;}
    
/*申し込み部分レスポンシブ*/
	.wrap_box_k{
    display: block;
    width: 93%;
    margin: 0 auto;
}
#fesreport .wrap_box_k .box_k{
    width: 100%;
    border: #EA5520 1px solid;
    margin-top: 50px;
}
#fesreport .wrap_box_k .box_k h3{
    border: 0;
    border-bottom: #EA5520 1px solid;
}
#fesreport .wrap_box_k .box_k h3 span.hour .yaku{
    margin-top: 0;
    /*top: 20px;*/
    right: auto;
    left: 3px;
}
#fesreport .wrap_box_k .box_k h3 span.hour .num{
    margin-top: 0;
    font-size: 2.5em;
    color: #ea5520;
    font-weight: bold;
}
#fesreport .wrap_box_k .box_k .content{ border: none;
    background-color: white;}

#fesreport .wrap_box_k .box_k.retirement h3{
    padding: 18px 0 18px 3%;
    display: flex;
    align-items: center;
}
#fesreport .wrap_box_k .box_k.retirement h3 span.circle{ margin-top: 0;}
#fesreport .wrap_box_k .box_k.retirement h3 span.mainttl{
    font-size: 20px;
    margin-top: 0;
}
#fesreport .wrap_box_k .box_k.retirement h3 span.hour{
    position: relative;
    margin: 0 2% 0 auto;
    right: inherit;
    top: inherit;
}
#fesreport .wrap_box_k .box_k.kyouyou h3{
    padding: 18px 0 18px 3%;
    display: flex;
    align-items: center;
}
#fesreport .wrap_box_k .box_k.kyouyou h3 span.circle{ margin-top: 0;}
#fesreport .wrap_box_k .box_k.kyouyou h3 span.mainttl{
    font-size: 25px;
    margin-top: 0;
}
#fesreport .wrap_box_k .box_k.kyouyou h3 span.hour{
    position: relative;
    margin: 0 2% 0 auto;
    right: inherit;
    top: inherit;
}
#fesreport .wrap_box_k .box_k.kyouyou p{ text-align: left;}
}
@media screen and (min-width: 641px){
    #mainimg .txt01 {
        width: 13em;
        line-height: 1.6;
    }
}

@media screen and (max-width: 959px){
     #entrance th{ width: 25%;}
    #r_forum .inner h2 img,
     .inner h3 img{ max-width: 100%;}

/*    { margin-top: 100px;}*/

     #entrance{ background: url(/event/190210/img/bg_entrance.png) left bottom/cover no-repeat;}
     #entrance .contents{ padding-top: 30px;}
    #r_forum #entrance h2,
     #entrance table{ text-shadow: 1px 1px 3px #333;}
}

@media screen and (max-width: 700px){
     #entrance{
        background: url(/event/190210/img/bg_entrance.png) -80px top/cover no-repeat;
        padding-top: 10px;
    }
     #entrance .navbtn{
        display: block;
        width: 50px;
        color: #fff;
        background: #1c236d;
        padding: 5px;
        margin: 0 10px 10px auto;
        z-index: 251;
        border-radius: 5px;
        box-shadow: 2px 2px 0 #606383;
    }
     #entrance .pagenav{
        display: none;
        position: fixed;
        text-align: left;
        z-index: 250;
        width: 100%;
    }
     #entrance .pagenav.active{
        display: block;
    }
     #entrance .pagenav li{
        display: block;
        padding: 10px;
        background: #6773a2;
        border-bottom: 1px solid #fff;
        width: 50%;
        margin-left: 50%;
    }
     #entrance .pagenav li:last-child{ border-bottom: 0;}
     #entrance .contents{ padding-top: 0;}
     #entrance h2{ font-size: 2em;}
     #entrance h2 span{ font-size: 0.5em;}
     #entrance .subttl{ font-size: 0.5em; line-height: 3;}
     #entrance h2 .icn_free{
        display: block;
        width: 70px;
        top: 150px;
        right: 0;
        left: 0;
        margin: auto;
    }
     #entrance table {
        margin: 10px auto 0;
        width: 85%;
    }
     #entrance dl{
        width: 96%;
        margin: 25px auto 10px;
        padding: 15px;
    }
     #entrance dt{
        width: 100%;
        border-bottom: 1px dotted #333;
        margin-bottom: 10px;
    }
     #entrance dd{ margin-left: 0; margin-bottom: 15px;}
     #entrance .btn{ margin-right: auto;}
}