/* ---------------------------------------------------------
css記述ルール
id,class名には必ず接頭にchm_を付けてください。
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;
}

/*--------------------------------------------------------*/


/*- もくじ ---------------------------------------*/
.chm_index__title {
	color: #838383;
	background: #eee;
	font-size: 1.125rem;
	border-top: 2px solid #838383;
	padding: 0.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
	.chm_index__list li {
		width: calc((100% - 20px) / 2);
		border-bottom: 1px dashed #838383;
		padding-bottom: 0.25rem;
	}
	.chm_index__list li:nth-child(odd) {
		padding-right: 1.25rem;
	}
	.chm_index__list li:not(:nth-child(-n + 2)) {
		margin-top: 0.5rem;
	}
}
.chm_under-index {
	border: 1px solid #838383;
	margin-top: 2.5rem;
	padding-bottom: 1rem;
}
.chm_under-index .chm_under-index__nav {
	overflow: hidden;
	height: auto;
	transition: height 0.3s ease;
}
.chm_under-index__button {
	padding: 6px 30px;
	border: 2px solid #0070c0;
	border-radius: 20px;
	color: #0070c0;
	background: #fff;
	font-size: 0.8rem;
	line-height: 1;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
@media screen and (min-width: 767px){
	.chm_under-index__button:hover {
		color: #fff;
		background: #0070c0;
	}
}
@media screen and (max-width: 768px){
	.chm_under-index__button:active {
		color: #fff;
		background: #0070c0;
	}
}
.chm_under-index .chm_inner-section {
	padding: 0 1rem;
}
@media screen and (max-width: 768px){
	.chm_index__list li:not(:nth-child(1)) {
		margin-top: 0.5rem;
	}
}
/*---もくじのアクティブ状態---*/
.chm_navigation__active span{
	color: #25a0c1;
}
.chm_navigation__active span:nth-last-child(1){
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #e1f5fa 50%, #e1f5fa 100%);
}
.chm_navigation__active:hover {
	text-decoration: none !important;
}
/*- index ---------------------------------------*/
.chm_aside li {
	width: 300px;
	max-width: 100%;
}
.chm_aside li img {
	max-width: 100%;
}
.chm_aside li a {
	margin-bottom: 0.31rem;
}
@media screen and (min-width: 767px) {
	.chm_aside li:nth-child(1) {
		margin-right: 1.88rem;
	}
}
@media screen and (max-width: 768px) {
	.chm_aside li:nth-child(1) {
		margin-bottom: 1.88rem;
	}
}

/* テキスト-------------------------------------*/
.delete_indent{
	text-indent:0 !important;
}

/* タイトル画像-------------------------------------*/
.chm-title-image img{
	max-width: 100%;
}
