/* CSS Document */

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

.title{
	padding: 60px 0 50px;
}
.title p{
	text-align: center;
	letter-spacing: 0.1em;
}
h3.catch{
	margin: 5% auto;
	line-height: 2.0em;
}
h4.line{
	margin: 8% auto 5%;
    display: flex;
    align-items: center;
	justify-content: center;
}
h4.line:before,h4.line:after {
    content: "";
    height: 1px;
	width: 80px;
    background-color: #666;
}
h4.line:before {
    margin-right: 2rem;
}
h4.line:after {
    margin-left:0.5rem;
}
.inners p{
	margin: 6% auto;
	line-height: 2.5em;
	letter-spacing: 0.05em;
}
.inners .photo{
	margin: 8% auto 8%;
}


.top_contents .blog_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 3%;
}
.top_contents .blog_list .date{
	color: #666;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.top_contents .blog_list .blog{
	width: 33.3333%;
	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;
}

.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: 100px auto 0;
}
.rec_top{
	margin: 0 auto;
}

.title{
	padding: 50px 0 50px;
}
.bana_contents .blog_list .blog p{
	margin: 0;
	padding: 0 10px;
}
	
.voice_btn .catch{
	font-size: 1.6rem;
	padding: 20px 0;
	letter-spacing: 0.05em;
}
	
.voice_btn{
	width: 50%;
	padding: 10px 10px 40px;
	
}
.spilits .txt p{
	letter-spacing: 0.05em;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}
.spilits_main .title{
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;    
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #fff;
}
	
.rec_top h5{
	font-size: 1.8rem;
}
.rectop_voice_list .rectop_voice{
	padding: 0 10px 10px;
}
.rectop_voice_list .rectop_voice p{
	padding: 0px;
	font-size: 1.5rem;
}

.rec_main{
	margin: 0px auto;
	height: 60vh;
	width: 100%;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: -1;
}
.rec_main .title{
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;    
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #fff;
}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {


h4.line:before,h4.line:after {
    content: "";
    height: 1px;
	width: 60px;
    background-color: #666;
}
h4.line:before {
    margin-right: 1.0rem;
}
h4.line:after {
    margin-left: 0rem;
}
.top_contents .blog_list .blog{
	width: 100%;
}
	
.voice_btn .catch{
	font-size: 1.5rem;
	padding: 10px 0;
	letter-spacing: 0.05em;
}
.voice_main .ico img{
	width: 80px;
	margin: -10px auto 0;
	
}
	
.spilits_main{
	margin: 0 auto 0;
	height: 500px;
}
.spilits{
	margin: 3% auto 8%;
	height: auto;
	width: 100%;
	position: relative;
}
.spilits .txt{
	color: #000;
	text-align: center;
}
.spilits .txt h4{
	text-align: center;
	margin-bottom: 25px;
	font-weight: 200;
	font-size: 2.2rem;
}
.spilits .txt p{
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	font-weight: 200;
}
.spilits01,
.spilits02,
.spilits03,
.spilits04,
.spilits05,
.spilits06,
.spilits07{
	background: none;
}
.spilits01 .txt,
.spilits02 .txt,
.spilits03 .txt,
.spilits04 .txt,
.spilits05 .txt,
.spilits06 .txt,
.spilits07 .txt{
	position: relative;
	left: inherit;
	right: inherit;
	bottom: inherit;
}
.spilits .photo_sp{
	display: block;
	margin-bottom: 3%;
}

.rec_main{
	height: 500px;
}
.rec_top h5{
	font-size: 1.6rem;
}
.rectop_voice_list .rectop_voice{
	padding: 0 5px 10px;
}
.rectop_voice_list .rectop_voice p{
	padding: 0px;
	font-size: 1.4rem;
}	
	
.rectop_listbtn li{
	width: 80%;
	margin: 5px 10%;
}
	
.flow .Flexbox .flowbox{
	width:100%;
	padding: 10px;
}
.flow .Flexbox .flowbox h5 {
	margin: 0px;
}
.flow .Flexbox .flowbox p{
	line-height: 1.8em;
}
.flow .waku{
	background: #efefef;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	min-height: inherit;
}
	
.flow .Flexbox .flowbox .waku {
	min-height: inherit;
}
	.flow .Flexbox{
		width: 96%;
		margin: 0 auto;
		padding: 15px;
		border: 1px solid #dfdfdf;
	}
}
@media only screen and (min-width:1px) and (max-width: 480px) {
.top_contents{
	margin: 65px auto 0;
}
.rec_top{
	margin: 0 auto;
}

h4.line:before,h4.line:after {
    content: "";
    height: 1px;
	width: 30px;
    background-color: #666;
}
h4.line:before {
    margin-right: 0.8rem;
}
h4.line:after {
    margin-left: 0rem;
}

.title{
	padding: 30px 0 30px;
}
	
	
.voice_btn{
	width: 100%;
	padding: 10px 10px 20px;
	
}	
.voice_btn .catch{
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 0.05em;
}
.voice_btn .profile{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 2.0rem;
}

	
.bana_contents{
	padding: 20px 10px;
	margin: 50px auto;
}
.bana_contents .blog_list .blog{
	width: 50%;
	padding: 30px 10px 10px;
}
.bana_contents .blog_list .blog p{
	font-size: 1.3rem;
	line-height: 1.8em;
}
.bana_contents .blog_list .blog .img{
	margin: 10px 0 15px;
}
	
	.bana_contents .blog_list .blog.blog_sec{
		display: none;
	}
	
.spilits_main{
	margin: 0 auto 0;
	height: 400px;
}	
.spilits .txt h4{
	text-align: center;
	margin-bottom: 15px;
	font-weight: 200;
	font-size: 1.9rem;
}
.spilits .txt p{
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	font-weight: 200;
	margin-bottom: 20px;
}
.rec_top h5{
	font-size: 1.4rem;
}	
.rectop_voice_list .rectop_voice{
	padding: 0 10px 10px;
}

.rec_main{
	margin: 0 auto;
	height: 400px;
}
	h3.catch{
		font-size: 1.6rem;
	}
	
.rectop_voice_list_back{
	background: #f6f8f8;
	padding: 2% 0 2%;
	margin: 0 auto 5%;
}
	.voicelink a{
		padding: 5px;
	}
	
}