/* ---------------------------------------------------------
css記述ルール
id,class名には必ず接頭にshm_を付けてください。
id,class名の単語の接続は「-」でつなげてください。
様態を表す単語を接続する際は「__」でつなげてください。
ブロック表す単語を接続する際は「--」でつなげてください。
こちらは自由に変更ください。
---------------------------------------------------------*/
/* 共通設定 変更不可部分-------------------------------------*/
html {
	font-size: 16px;
}
@media all and (max-width: 767px) {
	html {
		font-size: 14px;
	}
}
article * {
	box-sizing: border-box !important;
}
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;
}
/*--------------------------------------------------------*/


/*- もくじ ---------------------------------------*/
.shm_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) {
	.shm_index__list li {
		width: calc((100% - 20px) / 2);
		border-bottom: 1px dashed #838383;
		padding-bottom: 0.25rem;
	}
	.shm_index__list li:nth-child(odd) {
		padding-right: 1.25rem;
	}
	.shm_index__list li:not(:nth-child(-n + 2)) {
		margin-top: 0.5rem;
	}
}
.shm_under-index {
	border: 1px solid #838383;
	margin-top: 2.5rem;
	padding-bottom: 1rem;
}
.shm_under-index .shm_under-index__nav {
	overflow: hidden;
	height: 390px;
	transition: height 0.3s ease;
	position: relative;
}
.shm_under-index .shm_under-index__nav:not(.shm_js-open)::after {
	content: '';
	display: block;
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.6) 100%);
	position: absolute;
	bottom: 0;
	pointer-events: none;
}


.shm_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){
	.shm_under-index__button:hover {
		color: #fff;
		background: #0070c0;
	}
}
@media screen and (max-width: 768px){
	.shm_under-index__button:active {
		color: #fff;
		background: #0070c0;
	}
}
.shm_under-index .shm_inner-section {
	padding: 0 1rem;
}
@media screen and (max-width: 768px){
	.shm_index__list li:not(:nth-child(1)) {
		margin-top: 0.5rem;
	}
}
/*---もくじのアクティブ状態---*/
.shm_navigation__active span{
	color: #25a0c1;
}
.shm_navigation__active span:nth-last-child(1){
	 background: linear-gradient(180deg, #fff 0%, #fff 50%, #e1f5fa 50%, #e1f5fa 100%);
}
.shm_navigation__active:hover {
	text-decoration: none !important;
}
/*- index ---------------------------------------*/
.shm_aside li {
	width: 300px;
	max-width: 100%;
}
.shm_aside li img {
	max-width: 100%;
}
.shm_aside li a {
	margin-bottom: 0.31rem;
}
@media screen and (min-width: 767px) {
	.shm_aside li:nth-child(1) {
		margin-right: 1.88rem;
	}
}
@media screen and (max-width: 768px) {
	.shm_aside li:nth-child(1) {
		margin-bottom: 1.88rem;
	}
}
/* 以下C9追記-------------------------------------*/
.c9_nowrap {
	white-space: nowrap;
}

.c9_border__top-none {
	border-top-style: none !important;
}

.c9_border__bottom-none {
	border-bottom-style: none !important;
}

.c9_border__right-none {
	border-right-style: none !important;
}

.c9_border__left-none {
	border-left-style: none !important;
}

.c9_border__top-double {
	border-top-style: double !important;
	border-top-width: 3px !important;
}

.c9_border__left-double {
	border-left-style: double !important;
	border-left-width: 3px !important;
}

.c9_border__top-dashed {
	border-top-style: dashed !important;
	border-top-width: 1px !important;
}

.c9_margin__top {
	margin-top: 10px !important;
}

/* 円アイコンにborder-------------------------------------*/
.shm_circle-icon {
  border: 1px solid #25a0c1;
}

/* 円アイコン追記-------------------------------------*/
.shm_circle-icon.shm_icon__sky-white {
  color: #25a0c1;
  background-color: #fff;
}

/* テーブルでセル追記-------------------------------------*/
table th.shm_bg__sky-light {
  background-color: #ace3ff;
}
table th.shm_bg__sky-high {
  background-color: #e1f5fa;
}
table th.shm_bg__gray-base {
  background-color: #aaa;
}
table th.shm_bg__gray-light {
  background-color: #ccc;
}

/* マル囲み漢字アイコン-------------------------------------*/
.shm_circle-icon_characters{
	display: inline-block;
    width: 1.125rem;
	height: 1.125rem;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #000;
    margin-right: 0.125rem;
    font-size: 12px !important;
    font-size: 0.75rem !important;
}
@media screen and (max-width: 768px){
	.shm_circle-icon_characters{
	padding-top: 0.0625rem;
  }
}

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

.shm_nowrap {
	white-space: nowrap;
}

/* 画像-------------------------------------*/
.shm_article-title-image img{
	width: 100%;
    max-width: 100%;
}
