@charset "UTF-8";
/* =====================
  情報公開
 ======================= */
.disclosure .disclosure-sec {
  margin: 3.2rem 0;
}
.disclosure .disclosure-sec-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #333333;
}
.disclosure .disclosure-sec-ttl:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: var(--c_green);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1.8rem;
}
.disclosure .disclosure-list-item {
  padding: 1.6rem 0;
  border-bottom: 2px dotted var(--c_border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
.disclosure .disclosure-list-item .name a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.disclosure .disclosure-list-item .button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  border: 2px solid #9F2015;
  color: #9F2015;
  border-radius: 1000px;
  padding: 1.2rem 3.6rem;
}
.disclosure .disclosure-list-item .button:before {
  content: "";
  width: 2.6rem;
  height: 3.4rem;
  background: url(../img/common/ico_pdf.png) no-repeat center/contain;
  flex-shink: 0;
  margin-right: 0.8rem;
}
.disclosure .disclosure-list-item .button:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/ico_dl.png) no-repeat center/contain;
  flex-shink: 0;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .disclosure .disclosure-sec {
    margin: 20px 0;
  }
  .disclosure .disclosure-sec-ttl {
    font-size: 20px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding-bottom: 8px;
  }
  .disclosure .disclosure-sec-ttl:before {
    width: 8px;
    height: 8px;
    margin-top: 12px;
  }
  .disclosure .disclosure-list-item {
    padding: 8px 0;
    font-size: 16px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 12px;
    border-width: 1px;
  }
  .disclosure .disclosure-list-item .button {
    margin-left: auto;
    border-width: 1px;
    padding: 8px 20px;
  }
  .disclosure .disclosure-list-item .button:before {
    width: 16px;
    height: 24px;
    margin-right: 0;
  }
  .disclosure .disclosure-list-item .button:after {
    width: 10px;
    height: 10px;
  }
}