.main-bg {
  background: url(../images/mainbg.jpg) center top no-repeat;
  margin: 0 auto 40px
}
.emblem_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 980px;
  margin: -180px auto 0;
}
.emblem_cont .emblem_icon {
  width: 221px;
  margin-top: 10px;
}
.ttl-head {
  font-size: 34px;
  line-height: 2.3;
  background: url(../images/index_bg.png) center top no-repeat;
  background-size: cover;
}
.ac_ly_002.naiyou {
  background: linear-gradient(-135deg, #F4FAFD, #F8FCFE);
}
.ac_ly_002.naiyou .col p {
  font-size: 140%;
}
.sub-text01 {
  font-size: 48px
}
.inner-mod {
  width: 780px;
  margin: 0 auto;
  border-bottom: 1px dashed;
}
.border-mod {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000
}
.inner-mod02 .dr_name {
  line-height: 1.2;
  color: #C0A571;
}
.inner-mod02 .dr_name span {
  display: inline-block;
}
@media screen and (max-width: 979px) {
  .main-bg {
    background: none;
  }
  .emblem_cont {
    width: 100%;
    margin-top: -20vw;
  }
  .emblem_cont .emblem_icon {
    max-width: 33.3%;
    margin-top: 1%;
  }
  .ac_ly_002.naiyou {
    margin-top: 0;
    padding-top: 30px;
  }
  .inner-mod {
    max-width: 100%;
  }
  .insta_icon .image {
    padding: 0 10px
  }
}