@charset "UTF-8";
/* palette */
/* color map*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #f8f8f8;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
  min-width: 800px;
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #217691;
  text-decoration: underline;
  transition: 0.4s;
}

a:hover {
  opacity: 0.8;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

input {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
  outline: none;
}

/* チェックが入った入力のラベル */
/* input:checked + label {
	color: red;
  }*/
.p-txt--login {
  margin: 0 0 50px 0;
}

input.c-btn--txt {
  cursor: pointer;
  color: #217691;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

.p-top__board {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  padding: 20px 0;
  margin: 0 0 30px 0;
}
.p-top__board .p-notice__table .p-notice__post {
  margin: 0 30px 20px 30px;
}
.p-top__board .p-notice__table .p-notice__post:last-child {
  margin: 0 30px 0 30px;
}

.p-contract__txt {
  margin: 0 30px;
}

.p-notice__board__header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px 20px 30px;
  border-bottom: solid 2px #8fceba;
  margin: 0 0 30px 0;
}
.p-notice__board__header .p-notice__title {
  font-weight: bold;
}

.p-top__title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.p-notice__table {
  width: 100%;
}
.p-notice__table .p-notice__post {
  display: block;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #d0d0d0;
}
.p-notice__table .p-notice__post:last-child {
  margin: 0;
  border: none;
}
.p-notice__table .p-notice__post .p-td:last-child {
  padding: 0 0 0 20px;
}

.p-form--mail .p-form__dl .p-dt {
  color: #8fceba;
}
.p-form--mail .p-form__dl .p-form__elem .c-input,
.p-form--mail .p-form__dl .p-form__elem .c-textarea {
  border: solid 2px #8fceba;
}

.p-popup__msg {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  line-height: 16px;
  font-weight: bold;
  z-index: 3;
  animation: fadeOut-msg 1s ease 3s 1 forwards;
}

@keyframes fadeOut-msg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-iframe--consent {
  width: 800px;
  height: 400px;
  margin: 0 auto 20px auto;
  border: solid 1px #d0d0d0;
}

.c-iframe--consent {
  max-width: 800px;
  width: 100%;
  height: 100%;
}

.p-consent__foot {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 40px 0;
}
.p-consent__foot .p-label--check {
  cursor: pointer;
  display: block;
}
.p-consent__foot .p-label--check .c-input[type=checkbox] {
  display: none;
}
.p-consent__foot .p-label--check .c-input[type=checkbox]:checked + .c-dummy {
  background: #8fceba;
  border: none;
  position: relative;
}
.p-consent__foot .p-label--check .c-input[type=checkbox]:checked + .c-dummy:after {
  content: "";
  width: 90%;
  height: 60%;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-55deg);
  position: absolute;
  left: 1px;
}
.p-consent__foot .p-label--check .c-dummy {
  width: 15px;
  height: 15px;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 3px 0 0;
  box-sizing: border-box;
}

.ui-widget-overlay {
  background: #ffffff !important;
  opacity: 0.95 !important;
}

.ui-dialog-titlebar {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane {
  border: none;
}

.ui-widget.ui-widget-content {
  border: solid 1px #d0d0d0 !important;
  border-radius: 10px;
  padding: 30px;
  width: 35% !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}

.ui-dialog .ui-dialog-content {
  padding: 0 !important;
  color: #000000 !important;
  font-weight: bold;
  font-size: 16px;
  min-height: auto !important;
  margin: 0 0 40px 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child {
  background: #ffffff !important;
  border: solid 1px #000000 !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child {
  background: #8fceba !important;
  color: #ffffff !important;
  border: solid 1px #8fceba !important;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 15px !important;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  width: 48%;
  height: 48px;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  display: block !important;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.ui-button {
  background: none !important;
  border: none !important;
}

.p-noticce__article {
  max-width: 800px;
  margin: 0 auto 40px auto;
}
.p-noticce__article .c-article__title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.p-noticce__article .c-article__date {
  margin: 0 0 40px 0;
}

.p-notice--nopost {
  margin: 0 30px;
}

.p-input__wrap {
  display: -webkit-flex;
  display: flex;
  max-width: auto;
}
.p-input__wrap .c-input {
  margin: 0 30px 0 0;
  width: 300px;
}

.p-label--radio {
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  cursor: pointer;
  margin: 0 20px 0 0;
}

.p-label--radio::before,
.p-label--radio:has(:checked)::after {
  border-radius: 50%;
  content: "";
}

.p-label--radio::before {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: solid 1px #8fceba;
}

.p-label--radio:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #8fceba;
  /* animation: anim-radio-001 .3s linear; */
}

/*
@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}
*/
.c-input--radio {
  display: none;
}

/* フォーム */
.p-form {
  width: 100%;
}
.p-form .p-form__error {
  font-size: 14px;
  line-height: 22px;
  color: #ff0000;
  padding: 10px 0 0 0;
}

.p-form__dl .p-dt {
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 6px 0;
}

.p-form__elem {
  margin: 0 0 40px 0;
}

.p-form__elem .c-input {
  width: 100%;
  height: 40px;
  border: solid 1px #d0d0d0;
  padding: 10px;
}

.p-form__field .p-form__elem {
  max-width: 300px;
}

.p-form__elem .c-textarea {
  max-width: 600px;
  min-height: 300px;
  border: solid 1px #d0d0d0;
  padding: 10px;
}

.p-form__elem .c-input:focus,
.p-form__elem .c-textarea:focus {
  outline: none;
}

.c-required__icn {
  display: block;
  background: #fa5f73;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 3px 5px;
}

.p-label:has(.c-input--radio:checked) {
  background: #8fceba;
  color: #ffffff;
}

.p-form--note {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  padding: 4px 0 0 0;
  display: block;
  margin: 0 0 10px 0;
  max-width: 500px;
}

.p-form--mail .p-form__elem .c-textarea {
  max-width: 100%;
  width: 100%;
}

.l-header {
  background: #f8f8f8;
  border-bottom: solid 2px #8fceba;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  grid-column: 1/3;
  position: sticky;
  top: 0;
  padding: 0 0 0 20px;
  z-index: 2;
}
.l-header .p-logo__header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.l-header .p-logo__header .p-logo__img {
  width: 190px;
  height: auto;
  margin: 0 15px 0 0;
}
.l-header .p-logo__header .c-logo__txt {
  vertical-align: bottom;
  display: block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  font-weight: bold;
}
.l-header .p-btn--logout {
  border-left: solid 1px #8fceba;
  height: 100%;
}
.l-header .p-btn--logout .c-btn__txt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  color: #8fceba;
}

.l-aside {
  align-self: start;
  position: sticky;
  top: 56px;
  background: #e8e8e8;
  padding: 30px 0;
  height: 94.3vh;
}
@media screen and (max-width: 1279px) {
  .l-aside {
    min-width: 172px;
  }
}
.l-aside .c-trader__name {
  margin: 0 auto 30px auto;
  text-align: center;
  border: solid 1px #000000;
  padding: 5px 10px;
  line-height: 16px;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1279px) {
  .l-aside .c-trader__name {
    font-size: 10px;
    line-height: 10px;
  }
}
.l-aside .p-nav {
  margin: 0 0 30px 0;
}
.l-aside .p-nav .p-nav__li {
  width: 100%;
  border-top: solid 1px #ffffff;
}
.l-aside .p-nav .p-nav__li:last-child {
  border-bottom: solid 1px #ffffff;
}
.l-aside .p-nav .p-nav__li:nth-child(1) .c-nav__a:before {
  content: "\e88a";
}
.l-aside .p-nav .p-nav__li:nth-child(2) .c-nav__a:before {
  content: "\e88e";
}
.l-aside .p-nav .p-nav__li:nth-child(3) .c-nav__a:before, .l-aside .p-nav .p-nav__li:nth-child(3) .c-nav__disabled:before {
  content: "\e7fe";
}
.l-aside .p-nav .p-nav__li:nth-child(4) .c-nav__a:before {
  content: "\f02e";
}
.l-aside .p-nav .p-nav__li:nth-child(5) .c-nav__a:before {
  content: "\e8b0";
}
.l-aside .p-nav .p-nav__li:nth-child(6) .c-nav__a:before {
  content: "\ef3d";
}
.l-aside .p-nav .p-nav__li:nth-child(7) .c-nav__a:before {
  content: "\e158";
}
.l-aside .p-nav .p-nav__li:nth-child(8) .c-nav__a:before {
  content: "\f0e2";
}
.l-aside .p-nav .p-nav__li .c-nav__a {
  color: #000000;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 15px;
}
.l-aside .p-nav .p-nav__li .c-nav__a:before {
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  font-size: 24px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.l-aside .p-nav .p-nav__li .c-nav__a:hover {
  background: #8fceba;
  color: #ffffff;
}
.l-aside .p-nav .p-nav__li .c-nav__a:hover:before {
  opacity: 0;
  animation: fadeout-icn 0.3s linear forwards;
  transition: margin-right 0.3s;
  margin: 0 -24px 0 0;
  transform: translate(-24px, 0);
}
@keyframes fadeout-icn {
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1279px) {
  .l-aside .p-nav .p-nav__li .c-nav__a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .l-aside .p-nav .p-nav__li .c-nav__a:before {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .l-aside .p-nav .p-nav__li .c-nav__a:hover:before {
    opacity: 1;
    animation: none;
    transition: none;
    margin: 0 0 10px 0;
    transform: translate(0, 0);
  }
}
.l-aside .p-nav .p-nav__li .c-nav__disabled {
  color: #d0d0d0;
  background: #f4f4f4;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 15px;
}
.l-aside .p-nav .p-nav__li .c-nav__disabled:before {
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  font-size: 24px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1279px) {
  .l-aside .p-nav .p-nav__li .c-nav__disabled {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .l-aside .p-nav .p-nav__li .c-nav__disabled:before {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .l-aside .p-nav .p-nav__li .c-nav__disabled:hover:before {
    opacity: 1;
    animation: none;
    transition: none;
    margin: 0 0 10px 0;
    transform: translate(0, 0);
  }
}

.p-nav--sub {
  margin: 0 0 30px 0;
}
.p-nav--sub .p-nav__li {
  padding: 0 20px;
}
.p-nav--sub .p-nav__li .c-nav__a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.p-nav--sub .p-nav__li .c-nav__a:before {
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 24px;
}
.p-nav--sub .p-nav__li:nth-child(1) .c-nav__a:before {
  content: "\e5cc";
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
}

.l-main {
  height: 100%;
}
.l-main .p-main__content {
  padding: 0 30px 100px 30px;
}

.p-contract__limit {
  margin: -10px 0 30px 0;
  text-align: center;
}

/* ログイン */
.p-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.p-login .p-form {
  max-width: 350px;
}

.p-logo--login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px 0;
}
.p-logo--login .p-logo__img {
  width: 230px;
  height: 30px;
  margin: 0 0 20px 0;
}
.p-logo--login .c-logo__txt {
  font-weight: bold;
}

.p-logo--main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px 0;
  height: 94.3vh;
}
.p-logo--main .p-logo__img {
  width: 230px;
  height: 30px;
  margin: 0 0 20px 0;
}
.p-logo--main .c-logo__txt {
  font-weight: bold;
  margin: 0 0 30px 0;
}

.c-bracket {
  font-weight: normal;
}

.l-container {
  display: grid;
  grid-template-columns: 20% 1fr;
}

.c-page__title {
  font-size: 30px;
  font-weight: bold;
  padding: 30px;
}

.c-title--h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.p-breadcrumbs {
  display: -webkit-flex;
  display: flex;
  border-bottom: solid 1px #d0d0d0;
  border-top: solid 1px #d0d0d0;
  padding: 10px 30px;
  margin: 0 0 30px 0;
}
.p-breadcrumbs .c-breadcrumbs__li {
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
.p-breadcrumbs .c-breadcrumbs__li:after {
  display: inline-block;
  content: ">";
  margin: 0 0 0 5px;
}
.p-breadcrumbs .c-breadcrumbs__li:last-child:after {
  display: none;
}

.p-main__desc {
  margin: 0 0 30px 0;
}

.c-txt--highlight {
  font-weight: bold;
  color: #fa5f73;
}

/* メールテンプレート */
.tab01 {
  width: 100%;
  margin: 0 auto 50px;
}

/*タブのスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 33.3333333333%;
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

/* 会員管理 */
#member_table {
  margin: 0 0 30px 0;
}

.p-search__form__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-search__form__wrap .p-search__form {
  margin: 0 20px 0 0;
}
.p-search__form__wrap .p-form__elem {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-search__form__wrap .p-dt {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.p-search__form__wrap .c-btn--search {
  display: block;
  background: #8fceba;
  color: #ffffff;
  border-radius: 4px;
  height: 40px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
}
.p-search__form__wrap .p-form__elem--mail .c-input {
  width: 300px;
}

.p-search__narrow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.p-search__narrow .p-search__lumping {
  margin: 0 20px 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-search__narrow .p-narrow__btn {
  font-size: 0;
}
.p-search__narrow .p-narrow__title {
  font-weight: bold;
  margin: 0 10px 0 0;
  font-size: 12px;
}
.p-search__narrow .p-narrow__label {
  font-size: 12px;
  font-weight: bold;
  color: #8fceba;
  border: solid 1px #8fceba;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  margin: 0 10px 0 0;
}
.p-search__narrow .p-narrow__label:last-child() {
  margin: 0;
}
.p-search__narrow .c-btn--input {
  display: none;
}
.p-search__narrow .p-narrow__label:has(.c-btn--input:checked) {
  background: #8fceba;
  color: #ffffff;
}

.p-item__num__select {
  font-weight: bold;
  font-size: 14px;
}

.p-item__num {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px 0;
}
.p-item__num .p-item__li {
  font-weight: bold;
}
.p-item__num .c-item__num {
  color: #fa5f73;
}
.p-item__num .c-item__display {
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 10px;
}

.p-item__select {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 16px;
  line-height: 16px;
  vertical-align: top;
}

.c-btn--input:checked + .p-narrow__label {
  background: #8fceba;
  color: #ffffff;
}

.p-table {
  border: solid 1px #d0d0d0;
  width: 100%;
  background: #ffffff;
}
.p-table .p-thead {
  background: #e8e8e8;
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
}
.p-table .p-thead .p-th {
  border: solid 1px #d0d0d0;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.p-table .p-thead .p-th--remarks {
  max-width: 270px;
}
.p-table .p-td {
  text-align: center;
  border: solid 1px #d0d0d0;
  padding: 30px 10px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}
.p-table .p-td--remarks {
  max-width: 270px;
  text-align: left;
}
.p-table .p-member--delete .p-td {
  background: #f8f8f8;
}
.p-table .c-edit__icn {
  position: absolute;
  bottom: 3px;
  right: 3px;
  border: solid 1px #000000;
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 3px 5px;
}
.p-table .p-mail--current {
  margin-bottom: 20px;
}
.p-table .p-mail--current .c-title,
.p-table .p-mail--old .c-title {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  white-space: nowrap;
}
.p-table .p-mail--current .c-title {
  border: solid 1px #000000;
}
.p-table .p-mail--old .c-title {
  border: solid 1px #000000;
}
.p-table .c-limit__date {
  font-size: 14px;
  line-height: 14px;
}
.p-table .c-expired {
  margin: 0 0 5px 0;
  color: #fa5f73;
}

.p-table--2__rows {
  width: auto;
}
.p-table--2__rows .p-th,
.p-table--2__rows .p-td {
  text-align: left;
  padding: 15px 20px;
  vertical-align: middle;
}
.p-table--2__rows .p-th {
  background: #e8e8e8;
  border: solid 1px #d0d0d0;
}

/* ページャー */
.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagination li {
  margin: 0 10px 0 0;
}
.pagination li:last-child {
  margin: 0;
}
.pagination li a {
  display: block;
  background: #8fceba;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  line-height: 16px;
}
.pagination .active a {
  background: #e8e8e8;
  color: #000000;
  pointer-events: none;
}

.c-btn--s {
  display: inline-block;
  background: #8fceba;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  padding: 8px 15px;
}

.p-search-narrow__form {
  background: #e8e8e8;
  margin: 0 auto 30px auto;
  padding: 30px;
  border: solid 1px #d0d0d0;
  max-width: 940px;
}
.p-search-narrow__form .c-search--title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.p-tab__wrapper {
  display: flex;
}

.tab-label {
  background: #ffffff;
  font-weight: bold;
  padding: 20px;
  position: relative;
  color: #8fceba;
  z-index: 1;
  cursor: pointer;
  border: solid 1px #8fceba;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  line-height: 22px;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.p-tab__content {
  padding: 30px;
  margin: 0 0 40px 0;
  transition: 0.5s opacity;
  background: #ffffff;
  border: solid 1px #d0d0d0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #8fceba;
  color: #ffffff;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.p-btn--single {
  text-align: center;
  margin: 0 auto 40px auto;
  background: #8fceba;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.p-btn--single:hover {
  background: #95e3ca;
}
.p-btn--single .c-input {
  cursor: pointer;
}
.p-btn--single:disabled {
  background: #f4f4f4;
  color: #d0d0d0;
  cursor: default;
}

.p-btn__wrap {
  text-align: center;
  margin: 0 auto;
}
.p-btn__wrap .p-btn--single {
  display: inline-block;
}

.c-btn {
  text-align: center;
  background: #8fceba;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  line-height: 16px;
}
.c-btn:hover {
  background: #95e3ca;
}

.p-btn--double {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-btn--double .p-btn__li .c-btn {
  font-size: 16px;
  line-height: 16px;
  border-radius: 6px;
  padding: 15px 30px;
  font-weight: bold;
  text-align: center;
}
.p-btn--double .p-btn__li:first-child {
  margin: 0 30px 0 0;
}
.p-btn--double .p-btn--back .c-btn {
  background: #ffffff;
  border: solid 1px #000000;
  display: block;
  color: #000000;
}
.p-btn--double .p-btn--confirm .c-btn {
  background: #8fceba;
  color: #ffffff !important;
  display: block;
}

.p-form__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-radio__btn--1 {
  margin: 0 30px 20px 0;
}

.p-radio__btn--1 .p-label {
  background: #f8f8f8;
  border: solid 1px #8fceba;
  border-radius: 6px;
  color: #8fceba;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  line-height: 16px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.p-radio__btn--1 .p-label .p-course__price {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-radio__btn--1 .p-label .p-course__price:before {
  content: "\e836";
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  font-size: 22px;
  margin: 0 3px 0 0;
  color: #d0d0d0;
}
.p-radio__btn--1 .p-label:has(.c-input--radio:checked) .p-course__price:before {
  content: "\e86c";
  font-variation-settings: "FILL" 1, "wght" 700;
  color: #ffffff;
}
.p-radio__btn--1 .p-label .c-input--radio {
  display: none;
}

.p-reinvitation__btn {
  cursor: pointer;
}

.c-plan__course {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  display: block;
  margin: 10px 0 0 0;
}

.u-margin--top20 {
  margin-top: 20px;
}

.u-margin--top10 {
  margin-top: 10px;
}

.u-margin--top30 {
  margin-top: 30px;
}

.u-margin--bottom10 {
  margin-bottom: 10px;
}

.u-margin--bottom30 {
  margin-bottom: 30px;
}

.u-margin--left10 {
  margin-left: 10px;
}

/* foundation */

/*# sourceMappingURL=site.css.map */
