@charset "utf-8";

/*--------------------------- stn01 ---------------------------*/
h1{
    font-size: 140%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 30px auto;
}

.top_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_box2{
    justify-content: center;
}
.top_box .top_txtbox{
    width: 60%;
    font-size: 96%;
    line-height: 1.6;
}
.top_box .top_txtbox2{
    width: 80%;
}
.top_box .top_imgbox{
    width: 35%;
}
.top_box .top_imgbox img{
    width: 100%;
    display: block;
}
.top_box .top_imgbox span{
    display: block;
    text-align: center;
}
.bt_link{
    display: block;
    width: 50%;
    background: #156082;
    margin: 80px auto;
    text-align: center;
    padding: 30px 0;
    color:#fff;
}
h2{
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
ul{
    padding-left:0;
    display:flex;
    flex-wrap: wrap;
}
ul li{
    width: 50%;
    list-style:none;
    text-align: center;
    margin:0 0 80px 0 ;
}
ul li img{
    width: 30%;
    margin: 0 auto;
    border: #ccc 1px solid;
}
ul a{
    display: block;
    width: 50%;
    background: #156082;
    margin: 0px auto;
    text-align: center;
    padding: 6px 0;
    color:#fff;
}
ul.pc_img li img{
    width: 80%;
}














@media only screen and (max-width: 768px){
    h1{
        font-size:20px;
    }
    
    .top_box{
        width: 100%;
        display: unset;
        justify-content: space-between;
        align-items: center;
    
    }
    .top_box .top_txtbox{
        width: 100%;
        font-size: 16px;
    }
    .top_box .top_imgbox{
        width: 80%;
        margin-top: 60px;
        margin: 60px auto 0 auto;
    }
    .top_box .top_imgbox span{
        font-size:16px;
    }
    .bt_link{
        width: 100%;
        font-size: 16px;
    }
    h2{
        font-size: 18px;
    }
    ul li{
        width: 100%;
    }
    ul li img{
        width: 60%;
        margin: 0 auto;
        border: #ccc 1px solid;
    }
    ul a{
        width:80%;
        font-size: 16px;
    }
    ul.pc_img li img{
        width: 100%;
    }



}