/*----------お問い合わせ　ここから----------*/
#contact {
  width: 100%;
  margin: 0 auto;
}
.contactArea {
  width: 100%;
  margin: 0 auto;
  background: #f6f6f6;
  padding-bottom: 50px;
}
.contact_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}
.c_introduction {
  font-size: 1rem;
  margin: 0 auto 50px auto;
  width: 98%;
  border-left: 1px solid #228aff;
  border-right: 1px solid #14336de6;
}
.c_introduction:before, .c_introduction:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#228aff), to(#14336de6));
  background: -moz-linear-gradient(left, #228aff, #14336de6);
  background: linear-gradient(left, #228aff, #14336de6);
}
.c_introduction p {
  padding: 32px;
  margin: 0 auto;
  text-align: center;
  width: 72%;
}
.c_introduction p span {
  line-height: 3em;
}
.c_introduction p span::before {
  content: url(../img/required.png);
  position: relative;
  top: 10px;
  right: 7px;
}
.c_telArea {
  width: 100%;
  margin: 20px auto;
}
.c_telArea_inner {}
.c_telArea_inner h1 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 11px 17px;
  margin-bottom: 34px;
  border-left: 1em ridge rgba(34, 138, 255, 1);
}
.c_telArea_inner dl {
  width: 100%;
  margin: 0 auto;
  padding: 31px;
  background-color: #fff;
  text-align: center;
}
.c_telArea_inner dt {}
.c_telArea_inner dd {
  margin-top: 5px;
}
.c_telArea_inner dt a {
  color: rgba(34, 75, 154, 1);
  font-weight: bold;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
}
.c_telArea_inner dt a span {
  color: #000;
}
/*----------フォーム----------*/
section.c_formArea {
  width: 100%;
  margin: 60px auto 0 auto;
  padding-bottom: 50px;
}
.c_formArea_inner {}
.c_formArea_inner h1 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 11px 17px;
  margin-bottom: 34px;
  border-left: 1em ridge rgba(34, 138, 255, 1);
}
.c_formArea_block {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}
.c_formArea_block form {
  margin: 28px auto 0;
  width: 90%;
}
.c_formArea_block .note01 {
  margin: 0 0 16px 0;
}
.c_formArea_block .note01 span {
  color: #d70c18;
  font-size: 80%;
  font-weight: bold;
}
.c_formArea_block form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border-top: 1px #d2d2d2 solid; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  padding: 16px 16px 16px;
  width: 100%;
  flex-direction: column;
}
.c_formArea_block form dl:hover {
  background: #f6f6f6;
}
.c_formArea_block form dt {
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0 0 0 0;
  position: relative;
}
.c_formArea_block form dt.required::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('../img/required.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c_formArea_block form dd {
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0 0 0 auto;
  position: relative;
}
.c_formArea_block form dt span.note01 {
  font-size: 90%;
  margin: 0px 0 0 41px;
  line-height: 1.4em;
  color: #c11d1d;
}
.c_formArea_block form dd input {
  width: 100%;
  padding: 19px;
  font-size: 90%;
  border: none;
  border: solid 1px #adadad;
}
.c_formArea_block form dd p {
  width: 100%;
  padding: 11px 0;
  border: none;
}
.c_formArea_block form dd p label {
  border: none;
  display: flex;
  justify-content: left;
  width: 100%;
  align-items: center;
  margin-bottom: 8px;
}
.c_formArea_block form dd p label input {
  width: 10%;
}
.c_formArea_block form dd textarea {
  width: 100%;
  padding: 8px;
  font-size: 90%;
}
.c_formArea_block form .btn_block {
  margin: 56px auto 28px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c_formArea_block form .btn_block .btn01 {
  width: 250px;
  background: #224B9A;
  padding: 8px 20px;
  font-size: 150%;
  display: block;
  border-radius: 3px;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: none;
  font-weight: bold;
}
.c_formArea_block form .btn_block .btn01:hover {
  -webkit-box-shadow: 0 2px 6px #666;
  box-shadow: 0 2px 6px #666;
  background: #22859a;
  color: #fff;
}
.c_formArea_block form .btn_block02 {
  margin: 56px 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c_formArea_block form .btn_block02 .btn01 {
  margin: 0px 16px 0 0px;
}
input.btn01 {
  display: block;
  width: 270px;
  color: #333;
  background: #ccc;
  font-size: 100%;
  padding: 11px 0px;
  border: solid 1px #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
input.btn01:hover {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
  color: #224B9A;
  border: 1px #224B9A solid;
}
input.btn02 {
  display: block;
  width: 270px;
  color: #fff;
  background: #224B9A;
  font-size: 100%;
  padding: 8px 0px;
  border: solid 1px #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
input.btn02:hover {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
  color: #224B9A;
  border: 1px #224B9A solid;
}
#check_send[disabled] {
  opacity: 0.3 !important;
  pointer-events: none;
  position: relative;
}
/*アクセス*/
section.c_formArea_access {
  width: 100%;
  margin: 60px 0 80px;
}
section.c_formArea_access .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.c_formArea_access p {
  text-align: justify;
}
section.c_formArea_access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border: solid 1px #ccc;
  border-radius: 8px;
}
section.c_formArea_access dl:not(:last-child) {}
section.c_formArea_access dt {
  width: 75%;
  color: #333;
}
section.c_formArea_access dd {
  width: 25%;
}
section.c_formArea_access dd iframe {
  width: 100%;
  height: 320px;
  display: block;
}
.access_name {
  color: #e74c94;
  font-size: 200% line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.access_address {
  margin-bottom: 10px;
}
/*-----------------お問い合わせ ここまで------------------*/
form .privacy_box {
  /* border: 1px #d2d2d2 solid; */
  margin: 0;
  padding: 24px;
  width: 100%;
  /* border-radius: 4px; */
  background: #ddd;
}
form .privacy_box .sentence {}
form .privacy_box .sentence p {
  font-size: 100%;
  margin: 0 0 8px 0;
}
form .privacy_box .sentence p a {
  color: #000000;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
form .privacy_box .sentence p a:hover {
  color: #000000;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
form .privacy_box .sentence #check_area {}
form .privacy_box .sentence #check_area #check {}
form .privacy_box .sentence #check_area label {
  cursor: pointer;
}
/*----------送信完了----------*/
.tk_block {
  max-width: 800px;
  margin: 0 auto 72px;
  width: 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 35px;
}
.tk_block .sente {
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tk_block .btn01 {
  margin: 0px auto 0px auto;
}
/*----------ボタンエリア----------*/
/*----------送信完了ここまで----------*/
/*----------form関連ボタンブラウザ依存スタイルリセット----------*/
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*----------お問い合せ　ここまで----------*/
/*----------20191119追加----------*/
.hov_none {}
.hov_none form dl {
  border-bottom: #c0c0c0 solid 1px;
}
.hov_none form dl:hover {
  background-color: #fff;
}
.tk_block .btn01 a {
  color: #224b9a;
}