/* ---------------------------------------------------------
css記述ルール
id,class名には必ず接頭にdpc_を付けてください。
id,class名の単語の接続は「-」でつなげてください。
様態を表す単語を接続する際は「__」でつなげてください。
ブロック表す単語を接続する際は「--」でつなげてください。
こちらは自由に変更ください。
---------------------------------------------------------*/
/* 共通設定 変更不可部分-------------------------------------*/
html {
	font-size: 16px;
}
@media all and (max-width: 767px) {
	html {
		font-size: 14px;
	}
}
article * {
	box-sizing: border-box !important;
	-webkit-text-size-adjust: 100%;
}
article img {
	width: 100%;
	max-width: 100%;
}
article table {
	width: 100%;
}
#main h2 {
	padding: 0 !important;
	background: none !important;
}
#mvp-page-navi > *:not(#mvp-page-top) {
	display: none;
}
#mvp-page-navi-prevback {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}
/*--------------------------------------------------------*/
table {
	font-size: 0.875rem;
}
table thead th,
table tbody th {
	background: #ccc;
	text-align: center;
	vertical-align: middle;
}
table tbody td{
	vertical-align: middle;
	background: #fff;
}
/*- もくじ ---------------------------------------*/
.dpc_index--menu .dpc_index__title{
	margin-bottom: 1.5rem;
}
.dpc_index__title {
	color: #838383;
	background: #eee;
	font-size: 1.125rem;
	border-top: 2px solid #838383;
	padding: 0.5rem;
}
@media screen and (min-width: 767px) {
	.dpc_index__list li {
		width: calc((100% - 20px) / 2);
	}
	.dpc_index__list li:nth-child(odd) {
		margin-right: 1.25rem;
	}
	.dpc_index__list li:not(:nth-child(-n + 2)) {
		margin-top: 0.5rem;
	}
}
.dpc_under-index {
	border: 1px solid #838383;
}
.dpc_under-index .dpc_index__list {
	padding: 1rem;
}
@media screen and (max-width: 768px){
	.dpc_index__list li:not(:nth-child(1)) {
		margin-top: 0.5rem;
	}
}
/*---もくじのアクティブ状態---*/
.dpc_navigation__active span{
	color: #25a0c1;
}
.dpc_navigation__active span:nth-last-child(1){
	 background: linear-gradient(180deg, #fff 0%, #fff 50%, #e1f5fa 50%, #e1f5fa 100%);
}
.dpc_navigation__active:hover {
	text-decoration: none !important;
}

/*- index ---------------------------------------*/
.dpc-title-image img {
	width: 100%;
	max-width: 880px;
}
.dpc_aside li {
	width: 300px;
	max-width: 100%;
}
.dpc_aside li img {
	max-width: 100%;
}
.dpc_aside li a {
	margin-bottom: 0.31rem;
}
@media screen and (min-width: 767px) {
	.dpc_aside li:nth-child(1) {
		margin-right: 1.88rem;
	}
}
@media screen and (max-width: 768px) {
	.dpc_aside li:nth-child(1) {
		margin-bottom: 1.88rem;
	}
}
