@charset "utf-8";
/* CSS Document */

.h1_def .cont_title {
  display: inline-block;
}
.h1_def .cont_title:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.h1_def .cont_title {
  display: block;
}
.h1_def .cont_title_txt {
  float: left;
  padding-right: 10px;
}
.h1_def .cont_title_sub {
  float: left;
  padding-left: 10px;
  border-left: 1px dashed #cccccc;
}
.h1_def .cont_title_sub a {
  margin-right: 10px;
  padding: 4px 9px;
  background: #e2f5db;
  border: 1px solid #3da414;
  border-radius: 3px;
  font-size: 46%;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}
.h1_def .cont_title_sub a span {
  padding: 0 15px 0 0;
  background: url(/resources/img/common/icn_link_arrow_home_01.png) no-repeat right 50%;
}
.h1_def .cont_title_sub a:first-child span {
  padding: 0 0 0 15px;
  background: url(/resources/img/common/icn_link_arrow_home_05.png) no-repeat left 50%;
}

.contents .cont_box_infolist {
  margin-top: -10px !important;
}
.contents .cont_box_infolist dt {
  clear: left;
  float: left;
  font-weight: normal;
  padding-top: 10px;
}
.contents .cont_box_infolist dd {
  margin-top: 2px;
  padding: 10px 0 0;
}
.contents .cont_info_new {
  padding: 0 5px;
  vertical-align: middle;
}
.contents .cont_box_infolist dt {
  width: 6.5em;
}
.contents .cont_box_infolist dd {
  margin-left: 7em;
/*  ̐l 7.5em; */
}

@media screen and (max-width: 640px) {
  .h1_def .cont_title_txt {
    float: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    display: block;
  }
  .h1_def .cont_title_sub {
    float: none;
    padding: 10px 5px 0 5px;
    border: none;
    line-height: 1.5em;
    display: block;
  }
  .h1_def .cont_title_sub a {
    font-size: 65%;
  }
}
