.mainVisualWrapper {
	position: relative;
}

.mainVisual {
	height: 244px;
	width: 825px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.slideBox {
	position: absolute;
}

.slideImg {
	height: 244px;
	width: 825px;
	float: left;
}

.indicator {
	text-align: center;
}

.indicator {
	text-align: center;
}

.indicator .indicatorMark {
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: relative;
	background: #c8cacd;
	cursor: pointer;
}

.indicator .indicatorMark.s_active::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: #30a463;
}

.indicator .indicatorMark + .indicatorMark {
	margin-left: 8px;
}

.nextBtn {
	position: absolute;
	top: 46%;
	right: 0;
	width: 27px;
	height: 27px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.nextBtn::before {
	position: absolute;
	content: '';
	width: 27px;
	height: 27px;
	background: url(../img/ico_01.png) no-repeat;
}

.prevBtn {
	position: absolute;
	top: 46%;
	left: 0;
	width: 27px;
	height: 27px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.prevBtn::before {
	position: absolute;
	content: '';
	width: 27px;
	height: 27px;
	background: url(../img/ico_02.png) no-repeat;
}

.topContents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 21px;
}

.topContents .top_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 200px;
	flex: 0 1 200px;
	width: 200px;
}

.topContents .top_center {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 462px;
	flex: 0 1 462px;
	width: 462px;
}

.topContents .top_right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 202px;
	flex: 0 1 202px;
	width: 202px;
}

.linkList {
	margin-bottom: 15px;
}

.linkList li {
	margin-bottom: 8px;
}

.linkList .rectangle {
	margin-top: 3px;
	display: block;
	width: 90px;
	border-radius: 8px;
	background: #93b80a;
	color: #fff;
	padding: 2px 4px 1px;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
}

.linkList .backNamber {
	border: 1px solid #d2d2d2;
	border-top: none;
	font-size: 1rem;
	border-radius: 0 0 2px 2px;
	position: relative;
	padding-left: 22px;
}

.linkList .backNamber:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf1d9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ecf1d9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ecf1d9 100%);
}

.linkList .backNamber a {
	text-decoration: none;
	display: block;
}

.linkList .backNamber::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #009140;
}

.linkList .backNamber.s_report {
	padding-left: 25px;
	border: none;
}

.linkList .backNamber.s_report:hover {
	background: none;
}

.linkList .backNamber.s_report::before {
	left: 16px;
}

.linkList .guidBookBtn {
	width: 200px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e9ea));
	background: -webkit-linear-gradient(top, #fff 0%, #e8e9ea 100%);
	background: linear-gradient(to bottom, #fff 0%, #e8e9ea 100%);
	height: 74px;
	display: block;
	position: relative;
	padding: 10px 6px 6px 30px;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.35rem;
}

.linkList .guidBookBtn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 11px;
	background: url(/common/img/ico_btn_01.png) no-repeat;
}

.linkList .guidBookBtn::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 15px;
	height: 15px;
	background: url(../img/bg_guidebook.png) no-repeat;
}

.linkList .guidBookBtn:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#97ded8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #97ded8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #97ded8 100%);
}

.linkList .caseBtn {
	width: 200px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e9ea));
	background: -webkit-linear-gradient(top, #fff 0%, #e8e9ea 100%);
	background: linear-gradient(to bottom, #fff 0%, #e8e9ea 100%);
	height: 74px;
	display: block;
	position: relative;
	padding: 10px 6px 6px 30px;
	border-radius: 2px 2px 0 0;
	border: 1px solid #d2d2d2;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.35rem;
}

.linkList .caseBtn .tagPDF {
	background: #009140;
	font-size: 1rem;
	line-height: 1;
	padding: 2px 4px 1px;
	margin-left: 3px;
	display: inline-block;
	color: #fff;
	border-radius: 2px;
}

.linkList .caseBtn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 11px;
	background: url(/common/img/ico_btn_01.png) no-repeat;
}

.linkList .caseBtn::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 15px;
	height: 15px;
	background: url(../img/bg_case.png) no-repeat;
}

.linkList .caseBtn:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#97ded8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #97ded8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #97ded8 100%);
}

.linkList .report {
	background: #d3dd95;
	padding: 7px 12px 0;
}

.linkList .report .reportBtn {
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e9ea));
	background: -webkit-linear-gradient(top, #fff 0%, #e8e9ea 100%);
	background: linear-gradient(to bottom, #fff 0%, #e8e9ea 100%);
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 10px 6px 6px 30px;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.35rem;
	margin: 0 auto;
}

.linkList .report .reportBtn .ringNam {
	margin: auto 0;
}

.linkList .report .reportBtn::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #009140;
}

.linkList .report .reportBtn::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 15px;
	height: 15px;
	background: url(../img/bg_case.png) no-repeat;
}

.linkList .report .reportBtn:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#97ded8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #97ded8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #97ded8 100%);
}

.topNews {
	font-size: 1.6rem;
}

.topNews .newsList {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
}

.topNews .newsList a {
	font-size: 1.2rem;
	position: relative;
	line-height: 1;
	display: block;
	text-align: center;
	width: 50px;
	height: 22px;
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e9ea));
	background: -webkit-linear-gradient(top, #fff 0%, #e8e9ea 100%);
	background: linear-gradient(to bottom, #fff 0%, #e8e9ea 100%);
	padding-top: 6px;
}

.topNews .newsList a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#97ded8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #97ded8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #97ded8 100%);
	border-radius: 3px;
	text-decoration: none;
}

.topNews .newsList a::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 3px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #009140;
}

.newsBox {
	margin-bottom: 6px;
}

.newsRelease {
	padding-left: 15px;
}

.newsWiget {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsWiget .snsBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newsWiget .snsBtn li + li {
	margin-left: 10px;
}

.newsTitle {
	border-bottom: 1px dotted #000;
	padding-bottom: 6px;
}

.newsTitle a {
	color: #5b58e3;
	text-decoration: underline;
}

.newsTitle a:hover {
	text-decoration: none;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.youtubeBox {
	margin-top: 35px;
	padding: 8px;
	background: #eef0f1;
	border: 1px solid #c8cacd;
}

.daisuki {
	background: url(../img/bg_recycle.jpg);
	background-size: cover;
	height: 98px;
	padding: 10px;
}

.daisuki__subLink {
	display: block;
	margin-left: auto;
	width: 86px;
}

@media all and (-ms-high-contrast: none) {

.linkList .report .reportBtn {
	display: table;
}

.linkList .report .reportBtn .ringNam {
	display: table-cell;
	vertical-align: middle;
}

}

@media screen and (max-width: 600px) {

.mainVisualWrapper {
	background: #E6E6E6;
}

.mainVisual {
	width: 100%;
	max-width: 320px;
	height: 160px;
	border: none;
}

.slideImg {
	width: 320px;
	height: 160px;
}

.indicator {
	background: #fff;
}

.indicator .indicatorMark {
	margin-top: 10px;
	width: 14px;
	height: 14px;
}

.nextBtn {
	top: 85%;
	background: none;
	border-radius: 0;
}

.nextBtn::before {
	width: 35px;
	height: 27px;
	background: url(../img/ico_01_sp.png) no-repeat;
	background-size: contain;
}

.prevBtn {
	top: 85%;
	background: none;
	border-radius: 0;
}

.prevBtn::before {
	width: 35px;
	height: 27px;
	background: url(../img/ico_02_sp.png) no-repeat;
	background-size: contain;
}

.topContents {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.topContents .top_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 47%;
	flex: 0 1 47%;
	width: 47%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.topContents .top_center {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.topContents .top_right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 47%;
	flex: 0 1 47%;
	width: 47%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.linkList li a > img {
	width: 100%;
}

.linkList .guidBookBtn {
	width: 100%;
	font-size: 1.2rem;
}

.linkList .caseBtn {
	width: 100%;
	font-size: 1.2rem;
}

.linkList .report .reportBtn {
	font-size: 1.2rem;
}

.daisuki {
	height: auto;
	padding: 7px 7px 8px 7px;
}

.daisuki__subLink {
	width: 66px;
}

}

