<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/***************************************************

	SHELD

***************************************************/


.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

img{
	width: 100%;
	height: auto;
}

.pc-on{display: block;}
.sp-on{display: none;}


/********** カラー設定 **********/


:root {
	/*** メインカラー ***/
	--m-color: #004121;

	/*** 見出し1（壁仕上材） ***/
	--h_bg01: #d1dce8;
	--h_ac01: #005684;

	/*** 見出し2（舗装材・床材） ***/
	--h_bg02: #e6e9d6;
	--h_ac02: #818803;

	/*** 見出し3（門扉・フェンス） ***/
	--h_bg03: #ecd7d9;
	--h_ac03: #7a002e;

	/*** 見出し4（カーポート） ***/
	--h_bg04: #ebfde9;
	--h_ac04: #627C41;

	/*** 見出し5（表札・ポスト・その他） ***/
	--h_bg05: #E3EBDA;
	--h_ac05: #00542C;

	/*** 見出し6（照明） ***/
	--h_bg06: #FFFCEA;
	--h_ac06: #927B00;

	/*** 見出し7（ガーデンアイテム） ***/
	--h_bg07: #EEDDEB;
	--h_ac07: #6B3562;


	/*** ライン ***/
	--line01: #c40816;

}

.red{
	color: #e60012;
}

#top_kv .kv_box ul li.left a{
	left: 0;
}

#top_kv .kv_box ul li.right a{
	right: 0;
}


#top_kv .kv_box ul li.l-typeink01 a{
	background: var(--h_ac01);
}

#top_kv .kv_box ul li.l-typeink02 a{
	background: var(--h_ac02);
}

#top_kv .kv_box ul li.l-typeink03 a{
	background: var(--h_ac03);
}

#top_kv .kv_box ul li.l-typeink04 a{
	background: var(--h_ac04);
}

#top_kv .kv_box ul li.l-typeink05 a{
	background: var(--h_ac05);
}

#top_kv .kv_box ul li.l-typeink06 a{
	background: var(--h_ac06);
}

#top_kv .kv_box ul li.l-typeink07 a{
	background: var(--h_ac07);
}


.glid_base &gt; section h3.color01{
	background: var(--h_bg01);
	border-left: 16px solid var(--h_ac01);
	color: var(--h_ac01);
}

.glid_base &gt; section h3.color02{
	background: var(--h_bg02);
	border-left: 16px solid var(--h_ac02);
	color: var(--h_ac02);
}

.glid_base &gt; section h3.color03{
	background: var(--h_bg03);
	border-left: 16px solid var(--h_ac03);
	color: var(--h_ac03);
}

.glid_base &gt; section h3.color04{
	background: var(--h_bg04);
	border-left: 16px solid var(--h_ac04);
	color: var(--h_ac04);
}

.glid_base &gt; section h3.color05{
	background: var(--h_bg05);
	border-left: 16px solid var(--h_ac05);
	color: var(--h_ac05);
}

.glid_base &gt; section h3.color06{
	background: var(--h_bg06);
	border-left: 16px solid var(--h_ac06);
	color: var(--h_ac06);
}

.glid_base &gt; section h3.color07{
	background: var(--h_bg07);
	border-left: 16px solid var(--h_ac07);
	color: var(--h_ac07);
}



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


.wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}


header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

header .common_header{
	background: var(--m-color);
	padding: 13px 0;
}

header .common_header .wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: center;
}

header .common_header .wrapper .catch_title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	background: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 12px 7%;
	border-radius: 15px;
}

header .common_header .wrapper .tc_logo{
	width: 24%;
}

header .common_header .wrapper .sheld_logo{
	width: 14%;
}

header .page_header{
	background: #fff;
	padding: 16px 0;
	text-align: center;
}

header .page_header h1{
	margin: 0 0 18px;
}

header .page_header h1 .main{
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	padding: 0 2em 8px;
	border-bottom: 1px solid #000;
}

header .page_header h1 .sub{
	display: block;
	font-size: 24px;
	line-height: 1;
	margin: 8px 0 0;
}

header .page_header h1 .sub .sub_copy{
	display: none;
}

header .page_header nav ul li{
	display: inline-block;
	margin: 0 4px;
}

header .page_header nav ul li a{
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #bfc0c0;
	text-decoration: none;
	background: #fff;
	padding: 6px 5px;
	border-radius: 100px;
	transition: all 0.2s linear;
}

header .nav_btn,
header .navi_back,
header .page_header nav ul li a .link_subname{
	display: none;
}

header .page_header nav ul li a.link-current{
	color: #fff;
	background: #bfc0c0;
}

header .page_header nav ul li.right,
header .page_header nav ul li.left{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

header .page_header nav ul li.left{
	left: 20px;
}

header .page_header nav ul li.right{
	right: 20px;
}

header .page_header nav ul li.right a,
header .page_header nav ul li.left a{
	font-size: 16px;
}

header .page_header nav ul li.left a{
	background: url('../images/common/arrow_left.png') no-repeat left 0 top 0;
	background-size: contain;
	padding-left: 1.5em;
}

header .page_header nav ul li.right a{
	background: url('../images/common/arrow_right.png') no-repeat right 0 top 0;
	background-size: contain;
	padding-right: 1.5em;
}

main{
	padding: 250px 0 0;
}

.article_wrapp{
	margin-bottom: 120px;
}

#top_kv{
	position: relative;
	z-index: 9;
	margin: 0 0 46px;
}

#top_kv h2{
text-align: center;
	margin: 0 0 40px;
	line-height: 1;
}

#top_kv h2 .copy,
#top_kv h2 .num{
	display: inline-block;
	vertical-align: baseline;
}

#top_kv h2 .num{
	font-size: 110px;
	font-weight: bold;
	color: #bfc0c0;
}

#top_kv h2 .copy{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 1em;
	width: 44.5%;
	box-sizing: border-box;
}

#top_kv .title_copy{
	border: 1px solid #000;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 0;
	position: relative;
}

#top_kv .title_copy .note{
	font-size: 12px;
	color: #ff0000;
	position: absolute;
	bottom: 14px;
	right: 14px;
}

#top_kv .kv_box{
	width: 47%;
	margin: 0 auto 40px;
	position: relative;
}

#top_kv .kv_box ul li{
	display: inline-block;
	width: 44%;
	position: absolute;
}

#top_kv .kv_box ul li:hover {
	opacity: 0.8;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

#top_kv .kv_box ul li.left{
	left: -44%;
}

#top_kv .kv_box ul li.right{
	right: -44%;
}

#top_kv .kv_box ul li span.point,
#top_kv .kv_box ul li span.line{
	display: block;
	position: absolute;
}

#top_kv .kv_box ul li .line{
	border-style: solid;
	border-color:  var(--line01);
}

#top_kv .kv_box ul li .point{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--line01);
	transform: translate(0, -50%);
}

#top_kv .kv_box ul li a{
	display: block;
	width: 180px;
	background: #ccc;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	padding: 8px 0;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#top_kv .kv_box ul li a .num,
#top_kv .kv_box ul li a .icon{
	display: none;
}


.glid_base{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	grid-template-rows: 1fr 1fr 1fr 1fr; 
	gap: 30px 30px;
	grid-template-rows: auto;
}

.anchor-p,
.glid_base &gt; section{
	margin-top: -240px;
	padding-top: 240px;
}


.glid_base &gt; section h3{
	background: #ccc;
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	position: relative;
	border-left: 16px solid #333;
}

.glid_base &gt; section h3 small{
	margin-left: 1em;
}

.glid_base &gt; section .title_box{
	margin: 0 0 12px;
}

.glid_base &gt; section .name{
	font-size: 16px;
	color: #205939;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #205939;
	padding: 0 0 6px;
	position: relative;
}

.glid_base &gt; section .name.nowrap{
	white-space: nowrap;
}

.glid_base &gt; section .name strong{
	color: #cf712e;
	font-weight: bold;
}

.glid_base &gt; section .name span.sub{
	display: inline-block;
    font-size: 11px;
    color: #333;
    line-height: 1;
    border: 1px solid #333;
    padding: 3px 4px;
    margin-left: 0.5em;
    vertical-align: top;
}

.glid_base &gt; section .name span.company{
	position: absolute;
	right: 0;
	bottom: 5px;
	display: inline-block;
    font-size: 11px;
    color: #333;
    line-height: 1;
}

.glid_base &gt; section .name span.company span,
.glid_base &gt; section .name span.company a{
	display: inline-block;
    padding: 4px 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s linear;
    border: 1px solid #333;

}

.glid_base &gt; section .name span.company a:hover{
	opacity: 0.8;
}

.glid_base &gt; section .name span.company span{
	background: #e1e3e3;
}

.glid_base &gt; section .name span.company.orign span{
	background: #9fc238;
}

.glid_base &gt; section .note{
	font-size: 12px;
	margin-top: 6px;
	color: #333;
}

.glid_base &gt; section .caption{
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.08em;
	margin: 0 0 12px;
}

.glid_base &gt; section .cont &gt; figure.image{
	position: relative;
	margin: 0 0 14px;
}

.glid_base &gt; section .cont &gt; figure.image:last-child{
	margin-bottom: 0;
}

.glid_base &gt; section .cont &gt; figure.image.type02{
	width: 47%;
}

.glid_base &gt; section .cont &gt; figure.image img{
	border: 1px solid #bfc0c0;
}

.glid_base &gt; section figure.image figcaption{
	/*position: absolute;
	bottom: 6px;
	left: 8px;*/
	font-size: 13px;
	margin-top: 8px;
	/*color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);*/
}

.glid_base &gt; section figure.image figcaption.fc-b{
	/*color: #000;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);*/
}

.glid_base &gt; section figure.image figcaption .note{
	display: block;
	font-size: 13px;
	line-height: 1.2;
	padding-left: 1.2em;
	position: relative;
}

.glid_base &gt; section figure.image figcaption .note::before{
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}



.glid_base &gt; section .figcaption02{
	font-size: 13px;
	margin-top: 6px;
}


.glid_base &gt; section .flex_wrapp{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}

.glid_base &gt; section .flex_wrapp .cont{
	width: 47.1%;
}

.glid_base &gt; section .flex_wrapp.list3 .cont{
	width: 30.9%;
}

.glid_base &gt; section .flex_wrapp.list3 .cont.column2 {
    width: 65.6%;
}

.glid_base &gt; section .flex_wrapp.list4 .cont{
	width: 22.2%;
}

.glid_base &gt; section .sub_content{
	position: relative;
	/*margin: 14px 0 0;*/
}

.glid_base &gt; section .sub_flex{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.glid_base &gt; section .sub_content{
	width: 48%;
}

.glid_base &gt; section .sub_content .image{
	position: relative;
}

.glid_base &gt; section .image.img_flex{
	width: 48%;
	position: relative;
}

.glid_base &gt; section .figcaption{
	margin: 6px 0 0;
	font-size: 13px;
	color: #333;
}

.glid_base &gt; section .sub_content .figcaption{
	margin: 6px 0 0;
	font-size: 13px;
	position: static;
	color: #333;
	text-shadow: none;
}

.glid_base &gt; section .sub_content .price{
	width: 48%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.glid_base &gt; section .sub_content .price .price_wrapp{
	position: absolute;
	bottom: 0;
	left: 0;
}

.glid_base &gt; section .sub_content .price .price_wrapp .type{
	font-size: 12px;
	margin: 0 0 8px;
}

.glid_base &gt; section .sub_content .price .price_wrapp .price_num{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px;
}

.glid_base &gt; section .sub_content .price .price_wrapp .price_num small{
	font-size: 11px;
	margin-left: 4px;
}

.glid_base &gt; section .sub_content .price .price_wrapp .note{
	font-size: 14px;
}

.glid_base &gt; section .sub_content .specification_dl{
	font-size: 14px;
}

.glid_base &gt; section .sub_content .specification_dl dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.glid_base &gt; section .sub_content .specification_dl dd{
    margin: -14px 0 8px 0;
    padding: 0 0 0 50px;
}

.glid_base &gt; section .sub_content .specification_ul{
	font-size: 13px;
	line-height: 1.4;
}

.glid_base &gt; section .sub_content .specification_ul li{
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 4px;
}

.glid_base &gt; section .sub_content .specification_ul li::before{
	content: '・';
	font-weight: bold;
	color: var(--m-color);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#page-top{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--m-color);
    position: fixed;
    bottom: 87px;
    right: 34px;
	cursor: pointer;
	z-index: 99;
}

#page-top:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -10px;
}



/********************************************************************************
	リキッド調整用 CSS
********************************************************************************/

@media (max-width: 1160px) {

#top_kv h2 .num {
    font-size: 9.482758vw;
}

#top_kv h2 .copy {
    font-size: 1.551724vw;
}

.glid_base &gt; section h3 {
    font-size: 1.37931vw;
}

.glid_base &gt; section .name {
    font-size: 1.37931vw;
}

.glid_base &gt; section .caption {
    font-size: 1.206897vw;
    margin-bottom: 2%;
}

.glid_base &gt; section figure.image figcaption {
    font-size: 1.12069vw;
}

.glid_base &gt; section .figcaption {
    font-size: 1.12069vw;
}

.glid_base &gt; section .sub_content .figcaption {
    font-size: 1.12069vw;
}


}

@media (max-width: 980px) {

header .common_header .wrapper .catch_title{
	font-size: 2.040816vw;
}


}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media (max-width: 767px) {

.pc-on{display: none;}
.sp-on{display: block;}


.wrapper{
	padding: 0 6%;
}


header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

header .common_header{
	padding: 14px 0;
}

header .common_header .wrapper{
	display: flex;
	justify-content: flex-start
}

header .common_header .wrapper .catch_title{
	display: none;
}

header .common_header .wrapper .tc_logo{
	width: 30%;
}

header .common_header .wrapper .sheld_logo{
	width: 19%;
	padding-left: 3%;
}

header .page_header{
	padding: 0 0 6px;
}

header .page_header h1{
	margin: 0;
	border-bottom: 1px solid #000;
}

header .page_header h1 .main{
	font-size: 5.333333vw;
	white-space: nowrap;
	border: none;
	padding: 0 0 6px;
}

header .page_header h1 .sub{
	font-size: 4.0vw;
	margin: 0 0 6px;
}

header .page_header h1 .sub .sub_copy{
	display: inline-block;
}

header .page_header nav ul li{
	display: block;
	margin: 0;
	text-align: left;
}

header .page_header nav ul li a{
	font-size: 3.733333vw;
	color: #bfc0c0;
	padding: 8px 8px;
	border-radius: 0;
	position: relative;
}

header .nav_btn,
header .navi_back,
header .page_header nav ul li a .link_subname{
	display: inline-block;
}

header .navi_back{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility:hidden;
	background: rgba(11,11,11,0);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

header .navi_back.active{
	visibility:visible;
	background: rgba(11,11,11,0.8);
}

header .nav_btn{
	position: fixed;
	top: 10px;
	right: 3%;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 2px;
}

header .nav_btn span{
	display: block;
	width: 22px;
	height: 2px;
	background: #000;
	border-radius: 5px;
	position: absolute;
   transition: all 0.2s linear;
	width: 16px;
	height: 2px;
	top: 5px;
	left: 5px;
}

header .nav_btn span:nth-child(2){
	top: 12px
}

header .nav_btn span:nth-child(3){
	top: 19px
}

header .nav_btn.open span:nth-child(1){
	top: 12px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navi_area .nav_btn.open span:nth-child(2){
	display: none;
}

header .nav_btn.open span:nth-child(3){
	top: 12px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navi_area .nav_area{
	position: fixed;
	top: 80px;
	right: -63%;
	z-index: 999;
	width: 60%;
	box-sizing: border-box;
	padding: 14px 14px;
	background: #fff;
	box-shadow:1px 2px 6px 3px #5e5e5e;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

#navi_area .nav_area.active{
	right: 0;
}

header .page_header nav ul li a.link-current{
	color: #fff;
	background: #bfc0c0;
}

header .page_header nav ul li.right,
header .page_header nav ul li.left{
	position: relative;
	top: 0;
	transform: translate(0, 0);
}

header .page_header nav ul li.left{
	left: 0;
}

header .page_header nav ul li.right{
	right: auto;
	left: 0;
}

header .page_header nav ul li.right a,
header .page_header nav ul li.left a{
	font-size: 3.733333vw;
}

header .page_header nav ul li.left a {
    background: #fff;
    padding-left: 8px;
    color: #004121;
}

header .page_header nav ul li.right a {
    background: #fff;
    padding-right: 0;
    color: #004121;
}

header .page_header nav ul li a::after{
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #bfc0c0;
	border-right: solid 1px #bfc0c0;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -2px;
}

header .page_header nav ul li.right a::after,
header .page_header nav ul li.left a::after{
	border-top: solid 1px #004121;
	border-right: solid 1px #004121;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


main{
	padding: 130px 0 0;
}

.anchor-p,
.glid_base &gt; section {
    margin-top: -130px !important;
    padding-top: 130px;
}

#top_kv{
	position: relative;
	z-index: 9;
	margin: 0 0 30px;
}

#top_kv h2{
	text-align: left;
	margin: 0 0 30px;
	display: table;
	position: static;
	text-align: center;
	width: 100%;
}

#top_kv h2 .copy,
#top_kv h2 .num{
	display: table-cell;
	vertical-align: top;
}

#top_kv h2 .num{
	width: 80px;
	font-size: 60px;
	line-height: 1;
}

#top_kv h2 .copy{
	font-size: 3.7333333vw;
	line-height: 1.4;
	width: 79%;
}

#top_kv .title_copy{
	font-size: 4.533333vw;
	padding: 12px 0;
}

#top_kv .title_copy .note{
	display: block;
	font-size: 3.2vw;
	position: static;
	margin: 6px 0 0;
}

#top_kv .kv_box{
	width: auto;
	margin: 0 0 30px;
}

#top_kv .kv_box ul{
	margin: 20px 0 0;
}

#top_kv .kv_box ul li{
	display: block;
	position: static;
	width: 50% !important;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

#top_kv .kv_box ul li:nth-child(even){
	float: right;
	border-left: 1px solid #ccc;
}

#top_kv .kv_box ul li:hover {
	opacity: 0.8;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

#top_kv .kv_box ul li span.point,
#top_kv .kv_box ul li span.line{
	display: none;
}

#top_kv .kv_box ul li a{
	width: 100%;
	font-size: 3.466667vw;
	padding: 0 0;
	text-align: left;
	position: static;
	top: 0;
	transform: translate(0, 0);
	display: table;
	padding: 8px 0;
}

#top_kv .kv_box ul li a .text,
#top_kv .kv_box ul li a .icon{
	display: table-cell;
	vertical-align: middle;
}

#top_kv .kv_box ul li a .icon{
	width: 34px;
}

#top_kv .kv_box ul li a .text{
	padding-left: 6%;
}

#top_kv .kv_box ul li a .num{
	display: inline-block;
}


.glid_base{
	display: block;
}

.glid_base &gt; section h3{
	margin: 0 0 16px;
	font-size: 4.266667vw;
	padding: 6px;
}

.glid_base &gt; section{
	margin: 0 0 30px;
}

.glid_base &gt; section .flex_wrapp{
	display: block;
}

.glid_base &gt; section .flex_wrapp.list4 .cont,
.glid_base &gt; section .flex_wrapp.list3 .cont,
.glid_base &gt; section .flex_wrapp &gt; .cont{
	width: auto;
	margin: 0 0 30px;
}

.glid_base &gt; section .flex_wrapp.list3 .cont.column2{
    width: auto;
}

.glid_base &gt; section .flex_wrapp &gt; .cont:last-child{
	margin-bottom: 0;
}

.glid_base &gt; section .title_box {
    margin: 0 0 8px;
}

.glid_base &gt; section .name {
	font-size: 4.266667vw;
	padding: 0 0 6px;
}

.glid_base &gt; section .name span.sub{
	font-size: 2.933333vw;
}

.glid_base &gt; section .name span.company {
	font-size: 2.933333vw;
	bottom: 6px;
	padding: 3px 5px;
}

.glid_base &gt; section .note {
    font-size: 2.933333vw;
    margin-top: 5px;
}

.glid_base &gt; section .caption {
	letter-spacing: 0;
	font-size: 3.733333vw;
	margin: 0 0 10px;
}

.glid_base &gt; section .cont &gt; figure.image {
    margin: 0 0 14px;
}

.glid_base &gt; section .cont &gt; figure.image.type02{
	width: auto;
}

.glid_base &gt; section figure.image figcaption{
	bottom: 8px;
	left: 8px;
	font-size: 3.466667vw;
}

.glid_base &gt; section figure.image figcaption .note{
	font-size: 3.466667vw;
}

.glid_base &gt; section .figcaption02 {
    font-size: 3.2vw;
    margin-top: 6px;
}

.glid_base &gt; section .sub_content{
	position: relative;
	/*margin: 14px 0 0;*/
}

.glid_base &gt; section .sub_content .image{
	
}

.glid_base &gt; section .image.img_flex{
	width: auto;
	margin: 0 0 14px;
}

.glid_base &gt; section .figcaption{
	margin: 6px 0 0;
	font-size: 3.733333vw;
}

.glid_base &gt; section .sub_content .figcaption{
	margin: 6px 0 0;
	font-size: 3.733333vw;
}

.glid_base &gt; section .sub_content .price{
	width: 48%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.glid_base &gt; section .sub_content .price .price_wrapp .type{
	font-size: 3.733333vw;
	margin: 0 0 8px;
}

.glid_base &gt; section .sub_content .price .price_wrapp .price_num{
	font-size: 5.866667vw;
	margin: 0 0 8px;
}

.glid_base &gt; section .sub_content .price .price_wrapp .price_num small{
	font-size: 3.466667vw;
	margin-left: 4px;
}

.glid_base &gt; section .sub_content .price .price_wrapp .note{
	font-size: 3.733333vw;
}

.glid_base &gt; section .sub_content .specification_dl dd{
    margin: -14px 0 8px 0;
    padding: 0 0 0 50px;
}

.glid_base &gt; section .sub_content .specification_ul{
	font-size: 3.466667vw;
}

.glid_base &gt; section .sub_content .specification_ul li{
	margin: 0 0 4px;
}


#page-top{
	width: 40px;
	height: 40px;
    bottom: 25px;
    right: 15px;
}

#page-top:before {
    width: 16px;
    height: 16px;
    margin: -4px 0 0 -8px;
}


}
</pre></body></html>