/* ---------------------------- */
/* Common */
/* ---------------------------- */
@media (max-width: 768px) {
    .title-h1 img.h1-nikukyu {
        bottom: 15%;
    }
}

/* ---------------------------- */
/* Contents-top */
/* ---------------------------- */
.contents-top {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	justify-content: center;
}
.contents-top .contents-top__inner {
	position: relative;
	margin: 60px auto 160px;
	line-height: 3.5;
	width: 95%;
	padding: 0;
	border-radius: 5px;
	text-align: center;
	max-width: 1000px;
	font-size: 22px;
}

.contents-top .contents-top__inner .br {
	display: block;
}

.contents-top .contents-top__inner > div p {
	text-align: justify;
}
@media (max-width: 1100px) {
	.contents-top {
		margin-bottom: 60px;
	}
	.contents-top .contents-top__inner {
		font-size: 20px;
		margin: 30px auto 120px;
		line-height: 3;
	}
}
@media (max-width: 850px) {
	.contents-top .contents-top__inner {
		font-size: 18px;
		margin: 20px auto 60px;
		text-align: left;
		width: 90%;
	}
	.contents-top .contents-top__inner .br {
		display: none;
	}
	.contents-top .contents-top__inner > div p {
		padding: 0 10px;
	}
}
@media (max-width: 425px) {
	.contents-top .contents-top__inner {
		font-size: 16px;
		line-height: 2.5;
		margin-bottom: 0px;
	}
}

/* ---------------------------- */
/* Contents-main */
/* ---------------------------- */
.contents-main {
	position: relative;
	width: 92%;
	padding-top: 80px;
	margin: auto;
	margin-bottom: 160px;
	text-align: center;
	border-radius: 3px;
	border: 2px solid #404040;
}

.contents-main.online {
	margin-bottom: 60px;
}
.contents-main h2 {
	margin: auto;
	margin-bottom: 40px;
	font-size: min(5vw, 33px);
	font-size: clamp(26px, 5vw, 42px);
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	background: #fff;
	position: absolute;
	height: 60px;
	top: -38px;
	left: 50%;
	transform: translate(-50%, 0%);

	white-space: nowrap;
}

.contents-main h2.online-title {
	line-height: 1.4;
	top: -60px;
}
.contents-main h2.online-title > span {
	display: block;
	font-size: 16px;
}

.contents-main__inner {
	margin: auto;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 88%;
	max-width: 1100px;
}
.contents-main__inner a {
	margin: auto;
	width: 100%;
}
.contents-main__inner p {
	line-height: 2;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}
.contents-main__inner table {
	line-height: 2;
	width: 100%;
	margin: auto;
}
.contents-main__inner table tr {
}
.contents-main__inner table th {
	font-size: 16px;
	padding: 10px 5px 10px 10px;
	min-width: 9em;
	width: 20%;
	border-bottom: 2px solid #404040;
	border-right: 3px solid #fff;
	font-weight: normal;
	vertical-align: middle;
}
.contents-main__inner table td {
	padding: 10px 5px 10px 3%;
	border-bottom: 1px solid #404040;
	text-align: left;
	vertical-align: middle;
}
.contents-main__inner .form {
	padding: 30px;
	text-align: center;
	margin-top: 60px;
	/* border: 1px solid #89b8c9; */
	width: 100%;
    background: rgb(137, 184, 201, 0.15);
}
.contents-main__inner .form p {
	margin-bottom: 15px;
	text-align: justify;
	/* color: #89b8c9; */
}
.contents-main__inner .form h4 {
	border-bottom: 1px dotted #89b8c9;
	margin-bottom: 15px;
	display: inline-block;
	text-align: center;
	/* color: #89b8c9; */
}
@media (max-width: 1100px) {
	.contents-main h2 {
		margin-bottom: 30px;
	}
}
@media (max-width: 850px) {
	.contents-main {
		margin-bottom: 100px;
		padding-top: 60px;
	}

	.contents-main.online {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.contents-main__inner {
		text-align: center;
	}
	.contents-main__inner p {
		text-align: left;
	}
	.contents-main h2 {
		top: -33px;
	}
	.contents-main h2.online-title {
		top: -50px;
	}
}
@media (max-width: 660px) {
	.contents-main h2 {
		top: -29px;
	}
	.contents-main h2.online-title {
		top: -40px;
	}
}
@media (max-width: 555px) {
	.contents-main h2 {
		top: -25px;
	}
	.contents-main {
		padding-top: 50px;
	}
}
@media (max-width: 425px) {
	.contents .button__arrow{
		width: 100%;
	}
	.contents-main__inner p {
		margin-bottom: 40px;
	}
	.contents-main__inner {
		margin-bottom: 45px;
	}
	.contents-main h2 {
		padding: 0 20px;
	}
}
@media (max-width: 375px) {
	.contents-main.amazon h2 {
		top: -40px !important;
	}
	.contents-main__inner .form {
		padding: 30px 10px 30px 15px;
	}
}
