@charset "utf-8";

.stores .inner {
	max-width: 154rem;
	margin: 0 auto;
	padding: 0 1rem;
}
.stores .mv {
	padding: 4rem 0;
	border-top: solid 0.7rem #002b43;
	border-bottom: solid 0.7rem #002b43;
}
.stores .mv .ttl {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	color: #002b43;
}
.stores .mv h1 {
	max-width: 50.8rem;
	margin: 2rem auto 0;
}
@media (max-width: 768px) {
	.stores .inner {
		max-width: 100%;
		padding: 0 3rem;
	}
	.stores .mv {
		padding: 3rem 0 4.5rem;
	}
	.stores .mv .ttl {
		font-size: 3.3rem;
	}
	.stores .mv h1 {
		max-width: 55.4rem;
		margin: 3rem auto 0;
	}
}

/* feature */
.stores .feature {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 0 6rem;
}
.stores .feature > p {
	width: 28.6rem;
	height: 28.6rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.9rem;
	font-weight: 600;
	line-height: 5.6rem;
	text-align: center;
	color: #fff;
}
.stores .feature > p:first-child {
	background-color: #34b8d9;
}
.stores .feature > p:nth-child(2) {
	background-color: #f9b1b9;
}
.stores .feature > p:last-child {
	background-color: #f87b88;
}
@media (max-width: 768px) {
	.stores .feature {
		margin-top: 5rem;
		gap: 0 2rem;
	}
	.stores .feature > p {
		width: 21.6rem;
		height: 21.6rem;
		font-size: 2.9rem;
		line-height: 4.2rem;
	}
}

/* section */
.stores section {
	margin-top: 9rem;
}
.stores h2 {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
}
.stores h2 span {
	font-weight: 700;
	color: red;
}
.stores section + h2 {
	margin-top: 9rem;
}
.stores .contBox {
	margin-top: 3rem;
	border: solid 0.2rem #000;
	border-radius: 4rem;
}
@media (max-width: 768px) {
	.stores section {
		margin-top: 8rem;
	}
	.stores section + section {
		margin-top: 15rem;
	}
	.stores h2 {
		font-size: 4.5rem;
		line-height: 6.6rem;
	}
	.stores section + h2 {
		margin-top: 8rem;
	}
	.stores .contBox {
		margin-top: 4.5rem;
		border-radius: 6rem;
	}
}

/* cont01 */
.stores .cont01Box {
	padding: 6.5rem 4rem 5.5rem;
}
.stores .cont01Box .innerBox {
	display: flex;
	justify-content: space-between;
}
.stores .cont01Box h3 {
	font-size: 3.5rem;
	font-weight: 600;
	text-align: center;
}
.stores .cont01Box .box + .box {
	border-left: solid 1px #002b43;
}
.stores .cont01Box .box:first-child {
	width: 30%;
}
.stores .cont01Box .box:nth-child(2) {
	width: 40%;
}
.stores .cont01Box .box:last-child {
	width: 30%;
}
.stores .cont01Box .box .boxTxt {
	width: 82%;
	margin: 2rem auto 0;
	font-size: 1.9rem;
	line-height: 1.5;
}
.stores .cont01Box .picBox {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap:  0 3.5rem;
}
.stores .cont01Box .box .pic02 {
	max-width: 36.8rem;
	margin: 0 auto;
}
.stores .cont01Box .box .pic03 {
	max-width: 20rem;
	margin: 0 auto;
}
.stores .cont01Box .box .pic04 {
	max-width: 38.6rem;
	margin: 1rem auto 0;
}
.stores .cont01Box .note {
	margin-top: 2rem;
	font-size: 1.9rem;
	text-align: center;
}
.stores .cont01Box .box02 {
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: solid 1px #002b43;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3.5rem;
}
.stores .cont01Box .box02 h3 {
	text-align: left;
}
.stores .cont01Box .box02 .txtBox {
	width: 55%;
}
.stores .cont01Box .txt {
	margin-top: 1rem;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 3.2rem;
}
.stores .cont01Box .box02 .boxTxt {
	width: 30%;
	font-size: 1.9rem;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.stores .cont01Box {
		padding: 5.5rem 5rem 5.5rem;
	}
	.stores .cont01Box .innerBox {
		display: block;
	}
	.stores .cont01Box h3 {
		font-size: 4rem;
		text-align: left;
	}
	.stores .cont01Box .box + .box {
		margin-top: 2.5rem;
		padding-top: 4.5rem;
		border-top: solid 1px #002b43;
		border-left: none;
	}
	.stores .cont01Box .box:first-child {
		width: 100%;
	}
	.stores .cont01Box .box:nth-child(2) {
		width: 100%;
	}
	.stores .cont01Box .box:last-child {
		width: 100%;
	}
	.stores .cont01Box .box .boxTxt {
		width: 100%;
		margin: 3rem auto 0;
	}
	.stores .cont01Box .note {
		margin-top: 3rem;
		font-size: 1.9rem;
		line-height: 3.4rem;
		text-align: left;
	}
	.stores .cont01Box .box02 {
		margin-top: 2.5rem;
		padding-top: 4.5rem;
		display: block;
	}
	.stores .cont01Box .box02 .txtBox {
		width: 100%;
	}
	.stores .cont01Box .txt {
		margin-top: 2.5rem;
		font-size: 2.9rem;
		line-height: 3.7rem;
	}
	.stores .cont01Box .box02 .boxTxt {
		margin-top: 3rem;
		width: 100%;
	}
}

/* cont02 */
.stores .cont02Box {
	padding: 4rem 6rem 5.5rem 6rem;
}
.stores .cont02Box .innerBox {
	display: flex;
	align-items: center;
	gap: 0 5.5rem;
}
.stores .cont02Box .txtBox {
	width: 82.3rem;
}
.stores .cont02Box .txt {
	background-color: #f5f5f5;
	border-radius: 3rem;
	padding: 3rem;
	font-size: 3.5rem;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stores .cont02Box .txt + .txt {
	margin-top: 3.5rem;
}
.stores .cont02Box .txt .price {
	font-size: 7.2rem;
	font-weight: 700;
}
.stores .cont02Box .txt .middle {
	font-size: 2.4rem;
}
.stores .cont02Box .txt .blue {
	color: #34b8d9;
}
.stores .cont02Box .txt .blue.center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.stores .cont02Box .txt02 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 3.5rem;
}
.stores .cont02Box .txt .blueS {
	font-size: 2rem;
}
.stores .cont02Box .txt .blueB {
	margin-top: 0.5rem;
	display: inline-block;
	font-size: 5.3rem;
}
.stores .cont02Box .txt .small {
	margin-top: 1.5rem;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.3rem;
}
.stores .cont02Box .pic {
	width: 42rem;
}
.stores .cont02Box .note {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.stores .cont02Box .note + .note {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.stores .cont02Box {
		padding: 6.5rem 3.5rem 8.5rem 3.5rem;
	}
	.stores .cont02Box .innerBox {
		display: block;
	}
	.stores .cont02Box .txtBox {
		width: 100%;
	}
	.stores .cont02Box .txt {
		border-radius: 3rem;
		padding: 3.5rem 1rem;
	}
	.stores .cont02Box .txt02 {
		gap: 0 2.5rem;
	}
	.stores .cont02Box .pic {
		width: 100%;
		margin: 3rem auto 0;
	}
	.stores .cont02Box .note {
		margin-top: 4rem;
		font-size: 2rem;
		line-height: 2.9rem;
	}
	.stores .cont02Box .note + .note {
		margin-top: 3rem;
	}
}

/* cont03 */
.stores .cont03Box {
	padding: 2.5rem 5.5rem 2.5rem;
}
.stores .cont03Box h4 {
	font-size: 4rem;
	text-align: center;
}
.stores .cont03Box .innerBox {
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
}
.stores .cont03Box .box {
	width: 48%;
	background-color: #f5f5f5;
	border-radius: 3rem;
	padding: 4.5rem 5.5rem;
}
.stores .cont03Box .box .ttl {
	font-size: 4.2rem;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.stores .cont03Box .box .ttl span {
	margin-left: 2rem;
	display: inline-block;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	background-color: #34b8d9;
	padding: 0.5rem 1.5rem;
	border-radius: 5rem;
}
.stores .cont03Box ul {
	margin-top: 3.5rem;
}
.stores .cont03Box ul li {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 2.3rem;
}
.stores .cont03Box ul li.listNote {
	font-size: 1.8rem;
}
.stores .cont03Box ul li sup {
	font-size: 50%;
}
.stores .cont03Box ul li + li {
	margin-top: 1.5rem;
}
.stores .cont03Box .note {
	margin-top: 2.5rem;
	font-size: 1.7rem;
	text-align: center;
}
@media (max-width: 768px) {
	.stores .cont03Box {
		padding: 6.5rem 2.5rem 5rem;
	}
	.stores .cont03Box h4 {
		font-size: 4.3rem;
	}
	.stores .cont03Box .innerBox {
		margin-top: 5rem;
		display: block;
	}
	.stores .cont03Box .box {
		width: 100%;
		border-radius: 6rem;
		padding: 6rem 4rem 7rem;
	}
	.stores .cont03Box .box + .box {
		margin-top: 4rem;
	}
	.stores .cont03Box .box .ttl {
		font-size: 5.8rem;
	}
	.stores .cont03Box .box .ttl span {
		margin-left: 2rem;
		font-size: 2.9rem;
		padding: 1rem 2rem;
		border-radius: 6rem;
	}
	.stores .cont03Box ul {
		margin-top: 4rem;
	}
	.stores .cont03Box ul li {
		font-size: 3rem;
		line-height: 3.3rem;
		padding-left: 1em;
		text-indent: -1em;
	}
	.stores .cont03Box ul li.listNote {
		font-size: 2.4rem;
	}
	.stores .cont03Box ul li + li {
		margin-top: 2.5rem;
	}
	.stores .cont03Box .note {
		margin-top: 4rem;
		margin-left: 3rem;
		font-size: 2rem;
		line-height: 3.5rem;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
}

/* cont04 */
.stores .cont04Box {
	padding: 5.5rem 6rem 5rem;
	display: flex;
	justify-content: space-between;
}
.stores .cont04Box .box {
	display: flex;
	flex-direction: column;
}
.stores .cont04Box .box:first-child {
	width: 61%;
	padding-right: 5.5rem;
}
.stores .cont04Box .box:last-child {
	width: 39%;
	padding-left: 4.5rem;
}
.stores .cont04Box .box + .box {
	border-left: solid 1px #000;
}
.stores .cont04Box h5 {
	font-size: 3rem;
	font-weight: 600;
}
.stores .cont04Box h5 span {
	font-size: 1.8rem;
}
.stores .cont04Box .innerBox {
	display: flex;
	align-items: center;
	gap: 0 7.5rem;
}
.stores .cont04Box .innerBox > div:first-child {
	width: 51rem;
}
.stores .cont04Box .innerBox > div:last-child {
	width: 14.2rem;
	position: relative;
}
.stores .cont04Box .innerBox > div:last-child h5 {
	text-align: center;
}
.stores .cont04Box .innerBox > div:last-child::before {
	content: "";
	width: 3.8rem;
	height: 3.8rem;
	background: url(/btob/solution/stores/img/plus.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 60%;
	left: -5.5rem;
	transform: translate(0 , -50%);
}
.stores .cont04Box .innerBox .pic {
	margin-top: 1.5rem;
}
.stores .cont04Box ul {
	padding-top: 1rem;
	margin-top: auto;
}
.stores .cont04Box ul li {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.5;
}
.stores .cont04Box .pic02 {
	width: 23rem;
	margin: 2rem auto;
}
@media (max-width: 768px) {
	.stores .cont04Box {
		padding: 6.5rem 1.5rem 7rem;
		display: block;
	}
	.stores .cont04Box .box {
		display: block;
	}
	.stores .cont04Box .box:first-child {
		width: 100%;
		padding-right: 0;
	}
	.stores .cont04Box .box:last-child {
		width: 100%;
		padding-left: 0;
	}
	.stores .cont04Box .box + .box {
		margin-top: 3.5rem;
		padding-top: 7.5rem;
		border-left: none;
		border-top: solid 1px #000;
	}
	.stores .cont04Box h5 {
		font-size: 3.6rem;
		text-align: center;
	}
	.stores .cont04Box h5 span {
		font-size: 2.3rem;
	}
	.stores .cont04Box .innerBox {
		display: block;
	}
	.stores .cont04Box .innerBox > div:first-child {
		width: 100%;
	}
	.stores .cont04Box .innerBox > div:first-child .pic {
		width: 55.4rem;
		margin: 2rem auto 0;
	}
	.stores .cont04Box .innerBox > div:last-child {
		margin-top: 8.5rem;
		width: 100%;
	}
	.stores .cont04Box .innerBox > div:last-child::before {
		top: -7.5rem;
		left: 50%;
		transform: translate(-50% , 0);
	}
	.stores .cont04Box .innerBox > div:last-child .pic {
		width: 15.8rem;
		margin: 1rem auto 0;
	}
	.stores .cont04Box ul {
		padding: 0 1rem;
		margin-top: 3rem;
	}
	.stores .cont04Box ul li {
		font-size: 2.9rem;
		padding-left: 1em;
		text-indent: -1em;
	}
	.stores .cont04Box ul li + li {
		margin-top: 1.5rem;
	}
	.stores .cont04Box .pic02 {
		width: 29.1rem;
		margin: 2rem auto 0;
	}
}

/* cont05 */
.stores .cont05Box {
	padding: 5rem 7rem 4rem;
	display: flex;
	justify-content: space-between;
}
.stores .cont05Box .box {
	width: 20%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.stores .cont05Box .box + .box::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #34b8d9;
	border-width: 1.25rem 0 1.25rem 2.3rem;
	position: absolute;
	top: 27%;
	left: 0;
}
.stores .cont05Box .pic {
	margin: 0 auto;
}
.stores .cont05Box .pic01 {
	width: 14rem;
}
.stores .cont05Box .pic02 {
	width: 11.5rem;
}
.stores .cont05Box .pic03 {
	width: 15.6rem;
}
.stores .cont05Box .pic04 {
	width: 13.3rem;
}
.stores .cont05Box .pic05 {
	width: 8.8rem;
}
.stores .cont05Box .txt {
	padding-top: 1rem;
	margin-top: auto;
	font-size: 3rem;
	font-weight: 600;
	line-height: 4.1rem;
	text-align: center;
}
.stores .cont05Box .box:last-child .txt {
	margin-bottom: 2rem;
}
@media (max-width: 768px) {
	.stores .cont05Box {
		padding: 6.5rem 6rem 4.5rem;
		display: block;
	}
	.stores .cont05Box .box {
		width: 100%;
		flex-direction: row;
		align-items: center;
	}
	.stores .cont05Box .box + .box {
		margin-top: 10rem;
	}
	.stores .cont05Box .box + .box::before {
		border-color: #34b8d9 transparent transparent transparent;
		border-width: 3.3rem 1.9rem 0 1.9rem;
		top: -7rem;
		left: 50%;
		transform: translate(-50% , 0);
	}
	.stores .cont05Box .pic {
		width: 50%;
		margin: 0;
	}
	.stores .cont05Box .pic img {
		display: block;
		margin: 0 auto;
	}
	.stores .cont05Box .pic01 img {
		width: 19.6rem;
	}
	.stores .cont05Box .pic02 img {
		width: 16.9rem;
	}
	.stores .cont05Box .pic03 img {
		width: 20rem;
	}
	.stores .cont05Box .pic04 img {
		width: 19.3rem;
	}
	.stores .cont05Box .pic05 img {
		width: 11.5rem;
	}
	.stores .cont05Box .txt {
		width: 50%;
		padding-top: 0;
		margin-top: 0;
		font-size: 4.2rem;
		line-height: 5.8rem;
		text-align: left;
	}
	.stores .cont05Box .box:last-child .txt {
		margin-bottom: 0;
	}
}

/* linkArea */
.stores .linkArea {
	margin-top: 17rem;
}
@media (max-width: 768px) {
	.stores .linkArea {
		margin-top: 12rem;
	}
}