@charset "utf-8";
/* ■■■■■■■■■■共通■■■■■■■■■■ */
/* g-heading */
h1.g-heading{
	padding: var(--sec-spc-half) 0;
}
/* g-subHeading--freepage */
@media screen and (max-width: 767px){
	.g-subHeading.g-subHeading--freepage{
		margin-bottom: calc(0.7 * var(--sec-spc));
	}
}
/* s-txt */
.s-txt{
	display: grid;
}
.s-txt mark{
	background: linear-gradient(transparent 70%, hsl(55, 100%, 80%) 30%);
}
.s-txt__list > li{
	position: relative;
}
.s-txt__list > li::before{
	content: '';
	display: inline-block;
	background: var(--c-black);
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.s-txt__note li{
	position: relative;
	color: var(--c-gray-300);
}
.s-txt__note li::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.s-txt__order{
	counter-reset: original-counter;
}
.s-txt__order > li::before{
	content: counter(original-counter)'.';
	counter-increment: original-counter;
}
@media screen and (min-width: 768px){
	.s-txt *{
		font-size: var(--fz-16);
	}
	.s-txt p:has(mark){
		line-height: 2.5;
	}
	.s-txt > p:not(:first-child){
		margin-top: var(--spc-20);
	}
	.s-txt > *+.s-txt__list{
		margin-top: var(--spc-20);
	}
	.s-txt mark{
		padding: 2px 5px 3px;
	}
	.s-txt__list > li{
		padding-left: 11px;
	}
	.s-txt__list > li::before{
		width: 4px;
		top: 8px;
	}
	.s-txt__note li{
		font-size: var(--fz-12);
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px){
	.s-txt *{
		font-size: 14px;
	}
	.s-txt p:has(mark){
		line-height: 2.5;
	}
	.s-txt > p:not(:first-child){
		margin-top: var(--spc-20);
	}
	.s-txt > *+.s-txt__list{
		margin-top: var(--spc-20);
	}
	.s-txt mark{
		padding: 2px 5px 3px;
	}
	.s-txt__list > li{
		padding-left: 12px;
	}
	.s-txt__list > li::before{
		width: 4px;
		top: 7px;
	}
	.s-txt__note li{
		font-size: var(--fz-12);
		padding-left: 15px;
	}
}
/* s-descWithImg */
.s-descWithImg{
	display: grid;
	gap: var(--sec-spc);
}
.s-descWithImg__desc{
	display: grid;
}
@media screen and (min-width: 768px){
	.s-descWithImg li{
		display: flex;
		gap: var(--spc-40);
		align-items: flex-start;
	}
	.s-descWithImg--crossList li:nth-child(even){
		flex-direction: row-reverse;
	}
	.s-descWithImg li > *{
		flex: 1;
	}
	.s-descWithImg__desc{
		gap: var(--spc-30);
	}
}
@media screen and (max-width: 767px){
	.s-descWithImg li{
		display: grid;
		gap: var(--spc-20);
	}
	.s-descWithImg__desc{
		gap: var(--spc-30);
	}
}
/* ■■■■■■■■■■よくある質問■■■■■■■■■■ */
.s-faq dd:not(:last-child){
	border-bottom: 1px solid var(--c-pink02);
}
.s-faq dt,
.s-faq dd{
	position: relative;
}
.s-faq dt{
	font-weight: 500;
}
.s-faq:last-child dd{
	padding-bottom: 0;
}
.s-faq dt::before,
.s-faq dd::before {
	font-family: var(--ff-en);
	position: absolute;
	font-weight: bold;
}
.s-faq dt::before{
	content: 'Q';
  color: var(--c-pink01);
}
.s-faq dd::before {
	content: 'A';
}
@media screen and (min-width: 768px){
	.s-faq{
		margin-top: 20px;
	}
	.s-faq dd:not(:last-child){
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.s-faq dt{
		font-size: var(--fz-20);
		padding: 10px 50px 20px 45px;
	}
	.s-faq dd{
		padding: 10px 40px 40px 46px;
		font-size: var(--fz-14);
	}
	.s-faq dt::before,
	.s-faq dd::before{
		font-size: clamp( 0px, 8.533vw, 32px);
	}
	.s-faq dt::before{
		left: 10px;
		top: -4px;
	}
	.s-faq dd::before{
		left: 10px;
    top: -2px;
	}
}
@media screen and (max-width: 767px){
	.s-faq{
		margin-top: 20px;
	}
	.s-faq dd:not(:last-child){
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.s-faq dt{
		font-size: 14px;
		padding: 0 10px 10px 35px;
	}
	.s-faq dd{
		font-size: 12px;
		padding: 8px 30px 30px 35px;
	}
	.s-faq dt::before,
	.s-faq dd::before{
		font-size: 23px;
	}
	.s-faq dt::before{
		left: 9px;
    top: -9px;
	}
	.s-faq dd::before{
		left: 9px;
    top: 2px;
	}
	.s-faq dd .s-txt{
		line-height: 1.7;
	}
}
/* アコーディオン プラスマイナス */
/* .s-faq--acc dt{
	position: relative;
}
.s-faq--acc dt span{
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1;
	position: absolute;
	border: 1px solid var(--bd-c-gray);
	border-radius: 50%;

}
.s-faq--acc dt span::before,
.s-faq--acc dt span::after{
	content: "";
	display: inline-block;
	background: var(--bg-c-gray);
	width: 60%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.s-faq--acc dt span::after{
	transition: .3s;
	transform: translate(-50%, -50%) rotate(90deg);
}
.s-faq--acc dt.active span::after{
	transform: translate(-50%, -50%) rotate(180deg);
}
.s-faq--acc dd{
	display: none;
}
@media (hover: hover){
	.s-faq--acc dt:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	.s-faq--acc dt:not(:first-child){
		margin-top: 20px;
	}
	.s-faq--acc dt span{
		width: 15px;
		right: 30px;
		top: 7px;
	}
}
@media screen and (max-width: 767px){
	.s-faq dt{
		padding-right: 30px;
	}
	.s-faq--acc dt:not(:first-child){
		margin-top: 10px;
	}
	.s-faq--acc dt span{
		width: 13px;
		right: 7px;
		top: 4px;
	}
} */

/* アコーディオン 矢印 */
.s-faq--acc dt{
	position: relative;
}
.s-faq--acc dt span{
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1;
	position: absolute;
}
.s-faq--acc dt span::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f107';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.s-faq--acc dt.active span::before{
	transform: translate(-50%, -50%) rotate(180deg);
}
.s-faq--acc dd{
	display: none;
}
@media (hover: hover){
	.s-faq--acc dt:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	.s-faq--acc dt:not(:first-child){
		margin-top: 20px;
	}
	.s-faq--acc dt span{
		width: 30px;
		right: 10px;
		top: 10px;
	}
	.s-faq--acc dt span::before{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.s-faq dt{
		padding-right: 30px;
	}
	.s-faq--acc dt:not(:first-child){
		margin-top: 10px;
	}
	.s-faq--acc dt span{
		width: 20px;
		right: 5px;
		top: 5px;
	}
	.s-faq--acc dt span::before{
		font-size: 15px;
	}
}
/* ■■■■■■■■■■お買い物ガイド■■■■■■■■■■ */
.s-guideContents{
	--h3-bdcolor: var(--c-pink01);
	--h2-bgcolor: var(--c-pink02);
	margin-top: 3px;
	display: grid;
	gap: var(--sec-spc);
}
.s-guideColumn__heading{
	font-weight: bold;
	font-family: var(--ff-en);
	background: var(--h2-bgcolor);
	padding: var(--spc-10) var(--spc-15);
	margin-bottom: var(--spc-15);
}
.s-guideColumn__ttl{
	font-weight: 500;
	border-left: 4px solid var(--h3-bdcolor);
	padding-left: var(--spc-15);
}
.s-guideCredit{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: var(--spc-20) 0;
}
.s-guideCredit li{
	flex: 1;
}
.s-guidePaymentLogo{
	margin: var(--spc-30) 0 var(--spc-20);
}
.s-guideTable{
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
}
.s-guideTable--bank{
	max-width: 300px;
}
.s-guideTable th,
.s-guideTable td{
	border: 1px solid var(--h2-bgcolor);
}
.s-guideTable th{
	font-weight: normal;
}
.s-guideTable thead th{
	background-color: var(--h2-bgcolor);
	padding: 5px 0;
	font-size: var(--fz-12);
}
.s-guideTable tbody th,
.s-guideTable tbody td{
	text-align: center;
}
.s-guideColumn__subttl{
	font-size: var(--fz-14);
	font-weight: 400;
}
.s-guideColumn__subttl::before{
	content: '【';
}
.s-guideColumn__subttl::after{
	content: '】';
}
.s-guideNav__item li.is-current a {
	color: var(--c-pink01);
}
.s-guideNav__item li a{
	font-weight: bold;
	font-family: var(--ff-en);
}
@media screen and (min-width: 768px){
	.s-guideContainer{
		display: grid;
		grid-template-columns: 200px 1fr;
		align-items: flex-start;
		gap: clamp( 80px, 8.5vw, 100px);
	}
	.s-guideNav{
		position: sticky;
		top: 50px;
		left: 0;
	}
	.s-guideNav__item li {
		border-bottom: 1px solid var(--c-pink03);
	}
	.s-guideNav__item li a{
		font-size: var(--fz-15);
		display: block;
		padding: 15px 0;
	}
	.s-guideColumn__heading{
		font-size: var(--fz-26);
	}
	.s-guideColumn__ttl{
		font-size: var(--fz-20);
		margin-bottom: var(--spc-20);
		margin-top: var(--spc-40);
	}
	.s-guideCredit{
		max-width: 200px;
	}
	.s-guidePaymentLogo--AmazonPay{
		width: 180px;
	}
	.s-guidePaymentLogo--PayPay{
		width: 130px;
	}
	.s-guidePaymentLogo--rakutenPay{
		width: 150px;
	}
	.s-guideTable{
		margin-top: var(--spc-20);
	}
	.s-guideTable tbody th,
	.s-guideTable tbody td{
		padding: 7px 20px;
		font-size: var(--fz-12);
	}
	.s-guideColumn__subttl{
		margin-top: var(--spc-20);
	}
}
@media screen and (max-width: 767px){
	.s-guideNav{
		--guide-nav-sp-box: 230px;
		--guide-nav-sp-box-trigger: 40px;
		position: fixed;
		right: calc(0px - var(--guide-nav-sp-box) + var(--guide-nav-sp-box-trigger));
		top: 150px;
		display: flex;
		width: var(--guide-nav-sp-box);
		transition: .5s;
		z-index: 99;
		opacity: 0;
	}
	body.scroll .s-guideNav{
		opacity: 0;
		animation: var(--anime-fade-in);
	}
	body.scroll.returnTop .s-guideNav{
		opacity: 1;
		animation: var(--anime-fade-out);
	}
	.s-guideNav.active{
		right: 0;
	}
	.s-guideNav__spTrigger{
		width: var(--guide-nav-sp-box-trigger);
		height: 200px;
		background-color: var(--bg-c-gray);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px 0 0 5px;
		border: 1px solid var(--bd-c-gray);
		border-right: none;
	}
	.s-guideNav__spTrigger::after{
		content: '目次';
		writing-mode: vertical-rl;
	}
	.s-guideNav.active .s-guideNav__spTrigger::after{
		content: '閉じる';
	}
	.s-guideNav__item{
		flex: 1;
		background-color: var(--c-white);
		border: 1px solid var(--bd-c-gray);
	}
	.s-guideNav__item li:not(:last-child){
		border-bottom: 1px solid var(--c-pink03);
	}
	.s-guideNav__item li a{
		display: block;
		padding: 8px 15px;
		font-size: 13px;
	}
	.s-guideColumn__heading{
		font-size: 20px;
	}
	.s-guideColumn__ttl{
		font-size: 16px;
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.s-guidePaymentLogo--AmazonPay{
		width: 150px;
	}
	.s-guidePaymentLogo--PayPay{
		width: 120px;
	}
	.s-guidePaymentLogo--rakutenPay{
		width: 120px;
	}
	.s-guideTable{
		margin-top: var(--spc-20);
	}
	.s-guideTable tbody th,
	.s-guideTable tbody td{
		padding: 5px 15px;
		font-size: var(--fz-12);
	}
	.s-guideColumn__subttl{
		margin-top: var(--spc-10);
	}
}

/* ----------  個別余白調整用クラス -------- */

@media screen and (min-width: 768px){
  .mgb10{
	margin-bottom: 10px;
}
}
@media screen and (max-width: 767px){
  .mgb10{
	  margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px){
  .mgb20{
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){
  .mgb20{
	margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px){
  .mgb30{
	  margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .mgb30{
	margin-bottom: 25px;
}
}
@media screen and (min-width: 768px){
  .mgb40{
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px){
  .mgb40{
    margin-bottom: 35px;
  }
}

/* ■■■■■■■■■.  久美さん用追加css   ■■■■■■■■■■ */
.bold{
	font-weight: bold;
}

/* ■■■■■■■■■.  オンライン診療   ■■■■■■■■■■ */
.onlineMedicalLead{
	text-align: center;
}
.onlineMedicalPic{
	width: var(--inner-w);
	margin-inline: auto;
	margin-bottom: var(--spc-40);
}
@media screen and (min-width: 768px){
	.onlineMedicalLead{
		font-size: var(--fz-20);
		padding-inline: 20px;
	}
	.onlineMedicalPic{
		max-width: 600px;
	}
}
@media screen and (max-width: 767px){
	.onlineMedicalLead{
		font-size: 13px;
		width: var(--inner-w);
		margin-inline: auto;
	}
}
/* line */
.onlineMedicalLine{
	display: flex;
	padding: 20px 30px;
	align-items: center;
	width: fit-content;
	margin-inline: auto;
	gap: var(--spc-25);
	border: 2px solid #06C755;
}
.onlineMedicalLine__icon{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	aspect-ratio: 1/1;
}
.onlineMedicalLine__icon::before{
	content: '';
	display: block;
	--MASK: var(--line) no-repeat center center / 100%;
	mask: var(--MASK);
	-webkit-mask: var(--MASK);
	background: #06C755;
	aspect-ratio: 1/1;
	width: 100%;
}
.onlineMedicalLine__text{
	font-weight: bold;
	color: #06C755;
	font-size: var(--fz-20);
	letter-spacing: 0em;
}
@media screen and (min-width: 768px){
	.onlineMedicalLine__icon{
		width: 40px;
	}
}
@media screen and (max-width: 767px){
		.onlineMedicalLine__icon{
		width: 40px;
	}
}
