@charset "UTF-8";
/*タイトル ========================================================================*/
#main .ttl_main.sug h1 {
  background: linear-gradient(-90deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .9)) 50%, url(../img/ttl_sug.jpg) no-repeat center center / cover;
}
h1 span {
  margin-left: -5px;
}
h2 {
  text-align: left;
  line-height: 30px;
}
h2 .en {
  display: block;
  margin-left: -12px;
}
h2 .sub {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
section {
  text-align: justify;
  text-justify: inter-ideograph;
}
section section {
  margin-bottom: 50px;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
}
figcaption {
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
h3 {
  font-size: 18px;
  margin: 0;
}
.inner02 {
  display: flex;
  justify-content: space-between;
}
.inner03 {
  flex-direction: row-reverse;
}
.inner02 figure {
  width: 48.5%;
}
.inner02 .txt {
  width: 48.5%;
}
@media screen and (max-width:1050px) {
  section section {
    margin-bottom: 30px;
  }
  .inner02 {
    display: block;
  }
  .inner02 figure {
    width: auto;
  }
  .inner02 .txt {
    width: auto;
  }
}
@media screen and (max-width:700px) {
  h1 {
    font-size: 20px !important;
  }
  h1 span {
    font-size: 12px !important;
    margin-left: -5px;
  }
  h2 {
    font-size: 19px;
  }
  h2 .en {
    font-size: 11px !important;
    margin-left: -5px;
  }
  h2 .sub {
    font-size: 15px;
  }
  .bold {
    text-align: left;
  }
}