@charset "UTF-8";
.wrap_shelterd {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

/* インスタ追加@20220908 */
.wrap_insta_area {
	margin-top: 32px;
}

.ttl_insta_area {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.ttl_insta_area span {
	position: relative;
	z-index: 1;
}

.ttl_insta_area span > span::after{
	content: "";
	width: 100%;
	height: 8px;
	border-radius: 40px;
	background: rgba(240, 183, 116, 0.4);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	z-index: -1;
}

.wrap_insta_area .btn a {
	height: 60px;
}

.wrap_insta_area .btn a::after {
	height: 60px;
}

.wrap_insta_area .btn a span::after {
	content: "\e055";
	font-family: "Font Awesome 5 Brands";
	margin-left: 8px;
}

/* ボタン */
.wrap_shelterd_btn .btn a {
	height: 60px;
}

.wrap_shelterd_btn .btn a::after {
	height: 60px;
}

/* メンバープロフィール */
.wrap_member_prof {
	margin-top: 80px;
}

.ttl_member_prof {
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
	max-width: 328px;
	height: 62px;
	margin: 0 auto;
	color: #F0B774;
	text-align: center;
	margin-bottom: 75px;
	background: url(../images/sheltered_cat/ttl_member_after_sp.png) no-repeat bottom center;
	background-size: contain;
	padding-right: 10%;
}

.member_prof_contents {
	width: 90%;
	margin: 0 auto 40px;
	background: #fff;
	padding: 23px 7%;
	border: 1px solid #643E2F;
}

.member_prof_contents:last-child {
	margin-bottom: 0;
}

.img_shelterd_cat {
	border: 2px solid #643E2F;
	max-width: 240px;
	margin: 0 auto;
	box-sizing: content-box;
}

.img_shelterd_cat img {
	object-fit: cover;
	height: 180px;
}

.shelterd_cat_name {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #643E2F;
	border-bottom: 1px dashed #8F7E61;
	padding-bottom: 8px;
	margin: 24px 0 16px;
}

.ul_shelterd_cat li {
	line-height: 1.5;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ul_shelterd_cat li:last-child {
	margin-bottom: 0;
}

.ul_shelterd_cat li::before {
	content: "";
	display: inline-block;
	background: url(../images/sheltered_cat/icon_pad.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

@media print, screen and (min-width: 769px) {
	.sheltered_cat {
		padding-bottom: 40px;
	}
	.wrap_shelterd {
		text-align: center;
		letter-spacing: 0.3em;
	}
	/* インスタ追加@20220908 */
	.ttl_insta_area {
		letter-spacing: 0.3em;
	}

	.ttl_insta_area > span::after{
		content: "";
		width: 120%;
		height: 16px;
		border-radius: 40px;
		background: rgba(240, 183, 116, 0.4);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,50%);
		z-index: -1;
	}
	
	.ttl_insta_area > span > span::after {
		content: none;
	}

	.wrap_insta_area .btn a {
		height: 60px;
	}

	.wrap_insta_area .btn a::after {
		height: 60px;
	}
	/* ボタン */
	.wrap_shelterd_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.wrap_shelterd_btn .btn {
		width: 48%;
		max-width: 328px;
	}
	.wrap_shelterd_btn .btn:first-child {
		margin-right: 40px;
	}
	/* メンバープロフィール */
	.ttl_member_prof {
		max-width: 400px;
		margin-bottom: 75px;
		background: url(../images/sheltered_cat/ttl_member_after_pc.png) no-repeat bottom center;
		background-size: contain;
		padding-right: 3%;
	}
	.wrap_member_prof_contents {
		max-width: 960px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.member_prof_contents {
		width: calc(100% / 3 - 10% / 3);
		margin: 0 5% 40px 0;
		padding: 20px;
	}
	.member_prof_contents:nth-child(3n) {
		margin-right: 0;
	}
	.member_prof_contents:last-child {
		margin-bottom: 40px;
	}
	.img_shelterd_cat {
		border: 2px solid #643E2F;
	}

	.img_shelterd_cat img {
		max-height: 180px;
		height: 15vw;
	}
	.shelterd_cat_name {
		text-align: center;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		color: #643E2F;
		border-bottom: 1px dashed #8F7E61;
		padding-bottom: 8px;
		margin: 24px 0 16px;
	}
	.ul_shelterd_cat li {
		line-height: 1.5;
		margin-bottom: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.ul_shelterd_cat li:last-child {
		margin-bottom: 0;
	}
	.ul_shelterd_cat li::before {
		content: "";
		display: inline-block;
		background: url(../images/sheltered_cat/icon_pad.png) no-repeat;
		background-size: contain;
		width: 24px;
		height: 24px;
		margin-right: 16px;
	}
}