@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 content.css

+++++++++++++++++++++++++++++++ */

/*
個人情報保護方針
-----------------------------------*/
#privacy {
    font-size: 16px;
    line-height: 1.8;
}
#privacy ol > li:not(:last-child) { margin-bottom: 30px; }
#privacy ul {
    margin-left: 20px;
    list-style: square;
}


/*
サイトマップ
-----------------------------------*/
#sitemap { margin-top: 50px; }
#sitemap .heading02 a {
    position: relative;
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}
#sitemap .heading02 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/arrow_r.png) no-repeat left top;
    content: " ";
}
#sitemap section .box > dl.item,
#sitemap section div.item,
#sitemap .item li {
    float: left;
    width: 290px;
    padding-left: 20px;
}
#sitemap .item:not(:nth-child(3n-1)) { margin-right: 10px; }

#sitemap .item dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
#sitemap .item dd {
    margin: 10px 0;
}

@media screen and (max-width:640px){
  #sitemap section .box > dl.item,
  #sitemap section div.item,
  #sitemap .item li {
    float: none;
    width: auto;
    padding-left: 20px;
  }
  #sitemap .item li { margin: 10px 0; }
}

