@charset "utf-8";

/*====================================================================================================

  お知らせ

====================================================================================================*/

/*--------------------------------------------------------------------------------
  ページタイトル
--------------------------------------------------------------------------------*/

.subvisual .icon {
    float: left;
    width: 110px;
    margin-right: 1em;
}


/*--------------------------------------------------------------------------------
  日付
--------------------------------------------------------------------------------*/

.s-date {
  font-size:1.1em;
  display:inline-block;
  margin-bottom:0.8em;
}

.s-date:after {
  content:"";
  display:block;
  margin-top:0.2em;
  width:100%;
  height:4px;
  background-color:#f2e146;
}

.s-date__week {
  font-size:0.7em;
}


/*--------------------------------------------------------------------------------
  エラー
--------------------------------------------------------------------------------*/

.news-err { line-height:2; }


/*----------------------------------------------------------------------------------------------------

  一覧
  
----------------------------------------------------------------------------------------------------*/

.newsList a { display:block; }
.newsList a,
.newsList a:visited,
.newsList a:hover { color:inherit; text-decoration:none; }
.ua-pc .newsList a:hover { text-decoration:underline; }

.newsList {
  list-style:none;
  text-align:left;
    overflow: hidden;
}

.newsList li {
  position:relative;
  line-height:1.5;
}

.newsList li a:after,
.newsList li .inner:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.newsList li a,
.newsList li .inner {
  display:block;
  background-color:#fff;
  height:100%;
}

.newsList .photo {
  float:left;
  position:relative;
}

/*
.newsList .photo:after {
  content:"";
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
  border:1px solid rgba(222,221,219,0.5);
}
*/

.newsList .photoMask {
  display:block;
  position:relative;
  overflow:hidden;
  z-index:2;
}

.newsList .photoItem {
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.newsList .photoItem img {
  width:auto;
  max-width:none;
}

.newsList li p {
  font-size:1.05em;
}

.newsList-lo {
}

.newsList {
    list-style:none;
}
.newsList li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url("../../image/top/subject_dot.png") bottom repeat-x;
}
.newsList li:last-child {
    background: none;
    margin-bottom: 0;
}
.newsList li a,
.newsList li .nolink {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    transition: 0.2s all;
    box-sizing: border-box;
}
.newsList li a:hover {
    color: #23aae2;
}

.newsList li a .date,
.newsList li .nolink .date {
    display: inline-block;
    padding: .75em 1em;
    background-color: #2b2d42;
    color:#fff;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
}
.newsList li a .title,
.newsList li .nolink .title {
    width: calc(100% - 10em);
    margin-left: 1em;
}

/*
.newsList {
width:100%;
margin-left:auto;
margin-right:auto;
}

.newsList li {
width:570px;
float:left;
}

.newsList li a,
.newsList li .inner {
padding:30px;
transition: 0.2s;
border:1px solid #E3D9CC;
}
.newsList li a:hover {
background-color: #FDFCFB;
border:1px solid #F58080;     
}

.newsList li:nth-child(even) {
margin-left:40px;
}

.newsList li:nth-child(n+3) {
margin-top:40px;
}

.newsList .photo {
width:200px;
}

.newsList .photoItem img {
min-width:200px;
height:200px;
}

.newsList .photo,
.newsList .photoMask {
height:160px;
}

.newsList li p {
margin-left:200px;
padding:5px 5px 5px 30px;
}

.ua-pc.csstransitions .newsList .photoItem img {
-webkit-transition:transform 0.3s ease-out;
transition:transform 0.3s ease-out;
}

.ua-pc.csstransitions .newsList a:hover .photoItem img {
transform:scale(1.08);
}
*/


/*----------------------------------------------------------------------------------------------------

  詳細
  
----------------------------------------------------------------------------------------------------*/

.newsDetail {
  text-align:left;
}

.newsDetail .s-date {
    margin-bottom: 0;
}
.newsDetail .s-date::after {
    display: none;
}

.newsDetail .detailHdline {
  position:relative;
  line-height:1.5;
}

.newsDetail .detailHdline:after {
  content:"";
  width:100%;
  height:8px;
  display:block;
  position:absolute;
  left:0;
  bottom:-8px;
}

.newsDetail-lo {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:115px;
}

.newsDetail {
    background-color:#fff;
}
.newsDetail .detailHdline {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom: 0.5em;
    border-bottom: 1px  #E7B397;
}

.newsDetail-lo .backBtn {
    text-align: center;
}

.newsDetail-lo .list-back-btn,
.newsDetail-lo .list-back-btn:visited {
    display: flex;
    justify-content: center;
    align-items: center;
	width:320px;
	padding:1em;
	margin:0 auto;
    box-sizing: border-box;
    border-radius: .25em;
	background-color:#2b2d42;
	color:#fff;
	font-size:125%;
    text-align: center;
	text-decoration:none;
	transition:0.2s;
}

.newsDetail-lo .list-back-btn:hover {
    text-align: center;
	background-color:#40425f;
}

.newsDetail-lo .list-back-btn:disabled,
.newsDetail-lo .list-back-btn:disabled:hover {
    text-align: center;
	background-color:#40425f;
}
.newsDetail-lo .list-back-btn img {
    display: inline-block;
    width: 2em;
    margin-right: 0.25em;
	transition:0.2s;
}
.newsDetail-lo .list-back-btn:hover img {
    margin-right: 0.5em;
}

.newsDetail .p-glog {
  margin-bottom: 60px;
  overflow: hidden;
}
.newsDetail .p-glog:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.newsDetail .p-glog img {
  width: auto;
}
.newsDetail .p-glog .p-glog__img--left {
  float: left;
  margin-right: 24px;
}
.newsDetail .p-glog .p-glog__img--right {
  float: right;
  margin-left: 24px;
}
.newsDetail .p-glog .p-glog__img--center {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
.newsDetail .btn {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:700px) {
  .newsDetail .p-glog .p-glog__img--left,
  .newsDetail .p-glog .p-glog__img--right {
    float: none;
    width: 100% !important;
    display: block;
    margin: 0 auto 24px;
  }  
  .newsDetail .p-glog .p-glog__img--center {
    width: 100% !important;
  }
}

.newsDetail-lo .button {
	text-align:center;
}
.newsDetail-lo .button a {
	padding-left:2em;
	padding-right:2em;
}
.newsDetail-lo .button i {
  display: inline-block;
  font-size: 125.0%;
  margin-right: 1em;
}
