@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  event_other.css
 style info :  スタイル指定
=================================================================== */

#link01,#link02,#link03,#link04,#link05,#link06,#link07,#link08,#link09,#link10,#link11,#link12,#link13,#link14,#link15{
    padding:50px 0 0 0;
    margin: -50px 0 0 0;
}
/* cyotatsu
----------------------------------------------------------------------------- */
.cyotatsu{
    
}
.cyotatsu .main_wrapper{
    
}
.cyotatsu .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.cyotatsu .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.cyotatsu .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}

.cyotatsu .main_wrapper .box h4{
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}
.cyotatsu .main_wrapper .box h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.cyotatsu .main_wrapper .box > p{
    text-align: center;
    padding: 0 0 30px;
}
.cyotatsu .main_wrapper .box a{
    color: #0173e7;
    text-decoration: underline!important;
}
.tab-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tab{
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    border: solid 1px #CCC;
    text-align: center;
    cursor: pointer;
    width: calc(100% / 6);
}
.panel-group{
    height:auto;
    border-top:none;
}
.panel{
    display:none;
}
.tab.is-active{
    background:#0173e7;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}


/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

/* cyotatsu
----------------------------------------------------------------------------- */
.cyotatsu{
    
}
.cyotatsu .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 1em;
    min-height: auto;
}
.cyotatsu .main_wrapper .box .info ul li{
    text-align: center;
}
.cyotatsu .main_wrapper .box span.notes{
    display: block;
}
.tab-group{
    flex-wrap: wrap;
}
.tab{
    width: 50%;
}
.tab:first-child{
    width: 100%;
}
}
