/*♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
PC
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦*/
/************************************
記事一覧の下に余白
************************************/
.blog_text {
	margin: 0 0 64px 0 !important;
}

/************************************
著者情報
************************************/
.blog_box {
	overflow: visible !important;
}

.box-shadow1 {
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.author_area {
	padding: 24px;
	overflow: hidden;
	margin-bottom: 5vw;
	border: 1px solid #dddddd;
}

.author_area .author_area_title {
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.author_area .author_cont_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.author_area .img_box {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 21px;
	flex-shrink: 0;
}

.author_area .imgwrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.author_area .author_name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding-top: 8px;
	margin: 0 0 16px;
}

.author_area .author_txt {
	font-size: 12px;
	line-height: 1.6;
}

.author_sns {
	float: left;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 16px 0 0;
}

.author_sns li {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
}

.author_sns li:last-child {
	margin-right: 0;
}

.author_sns li img {
	width: 28px;
	height: auto;
	vertical-align: bottom;
}

.author_area .author_btn {
	clear: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 184px;
	height: 38px;
	margin: 16px 0 0 auto;
	font-size: 13px;
	border-radius: 19px;
	border-width: 1px;
	font-weight: 500;
	border-style: solid;
	border-color: #dddddd;
}

.author_area .author_btn span {
	position: relative;
	line-height: 38px;
}

.author_area .author_btn span::after {
	content: "\f363";
	position: relative;
	top: 2px;
	font-size: 1.3rem;
	margin-left: 16px;
	font-family: "Ionicons";
}

.author_sns_title {
	font-size: 14px;
	margin: 24px 0 0;
	font-weight: bold;
	line-height: 1;
}

.archive.author .blog_text p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/*♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
SP
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦
♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦*/
@media only screen and (max-width: 1000px) {
/************************************
記事一覧の下に余白
************************************/
	.blog_text {
		margin: 0 0 10vw 0 !important;
	}

/************************************
著者情報
************************************/
	.author_area {
		overflow: hidden;
		padding: 3.75vw 3.75vw 7.5vw;
		margin-bottom: 5vw;
		border: 0.15625vw solid #dddddd;
	}

	.author_area .author_area_title {
		font-size: 0.9rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 3.75vw;
	}

	.author_area .img_box {
		width: 23.4375vw;
		height: 23.4375vw;
		overflow: hidden;
		margin-right: 5vw;
	}

    .author_area .author_cont_wrap{
        justify-content: space-between;
    }

	.author_area .author_name {
		font-size: 0.9rem;
		font-weight: bold;
		line-height: 1;
		padding-top: 2.5vw;
		margin: 0 0 3.75vw;
	}

	.author_area .author_txt {
		font-size: 1rem;
	}

	.author_area .author_txt p {
		font-size: 0.8rem;
	}

	.author_sns_title {
		font-size: 0.9rem;
		font-weight: bold;
		line-height: 1;
		margin: 7.5vw auto 2.5vw;
	}

	.author_sns {
		padding: 0;
		float: initial;
	}

	.author_sns li {
		width: 7.5vw;
		height: 7.5vw;
	}

	.author_sns li img {
		width: 5vw;
		height: auto;
		vertical-align: middle;
	}

	.author_area .author_btn {
		clear: left;
		width: 58.75vw;
		height: 10vw;
		margin: 2.5vw auto 0;
		font-size: 0.8rem;
		font-weight: 500;
		border-radius: 5vw;
		border-width: 0.15625vw;
		border-style: solid;
		border-color: #dddddd;
	}

	/*ここまで*/
}
