main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
h2 {
  font-size: 24px;
  position: relative;
  display: block;
  margin-bottom: 60px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #090909;
  border-radius: 2px;
}
.text_area01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 500px;
}
.text_area01 .text_content {
  background: #F7F7F7;
  text-align: left;
  padding: 30px;
}
.area01 {
  margin-top: 70px;
}
.img_line01 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.img_line01 img {
  max-width: 100%;
}
.img_line01 a:first-child, .img_line01 iframe:first-child {
  margin-right: 10px;
}
.img_line01.ajast a:first-child {
  margin-right: 0px;
}
.img_line01.ajast.interview a:first-child {
  margin-right: 0px;
}
h1.SiteTitle.font_ajast01 {
  width: 600px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #5E5E5E;
  font-size: 35px;
}
.index_box_area {
  margin-top: 30px;
  line-height: 1.8em;
  display: inline-block;
  background: #EEEEEE;
  padding: 30px;
}
.note01 {
  font-size: 20px;
  margin-bottom: 15px;
}
.book01_area .index_box_area {
  background: #F7F7F7;
  font-weight: bold;
}
.interview_area {
  text-align: left;
}
.interview_area h3 {
  font-size: 24px;
  padding-bottom: 0.3em;
}
.interview_area h3.ajast01 {
  border-bottom: #b04040 2px solid;
}
.interview_area h3.ajast02 {
  border-bottom: #4083B0 2px solid;
}
.interview_area h4 {
  margin: 2em 0 1em;
}
.interview_area {
  margin-bottom: 100px;
}
.dammy_box {
  width: 100%;
}
@media screen and (max-width: 750px) {
  h1.SiteTitle {
    margin: 0px auto 30px;
  }
  h1.SiteTitle.font_ajast01 {
    width: 400px;
    font-size: 20px;
  }
  .text_area01 {
    margin-top: 20px;
  }
  .img_line01 {
    flex-direction: column;
    align-items: center;
  }
  .img_line01 a:first-child, .img_line01 iframe:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .dammy_box {
    display: none;
  }
}