@charset "utf-8";

/* 見出し */
h2{
  text-align:center;
  font-size:2.4rem;
  color:#fff;
  padding:70px 0;
  background:url(../images/sitemap/bg_h2_sitemap.jpg) no-repeat center center/cover;
  font-weight:700;
  line-height:135%;
}
h3{
  font-size:2rem;
  padding-bottom:10px;
  border-bottom:2px solid #e3930e;
  line-height:125%;
  margin-bottom:10px;
  font-weight:700;
}

.sec-inner{
  padding:30px 20px;
}
.sec-inner dt{
  font-size:1.6rem;
  border-left:4px solid #e3930e;
  padding:5px 0 5px 5px;
  margin-top:20px;
  margin-bottom:5px;
  font-weight:700;
  line-height:135%;
}
.sec-inner dd{
  margin-bottom:15px;
  line-height:135%;
}
.sec-inner dd span{
  font-size:1.2rem;
}



/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 667px) {

}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {

  /* 見出し */
  h2{
    font-size:3rem;
    padding:100px 0;
  }
  h3{
    font-size:2.4rem;
  }

  .sec-inner{
    padding:50px 30px;
    max-width:1000px;
    margin:0 auto;
  }
}