@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/sitemap/mv_img.jpg") no-repeat center;
}
/* sitemap
---------------------------------------------*/
#sitemap {
position: relative;
margin: 0 auto 180px;
overflow: hidden;
}
#sitemap .section_wrap {
width: 1000px;
margin: 0 auto;
}
#sitemap .sitemap_box {
width: 100%;
box-sizing: border-box;
}
#sitemap .sitemap_box a {}
#sitemap .sitemap_box .list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 1.8rem;
margin: 0 0 0px 20px;
}
#sitemap .sitemap_box .list::after {
content: '';
display: block;
width: 30%;
}
#sitemap .sitemap_box .list li {
width: 30%;
line-height: 1.4;
margin-bottom: 60px;
border-bottom: 1px solid #f3f3f3;
padding-bottom: 10px;
}
#sitemap .sitemap_box .list li span {
display: block;
color: #f4901b;
font-size: 1.4rem;
margin-bottom: 5px;
}
}
/*sp*/
@media only screen and (max-width: 767px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/sitemap/mv_img.jpg") no-repeat center;
}
/* sitemap
---------------------------------------------*/
#sitemap {
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}
#sitemap .section_wrap {
width: 100%;
margin: 0 auto;
}
#sitemap .sitemap_box {
width: 90%;
box-sizing: border-box;
margin: auto;
}
#sitemap .sitemap_box a {}
#sitemap .sitemap_box .list {
font-size: 1.8rem;
margin: 0 auto;
}
#sitemap .sitemap_box .list::after {
content: '';
display: block;
width: 30%;
}
#sitemap .sitemap_box .list li {
width: 100%;
line-height: 1.4;
margin-bottom: 30px;
border-bottom: 1px solid #f3f3f3;
padding-bottom: 10px;
}
#sitemap .sitemap_box .list li span {
display: block;
color: #f4901b;
font-size: 1.2rem;
margin-bottom: 5px;
}
}