@charset "UTF-8";
.headline {
  background-image: url(../img/service/headline.jpg);
}
/*-----------------------------------
	detail_block
-----------------------------------*/
#detail_block {
  padding-bottom: 40px;
}
#detail_block .intro_txt_t {
  padding-bottom: 20px;
}
#detail_block .row_box {
  row-gap: 20px;
}
#detail_block .box {
  width: 32%;
}
#detail_block .box .h4_style {
  font-size: 14px;
}
#detail_block .box img {
  display: block;
  margin: auto;
}
#detail_block .tl {
  text-align: right;
  padding-top: 20px;
}
#detail_block .tp {
  padding-left: 30px;
  position: relative;
}
#detail_block .tp::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ccc transparent;
  margin: auto;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  #detail_block .box {
    width: 48%;
  }
}
/*-----------------------------------
	history_block
-----------------------------------*/
#history_block {
  padding-bottom: 40px;
}
#history_block table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 12px;
}
#history_block table th {
  padding: 5px 3px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #999;
}
#history_block table td {
  padding: 3px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #history_block table {
    width: 680px;
  }
}