@charset "UTF-8";
/*//////////////////////////////////////////////////

Title:news.css

Created:2019-08-27
Last Modified :

//////////////////////////////////////////////////*/

/* ------------------------
  sttl (sub title)
  ------------------------ */

.news_page .sttl{
  text-align: center;
  margin-bottom: 40px;
}
.news_page .sttl h2 {
  color: #fff;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 3px;
}
.news_page .sttl h2:after { /*ラインなし*/
  position: absolute;
  content: '';
  bottom: 0;
  width: 0;
  height: 0;
}
.news_page .sttl span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* ------------------------
  table
  ------------------------ */

table.news_tbl {
  margin: 0 auto;
  width: 100%;
  font-size: 16px
}
.news_tbl th {
  border-bottom: solid 1px #ccc;
  color: #000;
  padding: 20px 60px 20px 8px;
}
.news_tbl tbody:nth-child(1) {
  border-top: solid 1px #ccc;
}
.news_tbl th span.news_tag {
  width: 40px;
  height: 18px;
  padding: 4px 5px;
  margin-right: 10px;
  line-height: 18px;
  font-size: 0.7em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #ff3e3e;
  text-align: left;
}
.news_tbl th.nodisplay_new span.news_tag {
  display: none;
}
.news_tbl th span.news_date {
  font-size: 16px;
  vertical-align: middle;
}
.news_tbl td {
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  text-align: left;
}

.news_tbl td a {
  color: #4545a7;
}
.news_tbl td a:hover {
  opacity: 0.75;
}

.news_topic_area .text_center {
  margin: 20px 0;
}
.news_topic_area {
  margin: 0 auto;
}

/* ------------------------
  detail.php
  ------------------------ */
.news_area article {
  margin-bottom: 180px;
  white-space: normal;
}
.news_area article a {
  white-space: normal !important;
}
.news_area article h3 {
  color: #66c;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news_area article p.news_date {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 60px;
}
.news_area article p.news_content {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
}
.news_area article a {
  word-break: break-all;
}
.news_area article p.news_content img {
	max-width: 100%;
	height: auto;
}


/* ------------------------
  reha/detail.php
  ------------------------ */
.main_heading_reha{
  padding-top: 100px;
  width: 100%;
  height: 350px;
  background-image: url(/images/front/private_services/bg_reha.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.sttl_reha{
  display: table;
  width: 100%;
}
.sttl_reha h2 {
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 3px;
  text-align: center;
}
.sttl_reha h2::before{
  content: "NEWS\A";
  white-space: pre;
  color: #4545A7;
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 3;
}

/* ------------------------
  reha/index.php
  ------------------------ */


@media screen and (max-width: 991px) {
/*//////////////////////////////////////////////////

  max-width: 991px start SP

//////////////////////////////////////////////////*/
/* ------------------------
  detail.php
  ------------------------ */
.news_area article {
  margin-bottom: 150px;
}
.news_area article h3 {
  font-size: 32px;
}
.news_area article p.news_date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 60px;
}
.main_heading_reha{
  padding-top: 80px;
  height: 330px;
}
.sttl_reha h2 {
  top: 140px;
  font-size: 32px;
}

/*//////////////////////////////////////////////////

  max-width: 991px end SP

//////////////////////////////////////////////////*/
}


@media screen and (max-width: 767px) {
/*//////////////////////////////////////////////////

  max-width: 767px start SP

//////////////////////////////////////////////////*/
  .news_tbl {
    width: 100%;
    font-size: 14px;
  }
  .news_tbl .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .news_tbl th {
    padding: 12px 20px 0 0;
    font-size: 14px;
  }
  .news_tbl tbody {
    border-bottom: solid 1px #ccc;
  }
  .news_tbl th span.news_tag {
    font-size: 12px;
  }
  .news_tbl th span.news_date {
    font-size: 14px;
  }
  .news_tbl th,
  .news_tbl td {
    border-bottom: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .news_tbl td {
    font-size: 14px;
    padding: 5px 0 12px;
    text-align: left;
    border-bottom: solid 1px #ccc;
  }
  .news_tbl th.nodisplay_new {
    text-align: left !important;
  }
/* ------------------------
  detail.php
  ------------------------ */
.news_area article {
  margin-bottom: 110px;
	padding: 0 10px;
}
.news_area article h3 {
  font-size: 24px;
}
.news_area article p.news_date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}
.news_area article p.news_content {
  font-size: 14px;
  font-weight: normal;
}
.main_heading_reha{
  padding-top: 60px;
  height: 285px;
  background-image: url(/images/front/private_services/bg_reha_sp.png);
}
.sttl_reha h2 {
  top: 120px;
  font-size: 22px;
  letter-spacing: 1px;
}
.sttl_reha h2::before {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 3;
}
/*//////////////////////////////////////////////////

  max-width: 767px end SP

//////////////////////////////////////////////////*/
}