@charset "UTF-8";
/* CSS Document */

/*
      オリジナルリセットcss
----------------------------------------------------------- */
p {
  margin-bottom: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
/*
      デバイス共通
----------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: noto-sans-cjk-jp, sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: 0;
  color: #07080e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
  margin:0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}

a, a img {transition: all .3s;}
a:hover, a img:hover {opacity: 0.9;}
.dib {display: inline-block;}
.m0a {margin: 0 auto;}
.mla {margin-left: auto;}
.posr {position: relative;}
.posa {position: absolute;}
.imgr {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sp_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .sp_scroll > * {
    min-width: 768px;
  }
}

/*
      定義
----------------------------------------------------------- */
:root {
  --color_bk: #07080e;
  --color_wt: #fff;
  --color01: #19a485;
  --color02: #e8faf6;
  --color03: #cf0103;
  --color04: ;
  --color05: ;
  --font_xs: 16px;
  --font_s: 28px;
  --font_m: 32px;
  --font_l: 36px;
  --font_xl: 40px;
}

/*
      色関連
----------------------------------------------------------- */
.bg_wt{background-color: var(--color_wt);}
.cl_wt{color: var(--color_wt);}
.bg_bk{background-color: var(--color_bk);}
.cl_bk{color: var(--color_bk);}
.bg01{background-color: var(--color01);}
.cl_01{color: var(--color01);}
.bg02{background-color: var(--color02);}
.cl_02{color: var(--color02);}
.bg03{background-color: var(--color03);}
.cl_03{color: var(--color03);}
.bg04{background-color: var(--color04);}
.cl_04{color: var(--color04);}
.bg05{background-color: var(--color05);}
.cl_05{color: var(--color05);}

/*
      テキスト関連
----------------------------------------------------------- */
.fwb {font-weight: bold !important;}
.underline {text-decoration: underline;}
.font_xs {font-size: var(--font_xs);}
.font_s {font-size: var(--font_s);}
.font_m {font-size: var(--font_m);}
.font_l {font-size: var(--font_l);}
.font_xl {font-size: var(--font_xl);}
@media screen and (max-width: 767px) {
.font_xs {font-size: calc(var(--font_xs) / 2);}
.font_s {font-size: calc(var(--font_s) / 2);}
.font_m {font-size: calc(var(--font_m) / 2);}
.font_l {font-size: calc(var(--font_l) / 2);}
.font_xl {font-size: calc(var(--font_xl) / 2);}
}
.tac {text-align: center !important;}
.tal {text-align: left !important;}
.tar {text-align: right !important;}
.shadow {
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
.font_min {font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;}
.font_go {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", sans-serif;}
.font_din{font-family: din-2014, sans-serif;}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.note {
  position: relative;
  font-size: 0.777em;
  padding-left: 1em;
}
.note:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 1em;
  line-height: 1.554em;
}
@media (min-width: 768px) and (max-width: 1229px) {
  .tab_shadow {text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
}

@media screen and (max-width: 767px) {
  .sp_tal {text-align: left !important;}
  .sp_shadow {text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
}

/*
      余白&幅調整
----------------------------------------------------------- */
.mt0 {margin-top: 0;}.mt5 {margin-top: 5px;}.mt10 {margin-top: 10px;}.mt15 {margin-top: 15px;}.mt20 {margin-top: 20px;}.mt30 {margin-top: 30px;}.mt45 {margin-top: 45px;}.mt60 {margin-top: 60px;}.mt75 {margin-top: 75px;}.mt90 {margin-top: 90px;}.mt120 {margin-top: 120px;}
.mb0 {margin-bottom: 0;}.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}.mb30 {margin-bottom: 30px;}.mb45 {margin-bottom: 45px;}.mb60 {margin-bottom: 60px;}.mb75 {margin-bottom: 75px;}.mb90 {margin-bottom: 90px;}.mb120 {margin-bottom: 120px;}
.pt0 {padding-top: 0;}.pt5 {padding-top: 5px;}.pt10 {padding-top: 10px;}.pt15 {padding-top: 15px;}.pt20 {padding-top: 20px;}.pt30 {padding-top: 30px;}.pt45 {padding-top: 45px;}.pt60 {padding-top: 60px;}.pt75 {padding-top: 75px;}.pt90 {padding-top: 90px;}.pt120 {padding-top: 120px;}
.pb0 {padding-bottom: 0;}.pb5 {padding-bottom: 5px;}.pb10 {padding-bottom: 10px;}.pb15 {padding-bottom: 15px;}.pb20 {padding-bottom: 20px;}.pb30 {padding-bottom: 30px;}.pb45 {padding-bottom: 45px;}.pb60 {padding-bottom: 60px;}.pb75 {padding-bottom: 75px;}.pb90 {padding-bottom: 90px;}.pb120 {padding-bottom: 120px;}
.pl0 {padding-left: 0;}
.pr0 {padding-right: 0;}
.ph0 {padding-left: 0; padding-right: 0;}
.ph15 {padding-left: 15px; padding-right: 15px;}
@media screen and (max-width: 767px) {
  .spmt0 {margin-top: 0;}.spmt5 {margin-top: 5px;}.spmt10 {margin-top: 10px;}.spmt15 {margin-top: 15px;}.spmt20 {margin-top: 20px;}.spmt30 {margin-top: 30px;}.spmt45 {margin-top: 45px;}.spmt60 {margin-top: 60px;}
  .spmb0 {margin-bottom: 0;}.spmb5 {margin-bottom: 5px;}.spmb10 {margin-bottom: 10px;}.spmb15 {margin-bottom: 15px;}.spmb20 {margin-bottom: 20px;}.spmb30 {margin-bottom: 30px;}.spmb45 {margin-bottom: 45px;}.spmb60 {margin-bottom: 60px;}
  .sppt0 {padding-top: 0;}.sppt5 {padding-top: 5px;}.sppt10 {padding-top: 10px;}.sppt15 {padding-top: 15px;}.sppt20 {padding-top: 20px;}.sppt30 {padding-top: 30px;}.sppt45 {padding-top: 45px;}.sppt60 {padding-top: 60px;}
  .sppb0 {padding-bottom: 0;}.sppb5 {padding-bottom: 5px;}.sppb10 {padding-bottom: 10px;}.sppb15 {padding-bottom: 15px;}.sppb20 {padding-bottom: 20px;}.sppb30 {padding-bottom: 30px;}.sppb45 {padding-bottom: 45px;}.sppb60 {padding-bottom: 60px;}
  .sppl0 {padding-left: 0;}
  .sppr0 {padding-right: 0;}
  .spph0 {padding-left: 0; padding-right: 0;}
}
@media screen and (max-width: 767px) {
  .spwd50 {width: 50% !important;}
  .spwd60 {width: 60% !important;}
  .spwd70 {width: 70% !important;}
  .spwd80 {width: 80% !important;}
  .spwd90 {width: 90% !important;}
}

/*
      見出し
----------------------------------------------------------- */
h1, h2, h3 {
  letter-spacing: -0.05em;
  line-height: 1.4;
}

h2 {
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
}

h3 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1229px) {
  h2 {
    padding: 0 0 45px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    padding: 0 0 30px;
  }
}

/*
      ボタン
----------------------------------------------------------- */

/*
      Page Top
----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #153aa1;
  border-radius: 50%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagetop a:before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-60%);
}

.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pagetop a:link,
.pagetop a:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 20px;
    right: 5px;
  }
}

/*
      white-box
----------------------------------------------------------- */
.white_box {
  padding: 45px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_l {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_s {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_xs {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box:last-of-type,
.white_box_l:last-of-type,
.white_box_s:last-of-type,
.white_box_xs:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1229px) {
  .white_box {
    padding: 30px;
    margin-bottom: 15px;
  }
  .white_box_l {
    padding: 45q;
    margin-bottom: 30px;
  }
  .white_box_s,
  .white_box_xs {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .white_box,
  .white_box_s,
  .white_box_xs {
    padding: 15px;
    margin-bottom: 15px;
  }
  .white_box_l {
    padding: 30px;
    margin-bottom: 15px;
  }
}

/*
      背景左右はみだし
----------------------------------------------------------- */
.white_box.bg_over_l,
.white_box.bg_over_l > *,
.white_box.bg_over_r,
.white_box.bg_over_r > * {
  position: relative;
  z-index: 1;
}
.white_box.bg_over_l:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #eeeef5;
  z-index: 0;
}
.white_box.bg_over_r:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translateX(50vw);
  background-color: #eeeef5;
  z-index: 0;
}

/*
      タブ切り替え
----------------------------------------------------------- */
.tabs {
  display: flex;
  justify-content: space-between;
  gap: 3px;
}
.tab {
  width: calc(100% / 7);
  padding-block: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all .3s ease 0s;
  cursor: pointer;
}
.tab:nth-child(1),
.content:nth-child(1) {
  background-color: #fe6c6d;
}
.content:nth-child(1) th,
.content:nth-child(1) td {
  border: 2px solid #fe6c6d;
}
.tab:nth-child(2),
.content:nth-child(2) {
  background-color: #69bdfd;
}
.content:nth-child(2) th,
.content:nth-child(2) td {
  border: 2px solid #69bdfd;
}
.tab:nth-child(3),
.content:nth-child(3) {
  background-color: #feaf36;
}
.content:nth-child(3) th,
.content:nth-child(3) td {
  border: 2px solid #feaf36;
}
.tab:nth-child(4),
.content:nth-child(4) {
  background-color: #8a8cd8;
}
.content:nth-child(4) th,
.content:nth-child(4) td {
  border: 2px solid #8a8cd8;
}
.tab:nth-child(5),
.content:nth-child(5) {
  background-color: #61c696;
}
.content:nth-child(5) th,
.content:nth-child(5) td {
  border: 2px solid #61c696;
}
.tab:nth-child(6),
.content:nth-child(6) {
  background-color: #666666;
}
.content:nth-child(6) th,
.content:nth-child(6) td {
  border: 2px solid #666666;
}
.tab:nth-child(7),
.content:nth-child(7) {
  background-color: #254a7f;
}
.content:nth-child(7) th,
.content:nth-child(7) td {
  border: 2px solid #254a7f;
}
.content {
  display: none;
  padding: 30px 10px;
}
.content table {
  width: 100%;
}
.content th,
.cotnent td {
  width: 13.33%;
}
.content th {
  font-size: 20px;
  color: var(--color_bk);
  background-color: #efefef;
  padding-block: 5px;
}
.content td {
  font-size: 16px;
  color: var(--color_bk);
  background-color: var(--color_wt);
  height: 78px;
  vertical-align: middle;
}
.content_name {
  width: 33.33%;
}
.content.show {
  display: block;
}
/*
      Container / Break
----------------------------------------------------------- */
@media (min-width: 1230px) {
  .container {
    width: 750px;
    margin: 0 auto;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .container_s {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: none;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: block;
  }
  .s_none {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1229px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: 750;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .container_s {
    width: 768px;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: block;
  }
  .t_none {
    display: none;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    display: block;
    max-width: 767px;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .container_s {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: block;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: none;
  }
}
