@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  information.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;
}
/* information
----------------------------------------------------------------------------- */
.information{
    
}
.information .main_wrapper{
    
}
.information .main_wrapper .box{
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}
.information .main_wrapper .box h2{
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.information .main_wrapper .box > p {
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}
.information .main_wrapper .box .page_nav ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.information .main_wrapper .box .page_nav ul li{
    width: 24%;
    margin: 0.5% 0.5%;
    font-size: 13px;
    text-align: center;
    padding: 1px;
}
.information .main_wrapper .box .page_nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #fefefe;
    border: 1px solid #fefefe;
    transform: 0.7;
}
.information .main_wrapper .box .page_nav ul li a:hover{
    background: #E5EAFE;
    border: 1px solid #fff;
}
.information .main_wrapper .box .contents 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;
}
.information .main_wrapper .box .contents h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.information .main_wrapper .box .contents p{
    text-indent: 1em;
}
.information .main_wrapper .box .contents ul{
    width: 100%;
    margin: 15px auto;
    display: flex;
}
.information .main_wrapper .box .contents ul li{
    width: 32%;
    margin-right: 2%;
}
.information .main_wrapper .box .contents ul li:last-child{
    margin-right: 0;
}
.information .main_wrapper .box .contents ul li img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.information .main_wrapper .box .contents ul li p{
    font-size: 12px;
    margin-top: 5px;
    text-indent: 0;
}
/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {


}

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

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

.information .main_wrapper .box .page_nav ul li {
    width: 48%;
    margin: 1% 1%;
}
.information .main_wrapper .box .page_nav ul li:nth-child(7),
.information .main_wrapper .box .page_nav ul li:nth-child(8) {
    width: 100%;
}
.information .main_wrapper .box .contents ul {
    width: 100%;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
}
.information .main_wrapper .box .contents ul li {
    width: 100%;
    margin-right: 2%;
}
.information .main_wrapper .box .contents ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.information .main_wrapper .box .contents ul li p {
    margin-bottom: 15px;
}
.information .main_wrapper .box .contents h4 {
    font-size: 20px;
}
.information .main_wrapper .box .contents h4:before {
    height: 20px;
}
}
