@charset "UTF-8";
/*--------------------------------------------------
  layout
--------------------------------------------------*/
.cost-head {
  background-image: url(../imgs/cost/cost_main_visual.jpg);
}

.cost-head h1 {
  background-image: url(../imgs/cost/cost_main_title.png);
  background-size: 300px 92px;
}

@media screen and (max-width: 767px) {
  .cost-head h1 {
    background-size: auto 80px !important;
  }
}

.cost-content-intro {
  background-color: #fcf6dc;
}

.cost-consulting-item {
  margin-bottom: 25px;
}

.cost-rect-box {
  background-color: #ffd740;
  border-radius: 15px;
  padding: 30px;
}

.cost-rect-box:after {
  display: table;
  content: "";
  clear: both;
}

.cost-rect-box h6, .cost-rect-box h7 {
  padding: 0px;
  vertical-align: top;
  font-weight: 700;
}

.cost-rect-box h6 strong, .cost-rect-box h7 strong {
  font-weight: 700;
}

.cost-rect-box .rect-box-left {
  padding-top: 5px;
  font-size: 18px;
}

.cost-rect-box .rect-box-right {
  font-family: 'Open Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', sans-serif;
}

.cost-rect-box .rect-box-right.double-line {
  padding-top: 15px;
}

.rect-box-left {
  float: left;
}

.rect-box-right {
  float: right;
}

@media screen and (max-width: 767px) {
  .cost-consulting-item:last-child {
    margin-bottom: 0px;
  }
  .cost-rect-box {
    border-radius: 8px;
    padding: 16px;
  }
  .cost-rect-box .rect-box-left {
    font-size: 16px;
  }
  .rect-box-left {
    float: none;
    margin-bottom: 5px;
  }
  .rect-box-right {
    float: none;
  }
}

.cost-content-case {
  background-color: #fff8e1;
}

.cost-case-table {
  margin-top: 40px;
}

.cost-case-table .row {
  font-family: 'Open Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', '游ゴシック', sans-serif;
  border-bottom: 2px solid #ff9c00;
}

.cost-case-table .row .col-left {
  padding-right: 20px;
}

.cost-case-table .row h7 {
  padding: 5px 0px;
  font-weight: 700;
}

.cost-case-table .table-head {
  color: white;
  text-align: center;
  position: relative;
}

.cost-case-table .table-head h6 {
  padding: 15px 0px;
}

.cost-case-table .table-head:nth-child(odd) h6 {
  background-color: #ff9c00;
}

.cost-case-table .table-head:nth-child(even) h6 {
  background-color: #ff8f00;
}

.tape-blue,
.tape-yellow {
  width: 25px;
  height: 49px;
  position: absolute;
  right: 15px;
  top: -25px;
  background-size: contain;
}

.tape-blue {
  background-image: url(../imgs/cost/tape_blue.png);
}

.tape-yellow {
  background-image: url(../imgs/cost/tape_yellow.png);
}

@media screen and (max-width: 767px) {
  .cost-case-table .table-head h6 {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .tape-blue,
  .tape-yellow {
    width: 15px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: -15px;
    background-size: contain;
  }
}

.cost-calculation-item {
  margin-top: 30px;
}

.cost-calculation-item-title h5 {
  padding: 15px;
  color: white;
  text-align: left;
  position: relative;
}

.cost-calculation-item-title h7 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cost-calculation-item-title p {
  margin-top: 10px;
  padding-top: 0;
}

.cost-calculation-item-title.title-01 h5 {
  background-color: #ff8f00;
}

.cost-calculation-item-title.title-02 h5 {
  background-color: #ff9c00;
}

.cost-calculation-note {
  margin-top: 60px;
  padding-top: 0px;
  border-top: 2px dotted #ff8f00;
}

@media screen and (max-width: 767px) {
  .cost-calculation-note {
    margin-top: 30px;
  }
}

.cost-content-category {
  background-color: #fff8e1;
}

.cost-category-item {
  margin-bottom: 40px;
}

.cost-category-item h5 {
  padding-top: 0;
  padding-bottom: 0px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cost-category-item {
    margin-bottom: 30px;
  }
}
