@charset "UTF-8";
.inner .ttl h1 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #3c798e;
}
h2 {
  margin: 95px 25px 0;
  padding: 10px 0;
  background-color: #2fa9c3;

  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
p {
  font-size: 14px;
  line-height: 2;
}
p a {
  text-decoration: underline;
  color: #2fa9c3;
}
.inner .ttl p {
  line-height: 1.2;
}
.lead,
.box {
  margin: 0 auto;
  padding: 0 180px;
}
.lead {
  margin: 20px auto 0;
}
.name {
  margin-top: 23px;
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}
.text {
  margin-top: 35px;
}
.text p:nth-child(2) {
  padding-top: 15px;
}
.text p:last-child {
  padding-top: 35px;
}
/* -- 表 --*/
.wp-block-columns {
  display: flex;
  margin-top: 10px;
}
.wp-block-column {
  flex: 1;
  border: 1px solid #2fa9c3;
}
.wp-block-column:first-child {
  border-right: none;
}
.wp-block-column p {
  display: flex;
  margin: 0;
  padding: 8px 0 8px 10px;
  align-items: center;
  height: 2em;
  border-bottom: 1px solid #2fa9c3;
  line-height: 1.2;
}
.wp-block-column p:nth-child(even) {
  background-color: #d3eef4;
}
.wp-block-column p:last-child {
  border-bottom: none;
}
.wp-block-column p .left {
  flex-basis: 15em;
  flex-shrink: 0;
}
.wp-block-column p .right {
  flex: 1;
}
.only-br {
  display: inline;
}

.pdf_link {
  margin-top: 10px;
  text-align: right;
}

footer {
  margin-top: 115px;
}
@media only screen and (max-width: 1200px) {
  .lead,
  .box {
    padding: 0 100px;
  }
  .wp-block-column p {
    flex-direction: column;
    height: 2em;
    display: flex;
    justify-content: center;
  }
  .wp-block-column p .left {
    flex: 0 0 auto;
    width: 100%;
  }
  .wp-block-column p .right {
    width: 100%;
  }
  .only-br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .inner .ttl p {
    font-size: 34px;
  }
  .inner .ttl h1 {
    font-size: 16px;
  }
  h2 {
    margin: 95px 0 0;
    padding: 10px 0;
    font-size: 14px;
  }
  p {
    font-size: 13px;
  }
  .lead,
  .box {
    padding: 0 20px;
  }
  /* -- 表 --*/
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-column:last-child p:nth-child(odd) {
    background-color: #d3eef4;
  }
  .wp-block-column:last-child p:nth-child(even) {
    background-color: #ffffff;
  }
  .wp-block-column:first-child {
    border-right: 1px solid #2fa9c3;
    border-bottom: none;
  }
  .wp-block-column p {
    flex-direction: row;
    padding: 7px 0 7px 7px;
    justify-content: flex-start;
  }
  .wp-block-column p .left {
    flex-basis: 13em;
    flex-shrink: 0;
  }
  .wp-block-column p .right {
    flex: 1;
  }
  .only-br {
    display: inline;
  }

  .pdf_link {
    text-align: left;
  }
}
