@charset "UTF-8";
.card-header,
.card-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-container {
  box-sizing: content-box;
  max-width: 1050px;
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------------------- */
/*  static           */
/*----------------------------------------------------- */
.p-staticPage {
  padding: 50px 0 0;
}

.p-staticPage .l-container {
  max-width: 690px;
}

.p-staticPage__title01 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
  border-left: 1px solid #444444;
  line-height: 1.2;
}

.p-staticPage__title02 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #b7d019;
  margin-bottom: 30px;
}

.p-staticPage__title03 {
  font-weight: bold;
  color: #b7d019;
  margin-bottom: 20px;
}

.p-staticPage__contents {
  margin-bottom: 40px;
}

.p-staticPage__contents p {
  margin-bottom: 30px;
}

.p-staticPage__table {
  width: 100%;
  font-size: 1.4rem;
  border-top: 1px solid #d9dbd1;
  margin-bottom: 60px;
}

.p-staticPage__table tr {
  border-bottom: 1px solid #d9dbd1;
}

.p-staticPage__table th, .p-staticPage__table td {
  padding: 50px 40px;
}

.p-staticPage__table th {
  vertical-align: middle;
}

/* accordion */
.p-qa__contents {
  margin-bottom: 60px;
}

.p-staticPage__accordion {
  font-size: 1.4rem;
  border-top: 1px solid #d9dbd1;
}

.p-staticPage__accordion .p-accordion__wrap {
  border-bottom: 1px solid #d9dbd1;
}

.p-staticPage__accordion dt {
  cursor: pointer;
  padding: 40px;
  position: relative;
}

.p-staticPage__accordion dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-staticPage__accordion dt.active::after {
  margin-top: -6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.p-staticPage__accordion dt::before {
  display: block;
  content: "Q";
  position: absolute;
  top: 40px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #b7d019;
  border-radius: 12px;
  color: #b7d019;
  text-align: center;
  line-height: 20px;
}

.p-staticPage__accordion dd {
  display: none;
  padding: 0 0 40px 40px;
  position: relative;
}

.p-staticPage__accordion dd::before {
  display: block;
  content: "A";
  position: absolute;
  top: 0;
  left: 0px;
  width: 24px;
  height: 24px;
  background: #b7d019;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .p-staticPage {
    padding: 30px 0 0;
  }
  .p-staticPage__title01 {
    font-size: 1.7rem;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .p-staticPage__title02 {
    font-size: 1.7rem;
  }
  .p-staticPage__table {
    margin-bottom: 30px;
  }
  .p-staticPage__table th {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .p-staticPage__table td {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 1.5rem;
  }
  /* accordion */
  .p-qa__contents {
    margin-bottom: 50px;
  }
  .p-staticPage__accordion {
    font-size: 1.5rem;
  }
  .p-staticPage__accordion dt {
    cursor: pointer;
    padding: 30px 40px;
    position: relative;
  }
  .p-staticPage__accordion dt::before {
    display: block;
    content: "Q";
    position: absolute;
    top: 30px;
    left: 0px;
  }
  .p-staticPage__accordion dd {
    padding: 0 0 30px 40px;
    position: relative;
  }
  .p-staticPage__accordion dd::before {
    display: block;
    content: "A";
    position: absolute;
    top: 0;
    left: 0px;
  }
}
/*----------------------------------------------------- */
/*  component           */
/*----------------------------------------------------- */
/* c-title */
.c-title01 {
  text-align: center;
  margin-bottom: 40px;
}

.c-title01 em {
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
}

.c-title01 span {
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.05em;
}

.c-title02 {
  padding-left: 45px;
  position: relative;
  margin-bottom: 60px;
}

.c-title02 em {
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
  margin-right: 25px;
}

.c-title02 span {
  font-size: 1.2rem;
  vertical-align: text-top;
  letter-spacing: 0.05em;
}

.c-title02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 4px;
  background: #444444;
  transform: translateY(-50%);
}

.c-title03 {
  font-size: 2.2rem;
  padding-left: 30px;
  position: relative;
  height: 90px;
  line-height: 90px;
}

.c-title03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 90px;
  background: #444444;
  transform: translateY(-50%);
}

.c-title04 {
  font-size: 2.2rem;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

.c-title04::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background: #444444;
  transform: translateY(-50%);
}

.c-titleWrap01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-title--wh em, .c-title--wh span {
  color: #fff;
}

.c-subTitle01 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.c-subTitle02 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.c-subTitle02::before {
  height: 1em;
  width: 1px;
  margin-right: 1em;
  margin-top: 0.1em;
  line-height: 1;
  background-color: #000;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-title01 {
    text-align: center;
    margin-bottom: 40px;
  }
  .c-title01 em {
    font-size: 2rem;
  }
  .c-title01 span {
    font-size: 1rem;
  }
  .c-title02 {
    margin-bottom: 40px;
  }
  .c-title02 em {
    font-size: 2rem;
  }
  .c-title02 span {
    font-size: 1rem;
  }
  .c-title03 {
    font-size: 1.7rem;
    padding-left: 30px;
    position: relative;
    height: 50px;
    line-height: 50px;
  }
  .c-title04 {
    font-size: 1.7rem;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .c-subTitle01 {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  .c-subTitle02 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}
/* c-section */
.c-section {
  margin: 40px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-section {
    margin: 25px 0;
  }
}
/* c-button */
.c-button01 {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #b7d019;
  border-radius: 3px;
  border: 1px solid #b7d019;
  transition: all 0.3s;
}

.c-button01:hover {
  opacity: 0.7;
}

.c-button02 {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #b7d019;
  transition: all 0.3s;
  background: #b7d019;
}

.c-button02:hover {
  opacity: 0.7;
}

.c-button--delete {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #ee5328;
  border: 1px solid #ee5328;
  border-radius: 3px;
  transition: all 0.3s;
}

.c-button--delete:hover {
  opacity: 0.7;
}

.c-button--delete02 {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border: 1px solid #ee5328;
  background: #ee5328;
  border-radius: 3px;
  transition: all 0.3s;
}

.c-button--delete02:hover {
  opacity: 0.7;
}

.c-link {
  color: #b7d019;
}

.c-link:hover {
  text-decoration: underline;
}

.c-select {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  background: #eff2ee;
  border-radius: 3px;
}

.c-select::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #b7d019;
  border-bottom: 2px solid #b7d019;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.c-select select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 18px 40px 18px 18px;
  font-size: 1.4rem;
}

.c-select select::-ms-expand {
  display: none;
}

.c-search {
  position: relative;
  border-radius: 3px;
  width: 100%;
}

.c-search__input {
  width: 100%;
  padding: 18px 50px 18px 18px;
  border: none;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #444;
}

.c-search__input::placeholder {
  color: #000;
}

.c-search__button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 52px;
  border: none;
  cursor: pointer;
}

.c-search__button .i-desvg {
  width: 17px;
  height: 17px;
  fill: #b7d019;
}

.c-flex {
  display: flex;
}

.c-required {
  background: #ee5328;
  color: #fff;
  font-size: 1rem;
  padding: 0 3px;
  margin-left: 10px;
}

/* c-input__text */
.c-input__text {
  border-radius: 3px;
  width: 100%;
  padding: 18px;
  border: none;
  background: #eff2ee;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-input__text {
    font-size: 1.3rem;
  }
}
.c-input__text--short {
  display: inline;
  border-radius: 3px;
  width: 49%;
  padding: 18px;
  border: none;
  background: #eff2ee;
}

.c-input__text--short + .c-input__text--short {
  margin-left: 1%;
}

/* c-input__radio */
.c-input__radio {
  display: none;
}

.c-input__radio__parts {
  padding-left: 35px;
  position: relative;
  font-weight: bold;
}

.c-input__radio__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #b7d019;
  border-radius: 50%;
}

.c-input__radio:checked + .c-input__radio__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #b7d019;
  border-radius: 50%;
}

/* c-breadcrumb */
.c-breadcrumb {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e6e7e1;
  font-size: 1.2rem;
}

.c-breadcrumb ul {
  display: flex;
}

.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  padding: 0 8px;
}

.c-breadcrumb li:first-child {
  padding-left: 20px;
  background: url("/assets/ico_home.svg") left center no-repeat;
  background-size: 13px;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
}

.c-breadcrumb p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    display: none;
  }
}
/* c-quote */
.c-quote {
  padding: 20px 10px;
  border: 2px solid #eff2ee;
  border-radius: 3px;
  margin-bottom: 1.6rem;
}

.c-quote__body {
  padding: 10px 20px;
  height: 200px;
  box-sizing: border-box;
  overflow: auto;
}

/* c-pager  */
.c-pager {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.c-pager li {
  margin: 0 5px;
}

.c-pager .c-pager__item a {
  display: block;
  text-align: center;
  color: #b7d019;
  border: 1px solid #b7d019;
  border-radius: 3px;
  width: 35px;
  height: 40px;
  line-height: 40px;
}

.c-pager .c-pager__item a:hover {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #fff;
}

.c-pager a.current {
  background: #b7d019;
  border: 1px solid #b7d019;
  color: #fff;
}

.c-pager .c-pager__prve a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all 0.3s;
}

.c-pager .c-pager__prve a:hover {
  opacity: 0.7;
}

.c-pager .c-pager__prve a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-left: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-pager .c-pager__next a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  transition: all 0.3s;
}

.c-pager .c-pager__next a:hover {
  opacity: 0.7;
}

.c-pager .c-pager__next a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  border-right: 3px solid #b7d019;
  border-bottom: 3px solid #b7d019;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .c-pager {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .c-pager li {
    margin: 0 5px;
  }
  .c-pager li:nth-child(7),
  .c-pager li:nth-child(8),
  .c-pager li:nth-child(9),
  .c-pager li:nth-child(10) {
    display: none;
  }
  .c-pager .c-pager__prve a,
  .c-pager .c-pager__next a {
    width: 20px;
    height: 40px;
  }
}
/* c-contents__list  */
.c-contents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-contents__list::after {
  content: "";
  display: block;
  width: 31.5%;
}

.c-contents__list li {
  width: 31.5%;
  margin-bottom: 5%;
}

.c-contents__list .p-bx__link {
  display: block;
  width: 100%;
  transition: all 0.3s;
  position: relative;
}

.c-contents__list .p-bx__link:hover {
  opacity: 0.7;
}

.c-contents__list .p-bx__images {
  height: 220px;
}

.c-contents__list .p-bx__images img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
}

.c-contents__list .p-bx__wrap {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.c-contents__list .p-bx__title {
  font-size: 1.7rem;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-contents__list .p-bx__place {
  font-size: 1.1rem;
  color: #919191;
  margin-bottom: 5px;
}

.c-contents__list .p-bx__text {
  font-size: 1.4rem;
}

/* p-memberid__list  */
.p-memberid__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-memberid__list::after {
  content: "";
  display: block;
  width: 31.5%;
}

.p-memberid__list .p-memberid__listitem {
  width: 31.5%;
  margin-bottom: 5%;
}

.p-memberid__list .p-bx__images {
  position: relative;
}

.p-memberid__list .p-bx__images img {
  margin-bottom: 15px;
}

.p-memberid__list .p-bx__images .p-bx__info {
  position: absolute;
  right: 15px;
  bottom: 25px;
  display: flex;
  justify-content: flex-end;
  font-size: 1.3rem;
  color: #fff;
  width: 100%;
}

.p-memberid__list .p-bx__images .p-bx__info li {
  text-align: right;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .c-contents__list,
  .p-memberid__list {
    flex-direction: column;
  }
  .c-contents__list li,
  .c-contents__list .p-memberid__listitem,
  .p-memberid__list li,
  .p-memberid__list .p-memberid__listitem {
    width: 100%;
    margin-bottom: 10%;
  }
  .c-contents__list li li,
  .c-contents__list .p-memberid__listitem li,
  .p-memberid__list li li,
  .p-memberid__list .p-memberid__listitem li {
    width: auto;
    margin-bottom: 0;
  }
}
/* select2のドロップダウンをbootstrapのform-select風に調整 */
.select2-container--default .select2-selection--single {
  border-radius: 7px;
  border: 1px solid #CCC;
  height: 38px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/assets/icon/icon_arrow_down-00da1e52.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 10px center;
  min-width: 110px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* フォーカス時のスタイル */
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

@media screen and (max-width: 768px) {
  .select2-container--default .select2-selection--single {
    min-width: 92px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 1.5;
  padding-left: 0;
  padding-right: 30px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
  top: 0;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; /* デフォルトの矢印を非表示 */
}

/* ドロップダウンリストのスタイル */
.select2-container--default .select2-results > .select2-results__options {
  border-radius: 7px;
  border: 1px solid #CCC;
  background: #F7F7F7;
  font-size: 1rem;
}

.select2-container--default .select2-results__option {
  color: #000;
  padding: 8px 20px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e9ecef;
  color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0d6efd;
  color: #fff;
}

/* 無効状態 */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e9ecef;
  color: #aaa;
  cursor: not-allowed;
}

/* エラー時のスタイル */
.select2-container--default .select2-selection--single.is-invalid {
  border-color: #dc3545;
  background-image: none;
}

.select2-container--default .select2-selection--single.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* select2の幅を100%に */
.select2-container {
  width: 100% !important;
}
