@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;
}
/* event_other
----------------------------------------------------------------------------- */
.event_other{
    
}
.event_other .main_wrapper{
    
}
.event_other .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.event_other .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.event_other .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}
.event_other .main_wrapper .box p{
    text-indent: 1em;
}

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


}

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

/* event_other
----------------------------------------------------------------------------- */
.event_other{
    
}
.event_other .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 1em;
    min-height: auto;
}
}
