@charset "UTF-8";
/* CSS Document */

/*
* {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}*/

.Uline a{/*リンクされた文字*/
    text-decoration:none;
}
.Uline a:link {/*未訪問のリンク*/
    text-decoration:none;
}
.Uline a:visited {/*訪問後のリンク*/
    text-decoration:none;
}
.Uline a:hover {/*マウスをのせたとき*/
    text-decoration:underline;
}
.Uline a:active {/*クリック中*/
    text-decoration:none;
}

ul li{
	list-style-type:none;
}

.change_price4 {
	font-weight: bold !important;
	color: #f00;
}

.change_price5 {
	font-weight: bold !important;
	color: #094;
}


/* begin.co.jp/cp...html過去のキャンペーン情報ページ */
#cp_wrap {
	height: auto;
	width: 420px;
	margin: auto;
}

.CPtitle {
	width:400px;
	margin-bottom: 20px;
	padding:10px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow:0px 5px 3px #999;
	-moz-box-shadow:0px 5px 3px #999;
	-webkit-box-shadow:0px 5px 3px #999;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #C00;
	font-style: normal;
	text-align: center;
	margin-top: 30px;
}

.CPtable table td {
	margin-bottom: 50px;
}




/*無料サンプルアイコン----*/

.sampleIcon590 {
	font-size: 14px;
	margin-top: 30px;
}

.sam_L {
	float: left;
	width: 300px;
	padding-right: 10px;
}

.sam_R280 {
	text-align: right;
	float: left;
	width: 280px;
}

#FAX-MAILbottern {
	margin-top: 20px;
}

.bt-fax {
	float: left;
	margin-left: 50px;
}

.bt-mail {
	float: left;
	margin-left: 50px;
}

.fax-coment {
	font-size: 12px;
	clear: both;
	font-weight: bold;
	margin-bottom: 30px;
}


.spec tr:nth-child(odd){
	background: #eee;
}
.spec th {
	background-color: #ddd;
	padding: 7px;
}
.spec td {
	padding: 7px;
}		

.transport_long {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.transport_long .text {
	color: #f00;
}
.transport_long .link {
	margin-right: 5px;
}
.transport_long .link:last-of-type {
	margin-right: 0;
}
.transport_long .link a {
	padding: 0.5em;
	border: 2px solid #0A0DB1;
	color: #0A0DB1;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

/*カートへのリンク----*/

.cartdego_button {
	text-align: right;
	margin-right: 10px;
}
.cartdego_button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid  #c8161d;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3)
}
.cartdego_button img {
	width: 32px;
	height: 40px;
	
}
.alumiwaku_button {
	text-align: right;
	margin-right: 10px;
}
.alumiwaku_button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fffeff;
	border-radius: 50%;
	border: 2px solid #656364;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3)
}
.alumiwaku_button img {
	width: 38px;
	height: 40px;
	margin-left: 8px;
}

#goods_17_application_main_16 .section_title {
	display: flex;
	align-items: center;
	padding: 0px 10px;
	overflow: hidden;
	text-align: left;
	position: relative;
	margin-top: 50px;
	color: #ff0;
}
#goods_17_application_main_16 .section_title:after {
	position: absolute;
	content: '';
	top: -50%;
	left: 5.3em;
	height: 200%;
	width: 10px;
	display: block;
	font-size: 30px;
	transform: rotate(30deg)
}
#goods_17_application_main_16 .section_title .title {
	font-size: 30px;
	margin: 0.5em;
	width: 5em;
}
#goods_17_application_main_16 .section_title .description {
	font-size: 20px;
	margin: 0;
	line-height: 1em;
}
#goods_17_application_main_16 #mt95 .section_title {
	background-color: #6C6;
}
#goods_17_application_main_16 #mt95 .section_title:after {
	background-color: #135B02;
}
#goods_17_application_main_16 #lt95 .section_title {
	background-color: #69f;
}
#goods_17_application_main_16 #lt95 .section_title:after {
	background-color: #246BF9;
}
#goods_17_application_main_16 #ht95 .section_title {
	background-color: #f03;
}
#goods_17_application_main_16 #ht95 .section_title:after {
	background-color: #C20329;
}
#goods_17_application_main_16 .detail {
	display: flex;
	margin: 20px 10px 0;
}
#goods_17_application_main_16 .detail dl {
	text-align: left;
	font-size: 16px;
	line-height: 1.7em;
	flex: 1;
	margin-left: 0.5em;
}
#goods_17_application_main_16 .detail dd {
	margin-left: 1em;
}
#goods_17_application_main_16 table {
	margin: 20px 10px 0;
	width: 100%;
	border-collapse: collapse;
}
#goods_17_application_main_16 th,
#goods_17_application_main_16 td {
	border: 1px solid  #000;
	padding: 0.5em;
}
#goods_17_application_main_16 th {
	background-color: #ddd;
	font-weight: bold;
}
#goods_17_application_main_16 .movie_title {
	margin-bottom: 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	padding: 0.5em;
	font-family: serif;
	font-weight: bold;
}
#goods_17_application_main_16 .movie_box {
	border: none;
	width: 100%;
	height: 200px;
	margin-bottom: 50px;
}
#goods_17_application_main_16 .intro {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7em;
}

.goods_27_toryo_main_03_big_art_color {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	width: 560px;
	padding-left: 0;
	text-align: left;
}
.goods_27_toryo_main_03_big_art_color_title {
	background-color: #39f;
	text-align: left;
	padding: 5px;
	margin-top: 30px;
}
.goods_27_toryo_main_03_big_art_color img {
	width: 80px;
	height: 80px;
}
.goods_27_toryo_main_03_big_art_color p {
	margin: 0;
}

#goods_06_base_71_list dl {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
#goods_06_base_71_list dt {
	display: flex;
	width: 100%;
	justify-content: center;
}
#goods_06_base_71_list dt p {
	flex-basis: calc(100%/3)
}
#goods_06_base_71_list dt img {
	width: 100%;
	height: auto;
}
#goods_06_base_71_list dd {
	font-size: 16px;
	padding-left: 0;
	margin-left: 0;
}

#goods_16_wakubuzai_tukurikata_table, #goods_16_wakubuzai_tukurikata_table th, #goods_16_wakubuzai_tukurikata_table td {
	border: 1px solid  #808080;
}
#goods_16_wakubuzai_tukurikata_table {
	border-collapse: collapse;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: center;
}

#goods_16_wakubuzai_tukurikata_table th, #goods_16_wakubuzai_tukurikata_table td {
	padding: 5px;
}
#goods_16_wakubuzai_tukurikata_table .title {
	width: 140px;
}
#goods_16_wakubuzai_tukurikata_table .other {
	width: 140px;
}
#goods_16_wakubuzai_tukurikata_table img {
	width: 50px;
	height: 50px;
}
#goods_16_wakubuzai_tukurikata_table thead th {
	background-color: #FFF7BD;
}
#goods_16_wakubuzai_tukurikata_table p {
	margin: 5px auto;
}
#goods_16_wakubuzai_tukurikata_table td {
}
#goods_16_wakubuzai_tukurikata_table tbody tr:nth-of-type(1) .name {
	color: #F60;
}
#goods_16_wakubuzai_tukurikata_table tbody tr:nth-of-type(3) .name {
	color: #099;
}
#goods_16_wakubuzai_tukurikata_table tbody tr:nth-of-type(4) .name {
	color: #0CF;
}
#goods_16_wakubuzai_tukurikata_table tbody tr:nth-of-type(5) .name {
	color: #60C;
}
#goods_16_wakubuzai_tukurikata_table tbody tr:nth-of-type(6) .name {
	color: #6C6;
}

#goods_16_wakubuzai_tukurikata_table tbody .price {
    color: #00F;
	font-weight: bold;
}

#delivery_3000 {
	width: 530px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 3px solid  #f00;
	border-radius: 10px;
	background-color: #FFFFC9;
	font-size: 16.5px;
	font-weight: bold;
}

#delivery_3000 dt {
	color: #f00;
	border-bottom: 5px double  #f00;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#delivery_3000 dd {
	margin-left: 0;
	line-height: 1.3em;
	text-align: justify;
}
.order_choice .meitogoods a, .order_choice .alumiwaku a {
	border: 2px solid;
	border-radius: 3px;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.order_choice .meitogoods a {
	border-color: #0068b7;
	color: #0068b7;
}
.order_choice .alumiwaku a {
	border-color: #666464;
	color: #666464;
}

#page_base_93 .price_container {
	display: flex; 
	align-items: flex-end; 
	justify-content: center; 
	font-weight: bold; 
	line-height: 1.8em;
	margin-bottom: 1em;
}

#page_base_93 .price_container .size {
	margin: 0;
	margin-right: 1em; 
	font-size: 1.3em;
}

#page_base_93 .price_container .price {
	margin: 0;
}
#page_base_93 .price_container .price p {
	margin: 0;
}
#page_base_93 .price_container .price dd {
	margin: 0;
}
#page_base_93 .price_container .price .tax {
	font-size: 1.5em;
}
#page_base_93 .price_container .code { 
	margin: 0;
	margin-left: 1em; 
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
}
#page_base_93 .slit h2 {
	color: #f00;
}
#page_base_93 .slit .box {
	text-align: left;
	border: 2px solid  #f00;
	display: flex;
	justify-content: center;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1em;
	margin-bottom: 1em;
}
#page_base_93 .slit .box dd {
	margin-left: 0;
	margin-top: 0.5em;
	display: flex;
}
#page_base_93 .slit .box dd p {
	margin: 0;
	margin-left: 1em;
}
#page_base_93 .slit .box dd span {
	font-size: 1.5em;
}
#page_base_93 .slit .box .code {
	border-top: 1px solid  #000;
	border-bottom: 1px solid  #000;
}
#page_base_93 .slit .box .example {
	color: #f00;
	margin-left: 1em;
}
#page_base_93 .slit .box .example dd {
	text-align: right;
	display: block;
}
#page_base_93 .slit .note {
	color: #f00;
}
#page_base_93 .slit .note p {
	margin: 0;
}
#page_base_93 .size_table table {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#page_base_93 .size_table table, #page_base_93 .size_table th, #page_base_93 .size_table td {
	border: 1px solid  #000;
}
#page_base_93 .size_table th, #page_base_93 .size_table td {
	padding: 5px;
}
#page_base_93 .size_table th {
	background-color: #ffc;
}
#page_base_93 .size_table span {
	font-weight: bold;
	margin-right: 0.5em;
}
#page_base_93 .size_table.data p {
	margin: 0;
}
#page_base_93 .size_table.data td {
	width: 50%;
}
#page_base_93 .size_table.data .memo {
	font-weight: normal;
	font-size: 10px;
}
#page_base_93 .size_table.data .memo_list {
	margin-top: 1em;
}
#page_base_93 .use_list {
	list-style-type: disc;
	padding-left: 2em;
	text-align: left;
}
#page_base_93 .use_list li {
	list-style-type: disc;
}
#page_base_93 .base_94_image {
	display: flex;
	justify-content: center;
}
#page_base_93 .base_94_image ul {
	flex: 5;
	margin-right: 10px;
}

#page_base_93 .base_94_image .image {
	flex: 1;
}
#page_base_93 .base_94_image .image img {
	width: 100%;
	height: auto;
}

.lets_try {
	margin-top: 2em;
	margin-bottom: 4em;
}
.lets_try .title {
	background-color: #f00;
	color: #fff;
	padding: 0.5em;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
}
.lets_try .link a {
	display: inline-block;
	padding: 0.5em;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #f90;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 2px 2px 0 0 #333	;
}
.lets_try .sample {
	color: #39F;
	font-size: 20px;
	font-weight: bold;
}

#page_22_hojyodogu_main_08 .products_code {
	display: flex;
	justify-content: center;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
#page_22_hojyodogu_main_08 .products_code h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 2px solid  #000;
	line-height: 1.5em;
	margin: 0;
	margin-right: 0.5em;
	flex: 1;
}
#page_22_hojyodogu_main_08 .products_code h2 span {
	font-size: 14px;
}
#page_22_hojyodogu_main_08 .products_code .wrap {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	flex: 6;
}
#page_22_hojyodogu_main_08 .products_code dl {
	display: flex;
	align-items: center;
	margin: 0;
}
#page_22_hojyodogu_main_08 .products_code dt {
	border: 1px solid  #000;
	flex: 1;
	font-weight: bold;
}
#page_22_hojyodogu_main_08 .products_code dt span {
	font-size: 0.8em;
}
#page_22_hojyodogu_main_08 .products_code dd {
	margin-left: 0;
	flex: 1;
	font-weight: bold;
}
#page_22_hojyodogu_main_08 .products_code .black dt {
	background-color: #000;
	color: #fff;
}
#page_22_hojyodogu_main_08 .products_code .olive dt {
	background-color: #576535;
	color: #fff;
}
#page_22_hojyodogu_main_08 .products_code .gold_brown dt {
	background-color: #caa72d;
	color: #fff;
}
#page_22_hojyodogu_main_08 .products_code .red dt {
	background-color: #c8161d;
	color: #fff;
}
#page_22_hojyodogu_main_08 .products_code .brown dt {
	background-color: #d4bf89;
	color: #fff;
}
#page_22_hojyodogu_main_08 .price {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2em;
}
#page_22_hojyodogu_main_08 .tax {
	font-size: 0.8em;
	margin-right: 0.2em;
}
#page_22_hojyodogu_main_08 .value {
	border-bottom: 3px double  #000;
	padding-bottom: 0.2em;
}
#page_22_hojyodogu_main_08 .feature {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
#page_22_hojyodogu_main_08 .feature img {
	width: 100%;
}
#page_22_hojyodogu_main_08 .feature dl {
	margin: 0;
}
#page_22_hojyodogu_main_08 .feature dt {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
}
#page_22_hojyodogu_main_08 .feature dd {
	margin: 0;
	text-align: left;
}
#page_22_hojyodogu_main_08 .scene h2 {
	border-top: 3px double  #076baf;
	color: #076baf;
	padding-top: 0.5em;
}
#page_22_hojyodogu_main_08 .scene .text {
	color: #076baf;
}
#page_22_hojyodogu_main_08 .scene .wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
#page_22_hojyodogu_main_08 .scene .wrap img {
	width: 100%;
}
#page_22_hojyodogu_main_08 .scene .wrap dl {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3);
	padding: 0 3%;
	box-sizing: border-box;
}
#page_22_hojyodogu_main_08 .scene .wrap dt {
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}
#page_22_hojyodogu_main_08 .scene .wrap dd {
	margin-left: 0;
}
#page_22_hojyodogu_main_08 .scene .wrap .homeparty dt {
	color: #ec76a2;
}
#page_22_hojyodogu_main_08 .scene .wrap .birthday dt {
	color: #e72c2c;
}
#page_22_hojyodogu_main_08 .scene .wrap .children dt {
	color: #3eac4a;
}
#page_22_hojyodogu_main_08 .scene .wrap .oldman dt {
	color: #db8900;
}
#page_22_hojyodogu_main_08 .scene .wrap .event dt {
	color: #4a9ed8;
}
#page_22_hojyodogu_main_08 .parts_detail .parts_list {
	border: 3px double #000;
	padding: 20px;
	border-radius: 10px;
	margin-top: 30px;
}
#page_22_hojyodogu_main_08 .parts_detail h2 {
	color: #17499d;
	margin-top: 0;
}
#page_22_hojyodogu_main_08 .parts_detail img {
	width: 100%;
}
#page_22_hojyodogu_main_08 .parts_detail .text {
	font-size: 20px;
	line-height: 1.5em;
	padding-top: 30px;
	position: relative;
	font-weight: bold;
}
#page_22_hojyodogu_main_08 .parts_detail .text:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 40px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #e60013 transparent transparent transparent;
}
#page_22_hojyodogu_main_08 .how_to_use {
	border-top: 3px double  #e60012;
	border-bottom: 3px double  #e60012;
	margin-top: 30px;
}
#page_22_hojyodogu_main_08 .how_to_use h2 {
	color: #e60012;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure {
	display: grid;
	grid-gap: 50px;
	grid-template-columns: repeat(3, 1fr);
	list-style-type: none;
	padding-left: 0;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure .image {
	padding-top: 100%;
	position: relative;
	margin: 0;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure .num {
	text-align: left;
	padding-left: 1em;
	margin: 0;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure .num:before {
	margin-left: -1em;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure li {
	position: relative;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #e60013;
	position: absolute;
	top: calc(50% - 40px);
	left: -35px;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure li:nth-of-type(1):before {
	display: none;
}
#page_22_hojyodogu_main_08 .how_to_use .procedure li:nth-of-type(1) .num:before {
	content: '①';
}
#page_22_hojyodogu_main_08 .how_to_use .procedure li:nth-of-type(2) .num:before {
	content: '②';
}
#page_22_hojyodogu_main_08 .how_to_use .procedure li:nth-of-type(3) .num:before {
	content: '③';
}
#page_22_hojyodogu_main_08 .how_to_use_notice {
	color: #e60013;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
#page_22_hojyodogu_main_08 .pdf {
	margin-bottom: 50px;
}
#page_22_hojyodogu_main_08 .pdf a {
	color: #e60013;
	font-size: 20px;
	font-weight: bold;
}

.pref_select {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.pref_select .select_wrap {
	flex: 1;
	margin: 0;
}
.pref_select select {
	width: 100%;
	font-size: 18px;
	padding: 0.5em;
	box-sizing: border-box;
}
.pref_select .list {
	flex: 2;
	text-align: left;
	padding-left: 1em;
}
.pref_select .list .pref {
	display: none;
	margin: 0;
}
.pref_select .list .pref.select {
	display: block;
}
.pref_select .list .pref {
	font-size: 20px;
	color: #f00;
	font-weight: bold;
}
.pref_select .list .pref span {
	color: #000;
	font-size: 16px;
	margin-left: 0.5em;
}
.pref_select .list .default {
	margin: 0;
}
.pref_select .list .default.none {
	display: none;
}
.pref_map_icon {
	display: flex;
	margin-top: 30px;
}
.pref_map_icon .wrap {
	background-color: #0068b7;
	color: #fff;
	padding: 10px;
}
.pref_map_icon .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.pref_map_icon .icon img {
	width: 37px;
	height: 37px;
	margin-right: 10px;
}
.pref_map_icon .text {
	color: #fff;
	font-size: 16px;
	margin: 0;
	border-top: 1px solid  #fff;
	padding-top: 5px;
	margin-top: 5px;
}

.use_tool_15_howto {
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 10px;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}
.use_tool_15_howto li {
	width: 170px;
	padding-right: 20px;
	position: relative;
}
.use_tool_15_howto li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 10px;
	border-color: transparent transparent transparent #ff0000;
	position: absolute;
	top: 50px;
	right: 0;
}
.use_tool_15_howto li:last-of-type {
	padding-right: 0;
}
.use_tool_15_howto li:last-of-type:after {
	display: none;
}
.use_tool_15_howto span {
	font-size: 10px;
}
.page_07_kanbanstand_kyoutsu45_anchor {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin: 30px 0;
}
.page_07_kanbanstand_kyoutsu45_anchor p {
	margin: 0;
}
.page_07_kanbanstand_kyoutsu45_anchor a {
	background-color: #39f;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	padding: 5px 0;
	box-sizing: border-box;
	border-radius: 5px;
}

#page_base_96 .flex_wrap {
	display: flex;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	gap: 20px;
}
#page_base_96 h2 {
	color: #fff;
	padding: 0.2em;
	background-color: #000;
	display: inline-block;
}
#page_base_96 .flex_wrap > div {
	flex: 1;
}
#page_base_96 .drawing {
	border: 1px solid  #000;
}
#page_base_96 .specification dl {
	display: flex;
	text-align: left;
}
#page_base_96 .specification dt {
	width: 5em;
	text-align: center;
}
#page_base_96 .specification dd {
	margin-left: 0;
	flex: 1;
}
#page_base_96 .flex_wrap2 {
	display: flex;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	gap: 0px;
	align-items: center;
}
#page_base_96 .item_use ul {
	text-align: left;
	padding-left: 1em;
	font-size: 16px;
}
#page_base_96 .item_use li {
	list-style: disc;
}
#page_base_96 .item_use strong {
	color: #f00;
}

#page_user_tools_124 .sub_image {
	display: flex;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
#page_user_tools_124 .sub_image p {
	flex: 1;
}
#page_user_tools_124 .sub_image img {
	width: 100%;
}
#page_user_tools_124 .feature ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 20px;
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 0;
	text-align: justify;
	color: #00c;
}
#page_user_tools_124 .feature li {
	padding-left: 1.2em;
	position: relative;
}
#page_user_tools_124 .feature li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '●';
}
#page_user_tools_124 .section_wrap {
	display: flex;
	gap: 20px;
}
#page_user_tools_124 .section_wrap section {
	flex: 1;
}
#page_user_tools_124 .clean ul {
	padding-left: 0;
	text-align: left;
}
#page_user_tools_124 .clean li {
	position: relative;
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 1.2em;
}
#page_user_tools_124 .clean li:before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}
#page_user_tools_124 .specification table,
#page_user_tools_124 .specification th,
#page_user_tools_124 .specification td {
	border: 1px solid #000;
}
#page_user_tools_124 .specification table {
	border-collapse: collapse;
}
#page_user_tools_124 .specification th {
	background-color: #eee;
}
#page_user_tools_124 .specification th,
#page_user_tools_124 .specification td {
	padding: 0.5em;
}
#page_user_tools_124 .specification td {
	text-align: left;
}
#page_user_tools_124 .price {
	color: #00c;
	font-size: 16px;
	font-weight: bold;
}

#page_07_10_06 .feature {
	text-align: left;
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 1.5em;
}
#page_07_10_06 .feature ul {
	padding: 0;
}
#page_07_10_06 .feature li {
	padding-left: 1em;
	position: relative;
}
#page_07_10_06 .feature li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '●';
}
#page_07_10_06 .option h2 {
	display: inline-block;
}
#page_07_10_06 .option .wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
}
#page_07_10_06 .option figure {
	width: 200px;
	margin: 0;
}
#page_07_10_06 .option figure p {
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid  #ccc;
	border-radius: 50%;
	position: relative;
	padding-top: calc(100% - 2px * 2);
	background: linear-gradient(#C9CACA, #F7F8F8 90%);
}
#page_07_10_06 .option img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#page_07_10_06 .option figcaption {
	font-size: 14px;
}
#page_07_10_06 .option .text {
	font-size: 16px;
	line-height: 1.5em;
}
#page_07_10_06 .data_table {
	margin-bottom: 30px;
}
#page_07_10_06 .data_table .title_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#page_07_10_06 .data_table .title_wrap h2 {
	margin: 0;
	margin-right: 0.5em;
}
#page_07_10_06 .data_table .title_wrap .caster {
	margin: 0;
	font-size: 14px;
}
#page_07_10_06 .data_table table {
	width: 100%;
	border-collapse: collapse;
}
#page_07_10_06 .data_table table,
#page_07_10_06 .data_table th,
#page_07_10_06 .data_table td {
	border: 1px solid  #000;
}
#page_07_10_06 .data_table th {
	background-color: #FFFCD1;
}

#alumi_cut_resume {
	border: 10px solid #D40B0B;
	padding: 10px 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
#alumi_cut_resume .toggle_button {
	content: '▼';
	position: absolute;
	color: #D40B0B;
	font-size: 15px;
	margin: 0;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#alumi_cut_resume .toggle_button:hover {
	background-color: rgba(255,255,255,0.4);
}
#alumi_cut_resume .toggle_button span {
	padding: 0.5em;
	display: inline-block;
	transition: transform 0.3s;
}

#alumi_cut_resume .section_title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
#alumi_cut_resume .section_title br {
	display: none;
}
#alumi_cut_resume .section_title .image {
	overflow: hidden;
	border-radius: 10px;
	margin: 0;
}
#alumi_cut_resume .section_title .image img {
	width: 200px;
	height: 70px;
	object-fit: cover;
	object-position: center;
}
#alumi_cut_resume .section_title .title_text {
	line-height: 1.8em;
	font-size: 20px;
	margin: 0;
	flex: 1;
}
#alumi_cut_resume .section_title .title_text span {
	color: #f00;
	font-size: 25px;
}
#alumi_cut_resume .section_title .notice {
	margin-top: 0.2em;
	margin-bottom: 0;
}
#alumi_cut_resume .wrap {
	display: none;
}
#alumi_cut_resume .intro {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
	margin-top: 1em;
}
#alumi_cut_resume .intro p {
	margin: 0.2em 0;
}
#alumi_cut_resume .drawing {
	display: flex;
	align-items: center;
	gap: 20px;
}
#alumi_cut_resume .drawing .image {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
#alumi_cut_resume .drawing .image img {
	width: 300px;
	height: auto;
}
#alumi_cut_resume .drawing .image figcaption {
	position: absolute;
	top: 0;
	left: 0;
}
#alumi_cut_resume .drawing .text {
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
	position: relative;
}
#alumi_cut_resume .drawing .text:before {
	position: absolute;
	content: '▶';
	top: 0;
	left: 0;
}
#alumi_cut_resume .catchcopy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
#alumi_cut_resume .catchcopy img {
	width: auto;
	height: 90px;
}
#alumi_cut_resume .link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	font-size: 20px;
	margin-bottom: 30px;
}
#alumi_cut_resume .link p {
	margin-bottom: 0;
}
#alumi_cut_resume .link a {
	color: #fff;
	text-decoration: none;
	background-color: #1978CF;
	display: inline-block;
	padding: 1em 1.5em;
	border-radius: 10px;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.5);
}
#alumi_cut_resume .movie {
	margin-left: 0;
	margin-right: 0;
}
#alumi_cut_resume iframe {
	width: 450px;
	height: 253px;
}
#alumi_cut_resume .set_item .message {
	color: #D40B0B;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}
#alumi_cut_resume.open {
	padding-bottom: 0;
}
#alumi_cut_resume.open .toggle_button {
	position: static;
	width: auto;
	height: auto;
	margin: 0 -30px;
}
#alumi_cut_resume.open .toggle_button span {
	transform: rotate(180deg);
}
#alumi_cut_mailform {
	text-align: left;
}

#alumi_cut_mailform .wrap {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
#alumi_cut_mailform .wrap .table_wrap {
	flex: 1;
}
#alumi_cut_mailform .button_wrap {
	text-align: center;
}
#alumi_cut_mailform .button_wrap button {
	padding: 0.5em 1.5em;
	cursor: pointer;
}
#alumi_cut_mailform .button_wrap button:hover {
	opacity: 0.8;
}
#alumi_cut_mailform .wrap input[type="text"] {
	width: 4em;
	margin-right: 0.3em;
}
#alumi_cut_mailform .wrap .canvas_wrap {
	flex: 1;
	border: 1px solid  #ccc;
	text-align: center;
	padding: 10px;
	padding-bottom: 0;
}
#alumi_cut_mailform .wrap .canvas_wrap .box {
	position: relative;
	padding-top: 100%;
	margin: 0;
}
#alumi_cut_mailform .wrap .canvas_wrap canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#alumi_cut_mailform .wrap input[type="checkbox"] {
	cursor: pointer;
}
#alumi_cut_mailform .wrap textarea {
	height: 5em;
	width: 100%;
	resize: vertical;
}
#alumi_cut_mailform .wrap dl {
	margin: 0 2px;
}
#alumi_cut_mailform .wrap dt {
	font-weight: bold;
}
#alumi_cut_mailform .wrap dd {
	margin-left: 0;
}
#alumi_cut_mailform .wrap .signboard {
	display: none;
}
#alumi_cut_mailform .wrap .signboard.enable {
	display: table-row;
}
#alumi_cut_mailform .wrap .notice {
	margin-top: 0;
	margin-bottom: 0.5em;
}
#alumi_cut_mailform .wrap .color_select option {
	display: none;
}
#alumi_cut_mailform .wrap .color_select option.enable {
	display: block;
}
#alumi_cut_mailform .comment {
	padding-left: 1em;
	text-indent: -1em;
}
#alumi_cut_mailform .required {
	color: #f00;
	font-size: 10px;
	margin-left: 0.5em;
	font-weight: normal;
}
#alumi_cut_mailform .middle {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
#alumi_cut_mailform .middle input[type="text"] {
	width: 1.2em;
	margin-left: 0.3em;
}
#alumi_cut_mailform .middle p {
	margin: 0.3em 0;
}

.page_13_netufilm_colors {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 0;
	width: 100%;
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.page_13_netufilm_colors li {
	overflow: hidden;
}
.page_13_netufilm_colors li p {
	margin: 0;
}
.page_13_netufilm_colors li:nth-of-type(9n) .image,
.page_13_netufilm_colors li:last-of-type .image {
	border-right: 1px solid  #000;
}
.page_13_netufilm_colors li .name {
	white-space: nowrap;
	transform: scaleX(0.65);
	display: flex;
	justify-content: center;
}
.page_13_netufilm_colors li .image {
	padding-top: 100%;
	box-sizing: border-box;
	border: 1px solid  #000;
	border-right: none;
	background-size: cover;
}
.page_13_netufilm_colors li .image.lemon_yellow {
	background-color: #faef00;
}
.page_13_netufilm_colors li .image.yellow {
	background-color: #fdd100;
}
.page_13_netufilm_colors li .image.orange {
	background-color: #ff6600;
}
.page_13_netufilm_colors li .image.red {
	background-color: #f30000;
}
.page_13_netufilm_colors li .image.wine_red {
	background-color: #be003a;
}
.page_13_netufilm_colors li .image.wine_red {
	background-color: #be003a;
}
.page_13_netufilm_colors li .image.purple {
	background-color: #5d1784;
}
.page_13_netufilm_colors li .image.black {
	background-color: #251816;
}
.page_13_netufilm_colors li .image.royal_blue {
	background-color: #282693;
}
.page_13_netufilm_colors li .image.navy_blue {
	background-color: #18317b;
}
.page_13_netufilm_colors li .image.dark_blue {
	background-color: #24175e;
}
.page_13_netufilm_colors li .image.marine_blue {
	background-color: #29258a;
}
.page_13_netufilm_colors li .image.mid_blue {
	background-color: #0047a3;
}
.page_13_netufilm_colors li .image.sax {
	background-color: #00adf1;
}
.page_13_netufilm_colors li .image.green {
	background-color: #009635;
}
.page_13_netufilm_colors li .image.dark_green {
	background-color: #00772f;
}
.page_13_netufilm_colors li .image.bamboo_green {
	background-color: #006739;
}
.page_13_netufilm_colors li .image.gold {
	background-image: url("../goods/03_ink_media/01_img/colors/gold.png");
}
.page_13_netufilm_colors li .image.silver {
	background-image: url("../goods/03_ink_media/01_img/colors/silver.png");
}
.page_13_netufilm_colors li .image.metal_gold {
	background-image: url("../goods/03_ink_media/01_img/colors/metal_gold.jpg");
}
.page_13_netufilm_colors li .image.metal_silver {
	background-image: url("../goods/03_ink_media/01_img/colors/metal_silver.png");
}

.page_13_netufilm_colors li .image.k_blue {
	background-color: #003969;
}
.page_13_netufilm_colors li .image.peace_blue {
	background-color: #00328f;
}
.page_13_netufilm_colors li .image.pink {
	background-color: #ffb0d0;
}
.page_13_netufilm_colors li .image.blue {
	background-color: #0060b5;
}
.page_13_netufilm_colors li .image.gray {
	background-color: #c9c9c9;
}
.page_13_netufilm_colors li .image.k_navy {
	background-color: #13126c;
}
.page_13_netufilm_colors li .image.marine_blue2 {
	background-color: #0048a4;
}
.page_13_netufilm_colors li .image.yellow_clothace {
	background-color: #ffe000;
}
.page_13_netufilm_colors li .image.white_clothace {
	background-color: #eae5e2;
}
.page_13_netufilm_colors li .image.red_clothace {
	background-color: #d0111b;
}
.page_13_netufilm_colors li .image.gold_mirrorace {
	background-color: #cdb100;
}
.page_13_netufilm_colors li .image.red_mirrorace {
	background-color: #b50000;
}
.page_13_netufilm_colors li .image.blue_mirrorace {
	background-color: #004791;
}
.page_13_netufilm_colors li .image.green_mirrorace {
	background-color: #009252;
}
.page_13_netufilm_colors li .image.k_pink {
	background-color: #FF00A6;
}
.page_13_netufilm_colors li .image.k_orange {
	background-color: #FF6633;
}




#page_nvgoods_14_main_11 h2 {
	display: inline-block;
	border-bottom: 2px solid  #BFA051;
	padding: 0 1em 0.5em;
	font-size: 30px;
}
#page_nvgoods_14_main_11 h2 span {
	font-size: 40px;
	color: #BFA051;
}
#page_nvgoods_14_main_11 .text_wrap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: left;
}
#page_nvgoods_14_main_11 h2 {
	margin-top: 50px;
}
#page_nvgoods_14_main_11 .text_main {
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
}
#page_nvgoods_14_main_11 .text_sub {
	font-size: 16px;
}
#page_nvgoods_14_main_11 .text_sub p {
	margin: 0.5em 0;
}
#page_nvgoods_14_main_11 .text_sub span {
	color: #f00;
}
#page_nvgoods_14_main_11 .comeout {
	text-align: left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding: 1em;
	border: 1px solid #BFA051;
}
#page_nvgoods_14_main_11 .comeout p {
	margin: 0.5em 0;
}
#page_nvgoods_14_main_11 .comeout dt {
	font-weight: bold;
}
#page_nvgoods_14_main_11 table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0px;
}
#page_nvgoods_14_main_11 table,
#page_nvgoods_14_main_11 th,
#page_nvgoods_14_main_11 td {
	border: 1px solid  #000;
}
#page_nvgoods_14_main_11 th,
#page_nvgoods_14_main_11 td {
	padding: 0.2em;
}
#page_nvgoods_14_main_11 th {
	background-color: #FFFEC8;
}
#page_nvgoods_14_main_11 .price {
	font-size: 14px;
	color: #00f;
	font-weight: bold;
}
#page_nvgoods_14_main_11 .lineup dt {
	font-size: 16px;
	margin-bottom: 0.5em;
}
#page_nvgoods_14_main_11 .lineup dd {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#page_nvgoods_14_main_11 .lineup img {
	height: 130px;
}
#page_nvgoods_14_main_11 .lineup .single {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid  #ccc;
}
#page_nvgoods_14_main_11 .lineup .single img {
	height: 70px;
}

#page_goods_04_main_41 .intro {
	display: flex;
	align-items: center;
	justify-content: center;
}
#page_goods_04_main_41 .intro .main_title {
	font-size: 50px;
	margin-bottom: 0;
}
#page_goods_04_main_41 .intro .main_title span {
	font-size: 60px;
}
#page_goods_04_main_41 .intro .sub_title {
	font-size: 25px;
	color: #00f;
	font-weight: bold;
}
#page_goods_04_main_41 .intro .catchcopy {
	margin-left: -2em;
}
#page_goods_04_main_41 .intro .catchcopy .bg {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	background: linear-gradient(90deg, #0DFFFF 60%, #fff);
	margin: 0.1em 0;
	padding: 0 0.5em;
	font-weight: bold;
}
#page_goods_04_main_41 .intro .catchcopy .direction {
	display: block;
}
#page_goods_04_main_41 .intro .catchcopy .direction:nth-of-type(1) {
	text-align: left;
}
#page_goods_04_main_41 .intro .catchcopy .direction:nth-of-type(2) {
	text-align: center;
	margin: 0 3em;
}
#page_goods_04_main_41 .intro .catchcopy .direction:nth-of-type(3) {
	text-align: right;
}
#page_goods_04_main_41 .description {
	margin-top: 0;
	color: #f00;
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
	display: flex;
	justify-content: center;
}
#page_goods_04_main_41 .description2 {
	margin-top: 0;
	font-size: 25px;
	font-weight: bold;
}
#page_goods_04_main_41 .feature {
	display: flex;
	justify-content: center;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}
#page_goods_04_main_41 .feature li:before {
	content: '●';
}
#page_goods_04_main_41 .detail {
	display: flex;
	justify-content: center;
	text-align: left;
	font-size: 16px;
}
#page_goods_04_main_41 .detail dl {
	display: flex;
	margin: 0.5em;
}
#page_goods_04_main_41 .detail dd {
	margin-left: 0;
}
#page_goods_04_main_41 .detail dd:before {
	content: '：	';
}
#page_goods_04_main_41 table {
	margin-left: auto;
	margin-right: auto;
}

#cart_de_go_banner {
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 1.5em auto 2em;
	font-weight: bold;
	color: #f00;
}
#cart_de_go_banner .main {
	display: inline-block; 
	border-radius: 5px; 
	overflow: hidden; 
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.5);
}

#cart_de_go_banner .main img {
	width: 600px;
	height: 200px;
	vertical-align: top;
}
#cart_de_go_banner .side {
	margin: 0 1em;
}
#cart_de_go_banner .side img {
	width: 88px;
	height: 150px;
}
#ek_frame_sample_button a {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 4px solid #006428;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 0 10px;
	text-decoration: none;
}
#ek_frame_sample_button img {
	/*width: 150px;*/
	width: 500px;
}
#ek_frame_sample_button img:hover {
	opacity: 1;
}
#ek_frame_sample_button .message {
	flex: 1;
}
#ek_frame_sample_button .message1 {
	font-size: 25px;
	line-height: 1.5em;
	color: #006428;
	font-weight: bold;
}
#ek_frame_sample_button .message2 {
	color: #000;
}
#ek_frame_sample_button.index {
	margin-bottom: 1em;
	text-align: center;
	position: relative;
}
#ek_frame_sample_button.index a {
	width: 408px;
}
#ek_frame_sample_button.index img {
	/*width: 100px;*/
	width: 300px;
}
#ek_frame_sample_button.index .message1 {
	font-size: 18px;
}
#ek_frame_sample_button.index .catchcopy1 {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 50px;
	font-weight: bold;
	color: #f00;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	margin: 0;
	line-height: 1em;
}
#ek_frame_sample_button.index .catchcopy2 {
	position: absolute;
	top: 180px;
	right: 20px;
	text-align: right;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	line-height: 1.5em;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#ek_frame_link_button {
	background-color: #006428;
	color: #fff;
	text-align: center;
	display: block;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 20px;
}

#orajet_menu {
	display: flex;
	gap: 10px;
	margin-left: 0;
	padding-left: 0;
}
#orajet_menu li {
	flex: 1;
}
#orajet_menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #E40311;
	color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.8);
}

#page_goods_08_small_plotter_table {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	width: 560px;
	margin: auto;
}
#page_goods_08_small_plotter_table > div {
	display: flex;
	flex-direction: column;
}
#page_goods_08_small_plotter_table .tableN {
	margin: 0;
	flex: 1;
}
#page_goods_06_42_content h1 {
	font-size: 30px;
	line-height: 1.5em;
}
#page_goods_06_42_content .content1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
}
#page_goods_06_42_content .content1 ul {
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
}
#page_goods_06_42_content .content1 li {
	list-style-type: disc;
}
#page_goods_06_42_content .content2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 2em;
}
#page_goods_06_42_content .content2 figure {
	flex: 1;
	margin: 0;
}
#page_goods_06_42_content .content2 figure.image7 {
	flex: 2;
}
#page_goods_06_42_content .content2 figure.image7 figcaption {
	text-align: left;
}
#page_goods_06_42_content .content2 img {
	width: 100%;
	height: auto;
}
#page_goods_06_42_content .content3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 2em;
}
#page_goods_06_42_content .content3 figure {
	flex: 1;
	margin: 0;
}
#page_goods_06_42_content .content3 figure figcaption {
	text-align: left;
}
#page_goods_06_42_content .content4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
	gap: 20px;
}
#page_goods_06_42_content .content4 div {
	text-align: left;
}
#page_goods_06_42_content .content5 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 2em;
	gap: 20px;
}
#page_goods_06_42_content .content5a {
	flex: 2;
}
#page_goods_06_42_content .content5a .text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
#page_goods_06_42_content .content5a img {
	width: 200px;
	height: auto;
}
#page_goods_06_42_content .content5a ol {
	text-align: left;
}
#page_goods_06_42_content .content5b {
	flex: 1;
}
#page_goods_06_42_content .content5b img {
	width: 100%;
	height: auto;
}
#page_goods_06_42_content .tableN {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#page_goods_06_42_content .tableN th {
	background-color: #ffc;
}

.graphical_media_page {
	margin-top: 2em;
	margin-bottom: 2em;
}
.graphical_media_page section {
	text-align: left;
}
.graphical_media_page .section_title_media {
	background-color: #f60;
	color: #fff;
	padding: 0.5em;
}
.graphical_media_page .section_title_laminate {
	background-color: #06f;
	color: #fff;
	padding: 0.5em;
}
.graphical_media_page .item_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.graphical_media_page .item_child {
	border: 1px solid #000;
	border-top-style: dotted;
	border-bottom: none;
	padding: 10px;
}
.graphical_media_page .item_child:first-of-type {
	border-top: none;
}
.graphical_media_page .item_child:last-of-type {
	border-bottom: 1px solid  #000;
}
.graphical_media_page .catchcopy {
	padding: 0.5em;
	border: 1px solid  #000;
	background-color: #999;
	color: #fff;
	margin: 0;
}
.graphical_media_page .item .title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em;
}
.graphical_media_page .item .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0;	
}
.graphical_media_page .item .icons {
	padding-left: 0;
	display: flex;
	gap: 1em;
	font-weight: bold;
	margin: 0;
}
.graphical_media_page .item .icons li {
	padding: 0.2em;
}
.graphical_media_page .item .icons .G5 {
	background-color: #2128A0;
	color: #fff;
}
.graphical_media_page .item .icons .MG {
	background-color: #1DB74B;
	color: #fff;
}
.graphical_media_page .item .icons .FR-I {
	background-color: #F6E500;
}
.graphical_media_page .item .icons .FR-II {
	background-color: #00AA1A;
	color: #fff;
}
.graphical_media_page .item .icons .FR-III {
	background-color: #0048AA;
	color: #fff;
}
.graphical_media_page .item .material {
	margin: 0;
}
.graphical_media_page .item dl {
	display: flex;
	margin: 0.5em;
}
.graphical_media_page .item dt {
	width: 4em;
}
.graphical_media_page .item dd {
	margin-left: 0;
}
.graphical_media_page .item .feature {
	padding-left: 0;
	display: flex;
	gap: 0.2em;
}
.graphical_media_page .item .feature li {
	border: 1px solid  #00BECA;
	padding: 0.2em 0.5em;
}
.graphical_media_page .item table {
	border-collapse: collapse;
	border: 1px solid  #000;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.graphical_media_page .item th, 
.graphical_media_page .item td {
	padding: 0.5em;
	border: 1px solid  #000;
}
.graphical_media_page .item th {
	background-color: #eee;
}
.graphical_media_page .item .price {
	color: #00f;
	font-weight: bold;
}
.graphical_media_page .title-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.2em;
	font-weight: bold;
	padding-left: 0;
}
.graphical_media_page .title-icons li {
	padding: 0.2em;
}
.graphical_media_page .title-icons .FR-I {
	background-color: #F6E500;
}
.graphical_media_page .title-icons .FR-II {
	background-color: #00AA1A;
	color: #fff;
}
.graphical_media_page .title-icons .fire {
	background-color: #CD0808;
	color: #fff;
}
.graphical_media_page .title-icons .f_star {
	background-color: #0052BD;
	color: #fff;
}
.graphical_media_page .years {
	font-size: 18px;
	font-weight: bold;
}
.graphical_item_table table {
	border-collapse: collapse;
	border: 1px solid  #000;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.graphical_item_table th, 
.graphical_item_table td {
	padding: 0.2em;
	border: 1px solid  #000;
}
.graphical_item_table th {
	background-color: #eee;
}
.graphical_item_table h2 {
	margin-top: 1em;
}

#page_guide_alumi_frame_feature {
	font-size: 14px;
	line-height: 1.5em;
}
#page_guide_alumi_frame_feature figure {
	margin: auto;
}
#page_guide_alumi_frame_feature img {
	vertical-align: top;
}
#page_guide_alumi_frame_feature .main_visual {
	margin: 2em auto;
}

#page_guide_alumi_frame_feature .main_visual img {
	width: 560px;
	height: 420px;
}

#page_guide_alumi_frame_feature .point {
	display: flex;
	gap: 1em;
	margin: auto 2em;
}

#page_guide_alumi_frame_feature .point p {
	flex: 1;
	background-color: #e00;
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	padding: 0.5em 0;
	border-radius: 0.5em;
}

#page_guide_alumi_frame_feature .guide {
	display: flex;
	gap: 1em;
	align-items: center;
	text-align: left;
}

#page_guide_alumi_frame_feature .guide img {
	height: 140px;
}

#page_guide_alumi_frame_feature .lineup ul {
	padding-left: 0;
	margin-left: 2em;
	margin-right: 2em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}

#page_guide_alumi_frame_feature .lineup {
	margin-top: 3em;
}
#page_guide_alumi_frame_feature .lineup a {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 0.7em;
	border-radius: 0.5em;
	text-decoration: none;
	color: #fff;
	gap: 0.5em;
	height: 3em;
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.8);
}
#page_guide_alumi_frame_feature .lineup p {
	margin: 0;
}
#page_guide_alumi_frame_feature .lineup .name {
	font-family: serif;
	font-size: 20px;
}
#page_guide_alumi_frame_feature .lineup .ek a {
	background-color: #004098;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-EK.webp");
}
#page_guide_alumi_frame_feature .lineup .dk a {
	background-color: #008239;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-DK.webp");
}
#page_guide_alumi_frame_feature .lineup .fk a {
	background-color: #F8B500;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-FK.webp");
}
#page_guide_alumi_frame_feature .lineup .sk a {
	background-color: #EA609E;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-SK.webp");
}
#page_guide_alumi_frame_feature .lineup .kk a {
	background-color: #666464;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-KK.webp");
}
#page_guide_alumi_frame_feature .lineup .bk a {
	background-color: #E60012;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-BK.webp");
}
#page_guide_alumi_frame_feature .lineup .ok a {
	background-color: #920783;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-OK.webp");
}
#page_guide_alumi_frame_feature .lineup .ekt a {
	background-color: #00A0E9;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-EKT.webp");
}
#page_guide_alumi_frame_feature .lineup .ekr_dkr a {
	background-color: #7D0000;
	background-image: url("../goods/18_wakubuzai2/image/feature/icon-EKR_DKR.webp");
}
#page_guide_alumi_frame_feature .lineup_section {
	margin-top: 3em;
}
#page_guide_alumi_frame_feature .lineup_section .section_title {
	padding: 1em 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	gap: 0.5em;
}
#page_guide_alumi_frame_feature .lineup_section .section_title h2 {
	font-family: serif;
	font-size: 24px;
	margin: 0;
}
#page_guide_alumi_frame_feature .lineup_section .section_title p {
	font-size: 20px;
	margin: 0;
}
#page_guide_alumi_frame_feature .lineup_section#ek .section_title {
	background-color: #004098;
}
#page_guide_alumi_frame_feature .lineup_section#dk .section_title {
	background-color: #008239;
}
#page_guide_alumi_frame_feature .lineup_section#fk .section_title {
	background-color: #F8B500;
}
#page_guide_alumi_frame_feature .lineup_section#sk .section_title {
	background-color: #EA609E;
}
#page_guide_alumi_frame_feature .lineup_section#kk .section_title {
	background-color: #666464;
}
#page_guide_alumi_frame_feature .lineup_section#bk .section_title {
	background-color: #E60012;
}
#page_guide_alumi_frame_feature .lineup_section#ok .section_title {
	background-color: #920783;
}
#page_guide_alumi_frame_feature .lineup_section#ekt .section_title {
	background-color: #00A0E9;
}
#page_guide_alumi_frame_feature .lineup_section#ekr_dkr {
	margin-bottom: 5em;
}
#page_guide_alumi_frame_feature .lineup_section#ekr_dkr .section_title {
	background-color: #7D0000;
}
#page_guide_alumi_frame_feature .lineup_section .main {
	margin-top: 2em;
}
#page_guide_alumi_frame_feature .lineup_section .main img {
	width: 560px;
	height: 382px;
}
#page_guide_alumi_frame_feature .lineup_section .frame_photo {
	display: flex;
	gap: 1em;
	margin-left: 4em;
	margin-right: 4em;
}
#page_guide_alumi_frame_feature .lineup_section .frame_photo figure {
	flex: 1;
}
#page_guide_alumi_frame_feature .lineup_section .frame_photo img {
	width: 100%;
	height: auto;
}
#page_guide_alumi_frame_feature .lineup_section .frame_photo span {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 0.5em;
}
#page_guide_alumi_frame_feature .lineup_section .link {
	margin-top: 2em;
}
#page_guide_alumi_frame_feature .lineup_section .link a {
	display: inline-block;
	text-decoration: none;
	background-color: #e00;
	color: #fff;
	padding: 1em;
	font-size: 16px;
	border-radius: 0.5em;
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.8);
}
#page_guide_alumi_frame_feature .lineup_section .sample_photo {
	display: flex;
	gap: 1em;
	margin-left: 4em;
	margin-right: 4em;
}
#page_guide_alumi_frame_feature .lineup_section .sample_photo figure {
	flex: 1;
}
#page_guide_alumi_frame_feature .lineup_section .sample_photo img {
	width: 100%;
	height: auto;
}
#page_guide_alumi_frame_feature #estimate {
	margin-bottom: 5em;
}
#page_guide_alumi_frame_feature #estimate .main img {
	width: 560px;
	height: 370px;
}
#page_guide_alumi_frame_feature #estimate .link img {
	width: 408px;
	height: 115px;
}
#page_guide_alumi_frame_feature .guide2 {
	display: flex;
	gap: 1em;
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 2em;
}
#page_guide_alumi_frame_feature .guide2 figure {
	flex: 1;
}
#page_guide_alumi_frame_feature .guide2 img {
	width: 100%;
	height: auto;
}

#page_meito_org {
	margin-bottom: 5em;
}
#page_meito_org .page_title {
	background-color: #6CBE43; 
	color: #fff; 
	line-height: 2em;
}
#page_meito_org .main_image img {
	width: 500px;
	height: 375px;
}
#page_meito_org .sub_image {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	gap: 2em;
}
#page_meito_org .link a {
	display: inline-block;
	text-decoration: none;
	background-color: #e00;
	color: #fff;
	padding: 1em;
	font-size: 16px;
	border-radius: 0.5em;
	box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.8);
}
#page_meito_org section {
	margin-top: 3em;
}
.link_transport_3m a {
	display: inline-block;
	padding: 0.5em;
	border: 2px solid  #00f;
	border-radius: 0.5em;
	text-decoration: none;
	color: #00f;
	font-size: 16px;
	font-weight: bold;
}
.link_transport_3m a:after {
	content: '▶';
	margin-left: 0.2em;
}

.link_transport_4m a {
	display: inline-block;
	padding: 1em;
	border: 2px solid  #ba459d;
	border-radius: 0.5em;
	text-decoration: none;
	color: #ba459d;
	font-size: 16px;
	font-weight: bold;
}
.link_transport_4m a:after {
	content: '▶';
	margin-left: 0.2em;
}


#page_01_57 {
	margin-bottom: 5em;
}
#page_01_57 section {
	counter-increment: title;
}
#page_01_57 .section_wrap {
	display: flex;
	gap: 2em;
	margin-left: 1em;
	margin-right: 1em;
}
#page_01_57 .img_wrap {
	flex: 1;
}
#page_01_57 .img_wrap img {
	width: 100%;
	height: auto;
}
#page_01_57 .img_wrap .img_selected {
	margin-top: 0;
	position: relative;
}
#page_01_57 .img_wrap .img_selected a:before {
	content: counter(title);
	top: 0;
	left: 0;
	position: absolute;
	font-size: 30px;
	line-height: 1em;
	z-index: 10;
	background-color: #fff;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	border: 1px solid  #ccc;
	color: #000;	
}
#page_01_57 .img_wrap.num_disable .img_selected a:before {
	display: none;
}
#page_01_57 .img_wrap .img_sub {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}
#page_01_57 .img_wrap .img_sub p {
	margin: 0;
}
#page_01_57 .img_wrap .img_sub p:hover {
	opacity: 0.8;
}
#page_01_57 .img_wrap .img_sub p,
#page_01_57 .img_wrap .img_selected {
	position: relative;
	padding-top: 100%;
}
#page_01_57 .img_wrap .img_sub p img,
#page_01_57 .img_wrap .img_selected img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
}
#page_01_57 .img_wrap .img_sub p img {
	object-fit: cover;
	cursor: pointer;
}
#page_01_57 .img_wrap .img_selected img {
	object-fit: contain;
}
#page_01_57 .img_wrap .img_selected p {
	display: none;
}
#page_01_57 .img_wrap .img_selected p.selected {
	display: block;
}
#page_01_57 .table_wrap {
	flex: 1.8;
}
#page_01_57 .table_wrap table {
	border-collapse: collapse;
	width: 100%;
}
#page_01_57 .table_wrap table,
#page_01_57 .table_wrap th,
#page_01_57 .table_wrap td {
	border: 1px solid  #000;
}
#page_01_57 .table_wrap th {
	background-color: #FFE5AD;
}
#page_01_57 .table_wrap th,
#page_01_57 .table_wrap td {
	padding: 0.5em;
	font-size: 14px;
}
#page_01_57 .table_wrap p {
	text-align: left;
}
#page_01_57 .table_wrap .price {
	color: #00f;
}
#page_01_57 section {
	margin-top: 3em;
}
#page_01_57 .movie {
	display: flex;
	gap: 1em;
}
#page_01_57 .movie .thumbnail {
	flex: 1;
	margin-top: 0;
}
#page_01_57 .movie .thumbnail img {
	width: 100%;
	height: auto;
}
#page_01_57 .movie .message {
	flex: 2;
}
#page_01_57 .movie .message p:first-of-type {
	margin-top: 0;
}

#page-cart_de_go-howtouse {
	margin-bottom: 3em;
	counter-reset: section;
}

#page-cart_de_go-howtouse p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
}

#page-cart_de_go-howtouse .page_title {
	color: #E42326; 
	font-size: 30px; 
	border-bottom: 4px solid #E42326;
	line-height: 1.5em;
}
#page-cart_de_go-howtouse .mokuji {
	background: #D7F5FF; 
	display: inline-block; 
	border: 2px solid #6A93FF; 
	font-size: 16px;
	padding: 0.5em; 
	counter-reset: mokuji;
	text-align: left;
}
#page-cart_de_go-howtouse .mokuji dd {
	margin-bottom: 0;
	margin-top: 0.5em;
	margin-left: 0;
	counter-increment: mokuji;
}
#page-cart_de_go-howtouse .mokuji dd:before {
	content: counter(mokuji) ".";
}

#page-cart_de_go-howtouse .section_large {
	margin-top: 9em;
	counter-reset: number;
	counter-increment: section;
}
#page-cart_de_go-howtouse figure {
	margin-left: 0;
	margin-right: 0;
}
#page-cart_de_go-howtouse .catchcopy {
	text-align: center;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}
#page-cart_de_go-howtouse .number {
	display: flex;
	align-items: center;
	margin-left: 20px;
	gap: 0.5em;
	counter-increment: number;
}
#page-cart_de_go-howtouse .number:before {
	content: counter(number);
	background-color: #2DB32D;
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em;
}
#page-cart_de_go-howtouse .section_large section {
	padding-bottom: 2em;
	border-bottom: 3px dashed  #ccc;
	margin-bottom: 2em;
}
#page-cart_de_go-howtouse .section_large .header3_red:before {
	content: counter(section) ".";
}
#page-cart_de_go-howtouse .point {
	position: absolute;
}
#page-cart_de_go-howtouse .point dt {
	display: inline-block;
    padding: 0.5em;
    background-color: #ff0;
}
#page-cart_de_go-howtouse .point dd {
	margin: 0;
    color: #009;
    font-weight: bold;
}
#page-cart_de_go-howtouse .buy_2_wrap {
	position: relative;
}
#page-cart_de_go-howtouse .buy_2_wrap .point {
	position: absolute;
	top: 0;
	right: 0;
}
#page-cart_de_go-howtouse .buy_3_wrap {
	position: relative;
}
#page-cart_de_go-howtouse .buy_3_wrap .point {
	position: absolute;
	top: 0;
	left: 70px;
}

#page-03-73 section {
	border-top: 1px solid  #ccc;
	padding: 2em 1em;
	margin-top: 2em;
}

#page-03-73 .title {
	line-height: 1.5em;
}
#page-03-73 .wrap {
	display: flex;
	gap: 2em;
}
#page-03-73 .image {
	flex: 1;
}
#page-03-73 .image img {
	width: 100%;
	height: auto;
}
#page-03-73 .content {
	flex: 2;
	text-align: left;
}
#page-03-73 table {
	width: 100%;
}
#page-03-73 table th {
	background-color: #eee;
}
#page-03-73 .price {
	color: #00f;
}

.change_price_202507 {
	color: #f90 !important;
}
.change_price_202507_box {
	border: 2px solid #f90; 
	padding: 0.5em; 
	display: inline-block; 
	font-size: 16px;
}

.change_price_202510 {
	color: #094 !important;
}

#page_id_bs-1266 {
	figure {
		margin: 0;
	}
	.color_photos {
		.names {
			display: flex;
			justify-content: center;
			gap: 1em;
		}
		li {
			flex: 1;
			p {
				margin: 0;
			}
		}
		img {
			width: 100%;
			height: auto;
		}
		.name {
			border-radius: 0.5em;
			border: 1px solid #000;
		}
		.red .name {
			background-color: #d71718;
			color: #fff;
		}
		.white .name {
			background-color: #fff;
			color: #000;
		}
		.orange .name {
			background-color: #e68414;
			color: #fff;
		}
		.blue .name {
			background-color: #1d2088;
			color: #fff;
		}
		.yellow .name {
			background-color: #ffeb00;
			color: #000;
		}
		.green .name {
			background-color: #009349;
			color: #fff;
		}
	}
	section {
		margin-top: 3em;
	}
	.message {
		font-size: 18px;
		line-height: 1.8em;
		span {
			font-size: 24px;
			color: #f00;
		}
	}
	.images {
		display: flex;
		gap: 1em;
		justify-content: center;
		max-width: 500px;
		margin-inline: auto;
		figure {
			flex: 1;
		}
		img {
			width: 100%;
			height: auto;
		}
	}
	table.tableN {
		margin-top: 3em;
		width: 100%;
		thead {
			background-color: #eee;
		}
		.price {
			color: #00f;
		}
	}
	.color_table {
		.red {
			background-color: #d71718;
			color: #fff;
		}
		.white {
			background-color: #fff;
			color: #000;
		}
		.orange {
			background-color: #e68414;
			color: #fff;
		}
		.blue {
			background-color: #1d2088;
			color: #fff;
		}
		.yellow {
			background-color: #ffeb00;
			color: #000;
		}
		.green {
			background-color: #009349;
			color: #fff;
		}
	}
}

#page_goods_1_148 {
	.intro {
		color: #f00;
		font-size: 30px;
	}
	.message {
		margin-inline: 2em;
		text-align: left;
	}
	.feature {
		display: flex;
		justify-content: center;
		ul {
			padding-left: 0;
			li {
				text-align: left;
				list-style-type: disc;
			}
		}
	}
	#cut {
		img {
			width: 200px;
		}
	}
	#setting {
		.images {
			display: flex;
			justify-content: center;
			gap: 1em;
			margin-inline: 1em;
		}
		figure {
			margin: 0;
			flex: 1;
		}
		figcaption {
			text-align: left;
		}
		img {
			width: 100%;
			height: auto;
		}
	}
	#change {
		figcaption {
			text-align: left;
		}
		img {
			width: 200px;
			height: auto;
		}
	}
	#art {
		margin-top: 3em;
		.images {
			display: flex;
			justify-content: center;
			gap: 1em;
			margin-inline: 1em;
		}
		figure {
			margin: 0;
		}
		img {
			width: auto;
			height: 90px;
		}
		.list {
			display: flex;
			text-align: left;
			justify-content: space-between;
			gap: 1em;
			flex-wrap: wrap;
			padding-left: 0;
			margin-inline: 4em;
			li {
				&:before {
					content: "●";
				}
			}
		}
	}
	.table_wrap {
		display: flex;
		justify-content: center;
		margin-top: 3em;
	}
	.tableN {
		thead {
			background-color: #eee;
		}
		.price {
			color: #00f;
		}
	}
}

#page_goods_1_149 {
	.intro {
		color: #f00;
		font-size: 30px;
	}
	#main_visual {
		img {
			width: 200px;
			height: auto;
		}
	}
	.feature {
		display: flex;
		justify-content: center;
		ul {
			padding-left: 0;
			li {
				text-align: left;
				list-style-type: disc;
			}
		}
	}
	.table_wrap {
		display: flex;
		justify-content: center;
		margin-top: 3em;
	}
	.tableN {
		thead, th {
			background-color: #eee;
		}
		.price {
			color: #00f;
		}
	}
	#package {
		img {
			width: 100px;
			height: auto;
		}
	}
	.list {
		margin: 3em;
		.wrap {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 1em;
		}
		figure {
			margin: 0;
		}
		img {
			width: 100%;
			height: auto;
		}
	}
}

#page_goods_6_124 {
	.feature {
		display: flex;
		justify-content: center;
		ul {
			padding-left: 0;
			li {
				text-align: left;
				list-style-type: disc;
			}
		}
	}
	.intro {
		color: #f00;
		font-size: 30px;
		line-height: 1.8em;
	}
	.items {
		display: flex;
		gap: 1em;
		figure {
			margin: 0;
			flex: 1;
		}
		img {
			width: 100%;
			height: auto;
		}
	}
	#package {
		img {
			width: 200px;
			height: auto;
		}
	}
	.table_wrap {
		display: flex;
		justify-content: center;
		margin-top: 3em;
	}
	.tableN {
		margin-bottom: 3em;
		thead {
			background-color: #eee;
		}
		.price {
			color: #00f;
		}
	}
	#antislip, #fixed {
		.list {
			text-align: left;
			padding-left: 0;
			display: flex;
			flex-wrap: wrap;
			gap: 1em;
			li {
				&::before {
					content: "●";
				}
			}
		}
	}
	#paste {
		margin-top: 3em;
	}
}

#page_goods_21_69 {
	.intro {
		font-size: 30px;
		line-height: 1.8em;
		color: #f00;
	}
	.items {
		display: flex;
		gap: 1em;
		figure {
			margin: 0;
			flex: 1;
		}
		img {
			width: 100%;
			height: auto;
		}
	}
	#change {
		img {
			width: 200px;
		}
	}
	.feature {
		display: flex;
		justify-content: center;
		ul {
			padding-left: 0;
			li {
				text-align: left;
				list-style-type: disc;
			}
		}
	}
	section {
		margin-top: 3em;
	}
	.table_wrap {
		display: flex;
		justify-content: center;
	}
	.tableN {
		thead {
			background-color: #eee;
		}
		.price {
			color: #00f;
		}
	}
	#charge {
		img {
			width: 100px;
		}
	}
	#socket {
		img {
			width: 150px;
		}
	}
	#caution {
		.cautions {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 1em;
			margin-inline: 3em;
			figure {
				flex: 1;
				margin: 0;
			}
			img {
				width: 100%;
				height: auto;
			}
		}
	}
	#specification {
		p {
			text-align: left;
		}
	}
}

#page_goods_04_45 {
	.intro {
		color: #f00;
		font-size: 30px;
	}
	section {
		margin-bottom: 3em;
	}
	#insert {
		.items {
			display: flex;
			justify-content: center;
			gap: 1em;
		}
		figure {
			margin: 0;
			img {
				width: auto;
				height: 200px;
			}
		}
		.message {
			text-align: center;
			span {
				font-weight: bold;
				font-size: 20px;
				color: #1d2088;
				background-color: #fff100;
				display: inline-block;
				padding: 0.5em 2em;
			}
		}
	}
	#move {
		.items {
			display: flex;
			justify-content: center;
			gap: 1em;
		}
		figure {
			margin: 0;
			img {
				width: auto;
				height: 200px;
			}
		}
	}
	#spec {
		figure {
			img {
				width: 400px;
				height: auto;
			}
		}
	}
	.table_wrap {
		display: flex;
		justify-content: center;
	}
	.tableN {
		margin-bottom: 2em;
		thead, th {
			background-color: #eee;
		}
		.price {
			color: #00f;
		}
	}
	#main_visual {
		margin-bottom: 3em;
		img {
			width: 500px;
		}
	}
}