@charset "utf-8";

html,
body,
h1,
h2,
p,
a,
div,
ul,
li,
img {
  padding: 0;
  margin: 0;
  line-height: 1.0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul,
li {
  text-decoration: none;
  list-style: none;
}
a{
  text-decoration: none;
  color: inherit;
}




/* header */
.closed_header {
  width: 100%;
  background: #000;
  height: 70px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.closed_logo_link img {
  width: 110px;
  height: auto;
  padding-top: 10px;
}

/* main */
.closed_main {
  max-width: 940px;
  margin: 0 auto;
  padding: 70px 20px;
  flex: 1;
  font-family:'Helvetica Neue', 'Helvetica', 'Arial', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.closed_txt_h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #4b4b4b;
  text-align: center;
  padding-bottom: 80px;
}
.closed_txt_h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #4b4b4b;
  text-align: center;
  margin-top: 100px;
}
.br_sp_only-closed{
  display: none;
}
.closed_txt_p {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 40px;
  color: #4b4b4b;
}

/* btn */
.closed_btn_wrapper, .closed_btn_wrapper_flex{
  text-align: center;
  font-family:'Helvetica Neue', 'Helvetica', 'Arial', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 30px 0 0;
}
.closed_btn_wrapper_flex{
  display: grid;
    grid-template-columns: repeat(auto-fit, 320px);
    grid-row-gap: 30px;
    grid-column-gap: 40px;
    justify-content: center;
    margin: 40px auto 0;
}
.btn_k-board a{
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  max-width: 320px;
  background: #da536e;
  margin: 0 auto;
}
.btn_axn a{
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  max-width: 320px;
  background: #000;
  margin: 0 auto;
}
.btn_axn_mys a{
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  max-width: 320px;
  background: #192e79;
  margin: 0 auto;
}

/* footer */
.closed_footer{
  width: 100%;
  background: #000;
  padding: 40px 0 60px;
  font-family:'Helvetica Neue', 'Helvetica', 'Arial', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.closed_footer_copyright{
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/* footer 下部固定 .closed_mainにflex: 1;*/
.closed_container {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}


@media only screen and (max-width:767px) {
  .closed_txt_p {
    font-size: 16px;
  }

  .closed_txt_h2 {
    font-size: 18px;
  }

}
@media only screen and (max-width:420px) {
  .br_sp_only-closed{
    display: block;
  }
  .closed_main{
    padding: 60px 20px;
  }
  .closed_txt_h1{
    padding-bottom: 70px;
  }
  .closed_btn_wrapper{
    margin-top: 20px;
  }
  .closed_btn_wrapper_flex{
      grid-template-columns: repeat(auto-fit, calc(100%/2 - 40px));
      display: block;
      margin: 20px auto 0;
  }
  .btn_axn a{
    margin-bottom: 20px;
  }
}
