@charset "utf-8";
/* CSS Document */

input {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  letter-spacing: inherit;
  background: #f2f2f2;
  padding-top: 80px;
  font-size: 12px;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif, "Roboto";
  /* min-height: 110vh; */
}

iframe {
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 60px;
    font-size: 15px;
  }
}

label {
  display: block;
  position: relative;
  padding-left: 1.5em;
  font-weight: 600;
}

label input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.required:after {
  content: " *";
  color: brown;
}

.body-login-around {
  padding-top: 0px;
}

.panel-container {
  padding: 3rem;
}

@media screen and (max-width: 767px) {
  .panel-container {
    padding: 2rem;
  }
}

.panel-navi {
  padding-left: 0px;
  margin-left: 0px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.panel {
  margin-bottom: 30px;
  -ms-overflow-style: none;
}

@media screen and (max-width: 767px) {
  .panel {
    margin-bottom: 0px;
  }
}

.panel::-webkit-scrollbar {
  display: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-size: 12px;
  margin: 0;
}

.h2,
h2 {
  font-size: 12px;
}

.h3,
h3 {
  font-size: 12px;
}

p {
  margin: 0;
}

.pad-none-lg {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 1199px) {
  .pad-none {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.pad-right-none-lg {
  padding-right: 0px;
}

.pad-left-none-lg {
  padding-left: 0px;
}
@media screen and (max-width: 991px) {
  .pad-none-max-sm {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .pad-left-none-max-sm {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .pad-right-none-max-sm {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1025px) {
  .pad-none-max-md {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 1025px) {
  .pad-right-none-max-md {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1025px) {
  .pad-left-none-max-md {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .pad-right-none {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .pad-left-none {
    padding-left: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .pad-nece-md {
    padding-right: 15px;
  }
}

.col-md-9 {
  padding-right: 0px;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .col-lg-9,
  .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}

input[type="checkbox"] {
  margin: 0px;
}

label {
  max-width: 100%;
  margin-bottom: 0px;
}

button:focus {
  outline: 0;
}

.mar-top-10 {
  margin-top: 10px;
}

.mar-top-minus15 {
  margin-top: -15px;
}

@media screen and (max-width: 426px) {
  .mar-top-minus15 {
    margin-top: 0px;
  }
}

/*nav-ber*/

a {
  text-decoration: none;
}

a,
a:hover,
a:focus {
  color: #707070;
}

a:hover {
  text-decoration: none;
}

.navbar-fixed-top {
  height: 60px;
  background-color: #0b3e87;
  padding-right: 3rem;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .navbar-fixed-top {
    height: 50px;
    background-color: #0b3e87;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-fixed-top {
    background-color: #0b3e87;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-bottom: 0px;
  }
}

.navigationbar-header {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .navigationbar-header {
    height: 50px;
  }
}

.lv-nav-box {
  padding: 0px 7px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 426px) {
  .lv-nav-box {
    padding: 0px 4px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.header-dropdown {
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

@media screen and (max-width: 426px) {
  .header-dropdown {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.news-badge {
  position: absolute;
  background: #ef5350;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  text-align: center;
  line-height: 15px;
  transform: translateY(-60%) translateX(30%);
  border: 1px solid #ddd;
}

.header-dropdown__btn {
  cursor: pointer;
  background: none;
  border: 0;
}
.header-dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header-dropdown__btn.is-open + .header-dropdown-body {
  display: block;
  z-index: 5;
}
.header-dropdown-body {
  display: none;
  width: 300px;
  background: none;
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.149),
    0 1px 2px 0 rgba(60, 64, 67, 0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .header-dropdown-body {
    width: 25rem;
    position: absolute;
    top: 32px;
    right: -6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-dropdown-body {
    width: 30rem;
    position: absolute;
    top: 32px;
    right: -14rem;
  }
}

.header-dropdown__list {
  margin: 0;
  padding: 0;
}
.header-dropdown__item {
  display: block;
}
.header-dropdown__item-link {
  display: block;
  padding: 1em 1.2em;
  font-size: 0.95em;
  text-decoration: none;
  color: #444;
}
.header-dropdown__item-link:hover {
  background: #fbfbfb;
}

.modal-header-list {
  padding-top: 5px;
  padding-right: 30px;
  padding-left: 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modal-header-list {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.view-more {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 7px;
  padding-right: 30px;
  background: #fff;
}

.view-more-right {
  font-size: 13px;
  margin-left: 3px;
  margin-top: 3px;
}
.view-more-right2 {
  font-size: 13px;
  margin-top: 3px;
}

a.navigation-bar-brand {
  display: flex;
  align-items: center;
}

.circle-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #707070;
  border: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .circle-logo {
    width: 27px;
    height: 27px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .circle-logo {
    width: 24px;
    height: 24px;
  }
}

.service-name {
  font-size: 20px;
  margin-left: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service-name {
    font-size: 18px;
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-name {
    font-size: 20px;
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
}

.nav-lv-box {
  display: flex;
  color: #fff;
  margin-right: 15px;
  align-items: flex-end;
}

.nav-mytele-lv {
  margin-right: 10px;
  font-size: 14px;
}

.fa.fa-bell {
  font-size: 16px;
  color: #fff;
  /* vertical-align:middle; */
}

@media screen and (max-width: 767px) {
  .fa.fa-bell {
    font-size: 14px;
  }
}

.profile-userpicture {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #707070;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .profile-userpicture {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile-userpicture {
    width: 27px;
    height: 27px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* 入力フォームのBEバリデーション */
div.validate-false-backend {
  font-size: 12px;
  color: brown;
  text-align: right;
  padding-top: 3px;
}
input[type='text'].validate-false-backend {
  border: 3px solid brown;
}
input[type='phoneNumber'].validate-false-backend {
  border: 3px solid brown;
}
input[type='password'].validate-false-backend {
  border: 3px solid brown;
}
select.validate-false-backend {
  border: 3px solid brown;
}

.user-name {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .user-name {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-name {
    margin-right: 1rem;
  }
}

.attendance-register-btn {
  border-radius: 5px;
  background: #fff;
  color: #0b3e87;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
}

.fa-bars {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.humberger-sp {
  padding: 0 0.25rem;
  border: none;
  background-color: #0b3e87;
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .humberger-sp {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .humberger-sp {
    display: none;
  }
  #sidebar-collapse {
    height: auto !important;
  }
}
.profile-user {
  display: flex;
  align-items: center;
}

/*side-bar*/
.sidebar {
  padding-top: 20px;
  overflow-y: scroll;
}

.sidebar::-webkit-scrollbar {
  display: none;
} /*  chrome,safariのスクロールバーを削除 */

.sidebar ul {
  margin: 0px 0px;
}

.accordion_side {
  margin: 30px auto;
}

.accordion_side .link2 {
  cursor: pointer;
  display: block;
  color: #0b3e87;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_side .link2 a {
  cursor: pointer;
  color: #0b3e87;
  font-size: 14px;
  padding: 15px 15px 15px 60px;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion_side .link2 {
    font-size: 11px;
  }
  .accordion_side .link2 a {
    font-size: 11px;
    padding: 1.5rem 1.5rem 1.5rem 5.5rem;
  }
}

.accordion_side li:last-child .link2 {
  border-bottom: 0;
}

.accordion_side li i {
  position: absolute;
  top: 16px;
  left: 30px;
  font-size: 18px;
  color: #0b3e87;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion_side li i {
    left: 21px;
    top: 15px;
  }
}

.accordion_side li ul li a i {
  position: absolute;
  font-size: 18px;
  top: 15px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion_side li ul li a i {
    left: 23px;
    top: 12px;
  }
}

.accordion_side li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion_side li.open .link {
  color: #fff;
}

.accordion_side li.open i {
  color: #0b3e87;
}
.accordion_side li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion_side li.default .sidemenu {
  display: block;
}

.accordion_side li .active {
  background-color: #e4e4e4;
}

.accordion_side li .active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: 10px;
  height: 50px;
  background: #0b3e87;
  transition: all 0.6s ease 3s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion_side li .active::after {
    width: 0.8rem;
    height: 4.6rem;
  }
}

.accordion_side li .active i.fa {
  left: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion_side li .active i.fa {
    left: 21px;
    top: 15px;
  }
}

.accordion_side li .link2:hover {
  background: #e4e4e4;
  color: #0b3e87;
}

.sidemenu li.active-inner {
  background-color: #e9e9e9;
}

.attendance-register {
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.attendance-register-inner {
  width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #0b3e87;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 3px;
}

/**
* Sidemenu
-----------------------------*/
.sidemenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidemenu {
    font-size: 11px;
  }
}

.sidemenu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0b3e87;
  padding: 12px;
  position: relative;
  padding-left: 60px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidemenu a {
    padding-left: 5.5rem;
  }
}

.sidemenu a:hover {
  background: #f2f2f2;
  color: #0b3e87;
}

/*login.html*/
.login-pannel {
  margin-top: 10px;
  font-size: 12px;
}

.login-pannel a {
  color: #0b3e87;
  font-family: 'Mutsugo-Font';
}

.login-around {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 374px) {
  .btn-login-around {
    font-size: 12px;
  }
}

.panel-box {
  box-shadow: 0px 0px 10px #e0e0e0;
}

.panel-account {
  width: -webkit-fill-available;
  width: -moz-available;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgb(224, 224, 224) 0px 0px 10px;
  height: 423.8px;
}

.panel-head {
  font-size: 22px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 414px) {
  .panel-head {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    padding-top: 0px;
  }
}

.form-group {
  font-size: 14px;
  font-weight: 600;
  height: 80px;
}

.form-group.account-no-box {
  height: auto;
}

.form-control::-webkit-input-placeholder {
  color: #bec2c7;
  font-size: 0.9em;
}

.checkbox input[type="checkbox"].login-saving {
  position: relative;
  margin: 0px;
  vertical-align: middle;
}

/* for Firefox */
.form-control::-moz-placeholder {
  color: #bec2c7;
  font-size: 0.9em;
}

/* for Firefox 18以前 */
.form-control:-moz-placeholder {
  color: #bec2c7;
  font-size: 0.9em;
}

/* for Windows IE */
.form-control:-ms-input-placeholder {
  color: #bec2c7;
  font-size: 0.9em;
}

input.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  margin-top: 10px;
  height: 46px;
}

input.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  margin-top: 10px;
  height: 46px;
}
input.form-control.profile {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
}

input.form-control.profile:focus {
  outline: 0;
  border: none;
}

.fa-user.fonts-user-body {
  color: #fff;
  font-size: 60px;
}

.fa-user.nav-fonts-user-body {
  color: #fff;
  font-size: 20px;
}

@media screen and (min-width: 426px) and (max-width: 769px) {
  .fa-user.nav-fonts-user-body {
    font-size: 18px;
  }
}

@media screen and (max-width: 426px) {
  .fa-user.nav-fonts-user-body {
    font-size: 16px;
  }
}

.plofile-pic-box {
  text-align: center;
}

@media screen and (max-width: 426px) {
  .plofile-pic-box {
    margin-bottom: 15px;
  }
}

.plofile-pic-upload-btn {
  background: #0b3e87;
  color: #fff;
  padding: 8px 12px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  width: auto;
}

.plofile-pic-text {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.plofile-pic-upload {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plofile-pic {
  max-height: 150px;
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.upload-pic-box {
  height: 200px;
  width: auto;
  border: #0b3e87 dashed 1px;
  position: relative;
  border-radius: 5px;
}

label.upload-pic-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  width: 100%;
  padding: 0;
  text-align: center;
}

.plofile-pic-upload-text {
  color: #bec2c7;
}

.plofile-cloud {
  color: #bec2c7;
}

.plofile-pic-uploaded {
  width: 100%;
  background: none;
  height: 150px;
  border-radius: 5px;
  /* border:1px solid #0b3e87; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.personal-setting {
  border: 1px solid #0b3e87;
  border-radius: 5px;
  padding: 30px 15px 15px 15px;
  margin-bottom: 30px;
}

.profile-payment-ng-title-box {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 426px) {
  .profile-payment-ng-title-box {
    display: block;
  }
}

.profile-payment-ng-title {
  font-size: 12px;
  margin-left: 10px;
  color: #c82333;
}

@media screen and (max-width: 426px) {
  .profile-payment-ng-title {
    font-size: 11px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
}

.profile-payment-ng {
  border-color: #c82333;
  background: antiquewhite;
}

.bank-info {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 426px) {
  .bank-info {
    margin-bottom: 5px;
  }
}

.account-no-attention {
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}

@media screen and (max-width: 426px) {
  .account-no-attention {
    font-size: 11px;
    margin-top: 3px;
    margin-left: 0px;
  }
}

.bank-box {
  border: 1px solid #0b3e87;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}

.label-profile {
  padding-left: 0px;
}

select.register-height.plofile-width {
  width: -webkit-fill-available;
  margin-top: 10px;
}

.label-profile.campaign-code-box {
  font-size: 14px;
  margin-bottom: 10px;
}

.campaign-code-img-box {
  text-align: center;
}

.campaign-code-img {
  margin-bottom: 15px;
  margin-top: 30px;
  width: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .campaign-code-img {
    width: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .campaign-code-img {
    width: 600px;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .campaign-code-img {
    width: 320px;
  }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
  .campaign-code-img {
    width: 270px;
  }
}

@media screen and (max-width: 374px) {
  .campaign-code-img {
    width: 220px;
  }
}

.label-profile.account-no {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 426px) {
  .label-profile.account-no {
    display: block;
  }
}

.check-box {
  font-size: 12px;
}

@media screen and (max-width: 414px) {
  .check-box {
    font-size: 10px;
  }
}

input[type="checkbox"]#login-save {
  margin: 2px 0 0;
}

@media screen and (max-width: 376px) {
  input[type="checkbox"]#login-save {
    margin: 0;
  }
}

.forget-pass {
  color: #0079ea;
  font-size: 12px;
  font-weight: 300;
  vertical-align: top;
}

@media screen and (max-width: 414px) {
  .forget-pass {
    font-size: 10px;
  }
}

.check-forget {
  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 18px;
  margin-bottom: 30px;
}

.field-icon {
  color: #555;
  float: right;
  margin-right: 15px;
  margin-top: -31px;
  position: relative;
  z-index: 2;
}

input::-webkit-input-placeholder {
  color: #9ca0a5;
}

input::-moz-placeholder {
  color: #9ca0a5;
}

input:-ms-input-placeholder {
  color: #9ca0a5;
}

/* アポインター登録画面 */
.radiobox .radiobutton {
  display: none;
}
.radiobox label {
  border: 1px dashed #0b3e87;
  padding: 10px 20px;
  border-radius:5px;
  cursor: pointer;
}
.radiobox .radiobutton:checked + label {
  border: 2px solid #0b3e87;
  background-color: #0b3e8788;
  border-radius:5px;
  color: #fff;
}

.mdi-eye::after {
  background: url() no-repeat 96%;
  background-size: contain;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}

.btn-shape {
  background-color: #0b3e87;
}

.still-register-box {
  text-align: center;
  margin-top: 15px;
}

.still-register {
  color: #0079ea;
}
/*appointerPasswordResetEmailSent.php*/
.sent-email-box {
  margin-top: -95.8px;
}

.sent-email-text1 {
  text-align: center;
  font-size: 14px;
}

.sent-email-text2 {
  text-align: center;
  margin-top: 10px;
}

.resent-email {
  color: #0079ea;
}

/*pass-reset.html*/

.pannel-middle {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20.6px;
  padding-top: 30px;
  height: 113px;
}

@media screen and (max-width: 414px) {
  .pannel-middle {
    color: #707070;
    font-size: 13px;
  }
}

.form-group-pass-reset {
  margin-bottom: 45px;
}

.panel-body-pass-reminder {
  padding-bottom: 46.8px;
}

.panel-body-pass-reset {
  margin-top: 18px;
  padding-bottom: 46.8px;
}

/*pass-reset-done.html*/

.passreset-box-upper {
  height: 100px;
  margin-bottom: 70px;
}

.passreset-box {
  height: 423.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.passreset-text-box {
  display: flex;
  height: fit-content;
  padding: 0px;
}

.fa-check-circle {
  color: deepskyblue;
}

.fa-times-circle {
  color: red;
}

.passreset-done {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 600;
  padding: 0 30px;
}

@media screen and (max-width: 321px) {
  .passreset-done {
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 322px) and (max-width: 376px) {
  .passreset-done {
    font-size: 17px;
  }
}

@media screen and (min-width: 377px) and (max-width: 419px) {
  .passreset-done {
    font-size: 18px;
  }
}

.passreset-text1 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 319px) and (max-width: 419px) {
  .passreset-text1 {
    font-size: 17px;
  }
}

@media screen and (min-width: 319px) and (max-width: 371px) {
  .passreset-text1 {
    font-size: 15px;
  }
}

@media screen and (min-width: 319px) and (max-width: 340px) {
  .passreset-text1 {
    font-size: 13px;
  }
}

.passreset-text2 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  width: 330px;
}

@media screen and (min-width: 319px) and (max-width: 419px) {
  .passreset-text2 {
    padding: 0 5px;
  }
}

@media screen and (min-width: 319px) and (max-width: 371px) {
  .passreset-text2 {
    width: 287px;
  }
}

@media screen and (min-width: 319px) and (max-width: 340px) {
  .passreset-text2 {
    width: 247px;
    margin-top: 2px;
    font-size: 12px;
    padding: 0px;
  }
}

.passreset-text2.tmp-register-email-sent {
  text-align: center;
  width: auto;
}

.btn-complete {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: -95.8px;
}

.btn-complete-to-top {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 0px;
}

.passreset-done-mc {
  margin-top: 90px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.not-recieve-text {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px;
}

.panel-emailSent {
  padding-top: 120px;
  padding-bottom: 60px;
  margin: auto;
}

.passreset-email-sent {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding-right: 45px;
  padding-left: 45px;
}

@media screen and (max-width: 376px) {
  .passreset-email-sent {
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.passreset-icon {
  padding-right: 10px;
}

/*pass-resetting.html*/

.pass-resetting-margin-bottom {
  margin-bottom: 45px;
}

/*counts-management.html*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

/** =======================
* Contenedor Principal
===========================*/

.accordion {
  width: 100%;
  background: #0b3e87;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  overflow-y: scroll;
  max-height: 280px;
  -ms-overflow-style: none;
}

.accordion li.default {
  background-color: #659ac8;
}

/* .accordion li.open{
  background-color: #659ac8;
} */

.accordion::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 991px) {
  .accordion {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion.mar-none {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .accordion.mar-none-lg {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .accordion.mar-necessary {
    margin-top: 30px;
  }
}

.accordion.mar-none-title-necessary {
  margin-top: 0px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 35px 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
  .accordion .link {
    font-weight: 500;
  }
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li:last-child .link.tranings-link {
  border-bottom: 1px solid #fff;
}

.selected-tranings-link {
  background: #2d5ea4;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #fff;
}

.accordion li.open i {
  color: #fff;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {
  display: block;
}
/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #0b3e87;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #0b3e87;
  padding: 15px 10px 10px 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #f2f2f2;
  color: #0b3e87;
}

.listnavigator-box {
  border-radius: 5px;
  border: 1px solid #0b3e87;
  margin-top: 30px;
}

.listnavigator-commodity-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #0b3e87;
  padding: 10px 0px 10px 15px;
  margin: -1px;
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .listnavigator-commodity-title {
    padding: 10px 0px 10px 10px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .listnavigator-commodity-title {
    padding: 10px 0px 10px 30px;
  }
}

.listnavigator-content {
  font-size: 14px;
  font-weight: 400;
  color: #0b3e87;
  padding: 15px 15px 15px 15px;
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .listnavigator-content {
    padding: 15px 10px 15px 10px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .listnavigator-content {
    padding: 15px 30px 20px 30px;
  }
}

.listnavigator-top-content {
  font-size: 14px;
  font-weight: 400;
  color: #0b3e87;
}

.listnavigtor {
  margin-bottom: 5px;
}

.listnavigtor-login {
  font-weight: 600;
}

.listnavigtor-pass {
  font-weight: 600;
}

.listnavigator-under-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  flex-direction: row-reverse;
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .listnavigator-under-content {
    margin-top: 10px;
    flex-direction: column;
    align-items: baseline;
  }
}

.to-listnavigator-login-page {
  border-radius: 5px;
  color: #fff;
  background: #0b3e87;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 6px 5px 6px 5px;
  cursor: pointer;
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .to-listnavigator-login-page {
    font-size: 10px;
    padding: 6px 4px 6px 4px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .to-listnavigator-login-page {
    margin-top: 10px;
  }
}

.what-list-navigator {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  color: #707070;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .what-list-navigator {
    font-size: 11px;
  }
}

.what-list-navigator-text {
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
}

.counts-calender {
  height: 500px;
  background-color: #f2f2f2;
  color: #c2c2c2;
  font-size: 30px;
  text-align: center;
  line-height: 500px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .counts-calender {
    margin-top: 2rem;
    width: auto;
    font-size: 20px;
    height: 40rem;
    line-height: 40rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .counts-calender {
    margin-top: 3rem;
    width: auto;
    font-size: 3rem;
    height: 40rem;
    line-height: 40rem;
  }
}

@media screen and (min-width: 768px) {
  .calender-box-sp {
    display: none;
  }
}

.row.schedules {
  margin-bottom: 20px;
}

@media screen and (min-width: 426px) and (max-width: 769px) {
  .row.schedules {
    margin-top: 20px;
  }
}

.fixed-call-time-box {
  float: right;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
}

@media screen and (max-width: 619px) {
  .fixed-call-time-box {
    display: block;
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 619px) {
  .selecting-container {
    display: flex;
    line-height: 26px;
  }
}

@media screen and (max-width: 619px) {
  .fixed-container {
    display: flex;
    line-height: 26px;
  }
}

.selecting-box {
  display: flex;
}

.selecting-yen {
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 5px;
}

.fixed-call-yen {
  color: #0079ea;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 5px;
}

.fixed {
  display: flex;
  justify-content: center;
}

.selecting {
  margin: 0 15px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 426px) {
  .selecting {
    margin: 5px 15px;
  }
}

@media screen and (max-width: 426px) {
  .fixed {
    margin: 10px 15px 0px 15px;
  }
}

.selecting-icon {
  height: fit-content;
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  margin-right: 6px;
}

.fixed-icon {
  height: fit-content;
  background: #0079ea;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  margin-right: 6px;
}

.fixed-call-box {
  display: flex;
}

.page-header.schedules {
  margin-bottom: 0;
}

.schedules-title-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 426px) {
  .schedules-title-flex {
    display: block;
  }
}
/* calendar */

.calender-right {
  display: flex;
}

#today {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#prev {
  background-color: #fff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#next {
  background-color: #fff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 8px;
  margin-right: 0px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #today {
    margin-right: 1px;
  }

  #prev {
    margin-right: 1px;
  }

  #next {
    margin-right: 1px;
  }
}

#csv {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 8px 3px 8px;
  margin-bottom: 5px;
}

.input-information {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  display: flex;
}

.input-information li {
  display: inline-block;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  cursor: pointer;
}

.input-information li.left {
  border-radius: 5px 0 0 0;
  border: 2px solid #0b3e87;
  border-right: 1px solid #0b3e87;
  border-bottom: none;
}

.input-information li.center {
  border-top: 2px solid #0b3e87;
}

.input-information li.right {
  border-radius: 0 5px 0 0;
  border: 2px solid #0b3e87;
  border-left: 1px solid #0b3e87;
  border-bottom: none;
}

.input-information li.active {
  cursor: auto;
  color: #fff;
  background: #0b3e87;
}

.input-information li:not(.active):hover {
  opacity: 0.5;
  transition: opacity 0.4s;
}

.input-information-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.btn-appointment {
  margin-top: 30px;
  margin-bottom: 15px;
}

.tab.active {
  display: block;
  min-height: 150px;
  padding: 21px 15px 15px 15px;
}

.tab {
  display: none;
}

.tab-group {
  border: 2px solid #0b3e87;
  border-radius: 0 0 5px 5px;
}

h2.calendar-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}

[role="form"].schedules-form {
  padding: 0px;
  margin: 0;
  border-radius: 0;
}

h1.page-header {
  margin-top: 0px;
}

.page-header {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .page-header {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header {
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header {
    font-size: 20px;
  }
}

.background-padding {
  padding: 0 3rem;
}

@media screen and (max-width: 768px) {
  .background-padding {
    padding: 0 1rem;
  }
}

/*appotnerTraningsByld.html*/
@media screen and (max-width: 1199px) {
  .pad30 .col-lg-3 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pad30.pad-none .col-lg-3 {
    padding-right: 0px;
  }
}

.col-lg-3.closer-number {
  margin-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-under {
  margin-top: 20px;
}

@media screen and (max-width: 415px) {
  .youtube-under {
    margin-top: 10px;
  }
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

p.video-title {
  line-height: 2;
  font-size: 18px;
}

@media screen and (max-width: 415px) {
  p.video-title {
    font-size: 14px;
    line-height: 1.5;
  }
}

h1.video-explanation-title {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 415px) {
  h1.video-explanation-title {
    font-size: 12px;
  }
}

h2.video-explanation {
  font-size: 14px;
  line-height: 2.5;
  height:110px;
  overflow-y:scroll;
}

h2.video-explanation::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
h2.video-explanation::-webkit-scrollbar:vertical {
  height: 3px;
}
h2.video-explanation::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #0b3e87;
}

.current-video {
  border: 4px solid #0b3e87 !important;
}


@media screen and (max-width: 415px) {
  h2.video-explanation {
    font-size: 10px;
    line-height: 2.2;
  }
}

.to-confirm-test {
  background: #0b3e87;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: none;
  float: right;
}

.video-side .col-lg-4 {
  padding-right: 0px;
}

.next-thumbnail-box {
  width: 160px;
  height: 90px;
}

.next-thumbnail {
  width: auto;
  height: 90px;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .next-thumbnail {
    margin-bottom: 0px;
  }
}

.next-video {
  display: flex;
  width: auto;
  border: solid 1px #0b3e87;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.next-video-text h1 {
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .next-video-text h1 {
    font-size: 16px;
  }
}

.next-video-text h2 {
  font-size: 10px;
  margin-bottom: 0;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .next-video-text h2 {
    font-size: 14px;
  }
}

h2.next-video-detail {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-top: 3px;
}

@media screen and (max-width: 415px) {
  h2.next-video-detail {
    display: none;
  }
}

@media screen and (max-width: 415px) {
  h2.sp-next-video-detail {
    margin-top: 3px;
  }
}

@media screen and (min-width: 415px) {
  h2.sp-next-video-detail {
    display: none;
  }
}

.list-thumbnail-box {
  margin-right: 15px;
  width: 128px;
  height: 72px;
  float: left;
}

.list-thumbnail {
  width: auto;
  height: 72px;
}

.list-video-group {
  height: 495px;
  overflow-y: scroll;
  margin-top: 5px;
}

.list-video-group::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.list-video-group::-webkit-scrollbar:vertical {
  height: 3px;
}
.list-video-group::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #0b3e87;
}

.list-video {
  display: flex;
  width: auto;
  border-top: solid 1px #0b3e87;
  border-right: solid 1px #0b3e87;
  border-left: solid 1px #0b3e87;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.list-video:last-child {
  border-bottom: solid 1px #0b3e87;
}

.video-side {
  height: 600px;
}

@media screen and (max-width: 415px) {
  .video-side {
    margin-top: 5px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .video-side {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1365px) and (min-width: 1280px) {
  .video-side {
    height: 550px;
  }
}

.list-video-text h1 {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  font-weight: 600;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .list-video-text h1 {
    font-size: 15px;
  }
}

.list-video-text h2 {
  font-size: 9px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .list-video-text h2 {
    font-size: 14px;
  }
}

h1.next-video-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  h1.next-video-title {
    font-size: 18px;
  }
}

h2.list-video-detail {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-top: 3px;
}

#form2 {
  position: relative;
  border: solid #0b3e87;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
}

#sbox2 {
  padding-left: 30px;
  border: none;
  position: relative;
  width: 100%;
}
#sbox2::placeholder {
  background-color: transparent;
  color: #bec2c7;
}

#sbtn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  width: 45px;
  background-color: #0b3e87;
  font-size: 20px; /*アイコンサイズ*/
}

.button {
  background-color: none;
}

#sbtn5:hover {
  color: #7fbfff;
}

/* appointerSettings.html */
.accordionSettingsFAQ {
  width: 100%;
  color: #0b3e87;
}
.accordionSettingsFAQ li {
  border: solid 1px #0b3e87;
  border-top: none;
  padding-left: 30px;
  padding-right: 30px;
}
.accordionSettingsFAQ li:first-child {
  border: solid 1px #0b3e87;
  border-radius: 5px 5px 0 0;
}
.accordionSettingsFAQ li:last-child {
  border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 426px) {
  .accordionSettingsFAQ li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.accordionSettingsFAQ .link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #0b3e87;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordionSettingsFAQ li:last-child .link {
  border-bottom: 0;
}

.accordionSettingsFAQ li i {
  position: absolute;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordionSettingsFAQ li i.fa-chevron-down {
  left: auto;
  font-size: 16px;
}

.accordionSettingsFAQ li.open .link h2 {
  color: #0b3e87;
}
.accordionSettingsFAQ li.open .link span i {
  color: #fff;
  height: 40px;
}

.accordionSettingsFAQ li.open i {
  color: #0b3e87;
}
.accordionSettingsFAQ li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordionSettingsFAQ li.default .settings {
  display: block;
}

.accordionSettings {
  width: 100%;
  color: #0b3e87;
}

.accordionSettings li {
  border-top: solid 1px #0b3e87;
  border-right: solid 1px #0b3e87;
  border-left: solid 1px #0b3e87;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 426px) {
  .accordionSettings li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.accordionSettings li:first-child {
  border-radius: 5px 5px 0 0;
}

.accordionSettings li:last-child {
  border: solid 1px #0b3e87;
  border-radius: 0 0 5px 5px;
}

.accordionSettings .link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #0b3e87;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordionSettings li:last-child .link {
  border-bottom: 0;
}

.accordionSettings li i {
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordionSettings li i.fa-chevron-down {
  left: auto;
  font-size: 20px;
  line-height: 40px;
}

.accordionSettings li.open .link h2 {
  color: #0b3e87;
}
.accordionSettings li.open .link span i {
  color: #fff;
  height: 40px;
}

.accordionSettings li.open i {
  color: #0b3e87;
}
.accordionSettings li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordionSettings li.default .settings {
  display: block;
}

.settings {
  display: none;
  background: #fff;
  font-size: 14px;
}
.settings.mar-top {
  margin-top: 10px;
}

.settings-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}

.settings a {
  display: block;
  text-decoration: none;
  color: #0b3e87;
  padding-bottom: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.settings a:hover {
  background: #f2f2f2;
  color: #0b3e87;
}
/* 
      .settings-text{
        height:150px;
      } */

h1.title-appointer-settings0,
h1.title-closer-settings0 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.settings-title-text {
  border-bottom: 2px solid #707070;
  margin-bottom: 5px;
}

.list-appointer-settings,
.list-closer-settings {
  width: 100%;
  border: solid 1px #0b3e87;
  padding-left: 30px;
  height: 50px;
  border-radius: 5px;
  margin-top: 5px;
}

h2.inlist-appointer-settings,
h2.inlist-closer-settings {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
}

@media screen and (max-width: 427px) {
  h2.inlist-appointer-settings,
  h2.inlist-closer-settings {
    font-size: 11px;
  }
}

@media screen and (min-width: 427px) {
  h2.inlist-appointer-settings-pc,
  h2.inlist-closer-settings-pc {
    font-size: 13px;
    line-height: 40px;
    display: inline-block;
  }
}
@media screen and (max-width: 426px) {
  h2.inlist-appointer-settings-pc,
  h2.inlist-closer-settings-pc {
    display: none;
  }
}

@media screen and (max-width: 426px) {
  h2.inlist-appointer-settings-sp,
  h2.inlist-closer-settings-sp {
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
  }
}

@media screen and (min-width: 427px) {
  h2.inlist-appointer-settings-sp,
  h2.inlist-closer-settings-sp {
    display: none;
  }
}

.chevronBox {
  background-color: none;
  color: #0b3e87;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}

.chevronBox i {
  color: #0b3e87;
}

.link-FAQ {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

#sbtn3 {
  position: relative;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  width: 45px;
  background-color: #0b3e87;
  font-size: 20px; /*アイコンサイズ*/
}

/*appointer-tranings.html*/

.recomended-video-title {
  margin-top: 10px;
  margin-bottom: 5px;
}

h1.recomended-video-title {
  font-size: 14px;
}

.recomended-video-out-box {
  overflow-y: scroll;
}

.recomended-video-out-box::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.recomended-video-out-box::-webkit-scrollbar:vertical {
  height: 3px;
}
.recomended-video-out-box::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #0b3e87;
}

.recomended-video-next-page {
  width: 100%;
  display: flex;
}

.recomended-video-next-page.not-to-next-page {
  pointer-events: none;
}

.recomended-thumbnail {
  padding-right: 15px;
  width: 144px;
  height: 81px;
}

@media screen and (max-width: 374px) {
  .recomended-thumbnail {
    width: 100px;
    height: 60px;
  }
}

@media screen and (min-width: 375px) and (max-width: 413px) {
  .recomended-thumbnail {
    width: 110px;
    height: 65px;
  }
}

@media screen and (max-width: 576px) {
  .recomended-thumbnail {
    padding-right: 10px;
  }
}

.recomended-video-box {
  display: inline-block;
  width: 70%;
}

@media screen and (min-width: 1441px) {
  .recomended-video-box {
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .recomended-video-box {
    width: 65%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .recomended-video-box {
    width: 55%;
  }
}
@media screen and (max-width: 575px) {
  .recomended-video-box {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .sp-recomended-video-box {
    display: none;
  }
}
h1.sp-recomended-video-text {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}

@media screen and (min-width: 414px) {
  h1.sp-recomended-video-text {
    font-size: 13px;
    margin-top: 3px;
  }
}
h2.sp-recomended-video-detail {
  font-size: 10px;
}

@media screen and (min-width: 414px) {
  h2.sp-recomended-video-detail {
    font-size: 13px;
  }
}

.recomended-video {
  display: flex;
  justify-content: space-between;
  width: auto;
  border-left: solid 1px #0b3e87;
  border-top: solid 1px #0b3e87;
  border-right: 1px solid #0b3e87;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.recomended-video:last-child {
  border-bottom: solid 1px #0b3e87;
}

@media screen and (max-width: 576px) {
  .recomended-video {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

h1.recomended-video-text {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: inline-block;
}

h2.recomended-video-detail {
  margin-top: 0;
  margin-bottom: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 3px;
  font-size: 14px;
}

.modal-applcation-btn {
  display: flex;
}

.fa-times.times-float {
  float: right;
  color: #707070;
}

.fa-times.times-float-white {
  float: right;
  color: #fff;
  font-size: 22px;
}

.submit-application0 {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.application0 {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #0b3e87;
  border: solid 1px #0b3e87;
  font-size: 12px;
}

.application1 {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  font-size: 10px;
}

.application2 {
  width:56px;
  height:30px;
  border-radius:5px;
  margin-left:5px;
  font-size:10px;
  color: #fff;
  border: solid 1px #0b3e87;
  background-color: #7fbfff;
}

@media screen and (max-width: 576px) {
  .application0 {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
  .application1 {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
  .application2 {
    width: 42px;
    height: 25px;
    font-size: 9px;
    margin-left:5px;
  }
}

.application-now {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  background-color: #0b3e87;
  color: #fff;
  border: solid 1px #0b3e87;
  font-size: 12px;
}

button.application-now {
  cursor: auto;
}

button.application-now:hover {
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .application-now {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
}

.watching {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  background-color: #e6f2fd;
  color: #0b3e87;
  border: solid 1px #0b3e87;
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .watching {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
}

.active-application {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #eb5c1a;
  border: solid 1px #eb5c1a;
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .active-application {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
}

.active-application-now {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  background-color: #eb5c1a;
  color: #fff;
  border: solid 1px #eb5c1a;
  font-size: 12px;
}

button.active-application-now {
  cursor: auto;
}

button.active-application-now:hover {
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .active-application-now {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
}

.script-download {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff4f0;
  color: #eb5c1a;
  border: solid 1px #eb5c1a;
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .script-download {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
}

#active-stop {
  width: 56px;
  height: 30px;
  border-radius: 5px;
  background-color: #ff0000;
  color: #fff;
  border: solid 1px #ff0000;
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  #active-stop {
    width: 42px;
    height: 25px;
    font-size: 9px;
  }
}

/*appointerFaq.html*/

#form3 {
  position: relative;
  border: solid #0b3e87;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #form3 {
    margin-top: 30px;
  }
}

#whole-faq {
  margin-top: 20px;
  height:700px;
  padding-right: 30px;
  overflow-y: scroll;
}
#whole-faq::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  height: 4px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#whole-faq::-webkit-scrollbar-corner {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0b3e87;
}
#whole-faq::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0b3e87;
}

h1.title-appointer-FAQ,
h1.title-closer-FAQ {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
}

h1.title-appointer-FAQ:nth-of-type(1),
h1.title-closer-FAQ:nth-of-type(1) {
  margin-top: 0;
}

.title-appointer-FAQ-text,
.title-closer-FAQ-text {
  border-bottom: 2px solid #707070;
  margin-bottom: 5px;
}

.list-appointer-parent,
.list-closer-parent {
  height: 180px;
  overflow-y: scroll;
}

.inlist-appointer-FAQ,
.inlist-closer-FAQ {
  font-size: 12px;
  line-height: 50px;
}

/*apponit-adjust-2*/

/*calendar*/

/* TODO: 勤怠ボタン --- ここから --- */
.attendance-form {
  padding: 20px 0px !important;
}

.attendance-btn {
  padding: 16px 0px;
}
/* TODO: 勤怠ボタン --- ここまで --- */


@media screen and (max-width: 1025px) {
  .cancel-mode {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
  }
}

.cancel-mode-box {
  display: flex;
  align-items: center;
  padding: 15px 0 15px 0;
  /* justify-content: flex-end; */
}

.cannel-mode-text {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

@media screen and (max-width: 426px) {
  .cannel-mode-text {
    font-size: 14px;
    margin-left: 5px;
  }
}

.switch.switch-in-box.cancel-switch {
  display: flex;
}

[role="form"].schedule-cancel-form {
  padding: 0px;
}

.cancel-btn {
  color: #fff;
  background: #0b3e87;
  padding: 16px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}

.cancel-btn.disabled-button{
  color: #707070;
  background: #fff;
  border: 1px solid #707070;
}

.cancel-btn:hover {
  color: #fff;
}

.cancel-btn.disabled-button:hover {
  color: #aaa;
}

@media screen and (max-width: 1025px) {
  .cancel-btn {
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 426px) {
  .cancel-btn {
    font-size: 14px;
    width: 100%;
  }
}

#today-csv-none {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
  margin-right: 7px;
  margin-bottom: 5px;
}

#prev-csv-none {
  background-color: #fff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 8px;
  margin-right: 7px;
  margin-bottom: 5px;
}

#next-csv-none {
  background-color: #fff;
  border: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 8px;
  margin-bottom: 5px;
}

.schedule-calendar {
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #0b3e87;
  border-collapse: separate;
  border-radius: 5px;
}

.schedule-calendar::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  background: #fafafa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.schedule-calendar::-webkit-scrollbar:horizontal {
  height: 7px;
}
.schedule-calendar::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #0b3e87;
}

.schedule-edit-calendar {
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #0b3e87;
  border-collapse: separate;
  border-radius: 5px;
}

.schedule-edit-calendar::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  background: #fafafa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.schedule-edit-calendar::-webkit-scrollbar:horizontal {
  height: 7px;
}
.schedule-edit-calendar::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #0b3e87;
}

.fa-circle-o {
  color: #0079ea;
}

.fa-times {
  color: #f90415;
}

.fa-caret-up {
  color: #f8b500;
}

section {
  border: 1px solid #0b3e87;
  border-collapse: separate;
  border-radius: 5px;
}

@media screen and (max-width: 426px) {
  .appointer-calendar-sp-box {
    border: 1px solid #0b3e87;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .table-box {
    overflow-x: scroll;
  }
}

table {
  table-layout: fixed;
  min-width: 100%;
  border-collapse: separate;
}

/* @media screen and (max-width:767px){
  table{
    width:600px;
  }
} */

.table-upper {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .table-upper {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

table thead th,
table tbody th,
table tbody td {
  border-bottom: 1px solid #ddd;
}

table thead th,
table tbody td {
  border-right: 1px solid #ddd;
}

th {
  background-color: #0b3e87;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-color: #0b3e87;
}
th.week-line-none {
  border-bottom-color: #0b3e87;
}

th:first-child {
  color: #b63b4d;
  border-radius: 4px 0 0 0;
}

th:last-child {
  color: #7fbfff;
  border-radius: 0 5px 0 0;
  /* border-right:1px solid #0b3e87; */
}

h1.date {
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}

h1.date.today {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0b3e87;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

td {
  padding: 6px 3px 6px 3px;
  vertical-align: top;
}

.first-week {
  color: #ff0000;
}

.last-week {
  color: #0000ff;
}

.is-disabled {
  color: #c2c2c2;
}

.is-disabled a,
a:hover,
a:focus {
  color: #c2c2c2;
}

.calendar-number {
  height: 50px;
  border: 1px;
}

.firstday-of-week-box {
  border-left: 1px solid #0b3e87;
}
.lastday-of-week-box {
  border-right: 1px solid #0b3e87;
}

.last-week-box {
  border-bottom: 1px solid #0b3e87;
}

.firstday-of-lastweek-box {
  border-bottom-left-radius: 5px;
}

.lastday-of-lastweek-box {
  border-bottom-right-radius: 5px;
}

.appoint-time {
  font-size: 0px;
  text-align: center;
  overflow-y: auto;
  height: 6.2rem;
  width: 8rem;
  display: inline-block;
}

@media screen and (min-width: 1441px) {
  .appoint-time {
    width: 11rem;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .appoint-time {
    width: 8rem;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .appoint-time {
    width: 10rem;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .appoint-time {
    width: 9rem;
    margin-top: 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .appoint-time {
    width: 8.5rem;
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .appoint-time {
    width: 8.7rem;
    margin-top: 2px;
  }
}

.appoint-time::-webkit-scrollbar {
  display: none;
}

.time-select {
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  width: 8em;
  padding: 0 5px;
}

.time-select-draft {
  animation: draft-animation 1s both;
}
@keyframes draft-animation {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .time-select {
    padding: 0 2px;
  }
}

@media screen and (min-width: 1441px) {
  .time-select {
    width: 12em;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .time-select {
    width: 8.5em;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .time-select {
    width: 10em;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .time-select {
    width: 10em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .time-select {
    width: 8.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .time-select {
    width: 8.5em;
  }
}

/*modal*/
.modal .modal-content {
  overflow-y: initial !important;
}

.modal-appointements100 {
  height: 100vh;
}

.appointments.modal-content {
  margin-top: 60px;
  background: none;
}

.modal .modal-body {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}

.modal .modal-body::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.modal .modal-body::-webkit-scrollbar:vertical {
  height: 3px;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #0b3e87;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.04);
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal-content {
  background: #fff;
  border-radius: 5px;
}

.modal-content.modal-content-box {
  background: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
}

ul.modal-time {
  font-size: 0px;
  text-align: center;
}
ul.modal-time li {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.modal-header-edit {
  background-color: #0b3e87;
  color: #fff;
  border-color: #0b3e87;
  border-radius: 5px 5px 0 0;
  height: 60px;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 0px; /*reset*/
  padding-right: 30px; /*reset*/
  padding-bottom: 0px; /*reset*/
  line-height: 60px;
}

.modal-header {
  background-color: #0b3e87;
  color: #fff;
  border-color: #0b3e87;
  border-radius: 5px 5px 0 0;
  height: 60px;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 0px; /*reset*/
  padding-right: 0px; /*reset*/
  padding-bottom: 0px; /*reset*/
  line-height: 60px;
}

.appointments-modal-header {
  background-color: #0b3e87;
  color: #fff;
  border-color: #0b3e87;
  border-radius: 5px 5px 0 0;
  height: 60px;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 0px; /*reset*/
  padding-right: 0px; /*reset*/
  padding-bottom: 0px; /*reset*/
  line-height: 60px;
  width: 340px;
}

@media screen and (max-width: 426px) {
  .appointments-modal-header {
    width: 300px;
  }
}

.modal-message {
  font-size: 15px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .appointments-modal-header {
    padding-left: 2rem;
  }
}

.modal-body-timedetail {
  margin: 0;
  text-align: left;
}
.modal-body-timedetail table {
  border: 0;
  width: 100%;
}
.modal-body-timedetail table td {
  border: 0;
  height: 0px;
}
.modal-body-timedetail input {
  padding: 3px;
  width: 100%;
  max-width: 100%;
}
.modal-body-timedetail select {
  padding: 3px;
  width: 100%;
  max-width: 100%;
}

select {
  border-color: #ddd;
  border-radius: 3px;
}
.modal-body-timedetail p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 2px;
}

.modal-time-detail {
  padding-bottom: 15px;
}

[role="form"]#appointmentFixedForm {
  background: #fff;
  border-radius: 0 0 5px 5px;
}

table.timedetail-inner {
  margin-top: 4px;
  margin-bottom: 3px;
}

.timedetail-inner tbody tr td input {
  height: 25px;
  border-radius: 3px;
  border: 1px solid #707070;
}

.timedetail-inner tr td select {
  border: 1px solid #707070;
  height: 25px;
}

table.reportdetail-inner {
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 3px;
}

.reportdetail-title {
  font-size: 16px;
  font-weight: bold;
}

.checkbox-draft {
  margin-top: 0px;
}
.checkbox-draft table {
  border: 0;
  font-size: 15px;
  text-align: center;
}
.checkbox-draft table td {
  border: 0;
  height: 0px;
}

.fixed-btn {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.report-btn {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 15px;
}

.acquired-btn-group {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.acquired-btn {
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 14px 0 10px;
  margin-top: 30px;
}

.non-acquired-btn {
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 14px 0 10px;
  margin-top: 30px;
  margin-right: 10px;
}

.appoint-confirm-box {
  background: #fff;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  padding-top: 20px;
  width: 340px;
}

@media screen and (max-width: 426px) {
  .appoint-confirm-box {
    width: 300px;
  }
}

.appoint-confirm-inner {
  height: 140px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 426px) and (max-width: 769px) {
  .appoint-confirm-inner {
    font-size: 15px;
  }
}

@media screen and (max-width: 426px) {
  .appoint-confirm-inner {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.appoint-confirm-inner:last-child {
  border-radius: 0 0 5px 5px;
}

.appoint-confirm-inner h1 {
  margin-bottom: 15px;
}

.appoint-confirm-inner h1 span {
  border-bottom: 1px solid #707070;
  font-size: 15px;
}

.appoint-confirm-inner p {
  margin-bottom: 5px;
}

.appoint-No {
  font-size: 14px;
}

/*appointerAppointmentsSelection.html modal-part*/
.modal-content-time-zoom {
  background: none;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 300px;
  transform: translate(-50%, 25%);
  border-radius: 5px;
}

.modal-time-select-body {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.modal-dialog {
  width: 250px;
  margin: 55px auto;
}

.modal-dialog.modal-time-detail {
  width: 525px;
}

@media screen and (max-width: 769px) {
  .modal-dialog.modal-time-detail {
    width: 400px;
  }
}

@media screen and (max-width: 426px) {
  .modal-dialog.modal-time-detail {
    width: 375px;
  }
}

@media screen and (max-width: 376px) {
  .modal-dialog.modal-time-detail {
    width: 320px;
  }
}

.modal-appointments {
  background: none;
}

.modal-title {
  line-height: 60px;
}

@media screen and (max-width: 426px) {
  .modal-title {
    font-size: 15px;
    line-height: 30px;
  }
}

.modal-header .close {
  margin-top: 5px;
  margin-right: 10px;
}

.modal-header-edit .close {
  line-height: 40px;
  color: #fff;
  opacity: 1;
  font-size: 22px;
}

/*appoint-rewards.html*/

.this-month-box.confirm-this-month-box {
  width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .all-this-month-box {
    display: flex;
    justify-content: space-between;
  }
  .this-month-box {
    width: 31%;
  }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .this-month-box.width48 {
    width: 48%;
  }
}

@media screen and (max-width: 575px) {
  .this-month-box {
    margin-top: 30px;
  }
  .this-month-box.mar-top-none {
    margin-top: 0px;
  }
}

.thismonth-rewards-title {
  border: solid #0b3e87 1px;
  background-color: #0b3e87;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .thismonth-rewards-title {
    margin-top: 0px;
  }
}

.thismonth-rewards {
  border: solid #0b3e87 1px;
  border-radius: 0 0 5px 5px;
  height: 100px;
  color: #e0540e;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
}

@media screen and (max-width: 1199px) {
  .thismonth-rewards {
    margin-bottom: 30px;
  }
}

.thismonth-rewards.color-orange {
  color: #e0540e;
}

.thismonth-rewards.color-grey {
  color: #707070;
}

.thismonth-rewards.color-blue {
  color: #0dbcdf;
}

.thismonth-rewards.color-yellow {
  color: #f8b500;
}

.daynumber-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

h2.daynumber {
  display: inline-block;
  border-bottom: solid 1px #707070;
  padding-bottom: 2px;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 1800px) {
  h2.daynumber {
    margin-right: 1rem;
  }
}

.daynumber-day {
  font-weight: 500;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 3px;
}

h5.dayrewards {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}

.dayrewards-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 5px;
}

/*modal*/

/*appointerSchedules.html*/
.shift-now-time {
  border: 2px solid #0b3e87 !important;
}

.height-necessary-box {
  height: 50rem;
}

@media screen and (max-width: 1200px) {
  .height-necessary-box {
    height: auto;
  }
}

.height-necessary1 {
  height: 65%;
}

.shift-application-btn {
  width: 100%;
  margin-top: 30px;
}

#shift-application {
  width: 100%;
  height: 45px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 5px;
  background-color: #0b3e87;
  color: #fff;
  border: solid 1px #0b3e87;
}

@media screen and (max-width: 1200px) {
  .shift-application-btn {
    width: 30%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shift-application-btn {
    width: 40%;
  }
}

.schedules-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.schedule-edit-form {
  padding: 20px 0px !important;
}

.prefer-btn {
  padding: 16px 0px;
}

.csv-output-form {
  padding: 20px 0px !important;
}

.csv-output-btn {
  padding: 16px 0px;
}

th.schedule-date-box {
  background-color: #fff;
  color: #707070;
  font-weight: 600;
  min-width: 48px;
}

th.schedule-date-box:first-child {
  position: sticky;
  left: 0;
}

th.schedule-date-box-sunday {
  background-color: #fff;
  color: #ff0000;
  font-weight: 600;
  width: 48px;
  min-width: 48px;
}

th.schedule-date-box-saturday {
  background-color: #fff;
  color: #0000ff;
  font-weight: 600;
  width: 48px;
  min-width: 48px;
}

th.schedule-date-box:last-child {
  border-right: none;
}

th.schedule-date-box-none {
  background-color: #fff;
  width: 48px;
  min-width: 48px;
  position: sticky;
  left: 0;
  height: 44px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

th.today-box {
  background-color: #b9fefe;
}

.schedule-date-saturday {
  color: #0000ff;
}

.days-of-the-week-saturday {
  color: #0000ff;
}

.days-of-the-week-sunday {
  color: #ff0000;
}

.schedule-date-sunday {
  color: #ff0000;
}

.schedule-date,
.days-oftheweek {
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
}

th.timelabel-title {
  background-color: #fff;
  color: #707070;
  font-weight: 600;
  position: sticky;
  left: 0;
  border-right: 1px solid #ddd;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
}

td.timelabel {
  width: auto;
  height: 41px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

td.timelabel {
  border-left: none;
  border-right: 1px solid #ddd;
}

td.timelabel:last-child {
  border-right: none;
}

td.timelabel.choiced {
  background-color: #fbdcf3;
}

td.timelabel.choicing {
  border-right: 2px solid #707070;
  border-left: 2px solid #707070;
  background-color: #fbdcf3;
}

td.timelabel.choicing-hover-first {
  border-top: 2px solid #b1a3a3;
}

.choicing-hover-last {
  border-bottom: 2px solid #707070;
}

td.timelabel p {
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
}

td.timelabel-decision p {
  color: #0079ea;
}

td.timelabel-decision-edit p {
  color: #0079ea;
}
td.timelabel-decision-edit p:hover {
  opacity: 0.5;
  cursor: pointer;
}

td.timelabel-apply p {
  color: #f90415;
}

td.timelabel-application p {
  background-color: #febabf;
  color: #f90415;
}

td.timelabel-application p:hover {
  opacity: 0.5;
  cursor: pointer;
}

td.timelabel-non-enterable p {
  background: linear-gradient(
    45deg,
    transparent,
    transparent 49%,
    #ddd 49%,
    #ddd 51%,
    transparent 51%,
    transparent
  );
  background-color: #f2f2f2;
}

td.timelabel.week {
  background-color: #f2f2f2;
}

td.timelabel.week .oblique-line p.timelabel-text-week {
  background: linear-gradient(
    45deg,
    transparent,
    transparent 49%,
    #ddd 49%,
    #ddd 51%,
    transparent 51%,
    transparent
  );
}

td.timelabel p {
  height: 100%;
  line-height: 41px;
}

/*appointerSchedulesEdit.html*/

.timelabel-text {
  font-size: 9px;
  font-weight: 500;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
}

.fa-circle-o {
  font-size: 16px;
}

.fa-times {
  font-size: 16px;
}

.fa-caret-up {
  font-size: 16px;
}

/*appointerRewardgraph.html*/

.graphtable {
  background-color: #fff;
  font-size: 14px;
  margin-right: 0px;
  margin-left: 0px;
}

.graphtable.closerGraph {
  margin-right: 30px;
  margin-left: 30px;
}

.rewards-graph-box {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .rewards-graph {
    width: 650px;
  }
}

.confirm-graph {
  margin-top: 30px;
  width: 800px;
  height: 600px;
  overflow-x: auto;
}

.tab-content ul.sub-tab-content {
  display: none;
}
.tab-content ul.sub-tab-content.active {
  display: block;
}

.parent-tab-content {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  padding-right: 30px;
}

.parent-tab-content li {
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.parent-tab-content li:first-child {
  border-right: solid 1px #707070;
  border-left: none;
  border-radius: 5px 0 0 5px;
}
.parent-tab-content li:last-child {
  border-right: none;
  border-left: solid 1px #707070;
  border-radius: 0 5px 5px 0;
}

.sub-tab-content li {
  border-right: solid 1px #707070;
  border-left: solid 1px #707070;
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: 500;
}
.sub-tab-content li:first-child {
  border-right: solid 1px #707070;
  border-left: none;
  border-radius: 5px 0 0 5px;
}

.sub-tab-content li:last-child {
  border-right: none;
  border-left: solid 1px #707070;
  border-radius: 0 5px 5px 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: none;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  padding: 5px 10px;
}

.nav-tabs li a,
.nav-tabs li.active a {
  padding: 5px 10px;
}

.nav-tabs li,
.active a {
  color: #707070;
}

.nav-tabs {
  background: none;
}

.nav-tabs > li,
.active > a {
  background-color: #e4e4e4;
}

.nav-tabs > li > a {
  border-radius: 0 0 0 0;
  margin-right: 0;
  font-size: 13px;
  font-weight: 600;
}

/***** start : appointer efficiencyGraph *****/
.graph-wrapper {
  position: relative;
  overflow-x: scroll;
  height: 405px;
}

.graph-wrapper::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  height: 4px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.graph-wrapper::-webkit-scrollbar-corner {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0b3e87;
}
.graph-wrapper::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0b3e87;
}

.canvas-wrapper {
  /* position: relative; */
  /* width:100%; */
  /* height:400px; */
}

.main-chart {
  position: absolute;
  top: 0;
  /* height: 400px; */
  /* width: 3000px; */
}

.main-chart-Axis {
  position: absolute;
}

#line-confirm-chart,
#line-reward-chart {
  left: -64px;
}
#line-confirm-chart2 {
  top: 93px;
  left: 40px;
}
#line-reward-chart2 {
  top: 45px;
  left: 40px;
}
#line-efficiency-chart2 {
  top: 92px;
  left: 90px;
}

.confrim-graph .panel-body,
.reward-graph .panel-body {
  padding-left: 82px;
}
.efficiency-graph .panel-body {
  padding-left: 52px;
}

td.timelabel-1 {
  background-color: #b63b4d;
}

td.timelabel-apply p {
  color: red;
}

.tab_wrap input[type="radio"] {
  display: none;
}

.tab_area {
  /* font-size:0; */
  display: flex;
  overflow: scroll;
  width: 100%;
  border-radius: 5px 0 0 5px;
  -ms-overflow-style: none; /*  edge,IEのスクロールバーを削除 */
}

.tab_area::-webkit-scrollbar {
  display: none;
} /*  chrome,safariのスクロールバーを削除 */

.tab_area label {
  margin-top: 10px;
  display: inline-block;
  color: #999;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  border-right: 1px solid #0b3e87;
  border-top: 1px solid #0b3e87;
  border-bottom: 1px solid #0b3e87;
  /* border-right: solid 1px #707070;
  border-left: solid 1px #707070; */
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: ease 0.2s opacity;
  padding: 5px 10px;
}
.tab_area label:first-child {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #0b3e87;
}

.tab_area label:last-child {
  border-radius: 0 5px 5px 0;
}

.tab_area label:hover {
  opacity: 0.5;
}

.tab_label {
  min-width: fit-content;
}

.panel_area {
  background: #fff;
}
.panel_area #panel {
  display: block;
}

.tab_wrap {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.tab_panel {
  /* width:100%; */
  display: none;
}
.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.tab-content {
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

/***** end : appointer efficiencyGraph *****/

/*closerConfirmsGraph*/
.thismonth-number-title {
  margin-top: 30px;
  border: solid #0b3e87 1px;
  background-color: #0b3e87;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 1199px) {
  .thismonth-number-title {
    margin-top: 0px;
  }
}

.thismonth-number {
  border: solid #0b3e87 1px;
  border-radius: 0 0 5px 5px;
  height: 100px;
  color: #e0540e;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
}

.thismonth-number.color-green {
  color: #03e028;
}

.row.closerRow {
  padding-top: -15px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

.closer-my-score-title {
  border: solid #0b3e87 1px;
  background-color: #0b3e87;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
}

.closer-my-score {
  border: solid #0b3e87 1px;
  border-radius: 0 0 5px 5px;
  height: 100px;
  color: #e0540e;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
}

.closer-this-month-number {
  font-size: 16px;
  font-weight: 500;
}

th.closerTableHeadList {
  background-color: #0b3e87;
  color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}

th.closerTableRankList {
  background-color: #fff;
  color: #707070;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0px;
}

.th.closerTableRankList:last-child {
  border-bottom-left-radius: 5px;
}

td.closeTable {
  text-align: center;
}

.border-right-necessary {
  border-right: 1px solid #0b3e87;
}

.border-left-and-right-necessary {
  border-left: 1px solid #0b3e87;
  border-right: 1px solid #ddd;
}

.border-bottom-necessary {
  border-bottom: 1px solid #0b3e87;
}

th.last-left-border-radius {
  border-bottom-left-radius: 5px;
}

.last-right-border-radius {
  border-bottom-right-radius: 5px;
}

.first-nuber-color {
  color: red;
}

.closerConfirmsTable {
  margin-top: 45px;
  border-collapse: separate;
  border-spacing: 0;
}

.closerConfirmsThead {
  border-collapse: separate;
  border-spacing: 0;
}

/* closerConfirms.html */

@media screen and (max-width: 426px) {
  .table-box-table {
    width: 600px;
  }
}

.closer-date {
  font-size: 14px;
  font-weight: 600;
  width: 20px;
  text-align: center;
}

.closer-daynumber-box {
  margin-top: 6px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 426px) {
  .closer-daynumber-box {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.closer-daynumber {
  border-bottom: solid 1px #707070;
  padding-bottom: 2px;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 426px) {
  .closer-daynumber {
    border-bottom: solid 1px #707070;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
  }
}

.closer-number {
  font-weight: 600;
  font-size: 22px;
}

@media screen and (max-width: 426px) {
  .closer-number {
    font-size: 15px;
  }
}

.closer-text {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 426px) {
  .closer-number {
    font-size: 14px;
  }
}

.closer-calendar-number {
  margin-right: 10px;
}

.profileUpdate {
  padding-left: 15px;
  float: right;
}

.tabChange {
  display: flex;
  justify-content: flex-end;
}

.Tabicon {
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 15px;
}

.Tabicon.btn-push {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background: whitesmoke;
}

.Tabicon.btn-push a:hover {
  color: inherit;
}

.Tabicon:last-child {
  margin-right: 15px;
}

.confrim-graph-box,
.efficiency-graph-box,
.reward-graph-box {
  margin-top: 30px;
}

.EmailSent {
  margin-right: 5px;
}

.times-news {
  color: #fff;
  float: right;
}

.news-contents {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 1025px) {
  .news-contents {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 426px) {
  .news-contents {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}

.news-content {
  padding-top: 10px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .news-content {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .news-content {
    padding-left: 0;
  }
}

.news-content .news-content1.news-content-bold p {
  color: black;
  font-weight: 600;
}
.news-content1 {
  display: flex;
  flex-wrap: wrap;
}
.news-content .news-content1 p {
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* news modal */
.news-main-content-wrapper {
  height: 50vh;
  overflow-y: scroll;
}
.news-main-content-wrapper::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  height: 4px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.news-main-content-wrapper::-webkit-scrollbar-corner {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0b3e87;
}
.news-main-content-wrapper::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0b3e87;
}
.news-main-content-footer {
  border-top: 1px solid #000;
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
}
/* ./news modal */

@media screen and (max-width: 767px) {
  .news-content .news-content1 p {
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    font-size: 14px;
    font-weight: 500;
  }
}
.news-content1 p.time {
  padding-right: 0px;
}

.news-content2 {
  display: flex;
  flex-wrap: wrap;
}

.news-content2 p {
  word-break: break-all;
  padding-right: 5px;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .news-content2 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .news-content2 p {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.news-content2.news-content-bold p {
  padding-right: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 767px) {
  .news-content2.news-content-bold p {
    padding-right: 0.25rem;
    font-size: 13px;
  }
}

.news-content2 p.add {
  color: #e0540e;
  padding-left: 3px;
  padding-top: 4.2px;
  font-size: 12px;
  padding-right: 2px;
}

@media screen and (max-width: 767px) {
  .news-content2 p.add {
    padding-left: 0px;
  }
}

body.news-all {
  padding-top: 0px;
  height: 100vh;
}

.news-modal-bg {
  background: rgba(0, 0, 0, 0.5);
}
.news-panel-box {
  width: 70%;
  background: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1025px) {
  .news-panel-box {
    width: 600px;
  }
}

@media screen and (max-width: 426px) {
  .news-panel-box {
    width: 300px;
  }
}

.panel-news {
  margin-bottom: 0px;
  background: none;
  overflow-y: scroll;
}

.modal-header.news-modal-header {
  height: 50px;
  line-height: 50px;
}

.modal-header-big {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  font-size: 24px;
  font-weight: 600;
  background-color: #0b3e87;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1025px) {
  .modal-header-big {
    padding-left: 45px;
    padding-right: 45px;
    height: 57px;
    font-size: 22px;
    font-weight: 600;
  }
}

@media screen and (max-width: 426px) {
  .modal-header-big {
    padding-left: 20px;
    padding-right: 20px;
    height:46px;
    font-size: 16px;
    font-weight: 600;
  }
}

.modal-header-big-title {
  color: #fff;
}

.news-detail-box {
  margin-top: 30px;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 1025px) {
  .news-detail-box {
    margin-top: 10px;
  }
}

@media screen and (max-width: 426px) {
  .news-detail-box {
    margin-top: 0px;
    display: block;
  }
}

.news-detail-title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}

@media screen and (max-width: 426px) {
  .news-detail-title {
    font-size: 14px;
    margin-right: 0px;
  }
}

.news-detail-sent-person {
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}

@media screen and (max-width: 426px) {
  .news-detail-sent-person {
    font-size: 14px;
    margin-right: 0px;
  }
}

.sent-time {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 426px) {
  .sent-time {
    font-size: 12px;
  }
}

.news-content-message {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1025px) {
  .news-content-message {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 426px) {
  .news-content-message {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }
}

#form-search-news {
  position: relative;
  border: solid #0b3e87;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.large {
  margin-bottom: 5px;
}

.text-muted {
  color: inherit;
}

.news-list-title-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 426px) {
  .news-list-title-box {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.new-news {
  margin-right: 5px;
}

.news-list-title {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 426px) {
  .news-list-title {
    font-size: 14px;
    font-weight: 500;
  }
}

.heavy-text {
  font-weight: 600;
  color: #000;
}

.news-sent-person {
  font-size: 10px;
  font-weight: 500;
  margin-left: 10px;
  color: #555;
}

@media screen and (max-width: 426px) {
  .news-sent-person {
    margin-left: 0px;
  }
}

.news-text {
  color: inherit;
}

.schedule-contents {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
.schedule {
  width: auto;
  border-bottom: solid 2px #555;
  padding-top: 15px;
}
.schedule h1 {
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: 600;
}
.schedule-contents .schedule p {
  font-size: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: normal;
  font-weight: 500;
}
.scheduleadd {
  padding-bottom: 30px;
}
.schedule-submit {
  background-color: #fff;
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  /* display:block; */
  text-align: center;
  padding: 14px 0 10px;
  color: #333;
  border: 1px solid #333;
  border-radius: 10px;
  margin-top: 30px;
}
.schedule-submit:hover {
  opacity: 0.5;
  cursor: pointer;
}

.application-btn {
  text-align: center;
  padding-bottom: 35px;
}

.affirm-submit {
  background-color: #fff;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  /* display:block; */
  text-align: center;
  padding: 14px 0 10px;
  color: #333;
  border: 1px solid #333;
  border-radius: 10px;
  margin-top: 30px;
}
.affirm-submit:hover {
  opacity: 0.5;
  cursor: pointer;
}

.deny-submit {
  background-color: #bbb;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  /* display:block; */
  text-align: center;
  padding: 14px 0 10px;
  color: #333;
  border: 1px solid #333;
  border-radius: 10px;
  margin-top: 30px;
}
.deny-submit:hover {
  opacity: 0.5;
  cursor: pointer;
}

.modal-headeradd {
  padding-left: 60px;
  padding-right: 60px;
}

textarea {
  resize: none;
  width: 100%;
  height: 100px;
  border-radius: 5px;
}

.modal-closerSchedules {
  width: 500px;
  margin: 55px auto;
  text-align: left;
}

.schedule-contents .schedule p {
  color: #707070;
}

.schedule-submit-area {
  display: flex;
  justify-content: flex-end;
}
.resultReport {
  height: 200px;
}

.resultReportContent {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.modal-time-detail .panel-result .resultReportContent {
  text-align: left;
}

.panel-result .modal-header {
  text-align: left;
}

.resultReportContent h1 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.obtainGroup {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.obtain {
  border-radius: 5px;
  font-size: 16px;
  background-color: #f90415;
  color: #fff;
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.not-obtain {
  border-radius: 5px;
  font-size: 16px;
  background-color: #0069ff;
  color: #fff;
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.form-register {
  background-color: #fff;
}

.form-group-register {
  font-size: 14px;
  font-weight: 600;
  height: auto;
}

@media screen and (max-width: 426px) {
  .form-group-register-sp {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
  }
}

.form-group.form-group-register.register-confirm{
  margin:0 0 15px 0;
  border: 1px solid;
}


@media screen and (max-width: 426px) {
  label.form-address-sp {
    padding-left: 0;
    margin-right: 20px;
  }
}

.register-height-fixed {
  margin-top: 10px;
}

.register-height25 {
  margin-top: 15px;
}

select.register-height {
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
  background: #fff;
  color: #ddd;
}

@media screen and (max-width: 426px) {
  select.register-height.gender {
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 426px) {
  select.register-height.emerg-relationship {
    width: -webkit-fill-available;
  }
}

select.register-height.register-height10 {
  margin-top: 10px;
}

.container-register {
  padding-bottom: 30px;
}

@media screen and (max-width: 426px) {
  .container-register {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.control-label {
  padding-top: 25px !important;
}

.control-label.register-confirm{
  background:#eee;
  padding:10px 15px 10px 0 !important; 
}

@media screen and (max-width: 426px) {
  .control-label.register-confirm{
    padding:10px 15px 10px 15px !important; 
  }
}

.control-label.register-confirm.img{
  height:120px;
}

@media screen and (max-width: 426px) {
  .control-label.register-confirm.img{
    height:auto;
  }
}

@media screen and (max-width: 426px) {
  .control-label {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 769px) {
  .control-label-md {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 426px) {
  .register-confirm.img-box{
    display: flex;
    justify-content: center;
  }
}

.confirm-content{
  line-height: 40px;
}

.attention-text{
  padding-left:20px;
}

@media screen and (max-width: 426px) {
  .attention-text{
    padding-left:0px;
  }
}

.modify-text{
  padding:0 15px; 
  margin:0 0 20px 0; 
  font-size:12px;
}

@media screen and (max-width: 426px) {
  .modify-text{
    padding:0; 
  }
}

#copy_btn1 {
  font-weight: 500;
  float: right;
  margin-top: 22px;
  padding: 10px 8px;
  border-radius: 5px;
  background-color: #0b3e87;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  #copy_btn1 {
    margin-top: 10px;
    padding: 6px;
  }
}

#copy_btn2 {
  font-weight: 500;
  float: right;
  margin-top: 22px;
  padding: 10px 8px;
  border-radius: 5px;
  background-color: #0b3e87;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  #copy_btn2 {
    margin-top: 10px;
    padding: 6px;
  }
}

#copy_btn3 {
  font-weight: 500;
  float: right;
  margin-top: 22px;
  padding: 10px 8px;
  border-radius: 5px;
  background-color: #0b3e87;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  #copy_btn3 {
    margin-top: 0px;
    padding: 6px;
  }
}

.user-icon-dnd-wrapper {
  position: relative;
  height: 100px;
}

@media screen and (max-width: 426px) {
  .img-register-sp {
    margin-bottom: 25px;
  }
}

.preview_field {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100px;
  margin-left: 15px;
}

.preview_field img {
  width: inherit;
  height: inherit;
}

.drop_area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 180px;
  border: 1px dashed #aaa;
  cursor: pointer;
  text-align: center;
  margin-left: 15px;
  border-radius: 5px;
  font-weight: 400;
  padding: 5px;
}

@media screen and (max-width: 426px) {
  .drop_area {
    margin-right: 15px;
    margin-top: 10px;
    width: auto;
  }
}

.drop-confirm_area {
  height: 100px;
  width: 180px;
  border: 1px dashed #aaa;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}

.drop-confirm_area.register-confirm{
  margin:10px 0;
}

.drop-confirm-img {
  padding: 5px;
  width: inherit;
  height: inherit;
}

.clear_button {
  display: none;
  position: absolute;
  top: -10px;
  left: 185px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  background: #0b3e87;
  text-align: center;
  line-height: 22px;
}
.clear_button .fa-times {
  color: #fff;
}

.input_file {
  width: 180px;
  height: 100px;
  opacity: 0;
}

.input_file:focus {
  opacity: 1;
}

#add_campaign_code {
  font-weight: 500;
  margin-top: 14px;
  padding: 6px 6px;
  border-radius: 5px;
  border: none;
  background-color: #0b3e87;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  #add_campaign_code {
    margin-top: 0px;
    margin-left: 15px;
  }
}

.panel-terms-of-mytele {
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 600px;
}
.terms-of-mytele-title {
  padding: 20px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #0b3e87;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.terms-of-mytele-content {
  border: solid 3px #333;
  overflow-y: scroll;
  padding: 15px;
  margin: 30px;
  background: #fff;
}

.terms-of-mytele-content::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  -webkit-border-radius: 0px;
  border-radius: 5px;
}
.terms-of-mytele-content::-webkit-scrollbar:horizontal {
  height: 7px;
}
.terms-of-mytele-content::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 0px;
  border-radius: 0px 3px 3px 0;
  background: #0b3e87;
}

.register-confirm-term {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.register-confirm-term-btn {
  width: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.times-float.white {
  color: #fff;
}

.register-confirm-password-btn {
  width: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
}

select.register-height.valid {
  color: #707070;
}
select.register-height.invalid {
  color: #707070;
}

.valid {
  border-color: #0dbcdf;
}
.invalid {
  border-color: #c82333;
}

.lv-box {
  border: 1px solid #0b3e87;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .lv-box {
    padding: 15px 10px 15px 10px;
    margin-bottom: 30px;
  }
}

.lv-progress {
  margin-bottom: 15px;
  height: 6px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.lv-progress-bar {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.lv-mytelekun {
  width: 25px;
}

.now-lv {
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 426px) {
  .now-lv {
    font-size: 13px;
  }
}

.now-lv-box {
  border-bottom: 1px solid #0b3e87;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 426px) and (max-width: 1025px) {
  .now-lv-box {
    margin-left: 0px;
  }
}

.now-lv-count {
  font-size: 24px;
  color: #b63b4d;
  font-weight: 700;
}

@media screen and (max-width: 426px) {
  .now-lv-count {
    font-size: 18px;
  }
}

.next-lv {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 426px) {
  .next-lv {
    font-size: 12px;
  }
}

.next-lv-box {
  border-bottom: 1px solid #0b3e87;
  padding-bottom: 0px;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .next-lv-box {
    margin-left: 3px;
  }
}

.next-lv-pt {
  font-size: 18px;
  color: #0079ea;
  font-weight: 700;
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .next-lv-pt {
    font-size: 16px;
    color: #0079ea;
    font-weight: 700;
  }
}

.lv-to-faq {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #0079ea;
}

label.work-history {
  padding-left: 0px;
  padding-top: 12px;
}

label.work-history.mar-top-necessary {
  padding-top: 20px;
}

.work-history-choice {
  vertical-align: super;
  width: -webkit-fill-available;
  display: block;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}

.terms-of-mytele-check {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  vertical-align: middle;
}

.check-terms-of-mytele {
  font-size: 16px;
}

.register-confirm-btn {
  display: flex;
}

.btn-go-to-confirm {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-modify {
  width: 100%;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #0b3e87;
  background: #fff;
}

.btn-modify.register-confirm{
  margin-left:15px;
}

@media screen and (max-width: 426px) {
  .btn-modify.register-confirm{
    margin-left:0px;
  } 
}

.btn-register {
  width: 100%;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-register.register-confirm{
  margin-right:15px;
}

@media screen and (max-width: 426px) {
  .btn-register.register-confirm{
    margin-right:0px;
  }  
}

[role="form"] {
  padding: 15px;
  margin: 0 auto;
  border-radius: 0.3em;
}

[role="form"] h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

@media screen and (max-width: 426px) {
  [role="form"] h2 {
    font-size: 18px;
  }
}

.setting-dropdown-btn {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 3px 8px 3px 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.setting-dropdown-btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.setting-dropdown-btn.is-open + .setting-dropdown-body {
  display: block;
  z-index: 5;
}
.setting-dropdown-body {
  display: none;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.149),
    0 1px 2px 0 rgba(60, 64, 67, 0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 0;
}

.csv-dropdown {
  margin-bottom: 5px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
}

.csv-dropdown__btn {
  display: block;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.csv-dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.csv-dropdown__btn.is-open + .csv-dropdown__body {
  display: block;
  z-index: 5;
}
.csv-dropdown__body {
  display: none;
  width: 250px;
  background: #fff;
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.149),
    0 1px 2px 0 rgba(60, 64, 67, 0.302);
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 0;
}

.csv-dropdown__list {
  margin: 0;
  padding: 0;
}
.csv-dropdown__item {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
}
.csv-dropdown__item-link {
  display: block;
  padding: 1em 1.2em;
  font-size: 0.95em;
  text-decoration: none;
  color: #444;
}
.csv-dropdown__item-link:hover {
  background: #fbfbfb;
}
.csv-dropdown__item h1 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.csvBox {
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.csv-year-select {
  margin-bottom: 5px;
}

.csv-year {
  margin-right: 10px;
}

.csv-month {
  margin-right: 10px;
}

.csv-output {
  color: #fff;
  background: #0b3e87;
  padding: 3px 8px 3px 8px;
  border: none;
  border-radius: 5px;
}

.frameBox {
  width: 100%;
  height: 100vh;
}

.frameInner {
  width: 100%;
  height: 100vh;
}

/* confirm-test */
.paenl-test-bcg {
  height: 100vh;
}

.panel-test {
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 80px;
  height: 85%;
  overflow-y: scroll;
}

.panel-test::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  -webkit-border-radius: 0px;
  border-radius: 5px;
}
.panel-test::-webkit-scrollbar:horizontal {
  height: 7px;
}
.panel-test::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 0px;
  border-radius: 0px 3px 3px 0;
  background: #0b3e87;
}

/* TermsOfService.html */
.panel-terms-of-service {
  padding: 30px 45px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.panel-terms-of-active {
  padding: 30px 45px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.terms-of-service-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.terms-of-active-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

/* テキストエディタの反映 */
.create-html-term p {
  font-size: 16px;
}
.create-html-term blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  background: #fff;
  border-left: .7rem solid #007bff;
  margin: 1.5em .7rem;
  padding: .5em .7rem;
}
.create-html-term pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  display: block;
  font-size: 87.5%;
  color: #212529;
  padding: .75rem;
}
.create-html-term h1 {
  font-size: 40px;
}
.create-html-term h2 {
  font-size: 32px;
}
.create-html-term h3 {
  font-size: 28px;
}
.create-html-term h4 {
  font-size: 24px;
}
.create-html-term h5 {
  font-size: 20px;
}
.create-html-term h6 {
  font-size: 16px;
}

.terms-of-service-content {
  border: solid 3px #333;
  overflow-y: scroll;
  height: 400px;
  padding: 10px;
  margin: 15px;
  margin-bottom: 30px;
}

/* 利用規約に関して */
.unavailable-button, .unavailable-button:hover, .unavailable-button:focus, .unavailable-button:active {
  color: #707070 !important;
  background-color: #fff !important;
  border: solid 2px #707070 !important;
}

.terms-of-active-content {
  border: solid 3px #333;
  overflow-y: scroll;
  height: 400px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.terms-of-service-content::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  background: #fafafa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.terms-of-service-content::-webkit-scrollbar:horizontal {
  height: 7px;
}
.terms-of-service-content::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ddd;
}

.terms-of-service-check {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  vertical-align: middle;
}

.service-watch-yes-or-not {
  display: flex;
  justify-content: center;
}

.service-not-watch-video-btn-box {
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

.service-not-watch-video-btn {
  width: 102px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #fff;
  color: #0b3e87;
  border: 1px solid #0b3e87;
  border-radius: 5px;
}

.service-watch-video-btn-box {
  display: flex;
  justify-content: center;
  margin-left: 10px;
}

.service-watch-video-btn, .agree-button {
  width: 102px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.rule-disagree-btn {
  width: 102px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #fff;
  color: #444;
  border: 1px solid #444;
  border-radius: 5px;
  margin-left: 5px;
}

.active-watch-yes-or-not {
  display: flex;
  justify-content: center;
}

.active-not-watch-video-btn-box {
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

.active-not-watch-video-btn {
  width: 102px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #fff;
  color: #0b3e87;
  border: 1px solid #0b3e87;
  border-radius: 5px;
}

.active-watch-video-btn-box {
  display: flex;
  justify-content: center;
  margin-left: 10px;
}

.active-watch-video-btn {
  width: 102px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.watch-video-btn-box {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.watch-video-btn {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
}

/* confirmTestAnswer.html */
.panel-test {
  margin-bottom: 60px;
}

.panel-test-header {
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #0b3e87;
  color: #fff;
  border-radius: 5px 0px 0 0;
}

@media screen and (max-width: 426px) {
  .panel-test-header {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
  }
}

.panel-test-title {
  font-weight: 500;
}

.panel-test-content {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 45px;
  background: #fff;
}

.result-corect-box {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.result-corect {
  font-size: 20px;
  font-weight: 600;
  color: #0069ff;
}

.question-box {
  padding: 15px 30px 30px 30px;
}

@media screen and (max-width: 426px) {
  .question-box {
    padding: 15px 0px 0px 0px;
  }
}

.answer-corect-box {
  background-color: #ccffcc;
}

.question-box.answer-incorect-box {
  background-color: #ffd5ec;
}

.question-answer-incorect .fa.fa-times {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.question {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
}

@media screen and (max-width: 426px) {
  .question {
    margin-top: 0px;
    font-size: 14px;
  }
}

.question .fa.fa-circle-o {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.answer-choice {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.answer-choice label {
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
}

.answer {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.a-list {
  padding-left: 0px;
}

.confirm-test-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.confirm-test-btn {
  padding: 10px 40px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.next-video-btn {
  width: 132px;
  height: 43px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

.back-video-list-btn {
  width: 132px;
  height: 43px;
  background-color: #fff;
  color: #0b3e87;
  border: 1px solid #0b3e87;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.incorect.back-video-list-btn {
  margin-right: 0px;
}

/*confirmTestAnswerIncorect.html  */
.result-incorect-box {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.result-incorect {
  font-size: 20px;
  font-weight: 600;
  color: #f90415;
}

.number-incorect {
  font-size: 20px;
  font-weight: 600;
  color: #0069ff;
}

.confirm-test-answer-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.video-back-btn {
  margin-left: 15px;
  padding: 10px 25px;
  background-color: #0b3e87;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}

.retest-btn {
  margin-right: 15px;
  padding: 10px 40px;
  background-color: #f90415;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}

.corect-choice {
  font-size: 14px;
  font-weight: 500;
}

.corect-choice-text {
  font-size: 14px;
  font-weight: 500;
  color: #0069ff;
}

.mistake-choice {
  font-size: 14px;
  font-weight: 500;
}

.mistake-choice-text {
  font-size: 14px;
  font-weight: 500;
  color: #f90415;
}

.true-corect-choice {
  font-size: 14px;
  font-weight: 500;
}

.true-corect-choice-text {
  font-size: 14px;
  font-weight: 500;
  color: #0069ff;
}

.answer-corect {
  font-size: 14px;
  font-weight: 500;
  color: #0069ff;
}

.answer-incorect {
  font-size: 14px;
  font-weight: 500;
  color: #f90415;
}

input.chk {
  float: left;
}
label {
  display: block;
  overflow: hidden;
}

input[type="checkbox"].chk {
  margin-top: 3px;
}

/* ON OFF スイッチ */

.switch {
  margin-top: 8px;
}

.switch.switch-in-box {
  margin-top: 0px;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 48px;
  height: 24px;
  background-color: #dddddd;
  border-radius: 48px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 48px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 23px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 24px;
}

.resavation-deleate {
  color: #fff;
  background: #0b3e87;
  border-radius: 5px;
  border: none;
  padding: 3px 6px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 4px;
  height: 30px;
  width: 44px;
}

/* payment.php */
.payment-all {
  height: 100vh;
}

/* limited.php */

.limited-panel {
  background: #dcdcdc;
  height: calc(100vh - 110px);
  border-radius: 10px;
  text-align: center;
  padding-top: 200px;
}

.limited-text {
  font-size: 26px;
  font-weight: 600;
  border-radius: 10px;
  color: #a9a9a9;
}

.mytele-limited {
  height: 300px;
}

/* payment.php */

[role="form"].payment-date-form {
  padding: 0;
}

.payment-title {
  height: 30px;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 426px) {
  .payment-title {
    font-size: 14px;
  }
}

.registering-payment-title {
  height: 30px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
}

.visa {
  height: 20px;
  width: auto;
}

.mastercard {
  height: 20px;
  width: auto;
}

.americanexpress {
  height: 20px;
  width: auto;
}
.jcb {
  height: 20px;
  width: auto;
}

.credit-informaion {
  border: 1px solid #0b3e87;
  border-radius: 5px;
  padding: 30px;
}

@media screen and (max-width: 426px) {
  .credit-informaion {
    padding: 15px;
  }
}

.phone-bill {
  margin-top: 30px;
}

.credit-informaion-title {
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  border-bottom: 2px solid #707070;
  margin-bottom: 10px;
}

@media screen and (max-width: 426px) {
  .credit-informaion-title {
    font-size: 14px;
  }
}

.credit-informaion-content {
  background: #f2f2f2;
  color: #333;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 426px) {
  .credit-informaion-content {
    padding: 6px;
  }
}

.credit-informaion-inner {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 426px) {
  .credit-informaion-inner {
    font-size: 12px;
  }
}

.card-number-box {
  display: flex;
}
@media screen and (max-width: 426px) {
  .card-number-box {
    display: block;
  }
}

.card-nubmer {
  border-right: 1px solid #0b3e87;
  padding: 0 10px;
  width: inherit;
}

@media screen and (max-width: 426px) {
  .card-nubmer {
    display: flex;
    justify-content: flex-end;
    border-right: none;
    padding: 0 0 0 10px;
  }
}

.expiration-date {
  padding: 0 0 0 10px;
  width: inherit;
}

@media screen and (max-width: 426px) {
  .expiration-date {
    display: flex;
    justify-content: flex-end;
  }
}

.card-img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 426px) {
  .card-img-box {
    width: auto;
  }
}

.bank-informaion {
  border: 1px solid #0b3e87;
  border-radius: 5px;
  padding: 30px;
}

@media screen and (max-width: 426px) {
  .bank-informaion {
    padding: 15px;
  }
}

.phone-bill {
  margin-top: 30px;
}

.bank-informaion-title {
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  border-bottom: 2px solid #707070;
  margin-bottom: 10px;
}

@media screen and (max-width: 426px) {
  .bank-informaion-title {
    font-size: 14px;
  }
}

.bank-informaion-content {
  background: #f2f2f2;
  color: #333;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 426px) {
  .bank-informaion-content {
    padding: 6px;
  }
}

.bank-informaion-inner {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 426px) {
  .bank-informaion-inner {
    font-size: 12px;
  }
}

.card-number-box {
  display: flex;
}
@media screen and (max-width: 426px) {
  .card-number-box {
    display: block;
  }
}

.card-nubmer {
  border-right: 1px solid #0b3e87;
  padding: 0 10px;
  width: inherit;
}

@media screen and (max-width: 426px) {
  .card-nubmer {
    display: flex;
    justify-content: flex-end;
    border-right: none;
    padding: 0 0 0 10px;
  }
}

.expiration-date {
  padding: 0 0 0 10px;
  width: inherit;
}

@media screen and (max-width: 426px) {
  .expiration-date {
    display: flex;
    justify-content: flex-end;
  }
}

.card-img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 426px) {
  .card-img-box {
    width: auto;
  }
}

.valid-bank {
  border-radius: 5px;
  background: #39af53;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
}

@media screen and (max-width: 321px) {
  .valid-bank {
    width: 52px;
  }
}

@media screen and (min-width: 321px) and (max-width: 426px) {
  .valid-bank {
    width: 42px;
    margin-left: 0px;
    text-align: center;
  }
}

.invalid-bank {
  border-radius: 5px;
  background: #c82333;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
}

@media screen and (max-width: 426px) {
  .invalid-bank {
    width: 40px;
    text-align: center;
  }
}

.bank-informaion-change-box {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.bank-informaion-change {
  height: 30px;
  width: fit-content;
  border-radius: 5px;
  background: #0b3e87;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
  border: none;
}

.bank-informaion-register-box {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.bank-informaion-register {
  height: 30px;
  width: fit-content;
  border-radius: 5px;
  background: #0b3e87;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
  border: none;
}

.valid-credit {
  border-radius: 5px;
  background: #39af53;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
}

@media screen and (max-width: 426px) {
  .valid-credit {
    width: 42px;
    margin-left: 0px;
    text-align: center;
  }
}

.invalid-credit {
  border-radius: 5px;
  background: #c82333;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
}

@media screen and (max-width: 426px) {
  .invalid-credit {
    width: 40px;
    text-align: center;
  }
}

.campaign-badge {
  padding:1px 3px;
  font-size:10px;
  background:#39af53;
  color:#fff;
  border-radius:2px;
  display:inline-block;
  margin-top:2px;
  vertical-align:top;
}

.valid-badge {
  min-width: 36px;
}

.credit-informaion-change-box {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.credit-informaion-change {
  height: 30px;
  width: fit-content;
  border-radius: 5px;
  background: #0b3e87;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
  border: none;
}

.credit-informaion-register-box {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.credit-informaion-register {
  height: 30px;
  width: fit-content;
  border-radius: 5px;
  background: #0b3e87;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
  border: none;
}

.manual-info {
  display: flex;
  padding: 2px;
  align-items: center;
  justify-content: space-between;
}

.manual-info .content-text{
  font-size:20px;
  font-weight:600;
}

.usage-details {
  border: 1px solid #0b3e87;
  border-radius: 5px;
  padding: 30px;
}

@media screen and (max-width: 426px) {
  .usage-details {
    padding: 15px;
  }
}

.usage-details-title {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 426px) {
  .usage-details-title {
    font-size: 14px;
    display: block;
  }
}

.monthly-payment {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #707070;
  width: fit-content;
  margin-bottom: 7px;
}

@media screen and (max-width: 426px) {
  .monthly-payment {
    font-size: 15px;
  }
}

@media screen and (max-width: 426px) {
  .payment-day {
    float: right;
  }
}

.detail-output {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 15px 0px;
}

.detail-output-inner {
  border-radius: 5px;
  border: 1px solid #0b3e87;
  color: #0b3e87;
  font-size: 12px;
  width: fit-content;
  padding: 3px 6px;
  background: #fff;
  cursor: pointer;
}

.outout-print {
  margin-left: 3px;
}

.this-month-payment {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 426px) {
  .this-month-payment {
    align-items: baseline;
    justify-content: space-between;
    padding: 0 10px;
  }
}

.this-month-payment.predictive {
  margin-bottom: 7px;
  padding: 0 30px;
  justify-content: space-between;
}

.unsettled-payment {
  color: #a52a2a;
  background: #ffb6c1;
  padding: 3px 6px;
  font-size: 14px;
  height: fit-content;
}

@media screen and (max-width: 426px) {
  .unsettled-payment {
    font-size: 12px;
  }
}

.settled-payment {
  color: #00496e;
  background: #d9f2ff;
  padding: 3px 6px;
  font-size: 14px;
}

@media screen and (max-width: 426px) {
  .settled-payment {
    font-size: 12px;
  }
}

.payment-money {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 426px) {
  .payment-money {
    font-size: 24px;
  }
}

.payment-money-symbol {
  font-size: 24px;
}

@media screen and (max-width: 426px) {
  .payment-money-symbol {
    font-size: 12px;
  }
}

.payment-breakdown {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 426px) {
  .payment-breakdown {
    font-size: 12px;
  }
}

.payment-breakdown-title {
  background: #ededed;
  color: #333;
  font-weight: 700;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 426px) {
  .payment-breakdown-title {
    padding: 6px;
  }
}

.breakdown-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0 30px;
  color: #333;
}

@media screen and (max-width: 426px) {
  .breakdown-list {
    align-items: baseline;
    padding: 0 6px;
  }
}

.breakdown-money {
  font-weight: 600;
  font-size: 18px;
}

.breakdown-money-symbol {
  font-size: 15px;
}

.breakdown-inner {
  background: #f2f2f2;
  color: rgb(78, 78, 78);
  padding: 10px 30px;
  font-size: 13px;
  font-weight: 300;
}

@media screen and (max-width: 426px) {
  .breakdown-inner {
    padding: 6px;
  }
}

.payment-breakdown-inner {
  display: flex;
  justify-content: flex-end;
}

.payment-breakdown-inner.last {
  margin-bottom: 21.6px;
}

@media screen and (max-width: 426px) {
  .payment-breakdown-inner.last {
    margin-bottom: 0px;
  }
}

.payment-breakdown-inner-text {
  font-size: 12px;
  line-height: 20px;
}

.payment-breakdown-inner-money {
  font-size: 14px;
  line-height: 20px;
}

.payment-breakdown-inner-symbol {
  font-size: 11px;
}

@media screen and (max-width: 426px) {
  .pad-none-max-md.payment {
    margin-bottom: 15px;
  }
}

/* 退会・休会 */

.unsubscribe-box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: rgb(224, 224, 224) 0px 0px 10px;
  margin-top: 45px;
}

.unsubscribe-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.btn-sec {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.btn-back {
  padding: 7px 9px;
  margin-right: 10px;
  color: #fff;
  background: #0b3e87;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-unsubscribe {
  padding: 7px 14px;
  margin-left: 10px;
  color: #0b3e87;
  background: #fff;
  border: 1px solid #0b3e87;
  border-radius: 5px;
  cursor: pointer;
}

.temporary-absence-box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: rgb(224, 224, 224) 0px 0px 10px;
  margin-top: 45px;
}

.temporary-absence-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.btn-temporary-absence {
  padding: 7px 14px;
  margin-left: 10px;
  color: #fff;
  background: #0b3e87;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* 利用料明細 */
.float-right {
  float: right;
}
.card {
  background-color: #fff;
  padding: 45px 30px;
}

.card-header {
  margin-bottom: 20px;
}

.description {
  background: #fff;
  color: #707070;
  text-align: left;
}

th.description:first-child {
  color: inherit;
  border-radius: 0px;
}

th.description:last-child {
  color: inherit;
  border-radius: 0px;
}

.table-responsive-sm {
  margin-top: 30px;
}

.invoice-total {
  display: flex;
  justify-content: flex-end;
}

.receipt-table {
  margin-bottom: 0px;
}

.table.receipt-table > tbody > tr > td {
  border-top: none;
}

.table.receipt-table thead th,
table.receipt-table tbody td {
  border-right: none;
}

#copy-target:focus {
  outline: none !important;
}

.note-change {
  float: right;
}

#paginate {
  margin: 0;
  margin-left: 15px;
}
#paginate ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}
#paginate ul>li {
    display: inline;
    line-height: 20px;
}
#paginate ul>li:first-child>a, #paginate ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
#paginate ul>.active>a, #paginate ul>.active>span {
    color: #ffffff;
    cursor: default;
}
#paginate ul>li>a:hover, #paginate ul>li>a:focus, #paginate ul>.active>a, #paginate ul>.active>span {
    background-color: #0b3e87;
    cursor: pointer;
}
#paginate ul>li>a, #paginate ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.nav-news {
  display: flex;
  justify-content: flex-end;
}
.nav-news button{
  font-size: 12px;
}
.disabled-video {
  cursor: not-allowed;
  opacity: 0.5;
}
.td-selected {
  background-color: #c9ddfa;
}

/* 利用規約回り */
.disabled-click {
  background-color: #fff;
  color: #0b3e87;
  border: 1px solid #0b3e87;
}

/* 画像OPTION表示 */
.preview_field {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100px;
  margin-left: 15px;
}
.preview_field img {
  width: inherit;
  height: inherit;
}
.drop_area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 180px;
  border: 1px dashed #aaa;
  cursor: pointer;
  text-align: center;
  margin-left: 15px;
  border-radius: 5px;
  font-weight: 400;
  padding: 5px;
}
.clear_button {
  display: block;
  position: absolute;
  top: -10px;
  left: 180px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  cursor: pointer;
  background: #0b3e87;
  text-align: center;
  line-height: 22px;
}
.btn-delete-js {
  left: 170px !important;
}
.clear_button .fa-times {
  color: #fff;
}
.none {
  display: none;
}
.lbl-preview {
  width: 180px;
  cursor: pointer;
  height: 100px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-right: 28px;
  flex-direction: column;
  justify-content: center;
  position: unset;
  padding-left: 0px;
}
.lbl-preview img {
  width: inherit;
  height: inherit;
}
.hidden {
  display: none !important;
}
.lbl-choise-file {
  width: 180px;
  border: 1px dashed rgb(170, 170, 170);
  cursor: pointer;
  height: 100px;
  display: flex;
  text-align: center;
  align-items: center;
  margin-right: 28px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
}
.lbl-choise-file p {
  font-size: 14px;
  color: #707070;
}
.fa-cloud-upload:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ee";
}
.div-icon {
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.plofile-cloud {
  color: #bec2c7;
}
.bg-product {
  min-height: 85vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-product::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .5);
}
.product-header {
  padding: 10px 20px;
  border: solid 2px white;
  width: 50%;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 2rem;
}
.product-box-content {
  padding: 0 10rem;
}
.product-meta-item {
  padding: 0 10rem;
  font-size: 46px;
}
.product-meta-item span {
  font-size: 30px;
  letter-spacing: 5px;
}
.product-meta-item-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-top: 30px;
}
.product-pdf {
  padding: 30px 18rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-pdf a {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #0054A2;
  margin-bottom: 55px;
  box-shadow: 2px 2px 5px 0 #0c0c0c;
  height: 44px;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  word-break: break-all;
}
.product-pdf a img {
  position: absolute;
  left: 15px;
  height: 20px;
}
.product-actions {
  width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.product-actions a {
  border-radius: 50px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgb(0 84 162) 0%, rgb(66 102 172) 68%, rgb(14 85 162 / 92%) 87%, rgb(0 84 162) 100%);
  height: 55px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  box-shadow: -2px 3px 3px 0 #ccc;
}
.product-actions a i {
  position: absolute;
  left: 20px;
  font-size: 20px;
}
.footer-link {
  padding: 100px 18rem 50px;
  display: flex;
  flex-direction: column;
}
.footer-link a, .footer-link p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
}
.footer-link p>a:hover {
  text-decoration: underline;
}
.product-description {
    display: inline-grid;
    max-width: 40rem;
    margin: 2rem auto 0;
    word-break: break-all;
}
.product-description p {
    color: white;
}

/* 日本語Font */
.ja-des {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.modal-close-service-pass-btn {
  width: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 5px;
}