<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainvisual-contents {
	width: 100%;
	height: 200px;
	position: relative;
}

#mainvisual-contents h2 {
	background-size: cover;
	height: 200px;
}

#mainvisual-contents h2 span {
	display: block;
	width: 940px;
	margin: 0 auto;
	height: 200px;
	line-height: 200px;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-shadow: 0 0 10px #000;
}

#mainvisual-contents h2 span.black {
	color: #000;
	text-shadow: 0 0 10px #fff;
}

#mainvisual-contents .breadcrumb {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 140%;
	height: 30px;
	width: 100%;
	background: url(../../images/bg_mainvisual.png) left top repeat;
}

#mainvisual-contents .breadcrumb ul {
	width: 940px;
	margin: 0 auto;
	padding: 7px 0px;
	overflow: hidden;
}

#mainvisual-contents .breadcrumb ul li {
	float: left;
	margin-right: 10px;
	color: #fff;
}

#mainvisual-contents .breadcrumb ul li a {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#mainvisual-contents .breadcrumb ul li:after {
	content: "\003E";
	display: inline-block;
	margin-left: 10px;
	font-size: 10px;
}

#mainvisual-contents .breadcrumb ul li:last-child:after {
	content: none;
	margin-left: 0;
}

.area-contents {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.area-contents:after {
	content: "";
	clear: both;
	display: table;
}

.mainConts {
	width: 710px;
	float: left;
	overflow: hidden;
	padding: 40px 30px 50px 0px;
	border-right: 1px solid #eeeeee;
}

.mainConts h2 {
	font-size: 27px;
	margin-bottom: 37px;
	line-height: 28px;
	color: #000;
	clear: both;
}

.mainConts h3.ttl {
	background: url(../../images/ttl_low.png) no-repeat left;
	line-height: 30px;
	padding: 0 0 0 20px;
	margin: 40px 0 20px;
	font-size: 18px;
	clear: both;
}

.mainConts h4.ttl {
	line-height: 30px;
	margin: 40px 0 15px;
	font-size: 18px;
	clear: both;
}

.mainConts p {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.mainConts strong.red {
	color: #be0027;
}

.mainConts span.black {
	color: #FFF;
	background: #000;
	display: inline-block;
	padding: 5px 10px;
}

.mainConts img {
	vertical-align: top;
}

.mainConts p img.small {
	float: right;
	padding: 0 0 1em 1em;
}

.mainConts p a {
	color: #be0027;
}

.mainConts ul {
	list-style: none;
	margin: 0 0 30px;
}

.mainConts table {
	width: 100%;
	border: 1px solid #dddddd;
	border-collapse: collapse;
	margin: 0 0 20px;
}

.mainConts table th {
	background: #F0F0F0;
	text-align: left;
}

.mainConts table th,
.mainConts table td {
	padding: 10px;
	border: 1px solid #dddddd;
}

.mainConts div.photobox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	clear: both;
}

.mainConts dl.photo {
	width: 44%;
	margin: 0 3%;
}
.mainConts dl.photo.photo_wide {
	width: 94%;
	margin: 0 3%;
}

.mainConts dl.photo2 {
	width: 27%;
	margin: 0 3%;
}

.mainConts dl.photo dt,
.mainConts dl.photo2 dt {
	margin: 0 0 10px;
}

.mainConts dl.photo dt img,
.mainConts dl.photo2 dt img,
.mainConts dl.photo dd img,
.mainConts dl.photo2 dd img {
	width: 100%;
	height: auto;
}

.mainConts dl.photo dd,
.mainConts dl.photo2 dd {
	margin: 0 0 30px;
}

.mainConts dl.point {
	border: 1px solid #dddddd;
	padding: 20px 20px 0;
	margin: 0 10px 30px;
}

.mainConts dl.point dt {
	font-size: 15px;
	font-weight: bold;
	color: #be0027;
	margin: 0 0 10px;
}

.mainConts dl.point dd {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f0f0f0;
}

.mainConts dl.point dd img {
	float: right;
	padding: 0 0 10px 20px;
}

.mainConts dl.point dd:nth-last-of-type(1) {
	padding: 0;
	border-bottom: none;
}

.mainConts dl.point dd strong {
	display: block;
	margin: 0 0 8px;
}

.area-archive {
	width: 250px;
	float: right;
	background: #fff;
	z-index: 1;
	top: -50px;
	position: relative;
}

.area-archive a[nohref] {
	color: #999;
}

.area-archive h3 {
	text-align: center;
	font-size: 1.8rem;
	color: #be0027;
	margin: 18px 0px 20px;
	font-weight: normal;
	z-index: 5;
}

.area-archive ul {
	display: block;
	overflow: hidden;
}

.area-archive ul li {
	background: #fff;
	width: 100%;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
	margin-left: -7px;
}

.area-archive ul li.current.under {
	margin: 0 0 0 -42px;
	text-indent: 55px;
}

.area-archive ul li a {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px 0px;
}

.area-archive ul li.current a {
	background-color: #be0027;
	color: #fff;
}

.area-archive ul li a &gt; span {
	display: block;
	background: url(../../images/bg_news_hover_arrow01.png) 30px 10px no-repeat;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	padding: 0 0 0 40px;
}

.area-archive ul li.current a &gt; span {
	background: url(../../images/bg_news_arrow01.png) 30px 10px no-repeat;
	padding: 0 0 0 40px;
}

.area-archive ul li.current.under a &gt; span {
	background: url(../../images/bg_news_arrow01.png) 43px 10px no-repeat;
}

.area-archive ul li.current ul {
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	margin: 0 0 0 58px;
	width: 240px;
}

.area-archive ul li.current ul li {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
	text-indent: 0px;
}

.area-archive ul li.current ul li a {
	background: url(../../images/ico_arrow.png) 30px 8px no-repeat #FFF;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 0 0 42px;
}

.area-archive ul li.current ul li.current a {
	color: #be0027;
}

#footer {
	clear: both;
}

/*Clearfix*/

.clr {
	/zoom: 1;
}

.clr:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}


/*******
	other
*******/

#mainvisual-contents.mainvisual-other {
	position: relative;
	height: 600px;
}

#mainvisual-contents.mainvisual-other h2 {
	background: url(../../facility/tower/images/bg_mv.jpg) center no-repeat;
	height: 600px;
}

#mainvisual-contents.mainvisual-other div.white {
	position: absolute;
	bottom: 30px;
	background: url(../../facility/tower/images/bg_white.png);
	width: 100%;
	padding: 20px 0;
}

#mainvisual-contents.mainvisual-other span {
	display: block;
	width: 940px;
	margin: 0 auto;
	height: auto;
	line-height: 1.5;
	color: #000;
	font-size: 42px;
	font-weight: bold;
}

#mainvisual-contents.mainvisual-other span em {
	display: block;
	line-height: 24px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}

.area-other.mainConts {
	width: 960px;
	float: none;
	overflow: hidden;
	padding: 40px 0 50px;
	border-right: none;
}

.area-other dl {
	margin: 0 0 50px;
}

.area-other dl dt {
	margin: 0 0 30px;
}

.area-other ul {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 102%;
	clear: both;
}

.area-other ul.two,
.area-other ul.three {
	margin: 0 0 30px -1%;
}

.area-other ul.two li {
	width: 48%;
	margin: 0 1%;
}

.area-other ul.three li {
	width: 31%;
	margin: 0 1%;
}

.area-other li.top40 {
	padding: 40px 0 0 0;
}

.area-other img {
	width: 100%;
	height: auto;
}

.area-other p.btn {
	width: 600px;
	margin: 0 auto 80px;
}


/*******
	other2
*******/

#mainvisual-contents.mainvisual-other2 {
	position: relative;
	height: 600px;
}

#mainvisual-contents.mainvisual-other2 h2 {
	background: url(../../facility/arena/images/bg_mv.jpg) center no-repeat;
	height: 600px;
}

.onehandred {
	background: url(../../facility/arena/images/text_bg.png) center no-repeat;
	height: 680px;
	margin: 0 0 40px;
}

.onehandred dl {
	text-align: center;
}

.onehandred dl dt {
	padding: 80px 0 0;
}

.onehandred dl dd {
	font-size: 14px;
	padding: 30px 0;
	line-height: 2.4;
	font-family: "繝偵Λ繧ｮ繝取�譛� ProN W6", "HiraMinProN-W6", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
}

.onehandred dl dd.name {
	line-height: 1.4;
}

.onehandred dl dd span {
	font-size: 22px;
	font-family: "繝偵Λ繧ｮ繝取�譛� ProN W6", "HiraMinProN-W6", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
}

.area-other2.mainConts {
	width: 960px;
	float: none;
	overflow: hidden;
	padding: 40px 0 50px;
	border-right: none;
}

.area-other2 dl {
	margin: 0 0 50px;
}

.area-other2 dl dt {
	position: relative;
	margin: 0 0 30px;
}

.area-other2 dl dt p {
	position: absolute;
	width: 320px;
	left: 0;
	font-size: 16px;
	line-height: 2;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}

.area-other2 dl dt p.read01 {
	top: 265px;
}

.area-other2 dl dt p.read02 {
	top: 280px;
}

.area-other2 dl dt p.read03 {
	top: 280px;
}

.area-other2 ul {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 102%;
	clear: both;
}

.area-other2 ul li.t30 {
	padding: 30px 0 0 0;
}

.area-other2 ul li.t60 {
	padding: 60px 0 0 0;
}

.area-other2 ul.two,
.area-other2 ul.three {
	margin: 0 0 30px -1%;
}

.area-other2 ul.two li {
	width: 48%;
	margin: 0 1%;
}

.area-other2 ul.three li {
	width: 31%;
	margin: 0 1%;
}

.area-other2 li.top40 {
	padding: 40px 0 0 0;
}

.area-other2 img {
	width: 100%;
	height: auto;
}

.area-other2 p.btn {
	width: 600px;
	margin: 0 auto 80px;
}

/*******
	department
*******/

.mainvisual-introductio h2 {
	background: url(../../greeting_head_school/images/bg_mv.jpg) center no-repeat;
}


/*******
	examination
*******/
.mainvisual-examination h2 {
	background: url(../../examination/images/bg_mv.jpg) center no-repeat;
}
@media screen and (max-width: 768px) {
	#mainvisual-contents.mainvisual-examination h2 {
		background: url(../../examination/images/bg_mv_sp.jpg) center no-repeat;
		background-size: 100% auto;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 38vw;
	}
	#mainvisual-contents.mainvisual-examination h2 span {
		width: 100%;
		height: auto;
		padding-left: 3vw;
		margin: 0 auto;
		line-height: 1.4;
		font-size: 7vw;
	}
}

/*******
	corse
*******/
.mainvisual-course h2 {
	background: url(../../super_advance/images/bg_mv.jpg) center no-repeat;
}

@media screen and (max-width: 768px) {
	#mainvisual-contents.mainvisual-course h2 {
		background: url(../../super_advance/images/bg_mv_sp.jpg) center no-repeat;
		background-size: 100% auto;
	}
	#mainvisual-contents h2 span {
		width: 100%;
		height: 38vw;
		padding-left: 3vw;
		margin: 0 auto;
		line-height: 38vw;
		font-size: 7vw;
	}
}

/*******
	route
*******/
.mainvisual-route h2 {
	background: url(../../go_support/images/bg_mv.jpg) center no-repeat;
}


/*******
	current
*******/

.mainvisual-current h2 {
	background: url(../../certificate/images/bg_mv.jpg) center no-repeat;
}


/*******
	graduate
*******/

.mainvisual-graduate h2 {
	background: url(../../now/images/bg_mv.jpg) center no-repeat;
}


/*******
	facility
*******/
.mainvisual-facility h2 {
	background: url(../../facility/images/bg_mv.jpg) center no-repeat;
}


/*******
	100th_donation
*******/
.mainvisual-100th_donation h2 {
	background: url(../../100th_donation/images/bg_mv.jpg) center no-repeat;
}

.area-introductio .faq-download {
	width: 100%;
	overflow: hidden;
	padding: 4px 20px 10px;
}

.area-introductio .faq-download li {
	width: 180px;
	float: left;
	margin: 0px 10px 30px;
}

.area-introductio .faq-download li img {
	width: 100%;
}

.area-introductio .faq-download figure {
	margin-bottom: 3px;
}

.area-introductio .faq-download h4 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
}

.area-introductio .faq-download .download-pdf:before {
	display: inline-block;
	content: "";
	height: 23px;
	width: 24px;
	vertical-align: top;
	margin: -3px 3px 0 0;
	background: url(../../images/ico_pdf.png) 0px 0px no-repeat;
	background-size: 22px;
}

@media screen and (max-width: 768px) {
	#mainvisual-contents {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#mainvisual-contents h2 {
		width: 100%;
		height: auto;
	}
	#mainvisual-contents h2 &gt; img {
		width: 100%;
		height: auto;
	}

	#mainvisual-contents .breadcrumb {
		top: 0;
		height: 25px;
	}
	#mainvisual-contents .breadcrumb .breadcrumb-sp {
		width: 100%;
		background: url(../../images/bg_news_arrow_sp.png) 100% center no-repeat;
		background-size: 25px;
		height: 25px;
		line-height: 25px;
		cursor: pointer;
		color: #fff;
		font-size: 13px;
		text-indent: 10px;
	}
	#mainvisual-contents .breadcrumb .breadcrumb-sp-inner {
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #eeeeee;
	}
	#mainvisual-contents .breadcrumb .breadcrumb-sp-inner a {
		display: block;
		font-size: 13px;
		color: #333333;
		text-decoration: none;
	}

	.area-contents {
		width: 100%;
	}
	.mainConts {
		width: 94%;
		overflow: hidden;
		padding: 0px;
		border-right: none;
		margin: 0 auto;
		float: initial;
	}
	.mainConts h2 {
		font-size: 1.4rem;
		margin-bottom: 10px;
		line-height: 22px;
	}
	.mainConts h3.ttl {
		background-image: url(../../images/ttl_low_sp.png);
		-webkit-background-size: 9px auto;
		-o-background-size: 9px auto;
		background-size: 9px auto;
		background-position: left top;
		background-repeat: no-repeat;
		line-height: 22px;
		padding: 0 0 0 20px;
		margin: 30px 0 10px;
		font-size: 1.3rem;
	}
	.mainConts h4.ttl {
		line-height: 22px;
		margin: 30px 0 10px;
		font-size: 1.25rem;
	}
	.mainConts p {
		font-size: 3.2vw;
		line-height: 170%;
		margin-bottom: 15px;
	}
	.mainConts p img {
		float: none;
		width: 100%;
		height: auto;
		padding: 0 0 1em;
	}
	.mainConts p img.noresize {
		width: auto;
		height: auto;
	}

	.mainConts table {
		width: 90%;
		border: 1px solid #dddddd;
		border-collapse: collapse;
		margin: 0 auto 2em;
	}
	.mainConts table:not(.table-sp) th {
		background: #F0F0F0;
		text-align: left;
	}
	.mainConts table th,
	.mainConts table td {
		padding: 10px;
		border: 1px solid #dddddd;
		display: block;
	}
	.mainConts table.table-sp th,
	.mainConts table.table-sp td {
		display: table-cell;
	}


	.mainConts dl.point {
		margin: 0 0 30px;
	}
	.mainConts dl.point dd img {
		float: none;
		padding: 0;
	}

	/*******
	other
*******/
	#mainvisual-contents.mainvisual-other {
		position: static;
		height: auto;
	}
	#mainvisual-contents.mainvisual-other h2 {
		background: none;
		height: auto;
	}
	#mainvisual-contents.mainvisual-other div.white {
		position: static;
		background: none;
		width: 100%;
		padding: 20px;
	}
	#mainvisual-contents.mainvisual-other h2 span {
		width: auto;
		font-size: 1.4em;
		font-weight: bold;
	}
	#mainvisual-contents.mainvisual-other h2 span em {
		line-height: 1.5;
		font-size: 1.2em;
	}
	.area-other.mainConts {
		width: 94%;
		float: none;
		overflow: hidden;
		padding: 20px 0 30px;
		margin: 0 auto;
		border-right: none;
	}
	.area-other dl {
		margin: 0 0 50px;
	}
	.area-other dl dt {
		margin: 0 0 30px;
	}
	.area-other ul {
		list-style: none;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 102%;
		clear: both;
	}
	.area-other ul.two,
	.area-other ul.three {
		margin: 0 0 30px -1%;
	}
	.area-other ul.two li {
		width: 48%;
		margin: 0 1%;
	}
	.area-other ul.three li {
		width: 31%;
		margin: 0 1%;
	}
	.area-other li.top40 {
		padding: 4% 0 0 0;
	}
	.area-other p.btn {
		width: auto;
		margin: 0 auto 40px;
	}


	#mainvisual-contents.mainvisual-other2 {
		position: static;
		height: auto;
	}
	#mainvisual-contents.mainvisual-other2 h2 {
		background: none;
		height: auto;
	}
	.onehandred {
		background: url(../../facility/arena/images/text_bg.png) center no-repeat cover;
		padding: 0 30px;
	}
	.onehandred dl {
		text-align: center;
	}
	.onehandred dl dt {
		padding: 80px 0 0;
	}
	.onehandred dl dd {
		font-size: 100%;
		padding: 30px 0;
		line-height: 2.4;
		font-family: "繝偵Λ繧ｮ繝取�譛� ProN W6", "HiraMinProN-W6", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
	}
	.onehandred dl dd.name {
		line-height: 1.4;
	}
	.onehandred dl dd span {
		font-size: 22px;
		font-family: "繝偵Λ繧ｮ繝取�譛� ProN W6", "HiraMinProN-W6", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
	}
	.area-other2.mainConts {
		width: 94%;
		float: none;
		overflow: hidden;
		padding: 20px 0 30px;
		margin: 0 auto;
		border-right: none;
	}
	.area-other2 dl {
		margin: 0 0 50px;
	}
	.area-other2 dl dt {
		position: static;
		margin: 0 0 30px;
	}
	.area-other2 dl dt p {
		position: static;
		width: auto;
		left: auto;
		top: auto;
		font-size: 100%;
		line-height: 2;
		text-shadow: 0px 0px 0px rgba(255, 255, 255, ��);
	}
	.area-other2 ul {
		list-style: none;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 102%;
		clear: both;
	}
	.area-other2 ul li.t30 {
		padding: 15px 0 0 0;
	}
	.area-other2 ul li.t60 {
		padding: 30px 0 0 0;
	}
	.area-other2 ul.two,
	.area-other2 ul.three {
		margin: 0 0 30px -1%;
	}
	.area-other2 ul.two li {
		width: 48%;
		margin: 0 1%;
	}
	.area-other2 ul.three li {
		width: 31%;
		margin: 0 1%;
	}
	.area-other2 li.top40 {
		padding: 4% 0 0 0;
	}
	.area-other2 p.btn {
		width: auto;
		margin: 0 auto 40px;
	}

	.area-archive {
		width: 100%;
		border-top: 2px solid #be0027;
		border-bottom: 2px solid #be0027;
		float: none;
		top: 0;
	}
	.area-archive h3 {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		font-weight: normal;
		color: #be0027;
		background: #dddddd;
		padding-left: 3%;
		margin: 0;
		text-align: left;
	}
	.area-archive ul {
		display: block;
		overflow: hidden;
	}
	.area-archive ul li {
		width: 100%;
		background: #fff;
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
		text-indent: 0px;
		margin-left: 0px;
		border-bottom: 1px solid #dddddd;
	}
	.area-archive ul li.current.under {
		margin: 0;
		text-indent: 0px;
	}
	.area-archive ul li a:after {
		content: none;
	}

	.area-archive ul li a &gt; span {
		background: url(../../images/bg_news_arrow01_sp.png) right center no-repeat;
	}
	.area-archive ul li.current a &gt; span {
		background: url(../../images/bg_news_hover_arrow01_sp.png) right center no-repeat;
	}
	.area-archive ul li.current.under a &gt; span {
		background: url(../../images/bg_news_hover_arrow01_sp.png) right center no-repeat;
	}
	.area-archive ul li a &gt; span,
	.area-archive ul li.current a &gt; span,
	.area-archive ul li.current.under a &gt; span {
		-webkit-background-size: 5px auto;
		-o-background-size: 5px auto;
		background-size: 5px auto;
	}
	.area-archive ul li a {
		font-size: 14px;
		color: #000000;
		text-decoration: none;
		display: block;
		padding: 11px 3%;

	}
	.area-archive ul li a span {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	.area-archive ul li.current a {
		background-color: #be0027;
		color: #fff;
	}



	.area-archive ul li.current ul {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
		margin: 0;
		width: auto;
	}
	.area-archive ul li.current ul li {
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	.area-archive ul li.current ul li a {
		background: url(../../images/bg_news_arrow01_sp.png) right 3% center no-repeat;
		-webkit-background-size: 5px auto;
		-o-background-size: 5px auto;
		background-size: 5px auto;
		color: #000;
		display: block;
		font-size: 12px;
		text-indent: 12px;
		padding: 11px 3%;

	}
	.area-archive ul li.current ul li br {
		display: none;
	}
	.area-archive ul li.current ul li.current a {
		color: #be0027;
	}
}

/*******
        pamphlet
	*******/

.area-pamphlet {
	font-size: 14px;
}

.area-pamphlet &gt; h3 {
	font-size: 20px;
	margin-bottom: 12px;
}

.section-pamphlet {
	padding: 2em 0;
}

.section-pamphlet .section-title {
	font-size: 20px;
	margin-bottom: 16px;
	background: url(../times/images/headline.png) 0px 0px no-repeat;
	padding-left: 1em;
}

.section-pamphlet &gt; h4 {
	font-size: 16px;
	margin-bottom: 1em;
}

.pamphlets {
	display: flex;
	flex-wrap: wrap;

}

.pamphlets li {
	width: 29%;
	margin-right: 6.5%;
	margin-bottom: 2em;
}

.pamphlets li:nth-child(3n) {
	margin-right: 0;
}

.pamphlets-backnumbers li {
	width: 40%;
	margin-right: 5%;
	margin-bottom: 1em;
}

.pamphlets-backnumbers li:nth-child(3n) {
	margin-right: 5%;
}

.pamphlets-onecolumn li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 1em;
}

.pamphlets-onecolumn li:nth-child(3n) {
	margin-right: 0;
}

.pamphlets li h4 {
	font-size: 14px;
	margin-bottom: 0.3em;
}

.pamphlets li figure {
	margin-bottom: 0.5em;
}

.pamphlets li figure img {
	width: 100%;
	max-width: 198px;
	outline: 1px solid #ccc;
	outline-offset: -1px;
}

.pamphlets .download-pdf {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	color: #000;
}

.pamphlets .download-pdf.download-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.pamphlets .download-pdf:hover {
	opacity: 0.7;
}

.pamphlets .download-pdf:before {
	display: block;
	content: "";
	height: 23px;
	width: 24px;
	background: url(../images/ico_pdf.png) 0px 0px no-repeat;
	background-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
}


/* ******
        100th_donation
	****** */

.table_100th_donation th {
	min-width: 6em;
}

.table_100th_donation dl {
	display: flex;
	margin-bottom: 1em;
}

.table_100th_donation dt {
	white-space: nowrap;
	padding-right: 1em;
}

.table_100th_donation small {
	font-size: smaller;
}

.area-100th_donation .button_donation img {
	max-width: 400px;
	width: 100%;
}


@media screen and (max-width: 768px) {
	.area-contact-contents h3.ttl {
		background-image: url(../images/ttl_low_sp.png);
		-webkit-background-size: 9px auto;
		-o-background-size: 9px auto;
		background-size: 9px auto;
		background-position: left top;
		background-repeat: no-repeat;
		line-height: 22px;
		padding: 0 0 0 20px;
		margin: 30px 0 10px;
		font-size: 1.3rem;
	}

	.area-contact-contents p {
		font-size: 3.2vw;
		line-height: 170%;
		margin-bottom: 15px;
	}

/*******
  pamphlet
*******/
	.area-pamphlet {
		font-size: 12px;
	}

	.area-pamphlet &gt; h3 {
		font-size: 16px;
	}

	.section-pamphlet .section-title {
		font-size: 16px;
	}

	.pamphlets li h4 {
		font-size: 12px;
	}

	.pamphlets-onecolumn li figure img {
		max-width: 30vw;
	}

	.pamphlets li {
		width: 32%;
		margin-left: 9%;
		margin-right: 9%;
	}

	.pamphlets li:only-child {
		margin-left: auto;
		margin-right: auto;
	}

	.pamphlets li:nth-child(3n) {
		margin-right: 9%;
	}

	.pamphlets-backnumbers li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.pamphlets-backnumbers li:nth-child(3n) {
		margin-right: 0;
	}
}

@-moz-document url-prefix() {
	.sec-contact-form dd select {
		width: -moz-calc(205px);
	}
}


/****************************
  go_on_record__image
****************************/
.go_on_record__image{
	display: flex;
	justify-content: space-between;
}
.go_on_record__image img{
	width: 48%;
}
.record_table_td-name{
	width: 40%;
}
.record_table_td-namber{
	width: 10%;
}

@media screen and (max-width: 768px) {
	.go_on_record__image{
		display: flex;
		justify-content: space-between;
		flex-flow: column;
	}
	.go_on_record__image img{
		width: 100%;
	}
	.go_on_record__image img:not(:first-child){
		margin-top: 1rem;
	}
	.record_table_td-name{
		width: 100%;
	}
	.record_table_td-namber{
		width: 100%;
	}
}


/* 繧ｳ繝ｼ繧ｹ */
.area-course img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.area-course img {
		text-align: center;
	}
	.area-course img {
		width: 95%;
		margin: 0 auto;
	}
}


/* 謖�ｮ壽�｡荳隕ｧ */
.mainConts ul.university__list{
	display: flex;
	flex-flow: wrap;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.mainConts ul.university__list li{
	width: calc( 100% /3 );
	padding: 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.mainConts ul.university__list li span{
	font-size: 110%;
}
.mainConts p.footnote {
	font-size: 80%;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.mainConts ul.university__list li{
		width: 100% ;
	}
}


/*蟆ｱ閨ｷ螳溽ｸｾ*/
.area-contents-emplo .mainConts table td.name {
	width: 80%;
}
.area-contents-emplo .mainConts table td.number {
	width: 20%;
}
@media only screen and (max-width: 768px) {
	.area-contents-emplo .mainConts table td.name,
	.area-contents-emplo .mainConts table td.number {
		width: 100%;
	}
}


/* 蟄ｦ譬｡隱ｬ譏惹ｼ� */
.area-department .btn_form {
	display: block;
	background-color: #be0027;
	color: #fff;
	padding: 1em 1em;
	text-decoration: none;
	text-align: center;
}
.area-department .btn_form.btn_form_disabled {
	background-color: #ccc;
}
@media only screen and (min-width: 768px) {
	.area-department .p--th--width-30px {
		width: 30px;
	}
}


/* 蜍滄寔隕��� */
.area-examination ol {
	list-style-type: decimal;
	padding-left: 1.5em;
}
.area-examination ol li {
	list-style: inherit;
}


/* 蜷檎ｪ謎ｼ壹う繝吶Φ繝� */
.area-aa_event.mainConts table.aa_event_table,
.area-aa_event.mainConts table.aa_event_table td {
	border:none;
	font-size: 14px;
	vertical-align:top;
}


/*繧ｯ繝ｩ繝�*/
.area-contents-club .mainConts {
	overflow: visible;
}
.area-contents-club .mainConts p img {
	width: 100%;
}
.clublist {
	margin-top: 50px;
	margin-bottom: 100px;
}
.clublist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clublist li {
	width: 45%;
	margin-bottom: 45px;
}
.clublist li a:first-child {
	display: block;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.clublist li:nth-child(2n) {
	float: right;
}
.clublist li img {
	width: 100%;
}
.clublist .download-pdf {
	position: relative;
	padding-left: 28px;
	display: inline-block;
	color: #000;
	margin-top: 1em;
}
.clublist .download-pdf::before {
	display: block;
	content: "";
	height: 23px;
	width: 24px;
	background: url(../images/ico_pdf.png) 0px 0px no-repeat;
	background-size: auto;
	background-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.clublist {
		margin-top: 6vw;
		margin-bottom: 12vw;
	}
	.mainConts {
		overflow: visible;
	}
	.clublist li {
		width: 48%;
		margin-bottom: 4vw;
	}
}

.photobox-threePhotos:after {
	content: "";
	clear: both;
	display: table;
}
.photobox-threePhotos img {
	vertical-align:bottom;
	width:100%;
}
.photobox-threePhotos div:nth-child(1){
	float:left;
	width:57.4%;
}
.photobox-threePhotos div:nth-child(2){
	float:right;
	margin-bottom:20px;
	width:39.7%;
}
.photobox-threePhotos div:nth-child(3){
	float:right;
	width:39.7%;
}
@media screen and (max-width: 768px)    {
	.photobox-threePhotos div:nth-child(2){
		margin-bottom:2.7vw;
	}
}

.personal_report__tbl td {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.exam__image img {
	width: 100%;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

.result_wrap {
	margin-bottom: 50px;
	border: 1px solid #dddddd;
}
.result_wrap h4 {
	padding: 10px;
	margin-bottom: 0;
	text-align: left;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #F0F0F0;
}
.result_wrap h4:first-of-type {
	border-top: none;
	}
.result_detail {
	display: flex;
	flex-flow: wrap;
	width: 100%;
}
.result_detail .com_name {
	width: 50%;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}
.result_detail .com_name:nth-child(odd) {
	border-right: 1px solid #dddddd;
}
.result_detail .com_name.com_name-no-border {
	border-bottom: none;
}
.result_detail dl {
	display: flex;
	width: 50%;
}
.result_detail .sum_wrap {
	width: 100%;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #dddddd;
}
.result_detail dl dt {
	box-sizing: content-box;
	width: 80%;
	padding: 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.result_detail dl dd {
	width: 20%;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}
.result_detail dl:nth-child(odd) dd {
	border-right: 1px solid #dddddd;
}
.result_detail dl.no-border dt,
.result_detail dl.no-border dd {
	border-bottom: none;
}

@media screen and (max-width: 768px) {
	.result_detail dl {
		width: 100%;
	}
	.result_detail dl:nth-child(odd) dd {
		border-right: none;
	}
	.result_detail dl.no-border-pc dt,
	.result_detail dl.no-border-pc dd {
		border-bottom: 1px solid #dddddd;
	}
}

</pre></body></html>