@charset "utf-8";
h1 {
  text-align: center;
  font-weight: bold;
}
h2 {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  h1 {
    background: url(../img/pricacy_back.jpg) no-repeat;
    font-size: 2.13rem;
    height: 192px;
    background-position: center;
    position: relative;
  }
  h1 span {
    width: 100%;
    text-align: center;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
  }
  #conatainer {
    padding: 60px 0;
  }
  #conatainer section {
    padding: 30px 0;
    border-top: 1px solid #9DB4BB;
  }
  #conatainer section:nth-of-type(1){
    border-top: none;
  }
  h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #conatainer section li,
  #conatainer p.txt {
    line-height: 2.1;
  }
  #conatainer .about {
    padding: 10px 20px;
    margin-top: 35px;
    border-left: 3px solid #05256A;
    border-top: none;
  }
  #conatainer .about h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #conatainer .about .address {
    font-size: 1.07rem;
    line-height: 1.5;
  }
  #bottom_contact_btn {
    text-align: center;
    margin-top: 25px;
  }
  #bottom_contact_btn a  {
     display: inline-block;
     width: 265px;
     margin: 0 auto;
     background: #FFFFFF;
     border: 1px solid #0B91D7;
     padding: 12px 0;
     border-radius: calc(1em + 12px);
     position: relative;
  }
  #bottom_contact_btn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #0B91D7;
    border-top: 1px solid #0B91D7;
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767.999px) {
  h1 {
    background: url(../img/privacy_back-sp.jpg) no-repeat;
    font-size: 1.33rem;
    padding-top: 30%;
    position: relative;
  }
  h1 span {
    width: 100%;
    text-align: center;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
  }
  #conatainer {
    padding-bottom: 25px;
  }
  #conatainer section {
    padding: 16px 0;    
    border-top: 1px solid #9DB4BB;
  }
  #conatainer section:nth-of-type(1){
    border-top: none;
  }
  h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #conatainer section li,
  #conatainer section p.txt {
    line-height: 1.7;
  }
  #conatainer .about {
    margin-top: 35px;
    padding: 10px 20px;
    border-left: 3px solid #05256A;
    border-top: none;
  }
  #conatainer .about h3 {
     font-weight: bold;
     font-size: 1.5rem;
     margin-bottom: 15px;
  }
  #conatainer .about .address {
    line-height: 1.7;
  }
  #bottom_contact_btn {
    text-align: center;
    margin-top: 25px;
  }
  #bottom_contact_btn a  {
     display: inline-block;
     width: 72.8%;
     margin: 0 auto;
     background: #FFFFFF;
     border: 1px solid #0B91D7;
     padding: 12px 0;
     border-radius: calc(1em + 12px);
     position: relative;
  }
  #bottom_contact_btn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #0B91D7;
    border-top: 1px solid #0B91D7;
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}