header #logo {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header #logo.display {
	opacity: 1;
}

section {
	margin-top: 100px;
}
section:first-of-type {
	margin-top: 0;
}
header {
	background-color: transparent;
    width: 100%;
	top: 0; 
	left: 0; 
    z-index: 302;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
	padding: 10px;
}

/*
--- セクション
---------------------------------------------------------------------------*/
section:nth-of-type(n + 2) {
	padding-left: 10px;
	padding-right: 10px;
}
.sec-main_title,
.sec-main_title-en {
    text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}
.sec-main_title-en {
	position: relative;
	z-index: 10;
}
.sec-main_title-en::after {
	content: '';
	position: absolute;
	z-index: -1;
	height: 35px;
	width: 95%;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url("../images/sec-line_bottomtop.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
section:nth-of-type(odd) .sec-main_title-en::after {
	height: 45px;
	background-image: url("../images/sec-line_topbottom.png");
}
.sec-main_title+div {
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.feditor {
	max-width: 1000px;
	margin: 0 auto;
}
.section-innaer .sp-trigger {
	display: none;
}

section:nth-of-type(n + 2) .section-innaer > div:last-of-type {
	display: block;
}
/*
--- ヘッダーイメージ
---------------------------------------------------------------------------*/
section.section.scene-main-image {
	
}
.school_logo > svg {
    height: 50%;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.overall_main_face_wrapper {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main_face {
	width: 33.33333%;
	height: 60vh;
	min-height: 450px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.done .main_face:hover {
	width: 53%;
}
.main_face a {
	height: 100%;
	position: relative;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	color: #FFF;
}
.main_face a::before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(rgba(255, 200, 159, 0.5) 0%, rgba(255, 183, 255, 0.5) 100%);
	background: -o-linear-gradient(rgba(255, 200, 159, 0.5) 0%, rgba(255, 183, 255, 0.5) 100%);
	background: linear-gradient(rgba(255, 200, 159, 0.5) 0%, rgba(255, 183, 255, 0.5) 100%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.main_face:nth-of-type(2) a::before {
	background: -webkit-linear-gradient(rgba(253, 255, 202, 0.5) 0%, rgba(135, 255, 154, 0.5) 100%);
	background: -o-linear-gradient(rgba(253, 255, 202, 0.5) 0%, rgba(135, 255, 154, 0.5) 100%);
	background: linear-gradient(rgba(253, 255, 202, 0.5) 0%, rgba(135, 255, 154, 0.5) 100%);
}
.main_face:nth-of-type(3) a::before {
	background: -webkit-linear-gradient(rgba(202, 255, 245, 0.5) 0%, rgba(117, 218, 255, 0.5) 100%);
	background: -o-linear-gradient(rgba(202, 255, 245, 0.5) 0%, rgba(117, 218, 255, 0.5) 100%);
	background: linear-gradient(rgba(202, 255, 245, 0.5) 0%, rgba(117, 218, 255, 0.5) 100%);
}
.done .main_face:hover a::before {
	opacity: 1;
}
.main_face-innear {
	position: relative;
	z-index: 20;
    width: 100%;
    padding: 50px 0;
    text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s 0.3s;
	-o-transition: all 0.5s 0.3s;
	transition: all 0.5s 0.3s;
}
.lda .main_face-innear {
	opacity: 1;
}
.ug-name {
    font-size: 36px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.ug-name_img {
	height: 50px;
}
.ug-name_img > img {
    max-width: 280px;
    margin-top: 5px;
}
.ug-name_en {
    font-size: 24px;
}
.bg-photo {
	position: absolute;
/*	z-index: -1;*/
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity: 0;
}

/* ---- アニメーション ---- */
.main_face.lda .bg-photo {
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.bg-photo::before,
.bg-photo::after {
	content: '';
	position: absolute;
	z-index: 10;
	display: inline-block;
	bottom: 12px;
    left: 50%;
}
.bg-photo::before {
    width: 0;
    height: 30px;
    background-color: rgba(0,0,0,0.8);
	bottom: 3px;
	left: calc(50% - 35px);
	-webkit-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}
.bg-photo::after {
	width: 16px;
    height: 13px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/arrow_6x10_wht_border_left.png);
    background-size: contain;
    background-position: left;
    /* background-repeat: no-repeat; */
    opacity: 0;
    -webkit-transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}
.overall_main_face_wrapper.done .main_face .bg-photo::before {
	width: 70px;
}
.overall_main_face_wrapper.done .main_face .bg-photo::after {
	opacity: 1;
}

/* --- 学校名 --------------------*/
.text_img_wrapper {
    padding: 20px 0;
    text-align: center;
}
.text_img_wrapper > img {
    display: block;
    margin: 20px auto;
}
.text_img_wrapper > img:first-of-type {
    margin-bottom: 20px;
}

/*--- 100周年ページ リンク　---------------*/
.anniversary_link {
    text-align: center;
    padding: 20px 10px;
}
.anniversary_link a {
    display: inline-block;
    position: relative;
    padding: 0 10px 10px;
}
.anniversary_link a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 30px;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.anniversary_link a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 25px;
    width: 16px;
    height: 13px;
    background-image: url(../images/arrow_6x10_wht_border_left.png);
    background-size: contain;
    background-position: left;
    -webkit-transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}
.anniversary_link a:hover::before {
    background-color: rgba(0,0,0,1);
}
.anniversary_link a img {
    display: block;
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.anniversary_link a:hover img {
    opacity: 0.9;
}

/*--- トップ 緊急のお知らせ　---------------*/
.scene-emergency {
	padding-top: 0;
	margin-top: 50px;
}
.scene-top-news+.scene-emergency {
/*	padding-top: 90px;*/
}
div.scene-emergency {
	max-width: 1000px;
    margin: 0 auto;
	padding: 5px;
	border: 2px solid #2e6d3b;
    background-color: #f0fbf2;
}
.emergency-main {
/*	background-color: #f0e6ef;*/
	padding: 10px 40px;
	border: 1px solid #2e6d3b;
}
.emergency-main h5 {
	margin: 0 0 10px;
	/*color: #ab1314;*/
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.scene-emergency {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 550px) {
	.emergency-main {
		background-color: #f0e6ef;
		padding: 15px 10px;
	}
}

/*
--- お知らせ
---------------------------------------------------------------------------*/
.article_blk-article a {
	color: #4d4d4d;
}
.blog-list-main {
	max-width: 800px;
	margin: 0 auto;
}
.top-news-list-wrapper {
	
}
.top-news-list-wrapper .article_blk-thumb {
	display: none;
}
.top-news-list-wrapper .article_blk-textBoxInner {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	display: table;*/
/*	table-layout: fixed;*/
}
.top-news-list-wrapper .article_blk-textBoxInner > div {
/*	display: table-cell;*/
}
.top-news-list-wrapper .article_blk-article {
    padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-news-list-wrapper .article_blk-article:hover {
	border-bottom-color: #c0c0c0;
}
.top-news-list-wrapper .article_blk-article .article_blk-btags {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.top-news-list-wrapper .article_blk-article .article_blk-btags,
.top-news-list-wrapper .article_blk-article .article_blk-date {
    padding-right: 20px;
}
.article_blk-date {
    width: 8em;
}
.top-news-list-wrapper .article_blk-cell {
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}
.top-news-list-wrapper .article_blk-cell .article_blk-tag {
    padding: 5px;
	background-color: #AAA;
	color: #FFF;
	border-radius: 50%;
	display: block;
    line-height: 1;
}
.top-news-list-wrapper .article_blk-cell.select .article_blk-tag.el {background-color: #e73b00;}
.top-news-list-wrapper .article_blk-cell.select .article_blk-tag.jh {background-color: #00930a;}
.top-news-list-wrapper .article_blk-cell.select .article_blk-tag.sn {background-color: #0088e7;}

.top-news-list-wrapper .btn {
    margin-top: 20px;
}
span.news_new {
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    background-color: #ff7f7f;
    color: #FFF;
    border-radius: 3px 3px 0 0;
}
/*
--- 学院長挨拶
---------------------------------------------------------------------------*/
.greeting-hajimeni {
    display: table;
    width: 100%;
    table-layout: fixed;
}
[class*="greeting-hajimeni-cell-"] {
    display: table-cell;
    vertical-align: top;
}
.greeting-hajimeni-cell-text {
/*    padding: 45px 45px 0 0;*/
    padding: 0 15px 0 0;
}
.greeting-hajimeni-textbox {
    background-color: #fff;
    box-shadow: 0 0 20px #eaeaea;
    padding: 30px;
    position: relative;
}
.greeting-hajimeni-textbox:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: rgba(241, 240, 47, 0.3);
    position: absolute;
    top: -15px;
    left: -15px;
	content: none;
}
.greeting-hajimeni-textbox:after {
    content: "";
    width: 110px;
    height: 100px;
    background-image: url(../images/greeting-hajimeni-bg-right-110x100.png);
    background-size: 110px auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    right: -75px;
	content: none;
}
.greeting-hajimeni-textbox h4 {
    margin-bottom: 1em;
}
.greeting-hajimeni-smpimg{
	display: none;
}
.greeting-hajimeni-smpimg + * {
    margin-top: 0 !important;
}
.greeting-hajimeni-name {
    font-weight: 500;
    font-size: 2rem;
    margin-top: 30px;
    text-align: right;
}
.greeting-hajimeni-cell-img {
    width: 30%;
}


/*
--- 教育理念
---------------------------------------------------------------------------*/
.school-wrapper {
    max-width: 1000px;
    margin-right: auto;
	margin-left: auto;
}
.school-wrapper .ib_ifb.bgwrp {
    margin-bottom: 50px;
}

/*
--- 沿革
---------------------------------------------------------------------------*/
.history_wrapper {
	max-width: 1000px;
	margin: 50px auto 0;
}
.history_table {
    display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse
}
.table-row {
    display: table-row;
	border-top: 1px solid #AAA;
	font-size: 14px;
}
.table-row:last-of-type {
	border-bottom: 1px solid #AAA;
}
.tb-cell {
    display: table-cell;
/*	padding: 10px;*/
}
.tb-cell:nth-of-type(1) {
	width: 5em;
}
.tb-cell:nth-of-type(2) {
	width: 75%;
}
.cell-inner {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.cell-inner > div:nth-of-type(1) {
	width: 130px;
	background-color: #EEE;
	padding: 10px;
/*    flex-basis: 15%;*/
}
.cell-inner > div:nth-of-type(2) {
	padding: 10px;
    flex-basis: 90%;
	min-width: 0;
	flex-shrink: 1;
}

/*
--- 広報誌
---------------------------------------------------------------------------*/
.file_link_wrapper,
.repletion {
	max-width: 1000px;
	margin: 0 auto;
}
.file_link_wrapper {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.link_bg_img {
    width: 36%;
    height: 300px;
	background-size: contain;
	background-position: top, center;
	background-repeat: no-repeat;
}
.file_link {
    width: 100%;
    padding-right: 2vw;
}
.file_link a {
    color: #4d4d4d;
	display: block;
	padding-top: 5px;
}
.file_link a:hover {
	background-color: #EEEEEE;
}
.link_inner {
	font-size: 14px;
    padding: 5px;
    border-bottom: solid 1px #AAA;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.link_inner > div {
	padding-right: 10px;
	flex-basis: 38%;
}
.link_inner > div:nth-of-type(2) {
	flex-basis: 10%;
	min-width: 59px;
}
.link_inner > div:nth-of-type(3) {
	flex-basis: 40%;
}
.link_inner > div:nth-of-type(4) {
	flex-basis: 12%;
	min-width: 70px;
}
.link_inner div span {
    display: inline-block;
    font-size: 12px;
    border-bottom: solid 1px #AAA;
    border-top: solid 1px #AAA;
}
.link_inner > div.etc {
    padding-right: 40px;
	position: relative;
}
.link_inner > div.etc::after {
    content: '>>>>';
	color: #AAA;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
--- エディター
---------------------------------------------------------------------------*/
.oa-editor {
    max-width: 1000px;
    margin: auto;
	margin-bottom: 40px;
}
.oa-editor p {
    margin-top: 1.5em;
}

/*
--- フッター
---------------------------------------------------------------------------*/
footer {
	margin-top: 80px;
    padding: 60px 0 30px;
    position: relative;
    background-color: #FFF;
}
footer::before {
	content: '';
	position: absolute;
    left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
    top: 0px;
    border: none;
    display: block;
    width: 95%;
    height: 60px;
	background-image: url("../images/sec-line.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
footer::after {
	content: none;
}
.copy {
	font-size: 14px;
}


/*
--- 1023px PC & tablet
---------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
	.ug-name_img {
		padding: 0 10px;
	}
	.ug-name_img > img {
		max-width: 100%;
	}
}

/*
--- 767px tablet
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.overall_main_face_wrapper {
		flex-direction: column;
	}
	.main_face {
		width: 100%;
		height: 275px;
		min-height: auto;
		position: relative;
		overflow: hidden;
	}
	.done .main_face:hover,
	.main_face:hover {
		width: 100%;
	}
	.main_face::before,
	.main_face::after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		left: -100%;
		z-index: 10;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.done .main_face::before,
	.done .main_face::after {
		left: 0;
		opacity: 1;
	}
	.main_face::before {
		top: 0;
		border-width: 100px 60px;
		border-color: rgba(255,183,255,0.5);
		border-right-color: transparent;
		border-bottom-color: transparent;
	}
	.main_face::after {
		bottom: 0;
		border-width: 120px 110px;
		border-color: rgba(255,185,192,0.5);
		border-top-color: transparent;
		border-right-color: transparent;
	}
	/* ---  --- */
	.main_face:nth-of-type(2)::before {
		border-color: rgba(253, 255, 202, 0.5);
		border-right-color: transparent;
		border-bottom-color: transparent;
	}
	.main_face:nth-of-type(2)::after {
		border-color: rgba(135, 255, 154, 0.5);
		border-top-color: transparent;
		border-right-color: transparent;
	}
	/* ---  --- */
	.main_face:nth-of-type(3)::before {
		border-color: rgba(202, 255, 245, 0.5);
		border-right-color: transparent;
		border-bottom-color: transparent;
	}
	.main_face:nth-of-type(3)::after {
		border-color: rgba(117, 218, 255, 0.5);
		border-top-color: transparent;
		border-right-color: transparent;
	}
	.main_face-innear {
		padding: 10px 0;
		text-align: left;
	}
	.main_face-innear > div {
		padding: 0 30px;
	}
	.ug-name {
		border-bottom: solid 1px rgba(255,255,255,1);
	}
	.ug-name_img {
		height: auto;
	}
	.bg-photo::before {
		bottom: 43%;
   		left: calc(90% - 35px);
	}
	.bg-photo::after {
		left: 90%;
 		bottom: 45%;
	}
	
	/* --- ヘッダーイメージ --- */
	.text_img_wrapper > img {
		width: 60%;
		min-width: 320px;
	}
	/* --- 学院長挨拶 --- */
	.greeting-hajimeni {
		 display: block;
		 width: auto;
	}
	[class*="greeting-hajimeni-cell-"] {

		 display: block;
	}
	.greeting-hajimeni-cell-text {
		 padding: 0;
	}
	.greeting-hajimeni-textbox {
		 padding: 15px;
	}
	.greeting-hajimeni-textbox:before {
		 top: -5px;
		 left: -5px;
		 width: 20px;
		 height: 20px;
	}
	.greeting-hajimeni-textbox:after {
		 width: 55px;
		 height: 50px;
		 background-size: 55px auto;
		 bottom: -25px;
		 right: -5px;
	}
	.greeting-hajimeni-name {
		 margin-top: 15px;
	}
	.greeting-hajimeni-cell-img {
		 display: none;
	}
	.greeting-hajimeni-smpimg {
		 display: block;
		 float: right;
		 width: 40%;
		 margin: 0 0 15px 15px;
	}
	.greeting-sub {
		 padding: 45px 0 60px;
	}
	
	/* --- 教育理念 --- */
	.school-wrapper .ib_ifb .thumb {
		text-align: center;
	}
	
	/* --- 広報 --- */
	.file_link_wrapper {
		display: block;
	}
	.link_bg_img {
		width: 100%;
	}
	.file_link {
		margin: 30px 0;
		width: 100%;
		padding-right: 0;
	}
	.link_inner {
		padding: 5px 10px;
		display: block;
	}
	.link_inner > div {
		padding-right: 0; 
	}
	.link_inner > div:first-of-type {
		margin-bottom: 5px;
	}
	.link_inner > div:nth-of-type(2) {
		margin-bottom: 5px;
	}
	.link_inner > div.etc {
		text-align: right;
		font-size: 12px;
	}
	/* --- フッター --- */
	p.copy {
		text-align: center;
	}
}

/*
--- 550px smart phone
---------------------------------------------------------------------------*/

@keyframes trg-top {
	0% {
		opacity: 0.2;
		background-position: center top;
		-webkit-background-size: 50%;
		background-size: 50%;
	}
	100% {
		opacity: 1;
		background-position: center bottom;
		-webkit-background-size: 50%;
		background-size: 50%;
	}
}
@media only screen and (max-width: 550px) {
	
	.main_face {
		height: 190px;
	}
	section .section-innaer {
		position: relative;
	}
	section .sp-trigger-top {
		position: absolute;
		bottom: -59px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		display: inline-block;
		width: 50px;
		height: 59px;
		background-image: url("../images/sp_scroll_icon.png");
		background-size: 50%;
		background-position: center top;
		background-repeat: no-repeat;
		opacity: 0.5;
		
		animation: trg-top 2s linear 1s infinite alternate;
	}
	section:nth-of-type(n + 2) {
		border-top: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		padding: 10px 0;
	}
	section:nth-of-type(n + 2) .section-innaer {
		background-color: #f5f5f5;
		padding: 10px;
	}
	section:nth-of-type(n + 2) .section-innaer .op {
		padding-bottom: 30px;
	}
	section:nth-of-type(n + 2) .section-innaer .sp-trigger {
		position: absolute;
		z-index: 10;
		display: inline-block;
		width: 50px;
		height: 35px;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		background-image: url(../images/icon_select_open.png);
		background-size: 20px 10px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transition: all 0.5s 1s;
		-o-transition: all 0.5s 1s;
		transition: all 0.5s 1s;
	}
	section:nth-of-type(n + 2) .section-innaer .op+.sp-trigger {
		-webkit-transform: translateX(-50%) rotate(-180deg);
		-ms-transform: translateX(-50%) rotate(-180deg);
		-o-transform: translateX(-50%) rotate(-180deg);
		transform: translateX(-50%) rotate(-180deg);
	}
	section:nth-of-type(n + 2) .section-innaer > div:last-of-type {
		display: none;
	}
	section:nth-of-type(n + 3) {
		margin-top: -1px;
	}
	.sec-main_title-en img {
		height: 35px;
	}
	.sec-main_title, .sec-main_title-en {
		font-size: 24px;
	}
	/* --- お知らせ --- */
	.top-news-list-wrapper .article_blk-textBoxInner > div {
		display: block;
	}
	.article_blk-date {
		font-size: 14px;
	}
	.top-news-list-wrapper .article_blk-article {
		border-bottom-color: #c0c0c0;
	}
	/* --- 沿革 --- */
	.tb-cell:nth-of-type(n) {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	.tb-cell:nth-of-type(1) {
		font-size: 20px;
 		text-align: center;
	}
}

