@charset "utf-8";

/*
  コンテンツ幅
*/

.content {
  padding-bottom: 60px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .content {
    padding: 80px 0 200px;
  }
}

/*
  タイトル, テキスト
*/

h2 {
  margin-bottom: 20px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .content p {
    line-height: 1.8;
  }

  h2 {
    margin-bottom: 40px;
  }
}

/*
  form_area
*/

.form_area {
  margin-bottom: 40px;
}

.form_area a {
  color: #7ebae0;
}

.information {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid  #ccc;
}

form dl {
  margin-bottom: 40px;
}

form dt {
  color: #01538f;
  margin-bottom: 5px;
}

form dt span {
  color: #c1272d;
}

form dt span.any {
  color: #01538f;
}

form dd {
  margin-bottom: 20px;
}

form dd input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 1.6rem;
  font-family: inherit;;
  background: #f2f2f2;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

form dd input.name {
  width: 31.0345%;
}

form dd select {
  height: 40px;
  padding: 5px;
  font-size: 1.6rem;
  font-family: inherit;;
  background: #f2f2f2;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

form dd textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 1.6rem;
  font-family: inherit;;
  background: #f2f2f2;
  border: 1px solid #ccc;
  box-sizing: border-box;
  resize: none;
}

.form_privacy {
  text-align: center;
  margin-bottom: 40px;
}

.form_privacy a:hover {
  text-decoration: underline;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  #form_area {
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: 50px;
  }

  form dl {
    margin-bottom: 50px;
  }

  form dt {
    width: 310px;
    margin-bottom: 20px;
    padding: 14px 0 14px 40px;
    font-size: 1.4rem;
    color: #01538f;
    box-sizing: border-box;
    float: left;
    clear: both;
  }

  form dd {
    width: 690px;
    margin-bottom: 20px;
    padding: 0 40px 0 0;
    font-size: 1.6rem;
    box-sizing: border-box;
    float: left;
  }

  form dd input[type="text"]{
    width: 100%;
    height: 54px;
    padding: 10px;
    font-size: 1.8rem;
    font-family: inherit;;
    background: #f2f2f2;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  form dd input.name {
    width: 200px;
  }

  form dd select {
    height: 54px;
    padding: 10px;
    font-size: 1.8rem;
    font-family: inherit;
    background: #f2f2f2;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  form dd textarea {
    width: 100%;
    height: 180px;
    padding: 10px;
    font-size: 1.8rem;
    font-family: inherit;
    background: #f2f2f2;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: none;
  }
  
  .form_privacy {
    margin-bottom: 50px;
  }
}



/*
  submit_area
*/
.submit_area {
  text-align: center;
}

.submit_area input[type="submit"] {
  width: 100%;
  max-width: 500px;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  background: #01538f url(../images/common/link_arrow4.png) no-repeat 10px center;
  border: none;
  border-radius: 4px;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .submit_area input[type="submit"] {
    height: 70px;
    background: #01538f url("../images/common/link_arrow4.png") no-repeat 25px center;
    font-size: 2.0rem;
    cursor: pointer;
  }
}

/*
  cancel_link
*/

.cancel_link a {
  text-align: center;
  color: #7ebae0;;
  display: block;
}

.cancel_link a:hover {
  text-decoration: underline;
}
