@charset "UTF-8";
/* ==========================================
   Template: matome（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

/* ==========================================
  以下、デザインを決める記述です。
  ※印で検索することで設定箇所へジャンプします。
   ========================================== */
body {
  background-size: auto auto;
  background-color: #f8f8f8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 14px, rgba(255, 255, 255, 0.5) 27px);
  /* ↑上記3行が背景のストライプの記述です。
      お好みの色などに変更してください。※ */
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #3a4557;
  /* ↑リンクの色　一括置換すると見出し色も一緒に変わります ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1 {
  color: #3a4557;
  /* ↑見出し色　リンク色と同じになります ※ */
  font-family: "Kosugi Maru", sans-serif;
}

.center {
  text-align: center;
}

.header {
  background-color: #fff;
  background-image: url(../img/logo_1up.png);
  /* ↑ヘッダー画像 ※ */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  height: 200px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  border-bottom: #d0d0d0 1px solid;
}

@media screen and (max-width: 767px) {
  .header {
    height: 200px;
    background-size: 50%;
  }
}

/* ==========================================
  container
  ========================================== */
.container {
  width: 96%;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
