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

/* history
----------------------------------------------------------------------------- */
.history{
    
}
.history .main_wrapper{
    
}
.history .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em 10em;
    min-height: 1053px;
}
.history .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.history .main_wrapper .box h3{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 50px auto 30px;
}
.history .main_wrapper .box dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.history .main_wrapper .box dl dt{
    width: 30%;
    padding: 0.5em;
    border-bottom: 1px solid #000;
}
.history .main_wrapper .box dl dd{
    width: 70%;
    padding: 0.5em;
    border-bottom: 1px solid #000;
}

.history .main_wrapper .box dl.enkaku dt{
    text-align: left;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

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

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

.history .main_wrapper .box dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.history .main_wrapper .box dl dt{
    width: 100%;
    padding: 0.5em;
    border-bottom: none;
    text-align: center;
    margin-top: 10px;
}
.history .main_wrapper .box dl dd{
    width: 100%;
    padding: 0.5em;
    border-bottom: 1px solid #000;
    text-align: center;
    background: #fff;
}

.history .main_wrapper .box dl.enkaku dt{
    text-align: center;
}

}
