@charset "UTF-8";
main {
	background-color: #faf7d2;
}
p {
  font-size: 16px;
  line-height: 1.7;
}
.w_100 {
  width: 100%;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.center {
	text-align: center;
}
.clear {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main_img {
	position: relative;
	width: 100%;
}
.product {
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
}
.bg_yellow {
  background-color: #faf7d2;
  margin-top: -5%;
  padding-top: 17%;
  padding-bottom: 8%;
  background-image: url(../img/lineup/caresmile/caresmile-slw/bg-clover.png);
  background-position: center 0%;
  background-repeat: no-repeat;
}
.wet-towel-box {
  width: 100%;
  text-align: center;
  position: relative;
}
.wet-towel-inner {
  display: inline-flex;
  align-items: center;
}
.wet-towel-text {
  font-size: 32px;
  line-height: 1.5;
  color: #231815;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.text-top {
  font-weight: bold;
  font-size: 28px;
}
.highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.highlight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: #ffe98b;
  z-index: -1;
}
.big {
  font-size: 42px;
}
.left-line,
.right-line {
  width: 60px;
  height: 2px;
  background: transparent;
  position: relative;
	margin-bottom: -7%;
}

.left-line::before,
.right-line::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #4caf50;
  transform: rotate(55deg);
  transform-origin: center;
}
.right-line::before {
  transform: rotate(-55deg);
}
.bg_white {
	background-color: #fff;
	width: 85%;
	margin: auto;
	border-radius: 30px;
	padding: 5%;
	margin-top: 3%;
}
.bg_white h2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 6%;
}
.bg_white h2 span {
	font-size: 57px;
	font-weight: bold;
}
.bg_white h2 img {
	margin: 1%;
}
.feature-img {
	width: 90%;
}
.img-flex {
	margin: 8% 0 0;
}
.img-flex img {
	margin: 0 0.5%;
	width: 48%;
}
.spec-h2 {
	text-align: center;
	background-color: #6bb24f;
	padding: 3%;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 4px;
}
.bg_green {
	background-color: #eaf8cf;
	padding: 5% 0 10%;
}
.spec_mark {
  width: 57%;
}
.spec_div {
	width: 85%;
	margin: auto;
	margin-bottom: 7%;
}
.spec ul {
	width: 50%;
  text-align: left;
  margin-top: 5%;
	float: left;
}
.spec ul li {
  padding-top: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #6bb24f;
}
.spec_size {
	text-align: left;
	margin-top: 5%;
	width: 50%;
	float: right;
	padding-left: 3%;	
}
.txt_01 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.btn {
  text-align: center;
  margin-top: 4%;
	display: flex;
	justify-content:center;
	gap: 2%; 
}
.btn a {
  font-size: 22px;
  width: 40%;
  padding: 2.5%;
	color: #fff;
	background-color: #f48b00;
	border-radius: 50px;
}
.l-footer {
	background-color: #eaf8cf;
}
.sp {
	display: none;
}
@media (max-width: 767.98px) {
	.sp {
	display: inherit;
}
	.pc {
		display: none;
	}
  p {
    font-size: 4.17vw;
    line-height: 1.7;
  }
.product {
	position: absolute;
	right: 0;
	width: 95%;
	top: 72%;
}
.bg_yellow {
  margin-top: 0%;
  padding-top: 47%;
  padding-bottom: 8%;
  background-image: url("../img/lineup/caresmile/caresmile-slw/bg-clover-sp.png");
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.wet-towel-box {
  width: 100%;
  text-align: center;
  position: relative;
}
.wet-towel-inner {
  display: inline-flex;
  align-items: center;
}
.wet-towel-text {
  font-size: 4.5vw;
  line-height: 1.5;
  color: #231815;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.text-top {
  font-weight: bold;
  font-size: 4.5vw;
}
.highlight {
  position: relative;
  z-index: 0;
}
	
.highlight::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: #ffe98b;
  z-index: -1;
}
.low-1::before {
		width: 75%;
		margin: auto;
		left: 0;
		right: 0;
	}
.big {
  font-size: 6.7vw;
}
.left-line,
.right-line {
  width: 14vw;
  height: 1px;
  background: transparent;
  position: relative;
	margin-bottom: -20%;
}

.left-line::before,
.right-line::before {
  content: "";
  display: block;
  width: 14vw;
}

.bg_white {
	background-color: #fff;
	width: 90%;
	margin: auto;
	border-radius: 30px;
	padding: 10% 5% 5%;
	margin-top: 3%;
}
.bg_white h2 {
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 6%;
}
.bg_white h2 span {
	font-size: 9vw;
	font-weight: bold;
}
.bg_white h2 img {
	width: 10vw;
	margin: 2%;
}
.feature-img {
	width: 100%;
}
.img-flex {
	margin: 8% 0 0;
}
.img-flex img {
	margin: 0 0.5% 5%;
	width: 87%;
}
.spec-h2 {
	text-align: center;
	background-color: #6bb24f;
	padding: 6% 0;
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	letter-spacing: 4px;
}
.bg_green {
	background-color: #eaf8cf;
	padding: 5% 0 10%;
}
.spec {
    width: 90%;
		margin: auto;
  }
.spec_mark {
  width: 100%;
}
.spec_div {
	width: 100%;
	margin: auto;
}
	.spec ul {
	width: 100%;
}
  .spec img {
  }
  .spec ul li {
    font-size: 4vw;
    line-height: 1.5;
		padding: 5% 0;
  }
	.spec_size {
	width: 100%;
	margin-top: 10%;
	padding-left: 0;
		margin-bottom: 10%;
	}
	.txt_01 {
	font-size: 4vw;
}
	.btn {
		display: inherit;
	}
  .btn a {
		display: block;
    width: 100%;
    font-size: 4vw;
    padding: 7% 0;
    margin-bottom: 5%;
  }

}