<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  hansen.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;
}
/* hansen
----------------------------------------------------------------------------- */
.hansen{
    
}
.hansen .main_wrapper{
    
}
.hansen .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.hansen .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.hansen .main_wrapper .box h3{
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}

.hansen .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;
}
.hansen .main_wrapper .box h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.hansen .main_wrapper .box h5{
    border-bottom: 1px double #0173e7;
    margin: 15px 0 0;
}
.hansen .main_wrapper .box{
    text-align: center;
}
.hansen .main_wrapper .box p{
    text-align: left;
}
.hansen .main_wrapper .box  ul{
    margin: 30px auto;
    text-align: left;
    display: inline-block;
}
.hansen .main_wrapper .box  ul li {
    margin: 0 0 15px;
}
.hansen .main_wrapper .box  ul li a{
    color: #0173e7;
    text-decoration: underline !important;
}

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


}

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

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


}
</pre></body></html>