@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
/* font */

/* color */

/* mediaquery  */

/* レスポンシブサイト非表示 */

/* PCのみ */

@media screen and (max-width: 959px) {
	.pc {
		display: none !important;
	}
}

/* タブレット?PC */

@media screen and (max-width: 639px) {
	.pctb {
		display: none !important;
	}
}

/* タブレット?SP */

@media screen and (min-width: 960px) {
	.tbsp {
		display: none !important;
	}
}

/* タブレットのみ */

@media screen and (min-width: 640px) and (max-width: 959px) {
	.tb {
		display: none !important;
	}
}

/* SPのみ */

@media screen and (min-width: 640px) {
	.sp {
		display: none !important;
	}
}

/* hover */

/*---------------------------------------------------------
共通スタイル
---------------------------------------------------------*/

.emph_p {
	font-weight: bold;
	color: #334A6C;
	margin-bottom: 5px;
	font-size: 117%;
}

/*---------------------------------------------------------
cultural_ex_top
---------------------------------------------------------*/

#cultural_ex_top .ttl {
	background: url(/cultural_ex/img/top/bg_hl.jpg) no-repeat left top;
	padding: 15px 0px 5px 32px;
	font-size: 142%;
	margin-bottom: 20px;
}

#cultural_ex_top .ttl span {
	font-size: 84%;
}

#cultural_ex_top .btns {
	text-align: center;
	margin: 20px 0px 70px;
}

#cultural_ex_top .btns li {
	display: inline;
}

@media screen and (max-width: 639px) {
	#cultural_ex_top .btns li {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
}

#cultural_ex_top .block01 {
	margin-bottom: 20px;
	overflow: hidden;
}

#cultural_ex_top .block01 .picup {
	font-weight: bold;
	margin-bottom: 5px;
}

@media screen and (max-width: 639px) {
	#cultural_ex_top .block01 .picup {
		text-align: center;
		font-size: 125%;
	}
}

@media screen and (min-width: 640px) {
	#cultural_ex_top .block01 .photo01 {
		float: right;
		padding-left: 15px;
	}
}

@media screen and (min-width: 640px) {
	#cultural_ex_top .block01-prog .leftBox {
		width: 60%;
		float: left;
	}

}

@media screen and (min-width: 640px) {
	#cultural_ex_top .block01-prog .photo01 {
		width: 35%;
	}
}

@media screen and (max-width: 639px) {
	#cultural_ex_top .block01-prog .photo01 {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 20px;
	}
}

#cultural_ex_top .block01-prog--ninzu {
	width: 120px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
}

#cultural_ex_top .block01-prog--fukidashi {
	width: 100%;
}

#cultural_ex_top .block01-prog--fukidashi img {
	width: 100%;
}

#cultural_ex_top .block01 .leftBox {
	overflow: hidden;
}

#cultural_ex_top .block01 .leftBox .inner {
	overflow: hidden;
}

@media screen and (min-width: 640px) {
	#cultural_ex_top .block01 .leftBox .inner img {
		float: left;
	}
}

#cultural_ex_top .block01 .leftBox .inner ul {
	overflow: hidden;
	padding-left: 15px;
}

@media screen and (max-width: 639px) {
	#cultural_ex_top .block01 .leftBox .inner ul {
		width: 100%;
		margin: 0 auto 20px;
		box-sizing: border-box;
		padding-left: 0;
	}
}

#cultural_ex_top .block01 .leftBox .inner ul li {
	margin-bottom: 2px;
	padding-left: 1em;
	text-indent: -1em;
}

#cultural_ex_top .block01 .leftBox .inner ul li span {
	font-weight: bold;
}

#cultural_ex_top .block01 .st01 {
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#cultural_ex_top .block01 .st01 span {
	font-weight: bold;
}

#cultural_ex_top .block01 .stxt {
	font-size: 84%;
	margin-bottom: 10px;
}

#cultural_ex_top .cultural_ex_top__copy {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 639px) {
	#cultural_ex_top .cultural_ex_top__copy {
		font-size: 134%;
	}
}

/*---------------------------------------------------------
海外留学プログラム
---------------------------------------------------------*/

#programme .programme-block01 {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#programme .programme-block01 ul {
	padding-top: 5px;
	padding-left: 25px;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	#programme .programme-block01 ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

#programme .programme-block01 ul li {
	font-size: 134%;
	margin-bottom: 2px;
}

#programme .programme-block01 ul li span {
	font-weight: bold;
}

@media screen and (min-width: 640px) {
	#programme .programme-block01 .pic02 {
		float: left;
	}
}

@media screen and (max-width: 639px) {
	#programme .programme-block01 .pic02 {
		margin-bottom: 10px;
		text-align: center;
	}
}

#programme .programme-block02 {
	overflow: hidden;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

@media screen and (min-width: 640px) {
	#programme .programme-block02 .programme-block02__text {
		width: 60%;
		float: left;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 640px) {
	#programme .programme-block02 .programme-block02__img {
		width: 35%;
		float: right;
		box-sizing: border-box;
		display: block;
		margin: 0;
		right: 0;
	}
}

#programme .programme-block02 .programme-block02__img img {
	width: 100%;
}

#programme .tbl_cmn {
	width: 695px;
}

#programme .tbl_cmn--100p {
	width: 100%;
}

#programme .tbl_cmn--syogakukin .cell01 {
	width: 15% !important;
}

#programme .tbl_cmn--syogakukin .cell02 {
	width: 30% !important;
}

#programme .tbl_cmn--syogakukin .cell03 {
	width: 55% !important;
}

#programme .tbl_cmn .ttl03 {
	background: #FAEBED;
	color: #AD2C42;
}

#programme .uni {
	margin: 20px 0px 50px;
	background: #F7F4E8;
	padding: 15px 8px 15px 13px;
}

#programme .uni table {
	background: #fff;
	float: left;
	border: 0px;
}

@media screen and (max-width: 639px) {
	#programme .uni table {
		float: none;
		width: 100%;
	}
}

#programme .uni table.mr {
	margin-right: 15px;
}

#programme .uni table th {
	padding: 6px 5px 6px 6px;
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	width: 100px;
}

#programme .uni table .ctr {
	text-align: center;
	width: 40px;
}

#programme .uni table th.ctr {
	padding: 5px;
	border-bottom: 1px solid #EEBDC6;
	border-top: 1px solid #EEBDC6;
	color: #D86579;
}

#programme .uni table td {
	padding: 6px 0px;
	border: 0px;
	border-bottom: 1px dotted #ccc;
	width: 165px;
}

#programme .uni dt {
	font-weight: bold;
	color: #D86579;
	margin-bottom: 5px;
}

#programme .uni dd li {
	padding: 3px 20px 3px 13px;
	background: url(/common/bullet_circle_p.jpg) no-repeat left 8px;
}

#programme .pic {
	float: right;
	padding: 0px 0px 0px 20px;
}

#programme .st01 {
	overflow: hidden;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#programme #graph {
	padding-bottom: 60px;
}

#programme #graph p {
	float: left;
}

#programme #graph .tbl_cmn {
	width: 465px;
	float: right;
}

#programme #graph .tbl_cmn .ttl01,
#programme #graph .tbl_cmn .ttl02,
#programme #graph .tbl_cmn .ttl03 {
	font-size: 92%;
}

#programme #graph .tbl_cmn td {
	text-align: center;
}

#programme .tbl_cmn {
	margin: 10px 0px;
}

#programme #lmp120 {
	border: 3px solid #F4D2D7;
	padding: 15px;
	margin-bottom: 50px;
}

#programme #lmp120 h3 {
	color: #D86579;
	font-weight: bold;
}

/*---------------------------------------------------------
国内での留学疑似体験
---------------------------------------------------------*/

#simulation .intro {
	margin: 10px 0px 40px;
}

@media screen and (max-width: 639px) {
	#simulation .intro {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 639px) {
	#simulation .emph_p {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 640px) {
	#simulation .intro .pic {
		float: right;
		padding: 0px 0px 20px 20px;
	}
}

@media screen and (max-width: 639px) {
	#simulation .intro .pic {
		text-align: center;
		margin-bottom: 20px;
	}
}

#simulation .simulation_pics {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 639px) {
	#simulation .simulation_pics {
		margin-bottom: 20px;
	}
}

#simulation .simulation_pics li {
	text-align: center;
	float: left;
	margin: 0px 13px 40px 0px;
	width: calc((100% - 26px) / 3);
}

#simulation .simulation_pics li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 639px) {
	#simulation .simulation_pics li {
		margin-right: 5px;
		width: calc((100% - 10px) / 3);
	}
}

#simulation .simulation_pics li img {
	width: 100%;
}

#simulation #topics {
	border: 5px solid #FDEEEA;
	padding: 15px 15px 15px 100px;
	background: url(/cultural_ex/img/simulation/topics.gif) no-repeat 10px 10px;
	clear: both;
}

@media screen and (max-width: 639px) {
	#simulation #topics {
		padding: 15px 15px 15px 80px;
		background-size: 60px 59px;
	}
}

#simulation #topics dt {
	color: #D86579;
	font-size: 117%;
}

/*---------------------------------------------------------
留学生の受け入れ
---------------------------------------------------------*/

#exchange_stu .intro {
	margin-bottom: 20px;
}

#exchange_stu .intro--left {
	margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
	#exchange_stu .intro--left {
		float: left;
		width: 60%;
	}
}

#exchange_stu .intro .pic {
	text-align: center;
}

@media screen and (min-width: 640px) {
	#exchange_stu .intro .pic {
		float: right;
		width: 36%;
	}
	#exchange_stu .intro .pic img {
		width: 100%;
	}
}

#exchange_stu .intro .picList {
	overflow: hidden;
	text-align: center;
}

#exchange_stu .intro .picList li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

@media screen and (max-width: 639px) {
	#exchange_stu .intro .picList li {
		display: block;
		margin-bottom: 10px;
	}
	#exchange_stu .intro .picList li:nth-child(2n) {
		margin-bottom: 0px;
	}
}

#exchange_stu .exchange_stu--img {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------------
研究者交流
---------------------------------------------------------*/

#academic .intro {
	margin-bottom: 50px;
}

@media screen and (min-width: 640px) {
	#academic .intro .pic {
		float: right;
		padding: 0px 0px 20px 20px;
	}
}

@media screen and (max-width: 639px) {
	#academic .intro .pic {
		margin-bottom: 20px;
	}
}

/*---------------------------------------------------------

---------------------------------------------------------*/

#partner .hl02 span.f_small {
	background: none;
	padding: 0;
	font-size: 84%;
}


.btn-more {
	margin-top: 20px;
	text-align: center;
	float: right;
}

@media screen and (max-width: 639px) {
	.btn-more {
		float: none;
	}
}

.btn-more a {
	border: 1px solid #ccc;
	display: inline-block;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	position: relative;
}

@media screen and (max-width: 639px) {
	.btn-more a {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 12px;
		padding-bottom: 14px;
	}
}


.btn-more a::before,
.btn-more a::after {
	position: absolute;
	content: '';
	display: inline-block;
}

.btn-more a::before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #d9657a;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn-more a::after {
	left: 13px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn-more a:hover {
	background-color: #fff3f5;
}

/*# sourceMappingURL=cultural_ex.css.map */
