@charset "UTF-8";
/* content-1 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-1-container {
  width: 100%;
  background-color: #fdf6ce;
  background-position: center;
  background-image: url(../img/bg1.jpg);
}

.content-1 {
  width: 900px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.smp .content-1 {
  width: 100%;
  padding-top: 90px;
}

.smp .content-1 .banner-list .content-banner {
  width: 562px;
}

/* -------- */
.content-title {
  width: 596px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* -------- */
.content-banner {
  width: 864px;
  /*900-30-6*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fcaa5a;
  padding: 5px 15px 5px 15px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 15px;
  border: solid 3px #fb9736;
  margin-bottom: 30px;
}

.banner-list {
  margin-bottom: 70px;
}

.content-banner-icon {
  width: 60px;
  height: 60px;
}

.content-banner-title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  margin-left: 20px;
}
/*# sourceMappingURL=houkoku.css.map */