@charset "utf-8";
/*
Theme Name: L-style
Theme URI: http://www./
Description: L-style
Version: 1.0
Author: L-style
Author URI: http://www./
Tags: L-style

	L-style
	http://www./

*/


/*reset*/
body{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
p{
	margin: 0;
	line-height: 1.5;
}
a{
	display: block;
	color: #333;
}
a:hover{
	opacity: 0.7;
}
img{
	vertical-align: baseline;
}
.pc-block{
	display: block;
}
.sp-block{
	display: none;
}



/*******************
 * slider-01
********************/
div.slider-01{
	overflow-x:hidden;
}
div.slider-01 div.slide{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:70vh;
	margin:0;
}
div.slider-01 div.slide-01{background-image:url("images/slider_bg_01.jpg");}
div.slider-01 div.slide-02{background-image:url("images/slider_bg_02.jpg");}
div.slider-01 div.slide-03{background-image:url("images/slider_bg_03.jpg");}
div.slider-01 div.slide-04{background-image:url("images/slider_bg_04.jpg");}
div.slider-01 div.slide-05{background-image:url("images/slider_bg_05.jpg");}
div.slider-01 div.slide-06{background-image:url("images/slider_bg_06.jpg");}




/***共通***/
#header .inner .header-top,#nav-area .inner ul,.colume2,.colume3,#footer .inner,#footer .inner .footer-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inner{
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
}
h1{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}
h2{
	color: #51576a;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
h2 span{
	display: block;
	font-size: 30px;
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
h3{
	color: #51576a;
	font-size: 30px;
	text-align: center;
}
.tell-area{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.colume2 > div{
	width: calc(100%/2);
}
.colume3 > div{
	width: calc(100%/3);
}
.button{
	width: 30%;
	background: #51576a;
	margin: 30px auto 0;
	padding: 20px 10px 20px 0;
	position: relative;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.button:after{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 0.8em;
	height: 1em;
	margin: auto;
	background: url(images/allow-w.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.8em;
	top: -3px;
	bottom: 0;
}
.button-b{
	background: #fff;
	color: #000;
}
.button-b:after{
	background: url(images/allow-b.png) no-repeat;
	background-size: contain;
}
.button-p{
	width: 40%;
	background: #fd022b;
	color: #fff;
}


/*TOPコンテンツ*/
#header .inner{
	padding: 10px 0;
}
#header .inner .header-top{
	align-items: center;
	justify-content: space-between;
}
#header .inner .tell-area{
	color: #135763;
}
#header .inner .tell-area .tell{
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
#header .inner .tell-area .tell span{
	display: inline-block;
	vertical-align: middle;
}
#nav-area{
	box-shadow: 0px 5px 17px -5px rgb(0 0 0 / 20%);
}
#nav-area .inner{
	padding: 35px 0;
}
#nav-area .inner ul{
	align-items: center;
	justify-content: center;
}
#nav-area .inner ul li{
	width: calc(100%/5);
}
#nav-area .inner ul li a span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#nav-area .inner ul li a span+span{
	margin-left: 15px;
	color: #51576a;
}
#nav-area.fixed{
	position:fixed;
	top:0;
	z-index:10;
	width:100%;
	background:#fff;
	opacity:0;
	animation-name:NavAreaIn;
	animation-duration:1.2s;
	animation-delay:0s;
	animation-fill-mode:forwards;
}
@keyframes NavAreaIn{
	0%{
		transform:translateY(-120px);
		opacity:0;
	}
	100%{
		opacity:1;
		transform:translateY(0);
	}
}
#cont01{
	background: url(images/cont01-bk.png) no-repeat bottom center;
	background-size: contain;
	margin-top: 74px;
}
#cont01 .inner{
	padding-bottom: 140px;
}
#cont01 .inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
#cont01 .inner ul li{
	margin: 0 20px;
}
#cont01 .inner .block{
	margin-top: 40px;
}
#cont01 .inner .block .text{
	margin-top: 53px;
	color: #333333;
	text-align: center;
	line-height: 2.2;
}
#cont01 .inner .colume3{
	margin-top: 80px;
	justify-content: center;
}
#cont01 .inner .colume3 .box{
	width: 320px;
	height: 320px;
	text-align: center;
}
#cont01 .inner .colume3 .box a{
	position: relative;
	padding: 140px 70px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#cont01 .inner .colume3 .box a:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 70px 70px 0;
	border-color: transparent #f50c0c transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
}
#cont01 .inner .colume3 .box a:after{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 0.6em;
	height: 0.8em;
	margin: auto;
	background: url(images/allow-w.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.2em;
	top: 0.5em;
}
#cont01 .inner .colume3 .box+.box{
	margin-left: 37px;
}
#cont01 .inner .colume3 .box:nth-child(1){
	background: url(images/cont01-img06.jpg) no-repeat bottom center;
	background-size: contain;
}
#cont01 .inner .colume3 .box:nth-child(2){
	background: url(images/cont01-img07.jpg) no-repeat bottom center;
	background-size: contain;
}
#cont01 .inner .colume3 .box:nth-child(3){
	background: url(images/cont01-img08.jpg) no-repeat bottom center;
	background-size: contain;
}
#cont02{
	background: #f6f7fa;
}
#cont02 .inner{
	padding: 50px 0 60px;
}
#cont02 .inner ul{
	width: 70%;
	margin: 10px auto 0;
	border-top: 1px solid #aeacac;
	border-left: 1px solid #aeacac;
	border-right: 1px solid #aeacac;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#cont02 .inner ul li{
	border-bottom: 1px solid #aeacac;
}
#cont02 .inner ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 20px 40px;
}
#cont02 .inner ul li a .icon{
	width: 25%;
	margin-left: 20px;
	text-align: center;
}
#cont02 .inner ul li a .icon .category {
	width: 100%;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 20px;
	color: #fff;
}
#cont02 .inner ul li a .icon .category.news {
	background: #3cc0dc;
}
#cont02 .inner ul li a .icon .category.blog {
	background: #ffa440;
}
#cont02 .inner ul li a .title{
	margin-left: 20px;
}
#cont02 .inner .colume3.adjust{
	-webkit-justify-content:center;
	justify-content:center;
}
#cont02 .inner .colume3.adjust > a.button{
	margin:40px 10px 0 10px;
}
#cont03{
	background: url(images/cont03-bk.png) no-repeat;
	background-size: contain;
	background-position: 810px 50px;
	padding: 150px 0 0;
}
#cont03 .gbk{
	background: url(images/cont03-gbk.png) repeat-y;
	background-size: contain;
	background-position: right;
	margin-top: 10px;
	padding-top: 350px;
	padding-bottom: 90px;
}
#cont03 .bbk{
	background: url(images/cont03-bbk.png) repeat-y;
	background-size: contain;
	padding-top: 170px;
	margin-top: -170px;
	margin-bottom: -170px;
	padding-bottom: 0px;
}
#cont03 .inner{
	max-width: 1200px;
}
#cont03 .inner .colume3{
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -280px;
}
#cont03 .inner .colume3 .box{
	width: calc(34% - 76px);
	margin-left: 35px;
}
#cont03 .inner .colume3 .box:nth-child(3n+1){
	margin-left: 0;
}
#cont03 .inner .colume3 .box:nth-child(n+4){
	margin-top: 30px;
}
#cont03 .inner .colume3 .box a{
	position: relative;
}
#cont03 .inner .colume3 .box a .image img{
	vertical-align: bottom;
}
#cont03 .inner .colume3 .diamond{
	display: block;
	position: absolute;
	top: 1.5em;
	left: 1.5em;
	color: #fff;
}
#cont03 .inner .colume3 .diamond .text-bk{
	width: 5em;
	height: 5em;
	background: #226409;
	transform: rotate(45deg);
	position: relative;
	display: block;
	border-radius: 10px;
}
#cont03 .inner .colume3 .box:nth-child(2) .diamond  .text-bk{
	background: #ca70f8;
}
#cont03 .inner .colume3 .box:nth-child(3) .diamond  .text-bk{
	background: #28b4fd;
}
#cont03 .inner .colume3 .box:nth-child(5) .diamond  .text-bk{
	background: #f793da;
}
#cont03 .inner .colume3 .box:nth-child(6) .diamond  .text-bk{
	background: #602615;
}
#cont03 .inner .colume3 .box:nth-child(7) .diamond  .text-bk{
	background: #3656e0;
}
#cont03 .inner .colume3 .box:nth-child(8) .diamond  .text-bk{
	background: #f51051;
}
#cont03 .inner .colume3 .box:nth-child(9) .diamond  .text-bk{
	background: #ee9015;
}
#cont03 .inner .colume3 .diamond .text-box{
	width: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15px;
	left: 0px;
	bottom: 10px;
	transform: rotate(-45deg);
	animation-name: auto;
	text-align: center;
}
#cont03 .inner .goods-title{
	padding: 15px;
	background: #fff;
	text-align: center;
	line-height: 1;
	width: 330px;
}
#cont03 .inner .button{
	margin-top: 130px;
	bottom: -20px;
}
#cont04{
	background: url(images/cont04-bk.png) no-repeat top left;
	background-size: auto;
	margin-top: 130px;
	padding-top: 140px;
}
#cont04 .inner{
	max-width: 1220px;
}
#cont04 .gbk{
	background: url(images/cont04-gbk.png) repeat-y;
	background-size: contain;
	margin-top: 20px;
	padding-top: 230px;
	padding-bottom: 130px;
}
#cont04 .bbk{
	background: url(images/cont04-bbk.png) repeat-y;
	background-size: contain;
	background-position: right;
	padding-top: 70px;
	margin-top: -170px;
}
#cont04 .inner .colume3 .box+.box{
	margin-left: 15px;
}
#cont04 .inner .colume3 .box .image{
	position: relative;
}
#cont04 .inner .colume3 .box .image span{
	position: absolute;
	left: 0;
	background: #000;
	padding: 5px 20px;
	font-size: 12px;
	color: #fff;
}
#cont04 .inner .goods-title{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#cont04 .inner .button{
	bottom: -20px;
}
#cont05 .inner{
	padding: 140px 0 250px;
}
#cont05 .inner .colume2{}
#cont05 .inner .colume2 > div:nth-child(2){
	text-align:right;
}
#cont05 .inner .box .title{
	text-align:center;
	line-height:1;
	margin:20px 0;
}
#cont05 .inner .box .title span{
	display: block;
	margin-top: 15px;
	font-size: 12px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
footer{
	background: #51576a;
	color:#fff;
}
footer #footer{
	padding: 85px 0 45px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
footer #footer .inner{
	justify-content: space-between;
}
footer .footer-left .tell span{
	display: inline-block;
	margin-top: 5px;
}
footer .footer-left .company{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
}
footer .footer-left .tell{
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
footer .footer-right a{
	color:#fff;
}
footer .footer-right ul li{
	/*font-size:14px;*/
}
footer .footer-right ul + ul{
	margin-left:40px;
}
footer .copyright p{
	margin-top: 90px;
	text-align: center;
	font-size: 12px;
}



/*インナー*/
body.page .main-image,
body.category .main-image,
body.single .main-image{
	width: 100%;
	height: 360px;
}
body.page .inner-page,
body.category .inner-page,
body.single .inner-page{
	margin-top: 120px;
	padding-bottom: 200px;
}
body.page.page-product-info .inner-page{
	margin-top:20px;
}
body.page .main-image,
body.archive .main-image,
body.single-post .main-image{
	background-image: url(images/inner-main.jpg);
	background-size: cover;
	background-position: center;
}
body.page .sub-title{
	color: #51576a;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
body.page-product-info .main-image{
	background-image: url(images/product-info/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-view-board .main-image{
	background-image: url(images/view-board/inner-main.png);
	background-size: cover;
	background-position: center;
}


/*product-d*/
body.product-d #inner-cont01 .block:nth-child(2){
	margin-top: 100px;
}
body.product-d #inner-cont01 .block:nth-child(3){
	margin-top: 70px;
}
body.product-d #inner-cont01 .block:nth-child(4){
	margin-top: 60px;
}
body.product-d #inner-cont01 .block .text{
	margin-top: 20px;
}
body.product-d #inner-cont01 .block .colume3{
	margin-top: 60px;
}
body.product-d #inner-cont01 .block .colume3 .image+.image{
	margin-left: 17px;
}



/*company*/
body.company .main-image{
	background-image: url(images/company/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.company #inner-cont01 .text{
	color: #51576a;
	text-align: center;
	line-height: 1.8;
}
body.company #inner-cont01 .colume3{
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 70px;
}
body.company #inner-cont01 .colume3 .box{
	position: relative;
	width: calc(34% - 50px);
	margin-left: 50px;
}
body.company #inner-cont01 .colume3 .box:nth-child(3n+1){
	margin-left: 0;
}
body.company #inner-cont01 .colume3 .box:nth-child(n+4){
	margin-top: 60px;
}
body.company #inner-cont01 .colume3 .box .button {
	width: 85%;
	position: absolute;
	margin: 0;
	top: 10em;
	right: 0;
}
body.company #inner-cont01 .colume3 .box .button-b:after{
	height: 0.8em;
}
body.company #inner-cont02 {
	margin-top: 140px;
}
body.company #inner-cont02 table{
	margin-top: 110px;
	border-top: 1px solid #c4c1c0;
	border-right: 1px solid #c4c1c0;
	border-collapse: collapse;
}
body.company #inner-cont02 table tbody{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
body.company #inner-cont02 table tbody tr{
	width: calc(100%/2);
	border-bottom: 1px solid #c4c1c0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body.company #inner-cont02 table tr th{
	background: #f7fafc;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-left: 1px solid #c4c1c0;
}
body.company #inner-cont02 table tr td{
	width: 75%;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-left: 1px solid #c4c1c0;
}
body.company #inner-cont03 {
	margin-top: 120px;
}
body.company #inner-cont03 .colume2{
	text-align:center;
	margin-top: 80px;
}
body.company #inner-cont03 .colume2 > div:nth-child(1){
	width:460px;
}
body.company #inner-cont03 .colume2 > div:nth-child(2){
	margin-left:auto;
}
body.company #inner-cont03 .colume2 div.box .title{
	text-align:center;
	line-height:1;
	margin:20px 0;
}
body.company #inner-cont03 .colume2 div.box .title span{
	display: block;
	margin-top: 15px;
	font-size: 12px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
body.company #inner-cont03 iframe{
	margin-top: 35px;
}
body.company #inner-cont03 .colume2 iframe{
	margin-top:0;
	margin-bottom:20px;
}



/*orde*/
body.orde #inner-cont01 .inner > .block:nth-child(2),body.orde #inner-cont01 .inner > .block:nth-child(4){
	margin-top: 100px;
}
body.orde #inner-cont01 .inner > .block:nth-child(3){
	margin-top: 60px;
}
body.orde #inner-cont01 .block .block{
	margin-top: 60px;
}
body.orde #inner-cont01 .block .text{
	margin-top: 20px;
}
body.orde #inner-cont01 .block .colume3{
	margin-top: 60px;
}
body.orde #inner-cont01 .block .colume3 .image+.image{
	margin-left: 17px;
}




/*support*/
body.support #inner-cont01 .colume2:nth-child(2){
	margin-top: 120px;
}
body.support #inner-cont01 .colume2:nth-child(3){
	margin-top: 120px;
}
body.support #inner-cont01 .colume2 .text-area .sub-title{
	text-align: left;
}
body.support #inner-cont01 .colume2 .text-area .text{
	margin-top: 25px;
	line-height: 1.8;
}
body.support #inner-cont01 .colume2 .image-area{
	margin-left: 90px;
}



/*feeling*/
body.feeling #inner-cont01 .block{
	margin-top: 100px;
}
body.feeling #inner-cont01 .block .text{
	margin-top: 40px;
}
body.feeling #inner-cont02 .colume2{
	margin-top: 80px;
}
body.feeling #inner-cont02 .colume2 .text-area .title{
	font-weight: bold;
}
body.feeling #inner-cont02 .colume2:nth-child(1) .text-area{
	margin-right: 40px;
}
body.feeling #inner-cont02 .colume2:nth-child(2) .text-area{
	margin-left: 40px;
}
body.feeling #inner-cont02 .colume2:nth-child(2) .image-area .image{
	text-align: right;
}



/*blackboard*/
body.blackboard .inner .colume2 .text-area .title{
	font-weight: bold;
}
body.blackboard .inner .colume4 .text-area .title{
	font-weight: bold;
}
body.blackboard #inner-cont01 .sub-title {
	margin-top: 100px;
}
body.blackboard #inner-cont01 .colume2{
	margin-top: 70px;
}
body.blackboard #inner-cont01 .colume2 .image-area{
	text-align: right;
}
body.blackboard #inner-cont01 .block .text-area .text+.text{
	margin-top: 35px;
}
body.blackboard #inner-cont02{
	margin-top: 100px;
}
body.blackboard #inner-cont02 .one-block{
	margin-top: 100px;
}
body.blackboard #inner-cont02 .one-block .colume2 .text-area{
	width: 60%;
}
body.blackboard #inner-cont02 .one-block .colume2 .image-area{
	width: 40%;
	text-align: center;
}
body.blackboard #inner-cont02 .inner > .colume2{
	margin-top: 30px;
}
body.blackboard #inner-cont02 .inner > .colume2 .colume2 .text-area{
	width: 70%;
}
body.blackboard #inner-cont02 .inner > .colume2 .colume2 .text-area .text{
	margin-top: 10px;
}
body.blackboard #inner-cont02 .inner > .colume2 .colume2 .image-area{
	margin-left: 40px;
	width: 40%;
}
	body.blackboard #inner-cont02 .inner > .text{
	margin-top: 50px;
}
body.blackboard #inner-cont03{
	margin-top: 75px;
}
body.blackboard #inner-cont03 .colume2{
	margin-top: 60px;
}
body.blackboard #inner-cont03 .colume2 .text-area{
	width: 60%;
}
body.blackboard #inner-cont03 .colume2 .image-area{
	text-align: right;
	width: 40%;
	margin-left: 90px;
}
body.blackboard #inner-cont03 .colume4 {
	margin-top: 60px;
}
body.blackboard #inner-cont04{
	margin-top: 75px;
}
body.blackboard #inner-cont04 .text-area{
	margin-top: 80px;
}
body.blackboard #inner-cont04 .text-area .text+.text{
	margin-top: 40px;
}


/*page-blackboard-c*/
body.page-blackboard-c .main-image{
	background-image: url(images/blackboard-c/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-blackboard-c .product-page .inner .block-title{
	margin-top: 50px;
}
body.page-blackboard-c .inner #inner-cont02 .colume2{
	margin-top: 50px;
	justify-content: space-around;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box{
	width: 40%;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box+.box{
	margin-left: 100px;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box:nth-child(1) .text{
	line-height: 1.8;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box:nth-child(1) > .image{
	margin-top: 20px;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box:nth-child(1) .colume2{
	margin-top: 37px;
	align-items: center;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box:nth-child(1) .colume2 .text{
	margin-left: 20px;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box:nth-child(2) .title{
	font-weight: bold;
	color: #0b4414;
}
body.page-blackboard-c .inner #inner-cont02 .colume2 .box:nth-child(2) .image{
	margin-top: 20px;
}
body.page-blackboard-c .inner #inner-cont03 .colume3{
	margin-top: 50px;
	justify-content: center;
}
body.page-blackboard-c .inner #inner-cont03 .colume3 .image:nth-child(2){
	margin:0 60px;
}
body.page-blackboard-c .inner #inner-cont03 .colume3 .image span{
	display: block;
	text-align: center;
}



/*page-blackboard*/
body.page-blackboard-f .main-image{
	background-image: url(images/blackboard-f/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-blackboard-s .main-image{
	background-image: url(images/blackboard-s/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-original-product .main-image{
	background-image: url(images/original-product/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-original-product #inner-cont01 .text{
	text-align: center;
}
body.page-bulletin-board .main-image{
	background-image: url(images/bulletin-board/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-bulletin-board #inner-cont02 .colume2{
	margin-top: 90px;
}
body.page-bulletin-board #inner-cont02 .colume2 .image-area{
	width: 60%;
}
body.page-bulletin-board #inner-cont02 .colume2 .text-area{
	margin: 0 70px;
	width: 30%;
}
body.page-bulletin-board #inner-cont02 .colume2 .text-area .title{
	font-size: 18px;
	font-weight: bold;
	color: #0b4414;
}
body.page-bulletin-board #inner-cont02 .colume2 .text-area .image{
	margin-top: 56px;
}
body.page-accessories .main-image{
	background-image: url(images/accessories/inner-main.jpg);
	background-size: cover;
	background-position: center;
}
body.page-accessories #inner-cont01 .text{
	text-align: center;
}
body.page-salons .main-image{
	background-image: url(images/salons/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-salons #inner-cont01 .text{
	text-align: center;
}
body.page-restaurant .main-image{
	background-image: url(images/restaurant/inner-main.jpg);
	background-size: cover;
	background-position: center;
}
body.page-school .main-image{
	background-image: url(images/school/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-school #inner-cont01 .text{
	text-align: center;
}
body.page-uvprint .main-image{
	background-image: url(images/page-uvprint/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.page-furniture .main-image{
	background-image: url(images/furniture/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.category-construction-example .main-image{
	background-image: url(images/construction-example/inner-main.png);
	background-size: cover;
	background-position: center;
}


/*material*/
body.material #inner-cont01 .block{
	margin-top: 60px;
}
body.material #inner-cont02{
	margin-top: 100px;
}
body.material #inner-cont02 .colume2{
	flex-wrap: wrap;
}
body.material #inner-cont02 .colume2 .box .sub-title{
	text-align: left;
	color: #000;
	line-height: 1;
}
body.material #inner-cont02 .colume2 .box{
	width: calc(50% - 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
body.material #inner-cont02 .colume2 .box:nth-child(3) .border,body.material #inner-cont02 .colume2 .box:nth-child(4) .border{
	flex-direction: column;
}
body.material #inner-cont02 .colume2 .box:nth-child(n+3){
	margin-top: 50px;
}
body.material #inner-cont02 .colume2 .box:nth-child(even){
	margin-left: 30px;
}
body.material #inner-cont02 .colume2 .box .text{
	margin-top: 15px;
	flex: 1;
}
body.material #inner-cont02 .colume2 .box .colume2{
	margin-top: 35px;
}
body.material #inner-cont02 .colume2 .box .colume2 .image{
	width: calc(50% - 8px);
}
body.material #inner-cont02 .colume2 .box .colume2 .image+.image{
	margin-left: 16px;
}
body.material #inner-cont02 .colume2 .box .colume2 .image span{
	display: block;
	margin-top: 18px;
	text-align: center;
}
body.material #inner-cont02 .colume2 .box:nth-child(3) .colume2 .image:nth-child(2) span{
	text-align: left;
}
body.material #inner-cont02 .colume2 .box .border{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
	padding: 12px 18px;
	border: 1px solid #51576a;
}
body.material #inner-cont02 .colume2 .box .border span{
	padding: 2px 5px;
	font-size: 12px;
}
body.material #inner-cont02 .colume2 .box .border span+span{
	margin-left: 7px;
}
body.material #inner-cont02 .colume2 .box .border span.g-box{
	background: #0b4414;
	color: #fff;
}
body.material #inner-cont02 .colume2 .box .border span.bl-box{
	background: #000;
	color: #fff;
}
body.material #inner-cont02 .colume2 .box .border span.w-box{
	border: 1px solid #333;
}





/*qanda*/
body.qanda #inner-cont01 .block:first-child{
	margin-top: 110px;
}
body.qanda #inner-cont01 .block+.block{
	margin-top: 60px;
}
body.qanda #inner-cont01 .block .qa-box{
	padding: 30px 0;
	border-bottom: 2px dashed #c9c9c9;
}
body.qanda #inner-cont01 .block .qa-box .quation{
	color: #092c90;
	font-size: 24px;
}
body.qanda #inner-cont01 .block .qa-box .answer{
	font-size: 24px;
}
body.qanda #inner-cont01 .block .qa-box .text{
	margin-top: 25px;
}
body.qanda #inner-cont01 .block .qa-box .text a{
	display: inline-block;
	color: #f90808;
	text-decoration: underline;
}




/*replacing*/
body.replacing #inner-cont01 .block{
	margin-top: 100px;
}
body.replacing #inner-cont01 .block .colume3{
	margin-top: 60px;
}
body.replacing #inner-cont01 .block .colume3 .box{
	width: calc(34% - 50px);
	margin-left: 50px;
}
body.replacing #inner-cont01 .block .colume3 .box:nth-child(3n+1){
	margin-left: 0;
}
body.replacing #inner-cont01 .block .colume3 .box .text{
	margin-top: 20px;
}





/*商品ページ*/
.product-page .inner{
	margin-top: 100px;
}
.product-page .inner #inner-cont01{
	margin-top: 110px;
}
.product-page .inner #inner-cont01 .text{
	margin-top: 25px;
}
.product-page .inner .block-title{
	background: #0b4414;
	margin-top: 80px;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.product-page .inner .block-boxarea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.product-page .inner .block-boxarea div{
	width: calc(33% - 17px);
	margin-left: 30px;
}
.product-page .inner .block-boxarea div:nth-child(3n+1){
	margin-left: 0;
}
.product-page .inner .block-boxarea div:nth-child(n+4){
	margin-top: 40px;
}
.product-page .inner .block-boxarea .image{
	height: 240px;
}
.product-page .inner .block-boxarea .image img{
	width: 100%;
	height: 100%;
}
.product-page .inner .block-boxarea .title{
	margin-top: 30px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.product-page .inner .block-boxarea p.more-button{
	padding:0 1.2em;
	margin-top:1.8em;
}
.product-page .inner .block-boxarea p.more-button > a{
	display:block;
	background:#51576a;
	color:#fff;
	font-size:13px;
	font-size:1.3rem;
	text-align:center;
	border-radius:256px;
	padding:0.6em 1.2em;
}
.product-page .inner .block-boxarea p.more-button > a > span{
	display:block;
}
.product-page .inner .block-boxarea .text{
	margin-top: 25px;
}
.product-page .product-footer{
	background-image: url(images/product-footer-bk.jpg);
	background-size: cover;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.product-page .inner .block-supplement-more{
	margin-top:6.2em;
}
.product-page .inner .block-supplement-more a.button-p{
	background:#000;
}
.product-page .product-footer .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0 80px;
	color: #fff;
}
.product-page .product-footer .footer-left{
	width: 30%;
}
.product-page .product-footer .footer-left .title{
	font-size: 60px;
	font-weight: bold;
}
.product-page .product-footer .footer-right{
	width: 60%;
}
.product-page .product-footer .footer-right .colume2{
	flex-wrap: wrap;
}
.product-page .product-footer .footer-right .colume2 .image{
	width: 33%;
}
.product-page .product-footer .footer-right .colume2 .text-area{
	width: 50%;
margin-left: 20px;
}
.product-page .product-footer .footer-right .colume2 .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-page .product-footer .footer-right .colume2 .box:nth-child(n+3){
margin-top: 27px;
}
.product-page .product-footer .footer-right .colume2 .box .text-area > p{
	font-size: 18px;
}
.product-page .product-footer .footer-right .colume2 .box .text-area .button {
	width: auto;
	background: none;
	font-size: 14px;
	margin: 20px 0 0;
	padding: 0;
	text-align: left;
}
.product-page .product-footer .footer-right .colume2 .box .text-area .button:after {
	left: 2em;
	top: 0;
	right: 0;
}



body.contact .main-image{
	background-image: url(images/contact/inner-main.png);
	background-size: cover;
	background-position: center;
}
body.contact .contact-block {
	width: 85%;
	margin: 50px auto 0;
}
body.contact .contact-block input[type="text"], body.contact .contact-block input[type="email"], body.contact .contact-block textarea,body.contact .contact-block select{
	padding: 15px;
	width: 100%;
}
body.contact .contact-block dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
body.contact .contact-block dl dt{
	width: 30%;
	position: relative;
}
body.contact .contact-block dl dt .red{
	width: 28%;
	background: #a11010;
	position: absolute;
	right: 4em;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
body.contact .contact-block dl dd{
	width: 67%;
}
body.contact .contact-block dl dd.line,body.contact .contact-block dl dd.line .mwform-tel-field{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
body.contact input[type="submit"] {
	position: relative;
	width: 15%;
	margin: 30px auto 0;
	padding: 10px;
}
body.contact .contact-block .submit-button{
	text-align: center;
}


body.archive .inner .article-area{
	width: 90%;
	margin: 40px auto 0;
	border-top: 1px solid #aeacac;
	border-left: 1px solid #aeacac;
	border-right: 1px solid #aeacac;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
body.archive .inner .article-area li{
	border-bottom: 1px solid #aeacac;
}
body.archive .inner .article-area li a{
	display: flex;
	align-items: center;
	background: #fff;
	padding: 20px 40px;
}
body.archive .inner .article-area li a .icon {
	width: 15%;
	margin-left: 20px;
	text-align: center;
}
body.archive .inner .article-area li a .icon .category{
	width: 100%;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 20px;
	color: #fff;
	font-size:13px;
	background: #ffa440;
}
body.archive .inner .article-area li a .icon .category.news{
	background: #3cc0dc;
}
body.archive .inner .article-area li a .title {
	margin-left: 46px;
}







@media screen and (max-width: 767px){

	.pc-block{
		display: none;
	}
	.sp-block{
		display: block;
	}
	.inner{
		width: auto;
		max-width: none;
		margin: 0 20px;
	}
	#header .inner .header-top, #nav-area .inner ul, .colume2, .colume3, #footer .inner{
		flex-direction: column;
	}
	.colume2,.colume3 {
		display: block;
	}
	.colume2 > div{
		width: auto;
	}
	.colume3 > div{
		width: auto;
	}
	h2{
		font-size: 24px;
	}
	.button{
		width: auto;
	}
	#menubtn{
		position: fixed;
		height: 24px;
		width: 30px;
		display: inline-block;
		box-sizing: border-box;
		z-index: 20;
		right: 15px;
		top: 15px;
	}
	#menubtn div{
		position: absolute;
		left: 0;
		height: 2px;
		width: 30px;
		background-color: #333;
		display: inline-block;
		box-sizing: border-box;
	}
	#menubtn div:nth-of-type(1){
		top: 0;
	}
	#menubtn div:nth-of-type(2){
		top: 10px;
	}
	#menubtn div:nth-of-type(3){
		bottom: 0;
	}
	#menubtn.is-active div:nth-of-type(1){
		top: 0;
		transform: translateY(10px) rotate(-45deg);
	}
	#menubtn.is-active div:nth-of-type(2){
		opacity: 0;
	}
	#menubtn.is-active div:nth-of-type(3){
		bottom: 0;
		transform: translateY(-12px) rotate(45deg);
	}
	#nav-area{
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 10;
	}
	#nav-area .inner ul {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 320px;
		width: 50%;
	}
	#nav-area .inner ul li {
		width: 100%;
	}
	#nav-area .inner ul li a{
		text-align: left;
		font-size: 24px;
	}
	#nav-area .inner ul li+li{
		margin-top: 20px;
	}
	#nav-area.fixed{
		position:fixed;
		opacity:1;
		animation-name:none;
	}
	div.slider-01 div.slide{
		height: 50vh;
	}
	#header .inner{
		margin: 0 10px;
		text-align: center;
	}
	#header .inner h1{
		font-size: 20px;
	}
	#header .inner .tell-area{
		margin-top: 10px;
	}
	#header .inner .tell-area .tell{
		font-size: 28px;
	}
	#header .inner .tell-area .tell a{
		display:inline-block;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		color: #135763;
	}
	#cont01 .inner .block .text{
		text-align: left;
	}
	#cont01 .inner .colume3 .box+.box {
		margin-top: 37px;
		margin-left: 0;
	}
	#cont01 .inner {
		padding-bottom: 90px;
	}
	#cont01 .inner ul{
		flex-wrap: wrap;
		align-items: center;
	}
	#cont01 .inner ul li{
		margin: 0;
		width: calc(100%/3);
	}
	#cont01 .inner .colume3 .box {
		width: auto;
		height: auto;
	}
	#cont01 .inner .colume3 .box a{
		padding: 104px 60px;
		font-size: 18px;
	}
	#cont01 .inner .colume3 .box:nth-child(1){
		background-size: cover;
	}
	#cont01 .inner .colume3 .box:nth-child(2){
		background-size: cover;
	}
	#cont01 .inner .colume3 .box:nth-child(3){
		background-size: cover;
	}
	#cont02 .inner ul{
		width: auto;
	}
	#cont02 .inner ul li a{
		flex-wrap: wrap;
		padding: 20px;
	}
	#cont02 .inner ul li a .icon{
		width: auto;
	}
	#cont02 .inner ul li a .title{
		margin-left: 0;
		margin-top: 20px;
	}
	#cont02 .inner .colume3.adjust > a.button{
		margin:20px 0 0 0;
	}
	#cont03{
		background-position: 60px 20px;
		padding: 40px 0 0;
	}
	#cont03 .gbk{
		padding-top: 280px;
	}
	#cont03 .inner .button{
		margin-top: 50px;
	}
	#cont03 .inner .colume3 .box {
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}
	#cont03 .inner .goods-title{
		width: auto;
	}
	#cont04{
		background-size: contain;
		background-position: 30px 70px;
		padding-top: 80px;
	}
	#cont04 .bbk{
		padding-top: 30px;
	}
	#cont04 .gbk{
		padding-bottom: 60px;
	}
	#cont04 .inner .colume3 .box+.box {
		margin-top: 15px;
		margin-left: 0;
	}
	#cont05 .inner {
		padding: 40px 0 150px;
	}
	#cont05 .inner .colume2 .box+.box{
		margin-top: 40px;
	}
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
	footer #footer{
		padding: 45px 0;
	}
	footer .footer-left .company{
		font-size: 20px;
	}
	footer .footer-left .tell{
		margin-top: 20px;
		font-size: 20px;
	}
	footer .footer-left .tell a{
		display: inline-block;
		color: #fff;
	}
	#footer .inner .footer-right{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	#footer .inner .footer-right ul:nth-child(1){
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#footer .inner .footer-right ul:nth-child(1) li{
		width: calc(100%/2);
	}
	footer .footer-right ul+ul {
		margin-left: 0;
		width: 50%;
		margin-top: 20px;
	}
	footer .copyright p{
		margin-top: 20px;
	}
	body.page .inner-page, body.category .inner-page, body.single .inner-page{
		margin-top: 60px;
		padding-bottom: 100px;
	}
	body.page .main-image, body.category .main-image, body.single .main-image{
		height: 100px;
	}
	body.page .sub-title{
		font-size: 20px;
	}
	body.page .product-page .inner-contents .inner{
		margin: 0;
	}
	body.company #inner-cont01 .text{
		text-align: left;
	}
	body.company #inner-cont01 .colume3{
		margin-top: 40px;
	}
	body.company #inner-cont01 .colume3 .box{
		width: auto;
		margin-top: 20px;
		margin-left: 0;
	}
	body.company #inner-cont01 .colume3 .box:nth-child(n+4) {
		margin-top: 20px;
	}
	body.company #inner-cont01 .colume3 .box .image img{
		width: 100%;
	}
	body.company #inner-cont02 {
		margin-top: 80px;
	}
	body.company #inner-cont02 table{
		margin-top: 40px;
	}
	body.company #inner-cont02 table tbody{
		flex-direction: column;
	}
	body.company #inner-cont02 table tbody tr{
		width: 100%;
		flex-direction: column;
	}
	body.company #inner-cont02 table tr th,body.company #inner-cont02 table tr td{
		width: auto;
		padding: 15px;
	}
	body.company #inner-cont03 {
		margin-top: 80px;
	}
	body.company #inner-cont03 .colume2 > div:nth-child(1){
		width:100%;
	}
	body.company #inner-cont03 .colume2 > div:nth-child(2){
		margin-left:auto;
	}
	body.company #inner-cont03 .colume2 .box+.box{
		margin-top: 40px;
	}
	body.product-d #inner-cont01 .block:nth-child(2){
		margin-top: 60px;
	}
	body.product-d #inner-cont01 .block:nth-child(3) {
		margin-top: 60px;
	}
	body.product-d #inner-cont01 .block .colume3 .image+.image {
		margin-left: 0;
	}
	body.product-d #inner-cont01 .block .colume3 {
		margin-top: 40px;
	}
	body.orde #inner-cont01 .inner > .block:nth-child(2) {
		margin-top: 60px;
	}
	body.orde #inner-cont01 .inner > .block:nth-child(4) {
		margin-top: 80px;
	}
	body.orde #inner-cont01 .block .colume3 {
		margin-top: 40px;
	}
	body.orde #inner-cont01 .block .colume3 .box+.box{
		margin-top: 20px;
	}
	body.orde #inner-cont01 .block .text {
		margin-top: 10px;
	}
	body.orde #inner-cont01 .block .colume3 .image+.image {
		margin-left: 0;
	}
	body.support #inner-cont01 .colume2:nth-child(2) {
		margin-top: 60px;
	}
	body.support #inner-cont01 .colume2 .image-area {
		margin-left: 0;
	}
	body.support #inner-cont01 .colume2:nth-child(3) {
		margin-top: 60px;
	}
	body.feeling #inner-cont01 .block {
		margin-top: 60px;
	}
	body.feeling #inner-cont02 .colume2 {
		margin-top: 40px;
	}
	body.feeling #inner-cont02 .colume2:nth-child(1){
		display: flex;
		flex-direction: column-reverse;
		margin-top: 60px;
	}
	body.feeling #inner-cont02 .colume2:nth-child(1) .text-area {
		margin-right: 0;
	}
	body.feeling #inner-cont02 .colume2:nth-child(2) .text-area {
		margin-left: 0;
	}
	body.blackboard #inner-cont01 .sub-title {
		margin-top: 60px;
	}
	body.blackboard #inner-cont01 .colume2 {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 40px;
	}
	body.blackboard #inner-cont02 {
		margin-top: 80px;
	}
	body.blackboard #inner-cont02 .one-block .colume2 .text-area {
		width: auto;
	}
	body.blackboard #inner-cont02 .inner > .colume2 .colume2 .text-area {
		width: auto;
	}
	body.blackboard #inner-cont02 .one-block {
		margin-top: 40px;
	}
	body.blackboard #inner-cont02 .one-block .colume2{
		display: flex;
		flex-direction: column-reverse;
	}
	body.blackboard #inner-cont02 .one-block .colume2 .image-area {
		width: auto;
	}
	body.blackboard #inner-cont02 .inner > .colume2 {
		margin-top: 0;
	}
	body.blackboard #inner-cont02 .inner > .colume2 .colume2{
		display: flex;
		flex-direction: column-reverse;
		margin-top: 20px;
	}
	body.blackboard #inner-cont02 .inner > .colume2 .colume2 .image-area {
		margin-left: 0;
		width: auto;
		text-align: center;
	}
	body.blackboard #inner-cont02 .inner > .text {
		margin-top: 20px;
	}
	body.blackboard #inner-cont03 {
		margin-top: 60px;
	}
	body.blackboard #inner-cont03 .colume2{
		margin-top: 40px;
		display: flex;
		flex-direction: column-reverse;
	}
	body.blackboard #inner-cont03 .colume2 .text-area {
		width: auto;
	}
	body.blackboard #inner-cont03 .colume2 .image-area {
		text-align: center;
		width: auto;
		margin-left: 0;
	}
	body.blackboard #inner-cont04 .text-area {
		margin-top: 40px;
	}
	body.page-blackboard-c .inner #inner-cont02 .colume2 .box {
		width: auto;
	}
	body.page-blackboard-c .inner #inner-cont03 .colume3 .image:nth-child(2) {
		margin: 0 ;
	}
	body.page-blackboard-c .inner #inner-cont02 .colume2 .box:nth-child(1) .colume2{
		text-align: center;
	}
	body.page-blackboard-c .inner #inner-cont02 .colume2 .box+.box {
		margin-left: 0;
	}
	body.page-blackboard-c .inner #inner-cont03 .colume3 .image{
		text-align: center;
	}
	body.page-blackboard-c .inner #inner-cont03 iframe{
		margin-top: 50px;r
	}
	body.page-bulletin-board #inner-cont02 .colume2 {
		margin-top: 60px;
	}
	body.qanda #inner-cont01 .block:first-child {
		margin-top: 40px;
	}
	body.qanda #inner-cont01 .block .qa-box{
		padding: 20px 0;
	}
	body.qanda #inner-cont01 .block .qa-box .quation{
		font-size: 18px;
		text-indent: -2em;
		padding-left: 2em;
	}
	body.qanda #inner-cont01 .block .qa-box .answer {
		font-size: 18px;
		text-indent: -2em;
		padding-left: 2em;
	}
	body.qanda #inner-cont01 .block+.block {
		margin-top: 40px;
	}
	body.qanda #inner-cont01 .block .text-area{
		margin-top: 10px;
	}
	body.material #inner-cont02 {
		margin-top: 80px;
	}
	body.material #inner-cont02 .colume2 .box {
		width: auto;
		margin-top: 40px;
	}
	body.material #inner-cont02 .colume2 .box .border{
		flex-direction: column;
	}
	body.material #inner-cont02 .colume2 .box:nth-child(n+3) {
		margin-top: 40px;
	}
	body.material #inner-cont02 .colume2 .box .colume2 {
		margin-top: 20px;
	}
	body.material #inner-cont02 .colume2 .box .colume2 .image {
		width: auto;
	}
	body.material #inner-cont02 .colume2 .box .colume2 .image img{
		width: 100%;
	}
	body.material #inner-cont02 .colume2 .box:nth-child(even) {
		margin-left: 0;
	}
	body.material #inner-cont02 .colume2 .box .colume2 .image+.image {
		margin-left: 0;
		margin-top: 20px;
	}
	body.material #inner-cont02 .colume2 .box .colume2 .image span {
		margin-top: 10px;
	}
	body.replacing #inner-cont01 .block {
		margin-top: 80px;
	}
	body.replacing #inner-cont01 .block .colume3 {
		margin-top: 40px;
	}
	body.replacing #inner-cont01 .block .colume3 .box {
		width: auto;
		margin-left: 0;
	}
	body.replacing #inner-cont01 .block .colume3 .box+.box {
		margin-top: 40px;
	}



body.page-uvprint .main-image{
	background-position: right;
}
body.page-blackboard-f .main-image{
	background-position: right;
}
body.page-view-board .main-image{
	background-position: 22%;
}
body.company .main-image{
	background-position: 24%;
}
body.page-blackboard-c .main-image{
	background-position: 66%;
}
body.category-construction-example .main-image{
	background-position: 10%;
}
body.page-furniture .main-image{
	background-position: 60%;
}




	.product-page .inner {
		margin-top: 80px;
	}
	.product-page .inner #inner-cont01 {
		margin-top: 60px;
	}
	.product-page .inner .block-title{
		margin-top: 40px;
	}
	.product-page .inner .block-boxarea{
		flex-direction: column;
	}
	.product-page .inner .block-boxarea div {
		width: auto;
		margin-left: 0;
	}
	.product-page .inner .block-boxarea div+div{
		margin-top: 40px;
	}
	.product-page .product-footer .inner{
		flex-direction: column;
		padding: 40px 0;
	}
	.product-page .inner .block-boxarea .title{
		margin-top: 20px;
	}
	.product-page .product-footer .footer-left {
		width: auto;
	}
	.product-page .product-footer .footer-left .title{
		line-height: 1;
		font-size: 40px;
	}
	.product-page .product-footer .footer-left .text{
		text-align: center;
	}
	.product-page .product-footer .footer-right {
		width: auto;
	}
	.product-page .product-footer .footer-right .colume2{
		margin-top: 40px;
	}
	.product-page .product-footer .footer-right .colume2 .box+.box{
		margin-top: 20px;
	}
	.product-page .product-footer .footer-right .colume2 .text-area{
		width: 60%;
	}
	body.archive .inner .article-area{
		width: auto;
	}
	body.archive .inner .article-area li a{
		flex-wrap: wrap;
		padding: 20px;
	}
	body.archive .inner .article-area li a .icon{
		width: auto;
	}
	body.archive .inner .article-area li a .title {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	body.contact .contact-block {
		width: auto;
		margin: 40px auto 0;
	}
	body.contact .contact-block dl{
		flex-direction: column;
		padding: 0;
	}
	body.contact .contact-block dl+dl{
		margin-top: 40px;
	}
	body.contact .contact-block dl dt {
		width: 100%;
		position: relative;
	}
	body.contact .contact-block dl dd {
		width: 100%;
		margin-top: 20px;
	}
	body.contact input[type="submit"]{
		width: 100%;
	}
	body.page-bulletin-board #inner-cont02 .colume2 .image-area {
		width: 100%;
	 }
	body.page-bulletin-board #inner-cont02 .colume2 .text-area {
		margin: 0 auto;
		width: 100%;
	}
	.facebook_wrap{
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	body.archive.category.category-construction-example div.include-parts-works-list {
		margin-top: 40px;
	}

}
