@charset "UTF-8";
/* CSS Document */

/*-- mainTitle --*/
#mainTitle{
    text-align: center;
    padding: 80px 0;
    margin-top: 103px;
}
#mainTitle .title{
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: 0.16em;
}
#mainTitle .num{
    width: 60px;
    margin: 0 auto;
}
#mainTitle .subtitle{
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.16em;
    opacity: 0.6;
}

/*-- other --*/
.under #contents .sectionInr{
    max-width: 900px;
    width: 85%;
    margin: 0 auto;
}

.under #contents .lead01{
    text-align: center;
    margin-bottom: 50px;
}
.under #contents .lead02{
    text-align: center;
    margin-bottom: 30px;
}

.under #contents .s-image{
    width: 100%;
}

.under .note{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.8em;
    text-align: left;
    max-width: 750px;
    margin: 0 auto 50px;
}

.under ol.numberList {
    max-width: 750px;
    margin: 0 auto;
}
.under ol.numberList li{
    position: relative;
    padding-left: 50px;
    counter-increment: item;
    font-size: 12px;
}
.under ol.numberList li + li{
    margin-top: 10px;
}
.under ol.numberList li::before{
    position: absolute;
    content: "※" counter(item);
    top: 0;
    left: 0;
}

/*--- news ---*/
.under #contents .sectionInr.news {
    max-width: 1200px;
}
.news {
    display: flex;
    justify-content: space-between;
}
.news .archive{
    width: 20%;
}
.news .main{
    width: 73%;
}

.news .archive ul li {
    margin-bottom: 15px;
}
.news .archive ul li a{
    display: block;
    background: #d1dbdb;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    padding: 20px;
    line-height: 1;
    transition: .5s;
}
.news .archive ul li a:hover,
.news .archive ul li a.current{
    background: #0099cc;
}

.news .newsDetail .text01,
.news .newsDetail .caption,
.news .newsDetail .table01{
    margin-bottom: 50px;
}

.news .newsDetail .image01 + .caption{
    margin-top: 10px;
}

.news .newsDetail .image01 {
    text-align: center;
    margin-bottom: 10px;
}
.news .newsDetail .image01 img{
    width: auto;
    max-width: 100%;
}
.news .newsDetail .caption{
    font-size: 12px;
    text-align: center;
}
.news .newsDetail .box01{
    border: 1px solid #0099cc;
    text-align: center;
    padding: 50px;
}

/*----------------------------------------------------
	☆UNDER 768px
----------------------------------------------------*/

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

/*----------------------------------------------------
	☆UNDER 480px
----------------------------------------------------*/

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

    /*-- mainTitle --*/
    #mainTitle{
        padding: 40px 0;
        margin-top: 66px;
    }
    #mainTitle .title{
        font-size: 26px;
    }
    #mainTitle .num{
        width: 40px;
    }
    
    /*-- other --*/
    .under #contents .lead01,
    .under #contents .lead02{
        text-align: justify;
        margin-bottom: 30px;
    }
    
    .under #contents .s-image.long{
        width: 60%;
        margin: 0 auto;
    }
    
    /*-- news --*/
    .news {
        flex-direction: column;
    }    
    .news .archive,
    .news .main{
        width: 100%;
    }
    .news .archive{
        display: none;
    }
    .news.newsIndex .archive{
        display: block;
    }
    .news .archive ul{
        display: flex;
        justify-content: center;
    }
    .news.newsIndex .archive ul{
        margin-bottom: 50px;
    }
    .news .archive ul li{
        display: inline-block;
        margin: 0 5px 5px 0;
    }
    .news .archive ul li a {
        padding: 10px;
        font-size: 11px;
    }
    
    .news .newsDetail .text01,
    .news .newsDetail .caption {
        margin-bottom: 30px;
    }
    
    .news + .moreBtn01.back {
        margin-top: 50px;
    }
    
    .news .newsDetail .box01 {
        padding: 30px;
    }
    
}
