@charset "utf-8";
/* CSS Document */

/*新着情報一覧
================================================ */
#news_top{
  width: 100%;
  height: 200px;
  background: url(../images/ttlbg_news.png) top center repeat-x #fff;
  text-align: center;
}
#news_top h2{
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 4.2rem;
  line-height: 1.4em;
  letter-spacing: 0.5rem;
  color: #ffffff;
  padding-top: 50px;
}
#news_top span{/*english*/
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 2.2rem;
  color: #ffffff;
  padding-top: 10px;
}
main .inner{
  margin: 50px auto;
}
section#news_list{
  width: 900px;
  margin: 0 auto;
}
section#news_list ul.lists li{
  display: block;
  border-bottom: 1px solid #dbdbdb;
}
section#news_list ul.lists li:first-child{
  border-top: 1px solid #dbdbdb;
}
section#news_list ul.lists li a{
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  padding: 25px 5px 25px 10px;
}
section#news_list ul.lists li a:hover{
  background-color: #f0ffff;
  color:#006699;
  text-decoration: underline;
}
section#news_list ul.lists li a:hover > span.btn_more{
  background-color: #0066cb;
  color:#ffffff;
}

section#news_list ul.lists li a span.days{
  font-weight: 400;
  font-size: 1.5rem;
  padding-right: 15px;
}
section#news_list ul.lists li a p{
  font-weight: 400;
  font-size: 1.6rem;
  /*width: 70%;*/
}
section#news_list ul.lists li a span.btn_more{
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
  color: #ffffff;
  width: 120px;
  text-align: center;
  padding: 5px;
  background: url(../images/arw_w.svg) #a9a9a9 no-repeat;
  background-size: 6% auto;
  background-position: top 50%  left 95%;
  -webkit-border-radius: 5px;/* 角丸 */
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
}

/*ページ送り*/
ul.pageNav01 {
  display: block;
  margin: 30px 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
ul.pageNav01 li {
	display: inline;
	margin: 0 4px;
	padding: 0;
}
ul.pageNav01 li span,
ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 15px;
	background: #fff;
	border: 1px solid #a9a9a9;
	text-decoration: none;
	vertical-align: middle;
}
ul.pageNav01 li span,
ul.pageNav01 li a:hover {
  background: #0066cb;
	border-color: #0066cb;
  color: #ffffff;
}

/*新着情報詳細ページ
================================================ */
section#news_detail{
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}
section#news_detail span.days{
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
}
section#news_detail h3{
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4em;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 10px 30px;
}
section#news_detail div.detail_box{
  font-size: 1.6rem;
  line-height: 1.6em;
  width: 98%;
  margin: 30px auto;
}
section#news_detail div.detail_box div.img_photo{
  float: right;
  margin: 0 0 10px 10px;
}
section#news_detail div.detail_box div.img_photo img{
  max-width: 400px;
}
p.link_txt{
  display: block;
  margin: 30px 0 60px;
}
p.link_txt a{
  color: #0066cb;
}
p.link_txt a:hover{
  color: #0066cb;
  text-decoration: underline;
}
p.link_txt a:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 4px;
  background: url("../images/arw_linktxt.svg") center left no-repeat;
  background-size: 12px 14px;
}
a.btn_returnlist{
  width: 240px;
  height: 42px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 21px;/* 角丸 */
  -moz-border-radius: 21px;
  border-radius: 21px;
  background: url(../images/arw_w_thin_r.svg) #0066cb no-repeat;
  background-size: 10% auto;
  background-position: top 50%  left 8%;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 5px;
  margin: 20px auto;
}
a.btn_returnlist span{
  font-weight: 300;
  font-size: 1.2rem;
  margin-top: 4px;
  letter-spacing: 0.2rem;
}
a.btn_returnlist{
  display: block;
  color: #ffffff;
}
a.btn_returnlist:hover{
  opacity: 0.7;
}

/*------------------------------------------------------
  メディアクエリSP
------------------------------------------------------*/
@media screen and (max-width: 660px){
  /* SPまで効くスタイル */
  section#news_list{
    width: 96%;
  }
  section#news_list ul{
    flex-direction: column;
  }
  section#news_list ul li{
    width: 98%;
  }
  section#news_list ul.lists li a span.days,
  section#news_list ul.lists li a p{
    margin-bottom: 10px;
  }
  section#news_detail div.detail_box div.img_photo img{
    float: none;
    margin: 0 auto 10px;
    width: 98%;
  }
}
