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


@media screen and (min-width: 0px) and (max-width: 768px) {

.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;
    background-position: center;
}

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

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

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

.news-wrap {
    width: 95%;
    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 5px #1CA9E5;
    border-radius: 20px;
}

.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: 96%;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 5px #FFE816;
    border-radius: 20px;
}

.yellow-box .yb-wrap {
    width: 90%;
    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;
    font-size: 90%;
} 

.oubo-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

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

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

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

.shinsa-wrap .shinsa {
    width: 85%;
    margin: 0 auto 20px;
    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;
    font-size: 80%;
    line-height: 180%;
}

.sho-box {
    width: 95%;
    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: 0 0 10px;
    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:last-child:after {
    display: none;
}

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

ul.sho-list li .sho-l {
    width: 100%;
    margin: 0 0 10px;
    font-size: 180%;
    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: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 10px 0 0;
    background-color: #1CA9E5;
}

ul.sho-list li .sho-r {
    width: 100%;
    font-size: 90%;
}

}