@charset "UTF-8";
.l-container {
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

.membership {
  background-color: #F5F3EE;
}

.membership .form-control p {
  font-size: 1.5rem;
}

.membership .form-group {
  margin-top: 30px;
}

.c-form1 table {
  width: 100%;
  background-color: #fff;
}

.c-form1 th {
  background-color: #ECB935;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  width: 26%;
  border-bottom: 1px solid #866100;
}

@media (max-width: 767px) {
  .c-form1 th {
    font-size: 15px;
    padding: 15px 10px;
    width: 40%;
  }
}

.c-form1 th:after {
  content: '';
  display: block;
  clear: both;
}

.c-form1 th span:first-child {
  display: inline-block;
  max-width: 62%;
  line-height: 1.3;
  font-size: 15px;
}

@media (max-width: 767px) {
  .c-form1 th span:first-child {
    max-width: 100%;
    font-size: 14px;
  }
}

.c-form1 td {
  width: 71%;
  padding: 16px 30px;
  line-height: 1.5;
  border-bottom: 1px solid #866100;
  word-break: break-all;
}

@media (max-width: 767px) {
  .c-form1 td {
    padding: 15px 10px;
    width: 60%;
  }
}

.c-form1 .form-control {
  display: table-cell;
  border-top: none;
  border-left: none;
  border-right: none;
}

.c-form1 .form-control input,
.c-form1 .form-control select,
.c-form1 .form-control textarea,
.c-form1 .form-control input.form-input-item,
.c-form1 .form-control p {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 1px;
  padding: 10px;
  font-size: 15px;
}

.c-form1 .form-control input,
.c-form1 .form-control select,
.c-form1 .form-control input.form-input-item,
.c-form1 .form-control p {
  height: 42px;
}

.c-form1 .required {
  color: #fff;
  background-color: #866100;
  font-size: 14px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .c-form1 .required {
    font-size: 12px;
    width: 46px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
  }
}

.c-form1__submit {
  padding-top: 50px;
  width: 300px;
  margin: auto;
  max-width: 100%;
}

.c-form1__submit .c-btn01 {
  position: relative;
  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;
  color: #fff;
  background-color: #ECB935;
  border: 2px solid #ECB935;
  border-radius: 3px;
  padding: 8px 0;
}

.c-form1__submit .c-btn01:before {
  left: auto;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-form1__submit .c-btn01 span {
  font-weight: 700;
  font-size: 18px;
}

.password .content {
  font-size: 16px;
}

@media (max-width: 767px) {
  .password .content {
    font-size: 14px;
  }
}

.login .c-box01 {
  background-color: #fff;
  border: 1px solid #ECB935;
  outline: 10px solid #fff;
  padding-top: 48px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 38px;
  width: calc((100% - 60px)/ 2);
}

@media (max-width: 767px) {
  .login .c-box01 {
    width: 480px;
    max-width: 100%;
    padding: 15px 20px 20px;
  }
}

.login .p-loginV2__form {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login .p-loginV2__form .c-formLogin {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .login .p-loginV2__form .c-formLogin {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .login .p-loginV2__form {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .login .c-registration {
    margin-bottom: 40px;
  }
}

.login .c-registration__title {
  font-size: 28px;
  color: #ECB935;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .login .c-registration__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.login .c-registration .content {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .login .c-registration .content {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.login .c-registration .c-btn01 {
  position: relative;
  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;
  color: #fff;
  background-color: #ECB935;
  border: 2px solid #ECB935;
  border-radius: 3px;
  padding: 8px 0;
}

.login .c-registration .c-btn01 img {
  width: auto;
  margin-right: 20px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .login .c-registration .c-btn01 img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 374px) {
  .login .c-registration .c-btn01 img {
    margin-right: 10px;
  }
}

.login .c-registration .c-btn01--md span {
  font-weight: 700;
  font-size: 18px;
}

.login .c-formLogin form {
  display: block;
  width: 100%;
}

.login .c-formLogin form .form-group label {
  display: block;
}

.login .c-formLogin form .form-group label span {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .login .c-formLogin form .form-group label span {
    font-size: 14px;
  }
}

.login .c-formLogin form .form-group label .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.login .c-formLogin form .form-group label input {
  border-color: #dcdcdc;
  border-radius: 0;
  height: 34px;
  font-size: 14px;
}

.login .c-formLogin form .form-groupCheckbox input {
  vertical-align: middle;
}

.login .c-formLogin form .form-groupCheckbox span {
  font-size: 12px;
}

.login .c-formLogin form .c-btn01 {
  position: relative;
  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;
  color: #fff;
  background-color: #ECB935;
  border: 2px solid #ECB935;
  border-radius: 3px;
  padding: 8px 0;
}

.login .c-formLogin form .c-btn01 img {
  width: auto;
  margin-right: 20px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .login .c-formLogin form .c-btn01 img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.login .c-formLogin form .c-btn01--md span {
  font-weight: 700;
  font-size: 18px;
}

.login .c-formLogin__submit {
  margin-top: 25px;
}

.login .c-formLogin__notice {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .login .c-formLogin__notice {
    font-size: 14px;
  }
}

.terms,
.privacy {
  background-color: #fff !important;
}

.terms .content,
.privacy .content {
  background-color: #f5f3ee;
  padding: 40px;
  margin: 0 30px 30px;
}

.terms .content .title,
.privacy .content .title {
  color: #866100;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.terms .content .text,
.privacy .content .text {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.terms .content ol,
.privacy .content ol {
  padding-left: 22px;
}

@media (max-width: 767px) {
  .terms .content,
  .privacy .content {
    padding: 20px;
    margin: 0;
  }
}

.law,
.company {
  background-color: #fff !important;
}

.law .c-table,
.company .c-table {
  margin: 0 30px 30px;
}

.law .c-table table,
.company .c-table table {
  width: 100%;
}

.law .c-table table tr,
.company .c-table table tr {
  border: 2px solid #dedede;
}

.law .c-table table tr th,
.company .c-table table tr th {
  width: 28%;
  color: #866100;
  background-color: #f5f3ee;
  padding: 14px;
  vertical-align: top;
}

.law .c-table table tr td,
.company .c-table table tr td {
  padding: 14px;
}

@media (max-width: 767px) {
  .law .c-table,
  .company .c-table {
    margin: 0;
  }
  .law .c-table table tr,
  .company .c-table table tr {
    border-width: 1px;
  }
  .law .c-table table tr th, .law .c-table table tr td,
  .company .c-table table tr th,
  .company .c-table table tr td {
    display: block;
    width: 100%;
    padding: 8px 12px;
  }
}

.faq {
  background-color: #fff !important;
}

.faq .title {
  color: #866100;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 12px;
}

.membership.member .c-registration__title {
  color: #4BCB92;
}

.membership.member .c-form1 th {
  background-color: #4BCB92;
}

.membership.member .c-form1 th .required {
  background-color: #256549;
}

.membership.member .c-box01 {
  border-color: #4BCB92;
}

.membership.member .c-btn01 {
  border-color: #4BCB92 !important;
  background-color: #4BCB92 !important;
}

.membership.member .link {
  color: #4BCB92;
}

.btn-outline-green {
  color: #4BCB92 !important;
  border-color: #4BCB92 !important;
}

#message-btn {
  z-index: 1;
  width: 90px;
  display: block;
  position: fixed;
  right: 50px;
  bottom: 40px;
}

#message-btn :hover {
  opacity: .6;
}

@media (max-width: 650px) {
  #message-btn {
    width: 70px;
    right: 30px;
    bottom: 30px;
  }
}

/* 1.5 Chat */
.chat-box .chat-content {
  background-color: #fff !important;
  height: 520px;
  overflow: hidden;
  overflow-y: scroll;
  padding-top: 18px !important;
}

.chat-box .chat-content .chat-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.2;
}

.chat-box .chat-content .chat-item.chat-left .chat-details {
  padding-right: 10%;
  margin-left: 0;
  margin-right: auto;
}

.chat-box .chat-content .chat-item.chat-right .chat-details {
  margin-left: auto;
  margin-right: 0;
  padding-left: 10%;
  text-align: right;
}

.chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
  text-align: left;
  background-color: #E5F7EF;
}

.chat-text a {
  color: #007bff;
  text-decoration: underline;
}

.chat-text a:hover {
  opacity: 0.6;
}

.chat-box .chat-content .chat-item .chat-details {
  max-width: 700px;
  margin-left: 0;
}

.chat-box .chat-content .chat-item .chat-details .chat-text {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #FAEECF;
  padding: 10px 15px;
  border-radius: 3px;
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  display: inline-block;
  font-size: 13px;
}

.chat-box .chat-content .chat-item .chat-details .chat-text img {
  max-width: 100%;
  margin-bottom: 10px;
}

.chat-box .chat-content .chat-item .chat-details .chat-time {
  vertical-align: bottom;
  display: inline-block;
  font-size: 11px;
  margin: 0 2px;
  font-weight: 500;
  opacity: .6;
}

.chat-box .chat-form {
  padding: 0;
  position: relative;
}

.chat-box .chat-form .form-control {
  border: none;
  padding: 15px;
  height: 50px;
  padding-right: 70px;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.card-body .date {
  background: #ccc;
  padding: 4px 12px;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
}

.service_info {
  text-align: center;
  color: #866100;
  background: #F5F3EE;
  padding: 18px 10px;
  margin-bottom: 30px;
}

.service_info .title {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
}

.service_info a {
  color: #FE7676;
}

#payjp_checkout_box > input[type=button] {
  background-color: #4BCB92 !important;
  background-image: none !important;
  border: unset !important;
  border-radius: 3px !important;
  padding: 8px 20px !important;
  font-size: 0.9rem !important;
}

.stars {
  float: left;
}

.stars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 要素をフレックスボックスにする */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 星を逆順に並べる */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* 逆順なので、左寄せにする */
}

.stars input[type='radio'] {
  display: none;
  /* デフォルトのラジオボタンを非表示にする */
}

.stars label {
  color: #D2D2D2;
  /* 未選択の星をグレー色に指定 */
  font-size: 26px;
  /* 星の大きさを30pxに指定 */
  padding: 0 2px;
  /* 左右の余白を5pxに指定 */
  cursor: pointer;
  /* カーソルが上に乗ったときに指の形にする */
}

.stars label:hover,
.stars label:hover ~ label,
.stars input[type='radio']:checked ~ label {
  color: #ECB935;
  /* 選択された星以降をすべて黄色にする */
}

.star-text {
  line-height: 2.4;
  margin-left: 14px;
}

.btn-secondary:disabled:hover {
  background-color: #6c757d;
}
/*# sourceMappingURL=add.css.map */