@charset "utf-8";
/* CSS Document */
/*☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝



☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝☆～*＝＝*/

.content{padding: 40px 5% 160px;}
.content>section{width: 90%;margin: 0 auto;}
.content .pnkz{width: 100%;}
@media screen and (max-width: 1300px){.content{padding: 40px 5% 80px;}}
@media screen and (max-width: 768px){.content{padding: 40px 5% 100px;}}
.pnkz{padding: 0 0 120px;}
@media screen and (max-width: 768px){.pnkz{padding: 0 0 50px;}}

.naka_mv{
	background: #222 url("../img/news.png") no-repeat bottom right;
    background-size: 100%;
}
@media screen and (max-width: 1300px){ 
	.naka_mv{background-size: 1300px;}
}
@media screen and (max-width: 768px) {
    .naka_mv {
        background-size: 900px;
    }
}


.naka_mv h2{
	font-size: 36px;
	color:  #fded52;
}
@media screen and (max-width: 1800px){
	.naka_mv h2{
		font-size: 28px;
	}
}
@media screen and (max-width: 1300px){
	.naka_mv h2{font-size:26px;}
}
@media screen and (max-width: 768px){
	.naka_mv{padding: 105px 5% 40px;}
	.content>section{width: 100%;}
	.naka_mv h2{font-size:24px;	}
}




.content section img{
	max-width: 978px;
	width: 100%;
	display: block;
	margin: 0 auto 60px;
}
.content section div{
	margin-bottom: 60px;
}
.content section span{
	display: inline-block;
	margin-bottom: 20px;
}
.content h3{
	font-size: 30px;
}

.category1::before{
	content: "お知らせ";
	background: #222;
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	font-size: 14px;
	width: 100px;
	text-align: center;
	padding-top: 3px;
}
.category2::before{
	content: "メディア掲載";
	background: #222;
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	font-size: 14px;
	width: 100px;
	text-align: center;
	padding-top: 3px;
}
.detail section > p{
	margin: 0 auto 80px;
}
.detail .btn{
	margin: 0 auto ;
}
@media screen and (max-width: 768px){ 
	.content section img{
		margin: 0 auto 40px;
	}
	.content section div{
		margin-bottom: 20px;
	}
	.content section span{
		display: inline-block;
		margin-bottom: 20px;
	}
	.content h3{
		font-size: 24px;
	}
.category1::before{
	content: "お知らせ";
	background: #222;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-size: 12px;
	width: 100px;
	text-align: center;
	padding-top: 3px;
}
.category2::before{
	content: "メディア掲載";
	background: #222;
	display: inline-block;
	color: #fff;
	margin-right:10px;
	font-size: 12px;
	width: 100px;
	text-align: center;
	padding-top: 3px;
}

}