@charset "UTF-8";
body {
	background: #FFF;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.875;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.isIE11 body {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body#tinymce {
	margin: 15px;
	font-size: 15px;
}
a {
	color: #03aca0;
}
a:focus-visible {
	outline-color: #025ecc;
	outline-offset: 1px;
	outline-style: auto;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}
button:focus-visible {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
textarea,
[type="search"],
[type="date"],
[type="tel"],
[type="email"],
[type="number"],
[type="password"],
[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	padding: 16px 15px;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	background-color: rgb(236 245 252);
	display: block;
}
[data-animation] {
	transition-duration: 1s;
	transition-delay: .2s;
	transition-property: opacity;
	opacity: 0;
}
[data-animation="after"] {
	opacity: 1;
}
[data-animation][data-animation-type="fadeInRight"] {
	transition-property: opacity, transform;
	transform: translateX(-20px);
}
[data-animation="after"][data-animation-type="fadeInRight"] {
	transform: translateX(0);
}
[data-animation][data-animation-type="fadeInLeft"] {
	transition-property: opacity, transform;
	transform: translateX(20px);
}
[data-animation="after"][data-animation-type="fadeInLeft"] {
	transform: translateX(0);
}
[data-animation][data-animation-type="fadeInUp"] {
	transition-property: opacity, transform;
	transform: translateY(20px);
}
[data-animation="after"][data-animation-type="fadeInUp"] {
	transform: translateY(0);
}
[data-animation][data-animation-type="fadeZoomOut"] {
	transition-property: opacity, transform;
	transform: scale(1.05);
}
[data-animation="after"][data-animation-type="fadeZoomOut"] {
	transform: scale(1);
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
::placeholder {
	color: #ccc
}
.icon {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 1;
	min-width: 1em;
}
.icon::before {
	display: block;
}
.u-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.u-marugo {
	font-family: 'FP-ヒラギノUD丸ゴ StdN W5', 'FP-HiraginoUDSansRStdN-W5', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	font-weight: 500;
}
.u-marugoBold {
	font-family: 'FP-ヒラギノUD丸ゴ StdN W6', 'FP-HiraginoUDSansRStdN-W6', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
}
.u-en {
	font-family: 'Inter', sans-serif;
}
.u-inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	font-size: inherit;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 25px;
	position: relative;
	z-index: 0;
	padding-left: 19px;
}
.u-ttl::before {
	content: "";
	display: block;
	width: 5px;
	height: calc(100% - 10px);
	position: absolute;
	z-index: 1;
	top: 0.7em;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;
	border-radius: 3px;
	background-image: linear-gradient(to bottom, #005bbe, #05a9f4);
}
.u-ttl::after {
	content: "";
}
.u-tbl {
	width: 100%;
}
.u-tbl > thead {}
.u-tbl > thead > tr {}
.u-tbl > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}
.u-tbl > tbody {}
.u-tbl > tbody > tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.u-tbl > tbody > tr > th {
	padding: 15px 20px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
	background-color: #f8f7f6;
}
.u-tbl > tbody > tr > td {
	padding: 15px 20px;
	vertical-align: top;
}
.u-tblWrap {
	overflow: auto;
}
.u-tblWrap_caution {
	display: none;
}
.u-list {
	list-style: none;
	line-height: 1.6;
}
.u-list > li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 11px;
}
.u-list > li:first-child {
	margin-top: 0;
}
.u-list > li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0;
	top: calc(0.8em - 3px);
}
.u-sect {
	padding-top: 85px;
	margin-top: -85px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 6px;
	padding: 10px 10px;
	line-height: 1.2;
	border: none;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: inherit;
	background-image: linear-gradient(to left, #005bbe, #05a9f4);
	overflow: hidden;
	color: #fff;
	font-weight: 500;
}
button.u-btn {
	display: block;
	min-height: 60px;
}
.u-btn:active {}
.u-btn::before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	margin-right: -1px;
}
.u-btn::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #005bbe, #05a9f4);
	transition-duration: .3s;
	transition-property: opacity;
}
button.u-btn::before {
	display: none;
}
.u-btn-cancel {
	background: #666;
	color: #fff;
}
.u-selWrap {
	position: relative;
}
.u-selWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 8px;
	border: 5px solid rgba(255, 255, 255, 0);
	width: 0;
	height: 0;
	border-top-width: 8px;
	border-bottom-width: 0;
	border-top-color: #03aca0;
	transform: translateY(-50%);
	pointer-events: none;
}
.u-selWrap::after {}
.u-selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	border: 0;
	line-height: 38px;
	height: 40px;
	width: 100%;
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding-left: 15px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-right: 25px;
}
.u-selWrap > select::-ms-expand {
	display: none;
}
.u-chkLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	line-height: 1.6;
}
.u-chkLbl > [type="checkbox"] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-chkLbl_icon {
	display: block;
	width: 22px;
	height: 22px;
	background: #fff;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	border: 1px solid #666;
	position: absolute;
	z-index: 0;
	top: calc(5px + 0.8em);
	transform: translateY(-50%);
	left: 0;
}
.u-chkLbl > [type="checkbox"]:focus-visible + .u-chkLbl_icon {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
.u-chkLbl_icon::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 8px;
	box-sizing: border-box;
	border: 3px solid #666;
	border-top: none;
	border-right: none;
	transform: translate(-50%, -50%) rotate(-39deg);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	margin-top: -2px;
}
.u-chkLbl_text {
	display: block;
	font-weight: normal;
}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {
	opacity: 1;
}
.u-rdoLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	line-height: 1.6;
}
.u-rdoLbl > [type="radio"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-rdoLbl_icon {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 1px solid #666;
	box-sizing: border-box;
	position: absolute;
	z-index: 0;
	top: calc(0.8em + 5px);
	left: 0;
	transform: translateY(-50%);
}
.u-rdoLbl_icon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #666;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-rdoLbl > [type="radio"]:focus-visible + .u-rdoLbl_icon {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon::after {
	opacity: 1;
}
.u-rdoLbl_text {
	display: block;
	font-weight: normal;
}
.u-hiddenSVG {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.u-spBlock {
	display: none;
}
.u-spInline {
	display: none;
}
.u-tabletBlock {
	display: none;
}
.u-tabletInline {
	display: none;
}
.u-spsInline {
	display: none;
}
.u-lowResInline {
	display: none;
}
.u-clamp {
	max-height: 3.6em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.u-switchImg > img:first-child {}
.u-switchImg > img:last-child {
	display: none;
}
.u-fitImg {
	position: relative;
	z-index: 1;
	padding-bottom: 100%;
	overflow: hidden;
}
.u-fitImg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.u-btn_text {
	display: inline-block;
	position: relative;
	z-index: 2;
	vertical-align: middle;
}
.u-btn_icon {
	font-size: 25px;
	margin-right: 4px;
}
.u-overLine {
	background-image: linear-gradient(to top, currentColor 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition-duration: .3s;
	transition-property: background-size;
	background-position: right bottom;
}
.u-overLine-rev {
	background-size: 100% 100%;
	background-position: left bottom;
}
.u-inner-w1000 {
	max-width: 1000px;
}
.u-ttlBar {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	padding-left: 24px;
	margin-bottom: 16px;
	display: block;
}
.u-ttlBar:before {
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	background-color: #0083cd;
	border-radius: 3px;
	position: absolute;
	z-index: 1;
	top: .7em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.u-editor {
	word-break: break-all;
}
.u-editor a[target="_blank"]::after {
	content: "";
	background-image: url(../img/common/icn-blank.svg);
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 0.4em;
	margin-right: 0.2em;
}
.u-editor::after {
	content: "";
	display: block;
	clear: both;
}
.u-editor div {
	max-width: 100%;
}
.u-editor img {
	max-width: 100%;
	height: auto;
}
.u-editor iframe {
	max-width: 100%;
}
.u-editor video {
	max-width: 100%;
	height: auto;
}
.u-editor ul {
	list-style: none;
	line-height: 1.6;
	margin: 1.5em 0;
}
.u-editor ul > li {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	margin-top: 14px;
}
.u-editor ul > li:first-child {
	margin-top: 0;
}
.u-editor ul > li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #0b318f;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0.8em;
	transform: translateY(-50%);
}
.u-editor ol {
	list-style: none;
	counter-reset: number;
	line-height: 1.6;
	margin: 1.5em 0;
}
.u-editor ol > li {
	counter-increment: number;
	position: relative;
	z-index: 1;
	padding-left: 21px;
	margin-top: 14px;
}
.u-editor ol > li:first-child {
	margin-top: 0;
}
.u-editor ol > li::before {
	content: counter(number)'.';
	display: block;
	font-weight: bold;
	color: #0b318f;
	position: absolute;
	z-index: 1;
	top: 0.8em;
	left: 0;
	transform: translateY(-50%);
}
.u-editor blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.u-editor blockquote::before {
	content: "“";
	font-size: 50px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 1;
}
.u-editor blockquote::after {
	content: "”";
	font-size: 50px;
	color: #999;
	position: absolute;
	right: 5px;
	bottom: -15px;
	line-height: 1;
}
.u-editor .alignleft {}
.u-editor .alignright {}
.u-editor .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.u-editor h2 {
	font-size: 24px;
	line-height: 1.5;
	border-bottom: 2px solid #dddddd;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 32px;
	margin-top: 50px;
	z-index: 0;
	pointer-events: none;
}
.u-editor h2:first-child {
	margin-top: 0;
}
.u-editor h2::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #005bbe;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
}
.u-editor h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	padding-left: 24px;
}
.u-editor h3::before {
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	background-color: #005bbe;
	border-radius: 1px;
	top: .75em;
	left: 0;
	position: absolute;
	z-index: 1;
	transform: translateY(-50%);
}
.u-editor h3::after {
	content: "";
}
.u-editor h3:first-child {
	margin-top: 0;
}
.u-editor a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(/assets/img/common/icn-pdf.svg);
	width: 15px;
	height: 20px;
	margin-left: 13px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.u-editor table {
	line-height: 1.6;
}
.u-editor table > thead {}
.u-editor table > thead > tr {}
.u-editor table > thead > tr > th {
	border: 1px solid #dddddd;
	padding: 24px 20px;
	background-color: #0b318f;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.u-editor table > tbody {}
.u-editor table > tbody > tr {}
.u-editor table > tbody > tr > td {
	padding: 10px 10px;
}
.u-editor table > tbody > tr > td:first-child {}
.u-editor table > thead + tbody > tr > td:first-child {
	background-color: #fff;
	color: inherit;
	font-weight: inherit;
}
.u-editor .wp-caption-text,
.u-editor .wp-element-caption {
	font-size: 14px;
	margin-top: 12px;
}
.u-editor mark {
	background-image: linear-gradient(to top, #ced1dc 4px, rgba(255, 255, 255, 0) 4px);
	background-color: rgba(255, 255, 255, 0);
}
.u-editor p {
	margin-bottom: 1.875em;
}
.u-editor p:last-child {
	margin-bottom: 0;
}
.u-mb {
	margin-bottom: 100px;
}
.u-cat {
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	color: inherit;
	font-size: 13px;
	padding: 4px 10px;
	border-color: #005bbe;
	color: #005bbe;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: #fff;
	line-height: 1.2;
	display: flex;
}
.u-update {
	color: #666;
	font-size: 13px;
	line-height: 1;
}
.u-ttlMain {
	text-align: center;
	line-height: 1.2;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
}
.u-ttlMain_en {
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
	color: #03aca0;
}
.u-ttlMain_main {
	display: block;
}
.u-mark {
	background-color: rgba(255, 255, 255, 0);
	background-image: linear-gradient(to top, #ffde00 6px, rgba(255, 255, 255, 0) 6px);
	font-weight: 500;
}
.u-btnMore {
	text-decoration: none;
	border: 1px solid #03aca0;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px 10px;
	display: flex;
	align-items: center;
	background-color: #03aca0;
	color: #fff;
	line-height: 1.2;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-weight: 500;
}
.u-btnMore::before {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
}
.u-btnMore > .icon-arrowRight {
	display: block;
	margin-left: 4px;
}
.u-btn_icon-arrow {}
.u-editor .wp-block-table {
	margin-bottom: 1.875em;
}
.u-editor .wp-block-table:last-child {
	margin-bottom: 0;
}
.u-editor .wp-block-image {
	margin: 1.875em 0;
}
.u-editor .wp-block-image:first-child {
	margin-top: 0;
}
.u-editor .wp-block-image:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:1000px) {
	a.u-cat:hover {
		background-color: #005bbe;
		color: #fff;
	}
	.u-btnMore:hover {
		background-color: #fff;
		color: #03aca0;
	}
	a:hover .u-cat {
		background-color: #005bbe;
		color: #fff;
	}
	.u-btn:hover::after {
		opacity: 0;
	}
	a:hover {
		text-decoration: none;
	}
	.u-btn:hover {}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	a:hover .u-overLine {
		background-size: 100% 100%;
		background-position: left bottom;
	}
	a:hover .u-overLine-rev {
		background-size: 0 100%;
		background-position: right bottom;
	}
}
@media screen and (max-width:1199px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:999px) {
	body {
		font-size: 14px;
	}
	a {}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl {}
	.u-ttl::before {}
	.u-ttl::after {}
	.u-tbl {}
	.u-tbl > thead {}
	.u-tbl > thead > tr {}
	.u-tbl > thead > tr > th {}
	.u-tbl > tbody {}
	.u-tbl > tbody > tr {}
	.u-tbl > tbody > tr > th {
		padding: 15px 15px;
		width: 120px;
	}
	.u-tbl > tbody > tr > td {
		padding: 15px 15px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {}
	.u-btn {}
	button.u-btn {}
	.u-btn:active {}
	.u-btn::before {}
	.u-btn::after {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::after {}
	.u-chkLbl_text {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::after {}
	.u-rdoLbl_text {}
	.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
	.u-fitImg {}
	.u-fitImg > img {}
	.u-tabletBlock {
		display: block;
	}
	.u-tabletInline {
		display: inline;
	}
	.u-tabletNone {
		display: none;
	}
	.u-ttlBar {
		font-size: 19px;
	}
	.u-ttlBar:before {}
	.u-mb {
		margin-bottom: 80px;
	}
	.u-cat {}
	.u-update {}
	.u-ttlMain {}
	.u-ttlMain_en {}
	.u-ttlMain_main {}
	.u-mark {}
	.u-btnMore {}
	.u-btnMore::before {}
	.u-btnMore > .icon-arrowRight {}
	.u-btn_icon-arrow {}
	.u-editor {}
	.u-editor a[target="_blank"]::after {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor iframe {}
	.u-editor video {}
	.u-editor ul {}
	.u-editor ul > li {}
	.u-editor ul > li:first-child {}
	.u-editor ul > li::before {}
	.u-editor ol {}
	.u-editor ol > li {}
	.u-editor ol > li:first-child {}
	.u-editor ol > li::before {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-editor .alignleft {}
	.u-editor .alignright {}
	.u-editor .aligncenter {}
	.u-editor h2 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 25px;
		margin-top: 45px;
	}
	.u-editor h2:first-child {}
	.u-editor h2::after {}
	.u-editor h3 {
		font-size: 18px;
	}
	.u-editor h3::before {}
	.u-editor h3::after {}
	.u-editor h3:first-child {}
	.u-editor a[href$=".pdf"]::after {}
	.u-editor table {
		font-size: 13px;
	}
	.u-editor table > thead {}
	.u-editor table > thead > tr {}
	.u-editor table > thead > tr > th {}
	.u-editor table > tbody {}
	.u-editor table > tbody > tr {}
	.u-editor table > tbody > tr > td {}
	.u-editor table > tbody > tr > td:first-child {}
	.u-editor table > thead + tbody > tr > td:first-child {}
	.u-editor .wp-caption-text,
	.u-editor .wp-element-caption {}
	.u-editor mark {}
	.u-editor p {}
	.u-editor p:last-child {}
	.u-editor .wp-block-table {}
	.u-editor .wp-block-table:last-child {}
	.u-editor .wp-block-image {}
	.u-editor .wp-block-image:first-child {}
	.u-editor .wp-block-image:last-child {}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px;
	}
	a {}
	a[href^="tel:"] {}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {
		font-size: 16px;
		padding: 10px 15px;
	}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl {
		font-size: 18px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.u-ttl::before {
		height: calc(100% - 6px);
	}
	.u-ttl::after {}
	.u-tbl {}
	.u-tbl > thead {}
	.u-tbl > thead > tr {}
	.u-tbl > thead > tr > th {}
	.u-tbl > tbody {}
	.u-tbl > tbody > tr {}
	.u-tbl > tbody > tr > th {
		width: auto;
		padding: 3px 5px;
	}
	.u-tbl > tbody > tr > td {
		padding: 3px 5px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {
		padding-top: 75px;
		margin-top: -75px;
	}
	.u-btn {}
	button.u-btn {
		min-height: 50px;
	}
	.u-btn:active {}
	.u-btn::before {
		height: 30px;
	}
	.u-btn::after {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::after {}
	.u-chkLbl_text {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::after {}
	.u-rdoLbl_text {}
	.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
	.u-spBlock {
		display: block;
	}
	.u-spInline {
		display: inline;
	}
	.u-spNone {
		display: none;
	}
	.u-switchImg {}
	.u-switchImg > img:first-child {
		display: none;
	}
	.u-switchImg > img:last-child {
		display: block;
	}
	.u-fitImg {}
	.u-fitImg > img {}
	.u-tbl-spBlock {
		display: block;
		border-bottom: 1px solid #ccc;
		width: auto;
	}
	.u-tbl-spBlock > tbody {
		display: block;
	}
	.u-tbl-spBlock > tbody > tr {
		display: block;
		border-bottom: none;
	}
	.u-tbl-spBlock > tbody > tr > th {
		display: block;
		padding: 10px 10px;
		white-space: normal;
	}
	.u-tbl-spBlock > tbody > tr > td {
		display: block;
		padding: 10px 10px;
	}
	.u-ttlBar {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.u-ttlBar:before {}
	.u-mb {
		margin-bottom: 60px;
	}
	.u-cat {
		font-size: 11px;
		padding: 3px 6px;
	}
	.u-update {
		font-size: 11px;
	}
	.u-ttlMain {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.u-ttlMain_en {
		font-size: 12px;
	}
	.u-ttlMain_main {}
	.u-mark {
		background-image: linear-gradient(to top, #ffde00 4px, rgba(255, 255, 255, 0) 4px);
	}
	.u-btnMore {}
	.u-btnMore::before {}
	.u-btnMore > .icon-arrowRight {}
	.u-btn_icon-arrow {}
	.u-editor {}
	.u-editor a[target="_blank"]::after {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor iframe {}
	.u-editor video {}
	.u-editor ul {}
	.u-editor ul > li {}
	.u-editor ul > li:first-child {}
	.u-editor ul > li::before {}
	.u-editor ol {}
	.u-editor ol > li {}
	.u-editor ol > li:first-child {}
	.u-editor ol > li::before {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-editor .alignleft {}
	.u-editor .alignright {}
	.u-editor .aligncenter {}
	.u-editor h2 {
		font-size: 18px;
		border-bottom-width: 1px;
		padding-bottom: 11px;
		margin-bottom: 15px;
		margin-top: 35px;
	}
	.u-editor h2:first-child {}
	.u-editor h2::after {
		height: 1px;
		width: 50px;
	}
	.u-editor h3 {
		font-size: 15px;
		padding-left: 20px;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	.u-editor h3::before {
		height: 2px;
		width: 12px;
	}
	.u-editor h3::after {}
	.u-editor h3:first-child {}
	.u-editor a[href$=".pdf"]::after {}
	.u-editor table {
		font-size: 12px;
	}
	.u-editor table > thead {}
	.u-editor table > thead > tr {}
	.u-editor table > thead > tr > th {}
	.u-editor table > tbody {}
	.u-editor table > tbody > tr {}
	.u-editor table > tbody > tr > td {
		padding: 5px 5px;
	}
	.u-editor table > tbody > tr > td:first-child {}
	.u-editor table > thead + tbody > tr > td:first-child {}
	.u-editor .wp-caption-text,
	.u-editor .wp-element-caption {}
	.u-editor mark {}
	.u-editor p {}
	.u-editor p:last-child {}
	.u-editor .wp-block-table {}
	.u-editor .wp-block-table:last-child {}
	.u-editor .wp-block-image {}
	.u-editor .wp-block-image:first-child {}
	.u-editor .wp-block-image:last-child {}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
}
