body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1{
	margin-bottom: 15px;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

h4{
	display: block;
	width: 100%;
	background-color: #e5e5e5;
	padding: 6px;
	background-image: none;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

p{
	font-size: 1em;
	/* line-height: 1; */
}

img{
	max-width: 100%;
}

div{
	box-sizing: border-box;
}

a{
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

.note{
	font-size: 0.65em;
	letter-spacing: -0.05em;
}

#ContentsWrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.Catch{
	margin-bottom: 0px;
	margin: 50px 0 30px;
}

.Catch img{
	text-align: center;
}

.topbanner_sp{
	display: none;
}

.info{
	margin-top: 60px;
}

.info h2, .company h2 {
	font-size:1.4em;
	font-weight:bold;
	background-color: #0066b3;
	padding:10px 0 10px 10px;
	margin:40px 0 5px;
	color: #fff;
}
.info span{
	font-size: .8rem;
}

.flex-contents{
  	display: flex;
  	align-items: center;
  	gap: 40px;
  	margin-bottom: 30px;
}

.flex-contents img{
	width: 50%;
	min-width: 50%;
	height: auto;
	padding-top: 20px;
}

.info-contents:nth-of-type(even) .flex-contents{
    flex-direction: row-reverse;
}

.contents-rally{
	flex-direction: row-reverse;
}

.attend{
	margin-bottom: 40px;
}

.company h2 span{
	font-size: .95rem;
	padding-left: 2rem;
}
.company ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 20px;
	color: #0066b3;
	list-style-position: inside;
}
.company ul span{
	color: #000000;
}

.gaiyo h2, .important h2, .about h2, .contact h2, .company h3{
	font-size:1.4em;
	font-weight:bold;
	border-left: 20px solid #0066b3;
	padding:0 0 0 10px;
	margin:40px 0 5px;
}

.attend img{
	width: 30%;
	min-width: 30%;
	height: auto;
	padding-top: 20px;
}

.about span{
	font-size: 0.9em;
}

.line{
	height: 50px;
}

.sp_br{
	display: none;
}

.access table{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.6em;
	font-size: 0.9em;
	border: none;
	table-layout: fixed;
	margin: .5em 0;
}
.access th{
	width: 28%;
	background-color: #e0f1ff;
	font-weight: bold;
	border-bottom: #e3e3e3 1px dotted;
	border-left: #e3e3e3 1px solid;
	padding: 15px 10px 15px 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
}
.access td{
	border-bottom: #e3e3e3 1px dotted;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	padding: 15px 10px 15px 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
}

.access tr:first-child{
	border-top: #e3e3e3 1px solid;
}

.access tr:last-child th, .access tr:last-child td {
	border-bottom-style: solid;
}

/*申込ボタン*/
div.moshikomi-btn {
	margin: 0 0 40px 0;
}

div .center {
	text-align: center;
	display: block;
	float: none;
	clear: both;
	margin: 0 0 20px 0;
}

.moshikomi-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 200px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
	background-color: #a9d7ff;
	/*border-radius: 10px;*/
	border-radius: 35px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	border: 2px solid #5188b9;
	transition: .3s;
}

.moshikomi-btn a:hover {
	text-decoration: none;
	background-color: #d0e4f5;
	transform: translateY(3px);
	text-decoration: none;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.32);
	transition: .3s;
}

/*youtube*/
.youtube_box{
	margin: 2rem 0;
}
.imp{
	font-weight: bold;
    font-size: 1.15em;
    color: #b42b4c;
    text-align: center;
}
.one-center{
	padding-bottom: 2rem;
}
.one-center iframe{
	margin: 0 auto;
}
.flex{
	display: flex;
    gap: 20px;
	justify-content: space-between;
	padding-bottom: 2rem;
}
.youtube {
  display: block;
  flex: 1 1 48%;
  max-width: 48%;  
  aspect-ratio: 16 / 9;
  margin: 0; 
}

.youtube_short{
	display: block;
    flex: 1 1 48%;
    max-width: 48%;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    height: 500px;
}

/*@media only screen and (max-width: 710px) {
	.flex{
		display: block;
	}
  .youtube {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5rem;
  }
}*/


/*TOPへ戻る*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 100000;
}

.pagetop a {
	display: block;
	background: #b71c1c;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 12px 15px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.pagetop a:hover {
	display: block;
	background: #b71c1c;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 12px 15px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#back{
	text-align: center;
	margin: 0 0 60px;
}

#back a{
	cursor: pointer;
	font-weight: bold;
	/* color: #b92525; */
	border: 1px solid #333;
	padding: 6px 8px;
	border-radius: 4px;
	color: #333;
}

/*コピーライト*/
.Support{
	text-align: center;
}

/*.submit-link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0.5;
}

.submit-link {
	pointer-events: auto;
	opacity: 1;
}*/

@media screen and (max-width: 768px) {
	.gaiyo ul{
		margin-left: -15px;
	}

	.info-contents img{
		text-align: center;
	}

	.flex-contents{
		display: block;
	}
	.flex-contents img{
		width: 100%;
	}

	.company ul{
		display: block;
	}

	.important{
		margin: 2em 0;
	}
	
	.important table, tbody, tr, th, td {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.important table {
		border-collapse: collapse;
	}

	.important tr {
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		border-left: 1px solid #e3e3e3;
	}

	.important th {
		width: 100%;
		background-color: #e0f1ff;
		font-weight: bold;
		padding: 12px 15px;
		border-bottom: none;
		border-left: none;
	}

	.important td {
		padding: 12px 15px;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}

	.important tr:last-child th, .important tr:last-child td {
		border-bottom-style: none;
	}

	.important tr + tr {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.important {
		font-size: 1.05em;
	}
	.pc{
		display: none;
	}
	.one-center{
		padding-bottom: 0;
	}
	.flex{
		display: block;
		padding-bottom: 0;
	}
	.youtube {
		width: 100%;
		max-width: 100%;
		padding-bottom: 1.5rem;
	}
	.youtube_short{
		height: auto;
		width: 100%;
		max-width: 100%;
		padding-top:0;
		padding-bottom: 1.5rem;
	}
}

@media screen and (max-width: 640px) {
	.moshikomi p {
		font-size: 1em;
		word-break: break-all;
	}

	.detail h2 {
		font-size: 1.3em;
	}

	.time {
		font-size:1.1em;
	}

	.line-b{
		text-align: center;
	}
	
	.line{
		height: 45px;
		margin: 0 auto;
	}

	.kitte-img img{
		max-width: 100%;
	}

	.img-flex{
		display: block;
	}

	.img-flex figure, .kitte-img figure{
		margin: 2rem 0;
	}

}
@media screen and (max-width: 430px) {
	.check label {
		max-width: 1000px;
		width: 100%;
	}
}