@charset "UTF-8";
/********
** color
*********/
/* * * * * * *
 * GENERAL
 * * * * * * */
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
}

.yasumi {
    text-align: center;
    padding: 30px 15px 0;
}

.os-font {
    font-family: 'Oswald', sans-serif;
}

.sara-font {
    font-family: 'Sarabun', sans-serif;
}

.gnav-right li small {
    font-family: 'Sarabun', sans-serif;
	font-weight: 400;
	letter-spacing:1px;
}
.head_box h4 {
	font-family: 'Sarabun', sans-serif;
	font-weight: 600;
}

.side-list h4 {
	font-family: 'Sarabun', sans-serif;
	font-weight: 600;
}

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

a:hover {
  opacity: .8;
  transition: all .3s ease-in;
}

.text-yellow {
  color: #FCEE21;
}

.text-red {
  color: #ED1C24;
}

.bg-darkblue {
  background-color: #1F3240;
}

.section-text {
  margin-top: 30px;
}

.pc {
  display: block;
}

.sm {
  display: none;
}

.breadcrumb {
  background-color: transparent;
  color: #333;
  font-size: 0.875em;
  padding: 15px 0;
}

.breadcrumb a {
  color: #29A9E0;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: "/\00a0";
}

.cardhead {
  position: relative;
}

.cardhead .label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.cardhead .label.blue {
  background-color: rgba(0, 113, 188, 0.8);
}

.cardhead .label.orange {
  background-color: rgba(247, 147, 30, 0.8);
}

.cardbody {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.cardbody .title {
  font-size: 1.0625em;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.cardbody .price {
  font-size: 1.375em;
}

.cardbody .price .red {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.8em;
  font-weight: bold;
  color: #C1272D;
}

.cardbody .detail {
  position: relative;
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 5px 0 #1A1A1A;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  height: 44px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  font-weight: bold;
  margin: 0 auto 10px;
  display: block;
}

.cardbody .detail:before {
  content: "";
  background-image: url("../images/icon-arrow@2x.png");
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 20px;
}

.cardbody .detail:hover {
  top: -4px;
  background-color: #444;
  box-shadow: 0 7px 0 #2A2A2A;
  color: #FFF;
  text-decoration: none;
}

.cardbody .detail:active {
  top: 3px;
  box-shadow: none;
}

.pagelinkbutton {
  position: relative;
  background-color: #0071BC;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 5px 0 #00558D;
  font-size: 1.5em;
  width: 360px;
  max-width: 100%;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
  font-weight: bold;
  margin: 0 auto 10px;
  display: block;
}

.pagelinkbutton:before {
  content: '';
  background-image: url("../images/icon-arrow@2x.png");
  background-size: contain;
  width: 33px;
  height: 33px;
  display: inline-block;
  position: relative;
  top: 10px;
  right: 20px;
}

.pagelinkbutton:hover {
  top: -4px;
  background-color: #0071BC;
  box-shadow: 0 7px 0 #00558D;
  color: #FFF;
  text-decoration: none;
}

.pagelinkbutton:active {
  top: 3px;
  box-shadow: none;
}

/* * * * * * *
 * NAV
 * * * * * * */
#gnav {
  padding: 20px 0 10px;
  background-color: #003959;
  color: #fff;
}

#gnav .row {
  width: 100%;
}

#gnav .gnav-left {
  flex-shrink: 1;
  flex-basis: 320px;
}

#gnav .gnav-left .tagline {
  font-size: 0.9375em;
  margin-bottom: 0;
}

#gnav .gnav-right {
  flex-grow: 1;
}

#gnav .gnav-right .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#gnav .gnav-right .navbar-nav .nav-item {
  text-align: center;
  padding: 0 20px;
  border-left: 1px dotted #899EAD;
}

#gnav .gnav-right .navbar-nav .nav-item:last-of-type {
  border-right: 1px dotted #899EAD;
}

#gnav .gnav-right .navbar-nav .nav-item:hover {
  /* background-color: #eee; */
  opacity: .8;
  transition: all .3s ease-in;
}

#gnav .gnav-right .navbar-nav .nav-item .nav-link img {
  height: 25px;
}

#gnav .gnav-right .navbar-nav .nav-item .nav-link div {
  margin-top: 5px;
  font-size: 1.125em;
  /* color: #083654; */
  color: #fff;
  line-height: 1.5;
}

#gnav.navbar-dark .navbar-toggler {
  border-color: #fff;
  color: #fff;
}

#gnav .gnav-right .navbar-nav .nav-item .nav-link small {
  color: #29ABE2;
}

/* * * * * * *
 * TOP
 * * * * * * */
.mainview {
  position: relative;
  background-image: url(../images/top/main-visual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mainview .mask {
  position: absolute;
  top: 0;
  background-color: #1A1A1A;
  opacity: .7;
  width: 100%;
  height: 100%;
  display: block;
}

.mainview .mask.blue {
  background-color: #0A2A38;
}

.mainview .maincopy {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 1070px;
  padding: 45px 0 115px;
  padding-top: 334px;
  padding-bottom: 180px;
}

.mainview .maincopy .catch > div {
  text-align: center;
  display: block;
  margin: auto;
}

.mainview .maincopy .catch > div.rightbox {
  margin-bottom: 0;
}

.mainview .page-title {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 150px 0 135px;
}

#strongpoint {
  position: relative;
  padding: 50px 0 210px;
  width: 100%;
}

#strongpoint .container {
  position: relative;
}

#strongpoint .strong-left {
  position: relative;
  height: auto;
}

#strongpoint .strong-left .label {
  position: absolute;
  bottom: -130px;
  left: 160px;
}

#strongpoint .strong-right {
  width: 100%;
  text-align: right;
  z-index: 2;
  position: absolute;
  top: 60px;
  right: 0;
}

#strongpoint .strong-right .heading {
  padding-right: 30px;
}

#strongpoint .strong-right .box {
  color: #fff;
  text-align: left;
  margin-left: auto;
  width: 63%;
  margin-top: 20px;
  padding: 40px 50px;
  background: rgba(0, 57, 94, 0.9);
}

#strongpoint .strong-right .box .box-heading {
  border-bottom: 1px solid #fff;
}

#strongpoint .strong-right .box .box-heading h3 {
  font-size: 2.25em;
  font-weight: bold;
}

#strongpoint .strong-right .box .box-heading p {
  font-size: 1.3em;
}

#strongpoint .strong-right .box .box-text {
  font-size: 1.125em;
  margin-top: 30px;
}

#service .bg-darkblue {
  margin-top: 30px;
  padding: 40px 0 30px;
}

#service .bg-darkblue .col-6 {
  margin-bottom: 20px;
}

#service .s-title {
  margin-top: px;
  font-size: 1.1875;
  color: #fff;
  background: #4C5B66;
  padding: 10px 0 8px;
}

#repair {
  padding-top: 70px;
}

#repair .bg-darkblue {
  margin-top: 30px;
  padding: 50px 0 40px;
}

#painting {
  padding-top: 70px;
}

#painting .bg-darkblue {
  margin-top: 50px;
  padding: 50px 0 40px;
}

#maintenance {
  padding-top: 70px;
}

#maintenance .bg-darkblue {
  margin-top: 50px;
  padding: 50px 0 40px;
}

#maintenance .pagelinkbutton {
  margin-top: 20px;
}

#section-news {
  padding-top: 70px;
  padding-bottom: 120px;
}

#section-news .article-list {
  max-width: 100%;
  width: 1000px;
  margin: auto;
  margin-top: 60px;
}

#section-news .article-list .article-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

#section-news .article-list .article-row .label {
  display: inline-block;
  text-align: center;
  background-color: #1F3240;
  color: #fff;
  padding: 3px 0;
  width: 105px;
  margin-right: 30px;
}

#section-news .article-list .article-row .date {
  margin-right: 60px;
}

/* * * * * * *
 * PAGE
 * * * * * * */
.page-content .page-toptext {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.75;
}

.page-content.repair-content .check {
  position: relative;
  margin-bottom: 65px;
}

.page-content.repair-content .check .title {
  position: relative;
  top: 15px;
  width: 320px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  font-size: 1.4375em;
  font-weight: bold;
  color: #fff;
  background-color: #29A9E0;
  padding: 12px 0;
}

.page-content.repair-content .check .box .image {
  width: 100%;
}

.page-content.repair-content .check .box .text_box {
  position: relative;
  background-color: #172630;
  color: #fff;
  padding: 40px 20px 0;
  height: 200px;
}

.page-content.repair-content .check .box .text_box:before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 20px;
  width: 106px;
  height: 55px;
  background-image: url(../images/repair/check-balloon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-content.painting-content .point-list {
  background-color: #333;
  margin-top: 20px;
  padding-top: 25px;
}

.page-content.painting-content .point-list .point {
  margin-bottom: 25px;
}

.page-content.painting-content .point-list .point .point_bottom {
  width: 100%;
  position: relative;
  background-color: #C0272D;
  color: #fff;
  text-align: center;
  padding: 25px 0 10px;
}

.page-content.painting-content .point-list .point .point_bottom:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/painting/badge-point@2x.png);
  width: 50px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -42px;
  left: 42%;
}

.page-content.painting-content .point-list .point .point_bottom h4 {
  font-weight: bold;
}

.page-content.painting-content .point-list .point .point_bottom .point_text {
  max-width: 100%;
  width: 238px;
  padding: 8px 0;
  margin: auto;
  display: block;
  background-color: #901D22;
}

.page-content.painting-content .price-list {
  margin: 30px 0;
}

.page-content.painting-content .price-list .heading {
  background-color: #333333;
  color: #fff;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 1.875em;
}

.page-content.painting-content .price-list .heading small {
  font-weight: normal;
  font-size: 0.4em;
  margin-left: 10px;
}

.page-content.painting-content .price-list thead th {
  text-align: center;
}

.page-content.painting-content .price-list thead * {
  border: 2px solid #fff;
}

.page-content.painting-content .price-list tbody * {
  border: 2px solid #fff;
}

.page-content.painting-content .price-list tbody th {
  text-align: center;
  font-weight: normal;
  max-width: 250px;
  width: 30%;
}

.page-content.painting-content .price-list tbody td {
  text-align: center;
  background-color: #E6E6E6;
}

.page-content.painting-content .price-list th {
  background-color: #0071BC;
  color: #fff;
}

.page-content .repair-ex .main-title {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #1F3240;
  font-size: 2.5em;
}

.page-content .repair-ex .main-title:before {
  content: '';
  background-image: url(../images/icon-repair-ex@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 15px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.page-content .repair-ex .sub-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-content .repair-ex #articles .icon-tool:before {
  content: '';
  position: relative;
  top: 5px;
  margin-right: 10px;
  background-image: url(../images/icon-tool@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.page-content .repair-ex #articles .head_box {
  background-color: #1F3240;
  color: #fff;
  height: 70px;
  padding: 15px;
}

.page-content .repair-ex #articles .head_box .title {
  position: relative;
  font-size: 1.875em;
}

.page-content .repair-ex #articles .head_box .title small {
  font-size: 0.6em;
}

.page-content .repair-ex #articles .article {
  position: relative;
  margin-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #cacaca;
}

.page-content .repair-ex #articles .article .label {
  color: #fff;
  background-color: #ccc;
  padding: 5px 20px;
}

.page-content .repair-ex #articles .article .label.blue {
  background-color: #0071BA;
}

.page-content .repair-ex #articles .article .date {
  margin-left: 20px;
  font-size: 0.8125em;
}

.page-content .repair-ex #articles .article .title {
  color: #29A9E0;
  font-size: 1.375em;
  font-weight: bold;
  margin-top: 15px;
}

.page-content .repair-ex #articles .article .price {
  margin-top: 30px;
  color: #BF272D;
  font-weight: bold;
  font-size: 1.4375em;
}

.page-content .repair-ex #articles .article .button {
  position: absolute;
  right: 0;
  margin-top: 20px;
  margin-right: 20px;
  width: 230px;
  height: 40px;
  line-height: 40px;
  background-color: #BF272D;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 6px;
}

.page-content .repair-ex #articles .article .button:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/icon-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 2px;
  right: 20px;
}

.page-content .repair-ex #articles .pager {
  margin: 50px 0 30px;
}

.page-content .repair-ex #sidebar .side-list h4 {
  background-color: #1F3240;
  color: #fff;
  height: 70px;
  line-height: .9;
  padding: 25px;
  font-size: 1.875em;
  position: relative;
}

.page-content .repair-ex #sidebar .side-list h4 small {
  font-size: 0.4em;
  margin-left: 20px;
}

.page-content .repair-ex #sidebar .side-list ul {
  padding-left: 0;
}

.page-content .repair-ex #sidebar .side-list ul > li {
  margin-bottom: 5px;
  list-style-type: none;
}

.page-content .repair-ex #sidebar .side-list ul > li a {
  display: block;
  padding: 15px;
  color: #333;
  background-color: #F0F0F0;
}

.page-content .repair-ex #sidebar .side-list ul > li a:before {
  content: '';
  background-image: url(../images/icon-arrow-dark@2x.png);
  background-size: contain;
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.page-content .repair-ex #sidebar .side-list ul > li a:hover {
  background-color: #ccc;
}

.page-content .repair-ex #sidebar .side-list.new-posts {
  margin-bottom: 20px;
}

.page-content .repair-ex #sidebar .side-list.new-posts .post {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #F0F0F0;
}

.page-content .repair-ex #sidebar .side-list.new-posts .post .label {
  background-color: #0071BA;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.75em;
}

.page-content .repair-ex #sidebar .side-list.new-posts .post .date {
  display: block;
  line-height: 2;
}

.page-content .repair-ex #sidebar .side-list.new-posts .post .title {
  font-weight: bold;
  font-size: 0.81em;
  color: #29A9E0;
  line-height: 1.6;
  display: block;
}

.page-content .repair-ex #sidebar .side-list.new-posts .post .price {
  color: #BF272D;
  font-weight: bold;
  font-size: 0.875em;
}

.page-content .repair-ex #sidebar .side-banner a {
  display: block;
  margin-top: 30px;
}

/* * * * * * *
 * POST
 * * * * * * */
.post-header .heading {
  color: #fff;
  background-color: #001C2F;
  padding: 25px 0 10px;
}

.post-header .heading h2 {
  font-size: 3em;
}

.post-header .heading h2 small {
  margin-left: 10px;
  font-size: 0.3em;
}

.post-header .eyecatch-bg {
  background-image: url("../images/repair/eyecatchbg@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

.post-header .eyecatch-bg .mask {
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  opacity: .5;
}

.post-header .foot {
  padding: 15px 0;
  background-color: #1F3240;
  color: #fff;
}

.post-header .foot .label {
  background-color: #ccc;
  padding: 5px 20px;
}

.post-header .foot .label.blue {
  background-color: #0071BA;
}

.post-header .foot .date {
  margin-left: 20px;
  font-size: 0.8125em;
}

.post-header .foot .title {
  font-size: 1.375em;
  font-weight: bold;
  margin-top: 15px;
}

.post-content .post-price {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  color: #BF272D;
  font-weight: bold;
  font-size: 1.875em;
}

.post-content .post-price span {
  font-size: 1.3em;
}

.post-content .contents {
  padding: 20px 0;
  margin-bottom: 10px;
  line-height: 2;
  border-bottom: 1px solid #CACACA;
}

.post-content .contents img {
  margin: 20px 0 40px;
}

.post-content .post-pager {
  margin-bottom: 140px;
}

.post-content .post-pager .previous:before {
  content: '';
  background-image: url(../images/icon-arrow-dark@2x.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  display: inline-block;
  transform: scale(-1);
  margin-right: 5px;
}

.post-content .post-pager .next:after {
  content: '';
  background-image: url(../images/icon-arrow-dark@2x.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 5px;
}

.post-content .related-posts {
  margin-bottom: 40px;
}

.post-content .related-posts > .row {
  margin: 0;
}

.post-content .related-posts .heading {
  background-color: #1F3240;
  color: #fff;
  font-size: 1.375em;
  padding: 20px 30px;
  margin-bottom: 15px;
}

.post-content .related-posts .post {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #F0F0F0;
}

.post-content .related-posts .post:nth-child(2n-1) {
  border-right: 10px solid #fff;
}

.post-content .related-posts .post:nth-child(2n) {
  border-left: 10px solid #fff;
}

.post-content .related-posts .post .label {
  background-color: #0071BA;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.75em;
}

.post-content .related-posts .post .date {
  display: block;
  line-height: 2;
}

.post-content .related-posts .post .title {
  font-weight: bold;
  font-size: 0.81em;
  color: #29A9E0;
  line-height: 1.6;
  display: block;
}

.post-content .related-posts .post .price {
  color: #BF272D;
  font-weight: bold;
  font-size: 0.875em;
}

/* * * * * * *
 * PAGE
 * * * * * * */
.page-content .company h3, .page-content .contact h3 {
  text-align: center;
}

.page-content .company .table, .page-content .contact .table {
  margin-top: 30px;
}

.page-content .company .table tr > *, .page-content .contact .table tr > * {
  border: 4px solid #fff;
}

.page-content .company .table th, .page-content .contact .table th {
  background-color: #001C2F;
  color: #fff;
  padding: 25px 30px 25px 60px;
}

.page-content .company .table td, .page-content .contact .table td {
  background-color: #F2F2F2;
  color: #1A1A1A;
  padding: 25px 25px 25px 50px;
}

.page-content .company .access, .page-content .contact .access {
  margin-top: 50px;
  margin-bottom: 80px;
}

.page-content .company .access iframe, .page-content .contact .access iframe {
  margin-top: 30px;
  width: 100%;
}

.page-content .company .phone-section, .page-content .contact .phone-section {
  margin-top: 20px;
  padding: 30px 0;
  text-align: center;
  background: #F4F0EB;
}

.page-content .company .contact-form .table, .page-content .contact .contact-form .table {
  margin-top: 10px;
}

.page-content .company .contact-form .table th, .page-content .contact .contact-form .table th {
  padding: 10px 30px;
}

.page-content .company .contact-form .table th span, .page-content .contact .contact-form .table th span {
  margin-top: 10px;
  width: 60px;
  text-align: center;
  display: block;
  font-weight: normal;
  background-color: #C1272D;
}

.page-content .company .contact-form .table td, .page-content .contact .contact-form .table td {
  vertical-align: middle;
  padding: 10px 20px;
}

.page-content .company .contact-form .table span.wpcf7-list-item, .page-content .contact .contact-form .table span.wpcf7-list-item {
  margin: 0 0 0 1em;
}

.page-content .company .contact-form .table span.wpcf7-list-item .wpcf7-list-item-label, .page-content .contact .contact-form .table span.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 0.5em;
}

.page-content .company .contact-form .table .help-block, .page-content .contact .contact-form .table .help-block {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 0.875em;
}

.page-content .company .contact-form .table .help-block.red, .page-content .contact .contact-form .table .help-block.red {
  color: #C1272D;
  font-weight: bold;
}

.page-content .company .contact-form .table .help-block.gray, .page-content .contact .contact-form .table .help-block.gray {
  color: #666;
  font-weight: bold;
}

.page-content .company .contact-form .form_head, .page-content .contact .contact-form .form_head {
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.page-content .company .contact-form .form-title, .page-content .contact .contact-form .form-title {
  margin: 0 4px;
  color: #fff;
  background-color: #C1272D;
  text-align: center;
  font-weight: bold;
  font-size: 1.75em;
  padding: 20px 0;
  margin-top: 30px;
}

.page-content .company .contact-form .policy, .page-content .contact .contact-form .policy {
  font-size: 0.875em;
  text-align: center;
  margin-top: 40px;
}

.page-content .company .contact-form .privacyarea, .page-content .contact .contact-form .privacyarea {
  background-color: #F7F6F4;
  border: 1px solid #ECEAE5;
  padding: 40px 60px;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 200px;
  overflow-y: scroll;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 10px;
}

.page-content .company .contact-form .privacyarea h3, .page-content .contact .contact-form .privacyarea h3 {
  font-weight: bold;
  color: #29ABE2;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.page-content .company .contact-form .privacyarea h4, .page-content .contact .contact-form .privacyarea h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}

.page-content .company .contact-form .contact-button, .page-content .contact .contact-form .contact-button {
  position: relative;
  background-color: #0071BC;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 5px 0 #00558D;
  font-size: 1.5em;
  width: 360px;
  max-width: 100%;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
  border: none;
  font-weight: bold;
  margin: 30px auto 140px;
  display: block;
}

.page-content .company .contact-form .contact-button:hover, .page-content .contact .contact-form .contact-button:hover {
  top: -4px;
  background-color: #0071BC;
  box-shadow: 0 7px 0 #00558D;
  color: #FFF;
  text-decoration: none;
}

.page-content .company .contact-form .contact-button:active, .page-content .contact .contact-form .contact-button:active {
  top: 3px;
  box-shadow: none;
}

/* * * * * * *
 * COMMON
 * * * * * * */
#logo-section {
  width: 100%;
  padding: 30px 20px;
  background-color: #001C2F;
  overflow-x: hidden;
}

#logo-section #logo-loop > div {
  display: inline-block;
}

#logo-section .slider {
  max-width: 1200px;
  margin: auto;
  white-space: nowrap;
}

#logo-section .slider .slide-el {
  margin: 0 10px;
  width: 110px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
	padding:0 15px;
}

#logo-section .slider .slide-el img {
  margin: auto;
  vertical-align: middle;
}

#bottom-area {
  background-color: #F2F2F2;
  padding: 60px 0;
  margin-top: 60px;
}

#bottom-area .message {
  position: relative;
}

#bottom-area .message .bottom-message {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
}

#bottom-area .message .bottom-logo {
  margin-top: 20px;
  margin-left: 30px;
}

#bottom-area .message .bottom-logo .above-logo {
  font-size: 1.25em;
  display: block;
}

#bottom-area .message .bottom-logo .d-block {
  margin: 10px 40px 0;
}

#bottom-area .message .cars {
  position: absolute;
  right: 20px;
  top: 20px;
}

#bottom-area .box {
  position: relative;
  z-index: 3;
  background-color: rgba(193, 39, 45, 0.9);
  padding: 30px 40px;
  margin-top: 30px;
}

#bottom-area .box .inner-box {
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

#bottom-area .box .inner-box .block {
  height: 100%;
  padding: 25px;
  background-color: rgba(145, 29, 34, 0.5);
}

#bottom-area .box .inner-box .text {
  font-size: 1.375em;
}

#bottom-area .box .inner-box .phone {
  margin-top: 10px;
}

#bottom-area .box .inner-box .businesshour {
  margin-top: 10px;
}

#bottom-area .box .inner-box .contactbutton {
  position: relative;
  margin-top: 20px;
  width: 100%;
  background-color: #F7931E;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  border-radius: 6px;
  padding: 15px 0;
}

#bottom-area .box .inner-box .contactbutton:before {
  content: '';
  width: 33px;
  height: 33px;
  background-image: url(../images/icon-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 6px;
  right: 20px;
}

#bottom-area .muryou-hikitori {
  margin-top: 60px;
}

#bottom-area .muryou-hikitori .heading {
  position: relative;
  text-align: center;
  color: #0071BC;
  font-weight: bold;
  font-size: 1.68em;
}

#bottom-area .muryou-hikitori .heading img {
  margin-right: 20px;
}

#bottom-area .muryou-hikitori .heading:before, #bottom-area .muryou-hikitori .heading:after {
  content: '';
  position: relative;
  border-top: 1px solid #1F3240;
  width: 40px;
  height: 1px;
  display: inline-block;
  bottom: 5px;
}

#bottom-area .muryou-hikitori .heading:before {
  transform: rotate(50deg);
  left: 0;
}

#bottom-area .muryou-hikitori .heading:after {
  transform: rotate(-50deg);
  right: 0;
}

#bottom-area .muryou-hikitori .area-block {
  margin-top: 30px;
  text-align: left;
}

#bottom-area .muryou-hikitori .area-block .area {
  background-color: #fff;
  width: 100%;
  margin-top: 15px;
  padding: 20px 30px 10px;
}

#bottom-area .muryou-hikitori .area-block .area h4 {
  color: #0071BC;
  font-weight: bold;
  font-size: 1.125em;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

#bottom-area .muryou-hikitori .area-block .area p {
  font-size: 0.875em;
}

#footer {
  padding: 100px 0 70px;
}

#footer .footer-nav {
  padding: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}

#footer .footer-nav > li {
  list-style-type: none;
}

#footer .footer-nav > li > a {
  color: #000;
}

#footer .footer-bottom {
  position: relative;
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

#footer .footer-bottom .contactbutton {
  position: relative;
  margin-top: 20px;
  width: 100%;
  background-color: #0071BC;
  color: #fff;
  font-size: 1.18em;
  font-weight: bold;
  display: block;
  border-radius: 6px;
  padding: 10px 0;
}

#footer .footer-bottom .contactbutton:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../images/icon-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 6px;
  right: 20px;
}

#footer .footer-bottom .footer-line {
  display: block;
  background-color: #e6e6e6;
  width: 1px;
  height: auto;
}

#footer .footer-bottom:first-child {
  border-right: 1px solid #E6E6E6;
}

#footer .footer-bottom:last-child img {
  display: block;
  margin: auto;
}

#footer .footer-bottom p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer .copyright {
  margin-top: 40px;
}

/* * * * * * *
 * RESPONSIVE
 * * * * * * */
@media (max-width: 1199.98px) {
  body {
    font-size: 73%;
  }
  #strongpoint .strong-left .strong-image {
    width: 45%;
  }
  #strongpoint .strong-left .label {
    left: 100px;
  }
  #maintenance .seibi-ryoukin .seibi01 {
    width: 240px;
  }
  #maintenance .seibi-ryoukin .seibi02 {
    width: 281px;
  }
  .post-content .post-pager {
    margin-bottom: 70px;
  }
  #bottom-area .message .bottom-logo .d-block {
    width: 290px;
  }
  #bottom-area .message .cars {
    width: 50%;
  }
  #bottom-area .box {
    padding: 15px 25px;
  }
  #bottom-area .box .inner-box {
    padding: 0 10px;
  }
  #bottom-area .box .inner-box .contactbutton:before {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 70%;
  }
  #gnav {
    padding: 20px;
  }
  #gnav .gnav-left {
    max-width: 270px;
    padding-left: 35px;
}
  #gnav .gnav-right .navbar-nav .nav-item {
    padding: 0 8px;
  }
  #strongpoint {
    padding-top: 0px;
    padding-bottom: 20px;
}
  #strongpoint .strong-left {
    margin-top: 80px;
  }
  #strongpoint .strong-left .strong-image {
    width: 100%;
    margin: auto;
    display: block;
  }
  #strongpoint .strong-left .label {
    right: 30px;
    left: auto;
    bottom: -50px;
  }
  #strongpoint .strong-right {
    position: relative;
  }
  #strongpoint .strong-right .heading img {
    display: block;
    margin: auto;
  }
  #strongpoint .strong-right .box {
    position: relative;
    width: auto;
  }
  .page-content.painting-content .point-list .point .point_bottom:before {
    left: 40%;
  }
  .post-content .related-posts .post {
    font-size: 180%;
  }
  .post-content .related-posts .post:nth-child(2n-1) {
    border-right: none;
  }
  .post-content .related-posts .post:nth-child(2n) {
    border-left: none;
  }
  .new-posts .post {
    font-size: 180%;
  }
  #bottom-area {
    text-align: center;
  }
  #bottom-area .message .bottom-logo {
    margin-left: 0;
  }
  #bottom-area .message .bottom-logo .d-block {
    margin: 10px auto;
  }
  #bottom-area .message .cars {
    position: relative;
    width: 60%;
    right: 0;
  }
  #bottom-area .box {
    margin-top: 0;
    background-color: transparent;
  }
  #bottom-area .box .inner-box {
    margin: 10px 0;
  }
  #bottom-area .box .inner-box .block {
    background-color: rgba(193, 39, 45, 0.9);
  }
  #footer {
    font-size: 130%;
  }
  #footer .container > .row {
    flex-direction: column-reverse;
  }
  #footer .container > .row .footer-logo {
    text-align: center;
  }
  #footer .container > .row .footer-logo .d-block {
    margin: 30px auto;
  }
  #footer .container > .row .footer-bottom {
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0px;
  }
  #footer .container > .row .footer-bottom .contactbutton {
    width: 60%;
    margin: auto;
  }
  #footer .container > .row .footer-bottom .split {
    margin-bottom: 30px;
  }
	#strongpoint .strong-right .box .box-heading h3 {
    font-size: 20px;
    font-weight: bold;
}
}

@media (max-width: 768px) {

.page-content .contact .contact-form .privacyarea {
  background-color: #F7F6F4;
  border: 1px solid #ECEAE5;
  padding: 20px 20px;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 160px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
}

#gnav .gnav-left .tagline {
    font-size: 12px;
    margin-bottom: 0;
}
#gnav {
    padding: 10px 0;
}
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sm {
    display: block;
  }
  #gnav .row {
    display: block;
  }
 #gnav .row .gnav-right .navbar-nav .nav-item {
    border-left: none;
    border-top: 1px solid #C5CFD7;
  }

  #gnav .row .gnav-right .navbar-nav .nav-item:last-of-type {
    border-right: none;
    border-bottom: 1px solid #899EAD;
  }
  #nav-button {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  #strongpoint .strong-right .box {
    padding: 20px 15px;
}
  #strongpoint .strong-right .box {
    padding: 30px 10px;
  }
  #section-news {
    padding: 50px 0;
  }
  .page-content.repair-content .check .box .text_box {
    height: 120px;
  }
  #bottom-area {
    margin-top: 0;
  }
  .page-content .company .table th, .page-content .contact .table th {
    padding: 10px;
  }
  .page-content .company .table td, .page-content .contact .table td {
    padding: 10px;
  }
  .page-content .company .contact-form .table th, .page-content .contact .contact-form .table th {
    padding: 10px;
    width: 30%;
  }
  .page-content .company .contact-form .table td, .page-content .contact .contact-form .table td {
    padding: 10px;
  }
  #footer {
    padding: 50px 0;
  }
  #footer .footer-nav {
    flex-wrap: wrap;
  }
  #footer .footer-nav > li {
    width: 50%;
    text-align: center;
    padding: 10px;
  }
#logo-section {
    width: 100%;
    padding: 10px;
    background-color: #001C2F;
    overflow-x: hidden;
}
#logo-section .slider .slide-el {
    margin: 0 3px;
    width: 55px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 0 10px;
}
}

@media (max-width: 575.98px) {
  body {
    font-size: 16px;
  }
  #bottom-area .muryou-hikitori .heading:before, #bottom-area .muryou-hikitori .heading:after {
    position: absolute;
  }
}




.page-content .contents .table tr > * {
  border: 4px solid #fff;
}

.page-content .contents .table th {
  background-color: #001C2F;
  color: #fff;
  padding: 5px 30px 5px 30px;
}

.page-content .contents .table td {
  background-color: #F2F2F2;
  color: #1A1A1A;
  padding: 5px 25px 5px 20px;
}




.wpcf7-form.sent > * {
	display:none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: block;
}

.wpcf7-list-item label {
	white-space: nowrap;
}
.mainview {
	overflow: hidden;
	background-image: none;
	max-height: 600px;
}

.mainview .maincopy {
	position: absolute;
	top: 0;
	    left: 20%;
    right: 20%;
    padding-top: 7%;
    padding-bottom: 10%;
}
.mainview video {
	position: relative;
	width: 100%;
	height: auto;
	bottom: 200px;
}

.cardhead img {
    object-fit: cover;
    width: 350px;
    height: 190px;
}

.date {
	display: none !important;
}

.page-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

#section-news .date, .date.d-inline {
	display: inline !important;
}

.title_pc {
	display: block !important;
}
.title_sp {
	display: none !important;
}
.footer_sp {
	display: none !important;
}

@media (max-width: 1400px) {
	.mainview video {
		bottom: 0;
	}
	.mainview .maincopy {
		padding-top: 19%;
	}
}
@media (max-width: 767px) {
.yasumi {
    text-align: center;
    padding: 15px 15px 0;
}
	.mainview .maincopy {
		width: 50%;
	    left: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 0;
}


/* 	0227 */
	.title_pc {
	display: none !important;
}
.title_sp {
	display: block !important;
}
	br {
		display: none;
	}
	#gnav .gnav-right {
		margin: 0 -15px 0 0;
	}
	.navbar-collapse {
		border-top: 1px solid #1a1a1a;
	}
	#gnav .gnav-right .navbar-nav {
		flex-wrap: wrap;
		flex-direction: initial;
		justify-content: flex-start;
	}
	#gnav .row .gnav-right .navbar-nav .nav-item {
		width: 50%;
	}
	#gnav .row .gnav-right .navbar-nav .nav-item {
		padding: 10px 0;
		    border-bottom: 1px solid #C5CFD7;
		border-top: none;
	}
	#gnav .row .gnav-right .navbar-nav .nav-item:last-of-type {
		border-bottom: none;
	}
	#gnav .row .gnav-right .navbar-nav .nav-item:nth-of-type(2n) .nav-link {
		border-right: none;
	}
	#gnav .row .gnav-right .navbar-nav .nav-item .nav-link {
		border-right: 1px dashed #899ead;
	}


	.mainview {
		height: auto;
		    background-image: url(../images/top/main-visual_sp.png);
	}
	.mainview .maincopy .leftbox {
		padding: 0 40px;
	}
	.mainview .maincopy .rightbox {
		background: #1f3240;
		padding: 15px;
	}
	.mainview .mask {
		display: none;
	}
	.mainview .maincopy {
		width: 100%;
		position: relative;
		margin-left: 0; margin-right: 0;
	}
	.mainview video {
	display: none;
	}

	#strongpoint .container {
		    display: flex;
    flex-wrap: wrap-reverse;
	}
	#strongpoint .strong-right .box {
		padding: 20px 15px 10px;
			    margin-left: -15px;
    margin-right: -15px;
	}
	#strongpoint .strong-left {
		    margin-top: 20px;
	}
	#strongpoint .strong-right {
		top: 20px;
	}
	#strongpoint .strong-left .label {
		top: 20px;
		right: 10px;
		width: 138px;
	}

		#strongpoint .strong-right .box .box-heading p {
		font-size: .8em;
		font-weight: bold;
	}

	#strongpoint .strong-right .box .box-text {
		margin-top: 10px;
		font-size: 1em;
	}

	#service {
		margin-top: 20px;
	}
	#service .bg-darkblue, 	#repair .bg-darkblue, 	#painting .bg-darkblue {
		padding: 20px 0;
		margin-top: 20px;
	}
	#repair, #painting, #maintenance {
		margin-top: 20px;
		padding-top: 0;
	}
	#repair .bg-darkblue, #painting .bg-darkblue, #maintenance .bg-darkblue {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
		#repair .section-text, #painting .section-text, #maintenance .section-text {
		padding: 0 15px;
		    font-size: .9em;
    text-align: left !important;
	}
	#maintenance .seibi-ryoukin .seibi01, #maintenance .seibi-ryoukin .seibi02 {
		width: 100%;
	}

	#section-news {
		padding: 20px 0;
	}
	#section-news .article-list .article-row .label {
		margin-right: 10px;
	}
	#section-news .article-list .article-row .date {
		margin-right: 0;
	}
	#section-news .article-list .article-row .pagelink {
		display: block;
		margin-top: 10px;
		color: #29abe2;
		font-weight: bold;
	}
	#section-news .article-list {
		margin-top: 30px;
	}

	#bottom-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#bottom-area .message .bottom-message {
		font-size: 1.42em;
		text-align: left;
	}
	#bottom-area .message .bottom-logo {
		font-size: 14px;
	}
	#bottom-area .message .cars {
		width: 100%;
	}
	#bottom-area .box {
		margin: 30px -15px 0;
    padding: 5px 20px;
		background-color: rgba(193, 39, 45, 0.9);
	}
	#bottom-area .box .inner-box .block {
		background-color: #911d22;
		font-size: 14px;
		padding: 20px;
	}
	#bottom-area .box .inner-box .text {
		font-weight: bold;
	}
	#bottom-area .box .inner-box .contactbutton {
		font-size: 1.15em;
	}
	#bottom-area .box .inner-box .contactbutton:before {
		position: absolute;
		top: 0; bottom: 0; right: auto; left: 20px;
		margin-left: 20px;
		margin: auto;
	}

	#bottom-area .muryou-hikitori .heading {
		font-size: 1.15em;
	}
	#bottom-area .muryou-hikitori .heading img {
		margin-right: 5px;
	}
	#bottom-area .muryou-hikitori .area-block .area {
		padding: 10px;
	}
	#bottom-area .muryou-hikitori {
		margin-top: 20px;
	}
	#footer {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 100%;
	}
	#footer .footer-nav > li {
			background-color: #1f3240;
		border: 1px solid #101920;
	}
	#footer .footer-nav {
		font-size: 16px;
		padding: 0;
			background-color: #1f3240;
	}
	#footer .footer-nav > li > a {
    color: #fff;
    font-weight: bold;
	}
	#footer .container > .row .footer-bottom {
		display: none;
		border-bottom: 0;
		padding-top: 0;
	}
	#footer .container > .row .footer-bottom .contactbutton {
		width: 100%;
		padding: 15px 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.footer_sp {
		display: block !important;
	}
	#footer .container > .row .footer-logo .d-block {
		margin-top: 20px;
		margin-bottom: 20px;
  }


  .cardbody .title {
    text-align: center;
  }



  .page-content .company .contact-form .table, .page-content .contact .contact-form .table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    width: 100%;
    font-size: 12px;
    overflow-x: hidden;
  }
  .page-content .company .contact-form .table span.wpcf7-list-item, .page-content .contact .contact-form .table span.wpcf7-list-item {
    display: block;
  }
  .page-content .company h3, .page-content .contact h3 {
    margin-top: 20px;
  }
  .page-content .company .phone-section, .page-content .contact .phone-section {
    padding: 20px 15px;
  }

  .page-content {
    font-size: 75%;;
  }

  .page-content .repair-ex #articles .article {
    padding-bottom: 20px;
  }
  .page-content .repair-ex #articles .article .button {
    position: relative;
  }
  .page-content.repair-content .check {
    margin-bottom: 20px;
  }
  .page-content.repair-content .check .box .text_box {
    padding-bottom: 10px;
    height: auto;
  }
  .page-content .page-toptext {
    margin-top: 20px;
  }

}





/* 20190310板金塗装 追加ここから */
.mainview-painting {
  position: relative;
  background-image: url("../images/painting/new/painting-mainbg@2x.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 550px;
  padding: 40px;
}

.painting-estimate {
  background-color: #003959;
  padding: 20px 0;
}
.painting-estimate .est_box {
  display: flex;
  justify-content: space-between;
}
.painting-estimate .est_bl {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid #001d2d;
}
.painting-estimate .est_bl:last-of-type {
  border-right: 1px solid #001d2d;
}
.painting-point_ttl {
  padding: 20px;
  width: 100%;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(244, 185, 0, 1) 0%,rgba(244, 206, 0, 1) 50.84%,rgba(255, 240, 0, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(244, 185, 0, 1) ),color-stop(0.5084,rgba(244, 206, 0, 1) ),color-stop(1,rgba(255, 240, 0, 1) ));
  background : -o-linear-gradient(0deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4B900', endColorstr='#FFF000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4B900',endColorstr='#FFF000' , GradientType=1);
  text-align: center;
}
.painting-content .container.w960 {
  max-width: 960px;
}
.painting-content img {
  /* height: 100%; */
}
.painting-content .page-toptext {
  margin: 40px 0 30px;
  font-size : 23px;
  line-height : 32px;
}
.painting-ppt1_box {
  display: flex;
  height: 299px;
  text-align: center;
}
.painting-ppt1_box div {
  text-align-last: left;
  padding: 25px;
  padding-right: 10px;
  background-color: #f6f6f6;
  flex: 100%;
}
.painting-ppt1_box div h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #1a1a1a;
  padding-bottom: 8px;
  border-bottom: 1px solid #c2c2c2;
}
.painting-ppt1_box div p {
  font-size: 17px;
  line-height: 32px;
}

.painting-ppt1_ptnttl {
  margin: 25px 0 15px;
  text-align: center;
}
.painting-ppt1_ptns {
  background-color: #333;
  padding: 25px 10px;
  display: flex;
  justify-content: center;
}
.painting-ppt1_ptns img {
  height: 100%;
}
.painting-ppt1_ptns .pair {
  height: 110px;
  margin-right: 5px;
}
.txt_red {
  color: #b7272d;
}
.txt_bold {
  font-weight: bold;
}

.pt2_txt1 {
  text-align: center;
  margin: 30px 0;
}
.pt2_column {
  display: flex;
  justify-content: space-between;
}
.pt2_column .pt2_bg {
  text-align: center;
  height: 63px;
  line-height: 63px;
}
.pt2_column .pt2_bg img {
  height: auto;
}
.pt2_column .pt2_mail, .pt2_column .pt2_line {
  width: 49%;
}
.pt2_column .pt2_mail .pt2_bg {
  background-color: #0071b2;
}
.pt2_column .pt2_line .pt2_bg {
  background-color: #00b600;
}
.pt2_column .c_box {
   background-color: #e8e8e8;
   padding: 15px;
}
.pt2_column .c_box .c_block {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.pt2_column .c_box .c_block:last-child {
  margin-bottom: 0;
}
.pt2_txt2 {
  margin-top: 30px;
  text-align: center;
}
.pt2_txt2box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 10px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(244, 185, 0, 1) 0%,rgba(244, 206, 0, 1) 50.84%,rgba(255, 240, 0, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(244, 185, 0, 1) ),color-stop(0.5084,rgba(244, 206, 0, 1) ),color-stop(1,rgba(255, 240, 0, 1) ));
  background : -o-linear-gradient(0deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4B900', endColorstr='#FFF000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(244, 185, 0, 1) 0%, rgba(244, 206, 0, 1) 50.84%, rgba(255, 240, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4B900',endColorstr='#FFF000' , GradientType=1);
}
.pt2_txt2block {
  width: 49.5%;
  padding: 15px 35px;
  background-color: #fff;
  text-align: center;
}
.pt2_txt2block img {
  height: auto;
}
.pt2_txt2block img:last-child {
  margin-top: 15px;
}
.painting-content .repair-ex img {
  height: auto;
}

.pt3_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pt3_flex img {
  height: auto;
}

.pt3_box {
  text-align: center;
  width: 31%;
  margin-bottom: 20px;
}
.pt3_box h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(159, 38, 0, 1) 0%,rgba(178, 44, 0, 1) 50.84%,rgba(200, 53, 0, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(159, 38, 0, 1) 0%, rgba(178, 44, 0, 1) 50.84%, rgba(200, 53, 0, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(159, 38, 0, 1) ),color-stop(0.5084,rgba(178, 44, 0, 1) ),color-stop(1,rgba(200, 53, 0, 1) ));
  background : -o-linear-gradient(0deg, rgba(159, 38, 0, 1) 0%, rgba(178, 44, 0, 1) 50.84%, rgba(200, 53, 0, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(159, 38, 0, 1) 0%, rgba(178, 44, 0, 1) 50.84%, rgba(200, 53, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9F2600', endColorstr='#C83500' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(159, 38, 0, 1) 0%, rgba(178, 44, 0, 1) 50.84%, rgba(200, 53, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9F2600',endColorstr='#C83500' , GradientType=1);
}
.pt3_box p {
  padding: 10px;
  color: #333;
  background-color: #f0ece7;
}

.pt2_mail h4, .pt2_line h4 {
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px dashed #c2c2c2;
}
.pt2_mail h4 {
  color: #0071b2;
}
.pt2_line h4 {
  color: #00b600;
}


.post-content .contents .pt2_txt2 img, .post-content .contents .pt2_txt2box img {
  margin: 0;
}
.post-content .contents .pt2_txt2block img:last-child {
  margin-top: 20px;
}




@media (max-width: 1200px) and (min-width: 769px) {
  .mainview-painting img {
    width: 49%;
  }
  .painting-ppt1_ptns {
    display: block;
    text-align: center;
  }
  .painting-ppt1_ptns .pair {
    margin-bottom: 20px;

  }

}

@media (max-width: 768px) {
  .mainview-painting {
    padding: 20px 0;
    text-align: center;
  }
  .mainview-painting .call {
    display: block;
    margin-top: 20px;
  }
  .painting-estimate {
    padding: 0;
    padding-top: 10px;
  }
  .painting-estimate .est_box {
    display: block;
  }
  .painting-estimate .est_bl {
    padding: 0;
    padding-bottom: 30px;
    border-left: 0;
    border-bottom: 1px solid #001d2d;
  }
  .painting-estimate .est_bl:last-of-type {
    border: 0;
  }

  .page-content.painting-content .price-list {
    margin: 20px 0;
  }
  .page-content .page-toptext {
    text-align: left;
  }

  .painting-content .page-toptext {
    font-size: 14px;
    margin: 10px 0;
  }
  .painting-ppt1_box {
    display: block;
    height: auto;
  }
  .painting-ppt1_box div {
    background-color: #fff;
  }
  .painting-ppt1_ptns {
    display: block;
    text-align: center;
    padding: 15px 5px;
  }
  .painting-ppt1_ptns .pair {
    height: 57px;
    margin-bottom: 20px;
  }
  .painting-ppt1_ptns .pair img {
    width: 160px;
  }
  .pt2_column {
    display: block;
  }
  .pt2_column .pt2_mail, .pt2_column .pt2_line {
    width: 100%;
  }
  .pt2_column .c_box {
    padding: 10px;
    margin-bottom: 10px;
  }

  .pt2_txt2box {
    display: block;
  }
  .pt2_txt2block {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .pt3_box {
    width: 49%;
    margin-bottom: 0;
  }
  .pt3_box h4 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .pt3_box p {
    display: none;
    /* font-size: 9px; */
  }

  .painting-ppt1_box div {
    padding: 25px 0 0;
  }
  .painting-ppt1_box div h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .painting-ppt1_box div br {
    display: block;
  }
  .pt2_column .c_box .c_block {
    padding: 15px 10px;
  }


}
/* 20190310板金塗装 追加ここまで */
