﻿@charset "UTF-8";


/*===========================
common
===========================*/

img {
    width: 100%;
    height: auto;
}

.inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

#siteHeader a,
.articleArea a {
    text-decoration: none;
    color: #3dace0;
}


/*---------- PC版 -----------------------------------------------*/
@media screen and (min-width: 769px) {

    body {
        min-width: 1180px;
        line-height: 1.4;
        background-color: #f1f3f5;
    }

    a:hover,
    a {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    a:hover,
    a:hover img {
        opacity: 0.8;
    }

    /*  siteHeader
    ===========================*/
    #siteHeader {
        margin: 0 0 30px;
        /* padding-bottom: 50px; */
        background-size: cover;
    }

    .inner {
        padding-top: 32px;
        position: relative;
        padding-bottom: 30px;
    }

    .diaLogo {
        width: 110px;
        margin: 0 -10px 0 0;
        float: left;
        overflow: hidden;
    }

    .blacklineLogo {
        width: 250px;
        /* margin: 0 10px 0 0; */
        float: right;
        overflow: hidden;
    }

    .laboLogo {
        width: 395px;
        margin: 0 auto 12px;
    }

    .diaLogo a:hover,
    .diaLogo a:hover img,
    .laboLogo a:hover,
    .laboLogo a:hover img {
        opacity: 1;
    }

    /* .PCmain-img {
        width: 100%;
        margin: 0 auto 20px;
    } */

    .PCmain {
        display: block;
    }

    .SPmain {
        display: none;
    }

    .lead {
        max-width: 520px;
        margin: 0 auto 35px;
        color: #fff;
        line-height: 1.8;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 10px;
    }

    .logobase {
        margin: 0 auto 35px;
        padding: 5px 10px;
    }

    .box {
        max-width: 1180px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        display: flex;
    }

    .box .img {
        width: 50%;
        background: #ffffff;
    }

    .box .txtArea {
        width: 49%;
        min-height: 250px;
        margin: 0 auto;
        padding: 0 60px 0;
        background: #ffffff;
        box-sizing: border-box;
    }

    .box .txtArea .company {
        margin: 0 0 15px;
        font-size: 24px;
        color: #ffffff;
        background-color: #005bb6;
        font-weight: bold;
        padding: 5px;
    }

    .box .txtArea .tit {
        margin: 10px 0 10px;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
    }

    .box .txtArea .day {
        margin: 0 0 15px;
        font-size: 14px;
        color: #888888;
    }

    .box .txtArea .readBtn {
        width: 337px;
        margin: 10px auto 0;
    }

    .box .txtArea .readBtn a {
        display: block;
        padding: 20px 0;
        text-align: center;
        background: #baac71;
        border-radius: 10px;
        font-weight: bold;
        color: #fff;
        position: relative;
    }

    /*    .box .txtArea .readBtn a::after{ width:55px; height:8px; content:""; display:block; background:url("../img/arrow.svg") no-repeat 0 0 / 100% auto; font-size:18px; position:absolute; top:25px; right:-30px; }*/
    .box .txtArea .readBtn a:hover::after {
        right: -39px;
    }

    /*  articleArea
    ===========================*/
    .articleArea {
        padding: 0 0 100px;
    }

    .articleArea ul.articleList {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: space-between;
    }

    .articleArea ul.articleList:after {
        content: "";
        display: block;
        width: 29.5%;
        height: 0;
    }

    .articleArea ul.articleList li {
        width: 29.5%;
        margin: 0 3% 30px 0;
    }

    .articleArea ul.articleList li:nth-child(3n) {
        margin-right: 0;
    }

    .articleArea ul.articleList li figure {
        margin: 0 0 10px;
    }

    .articleArea ul.articleList li .txtArea {
        padding: 10px;
    }

    .articleArea ul.articleList li .company {
        margin: 0 0 10px;
        font-size: 16px;
        color: #ffffff;
        background-color: #005bb6;
        padding: 5px;
        font-weight: bold;
    }

    .articleArea ul.articleList li .tit {
        margin: 10px 0 13px;
        font-size: 22px;
        font-weight: bold;
        color: #000000;
    }

    .articleArea ul.articleList li .day {
        font-size: 14px;
        color: #888888;
    }
}

.articleArea ul.articleList li .company.gray {
    color: #d8d8d8;
}



/*---------- SP版 -----------------------------------------------*/
@media screen and (max-width: 769px) {

    body {
        font-size: 14px;
        line-height: 1.3;
        background-color: #f1f3f5;
    }

    /*----- 共通フッター -----*/
    /*.list-style-vertical-var li.spBreak{ display:block; }
    .list-style-vertical-var li.spBreak::after{ display:none; }
    .list-style-vertical-var li.break::after { content: "|"; margin:0 10px; font-weight:normal; }*/
    .list-style-vertical-var {
        max-width: 400px;
        margin: 0 auto;
    }

    .list-style-vertical-var li {
        display: inline-block;
    }

    /*.list-style-vertical-var li.break{ display:; }*/
    .list-style-vertical-var li.break::after {
        content: "|";
        margin: 0 10px;
        font-weight: normal;
    }

    .list-style-vertical-var li:nth-child(3),
    .list-style-vertical-var li:last-child {
        display: block;
    }

    .list-style-vertical-var li:nth-child(3)::after,
    .list-style-vertical-var li:nth-child(5)::after {
        display: none;
    }

    /*  siteHeader
    ===========================*/
    #siteHeader {
        margin: 0 0 50px;
        /* padding: 0 0 40px; */
   
}

*/ .inner {
    padding-top: 16px;
    position: relative;
    padding-bottom: 16px;
}

/* .diaLogo{ width:60px; margin:0 0 0 -10px; float: right; overflow: hidden; } */
.diaLogo {
    width: 60px;
    margin: 0 0 0 -10px;
    float: left;
    overflow: hidden;
}

.blacklineLogo {
    width: 110px;
    margin: 0 -10px 0 0;
    float: right;
    overflow: hidden;
}

.laboLogo {
    width: 200px;
    margin: -10px auto 0;
}

.henshuchoLogo {
    width: 285px;
    margin: 0 auto 18px;
}

.lead {
    max-width: 520px;
    margin: 0 auto 28px;
    color: #ffffff;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
}

.logobase {
    margin: 0 auto 15px;
    padding: 3px 5px;
}

.PCmain {
    display: none;
}

.SPmain {
    display: block;
}

.box {
    width: 100%;
}

.box .img {
    margin: 0 0 13px;
}

.box .txtArea {
    box-sizing: border-box;
}

.box .txtArea .company {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005bb6;
    padding: 5px;
}

.box .txtArea .tit {
    margin: 10px 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.box .txtArea .day {
    margin: 0 0 15px;
    font-size: 10px;
    color: #888888;
}

.box .txtArea .readBtn {
    width: 275px;
    margin: 10px auto 0;
}

.box .txtArea .readBtn a {
    display: block;
    padding: 17px 0;
    text-align: center;
    background: #baac71;
    border-radius: 50px;
    font-weight: bold;
    color: #000000;
    position: relative;
}

/*    .box .txtArea .readBtn a::after{ width:50px; height:7px; content:""; display:block; background:url("../img/arrow.svg") no-repeat 0 0 / 100% auto; font-size:18px; position:absolute; top:20px; right:-15px; }*/

/*  articleArea
    ===========================*/
.articleArea {
    padding: 0 0 50px;
}

.articleArea ul.articleList li {
    margin: 0 0 37px;
}

.articleArea ul.articleList li figure {
    margin: 0 0 10px;
}

.articleArea ul.articleList li .company {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005bb6;
    padding: 5px;
}

.articleArea ul.articleList li .tit {
    margin: 10px 0 13px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.articleArea ul.articleList li .day {
    font-size: 10px;
    color: #888888;
}

/*  site-footer
    ===========================*/
#site-footer {
    margin-bottom: 0;
}
}