@charset "utf-8";
/* CSS Document */

/*************************************************/
/*    visual
/*************************************************/

.visual {
height: 300px;
background-image: url("../../images/privacy_policy_visual_sp.jpg");
}
.visual_cont {
display: block;
width: 90%;
max-width: 1190px;
height: 84%;
margin: 0px auto;
}
h1.h1_visual {
position: absolute;
bottom: 134px;
left: 15px;
margin: 0px;
padding: 0px;
font-size: 5.2rem;
line-height: 80%;
text-align: left;
letter-spacing: 0.04em;
}
.ttl_spe {
padding-left: 22px;
}
hr {
content: "";
position: absolute;
bottom: 133px;
margin: 0px 0px 0px 18px;
width: 200%;
height: 1px; 
color: #fff;
background-color: #fff;
border: 0 none;
}
@media screen and (max-width: 375px) {
  hr {
  margin-left: 10px;
  }
}
@media screen and (min-width: 426px) and (max-width: 833px) {
  h1.h1_visual {
  bottom: 124px;
  font-size: 6.5rem;
  }
  hr {
  bottom: 123px;
  margin-left: 18px;
  }
}
@media screen and (min-width: 834px) {
  .visual_cont {
  width: 80%;
  }
  h1.h1_visual {
  font-size: 9.0rem;
  bottom: 181px;
  }
  hr {
  bottom: 180px;
  margin: 0px 0px 0px 46px;
  }
  .visual {
  height: 500px;
  background-image: url("../../images/privacy_policy_visual.jpg");
  }
}
@media screen and (min-width: 1025px) {
  h1.h1_visual {
  bottom: 181px;
  left: 40px;
  }
}

/*************************************************/
/*    price
/*************************************************/

.privacy_waku {
margin: 40px auto 0px;
padding: 0px;
width: 85%;
max-width: 1050px;
}
.privacy_txt01 {
margin: 20px 0px 20px;
font-size: 1.8rem;
line-height: 130%;
}
ul.privacy {
margin: 0px 20px 0px;
padding: 0px;
list-style: disc;
}
ul.privacy li {
padding-bottom: 20px;
font-size: 1.7rem;
line-height: 140%;
list-style: disc;
}
ul.privacy li:last-child {
padding-bottom: 0px;
}
@media screen and (min-width: 834px) {
  .privacy_waku {
  margin: 85px auto 55px;
  }
  .privacy_txt01 {
  margin: 30px 50px 0px;
  font-size: 2.0rem;
  line-height: 165%;
  }
  ul.privacy {
  margin: 30px 60px 0px 100px;
  }
  ul.privacy li {
  padding-bottom: 30px;
  font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy_txt01 {
  margin-top: 30px;
  font-size: 2.0rem;
  line-height: 165%;
  }
  .privacy_txt01:last-child {
  margin-bottom: 70px;
  }
}





