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


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

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

section.grey-sec {
    background-color: #EFEFEF;
}

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

section.ind-sec h2.ind-mds {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 180%;
    font-weight: 700;
} 

.gold-box {
    width: 90%;
    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.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: 140%;
    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: 350px;
    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: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    font-size: 120%;
}
.winners ul.winner-list li::marker {
    color: #B48402;
}


.entry-btn {
    width: 80%;
    max-width: 350px;
    margin: 0 auto 100px;
    padding: 0;
    position: relative;
    font-size: 110%;
    font-weight: 600;
    background-color: #D03000;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}

.entry-btn a {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-decoration: none;
}

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

/***INFORMATION***/

section.info-sec {
    overflow: visible;
}

section.info-sec .sec-wrap {
    overflow: hidden;
    display: block;
    min-height: 400px;
    padding: 100px 0;
}

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: 40%;
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 10;    
}

.info-r {
    width: 55%;
    float: right;
}

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;
    border-bottom: solid 1px #707070;
}
ul.info-list > li:last-child {
    border-bottom: none;
}

ul.info-list > li .info-label {
    width: 25%;
    color: #A20000;
    font-weight: 700;
}

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

/***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 {
    list-style: disc;
}

.sho-memo {
    width: 85%;
    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: 90%;
    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;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: 600;
    color: #A20000;
}

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: 25%;
    margin-right: 2%;
    text-align: center;
    background-color: #770505;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.flow-list dl.yosen-list dd {
    width: 73%;
}

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

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;
}
