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{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 50px;
}

.topbanner_sp{
	display: none;
}

.vfk60th-kitte_lead{
	display: flex;
	justify-content: center;
	flex-flow: row-reverse;
	max-width: 905px;
	margin: 10px auto 70px;
	/*background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(38, 61, 95, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding: 20px 30px;*/

}

.vfk60th-kitte_lead .desc p{
	/*max-width: 490px;
	margin-right: 30px;*/
	max-width: 1000px;
	margin-right: 0px;
	font-size:1.1em;
	line-height:160%;
	/*max-width: 1000px;
	margin-right: 0px;
	font-size: 1.1em;
	line-height: 160%;
	font-weight: 500;
	color: #120b00;
	text-align: center;*/

}

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

.kitte-img img{
	max-width: 40%;
	display: block; /* インライン要素の余計な余白を消す */
	margin: 0 auto;
}

.img-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
}

.img-flex figure ,
.kitte-img figure {
  text-align: center;
  margin: 0; /* figure の余白をリセット */
  padding: 0;
}

.img-flex img {
  width: 100%;
  height: auto;
  display: block; /* インライン要素の余計な余白を消す */
  margin: 0; 
}

.img-flex figcaption ,
.kitte-img figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #555; 
  font-weight: bold;
}

/*.vfk60th-kitte_lead img {
	max-width: 47%;
	margin: 0 auto;
}*/

.detail h2 {
	font-size:1.4em;
	font-weight:bold;
	border-left: 20px solid #0066b3;
	padding:0 0 0 10px;
	margin:40px 0 5px;
	/*background-color: #cbcbcb;
	color: #494949;
	font-size: 1.4em;
	font-weight: 900;
	padding: 5px 20px;
	margin-top: 50px;*/
}
.detail h3 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:2px solid #9B9B97;
	padding:0 0 0 10px;
	margin:40px 0 5px;
}
.gaiyo ul{
  color: #0066b3; /* マーカーの色 */
}

.gaiyo ul span {
  color: #000000; /* テキストの色 */
}
/*.gaiyo table {
	border-collapse: collapse;
	border: none;
}

.gaiyo th{
	border: none;
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

.gaiyo td{
	border: none;
}*/

.date{
	font-weight:bold;
}

.time {
	font-size:1.3em;
}

.detail ol li,.detail ul li{
	margin:8px 0;
}

/*.moshikomi p{
	font-size:1.1em;
	line-height:180%;
}*/

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

.line{
	height: 50px;
}

.sp_br{
	display: none;
}

/*特定商取引法に基づく表記*/
/*.tokutei{
	border: 1px solid #ccc;
	margin: 0 auto;
	margin: 40px 0;
	background-color: #ffffff;
	padding: 20px;
}*/
.tokutei table{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.6em;
	font-size: 0.9em;
	border: none;
	table-layout: fixed;
	margin: 3em 0;
}
.tokutei 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;
}
.tokutei 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;
}

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

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

/*チェックボックス*/
.check{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 2em;
}
.check label {
	display: flex;
	align-items: center;
	margin: 0 auto;
	gap: 8px;
	
}
.check input[type="checkbox"] {
	margin-top: 2px; 
}

/*申込ボタン*/
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;
}

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

/*重要告知*/
.important{
	margin: 40px 0 5px;
}

.important p{
	/*text-align: center;*/
	font-weight: bold;
	font-size: 1.15em;
	color: #b42b4c;
}
.pc{
	display: block;
}


/*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.enabled {
	pointer-events: auto;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.gaiyo ul{
		margin-left: -15px;
	}
	.tokutei{
		margin: 2em 0;
	}
	.tokutei table, tbody, tr, th, td {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.tokutei table {
		border-collapse: collapse;
	}

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

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

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

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

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

@media screen and (max-width: 767px) {
	.important {
		font-size: 1.05em;
	}
	.pc{
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.vfk60th-kitte_lead {
		margin: 10px auto 30px;
	}

	.vfk60th-kitte_lead .desc p{
		font-size: 1em;
	}
	.schedule p {
		font-size: 1em;
	}
	.course p {
		font-size: 1em;
	}
	.moshikomi p {
		font-size: 1em;
		word-break: break-all;
	}
	.point {
		font-size: 1.1em;
	}
	.detail h2 {
		font-size: 1.3em;
	}
	
	.detail h3 {
		font-size:1.1em;
	}

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