﻿




.author .archive-title:after {
	content: "が書いた記事一覧";
}

.author .author-box {
	border-right: none;
	border-left: none;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.author .author-box {
	background-color: #fff;
	border: 1px solid #ccc;
}

.author .author-thumb {
	float: none;
	margin-top: 0;
	margin-right: 0;
}

.author .author-thumb img {
  object-fit: cover;
	height: 100%;
	border-radius: 50%;
}

.author .author-content {
	margin-left: 0;
}

.author .author-name p,
.author .author-description p {
	margin-top: 0;
	margin-bottom: 0;
}

.author .author-description {
	margin-bottom: 0;
}

.author .author-description p {
	line-height: inherit;
}

.author .author-description a {
	text-decoration: underline;
	color: #005db4;
	transition: all .1s;
}

.author .author-description a:hover {
	opacity: .7;
}


@media (max-width: 767px) {

	.author .author-box {
		padding: 20px 12px;
		border-radius: 3px;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	.author .author-thumb {
		width: 70px;
		height: 70px;
	}

	.author .author-content {
		width: calc(100% - 70px);
		padding-left: 12px;
	}

	.author .author-name {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.author .author-description {
		font-size: 12px;
	}

}


@media (min-width: 768px) and (max-width: 1023px) {

	.author .author-box {
		line-height: 1.6;
		padding: 20px;
		border-radius: 4px;
		margin-bottom: 40px;
	}

	.author .author-thumb {
		width: 90px;
		height: 90px;
	}

	.author .author-content {
		width: calc(100% - 90px);
		padding-left: 20px;
	}

	.author .author-name,
	.author .author-description {
		font-size: 15px;
	}

	.author .author-name {
		margin-bottom: 10px;
	}

}


@media (min-width: 1024px) {

	.author .author-box {
		line-height: 1.6;
	}

	.author .author-box {
		padding: 20px;
		border-radius: 4px;
		margin-bottom: 40px;
	}

	.author .author-thumb {
		width: 90px;
		height: 90px;
	}

	.author .author-content {
		width: calc(100% - 90px);
		padding-left: 20px;
	}

	.author .author-name,
	.author .author-description {
		font-size: 15px;
	}

	.author .author-name {
		margin-bottom: 10px;
	}

}