@charset "UTF-8";
#main_wrap {
    padding: 70px 0 0 0 !important;
}
.sitemap_block_wrap{
  font-weight: 500;
  border-top: 1px solid #e5e5e5;
}

.sitemap_block_wrap .sitemap_block{
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 20px;
}

.sitemap_block_wrap .sitemap_block a{
  color: #e60012;
}

.sitemap_block_wrap .sitemap_block .sitemap_block_title{
  font-size: 17px;
  margin: 0 0 0.7em 0;
}

.sitemap_block_wrap .sitemap_block .sitemap_block_title:last-child{
  margin-bottom: 0;
}

/* 
------------------------------  ------------------------------
*/

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
#main_wrap {
    padding: 35px 0 0 0 !important;
}	
}