@charset "UTF-8";
/*------------
    visual
------------*/
.visual {
  background: url(/common/img/bg_gr.png) left bottom repeat-x;
  width: 100%;
}

.visual div.img {
  display: table-cell;
  vertical-align: top;
  width: 365px;
  line-height: 0;
}

.visual div.img img {
  width: 100%;
}

.visual div.text {
  display: table-cell;
  vertical-align: top;
  width: 595px;
  padding-left: 25px;
}

.visual div.text h2 {
  background: url(/common/img/ic_title.png) no-repeat left center;
  font-size: 2.4rem;
  padding-left: 17px;
  padding-bottom: 4px;
  padding-top: 5px;
  font-weight: bold;
  color: #444444;
  margin-top: 10px;
}

.visual div.text h2 span {
  font-size: 1.7rem;
  display: block;
  padding-bottom: 3px;
  font-weight: bold;
  color: #444444;
}

.visual div.text .discription {
  font-size: 1.4rem;
  color: #444444;
  line-height: 28px;
  margin-top: 17px;
}

.visual div.top {
  display: block;
}

.visual div.top .img,
.visual div.top .text {
  display: block;
  width: 100%;
  padding: 0;
}

.visual div.top h2 {
  background-color: #eeeeee;
  padding: 15px 0 10px 20px;
}

.sitemap-link-box {
  width: 720px;
  margin-top: 40px;
}

.sitemap-link-box .left {
  float: left;
  width: 49%;
  margin-left: 1%;
}

.sitemap-link-box .left:first-child {
  margin-right: 1%;
  margin-left: 0;
}

.sitemap-link-box .left a {
  color: #000000;
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}

.sitemap-link-box .left a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000000;
}

.sitemap-link-box .left a:hover:before {
  content: none;
}

.sitemap-link-box .sitemap-link {
  margin-bottom: 30px;
}

.sitemap-link-box .sitemap-link .title {
  border-bottom: 3px solid #ed1c24;
}

.sitemap-link-box .sitemap-link .title a {
  font-weight: bold;
}

.sitemap-link-box .sitemap-link .sub-link {
  margin-top: 20px;
  margin-left: 10px;
}

.sitemap-link-box .sitemap-link dt {
  position: relative;
  font-weight: bold;
  padding-left: 13px;
  font-size: 1.4rem;
}

.sitemap-link-box .sitemap-link dt:before {
  content: '';
  position: absolute;
  left: 0;
  height: 14px;
  width: 6px;
  background: #ed1c24;
}

.sitemap-link-box .sitemap-link dd {
  padding-left: 13px;
  margin-top: 10px;
}

.sitemap-link-box .sitemap-link dd ul {
  margin-top: 0;
}

.sitemap-link-box .sitemap-link ul {
  margin-top: 20px;
}

.sitemap-link-box .sitemap-link ul li {
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
}

.sitemap-link-box .sitemap-link ul li:first-child {
  margin-top: 0;
}

.sitemap-link-box .sitemap-link ul li:before {
  content: '・';
  position: absolute;
  left: 0;
}
