@charset "utf-8";
body {
    background: url(../images/about/bg_page.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
#privacy .contentsBox {
    width: 970px;
    margin: 40px auto 40px auto;
    background-color: #000;
}
#privacy .contentsBox h3 {
    width: 970px;
    margin: 0 auto;
    line-height: 70px;
    padding-left: 30px;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    background-color: #000;
}
#privacy .contentsBox .detail {
    width: 970px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
}
#privacy .contentsBox h4 {
    margin-bottom: 35px;
    padding: 0;
    background: none;
    font-size: 18px;
}
#privacy .contentsBox p {
    font-size: 14px;
    line-height: 1.8em;
}
#privacy .contentsBox .detail .textBox .right {
    float: right;
    margin: 0 0 50px 20px;
}
#privacy .contentsBox .detail .textBox p {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.8;
}
#privacy .contentsBox ol.privacyNo li {
    margin-bottom: 20px;
    list-style: outside decimal;
    clear: both;
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
}
#privacy .contentsBox ol.privacyNo {
  padding-left: 20px;
}
/*2017追加*/
.breadcrumb {
    background: rgba(10,144,97,0.8);
    width: 100%;
    height: 30px;
    filter: alpha(opacity=85);
    display: table;
    color: #fff;
    text-decoration: none;
}
.breadcrumb p {
    height: 30px;
    width: 970px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 12px;
}
.lowerPage .contents .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.lbj_main_Ttl {
  width: 100%;
  text-align: left;
  background: rgba(4, 42, 66, 0.8);
  margin: 0 ;
}
.lbj_main_Ttl h2{
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  width: 970px;
  background: none;
  padding: 10px 0;
  margin: 0 auto;
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px){
.mainTitle {
  width: 100%;
}
.breadcrumb p {
  width: 100%;
  padding-left: 3.125%;
  padding-right: 3.125%;
  font-size: 0.7em;
}
.lbj_main_Ttl {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}
.lbj_main_Ttl h2 {
  width: auto;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 3.125%;
  padding-right: 3.125%;
}
.mainSectionArea,
.cd-main-content {
  background: none;
}
.mainSectionArea h3 {
  margin-bottom: 0px!important;
}
/*コンテンツボックス*/
#privacy .contentsBox {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0px 20px;
  background: none;
}
#privacy .contentsBox:last-child {
  padding-bottom: 6.25%;
}
#privacy .contentsBox h3{
  width: 100%;
  padding: 3.125%;
  line-height: normal;
  font-size: 18px;
}
#privacy .contentsBox p {
  margin-bottom: 3.125%;
  font-size: 14px;
}
#privacy .contentsBox:last-of-type p {
  margin-bottom: 0;
}
#privacy .contentsBox .detail{
  width: 100%;
  padding: 3.125%;
}
#privacy .contentsBox .detail .textBox .right {
    width: 25%;
    margin: 0 0 3.125% 3.125%;
}
#privacy .contentsBox .detail .textBox .right img {
    width: 100%;
}
#privacy .contentsBox h4 {
    margin-bottom: 6.25%;
    font-size: 16px;
}
#privacy .contentsBox .detail .textBox p {
    margin-bottom: 6.25%;
}
#privacy .contentsBox ol.privacyNo {
  padding-left: 6%;
}
#privacy .contentsBox ol.privacyNo li {
  margin-bottom: 6.25%;
  font-size: 14px;
}
