@charset "utf-8";
/* CSS Document */
#skinaru {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#skinaru hr {
margin-bottom: 50px;
}
#skinaru .cont {
	padding: 30px;
	margin-bottom: 50px;
}
#skinaru .cont#cont01 {
	background: #bae3f9;
	background-image: url(/hs/pages/skinaru/bg_cont01.png);
	background-position: right bottom;
	background-size: 30% auto;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
#skinaru .cont p {
	font-size: 20px;
	line-height: 1.6;
}
#skinaru .cont#cont01 p strong {
	font-size: 1.2em;
	color: #3fb8ec;
	font-weight: normal;
	-webkit-text-stroke: 1px #3fb8ec;
	text-shadow: 0px 0 1px #3fb8ec;
}
.point-section {
	padding: 40px 20px 30px;
}
.section-title {
	text-align: center;
	font-size: 32px;
	color: #3fb8ec;
	margin-bottom: 40px;
	font-weight: 600;
}
.points {
	display: flex;
	gap: 24px;
	max-width: 1150px;
	margin: 0 auto;
}
.point-card {
	position: relative;
	flex: 1;
	background: #ffffff;
	border-radius: 16px;
	padding: 56px 24px 32px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	border: 2px solid #bae3f9;
}
.point-badge {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 72px;
	background: #3fb8ec;
	border: 3px solid #3fb8ec;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.point-badge span {
	font-size: 22px;
}
.point-card h3 {
	font-size: 22px;
	color: #3fb8ec;
	margin-bottom: 16px;
	line-height: 1.5;
	text-align: center;
}
.point-card p, .point-card ul {
	font-size: 18px;
	color: #555;
	line-height: 1.7;
	text-align: left;
}
#skinaru .cont .flex {
	display: flex;
	margin-bottom: 50px;
	align-items: flex-start !important;
	gap: 2%;
}
.flex .txt {
	flex: 1;
}
#skinaru .cont .flex .pic {
	width: 40%;
	position: relative;
}
#skinaru .cont .flex-soforo {
	display: flex;
	margin-bottom: 50px;
	align-items: center !important;
}
#skinaru .cont .flex-soforo .pic {
	width: 35%;
}
.soforo {
	font-size: 14px !important;
}
#skinaru .cont#cont02 h3 {
	font-size: 20px !important;
	margin-bottom: 20px;
}
#skinaru .cont#cont02 p {
	font-size: 16px !important;
}
#skinaru .cont#cont03 h3 {
	color: #4B4948;
	font-size: 25px;
	padding-bottom: 0.8rem;
	line-height: 1;
	margin-bottom: 4rem;
	border-bottom: solid 2px #bae3f9;
}
#skinaru .cont#cont03 h4 {
	color: #4B4948;
	font-size: 20px;
	padding-bottom: 0.8rem;
	line-height: 1;
	margin-bottom: 1rem;
}
#skinaru .cont#cont03 h5 {
	color: #4B4948;
	font-size: 18px;
	padding-bottom: 0.8rem;
	line-height: 1.6;
}
#skinaru .cont#cont03 p {
	font-size: 16px;
}
#skinaru .cont#cont03 .flex {
	display: flex;
	margin-bottom: 50px;
	align-items: flex-start !important;
	gap: 5%;
}
/* コンテナ */
.flex-product {
	display: grid;
	gap: 20px;
}
/* 2個並び */
.flex-product.cols-2 {
	grid-template-columns: repeat(2, 1fr);
}
/* 3個並び */
.flex-product.cols-3 {
	grid-template-columns: repeat(3, 1fr);
}
/* ボックス */
.box {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 16px;
	display: flex;
	flex-direction: column;
}
/* テキストエリア */
.box-text {
	margin-bottom: 12px;
}
/* 見出し */
.box-title {
	font-size: 18px;
	margin: 0 0 6px;
	text-align: center;
}
/* 本文 */
.box-description {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	color: #555;
}
/* 画像 */
.cols-2 img {
	width: 80%;
	height: auto;
	margin: auto auto 0; /* 横中央＋下寄せ */
	display: block;
}
.cols-3 img {
	width: 90%;
	height: auto;
	margin: auto auto 0; /* 横中央＋下寄せ */
	display: block;
}
.button-area {
	margin-top: 24px;
	margin-bottom: 100px;
	text-align: center;
}
.product-btn {
	display: inline-block;
	background-color: #3fb8ec;
	color: #ffffff;
	padding: 10px 24px;
	border-radius: 9999px; /* しっかり角丸 */
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	transition: opacity 0.2s ease;
	width: 300px;
}
.product-btn:hover {
	opacity: 0.8;
	background: #FB929E;
}
.worry-section {
  max-width: 800px;
  margin: 40px auto;
}

/* 吹き出し */
.speech-bubble {
  position: relative;
  display: inline-block;
  padding: 16px 24px;
  background-color: #E0E0E0;
  border-radius: 14px;
  font-size: 18px;
  margin-bottom: 24px;
}

/* しっぽ */
.speech-bubble::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -13px;
  border-width: 14px 10px 0 10px;
  border-style: solid;
  border-color: #E0E0E0 transparent transparent transparent;
}

/* 悩みリスト */
.worry-list {
  background-color: #e6f6fd;
  padding: 24px;
  border-radius: 12px;
}
/* チェックマーク */
.worry-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 12px;
  height: 6px;
  border-left: 3px solid #FB929E;
  border-bottom: 3px solid #FB929E;
  transform: rotate(-45deg);
}
/* 各悩み */
.worry-item {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  margin-bottom: 12px;
}

.worry-item:last-child {
  margin-bottom: 0;
}
/* 少し改行 */
.half-line + .dummy {
	display: block;
	height: 0.5em; /* 半行分の高さ */
}

@media screen and (max-width: 600px) {
#skinaru {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#skinaru hr {
margin-bottom: 50px;
}
#skinaru .cont {
	padding: 15px 20px;
	margin-bottom: 30px;
}
#skinaru .cont#cont01 {
	background: #bae3f9;
	background-image: url(/hs/pages/skinaru/bg_cont01.png);
	background-position: right bottom;
	background-size: 35% auto;
	background-repeat: no-repeat;
	padding-bottom: 70px;
}
#skinaru .cont p {
	font-size: 16px;
	line-height: 1.6;
}
#skinaru .cont#cont01 p strong {
	font-size: 1.1em;
	color: #3fb8ec;
	font-weight: normal;
	-webkit-text-stroke: 1px #3fb8ec;
	text-shadow: 0px 0 1px #3fb8ec;
}
.point-section {
	padding: 10px 20px 4px;
}
.section-title {
	text-align: center;
	font-size: 32px;
	color: #3fb8ec;
	margin-bottom: 40px;
	font-weight: 600;
}
.points {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}
.point-card {
	position: relative;
	flex: 1;
	background: #ffffff;
	border-radius: 16px;
	padding: 48px 18px 32px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	border: 2px solid #bae3f9;
	margin-bottom: 40px;
}
.point-badge {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 72px;
	background: #3fb8ec;
	border: 3px solid #3fb8ec;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.point-badge span {
	font-size: 22px;
}
.point-card h3 {
	font-size: 18px;
	color: #3fb8ec;
	margin-bottom: 16px;
	line-height: 1.5;
	text-align: center;
}
.point-card p, .point-card ul {
	font-size: 15px;
	color: #555;
	line-height: 1.7;
	text-align: left;
}
#skinaru .cont .flex {
	display: block;
	margin-bottom: 20px;
	align-items: flex-start !important;
	gap: 2%;
}
.flex .txt {
	flex: 1;
}
#skinaru .cont .flex .pic {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#skinaru .cont .flex-soforo {
	display: block;
	margin-bottom: 50px;
	align-items: center !important;
}
#skinaru .cont .flex-soforo .pic {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.soforo {
	font-size: 14px !important;
}
#skinaru .cont#cont02 h3 {
	font-size: 18px !important;
	margin-bottom: 20px;
	line-height: 1.6;
}
#skinaru .cont#cont02 p {
	font-size: 15px !important;
}
#skinaru .cont#cont03 h3 {
	color: #4B4948;
	font-size: 20px;
	padding-bottom: 0.8rem;
	line-height: 1;
	margin-bottom: 4rem;
	border-bottom: solid 2px #bae3f9;
}
#skinaru .cont#cont03 h4 {
	color: #4B4948;
	font-size: 18px;
	padding-bottom: 0.8rem;
	line-height: 1;
	margin-bottom: 1rem;
}
#skinaru .cont#cont03 h5 {
	color: #4B4948;
	font-size: 16px;
	padding-bottom: 0.8rem;
	line-height: 1.6;
}
#skinaru .cont#cont03 p {
	font-size: 15px;
}
#skinaru .cont#cont03 .flex {
	display: block;
	margin-bottom: 50px;
	align-items: flex-start !important;
	gap: 5%;
}
/* コンテナ */
.flex-product {
	display: grid;
	gap: 20px;
}
/* 2個並び */
.flex-product.cols-2 {
	grid-template-columns: none;
}
/* 3個並び */
.flex-product.cols-3 {
	grid-template-columns: none;
}
/* ボックス */
.box {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 16px;
	display: flex;
	flex-direction: column;
}
/* テキストエリア */
.box-text {
	margin-bottom: 12px;
}
/* 見出し */
.box-title {
	font-size: 18px;
	margin: 0 0 6px;
	text-align: center;
}
/* 本文 */
.box-description {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	color: #555;
}
/* 画像 */
.cols-2 img {
	width: 90%;
	height: auto;
	margin: auto auto 0; /* 横中央＋下寄せ */
	display: block;
}
.cols-3 img {
	width: 90%;
	height: auto;
	margin: auto auto 0; /* 横中央＋下寄せ */
	display: block;
}
.button-area {
	margin-top: 24px;
	margin-bottom: 100px;
	text-align: center;
}
.product-btn {
	display: inline-block;
	background-color: #3fb8ec;
	color: #ffffff;
	padding: 10px 24px;
	border-radius: 9999px; /* しっかり角丸 */
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	transition: opacity 0.2s ease;
	width: 280px;
}
.product-btn:hover {
	opacity: 0.8;
	background: #FB929E;
}
.worry-section {
  max-width: 800px;
  margin: 15px auto;
}

/* 吹き出し */
.speech-bubble {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #E0E0E0;
  border-radius: 14px;
  font-size: 16px;
  margin-bottom: 24px;
}

/* しっぽ */
.speech-bubble::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -13px;
  border-width: 14px 10px 0 10px;
  border-style: solid;
  border-color: #E0E0E0 transparent transparent transparent;
}

/* 悩みリスト */
.worry-list {
  background-color: #e6f6fd;
  padding: 15px;
  border-radius: 12px;
}
/* チェックマーク */
.worry-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 12px;
  height: 6px;
  border-left: 3px solid #FB929E;
  border-bottom: 3px solid #FB929E;
  transform: rotate(-45deg);
}
/* 各悩み */
.worry-item {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 12px;
	line-height: 1.6;
}

.worry-item:last-child {
  margin-bottom: 0;
}
/* 少し改行 */
.half-line + .dummy {
	display: block;
	height: 0.5em; /* 半行分の高さ */
}
	.box-description small {
		font-size:13px;
	}
}