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



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 46px;
	height: 340px;
	background: #FFFFDE;
	text-align: left;
}
#main-text h2 {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
	font-size: 2.266rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
#main-text h2 strong {
	color: #FF5B26;
}
#main-text div {
	margin-top: 1.5em;
	font-size: 1.2rem;
	line-height: 1.6;
}
#main figure {
	position: relative;
	-webkit-transform: translate(0, -48px);
	transform: translate(0, -48px);
	z-index: 2000;
}



/****************************************************************************************************
warning
****************************************************************************************************/
.warning {
	padding: 30px;
	background: #FFCFBF;
}
.warning h3 {
	font-size: 1.866rem;
	line-height: 1.4;
}
.warning h3 strong {
	color: #46008C;
}
.warning dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.2em;
	color: #46008C;
}
.warning a {
	color: #46008C;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	width: 1200px;
	margin: auto;
	padding-top: 70px;
}
#contents-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 39px;
	text-align: left;
}
.section-ttl h3 {
	font-size: 1.866rem;
	line-height: 1.4;
	color: #46008C;
	text-align: center;
}
.section-ttl + .section-body {
	margin-top: 28px;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
	width: 581px;
}
.tab + .tab {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(51,0,102,.5);
}
.tab ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 1px;
}
.tab ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 290px;
	min-height: 160px;
	line-height: 1.4;
}
.tab ul li a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0.5em 0.5em 0.5em 1.1em;
	background: #46008E;
	color: #FFF;
	font-size: 1.866rem;
	font-weight: bold;
}
.tab ul li a .small {
	font-size: 1.333rem;
}
.tab ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 28px 0 0;
    border-color: #FFFF00 transparent transparent transparent;
}
.tab ul li a::before {
	position: absolute;
	right: 24px;
	bottom: 24px;
	content: "";
	display: inline-block;
	width: 34px;
	height: 9px;
	border-right: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	-webkit-transform: skew(45deg, 0);
	transform: skew(45deg, 0);
	transform-origin: right bottom;
}

.tab ul li#application_documents {
	width: 100%;
	min-height: 100px;
}
.tab ul li#application_documents a {
	background: #FF966F;
}

.tab ul li#assosiation {
	/* width: 100%; */
	min-height: 100px;
	/* min-height: 160px; */
}
.tab ul li#assosiation a::after {
    border-color: #FF966F transparent transparent transparent;
}
.tab ul li#assosiation a::before {
	border-color: #FAB094;
}



/****************************************************************************************************
news
****************************************************************************************************/
#news {
	width: 580px;
}
.news-block {
	padding: 25px 25px 0 25px;
	background: #FAFAFA;
	border: 1px solid rgba(51,0,102,.5);
}
.news-block#notices {
	background: #FFFFDE;
}
.news-block + .news-block {
	margin-top: 27px;
}
.news-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-ttl h4 {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	color: #46008C;
	font-size: 1.333rem;
}
.news-ttl div a {
	color: #46008C;
}
.news-body {
	height: 123px;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(51,0,102,.5);
	overflow: scroll;
	line-height: 1.6;
}
.news-body dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1em;
}
.news-body dl dt {
	color: #5900B2;
	font-weight: bold;
}
.news-body dl + dl {
	margin-top: 0.5em;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 6vw;
		height: auto;
		padding: 10vw;
	}
	#main-text h2 {
		font-size: 2rem;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 1.6;
	}
	#main-text div {
		margin-top: 1.0em;
		font-size: 1.2rem;
	}
	#main figure {
		width: 60vw;
		margin: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		z-index: 100;
	}
	
	
	
	/****************************************************************************************************
	warning
	****************************************************************************************************/
	.warning {
		padding: 6vw 4vw;
	}
	.warning h3 {
		font-size: 1.4rem;
	}
	.warning dl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.6em;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		width: 92vw;
		margin: auto;
		padding-top: 10vw;
	}
	#contents-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10vw;
	}
	.section-ttl + .section-body {
		margin-top: 4vw;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	#index {
		width: 100%;
	}
	.tab + .tab {
		margin-top: 6vw;
		padding-top: 6vw;
	}
	.tab ul {
		gap: 4vw 1vw;
	}
	.tab ul li {
		width: 45.5vw;
		min-height: 30vw;
	}
	.tab ul li a {
		padding: 0.5em 0.5em 0.5em 1em;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.tab ul li a .small {
		display: inline-block;
		font-size: 1.2rem;
	}
	.tab ul li a::after {
		border-width: 7vw 7vw 0 0;
	}
	.tab ul li a::before {
		right: 4vw;
		bottom: 4vw;
		width: calc(34vw / 5);
		height: calc(9vw / 5);
	}
	
	.tab ul li#application_documents {
		min-height: 20vw;
	}
	
	/* .tab ul li#assosiation {
		min-height: 30vw;
	} */
	

	
	
	/****************************************************************************************************
	news
	****************************************************************************************************/
	#news {
		width: 100%;
	}
	.news-block {
		padding: 5vw 5vw 5vw 5vw;
	}
	.news-block + .news-block {
		margin-top: 4vw;
	}
	.news-body {
		height: auto;
	}
	.news-body dl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	
}