@charset "utf-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure, img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.container {
  overflow: hidden;
}
.inner {
  padding: 3rem 0;
}
.row.md div[class*="col"] + div[class*="col"] {
  margin-top: 1.5rem;
}
.pc_only {
	display: none;
}
@media (min-width: 768px) {
  .row.md div[class*="col"] + div[class*="col"] {
    margin-top: 0;
  }
	.pc_only {
		display: block;
	}
	td.pc_only {
		display: table-cell;
	}
}
/* header */
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 997;
}
header .container {
  position: relative;
  padding: 15px 15px 5px;
  overflow: visible;
}
header .header_line {
  background: #1CB28E;
  width: 100vw;
  height: 3px;
}
header .login-message {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 4px;
  background: #eee;
}
header .login-message .name {
  font-weight: bold;
}
@media (min-width: 768px) {
  header .login-message br {
    display: none;
  }
}
header .tel {
  color: #1cb28e;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
header .sup {
  font-size: 0.85rem;
}
header .lead {
  font-size: 1.0rem;
}
header .feature {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.1rem;
  background-color: #fd9417;
}
header .orange_text01 {
  color: #fd9417;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 5px;
}
.rep {
  height: auto;
  max-width: 100%;
}
#nav-btn {
  display: none;
  outline: none;
}
nav {
  margin-top: 25px;
}
.menu {
  font-size: 0.9rem;
}
.menu ul li {
  display: inline-block;
  padding: 0 8px 0 10px;
  border-left: 1px solid #e8e8f0;
  transition: all 0.5s;
}
.menu ul li:first-child {
  border-left: none;
}
.menu ul li a {
  color: #212529;
  transition: .15s;
}
.menu ul li a:hover {
  color: #212529;
  text-decoration: none;
  opacity: 0.5;
  border-bottom: 4px solid #fd9417;
  transition: .15s;
}
.menu ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.login_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.login_btn .btn-primary {
  font-size: 0.9rem;
}
.login_btn ul, .mypage_btn ul {
  display: inline-block;
}
.login_btn .btn, .mypage_btn .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.login_btn span {
  background: rgba(255, 255, 255, 0.80);
  color: #1CB28E;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 20px;
  margin-left: 8px;
}
.mypage_btn {
  display: inline-block;
}
.mypage_btn span {
  background: #fd9417;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 20px;
  margin-left: 8px;
}
/* header モーダルウィンドウ */
.modal {
  /* display: none; */
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  border-radius: 10px;
  left: 50%;
  padding: 60px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.modal__content .text-area {
  width: 100%;
  height: 400px;
  padding: 0 20px;
  overflow-y: auto;
}
.modal__content .text-area::-webkit-scrollbar {
  width: 15px;
  background: #e2e2e2;
}
.modal__content .text-area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666666;
}
.modal__content form {
  width: 70%;
  margin: 0 auto;
}
.modal__content .text-area .item {
  width: 100%;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 45px;
  height: 35px;
}
.close-btn .bdr {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1CB28E;
  transition: all 0.5s;
}
.close-btn .bdr:nth-child(1) {
  top: 0;
  transform: translateY(15px) rotate(-45deg);
}
.close-btn .bdr:nth-child(2) {
  top: 15px;
  opacity: 0;
}
.close-btn .bdr:nth-child(3) {
  bottom: 0;
  transform: translateY(-15px) rotate(45deg);
}
.detail_modal {
  background: #fff;
  border-radius: 10px;
  left: 50%;
  padding: 60px 60px 30px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.detail_modal .text-area {
  width: 100%;
  height: 400px;
  padding: 0 20px;
  overflow-y: auto;
}
.detail_modal .text-area::-webkit-scrollbar {
  width: 15px;
  background: #e2e2e2;
}
.detail_modal .text-area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666666;
}
.detail_modal_btn {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
.detail_modal_btn a {
  width: 200px;
  text-align: center;
  padding: 5px 0;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.detail_modal_btn a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.detail_modal_btn a:nth-child(1) {
  color: #6c757d;
  border: 1px solid #6c757d;
}
.detail_modal_btn a:nth-child(2) {
  color: #fd9417;
  border: 1px solid #fd9417;
}
.detail_modal_btn a:nth-child(1):hover {
  color: #ffffff;
  background: #6c757d;
}
.detail_modal_btn a:nth-child(2):hover {
  color: #ffffff;
  background: #fd9417;
}
.detail_modal_btn a + a {
  margin-left: 10px;
}
/* header マイページメニュー */
.container.mypage {
  padding: 10px 5px;
}
.mypage ul {
  display: flex;
  justify-content: flex-end;
}
.mypage li + li {
  /*margin-left: 20px;*/
  margin-left: 10px;
}
.mypage li a {
  position: relative;
  display: inline-block;
  /* padding-left: 16px; */
  padding: 4px 16px;
  vertical-align: middle;
  color: #212529;
  transition: .15s;
  /*border: 2px solid #1CB28E;*/
  color: white;
  background-color: #1CB28E;
  border-radius: 4px;
}
.mypage li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fd9417;/*#1CB28E;*/
}
.mypage li a:hover {
  /* color: #212529; */
  text-decoration: none;
  opacity: 0.5;
  border-bottom: 4px solid #fd9417;
  transition: .15s;
}
@media (max-width: 1200px) {
  header .tel {
    font-size: 1.3rem;
  }
  header .sup {
    font-size: 0.70rem;
  }
  header .lead {
    font-size: 0.8rem;
  }
  .menu {
    font-size: 0.75rem;
  }
  .menu ul li {
    padding: 0 6px 0 8px;
  }
}
@media (max-width: 991px) {
  header .lead {
    margin-top: 0.5rem;
  }
  #nav-btn {
    display: block;
    position: fixed;
    z-index: 99;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
  }
  .hamburger {
    position: relative;
    display: block;
    width: 45px;
    height: 35px;
  }
  .hamburger .bdr {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #1CB28E;
    transition: all 0.5s;
  }
  .hamburger .bdr:nth-child(1) {
    top: 0;
  }
  .hamburger .bdr:nth-child(2) {
    top: 15px;
  }
  .hamburger .bdr:nth-child(3) {
    bottom: 0;
  }
  .hamburger.is-active .bdr {
    background: #fff;
  }
  .hamburger.is-active .bdr:nth-child(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .hamburger.is-active .bdr:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .bdr:nth-child(3) {
    transform: translateY(-15px) rotate(45deg);
  }
  nav {
    margin-top: 0;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    padding-top: 60px;
    font-size: 0.8rem;
    background: rgba(28, 178, 142, 0.90);
    z-index: 98;
    transform: translateX(240px);
    transition: 0.4s all;
  }
  .menu ul {
    display: block;
    line-height: 70px;
    background: none;
    color: #fff;
    text-align: center;
  }
  .menu ul li {
    display: block;
    border-left: none;
    padding: 0;
    transition: all 0.5s;
  }
  .menu ul li a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 0 10px;
  }
  .menu ul li a:hover {
    opacity: 1.0;
    color: #ffffff;
    background: #1CB28E;
  }
  .menu ul li a:after {
    display: none;
  }
  .menu ul li.login a {
    background: rgba(253, 148, 23, 0.8);
  }
  .menu ul li.login a:hover {
    background: #fd9417;
  }
  .menu ul li.login .toggle_menu {
    border-top: 1px solid #fff;
    display: none;
  }
  .menu ul li.login .js-toggle {}
  .menu ul li.login .js-toggle .plus_btn {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
  }
  .menu ul li.login .js-toggle .plus_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  .menu ul li.login .js-toggle .plus_btn span:nth-child(2) {
    transform: rotate(90deg);
  }
  .menu ul li.login .js-toggle .plus_btn.active span:nth-child(2) {
    display: none;
  }
  .menu ul li.login .toggle_menu li {
    border-bottom: 1px dotted #fff;
  }
  .menu ul li.login .toggle_menu li:last-child {
    border-bottom: none;
  }
  .menu ul li.login .toggle_menu a {
    line-height: 40px;
  }
  .nav-open .menu {
    transform: translateX(0);
  }
  .nav-open #contents {
    transform: translateX(-200px);
  }
  .login_btn, .mypage_btn {
    display: none;
  }
  /* header モーダルウィンドウ */
  .modal__content {
    padding: 60px 5px;
    width: 90%;
    height: 80%;
  }
  .modal__content .text-area {
    height: 100%;
    padding: 0 15px;
  }
  .modal__content .text-area::-webkit-scrollbar {
    width: 10px;
  }
  .detail_modal {
    padding: 60px 5px;
    width: 90%;
    height: 80%;
  }
  .detail_modal .text-area {
    height: 100%;
    padding: 0 15px;
  }
  .detail_modal .text-area::-webkit-scrollbar {
    width: 10px;
  }
  .modal__content form {
    width: 100%;
  }
  .detail_modal_btn {
    margin: 10px auto 0;
    width: 100%;
  }
  .detail_modal_btn a {
    width: 40%;
  }
  .detail_modal_btn a + a {
    margin-left: 5%;
  }
/* header マイページメニュー */
  .container.mypage {
    display: none;
  }  
}
@media (max-width: 768px) {
  header .tel {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  header .logo img {
    width: 90%;
    margin-bottom: 12px;
  }
  header .tel {
    font-size: 1.6rem;
  }
  header .lead {
    margin-top: 0;
  }
  header .feature {
    font-size: 0.8rem;
  }
  header .orange_text01 {
    font-size: 0.9rem;
  }
}
/* MV */
.jumbotron {
  background-color: #858485;
  color: #FFF;
  padding: 2rem 0 2rem 5%;
  margin-bottom: 3rem;
  position: relative;
}
.jumbotron h1 {
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 1rem;
}
.jumbotron h1 small {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.4rem;
  font-weight: bold
}
.jumbotron p.emphasis {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.jumbotron p {
  font-size: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2
}
.jumbotron .feature {
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
  background-color: #fd9417;
}
#mv-img img {
  width: 370px;
  position: absolute;
  bottom: 0;
  right: 20%;
}
@media (max-width: 1200px) {
  #mv-img img {
    right: 10px;
  }
}
@media (max-width: 992px) {}
@media (max-width: 767px) {
  .jumbotron {
    padding: 0 0 1.0rem 5%;
    adding-left: 0%;
  }
  .jumbotron .text-img {
    margin-top: 1.0rem;
    width: auto;
  }
  .jumbotron h1 small {
    font-size: 1.0rem;
    margin-bottom: 0.2rem;
  }
  .jumbotron p.emphasis {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .jumbotron p {
    font-size: 0.6rem;
    margin-bottom: 1.0rem;
  }
  .jumbotron .feature {
    font-size: 1.0rem;
  }
  .jumbotron img {
    width: 200%;
    height: auto
  }
  .jumbotron {
    overflow: hidden
  }
  #mv-img img {
    width: 295px;
    right: -15px;
  }
  .jumbotron .btn-primary {
    font-size: 0.8rem;
    padding: .25rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .jumbotron img {
    width: 200%;
    height: auto;
  }
  #mv-img img {
    width: 260px;
    right: -5%;
  }
}
@media (max-width: 480px) {
  .jumbotron {
    padding: 0;
  }
  #mv-img img {
    width: calc(100% - 140px);
    right: -7%;
  }
  .jumbotron .btn-primary {
    padding: .1rem 0.5rem;
    margin-bottom: 0.5rem !important;
  }
  .jumbotron p.emphasis {
    line-height: 1.2;
  }
  .jumbotron h1 {
    padding-top: 0.5rem;
  }
  .jumbotron .col-7 {
    padding: 0 10px;
  }
}
/* ボタン */
.btn-primary {
  background-color: #1CB28E;
  border-color: #1CB28E;
  font-size: 1rem;
  z-index: 10;
  position: relative
}
.btn-primary:hover {
  color: #fff;
  background-color: #51C4A8;
  border-color: #51C4A8;
}
.btn_01 {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #1CB28E;
  border-color: #1CB28E;
  font-weight: bold;
  color: #fff;
}
.btn_01:hover {
  background-color: #51C4A8;
  border-color: #51C4A8;
  color: #fff;
}
.btn-add {
  background-color: #1CB28E;
  border-color: #1CB28E;
  color: #fff;
}
.btn-add:hover {
  background-color: #1CB28E;
  border-color: #1CB28E;
  color: #fff;
}
.new_message {
  color: #212529;
  transition: .15s;
}
.new_message:hover {
  color: #212529;
  opacity: 0.5;
  text-decoration: underline;
}
.apply_link {
  text-align: right;
}
.apply_link a {
  color: #1cb28e;
  text-decoration: underline;
  transition: .15s;
}
.apply_link a:hover {
  opacity: 0.5;
}
.new_entry_btn {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 5px 40px;
  background: #fd9417;
  border-radius: 4px;
  transition: .15s;
}
.new_entry_btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
.page_navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page_navi a {
  display: inline-block;
  color: #1cb28e;
  background: #fff;
  border: 1px solid #1cb28e;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
  transition: .15s;
}
.page_navi a:last-child {
  margin-right: 0;
}
.page_navi a.active, .page_navi a:hover {
  color: #fff;
  background: #1cb28e;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn_01 {
    width: 100%;
  }
}
/* 見出し */
.tit-1 {
  color: #1BB28D;
}
.h1 {
  text-align: center;
  font-size: 2rem;
  border-bottom: 1px solid #1CB28E;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.tit-1 small {
  display: block;
  color: #1BB28D;
  font-size: 1.2rem;
  background-image: url("../img/common/border.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0.8rem;
  margin-top: 0.8rem;
}
.tit-2 {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.5rem 1.0rem;
  border-left: 5px solid #1CB28E;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.0rem;
}
.h3 {
  font-size: 1.3rem;
  border-left: 4px solid #1CB28E;
  margin-bottom: 1rem;
  padding: 0.2rem 0 0.2rem 0.5rem;
  text-align: left;
}
.tit-3 {
  font-size: 1.3rem;
  margin-bottom: 1.0rem;
  line-height: 1.4;
}
.tit-3::before {
  background-color: #1CB28E;
  border-radius: 2.5px;
  content: "";
  display: inline-block;
  height: 1.8rem;
  margin-right: 0.8rem;
  vertical-align: text-bottom;
  width: 5px;
}
/*IE*/
_:-ms-input-placeholder, :root .tit-3::before {
  vertical-align: text-top;
}
/*Edge12+（Edge全て）*/
@supports (-ms-ime-align: auto) {
  .tit-3::before {
    vertical-align: bottom;
  }
}
.tit-4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* リストスタイル */
.list-mark-decimal {
  margin-bottom: 1.0rem;
}
.list-mark-decimal > li {
  position: relative;
  padding-left: 1.0rem;
}
.list-mark-decimal > li::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
.list-mark-square {
  margin-bottom: 1.0rem;
}
.list-mark-square > li {
  position: relative;
  padding-left: 1.2rem;
}
.list-mark-square > li::before {
  position: absolute;
  content: '■';
  top: 0;
  left: 0;
}
.list-mark-number {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.0rem;
}
.show_list dl {
  padding: 30px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebe7e8;
}
.show_list dt {
  width: 28%;
}
.show_list dd {
  width: 68%;
  margin: 0;
}
@media (max-width: 991px) {
  .show_list dl {
    padding: 10px 0;
    flex-wrap: wrap
  }
  .show_list dt, .show_list dd {
    width: 100%;
  }
}
/* テーブルスタイル */
.table01, .table02 {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.table01 th {
  width: 40%;
}
.table01 td {
  width: 60%;
}
.table02 th {
  width: 30%;
}
.table02 td {
  width: 70%;
}
.table01 > tbody > tr:first-child > th, .table02 > tbody > tr:first-child > th {
  border-top: 1px solid #ddd;
}
.table01 > tbody > tr > th, .table01 > thead > tr > th, .table02 > tbody > tr > th, .table02 > thead > tr > th {
  background: #ddd;
  border-top: 1px solid #fff;
  vertical-align: top;
}
.table01 > tbody > tr > td, .table02 > tbody > tr > td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.table01 > tbody > tr > th, .table01 > thead > tr > th, .table01 > tbody > tr > td, .table02 > tbody > tr > th, .table02 > thead > tr > th, .table02 > tbody > tr > td {
  padding: 1.0rem 1.0rem;
}
.table03 {
  width: 100%;
  border: 1px solid #dddddd;
}
.table03 tr.flag-0 {
  background: #f0f0f0;
}
.table03 th {
  padding: 1.0rem;
  background: #dddddd;
  border-right: 1px solid #fff;
}
.table03 th:last-child {
  border-right: none;
}
/*
.table03 th:nth-child(1) {
  width: 20%;
}
.table03 th:nth-child(2) {
  width: 40%;
}
.table03 th:nth-child(3), .table03 th:nth-child(4) {
  width: 20%;
}
*/
.table03 td {
  padding: 0.5rem 1.0rem 0.5rem;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.table03 td.schedule_date, .table03 td.schedule_time, .table03 td.department, .table03 th.flag, .table03 td.flag, .table03 td.apply_btn, .table03 td.execute {
  width: 1px;
  white-space: nowrap;
}
.table03 td:last-child {
  border-right: none;
}
.table03 tr:last-child td {
  border-bottom: none;
}
.table03 td a {
  color: #1cb28e;
  text-decoration: underline;
  transition: .15s;
}
.table03 td a:hover {
  opacity: 0.5;
}
.table03 td.apply_btn {
  text-align: center;
}
.table03 td.apply_btn a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 5px 1rem;
  background: #fd9417;
  border-radius: 4px;
}
.table03 td.process_btn {
  padding: 10px 0;
  text-align: center;
}
.table03 td.process_btn a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  width: 80%;
  padding: 5px 0;
  background: #fd9417;
  border-radius: 4px;
}
.table03 td.process_btn a + a {
  margin-top: 10px;
}
.btn.btn-view {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 5px 1rem;
  background: #fd9417;
  border-radius: 4px;
}
.btn.btn-view-disabled {
  color: #666;
  display: inline-block;
  text-decoration: none;
  padding: 5px 1rem;
  background: #ddd;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .table01 th {
    width: 30%;
  }
  .table01 td {
    width: 70%;
  }
  .table02 th {
    width: 20%;
  }
  .table02 td {
    width: 80%;
  }
  /* .table03 th:nth-child(1) {
    width: 15%;
  }
  .table03 th:nth-child(2) {
    width: 35%;
  }
  .table03 th:nth-child(3), .table03 th:nth-child(4) {
    width: 25%;
  } */
  .table03 td.process_btn {
    padding: 0;
  }
  .table03 td.process_btn a {
    width: 40%;
  }
  .table03 td.process_btn a + a {
    margin-left: 5%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .table03 th.schedule_time, .table03 td.schedule_time, .table03 th.department, .table03 td.department, .table03 th.flag, .table03 td.flag {
    display: none;
  }
	.table_scroll {
		display: block;
  	overflow-x: scroll;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
	}
	.table_scroll::-webkit-scrollbar {
		width: 15px;
		background: #dddddd;
	}
	.table_scroll::-webkit-scrollbar-thumb {
		border-radius: 10px;
  	background: #787878;
	}
}
/* スクロールボックス */
.sroll-box01 {
  height: 200px;
  width: 100%;
  padding: 20px;
  overflow-y: auto;
  background: #f6f6f6;
}
.sroll-box01::-webkit-scrollbar {
  width: 15px;
}
.sroll-box01::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cccccc;
}
/* 入力項目 */
.form-control::placeholder {
  color: #c0c0c0;
}
/*IE*/
.form-control:-ms-input-placeholder {
  color: #c0c0c0;
}
/*Edge*/
.form-control::-ms-input-placeholder {
  color: #c0c0c0;
}
.middle .form-control {
  width: 220px;
  max-width: 100%;
}
.short .form-control {
  width: 120px;
  max-width: 100%;
}
.item-mail01 {
  width: 50%;
  margin: 0 auto;
}
.item-mail01 input[type="text"],
.item-mail01 input[type="email"],
.item-mail01 input[type="password"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 40px;
  padding: 0 10px;
}
label.label_radio {
  margin: 0 0 0 5px;
}
.form-group .nowrap + .nowrap {
  margin-left: 10px;
}
.form-group .career, .form-group .license {
  margin: 0;
  border: none;
}
.career .text-area {
  vertical-align: middle;
  white-space: nowrap;
  border: none;
}
.career input {
  display: inline-block;
  width: 40%;
}
.career textarea {
  margin-top: 20px;
}
.career .delete {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
}
.license .text-area {
  border: none;
}
.license .text-area span {
  margin-left: 10px;
}
.license .text-area input {
  margin-top: 15px;
  display: inline-block;
}
.license .delete {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
}
@media (max-width: 767px) {
  .item-mail01 {
    width: 100%;
  }
  .year-data .mr-md-1 {
    width: 80%;
    margin: 0 0.5em 10px 0;
  }
}
/* 背景 */
.bg1 {
  background: #F0F0F8;
  padding: 2rem 0 2rem 0;
}
/* TOP */
.top_cnt h3 {
  color: #1CB28E;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.top_cnt h3 small {
  font-size: 1.2rem;
}
.contact .btn:hover {
  opacity: 0.84;
  transition: 0.2s ease-in-out;
}
#box-doctor {
  padding-left: 15%;
  padding-right: 3%;
  padding-top: 90px;
  background-image: url("../img/index/bg1.png");
  background-repeat: no-repeat;
  background-position: top left;
}
#box-clinic {
  padding-right: 15%;
  padding-leftt: 3%;
  padding-top: 90px;
  background-image: url("../img/index/bg2.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 767px) {
  #box-doctor {
    padding-left: 35%;
  }
  #box-clinic {
    padding-right: 35%;
  }
}
.cd-multi-steps li a, .cd-multi-steps li em {
  font-size: 1rem !important;
}
.topic-pass * {
  font-size: 1rem !important;
  font-style: normal;
}
.form-group {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.form-group:last-child {
  border: none
}
/* footer */
footer {
  padding: 2rem;
  font-size: 0.8rem;
  border-top: dotted 1px #ccc;
}
footer .logo {
  width: 120px;
  vertical-align: bottom;
  margin: 0 15px 15px 0;
}
.f-link {
  font-size: 0.9rem;
  text-align: center;
  line-height: 2.0;
}
.f-link a {
  text-decoration: none;
  color: #212529;
}
/* モーダルウインドウ内 印刷用 */
@media print {
  header, footer {
    display: none;
  }
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    -webkit-print-color-adjust: exact;
  }
  .print_out {
    display: none;
  }
}
@page {
  margin: 20mm 10mm;
}
