*, :after, :before {
  box-sizing: border-box
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, picture, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

main {
  display: block
}

body {
  line-height: 1;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background: #fff;
  font-size: 16px
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

a {
  color: #333;
  border: none;
  transition: 0.25s ease-in-out;
}

a, a:visited {
  text-decoration: none
}

a, a:focus{
  outline: none;
}

a:active {
  text-decoration: none
}

:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.f-round {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.f-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.acms-container {
  max-width: 1000px;
  /* padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left)) */
}

.acms-container .acms-container {
  padding: 0
}

.narrow-container {
  max-width: 960px;
  margin: 0 auto;
  /* padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left)) */
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }
  20% {
    display: block;
    opacity: 0
  }
  to {
    display: block;
    opacity: 1
  }
}

.banner {
  margin: 0;
  padding: 0;
  list-style: none
}

.banner a {
  display: block;
  transition: opacity .25s ease-out
}

.banner a:hover {
  opacity: .65
}

.banner-list-item {
  margin: 0 0 20px
}

.btn {
  background: #999;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px
}

.btn:hover, .btn:visited {
  color: #fff;
  text-decoration: none
}

.btn:active, .btn:focus {
  color: #fff;
}

.btn:hover {
  color: #fff;
  background-color: #999;
  background-image: linear-gradient(180deg, #c1c1c1, #999)
}

.btn:active, .btn:focus {
  background: #878787
}

.btn-attention {
  background: #EAA833;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px
}

.btn-attention:hover, .btn-attention:visited {
  color: #fff;
  text-decoration: none
}

.btn-attention:active, .btn-attention:focus {
  color: #fff;
}

.btn-attention:hover {
  color: #fff;
  background-color: #EAA833;
  background-image: linear-gradient(180deg, #fdd87d, #EAA833)
}

.btn-attention:active, .btn-attention:focus {
  background: #eda800
}

.btn-large {
  background: #999;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color .25s linear
}

.btn-large:hover, .btn-large:visited {
  color: #fff;
  text-decoration: none
}

.btn-large:active, .btn-large:focus {
  color: #fff;
}

.btn-large:hover {
  background: #777
}

.btn-large:active, .btn-large:focus {
  background: #878787
}

.btn-attention-large {
  background: #EAA833;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color .25s linear
}

.btn-attention-large:hover, .btn-attention-large:visited {
  color: #fff;
  text-decoration: none
}

.btn-attention-large:active, .btn-attention-large:focus {
  color: #fff;
}

.btn-attention-large:hover {
  background: #E08B27
}

.btn-attention-large:active, .btn-attention-large:focus {
  background: #eda800
}

.btn-block-large {
  width: 100%;
  background: #999;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color .25s linear
}

.btn-block-large:hover, .btn-block-large:visited {
  color: #fff;
  text-decoration: none
}

.btn-block-large:active, .btn-block-large:focus {
  color: #fff;
}

.btn-block-large:hover {
  background: #777
}

.btn-block-large:active, .btn-block-large:focus {
  background: #878787
}

.btn-attention-block-large {
  width: 100%;
  background: #EAA833;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 27px 30px 27px 70px;
  text-align: center;
  border-radius: 40px;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color .25s linear
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .btn-attention-block-large {
    padding: 31px 30px 23px 70px;
  }
}

.btn-attention-block-large:hover, .btn-attention-block-large:visited {
  color: #fff;
  text-decoration: none;
}

.btn-attention-block-large:active, .btn-attention-block-large:focus {
  color: #fff;
}

.btn-attention-block-large:hover {
  background: #E08B27
}

.btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #eda800
}

@media (min-width:768px) {
  .btn-attention-block-large, .btn-block-large {
    max-width: 320px
  }
}

@media (max-width:767px) {
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 20px
  }
}

.home-btn {
  margin: 20px auto 10px
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px
}

.btn-border [class*=acms-icon-] {
  color: #ccc;
  font-size: 14px
}

.btn-border:hover {
  text-decoration: none
}

.card {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e5e5e5
}

.card-item {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

.card-link {
  display: block;
  margin: 0 -10px;
  padding: 10px;
  color: #333
}

.card-link:hover {
  text-decoration: none;
  background: #eee;
  transition: background-color .25s linear
}

.card-link:active, .card-link:focus, .card-link:hover, .card-link:visited {
  color: #333
}

.card-img {
  margin: 0 0 10px
}

.card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700
}

.card-detail {
  font-size: 13px
}

.headline-item {
  line-height: 1.5
}

.headline-link {
  color: #333;
  transition: background-color .25s ease-out
}

.headline-link:active, .headline-link:focus, .headline-link:hover, .headline-link:visited {
  color: #333
}

.headline-link:hover {
  padding: 10px;
  background: #f1f1f1
}

.headline-title {
  margin: 0 10px
}

@media screen and (max-width:479px) {
  .headline-title {
    display: block;
    margin: 0
  }
}

@media screen and (min-width:768px) {
  a.list-link.acms-list-group-item {
    padding: 10px 20px 10px 10px;
    transition: padding .15s ease-out
  }
  a.list-link.acms-list-group-item:hover {
    padding: 10px 10px 10px 20px;
    transition: padding .25s ease-out
  }
  a.list-link.acms-list-group-label-parent {
    padding: 10px 30px 10px 10px;
    transition: padding .15s ease-out
  }
  a.list-link.acms-list-group-label-parent:hover {
    padding: 10px 30px 10px 20px
  }
}

.list-results-wrap {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ccc
}

.list-results-heading {
  margin: 0 0 10px;
  padding: 5px;
  background: #e5e5e5
}

.list-results {
  position: relative;
  margin: 0
}

.list-results-item {
  position: absolute;
  width: 100px
}

.list-results-detail {
  margin: 0;
  padding: 0 0 0 100px;
  font-weight: 700
}

.module-section {
  margin: 0 auto 30px;
  max-width: 1280px;
}

.module-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333
}

.module-header+.banner, .module-header+.card, .module-header+.entry-column, .module-header+.search-form, .module-header+.summary-default, .module-header+.thumbnail {
  margin-top: 10px
}

.module-heading {
  margin: 0;
  font-size: 18px
}

.module-heading [class*=acms-icon-] {
  margin: 0 10px 0 0;
  vertical-align: baseline
}

a.module-index-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 16px
}

a.module-index-link [class*=acms-icon-] {
  color: #ccc;
  font-size: 14px
}

.group-list {
  padding: 0 10px;
  list-style: none
}

.heading-align-left .group-heading {
  text-align: left
}

.heading-align-center .group-heading {
  text-align: center
}

.heading-align-right .group-heading {
  text-align: right
}

.detail-align-left .group-detail {
  text-align: left
}

.detail-align-center .group-detail {
  text-align: center
}

.detail-align-right .group-detail {
  text-align: right
}

.btn-align-left .group-btn-wrap {
  text-align: left
}

.btn-align-center .group-btn-wrap {
  text-align: center
}

.btn-align-right .group-btn-wrap {
  text-align: right
}

.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  background: url(../../images/bg_other.png) #333 no-repeat 50%;
  background-size: cover
}

@media (max-width:767px) {
  .page-title-wrapper {
    margin-top: 100px;
    height: 160px;
  }
}

.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 0;
  vertical-align: middle
}

.page-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2
}

.page-title .en {
  display: block;
  padding-bottom: 15px;
  font-size: 44px;
  font-weight: 700;
  color: #204FA1;
  text-transform: uppercase;
}

.page-title a {
  color: #fff
}

.page-description {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5
}

@media (min-width:768px) {
  .page-title-wrapper {
    height: 280px
  }
}

.pager {
  margin: 0 -5px 50px;
  padding: 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline-block;
  margin: 0 5px
}

.pager li.cur {
  color: #fff;
  background: #767676
}

.pager-link, .pager li.cur {
  padding: 5px 20px;
  border-radius: 3px
}

.pager-link {
  display: block;
  color: #333;
  background: #e5e5e5
}

.pager-link:active, .pager-link:focus, .pager-link:visited {
  color: #333
}

.pager-link:hover {
  color: #fff;
  text-decoration: none;
  background: #333
}

.pager-link-forward {
  float: right
}

.pager-link-prev {
  float: left
}

@media screen and (min-width:768px) {
  .pager-link, .pager li.cur {
    padding: 5px 10px
  }
}

.serial-nav {
  margin: -25px 0 60px;
  padding: 0;
  list-style: none
}

.serial-nav .serial-nav-item {
  display: block;
  float: none
}

.serial-nav .serial-nav-item-prev {
  text-align: left
}

.serial-nav .serial-nav-item-next {
  text-align: right
}

.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5
}

.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {
  color: inherit;
  text-decoration: none
}

.serial-nav a:hover {
  background: #e5e5e5
}

@media screen and (min-width:768px) {
  .serial-nav {
    margin: 0 0 60px;
    border: 0
  }
  .serial-nav .serial-nav-item-prev {
    float: left
  }
  .serial-nav .serial-nav-item-next {
    float: right
  }
  .serial-nav a {
    display: inline;
    border: 0
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0
  }
}

.search-form .btn-search {
  padding: 10px 20px;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  border-radius: 0 4px 4px 0;
  filter: none;
  font-size: 16px
}

.search-form .btn-search:active, .search-form .btn-search:focus, .search-form .btn-search:hover {
  background: #666
}

.search-form input[type=search] {
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  box-sizing: border-box
}

input[type=search].search-form-input {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
  box-sizing: border-box
}

.slick-slider {
  padding: 0 0 12px
}

.slick-slider img {
  margin: 0 auto
}

.fix-height {
  height: 300px;
  overflow: hidden
}

.slick-slide:hover {
  cursor: pointer
}

.slick-list:focus:focus {
  position: relative
}

.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #00c2ff;
  content: ""
}

.js-slider .slick-list:focus {
  position: relative
}

.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #00c2ff;
  content: ""
}

.main-slider-image {
  height: 300px;
  background: no-repeat 50% #333;
  background-size: cover
}

.main-slider-image a:hover {
  text-decoration: none
}

.main-slider-text-outer {
  height: 100%
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle
}

.main-slider-main-copy {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px
}

.main-slider-side-copy {
  margin: 0;
  color: #fff;
  font-size: 16px
}

.slick-list, .slick-track {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000
}

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -29px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .25s;
}

.slick-next:hover, .slick-prev:hover {
  opacity: 0.65;
}

.slick-prev {
  left: 10px;
  background: url(../../images/marker/icon_slider_left.png) no-repeat;
  background-size: cover;
}

.slick-next {
  right: 10px;
  background: url(../../images/marker/icon_slider_right.png) no-repeat;
  background-size: cover;
}

.slick-dots {
  position: relative;
  clear: both;
  margin: -35px 0 0;
  padding: 0;
  text-align: center;
  list-style: none
}

.slick-dots li {
  display: inline-block
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  content: ""
}

.slick-dots li button:focus {
  border: 1px solid #6BB5DE;
  outline: 0
}

.slick-dots li:hover button {
  cursor: pointer
}

.slick-dots li.slick-active button {
  background: #6BB5DE
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

#autoplay-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border: 0;
  border-radius: 50%;
  outline: 0;
  right: calc(10px + constant(safe-area-inset-right))
}

#autoplay-btn:hover {
  background: rgba(0, 0, 0, .9)
}

#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #fff;
  content: ""
}

#autoplay-btn:after {
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #fff;
  border-bottom: none;
  border-left: 5px solid #fff;
  content: ""
}

#autoplay-btn.active:after {
  left: 15px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 15px
}

@media screen and (min-width:768px) {
  .slick-prev {
    left: calc(10% - 60px);
  }
  .slick-next {
    right: calc(10% - 60px);
  }
  .fix-height, .main-slider-image {
    height: 400px
  }
  .main-slider-main-copy {
    font-size: 40px
  }
  .main-slider-side-copy {
    font-size: 24px
  }
}

.summary-default {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.summary-list {
  padding: 28px 0 55px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  border: 0;
}

.summary-list li {
  width: 23.5%;
  display: block;
  padding: 0;
  border: 0;
  background: #fff;
}

.summary-list li a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: .25s;
}

.summary-list li a:hover {
  opacity: 0.65;
}

.summary-list .acms-summary-image {
  display: block;
  width: 100%;
}

.summary-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.summary-body {
  padding: 10px 0;
  line-height: 1.6;
}

.summary-day {
  font-size: 14px;
}

.main.topics__entry.__voice .summary-day {
  display: none;
}

.summary-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #6BB5DE;
  vertical-align: middle;
  padding: 0 0 0 25px;
  position: relative;
}

.summary-category::before {
  content: '';
  width: 8px;
  height: 8px;
  background: url(../../images/marker/icon-tag.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 870px) {
  .summary-category {
    display: block;
    padding: 0 0 0 10px;
  }

  .summary-category::before {
    left: 0;
  }
}

.summary-default:after, .summary-default:before {
  display: table;
  content: " "
}

.summary-default:after {
  clear: both
}

.summary-default.slick-initialized {
  margin-right: -20px;
  margin-left: -20px;
  overflow: hidden;
  border: 0
}

.summary-default .slick-list {
  padding: 0 0 0 20px;
  overflow: inherit
}

.summary-default .slick-dots {
  margin: 0
}

.summary-default .slick-dots button {
  background: #e5e5e5
}

.summary-default .slick-dots .slick-active button {
  background: #6BB5DE
}

.summary-default-item {
  width: 25%;
  display: block;
  padding: 0 10px;
  color: #333;
  box-sizing: border-box;
  transition: background-color .25s ease-out
}

.acms-entry .summary-default-item {
  padding: 10px
}

.slick-initialized .summary-default-item {
  width: 280px;
  margin: 2px 10px 2px 2px;
  border: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .08), -1px -1px 1px 1px rgba(0, 0, 0, .08)
}

.summary-default-link {
  display: block;
  margin: 0 -10px;
  padding: 10px;
  color: #333;
  transition: background .2s
}

.summary-default-link:active, .summary-default-link:focus, .summary-default-link:hover, .summary-default-link:visited {
  color: #333
}

.summary-default-link:hover {
  text-decoration: none;
  background: #f1f1f1
}

.summary-title {
  margin: 0;
  font-size: 16px;
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 13px
}

@media screen and (min-width:480px) {
  .summary-default {
    margin: 0 0 20px
  }
}

.thumbnail {
  margin: 0;
  padding: 0;
  list-style: none
}

.thumbnail-item {
  transition: opacity .2s
}

.thumbnail-item:hover {
  opacity: .65
}

.thumbnail-link {
  display: block;
  color: #333
}

.thumbnail-link:hover {
  color: #333;
  text-decoration: none
}

.thumbnail-link:visited {
  color: #333
}

.thumbnail-img {
  display: block;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.thumbnail-title {
  margin: 5px 0 10px;
  font-weight: 700;
  font-size: 15px
}

.topicpath {
  padding: 17px 0;
  border-bottom: 1px solid #EFF0F2;
}

.topicpath-list {
  margin: 0 auto;
  list-style: none
}

.topicpath-item {
  float: left;
  padding: 3px 15px 3px 23px;
  background: url(../../images/marker/icon_path_arrow.svg) no-repeat 0 4px
}

.topicpath-item:first-child {
  padding: 3px 15px 3px 26px;
  background: 0;
  position: relative;
}

.topicpath-item:first-child::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../images/marker/icon_path_home.png) no-repeat 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1px;
}

.topicpath-item .en {
  display: none;
}

.topicpath-link, .topicpath-item {
  font-size: 14px
}

.topicpath-link:hover {
  text-decoration: underline;
}

.topicpath-link:active, .topicpath-link:focus, .topicpath-link:visited {
  color: #333
}

.clearHidden {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  border: none;
  visibility: hidden
}

.entry-column [class*=acms-col-] {
  padding: 0
}

/* .entry-column dl, .entry-column h2, .entry-column h3, .entry-column h4, .entry-column h5, .entry-column h6, .entry-column p {
  margin-right: 10px;
  margin-left: 10px
} */

.acms-entry dl, .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6, .acms-entry p {
  margin: 0;
}

.entry-column blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #ccc
}

.entry-column [class*=column-file], .entry-column [class*=column-image] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box
}

.entry-column [class*=column-map] {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-sizing: border-box
}

.entry-column [class*=column-yolp] {
  box-sizing: border-box
}

.entry-column [class*=column-street-view]:not(.column-street-view-inner), .entry-column [class*=column-yolp] {
  padding-left: 10px;
  padding-right: 10px
}

.entry-column [class*=column-eximage], .entry-column [class*=column-media], .entry-column [class*=column-video], .entry-column [class*=column-youtube] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box
}

.entry-column [class*=column-quote] {
  margin-right: 10px;
  margin-left: 10px
}

.entry-column [class*=column-module] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box
}

[class*=column-eximage], [class*=column-file], [class*=column-image], [class*=column-map], [class*=column-media], [class*=column-module], [class*=column-quote], [class*=column-street-view], [class*=column-video], [class*=column-yolp], [class*=column-youtube] {
  margin-bottom: 20px
}

[class*=column-eximage], [class*=column-image], [class*=column-media] {
  display: block
}

[class*=column-eximage].caption, [class*=column-image].caption, [class*=column-media].caption {
  margin-bottom: 10px
}

[class*=column-eximage] a, [class*=column-image] a, [class*=column-media] a {
  display: block
}

[class*=column-eximage] img, [class*=column-image] img, [class*=column-media] img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

[class*=column-eximage] .caption, [class*=column-image] .caption, [class*=column-media] .caption {
  margin: 5px 0 0
}

[class*=column-media] a[href*=media-download] {
  display: inline-block;
  width: 100%
}

[class*=column-map]>img, [class*=column-yolp]>img {
  max-width: 100%
}

[class*=column-map] img, [class*=column-yolp] img {
  width: auto;
  height: auto
}

[class*=column-map]>div {
  max-width: 100%
}

[class*=column-yolp] {
  width: auto!important
}

[class*=column-quote] blockquote {
  padding: 20px 10px 20px 20px
}

[class*=column-quote] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px
}

[class*=column-quote] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto
}

[class*=column-quote] .quoteTitle {
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.4;
  font-size: 18px
}

[class*=column-quote] .quoteTitleLink {
  color: #006cd8
}

[class*=column-quote] .quoteSiteName {
  margin: 0 0 10px;
  padding: 0;
  color: #666;
  font-size: 11px
}

[class*=column-quote] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 12px
}

.column-image-left {
  float: left;
  text-align: left
}

.column-image-right {
  float: right;
  text-align: right
}

.column-image-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-image-auto {
  float: none
}

.column-file-left {
  float: left;
  text-align: left
}

.column-file-left+.caption {
  text-align: left
}

.column-file-right {
  float: right;
  text-align: right
}

.column-file-right+.caption {
  text-align: right
}

.column-file-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-file-center+.caption {
  text-align: center
}

.column-file-auto {
  text-align: auto;
  float: none
}

.column-file-auto+.caption {
  text-align: auto
}

.column-map-left {
  float: left;
  text-align: left
}

.column-map-right {
  float: right;
  text-align: right
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-map-auto {
  float: none
}

.column-yolp-left {
  float: left;
  text-align: left
}

.column-yolp-right {
  float: right;
  text-align: right
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-yolp-auto {
  float: none
}

.column-street-view-left {
  float: left;
  text-align: left
}

.column-street-view-right {
  float: right;
  text-align: right
}

.column-street-view-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-street-view-auto {
  float: none
}

.column-youtube-left {
  float: left;
  text-align: left
}

.column-youtube-right {
  float: right;
  text-align: right
}

.column-youtube-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-youtube-auto {
  float: none
}

.column-video-left {
  float: left;
  text-align: left
}

.column-video-right {
  float: right;
  text-align: right
}

.column-video-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-video-auto {
  float: none
}

.column-eximage-left {
  float: left;
  text-align: left
}

.column-eximage-right {
  float: right;
  text-align: right
}

.column-eximage-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-eximage-auto {
  float: none
}

.column-media-left {
  float: left;
  text-align: left
}

.column-media-left :not([href*=media-download])+.caption {
  text-align: center
}

.column-media-right {
  float: right;
  text-align: right
}

.column-media-right :not([href*=media-download])+.caption {
  text-align: center
}

.column-media-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-media-center :not([href*=media-download])+.caption {
  text-align: center
}

.column-media-auto {
  float: none
}

.column-media-auto :not([href*=media-download])+.caption {
  text-align: center
}

.column-quote-left {
  float: left;
  text-align: left
}

.column-quote-right {
  float: right;
  text-align: right
}

.column-quote-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-quote-auto {
  float: none
}

.column-module-left {
  float: left;
  text-align: left
}

.column-module-right {
  float: right;
  text-align: right
}

.column-module-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.column-module-auto {
  float: none
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-file], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-image], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-map], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-street-view], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-yolp] {
  width: auto!important;
  max-width: 100%
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-video], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-youtube] {
  width: 100%!important
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-eximage], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-media], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-module], .acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-quote] {
  width: auto!important;
  max-width: 100%
}

@media (max-width:480px) {
  [class*=acms-col-][class*=-right] {
    float: left
  }
  [class*=acms-col-][class*=-right]+* {
    clear: both
  }
}

.entry-container {
  margin-right: 10px;
  margin-left: 10px
}

.column-pdf-image {
  width: 100%;
  border: 1px solid #aaa
}

.column-inner-street-view {
  width: 100%;
  padding-bottom: 100%
}

.column-iframe, .column-youtube {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden
}

.column-iframe embed, .column-iframe iframe, .column-iframe object, .column-youtube embed, .column-youtube iframe, .column-youtube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.highlight1 {
  background-color: #ff6
}

.highlight2 {
  background-color: #a0ffff
}

.highlight3 {
  background-color: #9f9
}

.highlight4 {
  background-color: #f99
}

.highlight5 {
  background-color: #f6f
}

.highlight6 {
  background-color: #800
}

.entry {
  margin: 0 auto 25px;
  max-width: 880px;
  border-bottom: 1px solid #e5e5e5
}

.page-header {
  margin: 60px 0 40px
}

.entry-info {
  margin-top: 0
}

.entry-category, .entry-info, .entry-new {
  font-size: 14px
}

.entry-title {
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0
}

.entry-title a {
  color: #333
}

.acms-entry h2 .entry-title {
  padding: 0
}

.entry-column-grid {
  margin: 0 -10px
}

.entry-column {
  color: #333;
  word-wrap: break-word
}

.entry-column h2 {
  line-height: 1.3;
  margin: 0 0 25px;
  padding: 2px 10px;
  font-size: 28px;
  font-weight: 500;
  border-left: 4px solid #1CAFAE
}

.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0
}

.entry-column h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #F7F7F7
}

.entry-column h4 {
  font-size: 20px;
  padding: 0 0 0 25px;
  position: relative;
}

.entry-column h4::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #1CAFAE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.entry-column h3, .entry-column h4, .entry-column h5 {
  margin: 0 0 20px;
  font-weight: 500;
}

.entry-column a:link {
  text-decoration: none
}

.entry-column a:active, .entry-column a:focus, .entry-column a:hover {
  text-decoration: underline
}

.entry-column a:visited {
  color: #7f5ad7;
  text-decoration: none
}

.entry-column p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7
}

.entry-column p.entry-danger-text {
  color: #6BB5DE;
  font-weight: 700
}

.entry-column p.summary-title {
  margin: 0 0 10px
}

.entry-column p.summary-detail {
  margin: 0 0 10px;
  font-size: 14px
}

.entry-container {
  margin: 0 10px
}

[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto
}

[class^=column-table] table {
  margin-bottom: 0
}

.entry-column table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
  border-top: none;
}

.entry-column td, .entry-column th {
  display: block;
  padding: 5px 10px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dfdfdf;
  font-size: 16px
}

.entry-column .acms-table-responsive {
  border-top: 0;
  border-bottom: 0
}

.entry-column .acms-table-responsive td, .entry-column .acms-table-responsive th {
  display: table-cell;
  white-space: nowrap
}

.entry-column .acms-table-responsive table {
  margin: 0
}

.entry-column th {
  background: #f5f5f5
}

.entry-column .entry-custom-table {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {
  .entry-column td, .entry-column th {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #dfdfdf
  }
  .entry-column th {
    background: #f5f5f5;
    width: 125px;
  }
  .topics__entry .entry-column th {
    width: auto;
  }
  .entry-column td {
    background: inherit
  }
}

.entry-column ul {
  margin: 0 0 25px;
  padding: 0 0 0 2em
}

.entry-column ul li {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5
}

.entry-column ul.summary-default {
  padding: 0
}

.entry-column ul.summary-default li {
  margin: 0
}

.entry-column ol {
  margin: 0 0 25px;
  padding: 0 0 0 2.5em
}

.entry-column ol li {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5
}

.entry-column dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5
}

.entry-column dt {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2
}

.entry-column dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px
}

.entry-column blockquote {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 10px 20px 20px;
  line-height: 1.8;
  background: #f5f5f5;
  border-left: 5px solid #dedede;
  font-size: 16px
}

.entry-column .column-quote-auto blockquote {
  padding: 10px;
  border: 1px solid #d0d0d0
}

.entry-column .column-quote-auto .quoteTitleLink {
  color: #333
}

@media screen and (min-width:480px) {
  .entry-column blockquote {
    padding: 20px 20px 20px 30px
  }
  .entry-column .column-quote-auto blockquote {
    padding: 15px
  }
}

.entry-column pre {
  width: 100%;
  margin: 0 0 30px;
  font-family: Menlo, Monaco, Courier New, monospace;
  white-space: pre-wrap;
  box-sizing: border-box
}

.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em
}

.entry-column pre ol li {
  line-height: 1.5
}

.entry-column hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

.entry-column .caption {
  margin: 0 0 20px;
  font-size: 13px
}

.column-file-auto+.caption {
  margin-left: 10px
}

.column-module {
  margin: 0 10px
}

[class*=column-image-] a, [class*=column-media-] a {
  transition: opacity .2s
}

[class*=column-image-] a:hover, [class*=column-media-] a:hover {
  opacity: .8
}

.ug-bg-color {
  margin: 0 10px 25px;
  padding: 20px 10px;
  background: #f5f5f5
}

.ug-bg-color :last-child {
  margin-bottom: 0
}

.ug-bg-color h2 {
  padding-top: 0;
  padding-bottom: 0
}

.ug-bg-color h2, .ug-bg-color h3, .ug-bg-color h4 {
  margin-bottom: 10px
}

@media screen and (min-width:480px) {
  .ug-bg-color {
    padding: 25px 15px
  }
}

.entry-column .staff-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee
}

.entry-column .staff-item {
  width: 50%;
  margin: 0
}

.entry-column .staff-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 10px;
  border-bottom: 1px solid #eee
}

.entry-column .staff-body {
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 20px
}

.entry-column .staff-name {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.3;
  text-align: center;
  background: 0;
  font-size: 20px
}

.entry-column .staff-job {
  margin: 15px 0 5px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center
}

.entry-column .staff-profile {
  margin: 0;
  font-size: 14px
}

.entry-column .staff-img-wrap {
  -ms-flex-order: 1;
  order: 1
}

.entry-column .staff-img {
  display: block;
  margin: 0 auto;
  border-radius: 100%
}

@media screen and (min-width:768px) {
  .entry-column .staff-item {
    width: 25%
  }
  .entry-column .staff-body {
    margin: 0
  }
}

.entry-footer {
  margin: 0 0 20px;
  padding: 10px;
  background: #f5f5f5
}

.entry-tag {
  margin: 0 0 5px
}

.entry-tag-icon {
  float: left;
  color: #707070
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px
}

.share-wrapper {
  float: right
}

.share-text {
  display: inline;
  float: left;
  margin: 0
}

.share-list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none
}

.share-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top
}

.share-item a {
  color: #999;
  text-decoration: none
}

.share-item [class*=acms-icon] {
  font-size: 22px;
  vertical-align: middle
}

.share-item .share-item-facebook {
  position: relative;
  color: #1877f2;
  line-height: 1.2
}

.share-item .share-item-facebook:before {
  vertical-align: middle
}

.share-item .share-item-facebook:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: ""
}

.share-item .share-item-twitter {
  position: relative;
  color: #55acee;
  line-height: 1.2
}

.share-item .share-item-twitter:before {
  vertical-align: middle
}

.share-item .share-item-twitter:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: ""
}

.continue-link {
  margin: 0;
  font-size: 16px
}

.continue-link a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  background: #767676;
  border-radius: 3px
}

.continue-link a [class*=acms-icon] {
  margin: 0 10px 0 0
}

.continue-link a:link, .continue-link a:visited {
  color: #fff
}

.continue-link a:active, .continue-link a:focus, .continue-link a:hover {
  color: #fff;
  text-decoration: none;
  background: #aaa
}

@media screen and (min-width:768px) {
  .entry-tag {
    margin: 0
  }
  .continue-link a {
    padding: 5px 10px;
    font-weight: 400
  }
}

.entry-column .entry-btn-default, .entryFormLiteEditor .entry-btn-default {
  background: #999;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px
}

.entry-column .entry-btn-default:hover, .entry-column .entry-btn-default:visited, .entryFormLiteEditor .entry-btn-default:hover, .entryFormLiteEditor .entry-btn-default:visited {
  color: #fff;
  text-decoration: none
}

.entry-column .entry-btn-default:active, .entry-column .entry-btn-default:focus, .entryFormLiteEditor .entry-btn-default:active, .entryFormLiteEditor .entry-btn-default:focus {
  color: #fff;
}

.entry-column .entry-btn-default:hover, .entryFormLiteEditor .entry-btn-default:hover {
  color: #fff;
  background-color: #999;
  background-image: linear-gradient(180deg, #c1c1c1, #999)
}

.entry-column .entry-btn-default:active, .entry-column .entry-btn-default:focus, .entryFormLiteEditor .entry-btn-default:active, .entryFormLiteEditor .entry-btn-default:focus {
  background: #878787
}

.entry-column .entry-btn-attention, .entryFormLiteEditor .entry-btn-attention {
  background: #EAA833;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px
}

.entry-column .entry-btn-attention:hover, .entry-column .entry-btn-attention:visited, .entryFormLiteEditor .entry-btn-attention:hover, .entryFormLiteEditor .entry-btn-attention:visited {
  color: #fff;
  text-decoration: none
}

.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus, .entryFormLiteEditor .entry-btn-attention:active, .entryFormLiteEditor .entry-btn-attention:focus {
  color: #fff;
}

.entry-column .entry-btn-attention:hover, .entryFormLiteEditor .entry-btn-attention:hover {
  color: #fff;
  background-color: #EAA833;
  background-image: linear-gradient(180deg, #fdd87d, #EAA833)
}

.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus, .entryFormLiteEditor .entry-btn-attention:active, .entryFormLiteEditor .entry-btn-attention:focus {
  background: #eda800
}

.field-title {
  padding: 0 10px
}

.field-title:first-child {
  margin: 0 0 10px
}

.field-table-inner {
  width: 100%
}

.field-table-inner td, .field-table-inner th {
  border: 0
}

.layout-bg {
  background: #f6f6f6
}

.layout-bg, .layout-space {
  padding: 20px 0
}

.center-col {
  float: none;
  margin: 0 auto
}

.section-heading {
  margin: 20px 0 40px;
  font-size: 28px
}

.section-heading a {
  color: #333
}

.group-heading {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.2
}

.group-detail {
  margin: 0 0 30px;
  line-height: 1.7
}

.group-detail, .lp-headline {
  font-size: 16px
}

.lp-suggest-box {
  padding: 50px 0
}

.lp-suggest-text {
  margin: 30px 0 10px
}

.lp-suggest-tel {
  margin: 0;
  color: #c38a00;
  font-weight: 700;
  font-size: 34px
}

.lp-suggest-tel a {
  color: #c38a00
}

.main:after, .main:before {
  display: table;
  content: " "
}

.main:after {
  clear: both
}

.main-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.main-inner.is-space-left {
  float: right
}

.main-inner.is-space-right {
  float: left
}

.main-inner.is-space-center {
  margin: 0 auto
}

.side-title {
  margin-top: 0;
  font-size: 18px
}

.realestate-map {
  overflow: hidden
}

.realestate-map .js-s2d-ready, .realestate-map [class*=column-map-] {
  width: auto!important;
  max-width: 100%
}

.realestate-map img[class*=column-map-] {
  width: auto!important;
  max-width: 100%;
  height: auto
}

.realestate-map-entry {
  margin: 0 10px
}

.entry-column table.realestate-search {
  margin: 20px 0 30px
}

@media screen and (min-width:1024px) {
  .table-nowrap {
    white-space: nowrap
  }
}

.realestate-search input {
  box-sizing: border-box
}

@media screen and (max-width:767px) {
  .realestate-search td, .realestate-search th {
    display: block;
    box-sizing: border-box
  }
  .realestate-search input {
    box-sizing: border-box
  }
}

.contact-box .message-group {
  margin: 0 0 35px
}

.contact-box .message-text {
  max-width: 890px;
  width: 90%;
  margin: 0 auto;
}

.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 30px
}

.contact-box .contact-no a {
  color: inherit
}

.contact-box .error-text {
  margin: 5px 0 0;
  color: #ED6969
}

.contact-box p {
  line-height: 1.6
}

.contact-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 3px;
  padding: 0;
  list-style: none;
  background: #F6F6F6
}

.contact-form-heading {
  margin: 40px 0 10px
}

.contact-form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #F6F6F6;
  border-bottom: 12px solid #fff
}

.contact-form-group fieldset {
  display: contents;
  border: 0
}

.contact-form-label {
  margin: 0;
  padding: 10px 10px 0;
  font-size: 18px;
  text-align: left
}

.contact-form-control, .contact-form-label {
  display: block;
  width: 100%;
  box-sizing: border-box
}

.contact-form-control {
  padding: 10px
}

.contact-form-grid {
  margin: 0 -5px
}

.acms-entry .contact-form-col, .contact-form-col {
  margin: 0 0 10px;
  padding: 0 5px
}

.acms-entry .contact-form-col:last-child, .contact-form-col:last-child {
  margin: 0
}

@media screen and (min-width:768px) {
  .contact-form {
    width: 100%
  }
  .contact-form-label {
    padding: 15px 15px 5px;
    vertical-align: top
  }
  .contact-form-control {
    padding: 5px 15px 15px
  }
  .contact-form-control.__adjust {
    padding: 0 15px 15px
  }
  .contact-form-col {
    margin: 0
  }
}

.contact-box .mail-step {
  margin: 0 0 25px;
  padding: 0 10px;
  background: #F6F6F6;
  counter-reset: a
}

.contact-box .mail-step-item {
  float: left;
  margin: 0 5px;
  padding: 14px 0 10px;
  list-style: none;
  font-size: 14px
}

.contact-box .mail-step-item:before {
  content: counter(a) ".";
  counter-increment: a
}

.contact-box .mail-step-item-current {
  color: #6BB5DE;
  font-weight: 600;
}

@media screen and (min-width:768px) {
  .contact-box .mail-step-item {
    margin: 0 15px;
    padding: 22px 0;
    font-size: 16px
  }
}

.form-btn-box {
  text-align: center
}

.form-btn {
  display: inline-block
}

.form-btn.form-btn-return {
  float: left;
  position: relative;
  max-width: 200px;
  width: 100%;
}

.form-btn.form-btn-return::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  border-color:  #6BB5DE  #6BB5DE transparent transparent;
  transform: translate(0, -50%) rotate(-135deg);
  left: 20px;
}

.form-btn.form-btn-return:hover .btn-large {
  border: 2px solid #333;
}

.form-btn.form-btn-return .btn-large {
  background: #fff;
  color: #333;
  border: 2px solid #D8D8D8;
  display: inline-block;
  padding: 16px 26px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  transition: .25s;
}

@media screen and (max-width:840px) {
  .form-btn.form-btn-return {
    max-width: 150px;
  }
}

@media screen and (min-width:768px) {
  .form-btn-send {
    width: 100%;
    max-width: 360px
  }
}

.label-required {
  margin: 0 5px;
  padding: 3px 8px;
  color: #fff;
  background: #ED6969;
  border-radius: 15px;
  font-size: 12px;
  vertical-align: text-bottom;
}

@media screen and (min-width:768px) {
  .label-required {
    margin: 0 10px
  }
}

.contact-box select[required]:required {
  border: 1px solid #c49511
}

.contact-box select.focused:invalid {
  border: 1px solid #6BB5DE
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa
}

.contact-box input[required]:required, .contact-box textarea[required]:required {
  background: #fffdeb
}

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid {
  background: #ffebee
}

.contact-box input[required]:valid, .contact-box textarea[required]:valid {
  background: #fff
}

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 5px
}

.contact-box textarea {
  font-size: 16px;
  padding: 5px 5px 4px
}

.contact-box select {
  background-color: #fbfbfb;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  vertical-align: top
}

@media screen and (min-width:768px) {
  .contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week], .contact-box textarea {
    padding: 0 8px
  }
  .contact-box select {
    padding-left: 8px;
  }
}

.acms-form input[type=date], .acms-form input[type=datetime-local], .acms-form input[type=datetime], .acms-form input[type=email], .acms-form input[type=month], .acms-form input[type=number], .acms-form input[type=password], .acms-form input[type=search], .acms-form input[type=tel], .acms-form input[type=text], .acms-form input[type=time], .acms-form input[type=url], .acms-form input[type=week] {
  box-shadow: none;
}

.acms-form .entryFormLiteEditor, .acms-form textarea {
  box-shadow: none;
  padding: 5px 8px;
  width: 68%;
}

.formimg {
  float: left;
  width: 25%;
  height: 100%;
  margin-left: 70%;
  margin-bottom: -30%;
}

.valid-mark {
  display: none
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c
}

.invalid {
  background-color: #ffebee!important
}

.site-name {
  font-size: 24px;
  color: #6BB5DE;
  font-weight: 700;
}

.header-stack .site-name {
  width: 37.69%;
}

.site-name-intro {
  display: block;
  padding: 0 0 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

@media (max-width:1186px) {
  .site-name-intro {
    font-size: 10px;
  }
}

@media (max-width:1000px) {
  .site-name-intro {
    font-size: 8px;
    line-height: 1.4;
  }
}

.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
  color: #6BB5DE
}

.site-logo {
  display: inline-block;
  width: 22px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle
}

.site-name-text {
  display: inline;
  vertical-align: middle
}

.edit-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px
}

.header-nav {
  position: relative;
  text-align: center;
  display: none
}

@media (min-width:768px) {
  .site-name {
    font-size: 24px
  }
  .site-logo {
    width: 100%;
  }
  .header {
    display: table;
    width: 100%
  }
  .header-stack .header {
    display: block
  }
  .header-logo {
    width: 100%;
    vertical-align: middle;
    height: 110px;
  }
  .header-stack .header-logo {
    display: block
  }
  .header-nav {
    display: none;
    vertical-align: middle
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
  }
}

@media (min-width:1024px) {
  .header-logo {
    display: table-cell;
  }
  .header-stack .header-logo {
    display: block;
  }
  .header-nav {
    display: table-cell;
    width: 60%
  }
  .header-stack .header-nav {
    display: block;
    width: 100%;
  }
}

.header-logo {
  padding: 48px 0 0
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
  box-sizing: border-box
}

.nav-menu-btn {
  display: inline-block;
  height: 40px;
  padding: 7px 5px;
  font-size: 20px;
  color: #333;
  box-sizing: border-box
}

a .nav-menu-btn {
  color: #333
}

.nav-menu-btn:hover {
  color: #333;
  text-decoration: none
}

.nav-menu-btn-text, .nav-menu-btn .acms-icon-sort {
  display: inline-block
}

.nav-menu-btn-text {
  margin: 0 0 0 5px;
  color: #333;
  font-weight: 700;
  vertical-align: middle;
  font-size: 11px
}

.nav-menu-action {
  border-collapse: separate;
  border-spacing: 10px 0;
  display: table;
  margin: 0 calc(5% - 10px);
  padding: 0;
}

.nav-menu-action-item {
  display: table-cell;
  width: 60px;
  height: 60px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 20px
}

.nav-menu-action-item:first-child {
  background: #F1AF30;
}

.nav-menu-action-item:nth-child(2) {
  background: #6BB5DE;
}

.nav-menu-action-item img {
  display: inline-block;
  vertical-align: middle;
}

.nav-menu-action-link {
  color: #333
}

.nav-menu-action-link:active, .nav-menu-action-link:focus, .nav-menu-action-link:hover, .nav-menu-action-link:visited {
  color: #333;
  text-decoration: none
}

.navbar {
  display: none;
  width: 100%
}

.navbar.acms-admin-module-edit-wrapper {
  z-index: 1
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.navbar li a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: 700;
  font-size: 16px
}

.navbar li a:active, .navbar li a:focus, .navbar li a:hover {
  color: #fff;
  text-decoration: none;
  background: #6BB5DE
}

@media (min-width:768px) {
  .header {
    height: 100px
  }
  .navbar {
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    width: 100%;
  }
  .navbar>ul {
    float: right;
    padding: 0;
    list-style: none
  }
  .header-stack .navbar>ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #eee
  }
  .navbar li {
    position: relative;
    float: left;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle
  }
  .header-stack .navbar li.navbar-btn {
    padding: 0 10px
  }
  .header-stack .navbar li {
    display: table-cell;
    float: none;
    border-left: 1px solid #eee
  }
  .navbar li ul {
    position: absolute;
    left: 0;
    display: none;
    min-width: 200px
  }
  .navbar li li {
    margin: 0
  }
  .header-stack .navbar li li {
    display: block;
    border: 0
  }
  .navbar li a {
    padding: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: border .25s ease-out;
    position: relative;
  }
  .navbar li a:active, .navbar li a:focus, .navbar li a:hover {
    color: #333;
    background: transparent
  }
  .header-stack .navbar li a {
    display: block;
    padding: 44px 10px 10px;
    font-size: 18px;
  }
  .navbar li.stay a {
    border-bottom: 4px solid #6BB5DE
  }
  .navbar li.stay a.btn-attention {
    border: 0
  }
  .navbar li:hover ul {
    z-index: 10000;
    display: block;
    animation: .8s fade-in
  }
  .navbar li:hover a {
    border-bottom: 4px solid #6BB5DE
  }
  .navbar li:hover a.btn-attention, .navbar li:hover li a {
    border: 0
  }
  .navbar li li {
    display: block;
    float: none;
    text-align: left;
    background: #6BB5DE;
    border: 0;
    border-top: 1px solid #1F4FA1
  }
  .navbar li li:first-child {
    border: 0
  }
  .navbar li li a {
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    border: 0
  }
  .navbar li li a:hover {
    color: #fff;
    background: #1F4FA1;
    border: 0
  }
  .navbar a.btn-attention {
    background: #EAA833;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    border: 0
  }
  .navbar a.btn-attention:hover, .navbar a.btn-attention:visited {
    color: #fff;
    text-decoration: none
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    color: #fff;
  }
  .navbar a.btn-attention:hover {
    color: #fff;
    background-color: #EAA833;
    background-image: linear-gradient(180deg, #fdd87d, #EAA833);
    border: 0
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    background: #eda800
  }
}

@media (min-width:768px) {
  .header-logo {
    padding: 0;
    position: fixed;
    z-index: 9999;
    background: #fff;
  }
  .navbar ul li a {
    font-size: 14px
  }
}

@media (min-width:1440px) {
  .navbar ul li a {
    font-size: 16px
  }
}

.navbar-side {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  text-align: right
}

.navbar-side-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: #333;
  border-radius: 0 0 4px 4px
}

.navbar-side-item {
  position: relative;
  display: inline-block;
  color: #fff
}

.navbar-side-item:before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  border-left: 1px dotted #fff;
  content: ""
}

.navbar-side-item:first-child:before {
  content: none
}

.navbar-side-link {
  display: inline-block;
  padding: 4px 14px 4px 10px;
  color: #fff
}

.navbar-side-link [class*=acms-icon] {
  margin: -2px 5px 0 0
}

.navbar-side-link:active, .navbar-side-link:focus, .navbar-side-link:hover, .navbar-side-link:visited {
  color: #fff
}

.navbar-side-link:hover [class*=acms-icon] {
  text-decoration: none
}

.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 4px;
  margin: 6px 0;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 1px;
  transition: all .1s
}

.icon-toggle-menu:after, .icon-toggle-menu:before {
  position: absolute;
  display: block;
  width: 35px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  transition: all .3s;
  content: ""
}

.icon-toggle-menu:before {
  top: -12px
}

.icon-toggle-menu:after {
  bottom: -12px
}

[aria-expanded=true] .icon-toggle-menu {
  background: transparent
}

[aria-expanded=true] .icon-toggle-menu:before {
  width: 35px;
  -ms-transform: translate(0, 12px) rotate(45deg);
  transform: translate(0, 12px) rotate(45deg)
}

[aria-expanded=true] .icon-toggle-menu:after {
  width: 35px;
  -ms-transform: translate(0, -12px) rotate(-45deg);
  transform: translate(0, -12px) rotate(-45deg)
}

@media (max-width:767px) {
  .is-locked {
    overflow: hidden
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: #fff;
    opacity: 0;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-duration: .3s;
    transition-property: all
  }
  .mobile-nav.is-active {
    display: block
  }
  .mobile-nav.is-opened {
    opacity: 1
  }
  .mobile-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 0 30px;
    background: #6BB5DE;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }
  .mobile-navbar {
    width: 100%;
  }
  .mobile-navbar-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    line-height: 2.4;
    text-align: center;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    background: #F7FCFF;
  }
  .mobile-navbar-list li {
    width: 50%;
    height: auto;
    position: relative;
    background: #F7FCFF;
    border-bottom: 1px solid #D0D0D0;
    box-sizing: border-box;
  }
  .mobile-navbar-list li:nth-child(odd) {
    border-right: 1px solid #D0D0D0;
  }
  .mobile-navbar-list li a {
    display: block;
    line-height: 1;
    display: block;
    padding: 108px 0 38px;
  }
  .mobile-navbar-list a:not(.btn-attention), .mobile-navbar-list a:not(.btn-attention):active, .mobile-navbar-list a:not(.btn-attention):focus, .mobile-navbar-list a:not(.btn-attention):hover, .mobile-navbar-list a:not(.btn-attention):visited {
    color: #333
  }
  .mobile-navbar-list .mobile-navbar-list {
    display: none
  }
  .mobile-nav-side {
    margin: 20px 0;
    text-align: center
  }
  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none
  }
  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px
  }
  .mobile-nav-side-link, .mobile-nav-side-link:active, .mobile-nav-side-link:focus, .mobile-nav-side-link:hover, .mobile-nav-side-link:visited {
    color: #333
  }
  .mobile-navbar-footer {
    margin: 30px 5% 0;
  }
}

.tel-btn a {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 22px 30px 22px 70px;
  background: #FFF;
  border-radius: 40px;
  display: block;
  position: relative;
}

.tel-btn a::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../../images/marker/icon_tel_b.svg)no-repeat;
  background-size: contain;
  top: 18px;
  left: 40px;
  transform: rotate(-10deg);
}

.tel-btn p {
  font-size: 12px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 15px 0 20px;
}

.mail-btn a {
  width: 100%;
  background: #EAA833;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 22px 30px 22px 70px;
  text-align: center;
  border-radius: 40px;
  font-size: 20px;
  box-sizing: border-box;
  position: relative;
}

.mail-btn a::before {
  content: '';
  width: 30px;
  height: 24px;
  background: url(../../images/marker/icon_mail.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
}

.suggest-box {
  background: #E2F0F7
}

.suggest-box {
  padding: 45px 0 40px;
}

.suggest-box h2 {
  text-align: center;
  margin: 0 0 25px;
}

.suggest-box h2 img {
  margin: 10px 0 5px;;
  width: 77.6%;
  max-width: 260px;
  height: auto;
}

.suggest-box h2 span {
  display: block;
  font-weight: normal;
}

.suggest-box .logo-txt {
  font-size: 14px;
}

.suggest-box .logo-service {
  font-size: 22px;
}

.suggest-txt {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

.suggest-inner {
  width: 100%;
}

.suggest-item {
  width: 100%;
  margin: 0 auto;
  padding: 0
}

.suggest-text {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}

.suggest-tel {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
}

.suggest-tel a {
  color: inherit
}

.suggest-btn {
  margin: 0
}

.suggest-btn a {
  position: relative;
}

.suggest-btn a::before {
  content: '';
  width: 25px;
  height: 20px;
  background: url(../../images/marker/icon_mail.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
}

@media screen and (min-width:768px) {
  .suggest-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .suggest-item {
    width: auto;
    margin: 0;
    padding: 25px 22px 0 10px;
  }
  .suggest-tel {
    margin: 0 0 16px;
  }
  .suggest-half {
    display: table-cell;
    width: 50%;
    vertical-align: middle
  }
}

.foot-wrapper {
  padding: 20px 0;
  background: #6BB5DE
}

.company-about {
  margin: 0 0 30px;
  color: #fff
}

.company-name {
  margin: 0 0 15px;
  color: #fff;
  font-size: 20px;
  font-style: normal
}

.company-detail {
  margin: 0 0 5px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal
}

.company-detail a {
  color: #fff
}

.company-detail a:hover {
  text-decoration: underline
}

.footer-nav {
  width: 90%;
  max-width: 580px;
  margin: 0 auto 30px;
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav li {
  margin-left: -1px;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  line-height: 1.8;
  padding: 0 8px;
  position: relative;
}

.footer-nav li::before, .footer-nav li::after {
  content: '';
  width: 1px;
  height: 15px;
  background: #FFF;
  position: absolute;
  top: 25%;
}

.footer-nav li::before {
  left: 0;
}

.footer-nav li::after {
  right: 0;
}

.footer-nav li a {
  display: block;
  color: #FFF;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

.page-top {
  margin: 0;
}

.page-top a:focus {
  display: block;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../../images/marker/btn_pageTop.png) no-repeat 50%;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  background-size: contain;
  transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  transition: opacity .2s ease-out
}

.no-js .page-top-btn {
  opacity: .65
}

.page-top-btn-appear {
  opacity: 1
}

@media screen and (min-width:768px) {
  .page-top-btn:hover {
    opacity: .8;
    transition: opacity .25s linear
  }
}

.sns-list {
  margin: 0 -5px 30px 15px;
  padding: 0;
  list-style: none
}

.sns-list-item {
  float: left;
  margin: 0 5px
}

.sns-list-item a:active, .sns-list-item a:focus, .sns-list-item a:hover, .sns-list-item a:visited {
  text-decoration: none
}

.sns-list-item .sns-list-facebook {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: #1877f2;
  border-radius: 4px;
  font-size: 19px
}

.sns-list-item .sns-list-facebook:before {
  vertical-align: middle
}

.sns-list-item .sns-list-twitter {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: #55acee;
  border-radius: 4px;
  font-size: 19px
}

.sns-list-item .sns-list-twitter:before {
  vertical-align: middle
}

.sns-list-item .sns-list-youtube {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: #cd201f;
  border-radius: 4px;
  font-size: 19px
}

.sns-list-item .sns-list-youtube:before {
  vertical-align: middle
}

@media screen and (min-width:768px) {
  .sns-list {
    float: right;
    margin: 0 -10px
  }
  .sns-list-item {
    margin: 10px
  }
  .sns-list-item a:hover {
    opacity: .8;
    transition: opacity .25s linear
  }
}

.copyright {
  margin: 0;
  font-size: 14px;
  color: #fff
}

.copyright-text {
  margin: 0 auto;
}

.copryright-logo {
  vertical-align: middle
}


/*-------------------------------

	original (PC)

-------------------------------*/
.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.sp_5s {
  display: none;
}

.container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.link-btn {
  text-align: center;
}

.link-btn a {
  color: #FFF;
  line-height: 1.3;
  background: #6BB5DE;
  display: inline-block;
  padding: 18px 67px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 28px;
  font-weight: 600;
  position: relative;
}

.link-btn a:hover {
  background: #3F9FD3;
}

.link-btn.right-arrow a::before, .link-btn.left-arrow a::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 2px;
  position: absolute;
  top: 50%;
}

.link-btn.right-arrow a::before {
  border-color: #FFF #FFF transparent transparent;
  transform: translate(0, -50%) rotate(45deg);
  right: 20px;
}

.link-btn.left-arrow a::before {
  border-color: #FFF #FFF transparent transparent;
  transform: translate(0, -50%) rotate(-135deg);
  left: 20px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.section-title .en {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6BB5DE;
  padding: 30px 0 0;
  text-transform: capitalize;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
}

.section-title .en::before {
  content: '';
  width: 60px;
  height: 4px;
  background: #6BB5DE;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}

.on-t-bar {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #6BB5DE;
  padding-bottom: 13px;
  border-bottom: 2px solid #6BB5DE;
}

@media screen and (min-width: 768px) {
  .acms-hide-pc {
    display: none;
  }
}



/*---------- header ----------*/
.header-inner {
  width: 98%;
  max-width: 1260px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-btn-area {
  display: flex;
  align-items: center;
}

.header-tel-btn {
  margin: -5px 25px 0 0;
}

.header-tel-btn img {
  display: block;
  width: 266px;
}

.header-tel-btn p {
  margin: 10px 0 0 5px;
  text-align: center;
  font-size: 12px;
}

.header-mail-btn {
  background: #EAA833;
  display: inline-block;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 10px 30px 10px 90px;
  position: relative;
}

.header-mail-btn:hover {
  background: #E08B27;
}

.header-mail-btn::before {
  content: '';
  width: 38px;
  height: 30px;
  background: url(../../images/marker/icon_mail.svg)no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1000px) {
  .header-stack .site-name {
    width: 300px;
  }
  .header-tel-btn img {
    width: 205px;
  }
  .header-mail-btn {
    font-size: 16px;
    padding: 10px 20px 10px 50px;
  }
  .header-mail-btn::before {
    width: 25px;
    height: 20px;
    left: 15px;
  }
}

.header-catch {
  background: #6BB5DE;
  color: #fff;
  font-weight: 600;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  margin: 110px 0 0;
}

.header-catch span {
  color: #FFFF83;
}

.navbar li a::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.navbar li:first-child a::before {
  background: url(../../images/marker/icon_menu01.png)no-repeat center;
  background-size: contain;
}

.navbar li:nth-child(2) a::before {
  background: url(../../images/marker/icon_menu02.png)no-repeat center;
  background-size: contain;
}

.navbar li:nth-child(3) a::before {
  background: url(../../images/marker/icon_menu03.png)no-repeat center;
  background-size: contain;
}

.navbar li:nth-child(4) a::before {
  background: url(../../images/marker/icon_menu04.png)no-repeat center;
  background-size: contain;
}

.navbar li:nth-child(5) a::before {
  background: url(../../images/marker/icon_menu05.png)no-repeat center;
  background-size: contain;
}

.navbar li:nth-child(6) a::before {
  background: url(../../images/marker/icon_menu06.png)no-repeat center;
  background-size: contain;
}

.navbar li:nth-child(7) a::before {
  background: url(../../images/marker/icon_menu07.png)no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 930px) {
  .header-stack .navbar li a {
    font-size: 14px;
  }
}

.mobile-navbar-list li a::before {
  content: '';
  width: 73px;
  height: 67px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
}

.mobile-navbar-list li:first-child a::before {
  background: url(../../images/marker/icon_menu01.png)no-repeat center;
  background-size: contain;
}

.mobile-navbar-list li:nth-child(2) a::before {
  background: url(../../images/marker/icon_menu02.png)no-repeat center;
  background-size: contain;
}

.mobile-navbar-list li:nth-child(3) a::before {
  background: url(../../images/marker/icon_menu03.png)no-repeat center;
  background-size: contain;
}

.mobile-navbar-list li:nth-child(4) a::before {
  background: url(../../images/marker/icon_menu04.png)no-repeat center;
  background-size: contain;
}

.mobile-navbar-list li:nth-child(5) a::before {
  background: url(../../images/marker/icon_menu05.png)no-repeat center;
  background-size: contain;
}

.mobile-navbar-list li:nth-child(6) a::before {
  background: url(../../images/marker/icon_menu06.png)no-repeat center;
  background-size: contain;
}

.mobile-navbar-list li:nth-child(7) a::before {
  background: url(../../images/marker/icon_menu07.png)no-repeat center;
  background-size: contain;
}


.mobile-navbar-list li a::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #84B4DC #84B4DC transparent transparent;
  border-radius: 2px;
  transform: translate(0, -50%) rotate(45deg);
}


/*---------- footer ----------*/

/*---------- TOP ----------*/
.top_kv {
  background: #E2F0F7;
  padding: 40px 0 50px;
}

.top_kv.pc {
  display: block;
}

.slick-slide {
  padding: 0 10px;
  opacity: 0.34;
  transition: opacity 0.4s;
}

.slick-slide.slick-active {
  opacity: 1;
}

.slick-dots {
  bottom: -50px;
}

.top .main-inner {
  padding: 0;
}

.top-attention {
  margin: 40px auto;
  padding: 34px 0;
  background: #FCE8E9;
  border-radius: 8px;
}

.top-attention p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

.top-attention p .red {
  color: #BD222B;
}

.top-notice {
  margin: 40px auto;
  padding: 30px 8%;
  border: 4px solid #BD222B;
  border-radius: 4px;
}

.top-notice h2 {
  text-align: center;
  font-size: 24px;
  color: #BD222B;
  margin: 0 0 30px;
  padding: 50px 0 16px;
  position: relative;
}

.top-notice h2::before, .top-notice h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-notice h2::before {
  width: 40px;
  height: 40px;
  background: url(../../images/marker/icon_top_notice.svg);
  background-size: contain;
  top: 0;
}

.top-notice h2::after {
  width: 60px;
  height: 4px;
  background: #BD222B;
  bottom: 0;
}

.top-notice p {
  line-height: 1.9;
  margin: 0;
}

.top-notice a {
  color: #1F8AE5;
  text-decoration: underline;
}

.top-notice a:hover {
  opacity: 0.65;
}

/* top-recommended */
.top-recommended {
  background: #F6F6F6;
  padding: 50px 0 60px;
}

.top-recommended h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}

.top-recommended h2 span {
  display: block;
  font-size: 24px;
  padding-bottom: 22px;
}

.top-recommended h2 img {
  width: 260px;
  height: auto;
  vertical-align: sub;
  margin-right: 10px;
}

.top-recommended .section-title {
  padding-bottom: 40px;
}

.top-recommended .section-title .en {
  text-transform: initial;
}

.top-recommended-list {
  width: 100%;
  /* padding-bottom: 60px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-recommended-list li {
  width: 18.4%;
}

.top-recommended-list li img {
  width: 100%;
}

.flyer-pdf {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.flyer-pdf a {
  position: relative;
  display: block;
}

.flyer-pdf a::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../../images/marker/outlink-icon.svg)no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.flyer-pdf a:hover {
  opacity: 0.75;
}

.flyer-pdf img {
  width: 100%;
  max-width: 800px;
  max-height: 400px;
}

.reccomend-service li {
  background: #fff;
}

.item-txt-wrap {
  padding: 20px;
  text-align: left;
  line-height: 1.4;
  box-sizing: content-box;
}

.item-model_number {
  font-size: 20px;
}

.item-product_name {
  font-weight: 600;
}

.item-product_details {
  padding: 5px 0 15px;
}

.item-retail_price {
  font-size: 14px;
}

.item-retail_price .border {
  text-decoration: line-through;
  color: #E0578F;
}

.item-retail_price .border > .pink {
  color: #333333;
}

.item-selling_price {
  margin-top: -2px;
}

.item-selling_price .strong {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  color: #E0578F;
}

.item-selling_price .big {
  font-size: 24px;
  font-weight: 600;
  color: #E0578F;
}

.reccomend-service .slick-slider {
  padding: 0;
}

.reccomend-service .slick-slide {
  padding: 0;
  margin: 0 11px;
  /* sliderコンテンツ3つ以下のため対応
    4つ以上になったらコメントアウトする */
  opacity: 1;
  border: 2px solid #DDDDDD;
  pointer-events: none;
}

.reccomend-service .slick-slide img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #DDDDDD;
}

.reccomend-service .js-recommend-slider01 .slick-slide .item-txt-wrap {
  border: none;
}

.reccomend-service .slick-prev {
  background: url(../../images/marker/icon_slider_left_b.png) no-repeat;
  background-size: cover;
}

.reccomend-service .slick-next {
  background: url(../../images/marker/icon_slider_right_b.png) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .slick-next {
    right: calc(10% - 61px);
  }
  .slick-prev {
    left: calc(10% - 61px);
  }
}

.top-recommended .link-btn {
  padding-top: 40px;
}

.top-recommended .link-btn a {
  padding: 18px 45px;
}

.top-summary {
  padding: 60px 0 90px;
  margin: 0 auto;
}

/* Workflow */
.workflow {
  background: #E2F0F7;
  padding: 70px 0 110px;
  margin-bottom: 60px;
}

.workflow-inner {
  background: #fff;
  border: 2px solid #68ABD8;
  border-radius: 4px;
  padding: 60px 30px;
}

.workflow h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.workflow h2 .pink {
  color: #E36C9E;
  font-size: 32px;
}

.workflow .lead-txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  padding: 20px 0 50px;
}

.flow-content + .flow-content {
  padding-top: 60px;
}

.flow-list {
  padding: 30px 0 60px;
}

.flow-list:last-child {
  padding-bottom: 0;
}

.flow-list li {
  width: 100%;
  background: #FCF9F4;
  border: 4px solid #DCDCDC;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 43px;
  position: relative;
}

.flow-list li:last-child {
  margin-bottom: 0;
}

.flow-list li:not(:last-child)::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px;
  border-color:  transparent transparent #6BB5DE #6BB5DE;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0) rotate(-45deg);
}

.flow-list .ttl {
  font-size: 24px;
  font-weight: 600;
}

.flow-list .txt {
  font-size: 14px;
  line-height: 2.2;
  padding-top: 7px;
}

.flow-content.__line .qr {
  width: 122px;
  height: auto;
  margin: 5px auto 20px;
}

.flow-content.__line .qr img {
  width: 100%;
}

.flow-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}

.flow-icon img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flow-content.__line .flow-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flow-content.__line .flow-list li {
    width: 31.9%;
    margin-bottom: 0;
    display: table;
  }

  .flow-content.__line .flow-list li:not(:last-child)::after {
    border-color: #6BB5DE #6BB5DE transparent transparent;
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, 0) rotate(45deg);
  }

  .flow-content.__line .flow-list .center-wrap {
    display: table-cell;
    vertical-align: middle;

  }
}

/* campaign-bnr */
.introduction-bnr {
  margin-bottom: 60px;
}

.introduction-bnr .contact-link {
  background: url(../../images/introduction_bgi.jpg)no-repeat;
  background-size: cover;
  position: relative;
}

.introduction-bnr .contact-link::after {
  content: '';
  background-color: rgba(0,0,0,.56);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.introduction-bnr .contact-link a {
  position: relative;
  z-index: 1;
}

.introduction-bnr .contact-link a:hover {
  background: #E08B27;
}

.introduction-bnr .link-inner {
  padding: 30px 1.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.introduction-bnr img {
  width: 100%;
}

.intro-mail-btn {
  background: #EAA833;
  display: inline-block;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 18px 30px 18px 100px;
}

.intro-mail-btn::before {
  content: '';
  width: 50px;
  height: 40px;
  background: url(../../images/marker/icon_mail.svg)no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1050px) {
  .intro-mail-btn {
    font-size: 22px;
    padding: 15px 20px 15px 60px;
  }
  .intro-mail-btn::before {
    width: 30px;
    height: 24px;
    left: 15px;
  }
}

@media screen and (max-width: 860px) {
  .intro-mail-btn {
    font-size: 16px;
    padding: 10px 20px 10px 50px;
  }
  .intro-mail-btn::before {
    width: 25px;
    height: 20px;
    left: 15px;
  }
}

.introduction-bnr .campaign {
  background: #FCF9F4;
  padding: 20px 0 40px;
  text-align: center;
}

.campaign .ttl {
  font-size: 28px;
  font-weight: 600;
  padding: 0 45px;
  margin-bottom: 23px;
  position: relative;
  display: inline-block;
}

.campaign .ttl:before, .campaign .ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #333;

}
.campaign .ttl:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.campaign .ttl:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.campaign-list li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .introduction-bnr .tel-inner {
    width: 63.9%;
    min-width: 460px;
  }

  .campaign-list {
    width: 91.8%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .campaign-list li {
    width: 48.8%;
  }
}

/* service-area */
.service-area {
  background: #F7F7F7;
  padding: 60px 0 50px;
}

.service-area h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 40px;
}

.service-area h2 span {
  display: block;
  color: #fff;
  font-size: 32px;
  background: #6BB5DE;
  border-radius: 30px;
  padding: 14px 0;
  margin-top: 12px;
}

.area-wrap {
  border: 4px solid #DCDCDC;
  background: #fff;
  border-radius: 12px;
  padding: 40px 40px 45px;
  margin-bottom: 100px;
}

.area-wrap h3 {
  font-size: 28px;
  text-align: center;
  color: #6BB5DE;
  padding-bottom: 15px;
}

.txt-wrap {
  padding-bottom: 40px;
  text-align: center;
}

.txt-wrap .catch {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 0;
}

.txt-wrap .catch::after {
  content: '';
  width: 110%;
  height: 14px;
  background: #FFDB64;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.txt-wrap .lead-txt {
  max-width: 780px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.7;
  padding-top: 25px;
}

.area-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 50px;
}
.area-list:last-child {
  margin: 0 auto;
}

.area-list li {
  padding: 15px 15px;
  color: #6A6A6A;
  font-weight: 600;
}

/* Suggest */
.suggest-icon-tel {
  display: inline-block;
  width: 25px;
  height: 32px;
  padding: 0;
  margin: -5px 10px -5px 0;
  background: url(../../images/marker/icon_tel_b.svg)no-repeat;
  background-size: contain;
}


/*---------- SERVICE ----------*/
.service-recommended {
  background: #E2F0F7;
  padding: 50px 0 80px;
}

.service-recommended h2 {
  max-width: 1000px;
  width: 90%;
  padding: 14px;
  margin: 0 auto 30px;
  text-align: center;
  background: #6BB5DE;
  border-radius: 30px;
  color: #fff;
  font-size: 32px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .service-recommended h2 {
    padding: 20px 14px 8px;
  }
}

.service-item {
  padding-top: 70px;
}

.item-section {
  padding: 0 0 120px;
}

.on-b-bar {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 8px solid #6BB5DE;
}

.item-section .on-b-bar {
  margin-bottom: 40px;
  padding-bottom: 10px;
  line-height: 1.9;
}

.item-section .on-b-bar + .item-example {
  padding-top: 30px;
}

.item-description {
  background: #F7F5EF;
  padding: 40px;
  margin-bottom: 60px;
}

.description-wrap {
  display: flex;
  justify-content: space-between;
}

.description-wrap + .description-wrap {
  padding-top: 15px;
}

.description-wrap._ecojozu-figure {
  align-items: center;
}

.description-wrap._ecojozu-figure figure:nth-child(2) {
  padding: 0 15px;
}

.description-wrap .txt-wrap {
  text-align: left;
  width: calc(100% - 25.33% - 25px);
}

.description-wrap .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 10px;
}

.description-wrap .description-txt {
  line-height: 1.9;
}

.description-wrap .description-notes {
  font-size: 14px;
  padding-top: 15px;
}

.description-wrap .item-img {
  width: 25.33%;
}

.description-wrap img {
  width: 100%;
}

.ecojozu-merit-list {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}

.ecojozu-merit-list li {
  width: 23.4%;
}

.border-on-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 2px solid #6BB5DE;
}

.border-on-ttl span {
  font-size: 24px;
  background-color: #fff;
  color: #6BB5DE;
  text-align: center;
  padding: 0 3%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.item-example {
  padding-bottom: 40px;
}

.item-example .module-section {
  margin-bottom: 0;
}

.item-example-list img {
  width: 100%;
  display: block;
  object-fit: contain;
  border-top: 2px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
}

.item-ttl {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  margin: 0 -2px;
  background: #6BB5DE;
}

.item-example-notes {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .item-example-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .item-example-list li {
    width: 31.8%;
    height: 100%;
    margin-right: 2.3%;
    margin-bottom: 40px;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
  }

  .item-example-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.reccomend-contact {
  background: #F6F6F6;
  padding: 50px 20px;
}

.reccomend-contact-ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 5px;
}

/* 台所・浴室リモコン */
.item-section.__10 .description-wrap {
  display: block;
}

.item-section.__10 .description-wrap .txt-wrap {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.item-section.__10 .simple-type .item-img.pc {
  width: 80%;
  margin: 0 auto 40px;
  display: block;
}

.item-section.__10 hr {
  background: #95989A;
  margin: 0 auto;
  width: 96%;
}

.item-section.__10 .mulch-type {
  padding: 40px 0 0;
}

.item-section.__10 .mulch-type .ttl img {
  width: 175px;
  vertical-align: sub;
  margin: 0 10px 0 0;
}

.item-section.__10 .mulch-type .item-img.pc {
  width: 93.6%;
  margin: 0 auto;
  display: block;
  padding-top: 12px;
}


/*---------- COMPANY ----------*/
.about_staff {
  padding: 60px 0 30px;
}

.about_staff h2, .about_company h2 {
  padding-bottom: 50px;
}

.about_staff h2 .en {
  text-transform: uppercase;
}

.staff_list {
  display: flex;
  flex-wrap: wrap;
}

.staff_list li {
  width: 22.6%;
  margin-right: 3.2%;
  padding-bottom: 20px;
}

.staff_list li:nth-child(4n) {
  margin-right: 0;
}

.staff_list li figure {
  position: relative;
  width: 100%;
}

.staff_list li figure:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.staff_list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.staff_list li .staff_name {
  font-size: 28px;
  text-align: center;
  padding: 20px 0;
}

.staff_list li .staff_name span {
  font-size: 10px;
  color: #6BB5DE;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
}

.about_company {
  padding: 60px 0 120px;
}

.company-table {
  width: 100%;
}

.company-table th, .company-table td {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #DDD;
  line-height: 1.9;
}

.company-table tr:last-child th, .company-table tr:last-child td {
  border-bottom: none;
}

.company-table th {
  color: #6BB5DE;
  width: 200px;
}

.about_company .map {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}

.about_company .map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
}


/*---------- TOPIX ----------*/
.topix_table .summary-list {
  padding: 70px 0 30px;
  justify-content: left;
}

.topix_table .summary-list li {
  padding: 0 0 20px 0;
  margin-right: 2%;
}

.topix_table .summary-list li:nth-child(4n) {
  margin-right: 0;
}

.page-btn-area {
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}

.page-btn-area li:first-child {
    margin-left: 0;
}

.page-btn-area li {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #E6E6E6;
  margin: 0 0 0 20px;
  line-height: 40px;
  display: block;
  transition: .3s;
  box-sizing: content-box;
}

.page-btn-area .cur, .page-btn-area li:hover {
  background-color: #E2F0F7;
}

.page-btn-area li a {
  color: #333;
  display: block;
}

.page-btn-area .left-arrow, .page-btn-area .right-arrow {
  display: inline-block;
  width: 12pt;
  height: 16pt;
  background: url(../../images/marker/icon_path_arrow.svg) no-repeat 0;
}

.page-btn-area .right-arrow {
  transform: translate(3px,5px) rotate(0deg);
}

.page-btn-area .left-arrow {
  transform: translate(-3px,5px) rotate(180deg);
}

.category-wrap {
  padding: 30px 0 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.category-index {
  width: 47%;
}

.category-index h3 {
    font-size: 28px;
    color: #6BB5DE;
    font-weight: 600;
    padding-bottom: 10px;
}

.category-index li {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.category-index li a {
  transition: .25s;
}

.category-index li:after {
  content: '';
  position: absolute;
  top: 44%;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #6BB5DE;
  border-right: 2px solid #6BB5DE;
  transform: rotate(45deg);
}

.topix_mansion {
  background: #F6F6F6;
  padding: 60px 0;
}

.topix_mansion h2 {
  font-size: 32px;
  text-align: center;
}

.topix_mansion_wrap {
  margin-top: 30px;
  background: #FFF;
  border: 4px solid #DCDCDC;
  border-radius: 12px;
  padding: 10px 8% 34px;
}

.city_list {
  border-bottom: 2px solid #C1C1C1;
  padding: 30px 0 10px;
}

.city_list:last-child {
  border-bottom: none;
}

.city_list h3 {
  font-size: 28px;
  color: #6BB5DE;
  text-align: center;
  padding-bottom: 25px;
}

.mansion_list {
  display: flex;
  flex-wrap: wrap;
}

.mansion_list li {
  font-size: 15px;
  padding: 0 19px 0 20px;
  margin-bottom: 22px;
  position: relative;
}

.mansion_list li::before {
  content: '';
  width: 13px;
  height: 13px;
  background: #6BB5DE;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}


/*---------- CONTACT ----------*/
.contact-txt {
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 40px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.contact-box {
  background: #F7F5EF;
  padding: 60px 0 80px;
}

.contact-form-ttl {
  padding: 15px 15px 5px;
  font-weight: 400;
}

.form-wrap {
  background: #FFF;
  padding: 50px 6% 40px;
}

.form-btn-box .link-btn {
  position: relative;
  max-width: 230px;
  margin: 0 auto;
}

.form-btn-box .link-btn.right-arrow::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  border-color: #FFF #FFF transparent transparent;
  transform: translate(0, -50%) rotate(45deg);
  right: 20px;
}

.form-btn-box .btn-attention-block-large {
  background: #6BB5DE;
  padding: 18px 25px;
  font-size: 16px;
  max-width: 230px;
}

.form-btn-box .btn-attention-block-large:hover {
  background: #3F9FD3;
}

.contact-box.error .form-btn-box {
  margin: 25px 10px 0;
}

.acms-col-4 select {
  width: 100%;
}

.form-txt {
  padding: 0 0 25px;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding: 0 0 0 28px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #D6D6D6;
  background: #fff;
  border-radius: 50%;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}
.contact-box select {
  min-height: 40px;
}
.acms-form input[type=date], .acms-form input[type=datetime-local], .acms-form input[type=datetime], .acms-form input[type=email], .acms-form input[type=month], .acms-form input[type=number], .acms-form input[type=password], .acms-form input[type=search], .acms-form input[type=tel], .acms-form input[type=text], .acms-form input[type=time], .acms-form input[type=url], .acms-form input[type=week] {
  min-height: 40px;
}
.contact_supplementary {
  text-align: center;
  margin: 60px 0 20px;
}

.contact_supplementary a {
  color: #0033CC;
  text-decoration: underline;
}

.contact_supplementary a:hover {
  opacity: 0.7;
}

.privacy-chkbox {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 40px;
}

.privacy-chkbox .acms-admin-form-checkbox {
  padding-left: 25px;
  margin-right: 0;
}

.privacy-chkbox label {
  text-align: left;
  text-indent: -1.6rem;
}

/* 確認画面 */
.contact-box.comfirm .contact-form-label {
  font-weight: 400;
}

/* 完了画面 */
.contact-box.complete, .contact-box.no-bgc {
  background: none;
}

.contact-box.complete .message-text, .contact-box.no-bgc .message-text {
  padding: 40px 0;
}

.contact-box.complete .form-btn {
  margin-bottom: 120px;
}

.form-btn.form-btn-return.message-back-link {
  max-width: 100%;
  width: auto;
}

.form-btn.form-btn-return.message-back-link .btn-large {
  padding: 16px 26px 16px 45px;
}

/*---------- AREA ----------*/
.area__section {
  padding: 60px 0 140px;
}

.area__section .section-title {
  padding-bottom: 50px;
}

.area__article_wrap {
  background: #F7F5EF;
  padding: 60px 0;
}

.area__article__box {
  background: #fff;
  border: 4px solid #DCDCDC;
  border-radius: 12px;
  padding: 60px 6%;
}

.area__content + .area__content {
  margin-top: 64px;
}

.area__content__title {
  font-size: 36px;
  color: #6BB5DE;
  text-align: center;
  margin-bottom: 35px;
}

.area__content__city {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 24px;
}

.area__content__list + .area__content__city {
  padding-top: 30px;
}

.area__content__list {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.area__content__list li {
  width: 16.66%;
  padding: 0 0 0 19px;
  margin-bottom: 22px;
  position: relative;
}

.area__content__list li::before {
  content: '●';
  font-size: 14px;
  color: #6BB5DE;
  position: absolute;
  left: 0;
  top: 1px;
}

.area__content__map {
  margin: 32px auto 0;
  width: 90%;
}

.area__content__map img {
  width: 100%;
}

/*---------- PRODUCT ----------*/
.product__section {
  padding: 60px 0 40px;
}

.product__section .section-title {
  padding-bottom: 50px;
}

.product__nav__wrap {
  background: #F7F7F7;
  padding: 60px 0 30px;
}

.main.top .product__nav__wrap {
  background: #FFFFFF;
}

.product__nav__title {
  font-size: 24px;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 30px;
}

.product__nav__txt {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 35px;
}

.product__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.product__nav li {
  margin-bottom: 20px;
  width: 100%;
}

.product__nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  line-height: 1.5;
  font-weight: bold;
  background: #fff;
  border: 2px solid #6BB5DE;
  border-radius: 8px;
  position: relative;
}

.product__nav li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #6BB5DE;
  border-right: 2px solid #6BB5DE;
  transform: translate(0, -50%) rotate(45deg);
}

.product__nav__img {
  width: 42px;
  height: auto;
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .product__nav li {
    width: calc((100% - 46px)/3);
  }
  .product__nav li:not(:nth-child(3n)) {
    margin-right: 23px;
  }
  .product__nav li a:hover {
    border: 5px solid #6BB5DE;
  }
}

.product__aboutPrice {
  padding: 80px 0 90px;
}

.product__aboutPrice__wrap {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
}

.product__aboutPrice__title {
  max-width: 655px;
  margin: 0 auto 27px;
}

.product__aboutPrice__title img {
  width: 100%;
}

.product__aboutPrice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}

.product__aboutPrice__list li {
  border: 2px solid #DDDDDD;
  border-radius: 8px;
  background: #fff;
  width: 23.36%;
  padding: 24px 1.95%;
  text-align: center;
}

.product__aboutPrice__list li img {
  width: 100%;
  max-width: 124px;
  height: auto;
}

.product__aboutPrice__list li p {
  font-size: 19px;
  font-weight: bold;
  padding-top: 18px;
  line-height: 1.2;
}

.product__aboutPrice__list li .marker {
  background: linear-gradient(transparent 50%,#fffabc 50%);
}

.product__aboutPrice__plus {
  margin-top: 65px;
}

.product__aboutPrice__plus__txt {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 34px;
}

.product__aboutPrice__plus__txt .strong {
  color: #BD222B;
  font-weight: bold;
}

.product__aboutPrice__plus__figure img {
  width: 100%;
}

.gasq__reliefPoint {
  background: #F7F5EF;
  padding: 80px 0 70px;
}

.gasq__reliefPoint h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 45px;
}

.gasq__reliefPoint h3 span {
  font-size: 24px;
}

.gasq__reliefPoint h3 img {
  max-width: 260px;
  padding: 22px 6px 0 0;
  vertical-align: -10px;
}

.gasq__reliefPoint .border-on-ttl span {
  background-color: #F7F5EF;
}

.gasq__reliefPoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gasq__reliefPoint__list li {
  width: 48.5%;
  background: #fff;
  border: 2px solid #DDDDDD;
  border-radius: 8px;
  padding: 26px 3% 26px 90px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.gasq__reliefPoint__list li::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../../images/relief_point_icon.svg)no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.gasq__reliefPoint__list li .note {
  font-size: 15px;
  font-weight: normal;
  vertical-align: 8px;
}

.gasq__reliefPoint__note {
  margin-top: 5px;
}

.gasq__reliefPoint__note li {
  text-align: center;
  line-height: 1.68;
}

.product__suggest {
  padding: 70px 0 120px;
}

/* entry */
.product__entry__img img {
  width: 100%;
}

.product__entry__detail {
  width: 500px;
}

.product__entry {
  padding: 80px 0;
}

.product__entry__img img {
  border: 1px solid #DDDDDD;
  object-fit: cover;
}

.product__entry__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__entry__function li {
  width: 32%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .product__entry__function li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}

.product__entry__function li .small {
  font-size: 12px;
  display: contents;
}

.product__entry__function li span {
  background: #DDDDDD;
  color: #6A6A6A;
  display: block;
  border-radius: 4px;
  padding: 11px 0;
  font-size: 14px;
}

.product__entry__function li span.on {
  background: #6CBE29;
  color: #FFFFFF;
  display: block;
  border-radius: 4px;
  padding: 11px 0;
  font-size: 14px;
}

.product__entry__function__note {
  font-size: 14px;
  text-align: right;
}

.product__entry__table {
  margin: 30px auto 0;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.product__entry__table th, 
.product__entry__table td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 14px 10px 15px;
  line-height: 1.5;
}

.product__entry__table th {
  text-align: left;
  background: #F7F7F7;
  font-weight: normal;
  width: 37%;
}

.product__entry__set {
  border: 1px solid #DDDDDD;
  display: table;
  width: 100%;
}

.product__section.__entry .product__aboutPrice {
  padding-bottom: 5px;
}

.product__entry__set:first-of-type {
  margin-top: 62px;
}

.product__entry__set + .product__entry__set {
  margin-top: 20px;
}

.product__entry__set a {
  display: table;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .product__entry {
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product__entry__img {
    width: calc(100% - 520px);
  }
  .product__entry__set a:hover {
    opacity: 0.65;
  }
}

.product__entry__set dt,.product__entry__set dd {
  display: table-cell;
  vertical-align: middle;
  padding: 13px 15px;
  line-height: 1.5;
}

.product__entry__set dt {
  width: 28%;
  font-weight: bold;
  background: #E2F0F7;
}

.product__entry__set__price {
  min-width: 345px;
  text-align: right;
  position: relative;
}

.product__entry__set__price::before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../../images/blue_r_arrow_icon.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.product__entry__set__price img {
  width: 56px;
  height: auto;
  margin-right: 10px;
}

.product__entry__set__price .strong {
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #E0578F;
  background: linear-gradient(transparent 70%,#fffabc 70%);
}

.product__section__index {
  margin-top: 20px;
}

.item-detail-link {
  display: block;
  font-size: 20px;
  text-align: right;
  padding: 22px 60px 22px 22px;
  border-top: 2px solid #DDDDDD;
  position: relative;
}

.item-detail-link::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../images/blue_r_link_icon.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

/* .product__section__index .item-ttl {
  display: none;
} */

.product__section__index .page-btn-area {
  margin: 30px 0 0;
}

.product__section__index .product__suggest {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .item-detail-link:hover {
    background: #ddd;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .product__entry__set__price {
    min-width: 310px;
  }
  .product__entry__set__price .strong {
    font-size: 30px;
  }
}

/*---------- DOCUMENT ----------*/
.document__section {
  padding: 60px 0 100px;
}

.document-item + .document-item {
  margin-top: 60px;
}

.document-item p, .document-item ol {
  margin: 20px 0;
  line-height: 1.9;
}

.document-item ol {
  padding-left: 1.2em;
}

.document-ttl {
  line-height: 1.3;
  margin: 0 0 25px;
  padding: 2px 10px;
  font-size: 28px;
  font-weight: 500;
  border-left: 4px solid #6BB5DE;
}




/*-------------------------------

	original (SP)

-------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .sp_5s {
    display: none;
  }
  .btn-attention-block-large {
    padding: 22px 30px 22px 70px;
  }
  .section-title {
    font-size: 28px;
  }

  /*---------- header ----------*/
  .head-wrapper {
    height: 0;
  }
  .site-header {
    height: 100px;
  }
  .site-header h1 {
    margin: 0 0 0 5%;
    width: 180px;
  }
  .site-header h1 span {
    width: 180px;
    font-size: 10px;
    font-weight: 400;
    display: block;
    line-height: 1.4;
    padding: 0 0 2px;
  }
  .site-header h1 img {
    width: 180px;
  }

  /*---------- footer ----------*/
  .footer.acms-container {
    padding: 0;
  }
  .foot-wrapper {
    padding: 0;
  }
  .footer-nav {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .footer-nav ul {
    justify-content: unset;
    border-bottom: 1px solid #468BB2;
  }
  .footer-nav li {
    width: 50%;
    padding: 0;
    margin-left: 0;
    box-sizing: border-box;
    line-height: 1;
    border-top: 1px solid #468BB2;
  }
  .footer-nav li:nth-child(odd) {
    border-right: 1px solid #468BB2;
  }
  .footer-nav li::before, .footer-nav li::after {
    display: none;
  }
  .footer-nav li a {
    padding: 22px 10px;
  }
  .copyright {
    font-size: 10px;
    padding: 20px 0;
  }

  /*---------- TOP ----------*/
  .top_kv.sp {
    display: block;
  }
  .top_kv.pc {
    display: none;
  }
  .top_kv {
    padding: 100px 0 30px;
    position: relative;
  }
  .slick-slide {
    padding: 0;
  }
  .slick-next, .slick-prev {
    top: auto;
    bottom: -45px;
    width: 20px;
    height: 30px;
    z-index: 1;
  }
  .slick-prev {
    left: 20%;
    background: url(../../images/marker/icon_slider_left_sp.png) no-repeat;
    background-size: cover;
  }
  .slick-next {
    right: 20%;
    background: url(../../images/marker/icon_slider_right_sp.png) no-repeat;
    background-size: cover;
  }
  .top-attention {
    margin: 30px auto;
    padding: 35px 20px;
  }
  .top-notice {
    margin: 30px auto 60px;
    padding: 40px 5%;
  }
  .top-recommended {
    padding: 50px 0 80px;
  }
  .top-recommended h2 span {
    font-size: 20px;
  }
  .top-recommended h2 img {
    display: block;
    margin: 0 auto;
    padding-bottom: 16px;
  }
  .top-recommended-list {
    width: 98%;
    margin: 0 auto;
    /* padding-bottom: 50px; */
    justify-content: center;
  }
  .top-recommended-list li {
    width: 47%;
    margin-bottom: 8px;
  }
  .top-recommended-list li:nth-child(even) {
    margin-left: 6%;
  }
  .top-recommended .section-title {
    padding-bottom: 20px;
  }
  .flyer-pdf {
    width: 100%;
    padding-bottom: 40px;
  }
  .reccomend-service li .txt-wrap {
    padding: 15px 18px;
  }
  .reccomend-service .slick-slide {
    margin: 0 10px;
    border: 1px solid #DDDDDD;
  }
  .reccomend-service .slick-slide img {
    border-bottom: 1px solid #DDDDDD;
  }
  .reccomend-service .slick-next, .reccomend-service .slick-prev {
    top: 48%;
    bottom: auto;
    width: 50px;
    height: 50px;
  }
  .reccomend-service .slick-prev {
    left: 0;
  }
  .reccomend-service .slick-next {
    right: 0;
  }
  .slick-next:hover, .slick-prev:hover {
    opacity: 1;
  }
  .top-summary {
    padding: 45px 0 80px;
  }
  .summary-list {
    display: block;
    padding: 20px 0 30px;
  }
  .summary-list li {
    width: 100%;
    border-bottom: 1px solid #CCC;
  }
  .summary-list li:last-child {
    border-bottom: none;
  }
  .summary-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  .summary-list .acms-summary-image {
    width: 30%;
  }
  .summary-body {
    width: 67.5%;
    padding: 0;
    margin-top: -5px;
  }
  .summary-category {
    display: inline-block;
    padding: 0 0 0 15px;
  }
  .summary-category::before {
    left: 4px;
  }
  .workflow {
    padding: 40px 0 60px;
    margin-bottom: 40px;
  }
  .workflow-inner {
    padding: 60px 20px;
  }
  .workflow h2 {
    line-height: 1.7;
  }
  .flow-list li {
    margin-bottom: 33px;
  }
  .flow-list li:not(:last-child)::after {
    bottom: -24px;
  }
  .flow-list .ttl {
    line-height: 1.3;
  }
  .flow-list .txt {
    line-height: 1.7;
  }
  .introduction-bnr .contact-link {
    background: url(../../images/sp/introduction_bgi.jpg)no-repeat;
    background-size: cover;
  }
  .introduction-bnr .link-inner {
    padding: 30px 0 40px;
    display: block;
  }
  .introduction-bnr .tel-inner {
    width: 100%;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
  }
  .introduction-bnr .tel-inner .ttl {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
  }
  .introduction-bnr .tel-inner .figure {
    width: 90px;
    height: 90px;
    padding-right: 10px;
    box-sizing: content-box;
  }
  .introduction-bnr .tel-inner .txt {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
  }
  .intro-tel-btn {
    width: 100%;
    font-size: 24px;
    padding: 18px 20px 18px 100px;
    background: #6BB5DE;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    position: relative;
  }
  .intro-tel-btn::before {
    content: '';
    width: 35px;
    height: 45px;
    background: url(../../images/marker/icon_tel.svg)no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translate(0, -50%);
  }
  .introduction-bnr .open-time {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
  }
  .intro-mail-btn {
    width: 100%;
    font-size: 24px;
    padding: 18px 20px 18px 100px;
  }
  .intro-mail-btn::before {
    width: 50px;
    height: 40px;
    left: 28px;
  }
  .introduction-bnr .campaign {
    padding: 40px 0;
  }
  .campaign .ttl {
    font-size: 25px;
    line-height: 1.3;
    padding: 0;
    display: block;
    margin: 0 auto 20px;
  }
  .campaign .ttl:before, .campaign .ttl:after {
    width: 70px;
  }
  .campaign .ttl:before {
    left: -5%;
  }
  .campaign .ttl:after {
    right: -5%;
  }
  .campaign-list li:not(:last-child) {
    padding-bottom: 10px;
  }
  .service-area {
    padding: 60px 0;
    margin-bottom: 100px;
  }
  .service-area h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .service-area h2 span {
    font-size: 24px;
    padding: 18px 0;
  }
  .txt-wrap {
    padding-bottom: 20px;
  }
  .txt-wrap .catch {
    font-size: 28px;
  }
  .txt-wrap .lead-txt {
    padding-top: 20px;
  }
  .area-wrap {
    padding: 40px 30px 30px;
  }
  .area-wrap h3 {
    font-size: 24px;
  }
  .area-list {
    width: 100%;
  }
  .area-list li {
    padding: 11px 10px;
  }
  .suggest-box {
    padding: 60px 0 50px;
  }
  .suggest-box .logo-txt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
  }
  .suggest-box h2 img {
    margin: 12px 0 10px;
  }.suggest-item {
    margin: 20px auto 0;
  }
  .suggest-tel {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    position: relative;
  }
  .suggest-tel a {
    padding: 22px 30px 22px 70px;
    background: #FFF;
    border-radius: 40px;
    display: block;
  }
  .suggest-icon-tel {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22px;
    left: 34px;
    transform: rotate(-10deg);
  }
  .suggest-btn a::before {
    width: 30px;
    height: 24px;
  }
  .suggest-text {
    padding: 12px 0;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
  }


  /*---------- SERVICE ----------*/
  .page-title .en {
    padding-bottom: 5px;
    font-size: 36px;
  }
  .service-recommended {
    padding: 40px 0 30px;
  }
  .service-recommended h2 {
    padding: 11px;
    font-size: 28px;
  }
  .service-item {
    padding-top: 50px;
  }
  .on-b-bar {
    font-size: 28px;
    line-height: 1.6;
  }
  .item-section {
    padding: 0 0 70px;
  }
  .item-section .on-b-bar {
    margin-bottom: 40px;
    padding-bottom: 20px;
    line-height: 1.6;
  }
  .item-description {
    padding: 30px 20px;
  }
  .item-description {
    padding: 30px 20px;
    margin: 0 -5.5%;
    margin-bottom: 65px;
  }
  .description-wrap + .description-wrap {
    padding-top: 0;
  }
  .description-wrap .txt-wrap {
    width: 100%;
  }
  .description-wrap .ttl {
    font-size: 20px;
    line-height: 1.8;
  }
  .description-wrap .item-img.sp {
    width: 63%;
    min-width: 210px;
    margin: 0 auto 20px;
    display: block;
  }
  .description-wrap {
    display: block;
  }
  .ecojozu-merit-list {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .ecojozu-merit-list li {
    width: 47.8%;
    margin-bottom: 15px;
  }
  .ecojozu-merit-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .description-wrap._ecojozu-figure figure.sp {
    width: 28.66%;
    margin: 0 9% 0 auto;
    display: block;
  }
  .border-on-ttl {
    margin-bottom: 40px;
  }
  .border-on-ttl span {
    padding: 0 9%;
  }
  .item-example {
    padding-bottom: 30px;
  }
  .item-section .on-b-bar + .item-example {
    padding-top: 10px;
  }
  .item-example-list li {
    margin-bottom: 25px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .item-ttl {
    margin: 0;
  }
  .item-example-list img {
    border-bottom: 1px solid #DDDDDD;
  }
  .reccomend-contact {
    padding: 35px 20px;
  }
  .reccomend-contact-ttl {
    font-size: 27px;
    line-height: 1.6;
    padding: 0;
  }
  .reccomend-contact .suggest-icon-tel {
    top: 24px;
    left: 18px;
  }
  .reccomend-contact .suggest-tel a {
    padding: 25px 20px 25px 50px;
  }
  .reccomend-contact .btn-attention-block-large {
    padding: 25px 20px 25px 50px;
  }
  .reccomend-contact .suggest-btn a::before {
    left: 18px;
  }
  .reccomend-contact .suggest-item:nth-child(2) {
    margin: 5px auto 0;
  }
  .description-wrap .description-txt {
    text-align: left;
  }
  .item-section.__10 {
    padding: 0 0 60px;
  }
  .item-section.__10 .simple-type .item-img.pc, .item-section.__10 .mulch-type .item-img.pc {
    display: none;
  }
  .description-wrap.simple-type .item-img.sp {
    width: 98%;
    margin: 0 auto 60px;
  }
  .item-section.__10 hr {
    width: 100%;
  }
  .item-section.__10 .mulch-type .ttl img {
    width: 140px;
  }
  .description-wrap.mulch-type .item-img.sp {
    width: 100%;
    margin: 0 auto;
  }


  /*---------- COMPANY ----------*/
  .about_staff {
    padding: 45px 0 30px;
  }
  .about_staff h2 {
    padding-bottom: 30px;
  }
  .staff_list li {
    width: 47%;
    margin-right: 6%;
    padding-bottom: 0;
  }
  .staff_list li:nth-child(2n) {
    margin-right: 0;
  }
  .staff_list li .staff_name {
    font-size: 20px;
    padding: 10px 0 20px;
  }
  .staff_list li .staff_name span {
    padding-top: 8px;
  }
  .about_company {
    padding: 50px 0 100px;
  }
  .about_company h2 {
    padding-bottom: 15px;
  }
  .company-table th, .company-table td {
    display: block;
  }
  .company-table th {
    width: 100%;
    border-bottom: none;
    padding: 15px 0 0;
  }
  .company-table td {
    padding: 0 0 15px;
  }


  /*---------- TOPIX ----------*/
  .topix_table .summary-list {
    padding: 16px 0 40px;
  }
  .topix_table .summary-list li {
    padding: 0;
    margin-right: 0;
  }
  .summary-list li:last-child {
    border-bottom: 1px solid #CCC;
  }
  .category-wrap {
    padding: 20px 0;
    display: block;
  }
  .category-index {
    width: 100%;
    padding-bottom: 60px;
  }
  .category-index h3 {
    font-size: 24px;
    font-weight: 400;
  }
  .category-index li {
    padding: 15px;
  }
  .category-index li a {
    font-size: 14px;
  }
  .topix_mansion_wrap {
    padding: 10px 5% 34px;
  }
  .page-btn-area {
    justify-content: space-around;
  }
  .page-btn-area li {
    margin: 0;
  }
  .page-header {
    margin: 45px 0 20px;
  }
  .entry-title {
    font-size: 24px;
    margin: 15px 0;
    line-height: 1.7;
  }
  .entry-column-grid {
    margin: 0;
  }
  .entry-column h2 {
    padding: 0 10px;
    font-size: 24px;
  }
  .entry-column h3, .entry-column h4, .entry-column h5 {
    margin: 0 0 15px;
  }
  .entry-column h3 {
    font-size: 20px;
    padding: 11px 10px;
  }
  .entry-column h4 {
    font-size: 18px;
  }
  .entry-column p {
    font-size: 14px;
  }


  /*---------- CONTACT ----------*/
  .contact-txt {
    margin: 45px auto 40px;
    font-size: 16px;
  }
  .contact-box {
    padding: 40px 0 70px;
  }
  .form-wrap {
    padding: 38px 5% 40px;
  }
  .contact-box .mail-step {
    margin: 0 0 15px;
  }
  .contact-box .mail-step-item {
    padding: 23px 0;
  }
  .form-txt {
    padding: 0 0 15px;
    font-size: 14px;
  }
  .contact-form-label {
    padding: 15px 5% 0;
    font-size: 16px;
  }
  .contact-form-control {
    padding: 10px 5% 15px;
  }
  .contact-form-control.__adjust {
    padding: 0 5% 15px;
  }
  .contact-form-ttl {
    padding: 10px 5% 0;
    font-size: 14px;
  }
  .contact-form-control .acms-col-4, .contact-form-control .acms-col-8 {
    width: 100%;
  }
  .contact-box .message-group {
    margin: 0;
  }
  .form-btn-box {
    margin: 0;
  }
  .form-btn-box .link-btn {
    max-width: 100%;
  }
  .form-btn-box .btn-attention-block-large {
    padding: 19px 25px;
    font-size: 18px;
    max-width: 100%;
  }
  .form-btn {
    display: block;
  }
  .form-btn.pc {
    display: none;
  }
  .contact-box.comfirm .form-btn-box .link-btn {
    margin-bottom: 20px;
  }
  .form-btn.form-btn-return {
    max-width: 100%;
    width: 100%;
  }
  .form-btn.form-btn-return .btn-large {
    padding: 17px 26px;
    font-size: 17px;
  }
  .contact-box.complete .message-text, .contact-box.no-bgc .message-text {
    padding: 30px 0 40px;
  }
  .contact-box.complete .form-btn.form-btn-return {
    margin-bottom: 70px;
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .contact-box .message-text {
    width: 100%;
  }
  .form-btn.form-btn-return.message-back-link {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .contact_supplementary {
    margin: 30px 0 20px;
    font-size: 15px;
  }

  /*---------- AREA ----------*/
  .area__section {
    padding: 46px 0 110px;
  }
  .area__section .section-title {
    padding-bottom: 30px;
  }
  .area__article_wrap {
    padding: 40px 0 50px;
  }
  .area__article__box {
    padding: 20px 5%;
  }
  .area__content + .area__content {
    margin-top: 40px;
  }
  .area__content__title {
    font-size: 28px;
    margin-bottom: 23px;
  }
  .area__content__city {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .area__content__list li {
    width: 50%;
  }
  .area__content__map {
    margin: 22px auto 0;
    width: 100%;
  }

  /*---------- PRODUCT ----------*/
  .product__section {
    padding: 46px 0 40px;
  }
  .product__section .section-title {
    padding-bottom: 30px;
  }
  .product__nav__title {
    margin-bottom: 20px;
  }
  .product__nav__txt {
    margin-bottom: 25px;
  }
  .product__nav li {
    margin-bottom: 15px;
  }
  .product__aboutPrice {
    padding: 60px 0 80px;
  }
  .product__section.__entry .product__aboutPrice__wrap {
    width: 100%;
  }
  .product__aboutPrice__title {
    max-width: 240px;
    margin: 0 auto 30px;
  }
  .product__aboutPrice__list li {
    width: 23.5%;
    padding: 15px 2%;
    margin-bottom: 17px;
  }
  .product__aboutPrice__list li .marker {
    background: transparent;
    font-size: 12px;
  }
  .product__aboutPrice__list li .small {
    font-size: 10px;
  }
  .product__aboutPrice__list li p {
    padding-top: 6px;
  }
  .product__aboutPrice__plus {
    margin-top: 45px;
  }
  .product__aboutPrice__plus__txt {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .gasq__reliefPoint {
    padding: 60px 0 80px;
  }
  .gasq__reliefPoint h3 {
    margin-bottom: 50px;
  }
  .gasq__reliefPoint h3 span {
    font-size: 20px;
  }
  .gasq__reliefPoint h3 img {
    padding: 24px 0 14px;
    vertical-align: unset;
  }
  .gasq__reliefPoint__list li {
    width: 100%;
    padding: 30px 3% 30px 75px;
    font-size: 20px;
  }
  .gasq__reliefPoint__list li::before {
    left: 6%;
  }
  .gasq__reliefPoint__note {
    margin-top: -8px;
  }
  .gasq__reliefPoint__note li {
    text-align: left;
    padding-left: 2rem;
    text-indent: -2rem;
  }
  .product__suggest {
    padding: 40px 0 60px;
  }

  /* entry */
  .product__entry {
    padding: 60px 0;
  }
  .product__entry__detail {
    min-width: auto;
    width: 100%;
  }
  .product__entry__function {
    padding: 30px 0 10px;
  }
  .product__entry__function li {
    width: 48%;
  }
  .product__entry__function li:nth-child(odd) {
    margin-right: 10px;
  }
  .product__entry__table th, .product__entry__table td {
    display: block;
    width: 100%;
    padding: 10px 5% 11px;
  }
  .product__entry__function__note {
    text-align: center;
  }
  .product__entry__set:first-of-type {
    margin-top: 25px;
  }
  .product__entry__set + .product__entry__set {
    margin-top: 15px;
  }
  .product__entry__set dt, .product__entry__set dd {
    display: block;
    width: 100%;
    padding: 12px 15px;
  }
  .product__section.__entry .product__aboutPrice {
    padding: 0 0 84px;
  }
  .product__entry__set__price {
    min-width: auto;
    text-align: center;
    padding-top: 25px !important;
  }
  .product__entry__set__price::before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0) rotate(90deg);
  }

  /*---------- DOCUMENT ----------*/
  .document__section p, .document__section ol {
    font-size: 14px;
  }
  .document-ttl {
    padding: 0 10px;
    font-size: 24px;
  }
}


/*-------------------------------

	original (5S)

-------------------------------*/
@media screen and (max-width: 320px) {
  .sp_5s {
    display: inline-block;
  }
  .btn-attention-block-large, .tel-btn a, .suggest-tel, .mail-btn a {
    font-size: 17px;
  }

  .site-header h1 {
    width: 47.8%;
  }
  .nav-menu-action {
    border-spacing: 0;
    margin: 0;
  }
  .top-recommended h2 span {
    font-size: 18px;
  }
  .reccomend-service .selling_price {
    font-size: 14px;
  }
  .workflow h2 .pink {
    font-size: 31px;
  }
  .introduction-bnr .tel-inner .txt {
    font-size: 17px;
  }
  .intro-tel-btn, .intro-mail-btn {
    font-size: 21px;
  }
  .campaign .ttl {
    font-size: 23px;
  }
  .service-area h2 {
    font-size: 18px;
  }
  .service-area h2 span {
    font-size: 22px;
  }
  .area-wrap h3 {
    font-size: 20px;
  }
  .suggest-box .logo-txt {
    font-size: 19px;
  }
  .suggest-txt {
    font-size: 14px;
  }
  .reccomend-contact-ttl {
    font-size: 22px;
  }
  .reccomend-contact .suggest-tel, .reccomend-contact .btn-attention-block-large {
    font-size: 16px;
  }
  .description-wrap .ttl {
    font-size: 19px;
  }
  .flow-list li {
    padding: 30px 10px;
  }
  .item-selling_price {
    font-size: 12px;
  }
  .about_staff h2 {
    line-height: 1.3;
  }
  .page-btn-area li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .contact-box .mail-step-item {
    font-size: 12px;
  }
  .contact-txt {
    font-size: 13px;
  }
  .form-btn.form-btn-return.message-back-link .btn-large {
    font-size: 14px;
  }
  .product__aboutPrice__list li .small {
    font-size: 14px;
  }
  .gasq__reliefPoint h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
.formimg {
  width:100px;
  height:120px;
  margin-left: 70%;
  margin-bottom: -130%;
}
}