@charset "utf-8";
.top{
	padding: 60px 0 100px;
}
.bg1-1{
	width: 8%;
	top: 0%;
	right: 18%;
}
.bg1-2{
	width: 10%;
	top: 20%;
	left: 17%;
}
.bg1-3{
	width: 3%;
	bottom: 4%;
	left: 5%;
}
.bg1-4{
	width: 4%;
	bottom: -4%;
	right: 15%;
}
.top-logo{
	width: 200px;
	margin: 0 auto 50px;
}
.top-ttl{
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #00629f;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width:1099px){
	.top-ttl{
		font-size: 3.5vw;
		margin-bottom: 3vh;
	}
}
.yellow-dot{
	position: relative;
}
.yellow-dot::before{
	content: "";
	display: inline-block;
	background-color: #e2c500;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.top-txt{
	font-size: 23px;
	color: #00629f;
	line-height: 2;
	text-align: center;
	margin-bottom: 50px;
}
.top-txt span{
	font-size: 15px;
}
@media screen and (max-width:1070px){
	.top-txt{
		font-size: 2vw;
		width: 95%;
		margin: 0 auto 5vh;
	}
	.top-txt span{
		font-weight: 1.5vw;
	}
}
.lineup-link{
	width: 350px;
	margin: 0 auto;
}
.lineup-link a{
	display: block;
	text-align: center;
	background-color: #02bbbe;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	border-radius: 70px;
	padding: 8px 0;
}
.lineup-link a span{
	padding-right: 30px;
	position: relative;
}
.lineup-link a span::after{
	content: "";
	display: inline-block;
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/top/lineup-arrow.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 20px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* --------------------product-imgarea------------------- */
.product-imgarea{
	background-color: #02bbbe;
}
.product-imgarea-bg{
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/common/bg-repeat.png) repeat;
	padding: 100px 0 60px;
}
.product-sliderarea{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto 60px;
}
.product-slider-position{
	position: relative;
}
.product-slider{
	margin-bottom: 60px !important;
}
.product-slider li{
	border: 8px solid #fff;
}
.product-slider li img{
	filter: brightness(80%);
	width: 100%;
}
.product-slider .slick-dots li{
	margin: 0 3px;
	border: none;
}
.product-slider .slick-dots li.slick-active button:before{
	color: #00aca1;
	opacity: 1;
}
.product-slider .slick-dots li button:before{
	color: #fff;
	opacity: 1;
}
.product-slider-txtarea{
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	width: 95%;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
}
.product-slider-txt{
	flex: 1;
	font-size: 30px;
	letter-spacing: 10px;
	color: #fff;
}
@media screen and (max-width: 1099px){
	.product-slider-txt{
		font-size: 2.6vw;
	}
}
.product-slider-logo{
	width: 12%;
}
.product-link{
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
	position: relative;
	z-index: 0;
}
.product-link::after{
	content: "";
	display: inline-block;
	border: 3px solid rgba(255, 255, 255, 0.75);
	border-radius: 4px;
	width: calc(36.25% - 6px);
	height: 95%;
	position: absolute;
	bottom: -1%;
	left: 0;
	z-index: -1;
}
.product-link li{
	width: 15%;
	position: relative;
}
.product-link li img{
	margin-bottom: 5px;
}
.product-link li a:hover{
	opacity:1;
}
.product-link li img{
	width: 100%;
}
.product-link li:nth-of-type(1)::after,
.product-link li:nth-of-type(2)::after{
	content: "指定医薬部外品";
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	width: 100%;
	min-width: 128px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
.principle{
	padding-top: 30px;
}
.bg2-1{
	width: 6%;
	top: 0;
	left: 10%;
}
.bg2-2{
	width: 5%;
	top: 20%;
	right: 5%;
}
.principle .bgarea{
	padding-bottom: 120px;
}
.bg02{
	width: 80%;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 7%;
}
.priciple-ttl{
	width: 60%;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.priciple-ttl img{
	width: 100%;
}
.principle-list{
	width: 90%;
	margin: 0 auto;
}
.principle-list li{
	width: 31%;
	margin-right: 3.5%;
	text-align: center;
	color: #0062ac;
}
.principle-list li:last-child{
	margin-right: 0;
}
.principle-subttl{
	font-size: 35px;
	letter-spacing: 10px;
}
@media screen and (max-width:1099px){
	.principle-subttl{
		font-size: 3vw;
	}
}
.principle-img{
	margin-bottom: 30px;
	height: 140px;
}
.principle-img img{
	height: 100%;
}
@media screen and (max-width:1099px){
	.principle-txt{
		font-size: 12px;
	}
}
.item{
	background-color: rgba(128, 232, 211, 0.25);
}
.bg3-1{
	width: 5%;
	top: -7%;
	right: 20%;
}
.bg3-2{
	width: 3%;
	top: 5%;
	left: 5%;
}
.bg3-3{
	width: 3%;
	top: 40%;
	right: 3%;
}
.bg3-4{
	width: 1%;
	top: 60%;
	left: 3%;
}
.bg3-5{
	width: 1%;
	bottom: 12%;
	right: 15%;
}
.item .bgarea{
	padding: 120px 0;
}
.item-ttl{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #00629f;
	text-align: center;
	margin-bottom: 20px;
}
.item-ttl span{
	padding-bottom: 15px;
	border-bottom: 1px dashed #00629f;
}
.item-subttl{
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #00629f;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}
.item-subttl02{
	font-size: 45px;
	font-weight: normal;
	padding: 0 15px 0 10px;
}
.item-subttl03{
	margin-left: 10px;
}
.item-subttl03 li{
	list-style: disc;
}
.item-tab{
	background-color: #fff;
	border-top:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	width: 100%;
}
@media screen and (max-width:1099px){
	.item-tab{
		width: 95%;
		margin: 0 auto;
		font-size: 13px;
	}
}
.item-tab th,.item-tab td{
	border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.item-tab th{
	width: calc(100% / 6);
	color: #00629f;
	line-height: 1.5;
	padding-bottom: 10px;
	position: relative;
}
.item-tab-ttl{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3b9b9f;
	letter-spacing: 5px;
	padding: 19px 0 15px;
}
@media screen and (max-width:1099px){
	.item-tab-ttl{
		font-size: 13px;
	}
}
.item-tab th:nth-child(n+2):nth-child(-n+3),
.item-tab td:nth-child(n+2):nth-child(-n+3){
	background: rgba(0, 171, 160, 0.2);
	border-bottom: 1px solid #fff;
}
.item-tab th:nth-child(n+2),
.item-tab td:nth-child(n+2){
	border-right: 1px solid #fff;
}
.item-tab-img{
	height: 150px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.item-tab-img img{
	width: 60%;
	margin: 0 auto;
}
.item-handgel img,
.item-handspray img{
	padding: 10px 0 23px;
}
.item-handgel::after,
.item-handspray::after{
	content: "";
	display: inline-block;
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/top/label.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 68px;
	height: 16px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1099px){
.item-handgel::after,
.item-handspray::after{
	width: 65px;
	height: 15px;
	bottom: 10%;
}
}
.item-maru{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #3b9b9f;
	margin: 0 auto;
}
@media screen and (max-width:1099px){
	.item-maru{
		width: 20px;
		height: 20px;
	}
}
.lineup{
	padding: 30px 0 120px;
}
.bg4-1{
	width: 10%;
	top: -5%;
	left: 5%;
}
.bg4-2{
	width: 4%;
	top: -5%;
	right: 40%;
}
.bg4-3{
	width: 5%;
	top: 10%;
	right: 5%;
}
.bg4-4{
	width: 2%;
	top: 55%;
	left: 3%;
}
.bg4-5{
	width: 7%;
	bottom: 0;
	right: 5%;
}
.lineup-ttl{
	padding: 80px 0 100px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 7px;
	line-height: 1.2;
	color: #00629f;
}
.lineup-ttl .deco{
	position: relative;
}
.lineup-ttl .deco::before{
	content: "";
	display: inline-block;
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/top/txt-deco02.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 80px;
	height: 35px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.lineup-ttl .mark{
	background: linear-gradient(transparent 70%, #ffe141 30%);
	margin-left: 5px;
}
.lineup-ttl .sub{
	font-size: 18px;
	letter-spacing: 1px;
}
.lineup-list li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 80px;
	text-align: center;
}
.lineup-list li:nth-of-type(3n){
	margin-right: 0;
}
.lineup-img{
	height: 250px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}
.lineup-img::before{
	content: "";
	display: inline-block;
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/top/product-deco.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 250px;
	height: 250px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.lineup-handgel::before,
.lineup-handspray::before{
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/top/product-deco02.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
@media screen and (max-width:1099px){
	.lineup-img{
		height: 200px;
	}
	.lineup-img::before{
		width: 200px;
		height: 200px;
	}
}
.lineup-img::after{
	content: "";
	display: inline-block;
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/top/product-arrow.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 5%;
	top: 60%;
	z-index: -1;
}
.lineup-img a{
	width: 100%;
	display: block;
	position: relative;
}
.lineup-handgel a::before,
.lineup-handspray a::before{
	content: "";
	display: inline-block;
	background: url(https://www.seirogan.co.jp/cleverin/cleveand/images/top/label.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 80px;
	height: 20px;
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
}
.lineup-img a img{
	width: 70%;
}
.lineup-handgel a img,
.lineup-handspray a img{
	padding: 10px 0 28px;
}
.lineup-sheet a img{
	transform: rotate(15deg);
	padding-top: 30px;
}
.lineup-name{
	font-size: 20px;
	font-weight: bold;
	color: #00629f;
	height: 60px;
	line-height: 1.2;
	letter-spacing: 3px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.lineup-name .sales-name{
	color: #000;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: normal;
}
@media screen and (max-width: 1000px){
	.lineup-name .sales-name{
		font-size: 12px;
	}
}