@charset "utf-8";

.introWrap .txt{
	width: 51.11111%;
	margin-top: 30px;
}
.introWrap .img{
	width: 40%;
	margin-top: 70px;
}
@media screen and (max-width: 768px){
	.introWrap {
		display: block;
	}
	.introWrap .txt{
		width: auto;
		margin-top: auto;
	}
	.introWrap .img{
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
}
.kayokoCommentImg {
	margin-top: 80px;
}
@media screen and (max-width: 768px){
	.kayokoComment {}
	.kayokoCommentImgPadding {
		height: 116vw;
	}
	.kayokoCommentImg {
		margin-top: auto;
	}
}

.trialArea .cards {
	justify-content: center;
}

/* kv
---------------------------------------------- */
.kvTxt{
	width: 36.818182%;
}
.kvImg{
	width: 52.181819%;
}
@media screen and (max-width: 768px){
	.kvTxt{
		width: 100%;
	}
	.kvImg{
		width: 100%;
	}
}

/* efficacy
---------------------------------------------- */
.efficacyBox{
	max-width: 456px;
}
.efficacyBox dl dt{
	width: 175px;
}
.efficacyBox dl dd{
	width: calc(100% - 175px - 25px);
}
@media screen and (max-width: 768px){
	.efficacyBox{
		max-width: 230px;
	}
	.efficacyBox dl dt{
		width: 90px;
		margin-right: 10px;
	}
	.efficacyBox dl dd{
		width: calc(100% - 90px - 10px);
	}
}

/* troubleCheck
---------------------------------------------- */
.troubleCheck{
	margin-top: 100px;
}

@media screen and (max-width: 768px){
	.troubleCheck{
		margin-top: 40px;
	}
}

/* detail
---------------------------------------------- */
.detail {
	margin-top: 130px;
}

.detail .secTtl1 {
	margin: 60px 0 12px;
	font-size: 24px;
}

.detail .side {
	display: grid;
	column-gap: 40px;
	grid-template-columns: 400px 1fr;
	align-items: center;
	font-size: 18px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.detail {
		margin-top: 40px;
	}
	.detail .secTtl1 {
		margin: 40px 0 10px;
		font-size: 16px;
	}

	.detail .side {
		display: block;
		font-size: 12px;
	}

	.detail .detail-img {
		margin-bottom: 12px;
	}
}

/* step　追加
---------------------------------------------- */
.stepList li p.text{
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: 1.3px;
	margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
	.stepList li p.text{
		font-size: 12px;
	}
}

/* faq
---------------------------------------------- */
.faq{
	margin-top: 130px;
	margin-bottom: 130px;
}

.qa-box {
	margin: 30px auto;
}

.qa-box .qa {
	border-bottom: 1px solid #a3a3a3;
	padding: 10px 0;
}

.qa-box .qa:first-child {
	border-top: 1px solid #a3a3a3;
}

.qa-box .qa dt,
.qa-box .qa dd {
	display: flex;
	align-items: baseline;
	margin: 16px 0;
}

.qa-box .qa dt p {
	width: 100%;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em;
}

.qa-box .qa dd p {
	margin: 0;
	padding-left: 15px;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
}

.qa-box .qa dt::before {
	content: "Q";
	color: #d26478;
	font-size: 20px;
}

.qa-box .qa dd::before {
	content: "A";
	color: #d26478;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.faq {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.qa-box {
		margin: 16px auto;
	}

	.qa-box .qa {
		padding: 8px 0;
	}

	.qa-box .qa dt,
	.qa-box .qa dd {
		margin: 10px 0;
	}
	.qa-box .qa dt p,
	.qa-box .qa dd p {
		padding-left: 8px;
		font-size: 12px;
		line-height: 1.4em;
	}
	.qa-box {
		padding: 0;
	}

	.qa-box .qa dt::before,
	.qa-box .qa dd::before {
		font-size: 12px;
	}
}

/* caseWrap
---------------------------------------------- */
.caseWrap::before{
	display: none;
}

/* priceArea
---------------------------------------------- */
.pricceSec .priceList .priceNum{
	width: auto;
}