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

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
}


@media screen and (max-width: 768px){
body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
	}
}

@media screen and (min-width: 769px){
.sp-visible {
    display: none!important;
}
}


.all-wrap {
    padding-left: 270px;
}

@media screen and (max-width: 768px){
.all-wrap {
    padding-left: 0;
	}
}

/* グローバルナビ サイド */

#header {
    position: fixed;
    width: 270px;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 10px rgb(51 51 51 / 20%);
    box-shadow: 0 0 10px rgb(51 51 51 / 20%);
    z-index: 50;
}

@media screen and (max-width: 768px){
#header {
    width: 100%;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    overflow: visible;
	}
}

#header .header-inner .logo {
    padding-top: 25px;
    padding-bottom: 35px;
}

@media screen and (max-width: 768px){
#header .header-inner .logo {
    padding: 10px 0 0 10px;
	}
}

#header .header-inner .logo h1 {
    text-align: center;
}

#header .header-inner .logo .sp-logo {
    display: none;
}

@media screen and (max-width: 768px){
#header .header-inner .logo h1 {
    text-align: left;
	    display: none;
	}
}

#header .header-inner .logo h1 img {
    display: block;
    margin: auto;
}

@media screen and (max-width: 768px){
#header .header-inner .logo .sp-logo {
    display: block;
position: absolute;
    margin: -57px 0 0 0;
	}
}




/* スマホナビ */

@media screen and (max-width: 768px){
#header .header-inner .sp-wrap {
    position: fixed;
    top: 60px;
    width: 100%;
    height: auto;
    overflow-y: auto;
    max-height: calc(100% - 60px);
    display: none;
    background: #f9f9f9;
	}
}


#header .header-inner .sp-wrap .gnav>ul>li {
    border-top: 1px solid #ecebde;
}

@media screen and (max-width: 768px){
#header .header-inner .sp-wrap .gnav>ul>li {
    border-bottom: 1px solid #c6c6c6;
	}
}


#header .header-inner .sp-wrap .gnav>ul>li>a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    width: 100%;
    height: 58px;
    position: relative;
    font-weight: bold;
    padding-left: 30px;
    color: #222222;
	text-decoration: none;
}

@media screen and (max-width: 768px){
#header .header-inner .sp-wrap .gnav>ul>li>a {
    height: 55px;
    font-weight: bold;
    font-size: 1.5rem;
	}
}

@media screen and (max-width: 768px){
.pc-visible {
    display: none!important;
	}
}


#header .header-inner .sp-wrap .gnav>ul>li:last-child {
    border-bottom: 1px solid #ecebde;
}

#header .header-inner .sp-wrap .btn {
    padding: 0 30px 30px;
    margin-top: 20px;
}

#header .header-inner .sp-wrap .btn .head-btn .unit-headbtn-01 {
    margin-top: 15px;
}

#header .header-inner .sp-wrap .btn .head-btn .unit-headbtn-01>.inner {
    border: 2px solid #fd8f00;
    background: #fff;
    border-radius: 5px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fd8f00;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
	text-decoration: none;
    -webkit-box-shadow: 5px 5px 5px rgb(51 51 51 / 20%);
    box-shadow: 3px 3px 3px rgb(51 51 51 / 20%);
}

#header .header-inner .sp-wrap .btn .head-btn .unit-headbtn-01>.txt {
	text-decoration: none;	
}


/*

SPヘッダーオープン

*/

@media screen and (max-width: 768px){
#header {
    width: 100%;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    overflow: visible;
	}
}

/* ハンバーガーメニュー */

#header #navBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: #0062b1;
    color: #fff;
    display: block;
    width: 60px;
    height: 100%;
    text-align: center;
    padding-top: 33px;
    font-size: 1.4rem;
}

#header #navBtn:after, #header #navBtn:before {
    content: "";
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#header #navBtn:before {
    transform-origin: left top;
    top: 14px;
}

#header #navBtn span:after {
    content: "";
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 21px;
    transition: all 0.3s;
}

#header #navBtn:after {
    transform-origin: left bottom;
    top: 28px;
}





/*  /////////
////  CTA  ////
/////////    */

.section-cta-01 {
    background: url(https://last-coating.com/wp-content/uploads/2021/05/IMG_1058-cta.jpg) no-repeat;
	background-size: cover;
    background-position: center;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
    padding: 60px 0;
}

/*
.section-cta-01 .w960 {
    background: url(../img/top/cta_bg_l.png) no-repeat left top,url(../img/top/cta_bg_r.png) no-repeat right top;
}
*/

.w960 {
    width: 960px;
    max-width: 100%;
    margin: auto;
}

@media screen and (max-width: 768px){
.w960 {
    width: 100%;
    padding-left: 15px;
	padding-right: 15px;
	}
}


#header #navBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: #0062b1;
    color: #fff;
    display: block;
    width: 60px;
    height: 100%;
    text-align: center;
    padding-top: 33px;
    font-size: 1.4rem;
}

#header #navBtn:before {
    transform-origin: left top;
    top: 14px;
}

#header #navBtn:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    top: 28px;
}

#header #navBtn:after, #header #navBtn:before {
    content: "";
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/*//////////////
/* メイン部分 */
/*/////////////*/

#contents {
    overflow: hidden;
    position: relative;
    display: block;
}

@media screen and (max-width: 768px){
#contents {
    width: 100%;
	}
}

#mainvisual {
    overflow: hidden;
    position: relative;
    padding: 0;
}

@media screen and (max-width: 768px){
#mainvisual {
    width: 100%;
    height: auto;
    margin-top: 60px;
	}
}


/*//////////////
/* セクション */
/*/////////////*/


.box-top-01 {
	display: flex;
}

.box-top-01>.inner-l {
	width: 480px;
	margin-right: 20px;
}

.section-top-01 {
    padding: 60px 0;
}

.inner-l a {
    display: block;
    color: #000;
    text-decoration: none;
}

.inner-l a:hover {
    display: block;
    color: #808080;
}

@media screen and (max-width: 768px){
.section-top-01 {
    padding: 40px 0;
	}
}


#mainvisual .unit-mv-01 {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#mainvisual .box-mvbg-01 {
	vertical-align: middle; /* 画像を垂直に */
  	text-align: center; /* 画像を中央に */
	max-height: 500px;
}

#mainvisual .box-mvbg-01 img {
	display: inline-block;
    width: 100%;
    height: auto;
	max-height: 100%;
}

.unit-title-01 {
    color: #222222;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
	margin: 0 0 30px 0;
}

@media screen and (max-width: 768px){
.unit-title-01 {
    background: url(../img/common/line_02.png) no-repeat center bottom/35px auto;
    font-size: 2.6rem;
    padding-bottom: 15px;
    text-align: center;
	}
}

@media screen and (max-width: 768px){
.box-top-01 {
    display: block;
	}
}



.box-top-01>.inner-l .unit-btn-01 {
    margin-top: 35px;
}

@media screen and (max-width: 768px){
.box-top-01>.inner-l {
    background: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
	}
}



.box-top-01>.inner-l .unit-btn-01>.inner {
    width: 273px;
    height: 45px;
}

.unit-btn-01>.inner>.txt {
    position: relative;
    letter-spacing: 0.1em;
}


.box-top-01>.inner-r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	max-height: 200px;
}

.video-wrap {
  position: relative;
}

.demo {
	width: 100%;
}

/*

メニューエリア

*/


.section-top-02 {
    padding: 60px 0;
	background-color: #F8F8F8;
}

.unit-title-03 {
    color: #222222;
    font-weight: bold;
    text-align: center;
    background: url(../img/common/line_02.png) no-repeat center bottom/35px auto;
    padding-bottom: 20px;
	font-size: 2.8rem;
}


.unit-about-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    color: #000;
	margin: 10px 0 40px;
}

@media screen and (max-width: 720px){
.unit-about-01 {
    display: block;
	}
}


.unit-about-01>.inner-l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px 0 70px;
}

@media screen and (max-width: 720px){
.unit-about-01>.inner-l {
    width: 100%;
    padding: 30px 20px 10px;
	}
}


.unit-about-01>.inner-l>.txt-wrap>.subtitle {
    font-size: 1.6rem;
	font-weight: bold;
}

.unit-about-01>.inner-l>.txt-wrap>.title {
    font-size: 2.8rem;
	font-weight: bold;
	line-height: 36px;
    margin: 20px 0 40px;
}

.unit-about-01>.inner-l>.txt-wrap>.txt {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 10px 0 20px;
}

@media screen and (max-width: 768px){
	
	.unit-about-01>.inner-l>.txt-wrap>.title {
		margin: 10px 0 20px;
	}
	
.unit-about-01>.inner-l>.txt-wrap>.txt {
    font-size: 1.4rem;
    margin: 10px 0;
	}
}

.unit-about-01>.inner-r {
	max-width: 480px;
	height: auto;
}

@media screen and (max-width: 720px){
.unit-about-01>.inner-r {
    width: 100%;
	}
}

.unit-about-01>.inner-r img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 720px){
.unit-about-01>.inner-r img {
    width: 100%;
	}
}


.unit-title-04>.sub {
    display: block;
    font-size: 3rem;
    line-height: 1;
}

.unit-title-04>.main {
    display: block;
    font-size: 3.4rem;
}

.box-btncolumn-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 680px){
.box-btncolumn-01 {
    display: block;
	}
}

.unit-btn-02>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fc8e00;
    border: 3px solid #fc8e00;
    color: #fff;
    width: 390px;
    height: 57px;
    border-radius: 60px;
    font-size: 1.7rem;
    font-weight: bold;
	text-decoration: none;
    -webkit-box-shadow: 5px 5px 5px rgb(51 51 51 / 20%);
    box-shadow: 5px 5px 5px rgb(51 51 51 / 20%);
}

@media screen and (max-width: 680px){
.box-btncolumn-01>.inner {
    width: 100%;
	}
}

@media screen and (max-width: 680px){
.box-btncolumn-01>.inner.unit-btn-02>.inner {
    margin-left: auto;
    margin-right: auto;
	}
}

@media screen and (max-width: 768px){
.box-btncolumn-01>.inner.unit-btn-02>.inner {
    width: 100%;
	text-decoration: none;
	}
}

@media screen and (max-width: 768px){
.unit-btn-02>.inner {
    max-width: 300px;
    width: 100%;
	}
}

@media screen and (max-width: 680px){
.box-btncolumn-01>.inner:not(:first-child) {
    margin-top: 15px;
	}
}


@media screen and (max-width: 680px){
.box-btncolumn-01>.inner {
    width: 100%;
	}
}

@media screen and (max-width: 768px){
.box-btncolumn-01>.inner {
    margin-left: 0!important;
    margin-right: 0!important;
	}
}





.section-top-03 {
    padding: 50px 0;
	background-color: #FFFFFF;
}


/*

cta 04

*/

.unit-title-04 {
    color: #000;
    text-align: center;
	font-size: 2.8rem;
    font-weight: bold;	
}

.unit-title-04>.main {
    display: block;
    font-size: 3.4rem;
}

.unit-read-01 {
    text-align: center;
	margin: 0 0 30px 0;
}

.fs15 {
    font-size: 1.6rem;
}


a.cta-btn {
    width: 35%;
    padding: 15px 0;
    margin: auto;
    color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid #fc8e00;
	background-color: #fc8e00;
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    overflow: hidden;
	text-decoration	:none;
}

@media screen and (max-width: 768px){
	a.cta-btn {
		width: 70%;
		padding: 10px 0;
	}
}


/*施工事例　タブエリア*/

.tabs {
    margin-top: 50px;
    width: 100%;
    margin: 0 auto;
}

input[name="tab-item"] {
    display: none;
}

.tab-item {
	border: 1px solid #707070;
	border-bottom: none;
    width: 170px;
    height: 48px;
    background-color: #fff;
	font-size: 1.4rem;
    line-height: 50px;
    text-align: center;
    color: #707070;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media screen and (max-width: 768px){
	.tab-item {
		width: 100px;
		margin-left: 5px;
	}
}

.tabs input:checked + .tab-item {
    background-color: #707070;
    color: #fff;
}

#japan:checked ~ #japanList, #foreign:checked ~ #foreignList, #premium:checked ~ #premiumList {
    display: block;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	#japan:checked ~ #japanList, #foreign:checked ~ #foreignList, #premium:checked ~ #premiumList {
    display: flex;
}
}



/*料金表　タブエリア*/
#evo:checked ~ #evoList, #neo:checked ~ #neoList, #premium:checked ~ #premiumList {
    display: block;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	#evo:checked ~ #evoList, #neo:checked ~ #neoList, #premium:checked ~ #premiumList {
    display: block;
}
}

#works:checked ~ #worksList, #gallery:checked ~ #galleryList {
    display: block;
}

.tab-content {
    display: none;
    padding: 10px 0;
    clear: both;
    overflow: hidden;
    border-top: 3px solid #707070;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: -ms-flexbox;
}


/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
  .tab-content {
    overflow-x: inherit;
	  padding: 30px 0;
	}
}

.tab-content > worklist {
  width: 100%;
  min-width: 140px; }

@media screen and (min-width: 768px) {
  .tab-content > worklist {
    min-width: inherit; } }

.tab-content > worklist:not(:last-child) {
  margin-right: 5px; }

.tab-content > worklist:last-child {
  padding-right: 5px; }

@media screen and (min-width: 768px) {
  .tab-content > worklist:last-child {
    padding-right: 0; } }

.tab-content img {
  vertical-align: bottom; }






.worklist {
    width: 300px;
    margin: 20px 10px 15px;
	float: left;
	font-size: 1.4rem;
	box-shadow: 2px 2px 2px rgb(51 51 51 / 20%);
}

.worklist figure {
    width: 300px;
    height: 220px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.worklist {
		width: 280px;
    margin: 10px;
	}
	
	.worklist figure {
    width: 280px;
    height: 220px;
}
	
}

.worklist a {
    display: block;
    color: #808080;
    text-decoration: none;
}

.worklist figure img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.worklist a>span {
    font-size: 15px;
}

.worklist a>span:after {
    content: "/";
    display: inline-block;
    margin: 0 0 0 3px;
}

.worklisttxt {
	padding: 0 10px 10px;
}

a.unit-btn {
	display: none;
    width: 35%;
    padding: 15px 0;
    margin: auto;
    color: #222222;
    cursor: pointer;
    position: relative;
    border: 1px solid #222222;
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    overflow: hidden;
	text-decoration: none;
}

@media screen and (max-width: 768px){
	a.unit-btn {
		width: 60%;
		padding: 10px 0;
	}
}


/*

お客様の声

*/

.section-top-05 {
    padding: 50px 0;
	background-color: #F8F8F8;
}

.unit-title-05 {
    color: #222222;
    font-weight: bold;
    text-align: center;
    background: url(../img/common/line_02.png) no-repeat center bottom/35px auto;
    padding-bottom: 20px;
    font-size: 2.8rem;
}


.voice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgb(51 51 51 / 20%);
}

@media screen and (min-width: 769px){
.voice_inner_thum {
    width: 300px;
	margin: 0;
	}

.voice_inner_thum img {
    max-width: 300px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: solid 0px #d8dbdc;
    box-sizing: border-box;
}

.voice_inner_txt {
    width: 600px;
	margin: 0;
	font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px){
	.voice_inner_thum img {
		   width: 100%;
	}
}


.box-btncolumn-01>.inner:first-child {
    margin-right: 20px;
}

#footer .footer-topwrap-01 {
    padding: 30px 20px 50px;
}

#footer .footer-topwrap-01 .w960 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .footer-topwrap-01 .w960 .footer-logo-01 img {
    display: block;
    max-width: 100%;
    height: auto;
}

#footer .footer-topwrap-01 .w960 .footer-logo-01 .box-footeradd-01 {
    font-size: 1.3rem;
    display: block;
    margin-top: 20px;
}

#footer .footer-topwrap-01 .w960 .footer-nav-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
}

#footer .footer-topwrap-01 .w960 .footer-nav-01>ul {
    width: 50%;
}

#footer .footer-topwrap-01 .w960 .footer-nav-01>ul>li {
    margin-bottom: 5px;
}

#footer .footer-topwrap-01 .w960 .footer-nav-01>ul>li>a {
    font-size: 1.3rem;
    font-weight: bold;
	text-decoration: none;
}

#footer .footer-copy-01 {
    text-align: center;
    font-size: 1.3rem;
    padding: 0 0 20px;
    color: #9e9e9e;
}


@media screen and (max-width: 768px){
#footer {
    padding-bottom: 66px;
	}
}

@media screen and (max-width: 768px){
#footer .footer-topwrap-01 {
    padding: 20px 0 0;
	}
}

@media screen and (max-width: 768px){
#footer .footer-topwrap-01 .w960 {
    display: block;
	}
}

@media screen and (max-width: 768px){
#footer .footer-topwrap-01 .w960 .footer-logo-01 img {
    margin: 0 auto 10px;
	}
}

@media screen and (max-width: 768px){
#footer .footer-topwrap-01 .w960 .footer-nav-01 {
    width: auto;
    display: block;
    border-top: 1px solid #c1c1c1;
	margin: 30px -15px 0;
	}
}

@media screen and (max-width: 768px){
#footer .footer-topwrap-01 .w960 .footer-nav-01>ul {
    width: auto;
	}
}

@media screen and (max-width: 768px){
#footer .footer-topwrap-01 .w960 .footer-nav-01>ul>li {
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
	}
}

@media screen and (max-width: 768px){
#footer .footer-topwrap-01 .w960 .footer-nav-01>ul>li>a {
    display: block;
    padding: 13px 20px;
    text-align: center;
    font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px){
#footer .footer-copy-01 {
    padding: 15px 0;
    font-size: 1rem;
	}
}



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

料金表ページ

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


.unit-price-01 {
    display: block;
    background: #ffffff;
    overflow: hidden;
    color: #000;
    margin: 10px 0 40px;
}

.unit-price-01>.price-l {
	width: auto;
	
}

.unit-peice-01>.price-r {
	width: 45%
}

@media screen and (max-width: 768px){
	
	.unit-price-01 {
		display: block;
	    background: #ffffff;
	    overflow: hidden;
	    color: #000;
	    margin: 10px 0 40px;
	}

	.unit-price-01>.price-l {
		width: auto;
	}
	
	.unit-peice-01>.price-r {
		width: auto;
	}
		
}











