@charset "utf-8";


body {
  background-color: #f9f9f9;
}

/* ------------------- .eyecatch ------------------- */
.eyecatch {
  overflow: hidden;
  padding: 30px 0 20px 0;
  text-align: center;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}
.eyecatch_logo {
  text-align: center;
//  padding: 10px;
}
.eyecatch_logo_img {
  width: 80px;
  height: 80px;
}
.eyecatch_label {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2.0rem;
  font-weight: bold;
  color:#555;
}

/* ------------------- .wrapper ------------------- */
.wrapper {
  width: 700px;
  margin: 20px auto 20px auto;
  padding: 20px 20px;
  background-color: #fff;
  min-height: 500px;
}

/* ------------------- headding ------------------- */
h1 {
  font-size: 1.8rem;
  padding: 10px 0;
  text-align: center;
  margin: 20px auto 20px auto;
  overflow: show;
}
h1:after {
  width:100px;
  display: block;
  margin: 10px auto 0 auto;
  content: "";
  border-bottom: solid 1px #000;
  transition:width 0.5s ease;
}
h1:hover:after {
//  width: calc(100vw - 400px);
}
h2 {
  font-size: 1.2rem;
  margin: 40px auto 10px auto;
  font-weight: bold;
}

/* ------------------- .term_chapter_block ------------------- */
.term_chapter_block {

}
.term_chapter_unit {
  margin: 0 0 3px 0;
}
.term_chapter_line {
}

/* ------------------- .form_content_block ------------------- */
.form_content_block {
  padding: 0 30px 30px 30px;
  text-align: center;
}
.form_content_img_box {
  text-align: left;
  padding-bottom: 20px;
}
.form_content_description {
  line-height: 35px;
  padding-bottom: 50px;
}
.form_content_line {
  margin: 0 0 40px 0;
}
.form_content_line_label {
  font-weight: bold;
  padding-bottom: 5px;
}
.form_content_line_body {
  text-align: center;
}
.form_requied {
  font-weight: bold;
  color: #f00;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .wrapper {
    width: 100vw;
    margin: 0;
    padding: 20px 10px 40px 10px;
  }
  .form_content_block {
    padding: 0 10px;
  }

}
