@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;
  }
}

/*
  tel_area
*/

.tel_area {
  margin-bottom: 40px;
}

.tel_area p span {
  font-size: 1.8rem;
  font-weight: bold;
}

/* スマホのみに適用 */
@media (max-width: 767px) {
  .tel_area .sp-small {
    font-size: 1.2rem;
  }
}

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

  .tel_area .sp-small {
    font-size: inherit;
    font-weight: normal;
  }
}

/*
  form_area
*/

#form_area {
  margin-top: -20px;
  padding-top: 20px;
}

.form_area a {
  color: #7ebae0;
}

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

.information b {
  font-weight: bold;
}

.information a {
  text-decoration: underline;
}

.information a:hover {
  text-decoration: none;
}

form dl {
  margin-bottom: 40px;
}

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

form dd {
  margin-bottom: 20px;
}

form dt span {
  color: #c1272d;
}

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.zip {
  width: 181px;
}

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;
}

.mailmagazine label {
  width: 62%;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #01538f;
  font-weight: bold;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #f2f2f2;
  display: block;
  border-radius: 3px;
  line-height: 40px;
}

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

  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;
  }

  .mailmagazine label {
    width: 293px;
    height: 54px;
    padding: 0 16px;
    float: left;
    font-size: 1.6rem;
    border-radius: 6px;
    line-height: 54px;
  }
}

/*
  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;
  }
}
