.single-area-post .sidebar__district__title,
.tax-area_cat .sidebar__district__title {
  width: 100%;
  color: #f28f00;
  font-weight: bold;
  margin-bottom: 16px;
}
.single-area-post .sidebar .clild__list,
.tax-area_cat .sidebar .clild__list {
  padding-left: 0;
}
.single-area-post .sidebar .clild__item,
.tax-area_cat .sidebar .clild__item {
  margin-bottom: 10px;
}
.single-area-post .sidebar .clild__item .clild__title,
.tax-area_cat .sidebar .clild__item .clild__title {
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  position: relative;
}
.single-area-post .sidebar .clild__item .clild__title .plus,
.tax-area_cat .sidebar .clild__item .clild__title .plus {
  display: inline-block;
  vertical-align: 0.3em;
  line-height: 1;
  width: 0.8em;
  height: 3px;
  background: #333;
  border-radius: 0.1em;
  position: absolute;
  top: 10px;
  right: 10px;
}
.single-area-post .sidebar .clild__item .clild__title .plus::before,
.tax-area_cat .sidebar .clild__item .clild__title .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.single-area-post .sidebar .clild__item .clild__title .plus.active:before,
.tax-area_cat .sidebar .clild__item .clild__title .plus.active:before {
  transform: rotate(0deg);
}
.single-area-post .sidebar .clild__item a,
.tax-area_cat .sidebar .clild__item a {
  display: flex;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: unset;
}
.single-area-post .sidebar .clild__item a i,
.tax-area_cat .sidebar .clild__item a i {
  font-size: 0.6em;
  margin-right: 6px;
  margin-top: 8px;
}
.single-area-post .sidebar .clild__item .detail__list,
.tax-area_cat .sidebar .clild__item .detail__list {
  height: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.tax-area_cat .content {
  padding-bottom: 100px;
}
.tax-area_cat .parent__list {
  border: solid 1px #333;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.tax-area_cat .parent__list dt {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  background-color: #fcdebe;
  padding: 10px;
}
@media only screen and (max-width: 959px) {
  .tax-area_cat .parent__list dt {
    width: 100%;
    border-right: none;
  }
}
.tax-area_cat .parent__list dt h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.tax-area_cat .parent__list dt:last-of-type {
  border-bottom: none;
}
.tax-area_cat .parent__list dd {
  width: 90%;
  display: flex;
  border-bottom: solid 1px #333;
  background-color: #fff;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .tax-area_cat .parent__list dd {
    width: 100%;
  }
}
.tax-area_cat .parent__list dd .child__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tax-area_cat .parent__list dd .child__item {
  display: flex;
  margin-bottom: 0;
  border-bottom: solid 1px #333;
  text-align: left;
}
@media screen and (max-width: 770px) {
  .tax-area_cat .parent__list dd .child__item {
    flex-direction: column;
  }
}
.tax-area_cat .parent__list dd .child__item:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}
.tax-area_cat .parent__list dd .child__item .area {
  color: unset;
  width: 50%;
  padding: 10px;
  border-right: solid 1px #333;
  background: rgba(242, 143, 0, 0.2);
}
@media screen and (max-width: 770px) {
  .tax-area_cat .parent__list dd .child__item .area {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #333;
  }
}
.tax-area_cat .parent__list dd .child__item .area i {
  padding-right: 10px;
}
.tax-area_cat .parent__list dd .child__item .manager__list {
  width: 50%;
}
@media screen and (max-width: 770px) {
  .tax-area_cat .parent__list dd .child__item .manager__list {
    width: 100%;
  }
}
.tax-area_cat .parent__list dd .child__item .manager__item {
  padding: 10px;
  border-bottom: #ddd dotted 1px;
}
.tax-area_cat .parent__list dd .child__item .manager__item:last-of-type {
  border-bottom: none;
}
.tax-area_cat .parent__list dd .child__item .manager__item .name {
  margin-bottom: 0;
}
.tax-area_cat .parent__list dd:last-of-type {
  border-bottom: none;
}
.tax-area_cat .tax-area_cat .content {
  margin-bottom: 80px;
}
.tax-area_cat .widget {
  margin-top: 0;
}

.single-area-post .sub-header {
  background-color: #fce9d2 !important;
}
.single-area-post .sub-header h2 {
  font-size: 2.5em !important;
  width: 90%;
  text-align: center;
}
.single-area-post .sub-header h2 span {
  display: block;
}
.single-area-post section.content {
  padding-top: 0;
  padding-bottom: 100px;
}
.single-area-post .page__title {
  margin-bottom: 50px;
}
.single-area-post .page__title h2 {
  font-size: 2.4em;
}
.single-area-post .title {
  margin-bottom: 50px;
}
.single-area-post .manager__list {
  border: solid 1px #333;
  margin-bottom: 60px;
}
.single-area-post .manager__item {
  display: flex;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 770px) {
  .single-area-post .manager__item {
    display: block;
  }
}
.single-area-post .manager__item:last-of-type {
  border-bottom: none;
}
.single-area-post .manager__item .name {
  width: 60%;
  border-right: solid 1px #333;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(242, 143, 0, 0.2);
}
@media screen and (max-width: 770px) {
  .single-area-post .manager__item .name {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
}
.single-area-post .manager__item a {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .single-area-post .manager__item a {
    width: 100%;
    padding: 5px;
  }
}
.single-area-post .tablepress thead th {
  background: #f28f00;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.single-area-post .tablepress tbody td {
  text-align: center;
}
.single-area-post .tablepress tbody td.column-1 {
  background: #f6f6f6;
  text-align: center;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
  font-size: 15px;
  width: 30%;
}
.single-area-post .plan__list {
  margin-bottom: 1rem;
}
.single-area-post .plan__item {
  width: 100%;
  display: flex;
}
.single-area-post .plan__item p {
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #fff;
}
.single-area-post .plan__item:first-of-type p {
  background-color: #f28f00;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  border-top: solid 1px #ccc;
}
.single-area-post .plan__item .item {
  width: 33%;
  background: #f6f6f6;
  text-align: center;
  color: #000000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 1px #ccc;
}
.single-area-post .plan__item .detail {
  width: 66%;
}
.single-area-post .plan__item .detail__item {
  width: 100%;
  display: flex;
}
.single-area-post .plan__item .detail__item .content {
  padding-top: 10px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-area-post .plan__item .detail__item .price {
  width: 60%;
}
.single-area-post .tablepress-table-description {
  text-align: left;
}
.single-area-post .plan._01 .tablepress tbody td, .single-area-post .plan._05 .tablepress tbody td {
  width: 50%;
}
.single-area-post .plan._02 .tablepress tbody td, .single-area-post .plan._03 .tablepress tbody td {
  width: 33%;
}
.single-area-post .plan._05 .tablepress-table-description:first-of-type {
  background-color: #fff;
  margin-bottom: 1rem;
}

.desktop.navigation .dropdown-menu li {
  border-right: none;
  padding-right: 0;
}
.desktop.navigation .dropdown-menu li:first-of-type a {
  padding: 10px 0;
}
.desktop.navigation .dropdown-menu li a:hover {
  color: #f28f00;
}