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

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

.hero {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/index/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



section.ind-sec .sec-wrap {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}

.gold-box {
    width: 95%;
    max-width: 400px;
    margin: 0 auto 60px;
    padding: 60px 0%;
    position: relative;
    overflow: hidden;
/*
    border: solid 10px #B38402;
    border-radius: 10px;
*/
    background-image: url("../img/index/winner-bk_sp.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.special-news {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
}

h2.special-mds {
    margin: 0 0 10px;
    font-size: 140%;
    font-weight: 700;
    color: #A20000;
}

.winners {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    overflow: visible;
    background-color: #EFEFEF;
    border-radius: 10px;
}

.winners:before {
    content: "";
    width: 200px;
    height: 60px;
    display: block;
    margin: -70px auto 30px;
    background-image: url("../img/index/winner-bnr.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.winners ul.winner-list {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
    display: block;
    font-size: 120%;
}
.winners ul.winner-list li {
    margin: 0 0 10px;
}

.winners ul.winner-list li::marker {
    color: #B48402;
}


/***INFORMATION***/

section.info-sec {
    overflow: visible;
}

section.info-sec .sec-wrap {
    width: 90%;
    min-height: 400px;
    padding: 200px 0 60px;
    overflow: hidden;
    display: block;
}

section.info-sec h2.ind-mds {
    text-align: left;
    margin: 0 0 10px;
    line-height: 110%;
}

section.info-sec h3.mds-ja {
    margin: 0 0 30px;
    padding: 0;
    line-height: 180%;
}

.info-img {
    width: 80%;
    max-width: 400px;
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 10;    
}

.info-r {
    width: 100%;
    float: right;
    margin: 100px 0 0;
}

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

ul.info-list > li {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: solid 1px #707070;
}
ul.info-list > li:last-child {
    border-bottom: none;
}

ul.info-list > li .info-label {
    width: 100%;
    color: #A20000;
    font-size: 120%;
    font-weight: 700;
    text-align: left;
}

ul.info-list > li .info-txt {
    width: 100%;
}

/***SHO***/

section.sho-sec {
    background-image: url("../img/index/sho_bk.jpg");
    background-size: cover;
    background-position: bottom;
}

section.sho-sec h2.ind-mds {
    color: #FFF;
}

.sho-box {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.kyocho {
    font-size: 120%;
    font-weight: 700;
}

.sho-box .info-txt > ul {
    font-size: 90%;
    line-height: 180%;
    list-style: disc;

}

.sho-memo {
    width: 95%;
    margin: 0 auto;
    color: #FFF;
}


/***FLOW***/

section.flow-sec {
    background-image: url("../img/index/flow_bk.jpg");
    background-size: cover;
}

section.flow-sec h2.ind-mds {
    color: #FFF;
}

ul.flow-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}
ul.flow-list li {
    max-width: 800px;
    width: 95%;
    margin: 0 auto 80px;
    padding: 0;
    position: relative;
    overflow: visible;
    background-color: #FFF;
}
ul.flow-list li:after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
    
    background-image: url("../img/index/flow-arr-d.svg");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
}
ul.flow-list li:last-child {
    margin: 0 auto;
}
ul.flow-list li:last-child:after {
    display: none;
}

ul.flow-list li .fl-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

ul.flow-list h3.flow-mds {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: 600;
    color: #A20000;
}

ul.flow-list .flow-txt {
    line-height: 180%;
}


ul.flow-list h4.yosen-mds {
    width: 98%;
    margin: 20px auto;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    border: solid 1px #770505;
    text-align: center;
    color: #A20000;
}

ul.flow-list dl.yosen-list {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 90%;
}

ul.flow-list dl.yosen-list dt,ul.flow-list dl.yosen-list dd {
    margin: 0 0 20px;
    padding: 10px 0;
}

ul.flow-list dl.yosen-list dt {
    width: 100%;
    margin-right: unset;
    margin: 0 0 10px;
    text-align: center;
    background-color: #770505;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 120%;
}

ul.flow-list dl.yosen-list dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

ul.flow-list dl.yosen-list dd > ul {
    list-style: disc;
    text-align: left;
}

ul.flow-list dl.yosen-list dd > ul li {
    margin: 0;
}

ul.flow-list dl.yosen-list dd > ul li::marker {
    color: #A20000;
}

/***NEWS***/

.news-box {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 5%;
    position: relative;
    overflow: hidden;
    border: solid 1px #D6D6D6;
}


}