@charset "utf-8";

:root {
	--baseItemColor01:#04c258;
	--baseItemColor02:#fff100;
	--baseItemColor03:#e5e5e5;
	--baseItemColor04:#cfeae4;
	--baseItemColor05:#eef6ed;
	--baseItemColor06:#eaf4f9;
	--baseItemColor07:#191919;
	--listShadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.priscription-inner {
	max-width: 1200px;
	margin: 0px auto;
}
.priscription-top h3.c-txt {
	margin-bottom: 40px;
}
.priscription-top .--pres {
	margin-bottom: 100px;
	width: fit-content;
	text-align: left;
	margin-inline: auto;
}
.flow {
	margin-bottom: 40px;
}
.flow_list {
	display: flex;
	gap: 0 40px;
	flex-wrap: wrap;
}
.flow_list-item {
	width: calc(100% / 3 - 27px);
}
.flow_list-item figcaption {
	color: var(--accent);
	font-size: 20px;
}
.flow_list-item figure {
	margin-bottom: 30px;
}
.flow_list-item figure img {
	margin-bottom: 50px;
}
.flow_list-item .c-txt {
	color: #191919;
}
.priscription-bottom .priscription-inner {
	padding-bottom: 150px;
}
.priscription-bottom {
	background: var(--baseItemColor04);
	position: relative;
	z-index: 1;
	margin-top: -50px;
}
.step {
	margin-bottom: 170px;
	padding-top: 120px;
}
.step-ttl {
	color: var(--baseItemColor01);
	font-size: 57px;
	line-height: 1.6;
	margin-bottom: 100px;
}
.step-ttl .pop {
	font-size: 88px;
	font-weight: 600;
}
.step-ttl .--small {
	font-size: 37px;
}
.step-ttl span {
	display: block;
	font-size: 36px;
	letter-spacing: 2px;
}

.step_list {
	display: flex;
	gap: 0 60px;
	flex-wrap: wrap;
}
.step_list-item {
	width: calc(100% / 3 - 40px);
	text-align: center;
	background: #fff;
	padding: 80px 40px 40px;
	box-sizing: border-box;
	border-radius: 20px;
	counter-increment: num;
	position: relative;
}
.step_list-item h3 {
	font-size: 28px;
	color: var(--baseItemColor01);
	font-weight: bold;
	margin-bottom: 20px;
}
.step_list-item figure {
	margin-bottom: 20px;
}
.step-txt {
	font-size: 20px;
	color: #333;
	line-height: initial;
}
.step_list-item::before {
	content: "";
	display: inline-block;
	content: counter(num);
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	background: var(--primary);
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.friend-ttl {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 90px;
	letter-spacing: 4px;
}
.shop_list {
	max-width: 800px;
	margin: 0 auto;
}
.shop_list-item {
	background: var(--baseItemColor02);
	text-align: center;
	border-left: 4px solid var(--baseItemColor02);
	border-right: 4px solid var(--baseItemColor02);
	border-bottom: 4px solid var(--baseItemColor02);
}
.shop_list-item:not(:last-child) {
	margin-bottom: 40px;
}
.shop_list-inner {
	background: #fff;
	padding: 40px 0 60px;
}
.shop_list-item h3 {
	font-size: 24px;
	padding: 30px 0;
	letter-spacing: 4px;
	font-weight: 600;
}
.shop_list-inner h4 {
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 600;
}
.shop_list-content {
	display: flex;
	justify-content: center;
	gap: 0 80px;
	align-items: center;
}
.shop_list-heading {
	padding: 15px 40px;
	font-weight: 500;
}
.shop_list-heading.--g {
	background: var(--primary);
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.shop_list-txt {
	margin-bottom: 20px;
}
.shop_list-heading.--c {
	background: var(--gray-dark);
	padding: 0;
}
.shop_list-heading.--c a {
	display: block;
	padding: 15px 40px;
}
.shop_list-heading.--c a:focus-visible {
	outline: black solid 4px;
	outline-offset: 2px;
}

.shop_list-item.--first {
	position: relative;
}
.shop_list-item.--first::before {
	content: "";
	display: inline-block;
	width: 299px;
	height: 603px;
	background: url(/images/prescription/phone.png) no-repeat;
	position: absolute;
	right: -30%;
	top: -45%;
}
.shop_list-r a {
	display: block;
}
.shop_list-r a:focus-visible {
	outline: black solid 4px;
	outline-offset: 2px;
}

@media screen and (min-width:768px) and ( max-width:1080px) {
.step_list {
	gap: 60px 60px;
	flex-direction: column;
}
.step_list-item {
	width: 100%;
}
}
@media screen and (min-width:768px) and ( max-width:1200px) {

.shop_list-item.--first::before {
	content:none;
}
}
@media screen and (max-width: 768px) {
.flow_list, .step_list, .shop_list-content {
	flex-direction: column;
	gap: 40px;
}
.flow_list-item, .step_list-item {
	width: 100%;
}
.shop_list-item.--first::before {
	content:none;
}
.priscription-inner {
	padding: 0 2rem;
}
.step-ttl {
	font-size: 9vw;
}
.step-ttl .pop {
	font-size: 14vw;
}
.step-ttl .--small {
	font-size: 7vw;
}
.step-ttl span {
	font-size: 7vw;
}
.step-txt {
	font-size: 5vw;
}
.step_list-item h3 {
	font-size: 7vw;
}
.friend-ttl {
	font-size: 6.5vw;
}
.step {
	padding-top: 10rem;
	margin-bottom: 100px;
}
.shop_list-item h3 {
	font-size: 5vw;
}
.shop_list-r {
	order: 1;
}
.shop_list-l {
	order: 2;
}
.shop_list-inner h4 {
	font-size: 7vw;
	margin-bottom: 20px;
}
.shop_list-content {
	gap: 20px;
}
.shop_list-heading.--g, .shop_list-heading.--c {
	font-size: 4.5vw;
	font-weight: 500;
}
.priscription-bottom .priscription-inner {
	padding-bottom: 6rem;
}
}