@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Montserrat:500,900&display=swap');

html, body, input, textarea {
  color: #515555;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75em;
  text-decoration: none;
  word-wrap: break-word;
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 4vw;
  }
  input, textarea {
    font-size: 16px;
  }
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea, picture, figure, :before, :after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section, main, picture, figure { 
  display:block;
  box-sizing: border-box;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
/* iPhone reset */
input, textarea {
  -webkit-appearance: none;
  max-width: 100%;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input::placeholder,
textarea::placeholder {
  color: #B2B2B2;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B2B2B2;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #B2B2B2;
}

/*---------------------------------*/
p, a, span, b, strong, i, italic {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a {
  color: #50C0CF;
  text-decoration: underline;
  cursor: pointer;
  transition: color .3s;
}

a:hover {
  color: #FF69A0;
}

input[type="submit"]:hover ,
label {
  cursor: pointer;
}

label input {
  vertical-align: middle;
}

h1 span, h2 span, h3 span {
  display: inline-block;
}


/*---------------------------------*/
body {
}

#wrap {
  width: 100%;
  min-width: 1000px;
}

@media screen and (max-width: 640px) {
  #wrap {
    min-width: initial;
    overflow: hidden;
  }
}

#main {
  width: calc(100% - 200px);
  min-height: 100vh;
  background-color: #F5F6F7;
  margin-top: 50px;
  margin-left: auto;
  padding: 50px 6%;
  transition: width .35s ease-in-out;
}

body.close #main  {
  width: calc(100% - 40px);
}

strong {
  color: #AF1E23;
  font-weight: 500;
}


/* login */
/*---------------------------------*/
#login {
  position: relative;
  min-height: 100vh;
  background-color: #F5F6F7;
}

#login .login_form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-70%) translateX(-50%);
  -webkit- transform: translateY(-70%) translateX(-50%);
  width: 100%;
  max-width: 400px;
  background-color: #233445;
  margin: 0 1rem;
  padding: 2.375rem 2.375rem 3rem;
}

#login .login_form .section_header {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}

#login .login_form .section_header .pref {
  font-size: 1rem;
}

#login .login_form .input {
}

#login .login_form .input dt {
  margin-bottom: .2rem;
  color: #fff;
  font-size: .93rem;
}

#login .login_form .input dd {
  height: 2.8rem;
  margin-bottom: 1rem;
}

#login .login_form .input dd input {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 .5rem;
  outline: 1px solid #ccc;
  transition: background-color .3s, outline .3s;
}

#login .login_form .input dd input:focus {
  background-color: #D3D6DA;
  outline: 1px solid #F5C100;
}

#login .login_form .submit {
  margin-top: 2.5rem;
}

#login .login_form .submit input[type="submit"] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 2.8rem;
  background-color: #394958;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 1.125rem;
  transition: background-color .3s, color .3s;
}

#login .login_form .submit input[type="submit"]:hover {
  background-color: #F5C100;
  color: #515555;
}

#login .login_form .message {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#login .login_form .message_box {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #fff;
  padding: 1rem;
  border: 5px solid #233445;
  font-size: .93rem;
  line-height: 1.45em;
}

#login .login_form .message_box .title {
  font-size: 1.06rem;
}

#login .login_form .message_box .title:not(:first-child) {
  margin-top: 1rem;
}

@media screen and (max-width: 640px) {
}


/* header */
/*---------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

#header .logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1em;
  color: #233445;
  font-size: 1.25rem;
  line-height: 1.6em;
}

#header .logo .pref {
  margin-right: 1em;
  font-size: 1rem;
}

#header .logo .main {
  margin-right: 2em;
}

#header .logout {
  margin-left:auto;
  padding: 0 1em;
  color: #233445;
  font-size: .93rem;
  text-decoration: none;
  transition: color .3s;
}

#header .logout:hover {
  color: #F5C100;
}

@media screen and (max-width: 640px) {
}


/* g_navi */
/*---------------------------------*/
#g_navi {
  position: fixed;
  top: 50px;
  left: 0;
  border-right: 2px solid #ccc;
}

#g_navi .wrap {
  width: 200px;
  height: calc(100vh - 50px);
  overflow: hidden;
  background-color: #233445;
  transition: width .35s ease-in-out;
}

body.close #g_navi .wrap {
  width: 40px;
}

#g_navi .menu {
}

#g_navi .menu .item {
  border-bottom: 1px solid #626E7A;
}

#g_navi .menu .item a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 60px;
  background: #233445 no-repeat left 20px center / 1rem auto;
  padding: 0 45px 0 48px;
  border-left: 4px solid #233445;
  color: #F5F6F7;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .3s, border .3s;
}
#g_navi .menu .item.home a {
  background-image: url(../img/ico_home.svg);
}
#g_navi .menu .item.job a {
  background-image: url(../img/ico_job.svg);
}
#g_navi .menu .item.job-part a {
  background-image: url(../img/ico_job-part.svg);
}
#g_navi .menu .item.user a {
  background-image: url(../img/ico_user.svg);
}
#g_navi .menu .item.entry a {
  background-image: url(../img/ico_entry.svg);
}
#g_navi .menu .item.notice a {
  background-image: url(../img/ico_notice.svg);
}
#g_navi .menu .item.report a {
  background-image: url(../img/ico_report.svg);
}
#g_navi .menu .item.dl a {
  background-image: url(../img/ico_dl.svg);
}
#g_navi .menu .item.setting a {
  background-image: url(../img/ico_setting.svg);
}

body.close #g_navi .menu .item a {
  background-position: left 8px center;
  transition: background-position .35s ease-in-out;
}

#g_navi .menu .item a:hover,
#g_navi .menu .item.current a {
  background-color: #394958;
  border-left-color: #F5C100;
}

#g_navi .menu .item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #626E7A;
  border-right: 2px solid #626E7A;
  transform: rotate(45deg);
  transition: border .3s;
}

#g_navi .menu .item.current a:after,
#g_navi .menu .item a:hover:after {
  border-color: #F5C100;
}

#g_navi .close_btn {
  position: absolute;
  top: 0;
  right: -16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 16px;
  height: 50px;
  background-color: #233445;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 5px 0;
}

#g_navi .close_btn:before {
  content: "\25B2";
  color: #ccc;
  font-size: .6rem;
  line-height: 0;
  transform: scale(0.7, 0.7) rotate(-90deg);
  transition: transform .35s ease-in-out, color .3s;
}

#g_navi .close_btn:hover:before {
  color: #F5C100;
}

body.close #g_navi .close_btn:before {
  transform: scale(0.7, 0.7) rotate(90deg);
}

@media screen and (max-width: 640px) {
}


/* home_menu */
/*---------------------------------*/
.home_menu {
  margin-bottom: 70px;
}

.home_menu .menu {
  display: -webkit-flex;
  display: flex;
}

.home_menu .menu .item:not(:last-child) {
  margin-right: 20px;
}

.home_menu .menu .item a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  height: 64px;
  background: #233445 no-repeat left 10px center / 28px auto;
  padding-left: 50px;
  color: #F5F6F7;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background-color .3s;
}
.home_menu .menu .item.job a {
  background-image: url(../img/ico_job.svg);
}
.home_menu .menu .item.user a {
  background-image: url(../img/ico_user.svg);
}
.home_menu .menu .item.report a {
  background-image: url(../img/ico_report.svg);
}

.home_menu .menu .item a:hover {
  background-color: #50C0CF;
}

@media screen and (max-width: 640px) {
}


/* home_view */
/*---------------------------------*/
.home_view {
}

.home_view .section_header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #233445;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
}

.home_view .section_header .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4em;
}

.home_view .section_header .setting,
.home_view .section_header .right {
  margin-left: auto;
}

.home_view .section_header .setting a {
  display: inline-block;
  background: url(../img/ico_setting_color.svg) no-repeat left center / contain;
  padding-left: 1.8em;
  color: #233445;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4em;
}

.home_view .section_header .setting a:hover {
  color: #50C0CF;
}

.home_view .section_body .subtitle {
  padding-bottom: .5rem;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.4em;
}

.home_view .section_body .data {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.home_view .section_body .data dt {
  width: 10rem;
  margin-bottom: .3rem;
}

.home_view .section_body .data dd {
  width: calc(100% - 10rem);
  margin-bottom: .3rem;
}

.home_view .status {
  margin-bottom: 2rem;
  color: #50C0CF;
  font-size: .93rem;
}

.home_view .status .error {
  color: #f00;
}

.home_view .description {
  margin-bottom: 2rem;
}

.home_view .description b {
  font-weight: bold;
}

.home_view.setting.clinic {
  margin-bottom: 2rem;
}

@media screen and (max-width: 640px) {
}


/* report */
/*---------------------------------*/
.home_view.report {
}

.home_view.report .box {
  margin-bottom: 2rem;
}

.home_view.report .box.year {
  padding: 1rem 1.5rem;
  border: 5px solid #BCC5CE;
}

.home_view.report .box .note {
  margin-bottom: .5rem;
  font-size: .86rem;
  line-height: 1.3em;
}

.home_view.report .box .box_header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: .5rem;
}

.home_view.report .box .box_header .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4em;
}

.home_view.report .box .box_header .title .mark {
  padding-right: .5em;
  color: #F5C100;
}

.home_view.report .box_body {
  margin-bottom: .5rem;
}

.home_view.report .box_body .title {
  font-weight: 700;
}

.home_view.report .area_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: .2rem;
}

.home_view.report .area_table th,
.home_view.report .area_table td {
  border: 1px solid #626E7A; 
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
}

.home_view.report .area_table th {
  background-color: #BCC5CE;
  padding: .3em .5em;
  font-size: .8rem;
}

.home_view.report .area_table td {
  padding: .5em;
  font-size: .93rem;
}

.home_view.report .box_body .menu {
}

.home_view.report .box_body .menu .item {
  display: inline-block;
}

.home_view.report .box_body .menu .item:not(:last-child):after {
  content: "\FF5C";
}

@media screen and (max-width: 640px) {
}


/* search_box */
/*---------------------------------*/
.search_box {
  width: 65%;
  min-width: 647px;
  margin: 0 auto 2rem;
}

.search_box .form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search_box .form .item {
  display: -webkit-flex;
  display: flex;
  width: calc(50% - .5rem);
  margin-bottom: .5rem;
}

.search_box .form .item:nth-child(2n) {
  margin-left: auto;
}

.search_box .form .item.width100 {
  width: 100%;
}

.search_box .form .item dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #626E7A;
  width: 8rem;
  min-height: 2.25rem;
  padding: 0 .5em;
  color: #fff;
  font-size: .93rem;
}
.search_box.user .form .item dt {
  background-color: #50C0CF;
}

.search_box .form .item dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  width: calc(100% - 8rem);
  border: 1px solid #626E7A;
  padding: 0 .3rem;
}
.search_box.user .form .item dd {
  border-color: #50C0CF;
}

.search_box .form .item dd input {
  width: 100%;
  font-size: .93rem;
}
.search_box .form .item dd input[type="radio"],
.search_box .form .item dd input[type="checkbox"] {
  width: 0;
}

.search_box .form .item .radio {
  position: relative;
  margin-right: 2rem;
  padding-left: 1.5rem;
  white-space: nowrap;
}

.search_box .form .item .radio:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin: auto;
  border: 1px solid #626E7A;
  border-radius: 50%;
}

.search_box .form .item .radio input:checked + span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .25rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #50C0CF;
  margin: auto;
  border-radius: 50%;
}

.search_box .form .item2 {
  margin-bottom: .5rem;
}

.search_box .form .item2 .checkbox {
  position: relative;
  padding-left: 1.5rem;
}

.search_box .form .item2 .checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin: auto;
  border: 1px solid #626E7A;
}

.search_box .form .item2 .checkbox input:checked + span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .25rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #50C0CF;
  margin: auto;
}

.search_box .form .item a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  background-color: #233445;
  color: #fff;
  font-size: .93rem;
  text-decoration: none;
  transition: background-color .3s;
}

.search_box .form .item a:hover {
  background-color: #F5C100;
}

.search_box .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: .8rem;
}

.search_box .btn input {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 8.5rem;
  height: 2.25rem;
  margin: 0 .5rem;
  color: #fff;
  font-size: .93rem;
  cursor: pointer;
  transition: background-color .3s;
}

.search_box .btn input.submit {
  background-color: #626E7A;
}
.search_box.user .btn input.submit {
  background-color: #50C0CF;
}

.search_box .btn input.submit:hover {
  background-color: #50C0CF;
}
.search_box.user .btn input.submit:hover {
  background-color: #FF69A0;
}

.search_box .btn input.reset {
  background-color: #4D4D4D;
}

@media screen and (max-width: 640px) {
}


/* search_view */
/*---------------------------------*/
.search_view {
  max-width: 1000px;
  margin: 0 auto;
}

.search_view .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.search_view .box .info {
  width: calc(100% - 110px);
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #626E7A;
  font-size: .875rem;
  line-height: 1.75em;
}
.search_view.user .box .info {
  width: calc(100% - 158px);
  border-right: 0;
  border-color: #50C0CF;
}

.search_view .box .info .title {
  margin-bottom: .5rem;
  font-size: 1rem;
}

.search_view .box .info .title a {
  display: inline-block;
  margin-right: 1rem;
  color: #233445;
}

.search_view .box .info .title a:hover {
  color: #50C0CF;
}

.search_view .infobar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #F5F6F7;
  margin: -.5rem -.5rem .5rem;
  padding: .3rem .5rem .4rem;
}

.search_view .infobar .item {
  margin-right: .5rem;
  font-weight: 500;
}

.search_view .infobar .item .on {
  color: #50C0CF;
}
.search_view .infobar .item .off {
  color: #c00;
}

.search_view .box .info .title .style {
  display: inline-block;
}

.search_view .box .info .box_body {
  display: -webkit-flex;
  display: flex;
}

.search_view .box .info .box_body p:not(:last-child) {
  margin-right: 2rem;
}

.search_view .box .info p span {
  display: inline-block;
}

.search_view .box .info p span:not(:last-child) {
  margin-right: 1rem;
}

.search_view .box .edit {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 48px;
  background-color: #fff;
  border: 1px solid #50C0CF;
  border-left: 0;
  font-size: .875rem;
  line-height: 1.75em;
}

.search_view .box .data {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 110px;
  background-color: #626E7A;
}
.search_view.user .box .data {
  background-color: #50C0CF;
}

.search_view .box .data .pref {
  color: #fff;
}

.search_view .box .data .total {
  color: #fff;
  font-size: 1.25rem;
  transition: color .3s;
}

.search_view .box .data .total:hover {
  color: #50C0CF;
}
.search_view.user .box .data .total:hover {
  color: #FF69A0;
}

@media screen and (max-width: 640px) {
}


/* pagination */
/*---------------------------------*/
.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width: 250px;
  margin: 2rem auto 0;
}

.pagination .btn {
  position: relative;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  background-color: #4D4D4D;
  text-indent: -10rem;
  transition: background-color .3s;
}

.pagination a.btn {
  background-color: #50C0CF;
}
.pagination.user a.btn {
  background-color: #50C0CF;
}

.pagination a.btn:hover {
  background-color: #50C0CF;
}
.pagination.user a.btn:hover {
  background-color: #FF69A0;
}

.pagination .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
}

.pagination .btn.prev:after {
  left: 1.1rem;
  transform: rotate(-135deg);
}

.pagination .btn.next:after {
  right: 1.1rem;
  transform: rotate(45deg);
}

.pagination .info {
}

@media screen and (max-width: 640px) {
}


/* info_view */
/*---------------------------------*/
.info_view {
  margin-bottom: 2rem;
}

.info_view .section_header {
  margin-bottom: .8rem;
}

.info_view .section_header .title {
  padding-left: .5rem;
  border-left: 10px solid #F5C100;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.4em;
}

.info_view .data {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-collapse: collapse;
}

.info_view .data th,
.info_view .data td {
  padding: .5em 1em;
  border: 1px solid #233445;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.45em;
  text-align: left;
}

.info_view .data th {
  width: 18.75%;
  background-color: #233445;
  color: #fff;
}

.info_view .data td {
  width: 31.25%;
}
.info_view .data td[colspan="3"] {
  width: 81.25%;
}

.info_view .data .vertical_list {
  margin-bottom: -.5rem;
}

.info_view .data .vertical_list li {
  display: inline-block;
  margin: 0 .5rem .5rem 0;
  padding: .2rem .5rem;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.info_view .training_facility {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1000px;
  background-color: #fff;
  padding: .5em 1em;
  border: 1px solid #233445;
  border-top: 0;
}

.info_view .training_facility .checkbox {
  position: relative;
  padding-left: 1.5rem;
}

.info_view .training_facility .checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin: auto;
  border: 1px solid #626E7A;
}

.info_view .training_facility .checkbox input:checked + span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .25rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #50C0CF;
  margin: auto;
}

.info_view .training_facility input[type="submit"] {
  background-color: #626E7A;
  margin: 0 1rem;
  padding: .2rem 1rem;
  color: #fff;
  font-size: .875rem;
  transition: background-color .3s;
}

.info_view .training_facility input[type="submit"]:hover {
  background-color: #50C0CF;
}

.info_view .rank_change {
  max-width: 1000px;
  background-color: #fff;
  padding: .8em 1em;
  border: 1px solid #233445;
  border-bottom: 0;
  font-size: .875rem;
  line-height: 1.4em;
}

.info_view .rank_change .checkbox {
  position: relative;
  margin-right: 1rem;
  padding-left: 1.5rem;
}

.info_view .rank_change .checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin: auto;
  border: 1px solid #626E7A;
}

.info_view .rank_change .checkbox input:checked + span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .25rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #50C0CF;
  margin: auto;
}

.info_view .rank_change input[type="submit"] {
  background-color: #626E7A;
  padding: .2rem 1rem;
  color: #fff;
  font-size: .875rem;
  transition: background-color .3s;
}

.info_view .rank_change input[type="submit"]:hover {
  background-color: #50C0CF;
}

@media screen and (max-width: 640px) {
}


/* setting */
/*---------------------------------*/
.home_view.setting {
}

.home_view.setting .section_body .data {
  margin-bottom: .5rem;
}

.home_view.setting .section_body .note {
  background-color: rgba(255, 255, 255, .7);
  margin-bottom: 3rem;
  padding: .6rem 1rem;
  border: 1px solid #ccc;
  font-size: .93rem;
  line-height: 1.6em;
}

.home_view.setting .section_body .note.ext01 {
  margin-top: -.5rem;
  margin-bottom: .5rem;
}
.home_view.setting .section_body .note.ext02 {
  margin-top: -.5rem;
}

.home_view.setting .section_body .note.ext03 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.home_view.setting .section_body .input {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
}
.home_view.setting .section_body .input.wide {
  max-width: 100%;
}

.home_view.setting .section_body .input dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 35%;
  background-color: #626E7A;
  margin-bottom: .5rem;
  padding: 0 .5rem;
  color: #fff;
  font-size: .93rem;
}
.home_view.setting.user .section_body .input dt {
  background-color: #50C0CF;
}
.home_view.setting .section_body .input.wide dt {
  width: 20%;
}

.home_view.setting .section_body .input dd {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 65%;
  min-height: 2.25rem;
  background-color: #fff;
  margin-bottom: .5rem;
  border: 1px solid #626E7A;
}
.home_view.setting.user .section_body .input dd {
  border-color: #50C0CF;
}
.home_view.setting .section_body .input.wide dd {
  width: 80%;
}

.home_view.setting .section_body .input.upload dd {
  padding: 0 .5em;
}

.home_view.setting .section_body .input.upload dd a {
  display: inline-block;
  margin-right: 1em;
}

.home_view.setting .section_body .input input[type="text"],
.home_view.setting .section_body .input input[type="date"],
.home_view.setting .section_body .input input[type="number"] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 .5rem;
}

.home_view.setting .section_body .input textarea {
  width: 100%;
  height: 10rem;
  padding: .5rem;
}

.home_view.setting .section_body .input .check_area label {
  margin: 0 .5rem;
}

.home_view.setting .section_body .radio {
  position: relative;
  display: block;
  padding-left: 1.5rem;
}

.home_view.setting .section_body .radio:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin: auto;
  border: 1px solid #626E7A;
  border-radius: 50%;
}

.home_view.setting .section_body .radio input:checked + span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .25rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #50C0CF;
  margin: auto;
  border-radius: 50%;
}

.home_view.setting .section_body .checkbox {
  position: relative;
  padding-left: 1.5rem;
}

.home_view.setting .section_body .checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin: auto;
  border: 1px solid #626E7A;
}

.home_view.setting .section_body .checkbox input:checked + span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .25rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #50C0CF;
  margin: auto;
}

.home_view.setting .section_body .submit {
  margin-top: 2rem;
}

.home_view.setting .section_body .submit input[type="submit"] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 8.5rem;
  height: 2.25rem;
  background-color: #626E7A;
  color: #fff;
  font-size: .93rem;
  transition: background-color .3s;
}

.home_view.setting .section_body .submit input[type="submit"]:hover {
  background-color: #50C0CF;
}

.home_view.setting .section_body .entry_list {
}

.home_view.setting .section_body .entry_list .box {
  background-color: #fff;
  margin-top: 1rem;
  border: 1px solid #626E7A;
  font-size: .875rem;
  line-height: 1.75em;
}
.home_view.setting .section_body .entry_list .box.fail {
  border-color: #ccc;
  color: #ccc;
}

.home_view.setting .section_body .entry_list .box .box_header {
  display: -webkit-flex;
  display: flex;
  background-color: #626E7A;
  padding: .4rem 1rem .5rem;
  color: #fff;
}

.home_view.setting .section_body .entry_list .box.pass .box_header {
  background-color: #50C0CF;
}
.home_view.setting .section_body .entry_list .box.fail .box_header {
  background-color: #ccc;
}

.home_view.setting .section_body .entry_list .box .box_header a {
  margin-left: auto;
  color: #fff;
  transition: color .3s;
}

.home_view.setting .section_body .entry_list .box .box_header a:hover {
  color: #FF69A0;
}

.home_view.setting .section_body .entry_list .box .header_sub {
  display: -webkit-flex;
  display: flex;
  padding: .4rem 1rem;
  border-bottom: 1px solid #aaa;
}

.home_view.setting .section_body .entry_list .box .header_sub a {
  margin-left: auto;
  transition: color .3s;
}

.home_view.setting .section_body .entry_list .box .header_sub a:hover {
  color: #FF69A0;
}

.home_view.setting .section_body .entry_list .box .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_view.setting .section_body .entry_list .box .item {
  width: 16.6%;
  padding: .5rem .5rem .8rem;
  text-align: center;
}

.home_view.setting .section_body .entry_list .box .item:not(:last-child) {
  border-right: 1px dotted #ccc;
}

@media screen and (max-width: 640px) {
}


/* job_csv */
/*---------------------------------*/
.home_view.setting.job_csv .section_body .data {
  margin-bottom: 2rem;
}

.home_view.setting.job_csv .section_body .radio {
  display: inline-block;
  margin-right: 1rem;
  font-size: .93rem;
}

.home_view.job_csv .section_body .data dt {
  margin-bottom: .5rem;
}

.home_view.setting.job_csv .section_body .input {
  max-width: 100%;
}

.home_view.setting.job_csv .section_body .input dt {
  -webkit-align-items: start;
  align-items: start;
  width: 10rem;
  padding: .5rem 1rem;
}

.home_view.setting.job_csv .section_body .input dd {
  display: block;
  width: calc(100% - 10rem);
  padding: .5rem 1rem;
}

.home_view.setting.job_csv .section_body .input dd label {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  padding-left: 1.5rem;
  font-size: .93rem;
}

.home_view.setting.job_csv .section_body .input dd label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin: auto;
  border: 1px solid #626E7A;
}

.home_view.setting.job_csv .section_body .input dd label input:checked:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .25rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #50C0CF;
  margin: auto;
}


/* manual */
/*---------------------------------*/
.manual_view {
}

.manual_view .section_header {
  border-bottom: 1px solid #233445;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.manual_view .section_header .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4em;
}

.manual_view .section_nav {
}

.manual_view .section_nav .menu li {
  display: inline-block;
  margin-right: 1.5rem;
}


.manual_view .section_body {
  padding-top: 4rem;
}

.manual_view .box_header {
  margin-bottom: 1.5rem;
}

.manual_view .box_header .title {
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
}

.manual_view .box_body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #999;
}

.manual_view .box_body .image,
.manual_view .box_body .noimage {
  width: 300px;
  transition: background .3s;
}

.manual_view .box_body .image.light_box {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.manual_view .box_body .image img {
  cursor: pointer;
  transition: opacity .3s;
}

.manual_view .box_body .image img:hover {
  opacity: .7;
}

.manual_view .box_body .image.light_box img {
  width: auto;
  max-width: 90%;
  opacity: 1;
}

.manual_view .box_body .text {
  width: calc(100% - 300px);
  padding-left: 1.5rem;
}

.manual_view .box_body .text p {
  margin-bottom: .8em;
  font-size: .93rem;
  line-height: 1.45em;
}

.manual_view .box_body .text ul {
  margin-left: 1.5rem;
}

.manual_view .box_body .text li {
  list-style-type: disc;
  font-size: .93rem;
  line-height: 1.4em;
}

.manual_view .box_body .text li:not(:last-child) {
  margin-bottom: .3rem;
}

.manual_view .box_body .text .title {
  margin-bottom: .3em;
  color: #233445;
}

.manual_view .box_body .text .lead {
  color: #233445;
  font-weight: 500;
}

.manual_view .box_body .text .note {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .manual_view .section_nav .menu li {
    display: block;
    margin-right: 0;
  }

  .manual_view .box_body .image,
  .manual_view .box_body .noimage {
    width: 100%;
  }

  .manual_view .box_body .text {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
}























/*  */
/*---------------------------------*/

@media screen and (max-width: 640px) {
}















