intro@charset "UTF-8";

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	*font-size:small;
	*font:x-small;
}
.alCenter {
	text-align: center;
}
.alLeft {
	text-align: left;
}
.alRight {
	text-align: right;
}
.clfix:before, .clfix:after {
	content: " ";
	display: table;
}
.clfix:after {
	clear: both;
}
.clfix {
*zoom: 1;
}
.clear {
	clear: both;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
li {
	list-style: none;
}
.f80 {
	font-size: 80% !important;
}
.univ-detail .box p.fsL {
	font-size: 100% !important;
}
.univ-detail .box p.fsM {
	font-size: 87.5% !important;
}
.univ-detail .box p.fsS {
	font-size: 75% !important;
}

.univ-detail .box .cap span {
	font-size: 75% !important;
}

a {
	color: #fff;
	display: block;
	
}
a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
/* common-color */

/* top */


/* layout */
body {
	background: #fff none repeat-x center top;
	overflow-y: auto;
	*font-size:small;
	*font:x-small;
	min-width: 980px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: auto;
}
#container .con-inner {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}
/* header */

header .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
header .logo_asahi {
	float: left;
	margin: 35px auto 10px;
}
header .logo_asahi img {
	height: auto;
	max-width: 100px;
	width: 100%;
}
header .credit {
	font-size: 12px;
	float: right;
	margin: 45px auto 0;
}
header .lang {
	clear: both;
	display: -webkit-flex;
	display: flex;
	float: right;
	font-size: 12px;
	margin-bottom: 4px;
}
header .lang li.lang-en {
	border-left: 1px solid #231815;
	margin-left: 9px;
	padding-left: 9px;
}
header .lang a {
	color: inherit;
	text-decoration: underline;
}
header .lang .current a {
	text-decoration: none;
}
/* 帯タイトル */

.title {
	background: #231815;
	color: #fff;
	font-size: 16px;
	line-height: 1.56;
	text-align: center;
	padding: 3px 0;
	font-weight: normal;
}
/* footer */
.footer {
	background: #1a1a1a;
	padding: 28px 0;
	text-align: center;
}
.footer p {
	color: #fff;
	margin: 0 auto;
	line-height: 2;
	font-size: 11px;
}
h1 a:hover {
	opacity: 0.7;
}
#mv {
}
.section {
	padding: 8% 0;
}
.sFirst {
	border-top: 4px solid #231815;
	padding-top: 0px;
}
.section h2 {
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 50px;
}
.section p {
	letter-spacing: 1.1px;
	line-height: 1.9;
	text-indent: 1em;
	cursor: text;
}
.section .fl {
	width: 340px;
	float: left;
	margin-right: 20px;
	line-height: 1.5;
	letter-spacing: 1.1px;
	margin-bottom: 20px;
	z-index: 1;
	cursor: text;
}
.section .fr {
	width: 320px;
	float: right;
	margin-left: 20px;
	line-height: 1.5;
	letter-spacing: 1.1px;
	margin-bottom: 20px;
	z-index: 1;
	cursor: text;
}
.section .fl img, .section .fr img {
	margin-bottom: 5px;
}
.section .fl span, .section .fr span {
	line-height: 1.5 !important;
}
.section .annotation {
	list-style: none;
	font-size: 80%;
	text-indent: 0px;
	margin-top: 20px;
}
.column {
	border-top: none;
	background-color: #EEEEEE;
}
.pickup {
	border-top: none;
	padding: 50px 0;
}
.pickup h2 {
	margin-bottom: 20px;
}
.pickup p {
	text-indent: 0;
}
.raw33 {
	width: 33%;
	float: left;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1.1px;
}
.raw33 img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	width: 300px;
}
.raw33 span {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
}
.official_site {
	background-color: #231815;
	color: #fff;
}
/*----------------------------------------------*/
#btn_document_request, #btn_pdf, #btn_posting_university_list {
	width: 50px;
	height: 123px;
	overflow: hidden;
}
#btn_pdf {
	position: fixed;
	top: 80px;
	right: 0px;
	z-index: 9999;
}
#btn_posting_university_list {
	position: fixed;
	top: 184px;
	right: 0px;
	z-index: 9999;
}
#btn_document_request {
	position: fixed;
	top: 328px;
	right: 0px;
	z-index: 9999;
}
.alpha {
	display: inline-block\9;
	zoom: 1;
	line-height: 1;
}
.alpha:hover, #animationList li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#btn .active {
	background-color: #231815;
}
#btn {
	overflow: hidden;
	margin-bottom: 40px;
	/*	width: 821px;*/
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#btn li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	background-color: #B8B8B8;
	padding: 14px 25px;
	color: #fff;
	list-style: none;
}
#btn li:last-child {
	margin-right: 0px;
}
#animationList {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#animationList li {
	width: 23.5%;
	float: left;
	list-style: none;
	margin-right: 1.3%;
	margin-top: 2%;
	margin-bottom: 2%;
}
#animationList li a {
	display: block;
	margin: 5px;
}
#animationList li a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #ccc;
}
.animation {
	visibility: hidden;
}
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
#page-top {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 30px;
	opacity: 0;
	z-index: 100;
	width: 34px;
	
	transition: opacity .3s;
}
#page-top.show {
	opacity: 1;
}
.page-top-relative {
	position: relative;
}
.page-top-relative #page-top {
	position: absolute;
	bottom: 130px;
}
#page-top img {
	width: 100%;
	height: auto;
}

/* Contents */
h3 {
	align-items: center;
	display: -webkit-flex;
	display: flex;
	font-size: 18px;
	font-weight: normal;
}
h3:before {
	background: CurrentColor;
	content: '';
	display: inline-block;
	height: 10px;
	margin: 0 4px 0 0;
	width: 10px;
}

/* メインビジュアル */
#mv {
	width: 980px;
	margin: 0 auto 45px;
}
#mv figcaption {
	font-size: 13px;
	margin: .25em 40px 0 0;
	text-align: right;
}

/* Read */
.read-area {
	margin-bottom: 45px;
}
.read-note {
	margin-top: 10px;
	font-size: 12px;
}
.read-sentence {
	margin-top: 40px;
	font-size: 19px;
	letter-spacing: 3px;
	line-height: 2;
}

.list-recruiting {
	margin-bottom: 7px;
}
.list-recruiting li {
	background: #231815;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	padding: 0 7px 0 14px;
}
.list-recruiting li:before {
	background: CurrentColor;
	border-radius: 11px;
	content: '';
	display: inline-block;
	margin: 0 6px 0 0;
	height: 11px;
	width: 11px;
}
.list-recruiting li span {
	background: #fff;
	color: #231815;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	margin: -1px -9px -1px 14px;
	padding: 1px 1px 1px 14px;
	vertical-align: top;
}

.list-sponsorship {
	margin-bottom: 10px;
}
.list-sponsorship li {
	align-items: baseline;
	display: -webkit-flex;
	display: flex;
	font-size: 12px;
	font-weight: normal;
}
.list-sponsorship li:before {
	background: CurrentColor;
	content: '';
	display: inline-block;
	height: 7px;
	margin: 0 4px 0 0;
	width: 7px;
}
.logo_list {
	display: table;
	width: 100%;
	margin-bottom: 70px;
}
.logo_list li {
	display: table-cell;
	vertical-align: bottom;
	width: 50%;
}
.logo_list li.logo_bunkacho {
	width: 274px;
}
.logo_list li.logo_beyond2020 {
	padding-left: 40px;
}
.logo_list li.logo_culture_olympics {
	width: 318px;
}

/* 活動概要　*/
.summary {
	margin-bottom: 35px;
}
.summary h2 {
	background: #B81C24;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 25px;
	text-align: center;
}

.list-museum {
	border-bottom: 19px solid #231815;
	display: -webkit-flex;
	display: flex;
}
.list-museum li {
	background: #231815;
	color: #fff;
	text-align: center;
	width: calc((100% - 10px) / 3);
}
.list-museum li:nth-child(n+2) {
	margin-left: 5px;
}
.list-museum figcaption {
	font-size: 18px;
}
.list-museum p {
	font-size: 13px;
	margin-bottom: -19px;
}

.activity-cont {
	background: #231815;
	color: #fff;
	margin-bottom: 40px;
	padding: 30px;
}
.activity-cont h3 {
	background: #fff;
	color: #231815;
	font-weight: bold;
	margin-bottom: 1em;
	margin-right: -30px;
	padding-right: 30px;
}
.activity-cont h3:before {
	display: none;
}
.activity-cont h3 span {
	background: #B81C24;
	color: #fff;
	display: inline-block;
	margin-right: 17px;
	text-align: center;
	width: 78px;
}
.day-item{
	margin-bottom: 25px;
}
.day-item:after{
	clear: both;
	content: '';
	display: block;
}
.day-item:last-child{
	margin-bottom: 0;
}
.location {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .25em;
}
.location:before {
	background: #B81C24;
	border-radius: 11px;
	content: '';
	display: inline-block;
	height: 11px;
	margin:  0 5px 0 0;
	width: 11px;
}
.activity-item:last-child {
	margin-bottom: 0;
}
.activity-item {
	margin-bottom: 25px;
}
.activity-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .5em;
}
.location span ,
.activity-title span {
	font-size: 14px;
	font-weight: normal;
}
.activity-photo {
	float: right;
	margin-left: 20px;
}
.activity-note {
	font-size: 12px;
	margin: -25px 0 15px;
}

.summary-list {
	font-size: 18px;
}
.summary-list dt {
	background: #B81C24;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	width: 126px;
}
.summary-list dd {
	line-height: 1.625;
	margin-bottom: 20px;
}
.summary-list dd span {
	display: inline-block;
	font-size: 14px;
	margin-left: 14px;
}
.summary-list dd li {
	align-items: center;
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
}
.qualification-list {
	counter-reset: qualification;
}
.qualification-list li:before {
	background: #231815;
	border-radius: 16px;
	color: #fff;
	counter-increment: qualification;
	content: counter(qualification);
	display: inline-block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 16px;
}
.summary-list .attention {
	margin-top: .5em;
}
.summary-list .attention a {
	color: #E60012;
}
.summary-list .attention a:hover {
	text-decoration: underline;
}

.icon-pdf {
	margin-left: 15px;
}

.notice {
	border-bottom: 1px solid #231815;
	border-top: 1px solid #231815;
	margin-bottom: 25px;
	padding: 16px 0;
}
.notice h3 {
	font-size: 16px;
	margin-top: 13px;
}
.notice h3:first-child {
	margin-top: 0;
}

.notice p ,
.notice li {
	font-size: 13px;
}

.contact {
	margin-bottom: 40px;
	overflow: hidden;
}
.contact-item.info {
	background: #DCDDDD;
	font-size: 18px;
	margin-bottom: 17px;
	}
.contact-item.tel ,
.contact-item.mail {
	font-size: 20px;
	font-weight: bold;
	width: 50%;
}
.contact-item.tel span ,
.contact-item.mail span {
	font-size: 15px;
	margin-right: 5px;
}
.contact-item.tel {
	float: left;
}
.contact-item.mail {
	float: right;
}
.contact-item.tel p {
	margin-bottom: 4px;
}
.contact-item.tel a {
	color: inherit;
	display: inline;
}
.contact-item.tel .note {
	font-size: 13px;
}
.contact-title {
	background: #B81C24;
	color: #fff;
	display: inline-block;
	padding: 0 .5em;
}

.application {
	margin-bottom: 35px;
	position: relative;
	text-align: center;
}
.link-application {
	background: #B81C24;
	font-size: 22px;
	display: inline-block;
	line-height: 35px;
	padding: 10px 0;
	text-align: center;
	width: 350px;
}
.application .note {
	font-size: 12px;
	position: absolute;
	right: 30px;
	top: 18px;
}

.sns {
	margin-bottom: 30px;
	text-align: center;
}
.sns li {
	display: inline-block;
}
.sns li.fb {
	margin-left: 40px;
}
.sns a {
	cursor: pointer;
}


/* 活動記録 */
.report {
	margin-bottom: 100px;
}
.report h2 {
	background: #B81C24;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 25px;
	text-align: center;
}
.report h3 {
	background: #DCDDDD;
	font-weight: bold;
	margin-bottom: 5px;
}
.report h3:before {
	display: none;
}
.report h3 span {
	background: #B81C24;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	min-width: 75px;
}
.report-day-cont {
	background: #000;
	color: #fff;
	margin-bottom: 25px;
	padding: 30px;
}
.report-day-cont:last-child {
	margin-bottom: 0;
}
.report-item {
	margin-bottom: 20px;
}
.report-item:last-child {
	margin-bottom: 0;
}
.report-item h4 {
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 -30px 20px 0;
	padding-right: 30px;
}
.report-item h4 span {
	background: #B81C24;
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	padding: 0 15px;
	text-align: center;
}
.report-item ul {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 8px;
}
.report-item p + ul {
	margin-top: 20px;
}
.report-item li:nth-child(n+2) {
	margin-left: 5px;
}
.hokusai-yukari-last {
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
}
.hokusai-yukari-last-sentence p:nth-child(1) {
	padding: 0 50px 0 5px;
}
.hokusai-yukari-last-sentence p:nth-child(2) {
	margin-top: 20px;
	padding: 0 5px 0 50px;
}

/*　News */
.news {
	margin-bottom: 70px;
}
.news h2 {
	background: #B81C24;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: .25em;
	text-align: center;
}
.news .read {
	font-size: 20px;
	text-align: center;
}
.news h3 {
	background: #B81C24;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: .5em;
	padding: 0 .75em;
}
.news h3:before {
	display: none;
}
.news-item + .news-item {
	margin-top: 2em;
}
.news-info li:before {
	background: #B81C24;
	content: '';
	display: inline-block;
	height: 1em;
	vertical-align: text-top;
	margin-right: .25em;
	width: 1em;
}
.news-info a {
	color: inherit;
	display: inline-block;
	text-decoration: underline;
}
.yt-area {
	height: 760px;
	margin: 0 auto 90px;
	width: 640px;
}
#player1{
	height: 360px;
}
#player2 {
	height: 360px;
	margin-top: 40px;
}
.yt-thum {
	background: #000;
	cursor: pointer;
	height: 360px;
	margin: -360px auto 0;
	overflow: hidden;
	position: relative;
	opacity: 1 !important;
	width: 640px;
}
.yt-thum img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.yt-thum_img {
	transition: transform .6s;
}
.yt-thum:hover .yt-thum_img {
	transform: scale(1.02);
}
.yt-play.yt-thum {
	display: none;
}

.ceremony h3 {
	background: none;
	font-weight: normal;
}
.ceremony h3:before {
	background: #B81C24;
	content: '';
	display: inline-block;
	height: 1em;
	vertical-align: text-top;
	margin-right: .25em;
	width: 1em;
}
.ceremony p {
	font-size: 18px;
	letter-spacing: -1px;
}
.ceremony_photo_main {
	margin-top: 10px;
}
.ceremony_photo_main:after {
	clear: both;
	content: '';
	display: block;
}
.ceremony_photo_main img {
	float: left;
	margin-bottom: 30px;
}
.ceremony_photo_main figcaption {
	float: right;
	font-size: 16px;
	line-height: 19px;
	width: 285px;
}
.ceremony_photo_main figcaption span {
	display: inline-block;
	margin-bottom: 1em;
}
.ceremony_photo ul {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 100px;
}
.ceremony_photo li:nth-child(n+2) {
	margin-left: 5px;
}


