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

.hero-area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/index/mainimg_bk2026.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.main-img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.main-img img {
    width: 100%;
    vertical-align: middle;
}

section.ind-sec {
    width: 95%;
    margin: 0 auto 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.news-area {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.news-wrap {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.news-box {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #F4FEFF;
    border: solid 10px #1CA9E5;
    border-radius: 40px;
}

.news-all {
    width: 90%;
    margin: 10px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: right;
    font-size: 120%;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.news-all a {
    color: #1CA9E5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.news-all a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/index/news_all-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

section.yellow-box {
    width: 98%;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 10px #FFE816;
    border-radius: 20px;
}

.yellow-box .yb-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
}

.yellow-box h3.red-bar {
    width: 95%;
    margin: 0 auto 20px;
    padding: 10px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #DAE003;
    border-radius: 30px;
    color: #000;
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yellow-box h3.red-bar:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/index/yellowbox_before.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.yellow-box .yb-txt {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-weight: bold;
} 

.oubo-wrap {

    width: 100%;
    display: flex;
    justify-content: space-between;
}

.oubo-wrap .oubo-l {
    width: 60%;
}

.oubo-wrap .oubo-r {
    width: 30%;
}

.shinsa-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.shinsa-wrap .shinsa {
    width: 35%;
    margin: 0 auto;
    padding: 30px 5%;
    border: solid 5px #FFE816;
    border-radius: 20px;
}

.shinsa h4.shinsa-mds {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    color:#ED1C24;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.shinsa .shinsa-txt {
    font-weight: bold;
    line-height: 210%;
}

.sho-box {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 3px #ED1C24;
    border-radius: 10px;
}

.sho-box .sho-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px;
    position: relative;
    overflow: hidden;
}

ul.sho-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.sho-list li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

ul.sho-list li:after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    margin: 10px 0 0;
    background-image: url("../img/index/sho-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

ul.sho-list li.sho-new .sho-l:after {
    content: "NEW!!";
    display: inline-block;
    margin: 0 0 0 1%;
    padding: 5px;
    line-height: 110%;
    color: #FFF;
    background-color:#FF4E00;
    border-radius: 5px;
    font-size: 70%;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

ul.sho-list li:last-child:before {
    display: none;
}

.sho-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.sho-list li .sho-l {
    width: 25%;
    font-size: 210%;
    line-height: 180%;
    font-weight: bold;
    color: #ED1C24;
    font-family: 'Zen Maru Gothic', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

ul.sho-list li .sho-l:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 10px 0 0;
    background-color: #1CA9E5;
}

ul.sho-list li .sho-r {
    width: 73%;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
.sho-flex {
    display: block;
}
ul.sho-list li .sho-l {
    width: 100%;
    margin: 0 0 10px;
}
ul.sho-list li .sho-r {
    width: 100%;
}
}


.links-area {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.links-area .links-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}


.gaibulink-area {
    width: 100%;
    margin: 0;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: transparent linear-gradient(101deg, #F9E6EB 0%, #DAF1F3 100%) 0% 0% no-repeat padding-box;
}
.gaibulink-area .bnr-okurou {
    width: 80%;
    max-width: 770px;
    margin: 0 auto;
    padding: 0;
}
.gaibulink-area .bnr-okurou a img {
    vertical-align: middle;
    transition: all 0.3s;
}
.gaibulink-area .bnr-okurou a img:hover {
    opacity: 0.5;
}

