@charset "UTF-8";

/* ページ全体 */
.neswDetailsSec .news-content .custom-article span,
.neswDetailsSec .news-content .custom-article ul,
.neswDetailsSec .news-content .custom-article ul li,
.neswDetailsSec .news-content .custom-article ol,
.neswDetailsSec .news-content .custom-article ol li,
.neswDetailsSec .news-content .custom-article h3,
.neswDetailsSec .news-content .custom-article h4,
.neswDetailsSec .news-content .custom-article h5,
.neswDetailsSec .news-content .custom-article h6,
.neswDetailsSec .news-content .custom-article div,
.neswDetailsSec .news-content .custom-article table {
	font-family: "Noto Sans JP";
}


.neswDetailsSec .news-content .custom-article ul,
.neswDetailsSec .news-content .custom-article ol {
	margin: 0;
}

.neswDetailsSec .news-content .custom-article h3,
.neswDetailsSec .news-content .custom-article h4,
.neswDetailsSec .news-content .custom-article h5,
.neswDetailsSec .news-content .custom-article h6 {
	font-weight: bold;
}

/* 本文 備え付け */
.neswDetailsSec .news-content .same-height-target,
.neswDetailsSec .news-content .topblogtitle,
.neswDetailsSec .news-content .thunbImgSec,
.neswDetailsSec .news-content .custom-article {
	float: none;
}

.neswDetailsSec .news-content .custom-article {
	margin-bottom: 100px;
}

.neswDetailsSec .news-content .custom-article h4 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.neswDetailsSec .news-content .same-height-target {
	display: flex;
	justify-content: space-between;
	height: auto!important;
}

.neswDetailsSec .news-content .topblogtitle {
	width: auto;
}
.neswDetailsSec .news-content .thunbImgSec {
	width: 50%;
}

@media (max-width: 991px) {
	.neswDetailsSec .news-content .same-height-target {
		display: block;
	}

	.neswDetailsSec .news-content .thunbImgSec {
		width: auto;
	}
}











/* リスト */
.neswDetailsSec .news-content .custom-article .list-a ul,
.neswDetailsSec .news-content .custom-article .list-a ol,
.neswDetailsSec .news-content .custom-article .list-b ul,
.neswDetailsSec .news-content .custom-article .list-b ol {
	list-style-type: none;
	line-height: 25px;
	padding-left: 0;
	margin-left: 30px;
	margin-bottom: 24px;
}

.neswDetailsSec .news-content .custom-article .list-c ul,
.neswDetailsSec .news-content .custom-article .list-c ol {
	list-style-type: none;
	line-height: 25px;
	padding-left: 0;
	margin-bottom: 24px;
}

.neswDetailsSec .news-content .custom-article .list-a ul li,
.neswDetailsSec .news-content .custom-article .list-a ol li,
.neswDetailsSec .news-content .custom-article .list-b ul li,
.neswDetailsSec .news-content .custom-article .list-b ol li,
.neswDetailsSec .news-content .custom-article .list-c ul li,
.neswDetailsSec .news-content .custom-article .list-c ol li {
	padding-left: 0;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}

.neswDetailsSec .news-content .custom-article .list-d ul li,
.neswDetailsSec .news-content .custom-article .list-d ol li {
	padding-left: 0;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}

.neswDetailsSec .news-content .custom-article .list-a ul li::before,
.neswDetailsSec .news-content .custom-article .list-a ol li::before {
	display: inline-block;
	text-align: center;
	width: 35px;
	position: absolute;
	content: "・";
	left: -35px;
}

.neswDetailsSec .news-content .custom-article .list-a .list-b li::before {
	content: none;
}

.neswDetailsSec .news-content .custom-article .list-a .list-c ul,
.neswDetailsSec .news-content .custom-article .list-b .list-c ul {
	margin-left: 0;
}

.neswDetailsSec .news-content .custom-article .list-a .list-c ul li::before,
.neswDetailsSec .news-content .custom-article .list-b .list-c ul li::before {
	content: none;
}

.neswDetailsSec .news-content .custom-article .list-b ul li .num,
.neswDetailsSec .news-content .custom-article .list-b ol li .num {
	display: inline-block;
	text-align: center;
	width: 35px;
	position: absolute;
	left: -35px;
	top: 0px;
}

.neswDetailsSec .news-content .custom-article ul ul,
.neswDetailsSec .news-content .custom-article ul ol,
.neswDetailsSec .news-content .custom-article ol ul,
.neswDetailsSec .news-content .custom-article ol ol {
	margin: 10px 0 10px 30px;
}

.neswDetailsSec .news-content .custom-article .list-a .list-a ul,
.neswDetailsSec .news-content .custom-article .list-a .list-a ol,
.neswDetailsSec .news-content .custom-article .list-a .list-b ul,
.neswDetailsSec .news-content .custom-article .list-a .list-b ol,
.neswDetailsSec .news-content .custom-article .list-a .list-c ul,
.neswDetailsSec .news-content .custom-article .list-a .list-c ol,
.neswDetailsSec .news-content .custom-article .list-b .list-a ul,
.neswDetailsSec .news-content .custom-article .list-b .list-a ol,
.neswDetailsSec .news-content .custom-article .list-b .list-b ul,
.neswDetailsSec .news-content .custom-article .list-b .list-b ol,
.neswDetailsSec .news-content .custom-article .list-b .list-c ul,
.neswDetailsSec .news-content .custom-article .list-b .list-c ol,
.neswDetailsSec .news-content .custom-article .list-c .list-a ul,
.neswDetailsSec .news-content .custom-article .list-c .list-a ol,
.neswDetailsSec .news-content .custom-article .list-c .list-b ul,
.neswDetailsSec .news-content .custom-article .list-c .list-b ol,
.neswDetailsSec .news-content .custom-article .list-c .list-c ul,
.neswDetailsSec .news-content .custom-article .list-c .list-c ol {
	margin-bottom: 10px
}

.neswDetailsSec .news-content .custom-article .list-a ul li:last-child,
.neswDetailsSec .news-content .custom-article .list-a ol li:last-child,
.neswDetailsSec .news-content .custom-article .list-b ul li:last-child,
.neswDetailsSec .news-content .custom-article .list-b ol li:last-child,
.neswDetailsSec .news-content .custom-article .list-c ul li:last-child,
.neswDetailsSec .news-content .custom-article .list-c ol li:last-child,
.neswDetailsSec .news-content .custom-article .list-d ul li:last-child,
.neswDetailsSec .news-content .custom-article .list-d ol li:last-child,
.neswDetailsSec .news-content .custom-article table .list-a ul,
.neswDetailsSec .news-content .custom-article table .list-a ol,
.neswDetailsSec .news-content .custom-article table .list-b ul,
.neswDetailsSec .news-content .custom-article table .list-b ol,
.neswDetailsSec .news-content .custom-article table .list-c ul,
.neswDetailsSec .news-content .custom-article table .list-c ol,
.neswDetailsSec .news-content .custom-article table .list-d ul,
.neswDetailsSec .news-content .custom-article table .list-d ol {
	margin-bottom: 0;
}

/* 注釈 */
.neswDetailsSec .news-content .custom-article .notes-title,
.neswDetailsSec .news-content .custom-article .notes,
.neswDetailsSec .news-content .custom-article .list-a.notes ul,
.neswDetailsSec .news-content .custom-article .list-a.notes ol,
.neswDetailsSec .news-content .custom-article .list-b.notes ul,
.neswDetailsSec .news-content .custom-article .list-b.notes ol {
	color: #7f7f7f;
}

/* テーブル */
/* 共通 */
.neswDetailsSec .news-content .custom-article table,
.neswDetailsSec .news-content .styled-list table {
	font-size: 14px;
	border-collapse: collapse;
	width: 100%;
	line-height: 25px;
	margin: 20px auto;
}

.neswDetailsSec .news-content .custom-article table th {
	font-weight: bold;
	padding: 1.5rem 2rem;
}

.neswDetailsSec .news-content .custom-article table td {
	padding: 1.5rem 2rem;
}

/* 通常 */
.neswDetailsSec .news-content .custom-article .table-basic th,
.neswDetailsSec .news-content .custom-article .table-basic td {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

/* 格子 */
.neswDetailsSec .news-content .custom-article .table-basic.lattice th,
.neswDetailsSec .news-content .custom-article .table-basic.lattice td {
	border: 1px solid #dbdbdb;
}

/* 幅指定 */
.neswDetailsSec .news-content .custom-article table .w10 {
	width: 10%;
}

.neswDetailsSec .news-content .custom-article table .w20 {
	width: 20%;
}

.neswDetailsSec .news-content .custom-article table .w30 {
	width: 30%;
}

.neswDetailsSec .news-content .custom-article table .w40 {
	width: 40%;
}

.neswDetailsSec .news-content .custom-article table .w50 {
	width: 50%;
}

.neswDetailsSec .news-content .custom-article table .w60 {
	width: 60%;
}

.neswDetailsSec .news-content .custom-article table .w70 {
	width: 70%;
}

.neswDetailsSec .news-content .custom-article table .w80 {
	width: 80%;
}

.neswDetailsSec .news-content .custom-article table .w90 {
	width: 90%;
}

/* 縦方向の行揃え */
/* 上揃え */
.neswDetailsSec .news-content .custom-article table .v-top {
	vertical-align: top;
}

/* 中央揃え ※デフォルト*/
.neswDetailsSec .news-content .custom-article table .v-middle {
	vertical-align: middle;
}

/* 中央揃え */
.neswDetailsSec .news-content .custom-article table .v-bottom {
	vertical-align: bottom;
}

/* 縦方向の行揃え */
/* 中央揃え */
.neswDetailsSec .news-content .custom-article table .t-center {
	text-align: center;
}

/* 画像 */
.neswDetailsSec .news-content .custom-article img {
	max-width: 100%;
	width: auto !important;
}


/* YouTube */
.youtube-responsive {
	position: relative;
	max-width: 720px;
	margin: 0 auto 2.4rem;
}
.youtube-responsive::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.youtube-responsive iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}

/* 汎用 */
.neswDetailsSec .news-content .custom-article .mb-0 {
	margin-bottom: 0 !important;
}

.neswDetailsSec .news-content .custom-article .mt-0 {
	margin-top: 0 !important;
}

/* その他 */
/* 署名 */
.neswDetailsSec .news-content .custom-article .signature {
	text-align: right;
}

/* 2カラム */
.neswDetailsSec .news-content .custom-article .news_col2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.neswDetailsSec .news-content .custom-article .news_col2 .col_item {
	width: 47.5%!important;
	margin-right: 5%;
}

.neswDetailsSec .news-content .custom-article .news_col2 .col_item:last-of-type {
	margin-right: 0;
}

@media (max-width: 767px) {

	.neswDetailsSec .news-content .custom-article .news_col2 {
		display: inline;
	}

	.neswDetailsSec .news-content .custom-article .news_col2 .col_item {
		width: 100%!important;
		margin-right: 0;
	}

}