@charset "utf-8";

/* ******************************************************************** 
 index
********************************************************************* */


/* ******************************************************************** 
 mv
********************************************************************* */
.mv{
	text-align:center;
}
.mv img{
	width:100%;
}


/* ******************************************************************** 
 menu category
********************************************************************* */

.top_cat_list ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:30px 20px;
	margin-bottom:30px;
}
@media (min-width: 1024px) {
	.top_cat_list ul {
		flex-wrap: nowrap;
		gap: 20px;
	}
}
.top_cat_list ul li{
	width:20%;
	margin-bottom:10px;
}
@media (min-width: 1024px) {
	.top_cat_list ul li {
		width: 120px;
		margin: 0;
	}
}
.top_cat_list ul li a{
	display:block;
	text-align:center;
	font-size:0.8em;
}
@media (min-width: 1024px) {
	.top_cat_list ul li a {
		font-size: 0.9em;
	}
}
.top_cat_list ul li a:hover{
	text-decoration:none;
	opacity:0.7;
}
.top_cat_list ul li a img{
	margin-bottom:5px;
	width:90px;
}


/* ******************************************************************** 
 ivymallを知る
********************************************************************* */
.top_knowledge{
	background-color:#FDFAF5;
}
.top_knowledge .content_head_knowledge{
	display:flex;
	justify-content: center;
	position: relative;
}
.top_knowledge .content_head_knowledge h2{
	margin: 0;
}
.top_knowledge .content_head_knowledge p.more_txt{
	margin: 0;
	position: absolute;
	right: 0;
}
.top_knowledge h3{
	position: relative;
	margin-bottom:20px;
	padding-bottom:20px;
	font-size:18px !important;
	text-align:center;
}
.top_knowledge h3::before {
    position: absolute;
    border-bottom: 3px solid #888888;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}
.top_knowledge p{
	font-size:15px;
}
@media (min-width: 1024px) {
	.top_knowledge p {
		font-size: 16px;
	}
}

/* 2024.12.24 ADD */
.no_youkoso {
	text-align: center;
}

	.no_youkoso input:hover, .no_youkoso label:hover {
		cursor: pointer;
	}

@media (max-width: 1023px) {
	.no_youkoso {
		margin-top: 10px;
	}
}

p.more_txt {
	font-weight: bold;
}

/* ******************************************************************** 
 intro 2024.12.06 ADD
********************************************************************* */
ul.top_intro{
	
}
@media (min-width: 1024px) {
	ul.top_intro{
		display:flex;
		justify-content:space-between;
	}
}
ul.top_intro li{
	padding:20px;
	background:#fff;
	text-align:center;
	border-radius:10px;
	max-width: 380px;
	margin: 0 auto 30px auto;
}
@media (min-width: 1024px) {
	ul.top_intro li{
		margin-bottom:30px;
		width:31%;
	}
}
@media (max-width: 1023px) {
	ul.top_intro li:last-child{
		margin-bottom:0;
	}
}
ul.top_intro li img{
	margin-bottom:20px;
	width:80%;
}
@media (min-width: 1024px) {
	ul.top_intro li img{

	}
}
ul.top_intro li p{
	text-align:left;
	font-size:15px;
}

/* イラストを隠す */
.illust_onoff_wrap {
	width: 100%;
	text-align: center;
}

.illust_onoff {
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid #666;
	border-radius: 4px;
}

	.illust_onoff a {
		text-decoration: none;
	}

/* ******************************************************************** 
 所属モール
********************************************************************* */
.content_mall{
	background-color:#FBF7F1;
}

ul.mall_list{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 24px;
}
	ul.mall_list li {
		padding-top: 22px;
		width: 240px;
		white-space: normal;
	}

@media (min-width: 1024px) {
	ul.mall_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 30px;
	}
}
@media (min-width: 1024px) {
	ul.mall_list li {
		margin-bottom: 10px;
		width: 31%;
		text-align: center;
	}
}
ul.mall_list li a {
	position: relative;
	display: block;
	text-decoration: none;
}
ul.mall_list li img {
	border-radius: 50%;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
	object-fit: cover;
}
ul.mall_list li p{
	font-size:18px;
	font-weight: bold;
}
ul.mall_list li div {
	display: inline-block;
	font-size: 1rem;
	text-align: left;
}
@media (min-width: 1024px) {
	ul.mall_list li p {
		font-size: 22px;
	}
}

/* TOP SP */
@media (max-width: 1023px) {
	.content_mall ul.mall_list {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		padding: 0;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}

		.content_mall ul.mall_list li {
			display: inline-block;
			list-style: none;
			margin-left: 10px;
			margin-bottom: 10px;
			/*width: 240px;*/
			width: 31%;
			min-width: 150px;
			text-align: center;
		}

			.content_mall ul.mall_list li:first-child {
				margin-left: 0;
			}
}

@media (max-width: 1023px) {
	ul.mall_list li {
		width: 31%;
		min-width: 150px;
	}
}

/* MALL */
#mall ul.mall_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#mall ul.mall_list li{
	margin-bottom:20px;
	width:47%;
	text-align:center;
}
#mall ul.mall_list li a{
	text-align:left;
}
#mall ul.mall_list li a:hover{
	opacity:0.7;
}

#mall ul.mall_list li figure{
	width:100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 0;
}
#mall ul.mall_list li img{
	width:100%;
	height: 100%;
	border-radius: 0;
}



#mall ul.mall_list li p{
	font-size:16px;
	line-height:1.7;
}
@media (min-width: 1024px) {
	#mall ul.mall_list li {
		margin-bottom: 20px;
		width: 31%;
		text-align: center;
	}
}

/* ******************************************************************** 
 人気のショップ
********************************************************************* */
.content_shop{
	background-color:#FBF4ED;
}

ul.top_shop_list {
	display: block;
}

@media (min-width: 1024px) {
	ul.top_shop_list {
		display: flex;
		flex-wrap: wrap;
		gap: 3.5%;
	}
}

ul.top_shop_list li {
	width: 100%;
	border-bottom: 1px solid #aaa;
}

@media (min-width: 1024px) {
	ul.top_shop_list li {
		width: 31%;
	}
}

ul.top_shop_list li:nth-child(1) {
	border-top: 1px solid #aaa;
}

@media (min-width: 1024px) {
	ul.top_shop_list li:nth-child(1), ul.top_shop_list li:nth-child(2), ul.top_shop_list li:nth-child(3) {
		border-top: 1px solid #aaa;
	}
}

ul.top_shop_list li a {
	position: relative;
	display: flex;
	gap: 15px;
	padding: 10px 10px 10px 0;
	/*border-bottom: 1px solid #aaa;*/
}

	ul.top_shop_list li a::after {
		content: "";
		width: 6px;
		height: 6px;
		border-top: solid 1px #646464;
		border-right: solid 1px #646464;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		-webkit-transition: -webkit-transform 0.3s;
		transition: 0.3s;
	}

	ul.top_shop_list li a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	ul.top_shop_list li a .top_shop_list_img {
		width: 60px;
	}

		ul.top_shop_list li a .top_shop_list_img img {
			/*width: 100%;*/
			width: 60px;
			height: 60px;
			border-radius: 50%;
			object-fit: cover;
			min-width:60px;
		}

	ul.top_shop_list li a .top_shop_list_txt {
		flex: 1;
		width: calc(100% - 60px - 15px);
	}

		ul.top_shop_list li a .top_shop_list_txt p span {
			padding: 2px 0px;
			line-height: 1;
			font-size: 0.8rem;
		}

p.top_shop_list_affiliation {
	/*white-space: nowrap;*/
	overflow: hidden;
	margin-top: 6px;
	line-height: 1rem;
	width: calc(100% - 10px);
}

/* ******************************************************************** 
 イベント一覧
********************************************************************* */
.content_event{
	background-color:#F7E6D8;
}

ul.event_list li .event_list_img{
	position:relative;
	width: 90px;
	height: 90px;
	margin-right:15px;
}
ul.event_list li .event_list_img img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}
@media (min-width: 1024px) {
	ul.event_list li .event_list_img {
		width: 140px;
		height: 140px;
	}

		ul.event_list li .event_list_img img {
			width: 140px;
			height: 140px;
			object-fit: cover;
		}
}
ul.event_list li .event_list_txt .event_list_txt_head{
	display:flex;
}
ul.event_list li .event_list_txt .event_list_txt_head .event_list_txt_head_l{
	width:40px;
	height: 40px;
	margin-right:8px;
}
@media (min-width: 1024px) {
	ul.event_list li .event_list_txt .event_list_txt_head .event_list_txt_head_l {
		width: 64px;
		height: 64px;
		margin-right: 12px;
	}
}

ul.event_list li .event_list_txt .event_list_txt_head .event_list_txt_head_l img{
	width:100%;
	height:100%;
	border-radius: 50%;
	object-fit: cover;
}
ul.event_list li .event_list_txt .event_list_txt_head .event_list_txt_head_r{
	flex:1;
}
@media (max-width: 1023px) {
	ul.event_list li .event_list_txt h3 {
		margin-bottom: 3px;
		font-size: 14px;
		font-weight: bold;
	}

	ul.event_list li .event_list_txt p {
		line-height: 1.6;
		font-size: 12px;
		/*
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		*/
	}
}
@media (max-width: 400px) {
	.top_knowledge h3{
		font-size: 14px !important;
		white-space:nowrap;
	}
	ul.event_list li .event_list_txt p {
		display: flex;
		flex-direction: column-reverse;
	}
	ul.event_list li .event_list_txt p span {
		max-width: 100px;
	}
}



/* ******************************************************************** 
 人気の商品
********************************************************************* */

.content_item{
	background-color:#F8ECE0;
}
ul.item_list li .item_list_txt{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	white-space:break-spaces;
	text-align:left;
}
ul.item_list li .item_list_txt img{ 
	width:32px;
	height:32px;
	border-radius: 50%;
	object-fit:cover;
	margin-right:6px;
}
@media (min-width: 1024px) {
	ul.item_list li .item_list_txt img {
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}
}
ul.item_list li .item_list_txt h3{
	margin-bottom:0;
	font-size:14px;
}
@media (min-width: 1024px) {
	ul.item_list li .item_list_txt h3 {
		margin-bottom: 0;
		font-size: 16px;
	}
}
ul.item_list li .item_list_txt p{
	font-size:12px;
	width:100%;
}
@media (min-width: 1024px) {
	ul.item_list li .item_list_txt p {
		font-size: 13px;
	}
}



/* ******************************************************************** 
 ショップページ
********************************************************************* */

.head_ttl_shop{
	background:url("../images/shop/ttl_bg_sp.jpg") no-repeat center center;
	background-size:cover;
}
@media (min-width: 1024px) {
	.head_ttl_shop {
		background: url("../images/shop/ttl_bg.jpg") no-repeat center center;
	}
}


/* ******************************************************************** 
 モールページ
********************************************************************* */

.head_ttl_mall{
	background:url("../images/mall/ttl_bg_sp.jpg") no-repeat center center;
	background-size:cover;
}
@media (min-width: 1024px) {
	.head_ttl_mall {
		background: url("../images/mall/ttl_bg.jpg") no-repeat center center;
	}
}



/* MALL */
#mall ul.mall_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#mall ul.mall_list li{
	margin-bottom:20px;
	width:47%;
	text-align:center;
}
#mall ul.mall_list li a{
	text-align:left;
}
#mall ul.mall_list li a:hover{
	opacity:0.7;
}

#mall ul.mall_list li figure{
	width:100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 0;
}
#mall ul.mall_list li img{
	width:100%;
	height: 100%;
	border-radius: 0;
}



#mall ul.mall_list li p{
	font-size:16px;
	line-height:1.7;
}
@media (min-width: 1024px) {
	#mall ul.mall_list li {
		margin-bottom: 20px;
		width: 31%;
		text-align: center;
	}
}





/* ******************************************************************** 
 イベント情報ページ
********************************************************************* */

.head_ttl_event{
	background:url("../images/event/ttl_bg_sp.jpg") no-repeat center center;
	background-size:cover;
}
@media (min-width: 1024px) {
	.head_ttl_event {
		background: url("../images/event/ttl_bg.jpg") no-repeat center center;
	}
}



/* ******************************************************************** 
 IvyMallとはページ
********************************************************************* */

.head_ttl_about{
	height:300px;
	background:url("../images/about/ttl_bg_sp.jpg") no-repeat center center;
	background-size:cover;
}
@media (min-width: 1024px) {
	.head_ttl_about {
		background: url("../images/about/ttl_bg.jpg") no-repeat center center;
	}
}
.about_intro{
	text-align:center;
	color:#606060;
}
.about_intro p{
	font-size:15px;
	font-weight:bold;
	margin-bottom:1.5em;
	line-height:2;
}
@media (min-width: 1024px) {
	.about_intro p {
		font-size: 18px;
	}
}
.about_feature{
	background-color:#FBF7F1;
	text-align:center;
}
.about_feature h2{
	position:relative;
	margin-bottom:40px;
	padding-bottom:20px;
	font-size:18px;
	line-height:1.5;
}
@media (min-width: 1024px) {
	.about_feature h2 {
		margin-bottom: 50px;
		padding-bottom: 20px;
		font-size: 28px;
		line-height: 1.3;
	}
}
.about_feature h2 span{
	font-size:13px;
}
@media (min-width: 1024px) {
	.about_feature h2 span {
		font-size: 16px;
	}
}
.about_feature h2::before {
  position: absolute;
  border-bottom: 3px solid #2B2F30;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: '';
}
ul.about_feature_list{
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:30px 8%;
}
@media (min-width: 1024px) {
	ul.about_feature_list {
		width: 620px;
		gap: 30px 80px;
	}
}
ul.about_feature_list li{
	width:42%;
	font-size:14 px;
	line-height:1.5;
}
@media (min-width: 1024px) {
	ul.about_feature_list li {
		width: 135px;
		font-size: 15px;
		line-height: 1.5;
	}
}
ul.about_feature_list li img{
	margin-bottom:10px;
	width:100%;
}
@media (min-width: 1024px) {
	ul.about_feature_list li img {
		margin-bottom: 10px;
		width: 135px;
	}
}

.about_menu{

}
.about_menu ul.about_menu_list{
	margin-top:40px;
}
@media (min-width: 1024px) {
	.about_menu ul.about_menu_list {
		margin-top: 30px;
	}
}
@media (min-width: 1024px) {
	.about_menu ul.about_menu_list {
		display: flex;
		justify-content: center;
		gap: 30px;
	}
}
.about_menu ul.about_menu_list li{
	width:100%;
	margin-bottom:60px;
}
.about_menu ul.about_menu_list li:last-child{
	margin-bottom:0;
}
@media (min-width: 1024px) {
	.about_menu ul.about_menu_list li {
		width: 320px;
		margin-bottom: 0;
	}
}
.about_menu ul.about_menu_list li a{
	position:relative;
	width:100%;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	background-color:#24873B;
	text-align:center;
}
.about_menu ul.about_menu_list li a:hover{
	text-decoration:none;
	opacity:0.7;
}
.about_menu ul.about_menu_list li a img{
	margin-top:-40px;
	margin-bottom:8px;
	width:77px;
}
.about_menu ul.about_menu_list li a p{
	padding-bottom:30px;
}
.about_menu ul.about_menu_list li a::after{
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	bottom: 15px;
	left:49%;
	transform: rotate(135deg);
}


#mallowner, #shopowner, #usermember{

}
#mallowner h2, #shopowner h2, #usermember h2{
	display:block;
	margin: 0 calc(50% - 50vw) 50px;
	padding-bottom:20px;
	width: 100vw;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-color:#24873B;
	text-align:center;
}
@media (min-width: 1024px) {
	#mallowner h2, #shopowner h2, #usermember h2 {
		font-size: 28px;
	}
}
#mallowner h2 img, #shopowner h2 img, #usermember h2 img{
	margin-top:-40px;
	margin-bottom:8px;
	width:77px;
}


.about_feature h2{
	position:relative;
	margin-bottom:40px;
	padding-bottom:20px;
	font-size:18px;
	line-height:1.5;
}
@media (min-width: 1024px) {
	.about_feature h2 {
		margin-bottom: 50px;
		padding-bottom: 20px;
		font-size: 28px;
		line-height: 1.3;
	}
}

#mallowner h3, #shopowner h3, #usermember h3{
	position:relative;
	margin-bottom:40px;
	padding-bottom:20px;
	font-size:20px;
	line-height:1.3;
	text-align:center;
}
@media (min-width: 1024px) {
	#mallowner h3, #shopowner h3, #usermember h3 {
		font-size: 28px;
	}
}
#mallowner h3::before, #shopowner h3::before, #usermember h3::before {
	position: absolute;
	border-bottom: 3px solid #2B2F30;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	content: '';
}
#mallowner h3 span, #shopowner h3 span, #usermember h3 span{
	font-size:13px;
}
@media (min-width: 1024px) {
	#mallowner h3 span, #shopowner h3 span, #usermember h3 span {
		font-size: 15px;
	}
}


ul.recommend_list{
	
}
@media (min-width: 1024px) {
	ul.recommend_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 60px;
	}
}
ul.recommend_list li{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	margin-bottom:15px;
	height:70px;
	width:100%;
	padding: 5px 70px 5px 80px;
	border-radius:35px;
	background-color:#F0EFEE;
	line-height:1.4;
}
@media (min-width: 1024px) {
	ul.recommend_list li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		height: 90px;
		width: 420px;
		padding: 5px 105px;
		border-radius: 45px;
		background-color: #F0EFEE;
		line-height: 1.6;
	}
}
ul.recommend_list li::after{
	content:"";
	position:absolute;
	height:70px;
	width:70px;
	right:0;
	top:0;
	background-size:70px;
	border-radius:35px;
}
@media (min-width: 1024px) {
	ul.recommend_list li::after {
		height: 90px;
		width: 90px;
		background-size: 90px;
		border-radius: 45px;
	}
}
ul.recommend_list li h4{
	margin-bottom:3px;
	width:100%;
	font-size:16px;
	font-weight:bold;
}
@media (min-width: 1024px) {
	ul.recommend_list li h4 {
		margin-bottom: 5px;
		font-size: 17px;
	}
}
ul.recommend_list li p{
	font-size:11px;
}
ul.recommend_list li.mallowner_recommend_01{
	background: url(../images/about/ico_02_01_01.svg) no-repeat center left #F0EFEE;
}
ul.recommend_list li.mallowner_recommend_01::after{
	background: url(../images/about/ico_02_01_02.svg) no-repeat center left;
}
ul.recommend_list li.mallowner_recommend_02{
	background: url(../images/about/ico_02_02_01.svg) no-repeat center left #F0EFEE;
}
ul.recommend_list li.mallowner_recommend_02::after{
	background: url(../images/about/ico_02_02_02.svg) no-repeat center left;
}

ul.mallowner_unique{
	margin-bottom:50px;
}
ul.mallowner_unique li{
	margin-bottom:50px;
}
@media (min-width: 1024px) {
	ul.mallowner_unique li {
		display: flex;
		margin-bottom: 30px;
	}
}
ul.mallowner_unique li .mallowner_unique_img{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
@media (min-width: 1024px) {
	ul.mallowner_unique li .mallowner_unique_img {
		width: 320px;
		margin-right: 40px;
		margin-bottom: 0;
	}
}
ul.mallowner_unique li .mallowner_unique_img img{
	width:100%;
}
ul.mallowner_unique li .mallowner_unique_txt{
	display:flex;
	flex-wrap:wrap;
	flex:1;
	align-items:center;
	align-content:center;
}
ul.mallowner_unique li .mallowner_unique_txt h4{
	margin-bottom:15px;
	font-size:22px;
	width: 100%;
}
ul.mallowner_unique li .mallowner_unique_txt p{

}
a.ivymall_manual{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	padding-left:10px;
	height:70px;
	background:url("../images/ico_pdf.svg") no-repeat left 20px center #24873B;
	background-size:32px;
	color:#fff;
	font-size:18px;
	text-align:center;
	border-radius:35px;
	line-height:1.5;
	width:100%;
	max-width:100%;
}
@media (min-width: 1024px) {
	a.ivymall_manual {
		padding-left: 10px;
		height: 80px;
		background-size: 36px;
		color: #fff;
		font-size: 20px;
		border-radius: 40px;
		max-width: 400px;
	}
}
a.ivymall_manual span{
	display:block;
	font-size:12px;
}
@media (min-width: 1024px) {
	a.ivymall_manual span {
		font-size: 13px;
	}
}
table.price_table{
	width:100%;
	border: 1px #24873B solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto 30px auto;
	font-size:14px;
	line-height:1.6;
}
@media (min-width: 1024px) {
	table.price_table {
		font-size: 18px;
	}
}
table.price_table th{
	padding: 8px 5px;
	border: 1px #24873B solid;
	border-width: 0 0 1px 1px;
	color:#24873B;
	background: #FFFEF1;
	font-weight: normal;
	text-align: center;
}
table.price_table thead th{
	padding: 8px 5px;
	background: #24873B;
	color:#fff;
	font-weight:weight;
}
table.price_table thead th.line_w{
	border-right:1px solid #fff;
}
table.price_table td{
	padding: 8px 5px;
	color:#24873B;
	border: 1px #24873B solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

.annotation_box{
	font-size:12px;
}
.annotation_box p{
	margin-bottom:1em;
	line-height:1.4;
}

ul.recommend_list li.shopowner_recommend_01{
	background: url(../images/about/ico_03_01_01.svg) no-repeat center left #F0EFEE;
}
ul.recommend_list li.shopowner_recommend_01::after{
	background: url(../images/about/ico_03_01_02.svg) no-repeat center left;
}
ul.recommend_list li.shopowner_recommend_02{
	background: url(../images/about/ico_03_02_01.svg) no-repeat center left #F0EFEE;
}
ul.recommend_list li.shopowner_recommend_02::after{
	background: url(../images/about/ico_03_02_02.svg) no-repeat center left;
}
ul.recommend_list li.shopowner_recommend_03{
	background: url(../images/about/ico_03_03_01.svg) no-repeat center left #F0EFEE;
}
ul.recommend_list li.shopowner_recommend_03::after{
	background: url(../images/about/ico_03_03_02.svg) no-repeat center left;
}
ul.recommend_list li.shopowner_recommend_04{
	background: url(../images/about/ico_03_04_01.svg) no-repeat center left #F0EFEE;
}
ul.recommend_list li.shopowner_recommend_04::after{
	background: url(../images/about/ico_03_04_02.svg) no-repeat center left;
}


ul.recommend_list li.usermember_recommend_01, ul.recommend_list li.usermember_recommend_02{
	padding: 5px 5px 5px 80px;
	letter-spacing:-0.08em;
}
@media (min-width: 1024px) {
	ul.recommend_list li.usermember_recommend_01, ul.recommend_list li.usermember_recommend_02 {
		padding: 5px 5px 5px 105px;
	}
}
ul.recommend_list li.usermember_recommend_01{
	background: url(../images/about/ico_04_01_01.svg) no-repeat center left #F0EFEE;
}
ul.recommend_list li.usermember_recommend_02{
	background: url(../images/about/ico_04_02_01.svg) no-repeat center left #F0EFEE;
}


/* ******************************************************************** 
 会社概要
********************************************************************* */

table.table_company{
	width:100%;
	border-collapse: separate;
	border-spacing: 0 0;
    margin:0 auto 60px auto;
}
@media (min-width: 1024px) {
	table.table_company {
		width: 100%;
		max-width: 1000px;
		border-collapse: separate;
		border-spacing: 0 0;
		margin: 0 auto 60px auto;
	}
}
table.table_company tr th {
	border-bottom: 1px solid #666;
	width: 30%;
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	padding: 15px 4px;
}
@media (min-width: 1024px) {
	table.table_company tr th {
		padding: 15px 10px;
	}
}
table.table_company tr:first-child th {
	border-top: 1px solid #666;
}
table.table_company tr td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 15px 4px;
	line-height: 1.8;
}
@media (min-width: 1024px) {
	table.table_company tr td {
		padding: 15px 10px;
	}
}
table.table_company tr:first-child td {
	border-top: 1px solid #ddd;
}

/* ******************************************************************** 
 共通
********************************************************************* */

/* 文字の下部をぼかす */
.textdiv_glurWt::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.5rem;
	background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.textdiv_glurBg::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.5rem;
	background: linear-gradient(to top, #F8ECE0, rgba(255, 255, 255, 0));
}


