.servicetop-title-wrap {
    background-image: url(../images/bg_service_title.png);
}
.contents-title {
    border-color: #c7161d;
}
.hosoku-zeinuki {
  float:right;
  display:inline-block;
}
.mitasutimg {
  margin-top: -50px;
}

/*表組*/
.hikari-inter-title {
	background-color: #fad9c7;
  color:#e50012;
}
.hikari-tv-title {
	background-color: #d2e2f4;
  color:#0075c1;
}
.hikari-tel-title {
	background-color: #d4e9d7;
  color:#009844;
}
.price-nomal-title {
	background-color: #e6e6e6;
}
.price-discount-title {
	background-color: #e50012;
  color: #fff;
}
.tbl-pr th, .tbl-pr td {
    padding: 8px 12px;
    border: solid 1px #ccc;
  vertical-align: middle;
}
.tbl-pr th {
    text-align: center;
    font-size: 1.6rem;
}
.con-area-content  {
	padding-right: 20px;
	padding-left: 20px;
}
.tbl-pr	{
	width: 100%;
  display: table;
	border-collapse: collapse;
	border-color: grey;
  font-size: 1.4rem;
}
.price-normal	{
	text-decoration: line-through;
	white-space: nowrap;
  text-align: right;
  color: #666;
  font-size: 1.4rem;
}
.price-discount {
	white-space: nowrap;
  font-size: 1.8rem;
  color: #c7161d;
  text-align: right;
  font-weight: bold;
}
.tbl-pr + .hosoku-zeinuki {
  margin-top: 30px;
  float: none;
  text-align: right;
  display: block;
}
.tbl-4k th, .tbl-4k td {
  border: 1px solid #ccc;
}
.tbl-4k td {
  vertical-align: middle;
}
.tbl-4k td:last-of-type {
  font-size: 1.8rem;
  text-align: right;
  font-weight: bold;
  width: 210px;
}
.tbl-4k td:last-of-type .small {
  font-size: 1.4rem;
  padding-right: 2px;
}

@media screen and (max-width: 575px) {
  /* デフォルト：575px以上用（スマートフォン用）の記述 */
  .mitasutimg {
    margin-top:0px;
  }
  .tbl-pr	{
    font-size: 1.1rem;
  }
  .tbl-pr th {
    text-align: center;
    font-size: 1.1rem;
  }
  .tbl-pr th, .tbl-pr td {
    padding: 5px;
  }
  .price-normal	{
  font-size: 1.1rem;
}
.price-discount {
  font-size: 1.4rem;
}
  .tbl-4k td:last-of-type {
    font-size: 1.6rem;
    width: 90px;
    line-height: 1.2;
  }
  .tbl-4k td:last-of-type .small {
    font-size: 1.1rem;
    padding-right: 2px;
  }
}
