
.japanese .contact_w {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold
}

.japanese .english {
  display: none
}

.english .contact_w {
  font-family: "LinotypeUniversW01-Medi 723679", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

@media screen and (min-width: 769px) {
  .english .contact_w {
    width: 420px
  }
}

.english .japanese {
  display: none
}

@media screen and (min-width: 769px) {
  .contact_w {
    font-size: 12px;
    line-height: 24px;
    margin: 220px 0 0 150px;
    width: 400px
  }
}

@media screen and (max-width: 768px) {
  .contact_w {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
    line-height: 1.9em;
    width: 185px
  }
}

.contact_w a {
  color: #000;
  display: inline-block;
  margin-right: 18px
}

.contact_w .m {
  cursor: pointer;
  text-decoration: underline;
  display: inline
}

.contact_w .m:hover {
  text-decoration: none
}

.contact_w .attention {
  margin-top: 24px
}

@media screen and (max-width: 768px) {
  .contact_w .attention {
    margin-top: 19x
  }
}

.contact_w .links {
  margin-top: 25px
}