@charset "utf-8";
.cont_col p {
		line-height: 1.8;
		margin: 0 0 1em
}
.cont_col p.last {
		margin-top: 30px;
		margin-bottom: 50px;
}
.cont_col a {
		color: #005BE4;
		text-decoration: underline;
		text-underline-offset: 5px;
}
@media (hover: hover) {
		.cont_col a:hover {
				color: #005BE4;
				text-decoration: none;
		}
}
figcaption {
		line-height: 1.8;
}
strong {
		font-weight: normal;
		font-weight: 500;
}
.cont_col h4 {
		font-weight: 700;
		font-size: 18px;
		margin: 2em 0 25px;
		line-height: 1.6;
}
.cont_col h5 {
		font-weight: 500;
		font-size: 15px;
		margin: 2em 0 5px;
		line-height: 1.6;
}
@media(max-width: 767px) {
		.cont_col h4 {
				font-size: 17px;
				margin-bottom: 20px;
		}
}
.cont_col hr {
		border: none;
		height: 1px;
		background: #E2E8EE;
		margin: 4em 0
}
.cont_col ol {
		padding-left: 1.5em;
}
.cont_col li {
		line-height: 1.8;
		margin: 0 0 10px
}
.cont_col .wp-block-table .has-fixed-layout {
		table-layout: auto;
}
.cont_col .wp-block-table td, .cont_col .wp-block-table th {
		border: none;
		padding: 0;
}
.wp-block-table thead {
		border-bottom: none !important;
}
.cont_col .wp-block-table table {
		border: 1px solid #D9E0E7;
		width: 100%;
		margin-bottom: 1em;
}
.cont_col .wp-block-table td {
		padding: 20px 30px;
		border: 1px solid #D9E0E7;
		line-height: 1.8;
		background: #f8faff;
}
@media(max-width: 960px) {
		.cont_col .wp-block-table td {
				padding: 10px;
		}
}
.cont_col .wp-block-table table thead th, .cont_col .wp-block-table table thead td {
		color: #fff;
		font-weight: 500;
		background: #005BE4;
		text-align: center;
		padding: 10px;
		border: 1px solid #D9E0E7;
}
.cont_col .wp-block-table table tr td:first-child {
		font-weight: 500;
		white-space: nowrap;
		width: 1%;
}
@media(max-width: 767px) {
		.cont_col hr {
				margin: 2em 0
		}
}
@media(max-width: 600px) {
		.wp-block-table {
				overflow: auto;
				padding-bottom: 10px;
		}
		.cont_col .wp-block-table table thead td, .cont_col .wp-block-table table thead th {
				text-align: left;
				font-size: 14px;
		}
		.wp-block-table table {
				width: 150vw;
				margin-right: 20vw;
		}
		.cont_col .wp-block-table td {
				padding: 5px;
				font-size: 14px;
		}
}
/* ========== */
.mark_wrap {
		max-width: 450px;
		margin: 40px auto 70px;
}
.mark_item {
		border-radius: 20px;
		overflow: hidden
}
.mark_item_hd {
		background-color: #0f1b60;
		color: #fff;
		height: 106px;
		display: flex;
		align-items: center;
		padding: 0 35px
}
.mark_item_hd p {
		font-weight: 500;
		line-height: 1.8;
		margin: 0
}
.mark_item_cont {
		background-color: #f4f6fa;
		padding: 40px 0;
}
.privacymark {
		width: 200px;
		margin: 0 auto
}
.privacymark img {
		width: 100%;
		height: auto
}
@media(max-width: 600px) {
		.mark_wrap {
				max-width: 310px;
				margin: 30px auto 40px;
		}
		.mark_item {
				border-radius: 16px;
		}
		.mark_item_hd {
				height: 80px;
				padding: 0 15px
		}
		.mark_item_hd p {
				font-size: 13px;
		}
		.mark_item_cont {
				padding: 30px 0;
		}
		.privacymark {
				width: 150px;
		}
}
.sign {
		text-align: right;
		font-size: 90%;
}