@charset "UTF-8";
@import url("common.pc.css");

/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
	width: 100%;
	height: 720px;
	margin: 0 auto 60px;
}

/* ---------------------------------------------------------
	CSS Document copy
--------------------------------------------------------- */

#copy {
	margin-bottom: 40px;
}

#copy h2 {
	margin-bottom: 60px;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 700;
	font-size: 56px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

#copy h2 span {
	color: #8E960F;
	color: #a00e1d;
}

#copy h3 {
	margin-bottom: 50px;
	text-decoration: underline dashed #a00e1d 2px;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.65em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 700;
	font-size: 42px;
	letter-spacing: 0.05em;
	color: #a00e1d;
}

#copy .row {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 24px;
}

#copy p {
	margin-bottom: 15px;
}

#copy li {
	margin-left: 1.3em;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document theme
--------------------------------------------------------- */

#theme {
	margin-bottom: 100px;
}

#theme .container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#theme .container:nth-of-type(even) {
	flex-flow: row-reverse;
}

#theme p {
	width: 52%;
	text-align: justify;
	font-size: 22px;
	line-height: 2.2;
}

#theme figure {
	width: 44%;
	margin: 0;
}

/* ---------------------------------------------------------
	CSS Document management
--------------------------------------------------------- */

#management {
	margin-bottom: 100px;
}

#management h3 {
	margin-bottom: 60px;
	text-decoration: underline dashed #a00e1d 2px;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.65em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 700;
	font-size: 42px;
	letter-spacing: 0.05em;
	color: #a00e1d;
}

#management .container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#management .container:nth-of-type(odd) {
	flex-flow: row-reverse;
}

#management p {
	width: 52%;
	text-align: justify;
	font-size: 20px;
	line-height: 2.2;
}

#management figure {
	width: 44%;
	margin: 0;
}

/* ---------------------------------------------------------
	CSS Document bnr
--------------------------------------------------------- */

ul#bnr {
	margin: 0 auto 40px;
	text-align: left;

}

ul#bnr li {
	display: inline-block;
	width: 620px;
	margin-bottom: 20px;
}

ul#bnr li.left {
	margin-right: 40px;
}

ul#bnr li.right {
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin-bottom: 80px;
	text-align: left;
	font-size: 0;
}

#news h2 {
	display: inline-block;
	vertical-align: top;
	width: 148px;
	margin-right: 70px;
}

#news .section {
	display: inline-block;
	vertical-align: top;
	width: 1062px;
	height: 450px;
	overflow: auto;
}

#news .find {
	margin-bottom: 20px;
	font-size: 15px;
}

#news .find:hover {
	opacity: 0.8;
}

#news dt {
	font-size: 12px;
}

#news dt a {
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #a00e1d;
}

#news dt span {
	margin-right: 10px;
}

#news dd {
	line-height: 1.5;
}

#news dd span {
	margin-left: 10px;
	text-decoration: underline;
	color: #333;
}
