@charset "UTF-8";
/* ***************************************************************
	働きやすい職場環境づくり - className : Work_environment
**************************************************************** */
.Page_title.bg-fresh {
  background-image: url(../images/bg-title-welfare.jpg);
  background-size: cover;
  background-position: center;
}

.Page_title.bg-fresh .Page_title-header {
  /*max-height: 200px;*/
  background: rgba(96, 181, 122, 0.8);
}

.Page_title.bg-fresh .Page_title-header span {
  color: #72d891;
}

.m-btn.current {
  cursor: default;
  background: #31b359;
}

.m-btn.current:hover {
  opacity: 1;
}

.m-table.table-ptn01 th {
  width: initial;
  border: solid 1px #dcdcdc;
}

.m-table.table-ptn01 td {
  text-align: center;
  border: solid 1px #dcdcdc;
}

.m-table.table-ptn01 .tbl-txt-left {
  text-align: left !important;
}

.m-table.table-ptn01 .bg-color-light_blue {
  background-color: #f4f8ff;
}

.m-table.table-ptn02 td {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .sp_w55 {
    width: 55px !important;
  }
  .sp_w65 {
    width: 65px !important;
  }
  .sp_w75 {
    width: 75px !important;
  }
  .sp_w90 {
    width: 90px !important;
  }
  .table-ptn01.m-table tbody td, .table-ptn01.m-table tbody th {
    padding: 10px 5px;
  }
}


