.detail_title_box {
  padding: 54px 0 33px;
  width: 100%;
  background: #40749a;
  text-align: center;
}

.contents {
  text-align: center;
}
.contents h2 {
  margin-bottom: 60px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  display: inline-block;
  color: #000;
  font-size: 27px;
  font-weight: bold;
}

.bgGlay03 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.tbl_box {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.tbl_box:last-child {
  margin-bottom: 0;
}
.tbl_box .left_tbl {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.tbl_box .left_tbl a {
  display: block;
}
.tbl_box .left_tbl a:hover img {
  opacity: 0.8;
}
.tbl_box .right_tbl {
  padding: 20px 30px;
  display: table-cell;
  width: 50%;
  background: #ffffff;
  vertical-align: middle;
}
.tbl_box .right_tbl dl {
  text-align: left;
}
.tbl_box .right_tbl dl dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.tbl_box .right_tbl dl dt span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.tbl_box .right_tbl dl dd {
  font-size: 14px;
  line-height: 18px;
}
.tbl_box .right_tbl dl dd .borderBox {
  margin-bottom: 10px;
  padding: 3px 5px;
  border: 1px solid #000;
  display: inline-block;
}
.tbl_box .right_tbl dl dd .borderBottom {
  margin-top: 10px;
  padding: 3px 0;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.tbl_box .right_tbl dl dd .annotation {
  margin-top: 1em;
}

.bgWhite {
  padding-top: 30px;
  padding-bottom: 40px;
}
.bgWhite.bana {
  padding-top: 0;
}
.bgWhite .right_tbl {
  background: #f5f5f0;
}

.campain_icon, .feature_icon {
  position: relative;
}
.campain_icon span, .feature_icon span {
  position: absolute;
  top: 0;
  left: 0;
}
.campain_icon > img, .feature_icon > img {
  width: 500px;
  height: auto;
}

.btn_area {
  margin-top: 25px;
}
.btn_area .btn_box {
  margin: 0;
  width: 170px;
}
.btn_area .btn_box a {
  padding: 7px 20px 5px 24px;
  border: none;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #000;
  background: none;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_area .btn_box a:before {
  top: 5px;
}

.bana_box ul {
  margin: 0 auto;
  clear: both;
  width: 960px;
  overflow: hidden;
  text-align: left;
}
.bana_box ul li {
  margin-top: 30px;
  margin-right: 15px;
  float: left;
}
.bana_box ul li:nth-child(2n) {
  margin-right: 0;
}
.bana_box ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.bana_box ul li a:hover {
  opacity: 0.8;
}
.bana_box ul li a p {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-align: left;
}
.bana_box ul li a p:last-child {
  margin-top: 10px;
}

.img_protect_blankimg {
  position: relative;
}
.img_protect_blankimg:before {
  display: block;
  position: absolute;
  z-index: 10;
  width: 500px;
  height: 500px;
  content: "";
}