@charset "UTF-8";
html {
    font-size: 62.5%;
}
body{
    font-family: Meiryo, メイリオ, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8em;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    opacity: 0.6;
}
.in1200{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sp_only{
    display: none;
}
header{
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
header .left{
    width: 270px;
    float: left;
}
header .right{
    width: 910px;
    float: left;
    padding: 10px;
}
header .left img{
    max-width: 100%;
}

.information{
    border:8px solid #CC427A;
    padding: 45px 30px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.information .left{
    color: #CC427A;    
    font-size: 2.0rem;
    font-weight: bold;
    width: 230px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.information .right{
    display: table-cell;
    font-size: 1.8rem;
    color: #000;
    padding-left: 1em;
}
/* 共通 */
article .upper {
    overflow: hidden;
}
article .upper a{
    display: inline-block;
    width: 100%;
}
article .upper .left{
    background-color: #F2F2F2;
    float: left;
    position: relative;
}
article .upper .left:before{
    content: "";
    display: block;
    padding-top: 100%;
}
article .upper .left .img{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F2F2;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}
article .upper .left .img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
article .upper .right{
    display: table-cell;
}
article .upper .right h3{
    text-align: justify;
}
article .lower p{
    display: inline-block;
}
article .lower .news_company{
    color: #6674BC;
    margin-right: 1em;
}

.category_articles{
    overflow: hidden;
}

.topic_large .category_title{
    width: 100%;
    font-size:  31px;
    font-size: 3.1rem;
    background-color: #21264B;
    color: #fff;
    margin-bottom: 48px;
    border-bottom: 4px solid #8EC0E9;
    padding: 0.4em 0;
}
.topic_large .category_title h2,
.topic_large .category_title h1{
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.topic_large .category_title h1{
    padding-left: 1em;        
}
.topic_large .category_title h2{
    background-image: url(../img/press9_pickup.png);
    background-repeat: no-repeat;   
    background-position: 0.6em;
    padding-left: 3em;    
}
.topic_large .category_title h2 span{
    border-left: 1px solid #fff;
    text-indent: 0.5em;
    display: inline-block;  
}
.topic_large article{
    width: 370px;
    float: left;
    margin-right: 45px;
    margin-bottom: 60px;
}
.topic_large .category_articles article:nth-of-type(3n){
    margin-right: 0;
}
.topic_large .category_articles article:nth-of-type(3n+1){
    clear: both;
}
.topic_large article .upper {
/*    height: 160px; */
}
.topic_large article .upper .left{
    width: 160px;
    height: 160px;
}

.topic_large article .upper .right{
    width: 180px;
    padding: 5px 15px;
}
.topic_large article .upper .right h3{
    font-size: 1.7rem;
    line-height: 1.8;
}
.topic_large article .lower{
    font-size: 1.5rem;
    padding-top: 10px;
}
.topic_large article .lower .news_date{
    background-image: url(../img/press9_date.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-right: 20px;
}
.topic_large article .lower .datetime{
    margin-top: 10px;
}
.topic_large article .lower .news_time{
    background-image: url(../img/press9_time.png);
    background-repeat: no-repeat;
    padding-left: 25px;    
}
.topic_large .link_area{
    clear: both;
    text-align: center;
    padding:60px 0 100px 0;
}
.topic_large .link_area a:hover{
    text-decoration: none;
}
.topic_large .link_area .news_btn{
    width: 480px;
    height: 70px;
    color: #fff;
    background-image: url(../img/press9_arraw_l.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    line-height: 70px;
    font-size: 1.8rem;
    margin: 0 auto;
}
.topic_large .link_area .news_btn:hover{
    background-position: bottom;
}
.topic_wrap {
    clear: both;
    overflow: hidden;
}
.topic_wrap .topic_small{
    width: 580px;
    margin-right: 40px;
    margin-bottom: 75px;
    float: left;
}
.topic_wrap .topic_small:nth-of-type(2n){
    margin-right: 0; 
}
.topic_small .category_title{
    width: 100%;
    font-size: 2.3rem;
    border-bottom: 4px solid #21264B;
    margin-bottom: 20px;
    padding: 0.4em 0;
    background-image: url(../img/press9_baloon.png);
    background-repeat: no-repeat;
    background-position: left;
}
.topic_small article{
    width: 270px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
.topic_small .category_articles article:nth-of-type(2n){
    margin-right: 0;
}
.topic_small .category_articles article:nth-of-type(2n+1){
    clear: both;
}
.topic_small .category_title h2 {
    line-height: 1.4em;
    margin-left: 1em;
    padding-left: 1em;
}
.topic_small article .upper {
    height: 100px;
}
.topic_small article .upper .left{
    width: 100px;
    height: 100px; 
}
.topic_small article .upper .right{
    width: 190px;
    padding-left: 15px;
}
.topic_small article .upper .right h3{
    font-size: 1.5rem;
}
.topic_small article .lower{
    font-size: 1.3rem;
    margin-top: 10px;
}
.topic_small .link_area{
    clear: both;
    border-bottom: 2px solid #B3B3B3;
    text-align: right;
    padding-bottom: 10px;
}
.topic_small .link_area a{
    background-image: url(../img/press9_arraw_s.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 2.5em;
}

.btn_area {
    margin-top: 20px;
    margin-bottom: 80px;
}
.btn_area .btn{
    width: 480px;
    height: 70px;
    color: #fff;
    background-color: #d8b525;
    line-height: 70px;
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    border-top: 2px solid #bc9c17;    
}
.btn_area .btn:hover{
    cursor: pointer;
    opacity: 0.8;
}

footer{
    clear: both;
    background-color: #21264B;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
footer .footer_inner{
    overflow: hidden;
    position: relative;
}
footer .left{
    width: 900px;
    float: left;
}
footer .right{
    width: 300px;
    float: left;
    padding-top: 40px;
    text-align: right;
}
footer h2{
    font-size: 1.8rem;
    color: #BFDBF3;
    padding-bottom: 40px;
}
footer .companies{
    color: #fff;
}
footer .companies a{
    color: #fff;
    text-decoration: none;
}
footer .companies h3{
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 10px;
}
footer .companies ul{
    font-size: 1.2rem;
}
footer .companies .company{
    width: 180px;
    float: left;
    margin-bottom: 25px;
}
footer .copyright{
    color: #BFDBF3;
    position: absolute;
    right: 0;
    bottom: 0;
}
#gotop{
    position: fixed;
    right: 3%;
    bottom: 30px;
}
#gotop:hover{
    cursor: pointer;
    opacity: 0.8;
}
@media screen and (max-width: 1200px) {
    .in1200{
        width: 93%;
    }
    header .left{
        width: 22%;
    }
    header .right{
        width: 74%;
        padding: 10px 2%;
    }
    .topic_large article{
        width:  31%;
        margin-right: 3.5%;
    }
    .topic_wrap .topic_small{
        width: 48%;
        margin-right: 4%;
    }
    .topic_large article .upper .left{
        width: 45%;
        height: auto;
    }
    footer .left{
        width: 80%;
    }
    footer .right{
        width: 20%;
    }
}
@media screen and (max-width: 1024px) {
    .topic_large article{
        width: 48%;
        margin-right: 4%;
    }
    .topic_large .category_articles article:nth-of-type(3n){
        margin-right: 4%;
    }
    .topic_large .category_articles article:nth-of-type(3n+1){
        clear: none;
    }
    .topic_large .category_articles article:nth-of-type(2n){
        margin-right: 0;
    }    
    .topic_large .category_articles article:nth-of-type(2n+1){
        clear: both;
    }    

}
@media screen and (max-width:768px){
    .sp_only{
        display: block;
    }
    header{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    header .left{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #b8e5f8;
    }
    header .left img{
        height: 40px;
    }
    header .right{
        width: 94%;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: justify;
        padding: 0 3%;
        font-size: 1.2rem;
    }
    .information{
        display: block;
        padding: 15px 10px;
        display: block;
        margin-bottom: 20px;
        border-width: 3px;
        margin-top: 10px;
    }
    .information .left{
        width: 100%;
        text-align: left;
        display: block;
    }
    .information .right{
        padding-left: 0;
        padding-top: 10px;
        font-size: 1.6rem;
    }
    .jump_link{
        margin-bottom: 30px;
    }
    .jump_link .title{
        border-bottom: 3px dotted #999;    
    }
    .jump_link h3{
        background-image: url(../img/press9_jump.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 15px;
        font-size: 1.5rem;
        text-indent: 3em;
        font-weight: bold;
        line-height: 2.8;
        color: #999999;
        width: 90%;
        margin: 0 auto;
    }
    .jump_link ul{
        font-size: 12px;
        font-size: 1.2rem;
        border-bottom: 3px dotted #999;
        overflow: hidden;
        padding: 20px 10px;       
    }
    .jump_link ul li{
        display: inline-block;
        float: left;
        margin-right: 5%;
        background-image: url(../img/press9_arraw_jump.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 15px;
        line-height: 3;
    }    
    article .upper a{
        display: inline;
    }
    article .upper .right {
        padding: 0 3%;
        width: 62%;
        display: inline-block;
        float: left;
    }
    article .lower .news_company{
        margin-right: 0.5em;
    }
    .topic_large .category_title{
        margin-bottom: 20px;
        background-size: contain;
        font-size: 20px;
        font-size: 2rem;
    }
    .topic_large .category_title h2{
        border-left: 0;
        background-size: contain;
        margin-left: 0.5em;
        padding-left: 2em;
    }
    .topic_large .category_title h2 span{
        border-left: 0;
    }    
    .topic_large article{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 10px;     
    }
    article .upper{
        display: inline;
/*        height: 513px;*/
    }
    article .upper .left{
        overflow: hidden;
    }
    .topic_large article .upper .left{
        float: left;
        width: 32%;
        height: auto;
        position: relative;
    }
    .topic_large article .upper .left .img {

    }
    .topic_large article .upper .right {
        width: 62%;
        padding: 0 3%;    
    }
    .topic_large article .upper .right h3{
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .topic_large article .lower{
        font-size: 10px;
        font-size: 1.0rem;
        float: left;
        width: 62%;
        padding-left: 3%;
    }
    article .lower{
        float: right;
    }
    .topic_large .link_area{
        padding: 20px 0 40px;
    }
    .topic_large .link_area .news_btn{
        width: 300px;
        height: 43.75px;
        line-height: 43.75px;
        text-indent: -2em;
    }
    .topic_wrap .topic_small{
        width: 100%;
        margin-right: 0;
    }
    .topic_small .category_title{
        font-size: 20px;
        font-size: 2.0rem;
    }
    .topic_small article{
        width: 93%;
        margin-right: auto;
        margin-left: auto;
        float: none;
        position: relative;
        clear: both;
        overflow: hidden;
    }
    .topic_small article .upper{
    }
    .topic_small article .upper .left{
        width: 25%;
        height: auto;
    }
    .topic_small article .upper .right{
        width: 69%;
        padding: 0 3%;
    }
    .topic_small article .upper .right h3{
        font-size: 11px;
        font-size: 1.1rem;
    }
    .topic_small article .lower{
        font-size: 9px;
        font-size: 0.9rem;
        line-height: 1.4;
        width: 72%;
    }
    .topic_small article .lower P{
        display: inline-block;
    }
    .topic_small .category_articles article:nth-of-type(2n){
        margin-right: auto;
    }
    .btn_area .btn{
        max-width: 100%;
    }
    footer .left{
        width: 100%;
    }
    footer .left .company{
        width: 50%;
    }
    footer .right{
        width: 100%;
        text-align: center;
    }
    #gotop img{
        width: 60px;
        height: 60px;
    }
}