@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/NotoSansJP-Regular.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/NotoSansJP-Medium.woff2) format('woff2')
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/NotoSansJP-SemiBold.woff2) format('woff2')
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/NotoSansJP-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/Poppins-SemiBold.woff2) format("woff2");
}



/* common reset ==== */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
  color: #000;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* common ==== */
@-ms-viewport {
  width: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto !important;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .05em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";

}

button,
input,
select,
textarea,
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

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

input[type="text"]:focus,
button {
  outline: 0;
}

.content {
  overflow: hidden;
}

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
.wapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  color: #333;
  font-feature-settings: initial;
  font-size: 1.6rem;
}

header {
  background: #fff;
  padding: 20px 0 60px;
}

header .logo {
  width: 135px;
}

.content {
  background: #fff;
  line-height: 1.7;
}

.content h1 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 30px;
}

.content .lead {
  margin-bottom: 40px;
}

.content p+p {
  margin-top: 1em;
}

.content section+section {
  margin-top: 40px;
}

.content h2 {
  font-weight: bold;
  color: #929292;
  font-size: 2rem;
  margin-bottom: 15px;
}

.p-list a,
.lead a {
  color: #0066cc;
}

.p-list table {
  width: 100%;
  border: 1px solid #ccc;
}

.p-list th,
.p-list td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.p-list th {
  background: #eee;
  font-weight: bold;
}

.p-list th:first-child {
  width: 41%;
}

.p-list td {
  word-break: break-all;
}

footer {
  min-width: 0;
  background: #fff;
  padding: 30px;
  margin-top: 60px;
  border-top: 1px solid #ccc;
  text-align: center;
  border-radius: 0;
}

.copy {
  font-size: 1.2rem;
}

/*------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .p-list a:hover,
  .lead a:hover {
    text-decoration: none;
  }
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .wapper {
    font-size: 1.4rem;
  }

  header {
    padding: 10px 0 20px;
    height: auto;
  }

  .content h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .content .lead {
    margin-bottom: 30px;
  }

  .content section+section {
    margin-top: 30px;
  }

  .content h2 {
    font-size: 1.7rem;
  }

  .p-list .scroll {
    overflow-x: scroll;
  }

  .p-list table {
    width: 200%;
  }

  .p-list th,
  .p-list td {
    font-size: 1.3rem;
    padding: 10px;
  }

  .p-list th:first-child {
    width: 31%;
  }



  footer {
    margin: 60px -20px 0;
    padding: 10px 15px 30px;
  }

  .copy {
    font-size: 1rem;
  }
}