/* ==========================================================================
 * bundle_page.css
 *
 * page.php（固定ページ）専用
 *
 * 2026/09/21作成（フェーズ32）。head のレンダリングブロッキングCSSを減らすため、
 * 以下のファイルを $page_css の記述順のまま単純連結しただけ。
 * 値の変更・並べ替え・重複排除は一切していない。
 *
 *     1. module_page.css
 *     2. module_page_sp.css
 *     3. module_post.css
 *     4. module_post_sp.css
 *
 * 前提（結合前に全件実測して確認）:
 *   - 全ソースが @charset・@import を持たない
 *   - url() はすべて ../img/ の相対パス。全ソースも本ファイルも /css/ 配下なのでパスは不変
 *   - 全ソースが UTF-8
 *
 * 注意: slick.css / slick-theme.css は結合していない。/js/slick/ にあり相対パスの
 *   書き換えが必要なうえ、そもそも使われていない疑いがあるため別途調査する
 *   （/service/ では slick要素0個なのに CSS/JS を読み込んでいた）。
 *   元ファイルは他テンプレートが使用中なのでサーバーから削除しないこと。
 *   元ファイルを修正したら、この結合ファイルも再生成すること。
 * ========================================================================== */


/* ===== 1/4: module_page.css ===== */
/***************************
 *
 * 固定ページ
 * ★ページ中身用★
 *
 **************************/
@media all and (min-width: 737px) {
	.page .paper-r,
	.page .paper-l {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page .paper-l .box-content {
		max-width: 1400px;
	}
	.page .paper-r .box-content {
		margin-left: 0;
		margin-right: 0;
	}
	/*
PAGE HEADER
*/
	.page-header-wrap {
		padding-top: 130px;
	}
	.page-header.section-header {
		max-width: 100%;
		margin: 0 0 50px;
	}
	.page-header .page-header-top {
		width: 110px;
		margin-bottom: 12px;
	}
	.page-header .page-header-top a {
		display: block;
		color: #666666;
		font-size: 12px;
		text-align: center;
		background-color: #fff;
		line-height: 24px;
		border: 1px solid #efefef;
		border-radius: 15px;
	}
	.page-header .page-header-top a:hover {
		text-decoration: none;
		background-color: #666666;
		color: white;
	}
	.page-header-title {
	}
	.page-header-title-en {
	}
	.page-header-title-en::first-letter {
		text-transform: uppercase;
	}

	.page-contents {
		padding: 0px 0 1px;
		position: relative;
	}

	/*
BG
*/

	/*
PAGE
*/
	.l-page {
		padding-bottom: 170px;
		box-sizing: border-box;
	}
	.page {
		line-height: 2em;
		color: #333;
		font-size: 16px;
		position: relative;
	}
	.page p a {
		color: #222;
		text-decoration: underline;
	}
	.page a:hover {
		text-decoration: none;
	}
	.page p {
		color: #222222;
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 2em;
	}
	.page p.notice,
	.page p .notice {
		font-size: 13px;
		color: #888888;
		font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		line-height: 1.4em;
	}
	.page p.intro-p {
		text-align: center;
		font-size: 24px;
		line-height: 1.6em;
	}

	.page .catch-p {
		text-align: center;
		font-size: 20px;
	}
	.pic-zoom {
		display: block;
		position: relative;
	}
	.pic-zoom:after {
		content: "";
		position: absolute;
		right: 0px;
		bottom: 0px;
		background: url(../img/zoom.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
	}

	.page p small {
		font-size: 0.9em;
	}
	.page .title-1 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	.page .title-1 sup {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		color: #1c1a8a;
		margin-bottom: 10px;
	}
	.page .title-1:after {
		content: "";
		display: block;
		width: 80px;
		height: 1px;
		background: #1d2088;
		margin: 25px auto 65px;
	}
	.box-anchor + .title-1 {
		margin-top: 60px;
	}
	.page .title-2 {
		text-align: left;
		font-size: 28px;
		font-weight: bold;
	}
	.page p + .title-2 {
		margin-top: 60px;
	}
	.page .title-2:after {
		content: "";
		display: block;
		width: 80px;
		height: 1px;
		background: #1d2088;
		margin: 25px 0 50px;
	}
	.page .title-3 {
	}

	.page .title-4 {
	}
	.page .title-5 {
	}
	.page .content {
		padding: 0 75px;
	}
	/*
.page h4 {
	padding: 10px 15px;
	border-left: 4px solid #1d2088;
}
*/
	hr {
		border: none;
		border-top: 10px solid #f7f8f8;
		margin: 80px auto;
		clear: both;
	}
	.center {
		text-align: center;
	}
	.right {
		text-align: right;
	}
	.left {
		text-align: left !important;
	}
	.middle {
		vertical-align: middle;
	}
	.alignleft {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.alignright {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.aligncenter {
		display: block;
		margin: 30px auto;
	}

	.page ol.list {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.list > li {
		font-weight: normal;
		margin-bottom: 15px;
		padding-left: 25px;
		position: relative;
		color: #666;
	}
	.page ol.list > li .list-impact {
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
		font-size: 1.2em;
	}
	.page ol.list > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: 0px;
		color: #666;
	}

	.page ol.list-2 {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.list-2 > li {
		font-weight: normal;
		margin-bottom: 5px;
		padding-left: 25px;
		position: relative;
	}
	.page ol.list-2 > li:before {
		counter-increment: number;
		content: "(" counter(number) ")";
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.page ul.list {
		margin-bottom: 30px;
	}
	.page ul.list > li {
		font-weight: normal;
		padding-left: 20px;
		position: relative;
		line-height: 2em;
		margin-bottom: 15px;
		color: #666;
	}
	.page ul.list > li:before {
		content: "・";
		position: absolute;
		left: 0px;
		top: 1px;
		color: #666;
	}
	.page ol.list-abc {
	}
	.page ol.list-abc > li {
		font-size: 15px;
		line-height: 2em;
		padding-left: 20px;
		position: relative;
		margin-bottom: 15px;
	}
	.page ol.list-abc > li .abc {
		position: absolute;
		left: 0;
		top: 0px;
	}

	/* column */
	.col-2 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 50px auto;
	}
	.col-2 > div {
		width: 48%;
		position: relative;
	}
	.col-2 .title-3,
	.col-2 .title-4 {
		margin-top: 0;
	}
	.col-2 .caption {
		text-align: center;
		margin-bottom: 0;
		font-size: 14px;
	}
	.page .pic {
		text-align: center;
	}
	.col-3 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 35px auto;
	}
	.col-3 .caption {
		margin-bottom: 0;
		font-size: 14px;
	}
	.col-3 > div {
		width: 300px;
	}
	.col-4 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 35px auto;
	}
	.col-4 > div {
		width: 220px;
	}
	.col-73 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.col-73 > div:first-child {
		width: 650px;
	}
	.col-73 > div:first-child .pics-2 > div {
		width: 300px;
	}
	.col-73 > div:last-child {
		width: 300px;
	}

	/*
COMPANY
*/
	.box-company {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.box-company .box-company-l {
		width: 48%;
	}
	.box-company .box-company-r {
		width: 50%;
	}
	.table-company {
		border-spacing: 15px;
		border-collapse: separate;
		width: 100%;
		margin: 200px 0;
	}
	.table-company th {
		font-size: 16px;
		color: #666666;
		border-bottom: 1px solid #1d2088;
		padding: 20px 0;
		width: 100px;
	}
	.table-company td {
		font-size: 16px;
		color: #333333;
		border-bottom: 1px solid #dcdddd;
		padding: 20px 0;
	}
	.box-company .map {
		width: 100%;
		height: 100%;
	}
	.page-company .box-content {
		max-width: 100%;
		margin: 0;
	}

	/*
FROM CEO
*/
	.box-anchor {
		padding: 50px 0;
	}
	.box-anchor:not(:first-child) {
		margin-top: 130px;
	}
	.list-anchor {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-ms-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		transition: 0.5s ease;
	}
	@media all and (max-width: 1350px) {
		.list-anchor {
			transform-origin: 0;
			transform: scale(0.8);
		}
	}
	.list-anchor > li {
		margin-right: 15px;
		border: 1px solid #1c1a8a;
		position: relative;
	}
	.list-anchor > li > a {
		display: block;
		font-size: 18px;
		color: #1c1a8a;
		padding: 30px 20px;
		min-width: 280px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
	}
	.list-anchor > li > a i {
		font-size: 1.2em;
		position: absolute;
		right: 25px;
		top: 35px;
	}
	.list-anchor > li > a:hover {
		text-decoration: none;
		background: #1c1a8a;
		color: white;
	}
	.list-anchor.list-anchor-gray > li {
		border: 1px solid #eff0f0;
	}
	.list-anchor.list-anchor-gray > li > a {
		color: #212121;
	}
	.list-anchor.list-anchor-gray > li > a:hover {
		background: #eff0f0;
		color: #212121;
	}
	.list-anchor .sub {
		position: absolute;
		top: 100%;
		left: 0;
		box-shadow: 0px 0px 15px #ddd;
		width: 100%;
		display: none;
		animation-duration: 0.5s;
		animation-name: fade-in;
		-moz-animation-duration: 0.5s;
		-moz-animation-name: fade-in;
		-webkit-animation-duration: 0.5s;
		-webkit-animation-name: fade-in;
	}
	.list-anchor .has-child:hover .sub {
		display: block;
		opacity: 1;
	}
	.list-anchor .sub > li {
		background: white;
		padding: 0 20px;
	}
	.list-anchor .sub > li:hover {
		background-color: #f7f8f8;
	}
	.list-anchor .sub > li > a {
		font-size: 16px;
		color: #212121;
		border-bottom: 1px solid #dcdddd;
		display: block;
		padding: 20px 0;
	}
	.list-anchor .sub > li:last-child > a {
		border-bottom: none;
	}

	.box-pic-ceo {
		background: url(../img/box-pic-ceo.jpg) 0 -10px no-repeat;
		background-size: cover;
		height: 722px;
		margin-bottom: -200px;
	}
	.box-value {
		background: url(../img/bg-box-value.jpg) center top no-repeat;
		background-size: contain;
		position: relative;
		/* height: 665px; */
		height: 0;
		padding-top: 56.21%;
		margin: 80px auto;
	}
	.box-value a {
		display: block;
		width: 95px;
		position: absolute;
		top: 50%;
		left: 80%;
		transform: translate(-50%, -50%);
	}
	/*
SERVICE
*/
	.pic-sv-1 {
		width: 597px;
		margin: 80px auto;
	}
	.table-price {
		border-spacing: 10px;
		border-collapse: separate;
		width: 100%;
		margin: 50px auto 30px;
	}
	.table-price th {
		text-align: center;
		width: 22%;
		vertical-align: middle;
		padding: 30px 0;
	}
	.table-price th p {
		line-height: 1.5em;
	}

	.table-price th:nth-child(1) {
		font-size: 40px;
		color: #1c1a8a;
		width: 27%;
	}
	.table-price th:nth-child(1) span {
		color: #3a6deb;
		font-size: 40px;
	}
	.table-price th:nth-child(2) {
		text-align: center;
		color: white;
		background: #1c1a8a;
	}
	.table-price th:nth-child(2) p {
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(2) .en {
		font-size: 28px;
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(2) .en span {
		font-weight: bold;
		font-size: 28px;
		color: white;
	}
	.table-price th:nth-child(3) {
		text-align: center;
		color: white;
		background: #3a6deb;
		position: relative;
		padding-top: 0;
	}
	.table-price th:nth-child(3):before {
		content: "";
		position: absolute;
		left: 0;
		top: -30px;
		height: 40px;
		width: 100%;
		background: #3a6deb;
		display: block;
	}
	.table-price th:nth-child(3) p {
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(3) .en {
		font-size: 28px;
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(3) .en span {
		font-weight: bold;
		font-size: 28px;
		color: white;
	}
	.table-price th:nth-child(4) {
		text-align: center;
		color: white;
		background: #1c1a8a;
	}
	.table-price th:nth-child(4) p {
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(4) .en {
		font-size: 28px;
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(4) .en span {
		font-weight: bold;
		font-size: 28px;
		color: white;
	}
	.table-price td {
		text-align: left;
		font-size: 14px;
		color: #212121;
		padding: 15px 20px;
		vertical-align: middle;
		position: relative;
		background-color: #e1ebff;
	}
	.table-price td:not(:first-child) {
		text-align: center;
	}
	.table-price tr:last-child td:not(:first-child) {
		text-align: left;
	}
	.table-price td:nth-child(1) {
		vertical-align: middle;
	}
	.table-price td:nth-child(2),
	.table-price td:nth-child(4) {
		background-color: #f7f8f8;
	}
	.table-price .circle {
		font-size: 28px;
		color: #1c1a8a;
	}
	.table-price .pr-1 {
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.table-price .pr-2 {
		font-size: 16px;
		color: #3a6deb;
		font-weight: bold;
	}
	.table-price .pr-3 {
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.table-price td .comment {
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -18px;
		font-size: 12px;
	}
	@media all and (max-width: 1400px) {
		.table-price td .comment {
			position: static;
			display: block;
			text-align: center;
			margin: 0;
		}
	}
	.sv-mov {
		margin-bottom: 50px;
	}
	.from {
		margin-top: 35px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-items: flex-start;
		height: 100px;
	}
	.from img {
		width: 100px;
		display: block;
		margin-right: 15px;
	}
	.from p {
		font-size: 12px;
		color: #666666;
		display: flex;
		align-items: center;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		padding-top: 30px;
	}
	.box-gray {
		background-color: #f7f8f8;
		margin: 80px auto;
		padding: 50px;
		position: relative;
	}
	.box-gray.box-vy {
		padding-right: 650px;
	}
	.box-gray.box-vy .vy-logo {
		width: 100%;
		max-width: 329px;
		margin-bottom: 60px;
	}
	.box-gray.box-vy .vy-mov {
		position: absolute;
		width: 588px;
		right: 50px;
		top: 50px;
	}
	.box-gray.box-vy p {
		font-size: 14px;
	}
	.box-gray.box-vy p:last-child {
		margin-bottom: 0;
	}
	.box-gray.box-vy p strong {
		font-size: 16px;
		color: #666666;
	}
	.box-gray.box-vy p.gray a {
		font-size: 16px;
		color: #1c1a8a;
	}
	.list-mov {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 100px;
	}
	.list-mov li {
		width: 31%;
	}
	.table-price-2 {
		border-spacing: 10px;
		border-collapse: separate;
		width: 100%;
		margin: 50px auto;
	}
	.table-price-2 th {
		background-color: #e1ebff;
		vertical-align: middle;
		font-size: 16px;
		color: #212121;
		padding: 25px;
	}
	.table-price-2 td {
		color: #212121;
		font-size: 16px;
		background-color: #f7f8f8;
		padding: 15px 25px;
		position: relative;
	}
	.table-price-2 td .blue {
		font-weight: bold;
	}
	.table-price-2 .pr {
		position: absolute;
		right: 25px;
		font-weight: bold;
		color: #1c1a8a;
		top: 15px;
	}

	.sv-point {
		margin: 50px auto;
	}

	/*
FORM
*/
	.select-wrap {
		position: relative;
		display: inline-block;
		width: 300px;
		margin-right: 8px;
	}
	.select-wrap.select-wrap-lg {
		width: 695px;
	}
	.select-wrap.select-wrap-short {
		width: 67px;
	}
	.select-wrap:before {
		z-index: 5;
		position: absolute;
		right: 5px;
		top: 13px;
		content: "";
		display: block;
		background: url(../img/select.png) center center no-repeat;
		background-size: contain;
		width: 7px;
		height: 18px;
		pointer-events: none;
	}
	.select-wrap.select-wrap-short:before {
		top: 12px;
		right: 10px;
	}
	.mw_wp_form_confirm .select-wrap:before {
		content: none !important;
	}
	.mw_wp_form_confirm .select-wrap {
		width: auto !important;
		top: auto !important;
	}
	select {
		outline: none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: "";
		background: rgba(255, 255, 255, 0);
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 50px;
		padding: 8px 0px;
		border: none;
		border-bottom: 1px solid #1d2088;
		width: 100%;
		font-size: 16px;
		color: #333333;
		border-radius: 0px;
	}

	select option {
		background-color: #fff;
		color: black;
	}
	select::-ms-expand {
		display: none;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #828c9a;
	}

	.contact-flow {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 90px auto 40px;
	}
	.contact-flow > li {
		font-size: 16px;
		color: #1c1a8a;
		text-align: center;
		border: 1px solid #1c1a8a;
		border-radius: 100%;
		width: 70px;
		height: 70px;
		margin: 0 45px;
		line-height: 70px;
		position: relative;
	}
	.contact-flow > li:before {
		content: "";
		background: #1c1a8a;
		width: 40px;
		height: 1px;
		display: block;
		position: absolute;
		left: 100px;
		top: 35px;
	}
	.contact-flow > li:last-child:before {
		content: none;
	}
	.mw_wp_form_input .contact-flow > li:nth-child(1) {
		color: white;
		background: #1c1a8a;
	}
	.mw_wp_form_confirm .contact-flow > li:nth-child(2) {
		color: white;
		background: #1c1a8a;
	}
	.mw_wp_form_input .confirm-p {
		display: none;
	}
	.mw_wp_form_confirm .input-p {
		display: none;
	}
	.contact-flow {
	}
	.table-contact {
		width: 645px;
		margin: 0 auto;
	}
	.table-contact th {
		font-size: 14px;
		color: #333333;
	}
	.table-contact .required {
		color: white;
		text-align: center;
		/* background: #1c1a8a; */
		font-size: 12px;
		font-weight: bold;
		/* width: 40px;
	line-height: 20px; */
		margin-left: 10px;
		display: inline-block;
		text-indent: -9999em;
		background: url(../img/required.png) center center no-repeat;
		background-size: 8px 8px;
		width: 8px;
		height: 8px;
		vertical-align: middle;
	}
	.table-contact td {
		padding-top: 0px;
		padding-bottom: 55px;
		position: relative;
	}
	.table-contact .table-contact-name {
		position: absolute;
		left: 300px;
		top: 0;
	}
	.table-contact .table-contact-name .error {
		padding-left: 40px;
	}
	.table-contact input[type="text"],
	.table-contact input[type="email"],
	.table-contact input[type="tel"] {
		height: 50px;
		background: none;
		border: none;
		border-bottom: 1px solid #1d2088;
		font-size: 16px;
		width: 100%;
		padding-left: 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
	}
	.table-contact .input-short {
		width: 300px !important;
	}
	.table-contact .input-short-2 {
		position: relative;
		left: 40px;
	}
	.table-contact textarea {
		height: 150px;
		background: none;
		font-size: 16px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #1d2088;
		padding: 20px 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
		resize: vertical;
	}

	.mw_wp_form_confirm .table-contact {
	}
	.mw_wp_form_confirm .table-contact tr {
		display: block;
		position: relative;
	}
	.mw_wp_form_confirm .table-contact th {
		position: absolute;
		left: 0;
		top: 19px;
	}
	.mw_wp_form_confirm .table-contact td {
		padding-left: 300px;
		border-bottom: 1px solid #707070;
		width: 100%;
		display: block;
		box-sizing: border-box;
		min-height: 80px;
		padding-top: 19px;
		padding-bottom: 24px;
	}
	.mw_wp_form_confirm .table-textarea {
		min-height: 215px !important;
	}
	.mw_wp_form_confirm .table-contact {
		margin-bottom: 80px;
	}
	p.privacy {
		text-align: left;
		color: #424242;
		font-size: 12px;
		line-height: 1.833em;
	}
	.mw_wp_form_confirm p.privacy {
		display: none;
	}
	p.privacy a {
		color: #1c1a8a;
		text-decoration: underline;
	}
	/*
p.privacy a:after {
	content: "";
	background: url(../img/blank-privacy.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 10px 0 5px;
}
*/

	.btn-submit-wrap {
		margin: 65px auto 80px;
		width: 364px;
		position: relative;
	}
	.btn-submit-wrap:hover {
	}
	/* .btn-submit-wrap:after {
	content: "CONFIRM";
	position: absolute;
	left: 120px;
	top: 35px;
	font-size: 12px;
	letter-spacing: 0.3em;
}
.mw_wp_form_confirm .btn-submit-wrap:after {
	content: "SEND";
	left: 140px;
} */

	.btn-submit {
		display: block;
		margin: 0px;
		width: 364px;
		background: none;
		border: 1px solid #585858;
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: bold;
		line-height: 43px;
		border-radius: 25px !important;
		position: relative;
		z-index: 3;
		background: #1c1a8a;
	}
	.btn-submit:hover {
		cursor: pointer;
	}

	/*
.btn-submit-wrap:hover .btn-submit {

	color: white;
	border: 1px solid #1c1a8a;
}
*/
	/*
.btn-submit-wrap:hover {
	color: white;
	background: #1c1a8a;
}
*/

	.mw_wp_form_confirm .btn-submit-wrap {
		margin-bottom: 200px;
	}

	.box-contact {
		width: 645px;
		border: 1px solid #1c1a8a;
		margin: 0 auto 200px;
		padding: 20px 0 20px;
	}
	.box-contact p {
		margin: 0;
	}
	.box-contact p:nth-child(1) {
		font-size: 16px;
		color: #585858;
		text-align: center;
		margin-bottom: 10px;
		letter-spacing: 0.08em;
	}
	.box-contact p:nth-child(2) {
		color: #585858;
		text-align: center;
		margin-bottom: 10px;
	}
	.box-contact p:nth-child(2) a {
		font-size: 40px;
		color: #1c1a8a;
		text-decoration: none;
		letter-spacing: 0.1em;
	}
	.box-contact p:nth-child(3) {
		font-size: 16px;
		color: #585858;
		text-align: center;
		letter-spacing: 0.08em;
	}
	.mw_wp_form_confirm .box-contact {
		display: none;
	}
	.mw_wp_form_complete .link {
		margin-bottom: 90px;
	}

	.contact-intro {
		font-size: 12px !important;
	}

	.box-red {
		border: 1px solid #e83828;
		padding: 25px;
		margin-bottom: 20px;
	}
	.box-red p {
		color: #e83828;
		text-align: center;
		margin: 0;
		font-size: 12px;
	}
	.mw_wp_form_confirm .contact-intro,
	.mw_wp_form_confirm .box-red,
	.mw_wp_form_confirm .required-notice {
		display: none;
	}
	.required-notice {
		text-align: right;
		font-size: 12px !important;
		color: #000000;
	}
	.required-notice:before {
		content: "";
		display: inline-block;
		background: url(../img/required.png) center center no-repeat;
		background-size: 8px 8px;
		width: 8px;
		height: 8px;
		vertical-align: middle;
		margin-right: 10px;
	}

	.mov {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 40px;
	}
	.mov iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/*
SITEMAPS
*/
	.list-sitemap {
	}
	.list-sitemap li {
	}
	.list-sitemap li a {
	}
	.list-sitemap .sub {
		margin-bottom: 20px;
	}
	.list-sitemap .sub li {
		position: relative;
	}
	.list-sitemap .sub li a {
		padding-left: 20px;
	}
	.list-sitemap .sub li a:before {
		content: "";
		display: block;
		width: 12px;
		height: 1px;
		background: #1d2088;
		position: absolute;
		left: 0;
		top: 17px;
	}

	/*
COMMENTS
*/
	.comment-form p {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.comment-reply-title {
		text-align: left;
		font-size: 24px;
		font-weight: bold;
	}
	.comment-reply-title:after {
		content: "";
		display: block;
		width: 80px;
		height: 1px;
		background: #1d2088;
		margin: 25px 0 65px;
	}
	.comment-form-notes {
		font-size: 12px;
	}
	.comment-form {
	}
	.comment-form label {
		display: block;
	}
	.comment-form textarea {
		height: 150px;
		background: none;
		font-size: 16px;
		width: 100%;
		border: none;
		border: 1px solid #1d2088;
		padding: 20px 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
		resize: vertical;
	}
	.comment-form input[type="text"],
	.comment-form input[type="email"] {
		height: 50px;
		background: none;
		border: none;
		border-bottom: 1px solid #1d2088;
		font-size: 16px;
		width: 100%;
		padding-left: 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
	}
	.comment-form .comment-form-cookies-consent label {
		display: inline;
	}
	.comment-form .submit {
		display: block;
		margin: 0px auto;
		width: 264px;
		background: none;
		border: 1px solid #585858;
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: bold;
		line-height: 43px;
		border-radius: 25px !important;
		position: relative;
		z-index: 3;
		background: #1c1a8a;
	}
	.comment-form .submit:hover {
		opacity: 0.7;
		cursor: pointer;
	}

	#comments-count {
		display: none;
	}
	#comments-list {
		margin-bottom: 30px;
	}
	#comments-list li {
		border-bottom: 4px solid #f7f8f8;
		padding: 15px 15px 15px;
		background: #f7f8f8;
		border-radius: 20px;
		margin: 15px 0;
	}
	#comments-list ul {
	}
	#comments-list ul li {
		margin-left: 50px;
		margin-top: 30px;
		margin-bottom: 30px;
		background: white;
		border-radius: 20px;
	}
	#comments-list .reply {
	}
	#comments-list .reply a {
		display: inline-block;
		margin: 0px;
		width: 85px;
		background: none;
		border: 1px solid #585858;
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: bold;
		line-height: 43px;
		border-radius: 25px !important;
		position: relative;
		z-index: 3;
		background: #1c1a8a;
	}
	.comment-body {
	}
	.comment-author {
		line-height: 1em;
		font-size: 12px;
	}
	.comment-author .fn {
		font-size: 14px;
		font-weight: bold;
		padding-top: 10px;
	}
	.comment-author .says {
		font-size: 12px;
	}
	.comment-author img {
		border-radius: 100%;
		vertical-align: bottom;

		margin-right: 15px;
	}
	.comment-meta {
		font-size: 12px;
		clear: both;
	}
	.comment-meta + p {
	}

	.grecaptcha-badge {
		z-index: 999;
	}

	/*
ERROR
*/
	.box-err {
		position: relative;
		width: 600px;
		height: 350px;
		margin: 0 auto;
		box-sizing: border-box;
		padding-left: 320px;
		left: -120px;
	}
	.box-err .err-pic {
		width: 400px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.box-err p {
		text-align: left;
		padding-top: 130px;
		position: relative;
		z-index: 3;
	}
	.box-err p a {
		color: #1c1a8a;
		text-decoration: none;
		font-weight: bold;
	}
	.box-err .btn {
		margin-left: 0;
		margin-right: 0;
		z-index: 3;
	}

	/*
LP1
*/
	.lp-1-section-3 .mov,
	.lp-1-section-4 .mov {
		width: 508px;
		padding-top: 30%;
		margin: 50px auto;
		display: block;
	}
	.box-lp-header {
		background: url(../img/pic-lp1-1-pc.jpg) center center no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		min-height: 250px;
	}
	.box-lp-header .box-lp-header-title {
		text-align: center;
		color: white;
		font-size: 28px;
		font-weight: bold;
		line-height: 1.45em;
	}
	.box-lp-header .box-lp-header-title br {
		display: none;
	}
	.lp-1-pic-1 {
		background: url(../img/pic-lp1-2-pc.jpg) center center no-repeat;
		background-size: cover;
		height: 340px;
		margin-bottom: 60px;
	}
	.lp-1-pic-2 {
		background: url(../img/pic-lp1-3-2-pc.jpg) center center no-repeat;
		background-size: cover;
		height: 340px;
	}
	.lp-1-section-1 {
		margin-bottom: 100px;
	}
	.lp-1-section-1 .title-3 {
		padding: 0;
		border: none;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.box-blue {
		background: #f0f5fd;
		padding: 30px 30px;
		margin: 20px auto;
	}
	.box-blue .box-blue-title {
		padding: 0px;
		border: none;
		font-size: 16px;
		font-weight: bold;
		color: #373597;
		margin: 0 0 15px;
	}
	.box-blue p:last-child {
		margin-bottom: 0;
	}
	.lp-1-section-2 {
		margin-bottom: 100px;
	}
	.lp-1-pic-2 + .title-1 {
		margin-top: 60px;
	}
	.lp-1-pic-2 + .title-1 br {
		display: none;
	}
	.title-1 .under {
		background: linear-gradient(to top, #ffff66 30%, transparent 30%);
		font-size: 24px;
		font-weight: bold;
	}
	.list-check {
		width: 640px;
		margin: 0 auto;
		padding: 35px 60px;
		background: rgba(240, 245, 253, 0.4);
		box-sizing: border-box;
	}
	.list-check > li {
		border-bottom: 1px solid #eeeeee;
		padding: 15px 15px 15px 35px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.42em;
		background: url(../img/list-check.png) left 15px no-repeat;
		background-size: 28px 24px;
	}
	.page .lp-1-impact {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px 0;
		color: #373597;
	}
	.page .lp-1-impact br {
		display: none;
	}
	.lp-1-section-3 {
		margin-bottom: 100px;
	}
	.lp-1-section-3 .title-1 {
		text-align: left;
	}
	.page .lp-1-section-3 .title-1:after {
		margin: 15px 0 65px;
	}
	.page .lp-1-impact-2 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px -15px;
		color: #373597;
	}
	.page .lp-1-impact-2 br {
		display: none;
	}
	.page .lp-1-impact-3 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px -15px 10px;
		color: #373597;
	}

	.page .lp-1-impact-3:after {
		content: "";
		display: block;
		background: url(../img/lp-1-impact-3.png) center center no-repeat;
		background-size: cover;
		width: 120px;
		height: 17px;
		margin: 30px auto 10px;
		animation: 1s ease infinite forwards anim-mov;
	}
	@keyframes anim-mov {
		0% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(15px);
			opacity: 0;
		}
	}
	.page .lp-1-impact-3 + .btn {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.lp-1-section-4 {
		margin-bottom: 100px;
	}
	.lp-1-section-4 .title-1 {
		text-align: left;
	}
	.page .lp-1-section-4 .title-1:after {
		margin: 15px 0 65px;
	}
	.page .lp-1-impact-4 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px -15px;
		color: #373597;
	}
	.page .lp-1-impact-4:after {
		content: "";
		display: block;
		background: url(../img/lp-1-impact-4.png) center center no-repeat;
		background-size: cover;
		width: 20px;
		height: 12px;
		margin: 30px auto 10px;
		animation: 1s ease infinite forwards anim-mov;
	}
	.page .lp-1-impact-4 + .btn {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.lp-1-section-5 {
	}
	.lp-1-section-5 .title-1 {
		text-align: left;
	}
	.page .lp-1-section-5 .title-1:after {
		margin: 15px 0 65px;
	}
	.box-blue ul li {
		font-size: 16px;
		font-weight: bold;
		color: #373597;
	}
	.lp-1-section-1 .box-content,
	.lp-1-section-2 .box-content,
	.lp-1-section-3 .box-content,
	.lp-1-section-4 .box-content,
	.lp-1-section-5 .box-content {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/*--------------------------------
LP 2
---------------------------------*/
	.box-lp-header-2 {
		background: url(../img/pic-lp2-1.jpeg) center center no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		min-height: 250px;
	}
	.lp-2-pic-1 {
		background: url(../img/pic-lp2-2.jpeg) center 20% no-repeat;
		background-size: cover;
		height: 400px;
		margin: 0 auto 60px;
		width: 1000px;
	}
	.page .lp-2-section-1 .box-content {
		margin: 0 auto;
	}
	.lp-2-box {
		background: rgba(9, 141, 0, 70%);
		padding: 25px;
	}
	.lp-2-box-top {
		background: rgba(139, 209, 135, 89%);
		position: relative;
		padding: 10px 0;
	}
	.lp-2-box-top:after {
		content: "";
		display: block;
		border-top: 50px solid rgba(139, 209, 135, 89%);
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		position: absolute;
		left: 50%;
		top: 100%;
		margin-left: -50px;
	}
	.lp-2-box-top p:nth-child(1) {
		text-align: center;
		font-size: 24px;
		color: white;
		font-weight: bold;
		margin: 0px;
	}
	.lp-2-box-top p:nth-child(2) {
		text-align: center;
		font-size: 36px;
		color: #ffff03;
		font-weight: bold;
		text-shadow: 0px 0px 1px #c7f83d;
		margin: 0;
	}
	.lp-2-box-top p:nth-child(2) span {
		border-bottom: 5px double red;
		font-size: 36px;
		color: #ffff03;
	}
	.lp-2-box .lp-2-box-p-1 {
		text-align: center;
		color: white;
		font-size: 18px;
		margin-top: 75px;
	}
	.lp-2-box .lp-2-box-p-1 .big-1 {
		font-weight: bold;
		font-size: 20px;
	}
	.lp-2-box .lp-2-box-p-1 .big-2 {
		font-weight: bold;
		font-size: 16px;
	}
	.lp-2-box .lp-2-box-title {
		text-align: center;
		background: white;
		font-size: 36px;
		font-weight: bold;
		color: #52af4c;
		border-radius: 17px;
		width: 400px;
		margin: 0 auto 20px;
		padding: 0;
		line-height: 70px;
		box-shadow: none;
		border: none;
	}
	.lp-2-box .lp-2-box-price {
		width: 600px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
		position: relative;
		left: 50px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-1 {
		width: 36%;
		color: white;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.65em;
		position: relative;
		top: 10px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-1:after {
		content: "";
		display: block;
		width: 200px;
		height: 2px;
		background: white;
		position: absolute;
		left: 0;
		top: 55px;
		transform: rotate(-15deg);
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-1 span {
		color: white;
		font-size: 24px;
		font-weight: bold;
		padding-left: 15px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-2 {
		width: 53%;
		color: #f85470;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.65em;
		position: relative;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-2:before {
		content: "";
		display: block;
		background: url(../img/lp-2-box-price-2.png) 0 0 no-repeat;
		background-size: contain;
		width: 17px;
		height: 24px;
		position: absolute;
		left: -40px;
		top: 45px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-2 span {
		color: #ffff03;
		font-size: 40px;
		font-weight: bold;
		padding-left: 15px;
	}
	.lp-2-section-5 {
		margin-bottom: 100px;
	}

	.table-lp-2 {
		width: 508px;
		margin: 0 auto 40px;
		border-collapse: collapse;
	}
	.table-lp-2 th {
		border: 1px solid #ededed;
		padding: 10px 0;
		text-align: center;
		vertical-align: middle;
	}
	.table-lp-2 td {
		border: 1px solid #ededed;
		padding: 10px 0;
		text-align: center;
		vertical-align: middle;
	}
	.table-lp-2 tr:nth-child(1) {
		background: #f0f5fd;
	}
	.table-lp-2 tr:nth-child(1) th,
	.table-lp-2 tr:nth-child(1) td {
		color: #373597;
	}
	.table-lp-2 tr:nth-child(2) td {
		font-size: 22px;
	}
	.table-lp-2 tr:nth-child(2) td span {
		display: block;
		font-size: 13px;
	}
	.lp-2-video + p {
		text-align: center;
	}
	.lp-2-video {
	}
	.lp-2-video .lp-2-video-item {
		display: block;
		width: 508px;
		height: auto;
		margin: 50px auto;
	}
	.lp-2-section-5-youtube {
		width: 350px;
		margin: 0 auto;
		text-align: center;
	}
	.lp-2-section-5-youtube a:hover {
		opacity: 0.7;
	}

	/*--------------------------------
 owner 追加CSS
---------------------------------*/
	.page .pagetitle-2 {
		text-align: left;
		font-size: 22px;
		font-weight: bold;
	}
	.page p + .pagetitle-2 {
		margin-top: 60px;
	}
	.page .pagetitle-2:after {
		content: "";
		display: block;
		width: 125px;
		height: 5px;
		background: #1d2088;
		margin: 10px 5px 25px;
	}

	.page .pagetitle-3 {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		position: relative;
		padding-left: 20px;
	}
	.page p + .pagetitle-3 {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.page .pagetitle-3::after {
		content: "";
		position: absolute;
		padding: 15px 15px 15px 15px;
		border-left: 5px solid #1d2088;
		background: transparent;
		left: 0;
		top: 0;
	}

	.post-single ul {
		list-style: none; /* デフォルトのアイコンを消す */
		margin: 10px 10px 10px 25px; /* デフォルト指定上書き */
		padding: 0; /* デフォルト指定上書き */
		position: relative;
	}
	.post-single p + ul {
		margin-top: -25px;
	}
	.post-single ul li {
		font-size: 16px;
	}
	.post-single ul li:before {
		content: ""; /* 空の要素作成 */
		width: 10px; /* 幅指定 */
		height: 10px; /* 高さ指定 */
		display: inline-block; /* インラインブロックにする */
		background-color: #222; /* 背景色指定 */
		border-radius: 50%; /* 要素を丸くする */
		position: relative; /* 位置調整 */
		top: -1px; /* 位置調整 */
		margin-right: 5px; /* 余白指定 */
	}

	.post-single ol {
		list-style: none; /* デフォルトのアイコンを消す */
		margin: 0 0 30px; /* デフォルト指定上書き */
		padding: 0; /* デフォルト指定上書き */
		counter-reset: li_count; /* カウンタをセット */
		position: relative;
	}

	.post-single ol li {
		font-size: 16px;
		margin-bottom: 5px; /* 要素と要素の間指定 */
	}

	.post-single ol li:before {
		counter-increment: li_count; /* カウンタの値を計算していく */
		content: counter(li_count) "."; /* 数字出力 */

		margin-right: 5px; /* 余白指定 */
	}
	.post-single p + ol {
		margin-top: -25px;
	}
	.post-single p {
		color: #222;
		font-size: 16px;
		line-height: 2em;
		margin-bottom: 30px;
	}

	/*
FURUSATO
*/
	.list-fr {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 135px;
		margin-top: 140px;
	}
	.list-fr > li {
		background: #e1ebff;
		border-radius: 15px;
		position: relative;
	}
	.list-fr > li:after {
		content: "";
		display: block;
		background: url(../img/fr-arrow.png) 0 0 no-repeat;
		background-size: contain;
		width: 38px;
		height: 69px;
		position: absolute;
		left: 120%;
		top: 50%;
		margin-top: -38px;
	}
	.list-fr > li:last-child:after {
		content: none;
	}
	.list-fr .fr-num {
		width: 107px;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		top: -54px;
		margin-left: -54px;
	}
	.list-fr .fr-pic {
		width: 54px;
		margin: 85px auto 20px;
	}
	.list-fr .fr-pic {
	}
	.list-fr .fr-title {
		font-size: 22px;
		color: #1c1a8a;
		font-weight: bold;
		text-align: center;
		line-height: 1.4em;
	}
	.list-fr .fr-title .notice {
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		line-height: 1.6em;
		display: inline-block;
		margin-top: 15px;
	}

	/*
MAIL CLEANING
*/
	.title-1-logo {
		width: 150px;
		position: relative;
		margin: -50px auto 50px;
	}
	.cln-1 {
		position: relative;
	}
	.cln-1-pic-1 {
		width: 867px;
		margin: 0 auto 40px;
	}
	.cln-1-logos {
		display: flex;
		justify-content: center;
	}
	.title-2.center {
		text-align: center;
	}
	.page .title-2.center:after {
		content: "";
		display: block;
		width: 80px;
		height: 1px;
		background: #1d2088;
		margin: 25px auto 20px;
	}
	.page .title-2-caption {
		text-align: center;
		font-size: 16px;
		color: #1c1a8a;
		margin-bottom: 50px;
		letter-spacing: 3px;
	}
	.col-2 .title-check {
		font-weight: bold;
		font-size: 28px;
		color: #1c1a8a;
		position: relative;
		padding-left: 45px;
		margin-bottom: 35px;
	}
	.col-2 .title-check:before {
		background: url(../img/title-check.png) 0 0 no-repeat;
		background-size: contain;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 36px;
		height: 35px;
	}
	.cln-1 .col-2 {
		margin-bottom: 100px;
	}
	.cln-1 ul.list {
	}
	.cln-1 ul.list > li {
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
		margin-bottom: 0;
	}
	.cln-1 ul.list > li:before {
		content: "-";
		top: 0px;
	}
	.box-merit {
		position: relative;
		display: flex;
		justify-content: space-between;
		margin-bottom: 100px;
	}
	.box-merit .merit-content {
		width: 725px;
	}
	.box-merit .merit-content .merit-title {
		font-size: 28px;
		font-weight: bold;
		color: #1c1a8a;
		margin-bottom: 30px;
	}
	.box-merit .merit-content .merit-title img {
		width: 80px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 25px;
	}
	.box-merit .merit-content p {
	}
	.box-merit .merit-pic {
		width: 358px;
		display: flex;
		align-items: center;
	}
	.cln-1 .box-merit ul.list > li:before {
		content: "・";
		top: 0px;
	}
	.box-merit.box-merit-r .merit-content {
		order: 2;
	}
	.box-merit.box-merit-r .merit-pic {
		order: 1;
	}
	.list-proc {
		max-width: 800px;
		margin: 0 auto;
	}
	.list-proc .proc-title {
		position: relative;
		background: #e2e9ff;
		padding: 25px 40px;
		font-size: 21px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.list-proc .proc-title .proc-num {
		position: absolute;
		left: -22px;
		top: 22px;
		background: #fff;
		text-align: center;
		border-radius: 100%;
		font-size: 22px;
		color: #1c1a8a;
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.list-proc .proc-title img {
		position: absolute;
		right: 20px;
		top: 20px;
		width: 52px;
	}
	.list-proc .proc-content {
		padding: 25px 45px;
	}
	.list-proc .proc-content p {
		font-size: 16px;
		color: #666666;
	}
	p.cln-catch {
		text-align: center;
		font-weight: bold;
		font-size: 32px;
		color: #1c1a8a;
		margin: 50px auto;
		line-height: 1.5em;
	}
	.list-cln-cards {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 70px;
	}
	.list-cln-cards > li {
		position: relative;
	}
	.list-cln-cards img {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.list-cln-cards p {
		font-size: 16px;
		color: #666666;
		line-height: 1.75em;
	}
	.cln-cy-pic-1 {
		margin-bottom: 60px;
	}
	.cln-tags {
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.cln-tags div {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #1c1a8a;
		background: #e1ebff;
		border-radius: 22px;
		margin: 5px 22px 22px 0;
		padding: 5px 25px;
	}
	.cln-cy-pic-2 {
		width: 660px;
		margin: 0 auto;
	}
	.cln-fee-top {
		width: 570px;
		margin: 0 auto;
		text-align: center;
		border: 2px solid #1c1a8a;
		font-size: 16px;
		padding: 20px 0;
	}
	.cln-fee-top span {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		color: #1c1a8a;
		padding-left: 20px;
	}
	.table-cln-fee {
		width: 590px;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 10px;
	}
	.table-cln-fee th {
		text-align: left;
		background: #e2e9ff;
		padding: 20px;
		font-size: 16px;
	}
	.table-cln-fee td {
		text-align: right;
		background: #f7f8f8;
		padding: 20px;
		font-size: 16px;
	}
	.table-cln-fee td span {
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.list-cln-qna > li {
		position: relative;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 35px;
	}
	.list-cln-qna .q {
		position: relative;
		font-size: 16px;
		font-weight: bold;
		color: #1c1a8a;
		padding: 10px 60px;
	}
	.list-cln-qna .q:before {
		content: "";
		background: url(../img/list-cln-qna-q.png) 0 0 no-repeat;
		background-size: contain;
		width: 43px;
		height: 43px;
		position: absolute;
		left: 0;
		top: 5px;
	}
	.list-cln-qna .q:after {
		content: "";
		background: url(../img/plus.png) 0 0 no-repeat;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 0;
		top: 5px;
	}
	.list-cln-qna .q.is-active:after {
		background: url(../img/minus.png) 0 0 no-repeat;
		background-size: contain;
	}
	.list-cln-qna .a {
		position: relative;
		padding: 10px 60px;
		margin-top: 15px;
		display: none;
	}
	.list-cln-qna .a:before {
		content: "";
		background: url(../img/list-cln-qna-a.png) 0 0 no-repeat;
		background-size: contain;
		width: 43px;
		height: 43px;
		position: absolute;
		left: 0;
		top: 5px;
	}
	.list-cln-qna .a p {
		color: #666666;
		line-height: 1.5em;
	}

	.cln-catch {
		text-align: center;
		position: relative;
		padding-top: 45px;
		padding-bottom: 45px;
		width: 594px;
		margin: 55px auto 55px;
	}
	.cln-catch:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../img/cln-catch-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 85px;
		height: 85px;
	}
	.cln-catch:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(../img/cln-catch-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 85px;
		height: 85px;
	}
	.cln-catch .cln-catch-p-1 {
		text-align: center;
		font-size: 24px;
		line-height: 1.1666em;
		color: #333333;
		margin-bottom: 25px;
		font-weight: bold;
	}
	.cln-catch .cln-catch-p-2 {
		text-align: center;
		font-size: 36px;
		color: #1c1a8a;
		line-height: 1.1666em;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.cln-catch img:not(.cln-pc):not(.cln-spn) {
		display: block;
		width: 150px;
		margin: 0 auto;
	}

	/* メールクリーニング内の画像
	レスポンシブ対応:
	画面幅が768px以下の場合のスタイル */

	@media (max-width: 768px) {
		.mc-video-container iframe {
			width: 100%;
			height: auto;
			margin-bottom: 20px;
		}

		.mc-thumbnails {
			flex-direction: column;
			align-items: center;
			gap: 10px;
		}

		.mc-thumbnail-video {
			width: 80%;
			height: auto;
		}

		.mc-video-introduction {
			font-size: 20px;
			margin-top: 50px;
		}
	}

	/*
ブラックリスト監視サービス
*/
	.bl-intro-pic {
		width: 100%; /* 画面幅に合わせて伸縮するように変更 */
		max-width: 984px; /* PCでは984px以上にならないように制限 */
		margin: 0 auto 90px;
	}
	/* 画像自体も親枠に合わせて縮小するように追加 */
	.bl-intro-pic img {
		width: 100%;
		height: auto;
	}
	.bl-intro-title {
		position: relative;
		margin: 0 auto 70px;
		width: 100%; /* ←変更 */
		max-width: 800px; /* ←追加 */
		font-size: 24px;
		line-height: 1.166em;
		font-weight: bold;
		text-align: center;
		padding: 35px 0 70px;
	}
	.bl-intro-title:before {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 0;
		background: url(../img/bl/bl-intro-title-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 85px;
		height: 85px;
	}
	.bl-intro-title:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(../img/bl/bl-intro-title-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 85px;
		height: 85px;
	}
	.bl-intro-title img {
		display: block;
		width: 655px;
		margin: 15px auto 0px;
	}
	.bl-intro-title + p.gray {
		width: 100%; /* ←変更 */
		max-width: 950px; /* ←追加 */
		margin-left: auto;
		margin-right: auto;
		color: #666666;
	}
	.bl-logos {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bl-logos img {
		margin: 0 8px;
	}
	.title-3 {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		color: #333333;
		margin-top: 100px;
		margin-bottom: 0;
	}
	.title-3:after {
		content: "";
		display: block;
		margin: 30px auto 25px;
		background: #1d2088;
		width: 80px;
		height: 1px;
	}
	p.title-3-caption {
		text-align: center;
		font-size: 16px;
		color: #1c1a8a;
		letter-spacing: 0.3em;
		margin-bottom: 75px;
	}
	.bl p.blue {
		font-weight: bold;
	}
	.bl-notify {
		display: flex;
		align-content: center;
	}
	.bl-notify img {
		width: 335px;
		display: block;
		margin: 0 auto;
	}
	.bl-fees {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 9px;
		width: 100%; /* ←変更 */
		max-width: 816px; /* ←追加 */
		margin: 0 auto 15px;
	}
	.bl-fee {
	}
	.bl-fee .bl-fee-title {
		color: white;
		text-align: center;
		font-weight: bold;
		background: #1c1a8a;
		line-height: 68px;
		font-size: 18px;
	}
	.bl-fee .bl-fee-content {
		background: #e2e9ff;
		border: 3px solid #e2e9ff;
		padding: 25px 0;
	}
	.bl-fee:nth-child(1) .bl-fee-content {
		border: 3px solid #1c1a8a;
	}
	.bl-fee .bl-fee-content p.center {
		font-size: 18px;
		font-weight: bold;
		color: #212121;
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.3em;
	}
	.bl-fee .bl-fee-content p.bl-fee-price {
		font-size: 36px;
		font-weight: bold;
		color: #1c1a8a;
		margin-bottom: 5px;
		text-align: center;
		line-height: 1.3em;
	}
	.bl-fee .bl-fee-content p.bl-fee-price small {
		font-size: 24px;
		font-weight: bold;
	}
	.bl-fee .bl-fee-content .bl-fee-caption {
		text-align: center;
		color: #666666;
		font-size: 14px;
		text-align: center;
		line-height: 1.3em;
		margin-bottom: 0;
	}
	.bl-fees + p.notice {
		width: 100%; /* ←変更 */
		max-width: 816px; /* ←追加 */
		margin-left: auto;
		margin-right: auto;
	}
	.bl-sample {
		width: 100%; /* ←変更 */
		max-width: 816px; /* ←追加 */
		margin: 50px auto;
		background: #f7f8f8;
		box-sizing: border-box;
		padding: 25px;
	}
	.bl-sample .bl-sample-title {
		text-align: left;
		font-weight: bold;
		font-size: 16px;
		color: #333333;
		margin-bottom: 45px;
	}
	.bl-sample-item {
		position: relative;
		width: 100%; /* ←600pxから変更 */
		max-width: 600px; /* ←追加 */
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.page p.bl-sample-item-1 {
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		font-weight: bold;
		font-size: 16px;
		background: #ff4966;
		border-radius: 6px;
		position: relative;
		width: 70px;
		height: 70px;
		text-align: center;
		line-height: 1.2em;
		margin-right: 20px;
	}
	.bl-sample-item-1:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -15px;
		transform: translateY(-50%);
		border-width: 10px 0 10px 15px;
		border-style: solid;
		border-color: transparent transparent transparent #ff4966;
	}
	.page .bl-sample-item-2 {
		text-align: left;
		font-size: 24px;
		color: #333333;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	.bl-sample-item-2 .s {
		font-weight: normal;
		font-size: 14px;
		color: #333333;
	}
	.bl-sample-item-2 .s.pink {
		color: #ff4966;
		font-size: 12px;
		position: relative;
		top: -5px;
	}
	.bl-sample-item-2 .num {
		font-weight: bold;
		font-size: 36px;
		color: #333333;
	}
	.page .bl-sample-item-3 {
		text-align: left;
		font-size: 24px;
		color: #1c1a8a;
		font-weight: bold;
		line-height: 1.2em;
		position: relative;
		top: -0px;
	}
	.bl-sample-item-3 .num {
		font-weight: bold;
		font-size: 36px;
		color: #1c1a8a;
	}
	.bl-sample-item-3 .s {
		font-weight: normal;
		font-size: 14px;
		color: #333333;
	}
	.bl-sample-item-3 .add {
		position: absolute;
		right: -70px;
		top: -50px;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		font-weight: bold;
		font-size: 18px;
		background: #ff4966;
		border-radius: 6px;

		width: 109px;
		height: 70px;
		text-align: center;
		line-height: 1.2em;
	}
	.bl-sample-item-3 .add:after {
		content: "";
		position: absolute;
		left: 30px;
		bottom: -20px;
		transform: translateY(-20%);
		border-width: 15px 0 15px 15px;
		border-style: solid;
		border-color: transparent transparent transparent #ff4966;
	}
	.bl .list-cln-qna {
		width: 100%; /* ←変更 */
		max-width: 816px; /* ←追加 */
		margin: 50px auto;
	}

	.page ol.col-list {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.col-list > li {
		font-weight: bold;
		margin-bottom: 2px;
		padding-left: 18px;
		position: relative;
		color: #1c1a8a;
	}
	.page ol.col-list > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: 0px;
		color: #1c1a8a;
		font-weight: normal;
	}

	/*
MAIL CLEANING
*/
	.mc-ic {
		width: 150px;
		display: block;
		margin: -30px auto 80px;
	}
	.mc-mado {
		width: 450px;
		margin: 0 auto;
	}
	.page p.mc-mado-2 {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 28px;
		background: #1c1a8b;
		padding: 5px 15px;
		margin-bottom: 15px;
	}
	.page p.mc-mado-3 {
		text-align: center;
		color: #1c1a8b;
		font-weight: bold;
		font-size: 20px;
	}
	.list-mcp {
		display: flex;
		justify-content: center;
		gap: 34px;
		margin-top: 110px;
		position: relative;
		z-index: 5;
	}
	.list-mcp > li {
		background: #fff;
		position: relative;
		box-sizing: border-box;
		width: 251px;
		border: 1px solid #3a6deb;
		border-radius: 15px;
		padding: 40px 15px 25px;
		display: flex;
		justify-content: space-between;
	}
	.list-mcp .mcp-header {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #3a6deb;
		width: 100%;
		position: absolute;
		left: 0;
		top: -60px;
	}
	.list-mcp .mcp-header span {
		color: white;
		font-size: 24px;
		background: #3a6deb;
		width: 55px;
		line-height: 55px;
		height: 55px;
		border-radius: 100%;
		margin: 0 auto;
		display: block;
	}
	.list-mcp img {
		width: 68px;
		height: 68px;
	}
	.list-mcp li > p {
		text-align: left;
		font-weight: bold;
		font-size: 18px;
		color: #000000;
		line-height: 1.5em;
		margin: 0;
		width: calc(100% - 85px);
	}
	.list-mcp li > p .mcp-big {
		font-size: 24px;
		color: #1c1a8b;
		font-weight: bold;
	}
	.mcp-visual {
		position: relative;
		margin-top: -70px;
		margin-bottom: 120px;
	}
	.page p.mcp-impact {
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		color: #1c1a8b;
		line-height: 1.5em;
	}
	.table-mcp {
		width: 100%;
		border-collapse: separate;
		border-spacing: 9px;
		margin-bottom: 120px;
	}
	.table-mcp tr:nth-child(1) th {
		text-align: center;
		font-weight: bold;
		color: white;
		background: #3a6deb;
		font-size: 18px;
		padding: 20px;
		width: calc(100% / 3 - 250px);
	}
	.table-mcp tr:nth-child(1) th.no {
		background: none;
	}
	.table-mcp td {
		background: #f7f8f8;
		padding: 20px;
	}
	.table-mcp td ul.list {
		margin-bottom: 0;
	}
	.table-mcp td ul.list > li {
		margin-bottom: 0;
	}
	.table-mcp td ul.list > li:last-child {
		margin-bottom: 0;
	}
	.table-mcp tr:not(:nth-child(1)) th {
		background: #1c1a8b;
		color: white;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		width: 150px;
		vertical-align: middle;
	}
	.table-mcp tr:last-child td {
		background: #e2e9ff;
		vertical-align: middle;
	}
	.table-mcp td p {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #333333;
		line-height: 1.25em;
		margin: 0;
	}
	.box-warm {
		background: #f7f8f8;
		position: relative;
		box-sizing: border-box;
		padding: 85px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.box-warm > div {
		border: 1px solid #5452a8;
		border-radius: 20px;
		background: #fff;
	}
	.box-warm .warm-header {
		background: url(../img/warn-header-1.jpg) center center no-repeat;
		background-size: cover;
		padding: 50px 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.box-warm > div:nth-child(2) .warm-header {
		background: url(../img/warn-header-2.jpg) center center no-repeat;
		background-size: cover;
	}
	.box-warm .warm-header .warm-title {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.5em;
	}
	.box-warm .warm-header .warm-title:after {
		content: "";
		display: block;
		background: #38a9ea;
		width: 135px;
		height: 1px;
		margin: 15px auto;
	}
	.box-warm .warm-header .warm-caption {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 10px;
		line-height: 1.5em;
		margin-bottom: 0;
	}
	.box-warm .warm-content {
		box-sizing: border-box;
		padding: 30px 0 25px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.box-warm .warm-content .warm-feat {
		text-align: center;
		margin-bottom: 5px;
	}
	.box-warm .warm-content .warm-feat span {
		display: inline-block;
		color: white;
		font-weight: bold;
		font-size: 18px;
		background: #38a9ea;
		padding: 5px 40px;
		border-radius: 30px;
	}
	.box-warm .warm-content p.warm-p-up {
		text-align: center;
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
		margin-bottom: 0;
	}
	.box-warm .warm-content p.warm-p {
		text-align: center;
		font-size: 24px;
		color: #1c1a8a;
		font-weight: bold;
		margin-bottom: 0;
	}
	.box-warm .warm-content p.warm-p .num {
		text-align: center;
		font-size: 46px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.box-warm .warm-content p.warm-notice {
		text-align: center;
		font-weight: normal;
		font-size: 12px;
		color: #333333;
		margin-bottom: 0;
	}
	.mccase {
		background: #f7f8f8;
		box-sizing: border-box;
		position: relative;
		padding: 45px;
		display: flex;
		justify-content: space-between;
	}
	.mccase > div:nth-child(1) {
		width: 40%;
	}
	.mccase > div:nth-child(2) {
		width: 55%;
		padding-top: 35px;
	}
	.mccase .mccase-title {
		text-align: left;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.box-pr {
	}
	.box-pr .pr-title {
		text-align: center;
		font-weight: bold;
		color: white;
		font-size: 18px;
		background: #1c1a8b;
		padding: 15px 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		margin-bottom: 0;
	}
	.box-pr .pr-content {
		padding: 15px;
		border: 1px solid #1c1a8b;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background: #fff;
	}
	.box-pr .pr-content .pr-notice {
		text-align: center;
		font-size: 16px;
		color: #333333;
		margin-bottom: 10px;
	}
	.box-pr .pr-content .pr-p {
		text-align: center;
		font-size: 20px;
		color: #1c1a8b;
		font-weight: bold;
		margin-bottom: 0;
	}
	.box-pr .pr-content .pr-p .num {
		text-align: center;
		font-size: 37px;
		font-weight: bold;
	}
	.mccase .mccase-notice {
		text-align: left;
		font-size: 14px;
		color: #333333;
		margin-top: 15px;
	}
	.table-mcfee {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
		margin-top: 80px;
	}
	.table-mcfee .item {
		/* display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px; */
	}
	.table-mcfee .item .item-header {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 18px;
		background: #1c1a8b;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}
	.table-mcfee .item .item-td {
		background: #f7f8f8;
		padding: 15px 25px;
		margin-bottom: 10px;
		min-height: 140px;
	}
	.table-mcfee .item .item-td p {
		margin-bottom: 0;
	}
	.table-mcfee .item .item-td-l {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 75px;
		min-height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.table-mcfee .item .item-td-l p {
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		margin-bottom: 0;
		line-height: 1.5em;
	}
	.table-mcfee .item .item-td-l p .num {
		font-size: 28px;
		color: #1c1a8a;
		font-weight: bold;
		padding-right: 10px;
	}
	.table-mcfee .item-c .item-header {
		background: #3a6deb;
		height: 82px;
	}
	.table-mcfee .item-c .item-td {
		background: #e2e9ff;
	}
	.table-mcfee .item-c .item-td-l p .num {
		color: #3a6deb;
	}
	.table-mcfee .item-c {
		position: relative;
		top: -22px;
	}
	.chart-container {
		position: relative;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	.custom-legend {
		position: absolute;
		top: 100px; /* 20px → 約1cm下へ */
		left: 100px; /* 20px → 約1cm右へ */
		background: white;
		border: 2px solid #1c1a8b;
		padding: 12px 16px;
		font-size: 16px;
		line-height: 1.6;
		color: #000;
		z-index: 10;
		border-radius: 6px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	}
	.legend-item {
		display: flex;
		align-items: center;
		margin-bottom: 6px;
	}
	.legend-color {
		width: 16px;
		height: 16px;
		margin-right: 8px;
		display: inline-block;
	}

	/*--- 20250715 会社ロゴ ---*/
	.company-logos-container {
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.company-logo-item {
		/* borderとbackground-colorに!importantを追加して強制適用 */
		border: 1px solid #cccccc !important; /* 枠線（濃いめの灰色）を強制適用 */
		border-radius: 10px;
		padding: 15px;
		background-color: #ffffff !important; /* 背景色を強制適用 */
		flex: 1;
		min-width: 150px;
		max-width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.company-logo-item img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	/* --- 20260102 画像が親要素を突き破らないようにする共通設定--- */
	.digital-service-intro .bl-intro-pic img {
		max-width: 100%;
		height: auto;
		display: block; /* 下部の隙間を消す */
	}

	.bl-intro-pic {
		text-align: center;
		margin-bottom: 20px;
	}

	.bl-intro-pic img {
		max-width: 100%;
		width: 100%; /* 親要素いっぱいに広げたい場合 */
		max-width: 800px; /* 必要以上に大きくしたくない上限サイズ */
		height: auto;
	}

	/*
	20260602 ブラックリスト監視サービス
	*/
	.box-rev {
		position: relative;
		background: #f1f6ff;
		padding: 40px;
		margin-bottom: 85px;
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
	}
	.box-rev .box-rev-lead {
		color: white;
		background: #3a6deb;
		display: inline-block;
		font-weight: bold;
		font-size: 17px;
		padding: 2px 6px;
		margin-bottom: 0;
		position: relative;
		z-index: 3;
	}
	.box-rev .box-rev-title {
		font-weight: bold;
		font-size: 71px;
		color: #1c1a8a;
		text-indent: -9999em;
		background: url(../img/black/box-rev-title.png) 0 0 no-repeat;
		background-size: contain;
		width: 445px;
		height: 68px;
		margin: 34px 0 30px;
		position: relative;
		z-index: 3;
	}
	.box-rev .box-rev-pic {
		/* max-width: 625px;
		max-width: clamp(300px, 35vw, 625px);
		width: 100%;

		position: absolute;
		right: 40px;
		top: 40px; */
	}
	.box-rev .box-rev-note {
		text-align: left;
		font-weight: bold;
		font-size: 16px;
		color: #1c1a8a;
		position: relative;
		z-index: 3;
		margin-bottom: 0;
	}
	.bl-intro-title-black img {
		max-width: 450px;
	}
	.black-title-blue {
		text-align: center;
		font-weight: bold;
		font-size: 36px;
		color: #1c1a8a;
		line-height: 1.333em;
	}
	.black-flow {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 50px;
		margin-bottom: 80px;
	}
	.black-flow .black-flow-item {
		position: relative;
		border: 4px solid #999999;
		border-radius: 10px;
		box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.3);
		padding: 20px;
	}
	.black-flow .black-flow-item:after {
		content: "";
		display: block;
		background: url(../img/black/black-next-1.png) 0 0 no-repeat;
		background-size: contain;
		width: 23px;
		height: 51px;
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.black-flow .black-flow-item:nth-child(2)::after {
		background: url(../img/black/black-next-2.png) 0 0 no-repeat;
		background-size: contain;
	}
	.black-flow .black-flow-item:nth-child(3)::after {
		background: url(../img/black/black-next-3.png) 0 0 no-repeat;
		background-size: contain;
	}
	.black-flow .black-flow-item:nth-child(4)::after {
		background: url(../img/black/black-next-4.png) 0 0 no-repeat;
		background-size: contain;
	}
	.black-flow .black-flow-item:nth-child(5)::after {
		content: none;
	}
	.black-flow .black-flow-item:nth-child(2) {
		border-color: #b4848c;
	}
	.black-flow .black-flow-item:nth-child(3) {
		border-color: #c47783;
	}
	.black-flow .black-flow-item:nth-child(4) {
		border-color: #dc6476;
	}
	.black-flow .black-flow-item:nth-child(5) {
		border-color: #ff4966;
	}
	.black-flow .black-flow-pic {
		height: 165px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #cccccc;
	}
	.black-flow p {
		text-align: center;
		font-size: 16px;
		color: #333333;
		line-height: 1.3125em;
		margin: 10px 0 0;
		font-weight: 500;
	}
	.black-flow-item:last-child p {
		color: #ff4966;
	}
	.black-notice {
		color: white !important;
		font-weight: bold;
		font-size: 24px;
		background: #ff4966;
		padding: 3px 15px;
		display: inline-block;
		margin-bottom: 0 !important;
	}
	.curse-grid {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		gap: 90px;
	}
	.curse-grid .curse-pic {
		flex: 1;
		max-width: 523px;
		margin-bottom: 50px;
	}
	.curse-content {
		/* flex: 0 1 424px; */
		flex: 1;
		border: 1px solid #1c1a8a;
		border-radius: 15px;
		box-shadow: 0px 0px 15px #ddd;
	}
	.curse-content .curse-header {
		text-align: center;
		background: #1d2088;
		font-weight: bold;
		color: white;
		font-size: 20px;
		margin: 0;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.curse-content .curse-header .curse-header-tag {
		display: inline-block;
		background: white;
		color: #1d2088;
		font-size: 20px;
		padding: 1px 10px;
		text-align: center;
		font-weight: bold;
		margin-right: 20px;
	}
	.curse-content .curse-list {
		padding: 35px 15px;
	}
	.curse-content .curse-item {
		position: relative;
		margin-bottom: 0;
	}
	.curse-content .curse-num {
		color: white;
		font-weight: bold;
		text-align: center;
		background: #1d2088;
		width: 48px;
		height: 34px;
		line-height: 34px;
		font-size: 18px;
		border-radius: 50px;
		margin-bottom: 0;
	}
	.curse-content .curse-text {
		position: relative;
		clear: both;
		margin-bottom: 10px;
	}
	.curse-content .curse-text img {
		float: right;
		width: 66.5px;
		margin-left: 30px;
	}
	.curse-content .curse-item:nth-child(2) .curse-text img {
		width: 84.5px;
	}
	.curse-content .curse-item:nth-child(3) .curse-text img {
		width: 102px;
	}
	.curse-notice {
		border: 4px solid #1d2088;
		padding: 15px;
		margin-top: 90px;
	}
	.curse-notice p {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.5833333333em;
		margin: 0;
	}
	.curse-notice p span {
		font-weight: bold;
		font-size: 24px;
	}
	.prob-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 80px;
		margin-top: 100px;
	}
	.prob-item {
		position: relative;
		border: 1px solid #cccccc;
		border-radius: 10px;
		padding: 1px 30px 30px;
	}

	.prob-item .prob-tag {
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 24px;
		background: #1c1a8a;
		max-width: 282px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -25px;
		margin-bottom: 30px;
	}
	.prob-item:nth-child(2) .prob-tag {
		background: #3a6deb;
	}
	.prob-item .prob-title {
		background: #e2e9ff;
		font-weight: bold;
		text-align: center;
		font-size: 30px;
		color: #1c1a8a;
		padding: 20px;
	}
	.prob-item:nth-child(2) .prob-title {
		background: #afddf7;
	}
	.prob-item .prob-title .prob-up {
		width: 110px;
		height: 30px;
		line-height: 30px;
		border-radius: 9999px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		background: #1c1a8a;
		color: white;
		margin-top: -35px;
		margin-bottom: 10px;
	}
	.prob-item:nth-child(2) .prob-title {
		color: #3a6deb;
	}
	.prob-item:nth-child(2) .prob-title .prob-up {
		background: #3a6deb;
	}
	.prob-item .prob-content {
		position: relative;
	}
	.prob-item .prob-feat {
		position: relative;
		background: #f7f8f8;
		font-size: 14px;
		line-height: 1.2857142857em;
		padding: 8px;
		margin-bottom: 10px;
		margin-left: 185px;
	}
	.prob-item .prob-pic {
		width: 172px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.curse-notice-2 p {
		font-size: 20px;
	}
	.efo-feats {
		display: flex;
		justify-content: center;
		gap: 100px;
		margin-top: 100px;
	}
	.efo-feat {
		position: relative;
		background: #1c1a8a;
		border-radius: 10px;
		width: 344px;
	}
	.efo-feat:nth-child(1)::after {
		content: "";
		display: block;
		background: url(../img/black/cross.png) 0 0 no-repeat;
		background-size: contain;
		width: 28px;
		height: 28px;
		position: absolute;
		right: -65px;
		top: 50%;
		transform: translateY(-50%);
	}
	.efo-feat p {
		text-align: center;
		font-weight: bold;
		font-size: 36px;
		color: white !important;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		line-height: 1.2778em;
		height: 136px;
	}
	.efo-feat p .small {
		font-size: 28px;
		font-weight: bold;
		display: block;
		width: 100%;
	}
	.efo-feat:nth-child(2) {
		background: #3a6deb;
	}
	.efo-point {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 65px;
		margin-top: 100px;
	}
	.efo-point-item {
		position: relative;
		background: #f1f6ff;
		border: 2px solid #5e5ead;
		box-shadow: 0px 0px 15px #ddd;
		border-radius: 15px;
		padding: 37px;
	}
	.efo-point-item .efo-point-num {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #1c1a8a;
		margin-bottom: 0;
	}
	.efo-point-item .efo-point-title {
		text-align: center;
		color: #1c1a8a;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.25em;
		margin-top: 20px;
	}
	.efoc-notice {
		border: 4px solid #1d2088;
		padding: 15px;
		margin-bottom: 40px;
	}
	.efoc-notice p {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin: 0;
	}
	.efo-table {
		width: 730px;
		margin: 0 auto;
		border-spacing: 4px;
		border-collapse: separate;
	}
	.efo-table tr:nth-child(1) th:nth-child(2) {
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		background: #666666;
		padding: 20px;
	}
	.efo-table tr:nth-child(1) th:nth-child(3) {
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		background: #3a6deb;
		padding: 20px;
	}
	.efo-table th:nth-child(1) {
		color: white;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 16px;
		background: #666666;
		padding: 20px;
	}
	.efo-table thead tr:nth-child(1) th {
		background: none;
	}
	.efo-table td:nth-child(2) {
		background: #f7f8f8;
		text-align: center;
		font-size: 14px;
		padding: 15px;
	}
	.efo-table td:nth-child(3) {
		background: #afddf7;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #1c1a8a;
		padding: 15px;
	}
	.efo-table img {
		width: 36px;
		display: block;
		margin: 25px auto 0;
	}
	.google-step {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 50px;
		margin-bottom: 50px;
		margin-top: 100px;
	}
	.google-step-item {
		position: relative;
		border: 2px solid #1c1a8a;
		border-radius: 10px;
		padding: 40px 20px;
		box-shadow: 0px 0px 15px #ddd;
	}
	.google-step-item::after {
		content: "";
		display: block;
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
		background: url(../img/black/black-next-blue.png) 0 0 no-repeat;
		background-size: contain;
		width: 23px;
		height: 51px;
	}
	.google-step-item:last-child::after {
		content: none;
	}
	.google-step-item .google-step-num {
		text-align: center;
		color: #fff;
		font-weight: bold;
		margin: 0 auto 20px;
		font-size: 16px;
		background: #1c1a8a;
		border-radius: 9999px;
		width: 106px;
	}
	.google-step-item .google-step-title {
		text-align: center;
		font-weight: bold;
		color: #1c1a8a;
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.google-step-item .google-step-pic {
		height: 120px;
		display: flex;
		align-items: center;
	}
	.google-step-item img {
		max-width: 106px;
		display: block;
		margin: 20px auto;
	}
	.google-step-item .google-step-note {
		text-align: center;
		margin-bottom: 0;
	}
	.black-ex {
		text-align: center;
		font-size: 12px;
		color: #666666 !important;
	}
	.black-rec {
		text-align: center;
	}
	.black-rec p {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		color: #fff;
		background: #1c1a8a;
		padding: 2px 15px;
		display: inline-block;
	}
	.black-sub {
		position: relative;
		border: 1px solid #1c1a8a;
		display: flex;
		margin: 40px auto 65px;
	}
	.black-sub .black-sub-header {
		flex: 0 0 382px;
		background: #e2e9ff;
		position: relative;
		padding-left: 145px;
		box-sizing: border-box;
		padding-bottom: 20px;
	}
	.black-sub .black-sub-header img {
		position: absolute;
		left: 20px;
		bottom: 0;
		width: 111px;
	}
	.black-sub .black-sub-title {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		line-height: 2em;
		color: #1c1a8a;
		margin-bottom: 10px;
	}
	.black-sub .black-sub-tag {
		width: 109px;
		height: 40px;
		text-align: center;
		border-radius: 9999px;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		margin: 0 auto;
		background: #1c1a8a;
	}
	.black-sub .black-sub-content {
		flex: 1;
		padding: 25px 30px;
	}
	.black-sub .black-sub-content p {
		font-size: 16px;
		line-height: 1.375em;
		margin-bottom: 0;
	}
	.reco-point {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 50px;
		margin-bottom: 90px;
	}
	.reco-point-item {
		position: relative;
		padding: 20px;
		border: 2px solid #1c1a8a;
		box-shadow: 0px 0px 15px #ddd;
		border-radius: 15px;
	}
	.reco-point-item .reco-point-num {
		text-align: center;
		font-weight: bold;
		color: #1c1a8a;
		font-size: 16px;
	}
	.reco-point-item .reco-point-pic {
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 15px;
	}
	.reco-point-item .reco-point-pic img {
		width: 50%;
	}
	.reco-point-item .reco-point-title {
		text-align: center;
		font-weight: bold;
		color: #1c1a8a;
		font-size: 28px;
		min-height: 64px;
	}
	.reco-point-item .reco-point-note {
		margin-bottom: 0;
		text-align: center;
	}
	.black-vali-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 70px;
		margin-top: 50px;
	}
	.black-vali-item {
		position: relative;
	}
	.black-vali-title {
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		background: #3a6deb;
		border-radius: 9999px;
		margin: 0 auto 40px;
		max-width: 265px;
	}
	.black-vali-box {
		border: 2px solid #1c1a8a;
		border-radius: 10px;
		box-shadow: 0px 0px 15px #ddd;
		overflow: hidden;
	}
	.black-vali-box .black-vali-pic img {
		width: 100%;
		height: 170px;
		object-fit: cover;
	}
	.black-vali-content p {
		text-align: center;
		padding: 20px;
		margin: 0;
	}
	.secc-grid {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 80px;
		margin-bottom: 45px;
	}
	.secc-item {
		position: relative;
		flex: 0 0 456px;
	}
	.secc-item .secc-title {
		text-align: center;
		color: white;
		font-weight: bold;
		background: #3a6deb;
		font-size: 20px;
		padding: 10px;
		margin: 0;
	}
	.secc-item .secc-note {
		padding: 10px 5px;
		margin: 0;
	}
	.secc-item .secc-list li {
		position: relative;
		background: #e2e9ff;
		border-radius: 5px;
		padding: 15px;
		padding-left: 85px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.625em;
	}
	.secc-item .secc-list li::before {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -11px;
		background: url(../img/black/check.png) 0 0 no-repeat;
		background-size: contain;
		width: 28px;
		height: 22px;
	}
	.secc-pic {
		flex: 1;
	}
	.black-ex-2 {
		font-size: 14px !important;
	}
	.title-last {
		font-weight: bold;
		text-align: center;
		color: #1c1a8a;
		font-size: 36px;
		margin-bottom: 30px;
	}
	.lead-last {
		text-align: center;
		margin-top: 40px;
		font-size: 28px !important;
		font-weight: bold !important;
		line-height: 1.2857142857em !important;
	}
}


/* ===== 2/4: module_page_sp.css ===== */
/***************************
*
* 固定ページ
* ★ページ中身用★
*
**************************/
@media all and (max-width: 736px) {
	.page .paper-r,
	.page .paper-l {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page .paper-l .box-content {
	}
	.page .paper-r .box-content {
		margin-left: 0;
		margin-right: 0;
	}
	/*
PAGE HEADER
*/
	.page-header-wrap {
		padding-top: 70px;
	}
	.page-header.section-header {
		max-width: 100%;
		margin: 0 0 20px;
	}
	.page-header .page-header-top {
		width: 110px;
		margin-bottom: 12px;
	}
	.page-header .page-header-top a {
		display: block;
		color: #666666;
		font-size: 11px;
		text-align: center;
		background-color: #fff;
		line-height: 22px;
		border: 1px solid #efefef;
		border-radius: 15px;
	}
	.page-header .page-header-top a:hover {
		text-decoration: none;
		background-color: #666666;
		color: white;
	}
	.page-header-title {
		text-align: left;
	}
	.page-header-title-en {
	}
	.page-header-title-en::first-letter {
		text-transform: uppercase;
	}

	.page-contents {
		padding: 0px 0 1px;
		position: relative;
	}

	/*
BG
*/

	/*
PAGE
*/
	.l-page {
		padding-bottom: 60px;
		box-sizing: border-box;
	}
	.page {
		line-height: 2em;
		color: #333;
		font-size: 13px;
		position: relative;
	}
	.page p a {
		color: #222;
		text-decoration: underline;
	}
	.page a:hover {
		text-decoration: none;
	}
	.page p {
		color: #222222;
		font-size: 13px;
		margin-bottom: 30px;
		line-height: 2em;
	}
	.page p.notice,
	.page p .notice {
		font-size: 13px;
		color: #888888;
		font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		line-height: 1.4em;
	}
	.page p.intro-p {
		text-align: center;
		font-size: 24px;
		line-height: 1.6em;
	}

	.page .catch-p {
		text-align: center;
		font-size: 20px;
	}
	.pic-zoom {
		display: block;
		position: relative;
	}
	.pic-zoom:after {
		content: "";
		position: absolute;
		right: 0px;
		bottom: 0px;
		background: url(../img/zoom.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
	}

	.page p small {
		font-size: 0.9em;
	}
	.page .title-1 {
		text-align: center;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
	}
	.page .title-1 sup {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		color: #1c1a8a;
		margin-bottom: 10px;
	}
	.page .title-1:after {
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		background: #1d2088;
		margin: 15px auto 65px;
	}
	.box-anchor + .title-1 {
		margin-top: 60px;
	}
	.page .title-2 {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
	}
	.page .title-2:after {
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		background: #1d2088;
		margin: 15px 0 25px;
	}
	.page .title-3 {
	}

	.page .title-4 {
	}
	.page .title-5 {
	}
	/*
.page h4 {
	padding: 10px 15px;
	border-left: 4px solid #1d2088;
}
	*/
	.page .content {
		/* padding: 0 75px; */
	}

	hr {
		border: none;
		border-top: 5px solid #f7f8f8;
		margin: 30px auto;
		clear: both;
	}
	.center {
		text-align: center;
	}
	.right {
		text-align: right;
	}
	.left {
		text-align: left !important;
	}
	.middle {
		vertical-align: middle;
	}
	.alignleft {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.alignright {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.aligncenter {
		display: block;
		margin: 30px auto;
	}

	.page ol.list {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.list > li {
		font-weight: normal;
		margin-bottom: 15px;
		padding-left: 25px;
		position: relative;
		color: #666;
	}
	.page ol.list > li .list-impact {
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
		font-size: 1.2em;
	}
	.page ol.list > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: 0px;
		color: #666;
	}

	.page ol.list-2 {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.list-2 > li {
		font-weight: normal;
		margin-bottom: 5px;
		padding-left: 25px;
		position: relative;
	}
	.page ol.list-2 > li:before {
		counter-increment: number;
		content: "(" counter(number) ")";
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.page ul.list {
		margin-bottom: 30px;
	}
	.page ul.list > li {
		font-weight: normal;
		padding-left: 20px;
		position: relative;
		line-height: 2em;
		margin-bottom: 15px;
		color: #666;
	}
	.page ul.list > li:before {
		content: "・";
		position: absolute;
		left: 0px;
		top: 1px;
		color: #666;
	}
	.page ol.list-abc {
	}
	.page ol.list-abc > li {
		font-size: 15px;
		line-height: 2em;
		padding-left: 20px;
		position: relative;
		margin-bottom: 15px;
	}
	.page ol.list-abc > li .abc {
		position: absolute;
		left: 0;
		top: 0px;
	}

	/* column */
	.col-2 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 50px auto;
	}
	.col-2 > div {
		width: 100%;
		position: relative;
	}
	.col-2 .title-3,
	.col-2 .title-4 {
		margin-top: 0;
	}
	.col-2 .caption {
		text-align: center;
		margin-bottom: 0;
		font-size: 14px;
	}
	.page .pic {
		text-align: center;
	}
	.col-3 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 35px auto;
	}
	.col-3 .caption {
		margin-bottom: 0;
		font-size: 14px;
	}
	.col-3 > div {
		width: 300px;
	}
	.col-4 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 35px auto;
	}
	.col-4 > div {
		width: 220px;
	}
	.col-73 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.col-73 > div:first-child {
		width: 650px;
	}
	.col-73 > div:first-child .pics-2 > div {
		width: 300px;
	}
	.col-73 > div:last-child {
		width: 300px;
	}

	/*
COMPANY
*/
	/* .box-company {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.box-company .box-company-l {
	width: 48%;

}
.box-company .box-company-r {
	width: 50%;
} */
	.table-company {
		border-spacing: 10px;
		border-collapse: separate;
		width: 100%;
		margin: 0px 0px 30px;
	}
	.table-company th {
		font-size: 13px;
		color: #666666;
		border-bottom: 1px solid #1d2088;
		padding: 10px 0;
		width: 80px;
	}
	.table-company td {
		font-size: 13px;
		color: #333333;
		border-bottom: 1px solid #dcdddd;
		padding: 10px 0;
	}
	.box-company .map {
		width: 100%;
		height: 300px;
	}
	.page-company .box-content {
		max-width: 100%;
		margin: 0;
	}

	/*
FROM CEO
*/
	.box-anchor {
		padding: 0px 0;
	}
	.box-anchor:not(:first-child) {
		margin-top: 30px;
	}
	.list-anchor {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list-anchor > li {
		width: 100%;
		border: 1px solid #1c1a8a;
		position: relative;
		margin-bottom: 5px;
	}
	.list-anchor > li > a {
		display: block;
		font-size: 12px;
		color: #1c1a8a;
		padding: 10px 10px;

		text-align: left;
		box-sizing: border-box;
		position: relative;
	}
	.list-anchor > li > a i {
		font-size: 1.5em;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.list-anchor > li > a:hover {
		text-decoration: none;
		background: #1c1a8a;
		color: white;
	}
	.list-anchor.list-anchor-gray > li {
		border: 1px solid #eff0f0;
	}
	.list-anchor.list-anchor-gray > li > a {
		color: #212121;
	}
	.list-anchor.list-anchor-gray > li > a:hover {
		background: #eff0f0;
		color: #212121;
	}
	.list-anchor .sub {
		box-shadow: 0px 0px 15px #ddd;
		width: 100%;
		display: none;
		animation-duration: 0.5s;
		animation-name: fade-in;
		-moz-animation-duration: 0.5s;
		-moz-animation-name: fade-in;
		-webkit-animation-duration: 0.5s;
		-webkit-animation-name: fade-in;
	}
	.list-anchor .has-child:hover .sub {
	}
	.list-anchor .sub.is-active {
		display: block;
		opacity: 1;
	}
	.list-anchor .sub > li {
		background: white;
		padding: 0 10px;
	}
	.list-anchor .sub > li:hover {
		background-color: #f7f8f8;
	}
	.list-anchor .sub > li > a {
		font-size: 12px;
		color: #212121;
		border-bottom: 1px solid #dcdddd;
		display: block;
		padding: 10px 0;
	}
	.list-anchor .sub > li:last-child > a {
		border-bottom: none;
	}

	.box-pic-ceo {
		background: url(../img/box-pic-ceo-sp.jpg) 0 -10px no-repeat;
		background-size: cover;
		height: 300px;
		margin-bottom: -50px;
	}
	.box-value {
		background: url(../img/bg-box-value.jpg) center top no-repeat;
		background-size: contain;
		position: relative;
		/* height: 665px; */
		height: 0;
		padding-top: 56.21%;
		margin: 40px auto;
	}
	.box-value a {
		display: block;
		width: 95px;
		position: absolute;
		top: 50%;
		left: 80%;
		transform: translate(-50%, -50%);
	}
	/*
SERVICE
*/
	.pic-sv-1 {
		margin: 30px auto;
	}
	.table-price {
		border-spacing: 10px;
		border-collapse: separate;
		width: 100%;
		margin: 50px auto 30px;
		display: none;
	}
	.table-price th {
		text-align: center;
		width: 22%;
		vertical-align: middle;
		padding: 30px 0;
	}
	.table-price th p {
		line-height: 1.5em;
	}

	.table-price th:nth-child(1) {
		font-size: 40px;
		color: #1c1a8a;
		width: 27%;
	}
	.table-price th:nth-child(1) span {
		color: #3a6deb;
		font-size: 40px;
	}
	.table-price th:nth-child(2) {
		text-align: center;
		color: white;
		background: #1c1a8a;
	}
	.table-price th:nth-child(2) p {
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(2) .en {
		font-size: 28px;
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(2) .en span {
		font-weight: bold;
		font-size: 28px;
		color: white;
	}
	.table-price th:nth-child(3) {
		text-align: center;
		color: white;
		background: #3a6deb;
		position: relative;
		padding-top: 0;
	}
	.table-price th:nth-child(3):before {
		content: "";
		position: absolute;
		left: 0;
		top: -30px;
		height: 40px;
		width: 100%;
		background: #3a6deb;
		display: block;
	}
	.table-price th:nth-child(3) p {
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(3) .en {
		font-size: 28px;
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(3) .en span {
		font-weight: bold;
		font-size: 28px;
		color: white;
	}
	.table-price th:nth-child(4) {
		text-align: center;
		color: white;
		background: #1c1a8a;
	}
	.table-price th:nth-child(4) p {
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(4) .en {
		font-size: 28px;
		color: white;
		margin: 0;
	}
	.table-price th:nth-child(4) .en span {
		font-weight: bold;
		font-size: 28px;
		color: white;
	}
	.table-price td {
		text-align: left;
		font-size: 14px;
		color: #212121;
		padding: 15px 20px;
		vertical-align: middle;
		position: relative;
		background-color: #e1ebff;
	}
	.table-price td:not(:first-child) {
		text-align: center;
	}
	.table-price tr:last-child td:not(:first-child) {
		text-align: left;
	}
	.table-price td:nth-child(1) {
		vertical-align: middle;
	}
	.table-price td:nth-child(2),
	.table-price td:nth-child(4) {
		background-color: #f7f8f8;
	}
	.table-price .circle {
		font-size: 28px;
		color: #1c1a8a;
	}
	.table-price .pr-1 {
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.table-price .pr-2 {
		font-size: 16px;
		color: #3a6deb;
		font-weight: bold;
	}
	.table-price .pr-3 {
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.table-price td .comment {
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -18px;
		font-size: 12px;
	}

	.box-price {
		display: block;
	}
	.box-price .price-title {
		font-size: 20px;
		color: #1c1a8a;
		text-align: center;
		margin-bottom: 30px;
	}
	.box-price .price-title span {
		font-size: 20px;
		color: #3a6deb;
	}
	.price-item {
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.price-header {
		background-color: #1c1a8a;
		padding: 5px 15px;
		position: relative;
	}
	.price-header-2 {
		background-color: #3a6deb;
	}
	.price-header-3 {
		background-color: #1c1a8a;
	}
	.price-header .en {
		color: white;
		font-size: 18px;
		margin: 0;
	}
	.price-header .en span {
		font-weight: bold;
		color: white;
		font-size: 18px;
	}
	.price-header .jp {
		font-size: 11px;
		position: absolute;
		right: 15px;
		top: 12px;
		margin: 0;
		color: white;
	}
	.price-th {
		background: #e1ebff;
		margin: 5px auto;
		padding: 5px;
		text-align: center;
		font-size: 12px;
	}
	.price-td {
		background: #f7f8f8;
		margin: 5px auto;
		padding: 5px;
		text-align: center;
		font-size: 12px;
		position: relative;
	}
	.price-td.pr-1 {
		color: #1c1a8a;
		font-weight: bold;
	}
	.price-td.pr-2 {
		color: #3a6deb;
		font-weight: bold;
	}
	.price-td.pr-3 {
		color: #1c1a8a;
		font-weight: bold;
	}
	.price-td .comment {
		font-size: 11px;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.price-toggle {
		text-align: center;
		font-size: 13px;
		margin: 20px auto;
	}
	.price-toggle:hover {
		cursor: pointer;
	}
	.price-toggle:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		background: url(../img/box-price-toggle.png) center center no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		margin-left: 10px;
	}
	.price-wrap {
		display: none;
	}

	.sv-mov {
		margin-bottom: 50px;
	}
	.from {
		margin-top: 35px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-items: flex-start;
		height: 100px;
	}
	.from img {
		width: 100px;
		display: block;
		margin-right: 15px;
	}
	.from p {
		font-size: 12px;
		color: #666666;
		display: flex;
		align-items: center;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		padding-top: 30px;
	}
	.box-gray {
		background-color: #f7f8f8;
		margin: 30px auto;
		padding: 15px;
		position: relative;
	}
	.box-gray.box-vy {
	}
	.box-gray.box-vy .vy-logo {
		width: 150px;
		margin: 0 auto 15px;
	}
	.box-gray.box-vy .vy-mov {
		width: 100%;
		height: 200px;
		margin-bottom: 15px;
	}
	.box-gray.box-vy .vy-mov .vy-i {
		height: 200px;
	}
	.box-gray.box-vy p {
		font-size: 14px;
	}
	.box-gray.box-vy p:last-child {
		margin-bottom: 0;
	}
	.box-gray.box-vy p strong {
		font-size: 16px;
		color: #666666;
	}
	.box-gray.box-vy p.gray a {
		font-size: 16px;
		color: #1c1a8a;
	}
	.list-mov {
		/* display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	 */
		display: block;
		margin-bottom: 30px;
	}
	.list-mov li {
		width: 100%;
		/* width: 49%; */
	}
	.table-price-2 {
		border-spacing: 10px;
		border-collapse: separate;
		width: 100%;
		margin: 50px auto;
	}
	.table-price-2 th {
		background-color: #e1ebff;
		vertical-align: middle;
		font-size: 16px;
		color: #212121;
		padding: 25px;
	}
	.table-price-2 td {
		color: #212121;
		font-size: 16px;
		background-color: #f7f8f8;
		padding: 15px 25px;
		position: relative;
	}
	.table-price-2 td .blue {
		font-weight: bold;
	}
	.table-price-2 .pr {
		display: block;
		font-weight: bold;
		color: #1c1a8a;
	}

	.sv-point {
		margin: 50px auto;
	}

	/*
FORM
*/
	.select-wrap {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.select-wrap.select-wrap-lg {
		width: 695px;
	}
	.select-wrap.select-wrap-short {
		width: 67px;
	}
	.select-wrap:before {
		z-index: 5;
		position: absolute;
		right: 5px;
		top: 15px;
		content: "";
		display: block;
		background: url(../img/select.png) center center no-repeat;
		background-size: contain;
		width: 7px;
		height: 18px;
		pointer-events: none;
	}
	.select-wrap.select-wrap-short:before {
		top: 12px;
		right: 10px;
	}
	.mw_wp_form_confirm .select-wrap:before {
		content: none !important;
	}
	.mw_wp_form_confirm .select-wrap {
		width: auto !important;
		top: auto !important;
	}
	select {
		outline: none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: "";
		background: rgba(255, 255, 255, 0);
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 50px;
		padding: 8px 0px;
		border: none;
		border-bottom: 1px solid #1d2088;
		color: #333333;
		width: 100%;
		border-radius: 0px;
	}

	select option {
		background-color: #fff;
		color: black;
	}
	select::-ms-expand {
		display: none;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #828c9a;
	}

	.contact-flow {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 45px auto 40px;
	}
	.contact-flow > li {
		font-size: 13px;
		color: #1c1a8a;
		text-align: center;
		border: 1px solid #1c1a8a;
		border-radius: 100%;
		width: 50px;
		height: 50px;
		margin: 0 25px;
		line-height: 50px;
		position: relative;
	}
	.contact-flow > li:before {
		content: "";
		background: #1c1a8a;
		width: 25px;
		height: 1px;
		display: block;
		position: absolute;
		left: 59px;
		top: 25px;
	}
	.contact-flow > li:last-child:before {
		content: none;
	}
	.mw_wp_form_input .contact-flow > li:nth-child(1) {
		color: white;
		background: #1c1a8a;
	}
	.mw_wp_form_confirm .contact-flow > li:nth-child(2) {
		color: white;
		background: #1c1a8a;
	}
	.mw_wp_form_input .confirm-p {
		display: none;
	}
	.mw_wp_form_confirm .input-p {
		display: none;
	}
	.contact-flow {
	}
	.table-contact {
		margin: 0 auto;
	}
	.table-contact th {
		font-size: 14px;
		color: #585858;
	}
	.table-contact .required {
		color: white;
		text-align: center;
		/* background: #1c1a8a; */
		font-size: 12px;
		font-weight: bold;
		/* width: 40px;
	line-height: 20px; */
		margin-left: 10px;
		display: inline-block;
		text-indent: -9999em;
		background: url(../img/required.png) center center no-repeat;
		background-size: 8px 8px;
		width: 8px;
		height: 8px;
		vertical-align: middle;
	}
	.table-contact td {
		padding-top: 0px;
		padding-bottom: 35px;
	}

	.table-contact input[type="text"],
	.table-contact input[type="email"],
	.table-contact input[type="tel"] {
		height: 50px;
		background: none;
		font-size: 16px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #1d2088;
		padding-left: 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
	}
	.table-contact .input-short {
		width: 48% !important;
	}
	.table-contact .input-short-2 {
		position: relative;
		left: 2%;
	}
	.table-contact textarea {
		height: 100px;
		background: none;
		font-size: 16px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #1d2088;
		padding: 20px 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
		resize: vertical;
	}

	.mw_wp_form_confirm .table-contact {
	}
	.mw_wp_form_confirm .table-contact tr {
		display: block;
		position: relative;
	}
	.mw_wp_form_confirm .table-contact th {
	}
	.mw_wp_form_confirm .table-contact td {
		/* padding-left: 300px; */
		border-bottom: 1px solid #707070;
		width: 100%;
		display: block;
		box-sizing: border-box;
		/* min-height: 80px; */
		padding-top: 10px;
		margin-bottom: 30px;
		padding-bottom: 0px;
	}
	.mw_wp_form_confirm .table-textarea {
		min-height: auto !important;
	}
	.mw_wp_form_confirm .table-contact {
		margin-bottom: 80px;
		width: 100%;
	}
	p.privacy {
		text-align: left;
		color: #585858;
		font-size: 12px;
		line-height: 1.833em;
	}
	.mw_wp_form_confirm p.privacy {
		display: none;
	}
	p.privacy a {
		color: #1c1a8a;
		text-decoration: underline;
	}

	.btn-submit-wrap {
		margin: 65px auto 80px;
		width: 264px;
		position: relative;
	}
	.btn-submit-wrap:hover {
	}
	/* .btn-submit-wrap:after {
	content: "CONFIRM";
	position: absolute;
	left: 120px;
	top: 35px;
	font-size: 12px;
	letter-spacing: 0.3em;
}
.mw_wp_form_confirm .btn-submit-wrap:after {
	content: "SEND";
	left: 140px;
} */

	.btn-submit {
		display: block;
		margin: 0px;
		width: 264px;
		background: none;
		border: 1px solid #585858;
		text-align: center;
		font-size: 12px;
		color: white;
		font-weight: bold;
		line-height: 43px;
		border-radius: 25px !important;
		position: relative;
		z-index: 3;
		background: #1c1a8a;
	}
	.btn-submit:hover {
		cursor: pointer;
	}

	/*
.btn-submit-wrap:hover .btn-submit {

	color: white;
	border: 1px solid #1c1a8a;
}
*/
	/*
.btn-submit-wrap:hover {
	color: white;
	background: #1c1a8a;
}
*/
	.mw_wp_form_confirm .btn-submit-wrap {
		margin-bottom: 200px;
	}

	.box-contact {
		border: 1px solid #1c1a8a;
		margin: 0 auto 50px;
		padding: 20px 0 20px;
	}
	.box-contact p {
		margin: 0;
	}
	.box-contact p:nth-child(1) {
		font-size: 16px;
		color: #585858;
		text-align: center;
		margin-bottom: 10px;
		letter-spacing: 0.08em;
	}
	.box-contact p:nth-child(2) {
		color: #585858;
		text-align: center;
		margin-bottom: 10px;
	}
	.box-contact p:nth-child(2) a {
		font-size: 40px;
		color: #1c1a8a;
		text-decoration: none;
		letter-spacing: 0.1em;
	}
	.box-contact p:nth-child(3) {
		font-size: 16px;
		color: #585858;
		text-align: center;
		letter-spacing: 0.08em;
	}
	.mw_wp_form_confirm .box-contact {
		display: none;
	}
	.mw_wp_form_complete .link {
		margin-bottom: 90px;
	}

	.contact-intro {
		font-size: 10px !important;
	}

	.box-red {
		border: 1px solid #e83828;
		padding: 15px;
		margin-bottom: 20px;
	}
	.box-red p {
		color: #e83828;
		text-align: center;
		margin: 0;
		font-size: 12px;
	}
	.mw_wp_form_confirm .contact-intro,
	.mw_wp_form_confirm .box-red,
	.mw_wp_form_confirm .required-notice {
		display: none;
	}
	.required-notice {
		text-align: right;
		font-size: 12px !important;
		color: #000000;
	}
	.required-notice:before {
		content: "";
		display: inline-block;
		background: url(../img/required.png) center center no-repeat;
		background-size: 8px 8px;
		width: 8px;
		height: 8px;
		vertical-align: middle;
		margin-right: 10px;
	}

	.mov {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 30px;
	}
	.mov iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/*
SITEMAPS
*/
	.list-sitemap {
	}
	.list-sitemap li {
	}
	.list-sitemap li a {
	}
	.list-sitemap .sub {
		margin-bottom: 20px;
	}
	.list-sitemap .sub li {
		position: relative;
	}
	.list-sitemap .sub li a {
		padding-left: 20px;
	}
	.list-sitemap .sub li a:before {
		content: "";
		display: block;
		width: 12px;
		height: 1px;
		background: #1d2088;
		position: absolute;
		left: 0;
		top: 17px;
	}

	/*
COMMENTS
*/
	.comment-form p {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.comment-reply-title {
		text-align: left;
		font-size: 24px;
		font-weight: bold;
	}
	.comment-reply-title:after {
		content: "";
		display: block;
		width: 80px;
		height: 1px;
		background: #1d2088;
		margin: 25px 0 65px;
	}
	.comment-form-notes {
		font-size: 12px;
	}
	.comment-form {
	}
	.comment-form label {
		display: block;
	}
	.comment-form textarea {
		height: 150px;
		background: none;
		font-size: 16px;
		width: 100%;
		border: none;
		border: 1px solid #1d2088;
		padding: 20px 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
		resize: vertical;
	}
	.comment-form input[type="text"],
	.comment-form input[type="email"] {
		height: 50px;
		background: none;
		border: none;
		border-bottom: 1px solid #1d2088;
		font-size: 16px;
		width: 100%;
		padding-left: 0px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
	}
	.comment-form .comment-form-cookies-consent label {
		display: inline;
	}
	.comment-form .submit {
		display: block;
		margin: 0px auto;
		width: 264px;
		background: none;
		border: 1px solid #585858;
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: bold;
		line-height: 43px;
		border-radius: 25px !important;
		position: relative;
		z-index: 3;
		background: #1c1a8a;
	}
	.comment-form .submit:hover {
		opacity: 0.7;
		cursor: pointer;
	}

	#comments-count {
		display: none;
	}
	#comments-list {
		margin-bottom: 30px;
	}
	#comments-list li {
		border-bottom: 4px solid #f7f8f8;
		padding: 15px 15px 15px;
		background: #f7f8f8;
		border-radius: 20px;
		margin: 15px 0;
	}
	#comments-list ul {
	}
	#comments-list ul li {
		margin-left: 50px;
		margin-top: 30px;
		margin-bottom: 30px;
		background: white;
		border-radius: 20px;
	}
	#comments-list .reply {
	}
	#comments-list .reply a {
		display: inline-block;
		margin: 0px;
		width: 85px;
		background: none;
		border: 1px solid #585858;
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: bold;
		line-height: 43px;
		border-radius: 25px !important;
		position: relative;
		z-index: 3;
		background: #1c1a8a;
	}
	.comment-body {
	}
	.comment-author {
		line-height: 1em;
		font-size: 12px;
	}
	.comment-author .fn {
		font-size: 14px;
		font-weight: bold;
		padding-top: 10px;
	}
	.comment-author .says {
		font-size: 12px;
	}
	.comment-author img {
		border-radius: 100%;
		vertical-align: bottom;

		margin-right: 15px;
	}
	.comment-meta {
		font-size: 12px;
		clear: both;
	}
	.comment-meta + p {
	}
	.grecaptcha-badge {
		z-index: 999;
	}

	/*
ERROR
*/
	.box-err {
		position: relative;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.box-err .err-pic {
		width: 200px;
		display: block;
		margin: 15px auto;
	}
	.box-err p {
		text-align: center;

		position: relative;
	}
	.box-err p a {
		color: #1c1a8a;
		text-decoration: none;
		font-weight: bold;
	}
	.box-err .btn {
	}

	/*
LP1
*/
	.box-lp-header {
		background: url(../img/pic-lp1-1.jpg) center center no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		min-height: 140px;
	}
	.box-lp-header .box-lp-header-title {
		text-align: center;
		color: white;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.45em;
		padding: 15px 0;
	}
	.lp-1-pic-1 {
		background: url(../img/pic-lp1-2.jpg) center center no-repeat;
		background-size: cover;
		height: 250px;
	}
	.lp-1-pic-2 {
		background: url(../img/pic-lp1-3-2.jpg) center center no-repeat;
		background-size: cover;
		height: 250px;
	}
	.lp-1-section-1 {
		margin-top: -50px;
		margin-bottom: 34px;
	}
	.lp-1-section-1 .title-3 {
		padding: 0;
		border: none;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.box-blue {
		background: #f0f5fd;
		padding: 30px 15px;
		margin: 20px auto;
	}
	.box-blue .box-blue-title {
		padding: 0px;
		border: none;
		font-size: 16px;
		font-weight: bold;
		color: #373597;
		margin: 0 0 15px;
	}
	.box-blue p:last-child {
		margin-bottom: 0;
	}
	.lp-1-section-2 {
		margin-top: -50px;
		margin-bottom: 34px;
	}
	.title-1 .under {
		background: linear-gradient(to top, #ffff66 30%, transparent 30%);
		font-size: 18px;
	}
	.list-check {
	}
	.list-check > li {
		border-bottom: 1px solid #eeeeee;
		padding: 15px 15px 15px 35px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.42em;
		background: url(../img/list-check.png) left 15px no-repeat;
		background-size: 28px 24px;
	}
	.page .lp-1-impact {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px -15px;
		color: #373597;
	}
	.lp-1-section-3 {
		margin-bottom: 30px;
	}
	.lp-1-section-3 .title-1 {
		text-align: left;
	}
	.page .lp-1-section-3 .title-1:after {
		margin: 15px 0 65px;
	}
	.page .lp-1-impact-2 {
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px -15px;
		color: #373597;
	}
	.page .lp-1-impact-3 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px -15px 10px;
		color: #373597;
	}
	.page .lp-1-impact-3:after {
		content: "";
		display: block;
		background: url(../img/lp-1-impact-3.png) center center no-repeat;
		background-size: cover;
		width: 120px;
		height: 17px;
		margin: 30px auto 10px;
		animation: 1s ease infinite forwards anim-mov;
	}
	@keyframes anim-mov {
		0% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(15px);
			opacity: 0;
		}
	}
	.page .lp-1-impact-3 + .btn {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.lp-1-section-4 {
		margin-bottom: 30px;
	}
	.lp-1-section-4 .title-1 {
		text-align: left;
	}
	.page .lp-1-section-4 .title-1:after {
		margin: 15px 0 65px;
	}
	.page .lp-1-impact-4 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		margin: 30px -15px;
		color: #373597;
	}
	.page .lp-1-impact-4:after {
		content: "";
		display: block;
		background: url(../img/lp-1-impact-4.png) center center no-repeat;
		background-size: cover;
		width: 20px;
		height: 12px;
		margin: 30px auto 10px;
		animation: 1s ease infinite forwards anim-mov;
	}
	.page .lp-1-impact-4 + .btn {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.lp-1-section-5 {
	}
	.lp-1-section-5 .title-1 {
		text-align: left;
	}
	.page .lp-1-section-5 .title-1:after {
		margin: 15px 0 65px;
	}
	.box-blue ul li {
		font-size: 16px;
		font-weight: bold;
		color: #373597;
	}

	/*--------------------------------
LP 2
---------------------------------*/
	.box-lp-header-2 {
		background: url(../img/pic-lp2-1.jpeg) center center no-repeat;
		background-size: cover;
	}
	.lp-2-pic-1 {
		background: url(../img/pic-lp2-2.jpeg) center center no-repeat;
		background-size: cover;
		height: 250px;
	}
	.lp-2-box {
		background: rgba(9, 141, 0, 70%);
		padding: 15px;
		margin: 0 -25px;
	}
	.lp-2-box-top {
		background: rgba(139, 209, 135, 89%);
		position: relative;
		padding: 10px 0 20px;
	}
	.lp-2-box-top:after {
		content: "";
		display: block;
		border-top: 25px solid rgba(139, 209, 135, 89%);
		border-right: 25px solid transparent;
		border-left: 25px solid transparent;
		position: absolute;
		left: 50%;
		top: 100%;
		margin-left: -25px;
	}
	.lp-2-box-top p:nth-child(1) {
		text-align: center;
		font-size: 20px;
		color: white;
		font-weight: bold;
		margin: 0px;
	}
	.lp-2-box-top p:nth-child(2) {
		text-align: center;
		font-size: 29px;
		line-height: 1.2em;
		color: #ffff03;
		font-weight: bold;
		text-shadow: 0px 0px 1px #c7f83d;
		margin: 0;
	}
	.lp-2-box-top p:nth-child(2) span {
		border-bottom: 5px double red;
		font-size: 29px;
		color: #ffff03;
	}
	.lp-2-box .lp-2-box-p-1 {
		text-align: center;
		color: white;
		font-size: 18px;
		margin-top: 35px;
	}
	.lp-2-box .lp-2-box-p-1 .big-1 {
		font-weight: bold;
		font-size: 20px;
	}
	.lp-2-box .lp-2-box-p-1 .big-2 {
		font-weight: bold;
		font-size: 16px;
	}
	.lp-2-box .lp-2-box-title {
		text-align: center;
		background: white;
		font-size: 29px;
		font-weight: bold;
		color: #52af4c;
		border-radius: 17px;

		margin: 0 auto 20px;
		padding: 0;
		line-height: 70px;
		box-shadow: none;
		border: none;
	}
	.lp-2-box .lp-2-box-price {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-1 {
		width: 46%;
		color: white;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.65em;
		position: relative;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-1:after {
		content: "";
		display: block;
		background: url(../img/lp-2-box-price-1.png) 0 0 no-repeat;
		background-size: contain;
		width: 95%;
		height: 56px;
		position: absolute;
		left: 0;
		top: 15px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-1 span {
		color: white;
		font-size: 16px;
		font-weight: bold;
		padding-left: 5px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-2 {
		width: 50%;
		color: #f85470;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.65em;
		position: relative;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-2:before {
		content: "";
		display: block;
		background: url(../img/lp-2-box-price-2.png) 0 0 no-repeat;
		background-size: contain;
		width: 10px;
		height: 18px;
		position: absolute;
		left: -20px;
		top: 25px;
	}
	.lp-2-box .lp-2-box-price .lp-2-box-price-2 span {
		color: #ffff03;
		font-size: 20px;
		font-weight: bold;
		padding-left: 15px;
	}
	.lp-2-section-5 {
		margin-bottom: 100px;
	}

	.table-lp-2 {
		width: 100%;
		margin: 0 auto 40px;
		border-collapse: collapse;
	}
	.table-lp-2 th {
		border: 1px solid #ededed;
		padding: 10px 0;
		text-align: center;
		vertical-align: middle;
	}
	.table-lp-2 td {
		border: 1px solid #ededed;
		padding: 10px 0;
		text-align: center;
		vertical-align: middle;
	}
	.table-lp-2 tr:nth-child(1) {
		background: #f0f5fd;
	}
	.table-lp-2 tr:nth-child(1) th,
	.table-lp-2 tr:nth-child(1) td {
		color: #373597;
	}
	.table-lp-2 tr:nth-child(2) td {
		font-size: 22px;
	}
	.table-lp-2 tr:nth-child(2) td span {
		display: block;
		font-size: 13px;
	}
	.lp-2-video {
	}
	.lp-2-video .lp-2-video-item {
		display: block;
		width: 300px;
		height: auto;
		margin: 50px auto;
	}
	.lp-2-section-5-youtube {
		width: 300px;
		margin: 0 auto;
		text-align: center;
	}
	.lp-2-section-5-youtube a:hover {
		opacity: 0.7;
	}

	/*--------------------------------
 owner 追加CSS
---------------------------------*/

	.page .pagetitle-2 {
		text-align: left;
		font-size: 22px;
		font-weight: bold;
	}
	.page p + .pagetitle-2 {
		margin-top: 60px;
	}
	.page .pagetitle-2:after {
		content: "";
		display: block;
		width: 125px;
		height: 5px;
		background: #1d2088;
		margin: 10px 5px 25px;
	}

	.page .pagetitle-3 {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
	}
	.page p + .pagetitle-3 {
		margin-top: 60px;
		margin-bottom: 15px;
	}
	.page .pagetitle-3:before {
		content: "";
		border-left: 5px solid #1d2088;
		padding-left: 15px;
	}
	.post-single ul {
		list-style: none; /* デフォルトのアイコンを消す */
		margin: 0 0 30px; /* デフォルト指定上書き */
		padding: 0; /* デフォルト指定上書き */
		position: relative;
	}
	.post-single ul li {
		font-size: 16px;
	}
	.post-single p + ul {
		margin-top: -25px;
	}
	.post-single ul li:before {
		content: ""; /* 空の要素作成 */
		width: 10px; /* 幅指定 */
		height: 10px; /* 高さ指定 */
		display: inline-block; /* インラインブロックにする */
		background-color: #222; /* 背景色指定 */
		border-radius: 50%; /* 要素を丸くする */
		position: relative; /* 位置調整 */
		top: -1px; /* 位置調整 */
		margin-right: 5px; /* 余白指定 */
	}

	.post-single ol {
		list-style: none; /* デフォルトのアイコンを消す */
		margin: 0 0 30px; /* デフォルト指定上書き */
		padding: 0; /* デフォルト指定上書き */
		counter-reset: li_count; /* カウンタをセット */
		position: relative;
	}
	.post-single p + ol {
		margin-top: -25px;
	}
	.post-single ol li {
		font-size: 16px;
		margin-bottom: 5px; /* 要素と要素の間指定 */
	}

	.post-single ol li:before {
		counter-increment: li_count; /* カウンタの値を計算していく */
		content: counter(li_count) "."; /* 数字出力 */

		margin-right: 5px; /* 余白指定 */
	}
	.post-single p {
		color: #222;
		font-size: 16px;
		line-height: 2em;
		margin-bottom: 30px;
	}

	/*
FURUSATO
*/
	.list-fr {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 75px;
		margin-top: 40px;
	}
	.list-fr > li {
		height: 150px;
		background: #e1ebff;
		border-radius: 15px;
		position: relative;
		display: flex;

		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.list-fr > li:after {
		content: "";
		display: block;
		background: url(../img/fr-arrow-sp.png) 0 0 no-repeat;
		background-size: contain;
		width: 38px;
		height: 19px;
		position: absolute;
		left: 50%;
		bottom: -50px;
		margin-left: -19px;
	}
	.list-fr > li:last-child:after {
		content: none;
	}
	.list-fr .fr-num {
		width: 67px;
		margin: 0 auto;
		position: absolute;
		left: -34px;
		top: 50%;
		margin-top: -34px;
	}
	.list-fr .fr-pic {
		width: 54px;
		margin: 85px 0 20px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -27px;
	}

	.list-fr .fr-title {
		font-size: 18px;
		color: #1c1a8a;
		font-weight: bold;
		margin: 0;
		margin-left: 40px;
		line-height: 1.4em;
	}
	.list-fr .fr-title br {
		display: none;
	}
	.list-fr .fr-title .notice {
		font-size: 11px;
		font-weight: normal;
		color: #666666;
		line-height: 1.6em;
		display: block;
		margin-top: 15px;
	}
	.list-fr .fr-title .notice br {
		display: block;
	}

	/*
MAIL CLEANING
*/
	.title-1-logo {
		width: 150px;
		position: relative;
		margin: -50px auto 50px;
	}
	.cln-1 {
		position: relative;
	}
	.cln-1-pic-1 {
		margin: 0 auto 40px;
	}
	.cln-1-logos {
		display: flex;
		justify-content: center;
	}
	.title-2.center {
		text-align: center;
	}
	.page .title-2.center:after {
		content: "";
		display: block;
		width: 80px;
		height: 1px;
		background: #1d2088;
		margin: 25px auto 20px;
	}
	.page .title-2-caption {
		text-align: center;
		font-size: 16px;
		color: #1c1a8a;
		margin-bottom: 50px;
		letter-spacing: 3px;
	}
	.col-2 .title-check {
		font-weight: bold;
		font-size: 20px;
		color: #1c1a8a;
		position: relative;
		padding-left: 35px;
		margin-bottom: 20px;
	}
	.col-2 .title-check:before {
		background: url(../img/title-check.png) 0 0 no-repeat;
		background-size: contain;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 25px;
		height: 25px;
	}
	.cln-1 .col-2 {
		margin-bottom: 100px;
	}
	.cln-1 ul.list {
	}
	.cln-1 ul.list > li {
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
		margin-bottom: 0;
	}
	.cln-1 ul.list > li:before {
		content: "-";
		top: 0px;
	}
	.box-merit {
		position: relative;
		/* display: flex;
	justify-content: space-between; */
		margin-bottom: 50px;
	}
	.box-merit .merit-content {
	}
	.box-merit .merit-content .merit-title {
		font-size: 20px;
		font-weight: bold;
		color: #1c1a8a;
		margin-bottom: 30px;
	}
	.box-merit .merit-content .merit-title img {
		width: 40px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}
	.box-merit .merit-content p {
	}
	.box-merit .merit-pic {
		width: 280px;
		margin: 0 auto;
		/* width: 358px;
	display: flex;
	align-items: center; */
	}
	.cln-1 .box-merit ul.list > li:before {
		content: "・";
		top: 0px;
	}
	/* .box-merit.box-merit-r .merit-content {
	order: 2;
}
.box-merit.box-merit-r .merit-pic {
	order: 1;
} */
	.list-proc {
		margin: 0 auto;
	}
	.list-proc .proc-title {
		position: relative;
		background: #e2e9ff;
		padding: 15px 40px;
		font-size: 18px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.list-proc .proc-title .proc-num {
		position: absolute;
		left: -18px;
		top: 10px;
		background: #fff;
		text-align: center;
		border-radius: 100%;
		font-size: 18px;
		color: #1c1a8a;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.list-proc .proc-title img {
		position: absolute;
		right: 20px;
		top: 15px;
		width: 32px;
	}
	.list-proc .proc-content {
		padding: 15px 25px;
	}
	.list-proc .proc-content p {
		font-size: 15px;
		color: #666666;
	}
	p.cln-catch {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		color: #1c1a8a;
		margin: 30px auto;
		line-height: 1.5em;
	}
	.list-cln-cards {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}
	.list-cln-cards > li {
		position: relative;
	}
	.list-cln-cards img {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.list-cln-cards p {
		font-size: 14px;
		color: #666666;
		line-height: 1.75em;
	}
	.cln-cy-pic-1 {
		margin-bottom: 60px;
	}
	.cln-tags {
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.cln-tags div {
		text-align: center;
		font-weight: bold;
		font-size: 13px;
		color: #1c1a8a;
		background: #e1ebff;
		border-radius: 22px;
		margin: 5px 11px 11px 0;
		padding: 5px 10px;
	}
	.cln-cy-pic-2 {
		margin: 0 auto;
	}
	.cln-fee-top {
		margin: 0 auto;
		text-align: center;
		border: 2px solid #1c1a8a;
		font-size: 16px;
		padding: 10px 0;
	}
	.cln-fee-top span {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		color: #1c1a8a;
		padding-left: 20px;
	}
	.table-cln-fee {
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 5px;
	}
	.table-cln-fee th {
		text-align: left;
		background: #e2e9ff;
		padding: 5px;
		font-size: 14px;
	}
	.table-cln-fee td {
		text-align: right;
		background: #f7f8f8;
		padding: 5px;
		font-size: 14px;
	}
	.table-cln-fee td span {
		font-size: 14px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.list-cln-qna > li {
		position: relative;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 35px;
	}
	.list-cln-qna .q {
		position: relative;
		font-size: 16px;
		font-weight: bold;
		color: #1c1a8a;
		padding: 10px 40px;
	}
	.list-cln-qna .q:before {
		content: "";
		background: url(../img/list-cln-qna-q.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 5px;
	}
	.list-cln-qna .q:after {
		content: "";
		background: url(../img/plus.png) 0 0 no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 0;
		top: 10px;
	}
	.list-cln-qna .q.is-active:after {
		background: url(../img/minus.png) 0 0 no-repeat;
		background-size: contain;
	}
	.list-cln-qna .a {
		position: relative;
		padding: 10px 40px;
		margin-top: 15px;
		display: none;
	}
	.list-cln-qna .a:before {
		content: "";
		background: url(../img/list-cln-qna-a.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 5px;
	}
	.list-cln-qna .a p {
		color: #666666;
		line-height: 1.5em;
	}

	.cln-catch {
		text-align: center;
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 55px auto 55px;
	}
	.cln-catch:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../img/cln-catch-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 40px;
		height: 40px;
	}
	.cln-catch:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(../img/cln-catch-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 40px;
		height: 40px;
	}
	.cln-catch .cln-catch-p-1 {
		text-align: center;
		font-size: 15px;
		line-height: 1.1666em;
		color: #333333;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.cln-catch .cln-catch-p-2 {
		text-align: center;
		font-size: 22px;
		color: #1c1a8a;
		line-height: 1.1666em;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.cln-catch img {
		display: block;
		width: 75px;
		margin: 0 auto;
	}

	/*
ブラックリスト監視サービス
*/
	.bl-intro-pic {
		margin: 0 auto 30px;
	}
	.bl-intro-title {
		position: relative;
		margin: 0 auto 30px;

		font-size: 15px;
		line-height: 1.166em;
		font-weight: bold;
		text-align: center;
		padding: 15px 0 35px;
	}
	.bl-intro-title:before {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		top: 0;
		background: url(../img/bl/bl-intro-title-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 42px;
		height: 42px;
	}
	.bl-intro-title:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(../img/bl/bl-intro-title-sep.png) 0 0 no-repeat;
		background-size: contain;
		width: 42px;
		height: 42px;
	}
	.bl-intro-title img {
		display: block;
		width: 285px;
		margin: 15px auto 0px;
	}
	.bl-intro-title + p.gray {
		margin-left: auto;
		margin-right: auto;
		color: #666666;
	}
	.bl-logos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px 30px;
	}
	.bl-logos img {
	}
	.title-3 {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		color: #333333;
		margin-top: 45px;
		line-height: 1.5em;
		margin-bottom: 0;
	}
	.title-3:after {
		content: "";
		display: block;
		margin: 15px auto 15px;
		background: #1d2088;
		width: 80px;
		height: 1px;
	}
	.col-pic {
		order: 1;
	}
	.col-content {
		order: 2;
	}
	.bl .col-pic {
		margin-bottom: 25px;
	}
	p.title-3-caption {
		text-align: center;
		font-size: 12px;
		color: #1c1a8a;
		letter-spacing: 0.3em;
		margin-bottom: 35px;
	}
	.bl p.blue {
		font-weight: bold;
	}
	.bl-notify {
		display: flex;
		align-content: center;
	}
	.bl-notify img {
		width: 167px;
		display: block;
		margin: 0 auto;
	}
	.bl-fees {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 9px;

		margin: 0 auto 15px;
	}
	.bl-fee {
	}
	.bl-fee .bl-fee-title {
		color: white;
		text-align: center;
		font-weight: bold;
		background: #1c1a8a;
		line-height: 48px;
		font-size: 15px;
	}
	.bl-fee .bl-fee-content {
		background: #e2e9ff;
		border: 3px solid #e2e9ff;
		padding: 20px 0;
	}
	.bl-fee:nth-child(1) .bl-fee-content {
		border: 3px solid #1c1a8a;
	}
	.bl-fee .bl-fee-content p.center {
		font-size: 14px;
		font-weight: bold;
		color: #212121;
		margin-bottom: 10px;
		text-align: center;
		line-height: 1.3em;
	}
	.bl-fee .bl-fee-content p.bl-fee-price {
		font-size: 22px;
		font-weight: bold;
		color: #1c1a8a;
		margin-bottom: 5px;
		text-align: center;
		line-height: 1.3em;
	}
	.bl-fee .bl-fee-content p.bl-fee-price small {
		font-size: 15px;
		font-weight: bold;
	}
	.bl-fee .bl-fee-content .bl-fee-caption {
		text-align: center;
		color: #666666;
		font-size: 14px;
		text-align: center;
		line-height: 1.3em;
		margin-bottom: 0;
	}
	.bl-fees + p.notice {
		margin-left: auto;
		margin-right: auto;
	}
	.bl-sample {
		height: 0;
		text-indent: -9999em;
		background: url(../img/bl/bl-sample-sp.png) center top no-repeat;
		background-size: contain;
		padding-top: 63.6%;
		margin: 30px auto;
		overflow: hidden;
	}
	.bl .list-cln-qna {
		margin: 50px auto;
	}

	.page ol.col-list {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.col-list > li {
		font-weight: bold;
		margin-bottom: 2px;
		padding-left: 18px;
		position: relative;
		color: #1c1a8a;
	}
	.page ol.col-list > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: 0px;
		color: #1c1a8a;
		font-weight: normal;
	}

	/*
MAIL CLEANING
*/
	.mc-ic {
		width: 105px;
		display: block;
		margin: -30px auto 30px;
	}
	.mc-mado {
		width: 225px;
		margin: 0 auto;
	}
	.page p.mc-mado-2 {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 18px;
		background: #1c1a8b;
		padding: 5px 5px;
		margin-bottom: 15px;
	}
	.page p.mc-mado-3 {
		text-align: center;
		color: #1c1a8b;
		font-weight: bold;
		font-size: 15px;
	}
	.list-mcp {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 8px;
		margin-top: 60px;
		position: relative;
		z-index: 5;
	}
	.list-mcp > li {
		background: #fff;
		position: relative;
		box-sizing: border-box;

		border: 1px solid #3a6deb;
		border-radius: 15px;
		padding: 30px 5px 10px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.list-mcp .mcp-header {
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		color: #3a6deb;
		width: 100%;
		position: absolute;
		left: 0;
		top: -45px;
	}
	.list-mcp .mcp-header span {
		color: white;
		font-size: 14px;
		background: #3a6deb;
		width: 35px;
		line-height: 35px;
		height: 35px;
		border-radius: 100%;
		margin: 0 auto;
		display: block;
	}
	.list-mcp img {
		width: 48px;
		height: 48px;
		order: 2;
		margin: 0 auto;
	}
	.list-mcp li > p {
		order: 1;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: #000000;
		line-height: 1.5em;
		margin: 0;
		height: 51px;
		width: 100%;
	}
	.list-mcp li > p .mcp-big {
		font-size: 14px;
		color: #1c1a8b;
		font-weight: bold;
	}
	.mcp-visual {
		position: relative;
		margin-top: -10px;
		margin-bottom: 50px;
	}
	.page p.mcp-impact {
		text-align: center;
		font-weight: bold;
		font-size: 17px;
		color: #1c1a8b;
		line-height: 1.5em;
	}
	.table-mcp {
		width: 100%;
		border-collapse: separate;
		border-spacing: 9px;
		margin-bottom: 120px;
	}
	.table-mcp tr:nth-child(1) th {
		text-align: center;
		font-weight: bold;
		color: white;
		background: #3a6deb;
		font-size: 18px;
		padding: 20px;
		width: calc(100% / 3 - 250px);
	}
	.table-mcp tr:nth-child(1) th.no {
		background: none;
	}
	.table-mcp td {
		background: #f7f8f8;
		padding: 20px;
	}
	.table-mcp td ul.list {
		margin-bottom: 0;
	}
	.table-mcp td ul.list > li {
		margin-bottom: 0;
	}
	.table-mcp td ul.list > li:last-child {
		margin-bottom: 0;
	}
	.table-mcp tr:not(:nth-child(1)) th {
		background: #1c1a8b;
		color: white;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		width: 150px;
		vertical-align: middle;
	}
	.table-mcp tr:last-child td {
		background: #e2e9ff;
		vertical-align: middle;
	}
	.table-mcp td p {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #333333;
		line-height: 1.25em;
		margin: 0;
	}

	.table-mcp-sp {
		position: relative;
	}
	.table-mcp-sp .item {
		margin-bottom: 15px;
	}
	.table-mcp-sp .item .item-title {
		text-align: center;
		font-weight: bold;
		color: white;
		background: #3a6deb;
		font-size: 18px;
		margin: 0;
		padding: 15px 0;
	}
	.table-mcp-sp .item .item-title-2 {
		text-align: center;
		font-weight: bold;
		color: white;
		background: #1c1a8a;
		font-size: 15px;
		padding: 5px 0;
	}
	.table-mcp-sp .item .item-content {
		text-align: center;
		font-weight: bold;
		background: #f7f8f8;
		font-size: 15px;
		padding: 15px;
	}
	.table-mcp-sp .item .item-content-l {
		background: #e2e9ff;
	}
	.table-mcp-sp .item .item-content p {
		font-weight: bold;
		text-align: center;
		margin: 0;
	}
	.table-mcp-sp .item .item-content ul.list {
		margin-bottom: 0;
	}
	.table-mcp-sp .item .item-content ul.list li {
		text-align: left;
		margin-bottom: 0;
	}
	.box-warm {
		background: #f7f8f8;
		position: relative;
		box-sizing: border-box;
		padding: 35px 25px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		margin-bottom: 60px;
	}
	.box-warm > div {
		border: 1px solid #5452a8;
		border-radius: 10px;
		background: #fff;
	}
	.box-warm .warm-header {
		background: url(../img/warn-header-1.jpg) center center no-repeat;
		background-size: cover;
		padding: 30px 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.box-warm > div:nth-child(2) .warm-header {
		background: url(../img/warn-header-2.jpg) center center no-repeat;
		background-size: cover;
	}
	.box-warm .warm-header .warm-title {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.5em;
	}
	.box-warm .warm-header .warm-title:after {
		content: "";
		display: block;
		background: #38a9ea;
		width: 135px;
		height: 1px;
		margin: 15px auto;
	}
	.box-warm .warm-header .warm-caption {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 10px;
		line-height: 1.5em;
		margin-bottom: 0;
	}
	.box-warm .warm-content {
		box-sizing: border-box;
		padding: 30px 0 25px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.box-warm .warm-content .warm-feat {
		text-align: center;
		margin-bottom: 5px;
	}
	.box-warm .warm-content .warm-feat span {
		display: inline-block;
		color: white;
		font-weight: bold;
		font-size: 16px;
		background: #38a9ea;
		padding: 5px 20px;
		border-radius: 30px;
	}
	.box-warm .warm-content p.warm-p-up {
		text-align: center;
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
		margin-bottom: 0;
	}
	.box-warm .warm-content p.warm-p {
		text-align: center;
		font-size: 16px;
		color: #1c1a8a;
		font-weight: bold;
		margin-bottom: 0;
	}
	.box-warm .warm-content p.warm-p .num {
		text-align: center;
		font-size: 26px;
		color: #1c1a8a;
		font-weight: bold;
	}
	.box-warm .warm-content p.warm-notice {
		text-align: center;
		font-weight: normal;
		font-size: 8px;
		color: #333333;
		margin-bottom: 0;
	}
	.mccase {
		background: #f7f8f8;
		box-sizing: border-box;
		position: relative;
		padding: 35px 25px;
		margin-bottom: 50px;
	}
	.mccase > div:nth-child(1) {
	}
	.mccase > div:nth-child(2) {
		padding-top: 35px;
	}
	.mccase .mccase-title {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.box-pr {
		margin-bottom: 20px;
	}
	.box-pr .pr-title {
		text-align: center;
		font-weight: bold;
		color: white;
		font-size: 16px;
		background: #1c1a8b;
		padding: 15px 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		margin-bottom: 0;
	}
	.box-pr .pr-content {
		padding: 15px;
		border: 1px solid #1c1a8b;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background: #fff;
	}
	.box-pr .pr-content .pr-notice {
		text-align: center;
		font-size: 14px;
		color: #333333;
		margin-bottom: 10px;
	}
	.box-pr .pr-content .pr-p {
		text-align: center;
		font-size: 16px;
		color: #1c1a8b;
		font-weight: bold;
		margin-bottom: 0;
	}
	.box-pr .pr-content .pr-p .num {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.mccase .mccase-notice {
		text-align: left;
		font-size: 14px;
		color: #333333;
		margin-top: 15px;
	}
	.table-mcfee {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
		margin-top: 40px;
	}
	.table-mcfee .item {
		/* display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 10px; */
	}
	.table-mcfee .item .item-header {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 18px;
		background: #1c1a8b;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.table-mcfee .item .item-td {
		background: #f7f8f8;
		padding: 15px 25px;
		margin-bottom: 10px;
	}
	.table-mcfee .item .item-td p {
		margin-bottom: 0;
	}
	.table-mcfee .item .item-td-l {
		display: flex;
		justify-content: space-between;
		align-items: center;

		min-height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.table-mcfee .item .item-td-l p {
		font-size: 13px;
		color: #333333;
		font-weight: bold;
		margin-bottom: 0;
		line-height: 1.5em;
	}
	.table-mcfee .item .item-td-l p br {
		display: none;
	}
	.table-mcfee .item .item-td-l p .num {
		font-size: 20px;
		color: #1c1a8a;
		font-weight: bold;
		padding-right: 10px;
	}
	.table-mcfee .item-c .item-header {
		background: #3a6deb;
	}
	.table-mcfee .item-c .item-td {
		background: #e2e9ff;
	}
	.table-mcfee .item-c .item-td-l p .num {
		color: #3a6deb;
	}
	.table-mcfee .item-c {
		position: relative;
	}
	.chart-container {
		position: relative;
		max-width: 700px;
		margin: 0 -20px;
	}
	.custom-legend {
		position: absolute;
		top: 50px; /* 20px → 約1cm下へ */
		left: 50px; /* 20px → 約1cm右へ */
		background: white;
		border: 2px solid #1c1a8b;
		padding: 12px 16px;
		font-size: 16px;
		line-height: 1.6;
		color: #000;
		z-index: 10;
		border-radius: 6px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	}
	.legend-item {
		display: flex;
		align-items: center;
		margin-bottom: 6px;
	}
	.legend-color {
		width: 16px;
		height: 16px;
		margin-right: 8px;
		display: inline-block;
	}
	/*--- 20250715 会社ロゴ ---*/
	.company-logos-container {
		display: none !important; /* スマートフォンではこの要素を完全に非表示にする */
	}

	/*
	20260602 ブラックリスト監視サービス
	*/
	.box-rev {
		position: relative;
		background: #f1f6ff;
		padding: 23px;
		margin-bottom: 50px;

		border-radius: 10px;
	}
	.box-rev .box-rev-lead {
		color: white;
		background: #3a6deb;
		display: inline-block;
		font-weight: bold;
		font-size: 11px;
		padding: 2px 6px;
		margin-bottom: 0;
		position: relative;
		z-index: 3;
	}
	.box-rev .box-rev-title {
		font-weight: bold;
		font-size: 71px;
		color: #1c1a8a;
		text-indent: -9999em;
		background: url(../img/black/box-rev-title.png) 0 0 no-repeat;
		background-size: contain;
		width: 100%;
		height: 50px;
		margin: 34px 0 30px;
		position: relative;
		z-index: 3;
	}
	.box-rev .box-rev-pic {
		margin-bottom: 20px;
		/* max-width: 625px;
		max-width: clamp(300px, 35vw, 625px);
		width: 100%;

		position: absolute;
		right: 40px;
		top: 40px; */
	}
	.box-rev .box-rev-note {
		text-align: left;
		font-weight: bold;
		font-size: 13px;
		color: #1c1a8a;
		position: relative;
		z-index: 3;
		line-height: 1.4em;
		margin-bottom: 0;
	}
	.bl-intro-title-black img {
		max-width: 450px;
	}
	.black-title-blue {
		text-align: center;
		font-weight: bold;
		font-size: 22px;
		color: #1c1a8a;
		line-height: 1.333em;
	}
	.black-flow {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 35px;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.black-flow .black-flow-item {
		position: relative;
		border: 3px solid #999999;
		border-radius: 10px;
		box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.3);
		padding: 20px;
		display: flex;
		align-items: center;
	}
	.black-flow .black-flow-item:after {
		content: "";
		display: block;
		background: url(../img/black/black-next-1-sp.png) 0 0 no-repeat;
		background-size: contain;
		width: 25px;
		height: 12px;
		position: absolute;
		left: 50%;
		bottom: -25px;
		transform: translateX(-50%);
	}
	.black-flow .black-flow-item:nth-child(2)::after {
		background: url(../img/black/black-next-2-sp.png) 0 0 no-repeat;
		background-size: contain;
	}
	.black-flow .black-flow-item:nth-child(3)::after {
		background: url(../img/black/black-next-3-sp.png) 0 0 no-repeat;
		background-size: contain;
	}
	.black-flow .black-flow-item:nth-child(4)::after {
		background: url(../img/black/black-next-4-sp.png) 0 0 no-repeat;
		background-size: contain;
	}
	.black-flow .black-flow-item:nth-child(5)::after {
		content: none;
	}
	.black-flow .black-flow-item:nth-child(2) {
		border-color: #b4848c;
	}
	.black-flow .black-flow-item:nth-child(3) {
		border-color: #c47783;
	}
	.black-flow .black-flow-item:nth-child(4) {
		border-color: #dc6476;
	}
	.black-flow .black-flow-item:nth-child(5) {
		border-color: #ff4966;
	}
	.black-flow .black-flow-pic {
		width: 80px;
		flex: 0 0 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #cccccc;
		padding-right: 25px;
	}
	.black-flow-item p {
		flex: 1;
		text-align: center;
		font-weight: bold !important;
		font-size: 16px;
		color: #333333;
		line-height: 1.3125em;
		margin: 0;
		font-weight: 500;
	}
	.black-flow-item:last-child p {
		color: #ff4966;
	}
	.black-notice {
		color: white !important;
		font-weight: bold;
		font-size: 24px;
		background: #ff4966;
		padding: 3px 15px;
		display: inline-block;
		margin-bottom: 0 !important;
	}
	.curse-grid {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.curse-grid .curse-pic {
		order: 1;
		margin-bottom: 20px;
	}
	.curse-content {
		order: 2;
		margin-left: 15px;
		margin-right: 15px;
		border: 1px solid #1c1a8a;
		border-radius: 15px;
		box-shadow: 0px 0px 15px #ddd;
	}
	.curse-content .curse-header {
		text-align: center;
		background: #1d2088;
		font-weight: bold;
		color: white;
		font-size: 17px;
		margin: 0;
		border-top-left-radius: 13px;
		border-top-right-radius: 13px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.curse-content .curse-header .curse-header-tag {
		display: inline-block;
		background: white;
		color: #1d2088;
		font-size: 15px;
		padding: 0px 10px;
		text-align: center;
		font-weight: bold;
		margin-right: 20px;
	}
	.curse-content .curse-list {
		padding: 25px 15px;
	}
	.curse-content .curse-item {
		position: relative;
		margin-bottom: 0;
	}
	.curse-content .curse-num {
		color: white;
		font-weight: bold;
		text-align: center;
		background: #1d2088;
		width: 38px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		border-radius: 50px;
		margin-bottom: 5px;
	}
	.curse-content .curse-text {
		position: relative;
		clear: both;
		margin-bottom: 10px;
	}
	.curse-content .curse-text img {
		float: right;
		width: 66.5px;
		margin-left: 30px;
	}
	.curse-content .curse-item:nth-child(2) .curse-text img {
		width: 84.5px;
	}
	.curse-content .curse-item:nth-child(3) .curse-text img {
		width: 102px;
	}
	.curse-notice {
		border: 4px solid #1d2088;
		padding: 15px;
		margin-top: 30px;
	}
	.curse-notice p {
		text-align: center;
		font-weight: bold;
		font-size: 17px;
		line-height: 1.5833333333em;
		margin: 0;
	}
	.curse-notice p span {
		font-weight: bold;
		font-size: 17px;
	}
	.prob-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
		margin-top: 70px;
	}
	.prob-item {
		position: relative;
		border: 1px solid #cccccc;
		border-radius: 10px;
		padding: 1px 30px 30px;
	}

	.prob-item .prob-tag {
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		background: #1c1a8a;
		max-width: 242px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -25px;
		margin-bottom: 30px;
	}
	.prob-item:nth-child(2) .prob-tag {
		background: #3a6deb;
	}
	.prob-item .prob-title {
		background: #e2e9ff;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		color: #1c1a8a;
		padding: 15px;
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.prob-item:nth-child(2) .prob-title {
		background: #afddf7;
	}
	.prob-item .prob-title .prob-up {
		width: 110px;
		height: 30px;
		line-height: 30px;
		border-radius: 9999px;
		text-align: center;
		font-weight: bold;
		font-size: 11px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		background: #1c1a8a;
		color: white;
		margin-top: -30px;
		margin-bottom: 10px;
	}
	.prob-item:nth-child(2) .prob-title {
		color: #3a6deb;
	}
	.prob-item:nth-child(2) .prob-title .prob-up {
		background: #3a6deb;
	}
	.prob-item .prob-content {
		position: relative;
	}
	.prob-item .prob-feat {
		position: relative;
		background: #f7f8f8;
		font-size: 13px;
		line-height: 1.2857142857em;
		padding: 8px;
		margin-bottom: 10px;
		margin-left: 125px;
	}
	.prob-item .prob-pic {
		width: 102px;
		position: absolute;
		left: 0;
	}
	.curse-notice-2 p {
		font-size: 18px;
	}
	.efo-feats {
		display: flex;
		justify-content: center;
		gap: 50px;
	}
	.efo-feat {
		position: relative;
		background: #1c1a8a;
		border-radius: 10px;
		width: 270px;
	}
	.efo-feat:nth-child(1)::after {
		content: "";
		display: block;
		background: url(../img/black/cross.png) 0 0 no-repeat;
		background-size: contain;
		width: 28px;
		height: 28px;
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.efo-feat p {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		color: white !important;
		margin: 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		line-height: 1.2778em;
		height: 96px;
	}
	.efo-feat p .small {
		font-size: 15px;
		font-weight: bold;
		display: block;
		width: 100%;
	}
	.efo-feat:nth-child(2) {
		background: #3a6deb;
	}
	.efo-point {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
		margin-top: 40px;
	}
	.efo-point-item {
		position: relative;
		background: #f1f6ff;
		border: 2px solid #5e5ead;
		box-shadow: 0px 0px 15px #ddd;
		border-radius: 15px;
		padding: 25px;
	}
	.efo-point-item .efo-point-num {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #1c1a8a;
		margin-bottom: 0;
	}
	.efo-point-item .efo-point-title {
		text-align: center;
		color: #1c1a8a;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.25em;
		margin-top: 5px;
		margin-bottom: 30px;
	}
	.efoc-notice {
		border: 4px solid #1d2088;
		padding: 10px;
		margin-bottom: 40px;
	}
	.efoc-notice p {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
	}
	.efo-table {
		width: 100%;
		margin: 0 auto;
		border-spacing: 3px;
		border-collapse: separate;
	}
	.efo-table tr:nth-child(1) th:nth-child(2) {
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		background: #666666;
		padding: 10px;
		vertical-align: middle;
		line-height: 1.6em;
	}
	.efo-table tr:nth-child(1) th:nth-child(3) {
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		background: #3a6deb;
		padding: 10px;
		vertical-align: middle;
		line-height: 1.6em;
	}
	.efo-table th:nth-child(1) {
		color: white;
		text-align: center;
		font-weight: normal;
		line-height: 1.6em;
		vertical-align: middle;
		font-size: 12px;
		background: #666666;
		padding: 10px;
	}
	.efo-table thead tr:nth-child(1) th {
		background: none;
	}
	.efo-table td:nth-child(2) {
		background: #f7f8f8;
		text-align: center;
		font-size: 12px;
		padding: 10px;
		vertical-align: middle;
		line-height: 1.6em;
	}
	.efo-table td:nth-child(3) {
		background: #afddf7;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #1c1a8a;
		padding: 10px;
		vertical-align: middle;
		line-height: 1.6em;
	}
	.efo-table img {
		width: 28px;
		display: block;
		margin: 15px auto 5px;
	}
	.google-step {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 50px;
		margin-bottom: 50px;
	}
	.google-step-item {
		position: relative;
		border: 2px solid #1c1a8a;
		border-radius: 10px;
		padding: 40px 20px;
		box-shadow: 0px 0px 15px #ddd;
	}
	.google-step-item::after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		bottom: -30px;
		transform: translateX(-50%);
		background: url(../img/black/black-next-blue-sp.png) 0 0 no-repeat;
		background-size: contain;
		width: 25px;
		height: 12px;
	}
	.google-step-item:last-child::after {
		content: none;
	}
	.google-step-item .google-step-num {
		text-align: center;
		color: #fff;
		font-weight: bold;
		margin: 0 auto 20px;
		font-size: 12px;
		background: #1c1a8a;
		border-radius: 9999px;
		width: 76px;
	}
	.google-step-item .google-step-title {
		text-align: center;
		font-weight: bold;
		color: #1c1a8a;
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.google-step-item .google-step-pic {
		height: 120px;
		display: flex;
		align-items: center;
	}
	.google-step-item img {
		max-width: 106px;
		display: block;
		margin: 20px auto;
	}
	.google-step-item .google-step-note {
		text-align: center;
		margin-bottom: 0;
	}
	.black-ex {
		text-align: center;
		font-size: 12px;
		color: #666666 !important;
	}
	.black-rec {
		text-align: center;
	}
	.black-rec p {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
		background: #1c1a8a;
		padding: 2px 15px;
		display: inline-block;
	}
	.black-sub {
		position: relative;
		border: 1px solid #1c1a8a;
		margin: 20px auto 65px;
	}
	.black-sub .black-sub-header {
		background: #e2e9ff;
		position: relative;
		padding-left: 100px;
		box-sizing: border-box;
		padding-bottom: 20px;
	}
	.black-sub .black-sub-header img {
		position: absolute;
		left: 20px;
		bottom: 0;
		width: 80px;
	}
	.black-sub .black-sub-title {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.5em;
		color: #1c1a8a;
		padding-top: 30px;
	}
	.black-sub .black-sub-tag {
		width: 80px;
		height: 30px;
		text-align: center;
		border-radius: 9999px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		margin: 0;
		background: #1c1a8a;
		position: absolute;
		left: 20px;
		top: 110px;
	}
	.black-sub .black-sub-content {
		flex: 1;
		padding: 50px 20px 20px;
	}
	.black-sub .black-sub-content p {
		font-size: 14px;
		line-height: 1.375em;
		margin-bottom: 0;
	}
	.reco-point {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
		margin-bottom: 40px;
	}
	.reco-point-item {
		position: relative;
		padding: 20px;
		border: 2px solid #1c1a8a;
		box-shadow: 0px 0px 15px #ddd;
		border-radius: 15px;
	}
	.reco-point-item .reco-point-num {
		text-align: center;
		font-weight: bold;
		color: #1c1a8a;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.reco-point-item .reco-point-pic {
		width: 126px;
		height: 145px;
		display: flex;
		align-items: center;
		margin: 0 auto 15px;
	}
	.reco-point-item .reco-point-title {
		text-align: center;
		font-weight: bold;
		color: #1c1a8a;
		font-size: 22px;
	}
	.reco-point-item .reco-point-note {
		margin-bottom: 0;
		text-align: center;
	}
	.black-vali-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 50px;
		margin-top: 50px;
	}
	.black-vali-item {
		position: relative;
	}
	.black-vali-title {
		color: white;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		padding: 3px;
		background: #3a6deb;
		border-radius: 9999px;
		margin: 0 auto 20px;
		max-width: 245px;
	}
	.black-vali-box {
		border: 2px solid #1c1a8a;
		border-radius: 10px;
		box-shadow: 0px 0px 15px #ddd;
		overflow: hidden;
	}
	.black-vali-box .black-vali-pic img {
		width: 100%;
		height: 90px;
		object-fit: cover;
	}
	.black-vali-content p {
		text-align: center;
		padding: 20px 15px;
		margin: 0;
		font-size: 13px;
	}
	.secc-grid {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom: 15px;
	}
	.secc-item {
		position: relative;
		order: 2;
	}
	.secc-item .secc-title {
		text-align: center;
		color: white;
		font-weight: bold;
		background: #3a6deb;
		font-size: 15px;
		padding: 5px 10px;
		margin: 0;
	}
	.secc-item .secc-note {
		padding: 10px 5px;
		margin: 0;
	}
	.secc-item .secc-list li {
		position: relative;
		background: #e2e9ff;
		border-radius: 5px;
		padding: 15px;
		padding-left: 55px;
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 1.625em;
	}
	.secc-item .secc-list li::before {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -11px;
		background: url(../img/black/check.png) 0 0 no-repeat;
		background-size: contain;
		width: 20px;
		height: 12px;
	}
	.secc-pic {
		order: 1;
	}
	.black-ex-2 {
		margin-top: 0 !important;
		font-size: 12px !important;
		text-align: left !important;
	}
	.title-last {
		font-weight: bold;
		text-align: center;
		color: #1c1a8a;
		font-size: 22px;
		line-height: 1.5em;
		margin-bottom: 30px;
	}
	.lead-last {
		text-align: center;
		margin-top: 30px;
		font-size: 18px !important;
		font-weight: bold !important;
		line-height: 1.2857142857em !important;
	}
}


/* ===== 3/4: module_post.css ===== */
/***************************
 *
 * 投稿・カテゴリーページ
 * ★ページ中身用★
 *
 **************************/

@media all and (min-width: 737px) {

/*--------------------------------
カテゴリ
---------------------------------*/

/*--------------------------------
シングル
---------------------------------*/

.post-single {
	line-height: 2em;
}
.page-time {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #999999;

	position: absolute;
	right: 0;
	top: 30px;
}
.post-tags {
	display: inline-block;
}
.post-tags a {
	color: #222;
	display: inline-block;
	border-bottom: 1px solid #222;

	margin-right: 40px;
}
.post-tags a:before {
	content: "# ";
}
.post-tags a:hover {
	border-bottom: 1px solid white;
}
.post-title {
	font-size: 30px;
	color: #222222;
	font-weight: 500;
	margin-top: 55px;
	margin-bottom: 30px;
	line-height: 1.666em;
}
.post-header {
	position: relative;
}
.post-header .share-box {
	position: absolute;
	right: 0px;
	top: 20px;
}
.post-header .share-call {
	text-align: center;
	width: 50px;
}
.post-header .share-call i {
	font-size: 20px;
	color: #222;
}
.post-header .share-call i:hover {
	cursor: pointer;
	opacity: 0.7;
}
.post-header .share {
	background: #222;
	width: 55px;
	padding: 10px 0 3px;
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
}
#toc_container {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #eee;
	border: 1px solid #dddddd;
}
#toc_container .toc_title {
	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
}


/*--------------------------------
ページ送り
---------------------------------*/
.pagenavi {

	text-align: center;
}
.pagenavi .box-content {
	width: auto;
}
ul.page-numbers {
	padding: 40px 150px 100px;
	position: relative;
	text-align: center;
	border-top: 1px solid #dddddd;
}
ul.page-numbers > li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px;
	vertical-align: top;
}
ul.page-numbers > li > a ,
ul.page-numbers > li > span {
	text-align: center;
	display: inline-block;

	box-sizing: border-box;
	font-size: 18px;
	color: #222222;
	padding: 10px 0px 10px;

}
ul.page-numbers > li:first-child > a {

}
ul.page-numbers > li:last-child > a {

}
ul.page-numbers > li > a:hover {
	z-index: 2;
	text-decoration: none;
	transition: none;

}
ul.page-numbers .current{

	cursor: default;
	z-index: 2;
	color: #888888;

}
.page-numbers.next {
	display: block;
	color: white;
	text-align: center;
	font-size: 14px;
	background-color: #1c1a8a;
	line-height: 36px;
	height: 40px;
	border-radius: 30px;
	border: 2px solid #1c1a8a;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 46px;
	width: 100px;
	padding: 0;

}
.page-numbers.next:hover {
	color: #1c1a8a;
	background: white;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: none;
}
/* .page-numbers.next:after {
	content: "";
	display: inline-block;
	background: url(../img/nav-next.png) center center no-repeat;
	background-size: contain;
	width: 31px;
	height: 6px;
	vertical-align: middle;
	margin-left: 25px;
} */
.page-numbers.next:hover {

}
.page-numbers.prev {
	display: block;
	color: white;
	text-align: center;
	font-size: 14px;
	background-color: #1c1a8a;
	line-height: 36px;
	height: 40px;
	border-radius: 30px;
	border: 2px solid #1c1a8a;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 46px;
	width: 100px;
	padding: 0;
}
.page-numbers.prev:hover {

}
/* .page-numbers.prev:before {
	content: "";
	display: inline-block;
	background: url(../img/nav-prev.png) center center no-repeat;
	background-size: contain;
	width: 31px;
	height: 6px;
	vertical-align: middle;
	margin-right: 25px;
} */
.page-numbers.prev:hover {

}

/*--------------------------------
前の記事・次の記事
---------------------------------*/
.prev-next {
	margin: 50px auto;
	padding: 50px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.prev-next {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.prev-next .prev {

	position: absolute;
	left: 0;
	top: 50px;
	width: 180px;
}
.prev-next .prev a {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #0a66a8;
	line-height: 50px;
	border: 1px solid #0a66a8;
	background: url(../img/prev.png) 10px center no-repeat;
	background-size: 7px 12px;
	letter-spacing: 3px;
}
.prev-next .home {
	width: 180px;
	margin: 0 auto;
}
.prev-next .home a {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #0a66a8;
	line-height: 50px;
	border: 1px solid #0a66a8;
}
.prev-next .next {
	position: absolute;
	right: 0;
	top: 50px;
	width: 180px;
}
.prev-next .next a {
	border: 1px solid #0a66a8;
	display: block;
	text-align: center;
	font-weight: 500;
	color: #0a66a8;
	line-height: 50px;
	background: url(../img/next.png) right 10px center no-repeat;
	background-size: 7px 12px;
	letter-spacing: 3px;
}
.prev-next a:hover {
	text-decoration: none;
	background: #0a66a8;
	color: white;
}
.prev-next .prev a:hover {
	background: #0a66a8 url(../img/prev-active.png) 10px center no-repeat;
	background-size: 7px 12px;
}
.prev-next .next a:hover {
	background: #0a66a8 url(../img/next-active.png) right 10px center no-repeat;
	background-size: 7px 12px;
}

.post-prev-next {
	height: auto;
	min-height: 36px;
	line-height: 1.5em;
	border-top: 1px solid #dddddd;
	margin: 70px auto 70px;
	padding: 70px 0 0;
	max-width: 100%;
	position: relative;
}
.post-prev-next .prev {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	border: 1px solid #222;
	text-align: center;
	width: 120px;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: 70px;
}
.post-prev-next .next {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	border: 1px solid #222;
	text-align: center;
	width: 120px;
	line-height: 36px;
	position: absolute;
	right: 0;
	top: 70px;
}
.post-prev-next .home {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	border: 1px solid #222;
	text-align: center;
	width: 300px;
	line-height: 36px;
	margin: 0 auto;
}
.post-prev-next .home a {
	display: block;
}
.yarpp-related {
	margin: 0 !important;
}

/*
*
*
  POST CONTENT
*
*
*/
.post {
	word-break: break-all;
}
.post p {
	margin-bottom: 30px;
}
.post p.big {
	font-weight: bold;
	font-size: 1.2em;
}
.post p strong {
	font-weight: bold;
}
.post p a {
	color: #222;
}
	/*
.post h4 {
	padding: 10px 15px;
	border-left: 4px solid #1d2088;
}

.post h4 {
    background-color: #f4f4f4;
    padding: 10px 20px;
    border-bottom: 1px dotted #1d2088;
}
*/

.post img.alignnone {
	display: block;
	margin: 30px auto;
}
.post hr {
	margin: 50px auto;
}

.box-who {
	position: relative;
	background: white;
	border: 1px solid #dddddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 140px;
	min-height: 100px;
	box-sizing: border-box;
}
.box-who .who-pic {
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 100px;
}
.box-who .who-pic img {
	margin: 0;
}
.box-who p {
	margin-bottom: 0;
}

.box-who-2 {
	position: relative;
	background: white;
	border: 1px solid #dddddd;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px;
}
.box-who-2:last-child {
	margin-bottom: 0;
}
.box-who-2 p {
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom: 0px;
}

blockquote {
	position: relative;
	padding: 25px 40px;
	box-sizing: border-box;
	margin: 25px auto;
	background: #f6f6f6;
}

/* 2026/09/20: blockquote:before / blockquote:after を削除。
   参照していた ../img/blockquote-before.png ・ blockquote-after.png が
   テーマ内に存在せず（候補9パスすべて404）、装飾は元から描画されていなかった。
   blockquote 本体・blockquote a・.post blockquote p・blockquote p:last-child は変更なし。
   ※ module_post_sp.css にも同じ記述があり、同日削除済み。 */

blockquote a {
	font-size: 12px;
	color: #888888 !important;
	word-break: break-all;
}
.post blockquote p {
	margin-bottom: 10px;
}
blockquote p:last-child {
	margin-bottom: 0;
	font-size: 12px;
	color: #888888;
}

.table-1 {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto;
}
.table-1 tr:first-child th {

}
.table-1 tr:first-child th:first-child {
	background: #f2f2f2;
}
.table-1 th {
	background: #f6f6f6;
	border: 1px solid #dddddd;
	padding: 6px 10px;
	text-align: center;
	font-weight: normal;

}
.table-1 td {
	border: 1px solid #dddddd;
	padding: 6px 10px;
	text-align: center;
}

.pic-content {
	position: relative;
	padding-left: 180px;
	min-height: 150px;
}
.pic-content .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 159px;
}
.pic-content .pic img {
	margin-top: 0;
}

.bn-post {
	position: relative;
	background: #fafafa;
	height: 210px;
}
.bn-post .bn-post-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.bn-post .bn-post-link:hover {
	background: rgba(255,255,255,0.4);
}
.bn-post .bn-post-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 210px;
}

.bn-post .bn-post-pic img {
	margin: 0;
}
.bn-post .bn-post-content {
	padding: 30px 30px 30px 300px;
}
.bn-post .bn-post-content .bn-post-title {
	font-size: 20px;
	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom: 20px;
	background: url(../img/angle-status-active.png) 95% 30px no-repeat;
	background-size: 51px 6px;
}

.post-bottom {
	background: white;
	margin-top: 60px;
}
.box-point {
	background: #f6f6f6;
	margin: 20px auto;
	padding: 30px 30px;
	position: relative;
}
.box-point:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/box-point.png) 0 0 no-repeat;
	background-size: contain;
	width: 64px;
	height: 64px;
}
.box-point p:last-child {
	margin-bottom: 0;
}
.post-single h2 {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
.post-single p+h2{
	margin-top: 60px;
}
.post-single h2:after {
	content: "";
	display: block;
	width: 125px;
	height: 5px;
	background: #1d2088;
	margin: 10px 5px 25px;
	}

.post-single h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	}
	
.post-single p+h3{
	margin-top: 20px;
	margin-bottom: 15px;
}

.post-single h3::after {
	content: "";
	position: absolute;
	padding: 15px 15px 15px 15px;
	border-left: 5px solid #1d2088;
	background: transparent;
	left: 0;
	top: 0;
	}

.post h4 {
    padding: 10px 20px;
    border-bottom: 1px dotted #1d2088;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

/* 20241125 テーブル全体のスタイル */
/* テーブル全体のスタイル */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ddd; /* 外枠の線 */
}

.custom-table thead {
  background-color: #294774; /* ヘッダー背景色 */
  color: white;
}

.custom-table th,
.custom-table td {
  padding: 12px 15px;
  border: 1px solid #ddd; /* セル間の線 */
}

.custom-table thead th {
  text-align: center;
  font-weight: bold;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f9f9f9; /* 偶数行の背景色 */
}

.custom-table tbody tr:hover {
  background-color: #f1f1f1; /* ホバー時の背景色 */
}

/*--- 20250728 新テーブル用 ---*/
.service-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0; /* 上下の余白 */
    font-size: 16px;
    text-align: left;
    border: 1px solid #ddd; /* テーブル全体の外枠 */
}

.service-comparison-table thead {
    background-color: #294774; /* ヘッダー背景色 */
    color: white;
}

.service-comparison-table th,
.service-comparison-table td {
    padding: 12px 15px; /* セルの内側余白 */
    border: 1px solid #ddd; /* セル間の線 */
    vertical-align: top; /* セル内容が上揃えになるように */
}

.service-comparison-table thead th {
    text-align: center;
    font-weight: bold;
}

.service-comparison-table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* 偶数行の背景色 */
}

.service-comparison-table tbody tr:hover {
    background-color: #f1f1f1; /* ホバー時の背景色 */
}

/* サービス名セルを太字にするなど、見やすくするための追加スタイル */
.service-name {
    font-weight: bold;
    background-color: #e6e6e6; /* サービス名セルの背景色 */
}

/*--- 20250703 投稿者情報コンテナ ---*/
.post-author-details {
    display: flex !important; /* アバターとテキスト情報を横並びにする */
    align-items: center !important; /* ★変更: 垂直方向の中央揃えにする */
    margin-top: 20px !important; /* 記事タイトルとの間にスペース */
    margin-bottom: 20px !important; /* 記事本文との間にスペース */
    padding: 0 !important; /* 内側の余白を削除 */
    border: none !important; /* 枠線を削除 */
    background-color: transparent !important; /* 背景色を透明にする */
}

/*--- 投稿者アバターのラッパー ---*/
.author-avatar-wrap {
    margin-right: 15px !important; /* 右側の余白 */
    flex-shrink: 0 !important; /* 縮小させない */
}

/*--- 投稿者アバター画像 ---*/
.author-avatar {
    border-radius: 50% !important; /* 画像を円形にする */
    width: 60px !important; /* 幅を60pxに固定 */
    height: 60px !important; /* 高さを60pxに固定 */
    object-fit: cover !important; /* 画像がはみ出さないようにトリミング */
    border: none !important; /* アバターの境界線を削除 */
}

/*--- 投稿者テキスト情報のコンテナ ---*/
/* アバターと同じ高さに収まるように調整 */
.author-text-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* 垂直方向の中央揃え */
    line-height: 1 !important; /* 行の高さ */
}

/*--- 投稿者の役職（タイトル）の表示スタイル ---*/
.author-title {
    font-size: 0.8em !important; /* フォントサイズを小さく */
    color: #666 !important; /* 文字色 */
    margin: 0 !important; /* マージンをリセット */
    white-space: nowrap !important; /* テキストの折り返しを防ぐ */
    overflow: hidden !important; /* はみ出したテキストを隠す */
    text-overflow: ellipsis !important; /* はみ出したテキストを三点リーダーで表示 */
    margin-bottom: -3px !important; /* **追加・修正**: 氏名との間に少しスペース */
}

/*--- 投稿者名と代名詞のコンテナ ---*/
.author-name-and-pronoun {
    display: flex !important; /* 名前と代名詞を横並びにする */
    align-items: center !important; /* 垂直方向の中央揃え */
    margin-top: -3px !important; /* ★追加調整案: こちらをマイナスにしても良い */
    margin-bottom: 0 !important; 
    flex-wrap: wrap !important; /* **修正**: 要素が収まらない場合に折り返す (important追加) */
}

/*--- LinkedInアイコンのスタイル ---*/
.linkedin-icon-block { /* 追加: 新しいクラス */
    margin-top: -3px !important; /* 氏名・代名詞行との間にスペース */
    /* アバターと高さを揃えるために左端に配置 */
    position: relative !important; /* 親要素 .author-text-info が flex-direction: column なので調整 */
    left: 0 !important; /* 左端に揃える */
}

.linkedin-icon-block a { /* 追加: 新しいクラス */
    display: inline-block !important; /* リンク自体をインラインブロック要素にする */
    text-decoration: none !important; /* 下線なし */
}

.linkedin-icon-block a:hover { /* 追加: 新しいクラス */
    opacity: 0.8 !important; /* ホバー時の透明度 */
}

.linkedin-icon-block svg { /* 追加: 新しいクラス */
    display: block !important; /* SVGをブロック要素として扱う */
    width: 20px !important; /* 写真のサイズ (60px) に合わせて調整 */
    height: 20px !important; /* 写真のサイズ (60px) に合わせて調整 */
    margin-left: 0 !important; /* 左揃えにするためマージンをリセット */
}

/*--- 投稿者名の表示スタイル ---*/
.author-name {
    font-weight: bold !important; /* 太字 */
    font-size: 1.0em !important; /* フォントサイズ */
    margin-right: 5px !important; /* 右側の余白 */
    white-space: nowrap !important; /* テキストの折り返しを防ぐ */
    overflow: hidden !important; /* はみ出したテキストを隠す */
    text-overflow: ellipsis !important; /* はみ出したテキストを三点リーダーで表示 */
}

/*--- 投稿者名リンクのスタイル (非表示) ---*/
/* ライターのリンクを無効化 */
.author-name a {
    color: inherit !important; /* 親要素の色を継承 */
    text-decoration: none !important; /* 下線をなくす */
    pointer-events: none !important; /* クリックを無効にする */
    cursor: default !important; /* カーソルを通常に戻す */
}

.author-name a:hover {
    text-decoration: none !important; /* ホバー時の下線も表示しない */
}

/*--- 投稿者の代名詞（エバンジェリストなど）の表示スタイル ---*/
.author-pronoun {
    font-size: 0.8em !important; /* フォントサイズを小さく */
    color: #888 !important; /* 文字色 */
    margin: 0 !important; /* マージンをリセット */
    white-space: nowrap !important; /* テキストの折り返しを防ぐ */
    overflow: hidden !important; /* はみ出したテキストを隠す */
    text-overflow: ellipsis !important; /* はみ出したテキストを三点リーダーで表示 */
}

/*--- Sidebar Bannersのロゴ ---*/
.l-sidebar .banner-container {
    text-align: center;
}

.l-sidebar .side-banner-item {
    display: block; /* 縦並びにするため、ブロック要素に変更 */
    margin: 0 auto 20px; /* 上下左右の余白を調整。中央揃えにして下側に20pxの余白を追加 */
}

.l-sidebar .side-banner-item img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

/*--- 展示会お知らせテーブル ---*/
.exhibition-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.exhibition-table th,
.exhibition-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

/* ヘッダーセルのスタイル */
.exhibition-table th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #555;
    white-space: nowrap;
    width: 20%; /* 幅を少し広げてバランスを調整 */
}

/* ボディセルのスタイル */
.exhibition-table td {
    background-color: #ffffff;
    line-height: 1.6;
}

/* 最後の行のボーダーを削除 */
.exhibition-table tr:last-child th,
.exhibition-table tr:last-child td {
    border-bottom: none;
}

/* ulとliのスタイル */
.exhibition-table ul {
    margin: 0;
    padding-left: 20px;
}

.exhibition-table li {
    margin-bottom: 8px;
}

/* 見出しのスタイル */
.exhibition-heading {
    border-left: 5px solid #007bff;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    color: #333;
}

}/* 738pixel以上に適用の閉じタグ */

/* ===== 4/4: module_post_sp.css ===== */
/***************************
*
* 投稿・カテゴリーページ
* ★ページ中身用★
*
**************************/

@media (max-width: 768px) {

	/*--------------------------------
	カテゴリ
	---------------------------------*/
	.page-header-cat {
	  position: relative;
	}
	.page-header-title-en {
	  font-size: 25px;
	}
	.page-header-title-en:first-letter {
	  text-transform: uppercase;
	}
	.page-header-title {
	  /* font-size: 30px;
	  text-align: left;
	  font-weight: 500;
	  width: 100%; */
	}
	.page-header-cat .page-header-title {
	  font-size: 15px;
	  margin-top: 10px;
	  width: auto;
	}
  
	.cat-bottom {
	  background-color: #f4f4f4;
	  padding: 30px 0 10px 15px;
	}
	.cat-bottom .main-pickup {
	  padding: 0;
	  margin-bottom: 30px;
	}
  
	.cat-cat {
	  padding: 30px 15px 30px;
	}
	.cat-cat .box-content {
	  width: 100%;
	  margin: 0 auto;
	}
	.cat-cat .cat-cat-header {
	  position: relative;
	  margin-bottom: 15px;
	}
	.cat-cat .cat-cat-title {
	  font-size: 25px;
	  font-weight: 500;
	  color: #222222;
	  display: inline-block;
	}
	.cat-cat .cat-cat-title-caption {
	  font-size: 13px;
	  color: #222222;
	  display: inline-block;
	  margin-left: 10px;
	}
	.list-cat {
	  display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: center;
	  justify-content: center;
	  flex-wrap: wrap;
	}
	.list-cat li {
	  width: 33%;
	  position: relative;
	  margin-bottom: 15px;
	}
	.list-cat li .cat-link {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 3;
	}
	.list-cat li .cat-link:hover + .cat-pic img {
	  opacity: 0.7;
	}
	.list-cat .cat-pic {
	  width: 100%;
	}
	.list-cat .cat-pic img {}
	.list-cat .cat-content {
	  border-right: 1px solid #d7d7d7;
	  margin: 10px auto 10px;
	}
	.list-cat .cat-title {
	  font-size: 18px;
	  font-weight: 500;
	  text-align: center;
	}
	.list-cat .cat-title-caption {
	  font-size: 11px;
	  text-align: center;
	  margin-top: 10px;
	}
	.list-cat li:nth-child(3n) .cat-content,
	.list-cat li:nth-child(5n) .cat-content {
	  border-right: none;
	}
  
	/*--------------------------------
	シングル
	---------------------------------*/
	.post-mov {
	  background-color: #333333;
	  position: relative;
	  padding: 30px 15px 30px;
	  margin: -15px;
	}
	.post-mov-box {
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-top: 56.25%;
	}
	.post-mov-box iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
  
	.page-header.page-header-post {
	  height: 430px;
	}
	.post-header {
	  position: relative;
	  margin-bottom: 30px;
	}
	.post-header .new {
	  position: absolute;
	  right: -40px;
	  top: -40px;
	  background: url(../img/new.png) center center no-repeat;
	  background-size: contain;
	  width: 50px;
	  height: 50px;
	}
	.post-info {}
	.post-info {
	  margin-bottom: 15px;
	}
	.post-info .post-cat {
	  position: relative;
	  z-index: 4;
	  display: inline-block;
	}
	.post-info .post-cat a {
	  font-size: 15px;
	  color: #222;
	}
	.post-info .post-time {
	  font-size: 15px;
	  color: #222;
	  display: inline-block;
	}
	.post-info .post-time:before {
	  content: "|";
	  color: #cccccc;
	  display: inline-block;
	  margin-left: 5px;
	  margin-right: 5px;
	}
	.post-single {
	  line-height: 2em;
	}
	.page-time {
	  display: inline-block;
	  margin-right: 40px;
	  font-size: 16px;
	  color: #222222;
	}
	.post-tags {
	  display: inline-block;
	}
	.post-tags a {
	  color: #222;
	  display: inline-block;
	  border-bottom: 1px solid #222;
	  margin-right: 40px;
	}
	.post-tags a:before {
	  content: "# ";
	}
	.post-tags a:hover {
	  border-bottom: 1px solid white;
	}
	.post-title {
	  font-size: 20px;
	  color: #222222;
	  font-weight: 500;
	  margin-top: 55px;
	  margin-bottom: 30px;
	  line-height: 1.666em;
	  padding-right: 50px;
	}
	.post-header .share-box {
	  position: absolute;
	  right: 0px;
	  top: 20px;
	}
	.post-header .share-call {
	  text-align: center;
	  width: 50px;
	}
	.post-header .share-call i {
	  font-size: 20px;
	  color: #222;
	}
	.post-header .share-call i:hover {
	  cursor: pointer;
	  opacity: 0.7;
	}
	.post-header .share {
	  background: #222;
	  width: 55px;
	  padding: 10px 0 3px;
	  display: none;
	  position: absolute;
	  right: 0;
	  top: 30px;
	}
	#toc_container {
	  width: 100%;
	  box-sizing: border-box;
	  padding: 30px;
	  background: #eee;
	  border: 1px solid #dddddd;
	}
	#toc_container .toc_title {
	  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	  font-size: 20px;
	}
  
	/*--------------------------------
	ページ送り
	---------------------------------*/
	.pagenavi {
	  text-align: center;
	}
	.pagenavi .box-content {
	  width: auto;
	}
	ul.page-numbers {
	  padding: 40px 15px 40px;
	  position: relative;
	  text-align: center;
	}
	ul.page-numbers > li {
	  display: inline-block;
	  letter-spacing: normal;
	  margin: 0 5px;
	  vertical-align: top;
	}
	ul.page-numbers > li > a,
	ul.page-numbers > li > span {
	  text-align: center;
	  display: inline-block;
	  box-sizing: border-box;
	  font-size: 15px;
	  color: #222222;
	  padding: 10px 0px 10px;
	  border-bottom: 1px solid rgba(34, 34, 34, 0);
	}
	ul.page-numbers > li:first-child > a {}
	ul.page-numbers > li:last-child > a {}
	ul.page-numbers > li > a:hover {
	  z-index: 2;
	  text-decoration: none;
	  transition: none;
	}
	ul.page-numbers .current {
	  cursor: default;
	  z-index: 2;
	  color: #888888;
	}
	.page-numbers.next {
	  display: block;
	  color: white;
	  text-align: center;
	  font-size: 14px;
	  background-color: #1c1a8a;
	  line-height: 36px;
	  height: 40px;
	  border-radius: 30px;
	  border: 2px solid #1c1a8a;
	  box-sizing: border-box;
	  position: absolute;
	  right: 0;
	  top: 76px;
	  width: 100px;
	  padding: 0;
	}
	.page-numbers.next:hover {
	  color: #1c1a8a;
	  background: white;
	  -webkit-transition: .3s ease-in-out;
	  transition: .3s ease-in-out;
	  text-decoration: none;
	}
	.page-numbers.prev {
	  display: block;
	  color: white;
	  text-align: center;
	  font-size: 14px;
	  background-color: #1c1a8a;
	  line-height: 36px;
	  height: 40px;
	  border-radius: 30px;
	  border: 2px solid #1c1a8a;
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  top: 76px;
	  width: 100px;
	  padding: 0;
	}
	.page-numbers.prev:hover {}
  
	/*--------------------------------
	前の記事・次の記事
	---------------------------------*/
	.prev-next {
	  margin: 50px auto;
	  padding: 50px 0;
	  border-top: 1px solid #eeeeee;
	  border-bottom: 1px solid #eeeeee;
	  position: relative;
	}
	.prev-next {
	  display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: space-between;
	  justify-content: space-between;
	}
	.prev-next .prev {
	  position: absolute;
	  left: 0;
	  top: 50px;
	  width: 180px;
	}
	.prev-next .prev a {
	  display: block;
	  text-align: center;
	  font-weight: 500;
	  color: #0a66a8;
	  line-height: 50px;
	  border: 1px solid #0a66a8;
	  background: url(../img/prev.png) 10px center no-repeat;
	  background-size: 7px 12px;
	  letter-spacing: 3px;
	}
	.prev-next .home {
	  width: 180px;
	  margin: 0 auto;
	}
	.prev-next .home a {
	  display: block;
	  text-align: center;
	  font-weight: 500;
	  color: #0a66a8;
	  line-height: 50px;
	  border: 1px solid #0a66a8;
	}
	.prev-next .next {
	  position: absolute;
	  right: 0;
	  top: 50px;
	  width: 180px;
	}
	.prev-next .next a {
	  border: 1px solid #0a66a8;
	  display: block;
	  text-align: center;
	  font-weight: 500;
	  color: #0a66a8;
	  line-height: 50px;
	  background: url(../img/next.png) right 10px center no-repeat;
	  background-size: 7px 12px;
	  letter-spacing: 3px;
	}
	.prev-next a:hover {
	  text-decoration: none;
	  background: #0a66a8;
	  color: white;
	}
	.prev-next .prev a:hover {
	  background: #0a66a8 url(../img/prev-active.png) 10px center no-repeat;
	  background-size: 7px 12px;
	}
	.prev-next .next a:hover {
	  background: #0a66a8 url(../img/next-active.png) right 10px center no-repeat;
	  background-size: 7px 12px;
	}
  
	.post-prev-next {
	  height: auto;
	  min-height: 36px;
	  line-height: 1.5em;
	  border-top: 1px solid #dddddd;
	  margin: 70px auto 70px;
	  padding: 70px 0 0;
	  max-width: 100%;
	  position: relative;
	}
	.post-prev-next .prev {
	  box-sizing: border-box;
	  display: block;
	  font-size: 16px;
	  border: 1px solid #222;
	  text-align: center;
	  width: 120px;
	  line-height: 36px;
	  position: absolute;
	  left: 0;
	  top: 70px;
	}
	.post-prev-next .next {
	  box-sizing: border-box;
	  display: block;
	  font-size: 16px;
	  border: 1px solid #222;
	  text-align: center;
	  width: 120px;
	  line-height: 36px;
	  position: absolute;
	  right: 0;
	  top: 70px;
	}
	.post-prev-next .home {
	  box-sizing: border-box;
	  display: block;
	  font-size: 16px;
	  border: 1px solid #222;
	  text-align: center;
	  width: 300px;
	  line-height: 36px;
	  margin: 0 auto;
	}
	.post-prev-next .home a {
	  display: block;
	}
	.yarpp-related {
	  margin: 0 !important;
	}
  
	/*
	*
	* POST CONTENT
	*
	*/
	.post {
	  word-break: break-all;
	}
	.post p {
	  margin-bottom: 30px;
	}
	.post p.big {
	  font-weight: bold;
	  font-size: 1.2em;
	}
	.post p strong {
	  font-weight: bold;
	}
	.post p a {
	  color: #222;
	}
	.post h4 {
	  background-color: #f4f4f4;
	  padding: 10px 20px;
	  border-bottom: 2px dotted #1d2088;
	}
	.post img.alignnone {
	  display: block;
	  margin: 30px auto;
	}
	.post hr {
	  margin: 50px auto;
	}
  
	.box-who {
	  position: relative;
	  background: white;
	  border: 1px solid #dddddd;
	  border-radius: 6px;
	  margin-bottom: 20px;
	  padding: 15px 15px 15px 140px;
	}
	.box-who .who-pic {
	  position: absolute;
	  left: 30px;
	  bottom: 0;
	  width: 100px;
	}
	.box-who .who-pic img {
	  margin: 0;
	}
	.box-who p {
	  margin-bottom: 0;
	}
	.box-who-2 {
	  position: relative;
	  background: white;
	  border: 1px solid #dddddd;
	  border-radius: 6px;
	  margin-bottom: 20px;
	  padding: 15px 15px 15px 15px;
	}
	.box-who-2:last-child {
	  margin-bottom: 0;
	}
	.box-who-2 p {
	  margin-bottom: 0;
	  font-size: 17px;
	  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	}
	blockquote {
	  position: relative;
	  padding: 28px 15px;
	  box-sizing: border-box;
	  margin: 25px auto;
	  background: #f6f6f6;
	}
	/* 未使用CSS/404対応（2026/09/20削除）
	   背景: blockquote:before / blockquote:after が装飾用に
	     ../img/blockquote-before.png と ../img/blockquote-after.png を参照していたが、
	     両ファイルはテーマ内に存在せず（9パターンのパスを実測して全て404）、
	     引用ブロックのある記事を開くたびに404が2件発生していた。
	     画像が無いため装飾自体は元から表示されておらず、見た目への影響は無い。
	   内容: 空のままだった blockquote:before / blockquote:after のルールごと削除。
	     装飾を復活させる場合は、27x21px の引用符画像を themes/primo/img/ に置いた上で
	     このブロックを戻すこと。
	   日付: 2026/09/20 */
	blockquote a {
	  font-size: 12px;
	  color: #888888 !important;
	  word-break: break-all;
	}
	.post blockquote p {
	  margin-bottom: 10px;
	}
	blockquote p:last-child {
	  margin-bottom: 0;
	  font-size: 12px;
	  color: #888888;
	  line-height: 1.3em;
	}
  
	.table-1 {
	  width: 100%;
	  table-layout: fixed;
	  margin: 25px auto;
	}
	.table-1 th {
	  background: #f6f6f6;
	  border: 1px solid #dddddd;
	  padding: 6px 10px;
	  text-align: center;
	  font-weight: normal;
	}
	.table-1 td {
	  border: 1px solid #dddddd;
	  padding: 6px 10px;
	  text-align: center;
	}
  
	.pic-content {
	  position: relative;
	}
	.pic-content .pic {
	  margin: 0 auto 15px;
	  display: block;
	  width: 159px;
	}
	.pic-content .pic img {
	  margin-top: 0;
	}
  
	.bn-post {
	  position: relative;
	  background: #fafafa;
	}
	.bn-post .bn-post-link {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 5;
	}
	.bn-post .bn-post-link:hover {
	  background: rgba(255, 255, 255, 0.4);
	}
	.bn-post .bn-post-pic {
	  width: 100%;
	}
	.bn-post .bn-post-pic img {
	  margin: 0;
	}
	.bn-post .bn-post-content {
	  padding: 15px;
	}
	.bn-post .bn-post-content .bn-post-title {
	  font-size: 20px;
	  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	  margin-bottom: 20px;
	  background: url(../img/angle-status-active.png) 95% 30px no-repeat;
	  background-size: 51px 6px;
	}
	.post .bn-post .bn-post-content p:last-child {
	  margin-bottom: 0;
	}
	.post-bottom {
	  background: white;
	  margin-top: 60px;
	}
	.box-point {
	  background: #f6f6f6;
	  margin: 20px auto;
	  padding: 50px 15px 15px;
	  position: relative;
	}
	.box-point:after {
	  content: "";
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0;
	  background: url(../img/box-point.png) 0 0 no-repeat;
	  background-size: contain;
	  width: 64px;
	  height: 64px;
	}
	.box-point p:last-child {
	  margin-bottom: 0;
	}
  
	.post-single h2 {
	  text-align: left;
	  font-size: 22px;
	  font-weight: bold;
	}
	.post-single p+h2 {
	  margin-top: 60px;
	}
	.post-single h2:after {
	  content: "";
	  display: block;
	  width: 125px;
	  height: 5px;
	  background: #1d2088;
	  margin: 10px 5px 25px;
	}
	.post-single h3 {
	  text-align: left;
	  font-size: 16px;
	  font-weight: bold;
	  position: relative;
	  padding-left: 20px;
	}
	.post-single p+h3 {
	  margin-top: 20px;
	  margin-bottom: 15px;
	}
	.post-single h3::after {
	  content: "";
	  position: absolute;
	  padding: 15px;
	  border-left: 5px solid #1d2088;
	  background: transparent;
	  left: 0;
	  top: 0;
	}
  
	/* 20241125 テーブル全体のスタイル */
	.custom-table {
	  border: none;
	}
	.custom-table thead {
	  display: none;
	}
	.custom-table tbody tr {
	  display: block;
	  margin-bottom: 15px;
	  border: 1px solid #ddd;
	  background-color: #fff;
	  border-radius: 8px;
	  overflow: hidden;
	}
	.custom-table tbody tr:nth-child(even) {
	  background-color: #f9f9f9;
	}
	.custom-table td {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 10px;
	  border-bottom: 1px solid #ddd;
	  position: relative;
	  text-align: left;
	}
	.custom-table td::before {
	  content: attr(data-label);
	  font-weight: bold;
	  background-color: #294774;
	  color: white;
	  padding: 5px 8px;
	  border-radius: 3px;
	  display: inline-block;
	  margin-right: 10px;
	  min-width: 120px;
	  text-align: center;
	}
	.custom-table td:last-child {
	  border-bottom: none;
	}
  
	/* 著者情報ブロック */
	.post-author-details {
	  flex-direction: row !important;
	  align-items: center !important;
	  text-align: left !important;
	  width: 385px !important;
	  max-width: 100% !important;
	  margin-left: auto !important;
	  margin-right: auto !important;
	}
	.author-avatar-wrap {
	  margin-right: 15px !important;
	  margin-bottom: 0 !important;
	}
	.author-text-info {
	  height: auto !important;
	  justify-content: center !important;
	}
	.author-title {
	  white-space: nowrap !important;
	  text-overflow: ellipsis !important;
	  margin-bottom: -3px !important;
	}
	.author-name-and-pronoun {
	  flex-direction: row !important;
	  align-items: center !important;
	  margin-top: -3px !important;
	  flex-wrap: nowrap !important;
	}
	.author-name {
	  margin-right: 5px !important;
	  margin-bottom: 0 !important;
	  white-space: nowrap !important;
	  text-overflow: ellipsis !important;
	}
	.author-pronoun {
	  margin-top: 0 !important;
	  margin-left: 0 !important;
	  white-space: nowrap !important;
	  text-overflow: ellipsis !important;
	}
	.linkedin-icon-block {
	  margin-top: -3px !important;
	  position: relative !important;
	  left: 0 !important;
	}
	.linkedin-icon-block svg {
	  width: 40px !important;
	  height: 40px !important;
	}
	.l-sidebar .side-banner-item {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }
  }

  /* アバターは常に60x60で円形 */
  .post-author-details .author-avatar-wrap .author-avatar {
	border-radius: 50% !important;
	width: 60px !important;
	height: 60px !important;
	object-fit: cover !important;
	border: none !important;
  }