@charset "UTF-8";
:root {
  --first-color: #009191;
  --light-color:#EFF8F4;
  --light-color2:#DEEDE7;
  --color: #274574;
  --se-color: #009191;
  --cp-color: #00A0D1;
  --orange: #E64D0D;
  --min: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

:root {
  --first-color: #009191;
  --light-color:#EFF8F4;
  --light-color2:#DEEDE7;
  --color: #274574;
  --se-color: #009191;
  --cp-color: #00A0D1;
  --orange: #E64D0D;
  --min: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mypage .mypage-info {
  margin: 40px 0;
}
@media (max-width: 980px) {
  .mypage .mypage-info {
    margin: 30px 0;
  }
}
@media (min-width: 981px) {
  .mypage .mypage-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .mypage .mypage-info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mypage .mypage-info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.mypage .mypage-info h4 {
  background: var(--first-color);
  color: #fff !important;
  font-size: 1.6rem !important;
  padding: 10px 0;
  margin: 0 !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 981px) {
  .mypage .mypage-info h4 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 980px) {
  .mypage .mypage-info h4 {
    padding: 10px;
  }
}
.mypage .mypage-info div {
  padding: 20px;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.mypage .mypage-info div ul {
  position: relative;
}
.mypage .mypage-info div ul:first-child::before {
  display: none;
}
.mypage .mypage-info div ul::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.mypage .mypage-info div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.mypage .mypage-info div ul li p {
  margin: 0;
}
.mypage .mypage-dl {
  display: none;
  margin: 40px 0;
  border-radius: 100px;
  background: var(--first-color);
  padding: 5px;
}
@media (max-width: 980px) {
  .mypage .mypage-dl {
    margin: 30px 0;
    border-radius: 0px;
  }
}
.mypage .mypage-dl.active {
  display: block;
}
.mypage .mypage-dl time {
  color: var(--first-color);
}
.mypage .mypage-dl > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 40px;
  grid-template-columns: auto 1fr 40px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mypage .mypage-dl > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mypage .mypage-dl > div > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.mypage .mypage-dl > div > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 980px) {
  .mypage .mypage-dl > div {
    -ms-grid-columns: 1fr 5px 60px;
    grid-template-columns: 1fr 60px;
    -ms-grid-rows: auto 5px auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .mypage .mypage-dl > div > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mypage .mypage-dl > div > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mypage .mypage-dl > div > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .mypage .mypage-dl > div > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.mypage .mypage-dl > div h4 {
  color: #fff !important;
  font-size: 1.6rem !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 20px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .mypage .mypage-dl > div h4 {
    padding: 5px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.mypage .mypage-dl > div ul {
  background: #fff;
  border-radius: 100px;
}
@media (max-width: 980px) {
  .mypage .mypage-dl > div ul {
    border-radius: 0px;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.mypage .mypage-dl > div ul li a {
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 30px;
}
@media (min-width: 981px) {
  .mypage .mypage-dl > div ul li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .mypage .mypage-dl > div ul li a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 980px) {
  .mypage .mypage-dl > div ul li {
    gap: 5px 10px;
    padding: 10px;
  }
}
.mypage .mypage-dl > div #document-link {
  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;
  font-weight: 500;
  height: 100%;
  width: 80px;
  margin-left: -40px;
  color: #fff;
  border-radius: 100px;
  background: var(--first-color);
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .mypage .mypage-dl > div #document-link {
    border-radius: 0px;
    width: 100%;
    margin-left: 0;
    border: solid 1px #fff;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media (min-width: 981px) {
  .mypage .mypage-dl > div #document-link {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .mypage .mypage-dl > div #document-link:hover {
    background: #59a9a6;
  }
}
.mypage .mypage-dl > div #document-link svg {
  margin-right: -0.8em;
  width: 0.8em;
  height: 0.8em;
}
.mypage .mypage-dl > div #document-link svg path {
  fill: #fff;
}
@media (max-width: 980px) {
  .mypage .mypage-documents {
    max-width: 560px;
    margin: auto;
  }
}
.mypage .mypage-documents__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 70px;
}
.mypage .mypage-documents__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mypage .mypage-documents__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.mypage .mypage-documents__list .doc-postdate {
  display: none;
}
@media (max-width: 980px) {
  .mypage .mypage-documents__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .mypage .mypage-documents__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.mypage .mypage-documents__list .documents-list {
  opacity: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.mypage .mypage-documents__list .documents-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mypage .mypage-documents__list .documents-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.mypage .mypage-documents__list .documents-list.active {
  opacity: 1;
}
.mypage .mypage-documents__list .documents-list .pdf-box {
  height: 100%;
  background: #ecf7f1;
}
.mypage .mypage-documents__list .documents-list .pdf-box .title {
  font-weight: bold;
}
.mypage .mypage-documents__list .documents-list .pdf-box .pdf-wrap {
  height: calc(100% - 60px);
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 980px) {
  .mypage .mypage-documents__list .documents-list .pdf-box .pdf-wrap {
    height: calc(100% - 40px);
  }
}
.mypage .mypage-documents__list .documents-list .pdf-box .pdf-wrap svg {
  width: 100%;
  height: auto;
}
.mypage .mypage-documents__list .documents-list .pdf-box .pdf-wrap .svg-wrap {
  width: 90%;
  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;
  aspect-ratio: 1/1;
}
.mypage .mypage-documents__list .documents-list__preview {
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 50px;
}
@media (max-width: 980px) {
  .mypage .mypage-documents__list .documents-list__preview {
    padding: 20px;
  }
}
.mypage .mypage-documents__list .documents-list__preview iframe {
  border: 0;
  overflow-x: hidden;
  width: 90%;
  aspect-ratio: 1/1;
}
.mypage .mypage-documents__list .documents-list__nav {
  display: -ms-grid;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage .mypage-documents__list .documents-list__nav > * {
  width: 100%;
  height: 60px;
  color: #fff;
  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;
  gap: 10px;
  font-weight: 600;
  font-size: 1.7rem;
}
@media (max-width: 980px) {
  .mypage .mypage-documents__list .documents-list__nav > * {
    height: 50px;
    font-size: 1.6rem;
  }
}
@media (min-width: 981px) {
  .mypage .mypage-documents__list .documents-list__nav > * {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .mypage .mypage-documents__list .documents-list__nav > *:hover {
    opacity: 0.8;
  }
}
.mypage .mypage-documents__list .documents-list__nav a {
  background: #6ebee1;
}
.mypage .mypage-documents__list .documents-list__nav button {
  background: var(--first-color);
}
.mypage .mypage-documents__list .documents-list .tab {
  border-radius: 6px 0 0 6px;
  font-weight: 500;
  background: var(--first-color);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 500px;
  overflow: hidden;
  white-space: nowrap;
}
.mypage .mypage-documents__list .documents-list .tab--mitsumori {
  background: #1c71f9;
}
.mypage .mypage-documents__list .documents-list .tab--seikyusho {
  background: #12b7d1;
}
.mypage .mypage-documents__list .documents-list .tab--syuryosho {
  background: #f76b25;
}
.mypage .mypage-documents__list .documents-list .tab--gokakusho {
  background: #db2929;
}
.mypage .mypage-documents__list .documents-list .tab--text {
  background: #555;
}
.mypage .mypage-documents__nav {
  margin-top: 60px;
}
.mypage .mypage-documents__nav a {
  display: block;
  background: var(--first-color);
  color: #fff;
  margin: auto;
  width: 300px;
  height: 60px;
  border-radius: 100px;
  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;
  gap: 10px;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 981px) {
  .mypage .mypage-documents__nav a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .mypage .mypage-documents__nav a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 980px) {
  .mypage .mypage-documents__nav a {
    width: 100%;
  }
}
.mypage .mypage-documents__nav a svg {
  fill: #fff;
  width: 1em;
  height: auto;
}

.mypage_documents h4.page-header__title {
  font-size: 3rem;
}
@media (max-width: 980px) {
  .mypage_documents h4.page-header__title {
    font-size: 2rem;
  }
}
.mypage_documents .mypage-info {
  display: none !important;
}
.mypage_documents .mypage-dl > div {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.mypage_documents .mypage-dl a {
  pointer-events: none;
}
.mypage_documents .mypage-dl #document-link {
  display: none !important;
}

.mypage-send-request {
  margin-top: 40px;
}
@media (min-width: 981px) {
  .mypage-send-request .jaco__table--mypage th {
    width: 100px !important;
  }
}
.mypage-send-request #見積書 > span {
  background: #1c71f9;
  color: #fff;
}
.mypage-send-request .tab {
  text-align: center;
  background: #888;
  color: #fff;
  padding: 3px 0;
  letter-spacing: 0.1em;
}
.mypage-send-request .tab--見積書 {
  background: #1c71f9;
  color: #fff;
}
.mypage-send-request .tab--請求書 {
  background: #12b7d1;
  color: #fff;
}
.mypage-send-request .tab--領収書 {
  background: #009c6f;
  color: #fff;
}
.mypage-send-request .tab--終了書 {
  background: #f76b25;
  color: #fff;
}
.mypage-send-request .tab--合格書 {
  background: #db2929;
  color: #fff;
}

.request-form {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px auto 0;
}
.request-form .jaco__table--mypage {
  margin-bottom: 20px !important;
  padding: 10px !important;
}
.request-form .jaco__table--mypag > ul {
  position: relative;
}
.request-form .jaco__table--mypag > ul::after {
  content: "";
  width: 100%;
  background: #ccc;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.request-form h5 {
  color: var(--first-color);
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .request-form h5 {
    font-size: 1.6rem;
  }
}
.request-form .h5-02 {
  display: none;
}
.request-form.hide {
  display: none;
}
@media (max-width: 980px) {
  .request-form {
    margin: 20px auto 0;
  }
}
.request-form #cancel-request,
.request-form #send-request {
  display: none;
}
.request-form #見積書 > span {
  background: #1c71f9;
  color: #fff;
}
.request-form #請求書 > span {
  background: #12b7d1;
  color: #fff;
}
.request-form #領収書 > span {
  background: #009c6f;
  color: #fff;
}
.request-form #領収書 > span {
  background: #009c6f;
  color: #fff;
}
.request-form #終了書 > span {
  background: #f76b25;
  color: #fff;
}
.request-form #合格書 > span {
  background: #db2929;
  color: #fff;
}
.request-form.active .h5-02 {
  display: block;
}
.request-form.active .h5-01 {
  display: none;
}
.request-form.active #conf-request {
  display: none;
}
.request-form.active #cancel-request {
  display: block;
}
.request-form.active #send-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request-form.active .request-form__title {
  display: none;
}
.request-form.active textarea {
  pointer-events: none;
  border: none;
}
.request-form.active input,
.request-form.active label {
  pointer-events: none;
}
.request-form.active #note-preview {
  display: block;
}
.request-form.active .request-form__text ul {
  display: none;
}
.request-form.active .hide {
  display: none;
}
.request-form #conf-request,
.request-form #send-request {
  position: relative;
  background: #fff;
  max-width: 560px;
  width: 100%;
  height: 80px;
  border: solid 1px var(--first-color);
  border-radius: 100px;
  font-weight: 600;
  font-size: 2rem;
  color: var(--first-color);
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 980px) {
  .request-form #conf-request,
  .request-form #send-request {
    font-size: 1.8rem;
    height: 60px;
  }
}
.request-form #conf-request .icon,
.request-form #send-request .icon {
  width: 40px;
  height: 40px;
  background-color: var(--light-color2);
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 980px) {
  .request-form #conf-request .icon,
  .request-form #send-request .icon {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.request-form #conf-request .icon svg,
.request-form #send-request .icon svg {
  fill: var(--first-color);
  width: 20%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.request-form #send-request {
  display: none;
}
.request-form #page-title {
  margin: 0 !important;
  left: 30px 0 10px !important;
}
.request-form #note-preview {
  display: none;
}
.request-form__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request-form__text div {
  width: 100%;
}
.request-form__text textarea {
  width: 100%;
  height: 140px;
}
.request-form__title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 120px;
  grid-template-columns: 1fr 120px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding-right: 10px;
}
.request-form__title > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.request-form__title > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 980px) {
  .request-form__title {
    gap: 10px;
    padding-right: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .request-form__title > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.request-form__title > div:nth-child(2) {
  text-align: right;
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .request-form__title > div:nth-child(2) {
    font-size: 1.2rem;
  }
}
.request-form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 30px 1fr 30px 1fr;
  grid-template-columns: 140px 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #ccc;
}
.request-form__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.request-form__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.request-form__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.request-form__list:last-child {
  border-bottom: none;
}
@media (max-width: 980px) {
  .request-form__list {
    -ms-grid-columns: 80px 0px 1fr 0px 110px;
    grid-template-columns: 80px 1fr 110px;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    border-left: none;
    gap: 0px;
  }
  .request-form__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .request-form__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .request-form__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .request-form__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .request-form__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .request-form__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
.request-form__list > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 980px) {
  .request-form__list > div:nth-child(3) {
    margin: 1em 0 0 0;
  }
}
.request-form__list > div:nth-child(3) > div {
  max-width: 240px;
  width: 100%;
  height: 50px;
  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: 1.4rem;
  text-align: right;
}
@media (max-width: 980px) {
  .request-form__list > div:nth-child(3) > div {
    display: inline;
  }
}
@media (max-width: 980px) {
  .request-form__list > div:nth-child(3) > div span {
    display: inline;
  }
}
@media (max-width: 980px) {
  .request-form__list > div:nth-child(3) > div {
    padding: 0px;
    font-size: 1.2rem;
  }
  .request-form__list > div:nth-child(3) > div > span:nth-child(2) {
    display: inline;
    text-align: right;
  }
}
.request-form__list .tab {
  background: #efefef;
  display: block;
  padding: 3px 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 980px) {
  .request-form__list .tab {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 8px;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.request-form__list > div:nth-child(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.request-form__list > div:nth-child(2) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.request-form__list > div:nth-child(2) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 980px) {
  .request-form__list > div:nth-child(2) {
    padding: 10px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    gap: 5px;
  }
  .request-form__list > div:nth-child(2) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.request-form__list > div:nth-child(2) label {
  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;
  gap: 10px;
}
.request-form #request-empty-msg {
  margin-top: 0;
  display: none;
  text-align: center;
  color: red;
  font-size: 1.2rem;
}
.request-form #request-empty-msg.active {
  display: block;
}
.request-form__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
.request-form__nav button {
  background: #ccc;
  width: 200px;
  height: 40px;
  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;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  color: #fff;
  border-radius: 50px;
}
@media (min-width: 981px) {
  .request-form__nav button {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .request-form__nav button:hover {
    opacity: 0.8;
  }
}
.request-form__nav button.blue {
  background: #6ebee1;
}
.request-form__nav button.hide {
  display: none;
}

.documents-nav {
  margin-top: 20px;
  text-align: center;
}
.documents-nav #cancel-request {
  text-align: center;
  color: var(--first-color) !important;
  margin: auto;
}
.documents-nav #cancel-request {
  display: none;
}
.documents-nav.active #cancel-request {
  display: block;
}
.documents-nav.active .link-documents {
  display: none;
}

.request-form-complate {
  text-align: center;
}

.link-documents {
  text-align: center;
  color: var(--first-color);
}

.btn-documents {
  margin-top: 30px;
  display: block;
  background: var(--first-color);
  color: #fff;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 100px;
  padding: 0 20px;
  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;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 981px) {
  .btn-documents {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .btn-documents:hover {
    opacity: 0.8;
  }
}
@media (max-width: 980px) {
  .btn-documents {
    width: 100%;
  }
}
.btn-documents svg {
  fill: #fff;
  width: 1.4em;
  height: auto;
}

/*セミナーカテゴリーページ*/
.p-country-name {
  display: none;
}

.seminar-possible-number {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 28px;
  left: -3%;
  top: -20%;
  font-size: 1.3rem;
  text-align: center;
  padding: 2px;
  background: red;
  border: solid 2px #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.fc--cancel {
  color: red;
}

.fc--decision {
  color: red;
}

.fc--開催決定 {
  color: red;
}

.common-seminar-list__inner > ul > li a button {
  white-space: nowrap;
}

.mypage .ad-read,
.seminar_ondemand .ad-read {
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
  margin-left: 10px;
}
.mypage .read,
.seminar_ondemand .read {
  font-size: 1.6rem;
  color: #000;
  font-weight: normal;
  margin-left: 10px;
}
.mypage .mypage-nav,
.seminar_ondemand .mypage-nav {
  position: relative;
}
.mypage .mypage-nav__note,
.seminar_ondemand .mypage-nav__note {
  font-size: 1.5rem;
  background: #efefef;
  font-weight: 700;
  text-align: center;
  width: 380px;
  padding: 3px 10px;
  position: absolute;
  right: 112px;
  top: -39px;
}
@media (max-width: 980px) {
  .mypage .mypage-nav__note,
  .seminar_ondemand .mypage-nav__note {
    width: 100%;
    left: 0;
  }
}
.mypage .mypage-nav .read-cancel,
.seminar_ondemand .mypage-nav .read-cancel {
  position: relative;
  right: 90px;
}
@media (min-width: 981px) {
  .mypage .mypage-nav .read-cancel,
  .seminar_ondemand .mypage-nav .read-cancel {
    text-align: right;
  }
}
.mypage .mypage-nav .read-cancel a,
.seminar_ondemand .mypage-nav .read-cancel a {
  color: var(--first-color);
}
.mypage .mypage-nav .bg-red,
.seminar_ondemand .mypage-nav .bg-red {
  color: red;
}
.mypage .mypage-nav .ondemand-status,
.seminar_ondemand .mypage-nav .ondemand-status {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3px;
}
@media (max-width: 980px) {
  .mypage .mypage-nav .ondemand-status,
  .seminar_ondemand .mypage-nav .ondemand-status {
    display: block;
  }
}
.mypage .mypage-nav .ondemand-status--date,
.seminar_ondemand .mypage-nav .ondemand-status--date {
  border: solid 2px var(--orange);
  padding: 3px 10px;
  color: var(--orange);
  font-weight: 700;
}
@media (max-width: 980px) {
  .mypage .mypage-nav .ondemand-status--date,
  .seminar_ondemand .mypage-nav .ondemand-status--date {
    margin-bottom: 3px;
  }
}
.mypage .mypage-nav .ondemand-status--pay,
.seminar_ondemand .mypage-nav .ondemand-status--pay {
  padding: 3px 10px;
  color: var(--color);
  font-weight: 700;
  border: solid 2px var(--color);
}
.mypage .mypage-nav ul,
.seminar_ondemand .mypage-nav ul {
  text-align: right;
}
@media (max-width: 980px) {
  .mypage .mypage-nav ul,
  .seminar_ondemand .mypage-nav ul {
    margin-top: 40px;
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 1px;
  }
  .mypage .mypage-nav ul > *:nth-child(1), .seminar_ondemand .mypage-nav ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mypage .mypage-nav ul > *:nth-child(2), .seminar_ondemand .mypage-nav ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mypage .mypage-nav ul > *:nth-child(2),
  .seminar_ondemand .mypage-nav ul > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .mypage .mypage-nav ul > *:nth-child(3),
  .seminar_ondemand .mypage-nav ul > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .mypage .mypage-nav ul > *:nth-child(4),
  .seminar_ondemand .mypage-nav ul > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 981px) {
  .mypage .mypage-nav ul li,
  .seminar_ondemand .mypage-nav ul li {
    display: inline-block;
    margin-left: 10px;
  }
}
.mypage .mypage-nav ul li:last-child a,
.seminar_ondemand .mypage-nav ul li:last-child a {
  background: red;
}
.mypage .mypage-nav ul li a,
.seminar_ondemand .mypage-nav ul li a {
  font-size: 1.5rem;
  display: block;
  background: var(--first-color);
  border-radius: 20px;
  padding: 5px 15px;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.mypage .mypage-nav ul li a svg,
.seminar_ondemand .mypage-nav ul li a svg {
  margin-right: -0.8em;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 981px) {
  .mypage .mypage-nav ul li a svg,
  .seminar_ondemand .mypage-nav ul li a svg {
    display: none;
  }
}
.mypage .mypage-nav ul li a svg path,
.seminar_ondemand .mypage-nav ul li a svg path {
  fill: #fff;
}
.mypage .mypage-nav ul li a.end,
.seminar_ondemand .mypage-nav ul li a.end {
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 980px) {
  .mypage .mypage-nav ul li a,
  .seminar_ondemand .mypage-nav ul li a {
    border-radius: 0px;
    line-height: 1.3;
    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;
    height: 60px;
  }
}
@media (min-width: 981px) {
  .mypage .mypage-nav ul li a,
  .seminar_ondemand .mypage-nav ul li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .mypage .mypage-nav ul li a:hover,
  .seminar_ondemand .mypage-nav ul li a:hover {
    opacity: 0.7;
  }
}
.mypage .jaco__table--mypage,
.seminar_ondemand .jaco__table--mypage {
  border: solid 5px var(--light-color2);
  padding: 30px;
  margin-bottom: 60px;
}
.mypage .jaco__table--mypage .開催中止,
.seminar_ondemand .jaco__table--mypage .開催中止 {
  display: inline-block;
  margin-left: 10px;
  color: blue;
}
.mypage .jaco__table--mypage .開催未定,
.seminar_ondemand .jaco__table--mypage .開催未定 {
  display: inline-block;
  margin-left: 10px;
  color: #000;
}
.mypage .jaco__table--mypage .開催決定,
.seminar_ondemand .jaco__table--mypage .開催決定 {
  display: inline-block;
  margin-left: 10px;
  color: red;
}
@media (max-width: 980px) {
  .mypage .jaco__table--mypage,
  .seminar_ondemand .jaco__table--mypage {
    padding: 10px;
  }
}
.mypage .jaco__table--mypage tr:last-child td,
.mypage .jaco__table--mypage tr:last-child th,
.seminar_ondemand .jaco__table--mypage tr:last-child td,
.seminar_ondemand .jaco__table--mypage tr:last-child th {
  border-bottom: none;
}
.mypage .jaco__table--mypage th,
.mypage .jaco__table--mypage td,
.seminar_ondemand .jaco__table--mypage th,
.seminar_ondemand .jaco__table--mypage td {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  text-align: left;
}
.mypage .jaco__table--mypage th a,
.mypage .jaco__table--mypage td a,
.seminar_ondemand .jaco__table--mypage th a,
.seminar_ondemand .jaco__table--mypage td a {
  color: var(--first-color);
}
@media (max-width: 980px) {
  .mypage .jaco__table--mypage th,
  .mypage .jaco__table--mypage td,
  .seminar_ondemand .jaco__table--mypage th,
  .seminar_ondemand .jaco__table--mypage td {
    padding: 5px 10px;
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
.mypage .jaco__table--mypage th,
.seminar_ondemand .jaco__table--mypage th {
  width: 200px;
}
@media (max-width: 980px) {
  .mypage .jaco__table--mypage th,
  .seminar_ondemand .jaco__table--mypage th {
    background: #efefef;
    display: block;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .mypage .jaco__table--mypage,
  .seminar_ondemand .jaco__table--mypage {
    margin-bottom: 30px;
  }
  .mypage .jaco__table--mypage td,
  .seminar_ondemand .jaco__table--mypage td {
    margin-bottom: 10px;
  }
}
.mypage h4,
.seminar_ondemand h4 {
  margin-bottom: 10px !important;
}
.mypage .fc--red,
.seminar_ondemand .fc--red {
  color: red;
}
.mypage .jaco__table--stripe td,
.seminar_ondemand .jaco__table--stripe td {
  padding: 10px;
  border: solid 1px #A4A4A4 !important;
}
.mypage .jaco__table--stripe td:last-child,
.seminar_ondemand .jaco__table--stripe td:last-child {
  border: solid 1px #A4A4A4 !important;
}

.ondemand-nav {
  margin-top: -10px;
  position: relative;
}
.ondemand-nav .ondemand-status {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3px;
}
@media (max-width: 980px) {
  .ondemand-nav .ondemand-status {
    display: block;
  }
}
.ondemand-nav .ondemand-status--date {
  border: solid 2px var(--orange);
  padding: 3px 10px;
  color: var(--orange);
  font-weight: 700;
}
@media (max-width: 980px) {
  .ondemand-nav .ondemand-status--date {
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ondemand-nav .ondemand-status--date > span:first-child {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
.ondemand-nav .ondemand-status--pay {
  padding: 3px 10px;
  border: solid 2px var(--color);
  color: var(--color);
  font-weight: 700;
}
@media (max-width: 980px) {
  .ondemand-nav .ondemand-status--pay {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.ondemand-nav a {
  font-size: 1.4rem;
  display: block;
  background: var(--first-color);
  border-radius: 20px;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ondemand-nav a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    border-radius: 0px;
    line-height: 1.3;
    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;
    height: 30px;
    margin: 0 0 10px auto;
    border-radius: 20px;
  }
}
@media (min-width: 981px) {
  .ondemand-nav a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .ondemand-nav a:hover {
    opacity: 0.7;
  }
}

.netservice-nav {
  margin-top: -35px;
  position: relative;
}
.netservice-nav a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  display: block;
  background: var(--first-color);
  border-radius: 20px;
  padding: 5px 15px;
  position: relative;
  margin: 0 0 0 auto;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 980px) {
  .netservice-nav a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    border-radius: 0px;
    line-height: 1.3;
    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;
    height: 30px;
    margin: 0 0 10px auto;
    border-radius: 20px;
  }
}
@media (min-width: 981px) {
  .netservice-nav a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .netservice-nav a:hover {
    opacity: 0.7;
  }
}

.btn--contact {
  font-size: 1.6rem;
  font-size: min(1.2vw, 1.7rem) !important;
}
@media (max-width: 2050px) {
  .btn--contact {
    font-size: 0.75vw !important;
  }
}
@media (max-width: 1600px) {
  .btn--contact {
    font-size: 0.9vw !important;
  }
}
@media (max-width: 1400px) {
  .btn--contact {
    padding-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 5px 0;
    height: 55px;
    width: 130px;
    font-size: 1.2rem !important;
    position: absolute;
    top: 0;
    right: 0px;
    text-align: center;
  }
  .btn--contact .tb {
    display: none;
  }
  .btn--contact > span > span {
    font-weight: 700;
  }
  .btn--contact > span::before {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .btn--contact {
    top: 55px;
  }
}

.btn-admin {
  color: blue;
  cursor: pointer;
}

.status-admin {
  display: none;
  text-align: left !important;
}
.status-admin.active {
  display: table-cell;
}

.netservice-wrap {
  display: none;
}
.netservice-wrap.active {
  display: block;
}

/*環境法令マンスリー*/
.box-montly-publick {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.2fr 5px 1fr;
  grid-template-columns: 0.2fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 5px;
}
.box-montly-publick > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.box-montly-publick > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 980px) {
  .box-montly-publick {
    display: block;
  }
}
.box-montly-publick > *:nth-child(1) {
  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;
  background: var(--first-color);
  color: #fff;
  padding: 20px;
}
@media (max-width: 980px) {
  .box-montly-publick > *:nth-child(1) {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.box-montly-publick > *:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-montly-publick > *:nth-child(2) span {
  position: relative;
}
.box-montly-publick > *:nth-child(2) span::after {
  content: "｜";
}
.box-montly-publick > *:nth-child(2) span:last-child::after {
  display: none;
}
.box-montly-publick > *:nth-child(2) a {
  position: relative;
  padding: 10px;
}
.box-montly-publick > *:nth-child(2) a.active {
  color: var(--first-color);
}
@media (min-width: 981px) {
  .box-montly-publick > *:nth-child(2) a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .box-montly-publick > *:nth-child(2) a:hover {
    color: var(--first-color);
    text-decoration: underline;
  }
}

.box-montly-private {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.box-montly-private a {
  display: block;
  color: #fff;
  background: #666;
  padding: 15px 20px;
}
@media (max-width: 980px) {
  .box-montly-private a {
    padding: 10px 10px;
  }
}
@media (min-width: 981px) {
  .box-montly-private a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .box-montly-private a:hover {
    background: #ccc;
  }
}
.box-montly-private a.active {
  background: var(--first-color);
}

.box-monthly-pdf {
  margin-bottom: 100px;
}

.ul-seminar-couls .jaco__box--link-box .is-nowrap.wp-block-group:nth-child(n+2) {
  border-top: none;
  padding-top: 0;
}
.ul-seminar-couls .jaco__icon--new {
  margin: 0;
}
.ul-seminar-couls li p strong {
  display: block;
}
@media (max-width: 980px) {
  .ul-seminar-couls li p strong {
    margin-bottom: 20px;
  }
}

body.seminars .cd-tags {
  margin-bottom: 0;
}

.cd-tags {
  min-height: 26px;
  margin-bottom: -10px;
}
.cd-tags.has-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 980px) {
  .cd-tags.has-tags {
    padding-bottom: 10px;
    border-bottom: solid 2px #ccc;
  }
}
.cd-tags span {
  font-size: 1.4rem;
  padding: 0.2em 1em;
  white-space: nowrap;
  background: var(--light-color2);
  color: var(--first-color);
  border-radius: 4px;
  font-weight: 700;
}

.sec-form .box-agreement .tbl-form tbody td div div {
  max-width: 100%;
  width: 100%;
}

.seminar_moushikomi .page-main > p > a {
  text-decoration: underline;
}

.box-privacy-policy a {
  text-decoration: underline;
}

.member-radio-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
}

.member-radio-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.member-radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px;
}

.member-radio > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.member-radio > span {
  display: block;
}
.member-radio .member-radio__input {
  margin-right: 0;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.member-radio .member-radio__input > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.member-radio .member-radio__input small {
  padding-left: 93px;
  margin-top: -10px;
}
.member-radio .member-radio__input > div {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 80px 10px auto 10px auto;
  grid-template-columns: 80px auto auto;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
.member-radio .member-radio__input > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.member-radio .member-radio__input > div > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.member-radio .member-radio__input > div > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.member-radio .member-radio__input > div > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.member-radio .member-radio__input > div > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.member-radio .member-radio__input > div > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.member-radio .member-radio__input > div > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.member-radio .member-radio__input > div > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.member-radio .member-radio__input > div > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.member-radio .member-radio__input > div > *:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.member-radio .member-radio__input > div > *:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.member-radio .member-radio__input > div > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.member-radio .member-radio__input > div .error:nth-child(2) {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}
.member-radio .member-radio__input > div .error:nth-child(3) {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}
.member-radio .member-radio__input > div .error:nth-child(4) {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}

.mw_wp_form_confirm .member-radio .member-radio__input {
  gap: 5px;
}
.mw_wp_form_confirm .member-radio .member-radio__input > div {
  display: inline !important;
}
.mw_wp_form_confirm .member-radio .member-radio__input > div > * {
  display: inline;
}