/*
Theme Name: YAMADA-machida
Theme URI: https://yamada-roof-machida.com/
Description: YAMADA-machida
Version: 1.1
Author: NK
Author URI: https://yamada-roof-machida.com/
*/

*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}

/* 　adjust  */
.mgt5 { margin-top: 5px!important}.mgt10 { margin-top: 10px!important}.mgt20 { margin-top: 20px!important}.mgt30 { margin-top: 30px!important}.mgt40 { margin-top: 40px!important}.mgt50 { margin-top: 50px!important}.mgt60 { margin-top: 60px!important}.mgt80 { margin-top: 80px!important}.mgt100 { margin-top: 100px!important}
.mgb5 { margin-bottom: 5px!important}.mgb10 { margin-bottom: 10px!important}.mgb20 { margin-bottom: 20px!important}.mgb30 { margin-bottom: 30px!important}.mgb50 { margin-bottom: 50px!important}.mgb60 { margin-bottom: 60px!important}.mgb80 { margin-bottom: 80px!important}
.pdt5 { padding-top: 5px!important}.pdt10 { padding-top: 10px!important}.pdt20 { padding-top: 20px!important}.pdt30 { padding-top: 30px!important}.pdt40 { padding-top: 40px!important}.pdt50 { padding-top: 50px!important}.pdt60 { padding-top: 60px!important}.pdt80 { padding-top: 80px!important}

@font-face {
  font-family: "nsJPR";
  font-style: normal;
  font-weight: 400;
  src: url("font/nsJPR.woff") format("woff");
}

/* 他のサイズを追加する場合も同様に */
@font-face {
  font-family: "nsJPR";
  font-style: normal;
  font-weight: 700;
  src: url("font/nsJPBo.woff") format("woff");
}

@font-face {
  font-family: "nsJPR";
  font-style: normal;
  font-weight: 900;
  src: url("font/nsJPBo.woff") format("woff");
}
/*--
    Common Css
--*/
body {
font-family: 'nsJPR', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: 'nsJPR', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.4em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0px;
    font-family: 'nsJPR', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
    color: #ea750e;
}
.mincho{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.white {
    color: #fff !important;
}
.orange{
    color: #ea750e;
}
span.red {
    color: #e20000;
}
.brown {
    background: #fffdf1;
}
.pale-green {
    background: rgba(2, 167, 99, 0.05);
}

span.big {
    font-size: 1.4em;
    font-weight: bold;
}
span.bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.pd0{
    padding: 0;
}
.pdt30{
    padding-top: 30px;
}
img {
    max-width: 100%;
}
img.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
img.main-pc{
    width: 100%;
    display: block;
}
img.main-tab{
    display: none;
}
img.main-sp{
    display: none;
}
h2.midashi {
    font-size: 30px;
    line-height: 1.4;
}
span.m-span {
    font-size: 38px;
    color: #02a763;
    font-weight: 600;
}
.color-h {
    color: #02a763;
    font-size: 22px;
}
h3.middle-heading {
    color: #02a763;
    font-size: 22px;
    margin: 30px 0 15px;
    text-align: center;
}
.breadcrumbs-wrap {
    padding: 5px 0 5px;
}
.breadcrumbs {
    position: relative;
    display: block;
    margin: 0px auto 0px;
    font-size: 12px;
}
.breadcrumbs span{
    font-size: 12px;
}
.breadcrumbs a span{
    color: #666;
    font-weight: 500;
}
.breadcrumbs span.fa{
    font-weight: 700;
}
.breadcrumbs a span:hover{
    opacity: 0.7;
    transition: 0.5s;
}

.flexbox {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexbox.align_center{
    align-items: center;
}
.flexbox.flex-start {
    justify-content: flex-start;
}
.flexbox.content-center {
    justify-content: center;
}
.nowrap{
    flex-wrap: nowrap;
}

.flexbox.row2.margin > .item {
    flex-basis: 48%;
    max-width: 48%;
    position: relative;
    margin: 0;
}
.flexbox.row2 > .item {
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
    margin: 0;
}
.flexbox.row2.margin > .item:nth-child(odd){
    margin-right: 1%;
}
.flexbox.row2.margin  > .item:nth-child(even){
    margin-left: 1%;
}
.flexbox.row3.margin > .item {
    flex-basis: 32.33%;
    max-width: 32.33%;
    position: relative;
}
.flexbox.row3.margin::after{
    content:"";
    display: block;
    width:30%;
}
.flexbox.row4.margin .item {
    flex-basis: 23.5%;
    max-width: 23.5%;
    position: relative;
    margin: 0 0.5% 0;
}
.flexbox.row4.marginr::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.flexbox.row4.margin::after{
  content:"";
  display: block;
  width:23%;
}
.flexbox.row5.margin .item {
    flex-basis: 19%;
    max-width: 19%;
    position: relative;
    margin: 0 0.5% 0;
}
.item.row6 {
    width: 56%;
    max-width: 56%;
}
.item.row5 {
    width: 48.5%;
    max-width: 48.5%;
}
.item.row4 {
    width: 42%;
    max-width: 42%;
}
.item.row7 {
    width: 70%;
    max-width: 70%;
}
.item.row3 {
    width: 28%;
    max-width: 28%;
}
.item.row8 {
    width: 80%;
    max-width: 80%;
}
.item.row2 {
    width: 17%;
    max-width: 17%;
}
.width100 {
    width: 100%;
}
.width90 {
    width: 90%;
    margin: auto;
}
.width80 {
    width: 80%;
    margin: auto;
}
.width60 {
    width: 60%;
    margin: auto;
}
figcaption {
    text-align: center;
}
@media screen and (max-width:767px) {
    figcaption {
        font-size: 13px;
    }
    .flexbox.row2.margin > .item, 
    .flexbox.row2 > .item{
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0 25px;
    }
    .flexbox.row3.margin >.item,
    .flexbox.row4.margin >.item,
    .flexbox.row5.margin >.item {
        flex-basis: 49%;
        max-width: 49%;
        position: relative;
        margin: 0 0 25px;
    }
    .wallpainting .flexbox.row3.margin >.item {
        flex-basis: 32.33%;
        max-width: 32.33%;
        position: relative;
        margin: 0 0 0px;
    }
    .flexbox.row3.margin >.item.nayami-box {
        flex-basis: 32.33%;
        max-width: 32.33%; 
        margin: 0 0.5% 25px;
    }
    .flexbox.row2.margin .item:nth-child(odd){
        margin-right: 0%;
    }
    .flexbox.row2.margin .item:nth-child(even){
        margin-left: 0%;
    }
    .flexbox.row2.margin .item:last-child, .flexbox.row3.margin .item:last-child,
    .flexbox.row4.margin .item:last-child,  .flexbox.row2 .item:last-child{
        margin: 0 0 0;
    }
 
    .item.row6, .item.row4, .item.row5, .item.row7, .item.row3, .item.row8, .item.row2 {
        width: 100%;
        max-width: 100%;
    }
    .width90, .width80, .width60{
        width: 100%;
    }
}
@media screen and (max-width:400px) {
    .flexbox.row3.margin .item,
    .flexbox.row4.margin .item {
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0 25px;
    }
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 25px 0px;
  position: relative;
    margin-bottom: 30px;
}

.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #02a763;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#hero-area {
    position: relative;
    padding: 0;
}
#main-hero-area {
    position: relative;
    padding: 0;
}
#hero-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay-pattern.png") #000000;
    opacity: 0.3;
}
/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}
nav .container{
  width: 95%;
    margin: auto;
}
@media (min-width: 768px) {
    .container {
         width: 90%; 
    }
}
#navigation.sticky {
    position: fixed;
    top: 75px;
}
#navigation.sticky .head_text {
    display: none;
}
#navigation.sticky .block {
    padding:10px 60px 0;
    bottom: 8px;
    position: absolute;
}
.container-fluid {
    display: flex;
    align-items: center;
}
nav .head_text{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
 }
#navigation-sticky-wrapper {
    height: 0 !important;
}
nav .block {
   /* position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 40px;
    background: rgba(255, 255, 255, 0.89);
}
.navbar-right {
    display: flex;
    flex-wrap: wrap;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
.navbar-brand {
    height: 60px;
    padding: 0px 0px;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}
/*nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}*/
nav .block .navbar-default .navbar-nav > li > a {
    color: #2E2E2E;
    padding: 5px 0px 5px;
    margin: 0px 14px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}
nav .block .navbar-default .navbar-nav > li > a:before {
    background-color: transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #02a763;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #02a763;
}
nav .block .navbar-default .navbar-nav li.insta i {
    font-size: 22px;
}
nav .block .navbar-default .navbar-nav li.insta i {
    color: #cf2e92;
}
.sp_icons {
    display: none;
}
/*--
    slider Start
--*/
#slider {
  padding: 50px 0px 80px;
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #02a763;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    about-us Start
--*/
#about-us {
    padding: 50px 0px 60px;
  background: url("images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#about-us .block {
  text-align: center;
}
#about-us .block p {
    font-size: 15px;
    line-height: 1.8;
    padding: 10px 0px;
}
#about-us .block p strong {
    color: #e94c3d;
}
#about-us h2.midashi.middle-h {
    font-size: 20px;
    line-height: 1.4;
}
#about-us .middle-h span.m-span {
    font-size: 1.2em;
}
#content {
    width: 100%;    
    margin: auto;
}
#content.flex {
    display: flex;
    max-width: 1300px;
}
#main {
    flex-basis: 75%;
    max-width: 75%;
    margin-bottom: 20px;
}
#sidecolumn {
    flex-basis: 25%;
    max-width: 25%;
    margin: 10px auto;
    padding: 60px 30px 70px 10px;
}
#sidecolumn .widget {
    margin-bottom: 18px;
}
#sidecolumn .widget img{
    vertical-align: top;
}
#sidecolumn .widget p.small {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.4em;
    text-align: right;
}
.widget_menu {
    margin-bottom: 10px;
}
.widget_menu a {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 5px;
}
.widget_menu .image-wrap img {
    vertical-align: top;
}
section.side-works{
    padding: 0;
}
.side-works .midashi {
    margin: 20px 0 20px;
    padding: 0;
}
.side-works .midashi .midashi-heading{
    margin: 15px auto 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #02a763;
}
.side-works .workslist li.item.news {
    align-items: center;
    margin-bottom: 15px;
    box-shadow: none;
    background-color: transparent;
    flex-direction: row;
    padding-bottom: 10px;
}

.side-works .news_img {
   flex-basis: 30%;
}
.side-works .news_title {
    flex-basis: 70%;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding-left: 7px;
    font-weight: 500;
}
.side-works .news_title a {
    font-size: 13px;
}
.news_title a {
    color: #333;
}
.side-works .link-wrap {
    margin: 20px auto 40px;
    text-align: center;
}
.side-works .link-wrap p a {
    color: #02a763;
    border: 1px solid #02a763;
    padding: 12px 20px 10px;
}
@media (min-width: 1200px){
    .container {
        max-width: 1120px;
    }
 }
@media (max-width: 1200px) and (min-width: 992px){
    .contback-grayainer {
        max-width: 970px;
    }
    #main .container {
        width: 90%;
    }
    #sidecolumn {
         padding: 60px 30px 70px 10px;
    }
 }
@media screen and (max-width:767px) {
    #content.flex {
        display: block;
    }
    #main, #sidecolumn {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #main .container {
        width: 90%;
    }
    #sidecolumn {
        margin: 0px auto;
        padding: 40px 20px;
    }
    .widget_menu .flexbox.row2.margin .item{
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
    }
    .widget_menu h3.item {
        padding-left: 10px;
    }
}

/*--
    blog Start
--*/
#blog {
  padding-top: 75px;
  padding-bottom: 60px;
/*  background: url("images/menu/menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;*/
}
/*#blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/overlay-pattern.png") #000000;
  opacity: 0.3;
}*/
#blog .block .heading {
  /*color: #fff;*/
}
#blog .block ul {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#blog .menu-wrap ul li {
    width: 100%;
    display: flex;
    background: #fff;
    margin-bottom: 30px;
}
#blog .menu-wrap ul li .flexbox {
    align-items: center;
}
#blog .menu-wrap ul li .text {
    padding: 20px;
}
#blog .menu-wrap ul li .text h3{
    padding: 10px 0px 15px;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
}
#blog .menu-wrap ul li h3:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 1px;
    background: #CBC4B5;
}
#blog .block ul li {
    overflow: hidden;
    width: 32.33%;
    background: #fff;
    text-align: center;
    color: #959595;
    transform: 1s;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#blog .block .menu-wrap ul li {
    width: 100%;

}
#blog .block .menu-wrap ul li:hover img {
  transform: none;
}
#blog .block ul li:hover img {
  transform: scale(1.2);
}
#blog .block ul li h3 {
  color: #323232;
    padding: 0px 30px 15px;
  line-height: 26px;
  position: relative;
}
#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#blog .block ul li p {
    padding-top: 20px;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    text-align: left;
}
#blog .block ul li .blog-img {
    background: #fff;
    overflow: hidden;
    margin-top: auto;
}
#blog .block ul li .blog-img img {
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    width: 100%
}
#blog .block ul li .blog-img-2 {
  overflow: hidden;
}
#blog .block ul li .blog-img-2 img {
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    width: 100%;
}
#blog .block ul li .content-right {
    padding: 25px 15px 25px;
    font-size: 14px;
    line-height: 26px;
    position: relative;
}

#blog .block ul li .content-left {
    padding: 25px 15px 25px;
  font-size: 14px;
  position: relative;
  z-index: 999;
}
#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
.roofrepair-area-list {
    text-align: center;
}
.roofrepair-area-list li {
    display: inline-block;
    margin-right: 10px;
}
.roofrepair-area-list li a {
    font-size: 16px;
}
.profile .qa-wrap dl dt {
    padding: 0px 0 5px 5px;
    position: relative;
    width: 100%;
    color: #02a763;
    position: relative;
    border-bottom: 0px solid rgba(2, 167, 99, 0.3);
    margin: 20px 0 10px;
}
.profile .qa-wrap dl dt::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(2, 167, 99, 0.3);
    width: 100%;
}
.privacy .qa-wrap .item p,
.privacy .qa-wrap .item ul li {
    margin: 0 auto 15px;
}
ol.privacy {
    padding-left: 20px;
}
ol.privacy > li {
    margin-bottom: 10px;
}
/*--
    price Start
--*/
section {
  padding: 60px 0px;
}
img.drt-img {
    max-width: 100%;
    padding-top: 40px;
}
#price .block .price-left> p{
    color: #333333;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
#price .block .pricing-list {
  padding-top: 30px;
}
#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#price .block .pricing-list ul li {
  margin: 0px 0px 20px;
    background: #fff;
    padding: 10px;
}
#price .block .pricing-list ul li .item .item-title {
  position: relative;
    display: flex;
    border-bottom: 1px dotted #C9C9C9;
    padding-bottom: 5px;
}
#price .block .pricing-list ul li .item .item-title h2 {
    display: inline-block;
    position: relative;
    z-index: 99;
    background: #fff;
    font-size: 17px;
}

/*#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}*/
#price .block .pricing-list ul li .item .item-title span {
    margin-left: auto;
    padding-left: 10px;
   
    font-size: 14px;
}
#price .block .pricing-list ul li .item .item-title span span.num {
    font-size: 1.5em;
    padding: 0 3px 0 0px;
    font-weight: bold;
     color:#e70e0e;
}
#price .block .pricing-list ul li .item p {
    padding: 12px 0 0px;
    color: #545454;
    font-size: 14px;
    line-height: 1.7;
}

section .block .pricing-list .btn,
section .block .btn {
  padding: 20px 80px;
  border-radius: 0px;
  background: none;
  color: #02a763;
  border: 1px solid #02a763;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#about-us .block .msg .btn,
#material .block .btn、{
    margin-top: 2%;
    padding: 20px 80px;
    border-radius: 0px;
    background: none;
    color: #02a763;
    border: 1px solid #02a763;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#subscribe .block .btn {
    padding: 20px 80px;
    border-radius: 0px;
    background: #02a763;
    color: #fff;
    border: 1px solid #02a763;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#blog .block .btn-more-info {
  float: right;
  padding: 20px 80px;
  border-radius: 0px;
  background: #02a763;
  color: #fff;
  border: 1px solid transparent ;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#blog .block .item .btn-more-info {
    margin-top: 20px;
  padding: 10px 30px;
}
section .block .pricing-list .btn:hover,
section .block .btn:hover{
  background: #02a763;
  color: #fff;
}
#about-us .block .msg .btn:hover,
#material .block .btn:hover{
    background: #02a763;
    color: #fff;
}
#subscribe .block .btn:hover {
  background: #fff;
  color: #02a763;
}
#blog .block .btn-more-info:hover {
  background: #fff;
  color: #02a763;
  border: 1px solid #02a763;
}
/*--
    subscribe Start
--*/
#subscribe {
  padding: 40px 0px 80px;
  text-align: center;
  background: url("images/subscribe-bg2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
    background-position: center;
  position: relative;
}
#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/overlay-pattern.png") #000;  opacity: 0.3;
}
#subscribe .block h1.heading {
  color: #fff;
}
#subscribe .block p {
    padding: 40px 0px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
}
#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}
#subscribe .works-inner {
    background: transparent;
    border: 0px solid #e3e0da;
}
/*--
    contact-us Start
--*/
#contact-us {
    background: #fafafa;
}
#contact-us .block .title {
  padding: 20px 0;
}
#contact-us .block form {
  padding-bottom: 50px;
    text-align: left;
}

#contact-us .block form input,
#contact-us .block form textarea{
    
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
#contact-us .block form input[type=checkbox] {
    display: inline;
    padding: 0;
    width: auto;
    height: auto;
}
#contact-us .block form input[type=submit], .confirm_btn {
    margin-top: 30px;
    width: 30%;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 20px 60px;
    border-radius: 0px;
    background: #ea750e;
    color: #fff;
    border: 2px solid #ea750e;
    font-size: 15px;
    height: auto;
}

.form-label span, .hissu {
    font-size: 12px;
    line-height: 1.6em;
    padding: 3px 4px 2px;
    margin-left: 15px;
    font-weight: 300;
    color: #fff;
    background: #ff3b00;
    display: inline-block;
}

#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}

.about-top .midashi {
    padding: 30px 0 20px;
    margin-bottom: 0px;
}
.about-top p {
    margin-bottom: 0;
    font-size: 0.9em;
}
.about-top.top-contact {
    margin: 0px 0 0px;
    padding: 20px 0px 30px;
    background: rgba(2, 167, 99, 0.05)
}
.about-top .medals {
    display: none;
}
.about-top .mail_btn,
.right .mail_btn{
    padding: 15px 15px;
}
.right .mail_btn{
    padding: 5px 15px;
}
.about-top h2 {
    color: #02a763;
    margin-bottom: 15px;
    font-size: 2.0em;
    line-height: 1.5em;
}
.about-top p.cont-text {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: bold;
}
.about-top p.cont-text span{
    font-size: 0.7em;
    display: block;
}
.about-top .flexbox.align_center {
    justify-content: center;
    align-items: center;
}
.about-top .mail_btn p {
    font-size: 16px;
    line-height: 1.4em;
    padding-left: 15px;
}
.about-top .contact-img {
   /* width: 50%;*/
}
.about-top .contact-img img {
    display: block;
    text-align: center;
    margin: auto;
}
.about-top .mail_btn p span {
    display: block;
    font-size: 12px;
    line-height: 1.2em;
}
.about-top .mail_btn .icon i {
     font-size: 18px;
}
.about-top .mail-wrap {
    margin: 0 10px 0 0;
}
.about-top .contact-wrap {
    margin: 20px auto 0;
    text-align: left;
    padding-left: 40px;
}
.about-top .contact-wrap .flexbox {
    justify-content: flex-start;
    align-items: center;
}
.btns .mail_btn,
.btns .line_btn{
    font-size: 17px;
    font-weight: 600;
    padding: 10px 15px;
    background: #005ab4;
    display: block;
    color: #fff;
    border-radius: 4px;
    transition: all 0.25s ease 0s;
    width: 100%;
    text-align: center;
}
.btns i {
    font-size: 20px;
    padding-right: 5px;
}
.btns .line_btn {
    background: #06c755;
}
.contact-wrap {
    margin: 30px auto 0;
    text-align: center;
}
.contact-wrap .midashi::after {
    left: 0px;
    right: auto;
}
.contact-wrap .tel-wrap{    
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    transition: all ease 0.3s;
}
.contact-wrap .tel-wrap p{
    margin-bottom: 0;
}
.contact-wrap .tel-wrap h3{   
   font-size: 19px;
}
.contact-wrap .tel-wrap span {
    font-size: 2.6em;
    line-height: 1.2;
    font-family: "Montserrat", serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #e70e0e;
}
.contact-wrap a.blocklink {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-wrap .tel-wrap i {
    position: relative;
    top: -5px;
    margin-right: 5px;
}
.tel-wrap .mark i{
    color: #e83328;
}
.contact-wrap .flexbox {
    justify-content: center;
}
.mail-wrap {
    margin: 0 40px 0 0;
}
.mail_btn {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 40px;
    background:#02a763;;
    display: block;
    color: #fff;
    border-radius: 4px;
    transition: all 0.25s ease 0s;
    width: 100%;
    text-align: center;
}
.line-wrap .mail_btn {
    background: #06c755;
}
.mail_btn:hover,
.line_btn:hover,
.line-wrap .mail_btn:hover{
    background: #333;
}
.contact .line-wrap .mail_btn {
    width: 40%;
    margin: auto;
}
.mail_btn .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
}
.mail_btn .icon i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 22px;
    color: #fff;
}
.line-wrap .mail_btn .icon i{
    color: #fff;
}
.mail_btn p {
    display: inline-block;
    line-height: 1.6em;
    margin: 0;
    font-size: 20px;
    vertical-align: middle;
}

/*--------------------------------よくある質問-------------------------------------*/
.qa-wrap{
    display: block;
    position: relative;
    margin: 50px auto 0px;
}
.qa-wrap dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 10px 60px;
    position: relative;
    cursor: pointer;
    background: #fff;
}

.qa-wrap dl dt span{
    position: absolute;
    left: 5px;
    top: 55%;
    color: #02a763;
    font-family: "Outfit", sans-serif;;
    font-size: 24px;
    line-height: 1.4em;
    transform: translateY(-50%);
    padding: 0 5px;
  }
.qa-wrap dl#acMenu dd{
    position: relative;
    line-height: 1.9; 
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 10px 15px 60px;
    margin: 0 0 15px; 
    background: #fff;
}
.qa-wrap dl#acMenu dd span{
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 3px;
    top: 50%;
    color: #ea750e;
    font-size: 24px;
    font-family: "Outfit", sans-serif;;
    line-height: 1.4em;
    transform: translateY(-50%);
    padding: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

section.access-area iframe {
    height: 360px;
}
footer .contact-area{
    padding: calc(100vw*0.5/16) 0;
    position: relative;    
    display: flex;
    align-items: center;
}
.area-wrap {
    width: 100%;
    margin-bottom: 60px;
}
.area-wrap .item.left{
   padding: 40px 40px 40px;
    background-color: #f8f8f8;
    width: 50%;
}
.area-wrap p {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 1.7;
}
.area-wrap .item.right{
   font-size: 0;
    width: 50%;
}
.area-wrap p .tel {
    font-size: 36px;
    color: #223a70;
    font-family: "Montserrat", serif;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.area-wrap p i {
    font-size: 24px;
    display: inline-block;
    color: #00a6cc;
}
.area-wrap iframe{
    width: 100%;
    height: 100%;
}
.area-wrap .midashi {
    margin-bottom: 40px;
}
.area-wrap .midashi .midashi-heading {
    font-size: 18px;
}
.area-wrap .midashi {
    padding: 0;
    margin: 0px 0 30px;
}
.area-wrap h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
@media screen and (max-width:1024px) {
    .qa-wrap {
        width: 100%;
        margin: 30px auto 30px;
    }
}
@media screen and (max-width:767px) {
    .qa-wrap dl dt {
        font-size: 15px;
        line-height: 1.6;
        padding: 15px 45px 15px 40px;
    }
    .qa-wrap dl dd {
        padding: 10px 5px;
    } 
    .qa-wrap dl dt span,
    .qa-wrap dl#acMenu dd span{
        font-size: 20px;
    }
    .qa-wrap dl#acMenu dd {
        padding: 5px 10px 15px 40px;
        line-height: 1.7em;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .profile .item.row3, .profile .item.row5 {
        margin-bottom: 10px;
    }
    .profile .qa-wrap dl dd {
        font-size: 14px;
    }
    .profile-box:nth-child(odd) .flexbox {
        flex-direction: column-reverse;
    }
    .certification .flexbox .item figure {
        width: 100%;
        margin: 15px auto 0;
    }
    .contact-wrap {
        width: 100%;
        margin: auto;
    }
    .flexbox.row2 .item.mail-wrap {
        margin: 0 0 20px;
    }    
    .contact-wrap .mail-wrap {
        min-height: initial;
        margin: 0;
    }
    .contact-wrap .tel-wrap {
        padding: 0px 10px 0;
        margin: 8px 0 0px;
        text-align: center;
    }
    .contact-wrap .tel-wrap p {
        text-align: center;
    } 
    .contact-wrap .tel-wrap a {
        padding: 0;
    }
    .contact-wrap .mail-wrap a{
         padding: 20px 20px;
    }
    .top-contact .contact-img {
        width: 100%;
        margin-bottom: 0px;
    }
    .top-contact .contact-wrap .mail-wrap,
    .top-contact .contact-wrap .line-wrap{
        flex:1;
    }
    .top-contact .contact-wrap {
         padding-left: 0px;
        margin: 0px auto 0;
    }
    .top-contact .flexbox.align_center {
        display: block;
    }
    .about-top .mail_btn, .right .mail_btn {
        padding: 10px;
        font-size: 16px;
    }
    .top-contact .mail_btn p {
        font-size: 14px;
        padding-left: 10px;
    }
    .about-top.top-contact {
        padding: 20px 10px 10px;
    }
    .about-top {
        margin: 50px 0 0px;
        padding: 60px 0px 60px;
     }
    .about-top h2 {
        text-align: center;
        font-size: 1.6em;
    }
    .contact-wrap .tel-wrap h3 {
        font-size: 16px;
        text-align: center;
    }
    .contact-wrap .tel-wrap span {
        font-size: 2.0em;
    }
    .about-top .contact-wrap {
        padding-left: 0px;
        text-align: center;
    }
    .about-top p.cont-text {
        text-align: center;
        font-size: 1.0em;
        line-height: 1.4em;
    }
    .profile .datawrap {
        width: 100%;
        margin-right: auto;
    }
    .profile .flexbox:nth-child(2n) .flexbox{
            flex-direction: column-reverse;
    }
    .profile .border-box:nth-child(2n){
        flex-direction: column-reverse;
        margin: 30px auto 0;
    }
    .fukidashi {
        display: block;
        max-width: 360px;
        margin: 10px auto;
    }
    .fukidashi2 {
        margin: 1.5em 0 0em 0;
    }
    .profile .fukidashi2.right:before,
    .profile .fukidashi2.left:before{
        top: -40px;
        bottom: auto;
        margin-top: 0;
        border: 15px solid transparent;
        border-bottom: 25px solid #fff;
    }
    .profile-wrap {
        text-align: center;
    }
    .profile-wrap .item{
        margin-bottom: 10px;
    }
}
@media screen and (max-width:400px) {
    .top-contact .mail_btn p {
        padding-left: 0px;
    }
    .about-top .mail_btn, .right .mail_btn {
        padding: 5px;
    }
    .fukidashi2 {
      margin: 1.0em 0px 1.0em 0;
      min-width: initial;
    }
}
/*--
    footer Start
--*/
#footer {
  padding: 0px 0px 70px;
background: #333;
}
#footer .block h3 {
  color: #fff;
  padding-bottom: 25px;
}
#footer .block h3 span {
  color: #02a763;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {

}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 15px;
  margin-right: 20px;
  color: #fff;
}
#footer .block .info ul li a {    
    color: #fff;
}
p.footer-p {
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
}
#footer .block .info ul a:hover{
    color: #ccc;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
    padding-bottom: 10px;
    display: block;
    color: #02a763;
    font-size: 16px;
}
#footer .block .blog ul li h4 span,
#footer .block .info ul li h4 span,
#footer .block .gallary ul li h4 span {
    color: #02a763;
    margin-right: 10px;
    font-size: 18px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #FF4F02;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #fff;
  font-size: 14px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#footer .block .social-media-link h3 span {
  color: #FF4F02;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: #FF4F02;
  color: #fff;
}
#footer .sns{
    margin-top: 15px;
}
#footer .sns li {
    display: inline-block;
    margin: 0 5px;
}
li.insta i {
    color: #cf2e92;
}
li.line i {
    color: #06c755;
}
@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -5px;
        margin-top: -5px;
    }

}
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #FF4F02;
}
.line-fixed{
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 3;
}
a.line-btn {
      display: flex;
      align-items: center;
      padding: 20px 10px;
      background: #07b901;
      border-radius: 7px 0px 0px 7px;
      box-shadow: -1px 2px 5px rgb(51 51 51 / 40%);
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      -webkit-text-orientation: upright;
      text-orientation: upright;
      transition: 0.5s;
}
a.line-btn img {
    position: relative;
    margin-bottom: 10px;
    display: block;
  }
a.line-btn p {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
  }
a.line-btn:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
.effect-fade {
    opacity: 0;
    transform: translate(0, 100px); /* フェードインで動く高さを指定 */
    transition: all 2000ms; /* フェードインにかかる時間を指定 */
  }
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
section.fix-bottom {
    display: none;
}

@media screen and ( max-width:767px) {
    section.fix-bottom {
        width: 100%;
        padding: 10px 0;
        bottom: 0%;
        position: fixed;
        z-index: 10;
        background: #fff;
        display: flex;
        justify-content: center;
    }
    .footer-fix-tel,
    .footer-fix-mail,
    .footer-fix-line {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32.33%;
    }
    .footer-fix-mail {
        margin: 0;
        background:#02a763;
    }
    .footer-fix-mail,
    .footer-fix-line {
        border-radius: 5px;
        text-align: center;
        transition: 0.3s;
        margin: 0 4px;
    }
    .footer-fix-mail p,.footer-fix-line p {
        text-align: center;
        color: #fff;
        font-size: clamp(14px, 1.0vw, 15px);
        font-weight: 500;
        line-height: 1.3;
    }
    .footer-fix-tel p{
        text-align: center;
        color: #fff;
        font-size: clamp(14px, 1.0vw, 15px);
        font-weight: 500;
        line-height: 1.3;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .footer-fix-tel p a {
        color: #ea750e;
    }
    .footer-fix-tel p span.nub{
        font-size: 1.2em;
        color: #ea750e;
        font-weight: 600;
        font-family: 'Lexend', sans-serif;
        display: inline-block;
        line-height: 0.9em;
        margin-top: 5px;
    }
    .footer-fix-tel p span.time{
        font-size: 13px;
        display: block;
    }
    .footer-fix-mail a.contact span {
        font-size: 20px;
    }
    .footer-fix-mail a,
    .footer-fix-line a {
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 1.3em;
        color: #ffffff;
        font-weight: 600;
    }
    .footer-fix-line {
        background: #00ba3a;
    }
    .footer-fix-line a img {
        width: 30px;
        vertical-align: middle;
    }
    .footer-fix-line picture:hover{
        transition: 0.3s;
        opacity: 0.7;
    }
    .footer-fix-mail a:hover,.footer-fix-line a:hover {
        transform: translate(2px, 2px);
        box-shadow: none;
    }
    .footer-fix-tel p span.nub {
        font-size: 1.5em;
    }
    .footer-fix-mail a {
        padding: 10px 5px;
    }
}
@media screen and (max-width: 600px) {
    section.fix-bottom {
        padding: 5px 0;
    }
    .footer-fix-mail a, .footer-fix-line a{
        font-size: 13px;
        padding: 5px 10px;
    }
    .footer-fix-tel p span.nub {
        font-size: 14px;
        margin-top: 0;
    }
    .footer-fix-mail a.contact span {
        font-size: 13px;
    }
    .footer-fix-line a img {
        width: 16px;
    }
    .footer-fix-tel p a {
          font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    .line-fixed {
      bottom: 15%;
      right: 0;
    }
}
@media screen and (max-width: 767px) {
    a.line-btn p {
      font-size: 12px;
    }
    .line-fixed {
      display: none;
    }
  }
p.left{
    text-align: left;
    margin-bottom: 10px;
}

img.slide-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.swiper-container {
    margin-top: 40px;
}
img.yamaguchi-img {
    padding-top: 0px;
    max-width: 100%;
}
#company .yamada-img {
    padding-top: 0px;
    max-width: 120px;
}
#company table {
    margin: 0px 0 40px;
}
.paint-wrap {
    margin: 30px 0 0px;
}
.paint-wrap img{
    max-width: 100%;
    display: block;
    margin: 0 auto 30px;
}

.kind-wrap {
    padding: 0px 0 10px;
}
.form-label {
    margin: 15px 0 12px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    display: block;
}
.form-group {
    margin-bottom: 20px;
}
input[type=submit] {
    margin-top: 2%;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 28px 105px;
    border-radius: 0px;
    background: #fff;
    color: #02a763;
    border: 1px solid #02a763;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
input[type=submit]:hover {
  background: #02a763;
  color: #fff;
}
#contact-us .block .contact-p> p {
    color: #333333;
    font-size: 15px;
    line-height: 26px;
    padding: 0px 0px 15px;
}
#contact-us .block .contact-p a + p,
#contact-us .block .contact-p img + p{
    padding: 20px 0px 15px;
}
img.contact-bnr{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
img.tel-bnr{
    padding-top: 20px;
}

p.input-label {
    margin-bottom: 10px;
    padding-left: 1em;
    display: inline-block;
}
p.input-label.block {
    display: block;
}
form #textid.active {
    background-color:#FFF8E1;
    color: #000;
    box-shadow:0px 0px 5px rgba(84,189,245,1);
    caret-color: auto;
}
form #textid {
    height: 28px;
    padding: 6px 12px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 50%;
    caret-color: transparent;
}
.contact-line-wrap {
    margin: 0 auto 30px;
}

p.price-coution {
    font-size: 0.8em;
    line-height: 1.6;
    margin-bottom: 40px;
}
.sub-contact{
    background: #fff!important;
}
.corona-wrap {
    padding: 0;
}
.corona-wrap h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.7;
}
.corona-wrap p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #4CAF50;
    margin: 40px 0;
}
table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #ccc;
}
table tr:last-child{
   border-bottom: 1px solid #ccc;
}
table th{
    padding: 1.2em 10px 1.2em 1em;
    width: 30%;
    color: #02a763;
}
table td {
    padding: 1em 10px 1em 1em;
    /*width: 70%;*/
}
.txt{
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    #price .block .pricing-list ul li {   
        border-bottom: 1px #ccc solid;
    }
    .paint-wrap {
        margin: 50px 0 0px;
    }
    #price .block .pricing-list ul li .item .item-title {
        display: block;
    }
    #price .block .pricing-list ul li .item .item-title span {
        display: block;
        text-align: right;
    }
    #price .block .pricing-list ul li .item .item-title span.num {
        display: inline-block;
    }

    .txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #ccc;
    padding: 0.5em;
    color: #02a763;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }  
  table tr {
    display: block;
    margin-bottom: 0em;
    border-bottom: 1px solid #333;
  }  
  table td {
    border-bottom: 1px solid #bbb;
    width: 100%;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 0.5em;
    border-right: none;
  }  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }  
  table td:last-child {
    border-bottom: 0;
  }
}
#superg, #ds {
    padding: 80px 0px;
    text-align: center;
    background: url("images/superg-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
#superg:before, #ds:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#superg .block h1.heading {
  color: #fff;
}
#superg .block p {
    padding: 40px 0px;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
}
#material .block .price-left> p {
    color: #333333;
    font-size: 15px;
    line-height: 1.9em;
    padding: 20px 0px 0;
}
#message {
  background: #fcfcfc;
}
#message .block .price-left> p {
    color: #333333;
    font-size: 15px;
    line-height: 1.9em;
    padding: 20px 0px 0;
}

#description .block .price-left> p {
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
    padding: 40px 0px 0;
}
img.superg-img {
    max-width: 100%;
    display: block;
    margin: 20px auto 0;
}
h3.suprg-h3{
    font-weight: bold;
    color: #02a763;
    font-size: 28px;
    margin: 50px 0 -10px;
}

img.promise-img{
    max-width: 100%;
    display: block;
    margin: 0 auto 30px;
}
.promise-wrap {
    margin-top: 40px;
}

.works-wrap {
    margin: 30px 0 20px;
}
a>.works-inner:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.news_img figure {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    margin: 0 0 0;
}
.news_img figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.categories {
    margin: 50px auto 40px;
}
ul.page_nav li, .categories li {
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.categories li {
    border: 1px solid #BFBFBF; 
    padding: 3px 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.categories li:hover, .categories li.current-cat {
    border: 1px solid #02a763; 
    background-color: rgba(0, 90, 180, 0.5);
}
.categories li:hover a, .categories li.current-cat a {
    color: #fff;
}
.works-inner, .know-inner {
    margin-bottom: 30px;
}
.item .works-inner {
    width:100%;
}
.works-inner {
    width:23%;
    margin: 0 0.5% 30px;
    border: 1px solid #e3e0da;
    padding: 15px;
    background: #fff;
}
.works-inner img {
    max-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
p.works-p {
    font-size: 12px;
    text-align: right;
    margin: 5px 0 0px;
}
h3.works-h3, h3.works-h3 a {
    font-size: 16px;
    line-height: 1.4em;
    margin: 10px 0 10px;
    color: #333;
}

p.works-p + h3.works-h3 {
    margin: 2px 0 10px;
}
#subscribe h3.works-h3 a,
#subscribe h3.works-h3 {
     color: #fff;
}
.works_single {
    padding: 20px 0;
}

/* アップロードした画像の縦横比を固定して表示 */
.news_img figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
}
.news_img figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
} 

.workslist .news_img.row2 {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
}
.workslist .news_img.row2 .item {
    flex-basis: 50%;
    max-width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
    width: 100%;
    height: 100%;
    margin: 0;
}
.workslist .news_img.row2 .item:first-child{
    left: 0%;
}
.workslist .news_img.row2 .item:last-child{
    right: 0%;
}
.news_img.row2 .text {
    position: absolute;
    padding: 4px 10px;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-family: "Outfit", sans-serif;;
    letter-spacing: 0.05em;
    bottom: auto;
    top: 0;
    left: 0;
    z-index: 5;
}
.news_img.row2 .text.after {
    left: 50%;
    background: #02a763;
}
.single-wrap .before, .single-wrap .after {
    position: relative;
    margin-bottom: 20px;
}
.single-wrap .before img, .single-wrap .after img {
    width: 100%;
} 
.single-wrap .before::before, .single-wrap .after::before {
    position: absolute;
    top: 0;
    left: 0;    
    color: #fff;
    font-family: "Outfit", sans-serif;;
    padding: 3px 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.single-wrap .before::before {
    content: 'Before';
    background: #333;
}
.single-wrap .after::before {
    content: 'After';
    background: #02a763	;
}
figure {
    font-size: 0;
}
.news_img.row2 figure {
    position: relative;
    padding-top: 0%;
    height: 100%;
}
.news_img.row2 figure img {
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;    
    transform: none;
    left: 0;
}    
/* アップロードした画像の縦横比を固定して表示 */
.works-wrap figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 7px;
}
.works-wrap figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_single img {
    max-width: 100%;
/*    width: 50%;*/
    display: inline-block;
    margin: 0 auto 0px;
    height: auto;
    vertical-align: top;
}
.works-inner .category,
.tag-list{
    display: flex;
}
.works-inner .category li,
.tag-list li{
    padding-right: 5px;
}
.works-inner .category li a,
.tag-list li a{
    font-size: 13px;
}
.works_single img.alignright {
    float: right;
    margin-left: 15px;
}
.works_single h2.title {
    margin: 20px 0 10px;
    font-size: 26px;
    padding: 0;
    color: #02a763;
    letter-spacing: 0.05em;
}
.knowledge h2, .works_single h2 {
    margin: 50px 0 30px;
    font-size: 24px;
    letter-spacing: .03em;
    font-weight: bold;
}
.works_single p.date{
    text-align: right;
    font-size: 14px;
    font-family: "Montserrat", serif;
}
.works_single h3 {
    margin: 40px 0 30px;
    padding: 5px 1.5rem 7px;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #02a763;
    border-left: 5px solid #02a763;
}
.works_single h4 {
    font-size: 18px;
    display: block;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 0 6px 5px;
    position: relative;
}
.works_single h4::before,
.works_single h4::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
     background: rgba(0, 90, 180, 0.4);
    width: 100%;
}
.works_single h4::after {
    width: 120px;
    background: #02a763;    
}
.works_single h5 {
    font-size: 16px;
    display: block;
    text-align: left;
    color: #02a763;
    margin-top: 20px;
    margin-bottom: 15px;
}
.works_single p {
    margin-top: 15px;
    line-height: 1.8em;
}
.works_single p.works-h3 {
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.4em;
}
.works_single p.works-h3 a{
    color: #333;
}
.works_single p.date {
    margin-top: 5px;
}
.works_single .single-wrap ul li {
    line-height: 1.8em;
    padding-left: 15px;
    position: relative;
}
.works_single .single-wrap ul.tag-list li {
    line-height: 1.8em;
    padding: 2px 5px;
    position: relative;
    border: 1px solid #ea750e;
    font-size: 13px;
    margin-right: 5px;
}
.works_single .single-wrap ul li::after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #02a763;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 0px;
    margin: auto;
}
.works_single .single-wrap ul.tag-list li::after{
    display: none;
}
.works_single .single-wrap .nayami {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px;
}
.works_single .single-wrap .nayami h3 {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 4px 10px 5px;
    color: #333;    
    border-radius: 0;
}
.works_single .single-wrap .nayami p {
    padding: 0px;
    line-height: 1.7em;
}
.related-wrap {
    margin-top: 60px;
}
.center_left_list {
    margin-top: 60px;
}
.post_navi .item.next {
    text-align: right;
}
.work-table-wrap{
    position: relative;
    display: block;
    margin: 50px 0px 50px;
}
.work-table-wrap table{
    width: 100%;
    border-collapse: collapse;
}
.work-table-wrap table tr{
    
}
.work-table-wrap table tr:last-child{
    border-bottom: none;
}
.work-table-wrap table th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #02a763;
    color: white;
    text-align: center;
    padding: 17px 10px;
    font-weight: 500;
    border-bottom: solid 1px white;
}
.work-table-wrap table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #02a763;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.work-table-wrap table td{
    text-align: left;
    width: 65%;
    padding: 17px 10px 17px 1.5em;
    border-right: none;
    border-bottom: none;
    border-bottom: 1px solid #ccc;
}
.blog-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px #ccc solid;
    margin: 15px 0;
    padding: 5px;
}
.blog-card + br + .blog-card {
    margin: -20px 0 15px;
}
.blog-card a {
    display: flex;
    align-items: center;
}
.blog-card .card-box-txt {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: #02a763;
    padding: 6px 15px 5px;
    line-height: 1.1em;
    color: #fff;
    font-size: 12px;
}
.blog-card-thumbnail {
    text-align: left;
}
.works_single .blog-card-thumbnail img {
    height: 80px;
    object-fit: cover;
    max-width: 100%;
    width: 120px;
    margin-bottom: 0;
}
.blog-card-content {
    padding: 15px;
    text-align: left;
}
.blog-card-title {
    font-size: 16px;
    font-weight: 600;
}


/* インスタグラム */
section#instagram {
    padding: 70px 0px;
}
.instagram-container{
    position: relative;
    margin: 40px 0;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.gallery-item{
    flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    max-width: 20%;
}
.gallery-item img{
    max-width: 100%;
    height: auto;
}
#instagram .pricing-list {
    margin-top: 30px;
    text-align: center;
}

.reason-wrap .item h3 {
    font-size: 18px;
    color: #02a763;
    margin: 10px 0;
}
.reason-wrap .item {
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(2, 167, 99, 0.05);
}
.nayami-box {
    text-align: center;
}
.nayami-box.flexbox {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.nayami-box h3 {
    font-size: 18px;
    margin: 0;
}
.nayami-box.answer h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(0, 90, 180, 0.5);
}
.nayami-box.question .nayami-txt {
    margin-right: auto;
}
.nayami-box.answer .nayami-txt {
    text-align: right;
    padding-left: 20px;
}
.item.row2.profile-img {
    width: 160px;
    margin: auto;
    padding-right: 20px;
}
.flexbox.row3.margin .nayami-box.question.item .profile-img {
    width: 80px;
    margin:0 auto 0;
}
.nayami-box .profile-img img {
    border-radius: 50%;
    object-fit: cover;
}
.nayami-box .fukidashi2{
    padding: 18px;
    text-align: left;
    background: #fff;
    position: relative;
    margin-top: 15px;
}
.nayami-box .fukidashi2::after {
    content: "";
    position: absolute;
    border-style: solid;
    top: -35px;
    left: 50%;
    border-width: 0px 10px 20px 10px;
    border-color:  transparent transparent rgb(255, 255, 255, 1);
    translate: -50% 100%;
}
.nayami-box.answer .fukidashi2 p{
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .gallery-item{
        flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
        max-width: 33.33%;
    }
    section#instagram {
        padding: 50px 0px;
    }
    img.img-responsive{
        width: 100%;
    }
}
/* 保証書 */
.guarantee .block p  {
    line-height: 26px;
    padding: 0px 0px 20px;
}
/* カラーシミュレーション */
.cs-wrap{
  display: block;
  margin: 20px auto 0;
}
.cs-wrap img{
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.cs-wrap p{
  margin-bottom: 20px;
}
#cs {
  padding: 40px 0px 50px;
   background: #fafafa;
}

#cs .block .cs-wrap p{
    color: #333333;
    font-size: 15px;
    line-height: 1.9em;
    padding: 0;
}
.cs-step-wrap, .flow-wra{
    margin: 50px auto 0;
    display: block;
    width: 100%;
    max-width: 1100px;
}
.cs-step-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: rgb(255 255 255 / 50%);
    margin: 0 auto 50px;
    border: 1px solid #16a985;
  }
.cs-step-inner .right p{
    font-size: 14px;
    line-height: 1.6em;
}
.cs-step-inner::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -55px;
    box-sizing: border-box;
    width: 20px;
    height: 10px;
    transform: rotate(  90deg  );
    border: 20px solid transparent;
    border-left: 20px solid #02a763;
  }
.cs-step-inner:last-child:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -55px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left: 0 solid #16a985;
  }
.cs-step-inner .left{
    width: 15%;
    background: #16a985;
    display: flex;
    align-items: center;
    justify-content: center;
  }
/*.cs-step-inner:nth-child(1){
     border: 1px solid #ffdb79;
   }
.cs-step-inner:nth-child(2){
    border: 1px solid #ea750e;
  }
.cs-step-inner:nth-child(3){
    border: 1px solid #02a763;
  }
.cs-step-inner:nth-child(1) .left{
    background: #ffdb79;
  }
.cs-step-inner:nth-child(2) .left{
    background: #ea750e;
  }
.cs-step-inner:nth-child(3) .left{
    background: #02a763;
  }*/
.cs-step-inner .left p{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
  }
.cs-step-inner .left p span{
    font-size: 2em;
  }
.cs-step-inner .middle{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-step-inner .middle img{
    max-width: 100%;
    padding: 20px;
}
.cs-step-inner .right{
    width: 66%;
    display: flex;
    align-items: center;
    padding: 15px;
    line-height: 1.9;
    font-size: 15px;
}
.flow-wrap .cs-step-inner .right{
    width: 85%;
    display: block;
}
.flow-wrap .cs-step-inner .right h3 {
    font-size: 18px;
    margin: 0 0 7px;
}
.cs-step-inner .right a{
    color: #523016;
}
.cs-step-inner .right a:hover{
    transition: 0.3s;
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
    .cs-step-inner .right p{
      font-size: 13px;
    }
    .cs-step-inner .left p span {
      font-size: 1.2em;
    }
    .cs-step-inner .middle img {
      padding: 10px;
        max-height: 100px;
    }
    .cs-step-inner .right {
        width: 64%;
    }
    .cs-step-inner .right a {
      font-size: 14px;
    }
 }
@media screen and (max-width: 767px) {
    .works-inner {
        width:48%;
        padding: 10px;
    }
    .guarantee .block p  {
        font-size: 14px;
    }
    .cs-step-inner::before {
      left: 45%;
    }
    .cs-step-wrap {
      margin: 40px auto 0;
      width: 100%;
    }
    .cs-step-inner .left {
      width: 45%;
    }
    .cs-step-inner .middle {
      width: 55%;
    }
    .cs-step-inner .right {
      width: 100%;
    }
    .flow-wrap .cs-step-inner .right{
        width: 100%;
    }
    .flow-wrap .cs-step-inner {
        flex-wrap: nowrap;
    }
    .flow-wrap .cs-step-inner .left {
      width: 25%;
    }
    .cs-step-inner .left p {
      font-size: 15px;
        padding: 5px 0;
    }
    .cs-step-inner .right a {
      font-size: 14px;
      padding-top: 10px;
      display: block;
    }
    .flexbox.row3.margin .nayami-box.question.item .profile-img {
        width: 60px;
        margin: 0 auto 0;
    }
    .works_single .single-wrap .nayami {
        padding: 10px;
    }
    .nayami-box .fukidashi2{
        padding: 10px;
    }
    .nayami-box h3 {
        font-size: 14px;
        margin: 0;
    }
    .works_single h2.title {
        font-size: 20px;
    }
    .works_single h3 {
        font-size: 18px;
    }
    .reason-wrap .item {
        padding: 10px;
    }
    .reason-wrap .item p{
        font-size: 13px;
        line-height: 1.6em;
    }
    .reason-wrap .item h3 {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    
}
@media screen and (max-width: 400px) {
    .work-table-wrap table tr {
        border-bottom: 0px solid #333;
        padding: 0;
    }
    .work-table-wrap table th {
        width: 100%;
        padding: 10px 10px;
        text-align: left;
        font-size: 14px;
    }
    .work-table-wrap table th:after {
        display: none;
    }
    .work-table-wrap table td {    
        width: 100%;
        padding: 12px 10px 12px 10px;
    }
}
#kyoryoku {
    padding: 40px 0px 40px;
    text-align: center;
}
#kyoryoku .block p {
    padding: 20px 0px 0;
    line-height: 26px;
}
/*-------------Reccommend---------------*/
.recommend h3.merit {
    margin-top: 40px;
    margin-bottom: 20px;
}
.recommend .block p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.recommend img {
    margin: 10px auto;
}
.recommend .point-h {
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #ea750e;
}
.risk-wrap .point-h {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 7px;
    color: #ea750e;
}
h3.merit{
    margin-bottom: 0px;
    font-size: 18px;
    color: #444;
    border-left: 10px solid #02a763;
    padding: 5px 10px;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}
div#contents {
    margin-top: 20px;
    border-top: 1px #C8C1B3 solid;
    border-bottom: 1px #C8C1B3 solid;
    padding: 15px 15px 15px;
    text-align: center;
}
p.contents_title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
ul.contents_list {
    display: inline-block;
    margin-top: 10px;
}
ul.contents_list li {
    padding: 7px 0 3px;
    text-align: left;
}
table.center{
    color: #333;
    margin: 0 auto;
}    
table.center th, table.center td{
    width: auto;
    text-align: center;
}
.recommend .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.recommend .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto 30px;
}
.recommend ul li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 0px solid #d6d6d6;
}
.recommend ul li span {
    color: #02a763;
}
.recommend ul li a {
   color: #888;
}
.recommend ul li a:hover {
   color: #666;
}
.more-link-sub:after {
  content: "\00BB";
  color: #666;
  padding-left: 5px;
}
a.more-link-sub {
    color: #666;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 6px 15px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 0 0;
}
a.more-link-sub:hover {
    color: #fff;
    background-color: #00833e;
}
.more-link-sub:hover:after {
    color: #fff;
}
.signs {
    margin-top: 30px;
}
.signs figure {
    width: 20vw;
    max-width: 180px;
    border-radius: 50%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 3px solid #02a763;
    margin: auto;
}
.signs figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sign-h {
    text-align: center;
    font-size: 17px;
    color: #02a763;
    margin:10px 0 5px;
}
.flexbox.row4.margin.signs .item {
    position: relative;
    margin-bottom: 30px;
}
.signs .item .sign-h::before {
   content: '';
    display: inline-block;
    width: 30px;
    height: 36px;
    background: url(images/sizuku.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 15px;
    left: -5px;
    margin: auto; 
}
.signs .item p{
    font-size: 14px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .recommend img {
        width: 100%;
    }
    table.center td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
      }
    table.center td {
        text-align: right;
        padding-left: 50%;
    }
    table.center tr:first-child {
        display: none;
    }
    .signs .item p{
        font-size: 13px;
        line-height: 1.5;
    }

}

@media screen and (min-width:768px) and ( max-width:1024px) {
    nav .block .navbar-brand img {
        padding-left: 0px;
        width: 90%;
        margin-top: 10px;
    }
    nav .block .navbar-default .navbar-nav > li > a {
        color: #2E2E2E;
        padding: 5px 0px;
        margin: 0px 11px;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
        z-index: 999;
        line-height: 1.2em;
    }
    nav .block {
        background: #fff;
        padding: 15px 60px 10px;
        background: rgba(255, 255, 255, 0.89);
    }
    nav .block .navbar-brand img {
        width: 80%;
    }
    img.main-pc{
        display: none;
    }
    img.main-tab{
        display: block;
    }
    img.main-sp{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .container-fluid {
        display: block;
    }
    #navigation.sticky .block {
        position: relative;
        padding: 10px 10px 0;
        bottom: 0;
        height: 85px;
    }
    .container {
        width: 95%;
        margin: auto;
        padding-right: 0px;
        padding-left: 0px;
    }
    nav .container {
        width: 100%;
    }
    #navigation.sticky {
        position: fixed;
        top: -10px;
    }
    .navbar-right {
        display: block;
        flex-wrap: nowrap;
        background: #fff;
    }
    .col-xs-12 .works-wrap {
        margin: 20px 0 0px;
    }    
    h3.works-h3 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    p {
        font-size: 14px;
    }
    p.works-p {
        font-size: 12px; 
    }
    h2.midashi {
        font-size: 24px;
        line-height: 1.4;
    }
    span.m-span {
        font-size: 30px;
    }
    section .block .pricing-list .btn,
    section .block .btn {
      padding: 12px 30px;
    }
    #about-us .block .msg .btn,
    #material .block .btn、{
        margin-top: 5%;
        padding: 12px 30px;
    }
    #subscribe .block .btn {
        padding: 12px 30px;
    }
    #blog .block .btn-more-info {
        padding: 12px 30px;
    }
    #blog .block ul li h3 {
        padding: 0px 0px 15px;
        font-size: 16px;
    }
    #blog .block ul li .content-right {
        padding: 25px 5px 15px;
    }
    #blog .block ul li .content-left {
        padding: 25px 5px 15px;
    }
    #about-us .block p {
        font-size: 14px;
        line-height: 1.8;
        padding: 10px 0px;
    }
    .msg{
        padding: 0;
    }
    .sp-pd0{
        padding: 0;
    }
    #blog {
        padding-top: 30px;
         padding-bottom: 40px;
    }
    #blog .menu-wrap .item.row3 {
        text-align: center;
    }
    #blog .menu-wrap ul li .text h3 {
        text-align: center;
    }
    #blog .menu-wrap ul li h3:before {
        left: 0;
        right: 0;
        margin: auto;  
    }
    #blog .block ul li p {
        padding-top: 20px;
        text-align: left;
        font-size: 13px;
    }
    section {
        padding: 30px 0px;
    }
    #price {
        padding: 30px 0px 60px;
    }

    nav .block .navbar-default .navbar-nav > li > a {
        color: #2E2E2E;
        padding: 12px 0px;
    }
    #price .block .price-left> p {
        font-size: 14px;
    }
    #material .block .price-left> p {
        font-size: 14px;
    }
    #message {
        padding: 30px 0px 80px;
    }
    #message .block .price-left> p {
        font-size: 14px;
    }
    #description {
        padding: 30px 0px 100px;
    }
    #description .block .price-left> p {
        font-size: 14px;
    }  
    input[type=submit] {
        padding: 28px 85px;
    }
    .form-group {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    p.form-label {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 15px;
        color: #333;
        line-height: 1.5;
        }
    #subscribe {
        padding: 30px 0px 50px;
      background: url("images/subscribe-bg.jpg");
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
        background-position: center;
      position: relative;
    }
    #subscribe .block p {
        text-align: left;
        font-size: 14px;
        line-height: 1.8;
    }
    #contact-us .block .contact-p> p {
        font-size: 14px;
        line-height: 1.7;
    }
    table {
        margin: 20px 0;
    }
    #superg {
        padding: 30px 0px 80px;
        text-align: center;
        background: url(images/superg-bg.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    h3.suprg-h3 {
        font-weight: bold;
        color: #02a763;
        font-size: 22px;
        margin: 40px 0 -20px;
        line-height: 1.6;
    }
    span.big {
        font-size: 18px;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    img.main-pc{
        display: none;
    }
    img.main-tab{
        display: none;
    }
    img.main-sp{
        display: block;
    }
    .corona-wrap h2 {
        font-size: 15px;
    }
    .corona-wrap p {
        font-size: 14px;
    }
    .sp_icons {
        display: flex;
        position: absolute;
        right: 60px;
    }
    .sp_icons span{
        font-size: 36px;
        padding: 10px 6px;
        color: #02a763;
    }
    .sp_icons span.nav-tel {
        color: #ea750e;
    }
    .sp_icons span.nav-line {
        color: #07b901;
    }
}
@media screen and (max-width: 600px) {
    nav .head_text{
        font-size: 12px;
    }
    .sp_icons span{
        font-size: 30px;
        padding: 5px 6px;
    } 
    #navigation.sticky .block {
        height: 75px;
    }
    #superg, #ds {
        padding: 40px 0px;
    }
    #about-us h2.midashi.middle-h br {
        display: none;
    }
    #about-us h2.midashi.middle-h {
        font-size: 18px;
    }
    #about-us .middle-h span.m-span {
        font-size: 1.1em;
    }
}
@media screen and (max-width: 320px) {
    #about-us .block .msg .btn
    #material .block .btn{
        margin-top: 15%;
        padding: 28px 45px;
    }
    #subscribe .block .btn {
        padding: 28px 55px;
    }
    input[type=submit] {
        padding: 28px 60px;
    }
    #contact-us .block form input[type=submit], .confirm_btn {
        width: 100%;
    }
    .navbar-brand {
        height: 50px;
        padding: 5px 0px;
        font-size: 18px;
        line-height: 20px;
    }
    nav .block .navbar-default .navbar-nav > li > a {
        color: #2E2E2E;
        padding: 14px 0px;
    }
}