@charset "UTF-8";
#breadcrumb .breadcrumb {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #breadcrumb .breadcrumb {
    padding: 140px 0 100px;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumb {
    padding: 68px 10px 100px;
  }
}
#breadcrumb .breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
}
#breadcrumb .breadcrumb ol li {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
  text-shadow: 0 0 4px rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #breadcrumb .breadcrumb ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb .breadcrumb ol li {
    font-size: 12px;
  }
}
#breadcrumb .breadcrumb ol li .fa-home {
  margin-right: 5px;
}
#breadcrumb .breadcrumb ol li a {
  color: #fff;
  pointer-events: auto;
}

#breadcrumb-bottom .breadcrumb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #breadcrumb-bottom .breadcrumb {
    padding: 0 0 10px;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb-bottom .breadcrumb {
    padding: 0 10px 10px;
  }
}
#breadcrumb-bottom .breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
}
#breadcrumb-bottom .breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #breadcrumb-bottom .breadcrumb ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb-bottom .breadcrumb ol li {
    font-size: 12px;
  }
}
#breadcrumb-bottom .breadcrumb ol li .fa-home {
  margin-right: 5px;
}
#breadcrumb-bottom .breadcrumb ol li a {
  color: inherit;
}

body {
  min-width: 1024px;
  font-family: Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

#codeset {
  overflow: hidden;
  height: 0;
}

/*
.bg-blue {
	background-color: #F4FAFF;
}
*/
sup {
  position: relative;
  top: -0.1em;
  vertical-align: top;
  font-size: 75.5%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 12px;
  width: 1024px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

[class^=icon-]:after, [class*=" icon-"]:after {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.underLine {
  padding: 2px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fffa51));
  background: linear-gradient(transparent 60%, #fffa51 0%);
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?b50bvz");
  src: url("../fonts/icomoon.eot?b50bvz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b50bvz") format("truetype"), url("../fonts/icomoon.woff?b50bvz") format("woff"), url("../fonts/icomoon.svg?b50bvz#icomoon") format("svg");
}
.icon-open_new::after {
  content: "\e89e";
}

.btn_pagenav {
  margin: 0 auto;
  width: 400px;
}
.btn_pagenav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 24px;
  height: 40px;
  background-color: #007199;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
}
.btn_pagenav a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn_pagenav a[target=_blank]::after {
  content: "\e89e";
  right: 16px;
  height: 32px;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  line-height: 32px;
  -webkit-transform: none;
          transform: none;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn_pagenav a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn_cv {
  margin: 0 auto 0;
  padding: 0;
  max-width: 400px;
  height: 64px;
}
.btn_cv a {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #f8ba00;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
}
.btn_cv a:hover {
  background-color: #ffcd39;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn_cv a .img-cv {
  position: absolute;
  left: -40px;
}

.to_detail {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
}
.to_detail a, .to_detail span {
  position: relative;
  background-color: #007199;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
  /*
  		&.icon-open_new::after {
  			position: absolute;
  			top: 0;
  			right: 0;
  			display: block;
  			padding-right: 15px;
  			height: 32px;
  			line-height: 32px;
  		}//&.icon-open_new::after
  */
}
.to_detail a::after, .to_detail span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.to_detail a[target=_blank]::after, .to_detail span[target=_blank]::after {
  content: "\e89e";
  right: 16px;
  height: 32px;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  line-height: 32px;
  -webkit-transform: none;
          transform: none;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.to_detail a:hover, .to_detail span:hover {
  text-decoration: none;
  opacity: 0.7;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .global-header {
    height: 96px;
  }
}
.global-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.global-header h1 {
  display: inline-block;
  margin: 0 auto 0 0;
}
.global-header h1 a {
  display: block;
  width: 266px;
  height: 23px;
  background-image: url(../kanto/img/logo.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
.global-header h1 small {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: 12px;
}
.global-header .link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .global-header .link-inner {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .global-header .link-inner .to_ownersite {
    width: 230px;
    height: 30px;
  }
}
.global-header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4e4e4e;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .global-header-link {
    width: 230px;
    height: 30px;
  }
}
.global-header-link-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4e4e4e;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .global-header-link-right {
    width: 100%;
    height: 30px;
  }
}
.global-header .to_branchsite {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 30px;
}
.global-header .to_branchsite::after {
  content: "▼";
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 30px;
  background-color: #4e4e4e;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.global-header .to_branchsite select {
  -moz-appearance: none;
       appearance: none;
  padding: 0 40px 0 5px;
  width: 201px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  font-size: 11px;
  line-height: 30px;
  -webkit-appearance: none;
}
.global-header .to_ownersite {
  width: 270px;
  height: 30px;
}
.global-header .to_ownersite a {
  background-color: #4e4e4e;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  display: block;
}
.global-navigation {
  position: fixed;
  top: 96px;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #007199;
}
@media screen and (max-width: 767px) {
  .global-navigation .tells p {
    margin: 0.5em 0;
    color: #fff;
    text-align: center;
  }
  .global-navigation .tells ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px;
    padding: 0;
    max-width: calc(100vw - 4em);
  }
  .global-navigation .tells ul li {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 0.75em);
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    list-style: none;
  }
  .global-navigation .tells ul li:nth-child(even) {
    margin-left: 1em;
  }
  .global-navigation .tells ul li:nth-child(n+3) {
    margin-top: 1.25em;
  }
  .global-navigation .tells ul li.jigyo {
    width: 100%;
    border: 1px solid #c2c2c2;
  }
  .global-navigation .tells ul li a {
    display: block;
    padding: 1em;
    text-align: center;
    font-size: 3.75vw;
  }
  .global-navigation .tells ul li a::after {
    content: none !important;
  }
  .global-navigation .tells ul li a::before {
    content: none !important;
    opacity: 0;
  }
  .global-navigation .tells ul li a span {
    display: block;
  }
  .global-navigation .tells ul li a span::after {
    content: "";
    display: block;
    margin: 0.5em auto;
    width: 1.5em;
    height: 1.5em;
    background: url("../kanto/img/icon-tel.png") no-repeat center center;
    background-size: cover;
  }
}
.global-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-navigation ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.global-navigation ul li a {
  position: relative;
  display: block;
  padding: 0.923em 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.8125em;
  line-height: 1em;
}
.global-navigation ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.global-navigation ul li a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.global-navigation ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.global-navigation ul li ul {
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
.global-navigation ul li .icon-open_new {
  margin-left: 5px;
}
.global-navigation ul > li.is_submenu_open ul {
  position: absolute;
  top: calc(2.4em - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
  background-color: rgba(0, 66, 90, 0.9);
}
@media screen and (min-width: 768px) {
  .global-navigation ul > li.is_submenu_open ul li {
    border-top: 1px solid #fff;
  }
}
.global-navigation ul > li.is_submenu_open ul li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 37px;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .global-navigation ul > li.is_submenu_open ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1em;
    white-space: nowrap;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .global-navigation ul > li.is_submenu_open ul li > a {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.global-navigation ul > li.is_submenu_open ul li > a:first-child::before {
  content: none;
}
.global-navigation ul > li.is_submenu_open ul li > a::after {
  content: none;
}
.global-shoplist {
  background: #4a4a4a;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .global-shoplist {
    background: #333 !important;
  }
}
.global-shoplist .areawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.global-shoplist .area {
  margin-bottom: 35px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .global-shoplist .area {
    display: contents;
  }
}
.global-shoplist .area.tenji {
  width: auto;
}
.global-shoplist .shops {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .global-shoplist .shops {
    padding: 0 !important;
  }
}
.global-shoplist h2 {
  margin: 0 0 20px;
  padding: 40px 0 10px;
  border-bottom: solid 1px #757575;
  font-size: 24px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .global-shoplist h2 {
    margin: 0 !important;
  }
}
.global-shoplist h3 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .global-shoplist h3 + h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .global-shoplist h3 {
    position: relative;
    padding: 20px 0 !important;
    border-bottom: 1px solid #757575;
  }
  .global-shoplist h3::after {
    top: -8px !important;
    bottom: 0 !important;
    margin: auto;
  }
}
.global-shoplist h3 a {
  color: #fff;
}
.global-shoplist h3::before {
  content: "■";
  margin-right: 0.35em;
}
.global-shoplist h4 {
  font-size: 14px;
}
.global-shoplist h4::before {
  content: "▼";
  margin-right: 0.35em;
}
.global-shoplist ul {
  margin-bottom: 10px;
}
.global-shoplist ul li {
  padding: 5px 0;
  font-size: 12px;
}
.global-shoplist ul li a {
  display: block;
  color: #fff;
}
.global-shoplist ul li a::before {
  content: ">";
  margin-right: 0.35em;
}
.top-shoplist .global-shoplist {
  background-color: #fff !important;
  color: #000 !important;
}
.top-shoplist .global-shoplist ul li a {
  color: #000 !important;
}
.pageid-guarantee .global-shoplist h2::before {
  content: "アフターサービスに関するお問い合わせは各店舗まで";
  display: block;
  margin-bottom: 10px;
}
.global-branchmap {
  margin-bottom: -20px;
  padding-top: 40px;
  background-color: #4a4a4a;
  color: #fff;
}
.global-branchmap h2 {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
}
.global-branchmap h2 small {
  display: block;
  font-size: 18px;
}
.global-branchmap .map {
  float: left;
}
.global-footer {
  padding: 60px 0;
  background-color: #fff;
}
.global-footer h1 {
  width: 223px;
  height: 57px;
}
.global-footer h1 a {
  background-image: url(../kanto/img/f_logo.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
.global-footer .footer-menu {
  position: absolute;
  top: -23px;
  right: 0;
  width: 710px;
}
.global-footer .footer-menu a {
  color: #000;
}
.global-footer .footer-menu .to_privacy {
  float: left;
  margin-right: 80px;
  padding-right: 80px;
  height: 64px;
  border-right: solid 1px #dfdfdf;
  font-size: 12px;
  line-height: 64px;
}
.global-footer .footer-menu .sns_links p {
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
  line-height: 64px;
}
.global-footer .footer-menu .sns_links ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  vertical-align: middle;
}
.global-footer .footer-menu .sns_links ul li {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  text-align: center;
}
.global-footer .footer-menu .sns_links ul li a {
  display: block;
}
.global-footer .footer-menu .sns_links ul li img {
  display: block;
  margin-bottom: 5px;
  margin-inline: auto;
  width: auto;
  height: 29px;
}
.global-footer .footer-menu .sns_links ul li small {
  display: block;
  font-size: 10px;
}
.global-footer .copyright {
  padding: 15px 0;
  text-align: center;
  font-size: 10px;
  font-family: serif;
}
.global-footer .btn_pagetop {
  position: fixed;
  bottom: 16px;
  z-index: 510;
  overflow: hidden;
  margin-left: 1010px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.global-footer .btn_pagetop a {
  background-color: rgba(33, 33, 33, 0.6);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
  line-height: 70px;
  cursor: pointer;
  display: block;
}
.global-footer-nav {
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .global-footer-nav {
    background: #4a4a4a;
  }
}
@media screen and (max-width: 767px) {
  .global-footer-nav {
    background: #333;
  }
}
.global-footer-nav-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .global-footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.global-footer-nav-list:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.global-footer-nav-list-ttl {
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .global-footer-nav-list-ttl {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .global-footer-nav-list-ttl {
    position: relative;
  }
  .global-footer-nav-list-ttl::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    width: 14px;
    height: 14px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .global-footer-nav-list-contents {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  .global-footer-nav-list-contents {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .global-footer-nav-list-contents-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .col2 .global-footer-nav-list-contents-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .col3 .global-footer-nav-list-contents-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .col4 .global-footer-nav-list-contents-list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.global-footer-nav-list-contents-list-item {
  padding: 5px 10px 5px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .global-footer-nav-list-contents-list-item:empty {
    display: none;
  }
}
.global-footer-nav-list-contents-list-item a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: inherit;
}
.global-footer-nav-list-contents-list-item a::before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #show-info h3.h2 {
    margin-bottom: 1em;
  }
  #show-info h3.h2::before {
    content: "▼";
    margin-right: 0.35em;
  }
  #show-info .col3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
  }
  #show-info .col3-2 main {
    width: calc(66.666667% - 3em);
  }
  #show-info .col3-2 main .areawrap .area {
    width: calc(50% - 3em);
  }
}
.footer-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  padding: 5px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
body:has(.kanto-header) .footer-cv {
  display: none;
}
.footer-cv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.footer-cv ul li {
  width: min(12em, 25%);
  font-size: 16px;
}
.footer-cv ul li:not(:first-child) {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .footer-cv ul li {
    min-width: 190px;
  }
}
.footer-cv ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-color: #0075c2;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.footer-cv ul li a::before {
  content: "";
  left: 0;
  display: inline-block;
  margin-right: 0.75em;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-cv ul li a:hover {
  background-color: #eb8218;
}
.footer-cv ul li a.nolink {
  cursor: default;
}
.footer-cv ul li a.nolink:hover {
  background-color: #0075c2;
}
.footer-cv ul li.fcv01 {
  position: relative;
  cursor: pointer;
}
.footer-cv ul li.fcv01 a::before {
  background-image: url(../kanto/img/icon-tel.png);
}
.footer-cv ul li.fcv01 .tells-area {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.footer-cv ul li.fcv01 .tells-area span {
  display: block;
}
.footer-cv ul li.fcv01 .tells-area p {
  border-bottom: 1px solid #fff;
}
.footer-cv ul li.fcv01 .tells-area a {
  display: block;
  border-radius: none;
}
.footer-cv ul li.fcv01 .tells-area a:before {
  content: none;
}
.footer-cv ul li.fcv01 .tells-area a i {
  display: block;
}
.footer-cv ul li.fcv01 .tells-area a i.contact-tel-num {
  font-weight: 600;
  font-size: 18px;
}
.footer-cv ul li.fcv01 .tells-area a i.contact-tel-num:before {
  content: "";
  display: inline-block;
  margin-right: 0.75em;
  width: 16px;
  height: 16px;
  background-image: url(../kanto/img/icon-tel.png);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-cv ul li.fcv01 .tells-area .close {
  padding: 0.25em 0;
  background-color: #0075c2;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-cv ul li.fcv01 .tells-area .close:hover {
  background-color: #0d98c4;
}
.footer-cv ul li.fcv02 a::before {
  background-image: url(../kanto/img/icon-web.png);
}
.footer-cv ul li.fcv03 a::before {
  background-image: url(../kanto/img/icon-event.png);
}
.footer-cv ul li.fcv04 a::before {
  background-image: url(../kanto/img/icon-fvc.png);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  min-height: 1px;
  height: auto;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: auto;
}
.slick-slide .slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 50;
  display: block;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background-color: transparent;
  color: transparent;
  text-align: center;
  text-decoration: none !important;
  text-indent: -9999px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  width: 100%;
  height: 11px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  float: none !important;
  margin: 0 10px !important;
  padding: 0 !important;
  width: 11px !important;
  height: 11px !important;
  border-radius: 12px;
  background-color: #a1a1a1;
  text-indent: -9999px;
}
.slick-dots li.slick-active {
  background-color: #2d2d2d;
}

.event_branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 260px;
  padding-top: 55px;
}
.event_branch li {
  display: inline-block;
  margin: 0 10px 24px;
  width: 220px;
  height: 64px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
}
.event_branch li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 7px -3px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 1px 1px 7px -3px rgba(0, 0, 0, 0.5) inset;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.event_branch li a small {
  display: block;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
}
.event_branch li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
}
.event_branch li a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: 1em;
}
.event_branch li:nth-of-type(1) {
  background-color: #fbf7ce;
}
.event_branch li:nth-of-type(2) {
  background-color: #e3f8fe;
}
.event_branch li:nth-of-type(3) {
  background-color: #fbe8d2;
}
.event_branch li:nth-of-type(4) {
  background-color: #e4fbd1;
}
.event_branch li:nth-of-type(5) {
  background-color: #f1e1eb;
}
.event_branch li:nth-of-type(6) {
  background-color: #e6d7f4;
}
.event_branch li:nth-of-type(7) {
  background-color: #d8f1f5;
}

.event_box .event_branch li:nth-of-type(7) {
  display: none;
}

.pagenation {
  padding: 40px 0 60px;
}
.pagenation ul {
  text-align: center;
}
.pagenation ul li {
  display: inline-block;
  margin: 0 -1px;
  width: 40px;
  height: 40px;
}
.pagenation ul li a {
  background-color: #2d2d2d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  display: block;
}
.pagenation ul li a:hover {
  background-color: #4a4a4a;
}
.pagenation ul li a.current {
  background-color: #ccc;
}

.page-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 64px;
  padding-top: 210px;
  height: 400px;
  background: center center no-repeat;
  background-size: cover;
}
.page-header h2 {
  margin: 0 auto;
  padding: 25px 0;
  width: 540px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  font-family: serif;
  line-height: 32px;
}
.page-header h2 small {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.page-header.pageid-about {
  background-image: url(../img/pages/mv_img-about.jpg);
}
.page-header.pageid-message {
  background-image: url(../img/pages/mv_img-message.jpg);
}
.page-header.pageid-company {
  background-image: url(../img/pages/mv_img-company.jpg);
}
.page-header.pageid-ir {
  background-image: url(../img/pages/mv_img-ir.jpg);
}
.page-header.pageid-staff {
  background-image: url(../img/pages/mv_img-staff.jpg);
}
.page-header.pageid-reform_mansion {
  background-image: url(../img/pages/mv_img-reform_mansion.jpg);
}
.page-header.pageid-reform_house {
  background-image: url(../img/pages/mv_img-reform_house.jpg);
}
.page-header.pageid-reform_business {
  background-image: url(../img/pages/mv_img-reform_business.jpg);
}
.page-header.pageid-products {
  background-image: url(../img/pages/mv_img-products.jpg);
}
.page-header.pageid-eco {
  background-image: url(../img/pages/mv_img-eco.jpg);
}
.page-header.pageid-inspection {
  background-image: url(../img/pages/mv_img-inspection.jpg);
}
.page-header.pageid-quickmente {
  background-image: url(../img/pages/mv_img-quickmente.jpg);
}
.page-header.pageid-guarantee {
  background-image: url(../img/pages/mv_img-guarantee.jpg);
}
.page-header.pageid-case_mansion {
  background-image: url(../img/pages/mv_img-case_mansion.jpg);
}
.page-header.pageid-case_house {
  background-image: url(../img/pages/mv_img-case_house.jpg);
}
.page-header.pageid-case_business {
  background-image: url(../img/pages/mv_img-case_business.jpg);
}
.page-header.pageid-case_detail {
  background-image: url(../img/pages/mv_img-case_detail.jpg);
}
.page-header.pageid-design {
  background-image: url(../img/pages/mv_img-design.jpg);
}
.page-header.pageid-designer {
  background-image: url(../img/pages/mv_img-designer.jpg);
}
.page-header.pageid-event {
  background-image: url(../img/pages/mv_img-event.jpg);
}
.page-header.pageid-press {
  background-image: url(../img/pages/mv_img-press.jpg);
}
.page-header.pageid-calendar {
  background-image: url(../img/pages/mv_img-calendar.jpg);
}
.subpage .page-header {
  margin: 0 auto 40px;
  padding-top: 132px;
  padding-bottom: 18px;
  width: 1000px;
  height: auto;
  border-bottom: solid 1px #dfdfdf;
  background: none;
}
.heading01 {
  margin: -4px 0 17px;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
}
.heading01.mod_center {
  margin-bottom: 40px;
  text-align: center;
}
.heading01 small {
  display: block;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.6;
}

.page-top > section:nth-last-of-type(2n) {
  background: #f4faff;
}
.page-top .top-sp-zitsurei {
  display: none;
}
.page-top .top-sp-zitsurei {
  padding: 40px 4vw;
}
.page-top .top-sp-zitsurei-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  width: 100%;
  text-align: center;
}
.page-top .top-sp-zitsurei-list-item {
  width: calc((100% + 8px) / 3 - 8px);
}
.page-top .top-sp-zitsurei-list-item-btn {
  display: block;
  padding: 10px 0 0;
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.page-top .top-sp-zitsurei-list-item-btn img {
  display: block;
  margin: 0 auto 16px;
}
.page-top .top-sp-zitsurei-list-item-btn .to_detail span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 8px;
  font-size: 12px;
}
.page-top .top-sp-zitsurei-list-item-btn .to_detail span::after {
  right: 8px;
}
.page-top .top-event-seminar {
  padding: 64px 0;
  background-color: #ececec;
  text-align: center;
}
.page-top .top-event-seminar .description {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
.page-top .top-event-seminar .top-event-seminar-img {
  margin-bottom: 64px;
}
.page-top .top-event-seminar .top-event-seminar-img img {
  width: 100%;
  height: auto;
}
.page-top .top-event-seminar .heading02 {
  margin-bottom: 32px;
  font-weight: normal;
  font-size: 24px;
}
.page-top .top-event-seminar .event_branch {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 15px;
  width: 820px;
  text-align: center;
}
.page-top .mv {
  margin-top: 115px;
  height: 600px;
}
.page-top .mv .clossfade .item {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  background: center no-repeat;
  background-size: cover;
}
.page-top .mv .clossfade .item .inner {
  height: 600px;
}
.page-top .mv .clossfade .item .to_localnav {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 120px;
  height: 24px;
}
.page-top .mv .clossfade .item .to_localnav span {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.page-top .mv .clossfade .slick-dots {
  bottom: -30px;
}
.page-top .slider-nav {
  position: relative;
  display: block;
  height: 0;
}
.page-top .slider-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  margin: auto;
  width: calc(27.5vw - 22px);
  height: auto;
  aspect-ratio: 94/80;
  -webkit-box-shadow: 0 0 0 3px #333;
          box-shadow: 0 0 0 3px #333;
  pointer-events: none;
}
.page-top .slider-nav .slick-list {
  display: none;
}
.page-top .slider-nav .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
}
.page-top .slider-nav .item.slick-center a {
  opacity: 1;
  pointer-events: auto;
}
.page-top .slider-nav .item.slick-center a img {
  opacity: 1;
}
.page-top .slider-nav .item a {
  display: block;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  pointer-events: none;
}
.page-top .slider-nav .item img {
  width: calc(27.5vw - 20px);
  height: auto;
  aspect-ratio: 94/80;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.5;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.page-top .slider-nav-container .slick-arrow {
  top: -340px;
  width: 50px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
}
.page-top .slider-nav-container .slick-arrow::after {
  top: 25px;
  width: 24px;
  height: 24px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.page-top .slider-nav-container .slick-arrow.slick-prev::after {
  left: 18px;
}
.page-top .slider-nav-container .slick-arrow.slick-next::after {
  left: 5px;
}
.page-top .sect_head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}
.page-top .sect_head h2 {
  position: relative;
  margin-bottom: 35px;
}
.page-top .sect_head .description {
  position: relative;
  z-index: 10;
  width: 490px;
  font-size: 14px;
  line-height: 22px;
}
.page-top .list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top .list li {
  position: relative;
  padding-bottom: 48px;
}
.page-top .list li img {
  width: 100%;
  height: auto;
}
.page-top .list li .title {
  display: table;
  width: 100%;
}
.page-top .list li .title em {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.page-top .list li .title em small {
  display: block;
  font-size: 12px;
}
.page-top .list li .text {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.page-top .list li .btn_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 32px;
}
.page-top .list li .btn_detail a {
  position: relative;
  background-color: #007199;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
}
.page-top .list li .btn_detail a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-top .list li .btn_detail a[target=_blank]::after {
  content: "\e89e";
  right: 0;
  padding-right: 15px;
  height: 32px;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  line-height: 32px;
  -webkit-transform: none;
          transform: none;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.page-top .list li .btn_detail a:hover {
  background-color: #666;
  text-decoration: none;
}
.page-top .sect000 {
  padding: 64px 0;
}
.page-top .sect000 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top .sect000 .inner .col-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 60px;
  width: 50%;
  text-align: center;
}
.page-top .sect000 .inner .col-2:first-child {
  border-right: 1px solid #ccc;
}
.page-top .sect000 .inner .col-2 .btn_pagenav {
  width: auto;
}
.page-top .sect000 .inner .col-2 .sect000-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
  width: 100%;
}
.page-top .sect000 .inner .col-2 .sect000-img img {
  width: 100%;
  height: auto;
}
.page-top .sect01 {
  padding: 64px 0;
}
.page-top .sect01.top-sect01 {
  padding: 0;
}
.page-top .sect01 .sect_head {
  height: 366px;
}
.page-top .sect01 .sect_head:before {
  content: url(../img/top/top-01bg.png);
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1;
}
.page-top .sect01 .list {
  margin-bottom: 64px;
}
.page-top .sect01 .list li {
  width: calc((100% + 40px) / 4 - 40px);
}
.page-top .sect01 .list li em {
  height: 60px;
}
.page-top .sect01 .case {
  padding: 80px 0 64px;
}
.page-top .sect01 .case .heading01 small {
  display: block;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.6;
}
.page-top .sect01 .case .slides {
  margin: 0 auto;
  width: 1000px;
}
.page-top .sect01 .case .slides .item {
  float: left;
  margin-left: 50px;
  width: 300px;
}
.page-top .sect01 .case .slides .item:first-child {
  margin-left: 0;
}
.page-top .sect01 .case .slides .item h3 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.page-top .sect01 .case .slides .item h4 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.page-top .sect01 .case .slides .item .slide {
  padding-bottom: 70px;
}
.page-top .sect01 .case .slides .item .slide .caption {
  display: block;
  padding: 5px 10px;
  min-height: 68px;
  background-color: #444;
  color: #fff;
  font-size: 14px;
}
.page-top .sect01 .case .slides .item .slide .caption small {
  display: block;
  margin-top: 5px;
}
.page-top .sect01 .case .slides .item .slide .slick-dots {
  bottom: -30px;
}
.page-top .sect01 .case .btn_pagenav {
  margin: 0;
  width: 100%;
}
.page-top .sect01 .gooddesign figure {
  float: left;
  width: 300px;
}
.page-top .sect01 .gooddesign p {
  float: right;
  width: 650px;
  color: #555;
  font-size: 14px;
  line-height: 22px;
}
.page-top .sect01 .gooddesign p img {
  float: left;
  margin-right: 20px;
}
.page-top .sect02 {
  position: relative;
  padding: 64px 0;
}
.page-top .sect02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  width: 1000px;
  height: 1px;
  background-color: #e3e3e3;
}
.page-top .sect02 .sect_head {
  height: 327px;
}
.page-top .sect02 .sect_head:before {
  content: url(../img/top/top-02bg.png);
  position: absolute;
  top: -40px;
  right: -70px;
  z-index: 1;
}
.page-top .sect02 .list li {
  width: calc((100% + 40px) / 3 - 40px);
}
.page-top .sect02 .list li em {
  height: 40px;
}
.page-top .sect03 {
  position: relative;
  padding: 64px 0;
}
.page-top .sect03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  width: 1000px;
  height: 1px;
  background-color: #e3e3e3;
}
.page-top .sect03 .sect_head {
  height: 331px;
}
.page-top .sect03 .sect_head:before {
  content: url(../img/top/top-03bg.png);
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}
.page-top .sect03 .list li {
  width: calc((100% + 40px) / 4 - 40px);
}
.page-top .sect03 .list li em {
  height: 65px;
}
.page-top .sect04 {
  padding: 64px 0;
}
.page-top .sect04 .heading01 img {
  vertical-align: -5px;
}
.page-top .sect04 .product-list {
  margin-bottom: 45px;
}
.page-top .sect04 .to_category ul li {
  margin: 0 auto;
  width: 450px;
  height: 40px;
}
.page-top .sect04 .to_category ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  padding-left: 50px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
}
.page-top .sect04 .to_category ul li a::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
}
.page-top .sect04 .to_category ul li a:hover {
  background-color: #666;
  text-decoration: none;
}
.page-top .sect04 .to_category ul li:nth-of-type(1) a::before {
  background-color: #007199;
}
.page-top .sect04 .to_category ul li:nth-of-type(2) a::before {
  background-color: #007199;
}
.page-top .sect-riyuu {
  position: relative;
  padding: 64px 0;
  background-color: #fafafa !important;
}
.page-top .sect-riyuu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top .sect-riyuu-list-item:not(:first-child) {
  margin-top: 60px;
}
.page-top .sect-riyuu-list-item-no {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.page-top .sect-riyuu-list-item-no::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 50px;
  height: 1px;
  background: #999;
}
.page-top .sect-riyuu-list-item-no-num {
  margin-left: 5px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
.page-top .sect-riyuu-list-item-contents {
  width: calc(100% - 130px);
}
.page-top .sect-riyuu-list-item-contents-ttl {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
.page-top .sect-riyuu-list-item-contents-txt {
  font-size: 16px;
  line-height: 2;
}
.page-top .sect-riyuu-list-item-contents-note {
  font-size: 12px;
}
.page-top .sect-tenpo2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-top .sect-tenpo2 {
    padding: 90px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sect-tenpo2 {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sect-tenpo2-contents {
    margin-top: 40px;
  }
}
.page-top .sect-tenpo2-contents-list-item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-top .sect-tenpo2-contents-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-top .sect-tenpo2-contents-list-item-date {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-top .sect-tenpo2-contents-list-item-date {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .page-top .sect-tenpo2-contents-list-item-contents {
    width: calc(100% - 200px);
  }
}
.page-top .sect-tenpo2-contents-list-item-contents-cat {
  margin-bottom: 10px;
  color: #01719a;
  font-weight: bold;
  font-size: 14px;
}
.page-top .sect-tenpo2-contents-list-item-contents-ttl {
  font-size: 16px;
}
.page-top .sect-tenpo2-contents-list-item-contents-ttl a {
  color: inherit;
  text-decoration: none;
}
.page-top .sect-tenpo2-contents-list-item-contents-ttl a:hover {
  text-decoration: underline;
}
.page-top .sect-tenpo {
  position: relative;
  padding: 90px 0 64px;
}
.page-top .sect-tenpo-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top .sect-tenpo-contents-list-ttl {
  position: relative;
  padding: 15px 10px;
  border-radius: 5px;
  background: #f4faff;
  color: #0574c6;
  font-weight: bold;
  font-size: 18px;
}
.page-top .sect-tenpo-contents-list-ttl::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 10px;
  bottom: -100px;
  display: block;
  margin: auto;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-top .sect-tenpo-contents-list-ttl.chiba-area::after {
  width: 69px;
  height: 91px;
  background-image: url(../kanto/img/chiba.png);
}
.page-top .sect-tenpo-contents-list-ttl.ibaraki-area::after {
  width: 71px;
  height: 91px;
  background-image: url(../kanto/img/ibaraki.png);
}
.page-top .sect-tenpo-contents-list-ttl.saitama-area::after {
  width: 74px;
  height: 39px;
  background-image: url(../kanto/img/saitama.png);
}
.page-top .sect-tenpo-contents-list-ttl.gunma-area::after {
  width: 78px;
  height: 82px;
  background-image: url(../kanto/img/gunma.png);
}
.page-top .sect-tenpo-contents-list-item {
  padding: 30px 0;
  border-bottom: 1px solid #f3f3f3;
}
.page-top .sect-tenpo-contents-list-item-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  height: 22px;
  border-radius: 3px;
  background: #0574c6;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.page-top .sect-tenpo-contents-list-item-date {
  margin: 15px 0 15px;
  font-size: 12px;
}
.page-top .sect-tenpo-contents-list-item-ttl {
  font-weight: normal;
  font-size: 16px;
}
.page-top .sect-tenpo-contents-list-item-ttl a {
  color: inherit;
  text-decoration: none;
}
.page-top .sect-tenpo-contents-list-item-ttl a:hover {
  text-decoration: underline;
}
.page-top .sect-tenpo-contents-list-left {
  width: 470px;
}
.page-top .sect-tenpo-contents-list-right {
  width: 470px;
}
.page-top .sect-tenpo-contents-list + .sect-tenpo-contents-list-ttl {
  margin-top: 60px;
}
.page-top .recomend {
  padding: 64px 0 88px;
}
.page-top .recomend .content_list .page li {
  width: 220px;
}
.page-top .recomend .content_list .page li:first-child {
  margin-left: 0;
}
.page-top .recomend .content_list .page li img {
  margin-bottom: 5px;
}
.page-top .recomend .content_list .page li span {
  display: block;
  margin: 0 auto;
  width: 220px;
}
.page-top .recomend .content_list .page li .title {
  height: 55px;
  font-size: 18px;
  line-height: 22px;
}
.page-top .recomend .content_list .page li .text {
  height: 72px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.page-top .recomend .content_list .slick-arrow.slick-next {
  right: -30px;
}
.page-top .recomend .content_list .slick-arrow.slick-prev {
  left: -45px;
}
.page-top .recomend .content_list .slick-dots {
  bottom: -40px;
}
.page-top .recomend .page li {
  float: left;
}

.topics {
  padding-bottom: 25px;
}
.topics ul li {
  margin-bottom: 30px;
  font-size: 16px;
}
.topics ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
.topics ul li a .date {
  display: block;
  width: 220px;
}
.topics ul li a .body {
  display: block;
  width: calc(100% - 220px);
}

.top_topics {
  padding: 120px 0 64px;
}
.top_topics .topics ul li:nth-child(n+4) {
  display: none;
}
.top_topics .btn_topics {
  text-align: right;
}
.top_topics .btn_topics a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  background-color: #007199;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.top_topics .btn_topics a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top_topics .btn_topics a[target=_blank]::after {
  content: "\e89e";
  right: 0;
  padding-right: 15px;
  height: 32px;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  line-height: 32px;
  -webkit-transform: none;
          transform: none;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.top_topics .btn_topics a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.global-shoplist + .topics {
  padding-top: 40px;
}

.event_box {
  padding: 64px 0;
}
.event_box-cat {
  margin: 0 auto;
  max-width: 228px;
}
.event_box-cat-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px 10px;
  height: 22px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
.event_box-cat-icon-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4px;
  padding: 4px 10px;
  height: 22px;
  border-radius: 3px;
  background: #0574c6;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
.event_box-ttl {
  margin: 6px auto 10px;
  max-width: 228px;
  color: #000;
  font-weight: normal;
  font-size: 18px;
}
.event_box .event_global li {
  position: relative;
}
.event_box .event_global .page {
  text-align: center;
}
.event_box .event_global .page li:first-child {
  margin-left: 0;
}
.event_box .event_global a img {
  margin-bottom: 5px;
  max-width: 228px;
  width: 100%;
  height: auto;
}
.event_box .event_global .detail {
  display: block;
  margin: 0 auto;
  padding-bottom: 54px;
  max-width: 228px;
  color: #555;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.6;
}
.event_box .event_global .detail small {
  display: block;
  margin: 5px auto 0;
  max-width: 228px;
  font-size: 12px;
  line-height: 18px;
}
.event_box .event_global .to_detail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 228px;
}
.event_box .event_global .slick-arrow.slick-next {
  right: -30px;
}
.event_box .event_global .slick-arrow.slick-prev {
  left: -45px;
}
.event_box .event_global .slick-dots {
  bottom: -40px;
}
.event_box .event_branch {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 15px;
  width: 820px;
  text-align: center;
}
.event_box .event_branch li {
  display: inline-block;
  margin: 0 10px 24px;
}
.event_box.mod_nomargin {
  margin-bottom: 0;
}

/* about index */
.about_header {
  padding: 0 0 40px 0;
  font-size: 16px;
}
.about_header figure {
  float: right;
}
.about_header-ttl {
  margin-bottom: 0;
  font-size: 40px;
  font-family: serif;
}
.about_header p {
  padding-top: 20px;
  width: 690px;
  line-height: 2.4;
}

.our_business {
  padding-top: 60px;
}
.our_business p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.6;
}
.our_business .menu_list .item {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 480px;
}
.our_business .menu_list .item:nth-child(2n) {
  margin-right: 0;
}
.our_business .menu_list .item figure {
  float: left;
  margin-right: 20px;
}
.our_business .menu_list .item .detail {
  color: #555;
  font-size: 14px;
}
.our_business .menu_list .item .detail em {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 18px;
}

/* ir company */
.about-table {
  margin-bottom: 48px;
  width: 100%;
}
.about-table th, .about-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  border: solid 1px #c5c5c5;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
.about-table th {
  width: 230px;
  background-color: #f1f1f1;
}

.ir-list {
  margin-top: -4px;
  margin-bottom: 48px;
}
.ir-list li {
  margin-top: -1px;
  padding: 5px 10px;
  border: solid 1px #c5c5c5;
  font-size: 14px;
}
.ir-list li a {
  color: #000;
  text-decoration: underline;
}

/* top message */
.message_section .photo figcaption {
  font-size: 32px;
  line-height: 50px;
}
.message_section .photo figcaption small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.message_section .text h3 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
.message_section .text p {
  font-size: 16px;
  line-height: 1.6;
}
.message_section.sect01 {
  margin: -40px 0 60px;
  padding: 40px 0;
  background-color: #ebebeb;
}
.message_section.sect01 .photo {
  float: left;
  margin-right: 40px;
  width: 400px;
}
.message_section.sect01 .text {
  float: right;
  width: 560px;
}
.message_section.sect02 {
  margin-bottom: 60px;
}
.message_section.sect02 .photo {
  width: 500px;
}
.message_section.sect02 .text {
  width: 460px;
}
.message_section.sect02 .inner.float_left .photo {
  float: left;
  margin-right: 40px;
}
.message_section.sect02 .inner.float_left .text {
  float: right;
}
.message_section.sect02 .inner.float_right .photo {
  float: right;
  margin-left: 40px;
}
.message_section.sect02 .inner.float_right .text {
  float: left;
  padding-top: 35px;
}

/* staff */
.staff_box .staff_header {
  background-color: #007739;
  color: #fff;
}
.staff_box .staff_header:first-child {
  margin-top: -40px;
}
.staff_box .staff_header .inner {
  padding: 40px 0;
}
.staff_box .staff_header .photo {
  float: left;
  margin-right: 25px;
}
.staff_box .staff_header h3 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 24px;
}
.staff_box .staff_header h4 {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.staff_box .staff_header .position {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.staff_box .staff_header .detail {
  font-size: 18px;
}
.staff_box .staff_body {
  padding: 40px 0;
}
.staff_box .staff_body .inner {
  margin-bottom: 40px;
}
.staff_box .staff_body .inner .photo {
  width: 250px;
}
.staff_box .staff_body .inner .text {
  width: 725px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}
.staff_box .staff_body .inner .text em {
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 24px;
}
.staff_box .staff_body .inner .text em:first-child {
  margin-top: 0;
}
.staff_box .staff_body .inner.mod_image_left .photo {
  float: left;
}
.staff_box .staff_body .inner.mod_image_left .text {
  float: right;
}
.staff_box .staff_body .inner.mod_image_left.alt .photo {
  width: 130px;
}
.staff_box .staff_body .inner.mod_image_left.alt .text {
  width: 850px;
}
.staff_box .staff_body .inner.mod_image_right .photo {
  float: right;
}
.staff_box .staff_body .inner.mod_image_right .text {
  float: left;
}
.staff_box .staff_body .inner.mod_noimage .text {
  width: 100%;
}

.product-nav {
  margin-bottom: 40px;
}
.product-nav ul {
  margin-bottom: 40px;
}
.product-nav ul li {
  float: left;
  margin-right: 1px;
  width: 499px;
  height: 40px;
}
.product-nav ul li a {
  background-color: #2d2d2d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.product-nav ul li.is_current a {
  background-color: #ccc;
}
.product-nav ul li.is_current a:hover {
  background-color: #2d2d2d;
}
.product-nav p {
  text-align: center;
  font-size: 18px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.product-list::after {
  content: "";
  display: block;
  width: 300px;
}
.product-list-cat {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-list-cat-item-kodate {
  padding: 5px 10px;
  background: #09a0df;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 12px;
}
.product-list-cat-item-mansion {
  padding: 5px 10px;
  background: #edc900;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 12px;
}
.product-list .item {
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 32px;
  padding-bottom: 48px;
  width: 300px;
}
.product-list .item figure {
  margin-bottom: 10px;
}
.product-list .item figure img {
  width: 100%;
}
.product-list .item h3 {
  position: relative;
  margin-bottom: 8px;
  font-weight: normal;
}
.product-list .item h3 i {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 38px;
  height: 38px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}
.product-list .item h3 .title {
  font-size: 18px;
  line-height: 22px;
}
.product-list .item h3 .title small {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.product-list .item .detail {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.product-list .item .to_detail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product-list .item.cat-product h3 {
  padding-left: 48px;
}
.product-list .item.cat-product h3 i {
  background-color: #81c244;
}
.product-list .item.cat-suggest h3 {
  padding-left: 48px;
}
.product-list .item.cat-suggest h3 i {
  background-color: #f8a608;
}
.product-list .item.cat-kodate h3 {
  padding-left: 48px;
}
.product-list .item.cat-kodate h3 i {
  background-color: #09a0df;
}
.product-list .item.cat-mansion h3 {
  padding-left: 48px;
}
.product-list .item.cat-mansion h3 i {
  background-color: #edc900;
}

.renovate_box {
  display: none;
  padding: 64px 0;
  border-top: solid 1px #e5e5e5;
}

.pageid-case_business .renovate_box {
  display: block;
}

.renovate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renovate-list li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 32px;
  width: 300px;
}
.renovate-list li a {
  color: #000;
  text-decoration: none;
}
.renovate-list li img {
  margin-bottom: 10px;
}
.renovate-list li .detail {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}
.renovate-list li .detail em {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}
.renovate-list li .to_detail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.business_inquire {
  padding: 40px 0;
  background: #3d3d3d;
  color: #fff;
  text-align: center;
}
.business_inquire h2 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 32px;
}
.business_inquire .info {
  margin: auto;
  padding: 20px;
  width: 600px;
  border: 1px solid #fff;
}
.business_inquire .info h4 {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 24px;
}
.business_inquire .info .department {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 24px;
}
.business_inquire .info .address {
  margin-bottom: 20px;
  font-size: 14px;
}
.business_inquire .info .tel {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 1;
}
.business_inquire .info .hour {
  font-size: 14px;
}
.business_inquire .info.mod_col2 {
  width: 440px;
}
.business_inquire .info-outer {
  display: inline-block;
  width: 440px;
}
.business_inquire .info-outer:nth-of-type(1) {
  margin-right: 110px;
}

.product_box {
  padding: 64px 0;
  border-top: solid 1px #f2f2f2;
}

.designer_box {
  padding: 64px 0;
  border-top: solid 1px #f2f2f2;
}

.header-eyecatch {
  margin: -40px 0 60px;
  padding: 35px 0;
  background-color: #448757;
  color: #fff;
}
.header-eyecatch h3 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
.header-eyecatch p {
  font-size: 14px;
  line-height: 24px;
}

.sub_copy {
  margin-top: -60px;
  padding: 35px 0;
  background-color: #5bb174;
  color: #fff;
}
.sub_copy h4 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
.sub_copy p {
  font-size: 14px;
  line-height: 24px;
}

.inspection_head {
  padding: 30px 0 55px;
}
.inspection_head h3 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}
.inspection_head p {
  font-size: 14px;
  line-height: 24px;
}

.inspection_list {
  margin-bottom: 48px;
  padding: 35px 0;
  background-color: #ebebeb;
}
.inspection_list .item {
  float: left;
  margin-right: 80px;
  min-height: 300px;
  width: 460px;
}
.inspection_list .item:nth-child(2n) {
  margin-right: 0;
}
.inspection_list .item h4 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.inspection_list .item p {
  font-size: 12px;
  line-height: 20px;
}
.inspection_list .item p small {
  display: block;
  padding-top: 15px;
  font-size: 10px;
  line-height: 18px;
}

/* eco */
.eco_item {
  margin-bottom: 55px;
  text-align: center;
}
.eco_item h4 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.eco_item small {
  font-size: 12px;
}

/* guarantee */
.guarantee_content-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guarantee_content-ttl-txt {
  font-weight: normal;
  font-size: 40px;
  font-family: serif;
}
.guarantee_content-ttl-img {
  margin-left: 40px;
}
.guarantee_content-note {
  font-size: 12px;
}
.guarantee_content-txt {
  margin-bottom: 15px;
  font-size: 14px;
}
.guarantee_content b {
  font-weight: bold;
}
.guarantee_content-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 40px 0 15px;
}
.guarantee_content-dl-ttl {
  margin-right: 20px;
  color: #0574c6;
  font-weight: bold;
  font-size: 16px;
}
.guarantee_content-dl-txt {
  font-size: 14px;
}
.guarantee_content-table {
  margin: 0 0 50px;
}
.guarantee_content-table img {
  width: 100%;
  height: auto;
}
.guarantee_content .inner {
  margin-bottom: 60px;
}

/* quickmente */
.quickmente-header {
  padding-bottom: 60px;
  text-align: center;
}
.quickmente-header dt {
  margin-bottom: 20px;
}
.quickmente-header dd {
  font-size: 18px;
  line-height: 1.6;
}

.quickmente-flow {
  margin-bottom: 60px;
  padding: 40px 0 0;
  background: #f4faff;
  text-align: center;
}
.quickmente-flow .flow-ttl {
  font-size: 32px;
}
.quickmente-flow dd {
  display: block;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
.quickmente-flow .use-ttl {
  margin-bottom: 20px;
  font-size: 22px;
}

.quickmente-read {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.quickmente-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quickmente-list .item {
  margin-bottom: 60px;
  width: 300px;
}
.quickmente-list .item .cat {
  margin-bottom: 1px;
  padding: 1px 5px 1px 38px;
  border: 1px solid #d2d2d2;
  background: url(../img/quickmente/quickmente-icon01.png) no-repeat 5px center;
  font-size: 18px;
}
.quickmente-list .item .photo {
  margin-bottom: 5px;
}
.quickmente-list .item .photo img {
  width: 100%;
  height: auto;
}
.quickmente-list .item h3 {
  height: 75px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}
.quickmente-list .item h3 small {
  display: block;
  color: #555;
  font-size: 14px;
}
.quickmente-list .item .price {
  margin-bottom: 5px;
  color: #fe0000;
  font-weight: bold;
  font-size: 18px;
}
.quickmente-list .item .price small {
  font-size: 12px;
}
.quickmente-list .item .detail {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.quickmente-footer {
  padding: 40px 0 0;
  background: #f4faff;
}
.quickmente-footer h3 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
}
.quickmente-footer .left-contents {
  float: left;
  width: 470px;
}
.quickmente-footer .left-contents .photo {
  margin-bottom: 40px;
  width: 220px;
}
.quickmente-footer .left-contents .photo:first-child {
  float: left;
}
.quickmente-footer .left-contents .photo:last-child {
  float: right;
}
.quickmente-footer .left-contents .photo .cap {
  margin-top: 5px;
  font-size: 14px;
}
.quickmente-footer .right-contents {
  float: right;
  width: 500px;
}
.quickmente-footer .quickmente-footer-list dt {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
}
.quickmente-footer .quickmente-footer-list dd {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
}

.quickmente-contact {
  padding: 40px 0;
  background: #3d3d3d;
  color: #fff;
  text-align: center;
}
.quickmente-contact h3 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 32px;
}
.quickmente-contact .quickmente-contact-contents {
  margin: auto;
  padding: 20px;
  width: 600px;
  border: 1px solid #fff;
}
.quickmente-contact .quickmente-contact-contents h4 {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 24px;
}
.quickmente-contact .quickmente-contact-contents .address {
  margin-bottom: 20px;
  font-size: 14px;
}
.quickmente-contact .quickmente-contact-contents .tel {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 1;
}
.quickmente-contact .quickmente-contact-contents .hour {
  font-size: 14px;
}
.quickmente-contact a {
  color: #fff;
}
.quickmente-contact a:hover {
  text-decoration: none;
}

.common-contact {
  padding: 40px 0;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
}
.common-contact .common-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-contact .common-contact-contents {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: calc((100% + 16px) / 2 - 16px);
  border: 1px solid #fff;
}
.common-contact .common-contact-contents h3 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 24px;
}
.common-contact .common-contact-contents .common-contact-contents-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  width: 80%;
  height: 56px;
  background: #0081cc;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common-contact .common-contact-contents .common-contact-contents-btn:hover {
  opacity: 0.7;
}
.common-contact .common-contact-contents .common-contact-contents-tel {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
}
.common-contact .common-contact-contents .common-contact-contents-hour {
  font-size: 14px;
}
.common-contact a {
  color: #fff;
}
.common-contact a:hover {
  text-decoration: none;
}

.case-subcategory {
  padding: 0 0 40px;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
}

.case-list {
  padding-left: 30px;
}
.case-list .item {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 300px;
}
.case-list .item:nth-child(3n) {
  margin-right: 0;
}
.case-list .item a {
  color: #fff;
}
.case-list .item a .photo {
  width: 300px;
  height: 215px;
}
.case-list .item a .photo img {
  width: 100%;
  height: auto;
}
.case-list .item a .detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 300px;
  height: 90px;
  background-color: #3c3c3c;
  font-size: 14px;
  line-height: 19px;
}
.case-list .item a .detail small {
  display: block;
  margin-top: 5px;
}
.case-list.is_slide .item {
  margin-right: 20px !important;
}

.list_pages {
  margin-bottom: 88px;
}

.case_search {
  padding: 64px 0;
  border-top: solid 1px #e5e5e5;
}
.case_search .categories {
  margin-bottom: 40px;
}
.case_search .category {
  float: left;
  margin-left: 80px;
  width: 280px;
  text-align: center;
}
.case_search .category:first-child {
  margin-left: 0;
}
.case_search .category figure {
  margin-bottom: 10px;
}
.case_search .category h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
  line-height: 50px;
}
.case_search .category .sub_categories li {
  margin-bottom: 10px;
  font-size: 14px;
}
.case_search .category .sub_categories li a {
  color: #000;
  text-decoration: underline;
}
.case_search .category .sub_categories li a:hover {
  text-decoration: none;
}

.case-detail {
  padding-bottom: 64px;
}
.case-detail .case-title {
  margin-bottom: 38px;
  padding: 0 20px;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.4;
}
.case-detail .case-title .data {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #c5c5c5;
  font-size: 18px;
  line-height: 1.6;
}
.case-detail .tags {
  margin-bottom: 10px;
}
.case-detail .tags ul {
  padding: 0 20px;
}
.case-detail .tags ul li {
  display: inline-block;
  margin: 3px 5px;
  border: solid 1px #bdbdbe;
  border-radius: 5px;
}
.case-detail .tags ul li a {
  display: block;
  padding: 0 5px;
  color: #000;
  text-decoration: none;
  cursor: default;
}
.case-detail .photo_main {
  margin-bottom: 55px;
  padding: 0 20px;
}
.case-detail .photo_main figure {
  margin-bottom: 35px;
  height: 640px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.case-detail .photo_main p {
  font-size: 16px;
  line-height: 1.6;
}
.case-detail .reform_data h4 {
  padding: 60px 0 40px;
  border-top: solid 1px #c5c5c5;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
}
.case-detail .reform_data table {
  margin: 0 auto 60px;
  width: 960px;
  table-layout: fixed;
}
.case-detail .reform_data table th, .case-detail .reform_data table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 15px;
  border: solid 1px #c5c5c5;
  font-size: 14px;
  line-height: 21px;
}
.case-detail .reform_data table th {
  width: 160px;
  background-color: #6fb221;
  color: #fff;
  font-weight: normal;
}
.case-detail .photo_slide {
  padding-bottom: 90px;
}
.case-detail .photo_slide .outer {
  margin: 0 auto;
  width: 960px;
}
.case-detail .photo_slide .outer .slide li {
  position: relative;
  padding: 0 105px;
}
.case-detail .photo_slide .outer .slide li small {
  position: absolute;
  bottom: 0;
  left: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  min-height: 40px;
  width: 750px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
}

.design_concept {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  max-width: 844px;
  text-align: center;
}
.design_concept dt {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #e3e3e3;
  font-size: 28px;
  line-height: 34px;
}
.design_concept dd {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2.4;
}
.design_concept dd img {
  width: 100%;
}

.designer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.designer-list .item {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 17.5%;
  width: 300px;
}
.designer-list .item .photo {
  margin-bottom: 5px;
}
.designer-list .item .photo img {
  width: 100%;
  height: auto;
}
.designer-list .item h3 {
  height: 75px;
  font-weight: normal;
  font-size: 18px;
}
.designer-list .item h3 small {
  display: block;
  font-size: 12px;
}
.designer-list .item .detail {
  color: #555;
  font-size: 14px;
}
.designer-list .item .img {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
}
.designer-list .item .img img {
  float: left;
}
.designer-list .item .img img:first-child {
  margin-right: 2px;
}
.designer-list .item .to_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.designer-detail .profile {
  margin-bottom: 25px;
}
.designer-detail .profile .photo {
  float: left;
  width: 500px;
}
.designer-detail .profile .data {
  float: right;
  width: 460px;
}
.designer-detail .profile .data h3 {
  margin: -10px 0 15px;
  padding: 0 0 17px;
  border-bottom: solid 1px #c5c5c5;
  font-weight: normal;
  font-size: 32px;
}
.designer-detail .profile .data h3 small {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.designer-detail .profile dl dt {
  font-size: 18px;
  line-height: 30px;
}
.designer-detail .profile dl dt::before {
  content: "■";
}
.designer-detail .profile dl dd {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
}
.designer-detail .case {
  margin-bottom: 60px;
}
.designer-detail .case ul {
  margin-bottom: 55px;
}
.designer-detail .case ul li {
  float: left;
  width: 499px;
}
.designer-detail .case ul li:first-child {
  margin-right: 2px;
}
.designer-detail .case ul li a {
  color: #000;
  font-size: 14px;
}
.designer-detail .case ul li img {
  margin-bottom: 3px;
}

.event_list + .event_list {
  margin-top: 40px;
}
.event_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
.event_list ul::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 228px;
}
.event_list ul::after {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 228px;
}
.event_list ul li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 50px;
  width: 228px;
}
.event_list ul li a img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.event_list ul li a img:hover {
  opacity: 0.7;
}
.event_list ul li .detail {
  display: block;
  color: #555;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.6;
}
.event_list ul li .detail small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.event_list ul li .to_detail {
  position: absolute;
  bottom: 0;
  left: 0;
}

.event_table {
  padding: 0;
  border-bottom: solid 1px #f6f6f6;
}
.event_table + .event_table {
  padding-top: 64px;
}
.event_table .table_include iframe {
  display: block;
  margin: 0 auto;
  width: 860px;
  height: 780px;
}
.event_col3 {
  padding-top: 50px;
  background-color: #f4faff;
}
.event_col3 .list {
  position: relative;
  z-index: 10;
}
.event_col3 .list li {
  float: left;
  margin-left: 50px;
  width: 300px;
  height: 280px;
}
.event_col3 .list li:first-child {
  margin-left: 0 !important;
}
.event_col3 .list li img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.event_col3 .list li .title {
  display: table;
  width: 100%;
}
.event_col3 .list li .title em {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.event_col3 .list li .title em small {
  display: block;
  font-size: 12px;
}
.event_col3 .list li .text {
  display: block;
  height: 60px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.event_col3 .list li .btn_detail {
  display: block;
  width: 100%;
  height: 32px;
}
.event_col3 .list li .btn_detail a {
  background-color: #007199;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
}
.event_col3 .list li .btn_detail a:hover {
  background-color: #666;
}
.event_col3 .catch {
  padding: 0 0 60px;
  text-align: center;
  font-size: 18px;
  line-height: 31px;
}

.top_press.press-recently {
  padding: 64px 0;
}
.top_press.press-recently .logo img {
  margin-bottom: 16px;
}
.top_press.press-recently .recent_item {
  max-width: 460px;
}

.press-recently {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #e3e3e3;
}
.press-recently .logo {
  float: left;
  width: 477px;
  font-size: 18px;
  line-height: 24px;
}
.press-recently .recent_item {
  float: right;
  max-width: 353px;
  width: 100%;
}
.press-recently .recent_item .image {
  float: left;
  width: 111px;
}
.press-recently .recent_item .detail {
  float: right;
  max-width: 353px;
  width: 100%;
}
.press-recently .recent_item .detail h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
.press-recently .recent_item .detail .text {
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.press-recently .recent_item .detail .btn_watch a {
  position: relative;
  background-color: #007199;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.press-recently .recent_item .detail .btn_watch a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.press-recently .recent_item .detail .btn_watch a[target=_blank]::after {
  content: "\e89e";
  right: 0;
  padding-right: 15px;
  height: 32px;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  line-height: 32px;
  -webkit-transform: none;
          transform: none;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.press-recently .recent_item .detail .btn_watch a:hover {
  background-color: #666;
  text-decoration: none;
}

.press-recently.top_press {
  margin-bottom: 0;
  border-bottom: 0;
}
.press-recently.top_press .recent_item .image {
  float: right;
  margin-bottom: 20px;
  margin-left: 10px;
  width: 111px;
}

.archive_list {
  margin-bottom: 30px;
}
.archive_list ul li {
  float: left;
  margin: 0 1px 1px 0;
  width: 124px;
  height: 32px;
}
.archive_list ul li a {
  background-color: #007199;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: block;
}
.archive_list ul li a:hover {
  background-color: #666;
}
.archive_list ul li a.current {
  background-color: #d2d2d2;
}

.backnumber_list ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 60px;
  width: 180px;
}
.backnumber_list ul li:nth-child(5n) {
  margin-right: 0;
}
.backnumber_list ul li img {
  display: block;
  margin: 0 auto 5px;
}
.backnumber_list ul li small {
  display: block;
  margin-bottom: 10px;
  height: 4.5em;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.backnumber_list ul li .btn_watch {
  display: block;
  width: 180px;
  height: 32px;
}
.backnumber_list ul li .btn_watch a {
  background-color: #007199;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  display: block;
}

.pageid-privacy .page-header {
  padding-top: 175px !important;
}
.pageid-privacy .page-body {
  font-size: 14px;
  line-height: 24px;
}
.pageid-privacy .page-body ol > li {
  margin-bottom: 40px;
  font-size: 20px;
}
.pageid-privacy .page-body ol > li b {
  display: inline-block;
  margin-bottom: 10px;
}
.pageid-privacy .page-body ol > li p {
  font-size: 14px;
}
.pageid-privacy .page-body ol > li li {
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 14px;
}

.calendar_box {
  padding: 64px 0;
  background: #fff !important;
}
.calendar_box .calendar_item {
  margin-bottom: 40px;
}
.calendar_box .calendar_item iframe {
  display: block;
  margin: 0 auto;
}
.calendar_box.mod_montly .inner {
  /* 			border-bottom: solid 1px #f6f6f6; */
}
.calendar_box.mod_montly .calendar_item iframe {
  width: 770px;
  height: 340px;
}
.calendar_box.mod_yearly .calendar_item iframe {
  width: 100%;
  height: 1200px;
}

.campaign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .campaign-list::after {
    content: "";
    display: block;
    width: calc((100% + 60px) / 3 - 60px);
  }
}
@media screen and (min-width: 768px) {
  .campaign-list-nav {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-list-nav {
    margin-bottom: 60px;
  }
}
.campaign-list-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.campaign-list-nav-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 2px solid #ddd;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .campaign-list-nav-list-item {
    height: 18px;
  }
}
.campaign-list-nav-list-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  width: 15px;
  height: 5px;
  background-image: url(../kanto/img/navi_arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.campaign-list-nav-list-item:last-child {
  border-right: 2px solid #ddd;
}
.campaign-list-nav-list-item a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .campaign-list-nav-list-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-list-nav-list-item a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .spv {
    display: none !important;
  }
}
/* sp */
@media only screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    min-width: 0;
  }
  .is_navopen > *:not(.global-navigation) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .inner {
    width: 100%;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  .sp-oreder-01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: #fff !important;
  }
  .sp-oreder-02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: #f4faff !important;
  }
  .sp-oreder-03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: #fff !important;
  }
  .sp-oreder-04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    background: #f4faff !important;
  }
  .sp-oreder-05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    background: #fff !important;
  }
  .sp-oreder-06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    background: #f4faff !important;
  }
  .sp-oreder-07 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    background: #fff !important;
  }
  .sp-oreder-08 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    background: #f4faff !important;
  }
  .sp-oreder-09 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    background: #fff !important;
  }
  .sp-oreder-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    background: #f4faff !important;
  }
  .sp-oreder-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    background: #fff !important;
  }
  .sp-oreder-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    background: #f4faff !important;
  }
  .btn_pagenav {
    margin: 0 4vw;
    width: auto;
  }
  .btn_pagenav a {
    min-height: 40px;
    height: auto;
  }
  .to_detail {
    position: relative;
    display: block;
    width: 100%;
  }
  .to_detail a, .to_detail span {
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    display: block;
  }
  .btn_cv {
    padding: 0 20px;
  }
  .btn_cv a {
    font-size: 16px;
  }
  .btn_cv a .img-cv {
    left: -20px;
  }
  .global-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .global-header .inner {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .global-header .btn_navopen {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 27px;
    height: 18px;
  }
  .global-header .btn_navopen i {
    position: absolute;
    left: 0;
    display: block;
    width: 27px;
    height: 2px;
    background-color: #3c3c3c;
  }
  .global-header .btn_navopen i:nth-child(1) {
    top: 0;
  }
  .global-header .btn_navopen i:nth-child(2) {
    top: 8px;
  }
  .global-header .btn_navopen i:nth-child(3) {
    top: 16px;
  }
  .global-header h1 {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .global-header h1 a {
    margin: 0 auto;
    width: 172px;
    height: 15px;
    text-indent: -9999px;
    display: block;
  }
  .global-header h1 small {
    font-size: 10px;
  }
  .global-header-link {
    display: none;
  }
  .global-header .sub-menu {
    position: static;
    text-align: center;
  }
  .global-header .to_branchsite {
    float: none;
    font-size: 12px;
    line-height: 30px;
  }
  .global-header .to_branchsite::after {
    display: none;
  }
  .global-header .to_branchsite select.spv {
    appearance: none;
    display: inline-block !important;
    padding: 0 5px;
    width: 140px;
    border: 0;
    background: none;
    text-align: center;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .global-navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    display: none;
    overflow: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .global-navigation .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .global-navigation .btn_navclose {
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
  .global-navigation .btn_navclose i {
    position: absolute;
    top: 9px;
    left: -4px;
    display: block;
    width: 27px;
    height: 2px;
    background-color: #c2c2c2;
  }
  .global-navigation .btn_navclose i:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global-navigation .btn_navclose i:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .global-navigation .inner > ul {
    border-top: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
  }
  .global-navigation ul {
    position: relative;
    display: block;
  }
  .global-navigation ul li {
    border-bottom: solid 1px #c2c2c2;
  }
  .global-navigation ul li:last-child {
    border-bottom: 0;
  }
  .global-navigation ul li a {
    position: static;
    display: block;
    padding: 16px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1em;
  }
  .global-navigation ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .global-navigation ul li a:first-child::before {
    content: "";
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
  }
  .global-navigation ul li a::before {
    content: "⌃" !important;
    position: static;
    display: inline-block;
    margin-right: 10px;
    background: none !important;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .global-navigation ul li a::after {
    content: none;
    position: static;
    display: inline;
    background: none !important;
  }
  .global-navigation ul li a.is_open::before {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .global-navigation ul li ul {
    position: static;
    display: none;
    padding: 0;
  }
  .global-navigation ul li ul::before, .global-navigation ul li ul::after {
    content: none;
  }
  .global-navigation ul li ul a {
    padding-left: 15px;
  }
  .global-navigation ul li .icon-open_new {
    margin-left: 5px;
  }
  .global-navigation ul > li.is_submenu_open ul {
    position: static;
    display: block;
    background: none;
  }
  .global-navigation ul ul li a::before, .global-navigation ul .dlink > a::before {
    content: "◇" !important;
  }
  .global-navigation .nav-cv .btn_tel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px auto;
    width: 165px;
    border: solid 1px #515151;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
  }
  .global-navigation .nav-cv .btn_tel small {
    display: block;
    padding: 10px 0 5px;
    font-size: 9px;
  }
  .global-navigation .nav-cv .btn_tel a {
    color: #fff;
    display: block;
  }
  .global-navigation .nav-cv ul.btn_cv {
    text-align: center;
  }
  .global-navigation .nav-cv ul.btn_cv li {
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 5px 15px;
    width: 165px;
    height: 45px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 13px;
  }
  .global-navigation .nav-cv ul.btn_cv li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 0 40px;
    background: 10px 12px no-repeat #fff;
    background-size: 21px 19px;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.4) inset;
    color: #444;
    display: block;
  }
  .global-navigation .nav-cv ul.btn_cv li a::before {
    display: none;
  }
  .global-navigation .nav-cv ul.btn_cv li:last-child a {
    padding: 10px;
    background-color: #6ea630;
    color: #fff;
  }
  .global-shoplist {
    padding: 0;
    background-color: #4a4a4a;
    color: #fff;
  }
  .global-shoplist .areawrap {
    display: block;
  }
  .global-shoplist .area {
    margin-right: 0;
    margin-bottom: 8px;
    width: auto;
    border-bottom: solid 1px #727272;
  }
  .global-shoplist .area:nth-child(6n) {
    margin-right: 0;
  }
  .global-shoplist .area:nth-child(7) {
    width: auto;
  }
  .global-shoplist .area:last-child {
    margin-bottom: 0;
  }
  .global-shoplist .area .area-inner:not(:last-of-type) {
    margin-bottom: 8px;
    border-bottom: solid 1px #727272;
  }
  .global-shoplist .shops {
    padding: 8px 0 0;
    height: 0;
    opacity: 0;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  .global-shoplist .shops.is_open {
    height: 100%;
    opacity: 1;
  }
  .global-shoplist h2 {
    margin: 0 0 10px;
    padding: 20px 0 10px;
    border-bottom: solid 1px #757575;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 1em;
  }
  .global-shoplist h3 {
    position: relative;
    padding: 10px 0;
    font-weight: normal;
    font-size: 14px;
  }
  .global-shoplist h3::before {
    content: "■";
    margin-right: 0.35em;
  }
  .global-shoplist h3::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    width: 14px;
    height: 14px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global-shoplist h4 {
    font-size: 14px;
  }
  .global-shoplist h4::before {
    content: "▼";
    margin-right: 0.35em;
  }
  .global-shoplist ul {
    margin-bottom: 10px;
  }
  .global-shoplist ul li {
    padding: 5px 0;
    font-size: 12px;
  }
  .global-shoplist ul li a {
    display: block;
    color: #fff;
  }
  .global-shoplist ul li a::before {
    content: ">";
    margin-right: 0.35em;
  }
  .top-shoplist .global-shoplist {
    background-color: #fff !important;
    color: #000 !important;
  }
  .top-shoplist .global-shoplist ul li a {
    color: #000 !important;
  }
  .pageid-guarantee .global-shoplist h2::before {
    content: "アフターサービスに関するお問い合わせは各店舗まで";
    display: block;
    margin-bottom: 0;
    font-size: 10px;
  }
  .global-branchmap {
    margin-bottom: 0;
    padding-top: 0;
    background-color: #4a4a4a;
    color: #fff;
  }
  .global-branchmap h2 {
    margin-bottom: 3px;
    padding-top: 15px;
    padding-left: 100px;
    height: 70px;
    background: 15px top no-repeat url(../img/common/shoplist-map.png);
    background-size: contain;
    text-align: left;
    font-size: 20px;
  }
  .global-branchmap h2 small {
    font-size: 14px;
  }
  .global-branchmap .map {
    display: none;
  }
  .global-footer {
    padding: 30px 0;
    background-color: #fff;
  }
  .global-footer h1 {
    margin-left: 15px;
    padding: 0;
    width: 133px;
    height: 57px;
  }
  .global-footer h1 a {
    background-image: url(../kanto/img/f_logo.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
  }
  .global-footer .footer-menu {
    position: static;
    padding: 0 15px;
    width: auto;
  }
  .global-footer .footer-menu a {
    color: #000;
  }
  .global-footer .footer-menu .to_privacy {
    position: absolute;
    top: -25px;
    right: 15px;
    float: none;
    margin-right: 0;
    padding-right: 0;
    height: 64px;
    border-right: 0;
    font-size: 12px;
    line-height: 64px;
  }
  .global-footer .footer-menu .sns_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global-footer .footer-menu .sns_links p {
    display: inline-block;
    margin-right: auto;
    font-size: 12px;
    line-height: 64px;
  }
  .global-footer .copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 10px;
    font-family: serif;
  }
  .global-footer .btn_pagetop {
    position: fixed;
    right: 5px;
    bottom: 60px;
    z-index: 510;
    margin-left: 0;
    width: 60px;
    height: 60px;
  }
  .global-footer .btn_pagetop a {
    border-radius: 5px;
    background-color: rgba(33, 33, 33, 0.6);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    line-height: 70px;
    cursor: pointer;
    display: block;
  }
  .global-footer-nav {
    background: #333;
  }
  .global-footer-nav-list {
    display: block;
  }
  .global-footer-nav-list-ttl {
    position: relative;
    width: auto;
  }
  .global-footer-nav-list-ttl::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    width: 14px;
    height: 14px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global-footer-nav-list-contents {
    display: none;
    margin-top: 5px;
    width: auto;
  }
  .global-footer-nav-list-contents-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .col2 .global-footer-nav-list-contents-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .col3 .global-footer-nav-list-contents-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .footer-cv {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: rgba(255, 255, 255, 0.6);
  }
  body:has(.kanto-header) .footer-cv {
    display: none;
  }
  .footer-cv ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer-cv ul li {
    margin-bottom: 0;
    width: calc((100% + 5px) / 2 - 5px);
    font-size: 12px;
  }
  .footer-cv ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  /* Slider */
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 11px;
    text-align: center;
  }
  .slick-dots li {
    display: inline-block;
    float: none !important;
    margin: 0 8px !important;
    padding: 0 !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 14px;
    background-color: #a1a1a1;
    text-indent: -9999px;
  }
  .slick-dots li.slick-active {
    background-color: #2d2d2d;
  }
  .event_branch {
    margin-left: 0;
    padding-top: 0;
    text-align: center;
  }
  .event_branch li {
    display: inline-block;
    margin: 0 5px 24px;
    width: 165px;
    height: 48px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
  }
  .event_branch li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 7px -3px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 1px 1px 7px -3px rgba(0, 0, 0, 0.5) inset;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    display: block;
  }
  .event_branch li a small {
    display: block;
    font-weight: normal;
    font-size: 8px;
    line-height: 14px;
  }
  .event_branch li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #000;
  }
  .event_branch li a::after {
    position: absolute;
    right: 5px;
  }
  .event_branch li:nth-of-type(1) {
    background-color: #fbf7ce;
  }
  .event_branch li:nth-of-type(2) {
    background-color: #e3f8fe;
  }
  .event_branch li:nth-of-type(3) {
    background-color: #fbe8d2;
  }
  .event_branch li:nth-of-type(4) {
    background-color: #e4fbd1;
  }
  .event_branch li:nth-of-type(5) {
    background-color: #f1e1eb;
  }
  .event_branch li:nth-of-type(6) {
    background-color: #e6d7f4;
  }
  .page-header {
    margin-bottom: 40px;
    padding-top: 142px;
    height: 300px;
  }
  .page-header h2 {
    padding: 10px 0;
    width: 85vw;
    font-size: 21px;
    line-height: 24px;
  }
  .page-header h2 small {
    font-size: 12px;
    line-height: 16px;
  }
  .pageid-about .page-header {
    background-image: url(../img/pages/mv_img-about.jpg);
  }
  .pageid-message .page-header {
    background-image: url(../img/pages/mv_img-message.jpg);
  }
  .pageid-company .page-header {
    background-image: url(../img/pages/mv_img-company.jpg);
  }
  .pageid-ir .page-header {
    background-image: url(../img/pages/mv_img-ir.jpg);
  }
  .pageid-staff .page-header {
    background-image: url(../img/pages/mv_img-staff.jpg);
  }
  .pageid-reform_mansion .page-header {
    background-image: url(../img/pages/mv_img-reform_mansion.jpg);
  }
  .pageid-reform_house .page-header {
    background-image: url(../img/pages/mv_img-reform_house.jpg);
  }
  .pageid-reform_business .page-header {
    background-image: url(../img/pages/mv_img-reform_business.jpg);
  }
  .pageid-products .page-header {
    background-image: url(../img/pages/mv_img-products.jpg);
  }
  .pageid-eco .page-header {
    background-image: url(../img/pages/mv_img-eco.jpg);
  }
  .pageid-inspection .page-header {
    background-image: url(../img/pages/mv_img-inspection.jpg);
  }
  .pageid-quickmente .page-header {
    background-image: url(../img/pages/mv_img-quickmente.jpg);
  }
  .pageid-guarantee .page-header {
    background-image: url(../img/pages/mv_img-guarantee.jpg);
  }
  .pageid-case_mansion .page-header {
    background-image: url(../img/pages/mv_img-case_mansion.jpg);
  }
  .pageid-case_house .page-header {
    background-image: url(../img/pages/mv_img-case_house.jpg);
  }
  .pageid-case_business .page-header {
    background-image: url(../img/pages/mv_img-case_business.jpg);
  }
  .pageid-case_detail .page-header {
    background-image: url(../img/pages/mv_img-case_detail.jpg);
  }
  .pageid-design .page-header {
    background-image: url(../img/pages/mv_img-design.jpg);
  }
  .pageid-designer .page-header {
    background-image: url(../img/pages/mv_img-designer.jpg);
  }
  .pageid-event .page-header {
    background-image: url(../img/pages/mv_img-event.jpg);
  }
  .pageid-press .page-header {
    background-image: url(../img/pages/mv_img-press.jpg);
  }
  .subpage .page-header {
    margin: 0 auto 40px;
    padding-top: 102px;
    padding-bottom: 18px;
    width: auto;
    height: 220px;
    border-bottom: solid 1px #dfdfdf;
    background: none;
  }
  .heading01 {
    margin: -4px 0 17px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
  }
  .heading01.mod_center {
    margin-bottom: 20px;
    text-align: center;
  }
  .heading01 small {
    display: block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }
  .pageid-ir .heading01, .pageid-company .heading01 {
    padding: 0 4vw;
  }
  .top-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .page-top .top-sp-zitsurei {
    display: block;
  }
  .page-top .top-event-seminar {
    padding: 40px 0;
  }
  .page-top .top-event-seminar .top-event-seminar-img {
    margin-bottom: 32px;
  }
  .page-top .top-event-seminar .heading02 {
    margin-bottom: 24px;
    font-weight: bold;
  }
  .page-top .top-event-seminar .event_branch {
    width: auto;
  }
  .page-top .top-event-seminar .event_branch li {
    display: inline-block;
    margin: 0 1.5% 20px;
    width: 47%;
  }
  .page-top .mv {
    margin-top: 60px;
    height: 300px;
  }
  .page-top .mv .clossfade .item {
    position: relative;
    width: 100%;
    height: 300px;
    background: center no-repeat;
    background-size: cover;
  }
  .page-top .mv .clossfade .item.pt01 {
    background-image: url(../img/top/top-mv01.jpg);
  }
  .page-top .mv .clossfade .item.pt02 {
    background-image: url(../img/top/top-mv02.jpg);
  }
  .page-top .mv .clossfade .item.pt03 {
    background-image: url(../img/top/top-mv03.jpg);
  }
  .page-top .mv .clossfade .item .inner {
    height: 300px;
  }
  .page-top .mv .clossfade .item .to_localnav {
    position: absolute;
    right: 15px;
    bottom: 13px;
    width: 120px;
    height: 24px;
  }
  .page-top .mv .clossfade .item .to_localnav a {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    text-align: center;
    line-height: 24px;
    display: block;
  }
  .page-top .mv .clossfade .slick-dots {
    bottom: 7px;
  }
  .page-top .mv .clossfade .slick-dots li {
    background-color: #000;
  }
  .page-top .mv .clossfade .slick-dots li.slick-active {
    background-color: #fff;
  }
  .page-top .slider-nav {
    display: block;
    overflow: hidden;
    height: auto;
  }
  .page-top .slider-nav::before {
    display: block;
  }
  .page-top .slider-nav .slick-list {
    display: block;
  }
  .page-top .sect_head {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 0;
    background-repeat: no-repeat;
  }
  .page-top .sect_head figure {
    text-align: center;
  }
  .page-top .sect_head figure img {
    width: 100%;
  }
  .page-top .sect_head h2 {
    margin-bottom: 20px;
    height: 40px;
  }
  .page-top .sect_head h2 img {
    height: 40px;
  }
  .page-top .sect_head .description {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    width: auto;
  }
  .page-top .list {
    position: relative;
    z-index: 10;
  }
  .page-top .list li .title {
    display: table;
    width: 100%;
    font-weight: bold;
  }
  .page-top .list li .title em {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
  }
  .page-top .list li .title em small {
    display: block;
  }
  .page-top .list li .text {
    display: block;
    text-align: left;
  }
  .page-top .list li .btn_detail {
    display: block;
    width: 100%;
    height: 32px;
  }
  .page-top .list li .btn_detail a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    display: block;
  }
  .page-top .sect000 {
    padding: 10px 4vw;
  }
  .page-top .sect000 .inner {
    display: block;
  }
  .page-top .sect000 .inner .col-2 {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 380px;
    width: 100%;
    text-align: left;
  }
  .page-top .sect000 .inner .col-2 .image {
    width: 33%;
  }
  .page-top .sect000 .inner .col-2 .image img {
    width: 100%;
    height: auto;
  }
  .page-top .sect000 .inner .col-2:first-child {
    border-right: none;
  }
  .page-top .sect01 {
    padding: 40px 0;
  }
  .page-top .sect01 .sect_head {
    height: auto;
  }
  .page-top .sect01 .sect_head:before {
    content: none;
    position: static;
  }
  .page-top .sect01 .sect_head figure {
    margin-bottom: -10%;
  }
  .page-top .sect01 .list {
    margin-bottom: 40px;
    padding: 0 4vw;
    text-align: center;
  }
  .page-top .sect01 .list li {
    margin-bottom: 8vw;
    width: 44vw;
  }
  .page-top .sect01 .list li em {
    height: 60px;
  }
  .page-top .sect01 .case {
    padding: 40px 0;
  }
  .page-top .sect01 .case .heading01 small {
    display: block;
    font-size: 14px;
  }
  .page-top .sect01 .case .slides {
    margin: 0 auto;
    width: 100%;
  }
  .page-top .sect01 .case .slides .item {
    float: none;
    margin: 0 auto 30px;
    width: 300px;
  }
  .page-top .sect01 .case .slides .item:first-child {
    margin-left: auto;
  }
  .page-top .sect01 .case .slides .item h4 {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  .page-top .sect01 .case .slides .item .slide {
    padding-bottom: 70px;
  }
  .page-top .sect01 .case .slides .item .slide .caption {
    display: block;
    padding: 5px 10px;
    background-color: #444;
    color: #fff;
    font-size: 14px;
  }
  .page-top .sect01 .case .slides .item .slide .caption small {
    display: block;
    margin-top: 5px;
  }
  .page-top .sect01 .case .slides .item .slide .slick-dots {
    bottom: -30px;
  }
  .page-top .sect01 .case .btn_pagenav {
    margin: 0;
    width: 100%;
  }
  .page-top .sect01 .gooddesign {
    padding: 0 15px;
  }
  .page-top .sect01 .gooddesign figure {
    float: none;
    margin-bottom: 15px;
    width: auto;
    text-align: center;
  }
  .page-top .sect01 .gooddesign p {
    float: none;
    width: auto;
  }
  .page-top .sect01 .gooddesign p img {
    float: left;
    margin-right: 20px;
    padding-bottom: 50px;
    width: 40px;
  }
  .page-top .press-recently.top_press {
    padding: 40px 4vw;
  }
  .page-top .press-recently.top_press .logo {
    font-size: 14px;
  }
  .page-top .press-recently.top_press .logo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 260px;
  }
  .page-top .press-recently.top_press .recent_item .image {
    float: left;
    margin: 0 5px 20px;
    width: calc(33.3333333333% - 10px);
  }
  .page-top .press-recently.top_press .recent_item .image img {
    width: 100%;
    height: auto;
  }
  .page-top .press-recently.top_press .recent_item .detail {
    float: none;
    clear: both;
    margin: auto;
    width: 100%;
  }
  .page-top .press-recently.top_press .recent_item .detail .btn_watch a {
    margin: auto;
  }
  .page-top .sect02 {
    padding: 40px 0;
  }
  .page-top .sect02::before {
    width: 100%;
  }
  .page-top .sect02 .sect_head {
    height: auto;
  }
  .page-top .sect02 .sect_head:before {
    content: none;
    position: static;
  }
  .page-top .sect02 .sect_head figure {
    margin-bottom: -20%;
  }
  .page-top .sect02 .list {
    padding: 0 4vw;
    text-align: center;
  }
  .page-top .sect02 .list li {
    margin-bottom: 8vw;
    width: 100%;
  }
  .page-top .sect02 .list li img {
    width: 100%;
  }
  .page-top .sect02 .list li em {
    height: 60px;
  }
  .page-top .sect02 .list li .text {
    height: auto;
  }
  .page-top .sect03 {
    padding: 40px 0;
  }
  .page-top .sect03::before {
    width: 100%;
  }
  .page-top .sect03 .sect_head {
    height: auto;
  }
  .page-top .sect03 .sect_head:before {
    content: none;
    position: static;
  }
  .page-top .sect03 .sect_head figure {
    margin-bottom: 20px;
  }
  .page-top .sect03 .sect_head figure img {
    width: 100%;
    height: auto;
  }
  .page-top .sect03 .list {
    padding: 0 4vw;
    text-align: center;
  }
  .page-top .sect03 .list li {
    margin-bottom: 8vw;
    width: 44vw;
  }
  .page-top .sect03 .list li img {
    width: 100%;
  }
  .page-top .sect03 .list li em {
    height: 65px;
  }
  .page-top .sect04 {
    padding: 40px 0;
  }
  .page-top .sect04 .heading01 img {
    width: 15px;
    vertical-align: 0;
  }
  .page-top .sect04 .heading01 small {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
  .page-top .sect04 .product-list {
    margin-bottom: 20px;
  }
  .page-top .sect04 .to_category ul {
    padding: 0;
    width: auto;
  }
  .page-top .sect04 .to_category ul li {
    float: none;
    margin-bottom: 15px;
    width: auto;
    height: auto;
  }
  .page-top .sect04 .to_category ul li:first-child {
    margin-right: 0;
  }
  .page-top .sect04 .to_category ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px 0 60px;
    height: 56px;
    line-height: 1.4;
  }
  .page-top .sect04 .to_category ul li a::before {
    width: 56px;
    height: 56px;
    color: #fff;
    text-align: center;
  }
  .page-top .sect-riyuu {
    position: relative;
    padding: 40px 0;
  }
  .page-top .sect-riyuu-list-item {
    display: block;
  }
  .page-top .sect-riyuu-list-item:not(:first-child) {
    margin-top: 40px;
  }
  .page-top .sect-riyuu-list-item-no {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .page-top .sect-riyuu-list-item-contents {
    width: auto;
  }
  .page-top .sect-tenpo {
    position: relative;
    padding: 64px 0;
  }
  .page-top .sect-tenpo-contents {
    display: block;
  }
  .page-top .sect-tenpo-contents-list-item {
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .page-top .sect-tenpo-contents-list-item-date {
    margin: 15px 0 15px;
    font-size: 12px;
  }
  .page-top .sect-tenpo-contents-list-item-ttl {
    font-weight: normal;
    font-size: 16px;
  }
  .page-top .sect-tenpo-contents-list-item-ttl a {
    color: inherit;
    text-decoration: none;
  }
  .page-top .sect-tenpo-contents-list-left {
    padding-bottom: 60px;
    width: 100%;
  }
  .page-top .sect-tenpo-contents-list-right {
    width: 100%;
  }
  .page-top .sect-tenpo-contents-list + .sect-tenpo-contents-list-ttl {
    margin-top: 60px;
  }
  .page-top .recomend {
    padding: 40px 0 70px;
    background-color: #f3f3f3;
  }
  .page-top .recomend .content_list {
    margin: 0 auto;
    width: auto;
  }
  .page-top .recomend .content_list .page li {
    float: left;
    width: 220px;
  }
  .page-top .recomend .content_list .page li:first-child {
    margin-left: 0;
  }
  .page-top .recomend .content_list .page li img {
    margin-bottom: 5px;
    width: calc(100% - 30px);
  }
  .page-top .recomend .content_list .page li span {
    display: block;
    margin: 0 15px;
    width: auto;
  }
  .page-top .recomend .content_list .page li .title {
    height: 55px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  .page-top .recomend .content_list .slick-arrow.slick-next {
    right: -10px;
  }
  .page-top .recomend .content_list .slick-arrow.slick-prev {
    left: -25px;
  }
  .page-top .recomend .content_list .slick-dots {
    bottom: -40px;
  }
  .page-top .recomend .page li {
    float: left;
  }
  .page-top .global-branchmap {
    display: none;
  }
  .global-shoplist .area:nth-child(n+7) {
    width: auto;
  }
  .topics {
    padding-bottom: 13px;
  }
  .topics ul {
    padding: 0 15px;
  }
  .topics ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .topics ul li a {
    display: block;
    color: #000;
  }
  .topics ul li a .date {
    display: block;
    width: auto;
  }
  .topics ul li a .body {
    display: block;
    width: auto;
  }
  .top_topics {
    padding: 40px 0;
  }
  .top_topics .btn_topics {
    text-align: center;
  }
  .top_topics .btn_topics a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .event_box {
    padding: 40px 0;
  }
  .event_box .event_global {
    margin: 0 auto 80px;
    width: auto;
  }
  .event_box .event_global .page {
    text-align: center;
  }
  .event_box .event_global li {
    margin-right: 5px;
    padding: 0;
  }
  .event_box .event_global li img {
    width: 100%;
  }
  .event_box .event_global .detail {
    line-height: 1.4;
  }
  .event_box .event_global .detail br {
    display: none;
  }
  .event_box .event_global .detail small {
    font-size: 10px;
    line-height: 1.4;
  }
  .event_box .event_global .slick-arrow.slick-next {
    right: -10px;
  }
  .event_box .event_global .slick-arrow.slick-prev {
    left: -25px;
  }
  .event_box .event_global .slick-dots {
    bottom: -40px;
  }
  .event_box .event_branch {
    margin: 0 auto;
    padding-top: 0;
    width: auto;
    text-align: center;
  }
  .event_box .event_branch li {
    display: inline-block;
    margin: 0 1.5% 20px;
    width: 47%;
  }
  .event_box.mod_nomargin {
    margin-bottom: 0;
  }
  /* about index */
  .about_header {
    padding: 30px 4vw;
  }
  .about_header-ttl {
    text-align: center;
    font-size: 32px;
  }
  .about_header figure {
    float: none;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 220px;
    text-align: center;
  }
  .about_header figure img {
    width: auto;
    height: 100%;
  }
  .about_header p {
    width: auto;
  }
  .our_business {
    padding: 30px 4vw;
  }
  .our_business .heading01 {
    text-align: center;
  }
  .our_business p {
    margin-bottom: 25px;
  }
  .our_business .menu_list .item {
    float: left;
    margin-right: 4vw;
    margin-bottom: 0;
    width: 44vw;
  }
  .our_business .menu_list .item figure {
    float: none;
    margin-right: 0;
  }
  .our_business .menu_list .item figure img {
    width: 100%;
  }
  .our_business .menu_list .item .detail em {
    padding: 10px 0;
    font-size: 16px;
  }
  /* ir company */
  .about-table {
    margin: 0 auto 30px;
  }
  .about-table th {
    width: auto;
  }
  .ir-list {
    margin: -4px 4vw 30px;
  }
  .ir-list li {
    padding: 10px 10px;
    font-size: 14px;
  }
  /* top message */
  .message_section .photo {
    margin-bottom: 15px;
  }
  .message_section .photo img {
    width: 100%;
  }
  .message_section .photo figcaption {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .message_section .photo figcaption small {
    display: block;
    font-size: 10px;
    line-height: 16px;
  }
  .message_section .text h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .message_section .text p {
    font-size: 10px;
    line-height: 16px;
  }
  .message_section.sect01 {
    margin: -40px 0 30px;
    padding: 30px 4vw;
    background-color: #ebebeb;
  }
  .message_section.sect01 .photo {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
  }
  .message_section.sect01 .text {
    float: none;
    width: auto;
  }
  .message_section.sect02 {
    margin-bottom: 30px;
    padding: 0 4vw;
  }
  .message_section.sect02 .photo {
    width: auto;
  }
  .message_section.sect02 .text {
    width: auto;
  }
  .message_section.sect02 .inner {
    margin-bottom: 30px;
  }
  .message_section.sect02 .inner.float_left .photo {
    float: none;
    margin-right: 0;
  }
  .message_section.sect02 .inner.float_left .text {
    float: none;
  }
  .message_section.sect02 .inner.float_right .photo {
    float: none;
    margin-left: 0;
  }
  .message_section.sect02 .inner.float_right .text {
    float: none;
    padding-top: 0;
  }
  /* staff */
  .staff_box .staff_header {
    text-align: center;
  }
  .staff_box .staff_header .inner {
    padding: 30px 0;
  }
  .staff_box .staff_header .photo {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .staff_box .staff_header h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .staff_box .staff_header h4 {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    line-height: 1;
  }
  .staff_box .staff_header .position {
    font-size: 12px;
  }
  .staff_box .staff_header .detail {
    font-size: 14px;
  }
  .staff_box .staff_body {
    padding: 30px 4vw 50px;
  }
  .staff_box .staff_body .inner {
    margin-bottom: 15px;
  }
  .staff_box .staff_body .inner .photo {
    margin-bottom: 15px;
    width: auto;
    text-align: center;
  }
  .staff_box .staff_body .inner .text {
    width: auto;
    font-size: 14px;
  }
  .staff_box .staff_body .inner .text em {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
  .staff_box .staff_body .inner .text em:first-child {
    margin-top: 0;
  }
  .staff_box .staff_body .inner.mod_image_left .photo {
    float: none;
  }
  .staff_box .staff_body .inner.mod_image_left .text {
    float: none;
  }
  .staff_box .staff_body .inner.mod_image_left.alt .photo {
    width: auto;
  }
  .staff_box .staff_body .inner.mod_image_left.alt .text {
    width: auto;
  }
  .staff_box .staff_body .inner.mod_image_right .photo {
    float: none;
  }
  .staff_box .staff_body .inner.mod_image_right .text {
    float: none;
  }
  .staff_box .staff_body .inner.mod_noimage .text {
    width: auto;
  }
  .product-nav {
    margin-bottom: 20px;
  }
  .product-nav ul {
    margin-bottom: 20px;
    padding: 0;
  }
  .product-nav ul li {
    margin-right: 0;
    width: 46vw;
  }
  .product-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 48px;
    font-size: 12px;
    line-height: 1.4;
  }
  .product-nav p {
    font-size: 14px;
  }
  .product-list {
    margin: 0 0 20px;
  }
  .product-list .item {
    margin-bottom: 8vw;
    width: 48%;
  }
  .product-list .item::after {
    width: 48%;
  }
  .product-list .item figure {
    margin-bottom: 10px;
  }
  .product-list .item figure img {
    width: 100%;
  }
  .product-list .item h3 {
    margin-bottom: 10px;
  }
  .product-list .item h3 i {
    position: absolute;
    top: -45px;
    left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    font-size: 10px;
  }
  .product-list .item h3 .title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
  }
  .product-list .item h3 .title small {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1.4;
  }
  .product-list .item.cat-product h3 {
    padding-left: 0;
  }
  .product-list .item.cat-suggest h3 {
    padding-left: 0;
  }
  .product-list .item.cat-kodate h3 {
    padding-left: 0;
  }
  .product-list .item.cat-mansion h3 {
    padding-left: 0;
  }
  .renovate_box {
    padding: 40px 0;
  }
  .renovate-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4vw;
  }
  .renovate-list li {
    margin-right: 0;
    margin-bottom: 4vw;
    width: 48%;
  }
  .renovate-list li:nth-child(3n) {
    margin-right: 0;
  }
  .renovate-list li:nth-child(2n) {
    margin-right: 0;
  }
  .renovate-list li a {
    color: #000;
    text-decoration: none;
  }
  .renovate-list li img {
    margin-bottom: 5px;
    width: 100%;
  }
  .renovate-list li .detail {
    display: block;
    margin-bottom: 10px;
    height: auto;
    font-size: 10px;
    line-height: 16px;
  }
  .renovate-list li .detail em {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .business_inquire {
    padding: 30px 0;
  }
  .business_inquire h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .business_inquire .info {
    margin: 0 4vw;
    padding: 15px;
    width: auto;
    border: 1px solid #fff;
  }
  .business_inquire .info h4 {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 20px;
  }
  .business_inquire .info .department {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
  }
  .business_inquire .info .address {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .business_inquire .info .tel {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1;
  }
  .business_inquire .info .hours {
    font-size: 10px;
  }
  .business_inquire .info.mod_col2 {
    width: 440px;
  }
  .business_inquire .info-outer {
    display: inline-block;
    width: 440px;
  }
  .business_inquire .info-outer:nth-of-type(1) {
    margin-right: 110px;
  }
  .product_box {
    padding: 40px 0;
    border-top: solid 1px #f2f2f2;
  }
  .designer_box {
    padding: 40px 0;
    border-top: solid 1px #f2f2f2;
  }
  .header-eyecatch {
    margin: -40px 0 30px;
    padding: 30px 4vw;
  }
  .header-eyecatch h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .header-eyecatch p {
    font-size: 10px;
    line-height: 16px;
  }
  .sub_copy {
    margin-top: -30px;
    padding: 30px 4vw;
  }
  .sub_copy h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .sub_copy p {
    font-size: 10px;
    line-height: 16px;
  }
  .inspection_head {
    padding: 30px 4vw 30px;
  }
  .inspection_head h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .inspection_head p {
    font-size: 10px;
    line-height: 16px;
  }
  .inspection_list {
    margin-bottom: 30px;
    padding: 20px 4vw;
  }
  .inspection_list .item {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: 0;
    width: auto;
  }
  .inspection_list .item h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .inspection_list .item p {
    font-size: 10px;
    line-height: 16px;
  }
  .inspection_list .item p small {
    padding-top: 10px;
    font-size: 9px;
    line-height: 12px;
  }
  /* eco */
  .eco_item {
    margin-bottom: 55px;
    padding: 0 4vw;
    text-align: center;
  }
  .eco_item h4 {
    font-size: 10px;
    line-height: 16px;
  }
  .eco_item figure img {
    width: 100%;
  }
  .eco_item small {
    font-size: 12px;
  }
  /* guarantee */
  .guarantee_content {
    padding: 0 4vw;
  }
  .guarantee_content .inner {
    margin-bottom: 60px;
  }
  .guarantee_content-ttl-txt {
    font-size: 22px;
  }
  .guarantee_content-ttl-img {
    margin-left: auto;
  }
  .guarantee_content-ttl-img img {
    width: 80px;
    height: auto;
  }
  .guarantee_content-dl {
    display: block;
  }
  .guarantee_content-dl-ttl {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .guarantee_content-table {
    margin: 0 0 50px;
  }
  .guarantee_content-table img {
    width: 100%;
    height: auto;
  }
  /* quickmente */
  .quickmente-header {
    padding: 0 4vw 30px;
  }
  .quickmente-header dt {
    margin-bottom: 20px;
  }
  .quickmente-header dt img {
    width: 100%;
  }
  .quickmente-header dd {
    font-size: 14px;
  }
  .quickmente-flow {
    margin-bottom: 40px;
    padding: 30px 4vw 0;
    background: #f3f3f3;
    text-align: center;
  }
  .quickmente-flow .flow-ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
  }
  .quickmente-flow dd {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .quickmente-flow dd img {
    width: 100%;
  }
  .quickmente-flow .use-ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
  }
  .quickmente-read {
    margin-bottom: 30px;
    padding: 0 4vw;
    font-size: 14px;
  }
  .quickmente-list {
    padding: 0 4vw;
  }
  .quickmente-list .item {
    margin-bottom: 4vw;
    width: 44vw;
  }
  .quickmente-list .item .cat {
    margin-bottom: 1px;
    padding: 5px 5px 5px 38px;
    border: 1px solid #d2d2d2;
    background: url(../img/quickmente/quickmente-icon01.png) no-repeat 5px center;
    font-size: 11px;
  }
  .quickmente-list .item .photo {
    margin-bottom: 5px;
  }
  .quickmente-list .item .photo img {
    width: 100%;
    height: auto;
  }
  .quickmente-list .item h3 {
    height: auto;
    font-weight: bold;
    font-size: 16px;
  }
  .quickmente-list .item h3 small {
    display: block;
    font-weight: normal;
    font-size: 14px;
  }
  .quickmente-list .item h3 small br {
    display: none;
  }
  .quickmente-list .item .price {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .quickmente-list .item .price small {
    font-size: 12px;
  }
  .quickmente-list .item .detail {
    font-size: 14px;
  }
  .quickmente-footer {
    padding: 30px 4vw 0;
  }
  .quickmente-footer h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
  }
  .quickmente-footer .left-contents {
    float: none;
    width: auto;
  }
  .quickmente-footer .left-contents .photo {
    margin-bottom: 20px;
    width: 44vw;
  }
  .quickmente-footer .left-contents .photo img {
    width: 100%;
  }
  .quickmente-footer .left-contents .photo .cap {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
  }
  .quickmente-footer .right-contents {
    float: none;
    width: auto;
  }
  .quickmente-footer .quickmente-footer-list dt {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .quickmente-footer .quickmente-footer-list dd {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .quickmente-footer .quickmente-footer-list dd sup {
    position: relative;
    top: -0.1em;
    vertical-align: top;
    font-size: 75.5%;
  }
  .quickmente-contact {
    padding: 30px 0;
  }
  .quickmente-contact h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }
  .quickmente-contact .quickmente-contact-contents {
    margin: 0 4vw;
    padding: 15px;
    width: auto;
    border: 1px solid #fff;
  }
  .quickmente-contact .quickmente-contact-contents h4 {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 20px;
  }
  .quickmente-contact .quickmente-contact-contents .address {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .quickmente-contact .quickmente-contact-contents .tel {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1;
  }
  .quickmente-contact .quickmente-contact-contents .hours {
    font-size: 10px;
  }
  /* menu reform top */
  .pageid-reform_house .product-list .item, .pageid-reform_house .designer-list .item, .pageid-reform_mansion .product-list .item, .pageid-reform_mansion .designer-list .item, .pageid-reform_business .product-list .item, .pageid-reform_business .designer-list .item {
    display: none;
  }
  .pageid-reform_house .product-list .item:nth-child(1), .pageid-reform_house .product-list .item:nth-child(2), .pageid-reform_house .designer-list .item:nth-child(1), .pageid-reform_house .designer-list .item:nth-child(2), .pageid-reform_mansion .product-list .item:nth-child(1), .pageid-reform_mansion .product-list .item:nth-child(2), .pageid-reform_mansion .designer-list .item:nth-child(1), .pageid-reform_mansion .designer-list .item:nth-child(2), .pageid-reform_business .product-list .item:nth-child(1), .pageid-reform_business .product-list .item:nth-child(2), .pageid-reform_business .designer-list .item:nth-child(1), .pageid-reform_business .designer-list .item:nth-child(2) {
    display: block;
  }
  .common-contact {
    padding: 40px 0;
    color: #fff;
    text-align: center;
  }
  .common-contact .common-contact-flex {
    display: block;
  }
  .common-contact .common-contact-contents {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    width: calc(100% - 8vw);
  }
  .common-contact .common-contact-contents h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .common-contact .common-contact-contents .common-contact-contents-btn {
    margin-top: 0;
    width: auto;
    font-size: 14px;
  }
  .common-contact .common-contact-contents .common-contact-contents-tel {
    font-size: 25px;
  }
  .common-contact .common-contact-contents .common-contact-contents-hour {
    font-size: 10px;
  }
  .case-subcategory {
    padding: 0 0 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
  }
  .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .case-list .item {
    float: none;
    margin-right: 0;
    margin-bottom: 4vw;
    width: 48%;
    height: 44vw;
  }
  .case-list .item:nth-child(3n) {
    margin-right: 0;
  }
  .case-list .item a {
    color: #fff;
  }
  .case-list .item a .photo {
    width: 100%;
    height: auto;
  }
  .case-list .item a .photo img {
    width: 100%;
    height: auto;
  }
  .case-list .item a .detail {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 50px;
    background-color: #3c3c3c;
    font-size: 9px;
    line-height: 14px;
  }
  .case-list .item a .detail small {
    display: block;
    margin-top: 2px;
  }
  .case-list.is_slide {
    margin: 0 auto;
    padding: 0;
    width: 60vw;
  }
  .case-list.is_slide .item {
    margin-right: 0 !important;
    width: 60vw;
    height: 60vw;
  }
  .case-list.is_slide .item .detail {
    height: 58px;
  }
  .list_pages {
    margin-bottom: 70px;
  }
  .case_search {
    padding: 40px 0;
    border-top: solid 1px #e5e5e5;
  }
  .case_search .heading01 {
    padding: 0 4vw;
    text-indent: 0;
  }
  .case_search .heading01 small {
    font-size: 14px;
    line-height: 1.6;
  }
  .case_search .categories {
    margin-bottom: 40px;
  }
  .case_search .category {
    float: none;
    margin: 0 0 30px;
    padding: 0 4vw;
    width: auto;
    text-align: center;
  }
  .case_search .category:first-child {
    margin-left: 0;
  }
  .case_search .category figure {
    margin-bottom: 10px;
  }
  .case_search .category h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
  }
  .case_search .category .sub_categories li {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .case_search .category .sub_categories li a {
    color: #000;
    text-decoration: underline;
  }
  .case_search .category .sub_categories li a:hover {
    text-decoration: none;
  }
  .case-detail {
    padding-bottom: 40px;
  }
  .case-detail .case-title {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 20px;
  }
  .case-detail .case-title .data {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #c5c5c5;
    font-size: 14px;
  }
  .case-detail .photo_main {
    margin-bottom: 55px;
    padding: 0 20px;
  }
  .case-detail .photo_main figure {
    margin-bottom: 35px;
    padding-top: 67%;
    height: auto;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .case-detail .photo_main p {
    font-size: 14px;
  }
  .case-detail .reform_data {
    padding: 0 4vw;
  }
  .case-detail .reform_data h4 {
    padding: 60px 0 40px;
    border-top: solid 1px #c5c5c5;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  .case-detail .reform_data table {
    margin: 0 auto 60px;
    width: 100%;
    table-layout: fixed;
  }
  .case-detail .reform_data table th, .case-detail .reform_data table td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 15px;
    border: solid 1px #c5c5c5;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }
  .case-detail .reform_data table th {
    margin-bottom: -1px;
    width: auto;
    background-color: #6fb221;
    color: #fff;
    font-weight: normal;
  }
  .case-detail .photo_slide {
    padding-bottom: 90px;
  }
  .case-detail .photo_slide .outer {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .case-detail .photo_slide .outer .slide li {
    position: relative;
    padding: 0 1px;
    width: 60vw;
  }
  .case-detail .photo_slide .outer .slide li img {
    width: 100%;
  }
  .case-detail .photo_slide .outer .slide li small {
    position: static;
    bottom: 0;
    left: auto;
    display: block;
    min-height: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
  }
  .design_concept {
    padding: 0 4vw 10px;
    text-align: center;
  }
  .design_concept dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .design_concept dt img {
    width: 245px;
  }
  .design_concept dd {
    font-size: 14px;
  }
  .designer-list {
    padding: 0 4vw;
  }
  .designer-list .item {
    margin-bottom: 8vw;
    padding-bottom: 30%;
    width: 44vw;
  }
  .designer-list .item .photo {
    margin-bottom: 5px;
  }
  .designer-list .item .photo img {
    width: 100%;
  }
  .designer-list .item h3 {
    font-weight: bold;
    font-size: 16px;
  }
  .designer-list .item h3 small {
    display: block;
    font-size: 10px;
  }
  .designer-list .item .detail {
    font-size: 14px;
  }
  .designer-list .item .img img {
    float: left;
    width: calc(50% - 1px);
  }
  .designer-list .item .img img:first-child {
    margin-right: 2px;
  }
  .designer-detail {
    padding: 0 4vw;
  }
  .designer-detail .profile {
    margin-bottom: 25px;
  }
  .designer-detail .profile .photo {
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  .designer-detail .profile .photo img {
    width: 100%;
  }
  .designer-detail .profile .data {
    float: none;
    width: auto;
  }
  .designer-detail .profile .data h3 {
    margin: 0 0 15px;
    padding: 0 0 17px;
    border-bottom: solid 1px #c5c5c5;
    font-weight: normal;
    font-size: 24px;
    line-height: 25px;
  }
  .designer-detail .profile .data h3 small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 21px;
  }
  .designer-detail .profile dl dt {
    font-size: 16px;
    line-height: 1.4;
  }
  .designer-detail .profile dl dt::before {
    content: "■";
  }
  .designer-detail .profile dl dd {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .designer-detail .case {
    margin-bottom: 60px;
  }
  .designer-detail .case ul {
    margin-bottom: 55px;
  }
  .designer-detail .case ul li {
    float: none;
    margin-bottom: 4vw;
    width: auto;
  }
  .designer-detail .case ul li:first-child {
    margin-right: 0;
  }
  .designer-detail .case ul li a {
    color: #000;
    font-size: 14px;
  }
  .designer-detail .case ul li img {
    margin-bottom: 3px;
    width: 100%;
  }
  .event_list + .event_list {
    margin-top: 20px;
  }
  .event_list > .heading01 {
    margin-bottom: 40px;
  }
  .event_list ul::before {
    content: none;
  }
  .event_list ul::after {
    content: none;
  }
  .event_list ul li {
    margin-bottom: 8vw;
    width: 44vw;
    height: auto;
  }
  .event_list ul li a img {
    width: 100%;
  }
  .event_list ul li .detail {
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
  .event_list ul li .detail small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
  .event_table .table_include iframe {
    width: 100%;
  }
  .event_col3 .list {
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .event_col3 .list li {
    display: inline-block;
    float: none;
    margin: 0 8px 10px;
    min-height: 240px;
    width: 165px;
    height: auto;
  }
  .event_col3 .list li:first-child {
    margin: 0 8px !important;
  }
  .event_col3 .list li img {
    width: 100%;
  }
  .event_col3 .list li .title {
    display: table;
    width: 100%;
    font-weight: bold;
  }
  .event_col3 .list li .title em {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
  .event_col3 .list li .title em small {
    display: block;
    font-size: 9px;
  }
  .event_col3 .list li .text {
    display: block;
    margin-bottom: 15px;
    min-height: 55px;
    height: auto;
    text-align: left;
  }
  .event_col3 .list li .btn_detail {
    display: block;
    width: 100%;
    height: 32px;
  }
  .event_col3 .list li .btn_detail a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    display: block;
  }
  .event_col3 .catch {
    font-size: 15px;
    line-height: 24px;
  }
  .press-recently {
    margin-bottom: 30px;
    padding: 0 4vw 30px;
  }
  .press-recently .logo {
    float: none;
    margin-bottom: 15px;
    width: auto;
  }
  .press-recently .logo img {
    width: 100%;
  }
  .press-recently .recent_item {
    float: none;
    width: auto;
  }
  .press-recently .recent_item .image {
    float: left;
    width: 14.8vw;
  }
  .press-recently .recent_item .detail {
    float: right;
    width: 60vw;
  }
  .press-recently .recent_item .detail h4 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .press-recently .recent_item .detail .text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .archive_list {
    margin-bottom: 30px;
    padding: 0 4vw;
  }
  .archive_list ul li {
    width: 22.5vw;
    height: 27px;
  }
  .archive_list ul li a {
    text-align: center;
    font-size: 12px;
    line-height: 27px;
  }
  .yearly_archive .heading01 {
    text-align: center;
  }
  .backnumber_list {
    padding: 0 4vw;
  }
  .backnumber_list ul li {
    float: left;
    margin-right: 4vw;
    margin-bottom: 20px;
    width: 44vw;
  }
  .backnumber_list ul li:nth-child(5n) {
    margin-right: 4vw;
  }
  .backnumber_list ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .backnumber_list ul li img {
    display: block;
    margin: 0 auto 5px;
    width: 82px;
  }
  .backnumber_list ul li img img {
    width: 100%;
  }
  .backnumber_list ul li small {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
  .backnumber_list ul li .btn_watch {
    display: block;
    width: 100%;
    height: 27px;
  }
  .backnumber_list ul li .btn_watch a {
    font-size: 12px;
    line-height: 27px;
  }
  .pageid-privacy .page-header {
    padding-top: 90px !important;
    height: 140px;
  }
  .pageid-privacy .textM {
    margin-bottom: 15px;
  }
  .pageid-privacy .page-body {
    padding: 0 4vw;
    font-size: 10px;
    line-height: 16px;
  }
  .pageid-privacy .page-body ol > li {
    margin-bottom: 20px;
    list-style-position: inside;
    font-size: 16px;
  }
  .pageid-privacy .page-body ol > li b {
    display: inline-block;
    margin-bottom: 5px;
  }
  .pageid-privacy .page-body ol > li p {
    font-size: 10px;
  }
  .pageid-privacy .page-body ol > li li {
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 10px;
  }
  .calendar_box.mod_montly .calendar_item iframe {
    width: 100%;
  }
  .pcv {
    display: none !important;
  }
  .spv {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  /* for width 320px */
}
@media screen and (min-width: 768px) {
  .jitsurei .btn_cv {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei .btn_cv {
    margin-bottom: 32px;
  }
}
.jitsurei-header {
  background-image: url(../img/jisturei/main@2x.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jitsurei-header .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .jitsurei-header .inner {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-header .inner {
    height: 300px;
  }
}
.jitsurei-header-ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .jitsurei-header-ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-header-ttl {
    font-weight: bold;
    font-size: 24px;
  }
}
.jitsurei-contents {
  padding: 40px 0 0;
  background-color: #fff;
  line-height: 1.7;
}
.jitsurei-contents-lead {
  text-align: center;
  font-size: 18px;
}
.jitsurei-contents-sec-ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-ttl {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-ttl {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 20px;
  }
}
.jitsurei-contents-sec-ttl a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}
.jitsurei-contents-sec-ttl a::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jitsurei-contents-sec-lead {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-01 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-01 {
    padding: 40px 0 0;
  }
}
.jitsurei-contents-sec-02 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-02 {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-02 {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-02-contents {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-02-contents {
    padding: 40px 0 0;
  }
}
.jitsurei-contents-sec-02-contents-town {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-02-contents-town-item {
    padding-bottom: 40px;
    width: 474px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-02-contents-town-item {
    width: 100%;
  }
  .jitsurei-contents-sec-02-contents-town-item + .jitsurei-contents-sec-02-contents-town-item {
    margin-top: 40px;
  }
}
.jitsurei-contents-sec-list-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col3 {
    gap: 32px 8px;
  }
}
.jitsurei-cat-contents-lead + .jitsurei-contents-sec-list-col3 {
  margin-top: 40px;
}
.jitsurei-contents-sec-list-col3-item {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-list-col3-item {
    width: calc((100% + 50px) / 3 - 50px);
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col3-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.jitsurei-contents-sec-list-col3-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #888;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-list-col3-item-flex {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col3-item-flex {
    font-size: 12px;
  }
}
.jitsurei-contents-sec-list-col3-item-table {
  margin: 10px 0;
  color: #888;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-list-col3-item-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col3-item-table {
    font-size: 12px;
  }
}
.jitsurei-contents-sec-list-col3-item-table th {
  padding-right: 10px;
  white-space: nowrap;
}
.jitsurei-contents-sec-list-col3-item-table td span {
  display: inline-block;
}
.jitsurei-contents-sec-list-col3-item-table td span + span::before {
  content: " / ";
}
.jitsurei-contents-sec-list-col3-item a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.jitsurei-contents-sec-02-contents .jitsurei-contents-sec-list-col3-item a {
  padding-bottom: 0;
}
.jitsurei-contents-sec-list-col3-item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.jitsurei-contents-sec-list-col3-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-list-col3-item-img {
    height: 200px;
  }
  .jitsurei-contents-sec-list-col3-item-img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col3-item-img img {
    width: 100%;
    height: auto;
  }
}
.jitsurei-contents-sec-list-col3-item-cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-list-col3-item-ttl {
    font-weight: normal;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col3-item-ttl {
    font-weight: bold;
    font-size: 14px;
  }
}
.jitsurei-contents-sec-02-contents .jitsurei-contents-sec-list-col3-item-ttl {
  padding-bottom: 0;
}
.jitsurei-contents-sec-list-col3-item-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.jitsurei-contents-sec-list-col3-item-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  height: 32px;
  background: #007199;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.jitsurei-contents-sec-list-col3-item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jitsurei-contents-sec-list-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col4 {
    gap: 24px 8px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-list-col4-item {
    width: calc((100% + 40px) / 4 - 40px);
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col4-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.jitsurei-contents-sec-list-col4-item a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.jitsurei-contents-sec-list-col4-item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.jitsurei-contents-sec-list-col4-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.jitsurei-contents-sec-list-col4-item-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .jitsurei-contents-sec-list-col4-item-ttl {
    font-weight: normal;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-col4-item-ttl {
    font-weight: bold;
    font-size: 14px;
  }
}
.jitsurei-contents-sec-list-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 60px;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .jitsurei-contents-sec-list-txt {
    gap: 20px 30px;
  }
}
.jitsurei-contents-sec-02-contents-town .jitsurei-contents-sec-list-txt {
  gap: 20px 30px;
}
.jitsurei-contents-sec-list-txt-item a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #01719a;
  text-decoration: underline;
  font-weight: bold;
}
.jitsurei-contents-sec-list-txt-item a::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #01719a;
  border-bottom: 1px solid #01719a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jitsurei-contents-sec-02-contents-town .jitsurei-contents-sec-list-txt-item a::after {
  margin-left: 10px;
}
.jitsurei-contact {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-contact {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contact {
    padding: 30px 0 30px;
  }
}
.jitsurei-contact-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .jitsurei-contact-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contact-ttl {
    font-weight: bold;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-contact-txt {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contact-txt {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
  }
}
.jitsurei-contact-cv {
  margin-bottom: 40px;
}
.jitsurei-contact-cv-ttl {
  margin-bottom: 20px;
  font-weight: bold;
}
.jitsurei-contact-cv-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background-color: #eb8218;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .jitsurei-contact-cv-btn {
    width: 500px;
    height: 80px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contact-cv-btn {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
}
.jitsurei-contact-cv-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jitsurei-contact-cv-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.jitsurei-contact-tel-ttl {
  margin-bottom: 20px;
  font-weight: bold;
}
.jitsurei-contact-tel-span {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .jitsurei-contact-tel-span {
    font-weight: bold;
    font-size: 28px;
  }
}
.jitsurei-contact-tel-span:last-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .jitsurei-contact-tel-span span {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-contact-tel-span span {
    display: block;
  }
}
.jitsurei-contact-tel-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.jitsurei-contact-tel-num::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 16px;
  height: 24px;
  background-image: url(../img/jisturei/icon-tel.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.jitsurei-contact-tel-cap {
  margin-top: 10px;
}
.jitsurei-cv {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-cv {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cv {
    padding: 40px 0;
  }
}
.jitsurei-cv-ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.jitsurei-cv-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background-color: #01719a;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .jitsurei-cv-btn {
    width: 360px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cv-btn {
    width: 100%;
    height: 60px;
    font-size: 16px;
  }
}
.jitsurei-cv-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jitsurei-cv-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.jitsurei-osusume {
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-osusume {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-osusume .sect04 {
    padding: 40px 0 0;
  }
}
.jitsurei-osusume .product-list {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .jitsurei-osusume .product-list .item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-osusume .product-list .item {
    margin-bottom: 30px;
  }
}
.jitsurei-modelroom {
  background: #f8f8f8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-modelroom {
    padding: 80px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-modelroom {
    padding: 40px 0 20px;
  }
}
.jitsurei-cat-header {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-cat-header {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-header {
    padding-top: 80px;
  }
}
.jitsurei-cat-header-ttl {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-header-ttl {
    font-weight: bold;
  }
}
.jitsurei-cat-contents {
  background-color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .jitsurei-cat-contents {
    padding: 40px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-contents {
    padding: 20px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-cat-contents-list {
    margin: 80px auto 0;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-contents-list {
    margin-top: 30px;
  }
}
.jitsurei-cat-contents-list-ttl {
  color: #01719a;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .jitsurei-cat-contents-list-ttl {
    margin-bottom: 20px;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-contents-list-ttl {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.jitsurei-cat-contents-lead + .jitsurei-cat-contents-list-ttl {
  margin-top: 40px;
}
.jitsurei-cat-contents-list-list-item {
  padding-bottom: 20px;
}
.jitsurei-cat-contents-list-list-item a {
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.jitsurei-cat-contents-list-list-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .jitsurei-cat-contents-list-list-item-img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-contents-list-list-item-img {
    margin-bottom: 20px;
  }
}
.jitsurei-cat-contents-list-list-item-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .jitsurei-cat-contents-list-list-item-ttl {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-contents-list-list-item-ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-cat-contents-list-list-item-txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-cat-contents-list-list-item-txt {
    margin-bottom: 20px;
  }
}
.jitsurei-cat-contents-list-list-item-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 300px;
  height: 32px;
  background: #007199;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
}
.jitsurei-cat-contents-list-list-item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jitsurei-detail-contents {
  background-color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents {
    padding-top: 20px;
  }
}
.jitsurei-detail-contents-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-ttl {
    font-weight: normal;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-ttl {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
  }
}
.jitsurei-detail-contents-owner {
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-img {
    margin-bottom: 20px;
  }
}
.jitsurei-detail-contents-img img {
  width: 100%;
  height: auto;
}
.jitsurei-detail-contents-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-table {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-table {
    display: block;
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-table tr {
    display: block;
  }
}
.jitsurei-detail-contents-table th {
  padding: 10px;
  background-color: #888;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-table th {
    width: 137px;
    height: 66px;
    border: 1px solid #ddd;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-table th {
    display: block;
    text-align: left;
  }
}
.jitsurei-detail-contents-table td {
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-table td {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-table td {
    display: block;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-table td:nth-of-type(1) {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-body {
    margin: auto;
    padding-bottom: 150px;
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-body {
    margin: auto;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-body-item + .jitsurei-detail-contents-body-item {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-body-item + .jitsurei-detail-contents-body-item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-detail-contents-body-item-img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-detail-contents-body-item-img {
    margin-bottom: 20px;
  }
}
.jitsurei-detail-contents-body-item-img img {
  width: 100%;
  height: auto;
}
.jitsurei-related {
  background-color: #fcfcfc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jitsurei-related {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-related {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .jitsurei-related-ttl {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .jitsurei-related-ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
  }
}

.globalFooterSection {
  padding: 40px 0;
  background: #4a4a4a;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .globalFooterSection {
    padding: 20px 0;
    background: #333;
  }
}
.globalFooterSection-wrap {
  background: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .globalFooterSection-wrap {
    background: #333;
  }
}
html:has(.kanto-header) .globalFooterSection-wrap {
  background: #333;
}
html:has(.kanto-header) .globalFooterSection {
  background: #333;
}
.globalFooterSection-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .globalFooterSection-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.globalFooterSection-flex .globalFooterSection {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.globalShoplist-ttl {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: solid 1px #757575;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .globalShoplist-ttl {
    margin: 0;
    padding: 0 0 10px;
    border: none;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
  }
}
.globalShoplist-ttl:has(.globalShoplist-ttl-link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
}
@media screen and (max-width: 767px) {
  .globalShoplist-ttl:has(.globalShoplist-ttl-link) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.globalShoplist-ttl:has(.globalShoplist-ttl-link)::after {
  content: ">";
}
.globalShoplist-ttl-link {
  color: inherit;
}
.globalShoplist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .globalShoplist-list {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .globalShoplist-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.globalShoplist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% + 20px) / 2 - 20px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .globalShoplist-item {
    padding: 20px 0;
    width: 100%;
    border-top: solid 1px #727272;
    font-weight: normal;
    font-size: 14px;
  }
}
.globalShoplist-item.col-1 {
  width: 100%;
}
.globalShoplist-item::before {
  content: "";
  display: block;
  margin-right: 0.35em;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
}
.globalShoplist-item-link {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .globalShoplist-item-link {
    display: block;
    width: 100%;
  }
}