@charset "utf-8";
:root {
	font-size: 16px;
	letter-spacing: 0.1em;
}
*,
::before,
::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #333;
	background-color: #fff;
}
.sectionInner {
	max-width: 1200px;
	margin: 0 auto;
}
section,
.section {
	max-width: 1920px;
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
ul.ulStyleDisc {
	list-style: disc;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt70 {
	margin-top: 70px;
}
.mt100 {
	margin-top: 100px;
}
.mb50 {
	margin-bottom: 50px;
}
.pl1em {
	padding-left: 1em;
}
.pt0 {
	padding-top: 0;
}
.sup {
	vertical-align: super;
	padding-left: 3px;
	font-size: 0.8em;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.note {
	margin-inline: auto;
	text-align: left;
	padding: 10px 20px;
	word-break: keep-all;
	white-space: nowrap;
}
.note p {
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.iconPDF,
.iconDownload {
	line-height: 160%;
	margin-bottom: 10px;
}
.iconPDF span,
.iconDXF span,
.iconJPG span,
.iconDownload span{
	border-bottom: solid 1px #000;
}
.iconPDF::before {
	content: url("/bs/eposter/images-common/pdf24.webp");
}
.iconDownload::before {
	font-family: "Font Awesome 5 Free";
	content: "\f019";
	font-weight: 700;
	font-size: 1.4em;
}
.newPage::after,
.iconPDF::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 900;
	font-size: 100%;
	padding-left: 5px;
}
.iconDXF,
.iconJPG {
	position: relative;
	margin-left: 45px;
	border-bottom: solid 1px #000;
}
.iconDXF::before,
.iconJPG::before {
	position: absolute;
	color: #fff;
	margin-left: -45px;
	width: 40px;
	text-align: center;
	font-size: 12px;
}
.iconDXF::before {
	background: #517aa3;
	content: "DXF";
}
.iconJPG::before {
	background: #9c0;
	content: "JPG";
}
.btnInq {
	text-align: center;
	color: #434343;
	background-color: #E1B537;
	font-size: 24px;
	font-weight: 700;
	width: 26em;
	margin: 20px auto;
	border-radius: 1.75em;
}
.btnInq:hover {
	opacity: 0.8;
}
.btnInq a {
	display: block;
	padding: 20px;
}
.btnInqMini {
	text-align: center;
	color: #434343;
	background-color: #49C4EF;
	font-size: 18px;
	font-weight: 600;
	width: 16em;
	margin: 0 1%;
	padding: 10px 0;
	border-radius: 1.75em;
	display: inline-block;
}
.btnInqMini:hover {
	opacity: 0.8;
}
.btnInqMini a {
	display: block;
	padding: 1em;
}
.newTab::after {
	content: "\f35d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
}
.reborn {
	background-image: url("/bs/eposter/images/index/bak_image_tokucyou.webp");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.rebornLead {
	height: 540px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rlTitle {
	font-size: 28px;
}
.rlSentence {
	font-size: 20px;
	line-height: 2em;
}
.tableWrap {
	/*margin-top: 30px;*/
}
.tableScrollX {
	width: 1200px;
	margin: 0 auto;
}
.tableIndex th {
	background-color: #5d804c;
	color: #fff;
}
.tableIndex th,
.tableIndex td {
	vertical-align: middle;
	padding: 10px 5px;
}
.tableIndex td {
	text-align: center;
}
.tableIndex tr:nth-child(2n) td {
	background-color: #d5e3cf;
}
.tableIndex tr:nth-child(2n+1) td {
	background-color: #ebf1e9;
}
/*****ヘッダーのレイアウト*****/
.header {
	position: sticky;
	top: 0;
	background-color: #ffffff;
	height: 72px;
	border-bottom: 1px solid;
	border-bottom-color: #B2B2B2;
	z-index: 10000;
	user-select: none;
}
.header-inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9em;
	font-weight: 700;
}
.brand {
	display: flex;
	align-items: center;
}
.header-logo {
	display: block;
	width: 100px;
}
.company {
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #999;
}
.img_center {
	width: 100%;
	max-width: max-content;
	aspect-ratio: auto;
	margin-inline: auto;
	display: block;
	padding: 50px;
}
.btnInq_top {
	color: #434343;
	background-color: #E1B537;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 5px;
}
/*****各種ボタンのレイアウト*****/
.btnSm a {
	max-width: 300px;
	justify-content: center;
	padding: 10px 0;
	background-color: #4A824A;
	border: 3px solid #4A824A;
	border-radius: 30px;
	letter-spacing: 0.15em;
	margin-inline: auto;
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	font-weight: 700;
}
.btnSm.detail {
	max-width: 150px;
	width: 100%;
	margin-inline: auto;
}
.btnSm a:hover {
	background-color: #fff;
}
.btnSm a:hover {
	color: #4A824A;
}
.btn a {
	display: block;
	text-align: center;
	padding: 10px 0;
}
.btnGreen {
	color: #fff;
	background-color: #4A824A;
	border: 3px solid #4A824A;
}
.btnPill {
	border-radius: calc(1em + 20px);
}
.btnLineup {
	width: 200px;
}
.btnLuDetail {
	width: 10em;
}
/*****カルーセルのレイアウト******/
.slick-prev::before, .slick-next::before {
	color: #000;
}
.slick-next {
	right: 20px;
	z-index: 99;
}
.slick-prev {
	left: 15px;
	z-index: 100;
}
.slick-dots li.slick-active button::before, .slick-dots li button::before {
	color: #fff;
}
/*****登録商標の部分*****/
.section {
	max-width: 1200px;
	margin-inline: auto;
}
.footerNotes {
	border: 1px solid #ccc;
	border-radius: 4px;
	letter-spacing: 0.05em;
	margin: 60px 20px 0;
	padding: 20px 20px 20px 30px;
	color: #666;
	font-size: 14px;
	text-align: left;
	list-style: none;
	text-indent: -0.7em;
}
.notification h3 {
	font-size: calc((24/16*1rem));
}
.notification h4 {
	font-size: calc((18/16*1rem));
	text-decoration: underline;
}
.notification h4::before {
	content: "■";
}
.notification li {
	margin-left: 1em;
	text-indent: -1em;
}
.notification li::before {
	content: "●";
}

/*****ページトップに戻るCSS*****/
#page-top {
	position: fixed;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 80px;
	height: 80px;
	color: #fff;
	background: #4A824A;
	padding: 10px;
	text-align: center;
	z-index: 10;
	border: 1px solid #fff;
	border-radius: 40px;
	transition: .2s;
}
@media screen and (min-width: 1360px) {
	#page-top {
		right: calc(50vw - 600px - 80px);
	}
}
#page-top:hover {
	text-decoration: none;
	background: #11771e;
	padding: 12px;
	transition: .2s;
}
/*****フッターのレイアウト*****/
.footer {
	background-color: #4A824A;
	color: #fff;
	margin-top: 50px;
}
.footer-global-navi {
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.footer-global-navi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-top: 10px;
}
.footer-global-navi li {
	padding: 5px 10px;
}
.footer-global-navi li:not(:last-child) {
	border-right: 1px solid #fff;
}
.footerMain {
	font-size: 14px;
}
.footerMain li:hover {
	color: #000;
}
.footerSub {
	font-size: 10px;
}
.footerSub li:hover {
	color: #000;
}
.copyright {
	margin-inline: auto;
	padding: 10px;
	font-size: .6em;
	text-align: center;
}
/*****721px以上のレイアウト*****/
@media screen and (min-width: 721px) {
	.pcNone {
		display: none;
	}
}
/*****900px以下のレイアウト*****/
@media screen and (max-width: 910px) {
	/*****ヘッダーのレイアウト*****/
	.company {
		font-size: 0.6em;
		line-height: 1.5;
		padding-left: 10px;
	}
	.site-menu > ul > li {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 0.8em;
	}
}
/*****720px以下のレイアウト*******/
@media screen and (max-width: 720px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important
	}
	/*****登録商標の部分*****/
	.section {
		max-width: 1200px;
		margin-inline: auto;
	}
	.footerNotes {
		border: 1px solid #ccc;
		border-radius: 4px;
		letter-spacing: 0.05em;
		margin: 60px 10px 0;
		padding: 20px 20px 20px 30px;
		color: #666;
		font-size: 12px;
		text-align: left;
		list-style: none;
		text-indent: -0.7em;
	}
	.rlTitle {
		font-size: 20px;
	}
	.rlSentence {
		font-size: 16px;
		/*line-height: 2em;*/
	}
	.rebornLead {
		height: auto;
		padding: 30px 0;
	}
	.rlSentence {
		margin-top: 1em;
	}
	/*****ページトップに戻るCSS********/
	#page-top {
		position: fixed;
		display: block;
		bottom: 0px;
		right: 0px;
		width: 40px;
		height: 40px;
		padding: 5px;
	}
	#page-top:hover {
		padding: 8px;
	}
	.spNone {
		display: none;
	}
	.btnInq {
		font-size: 16px;
	}
	.btnInq a,.btnInqMini a {
		padding: 1em 0;
	}
	.btnInqMini{
		font-size: 16px;
		margin: 0 auto 20px auto;
		width: 13em;
	}
	.newTab::after {
		content: " \f35d";
	}
	.lineupGroup {
		flex-direction: column;
	}
}
.lt500 {
	display: none;
}
@media screen and (max-width: 500px) {
	.btnInq,.btnInqMini{
		width: 90%;
		border-radius: 2.75em;
	}
    .btnInqMini{
        padding: 0px;
    }
	.lt500 {
		display: inherit;
	}
}
@media screen and (min-width: 1201px) {
	.header-inner {
		width: 1200px;
	}
	/*****ハンバーガーメニュー*****/
	.header {
		display: flex;
	}
	.toggle-menu-button {
		display: none;
	}
	.site-menu ul {
		display: flex;
		height: 50px;
		align-items: center;
	}
	.site-menu > ul > li {
		display: flex;
		margin-left: 20px;
		margin-right: 20px;
		height: 100%;
		align-items: center;
	}
	.site-menu > ul > li > a {
		display: flex;
		height: 100%;
		align-items: center;
	}
	.site-menu li:hover {
		color: #9D9D9D;
	}
	.site-menu li:hover .siteMenuSub {
		color: #000;
	}
	.siteMenuSub {
		position: absolute;
		top: 42px;
		visibility: hidden;
		opacity: 0;
		transition: all 0.4s;
		display: flex;
		flex-flow: column;
	}
	.siteMenuSub li {
		width: 150px;
		border: 1px solid #666;
		border-top: 0px;
		padding: 5px;
		background-color: #fff;
	}
	.siteMenuSub li:first-child {
		border-top: 1px solid #666;
	}
	.siteMenuSub li a {
		display: block;
		padding: 10px;
		height: 100%;
		width: 100%;
	}
	.siteMenuSub li:hover {
		background-color: #f2f2f2;
	}
	.siteMenuSub li:hover a {
		color: #9D9D9D;
	}
	.site-menu li:hover .siteMenuSub {
		visibility: visible;
		opacity: 1;
		background-color: #fff;
	}
}
@media screen and (max-width: 1200px) {
	.gt1200 {
		display: none;
	}
	.btnInq_top {
		background-color: inherit;
		padding-left: 0;
		padding-right: 0;
	}
	.company.sp {
		display: block !important;
	}
	.tableWrap {
		overflow-x: scroll;
	}
	/*****ヘッダー*****/
	.company {
		font-size: 0.9em;
		font-weight: 400;
		line-height: 1.5;
		padding: 0 0 30px;
		margin: 0;
		text-align: center;
		color: #fff;
		border: none;
	}
	.header {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		background-color: #ffffff;
		height: 50px;
		z-index: 10000;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	}
	.header-inner {
		padding-left: 20px;
		padding-right: 20px;
		height: 100%;
		position: relative;
	}
	.header-logo {
		width: 100px;
	}
	/*****ハンバーガーメニュー*****/
	.toggle-menu-button {
		display: none;
	}
	.site-menu ul {
		display: block;
		font-size: 24px;
		padding-left: 40px;
	}
	.site-menu > ul > li {
		display: flex;
		flex-flow: column;
		margin-right: 20px;
		min-height: 70px;
		margin-top: 0;
	}
	.site-menu > ul > li > a {
		display: flex;
		height: 100%;
		color: #fff;
	}
	.header-site-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		color: #FFF9C9;
		background-color: #736E62;
		padding-top: 20px;
		display: none;
	}
	.header-site-menu.is-show {
		display: block;
	}
	.toggle-menu-button {
		display: block;
		width: 44px;
		height: 34px;
		background-image: url(/bs/eposter/images/common/icon_menu.svg);
		background-size: 60%;
		background-position: center;
		background-repeat: no-repeat;
		background-color: transparent;
		border: none;
		border-radius: 0;
		outline: none;
	}
	.siteMenuSub {
		position: relative;
		display: flex;
		flex-flow: column;
		padding-bottom: 30px;
		padding-left: 20px;
	}
	.siteMenuSub li {
		width: 150px;
		border-top: 0px;
		padding: 3px 0;
		color: #fff;
	}
	.siteMenuSub li a {
		display: block;
		padding: 5px 0;
		height: 100%;
		width: 100%;
		font-size: 16px;
	}
}

.tableLineup {
	border-collapse: collapse;
}
.tableLineup th,
.tableLineup td {
	border: 1px solid #D8D8D8;
	padding: 10px;
}
.tableLineup th[scope="col"] {
	color: #fff;
	background-color: #4A824A;
}
.tableLineup th[scope="row"] {
	text-align: center;
	background-color: #F5F5F5;
}
.tableRelatedContent {
	width: 100%;
	max-width: 1200px;
}