@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* ----------------------------------------------------------------
理念
----------------------------------------------------------------*/
/* ----------------------------------------------------------------
厚生労働大臣が定める掲示事項
----------------------------------------------------------------*/
.matters {
  max-width: 1200px;
  margin: auto;
}
.matters p {
  line-height: 1.5;
}
.matters .inner {
  padding: 0 10px;
}
.matters-ttl {
  margin-bottom: 20px;
  padding-left: 14px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #96c339;
  line-height: 1.5;
}
.matters-ttl::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #96c339;
}
.matters-txt {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 20px;
}
.matters-area-item {
  margin-bottom: 40px;
}
.matters-area-item-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.matters-area-item-txt {
  margin-bottom: 20px;
}
.matters-area-item-txt:only-child {
  margin-bottom: 40px;
}
.matters-area-item a {
  display: inline-block;
  position: relative;
}
.matters-area-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #96c339;
  bottom: 0;
  left: 0;
}
.matters-area-item a:hover {
  color: #96c339;
  opacity: 1;
}
.matters-area-item .txt-red {
  color: red;
}
.matters-area-item dl {
  line-height: 1.8;
  margin-bottom: 14px;
}
.matters-area-item dl dt {
  font-weight: bold;
}
.matters-area-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.matters-area-item-price-contents {
  width: 47%;
  margin-bottom: 60px;
}
.matters-area-item-price-contents-ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.matters-area-item-price-contents-ttl::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0f0f0f;
}
.matters-area-item-price-contents-txt {
  font-size: 14px;
}
.matters-area-item-price-contents-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px !important;
}
.matters-area-item-price-contents-list dt {
  width: 60%;
  line-height: 1.8;
  font-weight: normal !important;
}
.matters-area-item-price-contents-list dd {
  width: 40%;
  line-height: 1.8;
  font-weight: normal !important;
}
.matters-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.matters-contents-item {
  width: 45%;
}
.matters-contents-item-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: solid 1px #000;
  margin-bottom: 60px;
}
.matters-contents-item-list-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.matters-contents-item-list-grid:nth-last-child(-n+3) {
  border-bottom: none;
}
.matters-contents-item-list-grid:nth-child(3n+2) {
  border-right: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.matters-contents-item-list-grid:nth-child(3n+3) {
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.matters-contents-item-list-grid:nth-child(3n+4) {
  width: 75%;
}
.matters-contents-item-list-grid:nth-child(3n+5) {
  width: 15%;
}
.matters-contents-item-list-grid:nth-child(1) {
  width: 85%;
  line-height: 2;
  background-color: #DAEABC;
}
.matters-contents-item-list-grid:nth-child(2) {
  width: 15%;
  background-color: #DAEABC;
}
.matters-contents-item.two-row .matters-contents-item-list-grid:nth-child(odd) {
  width: 85%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.matters-contents-item.two-row .matters-contents-item-list-grid:nth-child(even) {
  width: 15%;
  border-right: none;
  border-bottom: solid 1px #000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.matters-contents-item.two-row .matters-contents-item-list-grid:nth-last-child(1) {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .matters p {
    line-height: 1.5;
  }
  .matters .inner {
    padding: 0 10px;
  }
  .matters-ttl {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .matters-ttl::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #96c339;
  }
  .matters-txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .matters-area-item {
    margin-bottom: 40px;
  }
  .matters-area-item-ttl {
    font-size: 18px;
  }
  .matters-area-item-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .matters-area-item-price-contents {
    width: 100%;
    margin-bottom: 60px;
  }
  .matters-area-item-price-contents-txt {
    font-size: 14px;
  }
  .matters-area-item-price-contents-list dt {
    width: 50%;
  }
  .matters-area-item-price-contents-list dd {
    text-align: center;
    width: 50%;
  }
  .matters-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .matters-contents-item {
    width: 100%;
  }
  .matters-contents-item-list-grid:nth-child(3n+3) {
    width: 10%;
  }
  .matters-contents-item-list-grid:nth-child(3n+4) {
    width: 70%;
  }
  .matters-contents-item-list-grid:nth-child(3n+5) {
    width: 20%;
  }
  .matters-contents-item-list-grid:nth-child(1) {
    width: 80%;
  }
  .matters-contents-item-list-grid:nth-child(2) {
    width: 20%;
  }
  .matters-contents-item.two-row .matters-contents-item-list-grid:nth-child(odd) {
    width: 80%;
  }
  .matters-contents-item.two-row .matters-contents-item-list-grid:nth-child(even) {
    width: 20%;
  }
}/*# sourceMappingURL=matters.css.map */