@media (min-width: 560px) {
  .main-illust-background {
    background-image: url("/9e13a23/static/img/top/background.jpg");
    background-size: cover;
    min-height: 613px;
    height: 613px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
  }
  .main-illust-background .illust {
    height: 100%;
    width: 795px;
    overflow: visible;
    position: absolute;
    background-size: 100%;
    bottom: -34.5%;
    left: 50%;
    margin-left: -415px;
  }
  .main-illust-background .illust-title {
    color: #ffffff;
    padding-top: 73px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .main-illust-background {
    background-image: url("/9e13a23/static/img/top/background.jpg");
    background-size: cover;
    min-height: 300px;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
  }
  .main-illust-background .illust {
    height: 100%;
    width: 320px;
    overflow: visible;
    position: absolute;
    background-size: 100%;
    bottom: -45.5%;
    left: 50%;
    margin-left: -160px;
  }
  .main-illust-background .illust-title {
    color: #ffffff;
    padding-top: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .main-illust-background .illust-title h1 {
    font-size: 18px;
  }
  .main-illust-background .illust-title h3 {
    font-size: 12px;
  }
  .in-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .in-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.round-icon {
  -webkit-border-radius: 50em;
  border: 1px solid #666;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 120px;
  margin: 0 auto;
  border-radius: 50em !important;
  -moz-border-radius: 50em !important;
  -webkit-border-radius: 50em !important;
}
.feature-img {
  -webkit-border-radius: 50em;
  border: 1px solid #999;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 120px;
  margin: 0 auto;
  border-radius: 50em !important;
  -moz-border-radius: 50em !important;
  -webkit-border-radius: 50em !important;
}
.summary-img {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border: 1px solid #AAA;
  padding: 0 20px;
  width: 1000px;
}
@media (min-width: 700px) {
  .inquiry {
    width: 600px;
  }
}
@media (max-width: 700px) {
  .inquiry {
    width: 90%;
  }
}
.alert-index {
  margin: 10px;
}
