@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-size: 1rem; /*基本のフォントサイズを【1rem = 10px】に指定*/
}

/*------------------------------
  ヘッダー
------------------------------*/
#header {
  height: auto;
}
.header__inn {
  margin: 0 auto;
}

/*------------------------------
  コンテンツ
------------------------------*/
.c__section1 {
  background: url(/contact/img/img_bg.png) no-repeat center center;
  background-size: cover;
  padding: 140px 0 200px;
  -moz-box-shadow: inset 0px -50px 30px -15px #fff;
  -webkit-box-shadow: inset 0px -50px 30px -15px #fff;
  box-shadow: inset 0px -50px 30px -15px #fff;
}
.c__section1 h1 {
    background: url(/information/img/ttl_border.png) no-repeat center 90px;
  font-size: 4.5rem;
  letter-spacing: .03rem;
  line-height: 3.4rem;
  padding-bottom: 20px;
}
.ttl1 {
  color: #1d4c78;
  font-family: 'Hind Vadodara', sans-serif;
}
.c__section1 small {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
}
.blog_box_mg {
  margin: 0 20px;
}
.blog_box {
  background-color: #fff;
  margin: -100px auto 0;
  max-width: 1000px;
  padding: 50px 30px;
}
.c__section1_inn {
  margin: 0 auto;
  max-width: 1000px;
}
.blog_box h2 {
  color: #1d4c78;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 65px;
}
.ttl {
  font-size: 1.5rem;
  font-weight: bold;
  width: 23%;
}
.must {
  background-color: #ef6f6c;
  color: #fff;
  font-size: .8rem;
  margin-left: 5px;
  padding: 1px;
}
.blog_box_inn {
  margin: 0 auto;
  max-width: 773px;
}
input,textarea {
  background-color: #f7f7f7;
  border: none;
  outline: none;
  padding: 15px;
  width: 95%;
}
.select_span, .wpcf7-form-control-wrap {
    width: 80% !important;
}
.easy-select-box {
  background: url(/contact/img/ico_arrow-down.png) no-repeat 98% center;
  background-color: #f7f7f7;
  border: none;
  cursor: pointer;
  font-family : inherit;
  font-size: 1.4rem;
  outline: none;
  padding: 15px;
  width: 100% !important;
}
.easy-select-box .esb-displayer {
  color: #333333!important;
  cursor: pointer !important;
  padding: 0 !important;
}
.inn {
  width: 80%;
}
textarea {
  height: 150px;
}
form {
  text-align: left;
}
form p {
  margin-bottom: 30px;
}
.policy h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.check  {
  font-size: 1.4rem;
  font-weight: bold;  
  margin-bottom: 50px;
  text-align: center;
}
.policy p {
  background-color: #f7f7f7;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 50px;
  max-height: 150px;
  overflow: auto;
  padding: 15px; 
}
.submit_btn {
  margin-top: 30px;
  text-align: center;
}
.submit_btn input {
  background-color: #1d4c78;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  height: 57px;
  width: 236px;
}
.submit_btn input:hover {
  background-color: #003f79;
}
.ht150 input {
  height: 150px;
}
.label1,.label2 {
  display: flex;
  flex-direction: row;
}
.label1 {
  align-items: center;
}
.label2 .ttl {
  margin-top: 15px;
}
input,textarea {
  font-family : inherit;
  font-size: 1.4rem;
}
.easy-select-box .esb-dropdown .esb-item {
  background-color: #f7f7f7 !important;
  border-bottom: 1px solid #fff !important;
  color: #333333 !important;
  padding: 15px !important;
}
.easy-select-box .esb-dropdown {
  border: none !important;
  overflow: visible !important;
  width: 100% !important;
}
.easy-select-box .esb-dropdown .esb-item:hover {
  background: #003f79 !important;
  color: #fff !important;
}
.policy .right {
  display: block;
  text-align: right;
}
.wpcf7-form-control-wrap {
  margin: 0 auto 30px;
}
#recaptcha div {
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .c__section1 h1 {
    background: url(/information/img/ttl_border.png) no-repeat center 62px;
  font-size: 3rem;
  letter-spacing: .03rem;
  line-height: 2.5rem;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100% !important;
  }
}

  .c__section1 small {
    font-size: 1.5rem;
  }
  .c__section1 {
    background: url(/contact/img/img_bg_sp.png) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
  }
  .blog_box {
    background-color: unset;
    margin: 0;
    padding: 0;
  }
  .blog_box h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 50px 25px;
  }
  .label1,.label2 {
    flex-direction: column;
  }
  .label2 .ttl {
    margin-top: 0;
  }
  .ttl {
    margin-bottom: 10px;
    width: 100%;
  }
  input,textarea {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Chrome, Safari */
    width: 100%;
  }
  .easy-select-box {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Chrome, Safari */
    width: 100% !important;
  }
  .select_span {
    width: 80% !important;
  }
  .inn {
    width: 100%;
  }
  .blog_box_inn {
    max-width: 100%;
  }
  form p {
    margin-bottom: 20px;
  }
  .policy h3 {
    margin-bottom: 10px;
  }
  .policy p {
    max-height: 300px;
  }
  .check {
    line-height: 2rem;
    text-align: center;
  }
  .blog_box_mg {
    margin: 0 20px 80px;
  }

/*------------------------------
  フッター
------------------------------*/
#footer {}