/* CSS Document */
.message {
  padding-bottom: 70px;
}
.message .flex {
  align-items: flex-start;
  margin-top: 35px;
}
.message .flex .txt {
  flex: 1;
  margin-top: 10px;
  margin-right: 52px;
}
.message .flex .txt .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.message .flex .txt p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.1;
}
.message .flex .img {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 50px;
  }
  .message .flex {
    margin-top: 0;
  }
  .message .flex .txt {
    margin-right: 0;
  }
  .message .flex .txt .ttl {
    font-size: 5.3vw;
  }
  .message .flex .txt p {
    font-size: 4vw;
    line-height: 1.9;
  }
  .message .flex .img {
    margin-top: 30px;
    width: 100%;
  }
}
/*policy*/
.policy {
  text-align: center;
  padding: 65px 0;
}
.policy .lead {
  max-width: 780px;
  margin: 0 auto;
}
.policy .lead li {
  font-size: 1.85rem;
  font-weight: bold;
  font-family: "Hannari", "Noto Serif JP", serif;
  letter-spacing: -0.8px;
  line-height: 1.8;
  /*text-align: center;*/
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 25px;
}
.policy .lead li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .policy .lead li {
    font-size: 5vw;
  }
}
/*outline*/
.outline {
  padding: 60px 0;
}
.outline table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 60%;
}
.outline table th,
.outline table td {
  font-size: 1.5rem;
  padding: 5px 30px;
}
.outline table th {
  border-right: 1px dotted #595757;
  width: 177px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .outline table {
    width: 100%;
  }
  .outline table th,
  .outline table td {
    font-size: 4vw;
    padding: 0 0 9px;
  }
  .outline table td {
    padding-left: 7vw;
  }
  .outline table th {
    border-right: 1px dashed #595757;
    text-align: left;
    width: 26vw;
  }
}
/*certification*/
.certification {
  padding: 60px 0 90px;
}
.certification ul li {
  font-size: 1.5rem;
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .certification ul li {
    font-size: 4vw;
  }
}
.outline,
.certification {
  border-top: 1px solid #595757;
}
