@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;*/
}
h2 span.wh-line{
	background:linear-gradient(transparent 50%, #fff 0%);
	padding: 0 10px;
}

h2 span.gray-line{
	background:linear-gradient(transparent 50%, #ccc 0%);
	padding: 0 10px;
}


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

 #contents-wrap{
 	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
 }
 
 .title-wrap{
 	background: url("../img/bg_main.jpg");
	background-size: cover;
	background-position: center;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
 }
 
 .title-sub{
	width: 80%;
	margin: 0 auto;
	display: flex;
    justify-content: flex-end;
 }

	.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);
		margin-top: 16px;
	 }
	 
	.title-sub p.label{
		width: 22%;
		padding-top: 10px;
	 }
	 
		.title-sub p.label span{
			background: #FFF;
			color: #cf1225;
			padding: 10px;
			font-weight: bold;
			font-size:1rem;
		}
		
.title-main{
	font-size: 3.25rem;
	line-height: 1.2;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
}
	.title-main span{
		display: block;
			}

.title-flex{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.title-flex img{ width: 80%; }
	.title-flex .left-side{text-align: left;}


.title-flex .title-forum{
	font-size:2rem;
	color: #19e1ff;
	font-weight:bold;
	line-height: 1.2;
	text-shadow: 3px 3px 3px rgba(0,0,0,1)
	}
	
.sub-title{
	font-size: 1.625rem;
	font-weight: bold;
	margin-top: 20px;
	}
			
 .title-wrap .title-mainarea {
 	display: flex;
	justify-content: center;
	width: 90%;
	margin: 20px auto 0;
 }
 .title-wrap .sp-title-mainarea {
	display: none;
}


.title-date{
	font-size: 2rem;
    font-weight: bold;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
	width: 50%;
    margin: 10px auto 0;
	line-height: 1;
	color:#19e1ff;
	border: 2px solid #19e1ff;
	padding: 10px 0;
}

	.title-date span{
		font-size: 2.5rem;
		
	}
	
.instructor-sp{
		display: flex;
		justify-content: center;
		/*align-items: center;*/
		max-width: 800px;
		width: 100%;
		margin: 30px auto 0;
		flex-wrap: wrap;
	}	
	
	.instructor-sp .ito-wrap{
		text-align: left;
		display: flex;
		justify-content: center;
		margin:0 20px 20px 0;
		width: 46%;
	}
	
	.instructor-sp .ito-wrap span.report{
		background: #f39c00;
		padding:1px;
	}
	
	.instructor-sp .tamatsuka-wrap{
		display: flex;
		justify-content: flex-start;
		width: 46%;
		margin:0 20px 20px 0;
	}
	
	
		.instructor-sp li.prof{
			font-size: 0.825rem;
    		line-height: 1.4;
			margin-right: 20px;
			width: 45%;
		}

		.instructor-sp li.photo{
			width: 30%;
		}
		
		.instructor-sp li span{
			font-weight: bold;
		}
		.instructor-sp li span.name-big{
			font-size: 1.25rem;
		}

.instructor-sp .tamatsuka-wrap{
		text-align: left;
	}

.img_logo{
	margin: 0 auto;
    width: 96%;
    max-width: 800px;
}

.img_logo img{
	width: 100%;
}
 .title-wrap .btn-area {
 	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
 }
 .title-wrap .btn-area .btn-wrap {
	width: 40%;
    margin: 0 5% 0 30%;
 }
 .title-wrap .btn-area .img-wrap {
	width: 25%;
 }
 .title-wrap .btn-area .img-wrap p {
	text-align: left;
    font-size: 0.8rem;
    margin-top: 6px;
    font-weight: bold;
 }
	 

/* btn  */
.btn-wrap{ text-align: center;
    width: 40%;
    margin: 0 auto;
    color: #FFF;
}

.btn-wrap p.deadline{
	margin: 20px 0 0;
   color: #cf1225;
   /*color: #FFF;*/
    font-weight: bold;
}

.btn-wrap p.deadline.white{
	color: white;
}


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


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

	.btn-animation-02 span {
		position: relative;
		z-index: 1;
		padding: 0 24px;
	}
	.btn-animation-02 span.allow {
		font-size: 1.2rem;
		padding: 0;

	}
	.btn-animation-02::before,
	.btn-animation-02::after {
	  content: "";
	  display: block;
	  background-color: #0084ff;
	  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: #0084ff;
	}

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



/*.btn-animation-wh---------------------------------------*/


.btn-wrap-wh{
	background: #01529c;
	text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #0084ff;
	padding: 20px 0;
}

.btn-animation-wh {
	width: 40%;
	margin: 20px auto 5px ;
	border-radius: 50px;
	color: #0084ff;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #0084ff;
	border: 1px solid #fff;
	font-size: 1.825rem;
	text-decoration: none;
	position: relative;
	padding: 10px;
	}

	.btn-animation-wh a{
		color: #0084ff;
		display: block;
	}

	.btn-animation-wh span {
		position: relative;
		z-index: 1;
		padding: 0 24px;
	}
	.btn-animation-wh span.allow {
		font-size: 1.2rem;
		padding: 0;
	}

	.btn-animation-wh::before,
	.btn-animation-wh::after {
	  content: "";
	  display: block;
	  background-color: #fff;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  transition: .2s;
      border-radius: 50px;
	}
	.btn-animation-wh::before {
	  left: 0;
	}
	.btn-animation-wh::after {
	  right: 0;
	}

	.btn-animation-wh:hover:before,
	.btn-animation-wh:hover:after {
	  width: 0;
	  background-color: #0084ff;
	  color:#FFF ;
	}

	.btn-animation-wh:hover,
	.btn-animation-wh a:hover {
	  color: #FFF;
	}

	.btn-wrap-wh .deadline{
		color: #FFF;
		font-size:1.125rem;
		font-weight: bold;
		padding-bottom: 20px;
	}
	
	.btn-wrap.mt30{
		margin-top: 30px;
	}
	
.btn-close {
    background: #989898;
    text-align: center;
    display: block;
    width: 60%;
    margin: 10px auto 20px;
    padding: 20px;
    font-size: 1.25rem;
    border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}



/* main---------------------------------- */

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


.greeting-wrap{
	width: 100%;
	background: #e5e5e5;
	padding: 30px 0; 
	}

	.greeting-wrap .greeting-text{
		font-size: 0.9375rem;
		text-align: left;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto
	}
	
	.greeting-wrap .greeting-text span{
		font-size: 0.75rem;
		font-weight: bold;
	}

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

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


/*.instructor-box ---------------------------------*/
h3.prof-time{
		background: #141c42;
		border-radius: 50px;
		color: #FFF;
		font-size: 1.25rem;
		font-weight: bold;
		margin:20px auto 10px;
		padding: 5px;
		width: 250px;
		text-align: center;
	}

.instructor-wrap{
	background: url("../img/img_blue_bg.jpg") left top repeat-y;
	padding-top: 20px;
}

.instructor-box{
	display: flex;
	justify-content: center;
	align-items: top;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.instructor-box .prof-photo{
	width: 13%;
}

.instructor-box .prof-photo img{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


.instructor-box .white-bord{
	width: 80%;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-left: 10px;
}

.instructor-box .white-bord .prof-wrap{
    padding: 10px;
    line-height: 1.2;
}

	.instructor-box .prof-wrap .prof-co,
	.instructor-box .prof-wrap .prof-name{
		font-weight: bold;
		margin-bottom: 5px;
	}

	.instructor-box .prof-wrap .prof-position{
		margin-bottom: 5px;
	}


	.instructor-box .prof-wrap .prof-text{
		font-size:0.875rem;
	}
	
/*.instructor-box2 ---------------------------------*/
.instructor-box2{
	display: flex;
	justify-content: center;
	align-items: top;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.instructor-box2 .prof-photo{
	width: 13%;
}

.instructor-box2 .prof-photo img{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}


.instructor-box2 .white-bord{
	width: 80%;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-right: 10px;
}

.instructor-box2 .white-bord .prof-wrap{
    padding: 20px;
	line-height: 1.2;
}

	.instructor-box2 .prof-wrap .prof-co,
	.instructor-box2 .prof-wrap .prof-name{
		font-weight: bold;
		margin-bottom:5px;
	}

	.instructor-box2 .prof-wrap .prof-position{
		margin-bottom: 5px;
	}


	.instructor-box2 .prof-wrap .prof-text{
		font-size:0.875rem;
	}

.mb50{padding-bottom: 50px;}
.pb20{padding-bottom: 20px;}


/*program-wrap----------------------------------*/
.program-wrap{
	background: #EEE;
	padding: 20px 0;
}

.program-wrap .program-table{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #FFF;
	border: 2px solid #eee;
}

.program-table li{
	border-left: 2px solid #EEE;
	border-bottom: 4px solid #EEE;
}

.program-table .schedule{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	width: 20%;
}

.program-table .contents{
	border-left:4px solid #eee;
	width: 80%;
	padding: 10px 20px;
}

.program-table li.pd0{
	border-bottom: none;

}

.program-table .contents .program-title,
.program-table .contents .program-name{
	font-weight: bold;
}

.program-table .contents .program-co,
.program-table .contents .program-posi{
	font-size:0.825rem;
	
}

.program-table .contents .program-title{
	margin-bottom: 10px;
}

.program-table .contents .mb0,
.program-table .contents .mb0{
	margin: 0;
}


/*about-wrap-------------------------------*/

.about-wrap{
	background: url( "../img/img_about.jpg")right top repeat-x;
	background-size: cover;
	padding: 20px 0;
}


.about-wrap .about-list{
	background: rgba(0,97,185,0.6);
	color: #FFF;
	max-width: 800px;
	width: 100%;
	margin: 20px auto 0;
	padding: 20px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.about-wrap .about-list dt{
	width:  10%;
	display: flex;
	justify-content: center;
	align-items:flex-start;
}

.about-wrap .about-list dt span{
	background: #FFF;
	color: #121212;
	font-weight: bold;
	padding: 0 10px;
	border-radius:50px;
}

.about-wrap .about-list dd{
	width: 88%;
	margin-left: 10px;
	margin-bottom: 5px;

}



/*.footer ---------------------------------*/

.footer-wrap{
	width: 100%;
	background-color: #222;
	color: #FFF;
	text-align: center;
	padding: 20px 20px 0 20px;
}

	.ft-name{
		font-size: 1.125rem;
		line-height: 1.4;
		font-weight: bold;
	}
	
	.ft-notes{
		margin: 20px 0;
	}
	
	.ft-notes a{
		color: #FFF;
		text-decoration: none;
	}
	.ft-notes a:hover{
		text-decoration: underline;
	}


/* @media 590px ---------------------------------*/


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

.title-main{
	font-size: 2.825rem;
}

.title-flex {
    align-items: center;
	margin-left: 20px;
}

.title-wrap{
	padding-left: 10px;
	padding-right: 10px;
}

.title-date{ width: 80%;}

.greeting-wrap{
	padding: 30px 10px;
	line-height: 1.4;
}


.btn-wrap {
    width: 80%;
}

.btn-animation-wh {
    width: 90%;
    font-size: 1.5rem;
}




}/*end 896*/





/* @media 590px ---------------------------------*/

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

.title-sub {
    justify-content: center;
}

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

.title-flex {
    display: block;
	padding-left: 10px !important;
	margin-top: -30px !important;
}


.title-flex figure{
	width: 25%;
	margin-bottom: 10px;
}

.title-flex .title-forum {
    font-size: 1.5rem;
}

.title-main {
    font-size: 2.125rem;
}
	.title-main span{
		display: inline;
			}


.sub-title {
    font-size: 1rem;
    margin-top: 0px; 
    padding: 0 20px;
    text-align: left;
}

.title-date {
    font-size: 1.5rem;
	width: 90%;
	margin-top: 15px;
}

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


.instructor-sp{
	display: block;
	justify-content: center;
}
.instructor-sp .ito-wrap{
	margin-right: 0;
	justify-content: center;
	width: 100%;
	
	}
	
.instructor-sp .tamatsuka-wrap{
	justify-content: center;
	margin-top: 20px;
	width: 100%;

}

.instructor-sp li.prof{
	width: 50%;
}.instructor-sp .tamatsuka-wrap

.instructor-sp li.photo{
	width: 30%;
}




.btn-animation-02 {
	font-size: 1.25rem;
	margin: 20px auto 0;
}

.btn-animation-02 span.allow {
    font-size: 0.875rem;
}


.btn-wrap-wh .deadline {
    font-size: 1rem;
}

.btn-animation-wh span.allow {
    font-size: 0.875rem;
}


.instructor-box{
	display: block;
	margin: 20px auto 0;
	padding-bottom: 20px;
}

.instructor-box2{
	margin: 0 auto 0;
	display: flex;
    flex-wrap: wrap-reverse;
}

.instructor-box .prof-photo,
.instructor-box2 .prof-photo {
    width: 100%;
    margin: 0 auto;
    max-width: 150px;
}

.instructor-box .white-bord,
.instructor-box2 .white-bord {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    width: 95%;
}

.instructor-box .white-bord .prof-wrap,
.instructor-box2 .white-bord .prof-wrap {
    margin: 0 20px 0 20px;
	padding: 30px 0 10px 0;
}

.instructor-box .prof-wrap .prof-time,
.instructor-box2 .prof-wrap .prof-time{
	margin-top: 0;
}


.about-wrap {
    padding: 20px 0 0;
}

.about-wrap .about-list dt {
    width: 25%;
}

.about-wrap .about-list dd {
    width: 72%;
}

.mt0{margin-top: 0;}

.about-wrap .about-list{
	padding: 20px 10px;
}

.btn-close {
    width: 80%;
}



}/*end*/


