@charset "UTF-8";

.slick-dots li.slick-active button:before
{
    opacity: .9;
    color: white;
}

.slide-arrow {
	position: absolute;
	opacity: 0.8;
	z-index: 1;
	top: 40%;
}
.prev-arrow {
	left: 12px;
}
.next-arrow {
	right: 12px;
}
ul.slick-dots{
  z-index: 1;
  bottom: 2px;
  li button:before{
    opacity: 0.5;
    content: '';
    background-size: cover;
  }
  li.slick-active button:before{
    opacity: 1;
    content: '';
    background-size: cover;
  }
}

.slick-dots li button:before {
    font-size: 10px;
}

.hero{
	position: relative;
	width: 100%;
	/* min-width: 1003px; */
	max-width: 1300px;
	height: 276px;
	margin: 2px auto 0;
/*	background: url(/mcl/images/mainimg_top.png) no-repeat center center;*/
}
.hero .pcItem{
	display: block;
	width: 1000px;
	margin: auto;
	padding: 61px 0 0 7px;
}
#content {
	margin-top: 18px;
}
.mainMenu,.mainMenu02{
	margin-top: 20px;
}
.mainMenu02 >a{
	text-decoration: none;
}
.mainMenu02 >a:hover dl{
	opacity: .7;
}
.mainMenu > dl{
	position: relative;
	float: left;
	width : 348px ;
	width : -webkit-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
	border: 1px solid #d0cfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px 0px #d0cfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #d0cfcf;
	box-shadow: 0px 0px 4px 0px #d0cfcf;
}
.mainMenu02 dl{
	position: relative;
	border: 1px solid #d0cfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px 0px #d0cfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #d0cfcf;
	box-shadow: 0px 0px 4px 0px #d0cfcf;
}
.mainMenu > dl:nth-child(2n) {
	margin-left: 20px;
}
.mainMenu > dl > dt,.mainMenu02 dl > dt {
	position: relative;
	height: 95px;
	padding: 1.7em 0 1.5em 2em;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f3f6ce', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f3f6ce', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #f3f6ce, #ffffff);
	background-image: -ms-linear-gradient(top, #f3f6ce, #ffffff);
	background-image: -o-linear-gradient(top, #f3f6ce, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f3f6ce), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f3f6ce, #ffffff);
	background-image: linear-gradient(top, #f3f6ce, #ffffff);
	vertical-align: middle;
}
.mainMenu > dl > dt a,.mainMenu02 dl > dt a {
	display: inline-block;
	padding: .9em 0;
	color: #359942;
	text-decoration: none;
	line-height: 1.4;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
}
.mainMenu > dl.item03,.mainMenu > dl.item04{
	margin-top: 20px;
}
.mainMenu > dl > dt:before,.mainMenu02 dl > dt:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1px;
	z-index: 1;
	content: "";
	width: 5px;
	height: 70%;
	margin: auto;
	background-color: #359942;
}
.mainMenu > dl > dt:after {
	display: block;
	content: "";
	position: absolute;
}
.mainMenu > dl.item01 > dt:after {
	bottom: 0;
	right: 1.1em;
	width: 65px;
	height: 113px;
	background: url(/mcl/images/img_about.png);
}
.mainMenu > dl.item02 > dt:after {
	bottom: 0;
	right: 1.1em;
	width: 128px;
	height: 112px;
	background: url(/mcl/images/img_inspection.png);
}
.mainMenu > dl.item03 > dt:after {
	bottom: .4em;
	right: .6em;
	width: 127px;
	height: 98px;
	background: url(/mcl/images/img_treatment.png);
}
.mainMenu > dl.item04 > dt:after {
	bottom: 0;
	right: 1em;
	width: 152px;
	height: 105px;
	background: url(/mcl/images/img_support.png);
}
.mainMenu02 dl > dt:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -18px;
	right: 6px;
	width: 104px;
	height: 127px;
	background: url(/mcl/images/img_faq.png);
}
.mainMenu02 dl > dt span{
	position: relative;
	vertical-align: middle;
	color: #359942;
	line-height: 3.325;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
}
.mainMenu02 dl > dt span:after{
	position: absolute;
	top: 0;
	right: -13%;
	bottom: .3em;
	content: "";
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 3px solid #6ebd44;
	border-right: 3px solid #6ebd44;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mainMenu dl dd,.mainMenu02 dl dd {
	padding: 0 20px;
}
.mainMenu02 dl dd{
padding: .5em 1em .7em 1.8em;
	vertical-align: middle;
	line-height: 1.71;
	color: #222222;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
}
.mainMenu dl dd.fixItem{
	height: 200px;
}
.mainMenu dl dd > ul {}
.mainMenu dl dd > ul > li {
	display: table;
	width: 100%;
	border-top: 1px solid #c3c3c3;
}
.mainMenu dl.item01 dd > ul > li:last-child,.mainMenu dl.item02 dd > ul > li:last-child,
.mainMenu dl.item03 dd > ul > li:last-child,.mainMenu dl.item04 dd > ul > li:last-child {
	border-bottom: 1px solid #c3c3c3;
}
.mainMenu dl dd > ul a {
	position: relative;
	display: table-cell;
	padding: .9em .8em .9em .4em;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.25;
	color: #222222;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
}
.mainMenu dl dd > ul a span{
	font-size: 14px;
	font-size: 1.4rem;
}
.mainMenu dl dd > ul a::before {
	position: absolute;
	top: 0;
	right: .8%;
	bottom: 0;
	content: "";
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 3px solid #6ebd44;
	border-right: 3px solid #6ebd44;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mainMenu dl dd > ul a:hover,
.mainMenu dl dd > ul li.current a{
	background-color: #359942;
	color: #ffffff;
}
.mainMenu dl dd > ul a:hover::before,
.mainMenu dl dd > ul li.current a::before{
	display: none;
}
.mainMenu02{
	margin-top: 20px;
}
.generaEeditor{
	margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
	.hero {
		display: inherit;
		min-width: inherit;
		height: inherit;
	}
	.hero .pcItem{
		display: none;
	}
/*	.hero img{
		width: 100%;
	}*/
	.mainMenu > dl{
		position: relative;
		float: none;
		width : 100% ;
		margin-top: 20px;
		border: 1px solid #d0cfcf;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0px 0px 4px 0px #d0cfcf;
		-webkit-box-shadow: 0px 0px 4px 0px #d0cfcf;
		box-shadow: 0px 0px 4px 0px #d0cfcf;
	}
	.mainMenu > dl:first-child {
		margin-top: 0;
	}
	.mainMenu > dl:nth-child(2n) {
		margin-left: 0;
	}
	.mainMenu > dl.item01 > dt:after {
		right: 1.3em;
		width: 50px;
		height: 87px;
		background: url(/mcl/images/img_about.png);
		background-size: cover;
	}
	.mainMenu > dl.item02 > dt:after {
		width: 110px;
		height: 96px;
		background: url(/mcl/images/img_inspection.png);
		background-size: cover;
	}
	.mainMenu > dl.item03 > dt:after {
		right: 1.2em;
		width: 100px;
		height: 77px;
		background: url(/mcl/images/img_treatment.png);
		background-size: cover;
	}
	.mainMenu > dl.item04 > dt:after {
		right: 20px;
		width: 130px;
		height: 90px;
		background: url(/mcl/images/img_support.png);
		background-size: cover;
	}
	.mainMenu02 dl > dt:after {
		bottom: 0;
		width: 85px;
		height: 104px;
		background: url(/mcl/images/img_faq.png);
		background-size: cover;
	}
	.mainMenu > dl > dt, .mainMenu02 dl > dt{
		height: inherit;
	}
	.mainMenu > dl > dt, .mainMenu02 dl > dt span{
		font-size: 17px;
		font-size: 1.7rem;
	}
	.mainMenu > dl > dt a, .mainMenu02 dl > dt a{
		padding: 0;
	}
	.mainMenu dl dd {
		padding: 0 6%;
	}
	.mainMenu dl dd.fixItem{
		height: inherit;
	}
	.mainMenu02 dl dd{
		padding: .5em 6% .7em 6%
	}
	.mainMenu dl dd > ul a,.mainMenu02 dl dd{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.mainMenu dl dd > ul a:hover, .mainMenu dl dd > ul li.current a{
		background-color: inherit;
		color: inherit;
	}
	.mainMenu dl dd > ul a:hover::before,
	.mainMenu dl dd > ul li.current a::before{
		display: block;
	}

	.mainMenu dl dd > ul a span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.generaEeditor{
		margin: 2em 0 0;
	}
}
.hero.mainImage_rotation.spItem {
	display: none;
}
.hero.mainImage_rotation.pcItem {
	display: block;
}
	@media screen and (max-width: 768px) {
		.hero.mainImage_rotation.pcItem {
		display: none;
	}
		.hero.mainImage_rotation.spItem {
		display: block;
	}
	.mt-10 {
		margin-top: 10px;
	}
}

@media screen and (min-width: 769px) {
	.innerHeader .banner {
		margin-top: 10px;
	}
	.mr-10 {
		margin-right: 10px;
	}
}
.mainMenu03 {
	margin-top: 55px;
}

.mainMenu03>a {
	text-decoration: none;
}

.mainMenu>dl {
	position: relative;
	float: left;
	width: 348px;
	width: -webkit-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
	border: 1px solid #d0cfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px 0px #d0cfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #d0cfcf;
	box-shadow: 0px 0px 4px 0px #d0cfcf;
}

.mainMenu03 .movie-block {
	position: relative;
	border: 1px solid #d0cfcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px 0px #d0cfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #d0cfcf;
	box-shadow: 0px 0px 4px 0px #d0cfcf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f6ce', endColorstr='#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f3f6ce', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #ffffff 20%, #f3f6ce);
	background-image: -ms-linear-gradient(top, #ffffff 20%, #f3f6ce);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f3f6ce);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f3f6ce);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f3f6ce);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f3f6ce));
	background-image: -webkit-linear-gradient(top, #ffffff 20%, #f3f6ce);
	background-image: linear-gradient(top, #ffffff 20%, #f3f6ce);
	vertical-align: middle;
}

.mainMenu03 .movie-block::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 53.33%;
	height: 162px;
	background: url(/images/img_movie.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.mainMenu03 .movie-block dl {
	padding: 30px 0 15px 230px;
}

.mainMenu03 .movie-block dt {
	font-size: 20px;
	font-weight: bold;
	width: 465px;
	text-align: center;
	background: linear-gradient(transparent 50%, #ECEC30 50%);
}

.mainMenu03 .movie-block dd {
	width: 465px;
	margin-top: 20px;
}

.mainMenu03 .movie-block dd ul {
	display: flex;
	flex-wrap: wrap;
}

.mainMenu03 .movie-block dd ul li {
	border: 1px solid #9DD87F;
	background-color: #fff;
	border-radius: 50px;
	margin: 5px;
}

.mainMenu03 .movie-block dd ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 7px 50px 7px 18px;
	position: relative;
}

.mainMenu03 .movie-block dd ul li a::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 9px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url(/wm/images/icon-right.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.mainMenu03 .movie-block dd ul li a:hover {
	opacity: .7;
}

.mainMenu03 dl dd {
	vertical-align: middle;
	line-height: 1.71;
	color: #222222;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.mainMenu03 dl dd {
		padding: .5em 6% .7em 6%
	}

	.mainMenu dl dd>ul a,
	.mainMenu03 dl dd {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.mainMenu03 dl>dt:after {
		bottom: 0;
		width: 85px;
		height: 104px;
		background: url(/wm/images/img_faq.png);
		background-size: cover;
	}

	.mainMenu03 dl dd {
		padding: .5em 6% .7em 6%
	}

	.mainMenu dl dd>ul a,
	.mainMenu03 dl dd {
		font-size: 14px;
		font-size: 1.4rem;
	}
}