@charset "UTF-8";

/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	min-width: 1280px;
	color: #333;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height:1.2;
	background: #f0f1f4;
}
a{
	color: #333;
	text-decoration: none;
	cursor: pointer!important;
	transition: 0.4s;
}
a:hover{
	opacity: 0.6;
}
img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}
@media print, screen and (max-width: 480px) {
	body{
		min-width: 0;
	}
}

header{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 32px 0;
	background: #0056ac;
}
footer{
	background: #fff;
	padding: 26px 0;
}
footer .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 960px;
	margin: 0 auto;
}
footer .inner .logo{
	display: block;
	width: 186px;
}
footer .inner .copy{
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	header{
		font-size: 5.5vw;
		padding: 5vw 0;
	}
	footer{
		padding: 5vw 4vw;
	}
	footer .inner{
		display: block;
		width: 100%;
	}
	footer .inner .logo{
		width: 46.5vw;
	}
	footer .inner .copy{
		display: block;
		font-size: 3vw;
		text-align: center;
		margin: 5.5vw 0 0;
	}
}

.conainer{
	width: 1080px;
	margin: 60px auto 35px;
	background: #fff;
	border: 1px solid #dadce0;
}
.tabs {
	display: flex;
    justify-content: space-evenly;
	border-bottom: 3px solid #0056ac;
}
.tabs a {
	width: 100%;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	border-right: 1px solid #dadce0;
	padding: 17px 0;
}
.tabs a.transition {
	transition: 0.4s;
}
.tabs a:last-child {
	border-right: none;
}
.tabs a:hover {
	background: #deebf7;	
	opacity: 0.6;
}
.tabs a.active {
	color: #fff;
	background: #0056ac;
}
.nte_txtBox {
	display: none;
	padding: 44px 50px 50px;
}
.tab_show {
	display: block;
}
@media screen and (max-width: 480px) {
	.conainer{
		width: 100%;
		margin: 10vw 0;
	}
	.tabs {
		flex-wrap: wrap;
	}
	.tabs a {
		width: 50%;
		font-size: 5vw;
		padding: 4vw 0;
		border-bottom: 1px solid #dadce0;
		box-sizing: border-box;
	}
	.tabs a:nth-child(even){
		border-right: none;
	}
	/*
	.tabs a:last-child{
		width: 100%;
		border-bottom: none;
	}
	*/
	.nte_txtBox {
		padding: 10vw 4vw 12vw;
	}
}

.nte_txtBox .school_class{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.nte_txtBox .sub_tit{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	margin: 26px 0 0;
}
.desc_area{
	margin: 40px 0 50px;
	background: #f7f7f7;
}
.desc_area .date{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: 6px 0;
	background: #004594;
}
.desc_area .txt{
	font-size: 16px;
	line-height: 1.75;
	padding: 24px 32px;
}
.current,
.archive{
	margin: 0 0 70px;
}
.current .year,
.archive .year{
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	margin: 0 15px 24px 0;
}
.current .box,
.archive .box{
	position: relative;
	border: 1px solid #ccc;
	box-shadow: 8px 8px #f2f2f2;
	margin: 0 0 44px;
	padding: 0 25px 44px;
}
.current .box .tag{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: #004594;
	padding: 4px 28px;
	margin: -1px 0 0 -26px;
}
.current .box .tag.archive{
	background: #94001f;
}
.current .box .tit,
.archive .box .tit{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.7;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 12px;
	margin: 20px 0 0;
}
.current .box .detail_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 10px;
	margin: 30px 0 0;
}
.current .box .teacher{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 485px;
}
.current .box .teacher.no_comment {
	width: unset;
}
.current .box .img{
	width: 130px;
	margin: 0 30px 0 0;
}
.current .box .info .label,
.archive .box .info .label{
	display: inline-block;
	font-size: 15px;
	text-align: center;
	padding: 5px 23px;
	background: #e8eef5;
}
.current .box .post{
	font-size: 13px;
	font-weight: 500;
	margin: 18px 0 10px;
}
.current .box .name,
.archive .box .name{
	font-size: 18px;
	font-weight: 500;
}
.current .box .name span,
.archive .box .name span{
	font-size: 26px;
	font-weight: 500;
	margin: 0 10px 0 0;
}
.current .box .info_txt,
.archive .box .info_txt{
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
	margin: 20px 8px 0;
}
.current .box .movie{
	width: 390px;
}
.current .box .movie a{
	position: relative;
	display: block;
}
.current .box .movie .icon_play{
	position: absolute;
	display: block;
	width: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.current .box .movie .cap{
	font-size: 15px;
	font-weight: 500;
	margin: 20px 0 0;
	text-align: center;
}
.current .box .info_link{
	margin: 20px 0 0 8px;
	font-size: 14px;
	line-height: 2;
}
.current .box .info_link a{
	color: #0071bc;
}
.current .box .movie .comming_soon{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 194px;
	line-height: 2;
	border: solid 1px #cacaca;
	background: #fafafa;
}
.current .box .movie .comming_soon .txt{
	font-size: 24px;
	font-weight: 700;
}
.current .box .movie .comming_soon .tips{
	font-size: 12px;
}
.btn_appli{
	position: relative;
	display: block;
	width: 400px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 60px;
	background: #0080b2;
	border-radius: 6px;
	margin: 0 auto 36px;
}
.btn_appli:after {
	position: absolute;
    content: "\f105";
	font-size: 18px;
    font-family: "Font Awesome 5 Pro";
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.btn_appli.end {
	pointer-events: none;
	color: #555;
	background: #ededed;
}
.btn_appli.end:after {
   content: "";
}


.appli_link{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.appli_link a{
	color: #0071bc;
	border-bottom: 1px solid #0071bc;
	padding: 0 0 5px;
}
.appli_info{
	background:  linear-gradient(to right, rgba(179,179,179,1), rgba(179,179,179,1) 12px, transparent 12px) repeat-x left top;
	background-size: 24px 1px;
	margin: 50px 0 0;
	padding: 20px 0 0;
}
.start_time{
	display: flex;
	justify-content: center;

	background:  linear-gradient(to right, rgba(179,179,179,1), rgba(179,179,179,1) 12px, transparent 12px) repeat-x left top;
	background-size: 24px 1px;
    background-position: bottom;
    padding-bottom: 30px;
    margin-bottom: 50px;
}


.start_time th,
.start_time td{
	color: #004594;
	font-size: 18px;	
	font-weight: 700;
	text-align: left;
	padding-bottom: 20px;
}
.start_time th{
	position: relative;
	padding-right: 20px;
}
.start_time td{
	padding-left: 5px;
}
.start_time th:after{
	position: absolute;
	content: "：";
	display: block;
	top: 0;
	right: 0;
}
.appli_notice{
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.75;
	margin: 30px 0 0;
}
@media screen and (max-width: 480px) {
	.nte_txtBox .school_class{
		font-size: 4vw;
	}
	.nte_txtBox .sub_tit{
		font-size: 5vw;
		margin: 5vw 0 0;
	}
	.desc_area{
		margin: 8vw 0;
	}
	.desc_area .date{
		font-size: 3.75vw;
		padding: 2vw 0;
	}
	.desc_area .txt{
		font-size: 4vw;
		padding: 4vw 5vw;
	}
	.current,
	.archive{
		margin: 0 0 12.5vw;
	}
	.current .year,
	.archive .year{
		font-size: 3.75vw;
		margin: 0 4vw 6vw 0;
	}
	.current .box,
	.archive .box{
		box-shadow: 2vw 2vw #f2f2f2;
		margin: 0 0 11vw;
		padding: 0 4vw 11vw;
	}
	.current .box .tag{
		font-size: 4vw;
		padding: 1.5vw 8vw;
		margin: -1px 0 0 0;
		margin-left: calc(-4vw - 1px);
	}
	.current .box .tit,
	.archive .box .tit{
		font-size: 5.5vw;
		padding: 0 1.5vw 3vw;
		margin: 4vw 0 0;
	}
	.current .box .detail_wrap{
		display: block;
		padding: 0 1.5vw;
		margin: 6.5vw 0 0;
	}
	.current .box .teacher{
		display: block;
		width: 100%;
	}
	.current .box .img{
		width: 37.5vw;
		margin: 0 0 4.5vw;
	}
	.current .box .info .label,
	.archive .box .info .label{
		font-size: 3.75vw;
		padding: 1.25vw 6vw;
	}
	.current .box .post{
		font-size: 3.25vw;
		margin: 4.5vw 0 2.5vw;
	}
	.current .box .name,
	.archive .box .name{
		font-size: 4vw;
	}
	.current .box .name span,
	.archive .box .name span{
		font-size: 6vw;
		margin: 0 2.5vw 0 0;
	}
	.current .box .info_txt,
	.archive .box .info_txt{
		font-size: 3.5vw;
		margin: 5vw 0 0;
	}
	.current .box .movie{
		width: 100%;
		margin: 7vw 0 0;
	}
	.current .box .movie .icon_play{
		width: 15vw;
	}
	.current .box .movie .cap{
		font-size: 3.5vw;
		margin: 4vw 0 0;
	}
	.current .box .info_link{
		margin: 5vw 0 0;
		font-size: 3.5vw;
	}
	.current .box .movie .comming_soon{
		height: 40vw;
	}
	.current .box .movie .comming_soon .txt{
		font-size: 6vw;
	}
	.current .box .movie .comming_soon .tips{
		font-size: 3vw;
	}	
	.btn_appli{
		width: 90%;
		height: 15vw;
		font-size: 4.5vw;
		line-height: 15vw;
		border-radius: 1.5vw;
		margin: 0 auto 8.75vw;
	}
	.btn_appli:after {
		font-size: 4.5vw;
		right: 5.5vw;
	}
	
	.appli_link{
		font-size: 3.5vw;
	}
	.appli_link a{
		padding: 0 0 1.25vw;
	}
	.appli_info{
		background:  linear-gradient(to right, rgba(179,179,179,1), rgba(179,179,179,1) 3vw, transparent 3vw) repeat-x left top;
		background-size: 6vw 1px;
		margin: 10vw 0 0;
		padding: 9vw 0 0;
	}
	.start_time{
		display: block;
	}
	.start_time th,
	.start_time td{
		font-size: 3.25vw;	
		padding-bottom: 4vw;
	}
	.start_time th{
		padding-right: 1em;
	}
	.start_time td{
		padding-left: 0;
	}
	.appli_notice{
		display: block;
		font-size: 3.25vw;
		margin: 3vw 0 0;
	}
}

.archive .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archive .box{
	width: 480px;
	padding: 26px 12px;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.archive .box .tit{
	font-size: 17px;
	margin: 0;
	min-height: 60px;
}
.archive .box .detail_wrap{
	padding: 0 10px;
	margin: 30px 0 0;
}
.archive .box .info{
	display: flex;
	align-items: center;
}
.archive .box .info .label{
	margin-right: 20px;
}
@media screen and (max-width: 480px) {
	.archive .wrap{
		display: block;
	}
	.archive .box{
		width: 100%;
		padding: 6vw 4vw;
		margin: 0 0 7vw;
	}
	.archive .box .tit{
		font-size: 4.25vw;
		min-height: 0;
	}
	.archive .box .detail_wrap{
		padding: 0 1.5vw;
		margin: 6.5vw 0 0;
	}
	.archive .box .info{
		display: block;
	}
	.archive .box .info .label{
		margin: 0 0 4vw;
	}	
}

.current .box .tags{
	display: flex;
	margin: -1px 0 0 -26px;
}
.current .box .tags .tag{
	margin: 0;
}
.current .box .tags .time{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: #0080b2;
	padding: 4px 28px;
}
#joho .current .box .detail_wrap{
	justify-content: flex-start;
}
#joho .current .box .detail_wrap .txt_wrap{
	width: 746px;
}
#joho .current .box .post{
	margin: 0 0 10px;
}
#joho .current .box .info_txt{
	margin: 16px 0 0;
}

.eigo_workshop .tags .time {
	margin-left: 26px !important;
}

.eigo_workshop .info_txt {
	margin-top: 90px !important;
}

.workshop_intro {
	line-height: 1.75;	
	margin-top: 20px;
}

.workshop_info {
	line-height: 1.75;	

}

@media screen and (max-width: 480px) {
	.current .box .tags{
		margin: -1px 0 0 0;
		margin-left: calc(-4vw - 1px);
	}
	.current .box .tags .time{
		font-size: 4vw;
		padding: 1.5vw 8vw;
	}
	.current .box .tags.large{
		display: block;
		margin: -1px 0 0 0;
		margin-left: calc(-4vw - 1px);
		margin-right: calc(-4vw - 1px);
	}
	.current .box .tags.large p{
		width: 100%;
		box-sizing: border-box;
	}
	#joho .current .box .detail_wrap .txt_wrap{
		width: 100%;
	}
	#joho .current .box .post{
		margin: 0 0 2.5vw;
	}
	#joho .current .box .info_txt{
		margin: 5vw 0 0;
	}

	.eigo_workshop .tags .time {
		margin-left: 17px !important;
	}

	.eigo_workshop .info_txt {
		margin-top: 20px !important;
	}

}

.limit_over {
	border: solid 1px red;
	margin: 40px 0;
	color: red;
	padding: 40px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.workshop_info {
	margin-top: 20px;
    border-top: 1px solid #ccc;
    padding: 20px 10px 0 10px;
    font-size: 16px;
}
   
@media screen and (max-width: 480px) {
	.workshop_info {
		padding-left: 0;
		padding-right: 0;
    	font-size: 3.5vw;	
    }
}

.box h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    padding: 0 10px 10px 0;
    margin: 40px 0 0 0;

	background: linear-gradient(to right, rgba(179,179,179,1), rgba(179,179,179,1) 12px, transparent 12px) repeat-x left top;
    background-size: 24px 1px;
    background-position: bottom;
}


.current .box .movie.mitei a{
	pointer-events:none;
}

.current .box .movie.mitei img:last-child{
	display: none;
}
