@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
/* .contactList
-----------------------------------------------------------------*/
.contactListContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 40px;
}
@media print, screen and (max-width: 767px) {
  .contactListContent {
    display: block;
    margin: 0 20px;
  }
}

.contactList_title {
  font-family: "neue-haas-grotesk-display", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  width: 33.3333%;
  width: 33.3333333333%;
  padding: 0 40px 0 0;
}
@media print, screen and (max-width: 767px) {
  .contactList_title {
    font-size: 24px;
    width: auto;
  }
}

.contactList_text {
  line-height: 2;
  width: 66.6666%;
  width: 66.6666666667%;
}
@media print, screen and (max-width: 767px) {
  .contactList_text {
    width: auto;
    margin: 20px 0 0;
  }
}

/* .contact
-----------------------------------------------------------------*/
.contactContent {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .contactContent {
    padding: 0;
    margin: 0 20px;
  }
}

.contactLead {
  margin: 0 0 80px;
}
@media print, screen and (max-width: 767px) {
  .contactLead {
    margin: 0 0px 40px;
  }
}

.contactTextBlock {
  line-height: 2;
}

.c-textBlock a {
  display: block;
  text-decoration: underline;
  color: #003EA2;
  margin: 40px 0 0;
}
@media print, screen and (max-width: 767px) {
  .c-textBlock a {
    margin: 20px 0 0;
  }
}