@charset "UTF-8";
:root {
	--color-text-sub: #666666;
	--color-text: #333333;
	--color-text-light: #E8EAEE;
	--color-white: #fff;
	--color-purple: #4356BB;
	--color-dark-purple: #112C61;
	--color-light-purple: #576FEF;
	--font-noto-sans: "Noto Sans", sans-serif;
	--font-noto-montserrat: "Montserrat", sans-serif;
}
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: 18px;
	color: #333;
	line-height: 1.8;
	overflow-wrap: break-word;
	font-feature-settings: "palt";
}
/* 英語 */

[lang="en"] body {
	font-family: 'Open Sans', sans-serif;
}
/* 繁体 */

[lang="zh-Hant"] body {
	font-family: 'Noto Sans TC', sans-serif;
}
/* 韓国 */

[lang="ko"] body {
	font-family: 'Noto Sans KR', sans-serif;
}
/* 以下欧州 */

/* ドイツ */

[lang="de"] body {
	font-family: 'Open Sans', sans-serif;
}
/* スペイン */

[lang="es"] body {
	font-family: 'Open Sans', sans-serif;
}
/* スウェーデン */

[lang="sv"] body {
	font-family: 'Open Sans', sans-serif;
}
/* イタリア */

[lang="it"] body {
	font-family: 'Open Sans', sans-serif;
}
/* フランス */

[lang="fr"] body {
	font-family: 'Open Sans', sans-serif;
}
/* ポルトガル */

[lang="pt"] body {
	font-family: 'Open Sans', sans-serif;
}
.u-hidden {
	display: none;
}
html:not([lang="ja"]) .u-hideMultiLang {
	display: none;
}
html[lang="ja"] .u-hideLang-ja {
	display: none;
}
html[lang="en"] .u-hideLang-en {
	display: none;
}
html[lang="zh-Hant"] .u-hideLang-zh-hant,
html[lang="zh-Hant"] .u-hideLang-zh-Hant {
	display: none;
}
html[lang="ko"] .u-hideLang-ko {
	display: none;
}
html[lang="de"] .u-hideLang-de {
	display: none;
}
html[lang="es"] .u-hideLang-es {
	display: none;
}
html[lang="sv"] .u-hideLang-sv {
	display: none;
}
html[lang="it"] .u-hideLang-it {
	display: none;
}
html[lang="fr"] .u-hideLang-fr {
	display: none;
}
html[lang="pt"] .u-hideLang-pt {
	display: none;
}
body#tinymce {
	margin: 15px;
	font-size: 15px;
}
a {
	color: #0f2c62;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}
select {
	font-family: inherit;
}
textarea,
[type="search"],
[type="date"],
[type="tel"],
[type="email"],
[type="number"],
[type="password"],
[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	padding: 8px 10px;
	border: 1px solid #4455BB;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
}
label [type="checkbox"],
label [type="radio"] {
	margin-right: 5px;
}
label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
label:last-child {
	margin-right: 0;
}
::-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: 'Montserrat', sans-serif;
}
.u-oswald {
	font-family: 'Oswald', sans-serif;
}
.u-inner {
	max-width: 1200px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl01 {
	font-size: 46px;
	line-height: 1.4;
	margin-bottom: 32px;
	color: #0F2C62;
}
[lang="en"] .u-ttl01,
[lang="de"] .u-ttl01,
[lang="es"] .u-ttl01,
[lang="sv"] .u-ttl01,
[lang="it"] .u-ttl01,
[lang="fr"] .u-ttl01,
[lang="pt"] .u-ttl01 {
	font-weight: 600;
	font-size: 88px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	letter-spacing: -0.06em;
	word-break: break-word;
}
.u-ttl02 {
	margin-bottom: 10px;
	color: #0F2C62;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
}
.u-ttl02_main {
	display: block;
	font-weight: inherit;
	letter-spacing: -0.06em;
}
.u-ttl02_sub {
	display: block;
	font-size: 33.3%;
	font-weight: 500;
	letter-spacing: 0.04em;
}
[lang="en"] .u-ttl02_sub,
[lang="de"] .u-ttl02_sub,
[lang="es"] .u-ttl02_sub,
[lang="sv"] .u-ttl02_sub,
[lang="it"] .u-ttl02_sub,
[lang="fr"] .u-ttl02_sub,
[lang="pt"] .u-ttl02_sub {
	letter-spacing: 0;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	word-break: break-word;
}
.u-ttl03 {
	line-height: 1.2;
	color: #fff;
	font-size: 72px;
	font-weight: 600;
}
.u-ttl03_sub {
	display: block;
	font-size: 33.3%;
	font-weight: 500;
	letter-spacing: 0.04em;
}
[lang="en"] .u-ttl03_sub,
[lang="de"] .u-ttl03_sub,
[lang="es"] .u-ttl03_sub,
[lang="sv"] .u-ttl03_sub,
[lang="it"] .u-ttl03_sub,
[lang="fr"] .u-ttl03_sub,
[lang="pt"] .u-ttl03_sub {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	word-break: break-word;
}
.u-ttl03_main {
	display: block;
	font-weight: inherit;
	letter-spacing: -0.06em;
}
.u-ttl04 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #0F2C62;
	letter-spacing: 0.04em;
}
[lang="en"] .u-ttl04,
[lang="de"] .u-ttl04,
[lang="es"] .u-ttl04,
[lang="sv"] .u-ttl04,
[lang="it"] .u-ttl04,
[lang="fr"] .u-ttl04,
[lang="pt"] .u-ttl04 {
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: -0.06em;
	word-break: break-word;
}
.u-ttl05 {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 35px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding-left: 30px;
	letter-spacing: 0.03em;
}
.u-ttl05::before {
	content: "";
	display: block;
	width: 6px;
	height: 32px;
	background-color: #4455BB;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin-top: 2px;
	height: calc(100% - 8px);
}
[lang="en"] .u-ttl05,
[lang="de"] .u-ttl05,
[lang="es"] .u-ttl05,
[lang="sv"] .u-ttl05,
[lang="it"] .u-ttl05,
[lang="fr"] .u-ttl05,
[lang="pt"] .u-ttl05 {
	letter-spacing: 0;
}
.u-ttl06 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 22px;
	background-color: #8E9198;
	color: #fff;
	padding: 15px 20px;
	letter-spacing: 0.05em;
}
.u-ttl06-bold {
	font-size: 24px;
	padding: 12px 25px;
}
[lang="en"] .u-ttl06,
[lang="de"] .u-ttl06,
[lang="es"] .u-ttl06,
[lang="sv"] .u-ttl06,
[lang="it"] .u-ttl06,
[lang="fr"] .u-ttl06,
[lang="pt"] .u-ttl06 {
	letter-spacing: 0;
}
.u-tbl01 {
	width: 100%;
}
.u-tbl01 > thead {}
.u-tbl01 > thead > tr {}
.u-tbl01 > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}
.u-tbl01 > tbody {}
.u-tbl01 > tbody > tr {}
.u-tbl01 > tbody > tr > th {
	padding: 28px 10px;
	background: #E7EAEF;
	font-weight: 500;
	text-align: left;
	width: 230px;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 30px;
}
.u-tbl01 > tbody > tr > td {
	padding: 28px 20px;
	vertical-align: top;
	background-color: #E7EAEF;
}
.u-tbl01 > tbody > tr:nth-child(2n) > th {
	background-color: #F3F3F3;
}
.u-tbl01 > tbody > tr:nth-child(2n) > td {
	background-color: #F3F3F3;
}
.u-tbl02 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.6;
}
.u-tbl02 > thead {}
.u-tbl02 > thead > tr {}
.u-tbl02 > thead > tr > th {
	padding: 18px 10px;
	white-space: nowrap;
	background: #C7D4EB;
	font-weight: 500;
	vertical-align: middle;
	width: 20%;
}
.u-tbl02 > tbody {}
.u-tbl02 > tbody > tr {}
.u-tbl02 > tbody > tr > th {
	padding: 18px 20px;
	white-space: nowrap;
	background: #F3F3F3;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}
.u-tbl02 > tbody > tr > td {
	padding: 18px 10px;
	vertical-align: middle;
	background-color: #F3F3F3;
	text-align: center;
}
.u-tbl02 > tbody > tr:nth-child(2n) > th {
	background-color: #E7EAEF;
}
.u-tbl02 > tbody > tr:nth-child(2n) > td {
	background-color: #E7EAEF;
}
.u-tblWrap {
	overflow: auto;
}
.u-tblWrap_caution {
	display: none;
}
.u-list {
	list-style: none;
	line-height: 1.6;
}
.u-list > li {
	position: relative;
	z-index: 1;
	padding-left: 24px;
}
.u-list > li:first-child {
	margin-top: 0;
}
.u-list > li::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0.8em;
	left: 0;
	transform: translateY(-50%);
	margin-top: 1px;
}
.u-sect {
	padding-top: 100px;
	margin-top: -100px;
}
.u-btn01 {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 4px;
	padding: 10px 10px;
	line-height: 1.2;
	background: #4455BB;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
}
[lang="en"] .u-btn01,
[lang="de"] .u-btn01,
[lang="es"] .u-btn01,
[lang="sv"] .u-btn01,
[lang="it"] .u-btn01,
[lang="fr"] .u-btn01,
[lang="pt"] .u-btn01 {
	word-break: break-word;
}
button.u-btn01 {
	display: block;
	min-height: 50px;
}
.u-btn01:active {}
.u-btn01::before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	margin-right: -1px;
}
.u-btn01::after {
	content: "";
}
.u-btn01-bold {
	font-size: 24px;
	font-weight: 500;
}
.u-btn01-bold::before {
	height: 80px;
}
.u-btn01-hasArrowR {}
.u-btn01-hasArrowR > .icon {
	display: block;
	margin-left: 15px;
}
button.u-btn01::before {
	display: none;
}
.u-btn01-cancel {
	background: #CCCCCC;
	color: #808080;
}
.u-btn01[disabled] {
	background: #CCCCCC;
	color: #808080;
	pointer-events: none;
}
.u-btn02 {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	padding: 10px 0px;
	line-height: 1.2;
	align-items: center;
	justify-content: flex-start;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: #0F2C62;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
}
.u-btn02 > b {
	display: block;
	font-weight: inherit;
	position: relative;
	z-index: 1;
	padding: 4px 0;
	border-bottom: 1px solid currentColor;
}
button.u-btn02 {
	display: block;
	min-height: 40px;
}
.u-btn02::before {
	content: "";
	display: block;
	width: 0;
	border: 4px solid rgba(255, 255, 255, 0);
	border-right: none;
	border-left-color: currentColor;
	border-left-width: 10px;
	margin-right: 10px;
}
button.u-btn02::before {
	display: none;
}
.u-btn02::after {}
.u-btn02:active {}
.u-editor {
	word-break: break-all;
}
.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 ol,
.u-editor ul {
	padding-left: 1.5em;
}
.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;
}
.alignleft {}
.alignright {}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.u-selWrap {
	display: block;
	border: 1px solid #999;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	background: #fff;
}
.u-selWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 9px;
	margin-top: auto;
	margin-bottom: auto;
	border: 6px solid #333;
	width: 0;
	height: 0;
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-top-width: 8px;
	border-bottom-width: 0;
}
.u-selWrap::after {}
.u-selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	outline: 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;
	display: block;
	padding-left: 10px;
}
.u-selWrap > select::-ms-expand {
	display: none;
}
.u-chkLbl {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
}
.u-chkLbl > [type="checkbox"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-chkLbl > i {
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	margin-right: 11px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	border: 2px solid #4455BB;
	position: relative;
	z-index: 1;
	border-radius: 2px;
}
.u-chkLbl > i::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 14px;
	height: 8px;
	box-sizing: border-box;
	border: 3px solid #4455BB;
	border-top: none;
	border-right: none;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-2px) rotate(-39deg);
	transform: translateY(-2px) rotate(-39deg);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-chkLbl > b {
	display: block;
	font-weight: normal;
}
.u-chkLbl > [type="checkbox"]:checked + i {}
.u-chkLbl > [type="checkbox"]:checked + i::after {
	opacity: 1;
}
.u-rdoLbl {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
}
.u-rdoLbl > [type="radio"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-rdoLbl > i {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.u-rdoLbl > i::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #4455BB;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-rdoLbl > [type="radio"]:checked + i::after {
	opacity: 1;
}
.u-rdoLbl > b {
	display: block;
	font-weight: normal;
}
.u-hiddenSVG {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.u-rdoLbl > [type="radio"]:checked + i {
	border-color: #4455BB;
}
.u-spBlock {
	display: none;
}
.u-spInline {
	display: none;
}
.u-spNone {}
.u-tabletBlock {
	display: none;
}
.u-tabletInline {
	display: none;
}
.u-tabletNone {}
.u-spsInline {
	display: none;
}
.u-lowResInline {
	display: none;
}
.u-lowResNone {}
.u-clamp {
	max-height: 3.6em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.u-tag {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #0F2C62;
	background-color: #fff;
	padding: 5px 10px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 2px;
}
[lang="en"] .u-tag,
[lang="de"] .u-tag,
[lang="es"] .u-tag,
[lang="sv"] .u-tag,
[lang="it"] .u-tag,
[lang="fr"] .u-tag,
[lang="pt"] .u-tag {
	font-weight: bold;
}
.u-spFit {}
.u-noteList {
	list-style: none;
	font-size: 88.8%;
	margin-top: 5px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
.u-noteList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.u-noteList > li:first-child {}
.u-icn-pdf {
	font-size: 15px;
	line-height: 1;
	min-width: 60px;
	border: 1px solid currentColor;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 13px;
	color: #0F2C62;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: color, background-color;
	text-decoration: none;
	display: block;
}
.u-icn-pdf[aria-hidden="true"] {
	pointer-events: none;
	color: #B3B3B3;
}
.u-spSwitch {}
.u-spSwitch > img {}
.u-spSwitch > img:first-child {
	display: block;
}
.u-spSwitch > img:last-child {
	display: none;
}
.u-tagItem {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #E1E8F5;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
	line-height: 1.2;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: color, background-color;
	color: #0F2C62;
}
.u-tagItem.-current {
	background-color: #fff;
}
.u-tagItem::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	margin-right: 1px;
}
.u-tagItem > .icon {
	margin-right: 5px;
	font-size: 16px;
	display: none;
}
.u-tagItem.-current > .icon {
	display: block;
}
.u-dotList {
	list-style: none;
}
.u-dotList > li {
	position: relative;
	z-index: 1;
	padding-left: 12px;
}
.u-dotList > li::before {
	content: "";
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 0.9em;
	transform: translateY(-50%);
	left: 0;
}
.u-editor h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
	background-color: #8E9198;
	color: #fff;
	padding: 15px 20px;
	letter-spacing: 0.05em;
}
.u-slideDots {
	list-style: none;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0;
}
.u-slideDots > li {}
.u-slideDots > li > button {
	width: 50px;
	height: 4px;
	background-color: #b0b2b7;
	border: 5px solid rgba(255, 255, 255, 0);
	background-clip: content-box;
	box-sizing: content-box;
	border-top-width: 28px;
	border-bottom-width: 28px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-slideDots > li.slick-active > button {
	background-color: #4455bb;
}
.u-slideBtn {
	width: 60px;
	height: 60px;
	border: 1px solid #4455bb;
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	font-size: 20px;
	color: #4455bb;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-slideBtn > .icon {
	display: block;
}
.u-new {
	color: #4c91f7;
	border: 1px solid currentColor;
	font-size: 26px;
	font-weight: bold;
	width: 90px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: -0.05em;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.u-inline {
	display: inline;
}
.u-btn01-border {
	border: 1px solid #0f2c62;
	background-color: rgba(255, 255, 255, 0);
	color: #0f2c62;
}
@media screen and (min-width:1000px) {
	.u-slideDots > li > button:hover {
		background-color: #4455bb;
	}
	.u-slideBtn:hover {
		background-color: #4455bb;
		color: #fff;
	}
	.u-tagItem:hover {
		background-color: #fff;
	}
	a:hover .u-btn01 {
		background-color: #303EA7;
	}
	a:hover {
		text-decoration: none;
	}
	.u-btn01:hover {
		background: #303EA7;
	}
	.u-btn01-border:hover {
		background-color: rgba(255, 255, 255, 0);
		border-color: #4455bb;
		color: #4455bb;
	}
	.u-btn01-cancel:hover {
		background: #555;
		color: #fff;
	}
	.u-btn02:hover {
		color: #4455BB;
	}
	.u-btn02:hover > b {
		border-bottom-color: rgba(255, 255, 255, 0);
	}
	.u-btn02:hover::after {}
}
@media screen and (max-width:1239px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:1199px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	.u-tagItem > .icon {
		font-size: 14px;
	}
}
@media screen and (max-width:999px) {
	body {
		font-size: 16px;
	}
	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 {
		width: 100%;
		box-sizing: border-box;
	}
	.u-ttl01 {
		font-size: 34px;
		margin-bottom: 22px;
	}
	[lang="en"] .u-ttl01,
	[lang="de"] .u-ttl01,
	[lang="es"] .u-ttl01,
	[lang="sv"] .u-ttl01,
	[lang="it"] .u-ttl01,
	[lang="fr"] .u-ttl01,
	[lang="pt"] .u-ttl01 {
		font-size: 56px;
	}
	.u-ttl02 {
		font-size: 50px;
	}
	.u-ttl02_main {}
	.u-ttl02_sub {}
	[lang="en"] .u-ttl02_sub,
	[lang="de"] .u-ttl02_sub,
	[lang="es"] .u-ttl02_sub,
	[lang="sv"] .u-ttl02_sub,
	[lang="it"] .u-ttl02_sub,
	[lang="fr"] .u-ttl02_sub,
	[lang="pt"] .u-ttl02_sub {}
	.u-ttl03 {
		font-size: 58px;
	}
	.u-ttl03_sub {
		font-size: 16px;
	}
	[lang="en"] .u-ttl03_sub,
	[lang="de"] .u-ttl03_sub,
	[lang="es"] .u-ttl03_sub,
	[lang="sv"] .u-ttl03_sub,
	[lang="it"] .u-ttl03_sub,
	[lang="fr"] .u-ttl03_sub,
	[lang="pt"] .u-ttl03_sub {
		font-size: 16px;
	}
	.u-ttl03_main {}
	.u-ttl04 {
		font-size: 30px;
	}
	[lang="en"] .u-ttl04,
	[lang="de"] .u-ttl04,
	[lang="es"] .u-ttl04,
	[lang="sv"] .u-ttl04,
	[lang="it"] .u-ttl04,
	[lang="fr"] .u-ttl04,
	[lang="pt"] .u-ttl04 {
		font-size: 30px;
	}
	.u-ttl05 {
		font-size: 22px;
		padding-left: 22px;
		margin-bottom: 25px;
	}
	.u-ttl05::before {
		height: calc(100% - 4px);
	}
	[lang="en"] .u-ttl05,
	[lang="de"] .u-ttl05,
	[lang="es"] .u-ttl05,
	[lang="sv"] .u-ttl05,
	[lang="it"] .u-ttl05,
	[lang="fr"] .u-ttl05,
	[lang="pt"] .u-ttl05 {}
	.u-ttl06 {
		font-size: 18px;
		padding: 11px 20px;
		margin-bottom: 18px;
	}
	.u-ttl06-bold {
		font-size: 20px;
	}
	.u-tbl01 {}
	.u-tbl01 > thead {}
	.u-tbl01 > thead > tr {}
	.u-tbl01 > thead > tr > th {}
	.u-tbl01 > tbody {}
	.u-tbl01 > tbody > tr {}
	.u-tbl01 > tbody > tr > th {
		padding: 20px 10px;
		padding-left: 20px;
		width: 200px;
	}
	.u-tbl01 > tbody > tr > td {
		padding: 20px 15px;
	}
	.u-tbl02 {}
	.u-tbl02 > thead {}
	.u-tbl02 > thead > tr {}
	.u-tbl02 > thead > tr > th {}
	.u-tbl02 > tbody {}
	.u-tbl02 > tbody > tr {}
	.u-tbl02 > tbody > tr > th {
		padding: 18px 15px;
	}
	.u-tbl02 > tbody > tr > td {}
	.u-tblWrap {}
	.u-tblWrap_caution {}
	.u-list {}
	.u-list > li {
		padding-left: 20px;
	}
	.u-list > li:first-child {}
	.u-list > li::before {
		width: 14px;
		height: 14px;
	}
	.u-sect {
		padding-top: 70px;
		margin-top: -70px;
	}
	.u-btn01 {}
	.u-btn01-bold {
		font-size: 22px;
	}
	button.u-btn01 {
		min-height: 50px;
	}
	.u-btn01:active {}
	.u-btn01::before {}
	.u-btn01-bold::before {
		height: 60px;
	}
	.u-btn01::after {}
	.u-btn01-cancel {}
	.u-btn02 {}
	.u-btn02::before {}
	.u-btn02::after {}
	.u-btn02:active {}
	.u-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ol,
	.u-editor ul {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.alignleft {}
	.alignright {}
	.aligncenter {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl > i {}
	.u-chkLbl > i::after {}
	.u-chkLbl > b {}
	.u-chkLbl > [type="checkbox"]:checked + i {}
	.u-chkLbl > [type="checkbox"]:checked + i::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl > i {}
	.u-rdoLbl > i::after {}
	.u-rdoLbl > b {}
	.u-rdoLbl > [type="radio"]:checked + i {}
	.u-spBlock {}
	.u-spInline {}
	.u-spNone {}
	.u-tabletBlock {
		display: block;
	}
	.u-tabletInline {
		display: inline;
	}
	.u-tabletNone {
		display: none;
	}
	.u-noteList {}
	.u-noteList > li {}
	.u-noteList > li:first-child {}
	.u-icn-pdf {
		font-size: 14px;
		min-width: 55px;
	}
	.u-tagItem {
		font-size: 17px;
	}
	.u-tagItem.-current {}
	.u-tagItem::before {}
	.u-tagItem > .icon {}
	.u-tagItem.-current > .icon {}
	.u-dotList {}
	.u-dotList > li {}
	.u-dotList > li::before {}
	.u-editor h2 {
		font-size: 18px;
		padding: 11px 20px;
		margin-bottom: 18px;
	}
	.u-dotList {}
	.u-dotList > li {}
	.u-dotList > li::before {}
	.u-editor h2 {}
	.u-slideDots {}
	.u-slideDots > li {}
	.u-slideDots > li > button {}
	.u-slideDots > li.slick-active > button {}
	.u-slideBtn {}
	.u-slideBtn > .icon {}
	.u-new {
		font-size: 17px;
		width: 63px;
		height: 24px;
	}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px;
		line-height: 1.6;
	}
	a {}
	a[href^="tel:"] {}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {
		font-size: 16px;
		padding: 10px;
	}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl01 {
		font-size: 24px;
		margin-bottom: 18px;
	}
	[lang="en"] .u-ttl01,
	[lang="de"] .u-ttl01,
	[lang="es"] .u-ttl01,
	[lang="sv"] .u-ttl01,
	[lang="it"] .u-ttl01,
	[lang="fr"] .u-ttl01,
	[lang="pt"] .u-ttl01 {
		font-size: 40px;
	}
	.u-ttl02 {
		font-size: 34px;
	}
	.u-ttl02_main {}
	.u-ttl02_sub {
		font-size: 16px;
	}
	[lang="en"] .u-ttl02_sub,
	[lang="de"] .u-ttl02_sub,
	[lang="es"] .u-ttl02_sub,
	[lang="sv"] .u-ttl02_sub,
	[lang="it"] .u-ttl02_sub,
	[lang="fr"] .u-ttl02_sub,
	[lang="pt"] .u-ttl02_sub {
		font-size: 16px;
	}
	.u-ttl03 {
		font-size: 34px;
	}
	.u-ttl03_main {}
	.u-ttl03_sub {}
	[lang="en"] .u-ttl03_sub,
	[lang="de"] .u-ttl03_sub,
	[lang="es"] .u-ttl03_sub,
	[lang="sv"] .u-ttl03_sub,
	[lang="it"] .u-ttl03_sub,
	[lang="fr"] .u-ttl03_sub,
	[lang="pt"] .u-ttl03_sub {}
	.u-ttl04 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	[lang="en"] .u-ttl04,
	[lang="de"] .u-ttl04,
	[lang="es"] .u-ttl04,
	[lang="sv"] .u-ttl04,
	[lang="it"] .u-ttl04,
	[lang="fr"] .u-ttl04,
	[lang="pt"] .u-ttl04 {
		font-size: 20px;
	}
	.u-ttl05 {
		font-size: 19px;
		padding-left: 18px;
		margin-bottom: 15px;
	}
	.u-ttl05::before {
		margin-top: 1px;
	}
	[lang="en"] .u-ttl05,
	[lang="de"] .u-ttl05,
	[lang="es"] .u-ttl05,
	[lang="sv"] .u-ttl05,
	[lang="it"] .u-ttl05,
	[lang="fr"] .u-ttl05,
	[lang="pt"] .u-ttl05 {}
	.u-ttl06 {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 15px;
	}
	.u-ttl06-bold {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.u-tbl01 {
		line-height: 1.5;
	}
	.u-tbl01 > thead {}
	.u-tbl01 > thead > tr {}
	.u-tbl01 > thead > tr > th {}
	.u-tbl01 > tbody {}
	.u-tbl01 > tbody > tr {}
	.u-tbl01 > tbody > tr > th {}
	.u-tbl01 > tbody > tr > td {}
	.u-tbl02 {
		font-size: 15px;
		line-height: 1.4;
	}
	.u-tbl02 > thead {}
	.u-tbl02 > thead > tr {}
	.u-tbl02 > thead > tr > th {
		padding: 5px;
	}
	.u-tbl02 > tbody {}
	.u-tbl02 > tbody > tr {}
	.u-tbl02 > tbody > tr > th {
		padding: 18px 10px;
		line-height: 1.3;
		text-align: center;
	}
	.u-tbl02 > tbody > tr > td {
		padding: 18px 8px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	.u-list {}
	.u-list > li {
		padding-left: 20px;
	}
	.u-list > li:first-child {}
	.u-list > li::before {
		width: 14px;
		height: 14px;
	}
	.u-sect {
		padding-top: 60px;
		margin-top: -60px;
	}
	.u-btn01 {
		padding: 5px 5px;
	}
	.u-btn01-bold {
		font-size: 20px;
	}
	.u-btn01-hasArrowR > .icon {}
	button.u-btn01 {
		min-height: 40px;
	}
	.u-btn01:active {}
	.u-btn01::before {}
	.u-btn01::after {}
	.u-btn01-cancel {}
	.u-btn02 {}
	.u-btn02::before {}
	.u-btn02::after {}
	.u-btn02:active {}
	.u-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ol,
	.u-editor ul {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.alignleft {}
	.alignright {}
	.aligncenter {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl > i {}
	.u-chkLbl > i::after {}
	.u-chkLbl > b {}
	.u-chkLbl > [type="checkbox"]:checked + i {}
	.u-chkLbl > [type="checkbox"]:checked + i::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl > i {}
	.u-rdoLbl > i::after {}
	.u-rdoLbl > b {}
	.u-rdoLbl > [type="radio"]:checked + i {}
	.u-spBlock {
		display: block;
	}
	.u-spInline {
		display: inline;
	}
	.u-spNone {
		display: none;
	}
	.u-tabletBlock {}
	.u-tabletInline {}
	.u-tabletNone {}
	.u-spFit {
		margin-left: -20px;
		margin-right: -20px;
	}
	.u-noteList {
		font-size: 14px;
	}
	.u-noteList > li {}
	.u-noteList > li:first-child {}
	.u-tbl01-spBlock {
		display: block;
	}
	.u-tbl01-spBlock > thead {}
	.u-tbl01-spBlock > thead > tr {}
	.u-tbl01-spBlock > thead > tr > th {}
	.u-tbl01-spBlock > tbody {
		display: block;
	}
	.u-tbl01-spBlock > tbody > tr {
		display: block;
		padding: 16px 20px;
		background-color: #E7EAEF;
	}
	.u-tbl01-spBlock > tbody > tr:nth-child(2n) {
		background-color: #F3F3F3;
	}
	.u-tbl01-spBlock > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 5px;
	}
	.u-tbl01-spBlock > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.u-icn-pdf {
		min-width: 44px;
		padding: 1px 3px;
		margin: 3px 0;
		border-radius: 9px;
	}
	.u-spSwitch {}
	.u-spSwitch > img {}
	.u-spSwitch > img:first-child {
		display: none;
	}
	.u-spSwitch > img:last-child {
		display: block;
	}
	.u-tagItem {
		border-radius: 0;
		padding: 10px;
		font-size: 15px;
	}
	.u-tagItem.-current {}
	.u-tagItem::before {}
	.u-tagItem > .icon {}
	.u-tagItem.-current > .icon {
		display: none;
	}
	.u-dotList {
		line-height: 1.6;
	}
	.u-dotList > li {
		padding-left: 8px;
	}
	.u-dotList > li::before {
		width: 2px;
		height: 2px;
		top: .8em;
	}
	.u-editor h2 {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 15px;
	}
	.u-dotList {}
	.u-dotList > li {}
	.u-dotList > li::before {}
	.u-editor h2 {}
	.u-slideDots {}
	.u-slideDots > li {}
	.u-slideDots > li > button {
		border-top-width: 18px;
		border-bottom-width: 18px;
	}
	.u-slideDots > li.slick-active > button {}
	.u-slideBtn {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	.u-slideBtn > .icon {}
	.u-new {
		font-size: 12px;
		width: 42px;
		height: 16px;
	}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
	.u-tbl02 {
		font-size: 13px;
	}
	.u-btn01-bold {
		font-size: 18px;
	}
}
