@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  font-weight: 400;
}

main {
  overflow-x: hidden;
}
main picture {
  position: relative;
  display: block;
}

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

sup {
  font-size: 70%;
  vertical-align: top;
}

/* PC/SP 表示切り替え (mixin使用) */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.livio {
  display: none;
}

.anno {
  font-size: 11px;
  padding-top: 5px;
  text-align: right;
}

figure {
  position: relative;
  margin: 0;
}

figcaption,
.cap {
  background: rgba(120, 120, 120, 0.7);
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

.pc_only {
  display: block;
}

.pc_tab_only {
  display: block;
}

.tab_only {
  display: none;
}

.sp_tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.brands-sp {
  display: none;
}

/* タブレット・SP (max-width: 850px) */
@media screen and (max-width: 850px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .tab_only {
    display: block;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .brands-sp {
    display: none;
  }
}
/* SP (max-width: 550px) */
@media screen and (max-width: 550px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: block;
  }
  .brands-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .brands-sp {
    display: block;
  }
}
#page_mainvisual {
  width: 100%;
  /* heightはページごとに異なるため個別指定 (value:430px, zeh:600px) */
  /* background-imageは個別指定 */
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page_mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#page_mainvisual h2 {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
#page_mainvisual h2 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  display: block;
  font-size: 20px;
}

.inner {
  width: 100%;
  max-width: 1280px; /* サイトの基準最大幅 */
  margin: 0 auto;
  padding: 0 40px; /* PCでの左右の余白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 550px) {
  .main .inner {
    padding: 0 20px;
  }
}
/* 例：zeh.scss 側での上書き */
.page {
  position: relative;
  padding: 60px 30px 0;
}
@media screen and (max-width: 850px) {
  .page {
    padding: 40px 15px 0;
  }
}

.inner3 {
  max-width: 1306px;
  margin: auto;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .inner3 {
    padding: 0 15px;
  }
}

.footer_top {
  background: #f5f5f5;
  padding: 50px 0;
  margin-top: 100px;
}
.footer_top .footer_list {
  list-style: none;
}
.footer_top .footer_list .footer_li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 850px) {
  .footer_top {
    margin-top: 30px;
    padding: 20px 0;
  }
  .footer_top .footer_list .footer_li {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 550px) {
  .f_margin {
    margin-top: 0;
  }
}
.main .inner {
  max-width: 1440px;
}
@media screen and (max-width: 550px) {
  .main .inner {
    padding: 0 20px;
  }
}

:root {
  --brands-green: #2e8b57;
  --brands-margin--large: 100px;
  --brands-margin--std: 60px;
}
@media (max-width: 768px) {
  :root {
    --brands-margin--large: 50px;
  }
}

/* 表示・非表示 */
.green {
  color: #69a985;
}

.orange {
  color: #df610f;
}

.en {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

figure {
  position: relative;
}

.cap {
  background: rgba(120, 120, 120, 0.7);
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

.slideBox {
  position: relative;
  width: 100%;
}
.slideBox .swipeIcon {
  display: none;
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: 10;
  width: 100px;
  -webkit-animation: horizontal 1s ease-in-out infinite alternate;
          animation: horizontal 1s ease-in-out infinite alternate;
}
.slideBox .swipeIcon img {
  width: auto;
  max-width: 150px;
  vertical-align: bottom;
}
.slideBox figure {
  margin: 0;
  width: 100%;
}
.slideBox figure img {
  width: 100%;
  vertical-align: bottom;
}
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
  100% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
  100% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
}
@media screen and (max-width: 550px) {
  .slideBox {
    /* 横スクロールを有効にする */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideBox .swipeIcon {
    display: block;
  }
  .slideBox figure {
    width: 160vw;
    max-width: none;
  }
}

#page_mainvisual {
  height: 600px;
  position: relative;
  background-image: url(../images/zeh/mainvisual.jpg);
}
#page_mainvisual h2 {
  bottom: 50%;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 35px;
  letter-spacing: 5px;
  line-height: 2;
}
#page_mainvisual h2 small {
  font-size: 50%;
}

#zeh_aboutArea {
  background-image: url(../images/zeh/back_01.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
}
#zeh_aboutArea .zeh_lead {
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 550px) {
  #zeh_aboutArea .zeh_lead {
    padding: 60px 0;
  }
}
#zeh_aboutArea .zeh_lead h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  #zeh_aboutArea .zeh_lead h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
  #zeh_aboutArea .zeh_lead h3 .sp_2 {
    display: block;
  }
}
#zeh_aboutArea p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
#zeh_aboutArea p small {
  font-size: 80%;
}
#zeh_aboutArea picture {
  margin: 80px 0 0;
}
@media screen and (max-width: 550px) {
  #zeh_aboutArea h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
  #zeh_aboutArea p {
    letter-spacing: 0.24em;
  }
  #zeh_aboutArea picture {
    margin: 40px 0 0;
  }
}
#zeh_aboutArea .zeh_oriented {
  background: rgba(255, 255, 255, 0.5);
}
#zeh_aboutArea .zeh_orientedWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#zeh_aboutArea .zeh_orientedText {
  width: 50%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px 20px 0;
}
#zeh_aboutArea .zeh_orientedText h4 {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 20px 0;
  line-height: 1.5;
}
#zeh_aboutArea .zeh_orientedText p {
  letter-spacing: 4.7px;
  margin-bottom: 40px;
  line-height: 1.8;
}
#zeh_aboutArea .zeh_orientedText p small {
  letter-spacing: 0.08em;
  font-size: 80%;
  display: block;
  line-height: 1.6;
}
#zeh_aboutArea .zeh_orientedImg {
  width: 50%;
}
#zeh_aboutArea .zeh_orientedImg img.pc {
  display: block;
}
#zeh_aboutArea .zeh_orientedImg img.tabs {
  display: none;
}
#zeh_aboutArea .zeh_orientedImg picture {
  width: calc(100% + 50vw - 690px);
}
@media screen and (max-width: 1520px) {
  #zeh_aboutArea .zeh_orientedImg picture {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 1200px) {
  #zeh_aboutArea .zeh_orientedText .oriented_logo {
    width: 70%;
  }
  #zeh_aboutArea .zeh_orientedText h4 {
    font-size: 20px;
    letter-spacing: 0.15em;
    margin: 20px 0;
  }
  #zeh_aboutArea .zeh_orientedText p {
    letter-spacing: 0.05em;
    letter-spacing: 0.189em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #zeh_aboutArea .zeh_orientedText h4 {
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  #zeh_aboutArea .zeh_orientedText p {
    letter-spacing: 0.05em;
  }
  #zeh_aboutArea .zeh_orientedImg picture {
    width: 100%;
    max-width: 335px; /* ここでサイズが大きくならないように制限 */
    margin: 5% auto 0; /* 中央寄せ */
  }
}
@media screen and (max-width: 550px) {
  #zeh_aboutArea .zeh_orientedWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #zeh_aboutArea .zeh_orientedText {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  #zeh_aboutArea .zeh_orientedText .oriented_logo {
    margin: 0 auto;
  }
  #zeh_aboutArea .zeh_orientedText h4 {
    font-size: 16px;
  }
  #zeh_aboutArea .zeh_orientedText p {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  #zeh_aboutArea .zeh_orientedImg {
    width: 100%;
  }
  #zeh_aboutArea .zeh_orientedImg img.pc {
    display: none;
  }
  #zeh_aboutArea .zeh_orientedImg img.tabs {
    display: block;
  }
  #zeh_aboutArea .zeh_orientedImg picture {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
#zeh_aboutArea .zeh_meritBtn {
  padding: 120px 0 170px;
}
#zeh_aboutArea .zeh_meritBtn .inner {
  max-width: 1300px;
}
#zeh_aboutArea .zeh_meritBtn_box {
  width: 33.3333333333%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#zeh_aboutArea .zeh_meritBtn_box a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  background: url(../images/zeh/back_02.png) no-repeat center center;
  background-size: contain;
  padding: 10px 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
#zeh_aboutArea .zeh_meritBtn_box a::after {
  content: "";
  display: block;
  width: 0;
  border-top: 10px solid #69a985;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
#zeh_aboutArea .zeh_meritBtn_box a:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
#zeh_aboutArea .zeh_meritBtn_box a .number {
  color: #69a985;
  font-size: 24px;
  letter-spacing: 4px;
  margin: 20px 0 0;
}
#zeh_aboutArea .zeh_meritBtn_box a .btn_text {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
}
#zeh_aboutArea .zeh_meritBtn_box a .btn_text small {
  font-size: 70%;
}
#zeh_aboutArea .zeh_meritBtn_box a .btn_text.t_st {
  margin: auto;
}
#zeh_aboutArea .zeh_meritBtn_box:nth-child(1) a .btn_text {
  font-size: 20px;
}
#zeh_aboutArea .zeh_meritBtn_big {
  margin-top: 20px;
}
#zeh_aboutArea .zeh_meritBtn_big p {
  font-size: 30px;
  line-height: 1.6;
}
#zeh_aboutArea .zeh_meritBtn_big p span {
  color: #df610f;
}
#zeh_aboutArea .zeh_meritBtn_big p span b {
  font-size: 160%;
  font-weight: 500;
  line-height: 1.2;
}
#zeh_aboutArea .zeh_meritBtn_big .green_box {
  letter-spacing: 2px;
  background: #69a985;
  color: #fff;
  padding: 5px 30px;
}
@media screen and (max-width: 1240px) {
  #zeh_aboutArea .zeh_meritBtn_box {
    padding: 0 15px;
  }
  #zeh_aboutArea .zeh_meritBtn_box a .number {
    margin: 10px 0 0;
  }
  #zeh_aboutArea .zeh_meritBtn_box a .btn_text {
    font-size: 22px;
  }
  #zeh_aboutArea .zeh_meritBtn_box:nth-child(1) a .btn_text {
    font-size: 16px;
  }
  #zeh_aboutArea .zeh_meritBtn_big p {
    font-size: 25px;
  }
}
@media screen and (max-width: 980px) {
  #zeh_aboutArea .zeh_meritBtn_box {
    padding: 0 5px;
  }
  #zeh_aboutArea .zeh_meritBtn_box a .btn_text {
    font-size: 20px;
  }
  #zeh_aboutArea .zeh_meritBtn_box:nth-child(1) a .btn_text {
    font-size: 15px;
  }
  #zeh_aboutArea .zeh_meritBtn_big p {
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) {
  #zeh_aboutArea .zeh_meritBtn .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  #zeh_aboutArea .zeh_meritBtn_big p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 550px) {
  #zeh_aboutArea .zeh_meritBtn {
    padding: 60px 0 60px;
  }
  #zeh_aboutArea .zeh_meritBtn .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #zeh_aboutArea .zeh_meritBtn_box {
    width: 100%;
    width: 300px;
    margin: 0 auto 20px;
    padding: 0;
    margin-bottom: 35px;
    margin: 0 auto 20px;
  }
}

.merit_number {
  width: 170px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
  top: -85px;
  margin-bottom: -85px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/zeh/back_03.png) no-repeat center center;
  background-size: contain;
}
.merit_number span {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.2;
}
.merit_number b {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.merit_lead {
  margin: 50px 0;
}
.merit_lead p {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
}

.merit_content .merit_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  background: #69a985;
  color: #fff;
  padding: 5px;
}
.merit_content .merit_title_text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px 0;
}

@media screen and (max-width: 550px) {
  .merit_number {
    width: 90px;
    margin-bottom: -45px;
    top: -45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .merit_number span {
    font-size: 18px;
    letter-spacing: 0;
  }
  .merit_number b {
    font-size: 45px;
  }
  .merit_lead {
    margin: 30px 0;
  }
  .merit_lead p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .merit_content .merit_title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .merit_content .merit_title_text {
    font-size: 14px;
    margin: 30px 0;
  }
  .merit_content .merit_title_text b {
    font-size: 18px;
  }
}
#merit01 {
  padding: 0 0 170px;
}
#merit01 .merit01_area {
  text-align: center;
  border: 1px solid #69a985;
  margin: 0 100px;
  padding: 60px 15px;
}
#merit01 .merit01_area figure {
  width: 81%;
  margin: 0 auto;
}
#merit01 .merit01_area .merit_t {
  font-size: 11px;
  margin: 10px 0 0;
}
@media screen and (max-width: 1240px) {
  #merit01 .merit01_area figure {
    width: 100%;
  }
}
#merit01 .merit01_area p {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  #merit01 .merit01_area {
    margin: 0 40px;
  }
  #merit01 .merit01_area p {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  #merit01 {
    padding: 0 0 90px;
  }
  #merit01 .merit01_area {
    margin: 0;
    padding: 40px 15px;
  }
  #merit01 .merit01_area p {
    font-size: 16px;
  }
}
#merit01 .en {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

#merit02 {
  background: #fffef2;
  padding: 0 0 170px;
}
@media screen and (max-width: 850px) {
  #merit02 {
    padding: 0 0 70px;
  }
}
#merit02 h4 {
  text-align: center;
  margin: 0 150px;
  color: #69a985;
  border: 2px solid #69a985;
  font-size: 18px;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 20px;
}
#merit02 .green_title {
  color: #69a985;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#merit02 .merit02_inner {
  background: #fff;
  margin: 0 100px;
  padding: 60px;
}
@media screen and (max-width: 1200px) {
  #merit02 .merit02_inner {
    margin: 0 40px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 850px) {
  #merit02 h4 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 550px) {
  #merit02 h4 {
    margin: 0 0 20px;
    letter-spacing: 0.08em;
  }
  #merit02 .merit02_inner {
    margin: 0;
    padding: 40px 20px;
  }
  #merit02 .green_title {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
#merit02 .merit02_con01 {
  margin-bottom: 40px;
}
#merit02 .merit02_con01 ul {
  max-width: 600px;
  margin: 0 auto 10px;
}
#merit02 .merit02_con01 ul li {
  width: calc(50% - 30px);
  margin: 0 15px;
  padding: 10px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#merit02 .merit02_con01 ul .li_color1 {
  background: #ea5514;
}
#merit02 .merit02_con01 ul .li_color2 {
  background: #6290b1;
}
@media screen and (max-width: 550px) {
  #merit02 .merit02_con01 ul li {
    width: 100%;
    margin: 5px 0;
  }
}
#merit02 .merit02_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#merit02 .merit02_flexBox {
  text-align: center;
  margin: 20px 0 0;
}
#merit02 .merit02_flexBox img + .green_title {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #merit02 .merit02_flexBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
#merit02 .merit02_flexBox img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#merit02 .expenses_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#merit02 .expenses_flexBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
#merit02 .expenses_flexBox p {
  font-size: 14px;
  line-height: 1.5;
}
#merit02 .expenses_flexBox p b {
  font-size: 210%;
  font-weight: 400;
}
#merit02 .expenses_flexBox:nth-child(1) {
  width: 25%;
  background: #e5f4ed;
}
#merit02 .expenses_flexBox:nth-child(2) {
  width: 25%;
  background: #6aa987;
  color: #fff;
}
#merit02 .expenses_flexBox:nth-child(3) {
  width: 48%;
  border: 1px solid #6aa987;
}
#merit02 .expenses_flexBox:nth-child(3) p {
  font-size: 25px;
}
#merit02 .expenses_flexBox:nth-child(3) p b {
  font-size: 160%;
}
@media screen and (max-width: 550px) {
  #merit02 .expenses_flexBox p b {
    font-size: 180%;
  }
  #merit02 .expenses_flexBox:nth-child(3) p {
    font-size: 22px;
  }
  #merit02 .expenses_flexBox:nth-child(3) p b {
    font-size: 140%;
  }
}
@media screen and (max-width: 850px) {
  #merit02 .expenses_flexBox p b {
    font-size: 160%;
  }
  #merit02 .expenses_flexBox:nth-child(1), #merit02 .expenses_flexBox:nth-child(2) {
    width: 48%;
  }
  #merit02 .expenses_flexBox:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
  #merit02 .expenses_flexBox:nth-child(3) p {
    font-size: 20px;
  }
  #merit02 .expenses_flexBox:nth-child(3) p b {
    font-size: 140%;
  }
}

#merit03 {
  background: url(../images/zeh/back_01.jpg) repeat-y center top;
  background-size: 100%;
  padding: 0 0 120px;
}
@media screen and (max-width: 850px) {
  #merit03 {
    padding: 0 0 60px;
  }
}
#merit03 .merit03_area {
  background: #fff;
  padding: 60px 100px;
}
@media screen and (max-width: 850px) {
  #merit03 .merit03_area {
    padding: 40px 20px;
  }
}
#merit03 .merit03_con01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
#merit03 .con01_flexBox {
  width: 45%;
}
#merit03 .green_bk_title {
  background: #e5f4ed;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 700;
}
#merit03 .green_bk_title + p {
  margin: 20px 0;
  letter-spacing: 0.06em;
  font-size: 14px;
}
#merit03 .con01_imgBox:after {
  content: "";
  border-top: 20px solid #7ca8c6;
  display: block;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 20px auto 0;
  text-align: center;
}
#merit03 .con01_imgBox + .con01_imgBox {
  margin-top: 20px;
}
#merit03 .con01_imgBox + .con01_imgBox:after {
  display: none;
}
#merit03 .con01_imgBox p {
  text-align: center;
  padding: 5px;
}
#merit03 .con01_imgBox .p_color2 {
  background: #6aa987;
  color: #fff;
}
@media screen and (max-width: 850px) {
  #merit03 .merit03_con01 {
    margin-bottom: 0;
  }
  #merit03 .con01_flexBox {
    margin-bottom: 30px;
    width: 48%; /* ★ココが正解です！左右の箱の幅だけを48%にして隙間を詰めます */
  }
}
@media screen and (max-width: 550px) {
  #merit03 .con01_flexBox {
    width: 100%;
  }
}
#merit03 .merit03_con02 {
  text-align: center;
  border-bottom: 1px solid #69a985;
  padding: 0 0 50px;
}
#merit03 .merit03_con02 figure img {
  width: 81.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  #merit03 .merit03_con02 figure img {
    width: 100%;
  }
}
#merit03 .merit03_con02 figcaption {
  position: static;
  background: none;
  color: #000;
  text-align: right;
}
#merit03 .merit03_con02 figcaption.Source {
  font-size: 11px;
  padding: 0 5px;
}
@media screen and (max-width: 850px) {
  #merit03 .merit03_con02 {
    padding: 0 0 30px;
  }
}
#merit03 .merit03_con03 {
  padding: 50px 0 0;
}
#merit03 .merit03_con03 .anno {
  margin-top: 20px;
  font-size: 11px;
  padding-top: 5px;
  text-align: right;
}
#merit03 .merit03_con03_lead {
  text-align: center;
  margin-bottom: 30px;
}
#merit03 .con03_flexBox {
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: center;
}
#merit03 .con03_flexBox h4 {
  color: #60bc8d;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff78c));
  background: linear-gradient(transparent 50%, #fff78c 50%);
}
@media screen and (max-width: 850px) {
  #merit03 .merit03_con03 {
    padding: 30px 0 0;
  }
  #merit03 .merit03_con03 p {
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 550px) {
  #merit03 .merit03_con03_lead {
    font-size: 14px;
  }
  #merit03 .con03_flexBox {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 30px;
  }
  #merit03 .con03_flexBox p {
    font-size: 13px;
  }
}

.p_color1 {
  background: #d1dee6;
}/*# sourceMappingURL=zeh.css.map */