@charset "UTF-8";
/*!
 *  Agent 
 *  License -
 */
/* base */
html, a:hover, a, body {
  font-family: "Meiryo", "メイリオ", "YuGothic", "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ", sans-serif;
  color: #242424;
  text-decoration: none;
  line-height: 1.6;
  height: 100%;
}

body {
  background-color: #fafafa;
  font-size: 12px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 30px;
    font-size: 13px;
  }
}
@media (max-width: 549px) {
  body {
    padding-top: 60px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 86px;
  -webkit-box-shadow: 0 3px 6px #c6c8ce;
  -moz-box-shadow: 0 3px 6px #c6c8ce;
  box-shadow: 0 3px 6px #c6c8ce;
  z-index: 100;
}
@media (max-width: 768px) {
  header {
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #c6c8ce;
    -moz-box-shadow: 0 1px 3px #c6c8ce;
    box-shadow: 0 1px 3px #c6c8ce;
  }
}
@media (max-width: 768px) {
  header .menu-bar {
    height: 50px;
    background-color: #fff;
  }
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 400px;
  min-width: 270px;
  text-align: left;
}

article {
  width: 100%;
  min-height: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  article {
    width: 100%;
    margin-top: -10px;
  }
}

h5 {
  font-size: 12px;
  margin: 12px 0 2px;
}

input:disabled {
  background-color: #ededed;
}

select:disabled {
  background-color: #ededed;
}

::-webkit-input-placeholder {
  color: #cacaca;
  font-weight: 200;
}

::-moz-placeholder {
  color: #cacaca;
  font-weight: 200;
}

:-moz-placeholder {
  color: #cacaca;
  font-weight: 200;
}

:-ms-input-placeholder {
  color: #cacaca;
  font-weight: 200;
}

input[type=text], input[type=submit], input[type=button], button {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

::-moz-selection { /* Code for Firefox */
  background-color: #fff;
}

::selection {
  background-color: #dedede;
}

span {
  padding: 0;
  margin: 0;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 1020px;
  min-height: 90%;
  padding: 70px 30px;
  margin: 0 auto;
  border-collapse: separate;
}
@media (max-width: 768px) and (min-width: 549px) {
  .container {
    padding: 40px 0;
    width: 90%;
  }
}
@media (max-width: 549px) {
  .container {
    padding: 10px 0;
    width: 94%;
  }
}

@media (max-width: 768px) and (min-width: 549px) {
  aside {
    width: 80%;
    max-width: 600px;
  }
}

.train, .birth, .list, .bank, .radiocbtn, .tel, .ad3, .ad2, .ad1, .kankei, .post, .name {
  flex: 1;
  width: 100%;
  max-width: 400px;
}

.text-report-temp, .text100, .text70, .text50, .text40, .text30, .text20 {
  height: 30px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  font-size: 14px;
  text-indent: 10px;
  margin: 3px;
}
@media (max-width: 768px) {
  .text-report-temp, .text100, .text70, .text50, .text40, .text30, .text20 {
    margin-top: -1px;
  }
}

.input-element.list.login-error, .input-element.list.error {
  font-size: 10px;
  color: #ea0707;
  line-height: 1;
  margin: 0 auto;
  text-align: left;
}

/* module */
input[type=button] {
  cursor: pointer;
  font-size: 13px;
}

input:disabled {
  background-color: #ededed;
  cursor: default;
}

textarea:disabled {
  background-color: #ededed;
  cursor: default;
}

.btn {
  padding-bottom: 30px;
  margin-top: -20px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    padding-bottom: 30px;
  }
}
.btn-j {
  padding-bottom: 30px;
  margin-top: -20px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-j {
    padding-bottom: 30px;
  }
}

.tb-btn {
  padding: 15px 0;
  text-align: center;
}
.tb-btn .active {
  cursor: pointer;
}
.tb-btn input {
  font-size: 13px;
  cursor: pointer;
}

.profile-btn {
  color: #fff;
  background-color: #b8b8b8;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  white-space: nowrap;
  padding: 1px 4px;
  font-size: 12px;
}

.blue {
  color: #4DC7FF;
  background-color: #fff;
  width: 125px;
  padding: 2px;
  border: 1px solid #4dc7ff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.blue[type=button]:hover {
  color: #fff;
  background-color: #4DC7FF;
  width: 125px;
  padding: 2px;
  border: 1px solid #4DC7FF;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}

.gray {
  color: #b8b8b8;
  background-color: #fff;
  width: 125px;
  padding: 2px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.gray[type=button]:hover {
  color: #fff;
  background-color: #b8b8b8;
  width: 125px;
  padding: 2px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.gray.active {
  color: #fff;
  background-color: #b8b8b8;
  width: 125px;
  padding: 2px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}

.orange {
  color: #FF9E72;
  background-color: #fff;
  width: 125px;
  padding: 2px;
  border: 1px solid #ff9e72;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.orange[type=button]:hover {
  color: #fff;
  background-color: #FF9E72;
  width: 125px;
  padding: 2px;
  border: 1px solid #FF9E72;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}

.no_width {
  width: auto;
}

.darkblue {
  color: #1B62B2;
  background-color: #fff;
  width: 125px;
  padding: 2px;
  border: 1px solid #1b62b2;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.darkblue[type=button]:hover {
  color: #fff;
  background-color: #1B62B2;
  width: 125px;
  padding: 2px;
  border: 1px solid #1B62B2;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.darkblue.active {
  color: #fff;
  background-color: #1B62B2;
  width: 125px;
  padding: 2px;
  border: 1px solid #1B62B2;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}

.no_emphasis {
  color: #b8b8b8;
  background-color: #fff;
  width: 125px;
  padding: 2px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: none;
}

input.btn-error {
  color: #fff;
  background-color: #ea0707;
  width: 125px;
  padding: 2px;
  border: 1px solid #ea0707;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  width: 250px;
  cursor: default;
}

.btn-join {
  color: #4DC7FF;
  background-color: #fff;
  width: 250px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #4dc7ff;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .btn-join {
    font-size: 12px;
    margin: 0 auto;
    width: 300px;
  }
}
@media (max-width: 370px) {
  .btn-join {
    width: 270px;
    margin: 0 auto;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .btn-join {
    width: 250px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
  }
}
.btn-join[type=button]:hover {
  color: #fff;
  background-color: #4DC7FF;
  width: 250px;
  height: 40px;
  padding: 2px;
  border: 1px solid #4DC7FF;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
}

.btn-login {
  color: #fff;
  background-color: #4DC7FF;
  width: 92%;
  height: 40px;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 5px;
  border: 1px solid #4DC7FF;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.btn-login[type=button]:hover {
  background-color: #80d7ff;
}

.btn-login-join {
  color: #4DC7FF;
  background-color: #fff;
  width: 82%;
  height: 40px;
  max-width: 360px;
  margin-top: 20px;
  border: 1px solid #4dc7ff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  position: relaticve;
  margin: 0 auto;
  left: 3px;
}
.btn-login-join[type=button]:hover {
  background-color: #cdefff;
  border: 1px solid #a4e2ff;
}

.radiocheck {
  margin: 12px 4px 5px 10px;
}
.radio-label {
  color: #4D4D4D;
  position: relative;
  top: -8px;
  font-size: 14px;
}
.radio-set {
  white-space: nowrap;
  margin-right: 10px;
}

input[type=radio] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #4DC7FF;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-clip: padding-box;
  display: inline-block;
}
input[type=radio]:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-clip: padding-box;
}
input[type=radio]:checked:after {
  background-color: #4DC7FF;
  border: 1px solid #fff;
}

@media (min-width: 769px) {
  .bg-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .bg-nav {
    display: block;
    position: fixed;
    top: -2px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.77);
    z-index: 50;
  }
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: relative;
  top: 15px;
  left: 0;
  min-width: 80px;
  background-color: #f4faff;
  font-size: 12px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .dropdown-content {
    display: block;
    margin-top: -20px;
    margin-left: 24px;
    width: 80%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #1f2429;
    font-size: 11px;
  }
}

.dropdown-content a {
  color: #4D4D4D;
  display: block;
  padding: 6px 10px;
}
@media (max-width: 768px) {
  .dropdown-content a {
    color: #fff;
    padding: 10px 10px;
  }
}

.dropdown-content a:hover {
  color: #fff;
  background-color: #3b5966;
}

.menu-icon {
  width: 22px;
  height: 22px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  font-size: 14px;
}
@media (max-width: 768px) {
  .menu-icon {
    position: relative;
    top: -3px;
  }
}

@media (max-width: 768px) {
  .fa.fa-bullhorn {
    position: relative;
    top: 4px;
    left: 4px;
  }
}
@media (max-width: 768px) {
  .fa.fa-check {
    position: relative;
    top: 3px;
    left: 16px;
  }
}
@media (max-width: 768px) {
  .fa.fa-wpforms {
    position: relative;
    top: 3px;
    left: 5px;
  }
}
@media (max-width: 768px) {
  .fa.fa-book {
    position: relative;
    top: 3px;
    left: 5px;
  }
}
@media (max-width: 768px) {
  .fa.fa-money {
    position: relative;
    top: 3px;
    left: 5px;
  }
}
.fa.fa-calendar-check-o {
  position: relative;
  left: 1px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .fa.fa-calendar-check-o {
    position: relative;
    top: 4px;
    left: 5px;
  }
}
@media (max-width: 768px) {
  .fa.fa-question {
    position: relative;
    top: 3px;
    left: 18px;
  }
}
.fa.fa-times-circle {
  cursor: pointer;
}
.fa.fa-plus {
  color: #fff;
  background-color: #5DD6FF;
  position: relative;
  left: 4px;
  border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid #fff;
  padding: 4.5px 6px;
}

@media (max-width: 768px) {
  #menu-box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media (max-width: 768px) {
  #menu-box.active {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@media (max-width: 768px) {
  #menu-box2.active {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.main.wrapper.clearfix {
  text-align: center;
}

.pc-top-input-area {
  width: 87%;
  font-size: 16px;
  text-align: center;
  padding: 70px 30px;
  margin: 0 auto;
  border-collapse: separate;
}

.input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-area, .input-area-check strong {
  max-width: 40%;
  text-align: right;
  position: relative;
  margin: 0 auto;
  top: -2px;
}
@media (min-width: 769px) {
  .input-area, .input-area-check strong {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .input-area, .input-area-check strong {
    max-width: 100%;
    text-align: center;
    display: block;
  }
}
.input-area strong, .input-area-check strong strong {
  width: 135px;
  font-weight: 400;
  color: #4D4D4D;
  display: inline-block;
  margin: 0 0 0.5em;
  font-size: 14px;
}
@media (min-width: 769px) {
  .input-area strong, .input-area-check strong strong {
    text-align: left;
    position: absolute;
    margin: 10px 0 0;
    left: -140px;
  }
}
@media (max-width: 480px) {
  .input-area strong, .input-area-check strong strong {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .input-area strong, .input-area-check strong strong {
    width: 100%;
    display: inline-block;
    margin: 4px 0 0 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}
.input-area strong span.required, .input-area-check strong strong span.required {
  position: relative;
  left: 5px;
  color: #ea0707;
  font-size: 12px;
}
.input-area strong span.required::after, .input-area-check strong strong span.required::after {
  width: 60px;
  position: absolute;
  top: -3px;
  font-size: 16px;
  font-weight: 600;
  content: "＊";
}
.input-status {
  width: 84%;
  text-align: center;
  padding: 10px 0 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .input-status {
    padding: 30px 0 20px;
  }
}
.input-check {
  max-width: 150%;
  font-size: 12px;
  padding: 20px;
}
.input.clearfix {
  width: 94%;
  position: relative;
  left: 5%;
  margin-bottom: 20px;
}
@media (max-width: 768px) and (min-width: 549px) {
  .input.clearfix {
    position: relative;
    left: 0;
  }
}
@media (max-width: 549px) {
  .input.clearfix {
    position: relative;
    left: 2%;
  }
}
@media (max-width: 480px) {
  .input-b-check {
    width: 330px;
    text-align: left;
    margin-left: 10px;
  }
}
@media (min-width: 481px) {
  .input-b-check {
    min-width: 380px;
    text-align: left;
    margin-left: 10px;
  }
}
.input-element {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .input-element {
    padding-bottom: 4px;
  }
}
.input-element-report {
  width: 90%;
  max-width: 400px;
  min-width: 240px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  border: 1px solid #ffceb8;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  color: #FF9E72;
  background-color: #fff;
  margin-bottom: -10px;
  font-size: 12px;
  line-height: 1.9;
  -webkit-box-shadow: 0 1px 3px #FBD8D8;
  -moz-box-shadow: 0 1px 3px #FBD8D8;
  box-shadow: 0 1px 3px #FBD8D8;
}
@media (max-width: 768px) {
  .input-element-report {
    margin-bottom: 5px;
  }
}
.input-element-password {
  font-size: 12px;
}
.input-element.list.error {
  padding: 2px 0 0 8px;
}
.input-element.list.login-error {
  width: 87%;
  margin-left: 20px;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .check-laber {
    font-size: 7px;
  }
}
@media (min-width: 481px) {
  .check-laber {
    font-size: 8px;
  }
}

.status-title {
  color: #4D4D4D;
  padding: 0 10px 0 15px;
  font-size: 18px;
}
@media (min-width: 550px) {
  .status-title {
    font-size: 22px;
  }
}
.status-badge {
  line-height: 1.4;
  color: #666666;
  background-color: #FBD8D8;
  position: relative;
  top: -2px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1px 3px 0 3px;
  font-size: 11px;
}

.search {
  font-size: 16px;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .search {
    font-size: 7px;
    text-decoration: underline;
  }
}

.text20 {
  width: 22%;
}
.text20.sel {
  width: 26%;
}
@media (max-width: 370px) {
  .text20.sel {
    width: 23%;
  }
}
@media (max-width: 480px) {
  .text20.sel {
    width: 24%;
  }
}

.text30 {
  width: 27%;
}
@media (max-width: 370px) {
  .text30 {
    width: 23%;
  }
}
@media (max-width: 480px) {
  .text30 {
    width: 25%;
  }
}

.text40 {
  width: 32%;
}

.text50 {
  width: 45.5%;
}
@media (max-width: 370px) {
  .text50 {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .text50 {
    width: 45%;
  }
}
.text50.sel {
  width: 48%;
}

.text70 {
  width: 64%;
}
@media (max-width: 370px) {
  .text70 {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .text70 {
    width: 66%;
  }
}

.text80 {
  width: 70%;
  background-color: #D8F2FB;
  text-align: center;
  border: 1px solid none;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}

.text100 {
  width: 95%;
}
@media (max-width: 370px) {
  .text100 {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .text100 {
    width: 95%;
  }
}
.text100.sel {
  width: 96%;
}

.text-report {
  height: 13px;
  max-width: 15%;
  border: none;
  background-color: #EDEDED;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 480px) {
  .text-report {
    width: 15%;
    margin-left: -10px;
  }
}
.text-report-money {
  border: none;
  background-color: #EDEDED;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  text-align: right;
  font-size: 12px;
  height: 13px;
  max-width: 60%;
}
@media (max-width: 480px) {
  .text-report-money {
    width: 40%;
    margin-left: -10px;
  }
}
.text-report-temp {
  border: none;
  width: 90%;
  height: 18px;
  font-size: 12px;
}

.sel {
  height: 34px;
}

.input-element select {
  text-indent: 4px;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  z-index: 200;
}

.popup {
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  margin: 0 auto;
  z-index: 300;
}
.popup.small {
  width: 350px;
  position: relative;
  top: 200px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  padding: 35px 0;
}
.popup.manual-pc {
  width: 500px;
  height: 400px;
  position: relative;
  top: 100px;
  background-color: #848484;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px #454545;
  -moz-box-shadow: 0 5px 10px #454545;
  box-shadow: 0 5px 10px #454545;
  outline: 2px dashed #333333;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .popup.manual-pc {
    display: none;
  }
}
.popup.manual-pc ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.popup.manual-pc li {
  width: 500px;
  float: left;
}
.popup.manual-pc img {
  width: 500px;
  height: 350px;
}
.popup.manual-pc a {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box;
  background-color: #fff;
  position: relative;
  top: -6px;
  left: 17px;
  padding: 0 5px;
}
.popup.manual-smt {
  width: 280px;
  height: 400px;
  position: relative;
  top: 100px;
  background-color: #848484;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px #454545;
  -moz-box-shadow: 0 5px 10px #454545;
  box-shadow: 0 5px 10px #454545;
  outline: 2px dashed #333333;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .popup.manual-smt {
    display: none;
  }
}
.popup.manual-smt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.popup.manual-smt li {
  width: 280px;
  float: left;
}
.popup.manual-smt img {
  width: 280px;
  height: 350px;
}
.popup.manual-smt a {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box;
  background-color: #fff;
  position: relative;
  top: -6px;
  left: 17px;
  padding: 0 5px;
}
.popup .manual-popup-menu {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
}
.popup .manual-popup-menu .menu-prev {
  width: 48%;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.popup .manual-popup-menu .menu-next {
  width: 50%;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  display: inline-block;
  background-color: #FF469C;
  text-align: center;
}
.popup .manual-popup-menu i {
  color: #fff;
  position: relative;
  top: 16px;
  font-size: 17px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  font-weight: 600;
}
.popup .tb-btn {
  padding: 20px 0 0;
}
.popup .btn {
  padding: 0;
}

#modal-main {
  display: none;
}

/* layout */
@media (min-width: 769px) {
  .logo {
    width: 140px;
    padding: 20px;
    position: absolute;
    top: 8px;
    right: 71%;
  }
}
@media (max-width: 768px) {
  .logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .logo-area {
    position: relative;
    margin: 0 auto;
    top: 7px;
  }
}

@media (min-width: 769px) {
  .logo2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .logo2 {
    height: 40px;
  }
}

.header-container {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 86px;
  -webkit-box-shadow: 0 3px 8px #c6c8ce;
  -moz-box-shadow: 0 3px 8px #c6c8ce;
  box-shadow: 0 3px 8px #c6c8ce;
}
@media (max-width: 768px) {
  .header-container {
    height: 60px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .header-container .menu-bar {
    height: 60px;
    background-color: #fff;
  }
}

footer {
  width: 100%;
  text-align: center;
  bottom: 0;
}

.footer-menu-area, .copyright {
  line-height: 2;
  text-align: center;
  font-size: 10px;
}

.copyright {
  background-color: #efefef;
}

.footer-menu {
  color: #6391a4;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .menu-link {
    font-size: 16px;
    float: left;
    position: relative;
    top: 15px;
    left: 8%;
  }
}
@media (min-width: 769px) {
  .menu-link {
    display: none;
  }
}

@media (min-width: 769px) {
  .menu-box {
    display: inline-flex;
    width: 60%;
    max-width: 700px;
    min-width: 400px;
    position: absolute;
    left: 35%;
  }
}
@media (max-width: 768px) {
  .menu-box {
    background-color: #1f2429;
    display: block;
    width: 85%;
    height: 100%;
    border-right: 1px solid #1d2126;
    position: fixed;
    left: -86%;
    z-index: 140;
  }
}

@media (min-width: 769px) {
  .menu-list {
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .menu-list {
    text-align: left;
    display: inherit;
    margin: 0 auto;
    width: 70%;
    position: relative;
    top: 20px;
    border-top: 1px dotted #637079;
    padding: 0 11px;
  }
  .menu-list a {
    display: block;
    padding: 8px 11px 7px;
    font-size: 14px;
  }
  .menu-list a:hover {
    color: #fff;
    background-color: #3b5966;
  }
}

@media (max-width: 768px) {
  .no-dropdown {
    display: block;
    padding: 8px 11px 7px;
  }
}

.menu-bar {
  background-color: #f4faff;
  display: inline-flex;
  margin: 0 auto;
  width: 100%;
  height: 86px;
  border-top: 3px solid #1DBDFF;
}
@media (max-width: 768px) {
  .menu-bar {
    border: 1px solid #fff;
  }
}

.menu-v-line {
  margin: 0 auto;
  position: relative;
  top: 30px;
  width: 1px;
  height: 30px;
  border-left: 1px solid #9DD8FF;
}
@media (max-width: 768px) {
  .menu-v-line {
    display: none;
  }
}

.menu-icon {
  margin: 0 auto;
  color: #fff;
  background-color: #4DC7FF;
}
@media (max-width: 768px) {
  .menu-icon {
    display: none;
  }
}

.menu-jp {
  color: #4D4D4D;
  font-size: 12px;
  line-height: 2;
}
@media (max-width: 768px) {
  .menu-jp {
    display: inline-flex;
    color: #5DD6FF;
    font-size: 14px;
  }
}

.menu-en {
  color: #3b5966;
  font-size: 10px;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .menu-en {
    display: none;
  }
}

.menu-list01, .menu-list02 {
  min-width: 80px;
}

.menu-list03 {
  min-width: 95px;
}

.menu-list04 {
  min-width: 100px;
}

.menu-list05 {
  min-width: 95px;
}

@media (max-width: 768px) {
  .menu-smt-close {
    font-size: 18px;
    color: #e6e6e6;
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 11px;
    letter-spacing: 1px;
  }
}
@media (min-width: 769px) {
  .menu-smt-close {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu-smt-line {
    padding: 0 0 40px 0;
    margin: 0 auto;
    width: 87%;
    border-bottom: 1px dotted #637079;
  }
}
@media (min-width: 769px) {
  .menu-smt-line {
    display: none;
  }
}

.nav-profile-area {
  width: 75%;
  min-width: 200px;
  color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 47px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .nav-profile-area {
    display: none;
  }
}
.nav-profile-area a {
  color: #cccccc;
  font-size: 11px;
}
.nav-profile-area img {
  width: 70px;
  display: block;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
}
.nav-profile-area .profile-text {
  width: 100%;
  text-align: right;
}
.nav-profile-area .profile-text .profile-logout {
  text-decoration: underline;
}
.nav-profile-area .profile-text .profile-name {
  line-height: 1.4;
  text-align: right;
  font-size: 16px;
  margin: 7px 2px 4px 0;
}
.nav-profile-area .profile-text .profile-name span {
  font-weight: 600;
  margin: 0 2px;
}
.nav-profile-area .profile-text .profile-modify {
  padding: 1px 0 7px;
}
.nav-profile-area .profile-text .profile-modify span {
  position: relative;
  top: -2px;
  right: 2px;
  font-size: 12px;
}
.nav-profile-area .profile-text .profile-modify i {
  font-size: 20px;
  background: -webkit-linear-gradient(#ccebf9, #9a9ea2);
  background: -o-linear-gradient(#ccebf9, #9a9ea2);
  background: linear-gradient(#ccebf9, #9a9ea2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px -3px rgba(255, 220, 100, 0.16);
}
.nav-profile-area .profile-text .profile-modify .profile-modify-text {
  text-decoration: underline;
  font-size: 10px;
}
.nav-profile-area .profile-resign {
  margin-top: 7px;
}

aside {
  width: 300px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px #f1f1f1;
  -moz-box-shadow: 0 2px 2px #f1f1f1;
  box-shadow: 0 2px 2px #f1f1f1;
  margin-right: 30px;
}
@media (max-width: 768px) {
  aside {
    display: none;
  }
}
@media (max-width: 549px) {
  aside {
    display: none;
  }
}
aside .profile {
  width: 100%;
  font-size: 12px;
  display: table-cell;
  padding: 40px 37px;
}
@media (max-width: 768px) and (min-width: 549px) {
  aside .profile {
    width: 80%;
    max-width: 500px;
    display: block;
    padding: 22px 25px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  aside .profile {
    width: 100%;
  }
}
@media (max-width: 549px) {
  aside .profile {
    width: 73%;
    max-width: 500px;
    display: block;
    padding: 22px 25px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
aside .profile-area {
  min-width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 549px) {
  aside .profile-area {
    min-width: 200px;
  }
}
aside .profile-area img {
  width: 70px;
  display: block;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
}
aside .profile-area .profile-text {
  width: 100%;
  text-align: right;
}
aside .profile-area .profile-text .profile-logout {
  text-decoration: underline;
  font-size: 10px;
}
aside .profile-area .profile-text .profile-logout i {
  position: relative;
  top: 1px;
  padding-left: 3px;
  font-size: 13px;
}
aside .profile-area .profile-text .profile-name {
  line-height: 1.4;
  text-align: right;
  font-size: 15px;
  margin: 8px 2px 0 0;
}
aside .profile-area .profile-text .profile-name span {
  font-weight: 600;
  margin: 0 2px;
}
aside .profile-area .profile-text .profile-modify {
  padding: 0 0 7px;
  font-size: 20px;
}
aside .profile-area .profile-text .profile-modify span {
  position: relative;
  top: -2px;
  right: 2px;
  font-size: 12px;
}
aside .profile-area .profile-text .profile-modify i {
  background: -webkit-linear-gradient(#c3ced3, #606264);
  background: -o-linear-gradient(#c3ced3, #606264);
  background: linear-gradient(#c3ced3, #606264);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px -5px rgba(250, 238, 116, 0.22);
}
aside .profile-area .profile-text .profile-modify .profile-modify-text {
  text-decoration: underline;
  font-size: 10px;
}
aside .profile-resign {
  margin-top: 7px;
}
aside .side-title {
  padding-top: 10px;
  border-bottom: 1px solid #ededed;
}
aside .side-title div {
  width: 77%;
  height: 30px;
  background-color: #ededed;
  border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  margin: 0 auto;
}
aside .side-title div span {
  position: relative;
  top: 6px;
  font-size: 13px;
}
aside .side-calendar span {
  position: relative;
  top: 90px;
}
aside .side-notice {
  text-align: left;
  padding: 10px 3px 20px;
  position: relative;
  right: 20px;
}
aside .side-notice ul {
  list-style-type: none;
}
aside .side-notice li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 3px 0;
}
aside .side-manual {
  text-align: left;
  line-height: 2;
  margin: 15px 20px 50px;
}
aside .side-manual span {
  color: #000;
  background-color: #EDEDED;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  white-space: nowrap;
  word-break: break-all;
  font-size: 10px;
  padding: 1px 15px 1px 18px;
  margin-right: 5px;
}
aside .side-manual a {
  color: #f2f2f2;
}
aside .side-manual a:after {
  position: relative;
  top: 2px;
  content: "｜";
}
aside .side-manual a:last-child:after {
  content: none;
}
aside .side-more {
  text-align: right;
  font-size: 9px;
  text-decoration: underline;
}

.breadcrumbs {
  font-size: 12px;
  text-align: left;
  position: relative;
  top: -30px;
  left: 3%;
  margin-bottom: -17px;
}
@media (max-width: 549px) {
  .breadcrumbs {
    display: none;
  }
}

.bread-menu {
  padding: 0 10px;
}

@media (min-width: 769px) {
  section {
    width: calc(100% - 350px);
    max-width: 700px;
    margin: 0 auto;
    margin-top: -25px;
  }
}
@media (max-width: 768px) {
  section {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 549px) {
  section {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 549px) {
  section {
    width: 100%;
    margin: 0 auto;
  }
}

.wrap {
  text-align: left;
  min-height: 470px;
}
.wrap .title {
  padding-top: 10px;
}
.wrap .title div {
  width: 90%;
  height: 30px;
  color: #000;
  background-color: #ededed;
  border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  margin: 0 auto;
}
.wrap .title div i {
  color: #005DC9;
  position: relative;
  top: 7px;
  font-size: 15px;
  margin: 0 15px 0 25px;
}
.wrap .title div span {
  position: relative;
  top: 7px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .wrap .title div span {
    font-size: 13px;
  }
}
.wrap .title div span.comment {
  float: right;
  position: relative;
  top: 8px;
  right: 20px;
  text-decoration: underline;
  font-size: 10px;
}
.wrap .title-middle div {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  margin: 0 auto;
}
.wrap .title.check-today i {
  color: #FF9E72;
}
.wrap .title.check-previous i {
  color: #5DD6FF;
}
.wrap .title.check-report i {
  color: #ea0707;
}
.wrap .title-center {
  text-align: center;
}
.wrap .check {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  padding: 15px 20px 15px 30px;
}
@media (max-width: 768px) {
  .wrap .check {
    padding: 10px;
  }
}
.wrap .check .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 10px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .wrap .check .item {
    padding: 10px 0;
  }
}
.wrap .check .item .check-day {
  width: 90px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wrap .check .item .check-day {
    width: 60px;
  }
}
.wrap .check .item .check-item {
  width: calc(100% - 95px);
  position: relative;
  left: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wrap .check .item .check-item {
    width: calc(100% - 60px);
  }
}
.wrap .check .item .check-item span:before {
  content: "｢ ";
}
.wrap .check .item .check-item span:after {
  content: " ｣";
}
.wrap .check .item-info-area {
  line-height: 2;
  padding: 10px 0 0 10px;
}
@media (max-width: 768px) {
  .wrap .check .item-info-area {
    padding: 0;
  }
}
.wrap .check .item-info-area .item-info {
  width: 100%;
  display: inline-flex;
}
.wrap .check .item-info-area .item-info-list {
  width: 80px;
}
@media (max-width: 768px) {
  .wrap .check .item-info-area .item-info-list {
    width: 88px;
  }
}
.wrap .check .item-info-area .item-info-list span {
  color: #fff;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  font-size: 12px;
  padding: 1px 3px 0 5px;
}
.wrap .check .item-info-area .item-info-text {
  position: relative;
  left: 10px;
  font-size: 12px;
}
.wrap .check .item-info-area .item-check {
  width: 20%;
  display: inline;
  font-size: 10px;
}
@media (min-width: 481px) {
  .wrap .check .item-info-area {
    display: inline-flex;
    width: 100%;
  }
  .wrap .check .item-info-area .time {
    width: 95px;
  }
  .wrap .check .item-info-area .money {
    width: 55px;
  }
}
.wrap .check-top {
  border-width: 0 0 1px 0;
}
.wrap .tb-btn {
  padding: 13px 0 8px;
}
.wrap .check.check-today.check-top {
  background-color: transparent;
}
.wrap .check-today {
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
}

/* page */
.notice {
  border: 1px solid #ededed;
  background-color: #fff;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px #f1f1f1;
  -moz-box-shadow: 0 2px 2px #f1f1f1;
  box-shadow: 0 2px 2px #f1f1f1;
  padding: 7px 0;
  margin-bottom: 10px;
}
.notice ul {
  list-style-type: none;
  line-height: 2;
}
@media (max-width: 768px) {
  .notice ul {
    position: relative;
    right: 10px;
  }
}
@media (max-width: 549px) {
  .notice ul {
    position: relative;
    right: 18px;
  }
}
.notice ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice ul a:hover {
  text-decoration: underline;
}
.notice .notice-work {
  color: #fff;
  background-color: #ea0707;
}

.item-info-area {
  padding: 10px 0 0 10px;
}
.item-info-area .item-info {
  display: inline-flex;
}
.item-info-area .item-info-list {
  width: 80px;
}
.item-info-area .item-info-list span {
  color: #fff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  font-size: 10px;
  padding: 0 3px;
}
.item-info-area .item-info-text {
  width: calc(100% - 110px);
  position: relative;
  left: 10px;
  font-size: 11px;
}
.item-info-area .item-check {
  width: 20%;
  display: inline-flex;
}

.btn-darkblue span {
  background-color: #1B62B2;
}
.btn-orange span {
  background-color: #FF9E72;
}
.btn-blue span {
  background-color: #5DD6FF;
}

.text-darkblue {
  color: #1B62B2;
}
.text-orange {
  color: #FF9E72;
}
.text-blue {
  color: #5DD6FF;
}
.text-red {
  color: #f54747;
}

.color-red {
  color: #ff0000;
}

.logo-header-container {
  background-color: #fafafa;
  margin-top: -80px;
  padding-top: 20px;
}

.login-top-area {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .login-top-area-join {
    display: none;
  }
}

.login-clearfix {
  margin-bottom: 20px;
}

.input-element.list {
  padding-bottom: 0;
}

.input-element-description {
  text-align: left;
}

.login-logo {
  width: 130px;
  margin: 0 auto;
  padding: 10px;
}

.login-area {
  width: 90%;
  max-width: 400px;
  background-color: #D8F2FB;
  margin: 0 auto;
  padding: 25px 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 4px #dbdbdb;
  -moz-box-shadow: 0 3px 4px #dbdbdb;
  box-shadow: 0 3px 4px #dbdbdb;
}

.text-login {
  font-size: 14px;
  width: 85%;
  height: 40px;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 5px;
  padding-left: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}

.login-fales-box {
  text-align: center;
}

.login-fales {
  font-size: 12px;
}

.fales-click {
  font-size: 12px;
  margin: 10px 0 20px 0;
}
.fales-click a:hover {
  text-decoration: underline;
}

.join-area {
  background-color: #D8F2FB;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
}
.join-title {
  padding: 50px 0 20px;
  margin-top: -70px;
}
@media (max-width: 480px) {
  .join-title {
    font-size: 12px;
  }
}
.join-title h1 {
  font-size: 24px;
  font-weight: 600;
  color: #666666;
}
.join-title h3 {
  font-size: 12px;
  line-height: 1;
  color: #ea0707;
}

.noti {
  width: 90%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  margin: 0 auto;
}
.noti .box {
  display: block;
  margin: 0 auto;
  margin-bottom: -1px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.noti .box a:hover {
  -webkit-box-shadow: 0 0 8px 1px #c1e3ff;
  -moz-box-shadow: 0 0 8px 1px #c1e3ff;
  box-shadow: 0 0 8px 1px #c1e3ff;
  z-index: 10;
}

.notice-area {
  -webkit-box-flex: 1;
  box-flex: 1;
  flex-shrink: 1;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list {
  text-align: left;
  color: #4D4D4D;
  padding: 15px 15px 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.notice-area {
  width: 100%;
  padding: 3px 0 0;
}

.notice-day {
  line-height: 1.4;
  margin-left: 2px;
  font-size: 12px;
}

.notice-go {
  width: 30px;
  text-align: right;
  position: relative;
  margin: 0 auto;
  top: 8px;
}

.notice-title {
  font-weight: 600;
  width: 90%;
  color: #000;
  font-size: 14px;
}

.notice-icon {
  color: #fff;
  background-color: #1B62B2;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-size: 12px;
  padding: 1px 7px 1px 8px;
  margin-right: 14px;
}
.notice-icon-work {
  color: #fff;
  background-color: #ea0707;
}

.notice-text {
  font-size: 9px;
  line-height: 1.6;
  margin-left: 2px;
}

.more {
  font-size: 7px;
  float: right;
  text-decoration: underline;
  margin-top: -17px;
}

.noti-detail .title {
  font-weight: 600;
  display: block;
  padding: 23px 30px 10px;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
}
.noti-detail .right {
  font-weight: 400;
  text-align: right;
  display: block;
  font-size: 10px;
}
.noti-detail .text {
  text-align: left;
  display: block;
  padding: 20px 40px;
}
@media (max-width: 480px) {
  .noti-detail .text {
    padding: 10px 20px;
  }
}

.check div:last-child {
  border-bottom: none;
}

.profile-view {
  width: 90%;
  border-bottom: 1px solid #ededed;
  line-height: 1.9;
  font-size: 13px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 480px) {
  .profile-view {
    padding: 10px;
  }
}
.profile-view .profile-title {
  width: 100px;
  position: relative;
  right: 2px;
  display: inline-block;
  float: left;
  font-weight: 600;
}
@media (max-width: 480px) {
  .profile-view .profile-title {
    width: 90px;
  }
}
.profile-view .profile-text {
  width: calc(100% - 100px);
  display: inline-block;
}
@media (max-width: 480px) {
  .profile-view .profile-text {
    width: calc(100% - 90px);
  }
}
.profile-view .profile-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.profile-view .profile-text-jobhistory {
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
}
.profile-view .profile-jobhistory {
  border-bottom: 1px solid #ededed;
  position: relative;
  top: 10px;
  float: right;
  padding: 10px 0;
}
.profile-view .profile-text-more {
  text-align: center;
}
.profile-view .profile-text-more .fa.fa-plus {
  position: relative;
  left: -2px;
}
.profile-view .profile-btn {
  float: right;
}
.profile-view .profile-confirm-link {
  text-decoration: underline;
}

.medium {
  font-size: 15px;
}

.today {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 10px;
}

.today-left {
  width: 22%;
  margin-right: 20px;
}
.today-left img {
  width: 100%;
  height: 100%;
}
.today-left p {
  font-size: 9px;
  word-break: break-all;
}

.today-right {
  width: 75%;
}
.today-right .item-info {
  width: 100%;
  margin-bottom: 10px;
}
.today-right .item-info-list span {
  color: #fff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  font-size: 11px;
  padding: 0 5px;
}
.today-right .item-info p {
  margin: 0;
}
.today-right .item-info-text {
  width: 100%;
  position: relative;
  left: 2px;
  font-size: 12px;
}

.today-report {
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}
.today-report div {
  width: 100%;
}
.today-report div fieldset {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}
.today-report div fieldset p {
  width: calc(100% - 100px);
  display: inline-block;
  text-align: right;
  float: right;
  margin: 3px 0;
}
.today-report div fieldset p span {
  position: relative;
  top: 1px;
}
.today-report div fieldset p.imgInput img {
  width: 100%;
  max-width: 300px;
}
.today-report div fieldset p.imgInput input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 0;
}
.today-report div fieldset .text20 {
  width: 78px;
  height: 28px;
  font-size: 13px;
  text-indent: 0;
}
@media (max-width: 549px) {
  .today-report div fieldset .text20 {
    width: 60px;
    margin: 0 0 3px;
  }
}
.today-report div fieldset .text40 {
  width: 67px;
  height: 25px;
  text-align: left;
  font-size: 13px;
  text-indent: 0;
  padding-left: 8px;
  margin-right: 7px;
}
@media (max-width: 549px) {
  .today-report div fieldset .text40 {
    width: 80px;
    margin: 0 7px 3px 0;
  }
}
@media (max-width: 370px) {
  .today-report div fieldset .text40 {
    width: 80px;
  }
}
.today-report div fieldset .text50 {
  width: 173px;
  height: 25px;
  text-align: left;
  font-size: 13px;
  text-indent: 0;
  padding-left: 8px;
  margin-right: 7px;
}
@media (max-width: 549px) {
  .today-report div fieldset .text50 {
    width: 77%;
    max-width: 173px;
    margin: 0 7px 3px 0;
  }
}
.today-report div fieldset textarea {
  width: 95%;
  height: 100px;
  font-size: 14px;
  padding: 8px;
  margin: 4px 0;
}
.today-report-info {
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #ea0707;
  color: #ea0707;
  -webkit-box-shadow: 0 2px 2px #f1f1f1;
  -moz-box-shadow: 0 2px 2px #f1f1f1;
  box-shadow: 0 2px 2px #f1f1f1;
  padding: 3px 10px;
  font-size: 10px;
}
.today-report .today-report-legend {
  width: 85px;
  display: inline-flex;
  position: relative;
  top: 8px;
}
@media (max-width: 549px) {
  .today-report .today-report-legend {
    position: relative;
    top: 5px;
  }
}

div.expense_bg fieldset {
  background-color: #fafafa;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  padding: 0 10px;
}
div.expense_bg a.plus {
  float: right;
  position: relative;
  top: -8px;
  left: -4px;
}
div.expense_bg button.minus {
  width: 25px;
  height: 25px;
  float: right;
  position: relative;
  top: -8px;
  color: #fff;
  background-color: #b8b8b8;
  border: solid #fff 2px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box;
}
div.expense_bg button.minus::before {
  position: absolute;
  top: 2px;
  left: 5px;
  line-height: 12px;
  font-size: 28px;
  content: "-";
}

a.explicit_link {
  text-decoration: underline;
  color: #1111cc;
}

.check-list {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px #f1f1f1;
  -moz-box-shadow: 0 2px 2px #f1f1f1;
  box-shadow: 0 2px 2px #f1f1f1;
  margin-bottom: 10px;
  font-size: 11px;
}
.check-list .head {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  padding: 7px 0 6px;
}
@media (max-width: 480px) {
  .check-list .head .data-pc {
    display: none;
  }
}
.check-list .data {
  width: 100%;
  text-align: center;
  padding: 2px 0 6px;
}
@media (max-width: 480px) {
  .check-list .data {
    background-color: #daf3ff;
    border-top: 1px solid #c1c1c1;
    padding: 4px 0 6px;
  }
}
.check-list .data.bg_gray {
  background-color: #f7f7f7;
}
@media (max-width: 480px) {
  .check-list .data.bg_gray {
    background-color: #daf3ff;
  }
}
.check-list .data.bg_special_holiday {
  background-color: #CCD98F !important;
}
@media (min-width: 481px) {
  .check-list .data:hover {
    background-color: #b4e9ff;
  }
}
@media (max-width: 480px) {
  .check-list .data .data-pc {
    display: none;
  }
}
.check-list .block7 {
  display: inline-block;
  width: 7%;
  padding-right: 3px;
}
@media (max-width: 480px) {
  .check-list .block7 {
    width: 28%;
    margin: 3px 0 0;
  }
}
.check-list .block10 {
  display: inline-block;
  width: 10%;
  border-left: 1px solid #efefef;
  padding-left: 3px;
}
@media (max-width: 480px) {
  .check-list .block10 {
    width: 33%;
    margin: 3px 0 0;
  }
}
.check-list .block20 {
  display: inline-block;
  width: 20%;
  border-left: 1px solid #efefef;
  padding-left: 3px;
}
@media (max-width: 480px) {
  .check-list .block20 {
    width: 33%;
    margin: 3px 0 0;
  }
}
.check-list .block40 {
  display: inline-block;
  width: 29%;
  border-left: 1px solid #efefef;
  padding-left: 3px;
}
.check-list .block50 {
  display: inline-block;
  width: 41%;
  border-left: 1px solid #efefef;
  padding-left: 3px;
}

.data-project {
  display: inline-block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 5px;
  text-align: left;
}
@media (max-width: 480px) {
  .data-project {
    width: 75%;
    top: auto;
  }
}

.data-filed {
  display: inline-block;
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 5px;
  float: right;
}
@media (max-width: 480px) {
  .data-filed {
    width: 20%;
    top: auto;
  }
}

.data-smt {
  background-color: #f7f7f7;
  padding: 10px 0 13px;
}
@media (min-width: 481px) {
  .data-smt {
    display: none;
  }
}
.data-smt .data-smt-box {
  padding: 0 20px;
}
.data-smt .data-smt-box .data-money::after {
  content: "、";
}
.data-smt .data-smt-box .data-money:last-child::after {
  content: "";
}
.data-smt p {
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.check-list-total .data-total {
  width: 100%;
  height: 32px;
  line-height: 34px;
  text-align: center;
  padding: 2px 0 6px;
}
@media (max-width: 480px) {
  .check-list-total .data-total {
    width: 100%;
    height: 60px;
    background-color: #edf1f3;
    border-top: 1px solid #e0e0e0;
  }
}
.check-list-total .data-total.bg_gray {
  background-color: #f7f7f7;
}
@media (max-width: 480px) {
  .check-list-total .data-total.bg_gray {
    background-color: #edf1f3;
  }
}
@media (max-width: 480px) {
  .check-list-total .data-total .data-pc {
    display: none;
  }
}
.check-list-total .data-total .data-smt {
  height: 20px;
  position: relative;
  top: -4px;
  line-height: 15px;
}
@media (min-width: 481px) {
  .check-list-total .data-total .data-smt {
    display: none;
  }
}
.check-list-total .data-total input {
  position: relative;
  top: 1px;
}
@media (max-width: 480px) {
  .check-list-total .data-total input {
    width: 210px;
  }
}
.check-list-total .block10 {
  display: inline-block;
  position: relative;
  width: 10%;
  border-left: 1px solid #efefef;
}
.check-list-total .block10:nth-child(1) {
  border: none;
}
@media (max-width: 480px) {
  .check-list-total .block10 {
    width: 13%;
  }
}
.check-list-total .block15 {
  display: inline-block;
  position: relative;
  width: 12%;
  border-left: 1px solid #efefef;
}
.check-list-total .block15:nth-child(1) {
  border: none;
}
@media (max-width: 480px) {
  .check-list-total .block15 {
    width: 16%;
  }
}
.check-list-total .block20 {
  display: inline-block;
  width: 17%;
  border-left: 1px solid #efefef;
}
@media (max-width: 480px) {
  .check-list-total .block20 {
    width: 22%;
    margin: 3px 0 0;
  }
}
.check-list-total .block30 {
  display: inline-block;
  width: 23%;
  border-left: 1px solid #efefef;
}
@media (max-width: 480px) {
  .check-list-total .block30 {
    width: 40%;
  }
}
.check-list-total .block30 .blue {
  width: 90%;
  max-width: 125px;
  font-size: 11px;
}
@media (max-width: 480px) {
  .check-list-total .block30 .blue {
    max-width: 180px;
  }
}
.check-list-total .block30 input[type=button]:disabled {
  color: #b9b9b9;
  background-color: #f7f7f7;
  border: 1px solid #cecece;
}
.check-list-total .block30 input[type=button]:disabled::hover {
  color: #b9b9b9;
  background-color: #f7f7f7;
  border: 1px solid #cecece;
}
@media (max-width: 480px) {
  .check-list-total .smt-wide {
    width: 90%;
    line-height: 25px;
  }
}
.check-list-total p.weekly {
  width: 100%;
  position: absolute;
  top: -19px;
  line-height: 16px;
  margin: 0;
}

.new_contract {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  border-radius: 20px;
}
.new_contract .term_title_text {
  color: orange;
}
.new_contract .confirm_item {
  margin-bottom: 15px;
}
.new_contract .confirm_item .comfirm_text {
  padding: 4px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.new_contract .confirm_item .confirm_checkbox {
  display: block;
}
.new_contract .clickable_text {
  text-decoration: underline;
}

.regulation {
  line-height: 1.4;
  font-size: 8px;
  overflow: hidden;
  padding: 0 17px;
}
.regulation p {
  margin: 1px 9px;
  word-break: break-all;
}
.regulation .right {
  text-align: right;
}
.regulation .center {
  text-align: center;
}
.regulation .text {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
  text-align: left;
  float: right;
  overflow: hidden;
}
.regulation .bg-grey {
  background-color: #dddddd;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 0px 2px 10px;
  margin: 12px 0 7px;
}
.regulation .bg-white {
  font-size: 10px;
  font-weight: 600;
  margin: 12px 0 7px 10px;
}
.regulation .number {
  padding: 1px 6px;
}
.regulation ol {
  margin: 6px 0;
  padding-left: 30px;
}
.regulation ol blockquote {
  margin: 1px 0;
}
.regulation div {
  width: 95%;
  margin: 0 auto;
}
.regulation table {
  width: 100%;
  border: 1px solid #000;
  text-align: center;
  border-spacing: 0;
}
.regulation table th {
  color: #000;
  background-color: #c4c4c4;
  border: 1px solid #000;
  padding: 4px 0 0;
}
.regulation table td {
  color: #000;
  border: 1px solid #000;
  padding: 4px 0 0;
}

.manual-list {
  padding: 15px 10px;
}
.manual-list ul {
  list-style-type: none;
  line-height: 1.5;
  text-align: left;
  padding-left: 30px;
  font-size: 13px;
}
.manual-list ul li {
  width: 200px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  padding: 3px 10px 1px;
  margin: 10px 0;
}
.manual-list ul ul {
  line-height: 1;
  font-size: 12px;
  padding: 0 0 1px 25px;
}
.manual-list ul ul li {
  margin: 7px 0;
}

.manual {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 20px;
  margin: 30px 0 30px 0;
}
@media (max-width: 768px) {
  .manual {
    padding: 10px 0 20px;
    margin: 0;
  }
}
.manual h2 {
  background-color: #efefef;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-clip: padding-box;
  font-size: 26px;
  padding: 3px 15px 1px;
  margin: 10px 2px 20px;
}
@media (max-width: 768px) {
  .manual h2 {
    margin: 0 2px 20px;
  }
}
.manual h3 {
  border-left: solid #4eccff 4px;
  padding: 0 10px;
  font-size: 20px;
  margin: 10px 11px;
}
.manual p {
  line-height: 1.8;
  padding: 0 15px;
  margin: 10px 8px;
}
@media (max-width: 768px) {
  .manual p {
    padding: 0;
    padding-left: 5px;
  }
}
.manual p.center {
  text-align: center;
  margin-top: 20px;
}
.manual img {
  width: 350px;
  display: block;
  margin: 10px auto 30px;
}
@media (max-width: 549px) {
  .manual img {
    width: 100%;
  }
}
.manual a {
  text-decoration: underline;
}
.manual a:hover {
  color: red;
}
.manual.manual-last {
  border: none;
  margin: 20px 0 50px 0;
}
.manual .icon {
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  padding: 1px 15px 0;
  margin: 0 5px;
}
.manual .icon.green {
  color: #fff;
  background-color: #35AA00;
}
.manual .icon.yellow {
  color: #fff;
  background-color: #FFA81C;
}
.manual .icon.red {
  color: #fff;
  background-color: #ea0707;
}
.manual .edit_grey {
  color: #fff;
  background-color: #b8b8b8;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  padding: 1px 3px 0;
  margin: 0 5px;
}
.manual .btn_profile_blue {
  color: #4eccff;
  background-color: #fff;
  border: 1px solid #4eccff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  padding: 1px 20px 0;
  margin: 0 5px;
}
.manual .red {
  color: #ea0707;
  font-weight: 600;
}

.manual-page-up {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 30px;
  color: #fafafa;
  background-color: #4DC7FF;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 2px 5px #c6c8ce;
  -moz-box-shadow: 1px 2px 5px #c6c8ce;
  box-shadow: 1px 2px 5px #c6c8ce;
  cursor: pointer;
  padding: 1px 10px 0;
  font-size: 20px;
}

.accordion {
  display: block;
  font-size: inherit;
  margin: 0px;
  position: relative;
}

.accordion input {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.accordion_header {
  color: #4eccff;
  background-color: #f4faff;
  border: 1px solid #9DD8FF;
  transition: background 0.2s;
  cursor: pointer;
  z-index: 10;
}

.accordion_header:hover {
  color: #4eccff;
  background-color: #e5f3ff;
}

.accordion_header:before, .accordion_header:after {
  background-color: #4eccff;
  content: "";
  display: block;
  z-index: 20;
}

.accordion_header:before {
  width: 8px;
  height: 2px;
  position: absolute;
  top: 11px;
  right: 40px;
}

.accordion_header:after {
  width: 2px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 43px;
}

.accordion input:checked ~ .accordion_header {
  color: #f4faff;
  background-color: #4eccff;
  border: 1px solid #4eccff;
}

.accordion input:checked ~ .accordion_header:before {
  background-color: white;
}

.accordion input:checked ~ .accordion_header:after {
  display: none;
}

.accordion_content {
  width: 200px;
  display: none;
  line-height: 1;
  border-width: 0px 1px;
}

.accordion input:checked ~ .accordion_content {
  display: block;
}

.accordion_smt {
  padding: 8px 20px 5px;
}
.accordion_smt span {
  position: relative;
  left: 4px;
  line-height: 2;
  font-size: 14px;
  font-weight: 600;
}
.accordion_smt .accordion_header {
  width: 100%;
  color: #242424;
  background-color: #efefef;
  border: 1px solid #e2e2e2;
  border-width: 1px 1px 0 1px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ";
  font-size: 12px;
  font-weight: 600;
  padding: 5px 0;
}
.accordion_smt .accordion_header blockquote {
  margin: 0 0 0 15px;
}
.accordion_smt .accordion_header_last {
  border-width: 1px;
}
.accordion_smt .accordion_header:before {
  width: 8px;
  height: 2px;
  position: absolute;
  top: 13px;
  right: 15px;
  background-color: #242424;
}
.accordion_smt .accordion_header:after {
  width: 2px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 18px;
  background-color: #242424;
}
.accordion_smt .accordion_content {
  width: 90%;
  border: 1px solid #4eccff;
  line-height: 1.5;
  padding: 0 5%;
}

.talent_schedule {
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  font-size: 12px;
  margin: 0 auto;
}
.talent_schedule .days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 -5px;
}
.talent_schedule .block_day {
  width: 12.7%;
  height: 28px;
  display: block;
  text-align: center;
  margin: 13px auto 0;
}
@media (max-width: 549px) {
  .talent_schedule .block_day {
    width: 12.6%;
    height: 28px;
    margin: 10px auto 0;
  }
}
.talent_schedule .block_day a:hover {
  -webkit-filter: drop-shadow(2px 2px 5px #00a4e7);
  -moz-filter: drop-shadow(2px 2px 5px #00a4e7);
  -o-filter: drop-shadow(2px 2px 5px #00a4e7);
  -ms-filter: drop-shadow(2px 2px 5px #00a4e7);
  filter: drop-shadow(2px 2px 5px #00a4e7);
}
.talent_schedule .block_day.another a {
  color: #cccccc;
}
.talent_schedule .block_day.name {
  width: 12.4%;
  height: 20px;
  color: #666666;
  background-color: #e6e6e6;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-clip: padding-box;
  margin: 0 5px auto;
  padding: 5px 0;
}
.talent_schedule .block_day.current {
  color: #35c5ff;
}
.talent_schedule .block_day.weekend.w-blue {
  color: #35c5ff;
  font-weight: 600;
}
.talent_schedule .block_day.weekend.w-red {
  color: #ea0707;
  font-weight: 600;
}
.talent_schedule .block_day p {
  width: 90%;
  overflow: hidden;
  font-size: 5px;
  margin: 0 auto;
}
.talent_schedule .block_day .work_cast {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.talent_schedule .block_day .yes {
  width: 30px;
  height: 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  line-height: 15px;
  color: #fff;
  background-color: #35AA00;
  font-size: 10px;
}
@media (max-width: 549px) {
  .talent_schedule .block_day .yes {
    width: 20px;
    height: 10px;
    line-height: 10px;
  }
}
.talent_schedule .block_day .hold {
  width: 20px;
  height: 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  color: #fff;
  background-color: #FFA81C;
  font-size: 10px;
}
@media (max-width: 549px) {
  .talent_schedule .block_day .hold {
    width: 20px;
    height: 10px;
    line-height: 10px;
  }
}
.talent_schedule .block_day .no {
  width: 20px;
  height: 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  color: #fff;
  background-color: #ea0707;
  font-size: 10px;
}
@media (max-width: 549px) {
  .talent_schedule .block_day .no {
    width: 20px;
    height: 10px;
    line-height: 10px;
  }
}

.check-list.work-list {
  font-size: 12px;
}
.check-list.work-list .head {
  font-size: 13px;
  padding: 1px 0 8px;
}
.check-list.work-list .block10 {
  display: inline-block;
  width: 14%;
  position: relative;
  top: 2px;
  border-left: 1px solid #dedede;
  padding-left: 5px;
}
.check-list.work-list .block10 span {
  color: #3e3e3e;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  top: -1px;
  padding: 0 3px;
  margin-right: 3px;
}
.check-list.work-list .block10 span.new {
  color: #fff;
  background-color: #005DC9;
}
.check-list.work-list .block10.before {
  border: none;
}
.check-list.work-list .block15 {
  width: 17%;
  display: inline-block;
  position: relative;
  top: 2px;
  border-left: 1px solid #dedede;
  padding-left: 5px;
}
.check-list.work-list .block50 {
  display: inline-block;
  width: 47%;
  height: 18px;
  position: relative;
  top: 7px;
  border-left: 1px solid #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 3px;
}
@media (max-width: 480px) {
  .check-list.work-list .block50 {
    width: 45%;
  }
}
@media (max-width: 370px) {
  .check-list.work-list .block50 {
    width: 44%;
  }
}
.check-list.work-list .block60 {
  width: 63%;
  height: 18px;
}
@media (max-width: 480px) {
  .check-list.work-list .block60 {
    width: 60%;
  }
}
.check-list.work-list .block_1st {
  border: none;
}
.check-list.work-list .data-project {
  width: 90%;
}
.check-list.work-list .bg_gray {
  background-color: #edf1f3;
}
.check-list.work-list .bg_pay_holiday {
  background-color: #CCD98F;
}
.check-list.work-list .data.bg_gray.last {
  border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  background-clip: padding-box;
}
.check-list.work-list .data:hover {
  background-color: #dde3e6;
}
.check-list.work-list .check-no-data {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .check-list.work-list .check-no-data {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.check-list.work-list .data {
  padding: 0 0 7px;
}
.check-list.work-list .check-top {
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 3px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group ul {
  width: 90%;
  margin: 0 auto;
}
.tab-group li a {
  width: 50%;
  color: #000;
  background-color: #c5d3d9;
  display: block;
  float: left;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
  padding: 12px 0 9px;
}
.tab-group li a:hover {
  background-color: #f7f7f7;
}
.tab-group li:first-child a {
  border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  background-clip: padding-box;
}
.tab-group li:last-child a {
  border-radius: 0 20px 0 0;
  -o-border-radius: 0 20px 0 0;
  -ms-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  background-clip: padding-box;
}
.tab-group .active a {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 0 8px;
}

.tab-content > div:last-child {
  display: none;
}

a.clickable {
  text-decoration: underline;
}
a.character_emphasis {
  font-size: 150%;
  color: red;
  font-weight: bold;
}

/* vendor */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .fa.fa-check {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-home:before {
  content: "\f015";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-check:before {
  content: "\f00c";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-question:before {
  content: "\f128";
}

.fa-times-circle:after {
  content: "\f057";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-cog:after {
  content: "\f013";
}

.fa-plus:before {
  content: "\f067";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-upload:before {
  content: "\f093";
}

.fa-book:before {
  content: "\f02d";
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.map-area {
  max-width: 100%;
  height: 120px;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.map-area > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.map-area img {
  max-width: none;
}

#map {
  position: relative;
  cursor: pointer;
}
#map .gmnoprint {
  display: none;
}
#map .gmnoprint gm-style-cc {
  display: none;
}

#map:after {
  width: 22px;
  height: 40px;
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -11px;
  background: url("https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi_hdpi.png");
  background-size: 22px 40px; /* Since I used the HiDPI marker version this compensates for the 2x size */
  pointer-events: none; /* This disables clicks on the marker. Not fully supported by all major browsers, though */
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  z-index: 80;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  border-radius: 4px;
  border: 1px dotted #FF9E72;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #d3d2d2;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #47CBFF;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #47CBFF;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  width: 11.6%;
  height: 25px;
  margin: 1.34%;
  font-size: 13px;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
}

.datepicker--day-name.-weekend- {
  color: #00A8F5;
  font-weight: 600;
}

.datepicker--day-name.-weekend-:last-child {
  color: #ea0707;
  font-weight: 600;
}

.datepicker--cell-day {
  width: 11.6%;
  margin: 1.34%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  width: 100%;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 90;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 2px 2% 10px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: 50;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px 2%;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 10;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -10;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 13px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #47CBFF;
  border-color: #47CBFF;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #47CBFF;
  border-color: #47CBFF;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #47CBFF;
  border-color: #47CBFF;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #69D5FF;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker_layout input {
  letter-spacing: 0;
}

.datepicker-here.register30 {
  width: 30%;
}

aside div.side-calendar .talent_schedule .block_day {
  width: 11.6%;
  height: 30px;
  line-height: 30px;
  margin: 1.34%;
}
aside div.side-calendar .talent_schedule .block_day p {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 24px;
  left: 10px;
  line-height: 12px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
}

.file_upload_containers {
  position: relative;
  width: 300px;
  height: 260px;
  margin: auto;
}
.file_upload_containers .imageWrapper {
  outline: 1px dashed #000;
  background-color: #fff;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.file_upload_containers .imageWrapper img {
  height: 105%;
  width: initial;
  max-height: 100%;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.file_upload_containers .imageWrapper i {
  position: relative;
  top: 105px;
  font-size: 20px;
}
.file_upload_containers label {
  cursor: pointer;
}
.file_upload_containers .hidden {
  visibility: hidden;
}

.file-upload {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.file-upload {
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  width: 160px;
  height: 31px;
  border: 1px solid #63abff;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  display: inline;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

/* module */
body.sticky_manual .manual-list {
  width: 280px;
  position: fixed;
  top: 100px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0 2px 2px #f1f1f1;
  -moz-box-shadow: 0 2px 2px #f1f1f1;
  box-shadow: 0 2px 2px #f1f1f1;
}

.calendar {
  text-align: center;
}
.calendar .calendar-switch {
  font-weight: 600;
  margin-top: 5px;
  font-size: 12px;
  height: 100%;
}
.calendar .calendar-switch input[type=radio] {
  display: none;
}
.calendar .calendar-switch input[type=radio]:checked + .schedule-green {
  color: #fff;
  background-color: #35AA00;
  border: 1px solid #2d9100;
  box-shadow: none;
}
.calendar .calendar-switch input[type=radio]:checked + .schedule-red {
  color: #fff;
  background-color: #ea0707;
  border: 1px solid #d10606;
  box-shadow: none;
}
.calendar .calendar-switch label {
  width: 48%;
  height: 30px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0 1px 3px #e5edf1 inset;
  -moz-box-shadow: 0 1px 3px #e5edf1 inset;
  box-shadow: 0 1px 3px #e5edf1 inset;
}
.calendar .calendar-switch label:hover {
  cursor: pointer;
}
.calendar .calendar-switch label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.calendar .calendar-switch label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.calendar .calendar-switch label span {
  position: relative;
  top: 20%;
}
.calendar .blue {
  width: 60%;
  height: 30px;
  margin-top: 15px;
}
.calendar .blue[type=submit]:hover {
  width: 60%;
  height: 30px;
}
@media (max-width: 480px) {
  .calendar .blue {
    width: 80%;
    height: 30px;
  }
  .calendar .blue[type=submit]:hover {
    width: 80%;
    height: 30px;
  }
}

.schedule-green {
  color: #35AA00;
}

.schedule-red {
  color: #ea0707;
}

.sample-calendar {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.sample-calendar input[type=submit] {
  float: right;
}
@media (min-width: 769px) {
  .sample-calendar {
    display: flex;
  }
}

.sample-calendar-area {
  height: 300px;
  border-bottom: 1px solid #efefef;
  display: block;
  padding: 5px 10px;
}
@media (min-width: 769px) {
  .sample-calendar-area {
    width: 72%;
    border-right: 1px solid #efefef;
  }
}

.sample-calendar-event {
  width: 100%;
  height: 80px;
  display: block;
  word-break: break-all;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
}
@media (min-width: 769px) {
  .sample-calendar-event {
    width: 25%;
    height: 300px;
  }
}
.sample-calendar-event p {
  font-size: 9px;
  font-weight: 600;
  margin: 3px 0;
}

@-moz-document url-prefix() {
  .radio-label {
    top: 0;
  }
  .badge {
    margin-left: 0;
  }
  .join-area {
    padding-left: 7px;
  }
}

/*# sourceMappingURL=style.css.map */
