@charset "utf-8";

/* frame */
.contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}

section:not(#intro) .align-center {
  width: 100%;
  max-width: 600px;
  margin-bottom: 100px;
}
section:not(#intro) .visual {
  position: relative;
  width: 100%;
}

.btn {
  box-shadow: 0px 26px 29px 0px rgba(0, 0, 0, 0.14);
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  background: #fff;
  z-index: 1;
}
#header .inner {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.policy-wrap {
  padding: 150px 0 70px;
  color: #4d5256;
}
.policy-wrap h2 {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
}
.policy-wrap h3 {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.6;
}
.policy {
  margin-bottom: 35px;
}
.policy-cont {
  font-size: 14px;
  line-height: 3;
  word-break: keep-all;
}
.policy-cont:last-child {
  margin-bottom: 0;
}
.policy-cont p {
  margin-top: 16px;
}

.policy-cont p:first-child {
  margin-top: 0;
}
.policy-cont span {
  display: block;
}
.policy-cont > ul > li,
.policy-cont > ul > li > ul > li {
  margin-bottom: 30px;
}
.policy-cont > ul > li:first-child,
.policy-cont > ul > li > ul > li:first-child {
  margin-top: 30px;
}
.policy-cont > ul > li > div,
.policy-cont > ul > li > ul > li > div {
  line-height: 3;
  margin-top: 25px;
}
.policy-cont div.mt0 {
  margin-top: 0px;
}
.policy-cont div.mt40 {
  margin-top: 40px;
}

/* media query */
@media screen and (min-width: 769px) {
  section:not(#intro) .align-center {
    width: 50%;
    margin: 0;
  }
  section:not(#intro) .visual {
    width: 50%;
  }

  /* br { display:none; } */

  #header {
    border-bottom: 3px solid #f7f7f7;
  }

  .policy-wrap h2 {
    margin-bottom: 20px;
  }
  .policy-wrap h3 {
    margin-bottom: 30px;
  }

  .policy {
    margin-bottom: 40px;
  }
  /* .policy-cont p { margin-top:50px; } */
}

@media screen and (min-width: 1025px) {
  .policy-wrap h2,
  .policy-wrap h3 {
    font-size: 24px;
  }
  .policy-cont {
    font-size: 16px;
    line-height: 3;
  }
}

@media screen and (min-width: 1201px) {
  .contents {
    padding: 0;
  }
  br {
    display: block;
  }
}
