@charset "UTF-8";
/* CSS Document */
/*キービジュアル*/
.section-top {
  height: 250px;
  background-image: url("../images/Privacy.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-top__lead {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6.4rem;
}
.section-top__lead h2 {
  font-size: 4.2rem;
  font-weight: normal;
}
.section-top__lead span {
  font-size: 1.8rem;
  line-height: 6.4rem;
}
@media(min-width:960px) {
  .section-top {
    height: 440px;
  }
  .section-top__lead h2 {
    font-size: 6.4rem;
  }
}
/*ここから文章詳細*/
.section-privacy {
  margin: 80px auto;
  padding: 0 20px;
}
.section-privacy__container-wrapper {
  margin: 100px auto;
}
.section-privacy__container {
  background-color: #FFF;
  border-radius: 30px;
  text-align: left;
  padding: 20px;
  margin: auto;
}
.section-privacy ul {
  list-style: none;
}
heading {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
  color: #FFF;
  align-items: center;
}
.section-privacy__container h3 {
  margin: 30px 0 100px;
  font-size: 1.5rem;
  font-weight: 350;
}
.section-privacy__container li {
  align-items: center;
  display: grid;
  margin-bottom: 10px;
}

/*日付右寄せ */
.date { text-align: right; 
}  
/*フォントの太さ*/
.section-privacy__container li p {
  width: auto;
  font-weight: 350;
}
.section-privacy__image {
  margin-top: 20px;
  position: relative;
}
.section-privacy__image img {
  position: relative;
  z-index: 2;
}
@media (min-width :960px) {
  .section-service {
    max-width: 1160px;
  }
  .section-privacy__container-wrapper {
    display: flex;
    margin: 100px auto;
  }
/*枠の大きさ*/
  .section-privacy__container {
    width: 820px;
    height: 1450px;
    padding: 50px;
  }
  .heading {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}