@charset "UTF-8";
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #231815;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  height: 100%;
  line-height: 1.7;
}
body.opening {
  background: #E2F2F8;
  padding-top: 10vw;
}
body.opening #wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
body.primary_bg {
  background: #E2F2F8;
}
body.detail {
  background: red;
}

#wrapper {
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
}

#header {
  position: fixed;
  top: 0;
  max-width: 640px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  background: #12B8D7;
  z-index: 1;
}

.menu_inner {
  position: absolute;
  width: calc(100% - 50px);
  max-width: 590px;
  margin: 0 auto;
  padding-left: 20px;
}

.head_action {
  position: fixed;
  top: -2px;
  z-index: 100;
}
.head_action .back {
  background: none;
  border: none;
}
.head_action .back span {
  font-size: 0;
}
.head_action .back .icon {
  display: block;
  width: 13px;
  height: 13px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.head_action.menu {
  top: 12px;
}

#foot_nav {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #12B8D7;
  z-index: 100;
}
#foot_nav ul {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 30px 15px;
  margin-bottom: 0;
}
#foot_nav ul li {
  position: relative;
  list-style: none;
  text-align: center;
  margin: 0 50px;
}
#foot_nav ul li img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto;
}
#foot_nav ul li .badge {
  position: absolute;
  top: -8px;
  right: -13px;
}
#foot_nav .form_control {
  width: 100%;
  height: 32px;
  padding: 4px 10px 5px;
  line-height: 20px;
  margin-left: 0;
}

#foot_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  max-width: 640px;
  padding: 0 30px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}
#foot_input .picture img {
  width: 25px;
  height: auto;
}
#foot_input .form_control {
  width: 100%;
  height: 32px;
  padding: 4px 10px 5px;
  line-height: 20px;
  margin-left: 0;
  background: #fff;
  border: 1px solid #12B8D7;
}

.intro_wrap {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .intro_wrap {
    width: 100%;
  }
}

.regist_wrap {
  margin: 0 auto;
  padding: 84px 15px 100px;
}
@media screen and (min-width: 640px) {
  .regist_wrap {
    width: 100%;
  }
}

.action_area {
  margin-top: 28px;
}

.main_wrap {
  position: relative;
  padding: 80px 15px 97px;
}

.main_wrapChat {
  position: relative;
  padding: 80px 15px 20px;
}

.language_select {
  margin-bottom: 30px;
}

.lec_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.lec_nav ul li {
  list-style: none;
}
.lec_nav ul.month {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}
.lec_nav ul.month .btn {
  width: 100px;
  font-size: 12px;
}
.lec_nav ul.action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lec_nav ul.action li {
  margin: 0 5px;
}
.lec_nav ul.action li .btn {
  width: 150px;
  font-size: 12px;
}

#global_nav {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 640px;
  height: 100%;
  background: #12B8D7;
  top: 0;
  margin: auto;
  opacity: 0;
  z-index: 99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#global_nav.open {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0%) translateZ(0px) rotateY(0deg);
          transform: translateX(0%) translateZ(0px) rotateY(0deg);
}
#global_nav.open ul {
  -webkit-animation: menuAnim 0.2s ease-in-out 0.2s forwards;
          animation: menuAnim 0.2s ease-in-out 0.2s forwards;
}
#global_nav .list_menu {
  background: #E2F2F8;
  height: 100vh;
  overflow: scroll;
}
#global_nav .list_menu .menu_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
#global_nav .list_menu .menu_ttl img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
#global_nav .list_menu .menu_ttl h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 12px;
  color: #231815;
  margin-bottom: 0;
}
#global_nav .list_menu .menu_wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0 15px 75px;
  overflow-y: scroll;
}
#global_nav .list_menu .menu_wrap ul {
  padding-left: 0;
  margin-bottom: 15px;
}
#global_nav .list_menu .menu_wrap ul li {
  list-style: none;
  padding: 5px 0 4px 5px;
}
#global_nav .list_menu .menu_wrap ul li.menu_subttl {
  background: #12B8D7;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
#global_nav .list_menu .menu_wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231815;
  font-size: 13px;
  font-weight: bold;
}
#global_nav .list_menu .menu_wrap ul li a:hover {
  text-decoration: none;
}
#global_nav .list_menu .menu_wrap ul li .badge {
  margin-left: 5px;
}

@-webkit-keyframes menuAnim {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@keyframes menuAnim {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
.sp {
  display: none;
}

.pc {
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }
}
.mb_20 {
  margin-bottom: 20px;
}

.navi_btn {
  position: relative;
}
.navi_btn .menu_btn {
  display: inline-block;
  position: relative;
  width: 16.5px;
  height: 13.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navi_btn .menu_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.5px;
  height: 2px;
  margin: -1.5px 0 0 -15px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 1.5px;
}
.navi_btn .menu_icon:before, .navi_btn .menu_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16.5px;
  height: 2px;
  background: #fff;
  border-radius: 1.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navi_btn .menu_icon:before {
  margin-top: -7px;
}
.navi_btn .menu_icon:after {
  margin-top: 5.5px;
}
.navi_btn.close .menu_icon {
  background: transparent;
}
.navi_btn.close .menu_icon:before, .navi_btn.close .menu_icon:after {
  background: #12B8D7;
}
.navi_btn.close .menu_icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
.navi_btn.close .menu_icon:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 0;
}
.navi_btn .badge {
  position: absolute;
  right: -10px;
}

.bg_primary {
  background: #E2F2F8;
}

.page_ttl {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.error_message {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #12B8D7;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 9px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}
.btn img {
  margin-right: 5px;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.img-input {
  cursor: pointer;
}
.btn label {
  margin-bottom: 0;
}
.btn.primary {
  background: #5976BA;
}
.btn.secondary {
  background: #231815;
}
.btn.zip {
  width: 50px;
  margin-left: 15px;
}
.btn.gray {
  background: #898989;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.complete {
  background: #E5005A;
}
.btn.action {
  background: #fff;
  border: 1px solid #12B8D7;
  color: #12B8D7;
}
.btn.arrow_l:before {
  content: "◀";
  position: absolute;
  left: 5px;
}
.btn.arrow_r:after {
  content: "▶";
  position: absolute;
  right: 5px;
}

.add_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #E2F2F8 url("../img/icon_plus.svg") no-repeat 50% 50%;
  background-size: auto;
  background-size: 10px;
}
.add_btn.active {
  background: #12B8D7 url("../img/icon_plus_white.svg") no-repeat 50% 50%;
}

.login_btn {
  width: 130px;
  margin: 22px auto 30px;
}
.login_btn .btn {
  border: 2px solid #fff;
  background: #7ECEF4;
}

.submit_btn {
  width: 130px;
  margin: 0 auto;
}

.done_btn {
  width: 130px;
  margin: 0 auto;
}

.split_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.split_btn a {
  width: 30%;
}
.split_btn input {
  width: 30%;
}

.back_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.back_btn input {
  width: 30%;
}

.reflect_btn {
  margin: 20px auto 0;
}
.reflect_btn .add_btn {
  margin: auto;
}

.float_btn {
  position: fixed;
  width: 90%;
  max-width: 640px;
  height: 120px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
}

.form_control {
  display: block;
  width: 126%;
  height: 40px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  line-height: 1;
  margin: 0 0 0 -13%;
  padding: 12px 14px;
  font-size: 16px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  color: #231815;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #12B8D7;
  outline: none;
}
.form_control:active {
  border: none;
}
.form_control::-webkit-input-placeholder {
  color: #9FA0A0;
}
.form_control::-moz-placeholder {
  color: #9FA0A0;
}
.form_control:-ms-input-placeholder {
  color: #9FA0A0;
}
.form_control::-ms-input-placeholder {
  color: #9FA0A0;
}
.form_control::placeholder {
  color: #9FA0A0;
}
.form_control.non_active {
  border-color: #E2F2F8;
}
.form_control.non_active::-webkit-input-placeholder {
  color: #E2F2F8;
}
.form_control.non_active::-moz-placeholder {
  color: #E2F2F8;
}
.form_control.non_active:-ms-input-placeholder {
  color: #E2F2F8;
}
.form_control.non_active::-ms-input-placeholder {
  color: #E2F2F8;
}
.form_control.non_active::placeholder {
  color: #E2F2F8;
}
.form_control.gray {
  background: #E2F2F8;
  border: none;
}
.form_control.gray::-webkit-input-placeholder {
  color: #231815;
}
.form_control.gray::-moz-placeholder {
  color: #231815;
}
.form_control.gray:-ms-input-placeholder {
  color: #231815;
}
.form_control.gray::-ms-input-placeholder {
  color: #231815;
}
.form_control.gray::placeholder {
  color: #231815;
}
.form_control#txtPost {
  margin-left: -11%;
}

textarea.form_control {
  height: 100px;
  border-radius: 3px;
}
textarea#txtMemo {
  height: 500px;
  margin-top: -45px;
}

.form_row {
  text-align: left;
  margin-bottom: 30px;
}
.form_row .form_label {
  width: 100%;
  color: #12B8D7;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
.form_row .form_label.non_active {
  color: #E2F2F8;
}
.form_row .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_row.radio .item {
  margin-right: 10px;
  padding-left: 3px;
}
.form_row.contact .form_control {
  margin-top: -30px;
  margin-bottom: -50px;
}
.form_row.time .form_control::-webkit-input-placeholder {
  text-align: right;
}
.form_row.time .form_control::-moz-placeholder {
  text-align: right;
}
.form_row.time .form_control:-ms-input-placeholder {
  text-align: right;
}
.form_row.time .form_control::-ms-input-placeholder {
  text-align: right;
}
.form_row.time .form_control::placeholder {
  text-align: right;
}

.action_area .form_control {
  border: 2px solid #12B8D7;
}
.action_area .form_control::-webkit-input-placeholder {
  color: #9FA0A0;
}
.action_area .form_control::-moz-placeholder {
  color: #9FA0A0;
}
.action_area .form_control:-ms-input-placeholder {
  color: #9FA0A0;
}
.action_area .form_control::-ms-input-placeholder {
  color: #9FA0A0;
}
.action_area .form_control::placeholder {
  color: #9FA0A0;
}

.radio_design {
  background: #E2F2F8;
  border: 1px solid #12B8D7;
  padding: 5px;
  margin-bottom: 5px;
}
.radio_design input[type=radio] {
  display: none;
}
.radio_design label {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 0;
}
.radio_design label::before,
.radio_design label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.radio_design label::before {
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 0;
}
.radio_design label::after {
  background-color: #231815;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 4px;
}
.radio_design input:checked + label::after {
  opacity: 1;
}
.radio_design .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.select_design {
  width: 100%;
  position: relative;
}
.select_design select {
  width: 100%;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  border: 2px solid #5976BA;
  border-radius: 3px;
  padding: 0 10px;
  color: #231815;
  font-size: 12px;
  background: url(../img/select_bg.svg) no-repeat #fff;
  background-position: center right;
}
.select_design select option {
  color: #231815;
}

.checkbox_design {
  padding-top: 15px;
}
.checkbox_design input[type=checkbox] {
  display: none;
}
.checkbox_design label {
  cursor: pointer;
  display: inline-block;
  padding-left: 38.5px;
  position: relative;
  width: auto;
  color: #12B8D7;
}
.checkbox_design label:before {
  background: #E2F2F8;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: 29.3px;
  height: 29.3px;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.checkbox_design label:after {
  content: url("../img/icon_star.svg");
  background: #12B8D7;
  display: block;
  width: 29.3px;
  height: 29.3px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  margin-top: -15px;
  padding-top: 3px;
  text-align: center;
  opacity: 0;
}
.checkbox_design input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.checkbox_design_check {
  padding-top: 15px;
}
.checkbox_design_check input[type=checkbox] {
  display: none;
}
.checkbox_design_check label {
  cursor: pointer;
  display: inline-block;
  padding-left: 38.5px;
  position: relative;
  width: auto;
  color: #12B8D7;
}
.checkbox_design_check label:before {
  background: #E2F2F8;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: 29.3px;
  height: 29.3px;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.checkbox_design_check label:after {
  content: url("../img/icon_circle.svg");
  background: #12B8D7;
  display: block;
  width: 29.3px;
  height: 29.3px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  margin-top: -15px;
  padding-top: 0px;
  text-align: center;
  opacity: 0;
}
.checkbox_design_check input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.calendar_design {
  width: 100%;
  position: relative;
}
.calendar_design:after {
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -15px;
  content: url(../img/icon_calendar.svg);
  width: 30px;
  height: 28px;
}

.badge {
  display: inline-block;
  background: #ff555a;
  border-radius: 12px;
  font-size: 11px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.cat {
  display: inline-block;
  line-height: 1;
  border: 2px solid #12B8D7;
  color: #12B8D7;
  border-radius: 20px;
  font-size: 10px;
  text-align: center;
  padding: 1px 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.week_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  margin: 0 auto;
}
.week_wrap .previous a,
.week_wrap .next a {
  display: block;
  width: 50px;
  text-align: center;
  background: #12B8D7;
  color: #fff;
  border: none;
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 11px;
}
.week_wrap .week {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #12B8D7;
  padding-bottom: 5px;
}
.week_wrap .week div {
  width: 14.285%;
}
.week_wrap .week .dayof {
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: center;
  color: #231815;
}
.week_wrap .week .day {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: -3px;
  padding-top: 5px;
  color: #000;
}
.week_wrap .week .day.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.7px;
  height: 27.7px;
  background: #12B8D7;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  padding-top: 1px;
}
.week_wrap a:hover {
  text-decoration: none;
}

.calendar_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.calendar_nav ul li {
  list-style: none;
  border-top: 1px solid #EAE9E9;
  border-bottom: 1px solid #EAE9E9;
  border-left: 1px solid #EAE9E9;
}
.calendar_nav ul li:last-child {
  border-right: 1px solid #EAE9E9;
}
.calendar_nav ul li a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 8px;
  color: #231815;
}
.calendar_nav ul li.active a {
  background: #E2F2F8;
}

.calendar_block .week_wrap .week {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #12B8D7;
  font-size: 17px;
  font-weight: bold;
  border: none;
}
.calendar_block table.calendar {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.calendar_block table.calendar .sat {
  color: #12B8D7;
}
.calendar_block table.calendar .sat a {
  color: #12B8D7;
}
.calendar_block table.calendar .sun {
  color: #E5005A;
}
.calendar_block table.calendar .sun a {
  color: #E5005A;
}
.calendar_block table.calendar tr {
  border-bottom: 1px solid #EAE9E9;
}
.calendar_block table.calendar tr th {
  font-size: 10px;
  font-weight: normal;
  color: #231815;
}
.calendar_block table.calendar tr td {
  width: 14.285%;
  font-size: 14px;
}
.calendar_block table.calendar tr td a {
  position: relative;
  display: block;
  padding: 5px 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.calendar_block table.calendar tr td a:hover {
  text-decoration: none;
}
.calendar_block table.calendar tr td .ext a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  content: "●";
  font-size: 16px;
  color: #B5B5B6;
}
.calendar_block table.calendar tr td .today {
  width: 37px;
  height: 37px;
  background: #E5005A;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.calendar_block table.calendar tr td .today a {
  color: #fff;
  padding-top: 0px;
}
.calendar_block table.calendar tr td .today a:after {
  color: #fff;
}
.calendar_block table.calendar tr td .active {
  width: 37px;
  height: 37px;
  background: #B5B5B6;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.calendar_block table.calendar tr td .active a {
  color: #fff;
  padding-top: 0px;
}
.calendar_block table.calendar tr td .active a:after {
  color: #fff;
}

.aspect16_9 {
  position: relative;
  overflow: hidden;
}
.aspect16_9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */
}
.aspect16_9 img,
.aspect16_9 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.aspect_depends img {
  width: 100%;
  height: auto;
}

.display_swich {
  margin-top: 20px;
}
.display_swich p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 5px;
}
.display_swich ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display_swich ul li {
  list-style: none;
  margin: 0 5px;
}
.display_swich ul li .btn {
  width: 50px;
  font-size: 10px;
}

.floating_block {
  background: #fff;
  padding: 40px 20px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 4px #ccc;
          box-shadow: 0px 0px 4px #ccc;
}

#imgRegist {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.general_list {
  width: 100vw;
  max-width: 640px;
  margin: 0 calc(50% - 50vw);
  padding: 0 16px;
}
@media screen and (min-width: 640px) {
  .general_list {
    margin: auto;
    width: 100%;
  }
}
.general_list ul {
  padding-left: 0;
}
.general_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  border-bottom: 1px solid #12B8D7;
  padding: 10px 0;
}
.general_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  width: 100%;
}
.general_list ul li .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.general_list ul li figure {
  min-width: 80px;
  max-width: 80px;
  margin-right: 10px;
}
.general_list ul li figure img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_list ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin-bottom: -5px;
}
.general_list ul li .info .ttl {
  position: relative;
  width: 100%;
  color: #231815;
  font-size: 15px;
  line-height: 1.5;
}
.general_list ul li .info .ttl .badge {
  position: absolute;
  top: -5px;
  right: -18px;
}
.general_list ul li .date {
  width: 100%;
  color: #12B8D7;
  font-size: 11px;
  text-align: right;
  margin-bottom: auto;
}
.general_list ul li p {
  width: 100%;
  color: #231815;
  font-size: 13px;
  margin-bottom: 0;
}
.general_list.border .body {
  border-left: 8px solid #12B8D7;
  padding-left: 7px;
}
.general_list.border .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}
.general_list.border .action .btn {
  width: 120px;
  margin-top: 10px;
}
.general_list.ranking a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231815;
}
.general_list.ranking a .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EC6D84;
  color: #fff;
  min-width: 18px;
  height: 100%;
  margin-right: 13px;
}
.general_list.ranking a figure {
  min-width: 71px;
  margin: 0 10px 0 0;
}
.general_list.ranking a figure img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.general_list.ranking a .name {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.general_list.ranking a .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78%;
  margin-left: auto;
}
.general_list.ranking a .info .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
}
.general_list.ranking a .info .percentage {
  font-size: 23px;
  color: #EC6D84;
}
.general_list.lecturer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231815;
}
.general_list.lecturer li figure {
  min-width: 71px;
  margin: 0 10px 0 0;
}
.general_list.lecturer li figure img {
  width: 100%;
  height: 71px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general_list.lecturer li .body {
  margin-right: 10px;
}
.general_list.lecturer li .body .name {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.general_list.lecturer li .action {
  min-width: 100px;
  margin-left: auto;
}
.general_list.lecturer li .action .info {
  margin-bottom: 0;
  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;
  font-size: 11px;
  color: #898989;
}
.general_list.lecturer li .action .info span {
  margin-bottom: 10px;
}
.general_list.lecturer li .action .btn {
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail_list {
  margin-top: 1px solid #12B8D7;
}
.detail_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7px 0;
  margin-bottom: 0;
}
.detail_list dl dt {
  padding: 0 5px;
  margin-right: 10px;
  color: #fff;
}
.detail_list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.detail_list dl.item {
  border-bottom: 1px solid #EAE9E9;
}
.detail_list dl.item dt {
  background: #12B8D7;
}
.detail_list dl.cont {
  border-bottom: 1px solid #12B8D7;
}
.detail_list dl.cont dt {
  background: #9FA0A0;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.purchase {
  margin-bottom: 30px;
  font-size: 16px;
  border-top: 1px solid #D1D1D1;
}
table.purchase tr {
  border-bottom: 1px solid #D1D1D1;
}
table.purchase tr th {
  width: 180px;
  padding: 10px;
  background: #F4F4F4;
  text-align: left;
}
@media screen and (max-width: 450px) {
  table.purchase tr th {
    display: block;
    width: 100%;
  }
}
table.purchase tr td {
  padding: 10px;
}
@media screen and (max-width: 450px) {
  table.purchase tr td {
    display: block;
    width: 100%;
  }
}
table.purchase.bottom td {
  font-size: 13px;
}

.modal_wrap {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 640px;
  z-index: 100;
}
.modal_wrap .modal_bg {
  background: rgba(128, 128, 128, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal_wrap .modal_content {
  background: #fff;
  left: 50%;
  padding: 0 20px 20px;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  -webkit-box-shadow: 0 1.7px 3.3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1.7px 3.3px 0 rgba(0, 0, 0, 0.25);
}
.modal_wrap .modal_close {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  background: #231815;
  text-align: center;
  margin-left: auto;
  margin-right: -20px;
}
.modal_wrap .modal_close span {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 16.5px;
  height: 2px;
  background: #fff;
  border-radius: 1.5px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.modal_wrap .modal_close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_wrap .month_wrap {
  margin-right: 0 !important;
}
.modal_wrap .ttl {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.collection {
  margin-top: 30px;
}
.collection .general_list {
  margin-bottom: 50px;
}

.colletion_ttl {
  font-size: 15px;
  font-weight: bold;
  color: #12B8D7;
  margin-bottom: 5px;
  text-align: center;
}

.progress_fixed {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  width: 100vw;
  padding: 20px 20px 0 20px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 640px) {
  .progress_fixed .inner {
    max-width: 610px;
    margin: 0 auto;
  }
}

.progress_wrap {
  margin-bottom: 30px;
}
.progress_wrap .progress_bar {
  width: 100%;
  height: 20px;
  background: #fff;
  border: 1px solid #12B8D7;
}
.progress_wrap .progress_bar p.bar {
  position: relative;
  background: #12B8D7;
  margin: 0;
  height: 100%;
  font-size: 14px;
  line-height: 14px;
}
.progress_wrap .progress_bar p.bar span {
  position: absolute;
  display: inline-block;
  top: 1px;
  right: 3px;
  font-size: 9px;
  color: #fff;
}

.executions_wrao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.executions_wrao div {
  color: #12B8D7;
}
.executions_wrao .form_control {
  width: 120px;
  margin: 0 5px;
}

.normal_page h2 {
  color: #12B8D7;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #12B8D7;
  color: #fff;
  font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #12B8D7;
  background: #12B8D7;
  color: #fff;
}

.ui-widget-header .ui-icon {
  background-image: none;
  background: #fff;
  border-radius: 50%;
}

.ui-icon-circle-triangle-e:after {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #12B8D7;
  border-right: solid 2px #12B8D7;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ui-icon-circle-triangle-w:before {
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #12B8D7;
  border-right: solid 2px #12B8D7;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.opening_body {
  width: 100%;
  height: 100%;
  text-align: center;
}
.opening_body .top_logo {
  margin-bottom: 73px;
}
.opening_body .top_logo img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.opening_body .top_logo h1 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 18px;
  color: #231815;
}

.intro_wrap .form_label {
  text-align: center;
}
.intro_wrap .forgot_pass {
  text-align: center;
}
.intro_wrap .forgot_pass a {
  color: #12B8D7;
}
.intro_wrap .submit_btn {
  margin-top: 5px;
}

.regist_wrap .submit_btn {
  margin-top: 66px;
}
.regist_wrap .form_row {
  margin-bottom: 10px;
}

.main_wrap .done_btn {
  margin: 30px auto;
}
.main_wrap .submit_btn {
  margin-top: 52px;
}

.sec_topic {
  position: relative;
  border: 3px solid #5976BA;
  border-radius: 7px;
  background: #E2F2F8;
  padding: 30px 10px 10px;
  margin: 30px 0;
}
.sec_topic h2 {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.sec_topic h2 img {
  width: 104px;
  height: auto;
}
.sec_topic p {
  font-weight: bold;
}

.sec_information {
  margin-bottom: 30px;
}
.sec_information h2 {
  background: #12B8D7;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.sec_information .date {
  color: #12B8D7;
  font-size: 10px;
  padding: 0 20px;
  margin-bottom: 5px;
}
.sec_information ul {
  padding: 0 20px;
}
.sec_information ul li {
  list-style: none;
  font-size: 13px;
}

.sec_ranking {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #F0F2F9;
  padding: 20px 20px 5px 20px;
}
@media screen and (min-width: 640px) {
  .sec_ranking {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.sec_ranking h2 {
  color: #5976BA;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.sec_ranking .ranking_wrap {
  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;
}
.sec_ranking .ranking_wrap .box {
  width: 48%;
  margin-bottom: 5px;
}
.sec_ranking .ranking_wrap .box dl {
  width: 100%;
  display: table;
  border: 1px solid #5976BA;
}
.sec_ranking .ranking_wrap .box dl dt {
  display: table-cell;
  background: #5976BA;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.sec_ranking .ranking_wrap .box dl dd {
  display: table-cell;
  background: #FFFDE5;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.sec_calendar {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 10px;
  border-top: 1px solid #12B8D7;
  border-bottom: 1px solid #12B8D7;
}
@media screen and (min-width: 640px) {
  .sec_calendar {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.sec_cmslink {
  padding: 20px;
  text-align: center;
}
.sec_cmslink a {
  color: #12B8D7;
  font-size: 15px;
  font-weight: bold;
}

.detail_area h2 {
  font-size: 13px;
}
.detail_area textarea {
  height: 400px;
  line-height: 1.5;
}
.detail_area .form_label {
  text-align: center;
}

.question_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #12B8D7;
  margin-bottom: 30px;
}
.question_head .number {
  color: #12B8D7;
  font-size: 15px;
  text-align: center;
}
.question_head .time_limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question_head .time_limit p {
  margin-bottom: 0;
  margin-right: 5px;
}
.question_head .time_limit .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
}
.question_head .time_limit .circle.minute {
  background: #12B8D7;
  color: #fff;
  border: 1px solid #12B8D7;
  margin-right: 5px;
}
.question_head .time_limit .circle.second {
  color: #595757;
  border: 1px solid #595757;
}
.question_head .time_limit .circle span {
  font-size: 11px;
}
.question_head.ansewer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.question_head.ansewer h2 {
  color: #12B8D7;
  font-size: 16px;
}

.question_box {
  border-bottom: 1px solid #12B8D7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.question_box .answer {
  background: #fff;
  border: 1px solid #12B8D7;
  padding: 5px;
}

.result_box {
  margin-bottom: 15px;
}
.result_box .ttl {
  color: #12B8D7;
  font-weight: bold;
  text-align: center;
}
.result_box .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border: 4px dotted #E95377;
  background: #FDEEEF;
  border-radius: 50%;
  margin: 0 auto;
}
.result_box .circle .circle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 114px;
  height: 112px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.result_box .circle .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 43px;
  color: #E95377;
}
.result_box .circle .result span {
  font-size: 11px;
  font-weight: normal;
  margin-left: 3px;
}
.result_box .circle .overall {
  font-size: 16px;
  margin-top: -37px;
}

.result_message {
  color: #12B8D7;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.search_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.search_sec .form_control {
  width: 100%;
  margin-left: -8%;
}
.search_sec .btn_wrap {
  position: relative;
  min-width: 96px;
}
.search_sec .btn_wrap:before {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -7px;
  content: url(../img/icon_search.svg);
  width: 14px;
  height: 14px;
}
.search_sec .search_btn {
  width: 100%;
  border: none;
  color: #fff;
  background: #12B8D7;
  padding: 5px 10px 5px 20px;
}

.edit_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.edit_sec .btn {
  width: 65px;
}

.bbs_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 11px;
  color: #12B8D7;
  margin: 10px 0 30px;
}
.bbs_info .date {
  margin-left: 10px;
}

.participated_sec {
  font-size: 11px;
  color: #898989;
  margin-bottom: 20px;
}
.participated_sec span {
  margin-left: 10px;
}

.week_calendar_block {
  padding: 15px 0;
}
.week_calendar_block .month_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-right: 25px;
  margin-bottom: 7px;
}
.week_calendar_block .month_wrap .date {
  font-size: 15px;
}
.week_calendar_block .month_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  color: #12B8D7;
  margin-left: auto;
}
.week_calendar_block .month_wrap a:hover {
  color: #12B8D7;
  text-decoration: none;
}
.week_calendar_block .month_wrap a span {
  margin-right: 10px;
}

.chart_block {
  position: relative;
  width: 75px;
  height: 330px;
  margin: 20px auto 0;
}
.chart_block .chart {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.chart_block .square_box {
  position: absolute;
  width: 75px;
  height: 75px;
}
.chart_block .square_box.box01 {
  left: -50px;
}
.chart_block .square_box.box02 {
  right: -50px;
}
.chart_block .square_box.box03 {
  top: 75px;
  right: -135px;
}
.chart_block .square_box.box04 {
  top: 170px;
  right: -135px;
}
.chart_block .square_box.box05 {
  top: 255px;
  right: -50px;
}
.chart_block .square_box.box06 {
  top: 255px;
  left: -50px;
}
.chart_block .square_box.box07 {
  top: 170px;
  left: -135px;
}
.chart_block .square_box.box08 {
  top: 75px;
  left: -135px;
}
.chart_block p {
  font-size: 10px;
}

.graph_block .week_wrap .week {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 400;
  border: none;
}
.graph_block .target_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #12B8D7;
  margin: 30px 0;
  font-size: 10px;
}
.graph_block .target_num .result_number {
  font-size: 20px;
  margin: 0 5px -5px 20px;
}
.graph_block .target_num .result_times {
  font-size: 20px;
  margin: 0 5px -5px 20px;
}
.graph_block .graph {
  text-align: center;
}

.select_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.select_search .form_control {
  background: #E2F2F8;
  border: none;
  margin-left: -10%;
}
.select_search .form_control::-webkit-input-placeholder {
  color: #231815;
}
.select_search .form_control::-moz-placeholder {
  color: #231815;
}
.select_search .form_control:-ms-input-placeholder {
  color: #231815;
}
.select_search .form_control::-ms-input-placeholder {
  color: #231815;
}
.select_search .form_control::placeholder {
  color: #231815;
}
.select_search .btn {
  width: 20%;
  margin-left: 10px;
}

.coach_detail .coach_img {
  text-align: center;
  margin-top: 27px;
}
.coach_detail .coach_img img {
  width: 165px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border: 2px solid #12B8D7;
  border-radius: 50%;
}
.coach_detail .name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.coach_detail .place {
  text-align: center;
  font-size: 13px;
}
.coach_detail .coach_info {
  margin-top: 20px;
}
.coach_detail .coach_info .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid red;
  padding: 0 16px 6px 16px;
}
.coach_detail .coach_info .head .cat {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 0;
}
.coach_detail .coach_info .head .sex {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.coach_detail .coach_info .head .sex img {
  width: 12px;
  height: auto;
  margin-right: 5px;
}
.coach_detail .coach_info .head .price {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.coach_detail .coach_info .head .price img {
  width: 12px;
  height: auto;
  margin-right: 5px;
}
.coach_detail .coach_info .head .time {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.coach_detail .coach_info .head .time img {
  width: 12px;
  height: auto;
  margin-right: 5px;
}
.coach_detail .coach_info .head .holiday {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.coach_detail .coach_info .head .holiday img {
  width: 12px;
  height: auto;
  margin-right: 5px;
}
.coach_detail .coach_info .body {
  padding: 25px 16px 0 16px;
}
.coach_detail .coach_info .body strong {
  display: block;
  color: #12B8D7;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
}

.purchase {
  margin-top: 28px;
}
.purchase .card_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.purchase .card_no span {
  width: 20%;
}
.purchase .card_no span.hyphen {
  width: 10px;
}
.purchase input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 3px;
  border: 1px solid #E2F2F8;
  font-size: 16px;
}
.purchase input.card {
  width: 100%;
}
.purchase input.name {
  width: 70%;
}
.purchase select {
  -webkit-appearance: none;
  background-color: transparent;
  border-style: none;
  height: 30px;
  line-height: 30px;
  padding: 0px 3px 3px 3px;
  border: 1px solid #E2F2F8;
}
.purchase .credit_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.purchase .credit_card li {
  list-style: none;
  margin-right: 10px;
}
.purchase .credit_card li img {
  width: 100%;
  height: auto;
}
.purchase .name_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.target_value {
  margin-top: 28px;
}
.target_value figure {
  text-align: center;
  margin-bottom: 28px;
}
.target_value figure img {
  width: 105px;
  height: 105px;
  border: 3px solid #12B8D7;
  border-radius: 14px;
}
.target_value .week_calendar_block {
  padding: 0;
  margin-top: 25px;
}
.target_value .week_calendar_block .month_wrap {
  margin-right: 0;
}

.value_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.value_wrap .box {
  text-align: center;
  margin: 0 30px;
}
.value_wrap .box p {
  font-size: 10px;
  margin-bottom: 5px;
}
.value_wrap .box p.schedule {
  font-size: 15px;
  margin-bottom: 20px;
}
.value_wrap .box .value {
  font-family: "Lato", sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
  margin-top: -20px;
  margin-bottom: 25px;
}
.value_wrap .box .value span {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 8px;
}
.value_wrap .box .active.value {
  color: #12B8D7;
}
.value_wrap .box .specific {
  color: #12B8D7;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.chat .date {
  width: 105px;
  background: #cbcbcb;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 3.5px 0;
  border-radius: 14px;
  margin: 12.5px auto 15px;
}
.chat .user {
  min-width: 35px;
  margin-right: 15px;
}
.chat .user img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.chat .up_photo {
  width: auto;
  max-width: 220px;
  margin-right: 5px;
}
.chat .up_photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.chat .words {
  width: auto;
  max-width: 220px;
  background: #E7E7E7;
  color: #434343;
  padding: 10px;
  border-radius: 10px;
  margin-right: 5px;
}
.chat .words.operation {
  position: relative;
  background: #12B8D7;
  color: #fff;
}
.chat .words.operation:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -17px;
  border: 4px solid transparent;
  border-right: 13px solid #12B8D7;
  z-index: 0;
}
.chat .words.user {
  position: relative;
  background: #9FA0A0;
  color: #fff;
}
.chat .words.user:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -13px;
  border: 4px solid transparent;
  border-left: 13px solid #9FA0A0;
  z-index: 0;
}
.chat .info {
  margin-top: auto;
  font-size: 10px;
}
.chat .info span {
  display: block;
  color: #B5B5B6;
}
.chat .action {
  margin-top: auto;
  margin-right: 20px;
}
.chat .action a {
  position: relative;
  display: block;
}
.chat .action a span {
  position: absolute;
  top: -15px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B5B5B6;
}
.chat .action a span:nth-child(1) {
  top: -22px;
}
.chat .action a span:nth-child(3) {
  top: -8px;
}
.chat .message_line_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.chat .message_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px 0;
}
.chat .message_line_right .words,
.chat .message_line_right .up_photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 5px;
  margin-right: 8px;
}
.chat .message_line_right .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.normal_page figure {
  margin-bottom: 28px;
}
.normal_page figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.normal_page h2 {
  color: #12B8D7;
  font-size: 15px;
  margin-bottom: 2em;
}

.demo_next {
  text-align: center;
  margin-top: 50px;
}/*# sourceMappingURL=user_style.css.map */