@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
/*レスポンシブブレイクポイント*/
#face {
  background: #ccd6e0;
  height: 100vh;
  background-image: url(../images/price/top_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #face {
    min-height: auto;
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  #face {
    height: calc(100vh - 50px);
    max-height: 400px;
  }
}
#face .face_content {
  margin-left: 25vw;
  padding: 20px;
  width: calc(100% - 25vw);
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  #face .face_content {
    margin-left: 0vw;
    padding: 20px;
    width: 100%;
  }
}
#face .face_content .face_txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  #face .face_content .face_txt {
    left: 0px;
    bottom: 0px;
    line-height: 2;
    font-size: 13px;
    text-align: justify;
    margin: 0 20px 20px;
  }
}

/*------------------------
main
------------------------*/
.h2_common span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .h2_common span {
    font-size: 24px;
  }
}

.monthly_t {
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.monthly_t .waku {
  background: #7f7f7f;
  color: #fff;
  padding: 20px;
  width: 15em;
  text-align: center;
}

.monthly_t .tasu {
  margin: 0 20px;
}

.title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.title .num {
  background: #7f7f7f;
  color: #fff;
  padding: 15px 20px;
  width: 12em;
  text-align: center;
  font-weight: bold;
  margin-right: 15px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}

.charge table th:nth-child(1) {
  width: 60%;
}

.charge table th:nth-child(2) {
  width: 25%;
}

.charge table th:nth-child(3) {
  width: 15%;
}

tax_table th, tax_table td {
  width: 33.3333333333%;
}

.tax_table th {
  width: 33.3333333333%;
  background: #0095b1;
  color: #fff;
}
.tax_table td:first-child {
  background: #7f7f7f;
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
}

.backoffie_table .td_text_right {
  text-align: right;
}
.backoffie_table th, .backoffie_table td {
  width: 33.3333333333%;
}
.backoffie_table th {
  background: #0095b1;
  color: #fff;
  font-weight: 400;
}
.backoffie_table td {
  text-align: center;
}
.backoffie_table td:first-child {
  background: #7f7f7f;
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
}

.management_table tr {
  counter-reset: management_number;
}
.management_table th, .management_table td {
  width: 33.3333333333%;
}
.management_table th {
  background: #7f7f7f;
  color: #fff;
  font-weight: 400;
}
.management_table td {
  text-align: center;
}
.management_table td:first-of-type {
  text-align: left;
}
.management_table .management_table_td_number li {
  list-style: none;
}
.management_table .management_table_td_number li:before {
  counter-increment: management_number;
  content: counter(management_number);
  margin-right: 0.5em;
}

.funding_table tr {
  counter-reset: funding_number;
}
.funding_table th {
  background: #0095b1;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.funding_table th, .funding_table td {
  width: 33.3333333333%;
}
.funding_table td:first-of-type {
  background: #7f7f7f;
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
}
.funding_table td:nth-of-type(2) {
  text-align: left;
}
.funding_table td {
  text-align: center;
}
.funding_table .funding_table_td_number li {
  list-style: none;
}
.funding_table .funding_table_td_number li:before {
  counter-increment: funding_number;
  content: counter(funding_number);
  margin-right: 0.5em;
}

.subsidy_table th, .subsidy_table td {
  width: 33.3333333333%;
}
.subsidy_table thead th {
  background: #0095b1;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.subsidy_table tbody th {
  background: #7f7f7f;
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: 400;
}
.subsidy_table tbody td:nth-of-type(1) {
  text-align: left;
}
.subsidy_table tbody td {
  text-align: center;
}
.subsidy_table tbody .subsidy_table_list {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.subsidy_table tbody .subsidy_table_list li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0;
  border-radius: 50%;
  background: #0095b1;
}

.subsidy_table02 th, .subsidy_table02 td {
  width: 25%;
}
.subsidy_table02 thead th {
  background: #0095b1;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.subsidy_table02 tbody th {
  background: #7f7f7f;
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: 400;
}
.subsidy_table02 tbody td {
  text-align: center;
}
.subsidy_table02 tbody .subsidy_table_list {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.subsidy_table02 tbody .subsidy_table_list li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0;
  border-radius: 50%;
  background: #0095b1;
}

.inheritance_table thead th {
  background: #0095b1;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.inheritance_table thead th:nth-of-type(1) {
  width: 34%;
}
.inheritance_table thead th:nth-of-type(2) {
  width: 66%;
}
.inheritance_table tbody th {
  background: #7f7f7f;
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: 400;
}
.inheritance_table tbody td {
  text-align: center;
}
.inheritance_table tbody .subsidy_table_list {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.inheritance_table tbody .subsidy_table_list li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0;
  border-radius: 50%;
  background: #0095b1;
}

/*
table td {
    text-align: center;
    background: white;
}
    */
.charge table td:first-child {
  text-align: justify;
}

.kome_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.kome_list li:not(:last-child) {
  margin-bottom: 5px;
}

table .position {
  text-align: center;
  display: block;
}

@media all and (max-width: 767px) {
  .tax, .charge, .settlement, .others {
    margin: 0 15px;
    font-size: 14px;
  }
  .monthly_t {
    margin-bottom: 30px;
  }
  .monthly_t .waku {
    padding: 10px 5px;
    width: 12em;
    font-size: 14px;
  }
  .monthly_t .tasu {
    margin: 0 10px;
  }
  .title {
    flex-wrap: wrap;
  }
  .title .num {
    padding: 10px 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  table {
    margin-bottom: 15px;
  }
  table th,
  table td {
    padding: 5px;
    text-align: left;
  }
}/*# sourceMappingURL=price.css.map */