@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
select,
button,
b,
i,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  outline: none;
  -webkit-appearance: none;
  border-collapse: collapse;
  border-spacing: 0;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
main,
.main,
.main_content {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', sans-serif;
  font-size: 20px;
}

@media (max-width: 1023px) {
  html {
    font-size: 3.46667vw;
  }
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  background: #f0f0f1;
  color: #333;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

header {
  background-color: #91aed9;
  padding: 10px 0;
  color: #fff;
}

header .inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  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;
}

.g_nav {
  width: 80%;
  max-width: 1000px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

main {
  background: #fff;
  -webkit-box-shadow: 0 0 2px;
          box-shadow: 0 0 2px;
  width: 90%;
  margin: 20px auto 0;
  padding: 40px;
  max-width: 1000px;
}

main > .title {
  text-align: center;
  font-size: 1.5rem;
}

main .input_title {
  margin-top: 2em;
}

main .forgot_pass {
  margin-top: 1em;
  text-align: center;
}

input,
textarea,
select,
button {
  border: solid 1px #3e3e3e;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

button {
  background-color: #91aed9;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  margin-top: 1em;
}

button:hover {
  background-color: #7e9cc9;
}

input[type='radio'] {
  width: auto;
  border-radius: 100px;
  margin: 0 5px;
}

input[type='radio']:checked {
  background-color: #585a9f;
}

label,
select {
  cursor: pointer;
}

.toggle_btn {
  display: inline-block;
  cursor: pointer;
  margin-left: 0.5em;
}

@media (max-width: 1023px) {
  .toggle_btn {
    font-size: 3.46667vw;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col2 > div {
  width: 49%;
}

.search .s_area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search .s_area:first-child {
  margin-top: 0;
}

.search .s_area input.search {
  width: 100%;
}

.search .s_area button.submit {
  width: 29%;
  margin-top: 0;
}

.search .s_area .sch_title_date {
  width: 15%;
  padding: 10px 0;
  text-align: right;
}

@media (max-width: 1023px) {
  .search .s_area .sch_title_date {
    width: 100%;
    text-align: left;
  }
}

.search .s_area .sch_title {
  width: 15%;
  padding: 10px 0;
  text-align: right;
}

@media (max-width: 1023px) {
  .search .s_area .sch_title {
    width: 50%;
    margin-top: 10px;
  }
}

.search .s_area .reg_day_1,
.search .s_area .reg_day_2,
.search .s_area .wdl_day_1,
.search .s_area .wdl_day_2 {
  width: 40%;
}

@media (max-width: 1023px) {
  .search .s_area .reg_day_1,
  .search .s_area .reg_day_2,
  .search .s_area .wdl_day_1,
  .search .s_area .wdl_day_2 {
    width: 45%;
  }
}

.search .s_area .to {
  width: 3%;
  padding: 10px 0;
}

.search .s_area .user_plan,
.search .s_area .user_activestatus {
  width: 34%;
}

@media (max-width: 1023px) {
  .search .s_area .user_plan,
  .search .s_area .user_activestatus {
    width: 49%;
    margin-top: 10px;
  }
}

.search .users_list {
  padding: 10px;
}

.search .users_list a {
  display: block;
  padding: 10px;
  margin: 10px 0 0;
  border: solid 1px #585a9f;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search .users_list a:hover {
  background-color: #dadbee;
}

.search .users_list a .li_title {
  font-weight: bold;
}

.search .users_list .payment_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search .users_list .payment_area .price_label {
  width: 90%;
  border: solid 1px #3e3e3e;
  border-radius: 0 0 0 5px;
  border-top: none;
  border-right: none;
}

.search .users_list .payment_area .price_label .price {
  border: none;
}

.search .users_list .payment_area .pay_check_label {
  border: solid 1px #3e3e3e;
  border-radius: 0 0 5px 0;
  border-top: none;
  display: block;
  width: 10%;
  padding: 10px;
  position: relative;
}

.search .users_list .payment_area .pay_check_label .pay_check {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1vw;
  height: 1vw;
  cursor: pointer;
}

.search .users_list .payment_area .pay_check_label .pay_check:checked {
  background-color: #61abad;
}

.search .users_list .payment_area .pay_check_label .pay_check:checked::after {
  content: '';
  border-bottom: #fff 3px solid;
  border-left: #fff 3px solid;
  -webkit-transform: rotate(314deg) translate(-10%, -115%);
          transform: rotate(314deg) translate(-10%, -115%);
  width: 70%;
  height: 30%;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
}

.search .users_list .payment_area .pay_check_label .pay_check:disabled {
  background-color: #eee;
}

.search .check_ctl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media (max-width: 1023px) {
  .search .check_ctl_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.search .check_ctl_box .all_check_btn,
.search .check_ctl_box .all_check_btn_rm {
  text-decoration: underline;
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
}

.search .check_ctl_box .all_check_btn:hover,
.search .check_ctl_box .all_check_btn_rm:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .search .check_ctl_box .all_check_btn,
  .search .check_ctl_box .all_check_btn_rm {
    width: 40%;
    text-align: center;
  }
}

.search .check_ctl_box .pay_modal_btn {
  width: 29%;
  margin-top: 0;
  background-color: #61abad;
}

@media (max-width: 1023px) {
  .search .check_ctl_box .pay_modal_btn {
    width: 100%;
    margin-top: 20px;
  }
}

.search .check_ctl_box .pay_modal_btn:hover {
  background-color: #377e6d;
}

.search .data_area {
  display: block;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 0.8em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .search .data_area > div {
    margin-left: 0;
    margin-top: 5px;
  }
}

.mypage .qr {
  width: 100%;
  text-align: center;
}

.mypage .qr img {
  width: 100%;
  max-width: 250px;
}

.mypage .status {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

.mypage .status th,
.mypage .status td {
  border-right: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  padding: 10px;
}

@media (max-width: 1023px) {
  .author > .col2 {
    display: block;
  }
}

@media (max-width: 1023px) {
  .author > .col2 > div {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .author .user_photo_sec {
    text-align: center;
  }
}

.author .user_photo_sec .output img {
  width: 250px;
}

@media (max-width: 1023px) {
  .author .user_photo_sec .output img {
    width: 50%;
  }
}

.author .output {
  font-size: 1.2em;
  word-break: break-all;
}

.author .output img {
  width: 250px;
}

@media (max-width: 1023px) {
  .author .output img {
    width: 50%;
  }
}

.author .toggle_con {
  display: none;
  padding: 20px 0;
}

.author .toggle_con.act {
  display: block;
}

.author dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5em;
  font-size: 0.7em;
  border: solid 1px #3e3e3e;
  overflow-y: scroll;
  max-height: 20em;
}

.author dl::-webkit-scrollbar {
  width: 5px;
}

.author dl::-webkit-scrollbar-track {
  background: rgba(62, 62, 62, 0);
}

.author dl::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 5px;
}

.author dl dt {
  width: 30%;
  padding: 5px;
  border-top: solid 1px #3e3e3e;
}

.author dl dt:nth-of-type(1) {
  border-top: 0;
}

.author dl dd {
  width: 70%;
  padding: 5px;
  border-top: solid 1px #3e3e3e;
}

.author dl dd:nth-of-type(1) {
  border-top: 0;
}

.author .visithistory_form {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5em;
}

.author .visithistory_form .select_label {
  width: 64%;
}

.author .visithistory_form .visithistory_edit {
  width: 35%;
  margin-top: 0;
}

.author .add_pay_form {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5em;
}

.author .add_pay_form .price_label {
  width: 64%;
}

.author .add_pay_form .add_pay_payment {
  width: 35%;
  margin-top: 0;
  background-color: #61abad;
}

.author .add_pay_form .add_pay_payment:hover {
  background-color: #377e6d;
}

.author .regular_pay_form {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5em;
}

.author .regular_pay_form .price_label {
  width: 70%;
}

.author .regular_pay_form .regular_pay_payment {
  width: 29%;
  margin-top: 0;
  background-color: #61abad;
}

.author .regular_pay_form .regular_pay_payment:hover {
  background-color: #377e6d;
}

.author i.fas.fa-pen {
  color: #888;
}

.author .user_memo {
  font-size: 0.9em;
}

.select_label {
  position: relative;
  display: block;
}

.select_label::after {
  content: '';
  position: absolute;
  right: 1vw;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3e3e3e;
  border-left: 2px solid #3e3e3e;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
          transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.price_label {
  position: relative;
  display: block;
}

.price_label .price {
  height: 100%;
  padding-right: 3em;
}

.price_label .price::-webkit-inner-spin-button, .price_label .price::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.price_label::after {
  content: '円';
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  line-height: 1;
  background-color: #fff;
}

.error_msg,
.caution {
  color: red;
}

.pay_modal_con {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.pay_modal_con.act {
  display: block;
}

.pay_modal_con .inner {
  width: 30vw;
  padding: 50px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .pay_modal_con .inner {
    width: 90vw;
  }
}

.pay_modal_con .inner button {
  margin-top: 50px;
}

.comp_msg {
  background-color: green;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

footer {
  background-color: #afabab;
  color: #333;
  margin-top: 50px;
  padding: 50px 0;
}

footer .inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

footer .inner li {
  margin-top: 1em;
}

footer .inner li:first-child {
  margin-top: 0;
}

footer .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  footer .col2 {
    display: block;
  }
}

footer .col2 > div {
  width: 100%;
}

.all_payment_table tr {
  border-top: solid 1px #333;
  border-left: solid 1px #333;
}

.all_payment_table th,
.all_payment_table td {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 5px;
}

@media (max-width: 1023px) {
  .regular_pay_payment,
  .add_pay_payment {
    border-radius: 5px;
  }
}

.pw_wrap {
  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;
  position: relative;
}

.pw_wrap i {
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  right: 10px;
}
