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

/* 共通スタイル------------------------- */
body {
	font-family: 'YuGothic','Yu Gothic',Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #121212;
	background: #fff;
	height: 100%;
	margin: 0;
}

h2{
	text-align: center;
	padding-bottom: 20px;
}


a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
 }

 #contents-wrap{
 	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
 }

 .title-wrap{
 	background: url("../img/img_main.jpg");
	background-size: cover;
	background-position: center;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
 }

 .title-sub{
 	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
 }

	.title-sub figure{
		width: 20%;
	 }

	.title-sub p.text{
		width: 60%;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
		text-shadow: 3px 3px 3px rgba(0,0,0,1);
	 }

	.title-sub p.label{
		width: 30%;
		margin: 5px 20px 0 0;
	 }

	 .title-sub p.label span {
		text-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
		color: #ffd700;
		padding: 10px;
		font-weight: bold;
		font-size: 1.2rem;
		border-radius: 25px;
		border: 3px solid;
	 }

.title-main{
	font-size: 3.5rem;
	line-height: 1.2;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
	margin-top: 20px;
}
	.title-main span{
				font-size: 2.1rem;
			}

.title-date{
	font-size: 1.5rem;
    font-weight: bold;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
}

	.title-date span{
		font-size: 2.4rem;
	}


/* btn  */
.btn-wrap{
	text-align: center;
    width: 44%;
    margin: 0 auto;
    color: #FFF;
	padding-bottom: 20px;
}

.btn-wrap p.deadline{
	color: #FFF;
    font-weight: bold;
}

.btn-wrap p.deadline02{
	color: #072545;
	font-weight: bold;
}

.btn-animation-02 {
	background: #CCC;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
	font-weight: bold;
  display: inline-block;
  width: 40%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #cf1225;
  font-size: 1.25rem;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}

.title-wrap .btn-animation-02 {
  width: 80%;
  margin-top: 20px;
}

	.btn-animation-02 a{
		color: #fff;
		display: block;
	}

	.btn-animation-02 span {
	  position: relative;
	  z-index: 1;
		display: block;
		padding: 10px 24px;
	}

	.btn-animation-02::before,
	.btn-animation-02::after {
	  content: "";
	  display: block;
	  background-color: #cf1225;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  transition: .2s;
	}
	.btn-animation-02::before {
	  left: 0;
	}
	.btn-animation-02::after {
	  right: 0;
	}

	.btn-animation-02:hover:before,
	.btn-animation-02:hover:after {
	  width: 0;
	  background-color: #fff;
	  color: #cf1225;
	}

	.btn-animation-02:hover,
	.btn-animation-02 a:hover {
	  color: #cf1225;
	}

	.instructor-wrap .btn-wrap p.deadline{
		color: #FFF;
	}

	.btn-wrap.mt30{
		margin-top: 30px;
	}

/* main */

#main-contents{
	width: 100%;
	margin: 0 auto;
}


.greeting-wrap{
	max-width: 800px;
	width: 100%;
	margin: 30px auto;
}


	.greeting-text{
		text-align: left;
		font-size: 0.9375rem
	}

	.greeting-chief{
		text-align: right;
		padding-top: 20px;
		font-size: 0.9375rem
	}
			.greeting-chief span{
				font-weight: bold;
			}

.border{ border-bottom: 1px solid #00406b;}

.about-wrap{
	max-width: 800px;
	width: 100%;
	margin: 30px auto 30px;

}
	.about-list{
		display: flex;
    	justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 0.9375rem;
	}

		.about-list dt{
			display: block;
			width:15%;
			text-align: center;
			font-weight: bold;
			padding-top: 10px;
			background-color: #0061a2;
			vertical-align: middle;
			border-top: 1px solid #fff;
			color: #fff;
		}
		.about-list dt.pt20{
			padding-top: 23px;

		}
		.about-list dd{
			width: 85%;
			padding: 10px 20px;
		}

.instructor-wrap{
	width: 100%;
	margin: 60px auto 30px;
}

	.instructor-intro{
		background-color: #0061a2;
		padding: 40px 0;
	}

		.instructor-intro h3{
			border-bottom: 1px solid #FFF;
			color: white;
			font-weight: bold;
			font-size:1.25rem;
			max-width: 1000px;
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
		}

 .instructor-box{
 	display: flex;
	justify-content:flex-start;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
 }


	.instructor-list{
		background-color: #f8fcff;
		margin:30px 10px 0 0;
		padding: 15px;
		max-width: 480px;
		width: 100%;
	}

	.instructor-list.last{
		margin-top:0;
	}

	.instructor-list.mr0{margin-right: 0;}

	.instructor-list .position {
	line-height: 1.4;
    border-bottom: 1px solid #00406b;
    margin: 0 0 20px 0 ;
	padding-bottom: 5px;
	}

	.position li:nth-child(odd){
		font-weight: bold;
	}

	.position li:nth-child(even){
		font-size: 0.875rem;
	}


 	.explanation{
		display: flex;
		justify-content: flex-start;
	}
		.explanation li:first-child{
			width: 36%;
			margin-right: 20px;
		}
		.explanation li:nth-child(2){
			width: 60%;
		}

		.explanation li figure{
			width: 100%;
		}

		.explanation li p{
			width: 100%;
			font-size: 0.875rem;
			line-height: 1.4;
		}


.program-wrap{
	max-width: 900px;
	width: 100%;
	margin: 30px auto 30px;

}
	.program-list{
		display: flex;
    	justify-content: flex-start;
		flex-wrap: wrap;
		border-bottom: 1px solid #fff;
		font-size: 0.875rem;
		line-height: 1.2;
		color: #fff;
	}

		.program-list dt{
			display: block;
			width:15%;
			text-align: center;
			font-weight: bold;
			padding: 10px;
			background-color: #0061a2;
			vertical-align: middle;
			border-top: 1px solid #fff;
		}
		.program-list dt.pt20{
			padding-top: 23px;

		}
		.program-list dd{
			width: 85%;
			padding:10px 10px;
			border-top: 1px solid #fff;
			line-height: 1rem;
		}

		.program-list dd span{
			font-weight: bold;
			font-size: 16px;
			line-height: 1.5;
		}

.program-list dt.pt2p{padding-top:2%;}
.program-list dt.pt3p{padding-top:3%;}
.program-list dt.pt4p{padding-top:4%;}
.program-list dt.pt5p{padding-top:5%;}
.program-list dt.pt6p{padding-top:6%;}
.program-list dt.pt7p{padding-top:7%;}
.program-list dt.pt9p{padding-top:9%;}
.program-list dt.pt10p{padding-top:10%;}
.program-list dt.pt11p{padding-top:11%;}
.program-list dt.pt12p{padding-top:12%;}
.program-list dt.pt14p{padding-top:14%;}
.program-list dt.pt15p{padding-top:15%;}


.footer-wrap{
	width: 100%;
	background-color: #0061a2;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
	padding: 40px 0px 15px;
}

p.mail a{
    display: inline;
    padding: 16px 0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 0px;
    width: 40%;
    margin: 12px auto 30px;
}

p.mail img {
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
    width: 35px;
}

p.mail {
	position: relative;
	display: inline;
	vertical-align: middle;
	padding-right: 10px;
	width: 35px;
}
p.mail .active {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}
p.mail:hover .active {
	opacity: 1;
}


	.ft-name{
		font-size: 1.125rem;
		line-height: 1.4;
		font-weight: bold;
		margin-bottom: 20px;
	}

	p.copyright {
		margin-top: 20px;
	}

	.mail a:hover{
		text-decoration: underline;
		color:#ffd700;
	}


	dd.right-block {
		background-color: #f8fcff;
		color: #000;
		border-top: 1px solid #00406b;
	}

	dd.rightBlock_top {
		background-color: #f8fcff;
		color: #000;
	}

	.button {
		background: #ffd700;
		color: #121212;
		font-weight: bold;
		border: none;
		position: relative;
		width: 100%;
		font-size: 23px;
		padding: 15px 50px;
		cursor: pointer;
		transition: 800ms ease all;
		outline: none;
		margin: 0 auto;
	}

	.button:hover{
		background:#fff;
		color:#121212;
	  }
	  .button:before,.button:after{
		content:'';
		position:absolute;
		top:0;
		right:0;
		height:4px;
		width:0;
		background: #ffd700;
		transition:400ms ease all;
	  }
	  .button:after{
		right:inherit;
		top:inherit;
		left:0;
		bottom:0;
	  }
	  .button:hover:before,.button:hover:after{
		width:100%;
		transition:800ms ease all;
	  }

.mb20 {margin-bottom:20px;}

.instructor-list.mr0.empty {
    background-color: #0061a2;
	margin: 0;
}

.btn-closed {
	background: #CCC;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
	font-weight: bold;
}

.book {
    width: 50%;
    margin: 8px 0;
}

.book_title {
    font-size: 0.7rem;
    line-height: 1.3;
}

@media screen and (max-width:1050px){
	.title-sub p.label span{font-size: 0.875rem;}
	.title-wrap .btn-animation-02{width: 40%;}
}


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

 .title-sub{
 	flex-wrap: wrap;
	width: 90%;
 }

	.title-sub figure{
		width: 20%;
		margin-bottom: 20px;
	 }

	.title-sub p.text{
		width: 80%;
		font-size: 1.1rem;
	 }

	.title-sub p.label{
		width: 100%;
		padding-top: 10px;
		margin: 10px;
	 }

		.title-sub p.label span{
			color: #ffd700;
			padding: 10px;
			font-weight: bold;
			font-size:1rem;
		}
.title-main{
    font-size: 2.4rem;
}

	.title-main span{
			font-size: 1.4rem;
			}

.title-date{
	font-size: 1rem;
    font-weight: bold;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
}

	.title-date span{
		font-size: 2rem;
	}

.title-wrap .btn-animation-02{
	width: 72%;
}

.greeting-wrap,
.about-wrap,
.program-wrap{
	padding: 0 20px;
    line-height: 1.2;
}

.btn-animation-02{width: 72%;}

.instructor-box{display: block;
	justify-content: center;
}

.footer-wrap{
	font-size: 0.750rem;
}
.ft-name{
	font-size: 0.875rem;
	line-height: 1.2;
}

.program-list {font-size: 0.875rem;}
.program-list dt{width: 25%;}
.program-list dd{width: 75%;}
.program-list dt.pt12p{padding-top:4%;}
.program-list dt.pt9p { padding-top: 4%;}
.instructor-list.mr0{margin-right: auto}
.instructor-list{margin: 30px auto 0; max-width: 95%;}


.explanation li:first-child{
	width: 20%;
	margin-right: 20px;
}
.explanation li:nth-child(2){
	width: 78%;
}

.program-list dt.pt3p{padding-top:4%;}

.instructor-intro h3 {width: 80%;}

.instructor-intro:first-of-type {
    padding-bottom: 0px;
}

.instructor-box.last{
	padding-top: 0;
	margin-top: 10px;
}
.instructor-list.last {margin-top: 0;}

.program-list dt.pt11p {padding-top: 4%;}
.program-list dt.pt7p {padding-top: 4%;}
.program-list dt.pt15p {padding-top: 4%;}

}

@media screen and (max-width:640px){
.explanation li:first-child{
	width: 36%;
	margin-right: 20px;
}
.explanation li:nth-child(2){
	width: 60%;
}

.btn-wrap {width: 80%;}

}

@media screen and (min-width: 769px){
	.sp_br {display: none; }
	.title-sub figure{margin-left:5%;}
}




