@charset "utf-8";
/* CSS Document */

p {
	margin: 20px 15px;
	line-height: 1.6;
}
table {
	margin: 20px 20px;
	line-height: 1.6;
}
ul {list-style: none;}
li {line-height: 1.6;}
dt {line-height: 1.6;}
dd {line-height: 1.6;}
a {color: #3399FF; line-height: 1.6;}
a:hover {color: #00c0ff; transition: all 1s;}
h1, h2, h3, h4, h5 { clear: both; line-height: 1.6;}
th, td { vertical-align: middle; line-height: 1.6;}
strong { color: #333; line-height: 1.6; font-weight: bold;}
address { font-style: normal; line-height: 1.6;}
span { line-height: 1.6;}
h2 {
    font-size: 150%;
    text-align: center;
    color: #00a2e5;
    margin: 1em auto 1em;
    letter-spacing: 0.5em;
    line-height: 1.3;
}
	h2 span {
		color: #000;
	}

h3 {
	color: #00a2e5;
	margin: 1.5em 15px 0.5em;
}
table {
	margin: 0 auto;
	border-collapse: collapse;
}
	table tr th {
		text-align: left;
		vertical-align: middle;
		padding: 8px 10px;
		background: #eee;
		border: 1px solid #ccc;
	}
	table tr td {
		text-align: left;
		padding: 8px 10px;
		vertical-align: middle;
		border: 1px solid #ccc;
	}
.pc_view_inline {
	display:none;
}
.sp_view {
	display: block;
}


/* ---------------------------------------------------------------------------------------header */
header h1 {
    position: absolute;
    width: 200px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
}
header img.appl {
	width: 45%;
	float: right;
}
h2#hcatch {
	position: relative;
	color: #fff;
	top: 180px;
	left: 100px;
	font-size: 300%;
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px 1px #444;
	line-height: 2.0;
}
h2.catch01 {
	font-size: 200%;
	margin-top: 2em;
	line-height: 1.8;
}
h2.catch01 + ul {
	margin: 60px 60px 110px;
}
h2.catch01 + ul li {
	display: inline-block;
	font-size: 110%;
	letter-spacing: .1em;
	padding: 5px 0 5px 40px;
	white-space: inherit;
	margin: 15px 30px;
	background: url(../img/check.png) no-repeat left 5px;
}
h2.catch02 {
	margin-top: -50px;
	padding: 0 20px 60px;
	letter-spacing: 0.2em !important;
	left: 0;
	right: 0;
	position: absolute;
	background: url(../img/catch02bg.png) no-repeat bottom center;
}
h2.catch02 + div {
	margin-top: 150px;
}

div.whbg {
	margin: 20px auto;
	padding: 40px;
	border-radius: 10px;
	opacity: 0.9;
	background: #fff;
}

header div#appl {
    position: fixed;
    top: 0px;
    right: 20px;
	z-index: 1;
}
#appl img {
	zoom: 70%;
}


/* ---------------------------------------------------------------------------------------contents */
article {
}
div.tcontent {
	background-image: url("../img/topimg_ws.png");
}
div#con02 {
	margin-top: -130px;
	text-align: center;
}
div#con02 img { width: 100%;}
div#headcon {
	margin-top: 110px;
	padding-bottom: 80px;
}
div#headcon img{ width: 90%;}
div#rec_btn a {
	display: block;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	width: 326px;
	height: 30px;
	letter-spacing: 0.3em;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 0px 0px 5px 5px;
	background: #00a2e5;
}
	div#rec_btn a:hover {
			background: #58c4f1;
		}
div.suuji {
	float: left;
	width: 45%;
	margin: 5px;
	min-height: 270px;
	border: 3px solid #00a2e5;
	border-radius: 10px;
	text-align: center;
}
div.suuji p span {
	font-size: 250%;
}
div.suuji + div.cl {
	padding: 40px;
}
div.suuji2 {
	width: 94%;
}

p.contact {
	margin: 100px auto;
	text-align: center;
	font-size: 200%;
	color: #fff;
}
	p.contact a {
		display: block;
		color: #fff;
		width: 10em;
		margin: 10px auto;
		padding: 15px;
		text-decoration: none;
		border-radius: 5px;
		background: #00a2e5;
	}
	p.contact a:hover {
		background: #58c4f1;
	}
div.benefit {
	float: left;
	width: 47%;
	margin: 5px;
}
	div.benefit img {
		width: 100%;
		background: #eee;
		border-radius: 5px;
	}
	div.benefit h3 {
		margin-top: 10px;
	}

dl.qa {
	overflow: hidden;
	_zoom: 1;
}
dl.qa dd,
dl.qa dt {
	text-indent: -2.6em; 
	padding: 10px 20px 0px 50px;
}
dl.qa dt {
	margin: 20px 20px 0 0;
	border-top: 1px dotted #eee;
}
dl.qa dt label { display: block;}
dl.qa dd:first-letter, dl.qa dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
}
dl.qa dd {
	margin: 10px 0 -1px 2em;
	padding: 20px 20px 20px 60px;
	background: #fff;
	border-radius: 10px;
}
dl.qa dt:first-letter {
color: #3498db;
}
dl.qa dd:first-letter {
color: #ff6767;
}

.hidden_box {
}
.hidden_box label {
	cursor: pointer;
}
	.hidden_box label:hover {
	}
.hidden_box input {
	display: none;
}
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
	height: auto;
	/* padding: inherit; */
	opacity: 1;
	padding: 20px 20px 20px 60px;
	margin-right: 10px;
}
div.appl img {
	width: 100%;
}
.yt_video {
	width: 100%;
}


/* ------------------------------------------------------------------------------ common */
div.tpc, div.cont2pc_r, div.cont2pc_l {
	width: calc( 95% - 40px );
    margin-left: 2.5%;
    /* margin-top: 10vh; */
    margin-top: 0;
    /* font-size: 110%; */
    font-size: 100%;
	animation: show 1s both;
	float: none;
}
div.tpc {
    position: relative;
	margin-top: 10px;
}
div.tpc2{
	position: static;
	/* margin-top: 10vh; */
}
div.tpc2 h2 {
	font-size:80%;
	letter-spacing: 0.01em;
	margin-bottom: 2px;
}
div.tpc2 h3 {
    width: 90%;
	font-size:70%;
	letter-spacing: 0.01em;
}
.pager li {
    margin: 20px 5px;
}
.logo-footer {
	width: 50%;
}

/* ------------------------------------------------------------------------------ page1 */
.p-section--01 h2 {
	margin: 3em auto 2em;
}

/* ------------------------------------------------------------------------------ page2 */
div.wrap_cont2pc {
	max-width: 100%;
}

.p-section--02 div.cont2pc_l {
	float: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    top: 130px;
    position: absolute;
}
.p-section--02 div.cont2pc_r {	
	float: none;
    padding: 0;
    margin: 0 auto;
    width: 95%;
    top: 80px;
    position: absolute;
    padding-bottom: 2rem;
    background-color: rgba(0,0,0,0.3);
    left: 2.5%;
}
.p-section--02 div.cont2pc_r h2 {
	margin-top: 20px;
    margin-bottom: 20px;
}

div.cont2pc_r {
	padding-top:0px;
}

/* ------------------------------------------------------------------------------ page3 */
div.inner_cont3rd {
	max-width: 100%;
	font-size: 100%;
}
div.cont3rd_l {
    width: calc( 95% - 40px );
    margin: 0 auto;
    padding: 5px 20px;
	font-size: 100%;
}
div.cont3rd_l h2 {
    margin: 0;
    font-size: 120%;
}
div.cont3rd_l p {
	/* font-size: 80%; */
}
div.cont3rd_r {
	width: 100%;
	float:none;
}
div.wrap_cont3rd_div2 {
	flex-direction: column;
}

div.cont3rd_div2 h2.venue {
    padding: 0px 5px;
	/* text-align: left; */
}



div.cont3rd_div2 p.location {
    text-align: center;
    font-size: 68%;
}

.ul_hogoG {
    list-style: disc;
    font-size: 95%;
    text-align: left;
    padding-left: 15%;
}
div.exam h2 {
    margin-top: 2em;
}

div.cont3rd_div2 p.detail {
    margin: 20px 30px;
}

/* ------------------------------------------------------------------- page4 & page5 */

/* ------------------------------------------------------------------- page4 */

div.cont4th {}
div.inner_cont4th {
	width: 98vw;
	max-width: 98vw;
}

div.cont4th table {
    width: 200%;
	background:#fff;
	margin:0;
}
div.cont4th table th{
}
div.cont4th table td{
}
.pleat {
	width: 95%;
    height: auto;
    overflow: scroll visible;
    margin: 10px auto 0px;
}
.pleat h2 {
    font-size: 110%;
    width: 20px;
	width: 200%;
    float: none;
    height: 2em;
    writing-mode: initial;
    line-height: 2em;
}
.acdion {
	width: 100%;
	margin: 0 auto;
	height: auto;
	position:static;
	overflow:none;
}
div.wrap_weekly_SKD {
	width: 95%;
    overflow: scroll visible;
    margin: 0 auto;
}
div.cont4th table.weekly_SKD, div.cont4th table.year_SKD {
	width: 100%;
}
div.cont4th table.weekly_SKD th, div.cont4th table.year_SKD th {
	width: 5em;
}
div.cont4th table.weekly_SKD th.sat {
	width: 15em;	
}
table.youko_tbl {
	width: 95%;
    overflow: scroll visible;
    margin: 0 auto;
    font-size: 100%;
}
table.youko_tbl th {
	padding: 10px;
    text-align: center;
	white-space: nowrap;
}
table.youko_tbl td {
	padding: 10px;
}
.wrap_weekly_schadule {
	width:98%;
	margin:5px auto;
	position:relative;
}
.wrap_weekly_schadule2 {
	width: 100%;
	overflow-x:scroll;
	position:relative;
}
.wrap_weekly_schadule:before{
	display:none;
	position:absolute;
	content:"";
	width: 30px;
	height: 100%;
	top:0;
	left:-1px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);	
}
.wrap_weekly_schadule.show_shadow:before{
	display:block;
	position:absolute;
	content:"";
	width: 30px;
	height: 100%;
	top:0;
	left:-1px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);	
}
.wrap_weekly_schadule:after{
	position:absolute;
	content:"";
	width: 30px;
	height: 100%;
	top:0;
	right:-3px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);	
}
.wrap_weekly_schadule.hide_shadow:after{
	display:none;
	position:absolute;
	content:"";
	width: 30px;
	height: 100%;
	top:0;
	right:-3px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);	
}

.weekly_shadule_point {
	margin: 10px;
}
.far.fa-hand-point-up.move-hand-point,
.fas.fa-hand-point-up.move-hand-point {
	display: block;
	margin-left: 50%;
	font-size: 10vw;
    position: absolute;
	top: 50%;
    padding-left: 5px;
    /* text-shadow: 0px 0px 3px #fff; */
    /* color: #000; */
    text-shadow: 0px 0px 3px #fff;
    color: #666;
}
.move_hand_p {
	position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 75%;
    letter-spacing: 0.1em;
    padding: 2px;
}
.move-hand-point-start {
	animation: 1s ease-in 0s 3 running slidein both;
}
.wrap_hand_move.fadeout_div {
	opacity:0;
	transition: all 0.5s ;
	transition-delay: 2.7s;
}
@keyframes slidein {
  	from {
		margin-left: 50%;
		opacity:1;
	}
  	to   {
		margin-left: 40%;
		opacity:1;
	}

}
.wrap_hand_move {
	display: block;
}




/* ------------------------------------------------------------------- page5 */
div.inner_cont5th {
    padding: 0px 0 30px;
}
div.inner_cont5th h2 {
	margin-bottom: 10vh;
}


/* ------------------------------------------------------------------- page6 */
.answer {
    margin-left: 30px;
}
.more_info {
    padding: 20px 0px;
	width: 95%;
	margin: 0 auto;
}
.main_letter {
	text-align: left;
}


/* ------------------------------------------------------------------- page7 */
.cont7th-msg {
	background: none;
}
.cont7th-msg p {
	width: calc( 100% - 40px );
    font-size: 1em;
    color: #fff;
    text-shadow: none;
    padding: 0;
    margin: 10px 20px;
}
.cont7th-msg p:first-of-type {
	padding-top: 30px;
}
.cont7th-msg p:last-of-type {
	padding-bottom: 0px;
}
.shrinkLS {
	letter-spacing: 0.1em;
}




/* ---------------------------------------------------------------------------------------footer */
footer {
	text-align: center;
	margin-top: 0px;
    padding: 5px 0;
	background: #ececec;
	color: #00a2e5;
}
footer a {text-decoration: none; color: #777; line-height: 6.0;}


/* ---------------------------------------------------------------------------------------common */
header h1 span {display: none;}


.parallax-window {
	width: 100%;
	overflow-x: hidden;
	min-height: 200px;
	background: transparent;
}
.cl { clear: both !important;}
.fl { float: left !important;}
.fr { float: right !important;}
.cntr { text-align: center !important;}
.rght { text-align: right !important;}
.w25 { width: 25% !important;}
.w800 { width: 100%; margin: 0 auto;}
.w1000 { width: 100%; margin: 0 auto;}
.flimg { float: left !important; margin: 10px 20px; border-radius: 10px;}
.frimg { float: right !important; margin: 10px 20px; border-radius: 10px;}
.mb {display: inherit;}
.mb_inline {display: inline;}
.pc {display: none;}

#ptp {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#ptp a {
	zoom: 80%;
    width: 84px;
    display: block;
}
.map {
	width: 98%;
	height: 300px;
	margin-top: 20px 0 !important;
	border: 5px solid #eeeeee !important;
}
div.effect {
	position: relative;
	transition: .5s;
	transition-delay: .1s;
}
.btn {
	width: 80%;
}
.btn2 {
	width: 80%;
}
