@charset "utf-8";
body#list #visual {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
body.list #visual h1 {
  color: #434343;
}
body.list #sec01 {
}
body.list #sec01 h2 {
  margin-bottom: 25px;
}
body.list #sec01 .img {
  text-align: center;
}
body.list #sec01 .bgWhite {
  background-color: #FFFFFF;
}
body.list #sec01 .area_wrap .area_header {
  display: flex;
  align-items: center;
  gap: 24px;
}
body.list #sec01 .area_wrap .area_ttl {
  display: flex;
  align-items: center;
  width: 130px;
  height: 40px;
  margin: 0;
  padding-left: 40px;
  position: relative;
  background: url(../../images/list/btn_list_01.png) no-repeat center / 100% 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.list #sec01 .area_wrap .area_header {
    align-items: flex-start;
  }
  body.list #sec01 .area_wrap .area_ttl {
    flex-shrink: 0;
    width: 100px;
  }
}
body.list #sec01 .area_wrap:nth-of-type(2) .area_ttl {
  background: url(../../images/list/btn_list_02.png) no-repeat center / 100% 100%;
}
body.list #sec01 .area_wrap:nth-of-type(3) .area_ttl {
  background: url(../../images/list/btn_list_03.png) no-repeat center / 100% 100%;
}
body.list #sec01 .area_wrap:nth-of-type(4) .area_ttl {
  background: url(../../images/list/btn_list_04.png) no-repeat center / 100% 100%;
}
body.list #sec01 .area_wrap:nth-of-type(5) .area_ttl {
  background: url(../../images/list/btn_list_05.png) no-repeat center / 100% 100%;
}
body.list #sec01 .area_wrap:nth-of-type(6) .area_ttl {
  background: url(../../images/list/btn_list_06.png) no-repeat center / 100% 100%;
}
body.list #sec01 .area_wrap:nth-of-type(7) .area_ttl {
  background: url(../../images/list/btn_list_07.png) no-repeat center / 100% 100%;
}
body.list #sec01 .area_wrap:nth-of-type(8) .area_ttl {
  background: url(../../images/list/btn_list_08.png) no-repeat center / 100% 100%;
}

body.list #sec01 .area_wrap .area_ttl:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../../images/list/ico_list_arrow.png) no-repeat center / 100% 100%;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%) rotate(90deg);
}
body.list #sec01 .area_wrap.open .area_ttl:before {
  transform: translateY(-50%);
}
body.list #sec01 .area_wrap .area_body {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px) {
  .pcNoDisplay {
    display: none;
  }
  .spNoDisplay {
    display: block;
  }
  body.list #visual {
    background-image: url(../../images/list/mv_list_01_pc.png);
  }
  body.list #visual h1 {
    padding: 120px 0;
  }
  body.list #topicpath {
    padding: 25px 0 50px 0;
    margin: 0 auto;
    width: auto;
  }
  body.list #topicpath ul {
    width: 1000px;
    margin: 0 auto;
  }
  body.list #sec01 {
    padding-bottom: 60px;
  }
  body.list #sec01 .img {
    margin-bottom: 15px;
  }
  body.list #sec01 .lead p + p {
    margin-top: 5px;
  }
  body.list #sec01 .lead .note_txt {
    font-size: 75%;
  }

  body.list #sec01 .btn_area {
    margin-bottom: 60px;
  }
  body.list #sec01 .btn_area a {
    display: block;
    margin-top: 25px;
    padding: 25px 46px 25px 244px;
    border: 1px solid #cccccc;
    background: url(../../images/list/bnr_list_01_pc.png) no-repeat left center / contain;
    text-decoration: none;
    color: #434343;
  }
  body.list #sec01 .btn_area .ttl {
    font-size: 150%;
  }
  body.list #sec01 .btn_area .txt {
    font-size: 87.5%;
  }

  body.list #sec01 .area_wrap + .area_wrap {
    margin-top: 40px;
  }
  body.list #sec01 .area_header {
    margin-bottom: 20px;
  }
  body.list #sec01 .area_table {
    width: 100%;
    border-collapse: collapse;
  }
  body.list #sec01 .area_table_header th {
    padding: 5px;
    background-color: #e1dcd4;
  }
  body.list #sec01 .area_table_body {
    border: 1px solid #c5c5c5;
  }
  body.list #sec01 .area_table_body td {
    padding: 12px 20px;
  }
  body.list #sec01 .area_table_body td:nth-of-type(3) {
    width: 114px;
    text-align: center;
  }
  body.list #sec01 .area_table_body td:last-child {
    width: 200px;
    text-align: center;
  }
  body.list #sec01 .area_table_body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 140px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    padding-right: 5px;
    background-color: #496269;
    color: #fff;
    text-decoration: none;
  }
  body.list #sec01 .area_table_body .btn:before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: url(../../images/list/ico_list_arrow_02.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .pcNoDisplay {
    display: block;
  }
  .spNoDisplay {
    display: none;
  }
  body.list #visual {
    background-image: url(../../images/list/mv_list_01_sp.png);
  }
  body.list #visual h1 {
    padding: 80px 0;
  }
  body.list #sec01 {
    padding: 30px 6%;
  }
  body.list #sec01 .lead p + p {
    margin-top: 5px;
  }
  body.list #sec01 .lead .note_txt {
    font-size: 75%;
  }
  body.list #sec01 .btn_area {
    margin-bottom: 30px;
  }
  body.list #sec01 .btn_area a {
    display: block;
    margin-top: 25px;
    border: 1px solid #cccccc;
    padding: 2vw 2vw 2vw 35%;
    background: url(../../images/list/bnr_list_01_sp.png) no-repeat left center / contain;
    text-decoration: none;
    color: #434343;
  }
  body.list #sec01 .btn_area .ttl {
    font-size: 1.8rem;
    line-height: 1.375;
    margin-bottom: 0.3em;
  }
  body.list #sec01 .btn_area .txt {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  body.list #sec01 .area_wrap + .area_wrap {
    margin-top: 20px;
  }
  body.list #sec01 .area_wrap .area_header {
    gap: 12px;
  }
  body.list #sec01 .area_body {
    margin-top: 20px;
  }
  body.list #sec01 .area_table {
    width: 100%;
  }
  body.list #sec01 .area_table_header {
    display: none;
  }
  body.list #sec01 .area_table_body {
    display: block;
    border: 1px solid #adadad;
    padding-bottom: 20px;
  }
  body.list #sec01 .area_table_body + .area_table_body {
    margin-top: 20px;
  }
  body.list #sec01 .area_table th {
    width: 100%;
    display: block;
  }
  body.list #sec01 .area_table td {
    padding: 10px 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.list #sec01 .area_table .ttl {
    font-size: 150%;
  }
  body.list #sec01 .area_table_body .area_name {
    display: block;
    width: 110px;
    height: 20px;
    margin-right: 12px;
    line-height: 20px;
    background-color: #efeeee;
    text-align: center;
    font-size: 85%;
  }
  body.list #sec01 .area_table_body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 33px;
    line-height: 32px;
    margin: 0;
    background-color: #496269;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  body.list #sec01 .area_table_body .btn:before {
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    background: url(../../images/list/ico_list_arrow_02.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  /*pagenavi*/
  #pagenavi {
    margin: 30px 0;
  }
  #pagenavi ul {
    justify-content: center;
    align-items: center;
    margin: 0 -4%;
  }
  #pagenavi ul li {
    margin: 0 4%;
  }
  #pagenavi ul li a {
    color: #232323;
    text-decoration: none;
    display: block;
  }
  #pagenavi ul li a.back, #pagenavi ul li a.next {
    background-color: #373837;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
  }
  #pagenavi ul li a.back:before, #pagenavi ul li a.next:before {
    background-image: url(../../images/home/map/single/arrow.png);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 8px;
    height: 16px;
    margin: -8px 0 0 -4px;
    background-size: cover;
  }
  #pagenavi ul li a.back {
    background-color: rgba(55, 56, 55, 0.50);
  }
  #pagenavi ul li a.next:before {
    transform: scale(-1, 1);
  }
  #pagenavi ul li a.current {
    color: #a1a19f;
  }
}

/* table head fix */
body#list {
  position: relative;
}

.c_com {
  text-align: right;
}
.supplement_txt .ind {
  display: block;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
@media (max-width: 767px) {
  .supplement_txt .ind {
    text-indent: initial;
    padding-left: 0;
  }
  .supplement_txt .sp_non {
    display: none;
  }
}

@media (max-width: 767px) {
  .sttl_wrap {
    font-size: 1rem;
    padding-top: 15vw;
    width: 100%;
  }
}