@charset "utf-8";

/*==================================================
    ■ share start
==================================================*/

#Splash_box {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 1240px;
	height: 200px;
	position: relative;
}
#Splash_box h3 {
	display: block;
	margin: 0 0 50px 0;
	padding: 0;
	color: #222;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 130%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
#Splash_box h3 span {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0;
	font-family: 'Dancing Script', cursive;
	color: #E5574A;
}
@media only screen and (max-width: 1024px) {
	#Splash_box h3{
		top: 60%;
	}
}

@media only screen and (max-width: 767px) {
	#Splash_box h3 {
		display: block;
		margin: 0 0 50px 0;
		padding: 0;
		color: #222;
		font-size: 1.8rem;
		font-weight: normal;
		letter-spacing: 0px;
		line-height: 130%;
		text-align: center;
		position: relative;
		top: inherit;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		margin: auto;
		padding-top: 00px;
	}
	#Splash_box h3 span {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 0;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 0;
		font-family: 'Dancing Script', cursive;
		color: #E5574A;
	}
	#Splash_box {
		width: 100%;
		padding-top: 100px;
		height: inherit; margin-top:0px;
	}
}
.pkz-wrap {
	width: 100%;
	background-color: #000000;
}

.pkz {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000000;
    font-size: 1.2em;
    color: #FFFFFF;
    padding: 10px 24px;
}

.cnt {
	max-width: 1120px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}
.cnt a {
	color: #e5574a;
}
.cnt .bl {
	margin-bottom: 80px;
}
.cnt .bl .bl_intro {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.cnt {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 45px;
	}
	.cnt a {
		color: #e5574a;
	}
	.cnt .bl {
		margin-bottom: 40px;
		width: 90%;
		margin-left:auto;
		margin-right:auto;
	}
	.cnt .bl .bl_intro {
		margin-bottom: 20px;
	}
}

.h3_1 {
	font-size: 2.0em;
	text-align: center;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-bottom: 35px;
}
.h3_2 {
	font-size: 2.0em;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	padding-bottom: .5em;
}
.h4_1{
	display:block;
	margin: 30px 0 10px;
	padding:0 0 0 25px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:left;
	box-sizing:border-box;
	background-image: url(../img/bar01.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

.h4_2{
	display:block;
}

@media only screen and (max-width: 767px) {
	.h3_1 {
		font-size: 2.0em;
		text-align:left;
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-bottom: 18px;
	}
	.h3_2 {
		font-size: 2.0em;
		border-bottom: 1px solid #000000;
		margin-bottom: 15px;
	}
	.h4_1{
		display:block;
		margin: 30px 0 10px;
		padding:0 0 0 25px;
		font-size:1.6rem;
		font-weight:bold;
		text-align:left;
		box-sizing:border-box;
		background-image: url(../img/bar01.png);
		background-repeat: no-repeat;
		background-position: 0px 10px;
	}

	.h4_2{
		display:block;
	}
}

.mk1{
	display:block;
	margin:0 0 0px;
	padding:0 0 0 15px;
	font-size:1.6rem;
	text-align:left;
	box-sizing:border-box;
	background-image: url(../img/mk1.png);
	background-repeat: no-repeat;
	background-position: 0px 17px;
}
.box_a{
	padding-bottom: 20px;
}
.box_a_end{
	padding-bottom: 0px;
}
.box_b{
	padding-bottom: 60px;
}
.box_b_end{
	padding-bottom: 0px;
}
.seminar_bn{
	padding-bottom: 30px;
}
.seminar_bn a{
    position: relative;
	display: block;
	padding: 20px 50px;
	border: 3px solid #E5574A;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
    transition: all 0.3s ease 0s;
}
.seminar_bn a:hover{
	background-color: #E5574A;
	color: #FFFFFF;
}
.seminar_bn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid rgb(229, 87, 74);
    border-right: 2px solid rgb(229, 87, 74);
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all 0.3s ease 0s;
}
.seminar_bn a:hover:after {
    right: 4%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.seminar_bn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.seminar_bn li {
    display: flex;
    flex-direction: column;
    width: 49%;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	.seminar_bn{
		padding-bottom: 30px;
	}
	.seminar_bn a{
		display: block;
		padding: 20px 50px;
		border: 3px solid #E5574A;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		width: 90%;
		background-color: #FFFFFF;
		font-size: 2em;
		font-weight: bold;
	}
	.seminar_bn a:hover{
		background-color: #E5574A;
		color: #FFFFFF;
	}
	.seminar_bn li {
		width: 100%;
	}
}

.tblwrap{ display:block; margin:0; overflow:auto;}
.tbl01{ margin:0 0 20px 0; padding:0; width:100%; }
.tbl01 th{ padding:15px 20px; background:#F7CCC8; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
.tbl01 td{ padding:15px 20px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; }
.tbl01 td.td2{ padding:15px 4px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; }
.tbl01 td strong{ font-weight:bold;}
.tbl02{ margin:0 0 20px 0; padding:0; width:100%; }
.tbl02 th{ padding:15px 20px; background:#F7CCC8; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
.tbl02 td{ padding:15px 20px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
.tbl02 td strong{ font-weight:bold;}
.tbl03{ margin:0 0 20px 0; padding:0; width:100%; }
.tbl03 th{ padding:15px 20px; background:#F7CCC8; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
.tbl03 td{ padding:15px 20px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
.tbl03 td strong{ font-weight:bold;}
.tbl03 td:nth-child(1){text-align: left; width: 30%; }
.tbl03 td:nth-child(2){text-align: left; width: 30%; }
.tbl03 td:nth-child(3){text-align: center; width: 20%; }
.tbl03 td:nth-child(4){text-align: center; width: 20%; }
.tbl04{ margin:0 0 20px 0; padding:0; width:100%; }
.tbl04 th{ padding:15px 20px; background:#F7CCC8; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
.tbl04 td{ padding:15px 20px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
.tbl04 td strong{ font-weight:bold;}
.tbl04 td:nth-child(1){text-align: center; width: 30%; }
.tbl04 td:nth-child(2){text-align: left; width: 70%; }

@media only screen and (max-width: 767px) {
	.tblwrap{ display:block; margin:0; overflow:auto;}
	.tbl01{ margin:0 0 20px 0; padding:0; width:100%; }
	.tbl01 th{ padding:5px 5px; background:#F7CCC8; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
	.tbl01 td{ padding:5px 5px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; }
	.tbl01 td.td2{ padding:15px 4px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; }
	.tbl01 td strong{ font-weight:bold;}
	.tbl02{ margin:0 0 20px 0; padding:0; width:100%; }
	.tbl02 th{ padding:15px 20px; background:#F7CCC8; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
	.tbl02 td{ padding:15px 20px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
	.tbl02 td strong{ font-weight:bold;}
	.tbl03{ margin:0 0 20px 0; padding:0; width:900px; }
	.tbl03 th{ padding:15px 20px; background:#F7CCC8; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
	.tbl03 td{ padding:15px 20px; background:#FCEEED; border: 1px solid #FFFFFF; font-size:1.4rem; text-align:center; }
	.tbl03 td strong{ font-weight:bold;}
}

ul.list01{ display:block; margin:0; padding:0; list-style:none;}
ul.list01 li{ display:block; margin:0 0 5px 0; padding:0 0 0 1.4rem; text-indent:-1.4rem; font-size:1.4rem;}
ul.list02{ display:block; margin:0 0 15px 0; padding:0 0 0 20px; list-style:none; box-sizing:border-box;}
ul.list02 li{
	display:block;
	margin:0 0 5px 0;
	padding:0 0 0 1.4rem;
	text-indent:-1.4rem;
	font-size:1.4rem;
	font-weight: bold;
}
ul.list02 li h6{ font-size:2.0rem; font-weight:bold;}
ul.list03{ display:block; margin:0 0 15px 0; padding:0; list-style:none;}
ul.list03 li{ display:block; margin:0 0 5px 0; padding:0 0 0 1.8rem; text-indent:-1.8rem; font-size:1.4rem;}
ul.list04{ display:block; margin:0; padding:0; list-style:none; box-sizing:border-box;}
ul.list04 li{ display:block; margin:0 0 5px 0; padding:0 0 0 1.4rem; text-indent:-1.4rem; font-size:1.4rem;}
ul.list04 li h6{ font-size:2.0rem; font-weight:bold;}


.blocktxt2{ display:block; margin:0 0 40px 0; padding:0 5px;}
.blocktxt2 p{ display:block; margin:0 0 20px 0; padding:0; font-size:1.4rem;}
.blocktxt2 p strong{ display:block; margin:0 0 10px 0; padding:0; font-size:1.4rem; font-weight:bold;}
.blocktxt2 h4{
	display:block;
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:left;
	box-sizing:border-box;
	background-image: url(../img/bar01.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.blocktxt2 h5{ display:block; margin:0 0 20px 0; padding:3px 10px; height:30px; font-size:1.4rem; font-weight:bold; text-align:left; box-sizing:border-box;
background: url(../img/bg_h5.jpg) repeat-x;}
.blocktxt2L{ display:block; margin:0; padding:0; width:545px; float:left;}
.blocktxt2R{ display:block; margin:0; padding:0; width:300px; float:right;}
.blocktxt2R p{ display:block; margin:0; padding:0; font-size:1.4rem; text-align:center;}
.blocktxt2 dl{ display:block; width:100%; padding:10px 0 10px 45px; margin:0; background:url(../img/mk1.png) no-repeat top 20px left 20px;
box-sizing:border-box; text-align:left;
border-top:3px solid #EEEEEE;}
.blocktxt2 dl.tail{ border-top:3px solid #EEEEEE; border-bottom:3px solid #EEEEEE; margin-bottom:20px;}
.blocktxt2 dl dt{ display:block; padding:0; margin:0 0 2px 0; font-size:1.5rem;  }
.blocktxt2 dl dt span{ display:inline-block; min-height:37px; padding:0 40px 0 0;  background:url(../img/icon_pdf.jpg) no-repeat top right; }
.blocktxt2 dl dt a{ display:inline; padding:0; border-bottom:2px solid #E5574A; text-decoration:none; }
.blocktxt2 dl dd{ display:block; padding:0; text-align:left; font-size:1.5rem;  }
.blocktxt2 dl dd img{ float:right; margin:0 0 0 20px; }

.blocktxt2 .img_box{ padding-bottom: 30px; }
.blocktxt2 .img_box img{ padding-bottom: 10px; }
.blocktxt2 .img_box .left{ float: left;	font-size:1.4rem; text-align: center; }
.blocktxt2 .img_box .right{	float: right; font-size:1.4rem;	text-align: center; }
.blocktxt2 .img_box2{ font-size:1.4rem;	text-align: center; padding-bottom: 20px;}
.blocktxt2 .img_box2 img{ padding-top: 20px; }

	@media (max-width: 880px) {
	.blocktxt2{ display:block; margin:0 0 40px 0; padding:0 5px;}
	.blocktxt2 p{ display:block; margin:0 0 20px 0; padding:0; font-size:1.4rem;}
	.blocktxt2 p strong{ display:block; margin:0 0 10px 0; padding:0; font-size:1.4rem; font-weight:bold;}
	.blocktxt2 h4{ display:block; margin:0 0 5px 0; padding:0 0 0 18px; font-size:1.6rem; font-weight:bold; text-align:left; box-sizing:border-box;
	background: url(../img/bar01.png) no-repeat top 14px left;}
	.blocktxt2 h5{ display:block; margin:0 0 20px 0; padding:3px 10px; height:30px; font-size:1.4rem; font-weight:bold; text-align:left; box-sizing:border-box;
	background: url(../img/bg_h5.jpg) repeat-x;}
	.blocktxt2L{ display:block; margin:0 0 30px 0; padding:0; width:100%; float:none;}
	.blocktxt2R{ display:block; margin:0; padding:0; width:100%; float:none;}
	.blocktxt2R p{ display:block; margin:0; padding:0; font-size:1.4rem; text-align:center;}
	.blocktxt2 dl{ display:block; width:100%; padding:10px 0 10px 45px; margin:0; background:url(../img/mk1.png) no-repeat top 26px left 20px;
	box-sizing:border-box; text-align:left;
	border-top:3px solid #EEEEEE;}
	.blocktxt2 dl.tail{ border-top:3px solid #EEEEEE; border-bottom:3px solid #EEEEEE; margin-bottom:20px;}
	.blocktxt2 dl dt{ display:block; padding:0; margin:0 0 2px 0; font-size:1.5rem;  }
	.blocktxt2 dl dt span{ display:inline-block; min-height:37px; padding:0 40px 0 0;  background:url(../img/icon_pdf.jpg) no-repeat top right; }
	.blocktxt2 dl dt a{ display:inline; padding:0; border-bottom:2px solid #E5574A; text-decoration:none; }
	.blocktxt2 dl dd{ display:block; padding:0; text-align:left; font-size:1.5rem;  }
	.blocktxt2 dl dd img{ float:right; margin:0 0 0 20px; }
	}

.blocktxt3{ display:block; margin:0 0 40px 0; padding:0 5px;}
.blocktxt3 p{ display:block; margin:0 0 20px 0; padding:20px; border:2px solid #F7CCC8; background:#FCEEED; font-size:1.4rem;}
.blocktxt3 p strong{ margin:0; padding:0; font-size:1.4rem; font-weight:bold;}

.blocktxt4{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:50px 40px;
	text-align:center;
	margin-bottom:40px;
	background:#FFFFFF;
	border:2px solid #EEEEEE;
}
.blocktxt4 h4{ text-align:center; font-size:2.2rem !important; height:40px; padding:0; margin:0 0 30px 0; box-sizing:border-box; line-height:100%; font-weight:bold; }
.blocktxt4 h4 span { display:inline-block; background:url(../img/bg_boxresults01title.png) repeat-x top 16px center; padding:0 10px 8px 10px; margin:0; font-size:2.2rem;}
.blocktxt4 ul{ text-align:left; padding:0 0 0 20px;  box-sizing:border-box; list-style:none;}
.blocktxt4 ul li{ display:block; padding:0 0 0 1.4rem; text-indent:-1.4rem;  box-sizing:border-box; text-align:left;}
.blocktxt4 ul.ul2{ text-align:left; padding:0 0 0 20px;  box-sizing:border-box; list-style:none;}
.blocktxt4 ul.ul2 li{ display:block; padding:0 0 0 20px; text-indent:0; margin:0 0 10px 0; box-sizing:border-box; text-align:left; background:url(../img/mk1.png) no-repeat top 8px left; font-size:1.4rem;}
.blocktxt4 ul.ul2 li span{ display:block; padding:0; box-sizing:border-box; text-align:left; }
.blocktxt4 p{ text-align:left; padding:0 0 0 25px;  box-sizing:border-box;}
.blocktxt4 p a{ text-align:left; padding:0;  box-sizing:border-box; display:inline; text-decoration:underline;}


.blocktxt5{ display:block; margin:0 0 40px 0; padding:0 5px;}
.blocktxt5 p{ display:block; margin:0 0 5px 0; padding:0; font-size:1.4rem;}
.blocktxt5 p strong{ margin:0; padding:0; font-size:1.4rem; font-weight:bold;}

@media (max-width: 880px) {
	.blocktxt4{padding:30px 20px;}
	.blocktxt4 ul.ul2 {padding: 0;}
}


/*==================================================
    ■ policy
==================================================*/
.policy .box1{
	border: 4px solid #ECECEC;
	padding: 10px 30px 40px;
}
.policy .box1 .box1_1 p{
	padding: 0 0 0 25px;
}

/*==================================================
    ■ message
==================================================*/
/*写真なしの場合
.message .box1 .fl {
	justify-content: center;
}*/
.message .box1 .fl-txt {
	width: 70%;
	max-width: 770px;
}
.message .box1 .fl-txt .txt1 {
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 20px;
}
.message .box1 .fl-img {
	width: 27%;
	max-width: 300px;
}
.message .messageCatch{
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.message .box1 .fl-txt {
		width: 100%;
		text-align: left;
	}
	.message .box1 .fl-img {
		width: 100%;
		margin: 30px auto 0;
	}
}
/*==================================================
    ■ qa
==================================================*/
.qa ol li.count {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
.qa .blocktxt2 ol p {
margin: 0 0 20px 1.5em;
}
.qa ul.list01 li {
    margin: 0 0 5px 1.5em;
}

/*==================================================
    ■ seminar
==================================================*/
.seminar .box1_1{
	padding-bottom: 20px;
}
.seminar .box1_1 p, .seminar .box1_2 p{
	padding: 0 0 0 25px;
}
.seminar .box1_2{
	padding-bottom: 0;
}
/*==================================================
    ■ activityReport
==================================================*/
.activityReport .box_b .left {
	width: 48%;
}
.activityReport .box_b .right {
	width: 48%;
}
.activityReport .box1 .left .txt1 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 20px;
}
.activityReport li {
    font-size: 1.4rem;
    line-height: 170%;
    padding: 0 0px 0.5em 0px;
    margin-left: 24px;
    list-style: disc;
}
.activityReport .box_1 {
    display: block;
    margin: 20px 0 10px;
}
.activityReport .box_1 p {
    display: block;
    padding: 20px;
	border: 2px solid #F7CCC8;
    background: #FCEEED;
	font-size: 1.4rem;
}
.activityReport p {
    padding: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
	.activityReport .fl {
		text-align: left;
	}
	.activityReport .box_b .left {
		width: 100%;
	}
	.activityReport .box_b .right {
		width: 100%;
	}
}

/*==================================================
    ■ event
==================================================*/

.event .tbl01 td {
    width: 50%;
}

/*==================================================
    ■ opencampus
==================================================*/

.opencampus .box1{ display:block; margin:0 0 40px 0; padding:0 5px;}
.opencampus .box1 p{ display:block; margin:0 0 20px 0; padding:20px; border:2px solid #F7CCC8; background:#FCEEED; font-size:1.4rem;}
.opencampus .box1 p strong{ margin:0; padding:0; font-size:1.4rem; font-weight:bold;}
.opencampus .blocktxt6 p {
    padding: 0 0 0 1em;
}
.opencampus .blocktxt6 {
    margin: 0 0 1.5em 0;
}
.opencampus .box2 {
    border: 4px solid #ECECEC;
    padding: 20px;
    margin-bottom: 30px;
}

/*----------------------------------------------------
	■ infomation 入試情報table
----------------------------------------------------*/
table.admission-table{
	width: 100%;
	margin: 20px 0 10px;
}
table.admission-table , .admission-table td, .admission-table th {
	border: 1px solid #fff;
	border-collapse: collapse;
	font-size: 1.4rem;
}
.admission-table td, .admission-table th {
	padding: 10px;
	width: 50px;
	height: 20px;
	text-align: center;
    vertical-align: middle;
}
.admission-table th {
	background: #F7CCC8;
	font-weight: normal;
}
.admission-table td{
	background: #FCEEED;
}
.infomation .textbox{
	font-size: 1.4rem;
}

.indent-contents{
	margin: 10px 0 20px 2em;
}
.infomation .box1{
	margin-bottom: 30px;
}
.infomation .box1 h4{
	display:block;
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:left;
	box-sizing:border-box;
	background-image: url(../img/bar01.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

/*----------------------------------------------------
	■ 合格発表
----------------------------------------------------*/

.result-c_txt .d_b{
	text-align: center;
	margin-bottom: 100px;
}
.result-c_txt .d_ib{
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.result-c_txt .d_b{
		text-align: left;
		margin-bottom: 60px;
	}
}

/*----------------------------------------------------
	■ dorm
----------------------------------------------------*/

.dorm .box_photo{
	padding-bottom: 20px;
}
.dorm .box_photo .left{
	float: left;
}
.dorm .box_photo .right{
	float: right;
}
.dorm .box_photo2{
	text-align: center;
	padding-bottom: 20px;
}
.dorm_bn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}
.dorm_bn ul li {
    width: 49%;
    transition: all 0.3s ease 0s;
}
.dorm_bn a {
    position: relative;
    display: block;
    padding: 10px 50px;
    border: 3px solid #E5574A;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}
.dorm_bn .icon {
    width: 100%;
    height: 40px;
    text-align: center;
}
.dorm_bn ul li a .icon img {
    position: absolute;
    left: 5%;
    top: 2.2rem;
    transition: all 0.3s;
    height: 40px;
}
.dorm_bn ul li a:hover .icon img.on {
    opacity: 1;
}
.dorm_bn ul li a .icon img.on {
    opacity: 0;
}
.dorm_bn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid rgb(229, 87, 74);
    border-right: 2px solid rgb(229, 87, 74);
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all 0.3s ease 0s;
}
.dorm_bn a:hover {
    color: #FFFFFF;
    background-color: #E5574A;
}
.dorm_bn a:hover:after {
    right: 3%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
    .dorm_bn a {
        padding: 10px 20px;
    }
    .dorm_bn ul {
        display: block;
    }
    .dorm_bn ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .dorm_bn .icon {
        height: 52px;
        display: block;
    }
    .dorm_bn ul li a .icon img {
        left: calc(50% - 18px);
    }
}

/*----------------------------------------------------
	■ dorm_en
----------------------------------------------------*/

.dorm_en .box_photo{
	padding-bottom: 40px;
	width:870px;
	margin:auto;
}
.dorm_en .box_photo .left{
	float: left;
	text-align: right;
	width:435px;
	padding-right: 20px;
}
.dorm_en .box_photo .right{
	float: right;
	text-align: left;
	width:435px;
	padding-left: 20px;
}
.dorm_en .box_photo2{
	text-align: center;
	padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.dorm_en .box_photo {
     width: 100%;
}
.dorm_en .box_photo .left {
	width: 100%;
    padding-right: 0;
	text-align: center;
}
.dorm_en .box_photo .right {
    float: inherit;
    width: auto;
    padding-left: 0;
	text-align: center;
}
}
/*----------------------------------------------------
	■ alums_en
----------------------------------------------------*/

.alums_en {
    background-image: url("../../en/gbc/alums/img/bg.png");
    background-repeat: no-repeat;
    width: 1240px;
    margin: auto;
    background-position: top center;
}
    @media only screen and (max-width: 1024px) {
        .alums_en {
            width:100%;
        }
    }
.alums_en .cnt {
	max-width: 1120px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
    @media only screen and (max-width: 1024px) {
        .alums_en .cnt {
            width:90%;
        }
    }
.alums_en .cnt .bl1 {
    padding-top: 30px;
    padding-bottom: 50px;
}
.alums_en .cnt .bl1 .p1 {
    font-size: 2.0em;
    font-family: "Arial", "メイリオ";
    font-weight: bold;
    padding-bottom: 50px;
}
.alums_en .cnt .bl1 dl {
}
.alums_en .cnt .bl1 dl dt {
    font-size: 2.5em;
    text-align: center;
    font-family: "Arial", "メイリオ";
    font-weight: bold;
    padding-bottom: 15px;
}
.alums_en .cnt .bl1 dl dd {
}
.alums_en .cnt .bl1 dl dd span {
    display: block;
    font-size: 2.0em;
    text-align: center;
    font-family: "Arial", "メイリオ";
}
.alums_en .cnt .bl1 dl dd .span1 {
    padding-bottom: 20px;
}
.alums_bn {
    padding-bottom: 80px;
}
    @media only screen and (max-width: 767px) {
        .alums_bn {
            padding-bottom: 40px;
        }
    }
.alums_bn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1150px;
}
.alums_bn ul li {
    width: 48%;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}
.alums_bn a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 70px;
    border: 3px solid #E5574A;
    background-color: #FFFFFF;
    font-size: 1.4em;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    text-align: left;
}
    @media only screen and (max-width: 1024px) {
        .alums_bn a {
            height: 100px;
        }
    }
    @media only screen and (max-width: 767px) {
        .alums_bn a {
            height: inherit;
        }
    }
.alums_bn .icon {
    width: 100%;
    height: 40px;
    text-align: center;
}
.alums_bn ul li a .icon img {
    position: absolute;
    left: 5%;
    top: 13px;
    transition: all 0.3s;
    height: 40px;
}
.alums_bn ul li a:hover .icon img.on {
    opacity: 1;
}
.alums_bn ul li a .icon img.on {
    opacity: 0;
}
.alums_bn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid rgb(229, 87, 74);
    border-right: 2px solid rgb(229, 87, 74);
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all 0.3s ease 0s;
}
.alums_bn a:hover {
    color: #FFFFFF;
    background-color: #E5574A;
}
.alums_bn a:hover:after {
    right: 3%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
    @media only screen and (max-width: 767px) {
        .alums_bn a {
            padding: 10px 20px;
            text-align: center;
        }
        .alums_bn ul {
            display: block;
        }
        .alums_bn ul li {
            width: 100%;
            margin-bottom: 20px;
        }
        .alums_bn .icon {
            height: 52px;
            display: block;
        }
        .alums_bn ul li a .icon img {
            left: calc(50% - 18px);
        }
    }
.alums_en .cnt .bl2 {
    padding-bottom: 50px;
}
.alums_en .cnt .bl2 h3 {
    font-size: 2.0em;
    font-family: "Arial", "メイリオ";
    padding-bottom: 30px;
    text-align: center;
}
.alums_en .cnt .bl2 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
    @media only screen and (max-width: 767px) {
        .alums_en .cnt .bl2 ul {
            justify-content: space-between;
        }
    }
.alums_en .cnt .bl2 ul li {
    width: 31%;
    border: 1px solid #DDDDDD;
    margin: 1.1%;
	transition: all 0.5s ease 0s;
}
    @media only screen and (max-width: 767px) {
        .alums_en .cnt .bl2 ul li {
            width: 48%;
            margin: 0%;
        }
    }
.alums_en .cnt .bl2 ul li a {
    display: block;
    padding: 23px;
    color: #222;
}
    @media only screen and (max-width: 767px) {
        .alums_en .cnt .bl2 ul li a {
            padding: 10px;
        }
    }
.alums_en .cnt .bl2 ul li:hover {
    background-color: #F2ABA4; 
    transition: all 0.5s ease 0s;
}
.alums_en .cnt .bl2 ul li > a dl {
}
.alums_en .cnt .bl2 ul li > a dl > dt {
    padding-bottom: 5px;
}
.alums_en .cnt .bl2 ul li > a dl dt img  {
    width: 100%;
	margin-bottom: 10px;
}
    @media only screen and (max-width: 767px) {
        .alums_en .cnt .bl2 ul li > a dl dt img {
            margin-bottom: 0;
        }
    }
.alums_en .cnt .bl2 ul li > a dl dd {
}
.alums_en .cnt .bl2 ul li > a dl dd dl{
}
.alums_en .cnt .bl2 ul li > a dl dd dl dt{
    font-size: 1.2em;
    font-weight: bold;
}
.alums_en .cnt .bl2 ul li > a dl dd dl dd{
    font-size: 1.4em;
}
/*----------------------------------------------------
	■ professor
----------------------------------------------------*/

.professor .tbl01 span{
	font-size:1.2rem;
}
.professor .tbl01 .td1{ width:15%;}
.professor .tbl01 .td2{
	width:25%;
	padding-top: 15px;
	padding-left: 20px;
}
.professor .tbl01 .td3{width:60%;}
@media only screen and (max-width: 767px) {
.professor .tbl01 .td2 {padding-left: 5px;}
}
/*----------------------------------------------------
	■ certificate
----------------------------------------------------*/
.certificate .tbl01 { width:60%;}
.certificate .tbl01 th{ width:50%;}
.certificate .tbl01 td{	width:50%;}

/*----------------------------------------------------
	■ no_lectures
----------------------------------------------------*/
.no_lectures .tblwrap { padding-top:10px !important;}

/*----------------------------------------------------
	■ mp_en
----------------------------------------------------*/
.mp_en .strong1 {
	font-size: 1.4em;
	font-weight: bold;
}
/*----------------------------------------------------
	■ curriculum_en
----------------------------------------------------*/
.curriculum_en dl {
	margin-bottom:20px;
}
.curriculum_en dl dt {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom:5px;
}
.curriculum_en dl dd {
	font-size: 1.4em;
}
/*----------------------------------------------------
	■ consultation_en
----------------------------------------------------*/
.consultation_en .tbl01 { width:60%;}

/*----------------------------------------------------
	■ Faculty_en
----------------------------------------------------*/

.Faculty_en .tbl01 span{
	font-size:1.2rem;
}
.Faculty_en .tbl01 .td1{ width:15%;}
.Faculty_en .tbl01 .td2{
	width:25%;
	padding-top: 15px;
	padding-left: 20px;
}
.professor .tbl01 .td3{width:60%;}

/*----------------------------------------------------
	■ Faculty_detail_en
----------------------------------------------------*/

.Faculty_detail_en dl{
	padding-bottom: 30px;
}
.Faculty_detail_en dl dt{
	background-color: #FBE6E3;
	border: 1px solid #E5574A;
	font-size: 2.0em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.Faculty_detail_en dl dd{
	font-size: 2em;
	font-weight: bold;
	padding-left: 20px;
}
.Faculty_detail_en .data{
	line-height: 250%;
	padding-left: 20px;
}
/*==================================================
    ■ career
==================================================*/
.career .fl-txt {
    width: 70%;
    max-width: 770px;
}
.career .fl-img {
	width: 27%;
	margin: 40px 0 40px;
}
.career .tb1_1 .tr1 td:nth-child(1){ width: 12%;}
.career .tb1_1 .tr1 td:nth-child(2){ width: 8%;}
.career .tb1_1 .tr1 td:nth-child(3){ width: 11%;}
.career .tb1_1 .tr1 td:nth-child(4){ width: 11%;}
.career .tb1_1 .tr1 td:nth-child(5){ width: 10%;}
.career .tb1_1 .tr1 td:nth-child(6){ width: 10%;}
.career .tb1_1 .tr1 td:nth-child(7){ width: 9%;}
.career .tb1_1 .tr1 td:nth-child(8){ width: 10%;}
.career .tb1_1 .tr1 td:nth-child(9){ width: 10%;}
.career .tb1_1 .tr1 td:nth-child(10){ width: 11%;}
.career .tb1_1 td{ padding: 10px;}
.career .tb1_1 tr td:nth-child(2){ text-align: center;}
@media only screen and (max-width: 1024px) {
	.career .tbl01 {
		width: 920px;
	}
}
@media only screen and (max-width: 767px) {
	.career .fl-txt {
		width: 100%;
		text-align: left;
	}
	.career .fl-img {
		width: 100%;
		margin: 40px 0 40px;
	}
}
/*----------------------------------------------------
	一覧ページ
----------------------------------------------------*/

.top_topics .flex .tit {
  width: 17%;
  background: url(../images/top/tit_tri.gif) no-repeat left top;
  background-size: contain;
  padding: 40px 0 0 40px;
}
.top_topics .flex .tit h2 {
  font-size: 2.5rem;
  font-weight:bold;
}
.top_topics .flex .list {
  width: 80%;
}
.top_topics .flex .list ul li {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
}
.top_topics .flex .list ul li .date {
  font-size: 1.4rem;
}
.top_topics .flex .list ul li .cat span {
  display: inline-block;
  width: 74px;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-size: 1.0rem;
  padding: 2px 0;
  margin-right:1.2rem;
}
.top_topics .flex .list ul li .cat span.blue {
  background: #217fc4;
}
.top_topics .flex .list ul li .cat span.green {
  background: #73a62e;
}
.top_topics .flex .list ul li .cat span.orange {
  background: #f57a00;
}
.top_topics .flex .list ul li .cat span.red {
  background: #E5574A;
}
.top_topics .flex .list ul li .cat span.purple {
  background: #8E68BA;
}
.top_topics .flex .list ul li .ttl {
	padding: 0 1.2rem 0  0;
	font-size:1.4rem;
	flex: 1;
}
.top_topics .flex .list ul li a{
  flex: 1;
}
.top_topics .flex .list ul li .ttl a {
  text-decoration: none;
  color: #333;
}
.top_topics .flex .list ul li .ttl a:hover {
  opacity: 0.7;
  text-decoration:underline;
}

.topics_detail .textbox{
	font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
.top_topics .flex .list {
    width: 100%;
}
.top_topics .flex .list ul li {
    display: block;
}
.top_topics .flex .list ul li a {
	display: block;
    margin-top: .5em;
}
.top_topics .flex .list ul li .ttl {
    display: block;
    margin-top: .5em;
}
}


/*----------------------------------------------------
	海外研修やゼミ活動の紹介
----------------------------------------------------*/
#clmboxtoggle {
    display: none;
}
.clmbox {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    font-size: 1.4rem;
    margin-top: 10px;
}
.clmbox:before, .clmbox:after {
    content: "";
    display: table;
}
.clmbox li {
    padding-left: 10px;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}
.clm {
    width: 50%;
    float: left;
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clmbox li a, .clmbox li span {
    display: block;
    position: relative;
    padding: 8px 24px 8px 16px;
}
.arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::after {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #E5574A;
    border-right: 2px solid #E5574A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img_box {
    max-width: 860px;
}
.img_box.w2-2 {
    max-width: 410px;
}
.img_box.w2-3 , .img_box.w5-2 {
    max-width: 1120px;
}
.img_box.w3-1 {
    max-width: 1070px;
}
.img_box.w4-1 {
    max-width: 480px;
}
.img_box.w2-3 .d_ib img {
    max-height: 203px;
}
.img_box.w3-1 .d_ib img {
    max-height: 300px;
}
.img_box.w5-2 .d_ib img {
    max-height: 180px;
}
@media only screen and (max-width: 767px) {
    #clmboxtoggle {
        display: block;
        position: relative;
        width: 100%;
        background: #E5574A;
        font-size: 1.4rem;
        padding: 0 10px;
        margin-top: 10px;
    }
    #clmboxtoggle a {
        display: block;
        position: relative;
        padding: 12px 0 10px;
        border-bottom: 1px solid #E5574A;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    #clmboxmenu {
        display: none;
        margin-top: 0;
    }
    #clmboxmenu li {
        width: 100%;
    }
    .arrow2::before, .arrow2::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .arrow2::after {
        left: 3px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .img_box{
        margin: 0 auto;
    }
    .fl {
        display: block;
        text-align: center;
    }
    .img_box.w2-2 .fl , .img_box.w4-1 .fl {
        display: flex;
    }
    .img_box.w2-2 .fl img , .img_box.w4-1 .fl img {
        max-width: 43vw;
    }
}

/*----------------------------------------------------
	ゼミ紹介ページ
----------------------------------------------------*/

.seminarActivity .seminarList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.seminarActivity img{
	flex-shrink: 0;
}
.seminarActivity .seminarList:after{
	content:"";
	display:block;
	width: 32%;
	height:0;
}
.seminarActivity .seminarListItem{
	display: flex;
    flex-direction: column;
	width: 32%;
	padding-bottom: 1em;
	margin-top: 60px;
}
.seminarActivity h4{
	font-size: 1.5rem;
	padding: 1em 0 0 0;
}
.seminarActivity p.sns{
	display: block;
	position: relative;
	padding: 1em 0 0 0;
	margin-top: auto;
}
.seminarActivity p.sns.fl{
	display: flex;
	justify-content: space-between;
}
.seminarActivity p.sns.fl a{
	width: 48%;
}
.seminarActivity .box_a a {
	display: block;
    width: 100%;
	padding: 10px 0;
    position: relative;
	border-bottom: 1px solid #e5574a;
	-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.seminarActivity a.twitter::before {
    display: block;
    content: "";
    position: absolute;
	width: 16px;
    height: 14px;
    top: 50%;
    left: 5%;
    margin-top: -7px;
    border-width: 5px;
    background-image: url("../img/xLogo.svg");
	background-repeat: no-repeat;
}
.seminarActivity a.instagram::before {
    display: block;
    content: "";
    position: absolute;
	width: 16px;
    height: 16px;
    top: 50%;
    left: 5%;
    margin-top: -7px;
    border-width: 5px;
    background-image: url("../img/instagramLogo.png");
}
.seminarActivity .box_a a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid #e5574a;
    border-right: 1px solid #e5574a;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .3s;
}
.seminarActivity .box_a a:hover {
    background-color: #f7f7f7;
}
.seminarActivity .box_a a:hover::after {
    right: 4%;
}
@media only screen and (max-width: 767px) {
	.seminarActivity .seminarList{
		display: block;
	}
	.seminarActivity .seminarListItem{
		width: 100%;
	}
}

/*----------------------------------------------------
	プロジェクトゼミページ
----------------------------------------------------*/

.projectSeminar .seminarList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.projectSeminar img{
	flex-shrink: 0;
	vertical-align: bottom;
	transition-duration: 0.6s;
}
.projectSeminar .seminarList:after{
	content:"";
	display:block;
	width: 32%;
	height:0;
}
.projectSeminar .seminarListItem{
	display: flex;
    flex-direction: column;
	width: 32%;
	margin-top: 60px;
}
.projectSeminar .imgWrap{
	overflow: hidden;
	position: relative;
}
.projectSeminar .imgWrap .seminarExternalLink{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #e5574a;
	color: #fff;
	font-size: 12px;
    padding: 5px 7px;
}
.projectSeminar .imgWrap .seminarExternalLink:after{
	content: url("../../education/seminar/project/img/ExternalLink.svg");
	width: 11px;
    display: inline-block;
	height: 0;
	margin: 0 2px 0 5px;
}
.projectSeminar h4 {
	display: block;
    width: 100%;
	margin-top: 5px;
	padding: 14px 0;
    position: relative;
	font-size: 1.4rem;
	border-bottom: 1px solid #e5574a;
	-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.projectSeminar h4::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid #e5574a;
    border-right: 1px solid #e5574a;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .3s;
}
.projectSeminar .seminarListItem a:hover h4{
    background-color: #f7f7f7;
}
.projectSeminar .seminarListItem a:hover h4:after {
    right: 4%;
}
.projectSeminar .seminarListItem a:hover img{
  transform: scale(1.1);
  transition-duration: 0.6s;
}
@media only screen and (max-width: 767px) {
	.projectSeminar .seminarList{
		display: block;
	}
	.projectSeminar .seminarListItem{
		width: 100%;
	}
}

/*----------------------------------------------------
	入学式
----------------------------------------------------*/

.ceremony {
	max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.ceremony table.ceremony_jp, .ceremony table.ceremony_en{
	font-size: 1.4rem;
    line-height: 170%;
    text-align: left;
	margin: 0 auto 1em;
}
.ceremony table.ceremony_jp tbody, .ceremony table.ceremony_en tbody{
    vertical-align: top;
}
.ceremony table.ceremony_jp th{
    width: 4em;
}
.ceremony table.ceremony_en th {
    width: 8em;
}
.ceremony table.ceremony_jp th, .ceremony table.ceremony_jp td,
.ceremony table.ceremony_en th, .ceremony table.ceremony_en td{
    padding-bottom: 1em;
}
.ceremony table.ceremony_jp td:before,
.ceremony table.ceremony_en td:before{
    content: "：";
	margin: 0.5em;
}
.ceremony table.ceremony_jp td,
.ceremony table.ceremony_en td{
    text-indent: -2em;
    padding-left: 2em;
}
.ceremony .box2 {
    border: 4px solid #ECECEC;
    padding: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.ceremony table.ceremony_en th, .ceremony table.ceremony_en td{
		display: block;
	}
}

/*----------------------------------------------------
	Activitiesページ
----------------------------------------------------*/

.Activities .seminarList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.Activities .h3_2 {
    margin-bottom: 0;
}
.Activities img{
	flex-shrink: 0;
}
.Activities .seminarList:after{
	content:"";
	display:block;
	width: 32%;
	height:0;
}
.Activities .seminarListItem{
	display: flex;
    flex-direction: column;
	width: 32%;
	padding-bottom: 1em;
	margin-top: 60px;
}
.Activities h4{
	font-size: 1.5rem;
	padding: 1em 0 0 0;
}
.Activities p.sns{
	display: block;
	position: relative;
	padding: 1em 0 0 0;
	margin-top: auto;
}
.Activities.PEJOA p.sns{
	padding: 5px 0 0 0;
}
.Activities .box_a a {
	display: block;
    width: 100%;
	padding: 10px 0;
    position: relative;
	border-bottom: 1px solid #e5574a;
	-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.Activities a.instagram::before {
    display: block;
    content: "";
    position: absolute;
	width: 16px;
    height: 16px;
    top: 50%;
    left: 5%;
    margin-top: -7px;
    border-width: 5px;
    background-image: url("../img/instagramLogo.png");
}
.Activities .box_a a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid #e5574a;
    border-right: 1px solid #e5574a;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .3s;
}
.Activities .box_a a:hover {
    background-color: #f7f7f7;
}
.Activities .box_a a:hover::after {
    right: 4%;
}
@media only screen and (max-width: 767px) {
	.Activities .seminarList{
		display: block;
	}
	.Activities .seminarListItem{
		width: 100%;
	}
}
/*----------------------------------------------------
	Reports and Interviewsページ
----------------------------------------------------*/

.RaI .reportsList, .RaI .interviewsList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.RaI img{
	flex-shrink: 0;
	vertical-align: bottom;
	transition-duration: 0.6s;
}
.RaI .reportsList:after, .RaI .interviewsList:after{
	content:"";
	display:block;
	width: 32%;
	height:0;
}
.RaI .reportsListItem, .RaI .interviewsListItem{
	display: flex;
    flex-direction: column;
	width: 32%;
	margin-top: 60px;
}
.RaI .imgWrap{
	overflow: hidden;
	position: relative;
}
.RaI .h3_2 {
    margin-bottom: 0;
}
.RaI h4 {
	display: block;
    width: 100%;
	margin-top: 5px;
	padding: 14px 0;
    position: relative;
	font-size: 1.4rem;
	border-bottom: 1px solid #e5574a;
	-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.RaI h4::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: .4rem;
    height: .4rem;
    border-top: 1px solid #e5574a;
    border-right: 1px solid #e5574a;
    transform: rotate(45deg);
    margin-top: -0.2rem;
    transition: all .3s;
}
.RaI .reportsListItem a:hover h4, .RaI .interviewsListItem a:hover h4{
    background-color: #f7f7f7;
}
.RaI .reportsListItem a:hover h4:after, .RaI .interviewsListItem a:hover h4:after {
    right: 4%;
}
.RaI .reportsListItem a:hover img, .RaI .interviewsListItem a:hover img{
  transform: scale(1.1);
  transition-duration: 0.6s;
}
@media only screen and (max-width: 767px) {
	.RaI .reportsList, .RaI .interviewsList{
		display: block;
	}
	.RaI .reportsListItem, .RaI .interviewsListItem{
		width: 100%;
	}
}