.news-detail-free-block {
    font-size: 16px;
}

/* 更新日・タイプ */
.news-article-detail-head-type{
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 3px 12px 4px;
}
/* 問い合わせ先 */
.news-detail-contact-information{
    background-color: #fff;
    border-radius: 8px;
}
.news-detail-contact-information-description{
    font-size: 16px;
}
.news-detail-contact-information-detail{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.news-detail-contact-information-detail dt{
    font-size: 16px;
}
.news-detail-contact-information-detail dd span{
    color: #D81625;
    font-weight: 700;
    line-height: 1;
    background: url(../img/icon-phone-rotary.svg) left bottom no-repeat;
}
.news-detail-contact-information-detail dd small{
    font-size: 14px;
}
/* イベント・セミナー情報 */
.event-seminar-information,
.event-seminar-date{
    background-color: #fff;
    border-radius: 8px;
}
/* 開催概要 */
.event-seminar-overview-wrap{
    background-color: #fff;
    border-radius: 8px;
}
.event-seminar-overview-table th,
.event-seminar-overview-table td{
    border: 0.5px solid #10182842;
}
.event-seminar-overview-table th{
    background-color: #F5F5F5;
    font-weight: 500;
    text-align: left;
    vertical-align: text-top;
}
/* 概要 */
.news-overview{
    background-color: #fff;
    border-radius: 8px;
}
.news-overview-img{
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
}
/* ページャー */
.news-article-detail-bottom-pager{
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-article-detail-bottom-pager--prev svg{
	transform: scaleX(-1);
}
.news-article-detail-bottom-pager--inactive{
	opacity: .75;
}
/* --------------------------------------------------------------------
	PCクラス
-------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	/* 更新日・タイプ */
	.news-article-detail-head{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 40px;
        margin-bottom: 30px;
	}
	.news-article-detail-head-tag{
		display: flex;
		margin-top: auto;
	}
    .news-article-detail-head-type{
        font-size: 12px;
        border: 1px solid #707070;
        border-radius: 12px;
        padding: 3px 12px 4px;
    }
    /* イベント・セミナー情報 */
    .event-seminar-information,
    .event-seminar-date{
        padding: 32px;
    }
    .event-seminar-information dt,
    .event-seminar-date dt{
        font-weight: 700;
        margin-bottom: 20px;
    }
    .event-seminar-information{
        margin-bottom: 40px;
    }
    .event-seminar-date{
        margin-bottom: 60px;
    }
    /* 開催概要 */
    .event-seminar-overview-wrap{
        padding: 32px;
        margin-bottom: 25px;
    }
    .event-seminar-overview-table th,
    .event-seminar-overview-table td{
        padding: 20px;
        font-size: 16px;
    }
    .event-seminar-overview-table th{
        width: 192px;
    }
    .event-seminar-overview-table th.event-seminar-overview-title{
        width: 100%;
    }
    /* 概要 */
    .news-overview{
        margin-bottom: 60px;
    }
    /* 問い合わせ先 */
    .news-detail-contact-information{
        text-align: center;
        padding: 32px;
        margin-bottom: 60px;
    }
    .news-detail-contact-information-description{
        margin-bottom: 24px;
    }
    .news-detail-contact-information-detail dd {
        display: flex;
        align-items: flex-end;
    }
    .news-detail-contact-information-detail dd strong{
        font-size: 20px;
    }
    .news-detail-contact-information-detail dd span{
        font-size: 36px;
        padding-left: 41.51px;
        background-size: 28.51px auto;
        margin: 0 15px;
    }
	/* ページャー */
	.news-article-detail-bottom-pager{
		gap: 66px;
		margin-bottom: 100px;
	}
}
/* --------------------------------------------------------------------
	スマートフォンクラス
-------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .news-article-detail-title{
        padding: 0 24px;
    }
    .news-mv{
        overflow: hidden;
        border-radius: 8px;
        margin: auto 24px 24px;
    }
    /* 更新日・タイプ */
	.news-article-detail-head{
        display: flex;
        flex-direction: column;
		margin: 24px 24px 27px;
	}
    .news-article-detail-head-type{
        margin-top: 27px;
        display: inline-flex;
        margin-left: auto;
        font-size: 11px;
    }
    /* イベント・セミナー情報 */
    .event-seminar-information-wrap{
        margin: auto 24px;
    }
    .event-seminar-information,
    .event-seminar-date{
        padding: 20px;
    }
    .event-seminar-information dt,
    .event-seminar-date dt{
        font-weight: 700;
        margin-bottom: 16px;
    }
    .event-seminar-information{
        margin-bottom: 20px;
    }
    .event-seminar-date{
        margin-bottom: 64px;
    }
    /* 開催概要 */
    .event-seminar-overview{
        margin: auto 24px;
    }
    .event-seminar-overview-wrap{
        padding: 20px;
        margin-bottom: 56px;
    }
    .event-seminar-overview-table th,
    .event-seminar-overview-table td{
        padding: 12px;
        font-size: 14px;
    }
    .news-overview{
        margin: auto 24px 50px;
    }
    /* 問い合わせ先 */
    .news-detail-contact-information{
        padding: 24px;
        margin: auto 24px 50px;
    }
    .news-detail-contact-information-description{
        margin-bottom: 20px;
    }
    .news-detail-contact-information-detail{
        flex-direction: column;
        align-items: center;
    }
    .news-detail-contact-information-detail dd{
        margin-bottom: 5px;
    }
    .news-detail-contact-information-detail dd strong{
        font-size: 18px;
    }
    .news-detail-contact-information-detail dd span{
        font-size: 32px;
        padding-left: 34px;
        margin-left: 10px;
        background-size: 24px auto;
        background-position: left bottom 9px;
    }
    .news-detail-contact-information-detail dd small{
        margin-top: 6px;
        display: block;
        text-align: center;
    }
	/* ページャー */
	.news-article-detail-bottom-pager{
		position: relative;
		padding-top: 100px;
		margin: auto 24px 40px;
	}

	.news-article-detail-bottom-pager--prev,
	.news-article-detail-bottom-pager--next{
		width: calc(50% - 4px);
		height: 36px;
	}
	.news-article-detail-bottom-pager--prev a,
	.news-article-detail-bottom-pager--next a,
	.news-article-detail-bottom-pager--prev span,
	.news-article-detail-bottom-pager--next span{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		border-radius: 22px;
		border: 1px solid #ddd;
	}

	.news-article-detail-bottom-pager--prev svg{
		margin-top: 5px;
		margin-right: 10px;
	}

	.news-article-detail-bottom-pager--next svg{
		margin-top: 5px;
		margin-left: 10px;
	}

	.news-article-detail-bottom-pager--next{
		margin-left: 8px;
	}
	
	.news-article-detail-bottom-pager--list-link{
		position: absolute;
		top: 0;
		width: 184px;
	}
}