@charset "UTF-8";
/* /////////////////////////////////////////////////////////////////////////// */
#section-01-top-banner .container,
#section-02-howto .container {
	max-width: 100vw;
	position: relative;
}

#section-01-top-banner .layer-bg .tb,
#section-01-top-banner .layer-bg .mb {
	display: none;
}

#section-02-howto .orange {
	color: #ee6500;
}

#section-02-howto .pink {
	color: #f81051;
}

#section-02-howto .red {
	color: #9d0f0f;
}

#section-02-howto .font-weight-semibold {
	font-weight: var(--global-font-weight-semibold);
}

#section-02-howto .blue {
	color: #0379cb;
}

#section-02-howto .dash-line {
	border-bottom: 2px dashed #aa9885;
	padding-top: 46px;
}

#section-02-howto #howto-table {
	width: 1200px;
	margin: auto;
	border-radius: 30px;
	border: 4px solid #824e28;
	overflow: hidden;
	color: #4f2806;
}

#section-02-howto #howto-table label {
	margin-bottom: unset;
}

#section-02-howto #table-content {
	padding: 70px 48px;
	background-image: url(../../assets/images/closebeta/img-cbtht-table-bg.webp);
}

#section-02-howto #howto-table .txt-header {
	font-size: var(--global-font-size-typo32);
	font-weight: var(--global-font-weight-medium);
}

#section-02-howto #howto-table .btn-footer {
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

#section-02-howto #howto-table .btn-footer a {
	margin: 4px 32px;
}

#section-footer {
	padding: 90px 0;
}

#section-footer .img-logo {
	width: fit-content;
	margin: auto;
}

#section-footer .img-logo img {
	padding: 0 5px;
}

#section-footer .txt {
	width: fit-content;
	margin: auto;
	font-size: 18px;
	font-weight: 300;
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 2000px) {
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1400px) {
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1200px) {
	#section-02-howto #howto-table {
		width: 95%;
	}

	#howto-table #table-header {
		height: 2.7em;
		overflow: hidden;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1024px) {
	#section-01-top-banner .layer-bg .pc,
	#section-01-top-banner .layer-bg .mb {
		display: none;
	}

	#section-01-top-banner .layer-bg .tb {
		display: block;
	}
	
	#section-02-howto #howto-table {
		width: 95%;
	}

	#table-content img.table-btn {
		transform: scale(0.8);
		transform-origin: left bottom;
	}

	#section-02-howto #howto-table .btn-footer img.table-btn {
		width: 220px;
		height: auto;
		transform: none;
	}
}

/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 460px) {
	#section-01-top-banner .layer-bg .pc,
	#section-01-top-banner .layer-bg .tb {
		display: none;
	}

	#section-01-top-banner .layer-bg .mb {
		display: block;
	}

	#section-02-howto #howto-table {
		border-radius: 20px;
		border: 3px solid #824e28;
	}

	#howto-table #table-header {
		height: 2.2rem;
		overflow: hidden;
	}

	#section-02-howto #table-content {
		padding: 26px 17px;
	}

	#section-02-howto #howto-table .txt-header {
		font-size: var(--global-font-size-typo24);
	}

	#howto-table #table-header img {
		width: 820px;
	}

	#section-02-howto #table-content .mt-4 {
		margin-top: 0.5rem !important;
	}

	#section-02-howto #table-content .mt-5 {
		margin-top: 1.2rem !important;
	}
	
	#section-02-howto #table-content .pr-4 {
		padding-right: 0 !important;
	}

	#section-02-howto #table-content .txt-content {
		font-size: 18px;
	}

	#section-02-howto #table-content .txt-content ul {
		margin-bottom: 0.5rem;
	}

	#table-content img.table-btn {
		width: 180px;
		height: auto;
		transform: none;
	}

	#section-02-howto #howto-table .btn-footer img.table-btn {
		width: 140px;
		height: auto;
		transform: none;
	}

	#section-02-howto #howto-table .btn-footer a {
		margin: 4px 12px;
	}

	#section-footer .txt {
		font-size: 12px;
	}
}