/*********************************
上書き（style-header.php）
*********************************/
.third-title
{
	font-weight: normal;
}
.div-wrap
{
    padding-bottom: 10px;
}
.section-title-div
{
	background-color: #fff;
}
/*********************************
特集一覧
*********************************/
.container20
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.container20-box
{
	position: relative;
    width: -webkit-calc(98% / 4);
    width: calc(98% / 4);
    font-size: 14px;
	margin-right: 6px;
}
.container20-box:nth-child(4n)
{
	margin-right: 0;
}
.container20-box:hover
{
	cursor: pointer;
}
/* 画像 */
.container-box-feature-img img
{
	object-fit: cover;
    width: 100%;
	height: 150px;
	margin: 0 auto;
	display: block;
}
.container20-box-img:hover
{
	opacity: 0.5;
}
.container20-box-img
{
	height: 160px;
}
.container20-box-img img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 1px;
	border-radius: 3px;
}
/* テキスト部分 */
.container20-box-text
{
	text-align: center;
	padding: 4px;
	line-height: 1.4;
}
/* タイトル */
.container20-box-text-title
{
	font-size: 14px;
	line-height: 1.6;
	/* 1行表示 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container20-box-text-title:hover
{
    opacity: 0.5;
}
/*********************************
リンクボタン
*********************************/
.p-comment3
{
	position: relative;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 14px;
    border: thin solid #666;
    border-radius: 16px;
	letter-spacing: 0;
}
.p-comment3 a
{
    display: inline-block;
    border-bottom: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #666;
}
.p-comment3 i
{
	position: absolute;
    right: 10px 
}
/*********************************
その他
*********************************/
.articles-div
{
	margin-bottom: 30px;
}
.link-div
{
	font-size: 14px;
    line-height: 1.8;
	text-align: right;
}
/* --------------------------------------------------------
レスポンシブ
最大幅820px以下の画面に対して適用
---------------------------------------------------------*/
@media (max-width: 820px) {

	/*********************************
	上書き（style-header.php）
	*********************************/
	.div-wrap:first-of-type
	{
		margin-top: 10px;
	}
	.title-div
	{
		/* margin-top: 0px; */
		margin-bottom: 14px;
		padding: 0 0;
	}
	.third-title, .third-title2
	{
		background-color: #fff;
		font-size: 5.07vmin;
		text-align: center;
		font-weight: normal;
	}
	.section-title-div
	{
		border-bottom: thin solid #ddd;
	}
	/*********************************
	特集一覧
	*********************************/
	.container20
	{
		display: block;
	}
	.container20-box
	{
		width: 100%;
		font-size: 14px;
		padding-right: 10px;
		padding-left: 10px;
		margin-right: 0;
	}
	/* 画像 */
	#articles-ranking-div .container-box-feature-img img
	{
		height: 100px;
	}
		/* タイトル */
	.container20-box-text-title
	{
		font-size: 4.73vmin;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.container20-box-text-title a
	{
		color: #333;
	}

	/*********************************
	その他
	*********************************/
	.link-div
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		font-size: 12px;
		line-height: 2.4;
		border-top: thin solid #ddd;
	}
}

