@charset 'utf-8'; 

/* common
------------------------------------------------ */
.page__title { margin-bottom: 0; background-image: url(../../img/stadium/title_index.jpg); }

/* stadium
------------------------------------------------ */
.stadium { margin-top: 80px; max-width: 800px; }
.stadium__content {margin-bottom: 60px;}
.stadium__content .title--2 {margin: 40px 0 20px;}
.stadium__content .title--2 span { font-size: 1.8rem; }
.stadium__content--title {position: relative; margin-bottom: 28px; padding-bottom: 10px; border-bottom: solid #003884 3px; font-size: 2.2rem; font-weight: 600; letter-spacing: .05em; color: #282A2C; }
.stadium__content--title span { font-size: 1.8rem; }
.stadium__content---copy { margin-bottom: 20px; text-align: center; font-size: 2rem; }
.stadium__content---copy strong { font-size: 2.4rem; }
.stadium__content---copy strong:nth-of-type(1) { color: #c60000; }
.stadium__content p { margin-bottom: 20px; font-size: 1.6rem; }
.stadium__content dl { display: flex; font-size: 1.6rem; }
.stadium__content dl + dl { margin-top: 6px; }
.stadium__content dl dt,
.stadium__content dl dd { padding: 6px 20px; }
.stadium__content dl dt { display: flex; justify-content: center; align-items: center; width: 8em; background: #003884; text-align: center; font-weight: bold; color: #fff; }
.stadium__content dl dd { margin-left: 6px; width: calc(100% - (8em + 6px)); background: #efefef; word-break: break-all; }
.stadium-pamphlet-item:not(:first-child) { margin-top: 20px; }

@media only screen and (max-width: 768px) {
	.stadium { margin-top: 40px; padding: 0 20px; }
	.stadium__content {margin-bottom: 35px;}
	.stadium__content .title--2 {margin: 30px 0 10px;}
	.stadium__content .title--2:first-child {margin: 70px 0 10px;}
	.stadium__content .title--2 span { font-size: 1rem; }
	.stadium__content:first-child {margin-bottom: 17px;}
	.stadium__content:last-child {margin: 0;}
	.stadium__content--title {font-size: 1.35rem; margin-bottom: 16px;}
	.stadium__content--title span { font-size: 1rem; }
	.stadium__content---copy { margin-bottom: 15px font-size: 1.6rem; }
	.stadium__content---copy strong { font-size: 2rem; }
	.stadium__content p { font-size: 1.2rem; }
	.stadium__content dl { display: block; font-size: 1.2rem; }
	.stadium__content dl + dl { margin-top: 10px; }
	.stadium__content dl dt,
	.stadium__content dl dd { padding: 4px 12px; width: auto; }
	.stadium__content dl dt { display: block; margin-bottom: 1px; }
	.stadium__content dl dd { margin-left: 0; }
	.stadium-pamphlet-item:not(:first-child) { margin-top: 15px; }
}
