body {
  color: #000;
}
ul {
  padding-inline-start: 0px;
}
form ul {
  margin: 0;
}
form ul li {
  margin-bottom: 5px;
}
.form_label {
  overflow: hidden;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  padding-right: 5px;
}
.form_label + li {
  padding-left: 5px;
}

div [class*="_box"] {
  background-color: #fff;
  border: 1px solid #d4718a;
  box-shadow: 0px 0px 10px rgb(243 134 162 / 50%);
  border-radius: 10px 10px 10px 10px;
}

div[class*="_box"].hi {
  position: relative;
  top: 0;
  margin-top: 20px;
}

/* bootstrap add */
.kobe_kango .btn-L {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px 25px 25px 25px;
}
.kobe_kango .btn-finish {
  background-color: #A3C7E7;
  border-color: #7EB3E4;
  color: #fff;
}

.kobe_kango .btn-primary {
  background-color: #f386a2ca;
  border-color: #f386a2ca;
}
.kobe_kango .btn-primary.admin {
  background-color: #799e6fca;
  border-color: #799e6fca;
}
.kobe_kango .btn-primary:hover,
.kobe_kango .btn-primary:focus,
.kobe_kango .btn-primary.focus, 
.kobe_kango .btn-primary:active,
.kobe_kango .btn-primary.active,
.kobe_kango .open>.dropdown-toggle.btn-primary {
  background-color: #d4718a;
  border-color: #d4718a;
}
.kobe_kango .btn-primary.admin:hover,
.kobe_kango .btn-primary.admin:focus,
.kobe_kango .btn-primary.admin.focus, 
.kobe_kango .btn-primary.admin:active,
.kobe_kango .btn-primary.admin.active,
.kobe_kango .open>.dropdown-toggle.btn-primary.admin {
  background-color: #6c8d63ca;
  border-color: #6c8d63ca;
}
.kobe_kango .radio,
.kobe_kango .checkbox {
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 0;
}
.kobe_kango .radio input[type=radio],
.kobe_kango .radio-inline input[type=radio],
.kobe_kango .checkbox input[type=checkbox],
.kobe_kango .checkbox-inline input[type=checkbox] {
  margin-top: 10px;
}
/* header navigation */
.site_logo {
  padding: 5px;
  float: left;
}
.site_logo > img {
  height: 40px;
}
.navbar {
  padding: 0;
  border-bottom: 1px solid #eee ;
}
.page_title {
  font-size: 20px;
  line-height: 52px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #f386a2ca;
  color: #d32f58ca;
}

@media screen and (max-width: 991px) {
  .site_logo>img {
    height: 25px;
  }
  .page_title {
    font-size: 10px;
    line-height: 25px;
    display: inline-block;
    width: auto;
    border-left: none;
  }
  .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
  }
  .site_logo {
    padding: 5px;
    float: left;
  }
  .navbar-brand  {
    margin: 0;
  }
  .navbar-light .navbar-toggler {
    position: fixed;
    top: 5px;
    right: 5px;
  }
  .navbar-toggler  {
    padding: 0;
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    opacity: 0.7;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .nav-item {
    text-align: center;
    width: 50%;
    min-width: 80px;
  }
}
/* common */
.mobile_win .close_btn {
  display: none;
}
.copylight,
.admin_copylight {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff7fd;
  border-top: 1px solid #ccc;
}
.admin_copylight {
  background-color: #d9e7d8;
}
@media screen and (max-width: 768px) {
  .copylight,
  .admin_copylight {
    font-size: 12px;
    padding:5px 0;
  }
  .copylight p,
  .admin_copylight p {
    margin-bottom: 0;
  }
  .mobile_win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
  }

  .mobile_win .btn-explanation {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 170px);
    width: 340px;
    padding: 30px 15px 35px 30px;
    background-color: #fff;
  }

  .mobile_win.admin .btn-explanation {
    top: calc(50% - 70px);
    height: 140px;
  }

  .mobile_win .close_btn {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mobile_win .close_btn > a {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding-top: 10px;
    text-decoration: underline;
  }
}

/* content area */
.login_content_area,
.content_area,
.content_admin_area {
  position: relative;
  height: calc(100vh - 55px);
  min-height: 400px;
  padding-bottom: 75px;
  background-color: #fff7fd;
}

.login_content_area.auto,
.content_area.auto,
.content_admin_area.auto  {
  height: auto;
}
.content_admin_area {
  background-color: #d9e7d8;
}
@media screen and (max-width: 768px) {
  .content_area {
    height: inherit;
    min-height: calc(100vh - 42px);
    padding-bottom: 80px;
  }
}
/* login box */
.login_title {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  color: #d32f58ca;
}
.login_box {
  position: absolute;
  padding: 15px 40px;
  top: calc(50% - 250px);
  min-height: 440px;
  min-width: 460px;
}
.login_form .row {
  margin-bottom: 10px;
}
.login_footer-btn {
  padding: 20px 0;
  text-align: center;
}
.login_link {
  padding: 40px 0;
  text-align: center;
}
.login_link > ul > li {
  list-style: none;
  padding: 5px 0;
}
.login_link > ul > li > a {
  text-decoration-line: underline;
}

.terms {
  margin-top: 20px;
  list-style: none;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .login_box {
    min-width: inherit;
    padding: 15px 15px;
  }
}

/* register page */
.register_box {
  position: absolute;
  top: calc(50% - 400px);
  padding: 15px 40px;
  min-width: 460px;
}
.register_title {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  color: #d32f58ca;
}
.register_form .row {
  margin-bottom: 10px;
}
.form_inp-value {
  display: inline-block;
  width: 100%;
  line-height: 34px;
  border-bottom: 1px dashed #ccc;
}
.register_footer-btn {
  padding: 20px 0;
  text-align: center;
}
.register_note {
  padding: 10px 0px;
  text-align: center;
}

.register_note.small {
  max-width: 400px;
  margin: 20px auto 0;
}

.register_note-tit {
  font-weight: bold;
  color: #d32f58ca;
}

.register_note p {
  text-align: left;
}

.register_note-red {
  color: #d32f58ca;
}

.register_note_label {
  text-align: center;
}

.register_note-check li {
  list-style: none;
  display: inline;
  padding: 0 10px;
}
.register_link {
  padding: 10px 0;
  text-align: center;
}
.register_link > a {
  text-decoration-line: underline;
}

.conmpletion_box {
  position: absolute;
  padding: 15px 40px;
  top:calc(50% - 120px);
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .register_box {
    position: relative;
    margin-top: 5px;
    padding: 5px 20px;
    min-width: inherit;
  }
  .register_form .row {
    margin-bottom: 0;
  }
}
/* list */
.list_box {
  position: relative;
  margin-top: 20px;
  padding-bottom: 62px;
  max-height: calc(100vh - 140px);
}
.list_title {
  font-size: 20px;
  padding: 10px 5px;
  color: #d32f58ca;
}
.list_window_over {
  width: 100%;
  max-height: calc(100vh - 310px);
  overflow: auto;
}
.list_area {
  min-width: 1080px;
}
.list_area-row  {
  list-style: none;
  overflow: hidden;
}
.list_area-row>ul>li {
  list-style: none;
}

.list_area-row>ul>li>ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse:separate;
  border-spacing: 3px 0;
}
.list_area-row>ul>li>ul>li {
  display: table-cell;
  vertical-align: middle;
  word-break : break-all;
  padding: 0 5px;
}
.consultation_list-front {
  float: left;
  width: calc(100% - 350px);
}

.consultation_list-back {
  float: left;
  width: 350px;
}
.list_area-row>ul.row-item>li>ul>li {
  height: 30px;
  border-bottom: 2px solid #d4718a;
}

.list_area-row>ul.row-data>li>ul>li {
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.consultation_list-col1 {
  text-align: center;
  width: 120px;
}
.consultation_list-col2 {
  text-align: left;
  width: auto;
}
.consultation_list-col3 {
  text-align: center;
  width: 150px;
}
.consultation_list-col4 {
  text-align: center;
  width: 100px;
}
.consultation_list-col5 {
  text-align: center;
  width: 100px;
}
.status_unread {
  color: #d4718a;
}
.status_in {
  color: #428bca;
}
.status_unanswered {
  color: #ccc;
}
.list_consultation-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.btn-explanation {
  font-size: 16px;
  max-width: 620px;
  padding: 10px 0;
  margin: 0 auto;
}

.btn-explanation.small {
  max-width: 600px;
}

.errored {
  color: #F00;
}

@media screen and (max-width: 991px) {
  .list_area {
    min-width: 100%;
    font-size: 12px;
    width: 100%;
  }

  .list_area-row>ul.row-data>li>ul>li {
    height: 20px;
    line-height: 20px;
    border: none;
  }

  .consultation_list-front,
  .consultation_list-back {
    float: initial;
    width: 100%;
  }

  .row-item .consultation_list-back {
    display: none;
  }

  .list_area-row>ul>li.consultation_list-back>ul {
    display: inline-block;
    width: 100%;
    padding-left: 55px;
    border-bottom: 1px solid #ccc;
  }

  .list_area-row>ul>li.consultation_list-back>ul>li {
    display: inline-block;
  }

  .consultation_list-col3 {
    float: left;
    text-align: left;
    width: 100%;
  }

  .consultation_list-col3::before {
    content: '更新日：';
    display: inline;
  }

  .consultation_list-col4 {
    float: left;
    text-align: left;
    width: 50%;
  }

  .consultation_list-col4::before {
    content: '進行状況：';
    display: inline;
  }

  .consultation_list-col5 {
    float: left;
    text-align: left;
    width: 50%;
  }

  .consultation_list-col5::before {
    content: 'ｱﾝｹｰﾄ：';
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .list_box {
    max-height: calc(100vh - 110px);
}
  .list_window_over {
    max-height: calc(100vh - 230px);
  }
  .btn-explanation {
    font-size: 14px;
  }
}

/* dialogue */
.dialogue_box {
  position: relative;
  margin-top: 20px;
  height: calc(100vh - 140px);
}
.dialogue_title {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 5px;
  color: #d32f58ca;
}
.dialogue_edit_title {
  text-align: center;
  font-size: 20px;
  padding: 10px 5px;
  color: #d32f58ca;
}
.dialoguee_warp {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border-radius: 10px;
  background-color: #f0f0f0;
  border:1px solid #ccc;
}
.dialogue_fixed {
  overflow: hidden;
  margin: -15px -15px 5px -15px;
  padding: 15px 20px;
  background-color: #fff;
}
.dialogue_fixed p {
  margin-bottom: 0;
}
.dialogue_user-name,
.dialogue_edit-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.dialogue_editday {
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-top: 5px;
  color: #aaa;
}
.dialogue_area {
  overflow: hidden;
}
.dialogue_area > li {
  list-style: none;
  width: 65%;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
  clear: both;
}
.dialogue_area > li.dialogue_answer {
  position: relative;
  background-color: #fff7fd;
}
.dialogue_area > li.dialogue_user {
  position: relative;
  float: right;
}
.dialogue_area .dialogue_content {
  width: 100%;
  word-wrap: break-word;
  padding: 10px;
}
.dialogue_area .dialogue_content p {
  margin-bottom: 0;;
}
.dialogue_window_over {
  overflow-y: auto;
  padding: 10px 10px 100px; /* 変更 */
}
.dialogue_form {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 10;
  background-color: #f0f0f0;
}
.dialogue_form.long {
  position: absolute;
  left: 0;
  bottom: 0;
}
.dialogue_form.long .dialogue_form-inp textarea {
  height: 100px;
  max-height: 400px;
}
.dialogue_form.long .dialogue_form-edit {
  margin-top: 15px;
}
.dialogue_form-edit li {
  display: inline-block;
  list-style: none;
}
.dialogue_form-inp {
  width: 100%; /* 変更 */
}
.dialogue_form-inp textarea {
  width: 100%;
  height: 38px;
  min-height: inherit;
  padding: 0 10px;
  resize: none;
}
.dialogue_form-btn {
  vertical-align: top;
}
.dialogue_return-btn {
  text-align: center;
  padding: 15px 0;
}
.dialogue_form-edit {
  text-align: center;
  line-height: 36px;
  margin-top: 5px;
}
.dialogue_edit_box {
  position: absolute;
  padding: 15px 40px;
  top:calc(50% - 368px);
  min-width: 460px;
}
.dialogue_edit_footer-btn {
  padding: 20px 0;
  text-align: center;
}
.form_checkbox-txt {
  line-height: 34px;
}
.form_textarea-txt {
  height: 280px;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .dialoguee_warp {
    font-size: 12px;
  }
  div.dialogue_box,
  div.dialogue_edit_box {
    position: relative;
    margin-top: 5px;
    padding: 15px;
    height: auto;
    min-width: inherit;
  }
  .dialogue_title {
    font-size: 12px;
    padding: 0 0 10px;
  }
  .dialogue_form-btn button {
    font-size: 12px;
  }
  .dialogue_user-name,
  .dialogue_edit-name {
    font-size: 12px;
  }
  .dialogue_fixed {
    padding: 15px;
  }
  .dialogue_window_over {
    padding-bottom: 80px;
    min-height: 300px;
  }
  .dialoguee_warp {
    padding: 8px;
  }
  .dialogue_area > li {
    width: 85%;
    padding: 8px;
    margin-bottom: 10px;
  }
}
/* dialogue admin */
div.dialogue_admin_box {
  position: relative;
  margin-top: 20px;
  //height: calc(100vh - 160px);
    height: inherit;
  border: 1px solid #5e835eca;
  box-shadow: 0px 0px 10px rgba(94, 130, 94, 0.5);
}

.dialogue_admin_title {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 5px;
  color: #5e835eca;
}

.dialogue_area.admin .dialogue_answer {
  float: left;
  background-color: #fff;
}

.dialogue_area.admin .dialogue_user {
  float: right;
  background-color: #fffbc2;
  border: 3px solid #fff;
}

.dialogue_read {
  position: absolute;
  bottom: 0;
  left: -50px;
  color: #999;
}

.dialogue_read.no {
  color: #f39c62;
}

.unrea_link-btn {
  overflow: hidden;
  display: block;
  text-align: right;
}
.unrea_link-btn > li {
  display: inline;
  margin: 0 10px;
}
.unrea_link-btn > li > a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .dialogue_read {
    left: -35px;
  }
  div.dialogue_admin_box {
    position: relative;
    margin-top: 5px;
    padding: 15px;
    height: calc(100vh - 80px);
    min-width: inherit;
}
  .dialogue_admin_title {
    font-size: 12px;
    padding: 0 0 10px;
  }
  .dialogue_return-btn {
    padding-bottom: 0;
  }
}

/* ソート設定 */
a.sort {
	color: #5e835eca;
	cursor: pointer;
}

a.sort:hover {
  text-decoration: none;
}

.sort.down.active::after,
.sort.down:hover::after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	margin-left: 5px;
	border-style: solid;
	border-width: 8.7px 5px 0 5px;
	border-color: #5e835eca transparent transparent transparent;
}
.sort.up.active::after,
.sort.up:hover::after {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	margin-left: 5px;
	border-style: solid;
	border-width: 0 5px 8.7px 5px;
	border-color: transparent transparent #5e835eca transparent;
}

/* ページナビゲーション */
.pager {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-left: 0;
}

.pagination {
  margin: 5px 0 0;
}

.pagination a:hover {
  background-color: #edf8e7;
}

.pagination a, .pagination span {
  position: relative;
  float: left;
  display: block;
  width: 40px;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  border-right: solid 1px #eff1f1;
  color: #9b9f9f;
  font-size: 12px;
  font-family: Oswald, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background-color .2s linear, border .2s linear, color .2s linear, color .2s linear;
  transition: background-color .2s linear, border .2s linear, color .2s linear, color .2s linear;
}

.pagination a.prev {
  width: 80px;
  padding-left: 10px;
}

.pagination a.next{
  width: 80px;
  padding-right: 10px;
  border: none;
}

.pagination span.current {
  background-color: #5e835eca;
  border-right-color: #5e835eca;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pagination a, .pagination span {
    width: 25px;
    line-height: 25px;
  }
  .pagination a:nth-child(5),
  .pagination a:nth-child(6) {
    display: none;
  }
}

/* 管理者側のナビゲーション */
.admin_headnav {
  display: inline-block;
  padding: 0 15px;
}

.admin_headnav > ul {
  margin-bottom: 0;
}

.admin_headnav > ul > li {
  display: inline-block;
  text-align: center;
  list-style: none;
}

.admin_headnav > ul > li > a {
  display: block;
  padding: 16px 20px 15px;
}

.admin_headnav > ul > li > a:hover,
.admin_headnav > ul > li > a:active,
.admin_headnav > ul > li > a:visited,
.admin_headnav > ul > li > a:link {
  text-decoration: none;
  color: #333;
}

.admin_headnav > ul > li > a.active,
.admin_headnav > ul > li > a:hover {
  background-color: #edf8e7;
  border-bottom: 1px solid #5e835eca;
}

@media screen and (max-width: 1024px) {
  .admin_headnav {
    width: 340px;
  }
  .admin_headnav > ul > li > a {
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse,
  .admin_headnav {
    padding: 0;
  }
  .admin_headnav {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .admin_headnav > ul > li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
  }
  .admin_headnav > ul > li > a {
    text-align: center;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .admin_headnav {
    border-bottom: 1px solid #ccc;
  }
}

/* ユーザリスト */
div.userlist_box {
  position: relative;
  margin-top: 20px;
  height: calc(100vh - 150px);
  min-height: 300px;
  border: 1px solid #5e835eca;
  box-shadow: 0px 0px 10px rgba(94, 130, 94, 0.5);
}

.userlist_title {
  font-size: 20px;
  padding: 10px 5px;
  color: #5e835eca;
}

.userlist_window_over {
  width: 100%;
  height: calc(100vh - 280px);
  overflow: auto;
}

.list_area-row>ul.row-item.user>li>ul>li {
  border-color: #5e835eca;
}

.user_list-front {
  float: left;
  width: calc(100% - 420px);
}

.user_list-back {
  float: left;
  width: 420px;
}

.user_list-col-pk {
  width: 90px;
}

.user_list-col1 {
  width: 150px;
}

.user_list-col2 {
  width: 150px;
}

.user_list-col3 {
  width: auto;
}

.user_list-col4 {
  text-align: center;
  width: 100px;
}

.user_list-col5 {
  text-align: center;
  width: 140px;
}

.user_list-col6 {
  text-align: center;
  width: 140px;
}

.user_list-col7 {
  text-align: center;
  width: 140px;
}

.user_list-dialogue {
  padding: 8px;
  cursor: pointer;
}

a.user_list-dialogue.closed:link, a.user_list-dialogue.closed:visited {
  color: #333;
}

@media screen and (max-width: 1024px) {
  .user_list-col-pk {
    width: 50px;
  }
  .user_list-col1 {
    width: 50px;
  }
  .user_list-col2 {
    width: 50px;
  }
  .user_list-col3 {
    width: 50px;
  }
  .user_list-col4 {
    width: 50px;
  }
}
@media screen and (max-width: 991px) { 
  div.userlist_box {
    height: calc(100vh - 125px);
  }

  .userlist_title {
    font-size: 12px;
    margin: 0;
  }
  .userlist_window_over {
    height: calc(100vh - 205px);
  }
  .user_list-front,
  .user_list-back {
    width: 100%;
    padding: 3px 0;
  }
  .row-item .user_list-back {
    display: none;
  }
  .user_list-back {
    border-bottom: 1px solid #ccc;
  }
  .userlist_window_over .list_area-row>ul.row-data>li>ul>li {
    height: auto;
    line-height: 14px;
  }

  .userlist_window_over .list_area-row>ul.row-data>li>ul>li .time {
    display: block;
    transform: scaleX(0.8);
    margin: 0 -10px;
  }

  .user_list-col-pk {
    width: 50px;
  }
  .user_list-col1 {
    width: 50px;
  }
  .user_list-col2 {
    width: 50px;
  }
  .user_list-col3 {
    width: 50px;
  }
  .user_list-col4 {
    width: 50px;
  }
  .user_list-col5,
  .user_list-col6,
  .user_list-col7 {
    font-size: 10px;
    width: auto;
  }
  .user_list-col5::before {
    content: '登録日時：';
    display: block;
  }
  .user_list-col6::before {
    content: 'ログイン：';
    display: block;
  }
  .user_list-col7::before {
    content: '投稿：';
    display: block;
  }
  .pagination a, .pagination span {
    width: 25px;
    line-height: 25px;
  }
  .pagination a:nth-child(5),
  .pagination a:nth-child(6) {
    display: none;
  }
}


/* スタッフリスト */
div.stafflist_box {
  position: relative;
  margin-top: 20px;
  height: calc(100vh - 150px);
  min-height: 300px;
  border: 1px solid #5e835eca;
  box-shadow: 0px 0px 10px rgba(94, 130, 94, 0.5);
}

.stafflist_title {
  font-size: 20px;
  padding: 10px 5px;
  color: #5e835eca;
}

.stafflist_window_over {
  width: 100%;
  height: calc(100vh - 280px);
  overflow: auto;
}

.list_area-row>ul.row-item.staff>li>ul>li {
  border-color: #5e835eca;
}

.staff_list-front {
  float: left;
  width: calc(100% - 475px);
}

.staff_list-back {
  float: left;
  width: 420px;
}

.staff_list-check {
  text-align: center;
  list-style: none;
  float: right;
  width: 48px;
}

.staff_list-check label {
  display: block;
  height: 48px;
  padding: 10px;
}

.staff_list-check label input[type=checkbox] {
  display: inline;
  position: relative;
  margin: 5px auto;
}

.staff_list-col1 {
  width: 150px;
}

.staff_list-col2 {
  width: 150px;
}

.staff_list-col3 {
  width: auto;
}

.staff_list-col4 {
  text-align: center;
  width: 80px;
}

.staff_list-col5 {
  text-align: center;
  width: 140px;
}

.staff_list-col6 {
  text-align: center;
  width: 140px;
}

.staff_list-col7 {
  text-align: center;
  width: 140px;
}

@media screen and (max-width: 1024px) {
  .staff_list-col1 {
    width: 100px;
  }
  .staff_list-col2 {
    width: 100px;
  }
  .staff_list-col3 {
    width: auto;
  }
  .staff_list-col4 {
    width: 60px;
  }
}
@media screen and (max-width: 991px) { 
  div.stafflist_box {
    height: auto;
  }
  .stafflist_title {
    font-size: 12px;
    margin: 0;
  }
  .stafflist_window_over {
    height: calc(100vh - 210px);
  }

  .stafflist_box .list_area {
    min-width: 100%;
  }

  .stafflist_window_over .row-data {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .staff_list-front {
    width: calc(100% - 50px);
    padding: 3px 0;
  }
  .staff_list-back {
    width: calc(100% - 50px);
    padding: 3px 0;
  }
  .staff_list-check {
    width: 50px;
    padding: 3px 0;
  }
  .list_area-row>ul>li.staff_list-check>ul>li {
    padding: 0;
  }
  .row-item .staff_list-back {
    display: none;
  }
  .stafflist_window_over .list_area-row>ul.row-data>li>ul>li {
    height: auto;
    line-height: 14px;
  }

  .stafflist_window_over .list_area-row>ul.row-data>li>ul>li .time {
    display: block;
    transform: scaleX(0.7);
    margin: 0 -12px;
  }

  .staff_list-col1 {
    width: 120px;
  }
  .staff_list-col2 {
    width: 120px;
  }
  .staff_list-col3 {
    width: auto;
  }
  .staff_list-col4 {
    width: 70px;
  }
  .staff_list-col5,
  .staff_list-col6,
  .staff_list-col7 {
    font-size: 10px;
    width: auto;
  }
  .staff_list-col5::before {
    content: '登録日時：';
    display: block;
  }
  .staff_list-col6::before {
    content: 'ログイン：';
    display: block;
  }
  .staff_list-col7::before {
    content: '投稿：';
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .staff_list-front {
    width: calc(100% - 32px);
    padding: 3px 0;
  }
  .staff_list-back {
    width: calc(100% - 32px);
    padding: 3px 0;
  }
  .staff_list-check {
    width: 32px;
    padding: 3px 0;
  }
  .staff_list-col1 {
    width: 70px;
  }
  .staff_list-col2 {
    width: 70px;
  }
  .staff_list-col3 {
    width: auto;
  }
  .staff_list-col4 {
    width: 50px;
  }
  .staff_list-col5,
  .staff_list-col6,
  .staff_list-col7 {
    font-size: 10px;
    width: auto;
  }
}

/* スタッフ新規追加 */
div.staffAdd_box {
  position: absolute;
  top: calc(50% - 400px);
  padding: 15px 40px;
  min-width: 460px;
  border: 1px solid #5e835eca;
  box-shadow: 0px 0px 10px rgba(94, 130, 94, 0.5);
}
.staffAdd_title {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  color: #5e835eca;
}
.staffAdd_form .row {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div.staffAdd_box {
    position: relative;
    margin-top: 10px;
    padding: 10px;
    min-width: inherit;
  }
}
/* 管理 */
div.manage_box {
  position: absolute;
  top: calc(50% - 300px);
  padding: 15px 40px;
  min-width: 460px;
  border: 1px solid #5e835eca;
  box-shadow: 0px 0px 10px rgba(94, 130, 94, 0.5);
}
.manage_form-heading {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}

.manage_form div[class*='col-']{
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  div.manage_box {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  div.manage_box {
    position: relative;
    min-width: auto;
    margin-top: 10px;
    padding: 10px;
  }
}

/* 20211012 add */

@media (min-width: 576px) {
  .container {
    max-width:1280px;
  }
}

/* 20211014 add */
.dialogue_admin_box .dialogue_editby,
.dialogue_admin_box .dialogue_editday {
  float: right;
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  width: auto;
  padding-left: 10px;
}

.btn-primary[disabled] {
  background-color: #ccc;
  border-color: #aaa;
}
.btn-primary[disabled]:hover {
  background-color: #ccc;
  border-color: #aaa;
}

/* 20211029 add */
.consultation_list-col-cno {
  text-align: center;
  width: 80px;
}

.consultation_list-col-nickname {
  width: 140px;
}

.admin_headnav > ul > li > a.active,
.admin_headnav > ul > li > a:hover {
  padding-bottom: 14px;
}

@media screen and (max-width: 991px) {
  .consultation_list-col1 {
    width: 50px;
  }
  .consultation_list-col-cno {
    width: 60px;
  }
  .consultation_list-col-nickname {
    width: 100px;
  }
  /* 変更　943行 */
  .admin_headnav > ul > li > a.active,
  .admin_headnav > ul > li > a:hover {
    padding-bottom: 9px;
  }
}


/* 20211101 add */

.list_area-row .row-data li p {
  margin-bottom: 0;
}

/* 20211101 */
/* contact page */
.contact_box {
  position: absolute;
  top: 200px;
  padding: 15px 40px;
  min-width: 460px;
  width: 55%;
}
.contact_title {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  color: #d32f58ca;
}

.contact_box .txt_indent {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

/* 20211101 add */

.list_area-row .row-data li p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .contact_box {
    position: relative;
    margin-top: 5px;
    padding: 5px 20px;
    min-width: inherit;
    width: auto;
  }
}

.hidden {
  display: none;
}

.enquete_inline_answers li {
  display: inline;
  margin-right: 10px;
}

footer {
  z-index: 10;
}

.time {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .time {
    font-size: inherit;
  }
}

/* 202206 add */
.mandatory_mark {
  color: #f00;
}
.form_note_rad {
  font-size: 12px;
  color: #f00;
}