@charset "utf-8";
.product-top{
	position: relative;
}
.product-top::after{
	content: "";
	display: inline-block;
	background: url(../images/product/sec-arrow.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 30px;
	height: 40px;
	position: absolute;
	bottom: -6.5%;
	left: 50%;
	transform: translateX(-50%);
}
.bg1-1{
	width: 15%;
	top: 10%;
	left: 5%;
}
.bg1-2{
	width: 15%;
	top: 27%;
	right: 5%;
}
.bg1-3{
	width: 18%;
	bottom: 36%;
	left: 3%;
}
.bg1-4{
	width: 17%;
	bottom: -2%;
	right: 5%;
}
.product-top__txtarea{
	order: 2;
	width: 100%;
	padding-top: 20px;
}
.product-top__txt{
	font-size: 16px;
	font-weight: normal;
	color: #0062a6;
	margin-bottom: 20px;
	text-align: center;
}
.product-top__txt span{
	font-size: 10px;
}
.product-top__name{
	width: 90%;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	color: #0062a6;
	margin: 0 auto 30px;
}
.product-top__name span{
	font-size: 12px;
	font-weight: normal;
}
.onlineshop{
	width: 80%;
	margin: 0 auto;
	max-width: 300px;
	margin-bottom: 30px;
}
.onlineshop a{
	display: block;
	text-align: center;
	background-color: #02bbbe;
	color: #fff;
	padding: 10px 0 9px;
	letter-spacing: 3px;
	border-radius: 30px;
}
.onlineshop a span{
	position: relative;
	padding-right: 25px;
}
.onlineshop a span::before{
	content: "";
	display: inline-block;
	background: url(../images/product/shop-arrow.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.produc-top__feature{
	width: 93%;
	margin: 20px auto 33px;
	max-width: 350px;
}
.produc-top__feature img{
	width: 100%;
}
.product-top__imgarea{
	width: 76%;
	margin: 0 auto 20px;
}
.product-top__img{
	margin-bottom: 10px;
}
.product-top__img__label01{
	color: #0062a6;
	text-align: center;
}
.product-top__img__label02{
	color: #0062a6;
	text-align: center;
}
.product-top__img__label02 span{
	color: #000;
	padding: 3px 5px;
	border: 1px solid #000;
}
.product-label{
	font-weight: bold;
	color: #00479d;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.8;
}
.product-label-list{
	padding-left: 3vw;
	position: relative;
	margin-bottom: 10px;
}
.product-label-list::before{
	content: "";
	display: inline-block;
	background: #00479d;
	width: 1.8vw;
	height: 1.8vw;
	position: absolute;
	top: 2.4vw;
	left: 0;
}
@media screen and (min-width: 450px){
	.product-label-list::before{
		top: 1.8vw;
	}
}
@media screen and (min-width: 550px){
	.product-label-list::before{
		top: 1.2vw;
	}
}
.product-label-center{
	text-align: center;
}
.product-label span{
	background: linear-gradient(transparent 60%, #fff278 40%);
	padding: 0 2px 3px;
}
.product-label-sub02{
	font-size: 13px;
	line-height: 1.8;
	padding-left: 2.5vw;
}
.intro{
	padding: 110px 0 60px;
	margin-bottom: 80px;
	position: relative;
}
.bg2-1{
	width: 18%;
	top: 0;
	right: 5%;
}
.bg2-2{
	width: 15%;
	top: 15%;
	left: 10%;
}
.bg2-3{
	width: 18%;
	top: 23%;
	right: 5%;
}
.bg2-4{
	width: 10%;
	top: 21%;
	left: 4%;
}
.bg2-5{
	width: 15%;
	top: 38%;
	right: 8%;
}
.bg2-6{
	width: 15%;
	top: 54%;
	left: 6%;
}
.bg2-7{
	width: 10%;
	top: 73%;
	right: 6%;
}
.bg2-8{
	width: 13%;
	top: 65%;
	left: 13%;
}
.bg3-1{
	width: 13%;
	top: -3%;
	right: 32%;
}
.bg3-2{
	width: 15%;
	top: 2%;
	left: 15%;
}
.bg3-3{
	width: 15%;
	top: 8%;
	left: 40%;
}
.bg3-4{
	width: 13%;
	top: 27%;
	right: 11%;
}
.bg3-5{
	width: 15%;
	top: 45%;
	left: 8%;
}
.bg3-6{
	width: 22%;
	top: 55%;
	right: 13%;
}
.bg3-7{
	width: 13%;
	top: 64%;
	left: 10%;
}
.bg3-8{
	width: 22%;
	top: 76%;
	right: 13%;
}
.bg3-9{
	width: 15%;
	top: 89%;
	right: 32%;
}
.bg3-10{
	width: 100%;
	top: 0;
	left: 0;
}
.intro::after{
  content: "";
  background-image: linear-gradient(to right, #00629f, #00629f 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.intro__titlearea{
	margin-bottom:90px;
}
.intro__title01{
	padding-left: 3.4vw;
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	color: #00479d;
}
.intro__title01::before {
	content: "";
	display: inline-block;
	background: #00479d;
	width: 1.8vw;
	height: 1.8vw;
	position: absolute;
	top: 2.2vw;
	left: 0;
}
.intro-ttl01{
	width: 100%;
	margin: 0 auto 60px;
}
.intro-ttl01 img{
	width: 100%;
}
.intro-list{
	margin-bottom: 80px;
}
.intro-list li{
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	max-width: 350px;
}
.intro-list li:not(:last-child){
	margin-bottom: 80px;
}
.intro-list li:nth-child(even){
	flex-direction: row-reverse;
}
.intro-img{
	width: 95%;
	margin: 0 auto 20px;
	position: relative;
}
.intro-img::before{
	content: "";
	display: inline-block;
	width: 50%;
	height: 80%;
	z-index: -1;
}
.intro-list li:nth-child(odd) .intro-img::before{
	background: url(../images/product/img-deco01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: -8%;
	left: -5%;
}
.intro-list li:nth-child(even) .intro-img::before{
	background: url(../images/product/img-deco02.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: -8%;
	right: -7%;
}
.intro-txtarea{
	width: 100%;
}
.intro-enttl{
	font-size: 42px;
	letter-spacing: 4px;
	color: rgba(60, 163, 166, 0.60);
	line-height: 1;
	margin-bottom: 17px;
}
.intro-enttl__01{
	text-align: right;
}
.intro-enttl__01 span{
	padding-left:10px;
}
.intro-enttl__01.bath span{
	display: block;
	padding-top: 10px;
}
.intro-enttl .left{
	text-align: left;
}
.intro-enttl .right{
	text-align: right;
}
.intro-jpttl{
	font-size: 30px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #0062a6;
	margin-bottom: 10px;
}
.intro-list li:nth-child(odd) .intro-jpttl{
	text-align: right;
}
.intro-list li:nth-child(even) .intro-jpttl{
	text-align: left;
}
.youtube-bg{
	background: url(../images/common/bg-repeat.png) repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	padding: 7% 6% 10% 6%;
}
.youtube-ttl{
	font-size: 20px;
	color: #0062a6;
	letter-spacing: 7px;
	text-align: center;
	margin-bottom: 10px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.reference{
	margin-bottom: 60px;
}
.reference-ttlarea{
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.reference-ttl{
	font-size: 22px;
	color: #00629f;
	margin: 0 5px;
}
.reference-ttl-deco01{
	position: relative;
}
.reference-ttl-deco01::before{
	content: "";
	display: inline-block;
	background: url(../images/product/fukidashi.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 100px;
	height: 50px;
	position: absolute;
	top: -60px;
	left: 40px;
}
.reference-ttlarea .line{
	flex-grow: 1;
	height: 2px;
	background-color: #00629f;
	position: relative;
}
.reference-ttlarea .line::before{
	content: "";
	display: inline-block;
	background-color: #00629f;
	width: 100%;
	height: 2px;
	position: absolute;
	top: -5px;
	left: 0;
}
.reference-ttlarea .line::after{
	content: "";
	display: inline-block;
	background-color: #00629f;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.reference-subttl{
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.reference-desc{
	background-color: rgba(59, 162, 166, 0.15);
	padding: 20px 10px;
}
.reference-desc-ttl{
	font-size: 20px;
	font-weight: bold;
	color: #0062a6;
	text-align: center;
	margin-bottom: 10px;
}
.reference-desc-txt{
	margin-bottom: 20px;
}
.reference-desc-img{
	background-color: #fff;
	padding: 30px 10px;
}
.envelope-flex li{
	width: 75%;
	margin: 0 auto;
}
.envelope-flex li:first-child{
	margin-bottom: 60px;
}
.desc{
	background-color: rgba(59, 162, 166, 0.15);
	padding: 60px 0 40px;
	color: #0062a6;
}
.bg03{
	width: 95%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.desc-tab{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 30px;
	background-color: #fff;
	border-radius: 10px;
}
.desc-tab th{
	padding: 15px 0;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	width: 80px;
	border-right: 1px solid #adadad;
	vertical-align: middle;
}
.desc-tab td{
	padding: 15px 10px;
	color: #000;
	vertical-align: middle;
}
.desc-tab tr:not(:last-child){
	border-bottom: 1px solid #adadad;
}
.use{
	width: 100%;
	margin: 0 auto 30px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
}
.use-ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.use-flex{
	-ms-align-items: center;
	align-items: center;
}
.use-list{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #0062a6;
	margin-bottom: 20px;
}
.use-list > li:not(:last-child){
	margin-bottom: 20px;
}
.use-list-txt{
	margin-bottom: 5px;
	padding-left: 5px;
}
.use-list-child{
	margin-left: 30px;
}
.use-list-child li{
	list-style: disc;
}
.symptom{
	width: 100%;
}
.symptom-txt{
	margin-bottom: 30px;
}
.symptom-ttl{
	margin-bottom: 15px;
}
.symptom-tab{
	border-collapse: collapse;
	width: 100%;
	max-width: 300px;
	border: 1px solid #0062a6;
}
.symptom-tab th,.symptom-tab td{
	padding: 5px 0;
	text-align: center;
}
.symptom-tab th{
	background-color: #0062a6;
	color: #fff;
	font-weight: normal;
}
.symptom-tab th:first-child{
	position: relative;
}
.symptom-tab th:first-child::after{
	content: "";
	display: inline-block;
	background-color: #fff;
	width: 1px;
	height: 80%;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform: translateY(-50%);
}
.symptom-tab td:first-child{
	position: relative;
}
.symptom-tab td:first-child::after{
	content: "";
	display: inline-block;
	background-color: #adadad;
	width: 1px;
	height: 80%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.attention{
	width: 100%;
	margin: 0 auto 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 0;
}
.attention-ttl{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.attention-list{
	display: flex;
	justify-content: center;
	padding-right: 8px;
}
.attention-list ul{
	margin-left: 30px;
}
.attention-list ul:not(:last-child){
	margin-bottom: 20px;
}
.attention-list li{
	list-style: decimal;
	line-height: 2;
}
.intro-imgmax{
	margin-top: -60px;
	width: 100%;
}
.spray{
	margin-top: 20px;
}
.product-label__subtxt{
	margin-top: 10px;
}
.intro-ttl02{
	width: 90%;
	margin: 0 auto 40px;
}
.bg04{
	width: 100%;
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.intro02{
	padding: 80px 0 60px;
}
.intro-list02{
	margin-bottom: 100px !important;
}
.intro-list02 li:not(:last-child){
	margin-bottom: 60px !important;
}
.intro-img02{
	width: 100%;
	margin: 0 auto 20px;
	max-width: 375px;
}
.intro-list02 .intro-jpttl{
	font-size: 20px;
	text-align: left !important;
	margin-bottom: 5px;
}
.intro-list02 .intro-txt{
	text-align: left !important;
}
.intro-list02 .intro-txt:not(:last-child){
	margin-bottom: 20px;
}
.use-flex02 .use-list{
	width: 100%;
	border: none;
}
.use-flex02 .use-list-child{
	margin-left: 15px;
	line-height: 2;
}