@charset "utf-8";


html,
body {
    height: 100%;
}
/* ===== header ===== */
header {
    background: #f2ed5e;
}
.waveCate.top {
    position: relative;
    margin-bottom: -2%;
}
section {
    max-width: 1000px;
    margin: auto;
    width: 96%;
    padding-bottom: 8%;
}
.news-title {
    margin-bottom: 4%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2%;

}
figure {
    max-width: 420px;
    width: 42%;
    margin: 0;
    padding: 0;
}

.news-title div {
    width: 58%;
    padding-left: 4%;
    font-size: 32px;
    text-align: left;
    box-sizing: border-box;
}
.news-title div time {
    display: block;
    font-family: base-font;
    margin-bottom: 1%;
}
.news-title div p {
    line-height: 32px;
    font-weight: 500;
}

.news-text {
    width: 80%;
    margin: 0 auto 16%;
    text-align: left;
}
.news-text a {
    color: #01b6d1;
    transition: .3s;
}
.news-text a:hover {
    opacity: .6;
}
.news-text h2,
.news-text p,
.news-text ul,
.news-text dl {
    margin-bottom: 6%;
    font-size: 20px;
}
.news-text h2 {
    margin-bottom: 0;
}
.news-text li{
    padding-left: 1em;
    text-indent: -1em;
}
.news-text dl.display-flex {
    flex-wrap: wrap;
    max-width: 400px;
    width: 90%;
}
.news-text dl.display-flex dt {
    width: 40%;
}
.news-text dl.display-flex dd {
    width: 60%;
}
.news-text {
    width: 80%;
    margin: 0 auto 16%;
    text-align: left;
}
.news-text figure {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
/* btn */
.button {
    width: 56%;
    max-width: 360px;
    min-height: auto;
    margin: auto;
    display: block;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 32px;
    font-weight: bold;
    -webkit-appearance: none;
    color: #000;
    transition: .3s;
    text-align: center;
    border: 2px solid #000;
    font-family: 'base-font';
    font-weight: normal;
    position: relative;
}
.button a {
    display: block;
    padding: 2% 0 1.6%;
}
.button a:after {
    content: "";
    width: 30px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: skew(135deg);
    position: absolute;
    transition: .2s;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
}
.button:hover > a:after {
    left: 3%;
}
.container-nav {
    background: #f8f8f8;
}
/* ===== footer ===== */
footer {
    position: sticky;
    top: 100vh;
}
/* ============== RESPONSIVENESS ============== */
@media screen and (min-width:1480px) {

}
@media screen and (min-width:1600px) {

}
@media screen and (min-width:1001px) and (max-width:1200px) {

}
@media screen and (min-width:641px) and (max-width:1000px) {

    .news-title div {
        font-size: 26px;
    }
    .news-title div p {
        line-height: 28px;
        font-weight: 500;
    }
    .news-text h2,
    .news-text p,
    .news-text ul,
    .news-text dd {
        margin-bottom: 6%;
        font-size: 19px;
    }
    .news-text h2,
    .news-text dd dt {
        margin-bottom: 0;
    }
    .news-text dl.display-flex dd,
    .news-text dl.display-flex dt {
        margin-bottom: 0;
        font-size: 19px;
    }
}
/* ============== RESPONSIVENESS ============== */
@media screen and (max-width:640px) {
    .news-title {
        width: 94%;
        margin: auto;
        display: block;
    }
    figure {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .news-title div {
        width: 100%;
        margin-bottom: 8%;
        padding: 0;
        font-size: 20px;
    }
    .news-title div p {
        line-height: 22px;
        font-weight: 500;
    }
    .news-text {
        width: 88%;
    }
    .news-text h2,
    .news-text p,
    .news-text ul,
    .news-text dd,
    .news-text dd dt {
        margin-bottom: 8%;
        font-size: 16px;
    }
    .news-text h2,
    .news-text dd dt {
        margin-bottom: 0;
    }
    .news-text dl.display-flex dd,
    .news-text dl.display-flex dt {
        margin-bottom: 0;
        font-size: 20px;
    }
    .button {
        width: 76%;
        font-size: 6vw;
    }
}

@media only screen and (max-device-width:844px) and (orientation:landscape) {
}