
/* 幅772px */


.text-box {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*
	common
==================== */
.main h3 {
	border-bottom: 0;
	position: relative;
}
.main h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #ccc;
	content: "";
}
.main h3 em {
	margin-left: 2em;
	color: #e40672;
	font-weight: bold;
	text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
}
.main h3 strong {
	padding-bottom: .5em;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
}
.main h3 strong span {
	position: absolute;
	top: 2.5em;
	right: -.5em;
	display: block;
	font-size: 12px;
}
.main h3 .note {	font-size: 14px;}
.main h3.ttlHidden {	padding: .7em 0 1.5em;}
.main h3.ttlHidden strong {	display: none;}
.main .btnArea {	text-align: center;}
.main .btnArea a {
	padding: 1em 2em;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	background-color: #ff6347;
	text-decoration: none;
	transition: .4s;
}
.main .btnArea a:hover {	opacity: 0.7;}
.main .btnArea.end a {
	pointer-events: none;
	background-color: #ccc;
}
.pt30 {	padding-top: 30px !important;}
.red {	color: #e60012;}

/*
	.attention
==================== */
.attention {
	padding: 1em;
	border: 1px solid #000;
	color: #e60012;
}



/*
	.information
==================== */
.information.mb50 {	margin-bottom: 50px;}
.information .summary {
	text-align: center;
	font-weight: bold;
}
.information .summary a {
	font-weight: bold;
}
.information dl {	margin-bottom: 5px;}
.information dl:last-of-type {	margin-bottom: 20px;}
.information dl dt {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
}
.information dl dt::before {	content: "[";}
.information dl dt::after {		content: "]";}
.information dl dd {
	float: right;
	width: 662px;
}
.information dl dd small {
	font-size: 12px;
}
.information .deadline {
	margin-bottom: 1em;
	padding-top: 10px;
	text-align: center;
}
.information .report {
	text-align: center;
}
.information .youtubeReport {
	margin: 20px auto;
	display: block;
	width: 600px;
	transition: .4s;
}
.information .youtubeReport:hover {
	opacity: .7;
}
.information a {
	color: #000;
	text-decoration: underline;
}
.information a:hover {	text-decoration: none;}
.information .note {
	margin-bottom: 2em;
	padding: 2em 0 0 20%;
	width: 60%;
	font-size: 12px;
	text-align: left;
}
.information .note em {
	color: #fff;
	background-color: #f00;
	font-weight: bold;
}
@media(max-width: 768px){
	.information dl {	margin-bottom: 10px;}
	.information dl dt {
		float: none;
		width: auto;
		text-align: left;
	}
	.information dl dd {
		float: none;
		width: auto;
	}
	.information .youtubeReport {
		width: auto;
	}
	.information .note {
		padding: 1em 0 0;
		width: 100%;
		font-size: 12px;
		text-align: left;
	}
}


/*
	.person
==================== */
.person {	position: relative;}
.person .anker {
	position: absolute;
	top: -130px;
	left: 0;
}
.person .cs {
	color: #e40672;
	font-style: italic;
	font-size: 4rem;
	text-align: center;
}
.person .leadTtl {
	margin-bottom: .5em;
	padding-left: 1.5em;
	font-size: 12px;
}
.person .lead {
	margin-bottom: 2em;
	padding: 0.5em 1.5em;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	position: relative;
}
.person .lead:before, .person .lead:after{
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: black;
	content: '';
}
.person .lead:before {	left: 10px;}
.person .lead:after {	right: 10px;}
.person .lead p {	margin: 0;}
.person .lead .note {	font-size: 12px;}
.person .leadNote {
	margin: -2em 0 30px;
	padding-right: 1em;
	font-size: 10px;
	text-align: right;
}
.person .set {
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.person .set .image {
	float: left;
	width: 200px;
	text-align: center;
}
.person .set .image p {	margin-bottom: 0;}
.person .set .image .cr {
	position: relative;
	top: -5px;
	font-size: 10px;
}
.person .set .txt {
	float: right;
	width: 550px;
}
.person .set .txt strong {
	font-weight: bold;
}
.person .set .txt.pad10 {	padding-top: 10px;}
.person .set .txt.pad20 {	padding-top: 20px;}
.person .set .txt.pad30 {	padding-top: 30px;}
.person .set .txt.pad40 {	padding-top: 40px;}
.person .set .txt.pad80 {	padding-top: 80px;}
.person .set .txt.pad100 {	padding-top: 100px;}
@media(max-width: 768px){
	.person .anker {	top: 0;}
	.person .set .image {
		margin-bottom: 10px;
		float: none;
		width: auto;
		text-align: center;
	}
	.person .set .image img {
		margin: 0 auto 5%;
		display: block;
		width: 50%;
	}
	.person .set .image p {	margin-bottom: 0;}
	.person .set .txt {
		padding-top: 0 !important;
		float: none;
		width: auto;
	}
}