<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#content {
    position: relative;
    z-index: 1;
}

#cover_wrap {
    width: 100%;
    padding: 0px 0px 0;
    overflow: hidden;
}
#cover_wrap .cover_single {
    width: 87.5%;
    max-width: 1400px;
    /* height: 450px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#cover_wrap .cover_single .main_img {
   
    background-position: center;
}
#cover_wrap .cover_single .main_img img {
    width: 100%;
    border: 0;
}

.img_change {
	transition: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#cover_wrap .logo {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
#cover_wrap .logo p {
    font-family: sofia-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    color: #002c56;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
#cover_wrap .logo h2 {
    font-size: 4.2rem;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}
#cover_wrap .shadow {
    background-color: rgba(255, 255, 255, 0.0);
    width: 100%;
    height: 100%;
    display: inline-table;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#section_topic {
    background-color: #ffffff;
    padding-top: 56px;
}
#section_topic .latest_topic {
    width: 87.5%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 66px;
    border-bottom: 1px solid #e1e1e1;
}
#section_topic .latest_topic p.topic_wrap {
    overflow: hidden;
    margin-top: 47px;
    max-width: 740px;
    font-size: 17px;
    color: #333333;
    letter-spacing: -0.31px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 680px) {


#section_topic .latest_topic p.topic_wrap{
    font-size: 12px;}
    #cover_wrap .logo h2{
        font-size: 15px;
    }


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