@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

.anchorlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 7;
}

.anchorlink li {
  line-height: 1.6;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .anchorlink li {
    width: 100%;
  }
}

.anchorlink li a {
  display: block;
  color: #777777;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anchorlink li a svg {
  width: 16px;
  height: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .anchorlink li a svg {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink li a svg {
    margin-right: 12px;
  }
}

.anchorlink li a svg polygon {
  fill: #777777;
}

@media print, screen and (min-width: 768px) {
  .anchorlink li a:hover {
    color: #222222;
  }
}

@media only screen and (max-width: 767px) {
  .anchorlink li + li {
    margin-top: 10px;
  }
}

.form-inner {
  position: relative;
  z-index: 5;
}

.form-inner + .form-inner .form-contents {
  border-top: 1px solid #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .form-inner + .form-inner .form-contents {
    padding-top: 80px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .form-inner + .form-inner .form-contents {
    padding-top: 40px;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .form-container {
    width: 900px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .form-container {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .form-contents {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .form-contents {
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .form-contents-inner .form-contact {
    margin-top: 30px;
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .form-contents-inner .form-contact {
    margin-top: 20px;
    padding: 30px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .form-contents-inner + .form-contents-inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .form-contents-inner + .form-contents-inner {
    margin-top: 50px;
  }
}

.form-title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .form-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form-title {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}

.form-contact {
  background-color: #eff3f6;
}

@media print, screen and (min-width: 768px) {
  .form-contact {
    padding: 70px 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .form-contact {
    padding: 30px 20px 60px;
  }
}

.form-contact-tite {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .form-contact-tite {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form-contact-tite {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.form-contact-inner {
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .form-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.form-contact-item {
  max-width: 380px;
  height: 160px;
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .form-contact-item {
    width: 50%;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form-contact-item {
    height: 110px;
    margin: auto;
  }
}

.form-contact-item.is-form {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#003e8f), to(#2d61a6));
  background: linear-gradient(to right, #003e8f, #2d61a6);
}

@media only screen and (max-width: 767px) {
  .form-contact-item.is-form {
    height: 110px;
    margin-bottom: 20px;
  }
}

.form-contact-item.is-tel {
  color: #142c4b;
  border: 1px solid #142c4b;
}

@media only screen and (max-width: 767px) {
  .form-contact-item.is-tel {
    height: 138px;
  }
}

@media print, screen and (min-width: 768px) {
  .form-contact-item.is-tel svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .form-contact-item.is-tel svg {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
  }
}

.form-contact-item.is-tel svg path {
  fill: #142c4b;
}

.form-contact-item.is-tel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.form-contact-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 768px) {
  .form-contact-item a:hover {
    -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
    box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(#2a88e0), to(#0068ee));
    background: linear-gradient(to right, #2a88e0, #0068ee);
  }
}

.form-contact-item a img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .form-contact-item table {
    height: 60px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .form-contact-item table tr {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .form-contact-item table .form-contact-icon {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form-contact-item table .form-contact-icon {
    display: block;
    width: 26px;
    margin: 0 auto 13px;
  }
}

.form-contact-item table .form-contact-text {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .form-contact-item table .form-contact-text {
    font-size: 15px;
    padding-left: 30px;
    border-left: 1px solid #c3cbd4;
  }
}

@media only screen and (max-width: 767px) {
  .form-contact-item table .form-contact-text {
    text-align: center;
  }
}

.form-contact-item table .form-contact-text span {
  display: block;
  font-family: Helvetica neue, Helvetica, Arial, Roboto, "Droid Sans";
}

@media print, screen and (min-width: 768px) {
  .form-contact-item table .form-contact-text span {
    font-size: 21px;
  }
}

.form .link-default {
  padding-top: 5px;
}
