@charset "UTF-8";
@keyframes arrowRight {
	0% {
		transform: translate3d(0, 0, 0);
	}
	49% {
		transform: translate3d(100%, 0, 0);
	}
	50% {
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
	51% {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
	52% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
:root {
	--color-text: #333;
	--color-blue: #004EA2;
	--color-red: #BC002D;
	--color-orange: #FF9807;
	--color-gray: #666666;
	--color-gray-line: #ccc;
	--color-disabled: #A6A6A6;
	--color-light-gray: #efefef;
	--color-snow-white: #FAFAFA;
	--color-blue-pale: #CCEDF9;
	--color-sky-blue: #00A5E3;
	--color-light-blue: #F0F7FF;
	--color-white: #fff;
	--color-black: #000;
	--color-yellow: #FFCB04;
	--color-disabled-icon: #A2A4AF;
	--font-lato: "Lato", sans-serif;
	--font-solway: "Solway", sans-serif;
	--font-solitreo: "Solitreo", cursive;
	--font-noto-sans-tc: "Noto Sans SC", sans-serif;
}
html[lang="zh-TW"] {
	--font-lato: "Noto Sans TC", sans-serif;
	--font-solway: "Noto Sans TC", sans-serif;
}
body {
	background: var(--color-white);
	color: var(--color-text);
	font-family: var(--font-lato);
	font-size: 16px;
	line-height: 1.5;
	overflow-wrap: break-word;
}
a {
	color: inherit;
}
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 {
	caret-color: rgba(255, 255, 255, 0);
}
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: 18px 15px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	display: block;
	line-height: 24px;
	background-color: var(--color-snow-white);
}
[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;
	min-width: 1em;
}
.icon::before {
	display: block;
}
.u-inner {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	font-family: var(--font-solway);
	font-weight: normal;
	text-align: center;
}
.u-ttl_inner {
	display: block;
	position: relative;
}
.u-ttl_inner::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: var(--color-red);
	border-radius: 50%;
	vertical-align: top;
	margin-right: 10px;
	position: relative;
	transform: translateY(57%);
}
.u-tbl {
	width: 100%;
	font-size: 14px;
}
.u-tbl > thead {}
.u-tbl > thead > tr {}
.u-tbl > thead > tr > th {
	padding: 12px 14px;
	border: 1px solid var(--color-black);
	background: #e3e3e3;
	font-weight: normal;
	vertical-align: middle;
	font-family: var(--font-solway);
	font-size: 16px;
	text-align: left;
}
.u-tbl > tbody {}
.u-tbl > tbody > tr {}
.u-tbl > tbody > tr > th {
	padding: 14px 14px;
	border: 1px solid var(--color-black);
	font-weight: normal;
	text-align: left;
	width: 230px;
	vertical-align: top;
	box-sizing: border-box;
}
.u-tbl > tbody > tr > td {
	padding: 14px 14px;
	border: 1px solid var(--color-black);
	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: var(--color-text);
	border-radius: 50%;
	left: 0;
	top: calc(0.8em - 3px);
}
.u-sect {
	padding-top: 105px;
	margin-top: -105px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 48px;
	padding: 8px 10px;
	line-height: 1.2;
	background-color: var(--color-blue);
	border: 1px solid var(--color-blue);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: inherit;
	min-height: 48px;
	color: var(--color-white);
	font-size: 16px;
	font-family: var(--font-lato);
	font-weight: bold;
	line-height: 1.5;
	column-gap: 6px;
}
.u-btn > .icon-blank {
	font-size: 12px;
}
.u-btn-yellow {
	background-color: var(--color-yellow);
	color: var(--color-black);
	border-color: var(--color-yellow);
}
.u-btn-blank {
	padding-right: 38px;
	padding-left: 38px;
}
.u-btn_blank {
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.u-btn:active {}
.u-btn-cancel {
	background: #666;
	color: #fff;
}
.u-selWrap {
	position: relative;
}
.u-selWrap > .icon-down {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 1;
	color: var(--color-blue);
}
.u-selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	border: 0;
	line-height: 59px;
	height: 60px;
	width: 100%;
	border-radius: 0;
	cursor: pointer;
	padding-left: 20px;
	display: block;
	border: none;
	border-radius: 0;
	padding-right: 40px;
	font-family: inherit;
	background-color: var(--color-snow-white);
	color: inherit;
	border-bottom: 1px solid var(--color-blue);
}
.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-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 ul {
	padding-left: 1.5em;
}
.u-editor ol {
	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;
}
.u-arrow {
	overflow: hidden;
	display: block;
	width: 1em;
}
.u-arrow_item {
	display: block;
}
.u-tagline {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
	margin-bottom: 25px;
}
.u-tblInfo {
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
.u-tblInfo > tbody {}
.u-tblInfo > tbody > tr {
	border-bottom: 1px solid var(--color-gray-line);
}
.u-tblInfo > tbody > tr:last-child {
	border-bottom: none;
}
.u-tblInfo > tbody > tr > th {
	white-space: nowrap;
	font-size: 20px;
	text-align: left;
	font-weight: 600;
	padding: 22px 0;
	padding-right: 20px;
	vertical-align: middle;
	letter-spacing: -0.01em;
}
.u-tblInfo > tbody > tr > td {
	vertical-align: middle;
	padding: 22px 0;
}
.u-ttlLine {
	font-size: 25px;
	font-weight: normal;
	font-family: var(--font-solway);
	line-height: 1.4;
	border-bottom: 1px solid var(--color-gray-line);
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.u-ttlLine-large {
	font-size: 32px;
	padding-bottom: 5px;
}
.u-ttlSimple {
	font-size: 19px;
	font-weight: normal;
	font-family: var(--font-solway);
	line-height: 1.3;
	margin-bottom: 18px;
}
.u-ttlSimple-small {
	font-size: 16px;
	margin-bottom: 12px;
}
.u-ttlSimple-large {
	font-size: 32px;
	margin-bottom: 25px;
}
.u-ttl-small {
	font-size: 36px;
	margin-bottom: 40px;
}
.u-ttl-small-mbS {
	margin-bottom: 15px;
}
.u-borderBox {
	border-top: 1px solid var(--color-gray-line);
	border-bottom: 1px solid var(--color-gray-line);
	padding-top: 21px;
	padding-bottom: 26px;
	margin-bottom: 40px;
}
.u-slideBtn {
	display: block;
	background-color: var(--color-white);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-blue);
	z-index: 2;
	margin-top: -24px;
	font-size: 15px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-slideBtn > .icon {
	display: block;
}
.u-ttlSlide {
	font-family: var(--font-solway);
	font-weight: normal;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.u-msg {
	position: relative;
	padding-left: 34px;
}
.u-msg::before {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.u-shadowImage {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.u-shadowImage::before {
	content: "";
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: inherit;
	pointer-events: none;
}
.u-pdfIcon {
	background-color: var(--color-blue);
	width: 64px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	border-radius: 10px;
	line-height: 1;
	font-size: 14px;
}
.u-pdfIcon > .icon {
	display: block;
	font-size: 10px;
	margin-left: 3px;
}
.u-btn-lg {
	min-height: 60px;
	font-size: 18px;
}
.u-swiperPager {
	position: static;
	transform: none;
	display: flex;
	justify-content: center;
}
.u-swiperPager .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: var(--color-white);
	box-shadow: inset 1px 3px 2px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	opacity: 1;
	transition-duration: .3s;
	transition-property: width;
	margin: 0;
}
.u-swiperPager .swiper-pagination-bullet-active {
	width: 32px;
	background-color: var(--color-blue-odakyu-ci);
}
.u-swiperScrollbar {
	margin-top: 24px;
}
.swiper-horizontal > .u-swiperScrollbar {
	height: 2px;
	background-color: var(--color-line-light);
	border-radius: 1px;
	position: static;
	width: auto;
}
.u-swiperScrollbar .swiper-scrollbar-drag {
	background-color: var(--color-black);
	border-radius: 1px;
}
.u-editor p {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
.u-editor p:first-child {
	margin-top: 0;
}
.u-editor p:last-child {
	margin-bottom: 0;
}
.u-ttlFrame {
	font-size: 28px;
	font-weight: normal;
	font-family: var(--font-solway);
	border-top: 1px solid var(--color-gray-line);
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid var(--color-gray-line);
	margin-bottom: 40px;
}
.u-ttlFrame_sub {
	display: block;
	font-size: 70%;
}
.u-oList {
	list-style: none;
	counter-reset: number;
}
.u-oList > li {
	counter-increment: number;
	position: relative;
	padding-left: 18px;
}
.u-oList > li::before {
	content: counter(number)".";
	display: block;
	position: absolute;
	top: 0.75em;
	left: 0;
	transform: translateY(-50%);
}
.u-oList > li:nth-child(n+2) {
	margin-top: 16px;
}
.u-oList > li:nth-child(n+10) {
	padding-left: 25px;
}
.u-oList > li > a {
	color: var(--color-blue);
}
.u-oList-brackets {}
.u-oList-brackets > li {
	padding-left: 25px;
}
.u-oList-brackets > li:nth-child(n+10) {
	padding-left: 35px;
}
.u-oList-brackets > li::before {
	content: "("counter(number) ")";
}
.u-noteList {
	list-style: none;
}
.u-noteList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.u-note {
	text-indent: -1em;
	padding-left: 1em;
}
.u-btn-border {
    background-color: transparent;
    color: var(--color-blue);
}
@media screen and (max-width:1199px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	a:hover {
		text-decoration: none;
	}
	.u-slideBtn:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.u-btn:hover {
		background-color: var(--color-white);
		color: var(--color-blue);
	}

		.u-btn-border:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
		}
	.u-btn-yellow:hover {
		color: var(--color-black);
	}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	button:hover .u-arrow_item,
	a:hover .u-arrow_item {
		display: block;
		animation-name: arrowRight;
		animation-duration: .6s;
		animation-fill-mode: backwards;
		animation-iteration-count: 1;
	}
	.u-oList > li > a:hover {}
}
@media screen and (max-width:999px) {
	body {}
	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 {
		font-size: 28px;
	}
	.u-ttl_inner {}
	.u-ttl_inner::before {
		width: 10px;
		height: 10px;
	}
	.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 {}
	.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 {}
	.u-btn:active {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap > .icon-down {}
	.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-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ul {}
	.u-editor ol {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-tagline {
		font-size: 18px;
	}
	.u-tblInfo {}
	.u-tblInfo > tbody {}
	.u-tblInfo > tbody > tr {}
	.u-tblInfo > tbody > tr > th {
		font-size: 18px;
	}
	.u-tblInfo > tbody > tr > td {}
	.u-ttlLine {
		font-size: 20px;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	.u-ttlLine-large {
		font-size: 25px;
	}
	.u-ttlSimple {}
	.u-ttlSimple-small {}
	.u-ttlSimple-large {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.u-ttl-small {
		margin-bottom: 40px;
		font-size: 28px;
	}
	.u-ttl-small-mbS {
		margin-bottom: 15px;
	}
	.u-borderBox {}
	.u-slideBtn {}
	.u-slideBtn > .icon {}
	.u-ttlSlide {}
	.u-msg {}
	.u-msg::before {}
	.u-ttlFrame {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.u-ttlFrame_sub {}
	.u-oList {}
	.u-oList > li {}
	.u-oList > li::before {}
	.u-oList > li > a {}
	.u-oList-brackets {}
	.u-oList-brackets > li {}
	.u-oList-brackets > li::before {}
	.u-noteList {}
	.u-noteList > li {}
	.u-noteList > li::before {}
	.u-note {}
}
@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-top: 13px;
		padding-bottom: 13px;
	}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl {
		line-height: 1.1;
	}
	.u-ttl_inner {}
	.u-ttl_inner::before {
		width: 8px;
		height: 8px;
	}
	.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;
	}
	.u-tbl > tbody > tr > td {}
	.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 {}
	.u-btn {
		min-height: 48px;
		font-size: 16px;
		font-weight: bold;
	}
	.u-btn:active {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap > .icon-down {}
	.u-selWrap > select {
		line-height: 48px;
		height: 50px;
	}
	.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-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ul {}
	.u-editor ol {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-tagline {
		font-size: 14px;
		text-align: left;
		display: flex;
		justify-content: center;
		margin-bottom: 16px;
	}
	.u-tblInfo {
		display: block;
		width: auto;
	}
	.u-tblInfo > tbody {
		display: block;
	}
	.u-tblInfo > tbody > tr {
		display: block;
		padding: 12px 0;
	}
	.u-tblInfo > tbody > tr:first-child {
		padding-top: 0;
	}
	.u-tblInfo > tbody > tr:last-child {
		padding-bottom: 0;
	}
	.u-tblInfo > tbody > tr > th {
		display: block;
		padding: 0;
		width: auto;
		font-size: 16px;
		margin-bottom: 3px;
	}
	.u-tblInfo > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.u-ttlLine {}
	.u-ttlLine-large {
		font-size: 21px;
	}
	.u-ttlSimple {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.u-ttlSimple-small {}
	.u-ttlSimple-large {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.u-ttl-small {
		margin-bottom: 25px;
		font-size: 24px;
	}
	.u-ttl-small-mbS {
		margin-bottom: 10px;
	}
	.u-borderBox {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.u-slideBtn {}
	.u-slideBtn > .icon {}
	.u-ttlSlide {
		font-size: 28px;
	}
	.u-msg {}
	.u-msg::before {}
	.u-ttlFrame {
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.u-ttlFrame_sub {}
	.u-oList {}
	.u-oList > li {}
	.u-oList > li::before {}
	.u-oList > li > a {}
	.u-oList-brackets {}
	.u-oList-brackets > li {}
	.u-oList-brackets > li::before {}
	.u-noteList {}
	.u-noteList > li {}
	.u-noteList > li::before {}
	.u-note {}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
}
