
/* ===============================================
	html/body
=============================================== */
html {
	-ms-user-select: text;
	-webkit-user-select: text;
	user-select: text;
}

body {
	background-color: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	line-height: 1;
	color: #4b4949;
	width: 100%;
}
body.signage {
	width: 1079.99px;
	min-width: auto;
	height: 1919.99px;
	overflow: hidden;
}
body.signage.scrollable {
	overflow: auto;
}
@media only screen and (max-width: 767.9999px) {
	html {
		font-size: 95%;
	}
	body {
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
	}
}
@media only screen and (max-width: 499.9999px) {
	html {
		font-size: 90%;
	}
}
/* @media only screen and (max-width: 374.9999px) {
	html {
		font-size: 85%;
	}
} */

/* ===============================================
	PC専用/スマホ専用の切り替え
=============================================== */

.sp_only {
	display: none;
}
@media only screen and (max-width: 767.9999px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/* ===============================================
	ヘッダーブロック
=============================================== */

.header_block {
	width: 100%;
	height: auto;
	position: relative;
}
body.signage .header_block {
	display: none;
}
.signage_header_block {
	width: 100%;
	display: none;
}
body.signage .signage_header_block {
	display: block;
	height: 120px;
	line-height: 0;
}
.header_inner {
	width: 1264px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
body.signage .header_inner {
	width: 100%;
	height: 120px;
	padding: 0;
	justify-content: space-between;
}

/* ヘッダー ロゴ */
.header_logo img {
	height: 36px;
	width: auto;
}
body.signage .header_logo {
	margin-left: 20px;
	margin-right: 20px;
}
body.signage .header_logo img {
	height: auto;
	width: 140px;
}

/* ヘッダー タイトル */
body.signage .page_title {
	height: 120px;
	width: calc(100% - 416px);
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
	line-height: 1;
}
.header_title {
	margin-left: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
}
body.es .header_title {
	font-size: 1.5rem;
}
body.signage .header_title,
body.signage .product_name {
	width: 100%;
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
}
body.signage .product_name {
	margin-top: 8px;
	font-size: 2.6rem;
}
.header_title_br {
	display: none;
}

/* 建設業者名 */
.header_builder_name {
	margin: 0 0 0 auto;
	padding-top: .8rem;
	font-size: 1rem;
	font-weight: bold;
}

@media only screen and (max-width: 1300px) {
	.header_inner {
		width: 94vw;
		height: 4rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.header_block {
		height: auto;
	}
	.header_inner {
		width: 96vw;
		height: 4rem;
		padding: 0 .75rem;
	}
	.header_logo img {
		width: auto;
		height: 1.6rem;
	}
	.header_title {
		margin-left: 4vw;
		font-size: 1.4rem;
	}
	body.es .header_title {
		font-size: 1.2rem;
	}
	.header_builder_name {
		margin: 0 .5rem 0 auto;
		padding-top: .5rem;
		font-size: .9rem;
	}
}
@media only screen and (max-width: 499.9999px) {
	.header_inner {
		height: 5rem;
		padding: 0 .5rem;
	}
	.header_logo img {
		height: 1.6rem;
	}
	.header_title {
		font-size: 1.5rem;
	}
	.header_title_br {
		display: inline;
	}
}
@media only screen and (max-width: 374.9999px) {
	.header_inner {
		height: 4rem;
	}
	.header_title {
		font-size: 1.3rem;
	}
}

/* ===============================================
	コンテンツブロック
=============================================== */
.contents_block {
	width: 100%;
	background: #f9f7f1 url(../pic/bg_contents.png) repeat-x left top;
}
body.signage .contents_block {
	height: 1680px; /* 1920 - 240 */
	overflow: hidden;
  border-top: 8px solid #e58026;
}

.contents_inner {
	width: 1264px;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
	line-height: 1.6;
}
body.signage .contents_inner {
	width: 100%;
	height: 1672px; /* 1920 - 240 - 8*/
  padding: 0;
}

@media only screen and (max-width: 1300px) {
	.contents_inner {
		width: 94vw;
		padding: 0 0 2rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.contents_block {
		min-width: 100%;
	}
	.contents_inner {
		width: 96vw;
		padding: 0 0 1rem;
	}
}

/* aタグはLIXILオレンジ */
.contents_block a {
	color: #ef7a00;
    text-decoration: underline;
}

.contents_block a:hover,
.contents_block a:active {
    color: #f5af67;
}

/* ===============================================
	フッターブロック
=============================================== */

.footer_block{
	width: 100%;
	border-top: 2px solid #efefef;
}
body.signage .footer_block {
	display: none;
}

.signage_footer_block {
	display: none;	
}
body.signage .signage_footer_block {
	display: block;
	height: 119px;
	border-top: 2px solid #efefef;
}

.footer_inner {
	width: 1264px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	line-height: 1.2;
	font-size: .9rem;
	text-align: left;
}
body.signage .signage_footer_block .footer_inner {
  /* ボタンブロック */
	width: 980px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
body.signage .signage_footer_block .btn_sim_action {
  /* ボタン */
  height: 3.6rem;
  margin-right: 2rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
  border: 2px solid #ef7a00;
  border-radius: 5px;
  border-image: initial;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #ef7a00;
  font-size: 1rem;
  font-weight: bold;
  cursor: auto;
}

/* aタグはLIXILグレー */
.footer_block a {
	color: #4b4949;
    text-decoration: none;
}

.footer_block a:hover,
.footer_block a:active {
    color: #4b4949;
    text-decoration: underline;
}

.copyright {
	margin-top: 8px;
}

.print_footer_block {
  display: none;
}

@media only screen and (max-width: 1300px) {
	.footer_inner {
		width: 94vw;
		margin: 1rem auto;
		padding: 0 0 0 1rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.footer_block {
		width: 100%;
	}
	.footer_inner {
		width: 96vw;
		margin: 1rem auto;
		padding: 0 0 0 1rem;
		font-size: .85rem;
	}
}
@media only screen and (max-width: 499.9999px) {
	.footer_inner {
		width: 96vw;
		font-size: .8rem;
	}
}

/* 一番上に戻るボタン */
#scroll_block {
	width: 948px;
	margin: 0 auto;
	padding: 0;
}
body.signage #scroll_block {
	display: none;
}
#scroll_page_top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

#scroll_page_top img {
	opacity: 0;
}
#scroll_page_top.visible img {
	opacity: 0.4;
}
#scroll_page_top.visible img:hover {
	opacity: 0.3;
	cursor: pointer;
}
@media only screen and (max-width: 767.9999px) {
	#scroll_page_top,
	#scroll_page_top img {
		width: 3rem;
		height: 3rem;
	}
}

/* ===============================================
	共通ブロック
=============================================== */

/* 一番上に戻るの戻り先 */
#page-top {
	width: 0;
	height: 0;
}

/* パンくずリスト */
.breadcrumb_block {
	text-align: left;
	padding: 1rem 0 .75rem;
	margin-left: auto;
	margin-right: auto;
}
body.signage .breadcrumb_block {
	display: none;
}

.breadcrumb_list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	color: #808080;
	font-size: .7rem;
}
.breadcrumb_item {
	display: inline;
	padding: 0 0 0 .5em;
	line-height: 1.4;
}
.breadcrumb_item::before {
	content: ">";
	width: .5em;
	font-size: .6rem;
}
.breadcrumb_item.first {
	padding-left: 0;
}
.breadcrumb_item.first::before {
	content: "";
}
@media only screen and (max-width: 767.9999px) {
	.breadcrumb_block {
		padding: .75rem 0 .5rem;
	}
}

/* 警告ブロック */
.warning_block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.8);
}
.warning_block_inner {
	width: 400px;
	height: auto;
	margin: 200px auto auto;
	padding: 0 0 20px 0;
	background: #efefef;
	cursor: pointer;
}
.warning_close_btn {
	text-align: right;
}
.warning_close_btn img {
	width: 26px;
	height:26px;
	margin: 5px;
}
.warning_message {
	margin: 5px 20px 0 20px;
	padding: 20px 0 20px 0;
	border-top: 2px solid #4b4949;
	border-bottom: 2px solid #4b4949;
	letter-spacing: 1px;
	line-height: 1.2;
	font-size: 1.2rem;
}
@media only screen and (max-width: 767.9999px) {
	.warning_block_inner {
		width: 50vw;
		margin: 20vh auto auto;
		padding: 0 0 1rem 0;
	}
	.warning_close_btn img {
		width: 1.4rem;
		height:1.4rem;
		margin: .3rem;
	}
	.warning_message {
		margin: .3rem 1rem 0 1rem;
		padding: 1rem 0 1rem 0;
	}
}
@media only screen and (max-width: 499.9999px) {
	.warning_block_inner {
		width: 80vw;
	}
}


/* ===============================================
	表示／非表示の切り替え
=============================================== */

/* 非表示 */
.no_display {
	display: none !important; 
}

.visible_hidden {
	visibility: hidden;
}

.no_wrap {
	white-space: nowrap;
}

/* ===============================================
	その他
=============================================== */

.noScriptMessage {
	background:#efefef;
	text-align:center;
	padding:10px 0;
	color: #ff3333;
}

.mt0 {margin-top: 0 !important;}
.pd0 {padding: 0 !important;}


.simulation_inner {
	position: relative;
}

input[type="radio"] {
	display: none;
}

/* 選択しているカラーチップの画像 */
.parts_item .radio_color:checked + img {
	border-color: #ef7a00;
}
/* カラーチップの画像 */
.parts_item img {
	width: 100%;
	border: 3px solid transparent;
}
.parts_item img:hover {
	border-color: #808080;
	cursor: pointer;
}

/* ===============================================
	コンテンツ
=============================================== */

.contents_title {
	padding: 8px 8px 0;
	background-color: #FFFFFF;
	border-bottom: 2px solid #b2b1b1;
	font-size: 1.6rem;
}
body.signage .contents_title {
	width: 946px;
	height: 60px;
  margin: 0 auto;
	padding: 0;
  display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	background-color: #f9f7f1;
	font-size: 1.6rem;
	font-weight: bold;
}

/* 終息メッセージ（ES専用） */
.eol_message {
	margin: 1rem auto 0;
	border: 2px solid #ef7a00;
	padding: .4rem;
	width: 60%;
}
/* 画面サイズが幅900px以下の場合 */
@media only screen and (max-width: 899.9999px) {
	.eol_message {
		width: 80vw;
	}
}

/* レイアウト選択 */
.layout_type_block {
	max-width: 1052px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
body.signage .layout_type_block {
	width: 980px;
	max-width: auto;
	margin: 20px auto 0;
	flex-flow: row wrap;
	justify-content: space-around;
}
.layout_type_block.space_around {
	max-width: 1006px;
	flex-flow: row wrap;
	justify-content: space-around;
}

.layout_heading {
  display: none;
}
body.signage .layout_heading {
  display: block;
  width: 100%;
  margin: 80px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.layout_item {
	margin-top: 20px;
	width: 32.5%;
	display: flex;
	flex-flow: column;
	border: 1px solid #a0a0a0;
	background: #ffffff;
	cursor: pointer;
}
body.signage .layout_item,
body.signage .layout_type_block .layout_item {
	width: 330px;
	line-height: 0;
	margin-top: 50px;
	border: 3px solid #a0a0a0;
  border-radius: .5rem;
}
.layout_type_block.space_around .layout_item {
	width: 34%;
}
.layout_desc {
	padding: 10px;
	border-top: 1px solid #a0a0a0;
	font-size: 1.1em;
	line-height: 1.2;
}
body.signage .layout_desc {
  border-top: none;
}
body.signage .layout_desc {
	font-size: 1.5em;
  font-weight: bold;
}
.layout_desc_sub {
	margin-top: 4px;
	font-size: .85rem;
}
body.signage .layout_desc_sub {
	font-size: .775em;
  font-weight: normal;
}
.layout_item .image {
	line-height: 0;
}
.layout_item .image img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767.9999px) {
	.contents_title {
		font-size: 1.4rem;
	}
	.layout_type_block.space_around .layout_item {
		width: 45%;
	}
	.layout_item {
		font-size: 1rem;
	}
	.layout_desc_sub {
		font-size: .8rem;
	}
}
@media only screen and (max-width: 499.9999px) {
	.layout_type_block {
		flex-flow: row wrap;
		justify-content: space-around;
	}
	.layout_type_block .layout_item {
		width: 84%;
	}
	.contents_title {
		font-size: 1.2rem;
	}
	.layout_desc_sub {
		font-size: .85rem;
	}
}
@media only screen and (max-width: 374.9999px) {
	.layout_type_block.space_around .layout_item {
		width: 84%;
	}
}

body.signage .button_block {
	/* サイネージの時 ボタンブロックは隠す  */
	display: none;
}

/* ボタンブロック */
.button_block_inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
/* ボタン */
.btn_sim_action {
	height: 2.5rem;
	margin-right: .75rem;
	padding: 0 1rem;
	box-sizing: border-box;
	border: 2px solid #ef7a00;
	border-radius: 5px;
    border-image: initial;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #ef7a00;
	font-size: .9rem;
	font-weight: bold;
	cursor: pointer;
}
.btn_sim_action.sp_only {
	display: none;
}
.btn_sim_action svg {
	width: 24px;
	height: 24px;
	fill: #ef7a00;
}
.btn_sim_action:hover {
	-webkit-box-shadow: 0 0 6px #999999;
	-moz-box-shadow: 0 0 6px #999999;
	box-shadow: 0 0 6px #999999;
}
body.signage .btn_sim_action:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* 注記 */
.note_block {
	margin: 8px 0 0;
}
.note_block .note_text {
	margin: 0 0 4px;
	display: flex;
	flex-wrap: nowrap;
	line-height: 1.2;
	font-size: .8rem;
}
.note_block .note_text.col_red {
	color: #ff0000;
}
.note_block .note_text .mark_note {
	width: 1rem;
}
/* プランは保存されていません */
.warn_no_saved {
	width: 100%;
	height: 50vh;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	font-size: 1.6rem;
	font-weight: bold;
	color: #a0a0a0;
}
@media only screen and (max-width: 899.9999px) {
	.btn_sim_action {
		margin-right: .5rem;
		padding: 0 .75rem;
		font-size: .8rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.btn_sim_action {
		margin-right: .35rem;
		padding: 0 .5rem;
	}
	.btn_sim_action.pc_only {
		display: none;
	}
	.btn_sim_action.sp_only {
		display: flex;
	}
	.btn_sim_action svg {
		width: 1.5rem;
		height: 1.5rem;
	}
	.btn_sim_action:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
@media only screen and (max-width: 499.9999px) {
	.note_block {
		margin: 4px 0 0;
	}
	.btn_sim_action {
		margin-right: .25rem;
		padding: 0 .25rem;
		font-size: .75rem;
	}
}

/* シミュレーション ブロック */
.color_sim_block {
	margin-top: 20px;
	position:relative;
}
body.signage .color_sim_block {
	margin-top: 0;
  line-height: 0;
}

/* 視点切替ボタン */
.btn_switch_view {
	position: absolute;
	top: 1rem;
	right: calc( 25% + 1rem);
	width: 8rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #f29533;
	background: #ef7a00;
	border-radius: 1rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	z-index: 100;
}
body.signage .btn_switch_view {
  top: calc(631px - 3.4rem);
	right: calc(67px + 1rem);
}
.btn_switch_view:hover {
	border: 2px solid #f6a563;
	background-color: #f29533;
	-webkit-box-shadow: 0 0 6px #a0a0a0;
	-moz-box-shadow: 0 0 6px #a0a0a0;
	box-shadow: 0 0 6px #a0a0a0;
}
body.signage .btn_switch_view:hover {
	border: 3px solid #f29533;
	background-color: #ef7a00;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media only screen and (max-width: 899.9999px) {
	.btn_switch_view {
		width: 7.2rem;
		height: 2.25rem;
		font-size: .9rem;
		border-radius: .9rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.btn_switch_view {
		top: .5rem;
		right: .5rem;
		width: 2.4rem;
		height: 2.4rem;
		border-radius: .8rem;
	}
	.btn_switch_view svg {
		width: 1.8rem;
		height: 1.8rem;
		fill: #ffffff;
	}
}
@media only screen and (max-width: 499.9999px) {
	.btn_switch_view {
		font-size: .9em;
	}
}

/* 合成画像とCanvasエリア、カラーパレットを含むブロック */
.color_sim_main {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
body.signage .color_sim_main {
  display: block;
}

/* 視点ごとのブロック（合成画像のブロックとCanvasブロックの親） */
.view_block {
	width: 75%;
	height: 100%;
	position: relative;
	line-height: 1;
}
body.signage .view_block {
	width: 946px;
	height: 631px;
  margin: 0 auto;
}

/* 合成画像のブロック */
.composite_block {
	width: 100%;
	height: 100%;
}

/* 合成画像 */
.img_composite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	
	height: auto;
}
.img_composite.img_base {
	position: static;
	width: 100%;
}

/* Canvasエリア */
.canvas_block {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

/* Canvas画像 */
.canvas_composite {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

/* ハイライト画像 */
.canvas_highlight {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.4;
}

/* カラーパレットブロック */
.color_palette_block {
	width: 25%;
	height: auto;
	position: relative;
	overflow: hidden;
}
body.signage .color_palette_block {
  position: relative;
  width: 100%;
	height: 650px;
  display: block;
  overflow: hidden;
  border-top: 8px solid #e58026;
}
body.signage .color_palette,
body.signage .detail_block {
  line-height: 1.2;
}

/* カラーパレット */
.color_palette {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
}
body.signage .color_palette {
  position: relative;
  width: 100%;
	height: 642px;
}

/* カラーパレット部材ブロック */
.parts_block {
	line-height: 1.4;
	color: #ffffff;
}
body.signage div.parts_item {
  width: 70px;
  margin: 0 4px 4px;
}

/* 吊戸選択ボタンブロック */
.overhung_block {
	height: 3rem;
	display: flex;
	flex-wrap: nowrap;
}
/* 吊戸選択ボタン */
.btn_overhung {
	width: 6rem;
	background: rgba(255,255,255,0.3);
	text-align: center;
	margin: .4rem 0 .4rem 2rem;
	padding: .4rem 0;
	cursor: pointer;
}
.btn_overhung:hover {
	opacity: 0.6;
}

input[type="radio"]:checked + .btn_overhung {
	background: #ef7a00;
}

/* 部材名 */
.color_palette .parts_name {
	border-bottom: 1px solid #FFF;
	padding: 0.5rem 0 0.2rem 0;
	font-weight: bold;
	width: 94%;
	margin: 0 auto;
}

/* スクロールエリア */
.scroll_area {
	overflow: hidden;
}
/* スクロールコンテンツ */
.scroll_content {
	width: 94%;
	margin: 0 auto .75rem;
}
.mCSB_inside>.mCSB_container {
	margin-right: 4px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
  background-color: #ddd;
}
body.signage .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -ms-filter: "alpha(opacity=100)";
  filter: none;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
}
body.signage .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* シリーズ名 */
.color_palette .series_name {
	font-size: .8rem;
	font-weight: bold;
	padding: .5rem 0 .25rem;
	width: 100%;
}
.color_palette .series_name.unvisible {
	visibility: hidden;
	font-size: 50%;
}

/* シリーズブロック */
.series_block {
	display: flex;
	flex-wrap: wrap;
}

.series_block .note_block .note_text {
	font-size: .75rem;
}
/* カラーパレット部材アイテム */
div.parts_item {
	width: 24.5%;
	margin: 0 0.25% .2rem;
}
div.parts_item img {
	margin: 0;
}

/* カラー名 */
.color_palette .color_name {
	font-size: .8rem;
	margin-top: .25rem;
}
@media only screen and (max-width: 899.9999px) {
	/* カラー名 */
	.color_palette .color_name {
		font-size: .7rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.view_block {
		width: 100%;
	}
	
	/* 合成画像とCanvasエリア、カラーパレットを含むブロック */
	.color_sim_main {
		width: 100%;
		display: block;
	}
	
	/* カラーパレットブロック  */
	.color_palette_block {
		position: relative;
		width: 100%;
		display: block;
		overflow: hidden;
	}
	/* 文字表記エリア */
	.color_palette,
	.detail_block {
		line-height: 1.2;
	}
	/* カラーパレット */
	.color_palette {
		position: relative;
		width: 100%;
		height: 40vh;
	}
	/* カラーパレット部材アイテム */
	div.parts_item {
		width: 4em;
		margin: 0 0.2em 0.2em;
	}
	/* カラー名
	.color_name {
		display: none;
	} */
}
/* 画面サイズが幅767px以下で横向きの場合 */
@media  only screen and (orientation: landscape) and (max-width: 767.9999px) {
	/* カラーパレット */
	.color_palette {
		position: relative;
		width: 100%;
		height: 60vh;
	}
}

/* 詳細リストブロック */
.detail_block {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	display: flex;
	flex-wrap: wrap;
  align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.4;
}
body.signage .detail_block {
	height: 332px;
}
/* 詳細項目 */
.detail_item {
	width: 25%;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content:flex-start;
	border: 1px solid #b2b1b1;
	box-sizing: border-box;
}
.detail_block.wide .detail_item,
body.signage .detail_item,
body.signage .detail_block.wide .detail_item {
	width: 33.3%;
}
.detail_item:hover {
	opacity: 0.6;
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
body.signage .detail_item:hover {
	opacity: 1;
	cursor: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
body.signage .rb_detail_item:checked + .detail_item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #f5af67;
}

/* 詳細項目テキストブロック */
.detail_text_block {
	font-size: .8rem;
	margin: 2px auto 2px 4px;
}
/* 詳細項目テキスト */
.detail_item .detail_text {
	display: block;
	white-space: nowrap;
}
.detail_item .detail_text.parts_name {
	font-weight: bold;
}

/* テクスチャ拡大ボタン */
.detail_item .modal_trigger {
	margin: auto 0 4px;
	display: inline-flex;
	border-width: 1px;
	border-style: outset;
	border-radius: 4px;
	border-color: #b2b1b1;
	border-image: initial;
	background-color: #efefef;
	color: #000000;
	cursor: pointer;
	z-index: 100;
}
.detail_item .modal_trigger:hover {
	-webkit-box-shadow: 0 0 6px #999999;
	-moz-box-shadow: 0 0 6px #999999;
	box-shadow: 0 0 6px #999999;
}
body.signage .detail_item .modal_trigger:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.detail_item .modal_trigger img {
	width: 2rem;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 101;
}

/* 詳細リストブロックのカラーチップ */
.detail_item .color_tip {
	margin-left: 4px;
}
.detail_item .color_tip img {
	margin: auto;
	vertical-align: middle;
}
@media only screen and (max-width: 1199.9999px) {
	.detail_item {
		width: 33.33333333%;
	}
	.detail_block.wide .detail_item {
		width: 50%;
	}
}
@media only screen and (max-width: 899.9999px) {
	.detail_item {
		width: 50%;
	}
	.detail_text_block {
		font-size: .75rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.detail_block.wide .detail_item {
		width: 100%;
	}
	.detail_text_block {
		font-size: .8rem;
	}
}
@media only screen and (max-width: 599.9999px) {
	.detail_item {
		width: 100%;
	}
}

/* 保存一覧 */
.saved_plan_block {
	margin-top: 20px;
	width: 75%;
}
body.signage .saved_plan_block {
	margin-top: 350px;
  width: 100%;
  background: #ffffff;
}
.saved_plan_block .btn_switch_view {
	right:1rem;
}
.saved_plan_block .view_block {
	width: 100%;
}
.saved_plan_block .detail_item {
	width: 33.33333333%;
}
body.signage .saved_plan_block .detail_item {
  width: 33.33333333%;
}
.saved_plan_block .detail_item:hover {
	opacity: 1;
	cursor: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* 保存プランアイテム */
.saved_plan_item {
	position: relative;
	width: auto;
	overflow: hidden;
}
/* 保存していた視点ごとの合成画像、詳細リストブロックを含むブロック */
.saved_plan_main {
	position: relative;
	width: auto;
	overflow: hidden;
}
@media only screen and (max-width: 1199.9999px) {
	.saved_plan_block .detail_item {
		width: 50%;
	}
}
@media only screen and (max-width: 1023.9999px) {
	.saved_plan_block .detail_item {
		width: 100%;
	}
}
@media only screen and (max-width: 767.9999px) {
	.saved_plan_block {
		width: 100%;
	}
}

/* 保存一覧のスライド */
.slick-prev,
.slick-next {
	width: 60px;
	height: 140px;
	padding: 0;
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: #000;
	opacity: 0.5;
	z-index: 10;
}

.slick-prev {
	border-radius: 0 10px 10px 0;
	left: 0;
}

.slick-next {
	border-radius: 10px 0 0 10px;
	right: 0;
}
.slick-prev svg,
.slick-next svg {
	width: 60px;
	height: 60px;
	fill: #ffffff;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	visibility: hidden;
}

.slick-dots {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	margin: 0 .4rem;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: .75rem;
	height: .75rem;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #54585a;
	border-radius: 50%;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background-color: #e75400;
}

@media only screen and (max-width: 767.9999px) {
	
	/* スライド */
	.slick-prev, .slick-next {
		width: 33px;
		height: 70px;
		top: 20%;
	}
	.slick-prev svg,
	.slick-next svg {
		width: 33px;
		height: 33px;
	}
}

/* カラーシミュレーションの使い方（モーダル表示） */
.usage_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .8);
	line-height: 1.2;
	z-index: 200;
}
.usage_block.no_display {
	display: none;
}
.usage_block .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	cursor: pointer;
	z-index: 200;
}
.usage_block_inner {
	width: 80vw;
	max-width: 988px;
	height: 70vh;
	min-height: 200px;
	padding: 20px;
	position: relative;
	background: #ffffff;
	z-index: 201;
}
body.signage .usage_block_inner {
	height: auto;
	padding: 40px;
}

.usage_block_close {
	position: absolute;
	top: -28px;
	right: 0;
	cursor: pointer;
}
.usage_block_close.signage {
	position: static;
	margin: 40px auto 0;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	height: auto;
	background: #fff;
}
.usage_block_close.signage span {
  padding: .6rem 2rem;
  background: #ef7a00;
  border-radius: .6rem;
  font-size: 1rem;
  color: #ffffff;
}
.usage_block_close.signage,
body.signage .usage_block_close {
	display: none;
}
body.signage .usage_block_close.signage {
	display: flex;
}

/* 内部ブロック */
.usage_block_content {
	width: 100%;
	height: 100%;
	overflow: hidden auto;
	font-size: .9rem;
	background: #ffffff;
}

/* 使い方タイトル */
.usage_block .usage_title {
	font-size: 1.6rem;
	background: #ffffff;
	line-height: 1.4;
}
.usage_block .icon_circle {
	height: 1.6rem;
	padding-right: 10px;
}

.usage_block_upper {
	display: flex;
	flex-flow: row nowrap;
}
body.signage .usage_block_upper {
	display: block;
}
/* 使い方 イメージブロック（左）*/
.usage_sample {
	width: 58%;
}
body.signage .usage_sample {
	margin: 0 auto;
}
.usage_block .img_usage {
	width: calc(100% - 22px);
	height: auto;
	margin: 0 20px 10px 0;
	border: 1px solid #efefef;
}
body.signage .usage_block .img_usage {
	width: auto;
}
body.signage .img_usage {
	width: calc(100% - 22px);
	height: auto;
	border: 1px solid #efefef;
}
.usage_block .img_usage.signage,
body.signage .usage_block .img_usage.pc_only,
body.signage .usage_block .img_usage.sp_only {
	display: none;
}
body.signage .usage_block .img_usage.signage {
	display: inline;
}

.usage_block .usage_text {
	margin-bottom: 8px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.usage_block .btn_text {
	margin-bottom: 8px;
	padding: 4px 10px 3.5px;
	border: 2px solid #ef7a00;
	border-color: #ef7a00;
	border-radius: 5px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	color: #ef7a00;
	font-size: .8rem;
	font-weight: bold;
}
.usage_block .btn_switch_view {
	/* 視点切替ボタン */
	position: static;
	top: auto;
	right: auto;
	margin-bottom: 8px;
	width: 5rem;
	height: 1.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f29533;
	background: #ef7a00;
	border-radius: .8rem;
	color: #ffffff;
	font-size: .8rem;
	font-weight: bold;
	line-height: 1;
}
.usage_block .icon_zoom {
	margin-bottom: 8px;
	border-width: 1px;
    border-style: outset;
	border-radius: 4px;
	border-color: #b2b1b1;
    border-image: initial;
	background-color: #efefef;
	line-height: 1;
	padding: 0 2px;
}
.usage_block .icon_zoom img {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0;
	padding: 0;
}

/* 注記 */
.usage_block .note_text {
	margin: 4px 0 0;
	display: flex;
	flex-wrap: nowrap;
	line-height: 1;
	font-size: .8rem;
}
.usage_block .note_text.col_red {
	color: #ff0000;
}
.usage_block .note_text .mark_note {
	width: 1rem;
}
/* 画面サイズが幅1000px以下の場合 */
@media only screen and (max-width: 1000px) {
	
	.usage_block_content {
		font-size: .8rem;
	}
	.usage_block .btn_text,
	.usage_block .btn_switch_view {
		font-size: .75rem;
	}
}

@media only screen and (max-width: 899.9999px) {
	.usage_block .btn_switch_view {
		/* 視点切替ボタン */
		width: 5rem;
		height: 1.4rem;
		font-size: .7rem;
		border-radius: .6rem;
	}
}
@media only screen and (max-width: 767.9999px) {
	.usage_block_inner {
		width: 90vw;
		height: calc(92vh - 30px);
		margin-top: 30px;
		padding: 1rem;
		font-size: .75rem;
	}
	.usage_block .usage_title {
		padding: 1rem 0;
		font-size: 1.4rem;
	}
	.usage_block .icon_circle {
		height: 1.4rem;
	}
	.usage_block_upper {
		display: block;
	}
	.usage_block .img_usage {
		width: 60%;
		margin: 0 auto .5rem;
	}
	.usage_block .btn_text {
		font-size: .7rem;
		margin-bottom: .35rem;
		padding: .2rem .5rem .2rem;
	}
	.usage_block .btn_text svg {
		width: 1.2rem;
		height: 1.2rem;
		fill: #ef7a00;
	}
	.usage_block .btn_switch_view {
		/* 視点切替ボタン */
		width: 1.6rem;
		height: 1.6rem;
		margin-bottom: .35rem;
		border-radius: .8rem;
	}
	.usage_block .btn_switch_view svg {
		width: 1.2rem;
		height: 1.2rem;
		fill: #ffffff;
	}
	.usage_block .note_text {
		margin: 2px 0 0;
	}
	.usage_block .icon_zoom {
		margin-bottom: .35rem;
	}
	.usage_sample {
		width: 100%;
		padding-right: 0;
	}
	.usage_block .icon_zoom img {
		width: 1.4rem;
	}
}
@media only screen and (max-width: 499.9999px) {
	.usage_block .img_usage {
		width: 75%;
		margin: 0 auto .5rem;
	}
	.usage_block .btn_text {
		margin-bottom: .25rem;
		padding: .1rem .3rem .1rem;
	}
	.usage_block .btn_switch_view {
		/* 視点切替ボタン */
		margin-bottom: .25rem;
		font-size: .9em;
	}
}
@media only screen and (max-width: 374.9999px) {
	.usage_block .img_usage {
		width: 100%;
	}
}

/* メールブロック */
#mail_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .6);
	z-index: 200;
}
#mail_block.no_display {
	display: none;
}
#mail_block .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	cursor: pointer;
	z-index: 200;
}
.mail_block_inner {
	width: 600px;
	padding: 30px;
	background: #f9f7f1;
	position: relative;
	z-index: 201;
}
.mail_block_close {
	position: absolute;
	top: -28px;
	right: 0;
}

.send_mail_title {
	margin-top: 0;
	font-weight: bold;
}
.font_red {
	color: red;
}
.mail_block_inner input {
	width: 95%;
}

.mail_block_inner input[name="send"] {
	width: auto;
}

.mail_block_inner input[name="cancel"] {
	width: auto;
}

.mail_block_inner textarea {
	max-width: 95%;
	min-width: 95%;
}

.mail_buttons {
	margin-top: 1rem;
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
}

.custom_button {
	margin-right: 8px;
	padding: 4px 8px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	box-sizing: border-box;
	border-width: 1px;
	border-style: outset;
	border-radius: 4px;
	border-color: #b2b1b1;
	border-image: initial;
	background-color: #efefef;
	text-align: center;
	font-size: .9rem;
	cursor: pointer;
}
.custom_button:hover {
	-webkit-box-shadow: 0 0 7px #999999;
	-moz-box-shadow: 0 0 7px #999999;
	box-shadow: 0 0 7px #999999;
}
body.signage .custom_button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mail_note {
	font-size: .85rem;
	margin-top: .8rem;
}
.mail_note_desc {
	margin-left: 1rem;
}

.mail_note_small {
	font-size: .8rem;
	margin-left: 1rem;
	display: flex;
	flex-wrap: nowrap;
}

/* reCAPTCHAバッジを非表示 */
.grecaptcha-badge {
	visibility: hidden; 
}

/* 画面サイズが幅767px以下の場合 */
@media only screen and (max-width: 767.9999px) {
	
	/* メールブロック */
	#mail_block {
		width: 100vw;
	}
	.mail_block_inner {
		width: 92vw;
		padding: 10px;
	}
	.mail_buttons,
	.mail_note {
		margin-top: .5rem;
	}
}

/* テクスチャサンプル */
.modal_texture {
	position: fixed;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear 0s, visibility .3s linear 0s;
	-moz-transition: opacity .3s linear 0s, visibility .3s linear 0s;
	transition: opacity .3s linear 0s, visibility .3s linear 0s;
}

.modal_texture.show {
	top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}

.modal_texture .overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .92);
	cursor: pointer;
	z-index: 10000;
}
body.signage .modal_texture .overlay {
	background-color: rgba(255, 255, 255, .92);
}

.modal_texture .modal_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 950px;
	height: auto;
  max-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	z-index: 10001;
	-webkit-transition: opacity .3s linear .5s, visibility .3s linear .5s;
	-moz-transition: opacity .3s linear .5s, visibility .3s linear .5s;
	transition: opacity .3s linear .5s, visibility .3s linear .5s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.signage_.modal_texture .modal_inner {
	width: 800px;
  height: 700px;
}
.modal_texture .modal_inner .note {
	width: 96%;
	text-align: left;
	margin-top: 8px;
	font-size: .9rem;
	color: #ffffff;
}
body.signage .modal_texture .modal_inner .note {
	width: 800px;
	color: #4b4949;
}

.modal_texture .modal_inner.show {
	opacity: 1;
	visibility: visible;
}
.modal_texture .img_area {
	width: 96%;
	height:auto;
  max-height: 70vh;
}
body.signage .modal_texture .img_area {
	width: 800px;
  height: 600px;
}
.modal_texture .img_area .base_img {
  width: auto;
  height: auto;
}
.modal_texture .modal_close {
	position: absolute;
	top: -30px;
	right: 2%;
	cursor: pointer;
}
.modal_texture .modal_close.signage {
	position: static;
	margin: 40px auto 0;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	height: auto;
}
.modal_texture .modal_close.signage span {
  padding: .6rem 2rem;
  background: #ef7a00;
  border-radius: .6rem;
  font-size: 1rem;
  color: #ffffff;
}
.modal_texture .modal_close.signage,
body.signage .modal_texture .modal_close {
	display: none;
}
body.signage .modal_texture .modal_close.signage {
	display: flex;
}

/* 画面サイズが幅767px以下の場合 */

@media only screen and (max-width: 767.9999px) {
	
	.modal_texture {
		width: 100vw;
	}
	.modal_texture .modal_inner {
		max-height: 60vh;
		width: 96vw;
	}
	.modal_texture .img_area {
		max-height: 60vh;
	}
	.modal_texture .modal_inner .note {
		font-size: .8rem;
	}
	.modal_texture .modal_inner .modal_close {
		top: -28px;
	}
	.modal_texture .modal_inner .modal_close .icon {
		width: 24px;
	}
}
/* 画面サイズが幅767px以下で横画面の場合 */
@media only screen and (max-width: 767.9999px) and (orientation: landscape) {
	.modal_texture .modal_inner .img_area {
		width: auto;
		height: 100%;
	}
	.modal_texture .modal_inner .img_area .base_img {
		width: auto;
		height: 70vh;
	}
}

/* LODING NOW */
#loading_now {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	opacity: .9;
	z-index: 999;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ef7a00;
}

#loading_now.no_display {
	display: none;
}

/* 画像ダウンロード ブロック */
.download-image-block {
	width: 948px;
	height: 0;
	overflow: hidden;
}

/* アイコン付きリンクボタン */
.link_btn {
	display: inline !important;
	color: #333333;
    text-decoration: underline;
    background-image: url(../pic/icon_link_gray.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: .8em;
    padding: 0 20px 0 0;
    margin-right: 4px;
}
.link_btn:hover,
.link_btn:active {
    color: #ef7a00;
    background-image: url(../pic/icon_link_orange.svg);
	cursor: pointer;
}
.link_btn.dark {
	color: #ffffff;
    text-decoration: none;
    background-image: url(../pic/icon_link_white.svg);
}
.link_btn.dark:hover,
.link_btn.dark:active {
    text-decoration: underline;
	cursor: pointer;
}

.ext_link_btn {
	display: inline !important;
	color: #333333;
    text-decoration: underline;
    background-image: url(../picicon_link_ext_gray.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: .8em;
    padding: 0 20px 0 0;
    margin-right: 4px;
}
.ext_link_btn:hover,
.ext_link_btn:active {
    color: #ef7a00;
    background-image: url(../pic/icon_link_ext_orange.svg);
	cursor: pointer;
}
.ext_link_btn.dark {
	color: #ffffff;
    text-decoration: none;
    background-image: url(../pic/icon_link_ext_white.svg);
}
.ext_link_btn:hover,
.ext_link_btn:active {
    text-decoration: underline;
	cursor: pointer;
}

/* <a href="javascript: void(0);" ... の代わり */
.button {
	cursor: pointer;
}

.button:hover {
	/* ホバーしたときにボタンの影を表示 */
	-webkit-box-shadow: 0 0 7px #999999;
	-moz-box-shadow: 0 0 7px #999999;
	box-shadow: 0 0 7px #999999;
}
body.signage .button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.wo_shadow:hover {
	/* ホバーしたときにボタンの影を表示しない */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button_label {
	cursor: pointer;
}

/* 印刷用 */
.information_block,
.print_footer_block {
  display: none;
}

@page {
  size: A4;
  margin: 10mm 10mm 10mm 10mm;
}

@media print {

	.btn_switch_view,
	.canvas_block,
	.color_palette_block,
  body.signage .color_palette_block,
	.saved_plan_block,
	.saved_plan_item,
  .saved_plan_item.slick-active,
	.slick-arrow,
	.slick-dots,
	#scroll_block,
  .footer_block,
  .footer_inner,
  body.signage .signage_footer_block {
		display: none;
	}

  body,
  body.signage{
    width: 1080px;
	}
	body.signage {
		height: 1550px;
	}
  .contents_block {
    width: 1079px;
    height: 1210px;
  }
  body.signage .contents_block {
    width: 1079px;
    height: 1031px;
  }
	.header_inner,
	.contents_inner,
	.footer_inner,
	body.signage .signage_footer_block .footer_inner {
    width: 1079px;
	}
  .contents_inner {
    height: 1100px;
  }
  body.signage .contents_inner {
    width: 1079px;
    height: 1023px;
  }
	.view_block {
		width: 100%;
    height: auto;
	}
  .detail_item {
		width: 33.33333333%;
	}
  
  /* インフォメーションブロック */
  .information_block {
    display: block;
    width: 1079px;
    height: auto;
		padding: 1rem 0 0 0;
    font-size: 9pt;
    line-height: 1;
  }
  .recommend_plan_block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    line-height: 1.2;
    margin-bottom: .5rem;
  }
  .qrcode {
    text-align: center;
  }
  .qrcode img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }

  /* フッター */
  .print_footer_block {
    display: block;
    width: 1079px;
  }
  .footer_inner.for_web {
    display: block;
		padding: 20px 0;
    width: 100%;
  }
  .footer_inner.for_signage,
  body.signage .footer_inner.for_web {
    display: none;
  }
  body.signage .footer_inner.for_signage {
    display: block;
    width: 100%;
    position: relative;
    height: 4rem;
    margin: 0;
    padding: .25rem 0 0;
    font-size: 9pt;
    border-top: 2px solid #a0a0a0;
  }
  .footer_inner img {
    display: block;
    position: absolute;
    width: 5rem;
    top: 1rem;
    right: .25rem;
  }
    
  .tbl_signage_footer {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: .25rem;
  }
  .tbl_signage_footer th,
  .tbl_signage_footer td {
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 0 0 0 .1rem;
    text-align: left;
    padding: .1rem .25rem;
  }
  .tbl_signage_footer th.title_customer,
  .tbl_signage_footer td.customer {
    border-width: 0;
  }
  .tbl_signage_footer td {
    min-width: 4rem;
  }
  .tbl_signage_footer .title_customer {
    width: 20%;
  }
  .tbl_signage_footer .customer {
    text-align: right;
  }
  .tbl_signage_footer .title_date {
    width: 12%;
  }
  .tbl_signage_footer .title_showroom_tel {
    width: 18%;
  }
  .tbl_signage_footer .title_operator {
    width: 25%;
  }
  .print_recom_inner img {
    width: 100%;
    height: auto;
  }
}
