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

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

#video {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 auto 30px;
    height: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

#copy {
	margin: 0 5vw 10vw;
}

#copy h2 {
	margin-bottom: 10vw;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 700;
	font-size: 5vw;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

#copy h2 span {
	color: #a00e1d;
}

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

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

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

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

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

#theme {
	margin: 0 5vw 15vw;
}

#theme p {
	margin-bottom: 10vw;
	text-align: justify;
	font-size: 3.5vw;
	line-height: 1.9;
}

#theme figure {
	height: 59.4vw;
	margin: 0 0 5vw;
}

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

#management {
	margin: 0 5vw 15vw;
}

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

#management p {
	margin-bottom: 10vw;
	text-align: justify;
	font-size: 3.5vw;
	line-height: 1.9;
}

#management figure {
	height: 59.4vw;
	margin: 0 0 5vw;
}

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

ul#bnr {
	margin: 0 5vw 20vw;
}

ul#bnr li {
	height: 11.61253333333333vw;
	margin-bottom: 3vw;
}

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

#news {
	margin: 0 5vw;
}

#news h2 {
	margin-bottom: 8vw;
}

#news h2 img {
	height: 41vw;
}

#news .section {
	text-align: justify;
}

#news .find {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e0e0e0;
}

#news .find:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#news dt {
	font-size: 3vw;
	line-height: 1.4;
	color: rgba(160,14,29,1);
}

#news dt a {
	display: block;
	margin-bottom: 1vw;
	text-decoration: none;
	font-weight: bold;
	font-size: 4vw;
	color: rgba(160,14,29,1);
}

#news dt span {
	display: block;
	color: rgba(160,14,29,1);
}

#news dd {
	margin-top: 10px;
	font-size: 3.5vw;
	line-height: 1.5;
	color: #333;
}

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