@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*----------------------------------------
$line: #CCCCCC;
$bg: #F5F5F5;
$link1: #004098;
$link2: #00987B;
$link3: #98006F;
$link4: #987500;
$red: #E04848;
$yellow: #E0B748;
$block_border: #F2F2F2;
$position: #626262;
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
.alert.entry {
  display: none;
}
form.table {
  margin-top: 30px;
}
form.table fieldset {
  border: none;
  padding: 0;
  border: none;
  margin: 0;
}
form.table input[type="text"], form.table input[type="email"] {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: solid 1px #cbcbcb;
  padding: 5px;
  width: 100%;
}
form.table input[type="submit"] {
  display: inline-block;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 30px;
  border: solid 1px #cbcbcb;
  background-color: #fff;
  color: #cbcbcb;
  padding: 10px;
  width: 200px;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  form.table input[type="submit"] {
    width: 120px;
  }
}
form.table textarea {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: solid 1px #cbcbcb;
  padding: 5px;
  width: 100%;
  min-height: 150px;
}
form.table select {
  height: 40px;
  width: 100%;
  border: solid 1px #cbcbcb;
}
form.table label.radio, form.table label.checkbox {
  float: none;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
form.table div.submit {
  margin: 30px 0;
}
form.table table {
  width: 100%;
  border: none;
  display: block;
}
form.table table tbody {
  display: block;
}
form.table table tr {
  display: block;
}
form.table table tr + tr {
  padding-top: 30px;
}
form.table table tr th {
  display: block;
  border: none;
  padding: 0;
  text-align: left;
}
form.table table tr td {
  display: block;
  border: none;
  padding: 5px 0 0;
}
form.table table tr.error th, form.table table tr.error td {
  background: none;
}
section.contact .contact_info {
  margin: 30px 0;
}
section.contact .contact_info .info_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
section.contact .contact_info dl.info_detail {
  margin: 10px 0 0;
  display: table;
}
section.contact .contact_info dl.info_detail dt {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_info dl.info_detail dt {
    display: block;
    width: 100%;
  }
}
section.contact .contact_info dl.info_detail dd {
  display: table-cell;
  vertical-align: top;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  section.contact .contact_info dl.info_detail dd {
    display: block;
  }
}
section.contact .contact_info dl.info_detail.mail dd a i {
  display: none;
}
section.contact .contact_info dl.info_detail.tel dd a {
  text-decoration: none;
}
section.contact .button.gray {
  margin: 0 auto;
}
/**** 20260318 マテリアル開発系移転に伴いフォーム調整******/
form.mailform .form-group {
  border: none !important;
  margin-top: 20px;
}
form.mailform .form-group .control-label .title {
  font-weight: 400 !important;
}
form.mailform .controls input, form.mailform .controls textarea {
  background: white !important;
  border: 1px solid #445B9D !important;
}
form.mailform .submit button, form.mailform .modify span {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 30px;
  background-color: #fff;
  line-height: 22px;
  padding: 12px 57px;
  text-decoration: none;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
  margin: 48px 16px 0;
  color: #4D5156;
  border: none;
}
form.mailform .submit button:hover, form.mailform .modify span:hover {
  opacity: 1;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.32);
  transition: 0.2s;
  background-color: #fff;
}
@media (max-width: 768px) {
  form.mailform .control-label {
    margin-bottom: 8px !important;
  }
}
/*# sourceMappingURL=./contact.css.map */