@charset "utf-8";

body{
	font-family: 'Kiwi Maru', serif;
	margin:0;
	padding:0;
}

p{
	font-size:18px;
	line-height: 2;
	text-align: justify;
}

a{
color:#006bd9;
}

tr,td{
	font-size:14px;
	line-height: 1.6;
}

.center{
	text-align: center;
}
.red{
	color:#ff0000;
}

.under{
	text-decoration: underline;
}

header{
	text-align: center;
	background:url(/wp-content/themes/lightning_child_sample/img/det/img2.png);
}

header h1{
	padding:18px 20px 50px;
	margin:0;
}

main .link1{
	text-align: center;
	margin:26px 0 60px;
	padding:0 20px;
}

section p{
	margin-bottom: 1.8em;
	letter-spacing: -0.5px;
}

section.s1{
background:#f5f2e9;
}

section.s1 .inner{
	max-width:680px;
	margin:0 auto;
	padding:50px 20px;
}

section.s1 .box{
	background:#fff;
	border-radius: 40px;
	padding:20px 40px;
	width:calc(100% + 80px);
	margin:0 -40px 40px;
	box-sizing: border-box;
}


section.s2{
	max-width:680px;
	margin:60px auto;
}

section.s2 h3{
	font-weight: 500;
	position: relative;
	height: 1em;
	background:url(/wp-content/themes/lightning_child_sample/img/det/img5.png) repeat-x;
	background-position: bottom;
	width: 90%;
	margin:1.5em auto;
}
section.s2 h3 span{
	position: absolute;
	background:#fff;
	padding:0 0.6em 0 0.8em;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

section.s2 .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:24px;
}

section.s2 h2{
	font-weight: 500;
	margin-top: 0;
	font-size: 18px;
	color: #03147c;

}

section.s2 h2::before{
	content:url(/wp-content/themes/lightning_child_sample/img/det/img15.png);
	display: inline-block;
	margin-right: 10px;
	vertical-align: sub;
}

section.s3{
 background: #f5f2e9;
}

section.s3 h2{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	color:#112183;
	background:url(/wp-content/themes/lightning_child_sample/img/det/img2.png);
	background-size: 10%;
	padding:40px 20px;
	margin-bottom: 40px;
}

section.s3 .inner{
	max-width:680px;
	margin:0 auto;
	padding: 0 20px;
}

section.s3 h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color:#26348e;
	margin-top: 0;
	text-align: center;
	background: linear-gradient(#f5f2e9 70%,#9bdaff 70%);
	display: inline-block;
	padding:0 10px;
}

section.s3 .course{
	padding: 10px 0 80px;
}

section.s3 .course > div{
	padding:18px 22px;
	border-radius: 16px;
	position: relative;
	margin-bottom: 54px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.s3 .course > div::after{
	content:"";
	display: block;
	position: absolute;
	border-top:24px solid #fff347;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	bottom:-40px;
	left: calc(50% - 56px);
}

section.s3 .course div h4{
	font-size:24px;
	font-weight: 500;
	color:#26348e;
	margin: 0 0 6px;
    text-indent: -1.6em;
    margin-left: 1.6em;
}
section.s3 .course div p{
	margin:0;
	line-height: 1.7;
	font-weight: 500;
}

section.s3 .course .c4{background: #fff99f;}

section.s3 .course .c4::after{
	content:none;
}

section.s3 .course .c4 p{
	font-weight: 500;
}

section.s4{
	max-width:680px;
	margin:0 auto;
}


section.s4 .p1{
	margin-bottom:3em;
}
section.s4 .p1 span{
	font-size:32px;
	font-weight: 600;
}

section.s4 table{
	border-collapse: collapse;
	margin-bottom: 2em;
}

section.s4 table caption{
	margin-bottom: 1em;
	font-size:16px;
}

section.s4 table th{
	border:1px solid #fff;
	background:#b1b1b1;
	color:#fff;
	white-space: nowrap;
	padding: 0.5em 1.5em 0.5em;
}

section.s4 table td{
	border:1px solid #b1b1b1;
	padding: 1em;
}

section.s4 table td:first-child,
section.s4 table td:nth-child(2){
	text-align: center;
	white-space: nowrap;
}

section.s4 table.price{
  width:100%;
}

section.s4 table.price caption{
  font-weight:bold;
  color:#03147c;
}

section.s4 table.price th{
background: #fff99f;
color:#000;
}
section.s4 table.price td{
border:1px solid #d2d6a3;
}

section.s4 .box{
background:url(/wp-content/themes/lightning_child_sample/img/det/img12.png);
padding:10px 20px;
}

section.s4 .box p{
	font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}

section.s4 .p2{
	color:#f00;
	font-size:24px;
	font-weight: 800;
	margin: 0;
	line-height: 1;
	text-align: center;
}
section.s4 .p2 > span{
	font-size: 36px;
}
section.s4 .p2 > span > span{
	font-size: 55px;
}

section.s4 .p3{
	text-align: center;
	font-weight: 500;
	margin: 10px 0;
}

section.s4 .p3 > span{
	font-size: 55px;
	color:#f00;
	font-weight: 800;
	margin: 0;
	line-height: 1;
}
section.s4 .p4{
  font-weight: bold;
	color:#f00;
}

section.s5{
background:#f5f2e9;
padding:40px 0 60px;
}

section.s5 .inner{
	max-width:680px;
	margin:0 auto;
	padding:0 20px;
}

section.s5 .box{
	background: url(/wp-content/themes/lightning_child_sample/img/det/img2.png);
	background-size: 10%;
	border-radius: 15px;
	padding:20px 40px;
	margin: 0 -40px 50px -40px;
	width:calc(100% + 80px);
	box-sizing: border-box;
}

section.s5 .box h2{
	font-size:24px;
	text-align: center;
	margin-top:0;
}

section.s5 .box div.flex{
	background: #fff;
	border-radius: 10px;
	margin:0 25px;
	padding:1em;
	text-align: center;
	position: relative;
	display: flex;
  align-items: center;
}

section.s5 .box div.flex img{
	padding:0 30px 0 20px;
	margin-top:-30px;
}

section.s5 .box div.flex::after{
	position: absolute;
	display: block;
	content:"＋";
	font-size:60px;
	font-weight: 900;
	bottom:-75px;
	left:50%;
	transform: translateX(-50%);
	color:#00315c;
	
}

section.s5 .box .flex > div{
	display: inline-block;
}

section.s5 .box .flex p{
	margin:0 0 0.5em 1.15em;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
  text-indent:-1.15em;
}

section.s5 .box .flex p span{
	font-weight: 400;
}

section.s5 .box .p1{
	text-align: center;
	margin: 60px 0 0.4em;
	color:#00315c;
}

section.s5 .box .p1 span{
	font-size:24px;
	font-weight: 600;
}

section.s5 .box ul{
	margin:0 25px;
	list-style: none;
	padding:0;
	font-size:18px;
	font-weight: 500;
}
section.s5 .box ul li{
	margin-bottom: 16px;
	text-indent: -40px;
	padding-left: 40px;
}
section.s5 .box ul li span:first-child{
	background:#00315c;
	color:#fff;
	font-weight: bold;
	width:30px;
	height:30px;
	margin-right:10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-indent: 0;
}

section.s5 .p2{
	line-height: 1.6;
}

section.s5 .p2 span.red{
	font-size:24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
  letter-spacing: 1px;
}

section.s5 .p2 span.red > span{
	border-bottom: 2px solid #f00;
}

section.s5 .p2 span.red > span > span{
	font-size:36px;
}

section.s5 .reserved{
	margin:0;
	text-align: center;
	color: #999;
	font-size:10px;
}

.veu_socialSet{
	display: none;
}

.date{
	border:2px solid #c0ff6e;
	background:#fff;
	padding:0 10px 0;
	border-radius: 15px;
	margin-bottom:30px;
}

.date p{
	text-align:center;
	margin-bottom: 1em;
}


footer{
	background:url(/wp-content/themes/lightning_child_sample/img/det/img16.png) no-repeat;
	background-size: contain;
	background-position: top;
	padding: 10px;
}

footer .inner{
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer p{
	font-size: 12px;
}

footer a{
	color: #3c3c3c;
}

footer span::after{
	content:"｜";
}

.sp{
	display: none;
}
.pc{
	display: block;
}

@media screen and (max-width:780px){

	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	
	p{
		font-size: 16px;
	}

.flex{
		flex-direction: column;
	}
	
	header h1 img,
	.link1 a img,
	section.s5 a img{
		width:100%;
	}
	section p{
		margin-bottom: 1.2em;
		line-height: 1.8;
	}
	
	main .link1{
		margin:14px 0 24px;
	}
	section.s1 .inner{
		padding: 25px 20px;
	}
	section.s1 .inner .center img{
		width:80%;
		max-width: 454px;
	}
	
	section.s1 .box,
	section.s5 .box{
		width:100%;
		padding:10px 20px;
		margin:0;
	}
	section.s2{
		padding:0 20px;
		margin: 30px auto;
	}
	section.s2 .flex{
		gap:10px;
		flex-direction: column-reverse;
	}
	section.s2 .flex img{
		margin:0 auto;
	}
		
	section.s2 .flex .p1 + img{
		width:100%;
		max-width: 409px;
	}
	section.s3 h2{
		font-size: 18px;
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	section.s3 h3{
		display: inline;
		font-size: 24px;
	}
	section.s3 .course{
		padding: 30px 0;
	}
	
	section.s3 .course > div{
		flex-direction: column;
		gap:10px;
	}
	section.s3 .course .c4{
		margin-bottom: 0;
	}
	section.s3 .course div h4{
		font-size: 18px;
  }
	section.s3 .course div p br{
		display: none;
	}
	section.s4{
		padding: 0 20px;
	}
	section.s4 table{
		margin-bottom: 0;
	}
	
	section.s4 table tr{
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	section.s4 table tr:first-child{
		display: none;
	}
	section.s4 table td{
		padding:0.5em 1em;
	}
	section.s4 .p2 > span{
		font-size: 24px;
	}
	section.s4 .p2 > span > span,
	section.s4 .p3 > span{
		font-size: 42px;
	}
	section.s5{
		padding: 20px 0 30px;
	}
	section.s5 .box h2{
		font-size: 18px;
		margin-top: 10px;
	}
	section.s5 .box div.flex{
		margin:30px 0 0;
		gap:10px;
	}
	section.s5 .box div.flex img{
		max-width: 156px;
		margin: 0 auto;
	}
	section.s5 .box ul{
		margin:0;
		font-size: 16px;
	}
	footer{
		padding: 15px 10px;
	}
	footer .inner{
		flex-direction: column;
	}
	footer p{
	text-align: center;
	font-size: 12px;
	margin: 0;
	line-height: 1.8;
	}
	footer p span::after{
		content:"";
	}
	footer p:last-child{
		font-size: 10px;
		margin-top: 5px;
	}
}