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

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document name
--------------------------------------------------------- */

#name h2 {
	margin: 0 20px 30px;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.3;
}

#name h2:before {
	display: block;
	content: '';
	width: 40px;
	height: 5px;
	margin: 0 auto 25px;
	background: #0000ff;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	margin-bottom: 60px;
	padding: 20px;
	background: #ececec url(../images/bg_gray.png) top;
}

#detail .container {
	display: flex;
	justify-content: space-between;
}

#detail #figure {
	display: none !important;
}

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 0;
	position: relative;
}

#slider .slick-dots {
	display: flex;
	justify-content: center;
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: 2;
}

#slider .slick-dots li {
	margin: 0 4px;
}

#slider .slick-dots button {
	width: 7px;
	height: 7px;
	background: #f2f2f2;
	font-size: 0;
}

#slider .slick-dots .slick-active button {
	background: #0000ff;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#summary {
	text-align: left;
}

#summary .table dl {
	margin-bottom: 15px;
	background: #fff;
}

#summary .table dt {
	padding: 5px 15px;
	background: #ccc;
	font-weight: 500;
	color: #fff;
}

#summary .table dd {
	padding: 10px 15px;
}
