@charset "utf-8";

/* ------------------------------
 リンク
------------------------------ */
a.cms_link,
.cms_link a {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	background-color: transparent;
	color: #2b2b2b;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}
a.cms_link::before,
.cms_link a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 22px;
	height: 22px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #c11920;
}
a.cms_link::after,
.cms_link a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(-45deg);
}
.cms_link a.cms_blank::after {
	top: 5px;
	bottom: auto;
	right: 5px;
	width: 11px;
	height: 11px;
	border: 0;
	margin: auto 0;
	background: url(../img/icon_blank_white.svg) no-repeat center center / cover;
	transform: rotate(0);
}
/* 資料 */
a.cms_pdf,
.cms_pdf a,
a.cms_doc,
.cms_doc a,
a.cms_xls,
.cms_xls a,
a.cms_ppt,
.cms_ppt a {
	display: inline-block;
	color: #2b2b2b;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}
/* PDF */
.contents a.cms_pdf[target="_blank"]::after,
.contents .cms_pdf a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-left: .5em;
	background: url(../img/icon_pdf.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* Word */
.contents a.cms_doc[target="_blank"]::after,
.contents .cms_doc a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-left: .5em;
	background: url(../img/icon_doc.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* Excel */
.contents a.cms_xls[target="_blank"]::after,
.contents .cms_xls a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-left: .5em;
	background: url(../img/icon_xls.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* PPT */
.contents a.cms_ppt[target="_blank"]::after,
.contents .cms_ppt a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-left: .5em;
	background: url(../img/icon_ppt.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* _blank */
/* .cms_pdf a.cms_blank,
.cms_doc a.cms_blank,
.cms_xls a.cms_blank,
.cms_ppt a.cms_blank {
	background: none;
} */
.cms_blank::after,
.cms_inner_blank::after,
.cms_menu_blank::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 5px 2px;
	background: url(../img/icon_blank_gray.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
a.cms_link.cms_inner_blank {
	padding-right: 0;
	color: #6c7889;
	line-height: 1.75;
}
a.cms_link.cms_inner_blank::before {
	content: none;
}
a.cms_link.cms_inner_blank::after {
	content: "";
	position: static;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 5px 2px;
	border: 0;
	background: url(../img/icon_blank_gray.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
	transform: none;
}
@media print, screen and (min-width: 768px) {
	a.cms_link:hover,
	.cms_link a:hover,
	a.cms_pdf:hover,
	.cms_pdf a:hover,
	a.cms_doc:hover,
	.cms_doc a:hover,
	a.cms_xls:hover,
	.cms_xls a:hover,
	a.cms_ppt:hover,
	.cms_ppt a:hover {
		text-decoration: none;
	}
	a.cms_link:hover,
	.cms_link a:hover {
		color: #c11920;
		opacity: 1;
	}
}
/* br + .cms_inner_blank.cms_link,
br + .cms_blank.cms_link {
	padding-left: 0;
}
br + .cms_inner_blank.cms_link:before,
br + .cms_blank.cms_link:before {
	display: none;
}
.cms_menu_blank {
	margin-left: 3px;
	padding-left: 20px;
	content: '';
	background: url(/wm/img/icon/blank.gif) no-repeat 0 .2em;
} */

/* ----------------------------------------------
	■回り込み
------------------------------------------------- */
* + .cms_cf,
.cms_block:after,
.cms_clear_before {
	display: block;
	clear: both;
	content: '';
}
/*
.cms_cf {
	zoom: 1;
	margin-bottom: 1.5em;
}
*/
/*
.cms_cf>
*:not(.cms_image) {
	zoom: 1;
}
*/
.cms_cf:after {
	display: block;
	clear: both;
	content: '';
}
.cms_clear {
	clear: both;
}
.cms_clear_block {
	font-size: 0 !important;
	line-height: 0 !important;
	clear: both !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

/* ----------------------------------------------
	■マージン
------------------------------------------------- */
.cms_block {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
.cms_block:last-child,
.cms_text:last-child,
.cms_image:last-child {
	margin-bottom: 0 !important;
}
.cms_image {
	margin-bottom: 40px;
}
.cms_image.cms_fl,
.cms_image.cms_fr  {
	text-align: left;
}
.cms_text {
	margin-bottom: 40px;
	/* overflow: hidden; */
}
/*.cms_block > *, .cms_cf > *:not(.cms_image) {
	margin-bottom: 1.5em;
}*/
/*
.cms_block > h3 {
	margin-top: 40px;
}
*/
/*
.cms_block>
*:last-child ,
.cms_cf>
*:last-child:not(.cms_fr) {
	margin-bottom: 1.5em;
}
*/
.cms_fl {
	/* margin-right: 24px; */
	float: left;
}
.cms_fr {
	/* margin-left: 24px; */
	float: right;
}
.cms_caption_t {
	margin-bottom: 10px;
}
.cms_caption_b {
	margin-top: 10px;
}
.fl + .fr,
.cms_fl + .cms_fr,
.cms_fl + .fr,
.fl + .cms_fr {
	margin-left: 0;
}
.cms_cf + .cms_cf {
	margin-top: -.75em;
}
/* .cms_text p + p {
	margin-top: .875em;
} */

/* ----------------------------------------------
 ■配置
------------------------------------------------- */
.cms_center {
	text-align: center;
}
.cms_left {
	text-align: left;
}
.cms_right {
	text-align: right;
}
.cms_center .cms_caption_t,
.tal .cms_caption_t,
.cms_center .cms_caption_b,
.tal .cms_caption_b {
	text-align: left;
}
.tac .cms_caption_t,
.tac .cms_caption_b {
	text-align: center !important;
}
.tar .cms_caption_t,
.tar .cms_caption_b {
	text-align: right !important;
}

/* ----------------------------------------------
 ■ボーダー
------------------------------------------------- */
img.cms_border{
	border: solid 1px #dbe1e3;
}

/* ----------------------------------------------
 ■PDFダウンロード
------------------------------------------------- */
.adobebox {
	padding: 25px 28px;
	border: solid 1px #dcdcdc;
}
.adobebox .tleft {
	overflow: hidden;
	/* width: 495px;
	float: left; */
}
.adobebox .imgright {
	float: right;
	width: 115px;
	margin-left: 10px;
}

/* -------------------------------------------
 ■now loading
---------------------------------------------- */
#now_loading {
	z-index: 9998;
	width: 60px;
	height: 60px;
	padding: 10px;
	padding: 10px;
	opacity: .75;
	border-radius: 15px;
	background-color: #e0e0e0;
}
#now_loading img {
	width: 100%;
	height: 100%;
}

/* ------------------------------
 タブレット・スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block {
		/* z-index: 2; */
		margin-bottom: 40px;
	}
	.cms_image {
		/* text-align: center; */
		margin-bottom: 30px;
	}
	.flexBox.col4.capTop > .cms_image:last-child {
		margin-bottom: 30px;
	}
	.cms_text {
		margin-bottom: 30px;
	}
	.cms_fl {
		float: none !important;
		margin-bottom: 30px;
		/* margin-right: 0; */
	}
	.cms_fr {
		float: none !important;
		margin-bottom: 30px;
		/* margin-left: 0; */
	}
	.cms_caption_t {
		margin-bottom: 5px;
	}
	.cms_caption_b {
		margin-top: 5px;
	}
	/* 新着情報 */
	.mainContents .cms_image.cms_fl,
	.mainContents .cms_image.cms_fr  {
		text-align: center !important;
	}
	#now_loading {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width:640px) {
	#now_loading img {
		margin-left: 0 !important;
	}
	#now_loading {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 9998;
		width: 75px;
		height: 75px;
		margin: 0 0 0 -13%;
		padding-top: 10px;
		padding-right: 7px;
		padding-left: 7px !important;
		opacity: .5;
		border-radius: 15px;
		background-color: #e0e0e0;
	}
}