@charset "utf-8";

/*------------------------------
slider
------------------------------*/
.pc {
	display:block;
}
.sp {
	display:none;
}
#slider{
    padding-top: 110px;
    background: #0c83e8;
}
.main_slider{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.main_slider img{
    width: 100%;
    height: auto;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 5px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    color: #0a80e8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #FFFFFF;
}
.topEntry {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
	margin-top:10px;
/*	margin-bottom:50px;*/
padding-bottom:50px;
	color:#FFFFFF;
	display:flex;
	justify-content: center;
}
.topEntry div {
padding: 0.7em 0.7em;
text-decoration: none;
background: #0A80E8;
border-radius: 10px;
line-height: 30px;
font-weight: 700;
text-align: center;
font-size: 1.6rem;
/*float:left;*/
width:20%;
margin-left:2.5%;
}
.topEntry div span {
font-size: 2.2rem;
}
.topEntry div a {
	width:100%;
	display:inline-block;
	color: #FFFFFF;
}
.topEntry div:hover {
	opacity:0.8;
}

.topEntry02 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
	margin-top:10px;
	margin-bottom:50px;
	color:#FFFFFF;
}
.topEntry02 div {
text-decoration: none;
background: #E85D0A;
border-radius: 10px;
line-height: 30px;
font-weight: 700;
text-align: center;
font-size: 1.6rem;
float:left;
width:100%;
margin-left:2.5%;
/*opacity:0.8;*/
margin-bottom: 20px;
}
.topEntry02 div span {
font-size: 2.2rem;
}
.topEntry02 div a {
	width:100%;
	padding: 1em 0.7em;
	display:inline-block;
	color: #FFFFFF;
}
.topEntry02 div:hover {
	opacity:0.8;
}
.sectitTxt02 {
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
}
.topEntry02 div.topEntrySyu {
background: #3CB74F;
opacity:1;
}
.topEntry02 div.topEntrySyu a:hover {
opacity:0.8;
}
.topEntry03 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
	margin-top:25px;
	margin-bottom:50px;
	color:#FFFFFF;
	display: flex;
justify-content: space-evenly;
}
.topEntry03 div {
padding: 0.7em 0.7em;
text-decoration: none;
background: #0A80E8;
border-radius: 10px;
line-height: 30px;
font-weight: 700;
text-align: center;
font-size: 1.6rem;
width:30%;
margin-bottom: 25px;

}
.topEntry03 div span {
font-size: 1.8rem;
}
.topEntry03 div a {
	width:100%;
	display:inline-block;
	color: #FFFFFF;
}
.topEntry03 div:hover {
	opacity:0.8;
}

/* tablet */
@media screen and (max-width: 1024px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
    #slider{
        padding-top: 11vw;
    }
    .main_slider{
        width: 100%;
    }
	.topEntry02,.topEntry03 {
    width: 90%;
}
	.topEntry div,.topEntry02 div,.topEntry03 div {
padding: 0.7em 0.7em;
text-decoration: none;
color: #FFFFFF;
border-radius: 10px;
line-height: 23px;
font-weight: 700;
text-align: center;
font-size: 1.4rem;
width:97%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
.topEntry div {
background: #0A80E8;
}
.topEntry02 div {
background: #E85D0A;
}
.topEntry03 div {
background: #0A80E8;
}
.topEntry {
flex-flow: column;
}
}
/*SP*/
@media screen and (max-width: 750px) {
.pc {
	display:none;
}
.sp {
	display:block;
}

    #slider{
        padding-top: 20vw;
    }
		.topEntry02,.topEntry03 {
    width: 90%;
}
.topEntry03,.topEntry {
flex-flow: column;
}

.topEntry div {
padding: 0.7em 0.7em;
text-decoration: none;
background: #0A80E8;
color: #FFFFFF;
border-radius: 10px;
line-height: 23px;
font-weight: 700;
text-align: center;
font-size: 1.4rem;
width:97%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
.topEntry02 div {
padding: 0.7em 0.7em;
text-decoration: none;
background: #E85D0A;
color: #FFFFFF;
border-radius: 10px;
line-height: 23px;
font-weight: 700;
text-align: center;
font-size: 1.4rem;
width:97%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
.topEntry03 div {
padding: 0.7em 0.7em;
text-decoration: none;
background: #0A80E8;
color: #FFFFFF;
border-radius: 10px;
line-height: 23px;
font-weight: 700;
text-align: center;
font-size: 1.4rem;
width:80%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
}
/*------------------------------
	topNewsWrap
------------------------------*/
/*PC*/
#topNewsWrap{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.4rem;
}
#topNewsWrap a{
    font-weight: 700;
    color: #333333;
    text-decoration: underline;
}
#topNewsWrap span.newsIcn{
    background-color: #ffc000;
    color: #FFFFFF;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 2em;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#topNewsWrap span.updata{
    margin-right: 2em;
}
.2021chBnr{
    width:40%;text-align:center;margin-left: auto;margin-right: auto;margin-top: 60px;border: 1px solid;
}
.topBnrChallenge {
    margin-left:auto;
	margin-right:auto; 
	max-width:420px; 
	margin-bottom:10px; 
	margin-top:30px;
}
.topBnrChallenge div {
    margin-left:2%;
	margin-right:2%; 
	max-width:45%;
	float:left;
}
.topBnrChallenge02 {
    margin-left:auto;
	margin-right:auto; 
	max-width:210px; 
	margin-bottom:10px; 
}
.topBnrChallenge02 div {
    margin-left:2%;
	margin-right:2%; 
	max-width:96%;
}

/* tablet */
@media screen and (max-width: 1024px) {
    #topNewsWrap{
        padding-top: 3vw;
        padding-bottom: 3vw;
        font-size: 1.6vw;
    }
    #topNewsWrap span.newsIcn{
        line-height: 1.5;
        padding-right: 1em;
        padding-left: 1em;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #topNewsWrap{
        font-size: 3.5vw;
        width: 90%;
        margin-left: 5%;
        padding-top: 5vw;
        padding-bottom: 3vw;
    }
    #topNewsWrap p{
        text-align: left;
    }
    #topNewsWrap span.newsIcn{
        border-radius: 5px;
        line-height: 1.5;
        margin-right: 0.5em;
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 2.8vw;
    }
    #topNewsWrap span.updata{
        margin-right: 0.5em;
    }
    #topNewsWrap a{
        display: block;
    }
	.2021chBnr{
    width:80%;
}
}
/*------------------------------
	archiveWrap
------------------------------*/
/*PC*/
#archiveWrap{
    background-image: url(../img/index/archive_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    width: 100%;
/*    min-height: 515px;*/
/*min-height: 570px;*/
/*min-height: 350px;*/
min-height: 210px;
    padding-top: 50px;
	background-color: #d8d9db;
}
.archiveBtnLi{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.archiveBtnLi li{
    margin-bottom: 35px;
}
.archiveBtnLi li:nth-of-type(2){
    margin-left: 35px;
}
.archiveBlock{
    background-color: rgba(255,255,255,1);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.archiveBlock a{
    color: #333333;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.archiveBlock a:hover{
    opacity: 0.8;
}
.archiveBlock ul.archive_block_left{
    padding-left: 35px;
}
.archiveBlock ul.archive_block_right{
    padding-left: 25px;
}
.archiveBlock ul.archive_block_left li{
    text-align: right;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 0.8em;
}
.archiveBlock ul.archive_block_right li{
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 0.8em;
	text-align: right;
}
.archiveBlock ul.archive_block_left li.en{
    font-size: 1.4rem;
    padding-bottom: 1.5em;
}
.archiveBlock li span{
    display: inline-block;
    vertical-align: middle;
}
.archiveBlock li span.pdf{
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 1em;
    width: 160px;
    text-align: left;
}
.archiveBlock ul.archive_block_right li span.ttl{
/*    text-align: left;*/
    width: 380px;
}
.archiveBlock ul.archive_block_right li span.pdf{
    text-align: right;
}
.archiveBlock li span.pdf:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../common/img/pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-right: 1em;
}
.archiveBlock li span.ttl:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../common/img/icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    padding-right: 0.5em;
}
#archiveWrap h2.sectit,#archiveWrap h2.sectit02{
    text-align: center;
    line-height: 1.8;
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 1em;
	color:#FFFFFF;
	margin-top:20px;
}
#archiveWrap h2.sectit span,#archiveWrap h2.sectit02 span{
    border-left: 10px solid #FFFFFF;
    padding-left: 0.5em;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #archiveWrap{
        background-size: cover;
        width: 100%;
        min-height: auto;
        padding-top: 5vw;
        padding-bottom: 5vw
    }
    .archiveBtnLi{
        max-width: 90%;
    }
    .archiveBtnLi li{
        margin-bottom: 3vw;
    }
    .archiveBtnLi li:nth-of-type(2){
        margin-left: 5vw;
    }
    .archiveBlock{
        max-width: 100%;
        width: 90%;
        padding-top: 3vw;
        padding-bottom: 2vw;
    }
    .archiveBlock ul.archive_block_left{
        padding-left: 2%;
    }
    .archiveBlock ul.archive_block_right{
        padding-left: 1%;
        padding-right: 0;
    }
    .archiveBlock ul.archive_block_left li{
        font-size: 1.4vw;
    }
    .archiveBlock ul.archive_block_right li{
        font-size: 1.4vw;
    }
    .archiveBlock ul.archive_block_left li.en{
        font-size: 1.4vw;
    }
    .archiveBlock li span{
        display: inline-block;
        vertical-align: middle;
    }
    .archiveBlock li span.pdf{
        font-size: 1.4vw;
        width: 16vw;
    }
    .archiveBlock ul.archive_block_right li span.ttl{
        width: 25vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #archiveWrap{
        background-color: #f0f0f0;
        background-image: url(../img/index/archive_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
        width: 100%;
        min-height: auto;
        padding-top: 5vw;
		padding-bottom:5vw;
    }
    .archiveBtnLi{
        max-width: 94%;
    }
    .archiveBtnLi li{
        margin-bottom: 6vw;
    }
    .archiveBtnLi li:nth-of-type(2){
        margin-left: 2%;
    }
    .archiveBlock{
        width: 85%;
        padding-top: 4vw;
        padding-bottom: 3vw;
        display: block;
        padding-right: 2%;
        padding-left: 3%;
    }
    .archiveBlock li{
        padding-top: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px dotted #666666;
    }
    .archiveBlock li:last-of-type{
        border-bottom: none;
    }
    .archiveBlock ul.archive_block_left{
        padding-left: 0;
        border-bottom: 1px dotted #666666;
        padding-bottom: 1vw;
    }
    .archiveBlock ul.archive_block_right{
        padding-left: 0;
        padding-right: 0;
    }
    .archiveBlock ul.archive_block_left li{
        text-align:left;
        font-size: 3.4vw;
    }
    .archiveBlock ul.archive_block_right li{
        font-size: 3.4vw;
		text-align:left;
    }
    .archiveBlock ul.archive_block_left li.en{
        font-size: 70%;
        padding-bottom: 0.8em;
    }
    .archiveBlock li span.pdf{
        font-size: 3vw;
        padding-left: 0em;
        width: 42%;
        text-align: left;
    }
    .archiveBlock ul.archive_block_right li span.ttl{
        text-align: left;
        width: 57%;
    }
    .archiveBlock ul.archive_block_left li span.ttl{
        text-align: left;
        width: 57%;
    }   
    .archiveBlock ul.archive_block_right li span.pdf{
        text-align: left;
    }
    .archiveBlock li span.ttl:before {
        width: 2.5vw;
        height: 2.5vw;
        padding-right: 0.2em;
    }
    .archiveBlock li span.ttl_en:before {
        content: '';
        display: inline-block;
        width: 2.5vw;
        height: 2.5vw;
        padding-right: 0.2em;
        background-image: url(../common/img/icn.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
	#archiveWrap h2.sectit{
		color:#333333;
}
#archiveWrap h2.sectit02{
		color:#FFFFFF;
}
#archiveWrap h2.sectit span{
    border-left: 10px solid #333333;
}
#archiveWrap h2.sectit02 span{
    border-left: 10px solid #FFFFFF;
}
}
/*------------------------------
	aboutBetsudai
------------------------------*/
/*PC*/
#aboutBetsudaiWrap {
    position: relative;
    width: 100%;
    background: #F0F0F0;
    padding-top: 100px;
    padding-bottom: 50px;
}
#aboutBetsudaiWrap::before, #aboutBetsudaiWrap::after {
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}
#aboutBetsudaiWrap::before {
    top: -20px;
    background: linear-gradient(45deg, #F0F0F0 10px, transparent 0), linear-gradient(315deg, #F0F0F0 10px, transparent 0);
    background-size: 20px 20px;
}
#aboutBetsudaiWrap .inner{
  display: flex;
  flex-wrap: wrap;
}
#aboutBetsudaiWrap .aboutBetsudai_txt_block{
/*    width: 75%; *//*特別協賛枠表示時使用*/
	width:100%;
    font-size: 1.6rem;
    line-height: 1.8;
	float:left;
}
#aboutBetsudaiWrap .aboutBetsudai_txt_block p{
    padding-bottom: 1em;
	margin-right:15px;
}
#aboutBetsudaiWrap .aboutBetsudai_txt_block h2.sectit{
    text-align: center;
    line-height: 1.8;
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 1em;
}
#aboutBetsudaiWrap .aboutBetsudai_txt_block h2.sectit span{
    border-left: 10px solid #0a80e8;
    padding-left: 0.5em;
}
#aboutBetsudaiWrap .aboutBetsudai_txt_block .btn_square_blue_02{
    margin-top: 30px;
    width: 50%;
    margin-left: 25%;
}
#aboutBetsudaiWrap .aboutBetsudai_map_block{
    width: 400px;
    float: right;
    padding-left: 20px;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #aboutBetsudaiWrap {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    #aboutBetsudaiWrap .aboutBetsudai_txt_block{
        width: 100%;
        font-size: 1.4vw;
    }
    #aboutBetsudaiWrap .aboutBetsudai_txt_block h2.sectit{
        font-size: 2.0vw;
    }
    #aboutBetsudaiWrap .aboutBetsudai_txt_block .btn_square_blue_02{
        margin-top: 2vw;
        width: 60%;
        margin-left: 18%;
    }
    #aboutBetsudaiWrap .aboutBetsudai_map_block{
        width: 40%;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #aboutBetsudaiWrap {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    #aboutBetsudaiWrap .inner{
      display: block;
    }
    #aboutBetsudaiWrap .aboutBetsudai_txt_block{
        width: 100%;
        font-size: 3.4vw;
    }
    #aboutBetsudaiWrap .aboutBetsudai_txt_block h2.sectit{
        font-size: 5.0vw;
        padding-bottom: 0.5em;
    }
    #aboutBetsudaiWrap .aboutBetsudai_txt_block .btn_square_blue_02{
        margin-top: 5vw;
        width: 50%;
        margin-left: 18%;
    }
    #aboutBetsudaiWrap .aboutBetsudai_map_block{
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        float: none;
        padding-left: 0;
    }
    #aboutBetsudaiWrap .aboutBetsudai_txt_block .btn_square_blue_02{
        margin-top: 2vw;
        width: 80%;
        margin-left: 5%;
    }
	
}
/*------------------------------
	topics
------------------------------*/
/*PC*/
#topicsWrap{
    padding-top: 50px;
    padding-bottom: 50px;
}
#topicsWrap .inner{
	width:720px;
}
#topicsWrap h2{
    text-align: center;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 30px;
}
#topicsWrap h2 span{
    font-weight: normal;
    font-size: 1.0rem;
    display: block;
}
#topicsWrap ul{
    display: flex;
    flex-wrap: wrap;
  flex-direction: column;
}
#topicsWrap li{
    width: 100%;
/*    margin-right: 12%;*/
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
	padding-bottom: 15px;
padding-top: 15px;
border-bottom: 2px solid #CCCCCC;
}
#topicsWrap li:nth-of-type(2n){
    margin-right: 0;
}
#topicsWrap li a{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
#topicsWrap li .updata{
    font-weight: 700;
    padding-bottom: 0.3em;
}
#topicsWrap .btn_square_blue_02{
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    width: 300px;
    /*margin-left: 300px;*/
	margin-left: 220px;
}
.topicsMb10{
	margin-bottom:10px;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #topicsWrap{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
	#topicsWrap .inner{
	width:90%;
}
    #topicsWrap h2{
        font-size: 2.5vw;
        padding-bottom: 3vw;
    }
    #topicsWrap h2 span{
        font-size: 1.5vw;
    }
    #topicsWrap ul{
        display: flex;
        flex-wrap: wrap;
    }
    #topicsWrap li{
        font-size: 1.6vw;
    }
    #topicsWrap .btn_square_blue_02{
        margin-top: 5vw;
        width: 30vw;
        margin-left: 30vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #topicsWrap{
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
	#topicsWrap .inner{
	width:90%;
}
    #topicsWrap h2{
        font-size: 5vw;
        padding-bottom: 0;
        line-height: 1.5;
    }
    #topicsWrap h2 span{
        font-size: 3vw;
    }
    #topicsWrap ul{
        display: block;
    }
    #topicsWrap li{
        font-size: 3.4vw;
        width: 100%;
        padding-bottom: 5vw;
        padding-top: 5vw;
        border-bottom: 2px solid #CCCCCC;
    }
    #topicsWrap li:last-child{
        border: none;
    }
    #topicsWrap .btn_square_blue_02{
        margin-top: 5vw;
        width: 50vw;
        margin-left: 15vw;
    }
}
/*------------------------------
	bnrWrap
------------------------------*/
/*PC*/
#bnrWrap{
    padding-bottom: 50px;
	padding-top:40px;
}
#bnrWrap .inner{
    width: 1000px;
}
#bnrWrap ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#bnrWrap li{
    width: 25%;
	margin-bottom:10px;
	margin-left: 10px;
margin-right: 10px;
}
.topSy {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
}

/* tablet */
@media screen and (max-width: 1024px) {
    #bnrWrap{
        padding-bottom: 5vw;
    }
    #bnrWrap .inner{
        width: 94%;
    }
	#bnrWrap li{
	margin-left: 10px;
margin-right: 10px;
}
}
/*SP*/
@media screen and (max-width: 750px) {
    #bnrWrap li{
        width: 49%;
		margin-left: 0px;
        margin-right: 2%;
    }
    #bnrWrap li:nth-of-type(2n){
        margin-right: 0;
    }
}
/*------------------------------
	sponsor
------------------------------*/
/*PC*/
.pc_Sponlist {
	display: block;
	/*display:none;*/
	float:right;
	width:25%;
	text-align:center;
	background:#F7F7F7;
	padding-top:20px;
}
.pc_Sponlist h2.sp_sponsorship{
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 10px;
}
.pc_Sponlist h3.collaborate{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
}
.pc_Sponlist  h3.sponsorship{
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 10px;
}
.pc_Sponlist  ul{
    margin-bottom: 20px;
}
.pc_Sponlist  li{
    margin-bottom: 20px;
}

#sponWrap{
    background-color: #f0f0f0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}
#sponWrap .sp_Sponlist {
		display:none;
}
#sponWrap h2.sp_sponsorship{
    text-align: center;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 10px;
}
#sponWrap h3.collaborate{
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
}
#sponWrap h3.sponsorship{
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 10px;
}
#sponWrap ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
}
#sponWrap li{
    margin-right: 15px;
    margin-bottom: 20px;
}
#sponWrap li:nth-child(even){
    /*margin-right: 0;*/
}
#sponWrap li:last-child{
    margin-right: 0;
}
#sponWrap li:nth-of-type(3n){
    margin-right: 0;
}
#sponWrap ul:last-of-type{
    margin-bottom: 0;
}
/* tablet */
@media screen and (max-width: 1024px) {
	.pc_Sponlist {
		display:none;
}
	#sponWrap .sp_Sponlist {
		display:block;
		/*display:none;*/
    }
	
    #sponWrap{
        padding-top: 5vw;
        padding-bottom: 2vw;
    }
    #sponWrap h2.sp_sponsorship{
        font-size: 2.0vw;
    }
    #sponWrap h3.collaborate{
        font-size: 1.8vw;
    }
    #sponWrap h3.sponsorship{
        font-size: 1.6vw;
    }
    #sponWrap ul{
        margin-bottom: 2vw;
        width: 100%;
    }
    #sponWrap li{
        /*margin-right: 5%;*/
        margin-bottom: 2vw;
        width: 28%;
    }
    #sponWrap .tx_c{
        width: 20%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
.pc_Sponlist {
display:none;
}
	#sponWrap .sp_Sponlist {
		display:block;
		/*display:none;*/
    }
    #sponWrap{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    #sponWrap h2.sp_sponsorship{
        font-size: 5.0vw;
    }
    #sponWrap h3.collaborate{
        font-size: 5.0vw;
    }
    #sponWrap h3.sponsorship{
        font-size: 5.0vw;
    }
    #sponWrap ul{
        margin-bottom: 2vw;
        max-width: 100%;
    }
    #sponWrap li{
        margin-right: 4%;
        width: 45%;
    }
    #sponWrap li:nth-of-type(3n){
        margin-right: 4%;
    }
    #sponWrap .tx_c{
        margin-top: 5vw;
        width: 30%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*------------------------------
	速報ボタン
------------------------------*/
/*PC*/
.quick_repo_button {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #FCCA10;
    color: #333333;
    border-bottom: solid 7px #ec8600;
    border-radius: 10px;
    width: 520px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
}
.quick_repo_button a{
    color: #333333;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
    text-decoration: none!important;
}
.quick_repo_button span{
    font-size: 1.4rem;
    background-color: #FF3300;
    color: #FFFFFF;
    padding-right: .8em;
    padding-left: .8em;
    padding-top:.5em;
    padding-bottom:.5em;
    margin-right: 1em;
    border-radius: 50px;
}
.quick_repo_button a:hover {
    opacity: 0.5;
}
.quick_repo_button::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.quick_repo_button::after{
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #ec8600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .quick_repo_button {
        width: 60%;
        font-size: 1.8vw;
        margin-top: 20px;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .quick_repo_button {
        width: 100%;
        font-size: 4.4vw;
        margin-top: 2vw;
        padding: 0.2em 0;
    }
    .quick_repo_button span{
        font-size: 3.4vw;
        display: block;
        padding-right: 0;
        padding-left: .0;
        padding-top:0;
        padding-bottom:0;
        margin-right:0;
        line-height: 1.2;
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        margin-top: .4em;
    }
    .quick_repo_button::before{
        width: 5vw;
        height: 5vw;
        top: 25%
    }
    .quick_repo_button::after{
        box-sizing: border-box;
        width: 3vw;
        height: 3vw;
        top: 25%;
        bottom: 0;
        left: 6%;
    }
}

/*協賛バナー*/
/*PC*/
#topBnrWrap{
    padding-bottom: 50px;
	padding-top:40px;
}
#topBnrWrap .inner{
    width: 1200px;
}
#topBnrWrap ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#topBnrWrap ul.sponsorshipLis{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-left: auto;
margin-right: auto;
max-width: 800px;
}
#topBnrWrap li{
    width: 25%;
	max-width: 196px;
margin: 2px 12px 25px;
}
#topBnrWrap ul.sponsorshipLis2 li{
max-width: 185px;
}
#topBnrWrap .sponTxt li{
width: 25%;
max-width: none;
margin: 2px 12px 25px;
text-align: center;
font-weight: bold;
font-size: 1.9rem;
}
#topBnrWrap h2.sponsorship{
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 10px;
	text-align: center;
}
#topBnrWrap h3.collaborate{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
	text-align: center;
}
#topBnrWrap  h3.sponsorship{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
	text-align: center;
}
.topSy {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
}

/* tablet */
@media screen and (max-width: 1024px) {
    #topBnrWrap{
        padding-bottom: 5vw;
    }
    #topBnrWrap .inner{
        width: 98%;
    }
	#topBnrWrap{
        padding-top: 5vw;
        padding-bottom: 2vw;
    }
    #topBnrWrap h2.sp_sponsorship{
        font-size: 2.0vw;
    }
    #topBnrWrap h3.collaborate{
        font-size: 1.8vw;
    }
    #topBnrWrap h3.sponsorship{
        font-size: 1.6vw;
    }
    #topBnrWrap ul{
        margin-bottom: 2vw;
        width: 100%;
    }
    #topBnrWrap li{
        /*margin-right: 5%;*/
        margin-bottom: 2vw;
        width: 28%;
    }
		#topBnrWrap ul.sponTxt {
flex-direction: column ;
}
	#topBnrWrap .sponTxt li{
width: 95%;
}
    #topBnrWrap .tx_c{
        width: 20%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #topBnrWrap li{
        width: 47%;
 /*       margin-right: 2%;*/
    }
	#topBnrWrap ul.sponTxt {
flex-direction: column ;
}
	#topBnrWrap .sponTxt li{
width: 95%;
}
#topBnrWrap li {
	margin-left:2px;
	margin-right:2px;
}
/*    #topBnrWrap li:nth-of-type(2n){
        margin-right: 0;
    }*/
    #topBnrWrap{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    #topBnrWrap h2.sponsorship{
        font-size: 5.0vw;
    }
    #topBnrWrap h3.collaborate{
        font-size: 5.0vw;
    }
    #topBnrWrap h3.sponsorship{
        font-size: 5.0vw;
    }
    #topBnrWrap ul{
        margin-bottom: 2vw;
        max-width: 100%;
    }
    #sponWrap li{
        margin-right: 4%;
        width: 45%;
    }
/*    #topBnrWrap li:nth-of-type(3n){
        margin-right: 4%;
    }*/
    #topBnrWrap .tx_c{
        margin-top: 5vw;
        width: 30%;
        margin-right: auto;
        margin-left: auto;
    }
}
.topTwi {
max-width: 670px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
margin-top: 20px;
padding: 30px;
}

/*youtube*/
.youTop {
background: linear-gradient(-135deg, #F0F0F0 10px, transparent 0) 0 10px, linear-gradient(135deg, #F0F0F0 10px, #cff0fe 0) 0 10px;
background-color: #F0F0F0;
background-size: 20px 20px;
height:30px;
width:100%;
background-repeat: repeat-x;
}
#you {
background-color: #cff0fe;
padding-top:30px;
}
#you h2 {
  text-align:left;
  line-height: 1.8;
  font-size: 2.0rem;
  font-weight: 700;
  padding-bottom: 1em;
text-indent: -1em;
margin-left: 1em;
}
.youTopBoxTit {
  margin-bottom:20px;
  width: 90%;
max-width: 730px;
margin-left: auto;
margin-right: auto;
margin-top:30px;
}
#you h2 span {
  border-left: 10px solid #0a80e8;
  padding-left: 0.5em;
}
.youTopBox{
	background-color:#FFF;
	padding:10px;
	border-radius:20px;
	margin-bottom:30px;
}
.youTxt{
width: 90%;
max-width: 730px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
text-align:justify;
}
.youTxt.youNote{
margin-bottom: 30px;
font-size:0.9em;
}
.youImg {
width: 90%;
height: auto;
max-width: 730px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.topyouwrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width:800px;
margin-left:auto;
margin-right:auto;
margin-bottom:45px;
}

.topyou {
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.youBot {
background: linear-gradient(-135deg, #cff0fe 10px, transparent 0) 0 10px, linear-gradient(135deg, #cff0fe 10px, #ffffff 0) 0 10px;
background-color: #cff0fe;
background-size: 20px 20px;
height:30px;
width:100%;
background-repeat: repeat-x;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
