/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
	width: 100%;
	-webkit-overflow-scrolling:touch !important;
}
html,
body {
	display: flex;
	flex-direction: column;
}
body {
	min-height: 100vh;
}
.layout {
	width: calc(100% - 6px);
	margin: 0 auto;
	overflow: hidden
}
#wrap {
	border-top: 3px solid #7E4FAD
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
#hd {
	padding: 20px 5px
}
#hd h1 {
	width: calc(100% - 60px);
	height: 5vh;
}
#hd h1 a {
	width: 100%;
	height: 100%;
	display: block
}
#hd h1 img {
	width: 100%;
	height: auto;
}
#hd h1.en {
	width: calc(100% - 70px);
	height: 16vw;
	background: url(../images/logo_en_sp.png) center center no-repeat;
	background-size: 100%
}
#hd h1.en a {
	width: 100%;
	height: 100%;
	display: block
}
#hd h1.en img {
	display: none
}
#hd .language {
	display: none
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav_open {
	right: 0px !important
}
.nav {
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
	position: fixed;
	top: 0px;
	right: -200px;
	height: calc(100% + 500px);
	padding-bottom: 500px;
	z-index: 100;
	width: 200px;
	overflow-x: none;
	overflow-y: auto;
	background: #222;
	color: #fff;
	box-shadow: inset 0 0 5px 5px #222
}
.nav ul {
	display: block;
	margin: 0;
	padding: 0
}
.nav ul li {
	display: block;
	margin: 0
}
.nav ul li a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 18px 10px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	position: relative
}
.nav ul li a:hover {
	box-shadow: inset 0 0 10px 2px rgba(0,0,0,0.3)
}
.nav ul li a:after {
	content: "";
	border-bottom: 1px solid rgba(255,255,255,0.15);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}
.nav ul li ul {
	display: block;
	margin: 0 0 0 15px;
	padding: 0
}
.nav ul li ul li {
	display: block;
	margin: 0
}
.nav ul li ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 14px 6px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.15)
}
.nav ul li ul li a:hover {
	box-shadow: inset 0 0 10px 2px rgba(0,0,0,0.3)
}
.nav ul li ul li a:after {
	content: "";
	border-bottom: 1px solid rgba(255,255,255,0.15);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}
.menu-trigger {
	z-index: 1000;
	position: fixed !important;
	top: 25px;
	right: 15px;
	display: block;
	margin-top: -5px
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box
}
.menu-trigger {
	position: relative;
	width: 36px;
	height: 24px
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px
}
.menu-trigger span:nth-of-type(1) {
	top: 0
}
.menu-trigger span:nth-of-type(2) {
	top: 10px
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0
}
.menu-trigger::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s
}
.menu-trigger.active::after {
	content: 'CLOSE';
	bottom: -25px;
	color: #fff
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	background: #fff
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	background: #fff
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	-ms-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	background: #fff
}
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
#con {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
#main {
	width: calc(100% - 10px);
	margin: 0 auto
}
#main ol, #main ul {
	padding: 5px 0px 5px 25px
}
#main ul {
	list-style-type: disc
}
#main ol li, #main ul li {
	padding: 5px 0px
}
#main table {
	margin: 10px 0px
}
#main table th, #main table td {
	padding: 5px
}
#main img {
	max-width: 100%;
	height: auto
}
#main a img {
	display: inline-block;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#main a img:hover {
	opacity: 0.7
}
#main h1 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;
	padding: 0.7em;
	margin: 0 0 25px 0;
	background: #7E4FAD
}
#main h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.4em 0 0.4em 1.9em;
	margin: 24px 0 14px 0;
	border-bottom: 1px solid #222;
	position: relative
}
#main h2 span {
	font-size: 0.8em;
	margin-left: 10px
}
#main h2:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -5px;
	width: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 1px solid #222
}
#main h2:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: -5px;
	width: 30px;
	border-bottom: 1px solid #222
}
#main h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 0 1px 10px;
	margin: 12px 0 8px 0;
    border-left: 5px solid #7132b1;
}
#main h4 {
	position: relative;
	font-weight: bold;
	padding: 1px 0 1px 20px;
	margin: 12px 0 8px;
}
#main h4:before {
	position:absolute;
	top: 10px;
	left: 0;
	content: "";
	display: inline-block;
	width: 13px;
	height: 2px;
	background: #7e4fad;
}
#side {
	width: calc(100% - 10px);
	margin: 0 auto
}
#side h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 14px 5px;
	margin: 0 0 6px 0;
	background: #7E4FAD
}
#side #sidenav {
	display: none
}
#side #bnr {
	margin-top: 20px;
	width: 100%
}
#side #bnr li {
	margin-bottom: 4px
}
#side #bnr li a {
	width: 100%;
	padding: 10px 10px 10px 30px;
	border: 1px solid #333;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	background: url(../images/bnr_bg.png) no-repeat 8px center;
	font-size: 12px;
	color: #333;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#side #bnr li a:hover {
	opacity: 0.5
}
#side #contact {
	border: 1px solid #7E4FAD;
	margin-top: 20px
}
#side #contact p {
	padding: 5px 10px
}
#side #contact a.form {
	display: block;
	margin: 0 10px 10px 10px;
	padding: 14px;
	background: #7E4FAD;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #7E4FAD;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#side #contact a.form:hover {
	background: #fff;
	color: #7E4FAD
}
#center {
	display: none
}
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_language ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.ft_language ul li {
	width: calc(100% / 3)
}
.ft_language ul li a {
	font-size: 0.8em;
	color: #fff;
	background: #333;
	padding: 14px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.6);
	border-left: 1px solid rgba(255,255,255,0.6)
}
.ft_language ul li:first-child a {
	border-left: none
}
#ft {
	margin-top: auto;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
	background: #7E4FAD
}
#ft footer {
	margin-top: 15px;
}
/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
#i_img {
	position: relative;
	margin: 0 0 10px;
}
#i_img #i_img_con_box_bg {
}
#i_img #i_img_con_box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
#i_img #i_img_con_box #i_img_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	color: #fff;
	font-size: 90%;
	z-index: 10;
}
#i_img #i_img_con_box #i_img_con h2 {
	text-align: center;
	font-size: 1.6em;
	position: relative;
	margin-bottom: 20px
}
#i_img #i_img_con_box #i_img_con p {
	font-size: 1.2em;
	text-align: justify;
}
#i_img #i_img_con_box #i_img_con.en p {
    line-height: 1.5;
}
#i_img #i_img_con_box #i_img_con a {
	display: block;
	width: 70%;
	font-size: 1.2em;
	color: #fff;
	display: block;
	margin: 20px auto 0;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#i_img img {
	width: 100%;
	min-height: 50vh;
	object-fit: cover;
}
/*
#i_img {
	width: 100%;
	min-height: 100vh;
	background: url(../images/i_img_bg.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: table
}
#i_img #i_img_con_box {
	display: table-cell;
	vertical-align: middle;
	background: rgba(0,0,0,0.3);
	color: #fff
}
#i_img #i_img_con_box #i_img_con {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em
}
#i_img #i_img_con_box #i_img_con h2 {
	text-align: center;
	font-size: 1.6em;
	position: relative;
	margin-bottom: 20px
}
#i_img #i_img_con_box #i_img_con a {
	display: block;
	width: 300px;
	font-size: 1.2em;
	color: #fff;
	display: block;
	margin: 20px auto 0;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
*/
#i_img #i_img_con_box #i_img_con a:hover {
	box-shadow: 0 0 20px 5px rgba(255,255,255,0.3) inset, 0 0 20px 5px rgba(0,0,0,0.3);
	letter-spacing: 0.15em
}
#i_main {
	width: 100%
}
#i_main h2 {
	font-size: 2.3em;
	text-align: center;
	font-weight: bold;
	padding: 0.4em 0 0.4em 0;
	margin: 64px 0 14px 0;
	position: relative
}
#i_main h2 span {
	display: block;
	position: relative;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 0.5em
}
#i_main h2 span:after {
	content: "";
	position: absolute;
	top: 0px;
	left: calc(50% - 50px);
	width: 100px;
	height: 1px;
	background: #222
}
/*
#i_main #i_article_list_box {
	width: 100%;
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#i_main #i_article_list_box .i_article_list {
	width: calc(100% - 20px);
	margin: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	position: relative;
	display: table;
	overflow: hidden
}
#i_main #i_article_list_box .i_article_list a {
	color: #000;
	text-decoration: none;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#i_main #i_article_list_box .i_article_list a h3 {
	z-index: 10;
	position: absolute;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	background: rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1.0em;
	padding: 5px;
	line-height: 1.6em;
	font-weight: normal;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 50%, transparent 100%)
}
#i_main #i_article_list_box .i_article_list a img {
	width: calc(100% + 40px);
	margin: -20px 0 0 -20px;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#i_main #i_article_list_box .i_article_list a:hover img {
	width: 100%;
	margin: 0px
}
#i_main #i_article_list_box .i_article_list:after {
	content: "";
	width: 50px;
	height: 50px;
	border-top-left-radius: 75px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	right: 0;
	bottom: 0
}
#i_main #i_article_list_box .i_article_list:before {
	text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
	font-weight: bold;
	letter-spacing: 0.5em;
	content: "More";
	color: #fff;
	z-index: 5;
	position: absolute;
	right: 5px;
	bottom: 5px
}
*/


/*
#i_topics {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#i_topics>div {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 10px;
	background: #fff;
	border: 2px solid #a381c5;
}
#i_topics>div h2 {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background: #a381c5;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}
#i_topics>div .i_topics_con {
    position: absolute;
    top: 54px;
    width: 100%;
    height: 336px;
    overflow: auto;
}
#i_topics>div#examination .i_topics_con {
    height: 170px;
}
#i_topics>div#examination #examination_link {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#i_topics>div#examination #examination_link li a {
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    color: #7e4fad;
    text-align: center;
    text-decoration: none;
    border: 1px solid #7e4fad;
    transition: all 0.5s ease;
}
#i_topics>div#examination #examination_link li a:hover {
	background: #7e4fad;
	color: #fff;
}
#i_topics>div table {
	width: 100%
}
#i_topics>div table tr {
	border-bottom: 1px dotted #cccccc
}
#i_topics>div table td {
	display: block;
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	white-space: nowrap;
}
#i_topics>div table td:first-child {
	background: url(../images/news_icon.png) 5px 17px no-repeat;
	padding-left: 20px;
}
#i_topics>div table td:last-child {
	padding-left: 20px;
	white-space: normal
}
.i_topics_news {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 3px 10px;
    background: #7e4fad;
    color: #fff;
}

#i_topics>div#examination,
#i_topics>div#teacher,
#i_topics>div#i_news {
	border: 5px solid #7E4FAD;
}
#i_topics>div#examination h2,
#i_topics>div#teacher h2,
#i_topics>div#i_news h2 {
    background: #7E4FAD;
}

#i_topics>div#i_twitter {
	border: 2px solid #55ACEE;
}
#i_topics>div#i_twitter h2 {
    background: #55ACEE;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
	iframe .twitter-timeline-rendered{
		width: 490px!important;
	}
}
@media screen and (max-width: 480px) {
	iframe.twitter-timeline-rendered {
		width: 450px!important;
		margin:0 auto;
	}
}
.timeline-Widget {
	max-width: 300px!important;
	width: 200px!important;
}

#i_topics>div#support p {
    margin: 15px;
    font-size: 1.2em;
    line-height: 1.8;
}
#i_topics>div#support #support_btn a {
	display: block;
	width: 50%;
	margin: 20px auto;
	padding: 10px;
	color: #7e4fad;
	text-align: center;
	text-decoration: none;
	border: 1px solid #7e4fad;
	transition: all 0.5s ease;
}
#i_topics>div#support #support_btn a:hover {
	background: #7e4fad;
	color: #fff;
}

#i_topics>div#posters figure {
    width: 120px;
    margin: 20px auto;
}
#i_topics>div#posters figure img {
    width: 100%;
}
#i_topics>div#posters #posters_link li {
    width: 70%;
    margin: 10px auto;
}
#i_topics>div#posters #posters_link li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #7E4FAD;
    text-align: center;
    text-decoration: none;
    border: 1px solid #7e4fad;
	transition: all 0.5s ease;
}
#i_topics>div#posters #posters_link li a:hover {
	background: #7e4fad;
	color: #fff;
}
#i_topics>div#posters #posters_link li a:before {
	position: absolute;
	top: 8px;
	content: url(../images/pdf_icon.png);
	display: inline-block;
	margin: 0 0 0 -28px;
}

#i_topics>div#others #others_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 15px;
}
#i_topics>div#others #others_link li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 2) - 5px);
    margin: 0 0 10px;
    border: 1px solid #7E4FAD;
}
#i_topics>div#others #others_link li:hover {
	background: #7e4fad;
	color: #fff;
}
#i_topics>div#others #others_link li a {
    display: block;
	padding: 10px 5px;
    color: #7E4FAD;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
	transition: all 0.5s ease;
}
#i_topics>div#others #others_link li a:hover {
	background: #7e4fad;
	color: #fff;
}#i_topics>div#others #others_link li a:hover {
	color: #fff;
}

#i_topics>div#others #others_link li.poster a:before {
	position: relative;
	top: 5px;
	content: url(../images/pdf_icon.png);
	display: inline-block;
}
*/

#i_topics_3column,
#i_topics_4column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	width: 100%;
}
#i_topics.i_topics_test {
	margin-top: 80px;
}
#i_topics_3column>div,
#i_topics_4column>div {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 10px;
	background: #fff;
	border: 2px solid #a381c5;
}
#i_topics_3column>div h2,
#i_topics_4column>div h2 {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background: #a381c5;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}
#i_topics_3column>div .i_topics_con,
#i_topics_4column>div .i_topics_con {
    position: absolute;
    top: 54px;
    width: 100%;
    height: 336px;
    overflow: auto;
}
#i_topics_4column>div:last-of-type {
    height: 576px;
}
#i_topics_4column>div:last-of-type .i_topics_con {
    height: 100%;
	overflow: hidden;
}
#i_topics_3column>div#examination,
#i_topics_3column>div#teacher,
#i_topics_3column>div#i_news {
	border: 5px solid #7E4FAD;
}
#i_topics_3column>div#examination h2,
#i_topics_3column>div#teacher h2,
#i_topics_3column>div#i_news h2 {
    background: #7E4FAD;
}

#i_topics_3column>div#examination .i_topics_con {
    height: 165px;
}
#i_topics_3column>div#examination #examination_link {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#i_topics_3column>div#examination #examination_link li a {
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    color: #7e4fad;
    text-align: center;
    text-decoration: none;
    border: 1px solid #7e4fad;
    transition: all 0.5s ease;
}
#i_topics_3column>div#examination #examination_link li a:hover {
	background: #7e4fad;
	color: #fff;
}
#i_topics_3column>div table,
#i_topics_4column>div table {
	width: 100%
}
#i_topics_3column>div table tr,
#i_topics_4column>div table tr {
	border-bottom: 1px dotted #cccccc
}
#i_topics_3column>div table td,
#i_topics_4column>div table td {
	display: block;
	vertical-align: top;
	font-size: 0.9em;
	padding: 10px;
	white-space: nowrap;
}
#i_topics_3column>#examination table td:first-child,
#i_topics_3column>#award table td:first-child {
	background: url(../images/news_icon.png) 5px 17px no-repeat;
	padding-left: 20px;
}
#i_topics_3column>div table td:first-child {
	background: url(../images/news_icon.png) 5px 20px no-repeat;
	padding-left: 20px;
}
#i_topics_4column>div table td:first-child {
	background: url(../images/news_icon.png) 5px 17px no-repeat;
	padding-left: 20px;
}
#i_topics_3column>div table td:last-child,
#i_topics_4column>div table td:last-child {
	padding-left: 20px;
	white-space: normal
}
.i_topics_news {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 3px 10px;
    background: #7e4fad;
    color: #fff;
}

#i_topics_4column>div#i_twitter {
	border: 2px solid #55ACEE;
}
#i_topics_4column>div#i_twitter h2 {
    background: #55ACEE;
}
#i_topics_4column>div#i_twitter iframe {
	width: 100%;
	height: 100%
}
@media screen and (max-width: 768px) and (min-width: 480px) {
	iframe .twitter-timeline-rendered{
		width: 490px!important;
	}
}
@media screen and (max-width: 480px) {
	iframe.twitter-timeline-rendered {
		width: 450px!important;
		margin:0 auto;
	}
}
#i_topics>div#support p {
    margin: 15px;
    font-size: 1.2em;
    line-height: 1.8;
}
#i_topics>div#support #support_btn a {
	display: block;
	width: 50%;
	margin: 20px auto;
	padding: 10px;
	color: #7e4fad;
	text-align: center;
	text-decoration: none;
	border: 1px solid #7e4fad;
	transition: all 0.5s ease;
}
#i_topics>div#support #support_btn a:hover {
	background: #7e4fad;
	color: #fff;
}
#i_topics_4column>div#posters figure {
    width: 120px;
    margin: 20px auto;
}
#i_topics_4column>div#posters figure img {
    width: 100%;
}

#i_topics_4column>div#others #posters_link li {
    width: 70%;
    margin: 10px auto;
}
#i_topics_4column>div#others #posters_link li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #7E4FAD;
    text-align: center;
    text-decoration: none;
    border: 1px solid #7e4fad;
	transition: all 0.5s ease;
}
#i_topics_4column>div#others #posters_link li a:hover {
	background: #7e4fad;
	color: #fff;
}
#i_topics_4column>div#others #posters_link li a:before {
	position: absolute;
	top: 8px;
	content: url(../images/pdf_icon.png);
	display: inline-block;
	margin: 0 0 0 -28px;
}
#i_topics_4column>div#others #others_link {
    margin: 20px 15px;
}
#i_topics_4column>div#others #others_link li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #7E4FAD;
    transition: all 0.5s ease;
}
#i_topics_4column>div#others #others_link li:hover {
	background: #7e4fad;
	color: #fff;
}
#i_topics_4column>div#others #others_link li a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    color: #7E4FAD;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
}
#i_topics_4column>div#others #others_link li a:hover {
	color: #fff;
}
#i_topics_4column>div#others #others_link li.poster a:before {
	position: relative;
	top: 5px;
	content: url(../images/pdf_icon.png);
	display: inline-block;
}
#i_news tr td:first-child {
    background: url(../images/news_icon.png) 5px 19px no-repeat!important;
}
#i_news tr td:last-child,
#award tr td:last-child {
	padding-top: 0;
}

#i_contact_box {
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.2)
}
#i_contact_box #i_contact {
	width: 100%
}
#i_contact_box #i_contact #i_contact_map {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#i_contact_box #i_contact #i_contact_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#i_contact_map_img img {
    width: 100%;
    height: 100%;
}
#i_contact_box #i_contact #i_contact_text {
	width: 100%;
	display: table
}
#i_contact_box #i_contact #i_contact_text #contact {
    padding: 15px 0;
    text-align: center;
}
#i_contact_box #i_contact #i_contact_text #contact a.form {
	display: inline-block;
	margin: 15px 10px 10px 10px;
	padding: 10px 15px;
	background: #7E4FAD;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #7E4FAD;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
#i_contact_box #i_contact #i_contact_text #contact a.form:hover {
	background: #fff;
	color: #7E4FAD
}

.i_link_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 20px auto;
}
.i_link_list li {
    width: 100%;
    margin: 0 15px 10px;
}
.i_link_list li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 14px 14px 14px 42px;
	background: url(../images/icon_elink_black.png) no-repeat 16px center;
	color: #7E4FAD;
	text-decoration: none;
	border: 1px solid #7E4FAD;
	transition: all 0.5s ease;
}
.i_link_list li a:hover {
	background-color: #7E4FAD;
	background-image: url(../images/icon_elink_white.png);
	color: #FFF
}
.i_link_eme {
    position: fixed;
    bottom: 20px;
    width: 92%;
    margin: 0 4%;
}
.i_link_eme a {
    display: block;
    padding: 10px 20px;
    background: rgba(0, 110, 177, 0.9);
    color: #fff;
    text-align: center;
	text-decoration: none;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease
}
.i_link_eme a:hover {
	opacity: 0.7
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
#page-top {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	background: #333;
	text-decoration: none;
	color: #ffffff;
	padding: 14px;
	text-align: center;
	display: block
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.archive_con {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dotted #ccc;
}
.archive_date {
    background: url(../images/news_icon.png) 0 12px no-repeat;
    padding-left: 15px;
}
.archive_title {
	padding-left: 15px;
    white-space: normal;
}
.archive_more_sp {
	width: 90%;
    margin: 30px auto;
}
.archive_more_sp a {
    display: block;
    padding: 15px;
    color: #7E4FAD;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #7E4FAD;
    transition: all 0.5s ease;
}
.archive_more_sp a:hover {
    background: #7E4FAD;
    color: #FFF;
}

.teacher_slider ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
}
.teacher_slider li{
	width: calc(100% - 20px);
	margin: 10px;
	list-style-type: none;
	border: 1px solid #eee;
	padding: 10px!important;
}
.teacher_slider li a{
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.teacher_slider li ul{
	margin: 0 0 0 -25px!important;
}
.teacher_list01,
.teacher_list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 0;
}
.teacher_list01 .teacher_img,
.teacher_list02 .teacher_img {
    width: 40%!important;
    margin: 0 auto 15px;
}
.teacher_list01 .teacher_img img,
.teacher_list02 .teacher_img img {
    width: 100%;
    padding: 2px;
    border: 1px solid #D7D7D7;
}
.teacher_list01 tr th,
.teacher_list01 tr td,
.teacher_list02 tr th,
.teacher_list02 tr td {
    display: block;
	padding: 10px!important;
}
.teacher_list01 table td figure,
.teacher_list02 table td figure {
    margin: 10px 0;
}
.teacher_list01 table td figure img,
.teacher_list02 table td figure img {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #D7D7D7;
}
.teacher_list01 table td span,
.teacher_list02 table td span {
	display: block;
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
}
.teacher_list_side {
	display: block!important;
	margin: 20px 0;
}
.teacher_list_side ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.teacher_list_side ul li {
	width: calc( (100% - 1em - 1px ) / 2);
	margin: 0 1em 1em 0!important;
}
.teacher_list_side ul li:nth-child(2n) {
	margin-right: 0!important;
}
.teacher_list_side ul li a,
.teacher_list_side ul li span {
	width: 100%;
	padding: 8px 6px 8px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px center;
	font-size: 12px;
	color: #000000;
	border-bottom: dotted 1px #cccccc;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1)
}

.subject_list {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0 10px;
    padding: 0!important;
    list-style: none!important;
}
.subject_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
    padding: 5px!important;
    color: #fff;
    background: #7E4FAD;
    border: 3px double #fff;
}
.subject_list li a {
    display: block;
    padding: 5px 0!important;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.courses_list {
	display: block;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.courses_list tbody {
	width: 100%;
	display:table;
}

.exam_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 15px 0;
    padding: 0!important;
    list-style: none!important;
}
.exam_list li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
    padding: 10px 5px!important;
    color: #fff;
    background: #7E4FAD;
    border: 3px double #fff;
    transition: all 0.5s ease;
}
.exam_list li:hover {
    color: #7E4FAD;
    background: #fff;
    border: 3px double #7E4FAD;
}
.exam_list li a {
	display: flex; 
	justify-content: center;
	align-items: center; 
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.exam_list li:hover a {
    color: #7E4FAD;
}

.access_btn a {
	position: relative;
	display: block;
	width: 80%;
	margin: 10px auto 30px;
	padding: 15px 0;
	background: #7E4FAD;
	color: #fff;
	text-align: center;
	text-decoration: none;
    border: 1px solid #7E4FAD;
    transition: all 0.5s ease;
}
.access_btn a:after {
	position: absolute;
	top: 12px;
	display: inline-block;
	content: url(../images/pdf_icon.png);
}
.access_btn a:hover {
    background: #FFF;
    color: #7E4FAD;
}

.exam_qa {
	margin: 20px 0 15px;
	border-bottom: 1px dotted #999;
}
.exam_qa dt,
.exam_qa dd{
	position: relative;
	margin: 0 0 15px 25px;
}
.exam_qa dt:before,
.exam_qa dd:before{
	font-size: 1.3em;
	margin-right: 1.5em;
}
.exam_qa dt:before{
	position: absolute;
	content:"Q";
	margin: 0 0 0 -25px;
	color: #c80021;
}
.exam_qa dd:before{
	position: absolute;
	content:"A";
	margin: 0 0 0 -25px;
	color: #0085C8;
}
