/* ヘッダー */
@import url("../components/header.css");
/* フッター */
@import url("../components/footer.css");
/* パンくず */
@import url("../components/breadcrumb.css");

/* 共通設定 */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  min-height: 100%;
  font-feature-settings: "palt";
}

.container {
  width: 93%;
  max-width: 1600px;
  margin: auto;
}

.border-container {
  min-height: 100vh;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding-top: 128px;
}

.page-container {
  padding-bottom: 234px;
}

.inner-container {
  padding: 0 40px;
}

body {
  vertical-align: baseline;
  word-break: break-all;
  outline: 0;
  -ms-text-size-adjust: 100%;
  /*   font-family: "noto-sans-cjk-jp", sans-serif; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  background: #fafafa;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  display: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* フォント */
.futura-pt {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  letter-spacing: 0.12em;
  font-weight: 450;
}
