@charset "UTF-8";
/* CSS Document */
body {
  background-color: #111;
border: none!important;
}
.hero_image_menu {
	background-image:url("../images/11_news_category/top.jpg");
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:bottom;
}
.hero_image_menu_filter{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(0,0,0,0.30);
	 height: calc(100vh - 50px);
	  width: 100%;
	
}
.hero_image_menu h2{
font-family: futura-pt,sans-serif;
font-weight: 100;
font-style: normal;
	font-size: 6.0rem;
	letter-spacing: 1.3em;
	padding-left: 1.3em;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}
.current{
	background-color: #333;
	
}
.page-numbers{
	color:#FFF;
	text-decoration: none;
	border:solid 1px #FFF;
	margin:0 5px;
	width: 40px;
	height: 40px;
    line-height: 40px;
	display: inline-block;
}
.next {
	display: none;
}
.row_02{
		display: flex;
		 flex-wrap: wrap;
	margin-top: 50px;
	}
.prev{
	display: none;
}
@media(max-width:599px){
	.hero_image_menu h2{
		font-size: 3.5rem;
	}
	.hero_image_menu {
	
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.row_02{
		display: block;
	}
	
}
@media(min-width:600px) and (max-width:1024px){
	.hero_image_menu h2{
		font-size: 5rem;
	}
	.hero_image_menu{

  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block!important;
    margin-right: 0px;
    margin-left: 0px;
	margin-top: 80px;
}
	
	.col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 30px;
}
	.archive_title{
		letter-spacing: 0!important;
		text-align: left!important;
		font-weight: 600!important;
	}
	.col-md-9 {
   width:100%!important;
		max-width: 100%!important;
		flex: 0 0 100%!important;
}
	.col-md-3{
		width:60%!important;
			max-width:60%!important;
		margin: 0 auto;
	}
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	margin-top: 80px;
}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 30px;
}
@media(max-width:599px){
	.col-md-4 {
position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 30px;
}
	.row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
	margin-top: 80px;
}
	.col-md-4 {
    max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 30px;
}
	.col-md-9 {
width:100%;
		max-width: 100%;
}
	.row {
		display: block;
    margin-right: 0px;
    margin-left: 0px;
	margin-top: 60px;
}
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.news .news_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #0293AD;
    border: 1px solid #0293AD;
    text-decoration: none;
}
.news {
    width: 100%;
    margin-bottom: 30px;
}
.news .news_pic {
    margin-bottom: 10px;
}
.news a {
    text-decoration: none;
    display: inline-block;
}
.news .news_pic img {
    height: auto;
    max-width: 100%;
    display: block;
}

.news .news_time {
    margin-left: 5px;
    font-size: 14px;
	text-align: right;
}
.post-categories li {
	list-style: none;
}
.entry-label {

	
	padding: 5px;
	
}
.news_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0;
}

.news .news_title {
    font-size: 18px;
    padding: 15px 0;
    line-height: 1.2;
	text-align: left;
}
.news .news_desc p {
    font-size: 1.4rem;
    margin:10px 0;
	text-align: left;
}
.news a {
    text-decoration: none;
    display: inline-block;
	color: #fff;
}
.col-md-3 {
	margin-top: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}
.archive {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.archive_list li {
	list-style: none;
}
.archive .archive_title {
    font-size: 16px;
    padding: 20px 10px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
}
.archive .archive_list li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1;
}

.archive .archive_list li:last-child{
    border-bottom: 0;
}
.archive .archive_list li a {
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
	color: #fff;
	text-align: left;
	
}
.news_title{
	font-size: 1.6rem!important;
	letter-spacing: 0!important;
	font-weight: 300!important;
	text-align: left!important;
	line-height: 2rem!important;
}



.archive .archive_list li :hover{
	background-color: #666;
}



.col-md-4{
	    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 h2{
	 
    font-size: 2.6rem;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1.5rem;
	padding-left: 1.5rem;
}
@media(max-width:599px){
	
.col-12 h2{
	 text-align: left;
    font-size: 2.2rem;
    letter-spacing: 1rem;
	padding-left: 1rem;
	font-weight: 600;
}	
	.col-md-4{
	    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
	.news {
    width: 100%;
    margin-bottom: 60px;
}
	.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	.main_title{
		text-align: center !important;
	}
}




.pages,.current,.page.larger,.nextpostslink,.previouspostslink,.page.smaller{
display: inline-block;
height:40px;line-height:40px;
width:40px;text-align:center;
border:1px #fff solid;
	color:#fff;
	text-decoration: none;
	margin:0 5px;
}


.pagenation li a{
	display:block;
	text-decoration: none;
	color: #fff;
}
.pagenation li a:hover {color: #fff;text-decoration: none;background-color: #333}




/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#111;
	color:#fff;

    text-align: center;
    outline: none;

	width: 100%;
    /*アニメーションの指定*/
    transition: ease .2s;
	
}

.btn06:hover{
	background:#222;
}


/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}