@charset "UTF-8";
/*----------------------------------------------------
ベーススタイル
----------------------------------------------------*/
body {
  -webkit-text-size-adjust: none;
}

#sider,
button,
input {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProW3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}

/*----------------------------------------------------
レイアウト
----------------------------------------------------*/
.zeh-contents {
  font-size: 1rem;
}

.zeh-contents#cts {
  margin-bottom: 30px;
}

.zeh-contents #sider *, .zeh-contents #sider *::before, .zeh-contents #sider *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.zeh-contents p {
  margin: 1em 0;
}

.zeh-contents p:first-child {
  margin-top: 0;
}

.zeh-contents p:last-child {
  margin-bottom: 0;
}

.zeh-section {
  margin-top: 0px;
  line-height: 1.75;
}

/*----------------------------------------------------
モジュール
----------------------------------------------------*/
.column-box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.column-box.-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-box .col, .column-box .col-auto-pc, .column-box .col-1, .column-box .col-2, .column-box .col-3 {
  padding: 10px;
}

.column-box .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.column-box .col-auto-pc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.column-box .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column-box .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column-box .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.heading-lv2, .heading-lv3 {
  color: #00949d;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#sider h1, #sider h1.normal, .heading-lv1 {
  margin-bottom: 10px;
}

.heading-lv2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.25rem;
}

.heading-lv2-sub {
  display: block;
  font-size: 0.625rem;
}

.heading-lv3 {
  margin: 30px 0 20px;
  font-size: 1.125rem;
}

.image-box {
  margin: 30px 0;
  text-align: center;
}

.image-box:first-child {
  margin-top: 0;
}

.image-box:last-child {
  margin-bottom: 0;
}

.image-box-inner {
  display: inline-block;
  position: relative;
}

.image-box img {
  max-width: 100%;
  margin: 0 auto;
}

.image-box .image-box-caption {
  margin-top: .25em;
  font-size: .625rem;
  text-align: left;
}

.image-box .image-box-caption-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 2px;
  background-color: #e60012;
  vertical-align: middle;
}

.image-box-balloon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: .15s ease-in-out;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  margin: 0 5px;
  border: 1px solid #00949d;
  border-radius: 6px;
  background-color: #00949d;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.image-box-balloon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -5px 0;
}

.image-box-balloon::after {
  z-index: -1;
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.image-box-balloon-inner {
  display: block;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  background-color: #00949d;
  color: #ffffff;
}

.image-box-balloon-icon {
  -webkit-transform: rotate(-45deg);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 6px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: -11px auto 0;
  transform: rotate(-45deg);
  border: 2px solid #fff33f;
  border-radius: 50%;
}

.image-box-balloon-icon::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 2px;
  height: 6px;
  margin: 0 auto;
  background-color: #fff33f;
  content: '';
}

.image-box-balloon-icon > i {
  -webkit-transform: rotate(45deg);
  position: relative;
  width: 8px;
  transform: rotate(45deg);
}

.image-box-balloon-icon > i::before, .image-box-balloon-icon > i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #fff33f;
  content: "";
}

.image-box-balloon-icon > i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image-box-balloon.-item01::after {
  -webkit-transform: skew(-40deg);
  right: 15px;
  transform: skew(-40deg);
  border-width: 0 5px 20px 10px;
  border-color: transparent transparent #00949d transparent;
}

.image-box-balloon.-item02::after {
  -webkit-transform: skew(40deg);
  left: 15px;
  transform: skew(40deg);
  border-width: 0 10px 20px 5px;
  border-color: transparent transparent #00949d transparent;
}

.list-square > li {
  padding-left: 1em;
  line-height: 1.4;
  text-indent: -1em;
}

.list-square > li::before {
  display: inline-block;
  width: .5em;
  height: .5em;
  margin: 0 .25em;
  background-color: #00949d;
  vertical-align: middle;
  content: "";
}

.list-square > li:not(:first-child) {
  margin-top: .75em;
}

.list-square > li > * {
  text-indent: 0;
}

.list-square > li strong {
  color: #00949d;
  font-weight: bold;
}

.modal-title {
  height: auto;
  margin-bottom: 15px;
  padding: 0;
  background: none;
  color: #00949d;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

.modal-title > span {
  color: #333333;
  font-size: 1rem;
}

.nav-anchor {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/*.nav-anchor-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -3px;
}*/

.nav-anchor-list.-column2 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.nav-anchor-list.-column3 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.nav-anchor-list li {
  padding: 3px;
}

.nav-anchor-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: .15s ease-in-out;
  -webkit-transition-property: background-color, color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 3px;
  border: 1px solid #00949d;
  background-color: #fff;
  color: #00949d;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  transition: .15s ease-in-out;
  transition-property: background-color, color;
  border-radius: 10px;
}

/*.nav-anchor-list li a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  transform: rotate(45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";
}
*/

.panel {
  height: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #ffffff;
}

.panel:first-child {
  margin-top: 0;
}

.panel:last-child {
  margin-bottom: 0;
}

.panel.-radius {
  border-radius: 8px;
}

.panel.-inside {
  max-width: 1030px;
  margin-top: 30px;
}

.panel-title {
  margin-bottom: .25em;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.2;
}

.panel p {
  margin: .5em 0;
}

.panel .panel-primary {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}

.panel .panel-primary > span {
  font-size: 2rem;
}

.text-indent, .indent-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.text-note {
  font-size: .75rem;
}

.topics {
  margin-top: 50px;
}

.topics-heading {
  margin-bottom: 40px;
  padding: .5em;
  background-color: #00949d;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .5em;
  text-align: center;
}

.topics-list-item:not(:first-child) {
  margin-top: 30px;
}

.topics-detail-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

.topics-detail-title-num {
  -ms-flex-negative: 0;
  -ms-flex-item-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  width: 60px;
  margin-right: 25px;
  padding: 4px;
  background-color: #00949d;
  color: #fff33f;
  line-height: 1;
  text-align: center;
}

.topics-detail-title-num::before {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: .625rem;
  letter-spacing: .2em;
  content: "TOPIC";
}

.topics-detail-title-num::after {
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 6px 0 6px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #00949d;
  content: "";
}

.topics-pict {
  margin-top: 30px;
  text-align: center;
}

.topics-pict img {
  max-width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
コンテンツスタイル
----------------------------------------------------*/
.about-heading {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.2;
  background-color: #059298;
}

.about-heading:after {
  display: block;
  clear: both;
  content: "";
}

.about-heading-sub {
  margin-bottom: 3px;
  font-size: .85rem;
  color: #fff240;
}

.about-heading-main {
  color: #fff;
}

.about-heading-main span {
  font-size: .875rem;
  vertical-align: middle;
}

.about-section {
  padding-top: 30px;
  overflow: hidden;
}

.about-section.-bg {
  margin: 0 -10px;
  padding: 30px 10px 40px;
}



.logo-zeh-m {
  width: 80px;
  height: 66px;
  background: url(/maison/products/eco-resi/images/logo_zeh_m.png) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
.logo-bels-zeh-m {
  width: 183px;
  height: 81px;
  background: url(/maison/products/eco-resi/images/logo_bels_zeh_m.png) no-repeat 50% 50%;
  background-size: contain;
  display: block;
}

.merit-box-header {
  position: relative;
  margin-bottom: 30px;
  padding: .75em .5em .5em;
  border: 2px solid #00949d;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.merit-box-header::after {
  -webkit-transform: skew(40deg);
  position: absolute;
  bottom: -20px;
  left: 40px;
  width: 20px;
  height: 20px;
  transform: skew(40deg);
  border-left: 2px solid #00949d;
  background-color: #ffffff;
  content: "";
}

.merit-box-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.merit-box-chara {
  display: none;
}

#merit{
  margin-bottom: 30px;
  padding-top: 0;
}

.add-att {
  margin-bottom: 30px;
  padding: 16px 24px;
  border: 1px solid #aaa;
  font-size: 93%;
  line-height: 1.5;
}

.flx-table-wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
  font-size: 0.9rem;
  line-height: 1.5;
}

.flx-table-wrap:first-child {
  margin-top: 0;
}

.flx-table-wrap:last-child {
  margin-bottom: 0;
}

.flx-cont {
  margin-bottom: 20px;
}

.flx-cont h4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #74bf96;
  background: #8eecb8;
  font-size: 16px;
}

.flx-table {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.fth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  -ms-flex-item-align: stretch;
  box-sizing: border-box;
  flex: 0 0 25%;
  align-self: stretch;
  padding: 8px;
  border-bottom: 1px solid #74bf96;
  border-left: 1px solid #74bf96;
  background: #c6f1d9;
  font-weight: bold;
}

.ftd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 75%;
  padding: 8px;
  border-right: 1px solid #74bf96;
  border-bottom: 1px solid #74bf96;
  border-left: 1px solid #74bf96;
  /* background: #f5f5f5; */
}

.ft-td:last-child {
  border-bottom: 1px solid #ddd;
}

.ftd > a {
  font-size: 10px;
}

/*----------------------------------------------------
汎用クラス
----------------------------------------------------*/
/* color */
.fc-base {
  color: #333333;
}

.fc-emphasis {
  color: #e60012;
}

.fc-zeh-m1 {
  color: #d3533d;
}

.fc-zeh-m2 {
  color: #187fc4;
}

.fc-zeh-m3 {
  color: #74a72d;
}

/* background-color */
.bg-light-blue {
  background-color: #deeeef;
}
@media screen and (min-width: 668px) {
  .zeh-contents {
    padding-top: 0;
  }
  .zeh-contents#cts {
    margin-bottom: 40px;
  }
  .zeh-section {
    margin-top: 10px;
  }
  .column-box {
    margin: -15px;
  }
  .column-box:not(.-wrap-pc) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column-box .col, .column-box .col-auto-pc, .column-box .col-1, .column-box .col-2, .column-box .col-3 {
    padding: 15px;
  }
  .column-box .col-auto-pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .column-box .col-sm-pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }
  .column-box .col-1-pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .column-box .col-2-pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-box .col-3-pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .column-box .col-4-pc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #sider h1, #sider h1.normal, .heading-lv1 {
    margin-bottom: 50px;
    padding: 0;
    border-left: none;
    color: #00949d;
    font-size: 2.375rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  #sider h1::after, #sider h1.normal::after, .heading-lv1::after {
    content: none;
  }
  .heading-lv2 {
    margin-bottom: 30px;
    font-size: 2.25rem;
  }
  .heading-lv2-sub {
    font-size: 1rem;
  }
  .heading-lv3 {
    margin: 50px 0 30px;
    font-size: 1.75rem;
  }
  .image-box .image-box-caption {
    font-size: .75rem;
  }
  .image-box-balloon {
    position: absolute;
    white-space: nowrap;
  }
  .image-box-balloon::after {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    top: auto;
    width: 30px;
    height: 24px;
    border-width: 1px;
    background-color: #00949d;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .image-box-balloon-inner {
    padding: 15px 10px 15px 40px;
  }
  .image-box-balloon:hover {
    -webkit-transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }
  .image-box-balloon::after {
    bottom: 10px;
  }
  .image-box-balloon-icon {
    left: 10px;
  }
  .image-box-balloon.-item01 {
    top: 60px;
    right: auto;
    left: -275px;
  }
  .image-box-balloon.-item01::after {
    -webkit-transform: scale(-1, 1) skew(-50deg) rotate(-10deg);
    right: -8px;
    transform: scale(-1, 1) skew(-50deg) rotate(-10deg);
    border: 1px solid #00949d;
  }
  .image-box-balloon.-item02 {
    top: 100px;
    right: -275px;
  }
  .image-box-balloon.-item02::after {
    -webkit-transform: skew(-50deg) rotate(-10deg);
    left: -8px;
    transform: skew(-50deg) rotate(-10deg);
    border: 1px solid #00949d;
  }
  .modal-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 25px;
  }
  .modal-title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .modal-title > span {
    font-size: 1.125rem;
  }
  .nav-anchor {
    margin: 50px auto 0;
  }
  .nav-anchor-list {
    margin: -8px;
  }
  .nav-anchor-list.-column2 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nav-anchor-list li {
    padding: 8px;
  }
  .nav-anchor-list li a {
    padding: 20px 10px;
    font-size: 1.5rem;
    width: 960px;
    margin: 0 auto;
  }
/*  .nav-anchor-list li a::after {
    bottom: 12px;
    width: 12px;
    height: 12px;
  }*/
  .nav-anchor-list li a:hover {
    background-color: #00949d;
    color: #fff;
  }

  .panel {
    padding: 30px 25px;
  }
  .panel.-radius {
    border-radius: 16px;
  }
  .panel.-inside {
    margin-top: 50px;
    padding: 30px 40px;
  }
  .panel-title {
    font-size: 1.25rem;
  }
  .topics-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topics-list-item:not(:first-child) {
    padding-top: 25px;
    border-top: 1px dashed #cccccc;
  }
  .topics-list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .topics-detail {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .topics-detail-title {
    font-size: 1.5rem;
  }
  .topics-detail-title-num {
    width: 80px;
    padding: 10px;
  }
  .topics-pict {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    margin: 0 0 0 30px;
  }
  .topics-list-item:nth-child(even) .topics-pict {
    margin: 0 30px 0 0;
  }
  .introduction {
    margin: 0 auto;
    padding: 100px 70px;
    background-size: cover;
  }
  .introduction-panel {
    padding: 70px 40px;
    border-radius: 16px;
  }
  .introduction-panel p {
    font-size: 1rem;
  }
  .about-heading {
    padding: 30px;
    font-size: 2.25rem;
  }
  .about-heading-sub {
    font-size: .975rem;
  }
  .about-heading-main span {
    font-size: 1.25rem;
  }
  div.about-heading + p {
    margin: 1em 30px;
  }
  .about-section {
    padding-top: 50px;
  }
  .about-section.-bg {
    margin: 0;
    padding: 50px 0 0;
  }

  .merit-box-header {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .merit-box-header::after {
    bottom: -25px;
    left: 60px;
    width: 25px;
    height: 25px;
  }

  .merit-box-chara {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65px;
    margin: 0 10px 0 0;
  }

  .merit-box-chara img {
    max-width: 100%;
  }


  #merit{
    margin-bottom: 50px;
    padding-top: 50px;
  }


  .flx-cont h4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .flx-cont.flxc01 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 57.29167%;
    flex: 1 0 57.29167%;
    max-width: 57.29167%;
  }
  .flxc01 h4 {
    margin-left: 144px;
  }
  .flx-cont.flxc01 .fth {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 144px;
    flex: 1 0 144px;
    max-width: 144px;
  }
  .flx-cont.flxc01 .fth:first-child {
    border-top: 1px solid #74bf96;
  }
  .flx-cont.flxc02 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 42.70833%;
    flex: 1 0 42.70833%;
    max-width: 42.70833%;
  }
  .flxc02 h4 {
    border-left: 0;
  }
  .flxc02 .fth {
    display: none;
  }
  .ftd {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: calc(100% - 144px);
    max-width: calc(100% - 144px);
  }
  .flxc02 .ftd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
  }
  .flxc02 .ftd:nth-child(4) {
    padding: 8px;
  }
  .ftd > a {
    font-size: 12px;
  }
  .banner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 667px) {
  #maison .image-box-balloon {
    text-decoration: none;
  }
  #maison .nav-anchor-list li a {
    color: #00949d;
    text-decoration: none;
  }
}
