@charset "UTF-8";
.l-main__content {
  padding-top: 80px;
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1152px) {
  .l-main__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-main__content {
    padding-top: 64px;
  }
}

.p-jflec__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-jflec__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-jflec__thumb {
  max-width: 318px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-jflec__thumb {
    max-width: 77.094972067%;
    margin: 0 auto;
  }
}
.p-jflec__thumb > img {
  width: 100%;
}
.p-jflec__cap {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray2);
  margin-top: 16px;
}
.p-jflec__body {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.p-jflec__txt {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
}
.p-jflec__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-jflec__btn {
  padding: 16px;
  border: 1px solid var(--gray6);
  border-radius: 8px;
  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;
  font-size: 16px;
  line-height: 1.7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px); /* 50%の幅にするためにマージンを考慮 */
  margin: 5px;
  position: relative;
}
@media (max-width: 900px) {
  .p-jflec__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px 0;
  }
}
.p-jflec__btn:focus-visible:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid var(--focus);
  border-radius: 8px;
}
.p-jflec__btn:hover {
  color: var(--blue);
  background: var(--bglightblue);
  border-color: var(--blue);
  opacity: 1;
}
.p-jflec__btn:hover:before {
  top: initial;
  left: initial;
  border: none;
}
.p-jflec__btn::after {
  content: "";
  width: 8.5px;
  height: 8.5px;
  border-top: 1px solid var(--gray5);
  border-right: 1px solid var(--gray5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-overview {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-overview {
    margin-top: 40px;
  }
}
.p-overview__table {
  margin-top: 40px;
}

.p-detail {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-detail {
    margin-top: 40px;
  }
}
.p-detail__content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-detail__content {
    margin-top: 24px;
  }
}
.p-detail__thumb {
  max-width: 736px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-detail__thumb {
    margin-top: 40px;
  }
}
.p-detail__thumb > img {
  width: 100%;
}
.p-detail__txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 25px 0 30px;
}
.p-detail__ttl {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.p-detail__ttl:not(:first-of-type) {
  margin: 30px 0 0;
}
.p-detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-detail__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 20px;
  }
}
.p-detail__flex > a {
  width: calc(50% - 10px);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 25px 16px 25px 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-detail__flex > a {
    width: 100%;
  }
}
.p-detail__flex > a:before {
  content: url(../../img/common/ico-pdf.svg);
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-detail__flex__item:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
.p-detail__flex__item__ttl {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.p-detail__flex__item__txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0;
}

.p-categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.p-category__ttl {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1.3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-category__division {
  margin-top: 0.8rem;
}

.p-dot {
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
}
.p-dot::before {
  content: "";
  border-radius: 9999px;
  background: var(--blue);
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  left: 0.6rem;
  top: 1.15rem;
}
.p-dot__colon {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-dot__colon {
    display: none;
  }
}
.p-dot__br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-dot__br {
    display: block;
  }
}

.p-division__dot {
  padding-left: 2.4rem;
  margin-top: 8px;
}

.pdfwrap {
  margin: 30px 0 0;
}
.pdfwrap .pdf {
  position: relative;
  padding: 0 25px 0 0;
  font-size: 16px;
  color: var(--blue2);
  text-decoration: underline;
}
.pdfwrap .pdf:hover {
  text-decoration: none;
}
.pdfwrap .pdf:before {
  position: absolute;
  top: 0;
  right: 0;
  content: url(../../img/common/ico-pdf.svg);
}/*# sourceMappingURL=p-organization.css.map */