@charset "UTF-8";

/* ===================================
共通
=================================== */
.price {
  padding: 0 20px;
}



.c-col_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
}

.c-post_wrap {
  width: 100%;
  max-width: 700px;
  margin-right: 20px;
}


/* 基本料金 */
.base_price_box {
  padding: 40px 98px;
  margin-bottom: 40px;
  border: 1px solid #9E9892;
}

.base_price_box dl {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 1.6px;
}

.base_price_box dl div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.base_price_box dl div::after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 2px #351C0C;
}

.base_price_box dt {
  margin: 0;
  padding: 0 12px 0 0;
  background-color: #F9F7F2;
  z-index: 2;

  color: var(--txt-brown, #351C0C);
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.6px;
}

.base_price_box dd {
  margin: 0;
  padding: 0 0 0 18px;
  background-color: #F9F7F2;
  z-index: 2;

  display: flex;
  align-items: center;

  color: var(--txt-brown, #351C0C);
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.4px;
}

.base_price_box p {
  color: var(--txt-brown, #351C0C);
  font-size: 10px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.2px;
}

.base_price_box p.monitor_info {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}


/* カテゴリータブ */
.menu_cat {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
}

.menu_cat01 {
  width: 60%;
  text-align: center;
  padding: 20px 0;
  color: #FFF;
  background-color: #dd9969;
}

.menu_cat02 {
  width: 38.5%;
  text-align: center;
  padding: 10px 0;
  color: #9E9892;
  background-color: #EEE9E4;
}


/* 料金表 */
.c-post_list {
  padding-bottom: 20px;
  background-color: #fff;
}

.c-textarea {
  padding: 20px 40px 30px;
  background-color: #fff;
}

.c-textarea h2 {
  color: var(--brown, #4C413A);
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.4px;
  padding: 0 0 10px 12px;
  margin: 0 0 14px;
  border-bottom: 1px solid #D8D5D0;
}

.c-textarea_box {
  padding: 0 10px;
}

.price-table-box {
  color: var(--txt-brown, #351C0C);
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.6px;
}

.price-table-box:first-of-type {}

.price-table-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

.price-table-box:last-of-type .price-table-line {
  border-bottom: none;
}

.tableWrap_headIn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tableWrap_head02 {
  width: 50%;
  margin-bottom: 4px;
}

.tableWrap_head03 {
  width: 50%;
  text-align: right;
}

.p-txt_wrap {
  display: flex;
  justify-content: end;
}

.p-txt_wrap .p-price {
  min-width: 120px;
}

.p-txt_wrap .p-price_ttl {
  /* min-width: 75px;
  text-align: left; */
}

.p-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -22px;
  margin-right: 5px;
  transform: translateY(2px);
}

/* サイドバー */
.c-side_cat {
  width: 26.6%;
}

.c-sticky {
  position: sticky;
  top: 100px;
}

.c-priceSearch-box {
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.c-priceSearch-txt {
  color: var(--txt-brown, #351C0C);
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
}

.c-priceSearch-form {
  position: relative;
}

.aco_ttl {
  color: var(--txt-brown-50, #9E9892);
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.4px;

  font-size: 14px;
  padding: 12px 50px 12px 15px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.aco_ttl:before {
  content: "";
  background-image: url(../img/sankaku.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 11px;
  position: absolute;
  top: 44%;
  right: 17px;
  transition: 0.2s;
}

.aco_ttl.open:before {
  content: "";
  transition: 0.2s;
  transform: rotate(-180deg);
  top: 37%;
}

.acc_content {
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  padding: 15px;
  margin: 10px 0 0;
  background-color: #fff;
  box-sizing: border-box;
  top: 55px;
  left: 0;
  z-index: 20;
  overflow-y: auto;
}

.acc_content li {
  color: var(--txt-brown, #351C0C);
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.1px;
}
.acc_content li:not(:last-child){
  margin-bottom: 8px;
}

.acc_content li a {
  display: block;
  width: 100%;
}

.aco_ttl {
  position: relative;
  background-color: #fff;
}

.aco_ttl::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #D8D5D0;
  width: 1px;
  height: 20px;
  top: 15px;
  right: 48px;
}

@media screen and (max-width: 1024px) {

  /* サイドバー */
  .c-side_cat {
    width: 100%;
  }

  .c-post_wrap {
    max-width: none;
    margin-right: 0;
  }

  .price-table-line {
    display: block;
  }

  .tableWrap_head01 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .tableWrap_headIn {
    width: auto;
    justify-content: space-between;
  }

  .aco_ttl::after {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .price {
    padding: 0 20px 60px;
  }

  /* 基本料金 */
  .base_price_box {
    padding: 20px 20px;
    margin-bottom: 40px;
    border: 1px solid #9E9892;
  }


  .c-col_wrap {
    margin: 0 auto;
  }

  .c-post_wrap {
    margin-right: 0;
  }

  .c-side_cat {
    width: 100%;
  }

  .aco_ttl::after {
    right: 48px;
  }

  .base_price_box dt {
    padding: 0 10px 0 0;
    font-size: 14px;
  }

  .base_price_box dd {
    padding: 0 0 0 10px;
    font-size: 14px;
  }

  /* カテゴリータブ */
  .menu_cat {
    font-size: 14px;
  }

  /* 料金表 */
  .c-post_list {
    padding-bottom: 20px;
  }

  .c-textarea {
    padding: 20px;
  }

  .c-textarea h2 {
    padding: 0 0 10px 12px;
    margin: 0 0 14px;
  }

  .price-table-box {
    font-size: 14px;
  }

}

@media screen and (max-width: 500px) {
  .tableWrap_headIn {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .tableWrap_head02 {
    width: 100%;
  }

  .tableWrap_head03 {
    width: 100%;
  }
}

/* ===================================
特定商取引法
=================================== */
.c-law {
  margin: 100px auto 120px;
}
.c-law h2.law-ttl {
  color: #AC8777;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  position: relative;
}
.c-law h2.law-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: #D8D5D0;
  width: calc(100% - 300px);
  height: 1px;
}
.c-law h3 {
  color: #351C0C;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}
.c-law p.law-txt {
  color: #351C0C;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.c-law p.law-txt.mb0 {
  margin-bottom: 0;
}

.law {
  padding: 0 20px;
}
.c-law.page {
  margin: 5px auto 120px;
}

@media screen and (max-width: 768px) {
  .c-law {
    margin-bottom: 0;
  }
  .c-law h2.law-ttl {
    margin-bottom: 20px;
  }
  .c-law p.law-txt {
    margin-bottom: 30px;
  }

  .c-law.page {
    margin-bottom: 60px;
  }
}