/* CSS Document */

/*.top_contents{
	margin: 150px auto 0;
}*/

.title{
	padding: 8% 0 0;
}
.title p{
	text-align: center;
	letter-spacing: 0.1em;
}
.contents h1{
	margin: 0 auto 3%;
	line-height: 2.0em;
	text-align: center;
}
.contents h2{
	margin: 0 auto 5%;
    display: flex;
    align-items: center;
	justify-content: center;
}
.contents h2:before,.contents h2:after {
    content: "";
    height: 1px;
	width: 80px;
    background-color: #666;
}
.contents h2:before {
    margin-right: 2rem;
}
.contents h2:after {
    margin-left:0.5rem;
}
.contents h3,
.contents h4,
.contents h5,
.contents h6{
	margin: 3% auto;
	text-align: center;
}
.title .cat{
	font-size: 1.4rem;
	color: #666;
	text-align: center;
	font-style: italic;
}
.inners p{
	margin: 6% auto;
	line-height: 2.5em;
	letter-spacing: 0.05em;
}
.top_contents{
	background: #fafafa;
}
.top_contents .blog_list{
	padding: 6% 0 2%;
	margin: 0 auto;
}


.top_contents article{
	margin: 6% auto;
}

.article_tag-list{
	display:flex;
	font-style:italic;
	position: relative;
	z-index: 2;
	margin: 0 20px;
	
}
.article_tag-list li{
	margin: 0 10px;
}
.article_tag-list li a{
	color: #666;
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	font-weight: 400;
}


.top_contents .blog_list a.bloglink{
	display: block;
	margin: -40px auto 0;
}
.top_contents .blog_list a .blog{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.top_contents .blog_list a .blog .img{
	width: 50%;
}
.top_contents .blog_list a .blog .txt{
	width: 50%;
	padding: 0 40px;
}
.top_contents .blog_list a .blog .txt h3{
	margin-bottom: 5px;
	font-size: 2.2rem;
	text-align: left;
	background: none;
}
.top_contents .blog_list a .blog .txt .date{
	color: #666;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
.top_contents .blog_list a .blog .txt p{
	margin: 5px 0;
	font-size: 1.4rem;
}
.top_contents .blog_list .blog{
	padding: 20px 20px;
}

.top_contents .blog_list .blog a{
	display: block;
 width:100%;
	height: auto;
 margin:0 auto;
 overflow:hidden;
  background: #000;/*これを追加！*/
	margin: 20px 0 10px;
}
.top_contents .blog_list .blog a .img{
 transition:1s all;
}
.top_contents .blog_list .blog a .img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
  opacity: 0.6;/*これを追加！*/
}

.top_contents .blog_list .blog p{
	font-size: 1.5rem;
	line-height: 1.8em;
}

.top_contents .blog_list .blog .img:hover img{
  transition:1s all;
  opacity: 0.6;/*これを追加！*/
}

.nav-links{
  padding:2em;
margin-bottom: 6%;
  display:flex;
  justify-content:center;
}
.nav-links a,.nav-links span{
  width:50px;
  height:50px;
  margin:2px;
  line-height:50px;
  text-align:center;
  font-size:1.4rem;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
	border: 1px solid #dfdfdf;
}
.back_list{
	text-align: center;
	margin: 0 auto 8%;
}
.back_list a{
	padding: 10px 20px;
	margin: 0 auto;
  text-align:center;
  font-size:1.4rem;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
	border: 1px solid #dfdfdf;
	display: inline-block;
}
.nav-links a:hover{
  background:#222;
	color: #fff;
  border-radius:100%;
  transform:rotate(360deg);
}
.back_list a:hover{
  background:#222;
	color: #fff;
  border-radius:30px;
}
.nav-links .current{
  background:#222;
	color: #fff;
  border-radius:100%;
}
.nav-links .dots{
  background:none;
}


.nav-linkl{
  padding:2em;
margin-bottom: 6%;
  display:flex;
  justify-content:center;
}
.nav-linkl a,.nav-linkl span{
  width:auto;
  height:50px;
  margin:2px 30px;
  line-height:50px;
  text-align:center;
  font-size:1.4rem;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
	border: 1px solid #dfdfdf;
	padding: 0 20px;
}
.nav-linkl a:hover{
  background:#222;
	color: #fff;
  border-radius:30px;
}

.news_date{
	color: #666;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
text-align: center;}

.news_detail{
	margin: 5% auto 8%;
}

@media only screen and (min-width:1px) and (max-width: 960px) {

.top_contents{
	margin: 70px auto 0;
}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {

h1.line {
  line-height: 1.6em;
}
.has-large-font-size {
  line-height: 130%;
}

.contents h2:before,
.contents h2:after {
    content: "";
    height: 1px;
	width: 60px;
    background-color: #666;
}
.contents h2:before {
    margin-right: 1.0rem;
}
.contents h2:after {
    margin-left: 0rem;
}
	
.top_contents .blog_list a .blog .txt h3{
	margin-bottom: 5px;
	font-size: 2.0rem;
	text-align: left;
	background: none;
}
.top_contents .blog_list{
	padding: 30px 0 0px;
	margin: 0 auto;
}
	
.top_contents .blog_list a .blog .img{
	width: 100%;
	padding: 0 30px 20px;
}
.top_contents .blog_list a .blog .txt{
	width: 100%;
	padding: 0 40px;
}
	
}
@media only screen and (min-width:1px) and (max-width: 480px) {
.top_contents{
	margin: 0 auto 0;
}

.top_contents .blog_list a .blog .txt h3{
	margin-bottom: 5px;
	font-size: 1.8rem;
	text-align: left;
	background: none;
}
.contents h2:before,.contents h2:after {
    content: "";
    height: 1px;
	width: 30px;
    background-color: #666;
}
.contents h2:before {
    margin-right: 0.8rem;
}
.contents h2:after {
    margin-left: 0rem;
}

.title{
	padding: 30px 0 30px;
}
	
	
}