@media screen and (max-width: 568px) {
  #intro .intro_box .half_box .photo {
    margin-top: 0;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin: 10px 0 10px;
  }
}

#voice.major_items .example_box .example_content > div:nth-of-type(2)::after {
  content: none;
}

.major_items.sec_cost .cost_box.box_01 .cost_content dt:first-of-type {
  border-bottom: 2px solid #fff;
}
.major_items.sec_cost .cost_box.box_01 .cost_content dd:first-of-type {
  border-bottom: 2px solid var(--site-keycolor);
}
.major_items.sec_cost .cost_box.box_03 .cost_content {
  background: url(../img/tv/bg_cost_03.png) no-repeat center right 7%;
  background-size: 18% auto;
}
.major_items.sec_cost .cost_box.box_04 .cost_content dl {
  width: 55%;
  justify-content: space-between;
  margin: 0 0 5px;
}
.major_items.sec_cost .cost_box.box_04 .cost_content dt {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .major_items.sec_cost .cost_box.box_04 .cost_content dl {
    width: 80%;
  }
}
@media screen and (max-width: 568px) {
  .major_items.sec_cost .cost_box .cost_content dt {
    width: 35%;
  }
  .major_items.sec_cost .cost_box .cost_content dd {
    width: 65%;
  }
}