a, ins {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
	display: block;
}
a, button, img, input, select, textarea {
	margin: 0;
	padding: 0;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}
ins, mark {
	background-color: #ff9;
	color: #000;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}
mark {
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
button, input, select, textarea {
	background: 0 0;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
img {
	width: 100%;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*========================================
break point
========================================*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #555;
	line-height: 1.7;
	letter-spacing: 1px;
}
@media (max-width: 1024px) {
	body {
		font-size: 1.5rem;
	}
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
* {
	word-break: normal !important;
	word-wrap: break-word;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
a {
	cursor: pointer;
	color: #DDAE27;
}
button, label {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5;
}
@media (min-width: 1024px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
img {
	vertical-align: bottom;
}
.c-button {
	display: block;
	width: 340px;
	padding: 1.4rem 0;
	text-align: center;
	border-radius: 40px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	background-color: #FC7A45;
	color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3019607843);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 600px) {
	.c-button {
		width: 280px;
		padding: 1.45rem 0;
		font-size: 1.9rem;
	}
}
.c-button.login {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
	max-width: 260px;
	padding: 0.3rem 0;
	background-color: #fff;
	color: #D60000;
	border: 2px solid #D60000;
}
@media (max-width: 767px) {
	.c-button.login {
		max-width: 280px;
	}
}
.c-button.login span.text {
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	.c-button.login span.text {
		font-size: 1.5rem;
	}
}
.c-button:hover {
	opacity: 0.75;
}
.c-button:hover.c-button span::before {
	-webkit-transform: translate(8px, -50%);
	transform: translate(8px, -50%);
}
.c-title__h2 {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
	.c-title__h2 {
		font-size: 2.8rem;
	}
}
.c-title__h2-sub {
	display: inline-block;
	font-size: 1.8rem;
	background: #E7788D;
	padding: 1rem 2.5rem;
	border-radius: 40px;
	color: #fff;
	margin-bottom: 1rem;
}
@media (max-width: 1024px) {
	.c-title__h2-sub {
		font-size: 1.6rem;
	}
}
.n-title__h2 {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
	.n-title__h2 {
		font-size: 2.0rem;
		margin-bottom: 0.8rem;
	}
}
.n-title__h2-sub {
	display: inline-block;
	font-size: 1.8rem;
	background: #E7788D;
	padding: 1rem 2.5rem;
	border-radius: 40px;
	color: #fff;
	margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
	.n-title__h2-sub {
		font-size: 1.6rem;
	}
}
.c-title__h3 {
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
}
@media (max-width: 600px) {
	.c-title__h3 {
		font-size: 2.2rem;
	}
}
.k-title__h3 {
	text-align: center;
	font-size: 2.4rem;
	color: #f05c78;
}
@media (max-width: 600px) {
	.k-title__h3 {
		font-size: 2.2rem;
	}
}
.c-title__h4 {
	text-align: center;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	.c-title__h4 {
		font-size: 2rem;
	}
}
.img-shadow {
	-webkit-filter: drop-shadow(0 3px 3px #ccc);
	filter: drop-shadow(0 3px 3px #ccc);
}
header {
	position: fixed;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	height: 80px;
	width: 100%;
	padding: 0 0 0 5vw;
}
@media (min-width: 1201px) {
	header {
		height: 100px;
	}
}
@media (max-width: 1024px) {
	header {
		padding: 0;
		width: 17%;
		height: unset;
		aspect-ratio: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	header {
		max-width: 14rem;
		width: 27%;
	}
}
header a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1024px) {
	header a {
		width: 100%;
	}
}
header .logo {
	height: auto;
	max-height: 95%;
	width: auto;
}
@media (max-width: 767px) {
	header .logo {
		width: 82%;
	}
}
header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	padding-right: 16vw;
	width: 84vw;
}
@media (max-width: 1024px) {
	header nav {
		display: none;
	}
}
header nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
header nav ul li.nav__button {
	font-size: 1.8rem;
	background: #555;
	border-radius: 1rem;
	width: 13rem;
	height: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header nav ul li.nav__button a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
header nav ul li.nav__button a span {
	font-size: 0.6em;
}
header nav ul li.nav__button.line {
	background: #06c755;
}
header nav ul li.nav__button.web {
	background: #E7788D;
}
header nav ul li.nav__button.reservation {
	background: #FC7A45;
}
header nav ul img {
	height: 50px;
	width: auto;
}
.hamburger {
	position: fixed;
	top: 0;
	right: 20px;
	z-index: 150;
	width: 80px;
	height: 80px;
	cursor: pointer;
	text-align: center;
}
@media (min-width: 1201px) {
	.hamburger {
		top: 10px;
	}
}
@media (max-width: 1024px) {
	.hamburger {
		right: 0;
		width: 70px;
		height: 70px;
		background-color: #fff;
		border-radius: 10px 0 0 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	}
}
.hamburger__text {
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 4.6rem;
	color: #DDAE27;
}
@media (max-width: 1024px) {
	.hamburger__text {
		font-size: 1.2rem;
		margin-top: 3.4rem;
	}
}
@media (max-width: 1024px) {
	.hamburger.is-active {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.hamburger.is-active span:nth-child(1) {
	top: 40%;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}
.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
	top: 40%;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}
.hamburger span {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	height: 2.5px;
	background-color: #DDAE27;
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (max-width: 767px) {
	.hamburger span {
		width: 50%;
	}
}
.hamburger span:nth-child(1) {
	top: 25%;
}
.hamburger span:nth-child(2) {
	top: 38%;
}
.hamburger span:nth-child(3) {
	top: 51%;
}
/*=========================================
#drawer
=========================================*/
.drawer {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 130;
	min-width: 260px;
	width: 20%;
	height: auto;
	padding: 60px 40px;
	border-radius: 0 0 0 4%;
	background-color: #fff;
	-webkit-transition: right 0.5s, opacity 0.5s, visibility 0.5s;
	transition: right 0.5s, opacity 0.5s, visibility 0.5s;
}
@media (max-width: 767px) {
	.drawer {
		min-width: 200px;
		padding: 60px 32px;
	}
}
.drawer.is-active {
	visibility: visible;
	opacity: 1;
	right: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.drawer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 20px;
}
.drawer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	font-size: 1.8rem;
}
@media (max-width: 1024px) {
	.drawer__list {
		font-size: 1.6rem;
	}
}
.drawer__link {
	color: #DDAE27;
}
.inner, .inner--short, .inner--middle {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 2rem;
}
@media (max-width: 600px) {
	.inner, .inner--short, .inner--middle {
		padding: 0 2rem;
	}
}
.inner--middle {
	max-width: 1080px;
}
.inner--short {
	max-width: 820px;
}
.innner {
	padding:2px 0;
}
.innnner {
	width: 100%;
}
.img-conect {
	margin: 0;
	padding: 0;
}
.img-conect img {
	display: block;
}
.fv {
	padding: 6rem 0 7rem;
	background-color: #ECF5B8;
	background-image: url(../img/fv-pc-right3.png);
	background-repeat: no-repeat;
	background-size: 53vw auto;
	background-position: right top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 57vh;
}
@media (min-width: 1201px) {
	.fv {
		padding: 14rem 0px 5rem;
	}
}
@media (min-width: 1441px) {
	.fv {
		padding: 18rem 0px 8rem;
	}
}
@media (max-width: 1024px) {
	.fv {
		padding-top: 17%;
		background-position: 110% top;
	}
}
@media (max-width: 767px) {
	.fv {
		padding: 0;
		background-image: none;
	}
}
.fv__sp {
	display: none;
}
@media (max-width: 767px) {
	.fv__sp {
		display: block;
		width: 100%;
	}
}
.fv__sp-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem 0;
}
.fv__sp-points img {
	width: 30%;
	height: auto;
}
.fv__sp-points a {
	width: 30%;
	height: auto;
}
.fv__sp-points a img {
	width: 100%;
	height: auto;
}
.fv__left {
	width: 54%;
}
@media (min-width: 1201px) {
	.fv__left {
		margin-left: -5%;
	}
}
@media (min-width: 1441px) {
	.fv__left {
		width: 60%;
		margin-left: -10%;
	}
}
@media (max-width: 767px) {
	.fv__left {
		display: none;
	}
}
.fv__left-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 18px 0;
}
.fv__left-points img {
	width: 25%;
	height: auto;
}
.fv__left-points a {
	width: 25%;
	height: auto;
}
.fv__left-points a img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.fv .inner, .fv .inner--middle, .fv .inner--short {
		padding: 0;
	}
}
.news {
	background-color: #ECF5B8;
	padding-bottom: 4rem;
}
@media (max-width: 767px) {
	.news {
		padding-top: 4rem;
	}
}
.news__title {
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	background: #FF8A58;
	padding: 3.2rem 3rem;
	border-radius: 10px;
	cursor: pointer;
}
@media (max-width: 600px) {
	.news__title {
		font-size: 1.7rem;
		padding: 2.4rem 1.6rem;
	}
}
.news__title.open {
	border-radius: 10px 10px 0 0;
}
.news__title::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 8px;
}
.news__title.open::after {
	top: 45%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.news__content {
	display: none;
	background: #fff;
	padding: 3rem 3rem 4rem;
	border-radius: 0 0 10px 10px;
	line-height: 1.85;
}
@media (max-width: 600px) {
	.news__content {
		padding: 2.4rem 1.6rem 3rem;
	}
}
.huan-message {
	background-image: url("assets/img/huanbg1-2.png");
}
.huan-message__content {
	max-width: 980px;
	margin: 0 auto;
	padding: 12rem 0 8rem;
}
@media (max-width: 767px) {
	.huan-message__content {
		padding: 6rem 0;
	}
}
.huan-message__content .c-title__h2 {
	max-width: 62rem;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.huan-message__content .c-title__h2 {
		max-width: 48rem;
	}
}
.huan-message__content .c-title__h3 {
	background-color: #E7788D;
	color: #fff;
	text-align: center;
	padding: 2rem;
	border-radius: 5rem;
}
@media (max-width: 767px) {
	.huan-message__content .c-title__h3 {
		font-size: 1.8rem;
	}
}
.huan-message__content_item {
	margin-top: 4rem;
}
.huan-message__content_item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3.2rem;
}
@media (max-width: 767px) {
	.huan-message__content_item ul {
		margin-top: 2.4rem;
	}
}
.huan-message__content_item ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("assets/img/huanbg1-2.png");
	border-radius: 2rem;
	padding: 4rem;
	width: 48%;
	margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
	.huan-message__content_item ul li {
		width: 100%;
		padding: 2rem;
		margin-bottom: 2.4rem;
	}
}
.huan-message__content_item ul li .text {
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #CDCDCD;
}
.huan-message__content_item ul li .text span {
	color: #E7788D;
}
.huan-message__content_item ul li .name {
	padding-top: 1.6rem;
}













.newfv {
	background-color: #FFF0f3;
	background-repeat: no-repeat;
	background-size: 53vw auto;
	background-position: right top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 1201px) {
	.newfv {
		padding: 0 0;
	}
}
@media (min-width: 1441px) {
	.newfv {
		padding: 0 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.newfv {
		padding-bottom: 30px;
		background-position: 110% top;
	}
}
@media (max-width: 767px) {
	.newfv {
		padding: 0;
		background-image: none;
	}
}
/* PC用のクラス */
.newfv__pc {
	display: block;
	width: 100%;
}
@media (max-width: 767px) {
	.newfv__pc {
		display: none;
	}
}
/* スマホ用のクラス */
.newfv__sp {
	display: none;
}
@media (max-width: 767px) {
	.newfv__sp {
		display: block;
		width: 100%;
	}
}
.newfv__sp img,
.newfv__pc img {
	width: 100%;
	height: auto;
	display: block;
}
.newfv__sp-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem 0;
}
.newfv__sp-points img {
	width: 100%;
	height: auto;
}
.newfv__sp-points a {
	width: 100%;
	height: auto;
}
.newfv__sp-points a img {
	width: 100%;
	height: auto;
}
.newfv__left {
	width: 54%;
}
@media (min-width: 1201px) {
	.newfv__left {
		margin-left: -5%;
	}
}
@media (min-width: 1441px) {
	.newfv__left {
		width: 60%;
		margin-left: -10%;
	}
}
@media (max-width: 767px) {
	.newfv__left {
		display: none;
	}
}
.newfv__left-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0;
}
.newfv__left-points img {
	width: 30%;
	height: auto;
}
.newfv__left-points a {
	width: 30%;
	height: auto;
}
.newfv__left-points a img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.newfv .inner, .newfv .inner--middle, .newfv .inner--short {
		padding: 0;
	}
}











.newfvp {
	background-color: #FFF0F3;
	background-repeat: no-repeat;
	background-size: 53vw auto;
	background-position: right top;
	display: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 1201px) {
	.newfvp {
		padding: 14rem 0px 5rem;
		display: none;
	}
}
@media (min-width: 1441px) {
	.newfvp {
		padding: 18rem 0px 8rem;
		display: none;
	}
}
@media (max-width: 1024px) {
	.newfvp {
		background-position: 110% top;
	}
}
@media (max-width: 767px) {
	.newfvp {
		padding: 0;
		background-image: none;
	}
}
.newfvp__sp {
	display: none;
}
@media (max-width: 767px) {
	.newfvp__sp {
		display: block;
		width: 100%;
	}
}
.newfvp__sp-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem 0;
}
.newfvp__sp-points img {
	width: 100%;
	height: auto;
}
.newfvp__sp-points a {
	width: 100%;
	height: auto;
}
.newfvp__sp-points a img {
	width: 100%;
	height: auto;
}
.newfvp__left {
	width: 54%;
}
@media (min-width: 1201px) {
	.newfvp__left {
		margin-left: -5%;
	}
}
@media (min-width: 1441px) {
	.newfvp__left {
		width: 60%;
		margin-left: -10%;
	}
}
@media (max-width: 767px) {
	.newfvp__left {
		display: none;
	}
}
.newfvp__left-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0;
}
.newfvp__left-points img {
	width: 30%;
	height: auto;
}
.newfvp__left-points a {
	width: 30%;
	height: auto;
}
.newfvp__left-points a img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.newfvp .inner, .newfvp .inner--middle, .newfvp .inner--short {
		padding: 0;
	}
}
.newfvp2 {
	background-color: #FFF0F3;
	background-repeat: no-repeat;
	background-size: 53vw auto;
	background-position: right top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 1201px) {
	.newfvp2 {
		padding: 14rem 0px 5rem;
		display: none;
	}
}
@media (min-width: 1441px) {
	.newfvp2 {
		padding: 18rem 0px 8rem;
		display: none;
	}
}
@media (max-width: 1024px) {
	.newfvp2 {
		background-position: 110% top;
	}
}
@media (max-width: 767px) {
	.newfvp2 {
		padding: 0;
		background-image: none;
	}
}
.newfvp2__sp {
	display: none;
}
@media (max-width: 767px) {
	.newfvp2__sp {
		display: block;
		width: 100%;
	}
}
.newfvp2__sp-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem 0;
}
.newfvp2__sp-points img {
	width: 100%;
	height: auto;
}
.newfvp2__sp-points a {
	width: 100%;
	height: auto;
}
.newfvp2__sp-points a img {
	width: 100%;
	height: auto;
}
.newfvp2__left {
	width: 54%;
}
@media (min-width: 1201px) {
	.newfvp2__left {
		margin-left: -5%;
	}
}
@media (min-width: 1441px) {
	.newfvp2__left {
		width: 60%;
		margin-left: -10%;
	}
}
@media (max-width: 767px) {
	.newfvp2__left {
		display: none;
	}
}
.newfvp2__left-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0;
}
.newfvp2__left-points img {
	width: 30%;
	height: auto;
}
.newfvp2__left-points a {
	width: 30%;
	height: auto;
}
.newfvp2__left-points a img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.newfvp2 .inner, .newfvp2 .inner--middle, .newfvp2 .inner--short {
		padding: 0;
	}
}
.mothers-message {
	background-color: #FFF0F3;
}
.mothers-message__content {
	max-width: 980px;
	margin: 0 auto;
	padding: 7rem 0 8rem;
}
@media (max-width: 767px) {
	.mothers-message__content {
		padding-top: 30px;
		padding-bottom: 15px;
	}
}
.mothers-message__content .c-title__h2 {
	max-width: 62rem;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.mothers-message__content .c-title__h2 {
		max-width: 48rem;
	}
}
.mothers-message__content .c-title__h3 {
	background-color: #E7788D;
	color: #fff;
	text-align: center;
	padding: 2rem;
	border-radius: 5rem;
}
@media (max-width: 767px) {
	.mothers-message__content .c-title__h3 {
		font-size: 1.8rem;
	}
}
.mothers-message__content_item {
	margin-top: 4rem;
}
.mothers-message__content_item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3.2rem;
}
@media (max-width: 767px) {
	.mothers-message__content_item ul {
		margin-top: 2.4rem;
	}
}
.mothers-message__content_item ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 2rem;
	padding: 4rem;
	width: 48%;
	margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
	.mothers-message__content_item ul li {
		width: 100%;
		padding: 2rem;
		margin-bottom: 2.4rem;
	}
}
.mothers-message__content_item ul li .text {
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #CDCDCD;
}
.mothers-message__content_item ul li .text span {
	color: #E7788D;
}
.mothers-message__content_item ul li .name {
	padding-top: 1.6rem;
}
.user-voice {
	background-color: #E7788D;
}
.user-voice__content {
	max-width: 980px;
	margin: 0 auto;
	padding: 12rem 0 8rem;
}
@media (max-width: 767px) {
	.user-voice__content {
		padding: 8rem 0;
	}
}
.user-voice__content .c-title__h2 {
	max-width: 43rem;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.user-voice__content .c-title__h2 {
		max-width: 38rem;
	}
}
.user-voice__content ul {
	background-color: #fff;
	border-radius: 2rem;
	margin-top: 4rem;
	padding: 4rem;
}
@media (max-width: 767px) {
	.user-voice__content ul {
		padding: 3rem 2rem 4rem;
	}
}
.user-voice__content ul li {
	padding: 1.4rem 0 2.4rem;
	border-bottom: 1px solid #E2DBBC;
}
.user-voice__content ul li p {
	display: inline-block;
	background-image: url(../img/user-voice-bgicon.png);
	background-repeat: no-repeat;
	background-size: 3.6rem;
	background-position-x: right;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.user-voice__content ul li p {
		background-size: 3rem;
	}
}
.jlab-message {
	background-image: url(../img/bg.png);
}
.jlab-message__content {
	max-width: 980px;
	margin: 0 auto;
	padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
	.jlab-message__content {
		padding: 8rem 0;
	}
}
.jlab-message__content .c-title__h2 {
	color: #fff;
}
.jlab-message__content p {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2rem;
	text-align: center;
	padding: 4rem 4rem 4.8rem;
}
@media (max-width: 767px) {
	.jlab-message__content p {
		text-align: left;
		padding: 4rem 2rem;
	}
}
.worries {
	background-image: url(../img/bg.png);
}
.worries__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}
@media (max-width: 767px) {
	.worries__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.worries__content-left {
	width: 50%;
}
@media (max-width: 1024px) {
	.worries__content-left {
		width: 56%;
	}
}
@media (max-width: 767px) {
	.worries__content-left {
		width: 100%;
	}
}
.worries__content-left .c-title__h2 {
	color: #fff;
}
@media (max-width: 767px) {
	.worries__content-left .c-title__h2 {
		display: none;
	}
}
.worries__content-left li {
	font-size: 1.8rem;
	background: #FFF;
	padding: 2rem;
	border-radius: 10px;
	margin-bottom: 1.6rem;
}
.worries__content-left li span {
	color: #8D5100;
}
.worries__content-right {
	width: 46%;
}
@media (max-width: 1024px) {
	.worries__content-right {
		width: 40%;
	}
}
@media (max-width: 767px) {
	.worries__content-right {
		max-width: 40rem;
		width: 80%;
		margin-bottom: 3.2rem;
	}
}
.about-test {
	color: #E7788D;
	background-color: #FFFCE6;
	text-align: center;
}
.about-test__txt {
	text-align: center;
	font-size: 1.1rem;
}
.about-test__content {
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}
.about-test__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 6rem;
}
.about-test__content li {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 40px 24px 32px;
	width: 40%;
	font-size: 2rem;
	margin-bottom: 5rem;
}
@media (max-width: 600px) {
	.about-test__content li {
		width: 100%;
	}
}
.about-test__content li .point-num {
	position: absolute;
	top: -14%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #E7788D;
	color: #FFFCE6;
	padding: 0.5rem 2rem;
	border-radius: 50px;
	font-size: 1.4rem;
}
.about-test__content li:last-child {
	margin-bottom: 0;
}
.about-test2 {
	color: #E7788D;
	background-color: #FFFCE6;
	text-align: center;
}
.about-test2__txt {
	text-align: center;
	font-size: 12px;
	margin-bottom: 1.5rem;
}
.about-test2__content {
	background-color: #FFFCE6;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
.about-test2__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 3rem;
}
.about-test2__content li {
	position: relative;
	background: #FFFCE6;
	border-radius: 20px;
	padding: 15px 15px 15px;
	width: 30%;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
	.about-test2__content ul {
		justify-content: space-between;
		gap: 1%;
	}
	.about-test2__content li {
		width: 30%;
		aspect-ratio: 1;
		padding: 5px 5px 5px;
		font-size: 1.2rem;
		margin-bottom: 3rem;
	}
}
.about-test2__content li .point-num {
	position: absolute;
	top: -14%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #E7788D;
	color: #FFFCE6;
	padding: 0.5rem 0.5rem;
	border-radius: 15px;
	font-size: 1.4rem;
}
@media (max-width: 600px) {
	.about-test2__content li .point-num {
		padding: 0.3rem 1rem;
		font-size: 1rem;
	}
}
.about-test2__content li:last-child {
	margin-bottom: 0;
}
/* 画像のレスポンシブ設定を追加 */
.about-test2__content img {
	max-width: 100%;
	height: auto;
	width: 50%; /* PC画面での適切なサイズに調整 */
	margin: 0 auto;
	display: block;
}
/* タブレット画面用の調整 */
@media (max-width: 768px) {
	.about-test2__content img {
		width: 90%;
	}
}
/* スマホ画面では100%幅に */
@media (max-width: 600px) {
	.about-test2__content img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.about-test__txt {
		text-align: center;
	}
}
.about-test__table {
	max-width: 80rem;
	width: 100%;
	margin: 8rem auto 0;
}
@media (max-width: 767px) {
	.about-test__table {
		margin-top: 6rem;
	}
}
@media (max-width: 600px) {
	.about-test__table {
		overflow-x: scroll;
	}
}
@media (max-width: 600px) {
	.about-test__table .scroll {
		width: 680px;
		white-space: nowrap;
	}
}
.about-test__table .scroll img {
	width: 100%;
}
.test-plan {
	background: #FFF0F3;
}
.test-plan__content {
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
.test-plan__content .c-title__h2 {
	color: #E7788D;
}
.test-plan__content .plan-pc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.test-plan__content .plan-pc ul li {
	width: 32%;
	height: auto;
}
.test-plan__content .plan-pc ul li img {
	width: 100%;
}
@media (max-width: 767px) {
	.test-plan__content .plan-sp {
		margin-left: -2rem;
		width: calc(100% + 4rem);
	}
	.test-plan__content .plan-sp .slider-2 .slick-slide {
		width: 30rem;
		height: auto;
		margin: 0 1rem;
		position: relative;
		overflow: hidden;
	}
	.test-plan__content .plan-sp .slider-2 .slick-slide img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.test-plan__content .plan-sp .slider-2 .slick-arrow {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #cdcdcd;
		cursor: pointer;
		border: none;
		outline: none;
		font-size: 0;
		position: absolute;
		top: 46%;
		z-index: 1;
		-webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	}
	.test-plan__content .plan-sp .slider-2 .slick-arrow::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border: 1px solid #fff;
		border-width: 3px 3px 0 0;
		position: absolute;
		top: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.test-plan__content .plan-sp .slider-2 .slick-next {
		right: 19%;
	}
}
@media (max-width: 767px) and (max-width: 600px) {
	.test-plan__content .plan-sp .slider-2 .slick-next {
		right: 9%;
	}
}
@media (max-width: 767px) and (max-width: 440px) {
	.test-plan__content .plan-sp .slider-2 .slick-next {
		right: 0.5rem;
	}
}
@media (max-width: 767px) {
	.test-plan__content .plan-sp .slider-2 .slick-prev {
		left: 19%;
	}
}
@media (max-width: 767px) and (max-width: 600px) {
	.test-plan__content .plan-sp .slider-2 .slick-prev {
		left: 9%;
	}
}
@media (max-width: 767px) and (max-width: 440px) {
	.test-plan__content .plan-sp .slider-2 .slick-prev {
		left: 0.5rem;
	}
}
@media (max-width: 767px) {
	.test-plan__content .plan-sp .slider-2 .slick-next::before {
		left: 15px;
	}
	.test-plan__content .plan-sp .slider-2 .slick-prev::before {
		border-width: 0 0 3px 3px;
		right: 15px;
	}
	.test-plan__content .plan-sp .dots-2 .slick-dots {
		text-align: center;
	}
	.test-plan__content .plan-sp .dots-2 .slick-dots li {
		display: inline-block;
	}
	.test-plan__content .plan-sp .dots-2 .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		margin: 6px;
		font-size: 0;
		padding: 0;
		border: 0;
		outline: none;
		cursor: pointer;
		background: #bcbcbc;
		border-radius: 50%;
	}
	.test-plan__content .plan-sp .dots-2 .slick-dots .slick-active button {
		background: #E7788D;
	}
}
.test-plan__content .accordion {
	margin: 3rem 0;
}
.test-plan__content .attention {
	background: #fff;
	color: #555;
	border-radius: 20px;
	padding: 2.4rem 3.2rem 4rem;
	font-weight: 500;
}
.test-plan__content .attention .k-title__h3 {
	font-size: 1.8rem;
	border-bottom: 1px solid #f05c78;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}
.accordion details {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 2.4rem;
	border-radius: 20px;
}
.accordion details summary {
	display: block;
	position: relative;
	padding: 2.4rem 5rem 2.4rem 2.4rem;
	border-radius: 20px;
	background-color: #E7788D;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	margin: 0;
}
.accordion details summary::-webkit-details-marker {
	display: none;
}
.accordion details summary::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.accordion details[open] summary {
	border-radius: 20px 20px 0 0;
}
.accordion details[open] summary::after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.accordion details p {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 1.5em 2em 2em 2em;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.accordion details[open] p {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
.test-features {
	background: #fff0f3;
	color: #fff;
	font-weight: 500;
}
.test-features__content {
	max-width: 980px;
	margin: 0;
}
.test-features__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 4rem 0;
}
@media (max-width: 767px) {
	.test-features__content ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 600px) {
	.test-features__content ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.test-features__content li {
	width: 28%;
}
@media (max-width: 1024px) {
	.test-features__content li {
		width: 42%;
	}
}
@media (max-width: 767px) {
	.test-features__content li {
		width: 47%;
	}
}
@media (max-width: 600px) {
	.test-features__content li {
		max-width: 40rem;
		width: 90%;
	}
}
.test-features__content li img {
	display: block;
	max-width: 13rem;
	width: 60%;
}
.test-features__content li p {
	margin-top: 1rem;
}
.test-features__content li p span {
	font-size: 1.4rem;
}
.test-features__content .c-title__h4 {
	padding-bottom: 1rem;
	border-bottom: 1px solid #fff;
}
.test-flow {
	background: #fff;
}
.test-flow__content {
	max-width: 880px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.test-flow__content .test-flow__heading {
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	padding: 1rem;
	border-radius: 50px;
	margin-bottom: 3rem;
	margin-top: 1.6rem;
}
@media (max-width: 600px) {
	.test-flow__content .test-flow__heading {
		border-radius: 0;
		margin-left: -2rem;
		width: calc(100% + 4rem);
	}
}
.test-flow__content .test-flow__heading.green {
	background: #71D16D;
}
.test-flow__content .test-flow__heading.pink {
	background: #E7788D;
}
.test-flow__content .test-flow__heading.orange {
	background: #FF8A58;
}
.test-flow__content ul {
	max-width: 80rem;
	margin: 0 auto;
}
.test-flow__content ul .arrow {
	width: 4.2rem;
	height: auto;
	margin: 0 auto;
	padding: 2.4rem 0;
}
.test-flow__content li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 600px) {
	.test-flow__content li {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
.test-flow__content li .list-image {
	width: 15.4rem;
}
@media (max-width: 600px) {
	.test-flow__content li .list-image {
		width: 11rem;
	}
}
.test-flow__content li .list-box {
	width: calc(100% - 20rem);
}
@media (max-width: 767px) {
	.test-flow__content li .list-box {
		width: calc(100% - 17rem);
	}
}
@media (max-width: 600px) {
	.test-flow__content li .list-box {
		width: calc(100% - 12.5rem);
	}
}
.test-flow__content li .list-box__ttl {
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
	.test-flow__content li .list-box__ttl {
		display: block;
	}
}
.test-flow__content li .list-box__ttl span {
	color: #FFFCE6;
	background: #71D16D;
	font-size: 1.4rem;
	padding: 0.4rem 1.2rem;
	border-radius: 50px;
	margin-right: 1rem;
}
@media (max-width: 600px) {
	.test-flow__content li .list-box__ttl span {
		display: block;
		margin-bottom: 0.5rem;
		width: 6rem;
		text-align: center;
	}
}
.test-flow__content li .list-box__ttl span.pink {
	background: #E7788D;
}
.test-flow__content li .list-box__ttl span.orange {
	background: #FF8A58;
}
.test-flow__content li .list-box__txt {
	background: #FFFCE6;
	border-radius: 2rem;
	padding: 2.4rem;
}
.test-flow__content li .list-box__txt span {
	font-size: 1.4rem;
}
.about-jlab {
	background-image: url(../img/bg.png);
}
.about-jlab__content {
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.about-jlab__content .c-title__h2 {
	color: #fff;
}
.about-jlab__box {
	background: #fff;
	border-radius: 20px;
	padding: 4rem 4rem 5.6rem;
	margin-bottom: 8rem;
}
@media (max-width: 767px) {
	.about-jlab__box {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 54rem;
		width: 100%;
		margin: 0 auto 8rem;
		padding: 4rem 2.4rem;
	}
}
.about-jlab__box .c-title__h3 {
	color: #FF8A58;
	margin-bottom: 2.4rem;
}
.about-jlab__box dl {
	margin-top: 3.2rem;
}
.about-jlab__box dl dt {
	color: #FF8A58;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #FF8A58;
}
.about-jlab__box.col-3 {
	width: 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 4rem 2rem;
}
@media (max-width: 767px) {
	.about-jlab__box.col-3 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 54rem;
		width: 100%;
		padding: 4rem 2.4rem;
		margin: 0 auto;
		margin-bottom: 4rem;
	}
	.about-jlab__box.col-3:last-child {
		margin-bottom: 0;
	}
}
.about-jlab__box.col-3 .job-type {
	color: #fff;
	background: #FF8A58;
	border-radius: 50px;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.6rem;
	margin: 0 auto;
}
.about-jlab__box.col-3 .name {
	color: #FF8A58;
	font-size: 2rem;
	text-align: center;
	margin: 1rem;
}
.about-jlab__box.col-3 .biography p {
	color: #FF8A58;
	padding-bottom: 1rem;
	border-bottom: 1px solid #FF8A58;
}
.about-jlab__box.col-3 .biography dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5rem;
	border: none;
}
.about-jlab__box.col-3 .biography dl dt {
	border: none;
	color: #555;
	width: 10rem;
}
.about-jlab__box.col-3 .biography dl dd {
	width: calc(100% - 10rem);
}
.about-jlab__box.col-3.lightorange .job-type {
	background: #FFB53E;
}
.about-jlab__box.col-3.lightorange .name {
	color: #FFB53E;
}
.about-jlab__box.col-3.lightorange .biography p {
	color: #FFB53E;
	border-bottom: 1px solid #FFB53E;
}
.about-jlab__box.col-3.pink .job-type {
	background: #E7788D;
}
.about-jlab__box.col-3.pink .name {
	color: #E7788D;
}
.about-jlab__box.col-3.pink .biography p {
	color: #E7788D;
	border-bottom: 1px solid #E7788D;
}
.about-jlab .u-flex--imin {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.consultation {
	background-color: #fff;
	padding: 20px 0;
	min-height: 40vh;
	display: flex;
	align-items: center;
}
.consultation2 {
	background-color: #fff0f3;
	padding: 20px 0;
	min-height: 25vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.consultation__left {
	flex: 1;
	min-width: 300px;
	text-align: center;
}
.consultation__right {
	flex: 0 0 auto;
	text-align: center;
}
.yoyaku-form-title-text {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
	line-height: 1.4;
}
.yoyaku-form-title-text2 {
	font-size: 20px;
	font-weight: bold;
	color: #E7788D;
	margin-bottom: 20px;
	line-height: 1.4;
}
.phone-section {
	margin-bottom: 4px;
}
.phone-button {
	display: block;
	width: calc(100% - 4px);
	max-width: 400px;
	margin: 2px auto;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	transition: transform 0.3s;
	text-decoration: none;
}
.phone-button:hover {
	transform: scale(1.05);
}
.phone-button img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.button-row {
	display: flex;
	gap: 15px;
	margin-bottom: 8px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: nowrap;
}
.line-button, .web-button {
	flex: 1;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	transition: transform 0.3s;
	text-decoration: none;
}
.line-button:hover, .web-button:hover {
	transform: scale(1.05);
}
.line-button img, .web-button img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.special-button {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 8px;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	transition: transform 0.3s;
	text-decoration: none;
}
.special-button:hover {
	transform: scale(1.05);
}
.special-button img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}
.consultation__right img {
	width: 100%;
	max-width: 500px;
	height: auto;
	border-radius: 8px;
}
/* レスポンシブデザイン */
@media (max-width: 768px) {
	.consultation__left {
		order: 1;
	}
	.consultation__right {
		order: 2;
	}
	.yoyaku-form-title-text {
		font-size: 17px;
		margin-bottom: 2px;
	}
	.button-row {
		flex-direction: row;
		gap: 10px;
		flex-wrap: nowrap;
	}
	.consultation__right img {
		max-width: 500px;
	}
}
@media (max-width: 480px) {
	.consultation {
		padding: 20px 0;
	}
	.yoyaku-form-title-text {
		font-size: 15px;
		margin-bottom: 2px;
	}
	.phone-button,
	.special-button {
		max-width: 100%;
	}
	.consultation__right img {
		max-width: 400px;
	}
}
.faq {
	background-color: #FFFCE6;
}
.faq__content {
	max-width: 880px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.faq__content .c-title__h2 {
	color: #E7788D;
}
.reservation {
	background: #FFF0F3;
}
.reservation__content {
	max-width: 760px;
	margin: 0 auto;
	padding-top: 80px;
	border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
	.reservation__content {
		max-width: 620px;
	}
}
.reservation__content .c-title__h2 {
	color: #FC7A45;
}
.reservation__content p {
	text-align: center;
	margin-bottom: 2.4rem;
}
.reservation__content p span {
	font-size: 1.4rem;
}
.reservation__content .c-button {
	margin-bottom: 1.6rem !important;
}
.test-plan .reservation__content {
	padding: 0 0 80px;
	border-bottom: none;
}
.form {
	background: #FFF0F3;
}
.form__content {
	max-width: 760px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
@media (max-width: 767px) {
	.form__content {
		max-width: 620px;
	}
}
.form__content .c-title__h2 {
	color: #E7788D;
}
.form__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-radius: 3rem;
	padding: 4rem;
}
@media (max-width: 767px) {
	.form__box {
		padding: 4rem 5%;
	}
}
#form button,
#form input,
#form optgroup,
#form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#form button,
#form input,
#form select,
#form textarea {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
#form input[type=checkbox] {
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
#form #mailformpro dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.6rem 0;
}
#form #mailformpro dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 28rem;
	text-align: left;
	border: none;
	font-size: 1.5rem;
	padding: 1rem 0;
}
@media (max-width: 767px) {
	#form #mailformpro dl dt {
		padding-top: 2rem;
	}
}
#form #mailformpro dl dd {
	width: calc(100% - 28rem);
	padding: 0;
	border: none;
}
@media (max-width: 767px) {
	#form #mailformpro dl dd {
		width: 100%;
	}
}
#form #mailformpro label {
	font-size: 1.4rem;
	padding-left: 0.8rem;
}
#form #mailformpro label.mfp_not_checked {
	border: solid 1px #ccc;
	margin: 1rem 0;
}
#form #mailformpro label.mfp_checked {
	border: none;
}
#form #mailformpro .mfp_element_text,
#form #mailformpro .mfp_element_number,
#form #mailformpro .mfp_element_select-one,
#form #mailformpro .mfp_element_email,
#form #mailformpro .mfp_element_tel,
#form #mailformpro .mfp_element_textarea,
#form #mailformpro .mfp_element_date,
#form #mailformpro .mfp_element_password {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	margin: 0;
}
#form #mailformpro .mfp_rows {
	clear: both;
}
#form #mailformpro .mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#form #mailformpro .mfp_rows textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	width: 100%;
	line-height: 1.5;
}
#form #mailformpro .mfp_rows .mfp_col1 {
	width: 10%;
}
#form #mailformpro .mfp_rows .mfp_col2 {
	width: 20%;
}
#form #mailformpro .mfp_rows .mfp_col3 {
	width: 30%;
}
#form #mailformpro .mfp_rows .mfp_col4 {
	width: 40%;
}
#form #mailformpro .mfp_rows .mfp_col5 {
	width: 50%;
}
#form #mailformpro .mfp_rows .mfp_col6 {
	width: 60%;
}
#form #mailformpro .mfp_rows .mfp_col7 {
	width: 70%;
}
#form #mailformpro .mfp_rows .mfp_col8 {
	width: 80%;
}
#form #mailformpro .mfp_rows .mfp_col9 {
	width: 90%;
}
#form #mailformpro .mfp_rows .mfp_col10 {
	width: 100%;
}
#form #mailformpro .mfp_rows .mfp_col10.labelcheck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
}
#form #mailformpro .mfp_element_submit,
#form #mailformpro .mfp_element_reset,
#form #mailformpro .mfp_element_button,
#form #mailformpro button.mfp_next,
#form #mailformpro button.mfp_prev {
	border-radius: 5rem;
	width: 280px;
	height: 60px;
	border: none;
	background: #FC7B44;
	text-shadow: none;
	font-size: 18px;
	cursor: pointer;
	outline: none;
	color: #fff;
}
#form #mailformpro .mfp_element_submit:hover,
#form #mailformpro .mfp_element_reset:hover,
#form #mailformpro .mfp_element_button:hover,
#form #mailformpro button.mfp_next:hover,
#form #mailformpro button.mfp_prev:hover {
	background: #FC7B44;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#form #mailformpro .mfp_rows input[type=text],
#form #mailformpro .mfp_rows input[type=email],
#form #mailformpro .mfp_rows input[type=tel],
#form #mailformpro .mfp_rows input[type=number],
#form #mailformpro .mfp_rows input[type=date],
#form #mailformpro .mfp_rows input[type=file],
#form #mailformpro .mfp_rows select,
#form #mailformpro .mfp_rows button,
#form #mailformpro .mfp_rows label input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 33px;
	min-width: 100%;
	width: 100%;
	word-break: break-all;
	white-space: normal;
}
#form #mailformpro .mfp_buttons {
	padding-top: 3.2rem;
}
#form #mailformpro .mfp_buttons button {
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	display: block;
	margin: 0 auto;
}
#form #mailformpro .mfp_err {
	background: none;
	padding: 0 0 0 5px;
	color: #FC7B44;
}
#form #mailformpro .mfp_colored {
	background: none;
}
#form #mailformpro .radio-input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border: 1px solid #CCC;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
}
#form #mailformpro .radio-input[type=radio]:checked::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#form #mailformpro .must {
	display: inline-block;
	background-color: #E7788D;
	border: solid 2px #E7788D;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	border-radius: 4px;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
}
div#mfp_phase_confirm h4 {
	font-size: 2rem;
	padding-bottom: 2.4rem;
}
@media (max-width: 600px) {
	div#mfp_phase_confirm h4 {
		font-size: 1.6rem;
	}
}
table#mfp_confirm_table tr.mfp_colored {
	background: #fff;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	font-size: 1.5rem;
	padding: 1.6rem 2.4rem;
}
@media (max-width: 600px) {
	table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
		display: block;
		width: 90%;
		padding: 1rem 1.6rem 0.8rem;
	}
}
table#mfp_confirm_table tr th {
	color: #E7788D;
}
@media (max-width: 600px) {
	table#mfp_confirm_table tr td {
		border: none;
		padding-top: 0;
		padding-bottom: 1rem;
	}
}
div.mfp_buttons {
	padding-top: 3.2rem;
}
div.mfp_buttons button {
	display: block;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	border-radius: 5rem;
	width: 280px;
	height: 60px;
	border: none;
	background: #FC7B44;
	text-shadow: none;
	outline: none;
	color: #fff;
	cursor: pointer;
}
div.mfp_buttons button:hover {
	background: #FC7B44;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel {
	color: #777;
	background-color: #cdcdcd;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background: #cdcdcd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer {
	color: #DDAE27;
	padding-bottom: 4rem;
}
@media (max-width: 1024px) {
	.footer {
		padding-bottom: 10rem;
	}
}
.footer__content {
	padding: 6rem 0 4rem;
}
.footer__content .c-title__h3 {
	color: #DDAE27;
}
.footer__content .u-flex--imin {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__logo {
	width: 40%;
}
@media (max-width: 767px) {
	.footer__logo {
		width: 100%;
		margin-bottom: 3.2rem;
	}
}
.footer__info {
	width: 60%;
}
@media (max-width: 767px) {
	.footer__info {
		width: 100%;
	}
}
.footer__info dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
	.footer__info dl {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
.footer__info dl:last-child {
	margin-bottom: 0;
}
.footer__info dl dt {
	width: 16%;
	color: #fff;
	background-color: #DDAE27;
	text-align: center;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.footer__info dl dt {
		margin-right: 1.6rem;
		width: 10rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.footer__info dl dd {
	width: 76%;
}
@media (max-width: 767px) {
	.footer__info dl dd {
		width: auto;
	}
}
.footer .copyright {
	text-align: center;
	font-size: 1.4rem;
}
.cta {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0px;
	width: 100%;
}
.cta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cta ul li {
	width: 33%;
	background: #4BC946;
	border-radius: 10px 10px 0 0;
	height: 7rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.6rem 0 1rem;
	font-size: 1.6rem;
}
.cta ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	color: #fff;
}
.cta ul li span {
	border-radius: 50px;
	padding: 0.2rem;
	width: 85%;
	background: #fff;
	color: #4BC946;
	font-size: 1.2rem;
	letter-spacing: normal;
}
.cta ul li.lightorange {
	background: #FEA40F;
}
.cta ul li.lightorange span {
	color: #FEA40F;
}
.cta ul li.orange {
	background: #FC7B44;
}
.cta ul li.orange span {
	color: #FC7B44;
}
.thx-header {
	width: 100%;
	height: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.thx-header img {
	height: 90%;
	width: auto;
}
.thx {
	background: #FFF0F3;
}
.thx .thx__content {
	max-width: 760px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
@media (max-width: 767px) {
	.thx .thx__content {
		max-width: 620px;
	}
}
.thx .c-title__h2 {
	color: #E7788D;
}
.thx__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-radius: 3rem;
	padding: 4rem;
}
@media (max-width: 767px) {
	.thx__box {
		padding: 4rem 5%;
	}
}
.thx__button-top {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 280px;
	height: 60px;
	border-radius: 5rem;
	background: #FC7B44;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Zen Maru Gothic", serif;
	margin: 0 auto;
	margin-top: 3.2rem;
}
.u-position__left {
	text-align: left;
}
.u-position__center {
	text-align: center;
}
.u-position__right {
	text-align: right;
}
.u-position__mgLeft {
	margin-right: auto;
}
.u-position__mgCenter {
	margin: 0 auto;
}
.u-position__mgRight {
	margin-left: auto;
}
@media (max-width: 767px) {
	.u-positionSp__left {
		text-align: left !important;
	}
}
@media (max-width: 767px) {
	.u-positionSp__center {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.u-positionSp__right {
		text-align: right !important;
	}
}
.u-mg--0 {
	margin: 0;
}
.u-mgTop--0 {
	margin-top: 0px;
}
.u-mgTop--5 {
	margin-top: 5px;
}
.u-mgTop--10 {
	margin-top: 10px;
}
.u-mgTop--15 {
	margin-top: 15px;
}
.u-mgTop--20 {
	margin-top: 20px;
}
.u-mgTop--25 {
	margin-top: 25px;
}
.u-mgTop--30 {
	margin-top: 30px;
}
.u-mgTop--35 {
	margin-top: 35px;
}
.u-mgTop--40 {
	margin-top: 40px;
}
.u-mgTop--45 {
	margin-top: 45px;
}
.u-mgTop--50 {
	margin-top: 50px;
}
.u-mgTop--55 {
	margin-top: 55px;
}
.u-mgTop--60 {
	margin-top: 60px;
}
.u-mgTop--65 {
	margin-top: 65px;
}
.u-mgTop--70 {
	margin-top: 70px;
}
.u-mgTop--75 {
	margin-top: 75px;
}
.u-mgTop--80 {
	margin-top: 80px;
}
.u-mgTop--85 {
	margin-top: 85px;
}
.u-mgTop--90 {
	margin-top: 90px;
}
.u-mgTop--95 {
	margin-top: 95px;
}
.u-mgTop--100 {
	margin-top: 100px;
}
.u-mgTop--105 {
	margin-top: 105px;
}
.u-mgTop--110 {
	margin-top: 110px;
}
.u-mgTop--115 {
	margin-top: 115px;
}
.u-mgTop--120 {
	margin-top: 120px;
}
.u-mgTop--125 {
	margin-top: 125px;
}
.u-mgTop--130 {
	margin-top: 130px;
}
.u-mgTop--135 {
	margin-top: 135px;
}
.u-mgTop--140 {
	margin-top: 140px;
}
.u-mgTop--145 {
	margin-top: 145px;
}
.u-mgLeft--0 {
	margin-left: 0px;
}
.u-mgLeft--5 {
	margin-left: 5px;
}
.u-mgLeft--10 {
	margin-left: 10px;
}
.u-mgLeft--15 {
	margin-left: 15px;
}
.u-mgLeft--20 {
	margin-left: 20px;
}
.u-mgLeft--25 {
	margin-left: 25px;
}
.u-mgLeft--30 {
	margin-left: 30px;
}
.u-mgLeft--35 {
	margin-left: 35px;
}
.u-mgLeft--40 {
	margin-left: 40px;
}
.u-mgLeft--45 {
	margin-left: 45px;
}
.u-mgLeft--50 {
	margin-left: 50px;
}
.u-mgLeft--55 {
	margin-left: 55px;
}
.u-mgLeft--60 {
	margin-left: 60px;
}
.u-mgLeft--65 {
	margin-left: 65px;
}
.u-mgLeft--70 {
	margin-left: 70px;
}
.u-mgLeft--75 {
	margin-left: 75px;
}
.u-mgLeft--80 {
	margin-left: 80px;
}
.u-mgLeft--85 {
	margin-left: 85px;
}
.u-mgLeft--90 {
	margin-left: 90px;
}
.u-mgLeft--95 {
	margin-left: 95px;
}
.u-mgLeft--100 {
	margin-left: 100px;
}
.u-mgLeft--105 {
	margin-left: 105px;
}
.u-mgLeft--110 {
	margin-left: 110px;
}
.u-mgLeft--115 {
	margin-left: 115px;
}
.u-mgLeft--120 {
	margin-left: 120px;
}
.u-mgLeft--125 {
	margin-left: 125px;
}
.u-mgLeft--130 {
	margin-left: 130px;
}
.u-mgLeft--135 {
	margin-left: 135px;
}
.u-mgLeft--140 {
	margin-left: 140px;
}
.u-mgLeft--145 {
	margin-left: 145px;
}
.u-mgRight--0 {
	margin-right: 0px;
}
.u-mgRight--5 {
	margin-right: 5px;
}
.u-mgRight--10 {
	margin-right: 10px;
}
.u-mgRight--15 {
	margin-right: 15px;
}
.u-mgRight--20 {
	margin-right: 20px;
}
.u-mgRight--25 {
	margin-right: 25px;
}
.u-mgRight--30 {
	margin-right: 30px;
}
.u-mgRight--35 {
	margin-right: 35px;
}
.u-mgRight--40 {
	margin-right: 40px;
}
.u-mgRight--45 {
	margin-right: 45px;
}
.u-mgRight--50 {
	margin-right: 50px;
}
.u-mgRight--55 {
	margin-right: 55px;
}
.u-mgRight--60 {
	margin-right: 60px;
}
.u-mgRight--65 {
	margin-right: 65px;
}
.u-mgRight--70 {
	margin-right: 70px;
}
.u-mgRight--75 {
	margin-right: 75px;
}
.u-mgRight--80 {
	margin-right: 80px;
}
.u-mgRight--85 {
	margin-right: 85px;
}
.u-mgRight--90 {
	margin-right: 90px;
}
.u-mgRight--95 {
	margin-right: 95px;
}
.u-mgRight--100 {
	margin-right: 100px;
}
.u-mgRight--105 {
	margin-right: 105px;
}
.u-mgRight--110 {
	margin-right: 110px;
}
.u-mgRight--115 {
	margin-right: 115px;
}
.u-mgRight--120 {
	margin-right: 120px;
}
.u-mgRight--125 {
	margin-right: 125px;
}
.u-mgRight--130 {
	margin-right: 130px;
}
.u-mgRight--135 {
	margin-right: 135px;
}
.u-mgRight--140 {
	margin-right: 140px;
}
.u-mgRight--145 {
	margin-right: 145px;
}
.u-mgBottom--0 {
	margin-bottom: 0px;
}
.u-mgBottom--5 {
	margin-bottom: 5px;
}
.u-mgBottom--10 {
	margin-bottom: 10px;
}
.u-mgBottom--15 {
	margin-bottom: 15px;
}
.u-mgBottom--20 {
	margin-bottom: 20px;
}
.u-mgBottom--25 {
	margin-bottom: 25px;
}
.u-mgBottom--30 {
	margin-bottom: 30px;
}
.u-mgBottom--35 {
	margin-bottom: 35px;
}
.u-mgBottom--40 {
	margin-bottom: 40px;
}
.u-mgBottom--45 {
	margin-bottom: 45px;
}
.u-mgBottom--50 {
	margin-bottom: 50px;
}
.u-mgBottom--55 {
	margin-bottom: 55px;
}
.u-mgBottom--60 {
	margin-bottom: 60px;
}
.u-mgBottom--65 {
	margin-bottom: 65px;
}
.u-mgBottom--70 {
	margin-bottom: 70px;
}
.u-mgBottom--75 {
	margin-bottom: 75px;
}
.u-mgBottom--80 {
	margin-bottom: 80px;
}
.u-mgBottom--85 {
	margin-bottom: 85px;
}
.u-mgBottom--90 {
	margin-bottom: 90px;
}
.u-mgBottom--95 {
	margin-bottom: 95px;
}
.u-mgBottom--100 {
	margin-bottom: 100px;
}
.u-mgBottom--105 {
	margin-bottom: 105px;
}
.u-mgBottom--110 {
	margin-bottom: 110px;
}
.u-mgBottom--115 {
	margin-bottom: 115px;
}
.u-mgBottom--120 {
	margin-bottom: 120px;
}
.u-mgBottom--125 {
	margin-bottom: 125px;
}
.u-mgBottom--130 {
	margin-bottom: 130px;
}
.u-mgBottom--135 {
	margin-bottom: 135px;
}
.u-mgBottom--140 {
	margin-bottom: 140px;
}
.u-mgBottom--145 {
	margin-bottom: 145px;
}
@media (max-width: 1024px) {
	.u-tab-mg--0 {
		margin: 0;
	}
	.u-tab-mgTop--0 {
		margin-top: 0px;
	}
	.u-tab-mgTop--5 {
		margin-top: 5px;
	}
	.u-tab-mgTop--10 {
		margin-top: 10px;
	}
	.u-tab-mgTop--15 {
		margin-top: 15px;
	}
	.u-tab-mgTop--20 {
		margin-top: 20px;
	}
	.u-tab-mgTop--25 {
		margin-top: 25px;
	}
	.u-tab-mgTop--30 {
		margin-top: 30px;
	}
	.u-tab-mgTop--35 {
		margin-top: 35px;
	}
	.u-tab-mgTop--40 {
		margin-top: 40px;
	}
	.u-tab-mgTop--45 {
		margin-top: 45px;
	}
	.u-tab-mgTop--50 {
		margin-top: 50px;
	}
	.u-tab-mgTop--55 {
		margin-top: 55px;
	}
	.u-tab-mgTop--60 {
		margin-top: 60px;
	}
	.u-tab-mgTop--65 {
		margin-top: 65px;
	}
	.u-tab-mgTop--70 {
		margin-top: 70px;
	}
	.u-tab-mgTop--75 {
		margin-top: 75px;
	}
	.u-tab-mgTop--80 {
		margin-top: 80px;
	}
	.u-tab-mgTop--85 {
		margin-top: 85px;
	}
	.u-tab-mgTop--90 {
		margin-top: 90px;
	}
	.u-tab-mgTop--95 {
		margin-top: 95px;
	}
	.u-tab-mgTop--100 {
		margin-top: 100px;
	}
	.u-tab-mgTop--105 {
		margin-top: 105px;
	}
	.u-tab-mgTop--110 {
		margin-top: 110px;
	}
	.u-tab-mgTop--115 {
		margin-top: 115px;
	}
	.u-tab-mgTop--120 {
		margin-top: 120px;
	}
	.u-tab-mgTop--125 {
		margin-top: 125px;
	}
	.u-tab-mgTop--130 {
		margin-top: 130px;
	}
	.u-tab-mgTop--135 {
		margin-top: 135px;
	}
	.u-tab-mgTop--140 {
		margin-top: 140px;
	}
	.u-tab-mgTop--145 {
		margin-top: 145px;
	}
	.u-tab-mgLeft--0 {
		margin-left: 0px;
	}
	.u-tab-mgLeft--5 {
		margin-left: 5px;
	}
	.u-tab-mgLeft--10 {
		margin-left: 10px;
	}
	.u-tab-mgLeft--15 {
		margin-left: 15px;
	}
	.u-tab-mgLeft--20 {
		margin-left: 20px;
	}
	.u-tab-mgLeft--25 {
		margin-left: 25px;
	}
	.u-tab-mgLeft--30 {
		margin-left: 30px;
	}
	.u-tab-mgLeft--35 {
		margin-left: 35px;
	}
	.u-tab-mgLeft--40 {
		margin-left: 40px;
	}
	.u-tab-mgLeft--45 {
		margin-left: 45px;
	}
	.u-tab-mgLeft--50 {
		margin-left: 50px;
	}
	.u-tab-mgLeft--55 {
		margin-left: 55px;
	}
	.u-tab-mgLeft--60 {
		margin-left: 60px;
	}
	.u-tab-mgLeft--65 {
		margin-left: 65px;
	}
	.u-tab-mgLeft--70 {
		margin-left: 70px;
	}
	.u-tab-mgLeft--75 {
		margin-left: 75px;
	}
	.u-tab-mgLeft--80 {
		margin-left: 80px;
	}
	.u-tab-mgLeft--85 {
		margin-left: 85px;
	}
	.u-tab-mgLeft--90 {
		margin-left: 90px;
	}
	.u-tab-mgLeft--95 {
		margin-left: 95px;
	}
	.u-tab-mgLeft--100 {
		margin-left: 100px;
	}
	.u-tab-mgLeft--105 {
		margin-left: 105px;
	}
	.u-tab-mgLeft--110 {
		margin-left: 110px;
	}
	.u-tab-mgLeft--115 {
		margin-left: 115px;
	}
	.u-tab-mgLeft--120 {
		margin-left: 120px;
	}
	.u-tab-mgLeft--125 {
		margin-left: 125px;
	}
	.u-tab-mgLeft--130 {
		margin-left: 130px;
	}
	.u-tab-mgLeft--135 {
		margin-left: 135px;
	}
	.u-tab-mgLeft--140 {
		margin-left: 140px;
	}
	.u-tab-mgLeft--145 {
		margin-left: 145px;
	}
	.u-tab-mgRight--0 {
		margin-right: 0px;
	}
	.u-tab-mgRight--5 {
		margin-right: 5px;
	}
	.u-tab-mgRight--10 {
		margin-right: 10px;
	}
	.u-tab-mgRight--15 {
		margin-right: 15px;
	}
	.u-tab-mgRight--20 {
		margin-right: 20px;
	}
	.u-tab-mgRight--25 {
		margin-right: 25px;
	}
	.u-tab-mgRight--30 {
		margin-right: 30px;
	}
	.u-tab-mgRight--35 {
		margin-right: 35px;
	}
	.u-tab-mgRight--40 {
		margin-right: 40px;
	}
	.u-tab-mgRight--45 {
		margin-right: 45px;
	}
	.u-tab-mgRight--50 {
		margin-right: 50px;
	}
	.u-tab-mgRight--55 {
		margin-right: 55px;
	}
	.u-tab-mgRight--60 {
		margin-right: 60px;
	}
	.u-tab-mgRight--65 {
		margin-right: 65px;
	}
	.u-tab-mgRight--70 {
		margin-right: 70px;
	}
	.u-tab-mgRight--75 {
		margin-right: 75px;
	}
	.u-tab-mgRight--80 {
		margin-right: 80px;
	}
	.u-tab-mgRight--85 {
		margin-right: 85px;
	}
	.u-tab-mgRight--90 {
		margin-right: 90px;
	}
	.u-tab-mgRight--95 {
		margin-right: 95px;
	}
	.u-tab-mgRight--100 {
		margin-right: 100px;
	}
	.u-tab-mgRight--105 {
		margin-right: 105px;
	}
	.u-tab-mgRight--110 {
		margin-right: 110px;
	}
	.u-tab-mgRight--115 {
		margin-right: 115px;
	}
	.u-tab-mgRight--120 {
		margin-right: 120px;
	}
	.u-tab-mgRight--125 {
		margin-right: 125px;
	}
	.u-tab-mgRight--130 {
		margin-right: 130px;
	}
	.u-tab-mgRight--135 {
		margin-right: 135px;
	}
	.u-tab-mgRight--140 {
		margin-right: 140px;
	}
	.u-tab-mgRight--145 {
		margin-right: 145px;
	}
	.u-tab-mgBottom--0 {
		margin-bottom: 0px;
	}
	.u-tab-mgBottom--5 {
		margin-bottom: 5px;
	}
	.u-tab-mgBottom--10 {
		margin-bottom: 10px;
	}
	.u-tab-mgBottom--15 {
		margin-bottom: 15px;
	}
	.u-tab-mgBottom--20 {
		margin-bottom: 20px;
	}
	.u-tab-mgBottom--25 {
		margin-bottom: 25px;
	}
	.u-tab-mgBottom--30 {
		margin-bottom: 30px;
	}
	.u-tab-mgBottom--35 {
		margin-bottom: 35px;
	}
	.u-tab-mgBottom--40 {
		margin-bottom: 40px;
	}
	.u-tab-mgBottom--45 {
		margin-bottom: 45px;
	}
	.u-tab-mgBottom--50 {
		margin-bottom: 50px;
	}
	.u-tab-mgBottom--55 {
		margin-bottom: 55px;
	}
	.u-tab-mgBottom--60 {
		margin-bottom: 60px;
	}
	.u-tab-mgBottom--65 {
		margin-bottom: 65px;
	}
	.u-tab-mgBottom--70 {
		margin-bottom: 70px;
	}
	.u-tab-mgBottom--75 {
		margin-bottom: 75px;
	}
	.u-tab-mgBottom--80 {
		margin-bottom: 80px;
	}
	.u-tab-mgBottom--85 {
		margin-bottom: 85px;
	}
	.u-tab-mgBottom--90 {
		margin-bottom: 90px;
	}
	.u-tab-mgBottom--95 {
		margin-bottom: 95px;
	}
	.u-tab-mgBottom--100 {
		margin-bottom: 100px;
	}
	.u-tab-mgBottom--105 {
		margin-bottom: 105px;
	}
	.u-tab-mgBottom--110 {
		margin-bottom: 110px;
	}
	.u-tab-mgBottom--115 {
		margin-bottom: 115px;
	}
	.u-tab-mgBottom--120 {
		margin-bottom: 120px;
	}
	.u-tab-mgBottom--125 {
		margin-bottom: 125px;
	}
	.u-tab-mgBottom--130 {
		margin-bottom: 130px;
	}
	.u-tab-mgBottom--135 {
		margin-bottom: 135px;
	}
	.u-tab-mgBottom--140 {
		margin-bottom: 140px;
	}
	.u-tab-mgBottom--145 {
		margin-bottom: 145px;
	}
}
@media (max-width: 600px) {
	.u-sp-mg--0 {
		margin: 0;
	}
	.u-sp-mgTop--0 {
		margin-top: 0px;
	}
	.u-sp-mgTop--5 {
		margin-top: 5px;
	}
	.u-sp-mgTop--10 {
		margin-top: 10px;
	}
	.u-sp-mgTop--15 {
		margin-top: 15px;
	}
	.u-sp-mgTop--20 {
		margin-top: 20px;
	}
	.u-sp-mgTop--25 {
		margin-top: 25px;
	}
	.u-sp-mgTop--30 {
		margin-top: 30px;
	}
	.u-sp-mgTop--35 {
		margin-top: 35px;
	}
	.u-sp-mgTop--40 {
		margin-top: 40px;
	}
	.u-sp-mgTop--45 {
		margin-top: 45px;
	}
	.u-sp-mgTop--50 {
		margin-top: 50px;
	}
	.u-sp-mgTop--55 {
		margin-top: 55px;
	}
	.u-sp-mgTop--60 {
		margin-top: 60px;
	}
	.u-sp-mgTop--65 {
		margin-top: 65px;
	}
	.u-sp-mgTop--70 {
		margin-top: 70px;
	}
	.u-sp-mgTop--75 {
		margin-top: 75px;
	}
	.u-sp-mgTop--80 {
		margin-top: 80px;
	}
	.u-sp-mgTop--85 {
		margin-top: 85px;
	}
	.u-sp-mgTop--90 {
		margin-top: 90px;
	}
	.u-sp-mgTop--95 {
		margin-top: 95px;
	}
	.u-sp-mgTop--100 {
		margin-top: 100px;
	}
	.u-sp-mgTop--105 {
		margin-top: 105px;
	}
	.u-sp-mgTop--110 {
		margin-top: 110px;
	}
	.u-sp-mgTop--115 {
		margin-top: 115px;
	}
	.u-sp-mgTop--120 {
		margin-top: 120px;
	}
	.u-sp-mgTop--125 {
		margin-top: 125px;
	}
	.u-sp-mgTop--130 {
		margin-top: 130px;
	}
	.u-sp-mgTop--135 {
		margin-top: 135px;
	}
	.u-sp-mgTop--140 {
		margin-top: 140px;
	}
	.u-sp-mgTop--145 {
		margin-top: 145px;
	}
	.u-sp-mgLeft--0 {
		margin-left: 0px;
	}
	.u-sp-mgLeft--5 {
		margin-left: 5px;
	}
	.u-sp-mgLeft--10 {
		margin-left: 10px;
	}
	.u-sp-mgLeft--15 {
		margin-left: 15px;
	}
	.u-sp-mgLeft--20 {
		margin-left: 20px;
	}
	.u-sp-mgLeft--25 {
		margin-left: 25px;
	}
	.u-sp-mgLeft--30 {
		margin-left: 30px;
	}
	.u-sp-mgLeft--35 {
		margin-left: 35px;
	}
	.u-sp-mgLeft--40 {
		margin-left: 40px;
	}
	.u-sp-mgLeft--45 {
		margin-left: 45px;
	}
	.u-sp-mgLeft--50 {
		margin-left: 50px;
	}
	.u-sp-mgLeft--55 {
		margin-left: 55px;
	}
	.u-sp-mgLeft--60 {
		margin-left: 60px;
	}
	.u-sp-mgLeft--65 {
		margin-left: 65px;
	}
	.u-sp-mgLeft--70 {
		margin-left: 70px;
	}
	.u-sp-mgLeft--75 {
		margin-left: 75px;
	}
	.u-sp-mgLeft--80 {
		margin-left: 80px;
	}
	.u-sp-mgLeft--85 {
		margin-left: 85px;
	}
	.u-sp-mgLeft--90 {
		margin-left: 90px;
	}
	.u-sp-mgLeft--95 {
		margin-left: 95px;
	}
	.u-sp-mgLeft--100 {
		margin-left: 100px;
	}
	.u-sp-mgLeft--105 {
		margin-left: 105px;
	}
	.u-sp-mgLeft--110 {
		margin-left: 110px;
	}
	.u-sp-mgLeft--115 {
		margin-left: 115px;
	}
	.u-sp-mgLeft--120 {
		margin-left: 120px;
	}
	.u-sp-mgLeft--125 {
		margin-left: 125px;
	}
	.u-sp-mgLeft--130 {
		margin-left: 130px;
	}
	.u-sp-mgLeft--135 {
		margin-left: 135px;
	}
	.u-sp-mgLeft--140 {
		margin-left: 140px;
	}
	.u-sp-mgLeft--145 {
		margin-left: 145px;
	}
	.u-sp-mgRight--0 {
		margin-right: 0px;
	}
	.u-sp-mgRight--5 {
		margin-right: 5px;
	}
	.u-sp-mgRight--10 {
		margin-right: 10px;
	}
	.u-sp-mgRight--15 {
		margin-right: 15px;
	}
	.u-sp-mgRight--20 {
		margin-right: 20px;
	}
	.u-sp-mgRight--25 {
		margin-right: 25px;
	}
	.u-sp-mgRight--30 {
		margin-right: 30px;
	}
	.u-sp-mgRight--35 {
		margin-right: 35px;
	}
	.u-sp-mgRight--40 {
		margin-right: 40px;
	}
	.u-sp-mgRight--45 {
		margin-right: 45px;
	}
	.u-sp-mgRight--50 {
		margin-right: 50px;
	}
	.u-sp-mgRight--55 {
		margin-right: 55px;
	}
	.u-sp-mgRight--60 {
		margin-right: 60px;
	}
	.u-sp-mgRight--65 {
		margin-right: 65px;
	}
	.u-sp-mgRight--70 {
		margin-right: 70px;
	}
	.u-sp-mgRight--75 {
		margin-right: 75px;
	}
	.u-sp-mgRight--80 {
		margin-right: 80px;
	}
	.u-sp-mgRight--85 {
		margin-right: 85px;
	}
	.u-sp-mgRight--90 {
		margin-right: 90px;
	}
	.u-sp-mgRight--95 {
		margin-right: 95px;
	}
	.u-sp-mgRight--100 {
		margin-right: 100px;
	}
	.u-sp-mgRight--105 {
		margin-right: 105px;
	}
	.u-sp-mgRight--110 {
		margin-right: 110px;
	}
	.u-sp-mgRight--115 {
		margin-right: 115px;
	}
	.u-sp-mgRight--120 {
		margin-right: 120px;
	}
	.u-sp-mgRight--125 {
		margin-right: 125px;
	}
	.u-sp-mgRight--130 {
		margin-right: 130px;
	}
	.u-sp-mgRight--135 {
		margin-right: 135px;
	}
	.u-sp-mgRight--140 {
		margin-right: 140px;
	}
	.u-sp-mgRight--145 {
		margin-right: 145px;
	}
	.u-sp-mgBottom--0 {
		margin-bottom: 0px;
	}
	.u-sp-mgBottom--5 {
		margin-bottom: 5px;
	}
	.u-sp-mgBottom--10 {
		margin-bottom: 10px;
	}
	.u-sp-mgBottom--15 {
		margin-bottom: 15px;
	}
	.u-sp-mgBottom--20 {
		margin-bottom: 20px;
	}
	.u-sp-mgBottom--25 {
		margin-bottom: 25px;
	}
	.u-sp-mgBottom--30 {
		margin-bottom: 30px;
	}
	.u-sp-mgBottom--35 {
		margin-bottom: 35px;
	}
	.u-sp-mgBottom--40 {
		margin-bottom: 40px;
	}
	.u-sp-mgBottom--45 {
		margin-bottom: 45px;
	}
	.u-sp-mgBottom--50 {
		margin-bottom: 50px;
	}
	.u-sp-mgBottom--55 {
		margin-bottom: 55px;
	}
	.u-sp-mgBottom--60 {
		margin-bottom: 60px;
	}
	.u-sp-mgBottom--65 {
		margin-bottom: 65px;
	}
	.u-sp-mgBottom--70 {
		margin-bottom: 70px;
	}
	.u-sp-mgBottom--75 {
		margin-bottom: 75px;
	}
	.u-sp-mgBottom--80 {
		margin-bottom: 80px;
	}
	.u-sp-mgBottom--85 {
		margin-bottom: 85px;
	}
	.u-sp-mgBottom--90 {
		margin-bottom: 90px;
	}
	.u-sp-mgBottom--95 {
		margin-bottom: 95px;
	}
	.u-sp-mgBottom--100 {
		margin-bottom: 100px;
	}
	.u-sp-mgBottom--105 {
		margin-bottom: 105px;
	}
	.u-sp-mgBottom--110 {
		margin-bottom: 110px;
	}
	.u-sp-mgBottom--115 {
		margin-bottom: 115px;
	}
	.u-sp-mgBottom--120 {
		margin-bottom: 120px;
	}
	.u-sp-mgBottom--125 {
		margin-bottom: 125px;
	}
	.u-sp-mgBottom--130 {
		margin-bottom: 130px;
	}
	.u-sp-mgBottom--135 {
		margin-bottom: 135px;
	}
	.u-sp-mgBottom--140 {
		margin-bottom: 140px;
	}
	.u-sp-mgBottom--145 {
		margin-bottom: 145px;
	}
}
.u-color--main {
	color: #DDAE27;
}
.u-color--sub {
	color: #D60000;
}
.u-bold {
	font-weight: bold;
}
.u-text--title {
	display: inline-block;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	.u-text--title {
		font-size: 1.4rem;
	}
}
.u-text--attention {
	font-size: 1.3rem;
}
.u-block {
	display: block;
}
.u-inlineBlock {
	display: inline-block;
}
.u-m-0auto {
	margin: 0 auto;
}
.u-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.u-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 600px) {
	.u-wrapSp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.u-size--small {
	font-size: 1.4rem;
}
@media (max-width: 600px) {
	.u-size--small {
		font-size: 1.3rem;
	}
}
.u-flex--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.u-flex--verticalCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.u-flex--horizontalCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.u-flex--onlypc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 600px) {
	.u-flex--onlypc {
		display: block;
	}
}
.u-flex--imin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.u-flex--imin {
		display: block;
	}
}
.u-flex--tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1024px) {
	.u-flex--tab {
		display: block;
	}
}
.u-pc--hidden {
	display: none;
}
@media (max-width: 600px) {
	.u-pc--hidden {
		display: block;
	}
}
.u-tab--hidden {
	display: none;
}
@media (max-width: 1024px) {
	.u-tab--hidden {
		display: block;
	}
}
.u-imin--hidden {
	display: block;
}
@media (max-width: 767px) {
	.u-imin--hidden {
		display: none;
	}
}
.u-imin--block {
	display: none;
}
@media (max-width: 767px) {
	.u-imin--block {
		display: block;
	}
}
.u-mob--hidden {
	display: block;
}
@media (max-width: 1024px) {
	.u-mob--hidden {
		display: none;
	}
}
.u-sp--hidden {
	display: block;
}
@media (max-width: 600px) {
	.u-sp--hidden {
		display: none;
	}
}
.u-sp--block {
	display: none;
}
@media (max-width: 600px) {
	.u-sp--block {
		display: block;
	}
}
.u-indent {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}
@media (max-width: 600px) {
	.u-indent {
		padding-left: 1.4rem;
		text-indent: -1.4rem;
	}
}
.u-vertical--middle {
	vertical-align: middle;
}
.u-row--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.u-col--def {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.u-col--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.u-row--start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.u-ws-noWrap {
	white-space: nowrap;
}
.u-no-events {
	pointer-events: none;
}
/*# sourceMappingURL=style.css.map */