@charset "utf-8";

.spec .contents .title {
	padding: 50px 0;
	text-align: center;
	background-color: #17a2b6;
}

.spec .contents .title h1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 4px;
	color: #fff;
	font-size: 2.2em;
	border-bottom: 4px solid #fff;
}

.spec .contents .title h1 span {
	padding-left: .4em;
}

.spec .contents .title h1 img {
	max-height: 1em;
}

.spec .contents {
	margin-bottom: 60px;
	font-size: .9em;
}

.spec .contents > section h2 {
	color: inherit;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.spec .contents > section h2:after {
	display: block;
	content: '\f0d7';
	color: #1aabc1;
	padding-top: .1em;
	font-size: .8em;
	font-family: 'FontAwesome';
}

.spec .spec_table {
}

.spec .spec_table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	font-size: .9em;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

.spec .spec_table dl > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

.spec .spec_table dl dt {
	width: 23%;
	background-color: #f2f0f0;
}

.spec .spec_table dl dd {
	width: 27%;
}

.spec .spec_table .manual_dl {
	padding-top: 50px;
	text-align: center;
}

.slick-slider * {
	outline: none;
}

.slick-next:before,
.slick-prev:before {
	color: #1aabc1;
}

.contents > .title + section {
	margin-top: 50px;
}

.contents > section + section {
	margin-top: 80px;
}

.parts .prats_list {
	margin-top: 40px;
}

.parts .prats_list_nav {
	margin-top: 30px;
}

.parts .prats_list_nav .slick-slide {
	padding: 0 1em;
}

.parts .prats_list_nav .slick-slide:hover {
	cursor: pointer;
}

.parts .prats_list_nav .slick-slide:hover img {
	opacity: .7;
}

.parts .prats_list .slick-slide img,
.parts .prats_list_nav .slick-slide img {
	border: 1px solid #aaa;
	transition: .2s all;
}

.parts .prats_list_nav .slick-current img {
	border-color: #1aabc1;
}

.parts .prats_list_nav .slick-prev {
	left: 1em;
	z-index: 10;
}

.parts .prats_list_nav .slick-next {
	right: 1em;
	z-index: 10;
}

.point article {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0;
}

.point article + article {
	border-top: 1px dashed #bbb;
}

.point article > article {
	align-items: flex-start;
	width: 50%;
	padding: 0 1em;
	border-top: none;
}

.point article > article:nth-child(n+3) {
	margin-top: 50px;
}

.point article > article .txt h3 {
	font-size: 1.2em;
}

.point article > article .txt p {
	font-size: .9em;
}

.point article .img {
	width: 30%;
}

.point article .img img {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.point article .txt {
	width: 70%;
	padding-left: 6%;
}

.point article .txt > * {
	margin-top: 1em;
}

.point article .txt h3 {
	margin-top: 0;
	color: #17a2b6;
	font-size: 1.6em;
	font-weight: bold;
}

.point article .txt h3 + * {
	margin-top: 1em;
}

.point article .txt small {
	display: inline;
}

.point article > article + .movie {
	width: 100%;
	margin-top: 30px;
}

.point article .movie a {
	display: flex;
	align-items: center;
	padding: 1em;
	background-color: #eee;
	border-radius: 6px;
}

.point article .movie a:hover {
	background-color: #17a2b6;
}

.point article .movie img {
	max-width: 80px;
	margin-right: 1em;
}

.point article .movie p {
	position: relative;
	width: 100%;
	color: #17a2b6;
	font-weight: bold;
}

.point article .movie a:hover p {
	color: #fff;
	text-decoration: underline;
}

.point article .movie p:after {
	display: inline-block;
	position: absolute;
	right: 0;
	content: '\f144';
	font-family: 'FontAwesome';
}

@media screen and (max-width: 768px) {
	.point article {
		align-items: flex-start;
	}

	.point article > article {
		flex-flow: column nowrap;
	}

	.point article > article:nth-child(n+3) {
		margin-top: 30px;
	}

	.point article > article .img,
	.point article > article .txt {
		width: 100%;
	}

	.point article > article .txt {
		padding-left: 0;
		margin-top: 1em;
	}

	.point article > article .txt h3 {
		text-align: center;
	}
}

@media screen and (max-width: 414px) {
	.spec .spec_table dl dt {
		width: 46%;
	}

	.spec .spec_table dl dd {
		width: 54%;
	}
}