/* --------------------------------------------------------------
module
テーブル
  検索結果表示用テーブル
  一覧表示テーブル
サムネイル
  サムネイルリスト
アイコン
記事
  youtube
  sne_buttons
コントロールパネル
  タグ
企業情報
日付
カテゴリー
広告
  企業広告
新着情報
マップ
フォーム
　ログインフォーム
  アカウント登録フォーム
  フォームパーツ
エラーリスト
ファイルアップロード
トップ画像
  スライドショー
ファンクションアイコン
フラッシュメッセージ
  .alart-success
ページング
  .page_navi
もっと読む
  .read-more
タブ
  .tab
ツール
  ページトップへ
  著作権
  javascript「クリックで開閉」用
  フロートクリア
  モーダルウィンドウ
カレンダー
ソーシャル
  facebook
cssハック

-------------------------------------------------------------- */
/*--------------
  検索結果表示用テーブル
-------------- */
.result-table {
  border-collapse: collapse;
  width: 100%;
}

.result-table tr {
  display: block;
  background-color: #fff;
  padding: 0.5rem;
  border: thin solid #ccc;
  margin-bottom: 1rem;
  cursor: pointer;
}

.result-table tr:first-child {
  display: none;
}

.result-table tr:last-child {
  /* border-bottom: 7px solid #f5f5f5; */
}

.result-table th {
  padding: 0.5rem;
  border: thin solid #ccc;
  background-color: #f3f5ff;
  text-align: center;
}

.result-table td {
  /* border-bottom: thin solid #ccc; */
  overflow: hidden;
  width: 100%;
  display: table;
  padding: 0 0.5rem;
  font-size: 1.3rem;
}

.result-table .form {
  margin: 25px 0 0 13px;
}

.result-table td::before {
  color: #8179b6;
  line-height: 3rem;
  content: attr(data-colname);
  width: 120px;
  display: table-cell;
  padding: 0 0.6rem;
}

.result-table td:nth-of-type(1)::before {
  /* background-color: #90c4f8;
  color: #fff; */
}

.result-table td:last-child {
  /* border-bottom: none; */
}

td.checked {
  display: none;
}

td.rank {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  width: 13%;
  height: 2.6rem;
  background-color: #82cbc5;
}

td.name {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  width: 87%;
  height: 26px;
  line-height: 26px;
  background-color: #82cbc5;
}

td.company_name {
  border-top: thin solid #ccc;
}

td.address {
  white-space: normal;
}

td.use_district {
  white-space: normal;
}

td.post_title {}
/* fileテーブル */
.file_table tr {
  clear: both;
  overflow: hidden;
}

.file_table th.file_thumbnail {
  width: 8%;
}

.file_table th.file_name {
  width: 30%;
}

.file_table th.file_size {
  width: 10%;
}

.file_table th.file_created {
  width: 5%;
}

.file_table th.insert_img {
  width: 5%;
  min-width: 100px;
}

.file_table th.file_delete {
  width: 5%;
  min-width: 100px;
}

.file_table th.file_delete {
  margin-top: 1rem;
}

.file_table td.file_thumbnail {

}

.file_table td.insert_img {
  float: left;
  width: 30%;
  margin-right: 1rem;
}

.file_table td.insert_img::before {
  content: none;
}

.file_table td.file_delete {
  float: left;
  width: 30%;
}

.file_table td.file_delete::before {
  content: none;
}
/* accountテーブル */
.account_table td.content,
.account_table td.created,
.account_table td.modified,
.account_table td.roleName,
.account_table td.status {
  display: none;
}
/* postsテーブル */
.posts_table td.created,
.posts_table td.modified {
  display: none;
}

/*--------------
  企業詳細情報リスト用テーブル
-------------- */
.company_list_table {
  border-collapse: collapse;
  width: 100%;
}

.company_list_table tr {
  background-color: #fff;
  padding: 0.5rem;
  border: thin solid #ccc;
}

.company_list_table tr:first-child {
  border-top: none;
}

.company_list_table th {
  padding: 0.5rem;
  background-color: #f3f5ff;
  text-align: center;
  width: 70px;
  border-right: thin solid #ccc;
}

.company_list_table td {
  overflow: hidden;
  padding: 0.5rem;
  font-size: 1.3rem;
}

.company_list_table .form {
  margin: 25px 0 0 13px;
}

@media screen and (min-width: 768px) {
  /*--------------
    検索結果表示用テーブル
  -------------- */
  .result-table {
    width: 100%;
  }

  .result-table th {
    border: thin solid #ccc;
    background-color: #EEEEEE;
    padding: 0.5rem 1rem;
    text-align: center;
    display: table-cell;
  }

  .result-table td {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    display: table-cell;
    width: auto;
    /* vertical-align: baseline; */
    border: thin solid #ccc;
  }

  .result-table td::before {
    display: none;
  }

  .result-table tr {
    display: inherit;
    height: 2.6rem;
    line-height: 2.6rem;
    padding-bottom: 1rem;
    border: thin solid #ccc;
    cursor: auto;
  }

  .result-table tr:first-child {
    display: inherit;
  }

  .result-table tr:last-child {
    border-bottom: none;
  }
  /* postsテーブル */
  .posts_table th.post_title {
    width: 55%;
  }

  .posts_table th.category {
    width: 25%;
  }

  .posts_table th.disclose {
    width: 6%;
  }

  .posts_table th.created {
    width: 10%;
    min-width: 100px;
  }

  .posts_table th.modified {
    width: 10%;
    min-width: 100px;
  }
  /* categoriesテーブル */
  .categories_table th.category_name {
    width: 30%;
  }

  .categories_table th.category_slug {
    width: 30%;
  }

  .categories_table th.content {
    width: 40%;
  }

  /*--------------
    企業詳細情報リスト用テーブル
  -------------- */
  .company_list_table {
    width: 100%;
  }

  .company_list_table th {
    background-color: #EEEEEE;
    padding: 0.5rem 1rem;
    text-align: center;
    display: table-cell;
    width: 100px;
  }

  .company_list_table td {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    display: table-cell;
    /* vertical-align: baseline; */
    width: 570px;
  }

  .company_list_table tr {
    display: inherit;
    height: 2.6rem;
    line-height: 2.6rem;
    padding-bottom: 1rem;
    border: thin solid #ccc;
  }

  td.created,
  td.disclose,
  td.modified {
    text-align: center;
  }

  .created {
    display: none;
  }

  .clickable:hover {
    background-color: #eee;
    cursor: pointer;
  }

  td.rank {
    background-color: inherit;
    color: #333;
    text-align: center;
    width: 2rem;
    font-size: 1.4rem;
  }

  td.name {
    background-color: inherit;
    color: #333;
    width: 10rem;
    font-size: 1.4rem;
    white-space: nowrap;
    min-width: 300px;
  }

  td.company_name {
    white-space: nowrap;
    min-width: 20rem;
  }

  span.use_district {
    white-space: nowrap;
    display: block;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  span.address {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 220px;
  }
  /* fileテーブル */
  .file_table td.file_thumbnail {
    text-align: center;
  }

  .file_table td.file_size {
    text-align: center;
  }

  .file_table td.file_created {
    text-align: center;
  }

  .file_table td.insert_img {
    float: none;
    width: 5%;
    margin-right: 0;
    text-align: center;
  }

  .file_table td.file_delete {
    float: none;
    width: 5%;
    text-align: center;
  }
  /* accountテーブル */
  .account_table td.more,
  .account_table th.more {
    display: none;
  }

  .account_table td.content,
  .account_table td.created,
  .account_table td.modified,
  .account_table td.roleName,
  .account_table td.status {
    display: table-cell;
  }

  .account_table td.user_name {
    width: 15%;
  }

  .account_table td.user_ID {
    width: 20%;
  }

  .account_table td.roleName {
    width: 10%;
  }

  .account_table td.content {
    /* width: 25%; */
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
  }

  .account_table td.status {
    width: 5%;
    text-align: center;
  }

  .account_table td.created {
    width: 5%;
  }

  .account_table td.modified {
    width: 5%;
  }
  /* postsテーブル */
  .posts_table td.created,
  .posts_table td.modified {
    display: table-cell;
  }
}
@media screen and (min-width: 920px) {
  .created {
    display: table-cell;
    width: 10%;
  }

  .modified {
    width: 10%;
  }
}
/*--------------
  一覧表示テーブル
-------------- */
.display-table {
  border-collapse: collapse;
  width: 100%;
}

.display-table tr:first-child {
  display: none;
}

.display-table tr {
  border: thin solid #ccc;
  margin: 1rem 1rem 2rem;
  display: block;
}

.display-table th {
  padding: 0.5rem;
  border: thin solid #ccc;
  background-color: #f3f5ff;
  text-align: center;
}

.display-table td {
  border: none;
  overflow: hidden;
  display: block;
  padding: 0 1rem;
}

.display-table .form {
  margin: 25px 0 0 13px;
}

td.checked {
  display: none;
}

td.rank {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  width: 13%;
  height: 2.6rem;
  background-color: #82cbc5;
}

td.name {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  width: 87%;
  height: 26px;
  line-height: 26px;
  background-color: #82cbc5;
}

td.company_name {
  border-top: thin solid #ccc;
}

td.address {
  white-space: normal;
}

td.use_district {
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .display-table tr:first-child {
    display: inherit;
  }

  .display-table tr {
    display: inherit;
    height: 2.6rem;
    line-height: 2.6rem;
  }

  .display-table th {
    display: table-cell;
  }

  .display-table td {
    display: table-cell;
    vertical-align: baseline;
    border: thin solid #ccc;
  }

  .display-table td::before {
    display: none;
  }

  td.rank {
    background-color: inherit;
    color: #333;
    text-align: center;
    width: 2rem;
    font-size: 1.4rem;
  }

  td.name {
    background-color: inherit;
    color: #333;
    width: 10rem;
    font-size: 1.4rem;
    white-space: nowrap;
    min-width: 300px;
  }

  td.property_Name {}

  td.company_name {
    white-space: nowrap;
    min-width: 20rem;
  }

  span.use_district {
    white-space: nowrap;
    display: block;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  span.address {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 220px;
  }

  td.land_size {
    white-space: nowrap;
    width: 5rem;
  }

  td.land_size_tsubo {
    white-space: nowrap;
    width: 5rem;
  }
}
@media screen and (min-width: 920px) {}
/*-------------- -------------- -------------- --------------
  サムネイル
-------------- -------------- -------------- --------------*/
.thumbnail {
  border: thin solid #ccc;
  display: block;
  margin: 0 auto;
}

.post_list_thumbnail {
  background-color: #fff;
  /* border: thin solid orange; */
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.post_list_thumbnail img {
  width: 100%;
  object-fit: cover;
}

.bureau_report:nth-child(odd) {
  /* padding-right: 0.5rem; */
}

.bureau_report:nth-child(even) {
  /* padding-left: 0.5rem; */
}
@media screen and (min-width: 768px) {
  .post_list_thumbnail {}

  .post_list_thumbnail::nth-child(4n) {}

  .post_list_thumbnail img {
  }

  .thumbnail:hover {
    opacity: 0.5;
    transition-duration: 0.4s;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  サムネイルリスト
--------------*/
.thumb-menu {
  margin: 0 0 1rem;
}

.thumb-menu a {
  text-decoration: none;
}

.thumb-menu-item,
.thumb-menu-item-green {
  position: relative;
  margin-bottom: 2rem;
}

.thumb-menu-title {
  font-size: 1.5rem;
  height: 5.5rem;
  line-height: 2.4rem;
  overflow: hidden;
  padding: 0.5rem 1rem 0;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  color: #7ABE73;
  /* background-color: #fff5e4; */
}

.thumb-item-text {
  margin: 0.2rem 0 0.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .thumb-menu-item {
    height: 300px;
    transition-duration: 0.3s;
    width: 32%;
  }

  .thumb-menu-item:nth-child(4n) {
    /* padding-right: 0; */
  }

  .thumb-menu-item-green {
    border: thin solid #82cbc5;
    transition-duration: 0.3s;
    /* background-color: #f8f8ed; */
  }

  .thumb-menu-item:hover img {
    /* opacity: 0.6; */
    transform: scale(1.2);
    transition-duration: 0.4s;
  }

  .thumb-menu-item img {
    transition: all 0.3s;
  }

  .thumb-menu-item:hover img {
    /* opacity: 0.6; */
    transform: scale(1.2);
    transition-duration: 0.4s;
  }

  .thumb-menu-title {}

  .thumb-item-text {
    height: 57px;
    overflow: hidden;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  アイコン（fontawesome CSS版）
--------------*/
.css-icons::before {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  border: 2px solid;
  border-radius: 50%;
  color: #5b85c4;
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
  display: inline-block;
}

.css-icons-message::before {
  content: "\f075";
}

.css-icons-info::before {
  content: "\f129";
  font-weight: 900;
}

.css-icons-signup::before {
  content: "\f5ac";
  font-weight: 900;
}

.css-icons-reissuePass::before {
  content: "\f13e";
  font-weight: 900;
}

.css-icons-caution::before {
  content: "\f071";
  font-weight: 900;
  color: #fff;
}

.css-icons-map::before {
  content: "\f041";
}

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

.css-icons-download::before {
  content: "\f0ed";
  padding-left: 1px;
}

.css-icons-text::before {
  content: "\f15c";
}

.css-icons-mail::before {
  content: "\f0e0";
}

.css-icons-experiences::before {
  content: "\f27a";
}

.css-icons-school::before {
  content: "\f19d";
  padding-left: 2px;
}

.css-icons-system::before {
  content: "\f19c";
  padding-left: 3px;
}

.css-icons-about::before {
  content: "\f007";
}

.css-icons-point::before {
  content: "\f12a";
}

.css-icons-building::before {
  content: "\f1ad";
  padding-left: 2px;
}

.css-icons-road::before {
  content: "\f018";
  padding-left: 1px;
}
/* エディタアイコン */
.editer-icon {
  width: 2rem;
  vertical-align: -5px;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}
/*--------------
  記事
--------------*/
/* 記事コンテンツ(css:flex)を左寄せに(javascript使用版) */
/* 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、最後の行のレイアウトが崩れるので注意。
 */
.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* 記事コンテンツ */
.article {
  /* border: thin solid #ccc; */
  /* background-color: #fff; */
}

.article::after {
  clear: both;
  content: "";
  display: block;
}

.article_content {}

.article-img-left {
  margin: 0 1rem 0 0;
  display: block;
}


.article_list li {
  padding: 1rem;
}

.article-img-right {
  margin: 0 0 0 1rem;
  display: block;
}

.article-img-center {
  margin: auto;
  display: block;
}

.post_date {
  text-align: right;
  margin-right: 1rem;
}

.post_tags {
  padding: 0 1rem;
  border-bottom: thin dashed #ccc;
}

.chapter {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 15px;
}
/* 確認リスト */
.confirm_list {}

.list_label {
  width: 80px;
  display: table-cell;
}

.list_text {
  display: table-cell;
}

@media screen and (min-width: 768px) {
  .article_content img {}
}
@media screen and (min-width: 920px) {}
/*--------------
  コントロールパネル
--------------*/
.control_panel {
  margin: 0 1rem 1rem;
  background-color: #fff;
}

.control_panel_content {}
/* .article::after {
  clear: both;
  content: "";
  display: block;
}

.article-img-left {
  margin: 0 1rem 0 0;
  display: block;
}

.article-img-right {
  margin: 0 0 0 1rem;
  display: block;
}

.article-img-center {
  margin: auto;
  display: block;
}

.article p {
  font-size: 1.6rem;
} */
.insertPic {
  display: block;
  padding: 0.5rem;
}

.editer-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: -20px 0 2rem;
}

.editer-btns li {
  width: 100%;
  background-color: #fff;
  line-height: 3rem;
  text-align: center;
  text-decoration: none;
  border: thin solid #ccc;
  border-top: none;
  border-right: none;
  cursor: pointer;
}

.editer-btns li:last-child {
  border-right: thin solid #ccc;
}
/* タグ */

.tag_section {
  margin-top: 3rem;
}

.tags {
  max-height: 50px;
  overflow: hidden;
}
/* .tag_icon {
  float: left;
} */

.tag {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  padding: 0 6px;
  font-size: 1.2rem;
}

.tag li {
  background: #d0d0d0;
  display: inline-block;
  height: 20px;
  line-height: 21px;
  margin: 0 10px 10px 5px;
  padding: 0 10px;
  position: relative;
}

.tag li a:before {
  border-top: 9px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #d0d0d0;
  content: '';
  display: block;
  margin-left: -11px;
  position: absolute;
  left: 0;
}

.tag li a:after {
  background: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  line-height: 19px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
}

.tag > li > a {
  text-decoration: none;
  color: #fff;
}

.tag > li:hover {
  opacity: 0.6;
  transition-duration: 0.4s;
}

#sideTags {
  justify-content: space-between;
}

#sideTags li {
  float: left;
  margin: 0 1rem 1rem 0;
}

#sideTags .tagName {
  margin-left: 4px;
}

.tag_close {
  position: relative;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 0;
  background-color: #0073aa;
  border-radius: 32px;
  margin: 0;
  padding: 0;
  /* transform: scale(0.5); */
  cursor: pointer;
}

.tag_close:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1.4px;
  left: 6px;
  width: 3px;
  height: 12px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tag_close:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1.4px;
  left: 6px;
  width: 3px;
  height: 12px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tag_close:hover {
  background-color: red;
}
/* カテゴリー帯の色 */
/* カテゴリー未設定 */
.post_tag_ {
  background-color: #e85757 !important;
  height: 26px;
}

.post_tag_::after {
  border-color: transparent;
  border-top-color: #e85757;
  border-bottom-color: #e85757;
  border-left-color: #e85757;
}
/* カテゴリーtype1 */
.post_tag_type1 {
  background-color: skyblue !important;
}

.post_tag_type1::after {
  border-color: transparent;
  border-top-color: skyblue;
  border-bottom-color: skyblue;
  border-left-color: skyblue;
}
/* カテゴリーshokuiku */
.post_tag_shokuiku {
  background-color: #6495ed !important;
}

.post_tag_shokuiku::after {
  border-color: transparent;
  border-top-color: #6495ed;
  border-bottom-color: #6495ed;
  border-left-color: #6495ed;
}
/* カテゴリーstore */
.post_tag_store {
  background-color: #db7093 !important;
}

.post_tag_store::after {
  border-color: transparent;
  border-top-color: #db7093;
  border-bottom-color: #db7093;
  border-left-color: #db7093;
}
/* カテゴリーparking */
.post_tag_parking {
  background-color: #5f9ea0 !important;
}

.post_tag_parking::after {
  border-color: transparent;
  border-top-color: #5f9ea0;
  border-bottom-color: #5f9ea0;
  border-left-color: #5f9ea0;
}

/* カテゴリーevent */
.post_tag_event {
  background-color: #6495ed !important;
}

.post_tag_event::after {
  border-color: transparent;
  border-top-color: #6495ed;
  border-bottom-color: #6495ed;
  border-left-color: #6495ed;
}
/* カテゴリーletmeknow */
.post_tag_letmeknow {
  background-color: #4c6ec7 !important;
}

.post_tag_letmeknow::after {
  border-color: transparent;
  border-top-color: #4c6ec7;
  border-bottom-color: #4c6ec7;
  border-left-color: #4c6ec7;
}
/* カテゴリーletmeknow */
.post_tag_letmeknow {
  background-color: #4c6ec7 !important;
}

.post_tag_letmeknow::after {
  border-color: transparent;
  border-top-color: #4c6ec7;
  border-bottom-color: #4c6ec7;
  border-left-color: #4c6ec7;
}
/* カテゴリーrecruitment */
.post_tag_recruitment {
  background-color: #4c6ec7 !important;
}

.post_tag_recruitment::after {
  border-color: transparent;
  border-top-color: #4c6ec7;
  border-bottom-color: #4c6ec7;
  border-left-color: #4c6ec7;
}
@media screen and (min-width: 768px) {
  .article {
    font-size: 1.6rem;
    padding-left: 20px;
  }

  .article_content {
    padding: 1 0 2rem;
    line-height: 3rem;
  }

  .article_content .text_block {
    padding-left: 1rem;
  }

  .article-img-right {
    float: right;
    margin: 0 0 0 2rem;
    display: block;
  }

  .article-img-left {
    float: left;
    margin: 0 2rem 0 0;
    display: block;
  }

  .control_panel_content {
    /* padding: 1rem; */
  }

  .editer-btns {
    margin-right: 1rem;
  }

  .insertPic {
    width: inherit;
  }

  .insertPic:hover {
    opacity: 0.6;
  }

  .list_label {
    width: 200px;
  }

  .tag_section {
    margin-top: 0;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  youtube
--------------*/

.embededYoutube {
  max-width: 560px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}

/*--------------
  sne_buttons
--------------*/

.sns_buttons {
  padding: 1rem;
  margin-bottom: 2rem;
  border-top: none;
  background-color: #fff;
}

.sns_buttons div {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}

/*--------------
  企業情報
--------------*/

.company_profile {}

.company_profile_contents {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .company_profile_contents {
    padding: 2rem;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
日付
--------------*/
.time {
  display: inline;
  line-height: 2rem;
  text-align: center;
  background-color: #b63e46;
  padding: 0.2rem 1.4rem;
  color: white;
  height: 2.2rem;
  width: 120px;
}

.date {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .time {
    display: inline-block;
    width: 120px;
    line-height: 3rem;
    height: 3.4rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
カテゴリー
--------------*/

.post_list_category {
  float: left;
  background-color: #e85757;
  padding: 3px 16px 2px;
  color: #fff;
  position: absolute;
  z-index: 5;
}

.post_list_category::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-width: 13px 9px;
  border-style: solid;
}

.post_list_company {
  padding: 0 1rem 1px;
}

.post_list_date {
  padding: 0 1rem 1px;
}

.post_list_img_wrapper {
  overflow: hidden;
  height: 200px;
}

.post_company {
  padding: 7px 1rem;
}

.post_company > a {
  text-decoration: none;
}

.post_date {
  padding: 7px 1rem;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}
/*--------------
  トップ画像(スライダー未使用版)
--------------*/
/* .topimage {
  object-fit: cover;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .topimage {
    height: auto;
  }
} */
@media screen and (min-width: 920px) {}
/*--------------
  企業広告
--------------*/
.ad-company {
  width: 100%;
  padding: 0 1rem 2rem;
  /* background-image: url("/images/bg_subtle.jpg"); */
  /* border-top: thin solid #fbaf35; */
}

.ad-company-side {
  width: 100%;
  margin: 1rem 0;
}

.ad-company-heading {
  font-size: 1.8rem;
  background-color: #82CBC5;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #fff;
}

.ad-company-side-heading {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  background-color: #82CBC5;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #fff;
  text-align: center;
}

.ad-company-heading span {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.ad-company-side-heading span {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.ad-banner,
.ad-banner-side {
  border: thin solid #ccc;
  width: 302px;
  height: 102px;
  margin: 1rem auto;
}

.ad-banner img{
   object-fit: cover;
   width: 300px;
}

/* 企業ポスト */
.company_post {
  border: thin solid #ccc;
  width: 302px;
  height: 102px;
  overflow: hidden;
  margin: 0 auto 1rem;
  text-decoration: none;
}

.company_post img {
  object-fit: cover;
  width: 300px;
  height: 100px;
}

.company_post p {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ad-company {
    width: 980px;
    margin: 0 auto;
    padding: 2rem 0 3rem;
    overflow: hidden;
  }

  .ad-company-side {
    width: 300px;
    margin-top: 0;
  }

  .ad-banner {
    /* margin-bottom: 1rem; */
    margin: 0 27px 1rem 0;
    float: left;
  }

  .ad-banner:nth-child(3n) {
     margin-right: 0;
 }

  .ad-banner-side {}

  .ad-banner:hover {
    opacity: 0.6;
    transition-duration: 0.4s;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
    新着情報
  --------------*/
.whatsnew {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 1rem;
}

.news_category {
  display: inline;
  line-height: 2rem;
  text-align: center;
  background-color: #727171;
  padding: 0.2rem 1.4rem;
  color: white;
  height: 2.2rem;
  width: 120px;
  border-radius: 15px;
}

.news_date {
  margin-right: 1rem;
}

.news_title {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .news_title {
    display: inline;
    font-size: 1.8rem;
  }

  .news_category {
    display: inline-block;
    /* width: 120px; */
    line-height: 2.7rem;
    height: 3rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  マップ
--------------*/

.map {
  height: 40rem;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.map iframe:hover,
.map object:hover,
.map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {
  .map {
    height: 600px;
    margin: 0 auto;
  }
}
/*-------------- フォーム --------------*/
/*--------------
  ログインフォーム
--------------*/

.login_form_content {
  margin: 1rem auto;
}

.login_for_not_users {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .login-form {}

  .login_for_users {
    padding: 2rem;
    margin: 1rem;
  }

  .login_for_not_users {
    padding: 2rem;
    margin: 1rem;
    border: thin solid #fbaf35;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  アカウント登録フォーム
--------------*/

.signup_form {
  margin-bottom: 2rem;
}
.signup_form_noRightPadding {
   margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .signup_form {
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  .signup_form_noRightPadding {
     margin-bottom: 2rem;
 }
}
@media screen and (min-width: 920px) {}

/*--------------
  フォームパーツ
--------------*/

.required_caution {
  font-size: 12px;
  color: #b46d6d;
  padding: 0 0 0 0.5rem;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}

/*--------------
  エラーリスト
--------------*/
.error_list {
  background-color: #565a5c;
  color: #fff;
  padding: 2rem 4rem;
  margin-bottom: 1rem;
  list-style: inherit;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}

/*--------------
トップ画像（スライドショー）
--------------*/

.slide {
  /* height: 170px; */
  font-size: 0;
  background-color: #fff;
  position: relative;
}

.slide > ul {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 170px;
  list-style: none;
}

.slide ul > li {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0; */
}

.slide ul > li.current {
  z-index: 2;
  opacity: 1;
}

.slide ul > li.last-current {
  z-index: 1;
}

.topimage1 {
  background-image: url("/images/body/pages/index/slide/topimage_1.png");
}

.topimage2 {
  background-image: url("/images/body/pages/index/slide/topimage_2.png");
}

.topimage3 {
  background-image: url("/images/body/pages/index/slide/topimage_3.png");
}

.topimage4 {
  background-image: url("/images/body/pages/index/slide/topimage_4.png");
}

.topimage5 {
  background-image: url("/images/body/pages/index/slide/topimage5.png");
}
/* .topimage_common p {
  font-size: 3rem;
  position: absolute;
  background-color:rgba(120,200,100,0.3);
  padding: 0.5%;
  top: 30%;
  left: 30%;
} */
/* .topimage_common img {
  position: absolute;
  left: 33%;
  top: 33%;
  width: 30%;
  height: 35%;
} */
/* スライドショーのボタン */

.slide_prev_anker, .slide_next_anker {
  /* opacity: 0; */
  visibility: hidden;
}

.slide a.next,
.slide a.prev {
  position: absolute;
  display: block;
  top: 40%;
  width: 10%;
  height: 20%;
  text-indent: -5000px;
  z-index: 3;
}

.slide a.prev {
  background: url("../images/body/pages/index/slide/arrow-left1.png") 50% 50% no-repeat;
  background-color: rgba(204, 204, 204, 0.4);
  left: 0;
  border-radius: 0 10px 10px 0;
}

.slide a.prev:hover {
  background: url("../images/body/pages/index/slide/arrow-left2.png") 50% 50% no-repeat;
  background-color: rgba(204, 204, 204, 0.4);
}

.slide a.prev:active {
  background: url("/images/body/pages/index/slide/arrow-left3.png") 50% 50% no-repeat;
  background-color: rgba(204, 204, 204, 0.4);
}

.slide a.next {
  background: url("/images/body/pages/index/slide/arrow-right1.png") 50% 50% no-repeat;
  background-color: rgba(204, 204, 204, 0.4);
  right: 0;
  border-radius: 10px 0 0 10px;
}

.slide a.next:hover {
  background: url("/images/body/pages/index/slide/arrow-right2.png") 50% 50% no-repeat;
  background-color: rgba(204, 204, 204, 0.4);
}

.slide a.next:active {
  background: url("/images/body/pages/index/slide/arrow-right3.png") 50% 50% no-repeat;
  background-color: rgba(204, 204, 204, 0.4);
}
@media screen and (min-width: 768px) {
  .slide {
    height: 480px;
  }

  .slide ul {
    height: 480px;
  }

  .slide ul > li {
    background-size: auto;
  }

  .slide a.next,
  .slide a.prev {
    width: 3%;
    height: 15%;
  }
}
@media screen and (min-width: 920px) {}


/*--------------
  フラッシュメッセージ
--------------*/
#flashMessage {
  position: absolute;
  z-index: 8;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.alert-success {
  background-color: #def0d8;
}

.alert-info {
  background-color: #d9edf7;
}

.alert-warning {
  background-color: #fcf8e3;
}

.alert-danger {
  background-color: #f2dede;
}

.attention {
  margin: 0 0 1rem;
  text-align: center;
  color: orange;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}
/*--------------
  ページング
--------------*/
.page_navi {
  margin: 0 -0.5rem;
}

.page_navi ul {
  display: flex;
  flex-wrap: wrap;
}

.page_navi li a {
  display: block;
  margin: 0.5rem;
  padding: 0.8rem 1.5rem;
  text-align: center;
  text-decoration: none;
  border: thin solid #ddd;
  background-color: #fff;
}

.page_navi li a:hover {
  background-color: #eee;
}
/*--------------
  current-page
--------------*/
.current_page {
  display: block;
  margin: 0.5rem;
  padding: 0.3rem 0.6rem;
  text-align: center;
  border: thin solid #ddd;
  background-color: #eee;
}
/*--------------
  パンくずリスト
--------------*/
.breadcrumbs {
  font-size: 13px;
  line-height: 16px;
  margin: 0 auto 0.5rem;
  padding: 0.5rem 0;
  vertical-align: bottom;
  color: #666;
  width: 90%;
  height: 2rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.breadcrumbs > li,
.breadcrumbs > span {
  margin-right: 1rem;
}

.breadcrumbs img {
  vertical-align: bottom;
  border: none;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    width: 960px;
  }

  .pageclass-admin .breadcrumbs{
    margin: 0 1rem 0.5rem;
  }

  .pageclass-users .breadcrumbs{
    margin: 0 1rem 0.5rem;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  もっと読む
--------------*/
.read-more {
  max-width: 100px;
  margin: 1rem 0 0 auto;
  cursor: pointer;
  text-align: center;
  color: #fe850a;
  border: 1px solid;
  border-radius: 5px;
  background-color: white;
}

.read-more a {
  text-decoration: none;
  padding: 0.6rem;
  display: block;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}
/*--------------
  タブ
--------------*/

.tab {
  overflow: hidden;
}

.tab li {
  float: left;
  margin-right: 1px;
  padding: 5px 25px;
}

.tab li.select {
  /* background: #eee; */
}

.content > li {
  padding: 20px;
}

.hide {
  display: none;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}
/*--------------------------------------------------------------
  ツール
--------------------------------------------------------------*/
/*--------------
  ページトップへ
--------------*/

#js-pageTop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  margin: 0.4%;
  padding: 8px;
  text-decoration: none;
  color: #fff;
  height: 78px;
  width: 55px;
  border-radius: 5px;
  background-image: url("/images/common/pagetop.png");
  background-size: cover;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #js-pageTop {
    height: 127px;
    width: 90px;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  著作権
--------------*/

#copyright {
  font-size: 1.6rem;
  line-height: 18px;
  float: none;
  margin: 10px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}
/*--------------
  javascript「クリックで開閉」用
--------------*/

.head {
  position: relative;
  width: 8rem;
  padding: 1rem 0 0;
  cursor: pointer;
}

.head:after {
  font-size: 1.5rem;
  font-weight: bold;
  content: "－";
}

.h_close:after {
  font-size: 1.5rem;
  font-weight: bold;
  content: "＋";
}

.head.active:after {
  font-size: 1.5rem;
  font-weight: bold;
  content: "＋";
}

.h_close.active:after {
  font-size: 1.5rem;
  font-weight: bold;
  content: "－";
}

.close {
  display: none;
}
@media screen and (min-width: 768px) {
  .head {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  フロートクリア
--------------*/

.clearfix {
  display: block;
  clear: both;
  content: "";
}
/*--------------
  モーダルウィンドウ
--------------*/

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 5;
}

#modalWindow {
  width: 350px;
  height: 220px;
  padding: 1rem;
  position: fixed;
  border: 2px solid #D04255;
  background-color: #FFF;
  display: none;
  z-index: 10;
}

#modalWindow_youtube {
  width: 350px;
  height: 220px;
  padding: 1rem;
  position: fixed;
  border: 2px solid #D04255;
  background-color: #FFF;
  display: none;
  z-index: 10;
}

.url_insert_form,
.url_insert_form_youtube {
  margin-bottom: 1rem;
}
/*--------------
  カレンダー
--------------*/
.calendar_title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 4rem;
  overflow: hidden;
  padding-left: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.calendar_table {
  width: 100%;
  margin-bottom: 2rem;
}

.calendar_table tr {
  min-height: 10rem;
}

.calendar_table th {
  background: #EEEEEE;
  text-align: center;
  height: 4rem;
  font-size: 1.6rem;
}

.calendar_table td,
.calendar_table th {
  border: 1px solid #CCCCCC;
  padding: 2px;
  overflow: hidden;
}

/* table内におけるmin-heightの代わり処理 */
.calendar_table td:first-child:before {
  content: '';
  float: left;
  height: 8rem;
  display: block;
}

.calendar_cell {
  height: 10rem;
  width: 14.2857%;
  vertical-align: top;
  background-color: #fff;
}

.calendar_number {
  display: block;
  width: 100%;
  min-height: 100%;
  text-decoration: none;
  color: green;
}

.week_number_0 {
  background-color: #fae1e1;
}

.event_item {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
  background-color: skyblue;
  color: #fff;
  border-radius: 2px;
}

.event_item_date {
  display: none;
}

.today {
  background-color: #efe;
}
@media screen and (min-width: 768px) {
  .calendar_table {}

  .event_item {
    font-size: 1.2rem;
    padding: 1px 0.5rem 0;
  }

  .event_item:hover {
    opacity: 0.5;
    transition-duration: 0.4s;
  }

  .event_item_date {
    display: inline-block;
    color: #ffe503;
  }

  #modalWindow,
  #modalWindow_youtube {
    height: 150px;
  }
}
@media screen and (min-width: 920px) {}
/*--------------
  ソーシャル
--------------*/
.social_buttons {
  height: 30px;
  margin-top: 8px;
}

.social_button {
  width: 30px;
  margin-right: 0.5rem;
}
/* facebook */
.fb-container {
  text-align: center;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 920px) {}

/*--------------
  cssハック
--------------*/

/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .post_list_category::after {
      border-width 11px 9px;
   }
}

/* Chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {}
