
@charset "UTF-8";
.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
	line-height: 1.4
}
.abolition {
  font-family: "abolition", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.abolition span {
  font-size: 0.85em;
  position: relative;
  top: -3px;
}
.lato {
  font-family: "Lato", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}
small {
  font-size: 13px;
}
.pc {
  display: block;
}
/* .tab{
	display: none;
} */
.sp {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.secondlayer {
  padding: 70px 0 0;
}
.top_h2,
.secondlayer h2 {
  text-align: center;
  padding: 50px 0;
  font-size: 3rem;
  position: relative;
  font-weight: 700;
  margin: 0 auto;
  z-index: 1;
  line-height: 1.3;
}
.top_h2::after,
.secondlayer h2::after {
  content: "";
  font-family: "abolition", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  -webkit-text-stroke: 1px #f7c229;
  text-stroke: 1px #f7c229;
  font-size: 17.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -100;
}
.f-15 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}
.common_btn {
  width: 100%;
  max-width: 420px;
  margin: 40px auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 16px 50px;
  border: 2px #000 solid;
  border-radius: 7px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.common_btn::after {
  content: "";
  width: 47px;
  height: 47px;
  border: solid 1px #000;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/arrow.png) center no-repeat;
  background-size: 15px 10px;
  transition: all 0.3s;
}
.common_btn:hover {
  background-color: #f7c229;
  transition: all 0.3s;
}
.common_btn:hover::after {
  background-position: 25px center;
}
.fixed_btn {
  position: fixed;
  font-size: 22px;
  color: #fff;
  background-color: rgba(195, 5, 5, 0.8);
  border: solid 2px #fff;
  padding: 20px 28px;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  font-weight: 700;
  text-decoration: none;
  z-index: 9999;
  line-height: 1.3;
  opacity: 0;
}
.fixed_btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.fixed_btn.scroll {
  opacity: 1;
}
.btn_seminar {
  width: 100%;
  margin: 35px auto 0;
  max-width: 700px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  border: solid 4px rgb(216, 54, 54);
  background: rgb(216, 54, 54);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.btn_seminar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
  z-index: -1;
}
.btn_seminar::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 6px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  display: inline-block;
  vertical-align: initial;
}
.btn_seminar:hover {
  border: solid 4px rgb(216, 54, 54);
  color: rgb(216, 54, 54);
}
.btn_seminar:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_seminar:hover::after {
  border-color: rgb(216, 54, 54) rgb(216, 54, 54) transparent transparent;
}
.liner {
  background: linear-gradient(transparent 70%, #fffc3d 30%);
}

/*応募ボタン*/
.entry-btn {
  width: calc(50% - 32px);
  display: inline-block;
  margin: 15px;
  text-align: center;
  font-size: 1.8rem;
  padding: 30px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  background-color: #f7c229;
  font-weight: 700;
  position: relative;
  border: solid 2px transparent;
}
.entry-btn::after {
  content: "";
  width: 15px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/arrow.png) center no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.entry-btn:hover {
  background-color: #fbff09;
  background-color: #fff;
  border: solid 2px #000;
	opacity: 1;
}
.entry-btn:hover::after {
  right: 6px;
}


@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 15px;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .top_h2,
  .secondlayer h2 {
    padding: 30px 0;
    font-size: 2.2rem;
  }
  .top_h2::after,
  .secondlayer h2::after {
    font-size: 9rem;
  }
  .f-15 {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
  }
  .common_btn {
    padding: 10px 30px;
    border: 1px #000 solid;
    font-size: 1.6rem;
    margin-top: 3.5rem;
  }
  .common_btn::after {
    width: 36px;
    height: 36px;
    background-size: 15px 10px;
  }
  .common_btn:hover {
    background-color: #f7c229;
    transition: all 0.3s;
  }
  .common_btn:hover::after {
    background-position: 18px center;
  }
}
.g-footer {
    margin-top: 0;
}
/*--------------------------------
application
--------------------------------*/
/*トップメイン*/
main{
	position: relative;
	padding: 0px 0 0;
	background-color: #fff;
	z-index: 1;
	overflow: hidden;
}
main::after{
	content: '';
	width: 80%;
	height: 110%;
	display: block;
	position: absolute;
	right: -15%;
	top: 50%;
	transform:  translateY(-50%) rotate(0deg);
	z-index: -2;
	background-size: contain;
	background: url(/images/mainbg.svg) no-repeat center;
}
main .wrap{
	position: relative;
	z-index: 1;
}
main .appli-line{
	width: 100%;
	position: relative;
	z-index: 1;
}
main .appli-line h1{
	font-weight: bold;
	color: #FFF;
	font-size: 4.6rem;
	padding: 20px 0 ;
}
main .appli-line h2{
	font-weight: 700;
	color: #333;
	font-size: 2.2rem;
	padding: 15px ;
	border: 1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,.8);
}
main .appli-line p{
	font-weight: bold;
	color: #FFF;
	font-size: 3.5rem;
	padding: 20px 0 20px;
}
main .appli-line p.link{
	font-size: 1.6rem;
	padding: 0 0 10px;
}
main .appli-line p.link a{
	text-decoration: underline;
	color: #FF6;
}
main .mainblock{
	display: block;
	position: absolute;
	background-color: #F7C229;
	z-index: -1;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: .4s anime1;
	will-change: width;
	transition: transform 1s linear;
}
.line01 {
	height: 50px;
}
.line01 .l01-b01 {
	width: 10%;
	height: 100%;
	left:0;
	top:0;
	animation-name:l01-b01;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes l01-b01{
	0%{
		width: 10%;
	}
	50%{
		width: 5%;
	}
	100%{
		width: 10%;
	}
}
.line01 .l01-b02 {
	width: 80%;
	height: 12px;
	top: 0;
	right: 0;
	animation-name:l01-b02;
	animation-duration: 6s;
	animation-iteration-count: infinite;
}
@keyframes l01-b02{
	0%{
		width: 80%;
	}
	50%{
		width: 30%;
	}
	100%{
		width: 80%;
	}
}
.line02 .main_logo{
	width: 70%;
	max-width: 705px;
	padding: 10px 10px 15px 0;
	box-sizing: border-box;
	animation-name: fadeIn;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}
.line02 .l02-b01 {
	width: 600px;
	height: 100%;
	top: 0;
	left: -70%;
	animation-name:l02-b01;
	animation-duration: 9s;
	animation-iteration-count: infinite;
}
@keyframes l02-b01{
	0%{
		left: -70%;
	}
	50%{
		left: -55%;
	}
	60%{
		left: -55%;
	}
	100%{
		left: -70%;
	}
}
.line02 .l02-b02 {
	width: 700px;
	height: 80%;
	top: 0;
	right: -45%;
	animation-name:l02-b02;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
@keyframes l02-b02{
	0%{
	right: -45%;
	}
	50%{
	right: -70%;
	}
	90%{
	right: -45%;
	}
}
.line02 .l02-b03 {
	width: 800px;
	height: 40%;
	bottom: -10%;
	right: -70%;
	animation-name:l02-b03;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function:ease-out;
}
@keyframes l02-b03{
	0%{
	right: -70%;
	}
	50%{
	right: -45%;
	}
	70%{
	right: -70%;
	}
}

main .line03 {
	/* padding-bottom: 30px; */
	padding-bottom: 20px;
	background: linear-gradient(to bottom right, rgb(248, 189, 54) , rgb(234, 96, 63) );
	padding-top: 10px;
}
main .line03 .flex{
	/* align-items: end; 募集期間あり時*/
	align-items: center;
}
main .line03 .main-info{
 line-height:1;
 box-sizing: border-box;
 text-align: left;
}
main .line03 .main-info{
	display: block;
	width: 100%;
	margin: 0 auto;
}
main .line03 .main-info-inner{
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border:1px solid #FFF;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
}
main .line03 .main-info h3{
	padding: 5px 0 ;
	box-sizing: border-box;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	margin: 10px 0;
	color: #000;
}
main .line03 .main-info .main-period{
	display: block;
	font-size: 6rem;
	color: #000;
	padding: 0 0 20px;
}
main .line03 .main-info .main-period span{
	font-size: 2.8rem;
	font-weight: 700;
	font-family: 'Noto Sans JP';
}
main .line03 .main-info .main-period span.time{
	font-size: 4rem;
}
.main-bnr{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.main-bnr2{
	text-align: center;
	margin: 20px auto 0;
	max-width: 500px;
}
.main-bnr2 li{
	border: 1px solid #CCC;
}
.main-doc{
	background-color: #242424;
	padding:  16px 30px;
	box-sizing: border-box;
	color: #fff;
	margin: 20px auto ;
	text-align: center;
	border-radius: 7px;
	display: block;
	width: 100%;
	max-width: 420px;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight: 700;
}
.main-doc:hover{
	background-color: #666;
	opacity: 1;
}
main .main-doc{
	/* margin-top: 0; */
}
main .line03 .main-info .common_btn{
	background-color: #fff;
	margin: 10px auto;
}
main .line03 .main-info .common_btn:hover{
	background-color: #FF0;
	margin: 10px auto;
	opacity: 1;
}
main .line03 .flex> p{
	font-size: 3.5rem;
	font-weight: 700;
	display: block;
	width: 40%;
	text-align: center;
	/* padding-bottom: 10px; */
	line-height: 1.4;
}
main .line03 .flex > p span{
	font-size: 80%;
}
main .line03 .flex > p span.lato{
	font-size: 100%;
}
.line03 .l03-b01 {
	width: 62%;
	height: 100%;
	top: 0;
	left: -5%;
	animation-name:l03-b01;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
main .briefingbox{
	margin: 10px 0 20px;
	border: 2px solid #000;
	padding:15px;
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 2.0rem;
	border-radius: 3px;
}
main a.briefingbox:hover{
	color: #555;
	background: rgba(255,255,255,0.4)
}

@keyframes l03-b01{
	0%{
		left: -5%;
	}
	50%{
		left: -7%;
	}
	70%{
		left: -5%;
	}
}
.line03 .l03-b02 {
	width: 15%;
	height: 100%;
	top: 0;
	right: -10%;
	animation-name:l03-b02;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
@keyframes l03-b02{
	0%{
		right: -10%;
	}
	50%{
		right: -6%;
	}
	100%{
		right: -10%;
	}
}
.line03 .l03-b03 {
	display: none;
}

.btn_seminar{
	margin-bottom: 35px;
}

/*=topblock breakpoint=*/
@media screen and (max-width:1200px) {
	.line02 .main_logo{
		max-width: 500px;
	}
	.line02 .l02-b01 {
		left: -50%;
		animation-duration: 6s;
	}
	@keyframes l02-b01{
		0%{
			left: -50%;
		}
		30%{
			left: -59%;
		}
		40%{
			left: -51%;
		}
		80%{
			left: -59%;
		}
		100%{
			left: -50%;
		}
	}
	main .line03 {
		padding-bottom: 20px;
	}
	main .line03 .main-info h3{
		padding: 3px 0 ;
		font-size: 2.6rem;
		/*border-left: 3px solid #000;*/
	 }
	main .line03 .main-info .main-period{
		font-size: 5rem;
	}
	main .line03 .flex> p{
		font-size: 3.0rem;
	}
	.line03 .l03-b01 {
		width: 70%;
		left: -5%;
		animation-duration: 6s;
	}
	@keyframes l03-b01{
		0%{
			left: -5%;
		}
		30%{
			left: -15%;
		}
		40%{
			left: -10%;
		}
		70%{
			left: -15%;
		}
		100%{
			left: -5%;
		}
	}
	.line03 .l03-b02 {
		width: 15%;
		right: -14%;
		animation-duration: 5s;
	}
	@keyframes l03-b02{
		0%{
			right: -14%;
		}
		50%{
			right: -12%;
		}
		100%{
			right: -14%;
		}
	}
	.line03 .l03-b03 {
		display: block;
		width: 35%;
		height: 50%;
		top: -5%;
		right: -10%;
		animation-name:l03-b03;
		animation-duration: 6.8s;
		animation-iteration-count: infinite;
		animation-timing-function:ease-out;
	}
	@keyframes l03-b03{
		0%{
			right: -10%;
		}
		30%{
			right: -6%;
		}
		40%{
			right: -8%;
		}
		80%{
			right: -3%;
		}
		100%{
			right: -10%;
		}
	}

}

/*banner area*/
.banner_area{
	width: 100%;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}
.banner_area a{
	display: inline-block;
	position: relative;
	transition: all .4s;
}
.banner_area a:hover{
	opacity: 0.6;
	transition: all .4s;
}
.banner_area img{
	margin: 0 auto;
	max-width: 420px;
	width: 100%;
}
.banner_area.one img{
	max-width: 550px;
}

/*TOP ABOUT*/
.top_about .about-h2{
	margin : 12rem auto 8rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
.top_about .about-h2 h2{
	font-size: 5rem;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 100px ;
	box-sizing: border-box;
}
.top_about .about-h2 h2::after{
	content: "ABOUT";
	font-family: "abolition", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
  -webkit-text-stroke: 1px #F7C229;
  text-stroke: 1px #F7C229;
	font-size: 17.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -2;
}
.top_about .about-h2 .about_b01{
	width: 100%;
	max-width: 200px;
	height: 77px;
	background-color: #F7C229;
	position: absolute;
	left: -60px;
	top: -10;
	z-index: -1;
	animation-name: ab01;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
		@keyframes ab01 {
			0%{
				width: 0%;
			}
			50%{
				width:0;
			}
			100%{
				width: 100%;
			}
		}
.Text-Span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 0%;
  height: 4px;
  background: #F7C229;
  z-index: 1;
  transition: all 0.8s;
}
.Text-Span.isActive::before {
  width: 100%;
}
.top_about .about-h2 .about_b02{
	width: 100px;
	height: 4px;
	background-color: #F7C229;
	position: absolute;
	right: 60px;
	bottom: -10px;
	z-index: -1;
	transform: rotate(-45deg);
}
.top_about p{
	font-size: 2.2rem;
	line-height: 2.2;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}
.top_about p span{
	background: linear-gradient(transparent 80%, #F7C229 20%);  
}


/*＝＝＝＝＝応募方法・詳細＝＝＝＝＝*/
.top_entry {
	padding: 70px 0;
	margin: 0 0 0;
	/*background: url(/images/bg_grid.png) center repeat;*/
	background: url(/images/bg_grid.png) center repeat rgba(244, 202, 32, 0.08); 
}
.top_entry .top_h2::after{
	content: 'ENTRY';
	    -webkit-text-stroke: 1px #f7c229;;
	color:rgba(255, 255, 255, 0.5);
}
.top_entry .wrap > p{
	text-align: center;
	display: block;
	margin: 20px auto;
	line-height: 1.3;
	font-size: 2.6rem;
	z-index: 100;
	position: relative;
}
.top_entry .wrap > p.span{
	font-weight: bold;
	color: rgb(234, 96, 63);
}
.top_entry .wrap > p b{
	font-size: 1.9rem;
	text-align: center;
	display: inline;
	margin: 0 auto;
	line-height: 1.3;
	/*background: linear-gradient(transparent 80%, rgba(234, 96, 63, 0.7) 20%); */
	background:linear-gradient(transparent 50%, rgba(234, 234, 63, 0.8) 10%);
}
.top_entry .entrydesc{
	margin-top: 30px;
	padding: 0 30px;
	box-sizing: border-box;
}
.top_entry img{
	margin-top: 0;
	width: 100%;
}
.top_entry .img-box{
	background: #FFF;
	margin: 20px 0 0;
}
.top_entry h3{
	margin-top: 50px;
	font-size: 3.3rem;
	position: relative;
	padding: 5px 0 5px 0;
	/*background: #1a1a1a;*/
	color: #000;
	margin-left: 0;
	line-height: 1.3;
	z-index: 1;
	display: inline-block;
	font-weight: 700;
	border-bottom: 5px solid rgba(244, 202, 32, 0.8);
}
.top_entry .entry-desc h3{
	margin-top: 0px;
}
/*
 .top_entry h3::before {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 50px white;
  border-bottom: solid 43px transparent;
  z-index:-1
}
*/
.top_entry h4{
	margin-top: 30px;
	font-size: 1.8rem;
	/*background-color: #e7e7e7;*/
	padding:3px 10px 3px 0;
	box-sizing: border-box;
}
.top_entry h5{
	margin-top: 40px;
	font-size: 1.7rem;
}
.top_entry p{
	margin-top: 15px;
	font-size: 1.7rem;
	line-height: 1.7;
}
.top_entry table h4{
	margin: 0;
}
.top_entry p span{
	font-weight: 700;
	background: linear-gradient(transparent 80%, #f7f729 20%); 
}
.top_entry p small{
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.7;
}
.top_entry p.entry-coution{
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.3;
}
.top_entry p a{
	color: #0770ae;
	text-decoration: underline;
	z-index: 100;
}
.top_entry .etc-box{
	background: rgba(255,0,0,0.1);
	padding: 1.2rem;
}
.top_entry .etc p{
	font-size: 1.4rem;
	line-height: 1.6;
}
.top_entry .etc p.text{
	padding-left: 4.2rem;
	margin-top: 5px;
}
.top_entry ul,.top_entry ol {
	margin-bottom: 10px;
	margin-top: 10px;
}
.top_entry td ul{
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: 8px;
}
.top_entry ul li,.top_entry ol li{
	font-size: 1.6rem;
	margin-top: 8px;
}
.top_entry td ul li{
	margin-bottom: 2px;
	margin-top: 2px;
	list-style:disc;
	margin-left: 1.6rem;
	font-size: 1.5rem;
}
.top_entry ol.flow li{
	list-style: decimal;
	margin-left: 1.6rem;
	font-size: 1.7rem;
}
.top_entry ul li::before{
	content: '・';
}
.top_entry td ul li::before{
	content:none;
}
ul.entry-coution{
	list-style: none;
}
ul.entry-coution li{
	position: relative;
	padding-left: 1.6rem;
	font-size:1.5rem; 
}
ul.entry-coution li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
	font-size:1.5rem; 
}
ul.entry-coution2 li{
	position: relative;
	padding-left: 2.5rem;
	font-size:1.2rem; 
}
ul.entry-coution2 li::before {
  content: "(注)";
  position: absolute;
  left: 0;
  top: 0;
	font-size:1.2rem; 
}
ul.entry-coution li.one,
ul.entry-coution li.two{
	padding-left: 3rem;
}
ul.entry-coution li.one::before {
  content: "※1";
  position: absolute;
  left: 0;
  top: 0;
	font-size:1.5rem; 
}
ul.entry-coution li.two::before {
  content: "※2";
  position: absolute;
  left: 0;
  top: 0;
	font-size:1.5rem; 
}
.top_entry .main-doc{
	width: 100%;
	max-width: 500px;
	margin: 30px auto 0;
}
main .line03 .main-info p.end{
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	padding: 1rem;
	box-sizing: border-box;
	background: #000;
	width: 100%;
	/*max-width: 400px;*/
	margin: -1rem auto 1rem;
}
.top_entry p.end{
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1rem;
	box-sizing: border-box;
	border: 1px solid #000;
	width: 100%;
	/*max-width: 400px;*/
	text-align: center
}
.entry-btn{
	font-size: 2.2rem;
	padding: 25px 10px;
}

@keyframes animate-banner {
  0% {
    transform: translateX(100%);
  }
  3% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}

/*支援の概要*/
.entry-desc table{
	width: 100%;
	margin-top: 20px;
}
.entry-desc table tr{
	min-width: 50%;
}
.entry-desc table tr > *{
	border: solid 1px #949494;
	box-sizing: border-box;
	padding: 8px;
	font-size: 1.5rem;
	line-height: 1.7;
	background-color: #fff;
	vertical-align: baseline;
	width: 50%;
}
.entry-desc table th{
	/*background-color: #f4ca20;*/
	background: linear-gradient(to bottom right, rgb(234, 96, 63), rgb(234, 96, 63));
	color: #FFF;
}
.entry-desc table th h4{
	color: #FFF;
}
.entry-desc table .table-l{
	background-color: #e2e2e2;
	text-align: center;
	font-weight: 700;
}
.entry-desc table td span{
	font-weight: 700;
	font-size: 2rem;
}
.entry-desc table td span.add{
	font-weight: normal;
	font-size: 1.5rem;
	display: block;
	background: rgba(255, 0, 0, .1);
	padding: 1.5rem;
}
.schedule table{
	width: 100%;
	margin-top: 20px;
}
.schedule table tr{
	min-width: 50%;
}
.schedule table tr > *{
	border: solid 1px #949494;
	box-sizing: border-box;
	padding: 8px;
	font-size: 1.5rem;
	line-height: 1.7;
	background-color: #fff;
	vertical-align: baseline;
}
.schedule table th{
	background-color: #e2e2e2;
	text-align: left;
}
.schedule h4{
	color: #252525;
	font-size: 2rem;
	display: inline-block;
	width: 100%;
	margin: 0;
	background-color: transparent;
	padding: 0;
	line-height: 1;
}
.entry-desc p strong{
	font-size: 180%;
}
.entry-desc .flex > div{
width: 49%;
}
.entry-desc .entry-desc-l{
	margin-top: 20px;
	font-size: 1.7rem;
}
.entry-btn{
	background-color: #C00;
	color: #FFF;
}
.recommend{
	background-color: #C00;
	color: #FFF;
}
.entry-btn:hover{
	color: #D83B3B;
	border-color: #D83B3B;
}

/*応募対象*/
.entry-taishou small{
	font-size: 0.9rem;
}
.entry-taishou p span{
	font-size: 1.3rem;
	background: transparent!important;
	font-weight: 400;
}
.entry-taishou small{
	font-size: 0.9rem;
}

/*様式ダウンロードボタン*/
.main-doc.youshiki{
	/* border-radius: 900px; */
	padding: 15px 10px;
	color: #466dae;
	background: #fff;
	border: solid 2px #466dae;
}
.main-doc.youshiki:hover{
	color: #fff;
	background: #466dae;
}


/*TOP 支援機関*/
.top_supporter{
	padding: 80px 0;
}
.top_supporter .top_h2::after{
	content: 'NETWORK';
}
.top_supporter h3{
	font-size: 2.6rem;
	font-weight: 400;
	margin: 3rem 0 0;
	text-align: center;
}
.top_supporter h3 span{
	background: linear-gradient(transparent 80%, #F7C229 20%);
}
.top_supporter p{
	font-size: 2.0rem;
	margin: 3rem 0 0;
	text-align: left;
	line-height: 1.6;
}
.top_supporter p span{
	background: linear-gradient(transparent 80%, #e56464 20%);
}
.top_supporter p.ex{
	font-size: 1.4rem;
	margin: 1rem 0 0;
}
.top_supporter p strong{
	display: block;
    margin: 1rem auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #d01616;
}

/*TOP 運営委員*/
.top_menter{
	padding: 80px 0;
	background-color: #F6C841;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.top_menter::before,
.top_menter::after{
	content: '';
	width: 100%;
	height: 0;
	padding-top: 100%;
	border-radius: 50%;
	border: solid 1px #fff;
	position: absolute;
	z-index: -1;
}
.top_menter::after{
	bottom: -30%;
	left: -30%;
}
.top_menter::before{
	top: -10%;
	right: -20%;
}
.top_menter .top_h2::after{
	content: 'COMMITTEE';
	color: #F6C841;
	-webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.top_menter .wrap >  p{
	font-size: 16px;
	margin-top: 50px;
}
.top_menter .flex{
	max-width: 900px;
	margin: 0 auto;
}
.top_menter .menterbox{
	width: 32%;
	margin-top: 30px;
}
.top_menter .menterbox:nth-of-type(10),
.top_menter .menterbox:last-of-type{
  flex: 0 0 32%;
  margin: 30px auto auto;
}
.menter-name{
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
}
.menter-comp{
	margin-top: 2px;
	font-size: 12px;
}

/*=====TOP メールアドレス登録=====*/
.top_mail{
	padding: 130px 0 70px;
	box-sizing: border-box;
	background: url(/images/bg_grid.png) center repeat;
}
.top_mail .top_h2::after{
	content: 'MAIL';
}
/*=====TOP お問い合わせ=====*/
.top_contact{
	padding: 70px 0;
	box-sizing: border-box;
}
.top_contact .top_h2{
	margin-bottom: 3rem;
}
.top_contact .top_h2::after{
	content: 'CONTACT';
}

/*=====TOP NEWS=====*/
.top_news{
	background-color: #fff;
	padding: 40px 0;
	text-align: left;
	background: url(/images/bg_grid.png) center repeat;
}
.top_news h2{
	font-size: 5rem;
}
.top_news ul{
	margin-top: 20px;
	max-height: 170px;
	overflow: scroll;
	overflow-x: hidden;
	background: none;
}
.top_news ul li{
	padding: 7px 10px;
	box-sizing: border-box;
	/* background-color: #fff; */
	display: block;
	margin-top: 10px;
	font-size: 1.5rem;
	border-bottom: 1px solid #f7c229;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.top_news ul li span{
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	font-size: 1.4rem;
}
.top_news ul li a{
	color: #000;
}


/*=====TOP PRESS RELEASE=====*/
.top_press{
	padding: 30px 0;
	text-align: left;
	background-color: #e9e9e9;
}
.top_press h2{
	font-size: 4rem;
}
.top_press ul{
	margin-top: 10px;
	max-height: 170px;
	overflow: scroll;
	overflow-x: hidden;
	background: none;
	background-color: #fff;
}
.top_press ul li{
	padding: 7px 10px;
	box-sizing: border-box;
	/* background-color: #fff; */
	display: block;
	margin-top: 10px;
	font-size: 1.5rem;
	border-bottom: 1px dotted #dfdfdf;
	color: #000;
}
.top_press ul li:last-of-type{
	border: none;
}
.top_press ul li span.day{
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	font-size: 1.4rem;
}
.top_press ul li a{
	color: #000;
	text-decoration: underline;
}
.top_press ul li a:hover{
	color: #0770ae;
}

.att_btn{
	width: 100%;
	max-width: 620px;
	margin: 40px auto 0;
	position: relative;
	box-sizing: border-box;
	padding: 26px 50px;
	border-radius: 10px;
	text-align: center;
	color: #cb1c1c;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	text-decoration: none;
	transition: all .3s;
	border:solid 1px #cb1c1c;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all .5s;
}
.att_btn:hover{
	/* margin-bottom: 3px; */
	color: #ffea46;
	/* background-color: #fb3232; */
	transition: all .5s;
}
.att_btn::after{
	content: '';
	width: 100%;
	height: 100%;
	left: 50%;
	top: -1000px;
	transform: translatex(-50%);
	position: absolute;
	background-color: #f52222;
	transition: all .3s;
	z-index: -1;
}
.att_btn:hover::after{
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s;
}

#newest{
	padding: 100px 0;
	background: url(/images/newestbg.jpg) center no-repeat;
	background-size: cover;
}
#newest h2{
	margin:0 auto 40px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	display: block;
	/* border-bottom: 4px solid #f7c229; */
	background:linear-gradient(transparent 60%, #f7c229 60%);
	max-width: fit-content;
}
#newest h3{
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	text-align: left;
	position: relative;
	padding-bottom: 7px;
}
#newest h3::after{
	content: '';
	width: 70%;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
a.newestbtn{
	width: 100%;
	max-width: 620px;
	border:solid 1px #000;
	color: #000;
	padding: 15px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 700;
	margin: 40px auto 0;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
}
a.newestbtn:hover{
	opacity: .7;
}
a.newestbtn i{
	font-family: "Font Awesome 5 Free"	;
	/* font-size: 14px; */
	font-weight: 700;
	margin-left: 10px;
	color: #f7c229;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#newest .newest-box{
	/* display: grid;
	grid-template-columns: 3fr 2fr; */
	gap: 30px;
}
#newest .newest-info ul{
	margin-top: 20px;
	max-height: 430px;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#newest .newest-info ul li{
	padding: 15px 0;
	border-top: #707070 dashed 1px;
	font-size: 14px;

		text-align: left;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    transition: all 0.3s;
    flex: 0 1 48%;
    cursor: pointer;
}
#newest .newest-info ul li:hover{
	background: rgba(247,194,41,.2);
}
#newest .newest-info ul li:last-of-type{
	border-bottom: none;
}


#newest .newest-info ul li:first-of-type {
	/* flex: 1 1 48%; */
}
#newest .newest-info ul li:first-child {
	border: none;
}
#newest .newest-info ul li:nth-child(2){
	border: none;
}

#newest .newest-info ul li a{
	color: #0668B1;
	text-decoration: underline;
}


#newest .newest-info ul li .listpage-ni-img {
	width: 100px;
	height: 0;
	padding-top: 100px;
	border: solid 1px #ccc;
	/* padding: 0; */
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	box-sizing: border-box;
}
#newest .newest-info ul li .listpage-ni-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#newest .newest-info ul li h3 {
	font-weight: 700;
	color: #808080;
	font-size: 13px;
}
#newest .newest-info ul li h3::after{
	content: none;
}
#newest .newest-info ul li p {
	font-weight: normal;
	font-size: 17px;
	margin: 6px;
	color: #434343;
	margin-top: 0;
}
#newest .newest-info ul li p span {
	display: block;
	font-size: 12px;
	font-weight: 700;
}
.cf::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}

iframe{
	border: none;
}
#newest .youtube{
	margin-top: 20px;
}

#newest .adopted-li{
	margin-top: 50px;
}

.slide-items{
	margin-top: 30px;
	width: 100%;
  height: 100%;
}

.slidpage-inner .slick-slide >div{
	display: flex;
	align-items: flex-start;
}
/* .slidpage-inner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 15px;
} */

.slick-dots li button:before{}
.adoptedbox{
	padding: 10px;
	box-sizing: border-box;
}
.adopted-logo{
	width: 100%;
	height: 0;
	padding-top: 100%;
	display: block;
	border: solid 1px #ccc;
	background-color: #fff;
	position: relative;
}
.adopted-logo img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.adoptedbox p{
	font-size: 15px;
	text-align: left;
	margin: 5px;
	display: inline-block;
}
a.adoptedbox{
	color: #000;
}
/* .slidpage-inner > .adoptedbox:nth-of-type(n+9){
	display: none;
} */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 1024px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:1024px) {

	/*トップメイン*/
	.line02 .main_logo{
		max-width: 540px;
	}
	.line02 .l02-b01 {
		width: 30px;
		left: 0%;
		animation-duration: 3s;
	}
	@keyframes l02-b01{
		0%{
			left: 0%;
		}
		50%{
			left: -4%;
		}
		60%{
			left: -4%;
		}
		100%{
			left: 0%;
		}
	}
	.line02 .l02-b02 {
		width: 30%;
		right: 0%;
	}
	@keyframes l02-b02{
		0%{
			right: 0%;
		}
		50%{
		right: -20%;
		}
		90%{
			right: 0%;
		}
	}
	.line02 .l02-b03 {
		width: 600px;
		animation-duration: 8s;
	}
	main .line03 .main-info h3{
		padding: 1px 0 10px;
		font-size: 2.2rem;
	 }
	main .line03 .main-info .main-period{
		font-size: 5rem;
	}
	main .line03 .main-info .main-period span.time{
		font-size: 3.4rem;
	}
	main .line03 .flex> p{
		font-size: 2.5rem;
	}
	.line03 .l03-b01 {
		left: 0%;
		width: 60%;
	}
	@keyframes l03-b01{
		0%{
			left: 0%;
		}
		30%{
			left: -3%;
		}
		70%{
			left: -3%;
		}
		100%{
			left: 0%;
		}
	}
	
	.line03 .l03-b03 {
		width: 25%;
	}
	@keyframes l03-b03{
		0%{
			right: -10%;
		}
		30%{
			right: -6%;
		}
		40%{
			right: -6%;
		}
		100%{
			right: -10%;
		}
	}
	main .line03 .main-info p.end{
		font-size: 1.6rem;
	}

	.news-banner {
		margin: 1.5rem 0 0;
		padding: 0.7rem 1rem;
		max-width: 420px;
	}
	.news-banner__content {
		font-size: 1.6rem;
	}
	/*TOP ABOUT 1024*/
	.top_about .about-h2{
		margin : 8rem auto 6rem;
	}
	.top_about .about-h2 h2{
		font-size: 3rem;
	}
	.top_about .about-h2 h2::after{
		font-size: 11rem;
	}
	.top_about .about-h2 .about_b01{
		max-width: 100px;
		height: 40px;
		left: -20px;
		bottom: -3px;
	}
	.Text-Span::before {
		bottom: -3px;
		height: 3px;
	}
	.top_about .about-h2 .about_b02{
		width: 70px;
		height: 3px;
		right: 110px;
		bottom: -0;
	}
	.top_about p{
		font-size: 1.8rem;
	}
	footer .f-r img{
		max-height: 40px;
	}

	/*TOP メールアドレス登録 1024*/
	.top_mail{
		padding: 40px 0;
		margin-top: 40px;
	}
	/*TOP お問い合わせ 1024*/
	.top_contact{
		padding: 40px 3%;
	}
	.top_contact .top_h2{
		margin-bottom: 2rem;
	}
	.top_supporter h3{
		font-size: 2.0rem;
	}
	.top_supporter p{
		font-size: 1.6rem;
		margin: 2rem 0 0;
	}
	.top_supporter p.ex{
		font-size: 1.2rem;
		margin: 1rem 0 0;
	}



}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 750px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:750px) { 

	/*main 750*/
	main::after{
		width: 150%;
		height: 110%;
	}
	.line02 .main_logo{
		width: 100%;
		margin:0 auto;
	}
	.line02 .l02-b03 {
		display: none;
	}
	.line02 .l02-b02 {
		width: 30px;
		right: 0%;
		animation-duration: 4s;
	}
	@keyframes l02-b02{
		0%{
			right: 0%;
		}
		50%{
		right: -5%;
		}
		90%{
			right: 0%;
		}
	}
	main .line03 .flex{
		display: block;
		margin-top: 30px;
	}
	main .line03 .main-info,main .line03 .flex> p{
		width: 100%;
		text-align: center;
		margin-top: 1rem;
	}
	.line03 .l03-b01 {
		width: 60%;
		height: 30px;
		top: -30px;
		left: -5%;
	}
	@keyframes l03-b01{
		0%{
			left: -5%;
		}
		50%{
			left: -30%;
		}
		70%{
			left: -5%;
		}
	}
	.line03 .l03-b02 {
		width: 40px;
		height: 100%;
		top: 0;
		right: -10%;
		animation-duration: 5s;
	}
	@keyframes l03-b02{
		0%{
			right: -10%;
		}
		50%{
			right: -3%;
		}
		100%{
			right: -10%;
		}
	}
	.line03 .l03-b03 {
		width: 40px;
		height: 100%;
		top: 0;
		right: auto;
		left: 0;
		animation-duration: 2.8s;
	}
	@keyframes l03-b03{
		0%{
			left: 0;
		}
		30%{
			left: -6%;
		}
		40%{
			left: -6%;
		}
		100%{
			left: 0;
		}
	}
	.news-banner {
		margin: 1.5rem  auto 0;
	}


	/*TOP ABOUT 750*/
	.top_about .about-h2{
		margin : 6rem auto 5rem;
		padding: 0 40px;
	}
	.top_about .about-h2 h2{
		font-size: 2.5rem;
	}
	.top_about .about-h2 h2::after{
		font-size: 9rem;
	}
	.top_about .about-h2 .about_b01{
		max-width: 70px;
		height: 35px;
	}
	.top_about .about-h2 .about_b02{
		width: 60px;
		right: 60px;
	}
	.top_about p{
		font-size: 1.6rem;
		text-align: left;
	}

	/*応募方法・詳細 750*/
	.top_entry {
		padding: 40px 0;
		margin: 0 0 0;
	}
	
	.top_entry .entrydesc{
		margin-top: 10px;
		padding: 0 10px;
	}
	.top_entry img{
		margin-top: 20px;
	}
	.top_entry h3{
		font-size: 2rem;
		padding-right: 30px;
	}
	.top_entry h3::before {
		border-right: solid 30px white;
		border-bottom: solid 43px transparent;
	}
	.top_entry h4{
		font-size: 1.8rem;
	}
	.top_entry h5{
		margin-top: 30px;
		font-size: 1.7rem;
	}
	.top_entry p{
		margin-top: 15px;
		font-size: 1.5rem;
	}
	.top_entry .etc p{
		font-size: 1.3rem;
	}
	.top_entry ul {
		margin-bottom: 40px;
	}
	.entry-desc h4{
		font-size: 1.8rem;
	}
	.entry-desc p strong{
		font-size: 120%;
	}
	.entry-desc .flex {
		display: block;
	}
	.entry-desc .flex > div{
	width: 100%;
	}
	.entry-desc .entry-desc-l{
		margin-top: 20px;
		font-size: 1.7rem;
	}
	.entryblock.top-youkou h4{
		font-size: 1.8rem;
	}
	.entryblock.top-youkou .flex{
		display: block;
	}
	.entryblock.top-youkou .flex > div{
		width: 100%;
	}
	.top_entry .wrap > p{
		font-size: 2rem;
		text-align: left;
	}
	.top_entry .wrap > p b{
		font-size: 1.7rem;
	}

	/*TOP 運営委員*/
	.top_menter{
		padding: 50px 0;
	}
	.top_menter::before,
	.top_menter::after{
		width: 150%;
		padding-top: 150%;
	}
	.top_menter::after{
		bottom: -20%;
		left: -90%;
	}
	.top_menter::before{
		top: -10%;
		right: -80%;
	}
	.top_menter .wrap >  p{
		font-size: 15px;
		margin-top: 30px;
	}
	.top_menter .menterbox{
		width: 32%;
		margin-top: 17px;
	}
	.top_menter .menterbox:nth-of-type(10),
	.top_menter .menterbox:last-of-type{
		margin: 17px auto auto;
	}
	/*TOP メールアドレス登録 750*/
	.top_mail{
		padding: 30px 0;
	}
	/*TOP お問い合わせ 750*/
	.top_contact{
		padding: 40px 3%;
	}
	main .briefingbox{
		padding: 15px 0 20px;
	}
	main .briefingbox p{
		line-height: 1.4;
	}


	#newest{
		padding: 50px 0;

	}
	#newest h2{
		font-size: 22px;
		border-bottom: 4px solid #f7c229;
		background:none;
	}
	#newest h3{
		font-size: 24px;
	}

	a.newestbtn{
		max-width: 420px;
		padding: 10px;
		font-size: 17px;
	}
	
	#newest .newest-box{
		gap: 20px;
	}
	#newest .newest-info ul{
		max-height: 330px;
		display: block;
	}
	#newest .newest-info ul li{
		padding: 10px 0;
	}
	#newest .newest-info ul li p{
		font-size: 14px;
		margin-top: 0;
	}
	
	#newest .adopted-li{
		margin-top: 30px;
	}
	
	.slide-items{
		margin-top: 20px;
	}
	
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 480px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:480px) {
	/*TOP ABOUT 480*/
	main .appli-line h1{
		font-size: 3rem;
	}
	main .appli-line h2{
		font-size: 1.5rem;
	}
	main .line03 .main-info h3{
		padding: 1px 0 0;
	}
	main .line03 .main-info-inner{
		padding: 0 20px;
	}
	main .appli-line p{
		padding: 10px 0;
	}
	main .line03 .flex{
		margin: 0;
	}
	main .line03 .main-info .main-period{
		padding: 0;
	}
	main .appli-line p.link{
		font-size: 1.4rem;
	}
	.top_entry img{
		margin: 0;
	}
	.top_about .about-h2{
		margin : 4.5rem auto 4rem;
		padding: 0 20px;
	}
	.top_about .about-h2 h2{
		font-size: 2.1rem;
		padding: 0 30px ;
	}
	.top_about .about-h2 h2::after{
		font-size: 9rem;
	}
	.top_about .about-h2 .about_b01{
		max-width: 50px;
		height: 25px;
		left: -20px;
		bottom: -3px;
	}
	.Text-Span::before {
		bottom: -3px;
		height: 3px;
	}
	.top_about .about-h2 .about_b02{
		width: 50px;
		height: 3px;
		right: 15px;
		bottom: -0;
	}
	.top_about p{
		font-size: 1.5rem;
		line-height: 1.8;
		font-weight: 500;
		text-align: left;
	}

	/*TOP メールアドレス登録 480*/
	.top_mail{
		padding: 10px 0 40px;
		margin-top: 40px;
	}
	/*TOP お問い合わせ 480*/
	.top_contact{
		padding: 40px 25px;
	}
	.top_contact .top_h2{
		margin-bottom: 2rem;
	}


	/* #newest .newest-box{
		gap: 20px;
	}
	#newest .newest-info ul{
		max-height: 130px;
	} */
	main .appli-line p{
		font-size: 2.0rem;
	}
	main .line03 .main-info .main-period{
		font-size: 4.0rem;
		line-height: 1.4;
	}
	main .line03 .main-info .main-period span.time{
		font-size: 3.0rem;
	}
	.main-doc{
		font-size: 1.6rem;
		padding: 10px 30px;
	}
	.entry-btn{
		font-size: 1.8rem;
		padding: 15px 10px;
	}
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }
  .entry-btn {
    width: 100%;
    max-width: 600px;
    margin: 15px auto;
    font-size: 1.6rem;
    margin: 10px auto;
    padding: 20px 10px;
  }
	.top_entry ol.flow li{
		font-size: 1.5rem;
	}
	.main-bnr{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.main-bnr2{
		text-align: center;
		margin: 20px auto 0;
	}
}

/*--------------------------------
briefing
--------------------------------*/

/*=====説明会=====*/
.seminar{
	background: url(/images/bg_grid.png) center repeat;
	padding: 70px 0;
}
.seminar h2::after{
	content: 'Briefing';
}
.seminar .seminar-laead{
	font-size: 1.5rem;
	line-height: 1.7;
	font-weight: 400;
}
.seminar .seminar-laead h3{
	font-size: 1.7rem;
	margin-top: 40px;
}
.seminar .seminar-laead p{
	margin-top: 10px;
}
.seminar .seminar-laead p strong{
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 40px;
	display: block;
}

table.seminar-schedule {
  margin: 20px auto;
	width: 100%;
	overflow-x: scroll;
	display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.seminar-schedule th,.seminar-schedule td{
	padding: 5px;
	font-size: 1.2rem;
	width: auto;
	box-sizing: border-box;
	/* max-width: 130px; */
	min-width: 110px;
	white-space: normal;
}
.seminar-schedule th {
	background: #e9727e;
	border: solid 1px #ccc;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
}
.seminar-schedule td {
	border: solid 1px #ccc;
	background-color: #fff;
}
.seminar-schedule tr.end td {
	background-color: #EDEDED;
}
.seminar-schedule tr.end td.rowspan {
	background-color: #EDEDED;
}
.seminar-schedule td b{
	display: inline;
}
.seminar-schedule td strong{
	color: #c0012c;
	font-weight: 700;
}
.seminar-schedule td:first-of-type{
	background-color: #f3f3f3;
	max-width: 100px;
}

.seminar-schedule td.rowspan:first-of-type{
	background-color: #FFF;
}
.seminar-schedule td a{
	text-decoration: underline;
	color: #d84d26;
	white-space: break-spaces;
}
.seminar-schedule td.briefing-apply a{
	padding: 5px 10px;
	width: 100%;
	max-width: 400px!important;
	margin: 0 auto;
	background-color: #F7C229;
	color: #000;
	font-weight: 700;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
}
.seminar-schedule td.briefing-apply a.archive_btn{
	background-color: #223f94;
	color: #ffffff;
	margin-top: 5px;
	display: block;
}
.seminar-schedule td.briefing-apply .end{
	padding: 5px 12px;
	width: 100%;
	max-width: 400px!important;
	margin: 0 auto;
	background-color: #CCC;
	color: #000;
	font-weight: 700;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
}
.seminar-schedule td:nth-of-type(4){
	min-width: 130px;
}
/*th td width*/
.seminar-schedule tr > *:first-of-type{
	min-width: 64px;
}
.seminar-schedule tr > *:nth-of-type(2){
	min-width: 80px;
}.seminar-schedule tr > *:nth-of-type(3){
	min-width: 82px;
}
.seminar-schedule tr > *:nth-of-type(5){
	min-width: 80px;
}
.seminar-schedule tr > *:nth-of-type(6){
	min-width: 70px;
}
.seminar-schedule tr > *:nth-of-type(7){
	font-size: 1.2rem;
	line-height: 1.3;
}
.seminar-schedule td.briefing-apply{
	text-align: center;
	min-width: 140px;
}
.top_h2, .secondlayer h2 span{
	/*color: rgb(234, 96, 63);*/
	color: #33;
	font-size: 3rem;
	font-weight: bold;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 1024px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:1024px) {
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 750px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:750px) { 

	.seminar{
		padding: 20px 0;
	}
	.seminar .seminar-laead{
		font-size: 1.4rem;
	}
	.seminar .seminar-laead h3{
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.seminar .seminar-laead p{
		margin-top: 7px;
	}
	.seminar .seminar-laead p strong{
		font-size: 1.5rem;
		margin-top: 20px;
	}

	table.seminar-schedule {
		overflow-x: hidden;
		white-space: normal;
	}
	.seminar-schedule *{
		max-width: 100%!important;
		width: 100%;
		display: inline-block;
		min-width: auto;
	}
	.seminar-schedule thead{
		display: none;
	}
	.seminar-schedule tbody{
		display: block;
	}
	.seminar-schedule th,.seminar-schedule td{
		display: block;
		width: 100%;
		min-height: 30px;
	}
	.seminar-schedule td.pc2{
		display: none;
	}
  .seminar-schedule td:before {
    content: attr(data-label)'：';
    float: left;
    font-weight: bold;
    margin-right: 7px;
  }
	.seminar-schedule td.briefing-apply:before {
		content: none;
	}
	.seminar-schedule td{
		border-top: none;
	}
	.seminar-schedule tr{
		margin-top: 20px;
	}
	.seminar-schedule td:first-of-type{
		background: #e9727e;
		color: #fff;
		font-weight: 700;
	}
	.seminar-schedule tr.end td:first-of-type{
		color: #000;
	}
	.seminar-schedule td:first-of-type{
		background: #e9727e;
		border-top: solid 1px #ccc;
		color: #fff;
		font-weight: 700;
	}
	.seminar-schedule td.briefing-apply{
		min-width: auto;
	}
}
