@charset "utf-8";
/*----------------------------------------------
 CSS Document 
 -----------------------------------------------*/

/*---------- SNS ----------*/
.sns_area {
	float: right;
	overflow: hidden;
	margin-top: -30px;
}
/*---------- 共通 ----------*/
#top {
	clear: both;
}
section {
	margin: 10px auto 0;
	text-align: center;
}
section h1 {
	margin: 0 auto;
	text-align: center;
}
h2 {
	margin: 30px auto 0;
	width: 850px;
	font-size: 24px;
	text-align: center;
}
.caution {
	width: 850px;
	margin: 10px auto;
	text-align: left;
	font-size: 12px;
}
.sp {
	display: none;
}
a:hover {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.list-mv07 {
	transition: .8s;
	margin: 0 0 0;
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.mv07 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*---------- 前のページへ戻る ----------*/
.back {
	margin-top: 100px;
	text-align: center;
}
.back a {
	display: inline-block;
	background-color: #eee;
	padding: 10px 20px;
	color: #666;
	border-radius: 4px;
}
.back a:before {
	content: "";
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 8px -1px 0;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
/*----横幅950pxクリア -----*/
#contents {
	width: initial;
}
.breadcrumb {
	width: 950px;
	margin: 0 auto;
}
.sns_area {
	width: 950px;
	margin: -25px auto 0;
	float: initial;
	text-align: right;
}
/*---- コンテンツ -----*/
.content {
	width: 950px;
	margin: 0 auto;
}
.hed {
	background: #003365;
}
.hed h1 {
	padding: 40px 0;
}
.txt01 {
	margin: 30px 0 0;
}
.txt02 {
	margin: 40px 0 0;
}
.txt03 {
	margin: 60px 0 50px;
}
.item {
	margin: 0 0 80px;
}
.item_img_l {
	float: left;
}
.item_img_r {
}
.btn_web_txt {
	text-align: center;
	font-weight: bold;
	color: #065d42;
	font-size: 24px;
	margin: 110px 0 15px;
}
.btn_web {
	text-align: center;
}
.btn_web a {
	display: inline-block;
	background-color: #003300;
	padding: 20px 140px;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
}
.btn_web a:after {
	content: "";
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_web a:hover {
	text-decoration: none;
}
/* ------メーカーバナー------*/
.maker {
	background-color: #fff;
	margin: 40px 0 0;
	padding: 20px 50px 10px;
}
.maker_ttl {
	text-align: center;
	margin: 0 0 10px;
}
.maker_bnr {
	margin: 0 0 20px;
}
.maker_bnr a {
}
.list-mv07.left {
	transform: translate(-300px, 0);
	-webkit-transform: translate(-300px, 0);
	transition: .4s;
}
.list-mv07.left.mv07 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
