/* ■■■■■■■■■■■下層共通■■■■■■■■■■■ */
/* リセット系 */
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
@font-face {
	font-family: 'Hannari';
	font-weight: normal;
	src: url('https://www.arakawa.shop/s/font/wf-hannari.woff') format('woff'),
			url('https://www.arakawa.shop/s/font/wf-hannari.eot')  format('eot');
	font-display: swap;
}
.hannari{
	font-family: 'Hannari';
}
.mincho{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	justify-content: space-between;
}
.purple{
	color: #5654a2;
}
@media screen and (min-width: 768px){
	body{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	body{
		font-size: 14px;
	}
}
/* 共通クラス */
.free-topimg-area{
	position: relative;
}
.free-topimg{
	width: 100%;
}
@media screen and (max-width:767px){
  .eri_top-guide .free-topimg img{
    object-fit: cover;
    height: 30vw;
  }  
}
.free-top-ttl{
	width: 100%;
	text-align: center;
	font-weight: 100;
	letter-spacing: 0.08em;
	position: absolute;
	left: 0;
	top: 44%;
	transform: translateY(-50%);
}
.free-top-catch{
	font-weight: 100;
	letter-spacing: 0.08em;
}
.free-top-catch-line{
	position: relative;
}
.free-top-catch-line::after{
	content: "";
	display: inline-block;
	background: #000;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.free-top-txt{
	line-height: 2;
}
.purple-square{
	position: relative;
}
.purple-square::before{
	content: "";
	display: inline-block;
	background: #5654a2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.freepage-inner{
		margin: 0 20px;
	}
	.free-top-ttl{
		font-size: 33px;
	}
	.free-top-catch{
		font-size: 22px;
		margin: 60px 0;
		text-align: center;
	}
	.free-top-catch-line{
		padding-bottom: 40px;
	}
	.free-top-catch-line::after{
		width: 400px;
	}
	.free-top-txt{
		margin-bottom: 60px;
	}
	.purple-square{
		padding-left: 25px;
	}
	.purple-square::before{
		width: 12px;
		height: 12px;
	}
}
@media screen and (max-width: 767px){
	.free-top-ttl{
		font-size: 23px;
	}
	.free-top-catch{
		font-size: 16px;
		margin: 20px 0;
	}
	.free-top-catch.left{
		font-size: 15px;
		text-align: left;
	}
	.free-top-catch-line{
		padding-bottom: 20px;
	}
	.free-top-catch-line::after{
		width: 80%;
	}
	.free-top-txt{
		margin-bottom: 30px;
	}
	.purple-square{
		padding-left: 17px;
	}
	.purple-square::before{
		width: 9px;
		height: 9px;
	}
}
/* ■■■■■■■■■■■ 半衿のいろは■■■■■■■■■■■ */
.eri_top-guide .free-top-ttl{
	color: #fff;
}
.eri_top-img{
	width: 100%;
}
.eri_top-ttl{
	font-weight: bold;
}
@media screen and (min-width: 768px){
	.eri_top-guiade li{
		width: 47%;
		margin: 0 6% 40px 0;
	}
	.eri_top-guiade li:nth-of-type(2n){
		margin-right: 0;
	}
	.eri_top-img{
		overflow: hidden;
		margin-bottom: 15px;
	}
	.eri_top-img img{
		transition: .5s all;
	}
	.eri_top-guiade li a:hover img{
		transform:scale(1.1,1.1);
	}
	.eri_top-ttl{
		font-size: 19px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px){
	.eri_top-guiade li{
		width: 100%;
		margin-bottom: 30px;
	}
	.eri_top-img{
		margin-bottom: 10px;
	}
	.eri_top-ttl{
		font-size: 18px;
		margin-bottom: 10px;
	}
}
/* ■■■■■■■■■■■半衿の歴史■■■■■■■■■■■ */
.eri_history-page .free-top-ttl{
	color: #fff;
}
/* history-mian-area */
.history li{
	border-top: 1px solid #000;
	display: flex;
	flex-wrap: wrap;
}
.history-txt p{
	line-height: 2;
}
@media screen and (min-width: 1001px){
	.history-img{
		width: 300px;
	}
	.history li:nth-child(odd) .history-img{
		margin-left: 20px;
	}
	.history li:nth-child(even) .history-img{
		margin-right: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px){
	.history-img{
		width: 200px;
	}
	.history li:nth-child(odd) .history-img{
		margin-left: 10px;
	}
	.history li:nth-child(even) .history-img{
		margin-right: 10px;
	}
}
@media screen and (min-width: 768px){
	.history-mian-area{
		margin-bottom: 40px;
	}
	.history li{
		padding: 40px 0;
		align-items: center;
	}
	.history li:nth-child(odd){
		flex-direction: row-reverse;
	}
	.history-txt{
		flex: 1;
	}
	.history-txt p:not(:last-child){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
 	.history-mian-area{
		margin-bottom: 30px;
	}
	.history li{
		padding: 20px 0;
	}
	.history-img{
		width: 100%;
		margin-bottom: 10px;
	}
	.history-txt{
		width: 100%;
	}
	.history-txt p:not(:last-child){
		margin-bottom: 30px;
	}
}
/* history-end-area */
.history-end-area{
	background: #f4f4ef;
}
.history-end-ttl{
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}
.history-end-ttl::after{
	content: "";
	display: inline-block;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.history-end-ttl span{
	position: relative;
	display: inline-block;
}
.history-end-ttl span::before,
.history-end-ttl span::after{
	content: "";
	display: inline-block;
	background: #5654a2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.history-end-ttl span::before{
	left: 0;
}
.history-end-ttl span::after{
	right: 0;
}
.history-end-txt{
	line-height: 2;
}
@media screen and (min-width: 768px){
	.history-end-area{
		padding: 60px 30px;
	}
	.history-end-ttl{
		font-size: 30px;
		padding-bottom: 25px;
		margin-bottom: 50px;
	}
	.history-end-ttl::after{
		width: 120px;
		height: 2px;
	}
	.history-end-ttl span{
		padding: 0 45px;
	}
	.history-end-ttl span::before,
	.history-end-ttl span::after{
		width: 10px;
		height: 10px;
	}
	.history-end-flex{
		flex-direction: row-reverse;
	}
	.history-end-img{
		width: 200px;
		margin-left: 15px;
	}
	.history-end-txt{
		font-size: 16px;
		flex: 1;
	}
}
@media screen and (max-width: 767px){
	.history-end-area{
		padding: 30px 20px;
	}
	.history-end-ttl{
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.history-end-ttl::after{
		width: 80px;
		height: 1px;
	}
	.history-end-ttl span{
		padding: 0 30px;
	}
	.history-end-ttl span::before,
	.history-end-ttl span::after{
		width: 8px;
		height: 8px;
	}
	.history-end-flex{
		flex-direction: row-reverse;
	}
	.history-end-img{
		width: 200px;
		margin: 0 auto 20px;
	}
	.history-end-txt{
		width: 100%;
	}
}
/* ■■■■■■■■■■■半衿の付け方■■■■■■■■■■■ */
.eri_howto-page .free-top-txt span{
	font-weight: bold;
	border-bottom: 2px solid #5654a2;
}
.prepare-area{
	background: #f4f4ef;
}
.prepare-list{
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.prepare-list li{
	font-weight: bold;
}
.sono-ttl-area{
	align-items: stretch;
}
.sono,
.howto-ttl{
	display: flex;
	align-items: center;
	background: #5654a2;
}
.sono{
	color: #fff;
}
.howto-ttl{
	color: #fff;
}
.howto-ttl{
	flex: 1;
}
.howto-subttl{
	position: relative;
}
.howto-subttl::before{
	content: attr(data-num);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	letter-spacing: 0;
}
.howto-subttl .line{
	border-bottom: 1px solid #5654a2;
}
.desc-point{
	font-weight: bold;
	border: 1px solid #5654a2;
	position: relative;
	font-size: 14px;
}
.desc-point::before{
	content: 'POINT';
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: 100;
	position: absolute;
	background: #fff;
}
.desc-point span{
	padding-bottom: 3px;
	border-bottom: 2px solid #5654a2;
}
.howto-sewing{
	width: 100%;
}
.howto-type{
	width: 70%;
}
@media screen and (min-width: 768px){
/*
	.eri_howto-page .free-top-txt{
		text-align: center;
	}
*/
	.eri_howto-page .free-top-txt span{
		padding-bottom: 10px;
	}
	.prepare-area{
		align-items: center;
		padding: 10px 0;
		margin-bottom: 40px;
	}
	.prepare-ttl{
		width: 220px;
		text-align: center;
		font-size: 20px;
	}
	.prepare-list{
		flex: 1;
		padding: 25px 5%;
		border-left: 1px solid #000;
	}
	.prepare-list li{
		font-size: 18px;
		min-width: 116px;
		line-height: 2;
	}
	.howto-area dt{
		margin-bottom: 40px;
	}
	.sono{
		font-size: 20px;
		margin-right: 10px;
		padding: 0 30px;
	}
	.sono .box{
		display: flex;
		align-items: center;
	}
	.sono .num{
		font-size: 28px;
		margin-left: 3px;
	}
	.howto-ttl{
		font-size: 25px;
		line-height: 1.2;
		padding: 13px 20px;
	}
	.howto-area dd{
		margin-bottom: 60px;
	}
	.howto-desc{
/* 		flex-direction: row-reverse; */
		justify-content: space-between;
	}
	.howto-desc:not(:last-child){
		margin-bottom: 40px;
	}
	.howto-img{
		width: 45%;
	}
	.howto-txtarea{
		width: 50%;
		margin-left: 20px;
	}
	.howto-subttl{
		padding-left: 40px;
		margin-bottom: 30px;
	}
	.howto-subttl::before{
		font-size: 18px;
		width: 30px;
		height: 30px;
		top: -2px;
	}
	.desc-point{
		padding: 18px 15px 15px;
	}
	.desc-point::before{
		font-size: 18px;
		top: -15px;
		left: 23px;
		padding: 0 5px;
	}
	.howto-sewing{
		margin-top: 30px;
	}
	.howto-type{
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 767px){
	.eri_howto-page .free-top-txt span{
		padding-bottom: 5px;
	}
	.prepare-area{
		padding: 10px 20px 0;
		margin-bottom: 30px;
	}
	.prepare-ttl{
		width: 100%;
		border-bottom: 1px solid #000;
		text-align: center;
		font-size: 18px;
		padding-bottom: 10px;
	}
	.prepare-list{
		padding: 10px;
	}
	.prepare-list li{
		font-size: 16px;
		min-width: 92px;
		line-height: 2;
	}
	.howto-area dt{
		margin-bottom: 20px;
	}
	.sono{
		flex-wrap: wrap;
		justify-content: center;
		font-size: 12px;
		margin-right: 5px;
		padding: 0 8px;
		line-height: 1.2;
	}
	.sono .num{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 15px;
	}
	.howto-ttl{
		font-size: 16px;
		line-height: 1.4;
		padding: 10px 15px;
	}
	.howto-area dd{
		margin-bottom: 40px;
	}
	.howto-desc:not(:last-child){
		margin-bottom: 40px;
	}
	.howto-img{
		width: 100%;
		margin-bottom: 15px;
	}
	.howto-txtarea{
		width: 100%;
	}
	.howto-subttl{
		padding-left: 30px;
		margin-bottom: 25px;
	}
	.howto-subttl::before{
		font-size: 14px;
		width: 23px;
		height: 23px;
		top: 1px;
	}
	.desc-point{
		padding: 15px;
	}
	.desc-point::before{
		font-size: 16px;
		top: -13px;
		left: 20px;
		padding: 0 3px;
	}
	.howto-sewing{
		margin-top: 20px;
	}
	.howto-type{
		margin: 30px auto 0;
	}

}
/* ■■■■■■■■■■■ 技と匠へのこだわり■■■■■■■■■■■ */
.pro-ttl{
	flex: 1;
	display: flex;
	align-items: center;
}
.pro-ttl .line::before,
.pro-ttl .line::after{
	content: "-";
}
.pro-subttl{
	font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1100px){
	.eri_pro-page .sono{
		font-size: 18px;
		padding: 0 20px;
	}
	.eri_pro-page .sono .num{
		font-size: 24px;
	}
}
@media screen and (min-width: 768px){
	.pro-area dl{
		margin-bottom: 60px;
	}
	.pro-area dl:first-child{
		width: 100%;
	}
	.pro-area dl:not(:first-child){
		width: 47%;
	}
	.pro-area dl:nth-child(even){
		margin-right: 6%;
	}
	.pro-area dt{
		margin-bottom: 30px;
	}
	.pro-area dl:first-child dd{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.pro-area dl:first-child dd .pro-img{
		width: 220px;
		margin-left: 30px;
	}
	.pro-area dl:not(:first-child) dd .pro-img{
		width: 100%;
		margin-bottom: 20px;
	}
	.pro-area dl:first-child dd .pro-txtarea{
		flex: 1;
	}
	.pro-ttl{
		font-size: 25px;
		border-bottom: 2px solid #5654a2;
		margin-left: 10px;
	}
	.pro-ttl .line{
		font-size: 20px;
		margin-left: 10px;
	}
	.pro-ttl .line::before{
		margin-right: 7px;
	}
	.pro-ttl .line::after{
		margin-left: 7px;
	}
	.pro-subttl{
		font-size: 19px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.pro-area dl{
		margin-bottom: 40px;
	}
	.pro-area dt{
		margin-bottom: 20px;
	}
	.eri_pro-page .sono{
		padding: 8px 8px;
	}
	.pro-img{
		width: 100%;
		margin-bottom: 16px;
	}
	.pro-ttl{
		font-size: 18px;
		border-bottom: 1px solid #5654a2;
		margin-left: 8px;
	}
	.pro-ttl .line{
		font-size: 16px;
	}
	.pro-area dl:not(:first-child) .pro-ttl .line{
		margin-left: 8px;
	}
	.pro-ttl .line::before{
		margin-right: 7px;
	}
	.pro-ttl .line::after{
		margin-left: 7px;
	}
	.pro-subttl{
		font-size: 16px;
		margin-bottom: 10px;
	}
}
/* ■■■■■■■■■■■四季を楽しむ半衿暦 ■■■■■■■■■■■ */
.koyomi-ttl{
	border-bottom: 1px solid #000;
}
.koyomi-img{
	width: 100%;
}
.koyomi-subttl{
	font-weight: bold;
}
.koyomi-table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
.koyomi-table tr{
	border-bottom: 1px solid #000;
}
.koyomi-table tr:first-child th:nth-of-type(1){
	width: 19%;
}
.koyomi-table tr:first-child th:nth-of-type(2){
	width: 20%;
}
.koyomi-table tr:first-child th:nth-of-type(3){
	width: 19%;
}
.koyomi-table tr:first-child th:nth-of-type(4){
	width: 16%;
}
.koyomi-table tr:first-child th:nth-of-type(5){
	width: 26%;
}
.koyomi-table th,
.koyomi-table td{
	border-right: 1px solid #000;
}
.koyomi-table .new-year th{
	background: #fff5f5;
}
.koyomi-table .spring th{
	background: #f5fff5;
}
.koyomi-table .summer th{
	background: #f0fffe;
}
.koyomi-table .fall th{
	background: #fffcf0;
}
.koyomi-table .winter th{
	background: #fdf8ff;
}
@media screen and (min-width: 768px){
	.koyomi-list li{
		width: 47%;
		margin: 0 6% 20px 0;  
	}
	.koyomi-list li:nth-child(even){
		margin-right: 0;
	}
	.koyomi-ttl{
		font-size: 28px;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	.koyomi-img{
		margin-bottom: 20px;
	}
	.koyomi-subttl{
		margin-bottom: 20px;
		font-size: 19px;
	}
	.koyomi-txt{
		margin-bottom: 20px;
	}
	.koyomi-desc-ttl{
		font-size: 19px;
	}
	.koyomi-table th,
	.koyomi-table td{
		padding: 20px 0;
	}
	.koyomi-table td:nth-of-type(1){
		text-align: center;
	}
	.koyomi-table td:not(:nth-of-type(1)){
		padding-left: 3%;
	}
	.koyomi-desc li{
		width: 100%;
		background: #f6f6f6;
		padding: 8px 18px;
	}
}
@media screen and (max-width: 767px){
	.koyomi-list > li{
		width: 100%;
		margin-bottom: 30px;
	}
	.koyomi-list > li:nth-child(even){
		margin-right: 0;
	}
/*
	.koyomi-desc li{
		width: 48%;
		margin-right: 4%;
	}
*/
	.koyomi-desc li:nth-child(even){
		margin-right: 0;
	}
	.koyomi-ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.koyomi-img{
		margin-bottom: 15px;
	}
	.koyomi-subttl{
		margin-bottom: 10px;
	}
	.koyomi-txt{
		margin-bottom: 10px;
	}
	.koyomi-desc-ttl{
		margin-bottom: 5px;
	}
	.koyomi-table th,
	.koyomi-table td{
		padding: 10px 0;
		font-size: 12px;
	}
	.koyomi-table td{
		padding: 10px 5px;
		text-align: center;
	}
	.koyomi-desc li{
		background: #f6f6f6;
		padding: 8px 18px;
		width: 100%;
	}
	.koyomi-desc li:first-child{
		margin-bottom: 15px;
	}
}
/* ■■■■■■■■■■■着物なんでもQ&A■■■■■■■■■■■ */
.faq-ttl{
	text-align: center;
	position: relative;
}
.faq-ttl:after{
	content: "";
	display: inline-block;
	background: #000;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.faq-area{
	margin-top: 40px;
}
.faq dl:not(:last-child){
	border-bottom: 1px dotted #3f3f3f;
}
.faq dt{
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.faq dd{
	display: none;
	line-height: 2;
	position: relative;
}
.faq dt::before,
.faq dd::before{
	font-weight: 100;
	font-weight: bold;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	position: absolute;
}
.faq dt::before{
	color: #5654a2;
}
.faq dd::before{
	color: #ba8200;
}
.faq-arrow{
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 20px;
}
.faq-arrow::after{
	font-family: "Font Awesome 5 Free";
	content: "\2b";
	font-size: 20px;
	font-weight: 100;
	position: absolute;
	top: 5px;
}
.faq-arrow__active span::after {
	transform: rotate( 135deg);
	transition: 0.5s;
	top: 7px;
}

@media screen and (min-width: 768px){
	.faq-ttl{
		font-size: 28px;
		padding-bottom: 20px;
		margin-bottom: 60px;
	}
	.faq-ttl:after{
		width: 80px;
	}
	.faq-area{
		margin-top: 70px;
	}
	.faq dl:not(:last-child){
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.faq dt{
		font-size: 19px;
		padding: 0 65px;
	}
	.faq dd{
		padding: 30px 65px 10px;
	}
	.faq dt::before,
	.faq dd::before{
		font-size: 30px;
	}
	.faq dt::before{
		content: "Q.";
		left: 20px;
		top: -15px;
	}
	.faq dd::before{
		content: "A.";
		left: 20px;
		top: 15px;
	}	
	.faq-arrow::after{
		right: 5px;
	}
}
@media screen and (max-width: 767px){
	.faq-ttl{
		font-size: 21px;
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	.faq-ttl:after{
		width: 60px;
	}
	.faq dl:not(:last-child){
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.faq dt{
		font-size: 15px;
		padding: 0 35px;
	}
	.faq dd{
		padding-top: 15px;
	}
	.faq dt::before,
	.faq dd::before{
		font-size: 20px;
	}
	.faq dt::before{
		content: "Q.";
		left: 5px;
		top: -6px;
	}
}
/* ■■■■■■■■■■■半衿のお手入れ方法■■■■■■■■■■■ */
.care-guide li a{
	display: block;
	text-align: center;
	border: 1px solid #000;
}
.care-guide li a .arrow{
	position: relative;
}
.care-guide li a .arrow::before{
	content: "";
	display: inline-block;
	background: url(https://www.arakawa.shop/s/images/sanbi/free/eri/care/arrow-b.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.spots-area{
	border: 2px solid #f4f4ef;
}
.spots-ttl{
	text-align: center;
	background: #f4f4ef;
}
.care-desc-area dt h3{
	border-bottom: 2px solid #000;
}
.care-maintxt span{
	font-weight: bold;
}
.care-inhome-mainttl{
	text-align: center;
}
.care-inhome-subttl{
	position: relative;
}
.care-inhome-subttl::before{
	content: attr(data-num);
	font-weight: bold;
	color: #5654a2;
}

.care-inhome-txt span{
	font-weight: bold;
}
@media screen and (min-width: 768px){
	.eri_care-page .free-top-txt{
		text-align: center;
		line-height: 2;
	}
	.care-guide{
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.care-guide li{
		width: 48.5%;
		font-size: 17px;
	}
	.care-guide li:nth-child(-n+2){
		margin-bottom: 20px;
	}
	.care-guide li a{
		padding: 10px 0;
	}
	.care-guide li a .mini{
		font-size: 13px;
		padding-left: 3px;
	}
	.care-guide li a:hover{
		background: #5654a2;
		border: 1px solid #5654a2;
		color: #fff;
	}
	.care-guide li a .arrow{
		padding-left: 20px;
	}
	.care-guide li a .arrow::before{
		width: 15px;
		height: 15px;
		transition: .5s all;
	}
	.care-guide li a:hover .arrow::before{
		background: url(https://www.arakawa.shop/s/images/sanbi/free/eri/care/arrow-w.svg) no-repeat;
	background-size: contain;
	}
	.spots-area{
		margin-bottom: 40px;
	}
	.spots-ttl{
		padding: 10px 0;
		font-size: 22px;
	}
	.spots-flex{
		padding: 20px;
		align-items: center;
	}
	.spots-txt{
		flex: 1;
	}
	.spots-imgarea{
		width: 230px;
		margin: 0 3%;
	}
	.spots-img{
		width: 80%;
		margin: 0 auto 10px;
	}
	.spots-imgtxt{
		font-size: 14px;
		border-bottom: 2px solid #5654a2;
	}
	.care-desc-area dt{
		margin-bottom: 20px;
	}
	.care-desc-area dd{
		margin-bottom: 80px;
	}
	.care-desc-area dt h3{
		font-size: 23px;
	}
	.care-desc-area dt h3 .num{
		font-size: 31px;
		padding-right: 5px;
	}
	.care-maintxt{
		line-height: 2;
	}
	.care-inhome-mainttl{
		font-size: 23px;
		margin: 30px auto;
		background: #f4f4ef;
		padding: 10px 0;
	}
	.care-inhome li{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
	}
	.care-inhome-subttl{
		padding-left: 34px;
		margin-bottom: 10px;
		font-weight: 700;
	}
	.care-inhome-subttl::before{
		position: absolute;
		top: -1px;
		left: 0;
	}
	.care-inhome-img{
		width: 30%;
	}
	.care-inhome-txt{
		background: #f4f4ef;
		padding: 16px;
	}
	.care-inhome-txtarea{
		width: 67%;
	}
	.care-inhome-txtarea .desc-point{
		margin-top: 20px;
		font-size: 14px;
		background: #fff;
	}
	.care-inhome-area .care-inhome-txtarea .desc-point::before{
		background: linear-gradient(to top, #fff 0%, #fff 50%, #f4f4ef 50%,  #f4f4ef 100%);
	}
}
@media screen and (max-width: 767px){
	.eri_care-page .free-top-txt{
	}
	.care-guide{
		margin-bottom: 40px;
	}
	.care-guide li{
		width: 48.5%;
		margin-right: 3%;
	}
	.care-guide li:nth-of-type(2n){
		margin-right: 0;
	}
	.care-guide li:nth-of-type(n+3){
		margin-top: 10px;
	}
	.care-guide li a{
		padding: 8px 0;
	}
	.care-guide li a .mini{
		font-size: 11px;
		padding-left: 2px;
	}
	.care-guide li a .arrow{
		padding-left: 18px;
	}
	.care-guide li a .arrow::before{
		width: 13px;
		height: 13px;
	}
	.spots-area{
		margin-bottom: 20px;
	}
	.spots-ttl{
		padding: 8px 0;
		font-size: 18px;
	}
	.spots-flex{
		padding: 15px 17px 17px;
	}
	.spots-txt{
		width: 100%;
		margin-bottom: 18px;
	}
	.spots-imgarea{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.spots-img{
		width: 52%;
	}
	.spots-imgtxt{
		width: 40%;
		font-size: 12px;
	}
	.spots-imgtxt span{
		line-height: 2;
		padding-bottom: 5px;
		border-bottom: 2px solid #5654a2;
	}
	.care-desc-area dt{
		margin-bottom: 15px;
	}
	.care-desc-area dd{
		margin-bottom: 20px;
	}
	.care-desc-area dt h3{
		font-size: 16px;
	}
	.care-desc-area dt h3 .num{
		font-size: 23px;
	}
	.care-inhome-mainttl{
		font-size: 18px;
		margin: 20px auto;
		background: #f4f4ef;
		padding: 8px 0;
	}
	.care-inhome li{
		width: 100%;
	}
	.care-inhome li:not(:last-child){
		margin-bottom: 20px;
	}
	.care-inhome-subttl{
		padding-left: 30px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.care-inhome-subttl::before{
		font-size: 17px;
		position: absolute;
		top: -3px;
		left: 0;
	}
	.care-inhome-img{
		width: 60%;
		margin: 0 auto 10px;
	}
	.care-inhome-txtarea{
		padding: 13px 0;
	}
	.care-inhome-txtarea .desc-point{
		margin-top: 20px;
		background: #f4f4ef;
	}
	.care-inhome-txtarea .desc-point::before{
		background: linear-gradient(to top, #f4f4ef 0%, #f4f4ef 50%, #fff 50%,  #fff 100%);
	}
}
/* ■■■■■■■■■■■ ■■■■■■■■■■■ */

@media screen and (min-width: 768px){
 
}
@media screen and (max-width: 767px){
 
}


/*お買い物ガイドここから*/
@charset "utf-8";
.guide-ttl{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  margin: 80px 0;
  text-align: center;
  line-height: 1.4;
}
.guide-ttl:before,
.guide-ttl:after{
  content: '';
  width: 100px;
  height: 1px;
  background-color: #000;
}
.guide-ttl:before{
  margin-right: 15px;
}
.guide-ttl:after{
  margin-left: 15px;
}
.guide-toplist{
  display: flex;
  flex-wrap: wrap;
}
.guide-toplist li:before{
  content: '';
  background: url(https://www.arakawa.shop/s/images/sanbi/free/guide/arrow.svg) no-repeat;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background-position: bottom;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.guide-toplist li{
  background: #eee;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  position: relative;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	margin-bottom: 15px;
}
.guide-toplist li a{
	padding: 11px 0 25px;
	display: block;
	font-weight: 700;
}
.guide-toplist li a:hover{
	background: #e0e0e0;
	color: #000;
}
.guide-toplist li:nth-child(3n){
  margin-right: 0;
}
.guide-subttl{
  font-weight: normal;
  margin: 60px 0 10px;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 5px;
  font-size: 21px;
  font-weight: 700;
}
.guide-faqlist{
  width: 85%;
  margin: 40px auto;
  border: 1px solid #a7a7a8;
}
.guide-faqlist li{
  padding: 10px 35px 10px 25px;
  background: url(https://www.arakawa.shop/s/images/sanbi/free/guide/arrow-en.svg) no-repeat;
  background-position: center right 10px;
  background-size: 18px;
  font-size: 16px;
}
.guide-faqlist li:before{
  content: "Q.";
  margin-right: 4px;
}
.guide-faqlist li:nth-of-type(n+2){
  border-top: 1px solid #a7a7a8;
}
.guidetxt,
.guide-list dd{
  font-size: 16px;
  width: 98%;
  margin: 15px auto 30px;
}
.orderimg{
  margin-top: 40px;
}
.guide-list dt{
  margin-top: 10px;
  background-color: #858585;
  color: #fff;
  padding: 5px 7px 5px 14px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.guide-list dt span{
  color: #000;
  background-color: #fff;
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 50%;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
}
.ordergift{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ordergift .txt{
  width: 40%;
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
  padding-bottom: 20px;
  margin-top: 20px;
}
.bold{
  font-weight: bold;
}
.ordergift .txt .bold{
  display: block;
  font-size: 17px;
  text-align: center;
  margin: 15px 0;
}
.ordergift .icon{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right:5px;
}
.ordergift .img{
  flex: 1;
  margin: 0 5%;
}
.guide-list dd p,
.faq-list dd p{
  margin-top: 20px;
}{
  margin-top: 20px;
}
.mt10{
  margin-top: 10px;
  display: inline-block;
}
.faq-list dt{
  margin-top: 10px;
  background-color: rgba(217, 217, 217, 0.5);
  padding: 8px 12px;
  font-weight: bold;
  font-size: 17px;
}
.faq-list dt::before{
  content: 'Q.';
  display: inline-block;
  margin-right: 10px;
}
.faq-list dd{
  font-size: 15px;
  width: 95%;
  margin: 20px auto 30px;
}
.faq-list dd::before{
  content: 'A.';
  display: inline-block;
}
#guide .red,
#guide .red a,
.faq .red,
.faq .red a{
  color: #cc1016;
  font-weight: bold;
}
.faq-list a,
.guide-list a,
.faq .red a{
  text-decoration: underline;
  color: #9a0000;
}
.conbini-list li {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 39px;
  border-bottom: 1px solid #ccc;
}
.conbini-img {
  width: 15%;
  margin-right: 5%;
}
.conbini-text-wrap {
  width: 80%;
}
@media screen and (max-width: 767px) {
	.guidetxt,
	.guide-list dd,
	.faq-list dd{
	  font-size: 14px;
	}
	.faq-list dt{
		font-size: 14px;
	}
	.faq-list dd{
		width: 100%;
	}
  .guide-ttl{
    font-size: 24px;
    text-align: center;
    margin: 40px 0;
  }
  .guide-ttl:before, .guide-ttl:after{
    width: auto;
    flex: 1;

  }
  .guide-subttl{
    font-size: 18px;
    margin: 30px 0 10px;
  }
  .guide-faqlist{
	  width: 100%;
	  margin: 20px 0;
  }
  .guide-faqlist li{
    font-size: 14px;
    padding: 10px 35px 10px 12px;
    background-size: 16px;
  }
  .ordergift .txt {
    width: 100%;
  }
  .ordergift .img {
    margin-top: 10px;
  }
  .guide-toplist{
	  justify-content: space-between;
  }
	.guide-toplist li{
	  width: 48.5%;
	  margin-bottom: 3%;
	  font-size: 13px;
	  margin-right: 0;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.guide-toplist li a{
		padding: 10px 5px;
	}
	.guide-toplist li:before{
		content: none;
	}
	.guide-list dt{
		font-size: 15px;
	}
	.conbini-list li {
	  flex-direction: column;
	}
	.conbini-img.conbini2 {
    width: 50%;
	}
	.conbini-img.conbini2 span {
    display: flex;
    justify-content: center;
	}
	.conbini-img {
    width: 25%;
    display: block;
    margin: 0 auto;
	}
	.conbini-text-wrap {
	    width: 100%;
	    margin-top: 20px;
	}
}
.guideimg{
  display: block;
}
.amazonlogo{
	width: 25%;
	margin-top: 30px;
}
.careerlist li.career_aupay{
	width: 5%;
}
.careerlist{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.careerlist li:first-child{
	width: 14%;
}
.careerlist li{
	width: 20%;
	margin-right: 3%;
}
.careerlist li img{
	width: 100%;
}
.guide-list .box{
  margin-top: 20px;
  border-top: 1px solid #000;
}
.guide-pagetop{
  text-align: right;
}
.guide-pagetop a{
  cursor: pointer;
  background: url(https://www.arakawa.shop/s/images/sanbi/free/guide/arrow-top.svg) no-repeat;
  background-position: center right;
  padding: 3px 22px 3px 0;
}
.faqlink{
  text-align: right;
}
.faqlink a{
  cursor: pointer;
  background: url(https://www.arakawa.shop/s/images/sanbi/free/guide/question.svg) no-repeat;
  background-position: center left;
  padding: 3px 0 3px 20px;
}
.mailtable{
  border-collapse: collapse;
  border: 1px solid #a7a7a8;
  width: 100%;
  margin: 5px 0;
  font-size: 15px;
}
.mailtable th,
.mailtable td{
  border-top: 1px solid #a7a7a8;
  line-height: 1.6;
}
.mailtable th{
  text-align: left;
  padding: 10px;
}
.mailtable td{
  border-left: 1px solid #a7a7a8;
  padding: 10px 20px;
}
.maillist{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.maillist li{
  padding: 5px 20px;
  border: 1px solid #a7a7a8;
}
.deliveryimg{
  max-width: 400px;
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
	.guide-pagetop a{
	  font-size: 12px;
	}
  .maillist li:nth-of-type(n+2){
    border-left: none;
  }
  .maillist li{
    width: 50%;
    padding: 5px 20px;
    border: 1px solid #a7a7a8;
  }
  .maillist li:nth-of-type(2n){
    border-left: none;
  }
  .maillist li:nth-of-type(n+3){
    border-top: none;
  }
  .amazonlogo{
	  width: 35%;
  }
  .careerlist li.career_aupay{
	width: 7%;
	}
	.careerlist{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-around;
		align-items: baseline;
	}
	.careerlist li:first-child{
		width: 20%;
	}
	.careerlist li{
		width: 30%;
		margin-right: 3%;
	}
	.careerlist li img{
		width: 100%;
	}
}
.wrapping-page{
	font-size: 15px;
}
.wrapping-page h1{
	margin: 0;
}
.wrapping-page .guide-toplist{
  margin-top: 40px;
}

/*
.wrapping-page .guide-toplist{
  justify-content: center;
  padding: 25px 0;
}
.wrapping-page .guide-toplist li{
  width: 30%;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 16px;
}
.wrapping-page .guide-toplist li:nth-of-type(n+4){
  margin-top: 30px;
}
*/
.wrapping-area{
  width: 98%;
  margin: 0 auto;
}
.wrapping-area h3{
  font-size: 18px;
  border-left: 5px solid;
  padding-left: 8px;
  line-height: 1.4;
  margin: 15px 0;
}
/*
.wrapping-area h3:after{
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000;
  margin: 20px auto 30px;
}
*/
.wrapping-area .img{
  width: 70%;
  margin-top: 40px;
}
.wrapping-area .img100{
  width: 100%;
  margin: 20px auto;
}
.wrapping-area .item{
  margin-top: 20px;
  font-weight: 700;
}
.wrapping-area .bb{
  border-top: 1px solid #a7a7a8;
  margin: 40px 0;
}
/*
.wrapping-area .txt.flex{
  justify-content: space-between;
  width: 300px;
  margin: 0 auto;
}
*/
.wrapping-area .noshi{
  margin-top: 30px;
}
.wrapping-area .noshi li{
  width: 70%;
}
.wrapping-area .noshi li:first-child{
  margin-bottom: 40px;
}
.wrapping-area .noshi li .img{
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
	.wrapping-area h3{
		font-size: 16px;
	}
	.wrapping-area .item{
	  margin: 10px 0 20px;
	}
	.wrapping-area .img{
	  width: 90%;
	  margin: 20px auto;
	}
	.wrapping-area .noshi li{
	  width: 90%;
	  margin: auto; 
	}
	.wrapping-area .img100{
		margin: 20px auto 0;
	}
}
.telttl{
  background: url(https://www.arakawa.shop/s/images/sanbi/free/guide/tel.svg) no-repeat;
  font-size: 20px;
  width: 300px;
  background-size: 1em;
  background-position: top 5px left 5px;
  padding-left: 25px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
}
.telttl span{
  font-size: 15px;
  display: inline-block;
}
.telbx{
  border: 3px solid #a7a7a8;
  text-align: center;
  padding: 60px 0 30px;
  margin-top: -40px;
  position: relative;
  z-index: -1;
}
.telbx ul{
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}
.telbx li{
  flex: 1;
  font-weight: bold;
  font-size: 19px;
}
.telbx p{
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
}
.telbx p span{
	text-decoration: underline;
}
.tellist{
  display: flex;
  justify-content: space-between;
}
.tellist li{
  width: 32%;
  padding-top: 40px;
}
.tellist .img{
  width: 72%;
  margin: 0 auto;
  min-height:92px;
  display: flex;
  align-items: center;
}
.tellist .img img{
  width: 100%;
}
/*
.tellist h3{
  font-size: 18px;
}
*/
.tellist h3 span{
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  margin-right: 7px;
  margin-top: 40px;
}
.tellist .txt{
  font-size: 15px;
  margin-top:10px;
}
.tel-contact{
  background-color: #f4f4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  max-width: 730px;
  margin: 20px auto 0;
  flex-wrap: wrap;
}
.tel-contact li{
  width: 50%;
  padding: 10px 0;
}
.tel-contact li:first-child{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.tel-contact li:last-child{
  font-size: 34px;
  line-height: 0.7;
  border-left: 1px solid #000;
  text-align: center;
}
.tel-contact li:last-child span{
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .telttl{
    font-size: 18px;
    width: 280px;
    padding-left: 15px;
  }
  .telbx{
    padding: 50px 0 20px;
  }
  .telbx ul {
    flex-direction: column;
}
  .telbx li{
    font-size: 16px;
  }
  .telbx p{
    font-size: 15px;
  }
  .tellist{
    flex-wrap: wrap;
  }
  .tellist li{
    width: 100%;
  }
  .tellist li:nth-of-type(n+2){
    margin-top: 20px;
    border-top: 1px solid #a7a7a8;
  }
  .tellist .img{
    width: 50%;
    min-height: 0;
  }
  .tellist h3{
    text-align: center;
  }
  .tel-contact{
	  padding: 10px 0;
  }
  .tel-contact li{
    width: 90%;
    margin: 0 auto;
  }
  .tel-contact li:first-child{
	  font-size: 16px;
  }
  .tel-contact li:last-child{
    border-left: none;
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 15px;
    font-size: 30px;
  }
}
.guide-mainlist{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide-mainlist li{
  width: 46%;
  margin-bottom: 40px;
}
.guide-mainlist li:nth-child(n+7){
  width:48%;
  margin-bottom: 10px;
}

/*
.guide-mainlist li:nth-of-type(n+){
  margin-top: 40px;
}
*/
.guide-mainlist h2{
  font-size: 17px;
  border-bottom: 1px solid #000;
  font-weight: normal;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.guide-mainlist h2 span{
  display: inline-block;
  width: 20px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.guide-mainlist h2 a{
	display: block;
}
.guide-mainlist li:nth-child(4) h2 span,
.guide-mainlist li:nth-child(7) h2 span{
  width:15px;
}
.guide-mainlist li:nth-child(2) h2 span,
.guide-mainlist li:nth-child(5) h2 span,
.guide-mainlist li:nth-child(6) h2 span,
.guide-mainlist li:nth-child(9) h2 span{
  width:18px;
}
.guide-mainlist p a{
  display: block;
  width: 90%;
  margin: 10px auto 0;
  font-size: 15px;
  color: #5654a2;
}
.guide-mainlist p a:hover{
  color: #8e8cca;
}
.guide-mainlist p a::before{
  content: '▶';
  margin-right: 5px;
  font-size: 11px;
}
.guide-mainlist h2 a:after{
  content: '▶';
  font-size: 0.6em;
  margin-left: 5px;
  color: #5654a2;
  position: relative;
  top: -2px;
}
.guide-descttl{
  padding: 7px 20px;
  background-color: rgba(217, 217, 217, 0.5);
  font-size: 19px;
  margin-top: 60px;
}
.guide-desclist{
  margin-top: 20px;
}
.guide-desclist li{
  list-style-type: disc;
  font-size: 15px;
  margin-left: 1em;
}
.guide-desclist li:nth-of-type(n+2){
  margin-top: 10px;
}
.guide-desclist a{
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .guide-mainlist li{
    width: 100%;
  }
	.guide-mainlist li:nth-child(n+7){
	  width:100%;
	}
  #mainarea{
    width: 100%;
  }
  #guide .guide-ttl{
    font-size: 20px;
  }
}
/* レコメンドランキング */
.reco-rank-area .CrossHead {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
}
.tab-list{
margin-top: 20px;
  flex-wrap: wrap;
}
.tab-list li{
  margin: 0 2% 2% 0;
  width: 18.4%;
}
.tab-list li:nth-of-type(5n){
  margin-right: 0;
}
.reco-rank-area .tab-list>li>a{
  display: block;
  position: relative;
}
.reco-rank-area .tab-list>li>a:before{
  content: "1位";
  width: 34px;
  height: 34px;
  color: #fff;
  background: #5654a2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  border-radius: 50%;
  z-index: 99;
}
.reco-rank-area .tab-list li img {
  margin: 0 auto;
  width: auto;
  max-height: 257px;
  display: block;
}
@media screen and (min-width:768px){
	.eri-title-flex{
	  margin-top: 60px;
	}
	.reco-rank-area .tab-list li img {
    height: 11.7vw;
	}
}
@media screen and (max-width:767px){
	.eri-title-flex{
	  margin-top: 40px;
	}
  .tab-list li{
    margin: 0 4% 30px 0;
    width: 48%;
  }
  .tab-list li:nth-of-type(2n){
    margin: 0 0 30px 0;
  }
 .reco-rank-area .tab-list li img {
    height: 44vw;
	}
	.reco-rank-area .tab-list li:nth-child(n+5){
		display: none;
	}
}
.wasou-more-large a {
  display: block;
  width: 90%;
  max-width: 350px;
  text-align: center;
  color: #fff;
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  padding: 10px 0;
  transition: .3s;
}
@media screen and (min-width:768px){
	.eri-title-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.group-link a {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
	}
	.wasou-more-large a {
	  margin: 20px auto 0;
	}
	.wasou-more-large a:hover{
	  color: #3f3f3f;
	  background: #fff;
	  transition: .3s;
	}
}
@media screen and (max-width:767px){
	.wasou-more-large a {
	  margin: 0 auto;
		}
  .reco-rank-area .tab-list>li>a:before{
    font-size: 11px;
    width: 28px;
    height: 28px;
  }
}
.reco-rank-area .tab-list>li:nth-of-type(2)>a:before{
  content: "2位";
}
.reco-rank-area .tab-list>li:nth-of-type(3)>a:before{
  content: "3位";
}
.reco-rank-area .tab-list>li:nth-of-type(4)>a:before{
  content: "4位";
}
.reco-rank-area .tab-list>li:nth-of-type(5)>a:before{
  content: "5位";
}
.reco-rank-area .tab-list>li:nth-of-type(6)>a:before{
  content: "6位";
}
.reco-rank-area .tab-list>li:nth-of-type(7)>a:before{
  content: "7位";
}
.reco-rank-area .tab-list>li:nth-of-type(8)>a:before{
  content: "8位";
}