@charset "UTF-8";

/*******************************

.news-list

*******************************/

.news-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.news-list li {
    width: 100%;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.news-list a {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list a:hover {
    background: #eee;
}

.news-list figure {
    float: left;
    width: 20%;
    margin: 0;
    text-align: center;
}

.news-list .txt {
    float: right;
    width: 75%;
    overflow: hidden;
    text-align: left;
}

.news-list time {
    width: auto;
    float: left;
    color: #2378e5;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news-list h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-list p {
    clear: both;
    width: 100%;
}

.news-list p span {
    color: #2378e5;
    text-decoration: underline;
}

/*==== tablet タブレット用css ===*/

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

    .news-list a {
        padding: 30px 20px;
    }

    .news-list figure {
        width: 20%;
    }

    .news-list .txt {
        width: 75%;
    }

    .news-list time {
        margin-bottom: 5px;
    }
    .news-list h3 {
        margin-bottom: 10px;
    }
}

/*==== mobile スマフォ横〜用css ===*/

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

    .news-list {
        margin-bottom: 30px;
    }

    .news-list a {
        padding: 30px 0;
    }
    .news-list a:hover {
        background: none;
    }

    .news-list figure {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .news-list .txt {
        float: none;
        width: 100%;
    }
}

/*******************************

.contents Css

*******************************/

.contents {
    padding-top: 50px;
}

.contact {
    margin-top: 100px;
}
