@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*-----------------------------------------------------------------------
	base
-----------------------------------------------------------------------*/
html {
	box-sizing: border-box;
	width: 100%;
	font-size: 62.5%;
}

html.menuOpen {
	overflow: auto;
	height: 100%;
}

html.menuOpen body {
	overflow: hidden;
	height: 100%;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	position: relative;
	color: #333;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', '游ゴシック', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 1.7;
}

@media print, screen and (min-width: 1299.5px) {
	body {
		min-width: 1300px;
	}
}

@media screen and (max-width: 479.499px) {
	body {
		min-width: 320px;
	}
}

body.black #pageTitle, body.black #footer {
	background: #333;
	color: #fff;
}

body.black #pankuzuHead, body.black #pageLayoutBox {
	background: #ededed;
}

body.black #pankuzuFoot {
	background: #d3d3d3;
}

body.black #footerGoTop a {
	background: #9a9a9a;
}

body.black .gutenberg-content h3 {
	background: #ededed;
}

body.black .gutenberg-content h5::before {
	background: #9a9a9a;
}

body.black .articleLayout01 > .header .title {
	border-bottom-color: #333;
}

body.wine #pageTitle, body.wine #footer {
	background: #a52f67;
	color: #fff;
}

body.wine #pankuzuHead, body.wine #pageLayoutBox {
	background: #f7f0f3;
}

body.wine #pankuzuFoot {
	background: #ebc3d6;
}

body.wine #footerGoTop a {
	background: #cb6d9a;
}

body .iziModal .iziModal-header {
	box-shadow: none;
}

body .iziModal .iziModal-header-subtitle, body .iziModal .iziModal-header-title {
	font-family: inherit;
}

body .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
	margin: 0;
}

body .iziModal .iziModal-button {
	opacity: 1.0;
}

body .iziModal .iziModal-content {
	position: relative;
}

body .iziModal .iziModal-content .addButton {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	color: transparent;
	font-size: 0;
	transform: translateY(-50%);
	z-index: 1;
}

@media screen and (max-width: 1299.499px) {
	body .iziModal .iziModal-content .addButton {
		width: 30px;
		height: 60px;
	}
}

body .iziModal .iziModal-content .addButton::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 4px #fff;
	border-style: solid solid none none;
}

@media screen and (max-width: 1299.499px) {
	body .iziModal .iziModal-content .addButton::before {
		width: 20px;
		height: 20px;
	}
}

body .iziModal .iziModal-content .prevButton {
	left: 0;
	padding-left: 20px;
}

@media screen and (max-width: 1299.499px) {
	body .iziModal .iziModal-content .prevButton {
		padding-left: 10px;
	}
}

body .iziModal .iziModal-content .prevButton::before {
	transform: rotate(-135deg);
}

body .iziModal .iziModal-content .nextButton {
	right: 0;
	padding-right: 20px;
}

@media screen and (max-width: 1299.499px) {
	body .iziModal .iziModal-content .nextButton {
		padding-right: 10px;
	}
}

body .iziModal .iziModal-content .nextButton::before {
	transform: rotate(45deg);
}

body .iziModal .iziModal-iframe {
	position: relative;
	margin: 0;
	vertical-align: bottom;
}

a {
	display: inline-block;
	max-width: 100%;
	color: inherit;
	text-decoration: none;
	transition: opacity 300ms ease;
}

a:hover {
	opacity: 0.7;
}

button {
	font: inherit;
	transition: opacity 300ms ease;
}

button:hover {
	opacity: 0.7;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

img[src*='.svg'] {
	width: 100%;
	max-width: none;
}

svg {
	max-width: 100%;
	height: auto;
	vertical-align: text-bottom;
}

input::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder {
	color: #aaa;
}

input::-ms-input-placeholder {
	color: #aaa;
}

input::placeholder {
	color: #aaa;
}

.contentIn {
	position: relative;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 1299.499px) {
	.contentIn {
		width: auto;
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media screen and (max-width: 479.499px) {
	.contentIn {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
}

#bodyInner {
	overflow: hidden;
}

@media screen and (max-width: 1299.499px) {
	#bodyInner .pcOnly {
		display: none;
	}
}

@media screen and (max-width: 479.499px) {
	#bodyInner .tabPcOnly {
		display: none;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#bodyInner .tabOnly {
		display: none;
	}
}

@media screen and (max-width: 479.499px) {
	#bodyInner .tabOnly {
		display: none;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#bodyInner .tabSpOnly {
		display: none;
	}
}

@media screen and (min-width: 479.5px) {
	#bodyInner .spOnly {
		display: none;
	}
}

/*-----------------------------------------------------------------------
	header
-----------------------------------------------------------------------*/
#header {
	padding-top: 20px;
	font-weight: 700;
}

@media screen and (max-width: 1299.499px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 15px 0;
		background: #fff;
		transition: box-shadow 200ms ease;
		z-index: 99999;
	}
	#header.shadow {
		box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	}
}

#headerInner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	#headerInner {
		align-items: center;
	}
}

#headerLogo {
	flex: 0 0 auto;
}

@media screen and (max-width: 1299.499px) {
	#headerLogo {
		width: 245px;
	}
}

@media screen and (max-width: 479.499px) {
	#headerLogo {
		width: 55px;
	}
}

#headerLogo > * {
	display: block;
	position: relative;
}

@media screen and (max-width: 1299.499px) {
	#headerLogo > * {
		width: 100%;
		padding-top: 22.04%;
	}
}

@media screen and (max-width: 479.499px) {
	#headerLogo > * {
		padding-top: 94.55%;
	}
}

#headerLogo img {
	width: auto;
	height: 60px;
}

@media screen and (max-width: 1299.499px) {
	#headerLogo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

#headerItems {
	flex: 0 1 auto;
}

@media print, screen and (min-width: 1299.5px) {
	#headerItems {
		margin-left: 10px;
	}
}

#headerButtons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#headerButtons > * {
	flex: 0 0 auto;
}

#headerButtons > *:nth-child(n+2) {
	margin-left: 30px;
}

@media screen and (max-width: 1299.499px) {
	#headerButtons > *:nth-child(n+2) {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1299.499px) {
	#headerButtons .information {
		display: none;
	}
}

#headerSearch {
	width: 230px;
}

@media screen and (max-width: 1299.499px) {
	#headerSearch {
		display: none;
	}
}

#headerLanguages {
	/*
		display: flex;
		
		.current {
			.btn {
				background: #fff;
				color: $blu01;
			}
		}
		.btn {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 40px;
			height: 30px;
			background: $blu01;
			border: 1px solid $blu01;
			color: #fff;
		}
		span {
			cursor: default;
		}
		*/
}

@media screen and (max-width: 1299.499px) {
	#headerLanguages {
		flex: 0 1 auto;
	}
}

#headerLanguages .container {
	display: block;
	position: relative;
}

#headerLanguages .container::before, #headerLanguages .container::after {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
}

#headerLanguages .container::before {
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	background: #1068c3;
}

#headerLanguages .container::after {
	top: 50%;
	right: 13px;
	width: 0;
	height: 0;
	border-width: 7px 5px;
	border-style: solid solid none;
	border-color: #fff transparent;
	transform: translate3d(50%, -50%, 0);
}

#headerLanguages .selector {
	width: 100%;
	height: 30px;
	padding: 0 31px 0 5px;
	background: #fff;
	border: 1px #1068c3;
	border-style: solid none solid solid;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#headerLanguages .selector::-ms-expand {
	display: none;
}

#headerMenu {
	margin-top: 10px;
}

@media screen and (max-width: 1299.499px) {
	#headerMenu {
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 0;
		margin: 0;
		background: #1068c3;
		color: #fff;
		transition: opacity 300ms ease, visibility 300ms ease, height 0ms ease 300ms;
		opacity: 0;
		visibility: hidden;
		z-index: 0;
	}
	.menuOpen #headerMenu {
		overflow: auto;
		height: 100vh;
		transition: opacity 300ms ease, visibility 300ms ease;
		opacity: 1.0;
		visibility: visible;
		z-index: 9999;
	}
}

#headerMenuOpen button {
	width: 35px;
	height: 23px;
	background: url('../images/icon_menu01.svg') no-repeat center/contain;
	color: transparent;
	font-size: 0;
}

@media print, screen and (min-width: 1299.5px) {
	#headerMenuOpen {
		display: none;
	}
}

#headerMenuClose {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 10;
}

#headerMenuClose button {
	width: 27px;
	height: 27px;
	background: url('../images/icon_close01.svg') no-repeat center/contain;
	color: transparent;
	font-size: 0;
}

#headerMenuHeader .contentIn, #headerMenuFooter .contentIn {
	position: static;
}

@media print, screen and (min-width: 1299.5px) {
	#headerMenuHeader .contentIn, #headerMenuFooter .contentIn {
		width: auto;
	}
}

#headerMenuHeader {
	padding: 30px 0;
}

@media print, screen and (min-width: 1299.5px) {
	#headerMenuHeader {
		display: none;
	}
}

#headerMenuLogo {
	text-align: center;
}

@media screen and (max-width: 479.499px) {
	#headerMenuLogo {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		min-height: calc(110px - 10vw);
	}
}

#headerMenuLogo a {
	width: 100%;
}

#headerMenuLogo img {
	width: auto;
	height: 60px;
	max-height: 17.5vw;
}

#headerMenuSearch {
	margin-top: 30px;
	color: #333;
}

@media screen and (max-width: 1299.499px) {
	#headerMenuFooter {
		padding: 25px 0 40px;
	}
}

#headerMenuFooter .links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media print, screen and (min-width: 1299.5px) {
	#headerMenuFooter .links {
		display: none;
	}
}

@media screen and (max-width: 1299.499px) {
	#headerMenuFooter .snsIcons li + li {
		margin-left: 20px;
	}
	#headerMenuFooter .snsIcons img {
		width: 30px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#headerMenuFooter .buttons {
		display: block;
		position: fixed;
		top: 200px;
		right: 0;
		z-index: 999;
	}
	#headerMenuFooter .buttons li + li {
		margin: 20px 0 0 0;
	}
	#headerMenuFooter .buttons a {
		width: 50px;
		height: 160px;
		padding: 0;
		border: none;
		font-size: 15px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 0.2em;
	}
	#headerMenuFooter .buttons a::before {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#headerMenuFooter .buttons a::after {
		content: none;
	}
	#headerMenuFooter .buttons a.access {
		background: #6cc6aa;
	}
	#headerMenuFooter .buttons a.access::before {
		height: 24px;
	}
	#headerMenuFooter .buttons a.contact {
		background: #1068c3;
	}
	#headerMenuFooter .buttons a.contact::before {
		height: 19px;
	}
}

@media screen and (max-width: 1299.499px) {
	#headerMenuFooter .buttons {
		justify-content: center;
		margin-top: 25px;
	}
	#headerMenuFooter .buttons a {
		width: 200px;
		height: 60px;
		padding-right: 35px;
		padding-left: 10px;
		font-size: 16px;
	}
	#headerMenuFooter .buttons a::after {
		right: 20px;
	}
}

@media screen and (max-width: 479.499px) {
	#headerMenuFooter .buttons {
		flex-wrap: wrap;
		margin: 15px 0 0 -30px;
	}
	#headerMenuFooter .buttons > li {
		margin: 10px 0 0 30px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#headerNavi ul {
		width: 320px;
	}
	#headerNavi .top {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		position: relative;
		width: auto;
	}
	#headerNavi .top > li {
		position: relative;
	}
	#headerNavi .top > li:nth-child(n+3) {
		margin-left: 15px;
	}
	#headerNavi .top > li > a {
		height: auto;
		padding: 0 0 5px 0;
		background: #fff;
		color: #333;
		font-size: 15px;
	}
	#headerNavi .top > li > a:hover {
		color: #1068c3;
	}
	#headerNavi .top > li > a:hover .expand::before {
		border-color: #1068c3 transparent;
	}
	#headerNavi .top > li > a:hover span.expand::before {
		transform: rotate(-90deg);
	}
	#headerNavi .top > li > a .expand {
		width: 25px;
	}
	#headerNavi .top > li > a .expand::before {
		border-width: 6px 5px;
		border-style: solid solid none;
		border-color: #333 transparent;
		transition-duration: 200ms;
	}
	#headerNavi .top > li > .sub {
		position: absolute;
		top: 100%;
		left: 50%;
		border-top: none;
		transform: translateX(-50%) scale(0.9);
		transition: opacity 150ms, visibility 150ms, transform 200ms;
		transition-timing-function: ease;
		opacity: 0;
		visibility: hidden;
		z-index: 9999;
	}
	#headerNavi .top > li > .sub > li > a {
		transition: none;
	}
	#headerNavi .top > li > .sub > li > a .expand {
		transition: none;
	}
	#headerNavi .top > li:nth-last-child(-n+2) {
		position: static;
	}
	#headerNavi .top > li:nth-last-child(-n+2) > .sub {
		right: -10px;
		left: auto;
		transform: scale(0.9);
	}
	#headerNavi .top > li.open > .sub {
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
		transform: translateX(-50%);
		opacity: 1.0;
		visibility: visible;
	}
	#headerNavi .top > li.open:nth-last-child(-n+2) > .sub {
		transform: none;
	}
}

/*-----------------------------------------------------------------------
	main
-----------------------------------------------------------------------*/
#main {
	position: relative;
}

#pankuzuHead {
	padding: 25px 0;
	background: #e6eff9;
}

@media screen and (max-width: 1299.499px) {
	#pankuzuHead {
		padding: 20px 0;
	}
}

#pankuzuFoot {
	padding: 25px 0;
	background: #bbd4ee;
}

@media screen and (max-width: 1299.499px) {
	#pankuzuFoot {
		padding: 18px 0;
	}
}

.gutenberg-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content {
		font-size: 14px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	.gutenberg-content > * {
		max-width: calc(100% - 40px);
		margin-left: 20px;
	}
}

.gutenberg-content > * + * {
	margin-top: 40px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content > * + * {
		margin-top: 30px;
	}
}

.gutenberg-content .wp-block-column > * + * {
	margin-top: 40px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-column > * + * {
		margin-top: 30px;
	}
}

.gutenberg-content .wp-block-column > h2 + *, .gutenberg-content .wp-block-column > h3 + *, .gutenberg-content .wp-block-column > h4 + *, .gutenberg-content .wp-block-column > h5 + *, .gutenberg-content .wp-block-column > h6 + * {
	margin-top: 20px;
}

.gutenberg-content .wp-block-column > p + p {
	margin-top: 20px;
}

.gutenberg-content h2, .gutenberg-content h3, .gutenberg-content h4, .gutenberg-content h5, .gutenberg-content h6 {
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.gutenberg-content h2 + *, .gutenberg-content h3 + *, .gutenberg-content h4 + *, .gutenberg-content h5 + *, .gutenberg-content h6 + * {
	margin-top: 20px;
}

.gutenberg-content h2, .gutenberg-content h3, .gutenberg-content h4 {
	max-width: none;
	margin-left: auto;
	padding: 0 20px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content h2, .gutenberg-content h3, .gutenberg-content h4 {
		padding: 0 15px;
	}
}

.gutenberg-content h2 {
	padding-top: 12px;
	padding-bottom: 12px;
	background: #5895d5;
	color: #fff;
	font-size: 28px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content h2 {
		font-size: 22px;
	}
}

.gutenberg-content h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #bbd4ee;
	font-size: 24px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content h3 {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 20px;
	}
}

.gutenberg-content h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5895d5;
	font-size: 22px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content h4 {
		font-size: 20px;
	}
}

.gutenberg-content h5 {
	position: relative;
	padding: 2px 0 2px 20px;
	font-size: 20px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content h5 {
		padding: 1px 0 1px 15px;
		font-size: 18px;
	}
}

.gutenberg-content h5::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #5895d5;
}

.gutenberg-content h6 {
	display: inline-block;
	padding-bottom: 0.15em;
	background: linear-gradient(#bbd4ee 0%, #bbd4ee 100%) no-repeat left bottom/100% 0.5em;
	font-size: 18px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content h6 {
		font-size: 16px;
	}
}

.gutenberg-content table {
	width: auto;
	min-width: 33.3%;
	line-height: 1.5;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content table {
		font-size: 16px;
	}
}

.gutenberg-content table.bt td {
	flex-direction: column;
	padding: 0;
	border: 2px solid #dedede;
}

.gutenberg-content table.bt td::before {
	content: attr(data-th);
	width: 100%;
	padding: 8px 10px 10px;
	background: #dedede;
}

.gutenberg-content table.bt td .bt-content {
	padding: 10px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content table:not(.bt) {
		border-bottom: 2px solid #dedede;
	}
	.gutenberg-content table:not(.bt) thead, .gutenberg-content table:not(.bt) tbody, .gutenberg-content table:not(.bt) tr, .gutenberg-content table:not(.bt) td, .gutenberg-content table:not(.bt) th {
		display: block;
	}
	.gutenberg-content table:not(.bt) tbody th {
		border: none;
	}
	.gutenberg-content table:not(.bt) th + td {
		border-top: none;
	}
	.gutenberg-content table:not(.bt) td {
		border-bottom: none;
	}
}

.gutenberg-content thead, .gutenberg-content tbody th {
	background: #dedede;
	font-weight: 700;
}

.gutenberg-content thead th, .gutenberg-content tbody th {
	text-align: center;
}

.gutenberg-content th, .gutenberg-content td {
	padding: 10px;
	vertical-align: top;
	border: 2px solid #dedede;
}

.gutenberg-content thead th:nth-last-child(n+2) {
	border-right-color: #fff;
}

.gutenberg-content tbody tr:nth-last-child(n+2) th {
	border-bottom-color: #fff;
}

.gutenberg-content ul, .gutenberg-content ol {
	list-style: none;
	line-height: 1.5;
}

.gutenberg-content ul li, .gutenberg-content ol li {
	position: relative;
	padding-left: 1.5em;
}

.gutenberg-content ul li + li, .gutenberg-content ol li + li {
	margin-top: 1.0em;
}

.gutenberg-content ul li::before, .gutenberg-content ol li::before {
	display: block;
	position: absolute;
}

.gutenberg-content ul ul, .gutenberg-content ul ol, .gutenberg-content ol ul, .gutenberg-content ol ol {
	list-style: none;
	margin-top: 1.0em;
}

.gutenberg-content ul li::before {
	content: '';
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #5895d5;
}

.gutenberg-content ol {
	counter-reset: olCounter;
}

.gutenberg-content ol > li {
	counter-increment: olCounter;
}

.gutenberg-content ol > li::before {
	content: counter(olCounter) '.';
	top: 0;
	left: 0;
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(1)::before {
	content: '\02460';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(2)::before {
	content: '\02461';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(3)::before {
	content: '\02462';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(4)::before {
	content: '\02463';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(5)::before {
	content: '\02464';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(6)::before {
	content: '\02465';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(7)::before {
	content: '\02466';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(8)::before {
	content: '\02467';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(9)::before {
	content: '\02468';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(10)::before {
	content: '\02469';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(11)::before {
	content: '\0246a';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(12)::before {
	content: '\0246b';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(13)::before {
	content: '\0246c';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(14)::before {
	content: '\0246d';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(15)::before {
	content: '\0246e';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(16)::before {
	content: '\0246f';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(17)::before {
	content: '\02470';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(18)::before {
	content: '\02471';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(19)::before {
	content: '\02472';
}

.gutenberg-content ol.is-style-list-order-maru > li:nth-child(20)::before {
	content: '\02473';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(1)::before {
	content: '\02776';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(2)::before {
	content: '\02777';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(3)::before {
	content: '\02778';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(4)::before {
	content: '\02779';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(5)::before {
	content: '\0277a';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(6)::before {
	content: '\0277b';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(7)::before {
	content: '\0277c';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(8)::before {
	content: '\0277d';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(9)::before {
	content: '\0277e';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(10)::before {
	content: '\0277f';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(11)::before {
	content: '\024eb';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(12)::before {
	content: '\024ec';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(13)::before {
	content: '\024ed';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(14)::before {
	content: '\024ee';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(15)::before {
	content: '\024ef';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(16)::before {
	content: '\024f0';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(17)::before {
	content: '\024f1';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(18)::before {
	content: '\024f2';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(19)::before {
	content: '\024f3';
}

.gutenberg-content ol.is-style-list-order-maru-black > li:nth-child(20)::before {
	content: '\024f4';
}

.gutenberg-content ol.is-style-list-order-bracket > li {
	padding-left: 2.3em;
}

.gutenberg-content ol.is-style-list-order-bracket > li::before {
	content: '(' counter(olCounter) ')';
	width: 2.3em;
	text-align: center;
}

.gutenberg-content ol.is-style-list-order-roman-big > li {
	padding-left: 2.3em;
}

.gutenberg-content ol.is-style-list-order-roman-big > li::before {
	width: 2.3em;
	text-align: center;
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(1)::before {
	content: 'I';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(2)::before {
	content: 'II';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(3)::before {
	content: 'III';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(4)::before {
	content: 'IIII';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(5)::before {
	content: 'V';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(6)::before {
	content: 'VI';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(7)::before {
	content: 'VII';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(8)::before {
	content: 'VIII';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(9)::before {
	content: 'IX';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(10)::before {
	content: 'X';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(11)::before {
	content: 'XI';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(12)::before {
	content: 'XII';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(13)::before {
	content: 'XIII';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(14)::before {
	content: 'XIV';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(15)::before {
	content: 'XV';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(16)::before {
	content: 'XVI';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(17)::before {
	content: 'XVII';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(18)::before {
	content: 'XVIII';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(19)::before {
	content: 'XIX';
}

.gutenberg-content ol.is-style-list-order-roman-big > li:nth-child(20)::before {
	content: 'XX';
}

.gutenberg-content ol.is-style-list-order-roman-small > li {
	padding-left: 2.3em;
}

.gutenberg-content ol.is-style-list-order-roman-small > li::before {
	width: 2.3em;
	text-align: center;
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(1)::before {
	content: 'i';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(2)::before {
	content: 'ii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(3)::before {
	content: 'iii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(4)::before {
	content: 'iiii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(5)::before {
	content: 'v';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(6)::before {
	content: 'vi';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(7)::before {
	content: 'vii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(8)::before {
	content: 'viii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(9)::before {
	content: 'ix';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(10)::before {
	content: 'x';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(11)::before {
	content: 'xi';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(12)::before {
	content: 'xii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(13)::before {
	content: 'xiii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(14)::before {
	content: 'xiv';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(15)::before {
	content: 'xv';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(16)::before {
	content: 'xvi';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(17)::before {
	content: 'xvii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(18)::before {
	content: 'xviii';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(19)::before {
	content: 'xix';
}

.gutenberg-content ol.is-style-list-order-roman-small > li:nth-child(20)::before {
	content: 'xx';
}

.gutenberg-content ol.is-style-list-order-katakana > li {
	padding-left: 2.3em;
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(1)::before {
	content: '(イ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(2)::before {
	content: '(ロ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(3)::before {
	content: '(ハ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(4)::before {
	content: '(ニ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(5)::before {
	content: '(ホ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(6)::before {
	content: '(ヘ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(7)::before {
	content: '(ト)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(8)::before {
	content: '(チ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(9)::before {
	content: '(リ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(10)::before {
	content: '(ヌ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(11)::before {
	content: '(ル)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(12)::before {
	content: '(ヲ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(13)::before {
	content: '(ワ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(14)::before {
	content: '(カ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(15)::before {
	content: '(ヨ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(16)::before {
	content: '(タ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(17)::before {
	content: '(レ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(18)::before {
	content: '(ソ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(19)::before {
	content: '(ツ)';
}

.gutenberg-content ol.is-style-list-order-katakana > li:nth-child(20)::before {
	content: '(ネ)';
}

.gutenberg-content p + p {
	margin-top: 20px;
}

.gutenberg-content a {
	color: #1068c3;
	text-decoration: none;
	word-break: break-all;
}

.gutenberg-content button {
	padding: 0;
	background: none;
	border: none;
	color: inherit;
	text-align: inherit;
}

.gutenberg-content strong {
	font-weight: 700;
}

.gutenberg-content iframe {
	display: block;
	width: 100%;
}

.gutenberg-content .blocks-gallery-caption, .gutenberg-content .wp-block-embed figcaption, .gutenberg-content .wp-block-image figcaption {
	color: inherit;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .blocks-gallery-caption, .gutenberg-content .wp-block-embed figcaption, .gutenberg-content .wp-block-image figcaption {
		font-size: 12px;
	}
}

.gutenberg-content .wp-block-group {
	padding: 30px 20px;
	background: #e6eff9;
}

.gutenberg-content .wp-block-group .wp-block-group__inner-container > * + * {
	margin-top: 40px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-group .wp-block-group__inner-container > * + * {
		margin-top: 30px;
	}
}

.gutenberg-content .wp-block-group .wp-block-group__inner-container > h2 + *, .gutenberg-content .wp-block-group .wp-block-group__inner-container > h3 + *, .gutenberg-content .wp-block-group .wp-block-group__inner-container > h4 + *, .gutenberg-content .wp-block-group .wp-block-group__inner-container > h5 + *, .gutenberg-content .wp-block-group .wp-block-group__inner-container > h6 + * {
	margin-top: 20px;
}

.gutenberg-content .wp-block-group.is-style-group-double-line {
	padding: 24px 14px;
	border: 6px double #ff3400;
}

.gutenberg-content .wp-block-cover {
	height: auto;
}

.gutenberg-content .wp-block-cover.is-style-cover-double-line {
	padding: 34px;
	border: 6px double #ff3400;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-cover.is-style-cover-double-line {
		padding: 24px;
	}
}

@media screen and (max-width: 479.499px) {
	.gutenberg-content .wp-block-cover.is-style-cover-double-line {
		padding: 14px;
	}
}

@media (max-width: 781px) and (min-width: 600px) {
	.gutenberg-content .wp-block-column:nth-child(n+3) {
		margin-top: 30px;
	}
}

@media (max-width: 599px) {
	.gutenberg-content .wp-block-column:nth-child(n+2) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 479.499px) {
	.gutenberg-content .wp-block-column:nth-child(n+2) {
		margin-top: 30px;
	}
}

.gutenberg-content .wp-block-column .wp-block-buttons {
	max-width: none;
	margin-top: -1.0em;
	margin-left: -1.0em;
}

.gutenberg-content .wp-block-columns {
	margin-bottom: 0;
}

.gutenberg-content .wp-block-media-text > .wp-block-media-text__content {
	padding: 0 0 0 30px;
}

@media (max-width: 600px) {
	.gutenberg-content .wp-block-media-text > .wp-block-media-text__content {
		margin-top: 25px;
		padding: 0;
	}
}

.gutenberg-content .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content > p:first-child {
	margin-top: -0.4em;
}

.gutenberg-content .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content > p:last-child {
	margin-bottom: -0.4em;
}

.gutenberg-content .wp-block-image {
	margin-bottom: 0;
}

.gutenberg-content .wp-block-image figcaption {
	margin: 10px 0 15px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-image figcaption {
		margin: 5px 0 10px;
	}
}

.gutenberg-content .wp-block-image .aligncenter, .gutenberg-content .wp-block-image .alignright, .gutenberg-content .wp-block-image .alignleft, .gutenberg-content .wp-block-image.is-resized {
	table-layout: fixed;
	width: 100%;
}

.gutenberg-content .wp-block-image .aligncenter {
	text-align: center;
}

.gutenberg-content .wp-block-image .alignright {
	text-align: right;
}

.gutenberg-content .wp-block-image .alignleft {
	text-align: left;
}

.gutenberg-content .wp-block-gallery .blocks-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: -1.0em 0 0 -1.0em;
}

.gutenberg-content .wp-block-gallery .blocks-gallery-item {
	flex: 1 1 auto;
	width: 100%;
	margin: 1.0em 0 0 1.0em;
	padding: 0;
}

@media screen and (min-width: 479.5px) and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-gallery .blocks-gallery-item {
		flex: 0 0 auto;
		width: calc((100% - 2.0em) / 2);
	}
}

@media print, screen and (min-width: 1299.5px) {
	.gutenberg-content .wp-block-gallery .blocks-gallery-item {
		flex: 0 0 auto;
		width: calc((100% - 3.0em) / 3);
	}
}

.gutenberg-content .wp-block-gallery .blocks-gallery-item::before {
	content: none;
}

.gutenberg-content .wp-block-cover, .gutenberg-content .wp-block-cover-image {
	min-height: 0;
	padding: 40px;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-cover, .gutenberg-content .wp-block-cover-image {
		padding: 30px;
	}
}

@media screen and (max-width: 479.499px) {
	.gutenberg-content .wp-block-cover, .gutenberg-content .wp-block-cover-image {
		padding: 20px;
	}
}

.gutenberg-content .wp-block-cover .wp-block-cover__inner-container, .gutenberg-content .wp-block-cover-image .wp-block-cover__inner-container {
	width: 100%;
	color: inherit;
}

.gutenberg-content .wp-block-table.alignright {
	margin-left: auto;
}

.gutenberg-content .wp-block-table.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.gutenberg-content .wp-block-table.is-style-stripes {
	border-bottom: none;
}

.gutenberg-content .wp-block-table.is-style-stripes tbody {
	border-bottom: 1px solid #f3f4f5;
}

.gutenberg-content .wp-block-table.is-style-stripes tbody > tr:last-child th, .gutenberg-content .wp-block-table.is-style-stripes tbody > tr:last-child td {
	border-bottom: none;
}

.gutenberg-content .wp-block-table.is-style-table-header-left thead th, .gutenberg-content .wp-block-table.is-style-table-header-left thead td {
	border-bottom-color: #fff;
}

.gutenberg-content .wp-block-table.is-style-table-header-left tbody tr > :first-child {
	background: #dedede;
	background-clip: border-box !important;
	border-color: #dedede #fff #fff #dedede;
	font-weight: 700;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-table.is-style-table-header-left tbody tr > :first-child {
		border-right-color: #dedede;
	}
}

.gutenberg-content .wp-block-table.is-style-table-header-left tbody tr:last-child > :first-child {
	border-bottom-color: #dedede;
}

@media print, screen and (min-width: 1299.5px) {
	.gutenberg-content .wp-block-table.table10PerPc table {
		table-layout: fixed;
		width: 10%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table20PerPc table {
		table-layout: fixed;
		width: 20%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table30PerPc table {
		table-layout: fixed;
		width: 30%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table40PerPc table {
		table-layout: fixed;
		width: 40%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table50PerPc table {
		table-layout: fixed;
		width: 50%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table60PerPc table {
		table-layout: fixed;
		width: 60%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table70PerPc table {
		table-layout: fixed;
		width: 70%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table80PerPc table {
		table-layout: fixed;
		width: 80%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table90PerPc table {
		table-layout: fixed;
		width: 90%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table100PerPc table {
		table-layout: fixed;
		width: 100%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.colNowrap01 table tr > :nth-child(1) {
		white-space: nowrap;
	}
	.gutenberg-content .wp-block-table.colNowrap02 table tr > :nth-child(2) {
		white-space: nowrap;
	}
	.gutenberg-content .wp-block-table.colNowrap03 table tr > :nth-child(3) {
		white-space: nowrap;
	}
	.gutenberg-content .wp-block-table.colNowrap04 table tr > :nth-child(4) {
		white-space: nowrap;
	}
	.gutenberg-content .wp-block-table.colNowrap05 table tr > :nth-child(5) {
		white-space: nowrap;
	}
	.gutenberg-content .wp-block-table.col10Per01 table tr > :nth-child(1) {
		width: 10%;
	}
	.gutenberg-content .wp-block-table.col10Per02 table tr > :nth-child(2) {
		width: 10%;
	}
	.gutenberg-content .wp-block-table.col10Per03 table tr > :nth-child(3) {
		width: 10%;
	}
	.gutenberg-content .wp-block-table.col10Per04 table tr > :nth-child(4) {
		width: 10%;
	}
	.gutenberg-content .wp-block-table.col10Per05 table tr > :nth-child(5) {
		width: 10%;
	}
	.gutenberg-content .wp-block-table.col20Per01 table tr > :nth-child(1) {
		width: 20%;
	}
	.gutenberg-content .wp-block-table.col20Per02 table tr > :nth-child(2) {
		width: 20%;
	}
	.gutenberg-content .wp-block-table.col20Per03 table tr > :nth-child(3) {
		width: 20%;
	}
	.gutenberg-content .wp-block-table.col20Per04 table tr > :nth-child(4) {
		width: 20%;
	}
	.gutenberg-content .wp-block-table.col20Per05 table tr > :nth-child(5) {
		width: 20%;
	}
	.gutenberg-content .wp-block-table.col30Per01 table tr > :nth-child(1) {
		width: 30%;
	}
	.gutenberg-content .wp-block-table.col30Per02 table tr > :nth-child(2) {
		width: 30%;
	}
	.gutenberg-content .wp-block-table.col30Per03 table tr > :nth-child(3) {
		width: 30%;
	}
	.gutenberg-content .wp-block-table.col30Per04 table tr > :nth-child(4) {
		width: 30%;
	}
	.gutenberg-content .wp-block-table.col30Per05 table tr > :nth-child(5) {
		width: 30%;
	}
	.gutenberg-content .wp-block-table.col40Per01 table tr > :nth-child(1) {
		width: 40%;
	}
	.gutenberg-content .wp-block-table.col40Per02 table tr > :nth-child(2) {
		width: 40%;
	}
	.gutenberg-content .wp-block-table.col40Per03 table tr > :nth-child(3) {
		width: 40%;
	}
	.gutenberg-content .wp-block-table.col40Per04 table tr > :nth-child(4) {
		width: 40%;
	}
	.gutenberg-content .wp-block-table.col40Per05 table tr > :nth-child(5) {
		width: 40%;
	}
	.gutenberg-content .wp-block-table.col50Per01 table tr > :nth-child(1) {
		width: 50%;
	}
	.gutenberg-content .wp-block-table.col50Per02 table tr > :nth-child(2) {
		width: 50%;
	}
	.gutenberg-content .wp-block-table.col50Per03 table tr > :nth-child(3) {
		width: 50%;
	}
	.gutenberg-content .wp-block-table.col50Per04 table tr > :nth-child(4) {
		width: 50%;
	}
	.gutenberg-content .wp-block-table.col50Per05 table tr > :nth-child(5) {
		width: 50%;
	}
	.gutenberg-content .wp-block-table.col60Per01 table tr > :nth-child(1) {
		width: 60%;
	}
	.gutenberg-content .wp-block-table.col60Per02 table tr > :nth-child(2) {
		width: 60%;
	}
	.gutenberg-content .wp-block-table.col60Per03 table tr > :nth-child(3) {
		width: 60%;
	}
	.gutenberg-content .wp-block-table.col60Per04 table tr > :nth-child(4) {
		width: 60%;
	}
	.gutenberg-content .wp-block-table.col60Per05 table tr > :nth-child(5) {
		width: 60%;
	}
	.gutenberg-content .wp-block-table.col70Per01 table tr > :nth-child(1) {
		width: 70%;
	}
	.gutenberg-content .wp-block-table.col70Per02 table tr > :nth-child(2) {
		width: 70%;
	}
	.gutenberg-content .wp-block-table.col70Per03 table tr > :nth-child(3) {
		width: 70%;
	}
	.gutenberg-content .wp-block-table.col70Per04 table tr > :nth-child(4) {
		width: 70%;
	}
	.gutenberg-content .wp-block-table.col70Per05 table tr > :nth-child(5) {
		width: 70%;
	}
	.gutenberg-content .wp-block-table.col80Per01 table tr > :nth-child(1) {
		width: 80%;
	}
	.gutenberg-content .wp-block-table.col80Per02 table tr > :nth-child(2) {
		width: 80%;
	}
	.gutenberg-content .wp-block-table.col80Per03 table tr > :nth-child(3) {
		width: 80%;
	}
	.gutenberg-content .wp-block-table.col80Per04 table tr > :nth-child(4) {
		width: 80%;
	}
	.gutenberg-content .wp-block-table.col80Per05 table tr > :nth-child(5) {
		width: 80%;
	}
	.gutenberg-content .wp-block-table.col90Per01 table tr > :nth-child(1) {
		width: 90%;
	}
	.gutenberg-content .wp-block-table.col90Per02 table tr > :nth-child(2) {
		width: 90%;
	}
	.gutenberg-content .wp-block-table.col90Per03 table tr > :nth-child(3) {
		width: 90%;
	}
	.gutenberg-content .wp-block-table.col90Per04 table tr > :nth-child(4) {
		width: 90%;
	}
	.gutenberg-content .wp-block-table.col90Per05 table tr > :nth-child(5) {
		width: 90%;
	}
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-table.table10PerSp table {
		table-layout: fixed;
		width: 10%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table20PerSp table {
		table-layout: fixed;
		width: 20%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table30PerSp table {
		table-layout: fixed;
		width: 30%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table40PerSp table {
		table-layout: fixed;
		width: 40%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table50PerSp table {
		table-layout: fixed;
		width: 50%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table60PerSp table {
		table-layout: fixed;
		width: 60%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table70PerSp table {
		table-layout: fixed;
		width: 70%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table80PerSp table {
		table-layout: fixed;
		width: 80%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table90PerSp table {
		table-layout: fixed;
		width: 90%;
		min-width: 0;
	}
	.gutenberg-content .wp-block-table.table100PerSp table {
		table-layout: fixed;
		width: 100%;
		min-width: 0;
	}
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-table.tableNoHeadSp table.bt {
		border-top: 2px solid #dedede;
	}
	.gutenberg-content .wp-block-table.tableNoHeadSp table.bt td {
		border-top-style: none;
	}
	.gutenberg-content .wp-block-table.tableNoHeadSp table.bt td::before {
		content: none;
	}
}

.gutenberg-content .wp-block-table.tableBgWhite table {
	background: #fff;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-table.tableNoTransform > table thead {
		display: table-header-group;
	}
	.gutenberg-content .wp-block-table.tableNoTransform > table tbody {
		display: table-row-group;
	}
	.gutenberg-content .wp-block-table.tableNoTransform > table tr {
		display: table-row;
	}
	.gutenberg-content .wp-block-table.tableNoTransform > table th, .gutenberg-content .wp-block-table.tableNoTransform > table td {
		display: table-cell;
	}
}

.gutenberg-content .wp-block-button {
	flex: 0 0 auto;
	display: flex;
	min-width: calc((100% - 3.0em) / 3 - 0.1px);
	max-width: calc(100% - 1.0em);
	margin: 1.0em 0 0 1.0em;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-button {
		min-width: 240px;
	}
}

.gutenberg-content .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: calc(100% - 40px + 1.0em);
	margin-top: calc(40px - 1.0em);
	margin-left: calc(20px - 1.0em);
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-buttons {
		max-width: none;
		margin-top: calc(30px - 1.0em);
		margin-left: -1.0em;
	}
}

.gutenberg-content .wp-block-buttons.aligncenter {
	justify-content: center;
	text-align: left;
}

.gutenberg-content .wp-block-buttons.alignright {
	justify-content: flex-end;
}

.gutenberg-content .wp-block-buttons.alignright .wp-block-button {
	margin: 1.0em 0 0 1.0em;
}

.gutenberg-content .wp-block-button__link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 300px;
	min-height: 50px;
	padding: 10px 40px 10px 15px;
	background: #1068c3;
	border-radius: 0;
	color: #fff;
	font-size: inherit;
	text-align: left;
	line-height: 1.5;
	transition: opacity 300ms ease;
	cursor: pointer;
}

.gutenberg-content .wp-block-button__link:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-button__link {
		min-height: 40px;
		padding: 10px 35px 10px 15px;
	}
}

.gutenberg-content .wp-block-button__link::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 6px 8px;
	border-style: solid none solid solid;
	border-color: transparent #fff;
	transform: translateY(-50%);
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .wp-block-button__link::after {
		right: 15px;
	}
}

.gutenberg-content .wp-block-spacer {
	margin-top: 0;
}

.gutenberg-content .kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::before {
	transform: rotate(-180deg);
}

.gutenberg-content .kt-accodion-icon-style-basic .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger {
	width: auto;
	min-width: 0;
	height: auto;
}

.gutenberg-content .kt-accodion-icon-style-basic .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger::before {
	display: inline-block;
	position: static;
	width: 0;
	height: 0;
	background: none !important;
	border-width: 14px 11px;
	border-style: solid solid none;
	border-color: #909090 transparent;
	transform: none;
	transition-duration: inherit;
}

.gutenberg-content .kt-accodion-icon-style-basic .kt-blocks-accordion-header .kt-blocks-accordion-icon-trigger::after {
	content: none;
}

.gutenberg-content .kt-accordion-panel-inner {
	border-width: 0 2px 2px;
}

.gutenberg-content .kt-accordion-panel-inner > :nth-child(n+2) {
	margin-top: 20px;
}

.gutenberg-content .wp-block-kadence-tabs .kt-tabs-title-list li {
	margin-top: inherit;
	padding-left: inherit;
}

.gutenberg-content .wp-block-kadence-tabs .kt-tabs-title-list li::before {
	content: none;
}

.gutenberg-content .videoContainer {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.gutenberg-content .videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.gutenberg-content .customModalLinks .image {
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 1299.499px) {
	.gutenberg-content .customModalLinks .image {
		margin-bottom: 15px;
	}
}

.gutenberg-content .customModalLinks .list {
	counter-reset: none;
	display: flex;
	flex-wrap: wrap;
	margin: -15px 0 0 -15px;
	line-height: 1.0;
}

.gutenberg-content .customModalLinks .list > li {
	counter-increment: none;
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0;
}

.gutenberg-content .customModalLinks .list > li:nth-child(n) {
	margin: 15px 0 0 15px;
}

.gutenberg-content .customModalLinks .list > li::before {
	content: none;
}

.gutenberg-content .customModalLinks .list .trigger {
	display: flex;
	align-items: center;
}

.gutenberg-content .customModalLinks .list .number {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.0em;
	height: 2.0em;
	background: #fff;
	border: 2px solid #1068c3;
	border-radius: 50%;
	color: #1068c3;
	font-size: 16px;
	font-weight: 700;
}

.gutenberg-content .customModalLinks .list .text {
	flex: 0 1 auto;
	margin-left: 10px;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: underline;
}

.gutenberg-content .customModalLinks .list.withText {
	flex-direction: column;
}

/*-----------------------------------------------------------------------
	side
-----------------------------------------------------------------------*/
@media screen and (max-width: 1299.499px) {
	#sideNavi {
		display: none;
	}
}

/*-----------------------------------------------------------------------
	footer
-----------------------------------------------------------------------*/
#footer {
	position: relative;
	padding: 60px 0;
	background: #1068c3;
	color: #bbd4ee;
}

@media screen and (max-width: 1299.499px) {
	#footer {
		padding: 40px 0 35px;
		text-align: center;
	}
}

@media screen and (max-width: 479.499px) {
	#footer {
		padding-bottom: 45px;
		font-size: 13px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#footer .contentIn {
		padding-right: 40px;
	}
}

@media screen and (max-width: 1299.499px) {
	#footer .contentIn > * {
		max-width: 530px;
		margin: 0 auto;
	}
}

#footer .contentIn > * + * {
	margin-top: 30px;
}

@media screen and (max-width: 479.499px) {
	#footer .contentIn > * + * {
		margin-top: 20px;
	}
}

#footerContainer01 {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1299.499px) {
	#footerContainer01 {
		flex-direction: column;
		align-items: center;
	}
}

#footerContainer01 > * {
	flex: 0 0 auto;
	max-width: 100%;
}

@media screen and (max-width: 1299.499px) {
	#footerContainer01 .buttons {
		flex-wrap: wrap;
		justify-content: center;
		margin: 15px 0 0 -30px;
	}
	#footerContainer01 .buttons > li {
		margin: 15px 0 0 30px;
	}
	#footerContainer01 .snsIcons {
		display: none;
	}
}

#footerContainer02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.0;
}

@media print, screen and (min-width: 1299.5px) {
	#footerContainer02 {
		margin-left: 15px;
	}
	#footerContainer02 .snsIcons {
		display: none;
	}
}

@media screen and (max-width: 1299.499px) {
	#footerContainer02 {
		flex-wrap: wrap;
		align-items: flex-start;
	}
}

@media screen and (max-width: 479.499px) {
	#footerContainer02 {
		flex-direction: column;
		align-items: center;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#footer .snsIcons {
		justify-content: flex-end;
		margin-top: 30px;
	}
}

#footerLogo {
	width: 410px;
}

@media screen and (max-width: 479.499px) {
	#footerLogo {
		width: 320px;
		max-width: 100%;
	}
}

#footerLogo > * {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 21.95%;
}

#footerLogo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footerAaddress {
	margin: 35px 0 0 15px;
	line-height: 1.3;
}

@media screen and (max-width: 1299.499px) {
	#footerAaddress {
		margin-left: 0;
	}
}

#footerAaddress .tel {
	margin-top: 10px;
}

#footerNavi {
	flex: 1 0 auto;
	width: 250px;
	max-width: 400px;
}

@media screen and (max-width: 1299.499px) {
	#footerNavi {
		max-width: none;
		margin-left: 20px;
	}
}

@media screen and (max-width: 479.499px) {
	#footerNavi {
		width: 100%;
		max-width: 350px;
		margin: 10px 0 0;
	}
}

#footerNavi .items {
	display: flex;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	#footerNavi .items {
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: -5px;
	}
}

@media screen and (max-width: 479.499px) {
	#footerNavi .items {
		justify-content: center;
		margin: 0;
	}
}

#footerNavi .items li {
	flex: 0 0 auto;
	text-transform: uppercase;
}

@media screen and (max-width: 1299.499px) {
	#footerNavi .items li {
		margin-top: 10px;
	}
}

@media screen and (max-width: 479.499px) {
	#footerNavi .items li {
		margin-top: 15px;
	}
}

#footerNavi .items li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid currentColor;
}

#footerCatch {
	font-size: 12px;
}

@media screen and (max-width: 1299.499px) {
	#footerCatch {
		width: 100%;
		margin-top: 35px;
	}
}

@media screen and (max-width: 479.499px) {
	#footerCatch {
		font-size: 11px;
		line-height: 1.5;
	}
}

#footerGoTop {
	position: absolute;
	top: -25px;
	right: 30px;
	transition: 300ms ease;
	transition-property: opacity, visibility;
	z-index: 9999;
}

#footerGoTop.fixed {
	position: fixed;
	top: auto;
	bottom: 30px;
}

#footerGoTop.hide {
	opacity: 0;
	visibility: hidden;
}

#footerGoTop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #5895d5;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
}

#footerGoTop a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 7px 8px;
	border-style: none solid solid solid;
	border-color: #fff transparent;
}

/*-----------------------------------------------------------------------
	html:not([lang="ja"])
-----------------------------------------------------------------------*/
@media print, screen and (min-width: 1299.5px) {
	html[lang]:not([lang='ja']) #headerInner {
		flex-wrap: wrap;
		align-items: flex-end;
	}
	html[lang]:not([lang='ja']) #headerButtons {
		flex: 0 0 auto;
	}
}

html[lang]:not([lang='ja']) #headerMenu {
	width: 100%;
	margin-top: 20px;
}

@media screen and (max-width: 1299.499px) {
	html[lang]:not([lang='ja']) #headerMenu {
		margin: 0;
	}
}

html[lang]:not([lang='ja']) #headerMenuFooter .links {
	justify-content: flex-end;
}

@media print, screen and (min-width: 1299.5px) {
	html[lang]:not([lang='ja']) #headerNavi .top > li:nth-child(n+3) {
		margin-left: 20px;
	}
	html[lang]:not([lang='ja']) #headerNavi .top > li > a {
		padding-bottom: 10px;
	}
	html[lang]:not([lang='ja']) #headerNavi .top > li > a .expand {
		width: 30px;
	}
}

html[lang]:not([lang='ja']) .contactLayout01 .formArea .must {
	display: inline;
	width: auto;
	height: auto;
	margin-left: 10px;
	background: none;
	color: #ff3400;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	cursor: default;
}
