@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2 .inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .page_h2 .inner {
    padding-bottom: 40px;
  }
}
.page_h2_new .txt {
  border-left: 5px solid #1D50A1;
}
.attendance .ttl {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
  line-height: 35px;
  text-align: left;
  padding-left: 8px;
  border-left: 3px solid #1D50A1;
  margin-bottom: 17px;
  margin-top: 60px;
}
@media screen and (max-width: 818px) {
  .attendance .ttl {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.attendance p {
  text-align: left;
  line-height: 1.75;
  font-weight: 400;
}
.attendance .txt_item {
  width: 100%;
  padding: 45px 55px 10px 55px;
  text-align: center;
  position: relative;
  line-height: 1.75;
  border: 1px solid #707070;
}
@media screen and (max-width: 818px) {
  .attendance .txt_item {
    padding: 40px 10px 10px 10px;
  }
}
.attendance .txt_item span {
  display: block;
  color: #CE3582;
  font-weight: bold;
}
.attendance .txt_item .ttl_item {
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .attendance .txt_item .ttl_item {
    top: -25px;
  }
}
.attendance .txt_item .ttl_item .sttl {
  font-size: 23px;
  font-weight: bold;
  width: fit-content;
  padding: 0 60px;
  background: #ffffff;
  margin: auto;
  line-height: 1.3;
}
@media screen and (max-width: 818px) {
  .attendance .txt_item .ttl_item .sttl {
    font-size: 18px;
    padding: 0 20px;
  }
}
.m_t_100 {
  margin-top: 100px;
}
@media screen and (max-width: 818px) {
  .m_t_100 {
    margin-top: 50px;
  }
}
.pink_btn_yajiru {
  max-width: 370px;
  margin-top: 60px;
}
@media screen and (max-width: 818px) {
  .pink_btn_yajiru {
    margin-top: 30px;
  }
}
.b_box {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .b_box {
    margin-top: 30px;
  }
}
.b_box .t {
  color: #FF0000;
  font-weight: bold;
}
.privacy {
  font-size: 16px;
}
.privacy ol {
  list-style: none;
  padding: 0;
  counter-reset: number;
}
.privacy ol li {
  position: relative;
  padding-left: 1.5em;
  text-align: left;
}
.privacy ol li + li {
  margin-top: 10px;
}
.privacy ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #1D50A1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
.privacy .top_menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .privacy .top_menu_list {
    gap: 5px;
    column-gap: 10px;
  }
}
.privacy .top_menu_list a {
  width: calc(33.3333% - 13.33333px);
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .privacy .top_menu_list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  .privacy .top_menu_list a {
    width: 100%;
  }
}
