@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
}

table {
  border-spacing: 0;
}

label {
  font-size: inherit;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  display: block;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.select_btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  width: 100%;
}

.select_btn::-ms-expand {
  display: none;
}

.select_btn:focus {
  box-shadow: none;
  outline: none;
}

select {
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
}

html {
  /* プロポーショナルメトリクスを有効化 */
  font-feature-settings: "palt";
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /* box-sizing */
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

/* Adobe,Google WebFontのチラツキ対策 start */
/* Adobe,Google WebFontのチラツキ対策 end */
body {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0;
  min-width: 1300px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 2% !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 3% !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 5% !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 6% !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 7% !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 8% !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 9% !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 10% !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 11% !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 12% !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.ft15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ft15 {
    font-size: 1.3rem;
  }
}

.ft20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ft20 {
    font-size: 1.8rem;
  }
}

.ft22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ft22 {
    font-size: 1.8rem;
  }
}

.ft_min {
  font-family: "Noto Serif JP", serif !important;
}

.ft_go {
  font-family: "Noto Sans JP", sans-serif !important;
}

.en02 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}
/*# sourceMappingURL=common.css.map */