footer {
	padding-top: 60px;
}
.navi2nd {
	background: var(--color-blue);
	margin: 40px 0 0 0;
	padding: 20px 0;
}
.navi2nd a {
	color: #fff !important;
	font-size: 1.9rem;
	padding: 0 1.5em;
}
.navi2nd a.active {
	color: #FFDF00 !important;
}
.navi2nd img {
	max-width: 31px;
	margin-right: 0.5em;
}

.main2nd {
	margin-top: 100px;
}

.bg-facility01 {
	background: url('../facility/images/bg.png');
	height: 77px;
	margin: 150px 0 55px 0;
}

.box-backnumber {
	display: none;
}

.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}

.bg-cloud2 {
	padding: 2em 3.5em;
	width: 100%;
	max-width: 1205px;
	min-height: 100px;
	margin: 0 auto;
	background-image: url('../images/bg-cloud2.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-cloud3 {
	padding: 2em 3.5em;
	width: 100%;
	max-width: 798px;
	margin: 0 auto;
	background-image: url('../images/bg-cloud3.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-cloud3 h2 {
	font-size: 2rem;
	color: #E16BA0;
	font-weight: 700;
	text-align: center;
}

.table {
	background-color: transparent !important;
}
.table th, .table td {
	background-color: transparent !important;
	text-align:center;
}

.img-container {
	display: flex;
}
.img-container img {
	width: 100%;
	object-fit: cover;
	border: 4px solid #fff;
}
thead th p {
	background-color:#4A9936;
	padding:3px;
	border-radius:10px;
	color:#fff;
	margin:0;
}
.holiday thead th p {
	background-color:#E18500;
}
thead td:first-of-type p {
	background-color:#EB6EA5;
	color:#fff;
	padding:4px;
}
thead td:last-of-type p {
	background-color:#0093BE;
	color:#fff;
	padding:4px;
}
tbody th p {
	border:2px solid #4A9936;
	background-color:#fff;
	padding:2px;
	border-radius:10px;
}
.holiday tbody th p {
	border-color:#E18500;
}

tbody td:first-of-type p {
	background-color: #F9E5EE;
	padding:4px;
}
tbody td:last-of-type p {
	background-color: #DFF2FC;
	padding:4px;
}

.job-title {
	background-color: #0093BE;
	color: #fff;
	padding: 5px 0px;
	border-radius: 10px;
}

.bg-support {
	background: url('../support/images/bg-support-main.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.page-support h3 {
	font-size: 1.9rem;
	font-weight: bold;
}
.page-support h3 span {
	font-size: 1.6rem;
}
.page-support hr {
	border-color: #7E584B;
}
table.kouza {
	width: 95%;
	margin: 0 auto;
}
table.kouza th {
	writing-mode: vertical-rl;
	background: #FFFADC !important;
    color: var(--color-brown);
}
table.kouza td {
	text-align: left;
	padding-left: 1.5em;
    color: var(--color-brown);
}
table.kouza td p {
	background: #fff;
	text-indent: -1em;
	padding-left: 1em;
}

.balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 4px 10px 4px 25px;
	background: #D85513;
	color: #fff;
	font-weight: 700;
}

.balloon:before {
	content: "";
	position: absolute;
	top: 14px;
	left: -25px;
	margin-top: -6px;
	border: 10px solid transparent;
	border-right: 25px solid #D85513;
}

@media (max-width: 1400px) {
	.navi2nd {
		margin-bottom: -2px;
	}
	.navi2nd a {
		font-size: 1.8rem;
		padding: 0 1.2em;
	}
	.navi2nd img {
		max-width: 25px;
		margin-right: 0.5em;
	}
	img.child {
		max-width: 320px;
	}
}

@media (max-width: 1200px) {
	.navi2nd {
		margin-bottom: -5px;
		padding: 10px 0;
	}
	.navi2nd a {
		font-size: 1.6rem;
		padding: 0 0.8em;
	}
	.navi2nd img {
		max-width: 23px;
		margin-right: 0.5em;
	}
	img.child {
		max-width: 260px;
	}
}

@media (max-width: 1100px) {
	img.child {
		max-width: 200px;
	}
}

@media (max-width: 992px) {
	.g-navi div.active p {
		left: -70px;
		bottom: -12px;
		font-size: 2.5rem;
	}
	.navi2nd {
		margin-top: 20px;
		margin-bottom: -7px;
	}
	.navi2nd a {
		font-size: 1.6rem;
		padding: 0 0.25em;
		letter-spacing: -0.06em;
	}
	.navi2nd img {
		max-width: 18px;
		margin-right: 0.1em;
	}
	.bg-cloud2 {
		max-width: 800px;
		background-image: url('../images/bg-cloud2-sp.png');
	}
}

@media (max-width: 768px) {
	.navi2nd {
		margin-bottom: -9px;
	}
	.navi2nd a {
		font-size: 1.6rem;
		padding: 0 0.8em;
	}
	.navi2nd img {
		max-width: 23px;
		margin-right: 0.5em;
	}
}

@media (max-width: 576px) {
}
