@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,400&display=swap');
*{
  box-sizing: border-box;
}
html,body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth; }

body {
  padding: 0;
  font-size: 16px;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #666c70;
  background-color: #fff;
  position: relative;
  z-index: 999999;
}

header,
nav, menu,
main, section,
div, p,
ul, ol, dl, li, dt, dd,
article, aside, address,
footer,
h1, h2, h3, h4, h5, h6 {
  display: block;
  padding: 0;
}
a {
  color: #C38900;
  outline: none;
  cursor: pointer;
}
img {
  height: auto;
  display: block;
}
p{
  font-size: 16px;
  color: #434343;
  line-height: 1.75;
}
ul{
  padding-left: 1em;
}
ul li{
  display:list-item;
  list-style-type: disc;
}
img{
  width: auto;
  max-width: 100%;
}
footer#footer img{
  display: inline;
  width: auto;
}
.flex-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.inner{
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
.inner-930{
  width: 930px;
  margin: 0 auto;
}
.inner-740{
    width: 740px;
    margin: 3em auto 3em;
}
.inner-770{
    width: 770px;
    margin: 3em auto 3em;
}
.inner-690{
  width: 690px;
  margin: 0 auto;
}
.inner-690 p{
  font-size: 19px;
}
.container-fluid.inner{
    width: 100%!important;
    padding: 0!important;
}
header .container-fluid.inner,
#contents_top .container-fluid.inner{
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto!important;
}
footer .container-fluid.inner{
    padding-left: 16px;
    padding-right: 16px;
}
.gray-back{
  background-color: #F1F2F0;
}
h2{
  font-size: 30px;
  margin-bottom: 2em;
}
h3{
  font-size: 26px;
}
.main-v img{
  width: 100%;
}
.breadcrumbs{
  padding: 3em;
}
.breadcrumbs ul{
  align-items: center;
}
.breadcrumbs ul li{
  position: relative;
  padding-right: 2em;
  padding-left: 1.5em;
  list-style-type: none;
}
.breadcrumbs ul li:first-child{
  padding-left: 0;
}
.breadcrumbs ul li a:after{
  content: url(./images/home-right_img.png);
  position: absolute;
  right: 0;
  top: 10%;
}
.breadcrumbs ul li:last-child a:after{
  display: none;
}
.breadcrumbs ul li a{
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
img.h2-icon{
  margin-bottom: 1.5em;
  width: 100px;
}
.point .flex-box{
  justify-content: space-between;
  margin-bottom: 3em;
}
.point .flex-box div{
  width: 48%;
}
.point .flex-box div h3{
  font-size: 21px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 1.2em 0 1.2em 4.2em;
}
.point .flex-box:nth-of-type(1) div:nth-of-type(1) h3{
  background-image: url(./images/icon-features01.webp);
}
.point .flex-box:nth-of-type(1) div:nth-of-type(2) h3{
  background-image: url(./images/icon-features02.webp);
}
.point .flex-box:nth-of-type(2) div:nth-of-type(1) h3{
  background-image: url(./images/icon-features03.webp);
}
.point .flex-box:nth-of-type(2) div:nth-of-type(2) h3{
  background-image: url(./images/icon-features04.webp);
}
.point .flex-box:nth-of-type(3) div:nth-of-type(1) h3{
  background-image: url(./images/icon-features05.webp);
}
.point .flex-box div p{
    margin: 0.5em 0 1em;
}
.point .flex-box div a{
  color: #C38900;
  font-weight: bold;
}
.point .flex-box div a:last-child:after{
  content: url(./images/icon-right-black.png);
  padding-left: 5px;
}
.index{
    padding: 1.5em 0;
    border-bottom: 1px solid #BFBFBF;
}
.index .inner-930{
    border: 2px solid #000;
    border-radius: 3px;
    padding: 1.5em 3em 3em;
    background-color: #fff;
}
.index .inner-930 h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin: 0 0 0.5em;
}
.index .flex-box div{
    width: 33.3333%;
    padding-left: 2em;
}
.index .flex-box div:nth-of-type(2){
  border-right: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
}
.index .flex-box div:first-child{
  padding-left: 0;
}
.index .flex-box div h4{
  font-size: 18px;
  margin-bottom: 1em;
}
.index .flex-box div h4:after{
  content: url(./images/icn-arrow.png);
  padding-left: 0.5em;
}
.index .flex-box div li{
  margin-bottom: 0.5em;
}
h3.border-bottom{
    font-size: 26px;
    position: relative;
    margin-bottom: 2em;
    text-align: center;
    margin-top: 2.5em;
}
h3.border-bottom:after{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666c70;
    border-radius: 2px;
}
.merit .flex-box{
  justify-content: space-between;
}
.merit .flex-box div{
  width: 30%;
}
.merit .flex-box div img{
  width: 100%;
}
.merit .flex-box div h4{
  font-size: 18px;
  margin: 0.5em 0;
}
.merit .banner-box{
  padding: 4em 0 7em;
}
.merit .banner-box img{
  margin: 0 auto;
}

section.spec{
  padding-top: 2.5em;
}
.inner.title{
  border-bottom: 1px solid #CCCCCC;
}
.size-table h4{
  font-size: 18px;
  margin-bottom: 0.5em;
}
.size-table h4 span.en{
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
}
.size-table h4 span.small{
  font-size: 80%;
}
.size-table{
  justify-content: space-between;
}
.size-table div{
  width: 49%;
}
.size-table table tr:nth-of-type(1),
.size-table table tr:nth-of-type(2),
.size-table table tr:nth-of-type(2) td,
.size-table table tr th,
.size-table table tr td:nth-of-type(1){
  background-color: #F0EDEF;
  font-weight: 700;
}
.size-table table {
  border-collapse: collapse;
  width: 100%;
}
.size-table table th,
.size-table table td{
  border: 1px solid #BFBFBF;
  text-align: center;
}
.size-table table td{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #707070;
    padding: 0.5em 0.2em;
}
.size-table table tr:nth-of-type(3) th{
  width: 1px;
}
.size-table table th span.lr{
  writing-mode: vertical-lr;
}
.size-table table th span.small{
    font-weight: normal;
    font-size: 80%;
    writing-mode: horizontal-tb;
}
.size p.caution{
  margin-top: 1em;
}
.inner.border-bottom{
  padding-bottom: 5em;
}

.inner-740 p{
  font-size: 17px;
}
.slat .flex-box{
  justify-content: space-between;
}
.slat .flex-box div{
  width: 48%;
}
.slat .flex-box div.flex-box{
  width: 100%;
  margin-bottom: 1em;
}
.slat .flex-box div.flex-box div{
  width: 49%;
  position: relative;
}
.slat .flex-box div h4{
    font-size: 18px;
    margin-bottom: 1em;
}
.slat .flex-box div h4 span.back-yellow{
    background-color: #d7be00;
    padding: 0.3em 0.8em;
    border-radius: 45px;
    margin-right: 5px;
}
.slat .flex-box div.flex-box div img{
  width: 100%;
}
.slat .flex-box div.flex-box div p{
    font-size: 13px;
    background-color: #d7be00;
    display: inline-block;
    padding: 0.1em 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
}
.slat .flex-box div.flex-box div p span{
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding-right: 5px;
}

.slat-color .gray-back{
  padding: 4em;
}
.slat-color .gray-back p:first-child{
  margin-bottom: 3em;
}
.slat-color .gray-back .flex-box{
  justify-content: space-between;
}
.slat-color .gray-back .flex-box div.flex3{
  width: 32%;
}
.slat-color .gray-back .flex-box div.flex2{
  width: 22%;
}
.slat-color .gray-back .flex-box div.flex1{
  width: 11%;
}
.slat-color .gray-back .flex-box div.flex2 div{
  width: 48%;
}
.slat-color .gray-back .flex-box div.flex3 div{
  width: 33.33%;
}
.slat-color .gray-back .flex-box div.flex2 div{
  width: 50%;
}
.slat-color .gray-back .flex-box div.flex1 div{
  width: 100%;
}
.slat-color .gray-back .flex-box img{
  width: 100%;
}
.slat-color .gray-back .flex-box div .flex-box{
  width: 100%!important;
}
.slat-color .gray-back .flex-box h4{
  margin-bottom: 0.5em;
}
.slat-color .gray-back .flex-box h4 a{
  font-weight: bold;
}
.slat-color .gray-back .flex-box h4 a:after{
    content: url(./images/icn-arrow.png);
    padding-left: 0.5em;
}
.slat-color .gray-back .flex-box div div {
  margin-bottom: 1em;
}
.slat-color .gray-back .flex-box div div p{
    font-size: 11px;
    margin-top: -10px;
}

div.white,
div.brown,
div.gray-green{
  padding-top: 5em;
}
div.white h3,
div.brown h3,
div.gray-green h3{
  margin-bottom: 1em;
}
div.white p.lead,
div.brown p.lead,
div.gray-green p.lead{
  margin-bottom: 2em;
  font-size: 17px;
}
div.white .flex-box,
div.brown .flex-box,
div.gray-green .flex-box{
  justify-content: flex-start;
}
div.white .flex-box div,
div.brown .flex-box div,
div.gray-green .flex-box div{
    width: 22%;
    margin-right: 4%;
    margin-bottom: 5em;
}
div.white .flex-box div:nth-of-type(4n),
div.brown .flex-box div:nth-of-type(4n),
div.gray-green .flex-box div:nth-of-type(4n){
  margin-right: 0;
}
div.white .flex-box div a,
div.brown .flex-box div a,
div.gray-green .flex-box div a{
  position: relative;
  display: block;
  cursor: pointer;
}
div.white .flex-box div a img:nth-of-type(2),
div.brown .flex-box div a img:nth-of-type(2),
div.gray-green .flex-box div a img:nth-of-type(2){
    position: absolute;
    bottom: 3%;
    right: 6%;
    width: 38px;
}
div.white .flex-box div a img:nth-of-type(3),
div.brown .flex-box div a img:nth-of-type(3),
div.gray-green .flex-box div a img:nth-of-type(3){
    position: absolute;
    top: -3%;
    right: -3%;
    width: 80px;
    background-color: transparent;
}
div.white .flex-box h4,
div.brown .flex-box h4,
div.gray-green .flex-box h4{
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0.8em 0 0.5em;
}
div.white .flex-box h4 span,
div.brown .flex-box h4 span,
div.gray-green .flex-box h4 span{
  margin-top: -5px;
  display: block;
  color: #6E6E6E;
  font-weight: 400;
  font-size: 15px;
}
div.white .flex-box div p,
div.brown .flex-box div p,
div.gray-green .flex-box div p{
  margin-bottom: 0.5em;
}
div.white .flex-box div a:nth-of-type(2),
div.brown .flex-box div a:nth-of-type(2),
div.gray-green .flex-box div a:nth-of-type(2){
  font-weight: bold;
  margin-bottom: 2em;
}
div.white .flex-box div a:nth-of-type(2):after,
div.brown .flex-box div a:nth-of-type(2):after,
div.gray-green .flex-box div a:nth-of-type(2):after{
    content: url(./images/icn-arrow.png);
    padding-left: 0.5em;
}
.op{
    font-size: 14px;
    background-color: #AED3D5;
    display: inline-block;
    border-radius: 2px;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    margin-bottom: 0.3em;
}
div.white.border-bottom,
div.brown.border-bottom{
  padding-bottom: 0;
}
div.gray-green{
  padding-top: 5em;
}
div.gray-green .flex-box div{
  width: 48%;
  margin-right: 4%;
}
div.gray-green .flex-box div:nth-of-type(2){
  margin-right: 0;
}
div.gray-green .flex-box div .flex-box{
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
}
div.gray-green .flex-box div .flex-box div{
  width: 45%;
  margin-right: 0;
  margin-bottom: 0;
}
div.gray-green .flex-box div:nth-of-type(2) .flex-box div{
  margin-top: 1.5em;
}
.spec .banner-box{
  margin-bottom: 3em;
}
.spec .banner-box a:first-child{
    margin-bottom: 2em;
    display: block;
}

.original .flex-box.first{
  justify-content: space-between;
  margin-bottom: 4em;
}
.original .flex-box.first div{
  width: 49%;
}
.original h4 {
    font-size: 21px;
    margin-bottom: 1em;
}
.original .flex-box.first div div{
  width: 100%;
  position: relative;
}
.original .flex-box.first div div img{
  width: 100%;
}
.original .flex-box.first div p{
  font-size: 17px;
}
.original .flex-box.first div p.marker{
    font-size: 13px;
    background-color: #d7be00;
    display: inline-block;
    padding: 0.1em 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
}
.original .flex-box.first div p.marker span.en{
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding-right: 5px;
}
.original .flex-box.first div p.caution{
  font-size: 14px;
  font-weight: bold;
  margin-top: 1em;
}
.original .flex-box.sec div{
    width: 24%;
    margin-right: 1.3333%;
    margin-bottom: 1em;
    position: relative;
}
.original .flex-box.sec div:nth-of-type(4n){
  margin-right: 0;
}
.original .flex-box.sec div p{
    font-size: 13px;
    background-color: #d7be00;
    display: inline-block;
    padding: 0.1em 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
}
.original .flex-box.sec div p span.en{
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding-right: 5px;
}
.design,
.ladder-tape{
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #fff;
  padding: 3em;
  margin-top: 5em;
}
.design .flex-box img{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design .flex-box div{
  width: 50%;
  padding-left: 2.5em;
}
.underline_yellow{
  display: inline-block;
  background: linear-gradient(transparent 60%, #d7be00 60%);
}
.design .flex-box div p{
  font-size: 17px;
}

.ladder .content-box{
  margin-bottom: 5em;
}
.ladder .content-box h4{
  font-size: 21px;
  margin-bottom: 1em;
}
.ladder .content-box p{
  margin-bottom: 1em;
}
.ladder .content-box .flex-box{
  justify-content: space-between;
}
.ladder .content-box .flex-box div{
  width: 48%;
}
.ladder .content-box .flex-box div h5{
  font-size: 18px;
  margin: 1em 0;
}
.ladder .content-box .flex-box div p.title{
  font-weight: bold;
  margin-bottom: 0;
}
.ladder .content-box .flex-box div div{
  width: 100%;
}
.ladder-tape{
  margin-bottom: 5em;
}
.ladder-tape img{
  width: 45%;
}
.ladder-tape .flex-box div{
  width: 55%;
  padding-left:3em;
}
.ladder-tape h4{
  font-size: 21px;
  display: initial;
}
.ladder-tape .flex-box div p{
  margin-top: 1em;
}

.lightness .flex-box{
  justify-content: space-between;
}
.lightness .flex-box div{
  width: 50%;
}
.lightness .flex-box div div{
  width: 100%;
}

.lightness .flex-box div div.image-box{
  position: relative;
}
.lightness .flex-box div div.image-box p,
.paul .flex-box div.image p{
    font-size: 13px;
    background-color: #d7be00;
    display: inline-block;
    padding: 0.1em 0.5em;
    position: absolute;
    bottom: 0;
    right: 0px;
    margin-bottom: 0;
}
.lightoption{
    font-size: 13px;
    background-color: #d7be00;
    display: inline-block;
    padding: 0.1em 0.5em;
    position: absolute;
    bottom: 0;
    right: 208px;
    margin-bottom: 0;
}
.lightness .flex-box div h4{
  font-size: 21px;
  margin: 1em 0 0.5em;
}
.lightness .flex-box div p{
  margin-bottom: 1em;
}
.paul{
    border: 2px solid #000;
    background-color: #fff;
    padding: 2em 8em;
    margin: 8em 0 2em;
}
.paul h3{
  text-align: center;
  margin-bottom: 1em;
}
.paul img{
  width: 100%;
}
.paul .flex-box div{
  width: 48%;
}
.paul .flex-box{
  margin-top: 2em;
}
.paul .flex-box div.flex-box{
  margin-top: 0;
}
.paul .flex-box div.flex-box div{
  width: 50%;
  position: relative;
}
.lightness .flex-box div h4{
  font-size: 18px;
}

.list h3.border-bottom span{
    display: block;
    text-align: center;
    font-size: 55%;
}
.table-back{
  background-color: #E2E3E1;
  padding: 2em;
}
.list table.pc-box{
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}
.list table.pc-box td{
  color: #0B212E;
  text-align: center;
  padding: 0.5em 0;
}
.list table.pc-box .white th,
.list table.pc-box .white td{
  background-color: #fff;
}
.list table.pc-box .brown th{
  background-color: #D4BD98;
}
.list table.pc-box .brown td{
  background-color:#E0D9BF;
}
.list table.pc-box .gray th{
  background-color: #C4C4C4;
}
.list table.pc-box .gray td{
  background-color: #D4D4D4;
}
.list table.pc-box .green th{
  background-color: #B9D498;
}
.list table.pc-box .green td{
  background-color: #D0E0BC;
}
.list table.pc-box .osmo th{
  background-color: #DDBCD1;
}
.list table.pc-box .osmo td{
  background-color: #E0D1DE;
}
.list table.pc-box .antique th{
  background-color: #9bb8c5;
}
.list table.pc-box .antique td{
  background-color: #d1f7f7;
}

.list table.pc-box tr.white td:nth-of-type(1),
.list table.pc-box tr.brown td:nth-of-type(1),
.list table.pc-box tr.gray td:nth-of-type(1),
.list table.pc-box tr.green td:nth-of-type(1),
.list table.pc-box tr.osmo td:nth-of-type(1),
.list table.pc-box tr.antique td:nth-of-type(1){
    position: relative;
    font-weight: bold;
    text-align: left;
    padding-left: 1em;
    padding-right: 2em;
}
.list table.pc-box tr.white td:nth-of-type(1) a,
.list table.pc-box tr.brown td:nth-of-type(1) a,
.list table.pc-box tr.gray td:nth-of-type(1) a,
.list table.pc-box tr.green td:nth-of-type(1) a,
.list table.pc-box tr.osmo td:nth-of-type(1) a,
.list table.pc-box tr.antique td:nth-of-type(1) a{
    position: absolute;
    right: 0;
    top: 0;
}
.list table.pc-box tr.white td:nth-of-type(1) a img:nth-of-type(2),
.list table.pc-box tr.brown td:nth-of-type(1) a img:nth-of-type(2),
.list table.pc-box tr.gray td:nth-of-type(1) a img:nth-of-type(2),
.list table.pc-box tr.green td:nth-of-type(1) a img:nth-of-type(2),
.list table.pc-box tr.osmo td:nth-of-type(1) a img:nth-of-type(2),
.list table.pc-box tr.antique td:nth-of-type(1) a img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
}
.list table.pc-box tr.white td:nth-of-type(4),
.list table.pc-box tr.white td:nth-of-type(5),
.list table.pc-box tr.brown td:nth-of-type(4),
.list table.pc-box tr.brown td:nth-of-type(5),
.list table.pc-box tr.gray td:nth-of-type(4),
.list table.pc-box tr.gray td:nth-of-type(5),
.list table.pc-box tr.green td:nth-of-type(4),
.list table.pc-box tr.green td:nth-of-type(5),
.list table.pc-box tr.osmo td:nth-of-type(4),
.list table.pc-box tr.osmo td:nth-of-type(5),
.list table.pc-box tr.antique td:nth-of-type(4),
.list table.pc-box tr.antique td:nth-of-type(5){
  font-size: 13px;
  line-height: 1;
}
.list table.pc-box tr.white td:nth-of-type(4) img,
.list table.pc-box tr.white td:nth-of-type(5) img,
.list table.pc-box tr.brown td:nth-of-type(4) img,
.list table.pc-box tr.brown td:nth-of-type(5) img,
.list table.pc-box tr.gray td:nth-of-type(4) img,
.list table.pc-box tr.gray td:nth-of-type(5) img,
.list table.pc-box tr.green td:nth-of-type(4) img,
.list table.pc-box tr.green td:nth-of-type(5) img,
.list table.pc-box tr.osmo td:nth-of-type(4) img,
.list table.pc-box tr.osmo td:nth-of-type(5) img,
.list table.pc-box tr.antique td:nth-of-type(4) img,
.list table.pc-box tr.antique td:nth-of-type(5) img{
  margin: 0 auto 0.3em;
  width: 24px;
}
.list table.pc-box tr td:last-child a{
    display: inline-block;
    background-color: #B50E0E;
    border-radius: 4px;
    box-shadow: 2.8px 4px 6px #BBBBBB;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1.5em;
}
.list table.pc-box tr td:last-child a:after{
  content: url(./images/listright_img.png);
  padding-left: 0.5em;
}
/*オスモセール価格ここから*/
.osmo-before{
	text-decoration: line-through;
}
 .osmo-sale{
	color: #B50E0E;
	font-size: 0.8em;
}
.osmo-after{
	font-weight: bold;
	font-size: 1.2em;
	color: #B50E0E;
}
/*オスモセール価格ここまで*/

/*マホガニー限定30台ここから*/
.mahogany-before{
	text-decoration: line-through;
}
 .mahogany-sale{
	color: #B50E0E;
	font-size: 0.8em;
}
.mahogany-after{
	font-weight: bold;
	font-size: 1.2em;
	color: #B50E0E;
}
/*マホガニー限定30台ここまで*/


.case .flex-box{
  justify-content: space-between;
  padding-bottom: 3em;
}
.case .flex-box div{
  width: 23%;
  margin-bottom: 3em;
}
.case .flex-box div img{
  width: 100%;
}
.case .flex-box div h4{
  font-size: 18px;
  margin: 1em 0;
}
.case .flex-box div a{
  font-weight: bold;
}
.case .flex-box div a:after {
    content: url(./images/icon-right-black.png);
    padding-left: 5px;
}
.case .flex-box{
  justify-content: space-between;
}
.mount .flex-box{
  justify-content: space-between;
  align-items: stretch;
}
.mount .flex-box div{
    width: 49.5%;
    background-color: #F1F2F0;
    padding: 2em;
}
.relative{
  position: relative;
}
.relative .absolute{
  position: absolute;
}

.relative .buyimg{
  margin-top:15px;
}

.mount .flex-box div img.absolute{
  position: absolute;
    z-index: 999999;
    width: auto;
    right: -1em;
    top: -1em;
}
.mount .flex-box div h4{
  text-align: center;
  font-size: 18px;
  margin-bottom: 1.5em;
}
.mount .flex-box div h4 .underline_yellow{
  font-size: 21px;
}
.mount .flex-box div h4 .bg-blue{
  background-color: #AED3D5;
  border-radius: 15px;
  color: #fff;
  font-size:21px;
    padding: 0.2em 0.5em;
    margin: 0 0.2em;
}
.mount .flex-box div h4 .bg-pink{
  background-color: #E5B9B9;
  border-radius: 15px;
  color: #fff;
  font-size: 21px;
    padding: 0.2em 0.5em;
    margin: 0 0.2em;
}
.mount .flex-box div img{
  width: 100%;
}
.mount .flex-box div.flex-box{
  width: 100%;
  padding: 0;
  margin-top: 2em;
}
.mount .flex-box .flex-box div{
  padding: 0;
}
.mount .flex-box .flex-box div h5{
  font-size: 21px;
  margin-bottom: 0.8em;
}
.mount .flex-box .flex-box div h5 span{
    display: inline-block;
    background-color: #d7be00;
    border-radius: 15px;
    font-size: 14px;
    padding: 0.2em 0.6em;
    margin-bottom: 0.2em;
}
.mount .flex-box .flex-box div:nth-of-type(1){
  padding-right: 1.1em;
  border-right: 1px dashed #BFBFBF;
}
.mount .flex-box .flex-box div:nth-of-type(2){
  padding-left: 1.1em;
}
.mount .flex-box .flex-box div div{
  width: 100%;
  padding-right: 0!important;
  border-right: none!important;
}
.mount .flex-box .flex-box div p.title{
  font-weight: bold;
  margin: 2em 0 0.5em;
}
.mount .flex-box .flex-box div ul{
  margin-top: 1em;
}
.mount .flex-box .flex-box div ul li{
  font-size: 16px;
  color: #434343;
  margin-bottom: 0.5em;
}
.mount .flex-box .flex-box .image{
  position: relative;
}
.mount .flex-box .flex-box div p.blue{
    background-color: #AED3D5;
    border-radius: 4px;
    position: absolute;
    width: 95%;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    line-height: 1.3;
    padding: 0.5em;
}
.mount .flex-box .flex-box div p.blue.center{
  text-align: center;
}
.mount .mg_b{
  margin-bottom: 5em;
}

.movie img{
  margin: 0 auto;
}
.movie .button-box {
    justify-content: center;
    margin-top: 5em;
}
.movie .button-box a{
    width: 30%;
    background-color: #000;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 0.8em 0em;
    border-radius: 5px;
    margin-right: 1em;
    background-image: url(./images/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 10px center;

}
.movie .button-box a:nth-of-type(2){
  margin-right: 0;
}

.banner-box .customer{
  border: 2px solid #000;
  border-radius: 3px;
  padding: 0 2em 0;
  margin: 5em 0;
}
.banner-box .customer img{
  width: 270px;
}
.banner-box .customer div{
  width: 65%;
  background-color: #fff;
}
.banner-box .customer div h4 span{
    font-size: 70%;
    padding-left: 1em;
}
.banner-box .customer div p{
  font-size: 17px;
}
.banner-box .customer div p.title{
  font-weight: bold;
}
.mount .banner-box .customer h4{
  font-size: 21px;
}

.warranty .flex-box{
  justify-content: space-between;
}
.warranty .flex-box div{
  width: 30%;
}
.warranty .flex-box div img{
  margin: 0 auto 2em;
  width: auto;
}
.warranty .flex-box div h4{
  font-size: 18px;
  margin-bottom: 0.8em;
}
.warranty .button,
.faq .button{
  text-align: center;
  margin-top: 4em;
}
.warranty .button a,
.faq .button a{
     display: inline-block;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    padding: 0.8em 2.5em;
    border-radius: 5px;
    box-shadow: 2.8px 4px 10px #BBBBBB;
    background-image: url(./images/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.faq .block{
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
.faq .block h4{
  background-image: url(./images/faq_img1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 2em;
  margin-bottom: 0.5em
}
.faq .block p{
  background-image: url(./images/faq_img2.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
.faq .block a{
  display: inline-block;
  margin-left: 2em;
  font-weight: bold;
}
.faq .block a:after{
    content: url(./images/icon-right-black.png);
    padding-left: 5px;
}

.sp-head-menu ul{
  padding-left: 0;
}
.sp-head-menu ul li{
  list-style-type: none;
}
.box-txt img{
  max-width: 100%;
  width: auto;
}
.tel-num a{
  font-weight: bold;
}
#foot-contact .btn-contact a{
  padding: 1.5em 0.5em;
}

.size-table .scroll{
  width: 100%;
}
.sp-box{
  display: none;
}

.error span{
  font-weight: bold;
}

/*media Queries タブレットサイズ（1120px以下）
----------------------------------------------------*/
@media only screen and (max-width: 1120px) {
  .inner{
    width: 100%;
  }
}
/*media Queries タブレットサイズ（930px以下）
----------------------------------------------------*/
@media only screen and (max-width: 930px) {
  .inner-930{
    width: 96%;
  }
}
/*media Queries タブレットサイズ（740px以下）
----------------------------------------------------*/
@media only screen and (max-width: 740px) {
  .inner-740{
      width: 96%;
  }
}
/*media Queries タブレットサイズ（770px以下）
----------------------------------------------------*/
@media only screen and (max-width: 770px) {
  .inner-770{
      width: 96%;
  }
}
/*media Queries タブレットサイズ（690px以下）
----------------------------------------------------*/
@media only screen and (max-width: 700px) {
.inner-690{
   width: 96%;
}
img{
  width: 100%;
}
.sp-box{
  display: block;
}
.pc-box{
  display: none!important;
}
p{
  font-size: 15px;
}
h2{
  font-size: 25px;
}
.mb_3{
  margin-bottom: 3em;
}
.mb_2{
  margin-bottom: 2em;
}
img.h2-icon{
  width: 57px;
}
.breadcrumbs{
  padding: 1em;
}
.breadcrumbs ul{
  padding-left: 0;
}
.breadcrumbs ul li{
  padding-right: 1.5em;
}
.breadcrumbs ul li{
  padding-left: 1em;
}
.point .flex-box div{
  width: 100%;
  margin-bottom: 3em;
}
.point .flex-box div:nth-of-type(2){
  margin-bottom: 0;
}
.point .flex-box div h3{
  font-size: 18px;
}
.point .flex-box div a{
  font-size: 13px;
}
.point .flex-box:nth-of-type(2){
  margin-bottom: 0;
}
.index .inner-930 {
    padding: 1.5em 1em 1.5em;
}
.index .flex-box div{
  width: 50%;
}
.index .flex-box div:nth-of-type(2){
  border-right: 0;
}
.index .flex-box div:last-child{
  padding-left: 0;
}
h3.border-bottom{
  font-size: 22px;
}
.merit .flex-box div{
  width: 100%;
  margin-bottom: 3em;
}
.merit .flex-box div:last-child{
  margin-bottom: 0;
}
.size-table div{
  width: 100%;
  margin-bottom: 2em;
}
.size-table div.bottom_0{
  margin-bottom: 0;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.scroll table{
  width: max-content;
}
.size-table table td{
  padding: 0.5em 0.8em;
}
.inner-740 p{
  font-size: 16px;
}
.slat .flex-box div h4{
  font-size: 17px;
}
.slat .flex-box div h4 span.sp-block{
  display: block;
  margin-bottom: 0.4em;
}
.slat .flex-box div{
  width: 100%;
}
.slat-color .gray-back{
  width: 96%;
  margin: 0 auto;
  padding: 2em 1em;
}
.slat-color .gray-back .flex-box div.flex3{
  width: 100%;
}
.slat-color .gray-back .flex-box div.flex2 {
    width: 66.6666%;
}
.slat-color .gray-back .flex-box div.flex1 {
    width: 33.3333%;
}
div.white .flex-box div,
div.brown .flex-box div,
div.gray-green .flex-box div,
{
  width: 30%;
  margin-right: 5%;
}
div.white .flex-box div:nth-of-type(4n),
div.brown .flex-box div:nth-of-type(4n),
div.gray-green .flex-box div:nth-of-type(4n) {
    margin-right: 5%;
}
div.white .flex-box div:nth-of-type(3n),
div.brown .flex-box div:nth-of-type(3n),
div.gray-green .flex-box div:nth-of-type(3n){
    margin-right: 0%!important;
}
div.white .flex-box div a img:nth-of-type(3),
div.brown .flex-box div a img:nth-of-type(3),
div.gray-green .flex-box div a img:nth-of-type(3) {
    top: -15%;
    right: 0%;
    width: 50%;
    padding: 0;
}
div.white .flex-box div a:nth-of-type(2),
div.brown .flex-box div a:nth-of-type(2),
div.gray-green .flex-box div a:nth-of-type(2){
  font-size: 13px;
}
.op{
  font-size: 12px;
}
div.gray-green .flex-box div{
  width: 100%;
  margin-right: 0;
}
div.gray-green .flex-box div:nth-of-type(2){
  width: 100%;
  margin-right: 0;
}
div.gray-green .flex-box div .flex-box{
  justify-content: flex-start;
}
div.gray-green .flex-box div .flex-box div{
  width: 30%;
  margin-right: 5%;
}
div.white p.lead,
div.brown p.lead,
div.gray-green p.lead{
  margin-bottom: 1.5em;
}
.original .flex-box.first div{
  width: 100%;
}
.original h4{
  font-size: 18px;
}
.original .flex-box.sec div {
    width: 49%;
    margin-right: 2%;
}
.original .flex-box.sec div:nth-of-type(2n){
  margin-right: 0;
}
.original .flex-box.sec div p{
  font-size: 9px;
}
.original .flex-box.first div div img{
  margin-bottom: 1em;
}
.design,
.ladder-tape{
  padding: 1em;
}
.design .flex-box img{
  width: 100%;
}
.design .flex-box div {
    width: 100%;
    padding-left: 0;
    margin-top: 2em;
}
.design .flex-box div p{
  font-size: 15px;
}
.ladder .content-box .flex-box div{
  width: 100%;
}
.ladder-tape img{
  width: 100%;
}
.ladder-tape .flex-box div {
    width: 100%;
    padding-left: 0;
    margin-top: 2em;
}
.ladder-tape h4{
  font-size: 18px;
}
.lightness .flex-box div{
  width: 100%;
}
.paul {
    padding: 2em 1em;
    margin: 5em 0 0em;
}
.case .flex-box {
    width: 80%;
    margin: 0 auto;
}
.case .flex-box div {
    width: 100%;
    margin-bottom: 3em;
}
.mount .flex-box div {
    width: 100%;
    padding: 2em 1em;
}
.mount .flex-box .flex-box div:nth-of-type(1){
  width: 49.5%;
  padding-right: 1em;
  margin-bottom: 1em;
}
.mount .flex-box .flex-box div:nth-of-type(2) {
    padding-left: 1em;
    width: 49.5%;
    margin-bottom: 1em;
}
.mount .flex-box .flex-box div div{
  width: 100%!important;
}
.mount .flex-box div.flex-box{
  margin-bottom: 0;
}
.mount .flex-box div img.absolute {
    width: 90px;
    right: 0.5em;
    top: -3em;
}
.mount .flex-box .flex-box div p.blue{
  font-size: 9px;
}
.mount .flex-box .flex-box div h5{
  font-size: 18px;
}
.movie .button-box{
  margin-top: 2em;
}
.movie .button-box a{
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
}
.banner-box .customer{
  padding: 0;
}
.banner-box .customer img{
  margin: 0 auto;
}
.mount .flex-box div{
  padding-top: 1em;
}
.mount .banner-box .customer h4{
  font-size: 18px;
}
.banner-box .customer div p{
  font-size: 15px;
}
.banner-box .customer div p.title{
  font-size: 16px;
}
.warranty .flex-box {
    width: 80%;
    margin: 0 auto;
}
.warranty .flex-box div {
    width: 100%;
}
.warranty .button a{
  width: 80%;
}
.faq .block h4,
.faq .block p{
  padding-left: 2.3em;
}
.faq .block a{
  margin-left: 2.3em;
}

.table-back{
  padding: 0;
}
.list .table-box.sp-box{
  overflow: scroll;
}
.list table{
  table-layout: fixed;
  width: 2100px;
  text-align: center;
    border-collapse: separate;
    border-spacing: 4px;
}
.list table td{
  padding: 0.5em;
  width: 100px;
}
.list table th,
.list table td{
  padding: 0.5em;
}

.list table tbody tr:first-child th{
  text-align: left;
}
.list table tbody tr:first-child th.title{
  text-align: right;
}
.list table tbody tr:first-child th.white,
.list table tbody tr:first-child th.brown,
.list table tbody tr:first-child th.gray,
.list table tbody tr:first-child th.green,
.list table tbody tr:first-child th.osmo,
.list table tbody tr:first-child th.antique{
  padding: 1em;
  font-size: 14px!important;
}
.list table th.title {
    position: sticky;
    left: 0;
    width: 100px;
    font-size: 12px;
    text-align: right;
    background-color: #E2E3E1;
    z-index: 999999;
}
.list table td{
  font-size: 13px;
  padding: 2em 0.5em;
}
.list table th.white,
.list table td.white{
  background-color:#fff;
}
.list table th.brown{
  background-color: #D4BD98;
}
.list table td.brown{
  background-color: #E0D9BF;
}
.list table th.gray{
  background-color: #C4C4C4;
}
.list table td.gray{
  background-color: #D4D4D4;
}
.list table th.green{
  background-color: #B9D498;
}
.list table td.green{
  background-color: #D0E0BC;
}
.list table th.osmo{
  background-color: #D199A8;
}
.list table td.osmo{
  background-color: #D1B4BD;
}
.list table th.antique{
    background-color: #9bb8c5;
}
.list table td.antique{
    background-color: #d1f7f7;
}
  
.list table tr.bold td{
  font-weight: bold;
  position: relative;
  padding-bottom: 110px;
}
.list table tr.bold td a{
    position: absolute;
    bottom: 1em;
    width: 90px;
    right: 0;
    left: 0;
    margin: auto;
}
.list table tr.bold td a img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}
.list table tr.circle img{
    width: 30px;
    margin: 0 auto 0.5em;
}
.list table tr:last-child td a {
    display: inline-block;
    background-color: #B50E0E;
    border-radius: 4px;
    box-shadow: 2.8px 4px 6px #BBBBBB;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 0.8em;
}
.list table tr:last-child td a:after {
    content: url(./images/listright_img.png);
    padding-left: 0.5em;
}


.size-table table tr:nth-of-type(3) th{
  width: 45px;
}
.size-table table th span.lr,
.size-table table th span.small{
  writing-mode: initial;
}

p.pricetext {
  line-height: 1;
}
