@charset "UTF-8";
@use "variables" as *;
/* ANCHOR */


#content,
#mainv {


	a[href*=".doc"]:before,
	a[href*=".docx"]:before {}

	a[href*=".xls"]:before,
	a[href*=".xlsx"]:before {}

	a[target="_blank"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		margin-left: 5px;
		background-image: url("../images/common/anchor-blank.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	a[href*=".pdf"]:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		width: 26px;
		height: 34px;
		background-image: url("../images/common/anchor-pdf.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 26px auto;
	}
}

.anchor-type01 a {}

.btn-type01 {
	&.type_l a {
		font-size: 112.5%;
	}

	a {
		display: inline-block;
		padding-left: 20px;
		color: #fff;
		font-weight: bold;
		text-decoration: none !important;
		position: relative;

		&::before {
			position: absolute;
			content: '';
			left: 0;
			width: 6px;
			top: 10px;
			height: 6px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		&:hover {
			text-decoration: none;
			filter: alpha(opacity=60);
			/* IE 6,7*/
			-ms-filter: "alpha(opacity=60)";
			/* IE 8,9 */
			-moz-opacity: 0.6;
			/* FF , Netscape */
			-khtml-opacity: 0.6;
			/* Safari 1.x */
			opacity: 0.6;
			zoom: 1;
			/*IE*/
		}

	}
}

.btn-type01 #content .btn-type01 a[target="_blank"] {
	position: relative;
}

#content .btn-type01 a[target="_blank"]:after {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	margin: auto;
	width: 22px;
	height: 30px;
	padding: 5px 1px;
	background-color: #ffffff;
}

.btn-type02 {
	a {
		display: inline-block;
		padding: 4px 47px 4px 15px;
		color: var(--color-primary);
		text-decoration: none !important;
		border: 1px solid var(--color-primary);
		position: relative;

		&::after {
			position: absolute;
			content: '';
			top: 62%;
			transform: translateY(-50%);
			right: -20px;
			width: 37px;
			height: 6px;
			margin-top: -5px;
			background-image: url("../images/common/anchor-arrow.svg");
			background-repeat: no-repeat;
			background-size: 37px auto;
		}

		&:hover {
			text-decoration: none;
			filter: alpha(opacity=60);
			/* IE 6,7*/
			-ms-filter: "alpha(opacity=60)";
			/* IE 8,9 */
			-moz-opacity: 0.6;
			/* FF , Netscape */
			-khtml-opacity: 0.6;
			/* Safari 1.x */
			opacity: 0.6;
			zoom: 1;
			/*IE*/
		}
	}
}

.btn-type03 {
	&.type_l a {
		font-size: 125%;
	}

	a {
		display: inline-block;
		padding: 15px 25px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none !important;
		text-align: center;
		background-color: var(--color-primary);

		&:hover {
			filter: alpha(opacity=60);
			/* IE 6,7*/
			-ms-filter: "alpha(opacity=60)";
			/* IE 8,9 */
			-moz-opacity: 0.6;
			/* FF , Netscape */
			-khtml-opacity: 0.6;
			/* Safari 1.x */
			opacity: 0.6;
			zoom: 1;
			/*IE*/
		}
	}
}

#content .btn-type03 a[href*=".pdf"] {
	position: relative;
	padding: 18px 25px 18px 64px;
}

#content .btn-type03 a[href*=".pdf"]:before {
	position: absolute;
	top: 18px;
	left: 18px;
	background-image: url("../images/common/anchor-pdf_w.png");
}

#content .btn-type03 a[href*=".pdf"][target="_blank"]:after {
	display: none;
}

/* title-level */

.title-level01 {
	margin-bottom: 35px;

	.ja {
		display: block;
		line-height: 1;
	}

	.en {
		font-size: 6.0rem;
		font-family: var(--font-bona);
		color: var(--color-primary);
		line-height: 1.4;
	}
}

.title-level02 {
	margin-bottom: 20px;

	span {
		font-size: 4.0rem;
		position: relative;
		color: #fff;
		font-family: var(--font-cinzel);
		font-optical-sizing: auto;
		display: inline-block;
		padding: 0 30px;

		&::before,
		&::after {
			position: absolute;
			content: '';
			background: url("../images/common/anchor-star.png");
			background-repeat: no-repeat;
			background-position: center top;
		}

		&::before {
			width: 17px;
			height: 24px;
			top: 0;
			left: 12px;
			background-size: 17px;
		}

		&::after {
			width: 17px;
			height: 24px;
			bottom: 0;
			right: 12px;
			background-size: 17px;
		}

	}
}

.title-level03 {
	margin-bottom: 10px;

	span {
		font-size: 2.4rem;
		font-weight: bold;
		position: relative;
		color: var(--color-primary);
		padding-left: 24px;

		&::before {
			position: absolute;
			content: '';
			width: 23px;
			height: 1px;
			top: 22px;
			left: 0;
			background-color: var(--color-secondary);
		}

	}
}

.title-level04 {
	font-size: 2.0rem;
	font-weight: bold;
}

/* TABLE */

table.t100p {
	width: 100%;
}

table .tls {
	text-align: center;
	letter-spacing: 1em;
	text-indent: 1em;
}

table.alltc th,
table.alltc td {
	text-align: center;
}

table.equality {
	table-layout: fixed;
}

table.thtc th {
	text-align: center;
}

table.tdtc td {
	text-align: center;
}

table.thtr th {
	text-align: right;
}

table.tdtr td {
	text-align: right;
}

table.vat th,
table.vat td {
	vertical-align: top !important;
}

table .bdl {
	border-left: 1px solid #000000 !important;
}

table .bdr {
	border-right: 1px solid #000000 !important;
}

table.text_s th,
table.text_s td {
	font-size: 87.5%;
}

table.thstr th {
	color: #008bd5;
	font-weight: bold;
}

table th.bold,
table td.bold {
	font-weight: bold;
}

table tr.boldrow th,
table tr.boldrow td {
	font-weight: bold;
}

.mb_extends>li {
	margin-bottom: 10px !important;
}

.mb_extends02>li {
	margin-bottom: 15px !important;
}

.listmark-dot {
	li {
		text-indent: -1em;
		padding-left: 1em;

		&::before {
			content: '・';
		}
	}
}

.listmark-num {
	counter-reset: my-counter;
	padding: 0;

	>li {
		padding-left: 30px;

		&:before {
			content: counter(my-counter) ")";
			counter-increment: my-counter;
			display: block;
			float: left;
			margin-top: 3px;
			font-size: 100%;
			font-family: 'Spartan', sans-serif;
			font-family: 'Noto Sans JP';
			letter-spacing: -0.5pt;
			text-indent: -0.5pt;
			line-height: 26px;
			margin-left: -30px;
			text-align: center;
			height: 26px;
			width: 26px;
			border-radius: 50%;
		}

		&:after {
			content: "";
			display: block;
			height: 0;
			font-size: 0;
			clear: both;
		}
	}

	&.c02>li:before {
		background-color: #008bd5;
	}

	&.mutual>li {
		&:nth-child(odd):before {
			background-color: #8fc31f;
		}

		&:nth-child(even):before {
			background-color: #008bd5;
		}
	}

	>li.c03:before {
		background-color: #8fc31f;
	}
}


.iframe-wrapper {
	width: 100%;
	padding-top: 75%;
	position: relative;
}

.iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}



.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi {
	display: inline-block;
	margin: 0 0 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	color: #494949;
	font-size: 14px;
	text-decoration: none;
	border-right: 1px solid #7D6A2E;
	padding: 0 15px;
}

.wp-pagenavi a:first-child,
.wp-pagenavi span:first-child {
	border-left: 1px solid #7D6A2E;
}

.wp-pagenavi span.current {
	color: #7D6A2E;
}



/* TEXT */
.rq {
	color: #ff0000;
	font-weight: bold;
}

.rq_s {
	color: #ff0000;
}

.str {
	color: #011B6A;
	font-weight: bold;
}

.str_s {
	color: #011B6A;
}

.str02 {
	color: #008BD5;
	font-weight: bold;
}

.str02_s {
	color: #008BD5;
}

.small {
	font-size: 87.5%;
}

.small02 {
	font-size: 75%;
}

.large {
	font-size: 106.25%;
}

.large02 {
	font-size: 112.5%;
}

.caption {
	font-size: 87.5%;
}

.caption02 {
	margin-bottom: 2px;
	text-align: left;
}

sub {
	vertical-align: bottom;
	margin-bottom: 3px;
}

sup {
	vertical-align: top;
	margin-top: 3px;
}

sub,
sup {
	display: inline-block;
	font-size: 56.25%;
}


/* RIPPLE */
.ripple {
	position: relative;
	overflow: hidden;
}

.ripple .rp-effect {
	/*?G?t?F?N?g*/
	position: absolute;
	border-radius: 50%;
	opacity: 0.35;
	/*?g???Z??*/
	transform: scale(0);
	background: #FFF;
	/*?g??F*/
	animation: ripple 700ms;
	pointer-events: none;
}

@-webkit-keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}

@keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2.0);
	}
}

.blur {
	transition: all .2s ease-out;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}


@media print,
all and (min-width: 751px) {



	/* listmark */

	.listmark-disc>li {}

	.listmark-type01>li {}

	.listmark-temp>li {
		margin-left: 1em;
	}

	.listmark-temp>li span.mark {
		margin-left: -1em;
	}

	.listmark-temp02>li {
		padding-left: 20px;
		position: relative;
	}

	.listmark-temp02>li span.mark {
		position: absolute;
		top: 0;
		left: 0;
	}

	.listmark-temp03>li {
		padding-left: 3em;
		position: relative;
	}

	.listmark-temp03>li span.mark {
		position: absolute;
		top: 0;
		left: 0;
	}

	.listmark-decimal>li {
		list-style: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
	}

	.listmark-indent>li {
		padding-left: 1em;
		text-indent: -1em;
	}


	/* title-level */

	.title-level01 {}

	.title-level02 {}


	/* box */

	.bd-box {
		padding: 20px 30px 10px;
		border: 1px solid #000000;
	}

	.w-box {
		padding: 20px 30px 10px;
		background-color: #ffffff;
	}



	.tri-box>.box01 {
		float: left;
		width: 300px;
		margin-right: 30px;
	}

	.tri-box>.box02 {
		float: left;
		width: 300px;
	}

	.tri-box>.box03 {
		float: right;
		width: 300px;
	}

	.tri-box>.image {
		margin-bottom: 0;
		text-align: center;
	}

	#main .tri-box>.box01,
	#main .tri-box>.box02,
	#main .tri-box>.box03 {
		width: 200px;
	}

	.half-box>.boxl {
		float: left;
		width: 460px;
	}

	.half-box>.boxr {
		float: right;
		width: 460px;
	}

	.half-box .image {
		margin-bottom: 0;
		text-align: center;
	}

	#main .half-box>.boxl,
	#main .half-box>.boxr {
		width: 310px;
	}

	.imgr-box>.text {
		float: left;
		width: 500px;
	}

	.imgr-box>.text p {
		text-align: justify;
	}

	.imgr-box>.image {
		float: right;
		width: 426px;
	}

	.imgr-box .image {
		margin-bottom: 0;
		text-align: center;
	}

	.imgl-box>.text {
		float: right;
		width: 500px;
	}

	.imgl-box>.text p {
		text-align: justify;
	}

	.imgl-box>.image {
		float: left;
		width: 426px;
	}

	.imgl-box .image {
		margin-bottom: 0;
		text-align: center;
	}

	.river-box>.boxr {
		float: right;
		padding-left: 10px;
	}

	.river-box>.boxl {
		float: left;
		padding-right: 10px;
	}


	/* DSIB */
	.dsib-list>li {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.dsib-list.type_spread>li {
		margin-right: 40px;
	}

	.dsib-list.type_spread02>li {
		margin-right: 60px;
	}

	.dsib-list.col02>li {
		width: 48%;
		margin-right: 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.dsib-list.col03>li {
		width: 30%;
		margin-right: 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.dsib-list.col02>li:nth-child(even),
	.dsib-list.col03>li:nth-child(3n),
	.dsib-list>li:last-child {
		margin-right: 0;
	}

	.dsib-box {
		letter-spacing: -.4em;
	}

	.dsib-box.type_center {
		text-align: center;
	}

	.dsib-box.type_right_pc {
		text-align: right;
	}

	.dsib-box>.items {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 10px;
		letter-spacing: normal;
	}

	.dsib-box.type_shrink>.items {
		margin-right: 10px;
	}

	.dsib-box.type_spread>.items {
		margin-right: 40px;
	}

	.dsib-box.type_spread02>.items {
		margin-right: 60px;
	}

	.dsib-box>.items:last-child {
		margin-right: 0;
	}

	.dsib-box.col02>.items {
		width: 46%;
		margin-right: 4% !important;
	}

	.dsib-box.col02>.items:nth-child(even),
	.dsib-box.col02>.items:last-child {
		margin-right: 0;
	}

	.dsib-box.type_vamd>.items {
		vertical-align: middle;
	}

	.dsib-box.type_vabtm>.items {
		vertical-align: bottom;
	}

	.dsib-box.type_pcmb0>.items {
		margin-bottom: 0;
	}

	.dsib-box.type_mb_extends>.items {
		margin-bottom: 25px !important;
	}

	.dsib-box.type_spread03>.items {
		margin-right: 0 !important;
	}

	.dsib-box.col02.type_spread03>.items {
		width: 50%;
	}

	.dsib-box.col03.type_spread03>.items {
		width: 33.333333%;
	}

	/* EDITOR */

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	blockquote.alignleft,
	img.alignleft {
		margin: 0px 24px 10px 0;
	}

	.wp-caption.alignleft {
		margin: 0 24px 10px 0;
	}

	blockquote.alignright,
	img.alignright {
		margin: 0 0 10px 24px;
	}

	.wp-caption.alignright {
		margin: 10px 0 10px 24px;
	}

	blockquote.aligncenter,
	img.aligncenter,
	.wp-caption.aligncenter {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.content-article img {
		max-width: 100%;
		height: auto;
	}








	/* table */

	table.pc-t100p {
		width: 100%;
	}

	/* TABLE */

	/* TYPE01 */

	/* TYPE02 2?J???? */

	/* TYPE03 ?????J???? */


	.blur {
		transition: all .2s ease-out;
		-webkit-filter: blur(4px);
		-moz-filter: blur(4px);
		-ms-filter: blur(4px);
		filter: blur(4px);
	}



	.wp-pagenavi {
		clear: both;
		text-align: center;
	}

	.wp-pagenavi {
		display: inline-block;
		margin: 0 0 10px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		color: #494949;
		font-size: 14px;
		text-decoration: none;
		border-right: 1px solid #7D6A2E;
		padding: 0 15px;
	}

	.wp-pagenavi a:first-child,
	.wp-pagenavi span:first-child {
		border-left: 1px solid #7D6A2E;
	}

	.wp-pagenavi span.current {
		color: #7D6A2E;
	}



}

@media only screen and (max-width: 750px) {

	/* COMMON */

	/* ANCHOR */

	/* BTN */


	/* listmark */

	.listmark-type01>li {}

	.listmark-decimal>li {
		list-style: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
	}

	.listmark-indent>li {
		padding-left: 1em;
		text-indent: -1em;
	}

	.listmark-num {
		counter-reset: my-counter;
		padding: 0;
	}

	.listmark-num>li {
		padding-left: 25px;
	}

	.listmark-num>li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		background-color: #44b034;
		display: block;
		float: left;
		margin-top: 3px;
		color: #ffffff;
		font-size: 80%;
		letter-spacing: -0.5pt;
		text-indent: -0.5pt;
		line-height: 20px;
		margin-left: -30px;
		text-align: center;
		height: 20px;
		width: 20px;
		border-radius: 50%;
	}

	.listmark-num>li:after {
		content: "";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
	}


	/* title-level */

	.title-level01 {
		margin-bottom: 20px;

		.ja {
			display: block;
			line-height: 1;
		}

		.en {
			font-size: 4.0rem;
		}
	}

	.title-level02 {
		margin-bottom: 18px;

		span {
			font-size: 2.5rem;
			line-height: 1.5;

			&::before,
			&::after {
				position: absolute;
				content: '';
				background: url("../images/common/anchor-star.png");
				background-repeat: no-repeat;
				background-position: center top;
			}

			&::before {
				width: 12px;
				height: 18px;
				top: -8px;
				left: 17px;
				background-size: 14px;
			}

			&::after {
				width: 10px;
				height: 13px;
				background-size: 9px;
			}

		}
	}

	.title-level03 {
		margin-bottom: 10px;

		span {
			font-size: 2.0rem;
			padding-left: 18px;

			&::before {
				width: 15px;
				top: 18px;
			}

		}
	}

	.title-level04 {
		font-size: 1.8rem;
	}

	/* box */

	.bd-box {
		padding: 10px 15px;
		border: 1px solid #000000;
	}

	.w-box {
		padding: 10px 15px;
		background-color: #ffffff;
	}

	.tri-box>.box01,
	.tri-box>.box02,
	.tri-box>.box03 {
		margin-bottom: 20px;
	}

	.tri-box .image {
		margin-bottom: 0;
		text-align: center;
	}

	.half-box>.boxl,
	.half-box>.boxr {
		margin-bottom: 20px;
	}


	/* DSIB */
	.dsib-list:not(.sp_block)>li {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.dsib-list:not(.sp_block)>li:last-child {
		margin-right: 0;
	}

	.dsib-box {
		letter-spacing: -.4em;
	}

	.dsib-box.type_center {
		text-align: center;
	}

	.dsib-box:not(.sp_block)>.items {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.dsib-box>.items {
		margin-bottom: 10px;
		letter-spacing: normal;
	}

	.dsib-box.type_shrink:not(.sp_block)>.items {
		margin-right: 10px;
	}

	.dsib-box.type_spread:not(.sp_block)>.items {
		margin-right: 40px;
	}

	.dsib-box.type_spread02:not(.sp_block)>.items {
		margin-right: 60px;
	}

	.dsib-box:not(.sp_block)>.items:last-child {
		margin-right: 0;
	}

	.dsib-box.type_vamd>.items {
		vertical-align: middle;
	}

	.dsib-box.type_vabtm>.items {
		vertical-align: bottom;
	}

	.dsib-box.type_pcmb0>.items {
		margin-bottom: 0;
	}

	.dsib-box.col02>.items,
	.dsib-box.sp_col02>.items {
		width: 46%;
		margin-right: 4% !important;
	}

	.dsib-box.col02>.items:nth-child(even),
	.dsib-box.col02>.items:last-child,
	.dsib-box.sp_col02>.items:nth-child(even),
	.dsib-box.sp_col02>.items:last-child {
		margin-right: 0;
	}

	.dsib-box.type_spread03>.items {
		margin-right: 0 !important;
	}

	.dsib-box.col02.type_spread03>.items,
	.dsib-box.sp_col02.type_spread03>.items {
		width: 50%;
	}

	.dsib-box.type_mb_extends>.items {
		margin-bottom: 30px;
	}

	.dsib-box.col03.type_spread03>.items,
	.dsib-box.sp_col03.type_spread03>.items {
		width: 33.333333%;
	}

	.dsib-box.type_spread03>.items .image {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}


	/* EDITOR */
	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	blockquote.alignleft,
	img.alignleft {
		margin-bottom: 10px;
	}

	.wp-caption.alignleft {
		margin-bottom: 10px;
	}

	blockquote.alignright,
	img.alignright {
		margin-bottom: 10px;
	}

	.wp-caption.alignright {
		margin-bottom: 10px;
	}

	blockquote.aligncenter,
	img.aligncenter,
	.wp-caption.aligncenter {
		margin-bottom: 10px;
	}


	/* table */

	table.t100p {
		width: 100%;
	}

	table .tls {
		text-align: center;
		letter-spacing: 1em;
		text-indent: 1em;
	}


	/* table */

	table.t100p {
		width: 100%;
	}

	table .tls {
		text-align: center;
		letter-spacing: 1em;
		text-indent: 1em;
	}

	table.alltc th,
	table.alltc td {
		text-align: center;
	}

	table.equality {
		table-layout: fixed;
	}

	/* TABLE */

	/* TYPE01 */

	/* TYPE02 2?J???? */

	/* TYPE03 ?????J???? */


	/* TEXT */
	.rq {
		color: #ff0000;
		font-weight: bold;
	}


	.fl-cont .image {
		display: block;
		margin: 20px auto 10px auto;
	}




	.wp-pagenavi {
		clear: both;
		text-align: center;
	}

	.wp-pagenavi {
		display: inline-block;
		margin: 0 0 10px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		color: #494949;
		font-size: 14px;
		text-decoration: none;
		border-right: 1px solid #7D6A2E;
		padding: 0 15px;
	}

	.wp-pagenavi a:first-child,
	.wp-pagenavi span:first-child {
		border-left: 1px solid #7D6A2E;
	}

	.wp-pagenavi span.current {
		color: #7D6A2E;
	}



}