@charset "utf-8";

.reg_box {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px;
}
.reg_box:last-of-type {
  margin-bottom: 0;
}
.reg_box h3 {
  text-align: left;
  font-size: 22px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cdcdcd;
}
ul.numble {
  width: 100%;
  display: inline;
  counter-reset: numble;
}
ul.numble>li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}
ul.numble>li:before {
  counter-increment: numble;
  content: counter(numble) '.';
  margin: 0 7px 0 0;
}
ul.numble02 {
  width: 100%;
  display: inline;
  counter-reset: numble-kakko;
}
ul.numble02>li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 2em;
  text-indent: -2.6em;
}
ul.numble02>li:before {
  counter-increment: numble-kakko;
  content: '（' counter(numble-kakko) '）';
  margin: 0;
}
ul.iroha {
  width: 100%;
  display: inline;
  counter-reset: iroha;
}
ul.iroha>li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 1.4em;
  text-indent: -1.3em;
}
ul.iroha>li:before {
  counter-increment: iroha;
  content: counter(iroha, katakana-iroha);
  margin: 0 5px 0 0;
}
p.date {
  text-align: right;
}
.scrl_inner {
  max-width: 890px;
  margin: auto;
}


/*年アーカイブ*/
.yaer_archives {
  display: inline-block;
  width: 100%;
  margin: 50px 0 0 0;
}
.yaer_archives .archives_list {
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--mainColor);
}
.yaer_archives .archives_list a {
  text-decoration: none;
  color: var(--mainColor);
  position: relative;
}
.yaer_archives .archives_list li {
  position: relative;
}
.yaer_archives .archives_list li:after {
  content: '';
  width: 1px;
  height: 15px;
  background: var(--mainColor);
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0,-50%);
}
.yaer_archives .archives_list li:first-child:after,
.yaer_archives .archives_list li:last-child:after {
  content: none;
}

.scrl_wrap {
  width: 100%;
  overflow: auto;
  position: relative;
  margin-bottom: 5em;
}

table.basic {
  width: 100%;
  border: 1px solid var(--mainColor);
  margin: 10px 0;
  color: var(--mainColor);
}
table.basic th,
table.basic td {
  padding: 10px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  border: 1px solid var(--mainColor);
  text-align: left;
  vertical-align: middle;
}
table.basic tr.head,
table.basic tr th {
  background: #fafaf4;
}
table.basic td {
  text-align: center;
}
table.basic th.w-30per {
  width: 30%;
}
table.basic td.w-70per {
  width: 70%;
}


/*レイアウト*/
.col_2 {
  justify-content: flex-start;
  gap: 40px;
}
.col_2 .col {
  width: calc((100% - 40px)/2);
}
.col_3 {
  justify-content: flex-start;
  gap: 50px;
}
.col_3 .col {
  width: calc((100% - 50px*2)/3);
}
.col_4 {
  justify-content: flex-start;
  gap: 50px 40px;
}
.col_4 .col {
  width: calc((100% - 40px*3)/4);
}
.cts_box.min {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cts_box.sml {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.img_radius {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
.img_radius img {
  width: 100%;
  border-radius: 10px;
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  .tab_wrap.scrl .tab_navi {
    width: 864px;
  }
  .scrl_wrap {
    overflow: auto;
    margin-left: -20px;
    margin-right: calc(50% - 50vw);
    padding: 0 20px;
  }
  .tab_wrap.scrl .tab_navi .tab_menu {
    font-size: 14px;
  }

}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  
  .reg_box {
    font-size: 14px;
    line-height: 1.6em;
  }
  .reg_box h3 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
  table.basic th,
  table.basic td {
    padding: 8px 10px;
    font-size: 14px;
  }
  
  .scrl_wrap {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .scrl_inner {
    max-width: 100%;
  }
  
  .caution,
  ul.caution {
    font-size: 12px;
  }
  ul.circle li {
    font-size: 14px;
    line-height: 1.6em;
  }
  ul.circle li:before {
    top: 7px;
  }
  
  .sp_rvs {
    flex-direction: column-reverse!important;
  }
  .sp_col_1 {
    justify-content: flex-start;
    gap: 50px 0;
  }
  .sp_col_1 .col {
    width: 100%;
  }
  .sp_col_2 {
    justify-content: flex-start;
    gap: 20px 15px;
  }
  .sp_col_2 .col {
    width: calc((100% - 15px)/2);
  }
  .img_radius,
  .img_radius img {
    border-radius: 5px;
  }
  a.btn {
    height: 60px;
    font-size: 14px;
    border-radius: 5px;
  }
  a.btn.arrow:after {
    width: 12px;
  }
  
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {
  .tab_wrap.scrl .tab_navi {
    width: 600px;
  }

}