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

/* news */
.wrapper{
    
}
@media screen and (max-width:768px){
    .wrapper{
        
    }
}
.innerWrap{
    width: 100%;
    background: url("../images/pageBg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 538px;
    text-align: center;
    padding: 50px 0 0 0;
}
@media screen and (max-width:768px){
     .innerWrap{
        width: 100%;
         background: url("../images/pageBg.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% 400px;
        text-align: center;
        padding: 65px 0 0 0;
    }   
}

.articleVisual{
    margin: 0 auto 50px auto;
    text-align: center;
}
@media screen and (max-width:768px){
    .articleVisual{
        margin: 0 auto 0px auto;
        text-align: center;
    }
}
.articleVisual img{
    width: 100%;
    height: auto;
}
.articleVisual .w1200{
    width: 1200px;
    margin: 0 auto;  
}
    @media screen and (max-width:1200px){  
        .articleVisual .w1200{
            width: 100%;
            margin: 0 auto;  
        }
    }
.articleVisual .w1000{
    width: 1000px;
    margin: 0 auto;  
}
    @media screen and (max-width:1000px){
      .articleVisual .w1000{
            width: 100%;
            margin: 0 auto;  
        }  
    }
.articleVisual .w800{
    width: 800px;
    margin: 0 auto;  
}
    @media screen and (max-width:800px){
       .articleVisual .w800{
            width: 100%;
            margin: 0 auto;  
        } 
    }

/* inner */
.innerBox{
    width: 800px;
    margin: 0 auto;
}
@media screen and (max-width:840px){
    .innerBox{
        width: 100%;
        margin: 0 auto;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
    }
}



/* articleBody */
.articleBody{}
@media screen and (max-width:768px){
    .articleBody{
        padding-top: 50px;
    }
}
.articleBody a{
    color: #009FC9;
    font-weight: bold;
    text-decoration: underline;
}

.articleBody a:hover{
    color: #009FC9;
    font-weight: bold;
    text-decoration: none;
}
.articleBody .info{
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 5px 0;
}
.articleBody .info .category{
    float: left;
    padding: 3px 0;
    font-size: 13px;
    color: #444444;
}
.articleBody .info .category a{
    text-decoration: none;
    color: #000000;
}
.articleBody .info .category a:hover{
    text-decoration: underline;
}
.articleBody .info .category b{
    color: #000000;
}
.articleBody .info .day{
    float: right;
    border-left: 1px solid #dddddd;
    padding: 3px 0 3px 15px;
    font-size: 13px;
    color: #444444;
}

.articleBody h1{
    margin: 50px 0;
    text-align: center;
    font-size: 21px;
    line-height: 1.6em;
    font-weight: bold;
}
.articleBody h2{
    margin: 50px 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}
@media screen and (max-width:480px){
    .articleBody h1{
        margin: 50px 0;
        text-align: left;
        font-size: 21px;
        line-height: 1.6em;
        font-weight: bold;
    }
    .articleBody h2{
        margin: 50px 0 20px;
        text-align: left;
        font-size: 18px;
        line-height: 1.6em;
        font-weight: bold;
    }
}

.articleBody h3{
    margin: 35px 0 0px;
    text-align: left;
    font-size: 15px;
    line-height: 2em;
}
.articleBody .cmsBody p{
    text-align: left;
    font-size: 15px;
    line-height: 2em;
    color: #444444;
    padding: 0 0 1em 0;
}


/* moreBtn */
.moreBtn{
    text-align: center;
    margin-top: 30px;
}
.moreBtn a{
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: underline !important;
    background: #009FC9;
    margin: 0 auto;
    padding: 20px 0;
    width: 500px;
    transition-duration: 0.3s;
    font-size: 15px !important;
}
@media screen and (max-width:768px){
    .moreBtn a{
        width: 100%;
    }
}
.moreBtn a:hover{
    opacity: 0.5;
    color: #ffffff;
}


/* articleNav */
.articleNav{
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}
.articleNav ul{
    margin: 0 auto;
    width: 300px;
}
.articleNav li{
}
.articleNav li a{
    color: #cccccc;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.articleNav li.back a{
    float: left;
    display: block;
    padding: 20px 40px 20px 40px;
    background-image: url("../images/newArrow01.svg");
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: right center;
}
.articleNav li.next a{
    float: right;
    display: block;
    padding: 20px 40px 20px 40px;
    background-image: url("../images/newArrow02.svg");
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: left center;
}


/* articleArchive */
.articleArchive{
    margin-top: 100px;
    margin-bottom: 75px;
}
.newsTop .articleArchive{
    margin-top: 0px !important;
    margin-bottom: 75px;
}
@media screen and (max-width:768px){
    .newsTop .articleArchive{
        margin-top: 50px !important;
        margin-bottom: 75px;
    }
}
.articleArchive .ttl{
    border-bottom: 1px solid #dddddd;
    padding: 8px 0 10px 0;
    margin: 0 0 20px 0;
    font-size: 13px;
    font-weight: normal;
}

.articleArchive ul{
    width: 100%;
}
.articleArchive li{
    margin-bottom: 30px;
}
.articleArchive li .day{
    float: left;
    width: 100px;
    font-size: 13px;
    color: #444444;
}
@media screen and (max-width:800px){
    .articleArchive li .day{
        float: left;
        width: 90px;
        font-size: 13px;
        color: #444444;
    }
}
.articleArchive li .info{
    float: right;
    width: calc(100% - 100px);
    color: #444444;
}
@media screen and (max-width:800px){
    .articleArchive li .info{
        float: right;
        width: calc(100% - 90px);
        color: #444444;
    }
}
.articleArchive li .info .category{
    font-size: 13px;
    margin: 0 0 0px 0;
    color: #444444;
}
.articleArchive li .info .text{
    font-size: 15px;
    line-height: 1.8em;
    font-weight: normal;
}
.articleArchive li .info .text a{
    color: #000000;
    text-decoration: underline!important;
    
}
.articleArchive li .info .text a:hover{
    color: #009FC9;
    text-decoration: underline;
}