@charset "utf-8";

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	color: #071d33;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.75;
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}

a {
	color: #595959;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/*==============================
		wrap
==============================*/
.wrap {
	margin: 0 auto;
	position: relative;
}

/*==============================
		page_header
==============================*/
.page_header {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.page_header_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #d4dfea;
	color: #0a3c6f;
	font-weight: bold;
	text-decoration: none;
	font-size: 2rem;
}
/*==============================
		page_footer
==============================*/
.page_footer {
	width: 100%;
}
.page_footer_block_01 {
	padding: 60px 0;
	background-color: #eaedf5;
	text-align: center;
}
.page_footer_block_02 {
	padding: 20px 0;
	background-color: #071d33;
	color: #ffffff;
	text-align: center;
}
.page_footer_cr {
	font-size: 1.2rem;
}
/*==============================
		mv
==============================*/
.mv {
	background: url(http://www.gsais.kyoto-u.ac.jp/archive/special_2020/img/bg_01.png) 0 0 no-repeat;
	background-size: cover;
}
.mv .inr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 500px;
	padding-left: 90px;
	color: #fff;
}
.mv h1 {
	font-weight: bold;
	font-size: 10rem;
	line-height: 1;
	margin-bottom: 30px;
}
.mv p {
	font-weight: bold;
	font-size: 2.2rem;
}
/*==============================
		member
==============================*/
.member .inr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1015px;
	margin: 90px auto 0;
}
.member_block {
	box-sizing: border-box;
	width: 490px;
	padding: 25px 20px;
	margin-bottom: 60px;
	background-color: #e0e6ed;
	position: relative;
}
.member_block_num {
	width: 1.8em;
	height: 1.8em;
	background-color: #071d33;
	text-align: center;
	line-height: 1.8em;
	font-size: 2.6rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -1.2em;
	left: -.4em;
}
.member_block_ttl {
	font-weight: bold;
	font-size: 2.3rem;
	margin-bottom: 20px;
}
.member_block_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.member_block_movie iframe,
.member_block_movie img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.member_block_name {
	font-weight: bold;
	font-size: 2.1rem;
}
.member_block_prf {
	display: flex;
	flex-wrap: wrap;
}
.member_block_prf dt {
	width: 5em;
}
.member_block_prf dd {
	width: calc(100% - 5em);
}
.closing_block {
	box-sizing: border-box;
	width: 740px;
	padding: 55px 0;
	margin: 0 auto 80px;
	border: 3px solid #071d33;
}
.closing_box_01 {
	margin: 0 80px 40px;
	padding-bottom: 40px;
	border-bottom: 3px solid #071d33;
}
.closing_box_01 h2 {
	font-size: 4rem;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.closing_box_02 {
	text-align: center;
}
.closing_box_02 .txt1 {
	font-size: 2.4rem;
}
.closing_box_02 .txt2 {
	font-size: 3.4rem;
	margin-bottom: 40px;
	font-weight: bold;
}
.closing_box_02 .btn {
	display: block;
	width: 500px;
	margin: 0 auto;
	background-color: #071d33;
	border-radius: 10px;
	line-height: 80px;
	font-size: 2.4rem;
	color: #fff;
	position: relative;
	text-decoration: none;
	letter-spacing: 2px;
}
.closing_box_02 .btn::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-width: 8px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
}
.a_txt {
	text-align: center;
	margin-bottom: 50px;
}
/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 751px) {
	a {
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
	}
	a:hover {
		opacity: 0.7;
	}
	.hover:hover {
		opacity: 0.7;
	}
	.spOnly {
		display: none !important;
	}
	.content {
		min-width: 1200px;
		margin: 110px auto 0;
	}
	.page_header {
		min-width: 1200px;
		padding-left: 33px;
	}
	.page_header_btn {
		width: 238px;
		height: 110px;
	}
	.page_header_btn span::after {
		content: " ";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 10px;
		border-width: 8px 10px;
		border-style: solid;
		border-color: transparent transparent transparent #0a3c6f;
	}
	.page_footer {
		min-width: 1200px;
	}
	.mv .inr {
		width: 1200px;
		margin: 0 auto;
	}
}

/*------------------------------
	max 1400px
------------------------------*/
@media screen and (min-width: 751px) {}
/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 750px) {
	body {
		font-size: 1.4rem;
	}
	.wrap * {
		max-width: 100% !important;
	}
	.pcOnly {
		display: none !important;
	}
	/*==============================
		page_header
==============================*/
	.page_header {
		padding-left: calc((40/750)*100vw);
	}
	.page_header img {
		width: 240px;
	}
	.page_header_btn {
		padding: 0 5px;
		height: 69px;
		font-size: 1.3rem;
		line-height: 1.2
	}
	/*==============================
		page_footer
==============================*/
	.page_footer_block_01 {
		padding: 10vw 14vw;
	}
	.page_footer_block_02 {
		padding: 20px 10px;
	}
	/*==============================
		mv
==============================*/
	.content {
		margin-top: 69px;
	}
	.mv {
		background: url(http://www.gsais.kyoto-u.ac.jp/archive/special_2020/img/bg_01_sp.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	.mv .inr {
		height: calc((593/750)*100vw);
		padding-left: calc((40/750)*100vw);
	}
	.mv h1 {
		font-size: 11vw;
		margin-bottom: 5vw;
	}
	.mv p {
		width: 80%;
		font-size: 3.7vw;
	}
	/*==============================
		member
==============================*/
	.member .inr {
		width: 90vw;
		margin: 50px 5vw 0;
	}
	.member_block {
		width: 100%;
		padding: 4vw;
		margin-bottom: 50px;
	}
	.member_block_num {
		font-size: 2rem;
	}
	.member_block_ttl {
		font-size: 2rem;
	}
	.member_block_name {
		font-size: 1.8rem;
	}
	.closing_block {
		width: 90vw;
		padding: 4vw 0;
		margin-bottom: 40px;
	}
	.closing_box_01 {
		margin: 0 4vw 20px;
		padding-bottom: 20px;
	}
	.closing_box_01 h2 {
		font-size: 2.5rem;
		text-align: center;
	}
	.closing_box_02 .txt1 {
		font-size: 2rem;
	}
	.closing_box_02 .txt2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.closing_box_02 .btn {
		width: 90%;
		line-height: 60px;
		font-size: 2rem;
	}
	.closing_box_02 .btn::after {
		display: none;
	}
	.a_txt {
		text-align: left;
		margin: 0 5vw 40px;
	}
}

/*==============================
		clearfix
==============================*/
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*==============================
		 !important
==============================*/
.fwb {
	font-weight: bold !important;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.ml100 {
	margin-left: 100px !important;
}

