@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* PC */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap");
.list .area_list {
  margin-bottom: 50px;
}
.list .area_list h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}
.list .area_list .box_list table {
  border: 1px solid #efefef;
  width: 100%;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .list .area_list .box_list table {
    display: block;
    width: 100%;
    border: none;
  }
}
@media all and (max-width: 896px) {
  .list .area_list .box_list table tbody {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .list .area_list .box_list table tr {
    width: 100%;
    display: block;
    border-bottom: 20px solid #fff;
  }
}
.list .area_list .box_list table tr.t_head th {
  background: #00a2e9;
  color: #fff;
}
@media all and (max-width: 896px) {
  .list .area_list .box_list table tr.t_head th {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 896px) {
  .list .area_list .box_list table tr.name {
    display: none;
  }
}
.list .area_list .box_list table tr th {
  background: #f3fafb;
  text-align: center;
  padding: 10px;
  width: 25%;
  vertical-align: middle;
}
.list .area_list .box_list table tr td {
  border-bottom: 1px dotted #efefef;
  border-right: 1px solid #efefef;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
@media all and (max-width: 896px) {
  .list .area_list .box_list table tr td {
    text-align: left;
    display: block;
    padding: 10px 10px 10px 110px;
  }
  .list .area_list .box_list table tr td:before {
    content: attr(data-content);
    position: absolute;
    left: 0;
    top: 50%;
    word-wrap: break-word;
    transform: translateY(-50%);
    background: #49c7ff;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .list .area_list .box_list table tr td:first-child {
    border-top: 1px solid #efefef;
  }
}
.list .area_list .box_list table tr td:first-child {
  font-weight: bold;
  width: 150px;
  border-bottom: 1px dotted #efefef;
}
@media all and (max-width: 896px) {
  .list .area_list .box_list table tr td:first-child {
    width: auto;
    font-weight: normal;
  }
}
.list .area_list .box_list table tr td:first-child span {
  font-size: 80%;
  color: #FF004E;
}
.list .area_list .box_list table tr td span {
  font-size: 90%;
  letter-spacing: 0px;
}
