@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#stores-method .msg .fm {
	font-size: 31px;
	margin-bottom: 50px;
}
#stores-method .ttl {
	margin-bottom: 80px;
}
#stores-method h3.maru {
	display: flex;
	align-items: center;
	font-size: 30px;
	margin-bottom: 40px;
}
#stores-method h3.maru .maru {
	width: 96px;
	height: 96px;
	padding-top: 14px;
	border: 1px solid var(--color-red);
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: var(--color-red);
	font-size: 24px;
	margin-right: 20px;
}
#stores-method .other h3.maru .maru {
	width: 124px;
	height: 124px;
	padding-top: 20px;
}
#stores-method h4 {
	font-size: 45px;
	font-weight: 800;
}
#stores-method h4 .pri {
	font-size: 58px;
}
#stores-method h5 {
	font-size: 33px;
	margin-bottom: 30px;
}
#stores-method .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#stores-method .w2 .box {
	width: 510px;
	background: #fff;
	margin-bottom: 0;
}
#stores-method .box .list dl {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#stores-method .bg_gray .box .list dl {
	border-color: #fff;
}
#stores-method .box .list dl:last-of-type {
	margin-bottom: 0;
}
#stores-method .box .list dl dt {
	font-size: 20px;
	width: 250px
}
#stores-method .cover .box .list dl dt {
	width: 170px
}
#stores-method .fit .box .list dl dt {
	width: 210px
}
#stores-method .box .chk li {
	background: url("../img/chk.png") no-repeat left top 6px;
	font-weight: bold;
	font-size: 20px;
	padding-left: 35px;
	margin-bottom: 20px;
}
#stores-method .box .chk li:last-of-type {
	margin-bottom: 0;
}
#stores-method .other .box .info {
	padding: 30px 50px 50px;
}
#stores-method .other .box .info h4 {
	margin-bottom: 30px;
}
#stores-method .other .box .info h4 .fs {
	font-size: 33px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#stores-method .msg .fm {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#stores-method h3.maru {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#stores-method h3.maru .maru {
		width: 80px;
		height: 80px;
		font-size: 20px;
		padding-top: 11px;
	}
	#stores-method .other h3.maru .maru {
		width: 90px;
		height: 90px;
		font-size: 18px;
		padding-top: 14px;
	}
	#stores-method h4 {
		font-size: 24px;
	}
	#stores-method h4 .pri {
		font-size: 30px;
	}
	#stores-method .ttl {
		width: 100%;
		margin-bottom: 20px;
	}
	#stores-method .ttl > div {
		width: 100%;
	}
	#stores-method .ttl > div h4 br {
		display: none;
	}
	#stores-method .ttl .img {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	#stores-method h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#stores-method .box:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#stores-method .box .list dl {
		padding-bottom: 10px;
		margin-bottom: 10px;
		justify-content: space-between;
	}
	#stores-method .box .list dl dt {
		font-size: 18px;
		width: 210px;
	}
	#stores-method .cover .box .list dl dt {
		width: 140px;
	}
	#stores-method .fit .box .list dl dt {
		width: 170px;
	}
	#stores-method .box .list dl dd {
		width: calc(100% - 220px);
	}
	#stores-method .cover .box .list dl dd {
		width: calc(100% - 150px);
	}
	#stores-method .fit .box .list dl dd {
		width: calc(100% - 190px);
	}
	#stores-method .box .chk li {
		font-size: 18px;
		background-position: left top 4px;
	}
	#stores-method .w2 .box {
		width: 49%;
	}
	#stores-method .other {
		padding-bottom: 100px;
	}
	#stores-method .other .box .info {
		padding: 15px 15px 20px;
	}
	#stores-method .other .box .info h4 .fs {
		font-size: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#stores-method .msg .fm {
		font-size: 125%;
		margin-bottom: 20px;
	}
	#stores-method h3.maru {
		font-size: 120%;
	}
	#stores-method h3.maru .maru {
		margin-right: 10px;
	}
	#stores-method h4 {
		font-size: 22px;
	}
	#stores-method h4 .pri {
		font-size: 27px;
	}
	#stores-method .ttl > div h4 br {
		display: inline;
	}
	#stores-method h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#stores-method .bg_gray .box .list dl {
		display: block;
	}
	#stores-method .box .list dl {
		display: block;
	}
	#stores-method .box .list dl dd, #stores-method .cover .box .list dl dd, #stores-method .fit .box .list dl dd {
		width: 100%;
	}
	#stores-method .box .chk li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#stores-method .other h3.maru {
		justify-content: space-between;
	}
	#stores-method .other h3.maru .txt {
		width: calc(100% - 105px);
	}
	#stores-method .w2 .box {
		width: 100%;
	}
	#stores-method .other .box .info h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#stores-method .other .box .info h4 .pri {
		font-size: 25px;
	}
}