@charset "UTF-8";
body {
	background: #F5F7F8;
	font-family: 'Noto Sans', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	overflow-wrap: break-word;
	font-weight: 500;
	box-sizing: content-box;
}
p {
	margin: 0;
}
button {
	box-sizing: border-box;
	color: inherit;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #008BCF;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}
table {
	border-collapse: collapse;
}
select {
	font-family: inherit;
}
textarea,
[type="search"],
[type="date"],
[type="tel"],
[type="email"],
[type="number"],
[type="password"],
[type="text"] {
	appearance: none;
	font-size: inherit;
	padding: 17px 26px;
	border: 3px solid #008BCF;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	border-radius: 50px;
	box-shadow: 0 12px 20px #E7EDF0;
	display: block;
	background-color: #fff;
	color: rgba(0, 0, 0, .87);
}
textarea {
	border-radius: 24px;
}
textarea[disabled],
[type="search"][disabled],
[type="date"][disabled],
[type="tel"][disabled],
[type="email"][disabled],
[type="number"][disabled],
[type="password"][disabled],
[type="text"][disabled] {
	border-color: #888;
	box-shadow: none;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #C3C3C3;
}
::placeholder {
	color: #C3C3C3;
}
.icon {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 1;
	min-width: 1em;
	line-height: inherit;
}
svg.icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.icon::before {
	display: block;
}
.u-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.u-marugo {
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.u-zenMarugo {
	font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.u-sansSerif {
	font-family: 'Poppins', sans-serif;
}
.u-inner {
	max-width: 1004px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-sect {
	padding-top: 152px;
	margin-top: -152px;
}
.u-hiddenSVG {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.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-btn {
	font-feature-settings: "palt";
	width: 100%;
	background-color: #20AEE5;
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
	border-radius: 8px;
	padding: 10px 26px;
	box-shadow: 0 12px 26px rgba(102, 102, 102, 0.30);
	font-size: 18px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: transform, color, background-color;
	position: relative;
	box-sizing: border-box;
	padding-right: 40px;
}
.u-btn[disabled] {
	background-color: #707070;
	box-shadow: none;
	pointer-events: none;
}
.u-btn-white[disabled] {
	color: #fff;
}
.u-btn[aria-disabled="true"] {
	background-color: #707070;
	box-shadow: none;
	pointer-events: none;
}
button.u-btn[disabled].v-btn.v-btn--disabled {
	color: #fff !important;
}
.u-btn[disabled] .icon-linkRight {
	opacity: 0;
}
.u-btn[disabled] .icon-linkDown {
	opacity: 0;
}
button.u-btn {
	min-height: 70px;
	display: block;
}
button.v-btn.u-btn {
	margin: 0;
}
.u-btn .icon-linkRight {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 16px;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-btn .icon-linkDown {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 16px;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-btn .icon-linkLeft {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-size: 16px;
}
.u-btn .icon-blank {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	font-size: 120%;
}
.u-btn::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
}
button.u-btn::before {
	display: none;
}
.u-btn-green {
	background-color: #7DC41F;
	box-shadow: 0 10px 16px #E5DECF;
}
.u-btn-orange {
	background-color: #F15A22;
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
}
.u-btnLine {
	font-feature-settings: "palt";
	border: 3px solid #008BCF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	line-height: 1.4;
	color: #008BCF;
	font-weight: bold;
	padding: 10px 23px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-right: 40px;
}
button.v-btn.u-btnLine {
	color: #008BCF;
	margin: 0;
}
button.u-btnLine {
	display: block;
	min-height: 56px;
}
.u-btnLine[disabled] {
	border-color: #BBBBBB;
	color: #BBBBBB;
	pointer-events: none;
}
.u-btnLine[aria-current="step"] {
	background-color: #008BCF;
	color: #fff;
	pointer-events: none;
}
.u-btnLine-gray {
	color: #777777;
	border-color: #777777;
}
.u-btnLine-solid {
	background-color: #20AEE5;
	color: #fff;
	border-color: #20AEE5;
}
.u-btnLine-solidGray {
	background-color: #888;
	color: #fff;
	border-color: #888;
}
button.v-btn.u-btnLine-solid {
	color: #fff;
}
.u-btnLine .icon-linkRight {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.u-btnLine .icon-linkLeft {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.u-btnLine .icon-blank {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
	font-size: 110%;
}
.u-btnLine::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	margin-right: -1px;
}
button.u-btnLine::before {
	display: none;
}
.u-btnLine-green {
	border-color: #7DC41F;
	color: #7DC41F;
}
.u-ttlSimple {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}
.u-ttlSimple-l {
	font-size: 32px;
}
.u-cauList {
	list-style: none;
	font-size: 12px;
}
.u-cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.u-cauList > li > b {
	color: #D85941;
	font-weight: inherit;
}
.u-fit {
	margin-left: -50vw;
	margin-right: -50vw;
	padding-left: 50vw;
	padding-right: 50vw;
}
.u-ttl {
	font-size: 24px;
	color: #008BCF;
	line-height: 1.4;
	position: relative;
	font-weight: bold;
	z-index: 0;
	padding-left: 33px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 4px;
	margin-bottom: 30px;
}
.u-ttl::after {
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	margin-left: -1px;
}
.u-ttl::before {
	content: "";
	height: 52px;
	width: 52px;
	border-radius: 8px;
	background-color: #fff;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.u-ttl-green {
	color: #7DC41F;
}
.u-btn-grad {
	background-image: linear-gradient(to right, #0083CD 40%, #20AEE5 90%);
}
.u-ttlBar {
	font-weight: bold;
	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;
	transform: translateY(-50%);
}
.u-spScroll {}
.u-spSwitchImg {}
.u-spSwitchImg > img:first-child {}
.u-spSwitchImg > img:last-child {
	display: none;
}
.u-mark {
	background-image: linear-gradient(to top, #FFD865 9px, rgba(255, 255, 255, 0) 9px);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: rgba(255, 255, 255, 0);
	color: inherit;
	font-weight: bold;
}
.u-box {
	background-color: #E5F0F5;
	border-radius: 20px;
	padding: 40px 40px;
	box-sizing: border-box;
}
.u-box-white {
	background-color: #fff;
}
.u-tag {
	background-color: #F2F9FD;
	line-height: 1.2;
	padding: 3px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #008BCF;
	font-size: 14px;
}
.u-tag-solidBlue {
	background-color: #20AEE5;
	color: #fff;
}
.u-tag-l {
	font-size: 14px;
	padding: 4px 16px;
}
.u-tag::before {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	margin-right: -1px;
}
.u-tag-l::before {
	height: 22px;
}
.u-link {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}
.u-link > a {
	transition-duration: .3s;
	transition-property: background-color, color;
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.u-link > a > .icon {
	font-size: 94.4%;
	color: #008BCF;
	margin-left: 5px;
}
.u-inputField {}
.u-chkLbl {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1.6;
	padding: 5px 0;
	padding-left: 34px;
}
.u-chkLbl > input[type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
	width: 24px;
	height: 24px;
	left: 0;
	top: calc(5px + 0.8em);
	transform: translateY(-50%);
}
.u-chkLbl > input[type="checkbox"][aria-readonly="true"] {
	pointer-events: none;
}
.u-chkLbl_icon {
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #008BCF;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 1;
	top: calc(5px + .8em);
	left: 0;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
[disabled] + .u-chkLbl_icon {
	border-color: #bbb;
	box-shadow: none;
}
[disabled][aria-readonly="true"] + .u-chkLbl_icon {
	border-color: #008BCF;
}
.u-chkLbl_icon::before {
	content: "";
	background-image: url(/static/assets/img/common/icn-form-check.svg);
	display: block;
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.u-chkLbl > input[type="checkbox"]:checked + .u-chkLbl_icon {
	background-color: #008BCF;
}
.u-chkLbl > input[type="checkbox"][disabled]:checked + .u-chkLbl_icon {
	background-color: #bbb;
}
.u-chkLbl > input[type="checkbox"][aria-readonly="true"]:checked + .u-chkLbl_icon {
	background-color: #fff;
}
.u-chkLbl > input[type="checkbox"][aria-readonly="true"]:checked + .u-chkLbl_icon::before {
	background-image: url(/static/assets/img/common/icn-form-check-blue.svg);
}
.u-cat {
	font-size: 12px;
	border: 2px solid #008BCF;
	display: flex;
	align-items: center;
	line-height: 1.2;
	border-radius: 40px;
	color: #008BCF;
	padding: 2px 9px;
}
.u-cat::before {
	content: "";
	display: block;
	width: 1px;
	height: 19px;
	margin-right: -1px;
}
.u-cat > .icon {
	display: block;
	font-size: 16px;
}
.u-cat > img {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
.u-bgCircle {
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-size: 100% 100%;
	min-width: 1280px;
	background-position: center center;
	background-repeat: no-repeat;
}
.u-rdoLbl {
	line-height: 1.6;
	display: block;
	position: relative;
	z-index: 1;
	padding: 5px 0;
	padding-left: 34px;
}
.u-rdoLbl_icon {
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #008BCF;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 1;
	top: calc(5px + 0.8em);
	left: 0;
	transform: translateY(-50%);
}
[disabled] + .u-rdoLbl_icon {
	border-color: #bbb;
	box-shadow: none;
}
.u-rdoLbl_icon::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 11px;
	height: 11px;
	background-color: #008BCF;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
[disabled] + .u-rdoLbl_icon::before {
	background-color: #bbb;
}
.u-rdoLbl > input[type="radio"] {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.u-rdoLbl > input[type="radio"]:checked + .u-rdoLbl_icon::before {
	opacity: 1;
}
.u-hyphen {
	display: flex;
	width: 30px;
	align-items: center;
	justify-content: center;
}
.u-hyphen::before {
	content: "";
	display: block;
	width: 1px;
	height: 68px;
	margin-right: -1px;
}
.u-infoMsg {
	background-color: #E5F0F5;
	padding: 19px 25px;
	border-radius: 16px;
	position: relative;
	z-index: 1;
	padding-left: 97px;
	box-sizing: border-box;
	min-height: 66px;
}
.u-infoMsg-slim {
	padding-left: 25px;
}
.u-infoMsg > .icon-info {
	display: block;
	color: #008BCF;
	font-size: 38px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
}
.u-infoMsg-slim > .icon-info {
	position: relative;
	left: 0;
	top: 0;
	transform: none;
	text-align: center;
	margin-bottom: 6px;
	font-size: 28px;
}
.u-infoMsg-warn {
	color: #D85941;
	background-color: #FAEFED;
}
.u-infoMsg-warn > .icon-info {
	color: inherit;
}
.u-tag-warn {
	color: #D85941;
	background-color: #FAEFED;
}
.u-box-grad {
	background-image: linear-gradient(to right, #008BCF 50%, #5ABEEA);
}
.u-infoMsg-alert {
	border: 2px solid #D85941;
	color: #D85941;
	background-color: #fff;
}
.u-infoMsg-alert > .icon-info {
	color: inherit;
}
.u-chkLbl_text {
	display: block;
}
.u-tbl {
	width: 100%;
}
.u-tbl > thead {}
.u-tbl > thead > tr {}
.u-tbl > thead > tr > th {}
.u-tbl > tbody {}
.u-tbl > tbody > tr {}
.u-tbl > tbody > tr > th {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 20px 15px;
	vertical-align: middle;
	text-align: left;
	font-weight: inherit;
	white-space: nowrap;
	width: 220px;
}
.u-tbl > tbody > tr > td {
	vertical-align: middle;
	padding: 20px 15px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.u-scroll {
	max-height: 380px;
	overflow: auto;
}
.u-tag-new {
	background-color: #008BCF;
	color: #Ffff;
}
.u-editor {}
.u-editor::after {
	content: "";
	display: block;
	clear: both;
}
.u-editor img {
	max-width: 100%;
	height: auto;
}
.u-editor div {
	max-width: 100%;
}
.u-select {
	position: relative;
	z-index: 0;
}
.u-select .v-select.v-text-field input {
	display: block;
	color: rgba(255, 255, 255, 0);
	border: 3px solid rgba(255, 255, 255, 0);
	box-shadow: none;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0);
}
.u-select .v-select.v-text-field.v-input--is-focused input {
	opacity: 0;
}
.u-select .v-select__selections {
	border-radius: 34px;
	box-shadow: 0 8px 15px #e7edf0;
	position: relative;
	z-index: 1;
	border: 3px solid #008BCF;
	background-color: #fff;
	box-sizing: border-box;
}
.u-select .v-input--is-disabled .v-select__selections {
	border-color: #888;
	box-shadow: none;
}
.u-select > .v-input--is-disabled + .icon-linkDown {
	color: #888;
}
.u-select .v-select__selections .v-select__selection {
	display: block;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 42px;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform: translateY(-50%);
}
.u-select > .icon-linkDown {
	display: block;
	color: #008BCF;
	position: absolute;
	z-index: 1;
	top: 34px;
	right: 15px;
	transform: translateY(-50%);
	pointer-events: none;
}
.u-preLine {
	white-space: pre-line;
}
.u-list {}
.u-list > li {
	position: relative;
	z-index: 0;
	padding-left: 13px;
}
.u-list > li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.u-infoMsg-noIcon {
	padding: 19px 25px;
}
.u-btn-white {
	background-color: #FFFFFF;
	color: #008BCF;
	box-shadow: 0 6px 10px rgba(47, 147, 196, 0.30);
}
.u-ttlRect {
	background-color: #F4F8FA;
	line-height: 1.3;
	padding: 11px 15px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.u-tblView {
	width: 100%;
	word-break: break-word;
	line-height: 1.45;
	font-feature-settings: "palt";
}
.u-tblView > tbody {}
.u-tblView > tbody > tr {}
.u-tblView > tbody > tr.-spBlock {
	display: none;
}
.u-tblView > tbody > tr > th {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 10px, #008BCF 10px);
	background-repeat: repeat-x;
	background-size: 100% 1px;
	background-position: left bottom;
	padding: 15px 0;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}
.u-tblView > tbody > tr > td {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 30px, #888 30px);
	background-repeat: repeat-x;
	background-size: 100% 1px;
	background-position: left bottom;
	padding: 15px 0;
	padding-right: 30px;
	text-align: left;
	vertical-align: middle;
}
.u-tblView > tbody > tr > td.-right {
	text-align: right;
}
.u-tblView-tdOnly > tbody > tr > td {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 10px, #888 10px);
}
.u-tblView > tbody > tr > td:last-child {
	background-image: linear-gradient(to left, #888, #888);
	padding-right: 0;
}
.u-ttlSimple-center {
	text-align: center;
}
.u-ttlSimple-mbS {
	margin-bottom: 25px;
}
.u-btn-darkBlue {
	background-color: #008BCF;
}
.u-bgCircle-grad {
	background-image: linear-gradient(135deg, #2092D9, rgba(69, 192, 240, 0.85));
	min-width: 0;
}
.u-bgCircle_mask {
	height: 180px;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 50%;
	pointer-events: none;
	fill: #F5F7F8;
	transform: translateX(-50%);
	min-width: 1280px;
}
.u-bgCircle_mask-head {
	top: 0;
}
.u-bgCircle_mask-foot {
	bottom: 0;
	transform: translateX(-50%) rotate(180deg);
}
.u-tblView > thead {}
.u-tblView > thead > tr {}
.u-tblView > thead > tr > th {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 10px, #008BCF 10px);
	background-repeat: repeat-x;
	background-size: 100% 1px;
	background-position: left bottom;
	padding: 15px 0;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}
.u-tblView-single > tbody > tr > td {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 10px, #888 10px);
	padding-right: 10px;
}
.u-infoMsg-s {
	font-size: 14px;
}
.u-btn-pink {
	background-color: #EA6EA5;
	box-shadow: 0 12px 26px rgba(144, 67, 101, 0.30);
}
.u-ttlBar-green::before {
	background-color: #7DC41F;
}
.u-btnWrap {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.u-btnLine-pink {
	border-color: #EA6EA5;
	color: #EA6EA5;
}
.u-btnLine-orange {
	border-color: #EA5504;
	color: #EA5504;
}
@media screen and (min-width: 1000px) {
	.u-scroll {
		scrollbar-width: auto;
		scrollbar-color: #888 rgba(255, 255, 255, 0);
	}
	.u-scroll::-webkit-scrollbar {
		width: 12px;
	}
	.u-scroll::-webkit-scrollbar-track {
		background-color: rgba(255, 255, 255, 0);
	}
	.u-scroll::-webkit-scrollbar-thumb {
		background-color: #888;
		border-radius: 6px;
	}
	.u-scroll::-webkit-scrollbar-thumb:hover {
		background-color: #aaa;
	}
	.u-link > a:hover {
		color: #008BCF;
	}
	.u-btn:hover {
		transform: scale(1.02);
	}
	.u-btnLine:hover {
		background-color: #008BCF;
		color: #fff;
	}
	.u-btnLine-pink:hover {
		background-color: #EA6EA5;
	}
	.u-btnLine-orange:hover {
		background-color: #EA5504;
	}
	button.v-btn.u-btnLine:hover {
		color: #fff;
	}
	.u-btnLine-green:hover {
		background-color: #7DC41F;
	}
	.u-btnLine-solid:hover {
		color: #20AEE5;
		background-color: #fff;
	}
	.u-btnLine-solidGray:hover {
		color: #888;
		background-color: #fff;
	}
	button.v-btn.u-btnLine:hover {
		color: #008BCF;
	}
	.u-btnLine-gray:hover {
		background-color: #777777;
	}
	a:hover {
		text-decoration: none;
	}
}
@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 {
		width: 100%;
		box-sizing: border-box;
	}
	.u-spBlock {}
	.u-spInline {}
	.u-spNone {}
	.u-tabletBlock {
		display: block;
	}
	.u-tabletInline {
		display: inline;
	}
	.u-tabletNone {
		display: none;
	}
	.u-btn {
		font-size: 16px;
		padding: 10px 28px;
	}
	.u-btn .icon-linkRight {
		right: 10px;
		font-size: 14px;
	}
	.u-btn .icon-linkDown {
		right: 10px;
		font-size: 14px;
	}
	.u-btn .icon-linkLeft {
		left: 10px;
		font-size: 14px;
	}
	.u-btn .icon-blank {
		right: 10px;
	}
	.u-btn::before {}
	.u-btn-green {}
	.u-btnLine {
		padding: 10px 27px;
	}
	.u-btnLine .icon-linkRight {
		right: 10px;
		font-size: 12px;
	}
	.u-btnLine .icon-linkLeft {
		left: 10px;
		font-size: 12px;
	}
	.u-btnLine .icon-blank {
		right: 10px;
		font-size: inherit;
	}
	.u-btnLine::before {}
	.u-btnLine-green {}
	.u-ttlSimple {
		font-size: 20px;
	}
	.u-ttlSimple-l {
		font-size: 26px;
	}
	.u-cauList {}
	.u-cauList > li {}
	.u-fit {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.u-ttl {
		font-size: 22px;
		padding-left: 24px;
		margin-bottom: 25px;
	}
	.u-ttl::after {}
	.u-ttl::before {
		width: 42px;
		height: 42px;
	}
	.u-ttl-green {}
	.u-btn-grad {}
	.u-ttlBar {
		font-size: 18px;
	}
	.u-ttlBar::before {}
	.u-spScroll {}
	.u-spSwitchImg {}
	.u-spSwitchImg > img:first-child {}
	.u-spSwitchImg > img:last-child {}
	.u-mark {}
	.u-box {
		padding: 25px;
	}
	.u-box-white {}
	.u-tag {
		font-size: 12px;
		padding: 4px 13px;
	}
	.u-tag-l {}
	.u-tag-solidBlue {}
	.u-tag::before {}
	.u-tag-l::before {
		height: 20px;
	}
	.u-link {}
	.u-link > a {
		font-size: 16px;
	}
	.u-link > a > .icon {}
	.u-inputField {}
	.u-chkLbl {}
	.u-chkLbl > input[type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::before {}
	.u-chkLbl > input[type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-cat {
		font-size: 11px;
	}
	.u-cat::before {}
	.u-cat > .icon {}
	.u-cat > img {}
	.u-bgCircle {}
	.u-rdoLbl {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::before {}
	.u-rdoLbl > input[type="radio"] {}
	.u-rdoLbl > input[type="radio"]:checked + .u-rdoLbl_icon::before {}
	.u-hyphen {}
	.u-hyphen::before {
		height: 65px;
	}
	.u-infoMsg {
		min-height: 57px;
		padding-left: 67px;
		border-radius: 12px;
	}
	.u-infoMsg-slim {
		padding-left: 25px;
		min-height: 0;
	}
	.u-infoMsg > .icon-info {
		font-size: 30px;
		left: 20px;
	}
	.u-infoMsg-slim > .icon-info {
		left: 0;
	}
	.u-chkLbl_text {}
	.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 {}
	.u-tbl > tbody > tr > td {}
	.u-scroll {}
	.u-select {}
	.u-select .v-select__selections {}
	.u-select > .icon-linkDown {}
	.u-list {}
	.u-list > li {}
	.u-list > li::before {}
	.u-infoMsg-noIcon {
		padding-left: 25px;
	}
	.u-ttlRect {
		font-size: 17px;
	}
	.u-tblView {
		font-size: 13px;
	}
	.u-tblView > tbody {}
	.u-tblView > tbody > tr {}
	.u-tblView > tbody > tr > th {}
	.u-tblView > tbody > tr > td {}
	.u-tblView-tdOnly > tbody > tr > td {}
	.u-tblView > tbody > tr > td:last-child {}
	.u-ttlSimple-mbS {}
	.u-bgCircle-grad {}
	.u-bgCircle_mask {}
	.u-bgCircle_mask-head {}
	.u-bgCircle_mask-foot {}
	.u-tblView > thead {}
	.u-tblView > thead > tr {}
	.u-tblView > thead > tr > th {}
	.u-tblView-single > tbody > tr > td {}
	.u-btn-pink {}
	.u-btnWrap {}
}
@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;
		border-width: 2px;
		padding: 11px 16px;
	}
	textarea {
		border-radius: 12px;
	}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-spBlock {
		display: block;
	}
	.u-spInline {
		display: inline;
	}
	.u-spNone {
		display: none;
	}
	.u-tabletBlock {}
	.u-tabletInline {}
	.u-tabletNone {}
	.u-btn {
		padding: 5px 24px;
		font-size: 14px;
		box-shadow: 0 10px 20px rgba(30, 163, 225, 0.30);
	}
	.u-btn-orange {
		box-shadow: 0 10px 16px rgba(0, 0, 0, 0.06);
	}
	.u-btn-white {
		box-shadow: 0 3px 5px rgba(47, 147, 196, 0.30);
	}
	button.u-btn {
		min-height: 50px;
	}
	.u-btn .icon-linkRight {
		font-size: 10px;
		right: 8px;
	}
	.u-btn .icon-linkDown {
		font-size: 10px;
		right: 8px;
	}
	.u-btn .icon-linkLeft {
		font-size: 10px;
		left: 8px;
	}
	.u-btn .icon-blank {
		right: 8px;
	}
	.u-btn::before {
		height: 40px;
	}
	.u-btn-green {
		box-shadow: 0 5px 8px #e5decf;
	}
	.u-btnLine {
		border-width: 2px;
		padding: 5px 23px;
		font-size: 12px;
		box-shadow: 0 5px 7px rgba(0, 0, 0, 0.10);
		border-radius: 6px;
	}
	button.u-btnLine {
		min-height: 40px;
	}
	.u-btnLine .icon-linkRight {
		font-size: 10px;
		right: 7px;
	}
	.u-btnLine .icon-linkLeft {
		font-size: 10px;
		left: 7px;
	}
	.u-btnLine .icon-blank {
		right: 7px;
		font-size: 12px;
	}
	.u-btnLine::before {
		height: 26px;
	}
	.u-btnLine-green {}
	.u-ttlSimple {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.u-ttlSimple-l {
		font-size: 22px;
	}
	.u-cauList {
		font-size: 11px;
		line-height: 1.63;
	}
	.u-cauList > li {}
	.u-fit {}
	.u-ttl {
		font-size: 16px;
		line-height: 1.4375;
		margin-bottom: 17px;
		padding-bottom: 5px;
	}
	.u-ttl::after {
		height: 30px;
	}
	.u-ttl::before {
		width: 35px;
		height: 35px;
		border-radius: 10px;
	}
	.u-ttl-green {}
	.u-btn-grad {}
	.u-ttlBar {
		font-size: 14px;
		padding-left: 20px;
		margin-bottom: 9px;
	}
	.u-ttlBar::before {
		width: 10px;
		height: 2px;
		border-radius: 1px;
	}
	.u-spScroll {
		overflow: auto;
		margin-right: -20px;
		padding-right: 20px;
	}
	.u-spSwitchImg {}
	.u-spSwitchImg > img:first-child {
		display: none;
	}
	.u-spSwitchImg > img:last-child {
		display: block;
	}
	.u-mark {}
	.u-box {
		border-radius: 10px;
		padding: 20px;
	}
	.u-box-white {}
	.u-tag {
		padding: 3px 6px;
		font-size: 10px;
	}
	.u-tag-l {
		font-size: 11px;
		padding: 3px 12px;
	}
	.u-tag-solidBlue {}
	.u-tag::before {
		height: 13px;
	}
	.u-tag-l::before {
		height: 16px;
	}
	.u-link {}
	.u-link > a {
		font-size: 14px;
	}
	.u-link > a > .icon {}
	.u-inputField {}
	.u-chkLbl {}
	.u-chkLbl > input[type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::before {}
	.u-chkLbl > input[type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-cat {
		border-width: 1px;
		font-size: 10px;
		padding: 2px 7px;
	}
	.u-cat::before {
		height: 14px;
	}
	.u-cat > .icon {}
	.u-cat > img {
		width: 14px;
		height: 14px;
	}
	.u-bgCircle {
		min-width: 620px;
	}
	.u-rdoLbl {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::before {}
	.u-rdoLbl > input[type="radio"] {}
	.u-rdoLbl > input[type="radio"]:checked + .u-rdoLbl_icon::before {}
	.u-hyphen {
		width: 20px;
		font-size: 12px;
	}
	.u-hyphen::before {
		height: 51px;
	}
	.u-infoMsg {
		border-radius: 10px;
		padding: 15px 15px;
	}
	.u-infoMsg > .icon-info {
		font-size: 24px;
		position: relative;
		transform: none;
		left: 0;
		top: 0;
		margin: 0 auto 7px;
		text-align: center;
	}
	.u-chkLbl_text {}
	.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;
		width: 100px;
	}
	.u-tbl > tbody > tr > td {
		padding: 10px 10px;
	}
	.u-scroll {}
	.u-tbl-spBreak {
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.u-tbl-spBreak > thead {
		display: block;
	}
	.u-tbl-spBreak > thead > tr {
		display: block;
	}
	.u-tbl-spBreak > thead > tr > th {
		display: block;
	}
	.u-tbl-spBreak > tbody {
		display: block;
	}
	.u-tbl-spBreak > tbody > tr {
		display: block;
	}
	.u-tbl-spBreak > tbody > tr > th {
		display: block;
		border: none;
		line-height: 1.5;
		width: auto;
	}
	.u-tbl-spBreak > tbody > tr > td {
		display: block;
		border: none;
	}
	.u-select {}
	.u-select .v-select__selections {
		border-width: 2px;
		box-shadow: 0 6px 10px #e7edf0;
	}
	.u-select .v-select__selections .v-select__selection {
		padding-left: 15px;
		padding-right: 32px;
	}
	.u-select .v-select.v-text-field input {
		border-width: 2px;
		padding-left: 12px;
	}
	.u-select > .icon-linkDown {
		top: 26px;
	}
	.u-list {}
	.u-list > li {}
	.u-list > li::before {}
	.u-infoMsg-noIcon {}
	.u-ttlRect {
		font-size: 13px;
		padding: 8px 10px;
	}
	.u-tblView {
		font-size: 11px;
	}
	.u-tblView > tbody {}
	.u-tblView > tbody > tr {}
	.u-tblView > tbody > tr.-spBlock {
		display: table-row;
	}
	.u-tblView > tbody > tr.-spNone {
		display: none;
	}
	.u-tblView > tbody > tr > th {
		white-space: normal;
		background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5px, #008BCF 5px);
		padding: 7px 0;
		padding-right: 5px;
	}
	.u-tblView > tbody > tr > td {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.u-tblView-tdOnly > tbody > tr > td {
		background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5px, #888 5px);
	}
	.u-tblView > tbody > tr > td:last-child {}
	.u-ttlSimple-mbS {
		margin-bottom: 15px;
	}
	.u-bgCircle-grad {
		min-width: 320px;
	}
	.u-bgCircle_mask {
		height: 54px;
		min-width: 375px;
	}
	.u-bgCircle_mask-head {}
	.u-bgCircle_mask-foot {}
	.u-tblView > thead {}
	.u-tblView > thead > tr {}
	.u-tblView > thead > tr > th {
		background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5px, #008BCF 5px);
		padding: 7px 0;
		padding-right: 5px;
	}
	.u-tblView-single > tbody > tr > td {
		background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5px, #888 5px);
		padding-right: 5px;
	}
	.u-tblView > tbody > tr > td.-spNoWrap {
		white-space: nowrap;
	}
	.u-sect {
		padding-top: 60px;
		margin-top: -60px;
	}
	.u-btn-pink {
		box-shadow: 0 10px 20px rgba(144, 67, 101, 0.30);
	}
	.u-btnWrap {
		max-width: 290px;
		margin-top: 30px;
	}
}
@media screen and (max-width:374px) {
	.u-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.u-spsInline {
		display: inline;
	}
	.u-spScroll {
		margin-right: -10px;
		padding-right: 10px;
	}
	.u-fit {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.u-ttl {
		font-size: 14px;
	}
	.u-select .v-select.v-text-field input {
		padding-left: 8px;
	}
}
@media print {
	body.printingException {
		background: none;
		color: #000;
	}
	body.printingException .u-tblView > thead > tr > th {
		background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 10px, currentColor 10px);
	}
	body.printingException .u-tblView > tbody > tr > td {
		background-image: linear-gradient(to left, currentColor, currentColor);
	}
	body.printingException .u-tblView > tbody > tr > td:last-child {
		background-image: linear-gradient(to left, currentColor, currentColor);
	}
}
