/* module_block
============================================================================================================ */
.module_block > *,
.module_block .border_box > *,
.module_block .color_box > * {
	margin-bottom: 1.7em;
}
.module_block > *:last-child,
.module_block .border_box > *:last-child,
.module_block .color_box > *:last-child {
	margin-bottom: 0;
}
.module_block img {
	max-width: 100%;
	height: auto;
}
.module_block h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 6px 20px;
	background-color: #004285;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
}
.module_block h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 16px;
	border-left: 5px solid #004285;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
}
.module_block h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 6px 16px;
	font-weight: 700;
	color: #063F85;
	border: 1px solid #063F85;
	font-size: 1.6rem;
}
.module_block h4 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.6rem;
}
.module_block h1:first-child,
.module_block h2:first-child,
.module_block h3:first-child,
.module_block h4:first-child {
	margin-top: 0;
}
.module_block h1.no_style,
.module_block h2.no_style,
.module_block h3.no_style,
.module_block h4.no_style {
	padding: 0;
	background: none;
	border: 0;
}

.module_block ul li {
	position: relative;
	padding-left: 1em;
}
.module_block ul li::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #707070;
}
.module_block ul li + li,
.module_block ul ul,
.module_block ol ul {
	margin-top: .5em;
}
.module_block ul ul li::before {
	width: 5px;
	height: 5px;
	background-color: #bbb;
}
.module_block ul ul ul li::before {
	content: "・";
	top: 0;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
}
.module_block ul.no_style li::before {
	content: none;
}
.module_block ul.no_style > li {
	padding-left: 0;
}

.module_block ol {
	counter-reset: module_ol1;
}
.module_block ol > li {
	position: relative;
	margin-bottom: .5em;
	padding-left: 1.5em;
}
.module_block ol > li::before {
	counter-increment: module_ol1;
	content: counter(module_ol1) ".";
	position: absolute;
	top: 0;
	left: 0;
}
.module_block ol ol {
	margin-top: .5em;
}
.module_block ol ol {
	counter-reset: module_ol2;
}
.module_block ol ol li {
	padding-left: 2.5em;
}
.module_block ol ol li::before {
	counter-increment: module_ol2;
	content: counter(module_ol1) "." counter(module_ol2) ".";
}
.module_block ol ol ol {
	counter-reset: module_ol3;
}
.module_block ol ol ol li {
	padding-left: 3.5em;
}
.module_block ol ol ol li::before {
	counter-increment: module_ol3;
	content: counter(module_ol1) "." counter(module_ol2) "." counter(module_ol3) ".";
}
.module_block ol ol ol ol {
	counter-reset: module_ol4;
}
.module_block ol ol ol ol li {
	padding-left: 4.5em;
}
.module_block ol ol ol ol li::before {
	counter-increment: module_ol4;
	content: counter(module_ol1) "." counter(module_ol2) "." counter(module_ol3) "." counter(module_ol4) ".";
}

.module_block dl dt {
	font-weight: bold;
	margin-bottom: .5em;
}
.module_block dl dd {
	margin-bottom: .5em;
	padding-left: 2em;
}
.module_block dl dd.no_indent {
	padding-left: 0;
}
@media screen and (min-width: 769px), print {
	.module_block dl.horizontal {
		display: table;
	}
	.module_block dl.horizontal > * {
		display: table-cell;
		vertical-align: top;
		margin: 0;
	}
	.module_block dl.horizontal dt {
		white-space: nowrap;
	}
}

.module_block .size_l {
	font-size: 1.6rem;
}
.module_block .size_s {
	font-size: 1.2rem;
}

.module_block .table {
	margin-right: -8px;
	margin-left: -8px;
}
.module_block table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 6px;
}
.module_block table th,
.module_block table td {
	padding: 10px 20px;
	vertical-align: middle;
	text-align: center;
}
.module_block table thead th {
	background-color: #809ec2;
	color: #fff;
	font-weight: bold;
}
.module_block table tbody th {
	background-color: #cdd7e2;
	font-weight: bold;
}
.module_block table tbody td {
	background-color: #f7f7f7;
}
.module_block table tbody td  a {
    color: #000000;
 }
}
.module_block .table.center table {
	margin-left: auto;
	margin-right: auto;
}
.bg_box .module_block table tbody td {
	background-color: #fff;
}
@media screen and (min-width: 769px), print {
	.module_block .table.scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}
	.module_block .table.small table {
		width: 40%;
	}
	.module_block .table.medium table {
		width: 70%;
	}
}
@media screen and (max-width: 768px) {
	.module_block .table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.module_block .table table {
		width: 800px;
	}
	.module_block .table.small table {
		width: 100%;
	}
	.module_block .table.medium table {
		width: 600px;
	}
	.module_block .table table.sp_no_scroll {
		width: 100%;
	}
	.module_block .table table.sp_no_scroll th,
	.module_block .table table.sp_no_scroll td {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.module_block .border_box {
	padding: 24px 30px;
	border: 1px solid #707070;
}
.module_block .color_box {
	padding: 24px 30px;
	background-color: #ebebeb;
}
@media screen and (min-width: 769px), print {
	.module_block .border_box.center {
		margin-left: auto;
		margin-right: auto;
	}
	.module_block .border_box.small {
		width: 40%;
	}
	.module_block .border_box.medium {
		width: 70%;
	}
}
@media screen and (max-width: 768px) {
	.module_block .border_box {
		padding: 14px 20px;
	}
	.module_block .color_box {
		padding: 14px 20px;
	}
}

.module_block .hr {
	margin: 40px 0;
	border-top: 1px solid #004285;
}

.module_block .img_block {
	position: relative;
	text-align: center;
	font-size: 1.2rem;
}
.module_block .img_block p + p {
	margin-top: 10px;
}

.module_block .img_horizon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.module_block .img_horizon li {
	margin: 0;
	padding: 10px;
}
.module_block .img_horizon li::before {
	content: none;
}

.module_block .margin-top {
	margin-top: 60px;
}
.module_block .margin-bottom {
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.module_block .margin-top {
		margin-top: 40px;
	}
	.module_block .margin-bottom {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 769px), print {
	.module_block .img_block {
		padding-bottom: 10px;
	}
	.module_block .img_right_block::after {
		content: "";
		display: table;
		clear: both;
	}
	.module_block .img_right_block .img_block {
		float: right;
		margin-left: 40px;
	}
	.module_block .img_right_block .img_block ~ * {
		margin-bottom: 1.7em;
	}
	.module_block .img_right_block .img_block ~ *:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.module_block .img_right_block > * {
		margin-bottom: 1.7em;
	}
	.module_block .img_right_block > *:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 769px), print {
	.module_block .img_left_block::after {
		content: "";
		display: table;
		clear: both;
	}
	.module_block .img_left_block .img_block {
		float: left;
		margin-right: 40px;
	}
	.module_block .img_left_block .img_block ~ * {
		margin-bottom: 1.7em;
	}
	.module_block .img_left_block .img_block ~ *:last-child {
		margin-bottom: 0;
	}
	.module_block .img_left_block ul,
	.module_block .img_left_block ol {
		display: table;
	}
}
@media screen and (max-width: 768px) {
	.module_block .img_left_block > * {
		margin-bottom: 1.7em;
	}
	.module_block .img_left_block > *:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 769px), print {
	.module_block .outer_caption_block .img_block {
		padding-bottom: 0;
	}
	.module_block .outer_caption_block .img_block::before,
	.module_block .outer_caption_block .img_block::after {
		content: "";
		display: table;
		clear: both;
	}
	.module_block .outer_caption_block .img_block > * {
		background-color: #fff;
	}
	.module_block .outer_caption_block .img_block p + p {
		margin: 0;
	}
	.module_block .outer_caption_block .img_block .caption_top,
	.module_block .outer_caption_block .img_block .caption_bottom {
		position: absolute;
		left: 0;
		right: 0;
	}
	.module_block .outer_caption_block .img_block .caption_top {
		top: 0;
	}
	.module_block .outer_caption_block .img_block .caption_bottom {
		bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.module_block .outer_caption_block .img_block {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.module_block .outer_caption_block .img_block .img {
		background-color: #fff;
	}
}

@media screen and (min-width: 769px), print {
	.column_block2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-left: -36px;
	}
	.column_block2 > * {
		width: calc(50% - 36px);
		margin-left: 36px;
	}
	.column_block2 + .column_block2:not(.margin-top) {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.column_block2 > * + * {
		margin-top: 20px;
	}
	.column_block2 + .column_block2:not(.margin-top) {
		margin-top: 20px;
	}
}

/* vartical-align
============================================================================================================ */
.v-center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
}
.v-center > * {
	width: 100%;
}
.v-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	height: 100%;
}
.v-bottom > * {
	width: 100%;
}