@charset "UTF-8";
.p-main {
  padding-top: 96px;
}
.p-main .p-main__inner .p-title .p-title__image .p-title__image-src {
  display: block;
  margin-inline: auto;
  width: 161px;
}
.p-main .p-main__inner .p-title .p-title__image-ja {
  margin-inline: auto;
  width: 75px;
  margin-top: 15px;
  display: block;
}
.p-main .p-main__inner .p-article {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 5% 20px;
}
.p-main .p-main__inner .p-article .p-article-content-image__col {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.p-main .p-main__inner .p-article .p-article-detail__title {
  margin-top: 30px;
}
.p-main .p-main__inner .p-article .p-article-detail__title strong {
  color: #3e1b8d;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-title {
  text-align: center;
  background-color: #EA4F98;
  padding-block: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content {
  margin-inline: 8px;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content .p-article-content-title-sub {
  margin-top: 32px;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content .p-article-content-title-sub.p-article-content-title-note {
  padding-left: 1em;
  position: relative;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content .p-article-content-title-sub.p-article-content-title-note::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 28px;
  margin: auto;
  content: "♪";
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content .p-article-content-title-sub.p-article-content-title-note + .p-article-content-title-note {
  margin-top: 0;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content .p-article-content-inner {
  margin-top: 16px;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content .p-article-content-inner :not(:first-child) {
  margin-top: 4px;
}
.p-main .p-main__inner .p-article .p-article-item .p-article-content .p-article-content-text {
  padding-left: 1em;
}
.p-main .p-main__inner .news_head {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(190, 163, 142, 0.25);
}
.p-main .p-main__inner .day {
  color: #553a93;
  font-weight: bold;
}
.p-main .p-main__inner .p-btn-icon {
  display: inline-block;
  text-align: center;
  background: #804C1E;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  padding: 16px 64px;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.p-main .p-main__inner .p-btn-icon .p-btn-icon_inner {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
[data-whatinput=keyboard] .p-main .p-main__inner .p-btn-icon:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.p-article-content-list {
  margin-top: 16px;
}
.p-article-content-list .p-article-content-item {
  margin-top: 4px;
  padding-left: 1.2em;
  position: relative;
}
.p-article-content-list .p-article-content-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: px;
  height: px;
  margin: auto;
  content: "※";
  background: url() center no-repeat;
  background-size: 100% auto;
}

.p-article-content-list-desc {
  margin-top: 16px;
}
.p-article-content-list-desc .p-article-content-item {
  margin-top: 4px;
  padding-left: 1.2em;
  position: relative;
}
.p-article-content-list-desc .p-article-content-item::before {
  position: absolute;
  top: 0.7em;
  left: 6px;
  display: block;
  width: 3px;
  height: 3px;
  margin: auto;
  background-color: #000;
  border-radius: 50%;
  content: "";
}

.p-article-content__news {
  padding-bottom: 15px;
  border-bottom: 1px solid #8777ad;
  margin-bottom: 30px;
}
.p-article-content__news .p-article-content__news-day {
  color: #553a93;
  font-weight: bold;
  font-size: 1em;
}
.p-article-content__news .p-article-content__news-title {
  font-size: 1.4em;
}

.p-article-content-link {
  color: #ff36ba;
  transition: 0.2s ease-out;
  text-decoration: underline;
}
.p-article-content-link[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_blank.svg");
          mask-image: url("../../images/i_blank.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
  width: 14px;
  top: -0.05em;
}
.p-article-content-link[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_pdf.svg");
          mask-image: url("../../images/i_pdf.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
}
.p-article-content-link[href$=".doc"]:not(.noticon):after, .p-article-content-link[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_word.svg");
          mask-image: url("../../images/i_word.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
}
.p-article-content-link[href$=".xls"]:not(.noticon):after, .p-article-content-link[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_excel.svg");
          mask-image: url("../../images/i_excel.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
}
.p-article-content-link[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_zip.svg");
          mask-image: url("../../images/i_zip.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
  top: 0.2em;
}
[data-whatinput=keyboard] .p-article-content-link:focus {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-main {
    padding-top: 128px;
  }
  .p-main .p-main__inner .p-title .p-title__image .p-title__image-src {
    width: 249px;
  }
  .p-main .p-main__inner .p-title .p-title__image-ja {
    width: 124px;
    margin-top: 30px;
  }
  .p-main .p-main__inner .p-article {
    margin-top: 30px;
    padding: 5% 40px;
  }
  .p-main .p-main__inner .p-article .p-article-item .p-article-title {
    font-size: 1.6rem;
  }
  .p-main .p-main__inner .p-article .p-article-item .p-article-content {
    margin-inline: 40px;
  }
  .p-article-content-list-desc .p-article-content-item::before {
    top: 1.2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-main .p-main__inner .p-btn-icon:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .p-article-content-link:hover {
    text-decoration: none;
  }
}