@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: 16px;
	color: #010101;
	line-height: 1.875;
	overflow-wrap: break-word;
}
.isIE11 body {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body#tinymce {
	margin: 15px;
	font-size: 15px;
}
a {
	color: #0b318f;
}
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: 15px 21px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
}
[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-en {
	font-family: 'Libre Baskerville', serif;
}
.u-inner {
	max-width: 1200px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	font-size: inherit;
	line-height: 1.4;
	margin-bottom: 55px;
	text-align: center;
}
.u-ttl_main {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.u-ttl_sub {
	font-size: 70px;
	display: block;
	line-height: 1;
	margin-bottom: 21px;
}
.u-ttl_sub-small {
	font-size: 60px;
	color: #0b318f;
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.u-ttlBar {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 37px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.u-ttlBar::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #0b318f 100px, #dddddd 100px);
	margin-top: 19px;
}
.u-ttlNumber {
	font-size: 18px;
	color: #0b318f;
	margin-bottom: 14px;
	letter-spacing: 0.05em;
	text-indent: -0.05em;
}
.u-ttlSimple {
	font-size: 40px;
	font-weight: 500;
	display: block;
	letter-spacing: 0.05em;
	text-indent: -0.05em;
}
.u-ttlColor {
	font-size: 20px;
	color: #0b318f;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 25px;
}
.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 {}
.u-tbl > tbody > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
}
.u-tbl > tbody > tr > td {
	padding: 7px 10px;
	border: 1px solid #ddd;
	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: 100px;
	margin-top: -100px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 10px;
	line-height: 1.2;
	background: #efefef;
	border: 1px solid #999;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: inherit;
}
button.u-btn {
	display: block;
	min-height: 70px;
}
.u-btn:active {}
.u-btn::before {
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	margin-right: -1px;
}
.u-btn::after {
	content: "";
}
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: 9px;
	border: 6px solid rgba(255, 255, 255, 0);
	width: 0;
	height: 0;
	border-top-width: 8px;
	border-bottom-width: 0;
	border-top-color: currentColor;
	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: 32px;
	height: 32px;
	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-btnRoundWrap {
	max-width: 1000px;
	margin: 0 auto;
}
.u-btnRound {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid #0b318f;
	border-radius: 70px;
	padding: 20px 110px;
	align-items: center;
	font-size: 23px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color;
	line-height: 1.5;
	box-shadow: 14px 0 62px rgba(176, 180, 206, 0.30);
	background-color: #fff;
	width: 100%;
	height: 100%;
}
button.u-btnRound {
	min-height: 90px;
}
.u-btnRound::before {
	content: "";
	display: block;
	width: 1px;
	height: 98px;
	margin-right: -1px;
}
button.u-btnRound::before {
	display: none;
}
.u-btnRound-small {
	font-size: 16px;
	padding: 20px 75px;
}
.u-btnRound-small::before {
	height: 48px;
}
.u-btnRound > .icon {
	display: flex;
	color: #fff;
	font-size: 18px;
	width: 60px;
	height: 60px;
	background-color: #0b318f;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	transition-duration: .3s;
	transition-property: transform;
}
.u-btnRound-small > .icon {
	width: 46px;
	height: 46px;
	right: 20px;
}
.u-btnRound_text {
	display: block;
	text-align: center;
}
.u-btnRound_text > .icon {
	color: #aaaaaa;
	font-size: 25px;
	margin-left: 15px;
}
.u-btnRound_text > small {
	display: block;
	font-size: 83%;
	font-weight: normal;
	margin-top: 7px;
	letter-spacing: 0.1em;
}
.u-ttlRev {
	line-height: 1.4;
	text-align: center;
	margin-bottom: 50px;
}
.u-ttlRev_sub {
	color: #0b318f;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	margin-bottom: 10px;
}
.u-ttlRev_main {
	font-size: 40px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.u-tblMain {
	width: 100%;
	border: 1px solid #ccc;
}
.u-tblMain > thead {}
.u-tblMain > thead > tr {}
.u-tblMain > thead > tr > th {
	white-space: nowrap;
	background-color: #0b318f;
	color: #fff;
	padding: 20px 10px;
	border-left: 1px solid #ccc;
}
.u-tblMain > thead > tr > th:first-child {
	border-left: none;
}
.u-tblMain > tbody {}
.u-tblMain > tbody > tr {
	border-top: 1px solid #ccc;
}
.u-tblMain > tbody > tr:first-child {
	border-top: none;
}
.u-tblMain > tbody > tr > th {
	padding: 25px 10px;
	background-color: #0b318f;
	color: #fff;
}
.u-tblMain > tbody > tr > td {
	padding: 25px 20px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	background-color: #fff;
}
.u-tblMain > tbody > tr > td:first-child {
	border-left: none;
}
.u-fit {
	padding-left: 50vw;
	padding-right: 50vw;
	margin-left: -50vw;
	margin-right: -50vw;
}
.u-oListBlue {
	list-style: none;
	counter-reset: number;
	line-height: 1.88;
}
.u-oListBlue > li {
	counter-increment: number;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	margin-top: 15px;
}
.u-oListBlue > li::before {
	content: counter(number)".";
	display: block;
	color: #0b318f;
	font-weight: 500;
	position: absolute;
	z-index: 1;
	top: 0.94em;
	left: 0;
	transform: translateY(-50%);
}
.u-oListBlue > li:first-child {
	margin-top: 0;
}
.u-oListBlue > li > a {
	color: #0b318f;
}
.u-oListBlue > li > a > .icon {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 12px;
	position: relative;
	z-index: 1;
	top: -1px;
}
.u-bgGray {
	padding-top: 140px;
}
.u-bgGray::before {
	content: "";
	display: block;
	width: calc(100vw + 140px);
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: -140px;
	background-color: #f0f0f3;
}
.u-cat {
	line-height: 1;
	color: #0b318f;
	border: 1px solid currentColor;
	border-radius: 16px;
	padding: 8px 15px;
	font-size: 13px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-dotList {
	list-style: none;
}
.u-dotList > li {
	line-height: 2.5;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}
.u-dotList > li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #0b318f;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 1.25em;
}
.u-dotList > li:first-child {}
.u-btnRound-cancel {
	border-color: #888;
	background-color: #888;
	color: #fff;
}
.u-paraBg {
	background-color: #e6e7ed;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 50%;
	width: 100vw;
	height: 1150px;
	transform: skewX(-15deg);
	margin-right: 278px;
	transform-origin: left top;
}
.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;
}
.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: 32px;
}
.u-editor h2:first-child {
	margin-top: 0;
}
.u-editor h2::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #0b318f;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
}
.u-editor h3 {
	font-size: 20px;
	color: #0b318f;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}
.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.875;
}
.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 {
	border: 1px solid #dddddd;
	padding: 20px 20px;
	background-color: #fff;
}
.u-editor table > tbody > tr > td:first-child {
	background-color: #0b318f;
	color: #fff;
	font-weight: bold;
}
.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-paraBg-rev {
	right: auto;
	left: 50%;
	margin-right: 0;
	margin-left: -30px;
	height: 2500px;
	transform-origin: bottom right;
}
@media screen and (max-width:1199px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.u-ttl_main {
		font-size: 18px;
	}
	.u-ttl_sub {
		font-size: 60px;
		margin-bottom: 16px;
	}
}
@media screen and (min-width:1000px) {
	a.u-cat:hover {
		background-color: #0b318f;
		color: #fff;
	}
	.u-btnRound:hover {}
	.u-btnRound:hover > .icon {
		transform: translateY(-50%) scale(1.1);
	}
	a:hover {
		text-decoration: none;
	}
	.u-btn:hover {
		background: #555;
		color: #fff;
	}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	.u-btnRound-cancel:hover {
		border-color: #aaa;
		background-color: #aaa;
	}
}
@media screen and (max-width:999px) {
	body {
		font-size: 15px;
	}
	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 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.u-ttl {}
	.u-ttl_main {
		font-size: 15px;
	}
	.u-ttl_sub {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.u-ttl_sub-small {
		font-size: 40px;
	}
	.u-ttlBar {
		font-size: 22px;
		margin-bottom: 28px;
	}
	.u-ttlBar::after {}
	.u-ttlNumber {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.u-ttlSimple {
		font-size: 32px;
	}
	.u-ttlColor {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.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: 10px 10px;
	}
	.u-tbl > tbody > tr > td {
		padding: 10px 10px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {
		padding-top: 80px;
		margin-top: -80px;
	}
	.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-tabletBlock {
		display: block;
	}
	.u-tabletInline {
		display: inline;
	}
	.u-tabletNone {
		display: none;
	}
	.u-btnRoundWrap {
		max-width: none;
	}
	.u-btnRound {
		font-size: 20px;
		box-shadow: 9px 0 40px rgba(176, 180, 206, 0.30);
	}
	.u-btnRound::before {
		height: 78px;
	}
	.u-btnRound-small {
		font-size: 14px;
	}
	.u-btnRound-small::before {
		height: 38px;
	}
	.u-btnRound > .icon {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}
	.u-btnRound-small > .icon {
		width: 40px;
		height: 40px;
	}
	.u-btnRound_text {}
	.u-btnRound_text > .icon {}
	.u-ttlRev {
		margin-bottom: 40px;
	}
	.u-ttlRev_sub {
		font-size: 16px;
	}
	.u-ttlRev_main {
		font-size: 32px;
	}
	.u-tblMain {}
	.u-tblMain > thead {}
	.u-tblMain > thead > tr {}
	.u-tblMain > thead > tr > th {
		padding: 15px 10px;
	}
	.u-tblMain > tbody {}
	.u-tblMain > tbody > tr {}
	.u-tblMain > tbody > tr > th {
		padding: 20px 10px;
	}
	.u-tblMain > tbody > tr > td {
		padding: 20px;
	}
	.u-oListBlue {}
	.u-oListBlue > li {}
	.u-oListBlue > li::before {}
	.u-oListBlue > li:first-child {}
	.u-oListBlue > li > a {}
	.u-oListBlue > li > a > .icon {
		margin-left: 8px;
	}
	.u-bgGray {
		padding-top: 100px;
	}
	.u-bgGray::before {}
	.u-cat {}
	.u-dotList {}
	.u-dotList > li {}
	.u-dotList > li:first-child {}
	button.u-btnRound {}
	.u-paraBg {
		margin-right: 130px;
	}
	.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 {}
	.u-editor h2:first-child {}
	.u-editor h2::after {}
	.u-editor h3 {}
	.u-editor h3:first-child {}
	.u-editor a[href$=".pdf"]::after {}
	.u-editor table {}
	.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-paraBg-rev {
		margin-right: 0;
	}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px;
		font-size: 14px;
	}
	a {}
	a[href^="tel:"] {}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {
		font-size: 16px;
		padding: 15px 15px;
	}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl {
		margin-bottom: 25px;
	}
	.u-ttl_main {
		font-size: 14px;
	}
	.u-ttl_sub {
		font-size: 35px;
	}
	.u-ttl_sub-small {
		font-size: 28px;
	}
	.u-ttlBar {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.u-ttlBar::after {
		margin-top: 15px;
	}
	.u-ttlNumber {
		font-size: 13px;
		margin-bottom: 6px;
	}
	.u-ttlSimple {
		font-size: 20px;
	}
	.u-ttlColor {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.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 {
		margin-right: -20px;
		padding-right: 20px;
	}
	.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: 55px;
		margin-top: -55px;
	}
	.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-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-btnRoundWrap {}
	.u-btnRound {
		font-size: 16px;
		padding: 20px 50px;
		padding-right: 65px;
		box-shadow: 6px 0 20px rgba(176, 180, 206, 0.30);
	}
	.u-btnRound::before {
		height: 48px;
	}
	.u-btnRound-small {
		font-size: 14px;
	}
	.u-btnRound-small::before {
		height: 32px;
	}
	.u-btnRound > .icon {
		width: 40px;
		height: 40px;
		font-size: 15px;
		right: 20px;
	}
	.u-btnRound-small > .icon {
		font-size: 13px;
		width: 36px;
		height: 36px;
	}
	.u-btnRound_text {}
	.u-btnRound_text > .icon {}
	.u-ttlRev {
		margin-bottom: 28px;
	}
	.u-ttlRev_sub {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.u-ttlRev_main {
		font-size: 20px;
	}
	.u-tblMain {}
	.u-tblMain > thead {}
	.u-tblMain > thead > tr {}
	.u-tblMain > thead > tr > th {
		padding: 10px;
	}
	.u-tblMain > tbody {}
	.u-tblMain > tbody > tr {}
	.u-tblMain > tbody > tr > th {}
	.u-tblMain > tbody > tr > td {
		padding: 12px 10px;
	}
	.u-spFit {
		margin-left: -20px;
		margin-right: -20px;
	}
	.u-oListBlue {}
	.u-oListBlue > li {}
	.u-oListBlue > li::before {}
	.u-oListBlue > li:first-child {}
	.u-oListBlue > li > a {}
	.u-oListBlue > li > a > .icon {
		font-size: 16px;
	}
	.u-bgGray {
		padding-top: 55px;
	}
	.u-bgGray::before {}
	.u-cat {
		font-size: 12px;
		padding: 5px 7px;
	}
	.u-dotList {}
	.u-dotList > li {}
	.u-dotList > li:first-child {}
	button.u-btnRound {
		min-height: 74px;
	}
	.u-paraBg {
		right: 100%;
		margin-right: -140px;
	}
	.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;
		padding-bottom: 14px;
		margin-bottom: 18px;
	}
	.u-editor h2:first-child {}
	.u-editor h2::after {}
	.u-editor h3 {
		font-size: 17px;
	}
	.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 {
		padding: 15px 15px;
	}
	.u-editor table > tbody {}
	.u-editor table > tbody > tr {}
	.u-editor table > tbody > tr > td {
		padding: 15px 15px;
	}
	.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 {
		font-size: 12px;
		margin-top: 9px;
	}
	.u-editor mark {}
	.u-paraBg-rev {
		margin-right: 0;
		right: auto;
		left: 100%;
		margin-left: -220px;
	}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
	.u-ttlRev_main {
		font-size: 18px;
	}
	.u-ttlRev_sub {
		font-size: 13px;
	}
	.u-ttlSimple {
		font-size: 18px;
	}
	.u-ttlBar {
		font-size: 16px;
	}
	.u-btnRound {
		font-size: 14px;
	}
	.u-ttl_sub-small {
		font-size: 25px;
	}
}
