/*---20230705萩田追加分---*/
/*---大会日程ページ---*/

.rule-list_data li {
    background: #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rule-list_data .txt-box {
    height: 100%;
}

.rule-list_data .txt-box .schedule-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rule-list_data .txt-box .schedule-txt strong {
    line-height: 1;
    margin: 0.5rem 0 1.1rem 0
}

.txt-small {
    font-size: 56%;
    line-height: 1.7;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.overview-wrap .overview-list dl {
    display: flex;
    flex-wrap: wrap;
}

.overview-wrap .overview-list dl dt {
    width: 40%;
    margin-bottom: .5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: .5rem;
    border: none;
}

.overview-wrap .overview-list dl dd {
    width: 60%;
    margin-bottom: .5rem;
    padding: .5rem;
    border: none;
    display: flex;
    align-items: center;
}

.overview-wrap .overview-list dl dt:nth-child(9),
.overview-wrap .overview-list dl dd:last-child,
.overview-wrap .overview-list dl .dl-mg {
    margin-bottom: 0;
}

.faq-wrap .item {
    padding: 40px 40px 100px 40px;
}

.stay{
	color: #fff;
	font-size: 5rem;
	padding: 20% 0 0 35%;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.stay{
	color: #fff;
	font-size: 5rem;
	padding: 20% 0 0 5%;
	font-weight: bold;
}
}
@media screen and (max-width: 768px) {
	.stay{
	color: #fff;
	font-size: 4rem;
	padding: 20% 0 0 5%;
	font-weight: bold;
}
}

.nav-list li.-txt-link a{
    color: white;
    font-size: .9rem;
    line-height: 2;
    font-style: normal;
    text-decoration: underline;
    margin-top: 30px;
}

.rules-wrap .rules-ttl{
    font-weight: 900;
    font-size: 2rem;
    border-bottom: 1px solid #616161;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.caution{
    font-size: .85rem;
    display: block;
    margin-top: 4px;
}

.rule-box .rule-list li{
    color: #242424;
}
.rule-list li a{
    color: #67c4fc;
    text-decoration: underline;
}
.rule-box .rule-list {
    margin-bottom: 0;
}
.rules-wrap .rule-box{
    height: auto;
    overflow-y: auto;
    margin-bottom: 40px;
}

.faq-wrap .answer {
    flex-wrap: wrap;
}
.faq-wrap .answer .txt-s{
    width: 100%;
    display: block;
    font-size: .85rem;
    line-height: 1.8;
    color: #414141;
}

.schedule-txt{
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 4.7rem;
}
.schedule-txt .txt-s{
    font-weight: 900;
    font-size: 2rem;
    margin: 0 2px;
    vertical-align: middle;
}
.schedule-txt .txt-time{
    font-size: 1.1rem;
    display: table;
    margin: -0.3rem auto .5rem;
    border: 1px solid #fff;
    padding: 2px 8px;
}
.but-txt{
    text-align: center;
    color: #FFF;
}
.overview-wrap .overview-list dd strong{
    font-weight: bold;
    font-size: 1.1rem;
    color: #ffbf2a;
}
.overview-wrap .overview-list dd .txt-red{
    font-weight: bold;
    font-size: 1.1rem;
    color: #ff5d5d;
}
.overview-wrap .overview-detail_list{
    margin-top: 12px;
}
.overview-wrap .overview-detail_list.-none{
    margin-top: 0;
}
.overview-wrap .overview-detail_list li{
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}
.overview-wrap .overview-detail_list li:last-child{
    margin-bottom: 0;
}
.overview-wrap .overview-detail_list li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #ffbf2a;
    transform: rotate(45deg);
    aspect-ratio: 1/1;
}
.overview-wrap .map-link{
    background: #ff5d5d;
    color: #fff;
    padding: 2px 8px;
    font-size: .9rem;
    border-radius: 5px;
    margin-left: 4px;
    transition: .4s;
}
.overview-wrap .map-link:hover{
    opacity: .7;
}
.map-link i{
    margin-left: 4px;
}
.overview-wrap .link-txt{
    color: #ffbf2a;
    font-size: .9rem;
    line-height: 2;
    font-style: normal;
    text-decoration: underline;
    margin-top: 18px;
    display: block;
}

.recruitment-txt{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
}
.recruitment-txt::after{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    opacity: .5;
    margin: 16px auto;
}
.money-txt{
    font-weight: 900;
    font-size: 4rem;
    color: #ffc30e;
    position: relative;
}
.money-txt::after{
    content: '';
    background: url(../../assets/img/common/kirakira.svg) no-repeat right bottom/contain;
    position: absolute;
    top: 0.5rem;
    right: -1.5rem;
    width: 2rem;
    height: 2rem;
    animation:blink 0.7s ease-in-out infinite alternate;
}
.policy-box{
    background: #f9f9f9;
    border: 1px solid #b0b0b0;
    padding: 20px;
    border-radius: 4px;
    overflow-y: scroll;
    max-width: 450px;
    width: 100%;
    height: 150px;
    margin: 20px auto 0;
}
.policy-box h3{
    font-size: 1rem;
    line-height: 1.8;
    color: #242424;
    font-weight: bold;
    margin-bottom: 12px;
}
.policy-box p{
    font-size: .9rem;
    line-height: 1.8;
    color: #242424;
    margin-bottom: 20px;
}
.policy-box ul{
    margin-bottom: 20px;
}
.policy-box li{
    font-size: .9rem;
    line-height: 1.8;
    color: #242424;
    margin-bottom: 4px;
    margin: 1% 0;
    margin-left: 20px;
    list-style: decimal;
}
.policy-box a{
    color: #3a95ff;
}
.privacycheck{
    margin: 10px auto 20px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: .9rem;
    color: #454545;
    transition: .4s;
}
.privacycheck:hover{
    opacity: .8;
}
.privacycheck #policy{
    border-radius: 6px;
    padding: 2% 1%;
    margin: 0 1%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background-color: #ececec;
    border: 1px solid #c1c1c1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
    z-index: 1000;
}
#policy.radio:checked::before{
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "\f00c";
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #ff4c13;
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.recruitment-txt .big-txt{
    display: block;
    font-weight: 900;
    color: #fff;
    font-size: 2.8rem;
}
.mail-form_wrap .txt-red{
    color: #d92121;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: .9rem;
}

.entry-wrap .overview-list{
    max-width: 650px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.entry-wrap .overview-list dt, .entry-wrap .overview-list dd{
    padding: 12px;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 2px;
    line-height: 1.6;
}
.entry-wrap .overview-list dt{
    width: 150px;
/*    border: 1px solid #fff;*/
    font-weight: bold;
    background: #ffc12c;
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-wrap .overview-list dd{
    width: calc(100% - 150px);
    border-top: 1px solid #ffc12c;
    border-right: 1px solid #ffc12c;
    border-bottom: 1px solid #ffc12c;

}
.recruitment-subttl{
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #fff;
}
.entry-wrap .mail-form_wrap{
    max-width: 650px;
}

.main-catch .start-txt{
    max-width: 420px;
}
.main-catch .start-txt.-eventttl{
    margin-bottom: 30px;
}

@media screen and (max-width: 767px){
    .main-catch{
        top: 0;
    }
}
@media screen and (max-width: 639px){
    .overview-wrap .overview-list dt, .overview-wrap .overview-list dd{
        padding: 12px 24px;
    }
    .entry-wrap .overview-list{
        max-width: 750px;
        margin: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .entry-wrap .overview-list dt{
        width: 100%;
        margin-bottom: 0;
    }
    .entry-wrap .overview-list dd{
        width: 100%;
        margin-bottom: 2%;
        border-top: none;
    }
}
@media screen and (max-width: 530px){
    .schedule-txt{
        font-size: 2.7rem;
    }
}
@media screen and (max-width: 401px){
    .overview-wrap .map-link{
        display: table;
        margin-left: 0;
        margin-top: 2%;
    }
    .recruitment-txt .big-txt{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 380px){
    .schedule-txt{
        font-size: 2rem;
    }
    .schedule-txt .txt-s{
        font-size: 1rem;
    }
}

ul.insta_list::after{
    content: '';
    width: 48%;
}
ul.insta_list li{
    aspect-ratio: 1/1;
}

.top-info{
    z-index: 15;
}


.onishi{
	width: 60%;
	margin: 3% auto;
}
@media screen and (max-width: 639px){
.onishi{
	width: 100%;
	margin: 3% auto;
}
}
