@charset "utf-8";
/* --------------------------------------------------------- */
/* 英語-en.css
------------------------------------------------------------ */
@import url(//fonts.googleapis.com/css?family=Noto+Sans);
body {
	font-family: Avenir, "Noto Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#introWrap .txt {
	width: 520px;
}
footer .inquiry p.position {
	line-height: 1.2em;
	font-size: 22px !important;
	font-weight: bold;
	margin: 3px 0;
}
footer .inquiry p.address {
	font-size: 14px !Important;
}
.laBtn.sp {
	display: none;
}
@media (max-width: 750px) {
#mainVisual .tit_logo {
  padding: 45px 0 0 20px;
}
#introWrap .txt {
	width: 95% !important;
}
footer .inquiry dl {
	display: block;
}
footer .inquiry p.position {
	font-size: 1.2rem !important;
}
}