@charset "utf-8";

/*共通*/
.icon_mail {
	background-image: url(../../common/images/icon_mail.png);
	}
a.btn_orange{
	    background-image: url(../../common/images/icon_arrow_wr.png);
}

/*news_list*/
#news_Main{
	padding:15px 0 35px;
}
#news_Main h1{
	text-align: center;
	font-size:4.8rem;
}
#news_Main h1 span{
	display: block;
	font-size:1.8rem;
}
#new_top h2 {
    margin: 6rem auto 3rem auto;
}
#newitem .ttl_block .sub_ttl {
    text-align: left;
	margin-top: 3%;
}

@media screen and (max-width:767px){
	#news_Main h1{
	font-size:3rem;
}
	#news_Main h1 span{
		margin-top: -1rem;
		font-size:1.6rem;
	}
#news_Main{
	padding:15px 0 25px;
}
#new_top h2 {
    margin: 4rem auto 3rem auto;
}
.article #newitem .ttl_block .sub_ttl {
	min-height: 0px;
	}
}
#column .num span {
    font-size: 1.3rem;
    border: 1px solid;
    padding: 3px 10px;
}
#categori_navi{
	background: #f7f7f7;
}
#categori_navi .contentsInner{
	padding:0;
}
#categori_navi ul{
	display: flex;
	/*justify-content: space-around;*/
	justify-content: center;
}
#categori_navi ul li{
	margin-right:10%;
	text-align: center;
}
#categori_navi ul li:last-child{
	margin-right:0;
}
#categori_navi li a{
	display: block;
	font-size:1.5rem;
	padding:15px 0;
}
#categori_navi li a:hover{
	color:#F24E02;
}
@media screen and (max-width:768px){
	#categori_navi ul{
		flex-wrap: wrap;
	}
	#categori_navi ul li{
		width:33.333%;
		box-sizing: border-box;
		padding-left: 2%;
	}
	#categori_navi ul li:nth-of-type(3n){
		padding-left:6%;
	}
	#categori_navi li a{
		font-size:1.25rem;
	}
}
@media screen and (max-width:480px){
	#categori_navi ul li{
		padding-left:0;
	}
	#categori_navi ul li:nth-of-type(3n){
		padding-left:4.5%;
	}

	}
#column h2{
	width:9em;
}

#column .num{
font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #f24E02;
}

@media screen and (max-width:767px){
	#column .num{
	font-size:1.5rem;
	}
	#column .column2{
		padding:0;
	}
	#column .column2 .verticalBox_right .column_text02{
		margin-top:1%;
	}
	#column .num span {
    padding: 0 5px;
}

}
#newitem .column3{
	margin-top: 37px;
}
/* jsで高さを揃えている為コメントアウトしています */
/* #newitem .ttl_block{
	height: 160px;
} */
/* 追加
#newitem .column3 .img_block img{
	width: 650px;
	height: 440px;
	object-fit: cover;
}
*/

#newitem ul li .img_block img{
	height: 150px;
	object-fit: cover;
}
.object-fit-img {
	object-fit: cover;
	object-position: bottom;
 	font-family: 'object-fit: cover; object-position: bottom;'
}
#newitem .ttl_block .ttl{
	padding: 0;
	text-align: left;
}

#newitem .ttl_block {
	position: static;
}
#newitem .ttl_block .ttl:after{
    content:none;
}
#newitem .r_more{
	position:absolute;
	bottom:0.5rem;
	right:1rem;
    text-align: right;
    color: #f24e02;
    font-size:1.4rem;
    text-decoration: underline;
}
@media screen and (max-width:767px){
	#newitem .column3 li a{
		flex-direction: row;
	}
	#newitem .column3{
		margin-top: 3%;
		padding:0;
	}
	#newitem .column3 .ttl_block{
		width:100%;
		height:auto;
	}
	#newitem .ttl_block:after{
    	content:none;
	}
}


.page_num{
	max-width:600px;
	margin:30px auto 10px;
}
.page_num ul{
	display:flex;
	justify-content: center;
}
.page_num li{
	display: block;
	width: 30%;
	position: relative;
	text-align: center;
	margin-right:5%;
}
.page_num li:last-child{
	margin-right:0;
}
.page_num li a{
	display: block;
	color: #4d4c40;
	font-size:1.4rem;
	padding: 5% 0;
	border: 1px solid #4d4c40;
	font-weight: 500;
}
.page_num li.select{
	background: #4d4c40;
}
.page_num li span {
    font-size: 2.4rem;
}
.page_num li.select a{
	color:#fff;
}
.page_num li .news_list{
		color:#fff;
		background-color:#4d4c40;
}

@media screen and (max-width:767px){
	.page_num {
    	margin: 4.5rem auto;
	}
}

/*year_archive*/
.year_archive{
    max-width: 966px;
    margin: 0 auto 20px;
    background-color: #f1ede1;
    padding: 10px;
    display: flex;
   }
.year_archive ul{
		display: flex;
		flex-wrap: wrap;
		width: 80%;
	}
	.year_archive ul li{
		width: 20%;
		text-align: center;
	}
		.year_archive ul li a{
		padding:5% 0;
		display: block;
	}
	.year_archive .archive_title{
		width: 20%;
		padding-right:2%;
		border-right: 1px solid #4d4c40;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	@media screen and (max-width:767px){
		.year_archive{
    display: block;
    padding: 2%;
   }
  .year_archive .archive_title{
		width: 100%;
		padding-right:0;
		padding-bottom: 2%;
		border-right: none;
		border-bottom:1px solid #4d4c40;
	}
	.year_archive ul{
		width: 100%;
		padding-top: 2%;
	}
	.year_archive ul li{
		width: 33.33%;
	}
	}





.contents-footer ul{
	display: flex;
}
.contents-footer li{
	float:none;
}

.contents-footer li a {
    padding: 40px 30px 30px 80px;
}
.contents-footer li.footer-contact a{
    background-position: 25px 40px;
}
.contents-footer li.footer-book a {
    background-position: 25px 40px;
}

.top_home ul{
	padding: 3rem 0 3.6rem;
	border-top:1px dashed #ddd;
}

.top_home ul li{
	display: inline-block;
	position: relative;
	width:120px;
    font-size: 2rem;
}
.top_home ul li:after{
	content: '>';
    position: absolute;
    top: 0;
    left: 8.5rem;
}
.top_home ul li:last-child:after{
	content:none;
}
.top_home ul li a{
	display: block;
    font-size: 2rem;
    text-decoration: underline;
}


/*--------news_detail--------*/

.news_catch .news_catch_img {
	text-align: center
}
.news_catch .news_catch_img img{
	width: auto;
	max-width: 100%;
}
#news_detail_main img{
    max-width: 100%;
    margin: 0 auto 1em;
    display: block;
    padding: 0;
}
.news_catch h1{
	padding: 43px 0 37px;
    font-size:3rem;
    line-height:1.2;
}
i.fab{
	color:#4d4c40;
	font-size:2.6rem;
}
.date_categori{
	display: flex;
}
.cate_icon{
	min-width: 120px;
 margin-right: 10px;
 font-size: 1.4rem;
 text-align: center;
 border: 1px solid #f24e02;
 color: #f24e02;
 padding: 0.5rem;
}


.date{
	display: flex;
	align-items: center;
}

.news_catch_txt p{
	font-size:1.8rem;
	margin-bottom:60px;
}
@media screen and (max-width:767px){
	.news_catch.contentsInner {
    margin-bottom: 2rem;
   }
	.cate_icon{
 font-size: 1.6rem;
 padding: 0.2rem;
}
	.news_catch_txt p{
	font-size:1.6rem;
	margin:0 0 5rem;
	}

	}

#news_detail_main h2{
	width:auto;
	height:auto;
	border-left:2px solid #f24e02;
	border-right:0;
	text-align: left;
	margin: 4rem 0 3rem 1rem;
	padding-left:2rem;
	font-size:2.8rem;
}

.news_main{
	border-bottom: solid 1px #dddddd;
	padding-bottom:20px;
}
.news_main .section{
		margin-bottom: 100px;
}
.news_main .section:last-child{
		margin-bottom: 0;
}
.news_main .flex{
	display: flex;
	flex-direction: row-reverse;
}
.news_main .flex_txt {
    width: 50%;
}
.news_main .flex_txt .btn_long {
    padding-bottom:0;
    }
.news_main .flex_img {
    width: 48%;
				float: right;
				margin: 0 0 0 2%;
}
.news_main .flex_img img{
	max-width:550px;
	width:100%;
}
.contact_us{
	margin: 70px 0 80px;
}
.contact_us a{
	color:#1494d5;
	text-decoration: underline;
}
@media screen and (max-width:767px){

.news_main .section{
		margin-bottom:4rem;
}
.news_main h3{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}
.news_main .flex{
		display: block;
}
.news_main .flex_txt {
    width: 100%;
    position: static;
}

.news_main .flex_img {
    width: 100%;
    margin: 0;
}

.news_main .flex_img img{
	max-width:550px;
	width:100%;
}
.contact_us {
    margin: 5rem 0 6rem;
    }

}
#introduced_items{
	background:#f1ede1;
}
#introduced_items .introduced_items_ttl,#other_category .other_category_ttl{
	text-align: center;
	font-size:3rem;
	padding:6rem 0 5rem;
}
#introduced_items .column2{
	margin-bottom:3%;
}

#introduced_items img{
    min-height: 210px;
	object-fit: contain;
}

#introduced_items .column2 li{
	position: relative;
}
#introduced_items .column2 li:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 0.8em;
    height: 0.8em;
    border-top: solid 1px #414042;
    border-right: solid 1px #414042;
    transform: rotate(45deg);
    }
#introduced_items .column_text01 {
    margin-top: 20px;
}
#introduced_items .column2 li:nth-child(odd) {
    margin-right: 5%;
}
#introduced_items .column2 .verticalBox_right {
    	padding-right:3rem;
    }
#introduced_items .btn_long {
    padding: 30px 0 10px 0;
}
@media screen and (max-width:767px){
	#introduced_items .column2 .verticalBox_right {
    	padding: 2vw 6vw 2vw 2vw;
    }
	#introduced_items .btn_long {
    padding:2rem 0rem 3rem;
    }
    #introduced_items .introduced_items_ttl,#other_category .other_category_ttl{
    font-size:2.3rem;
    padding: 4rem 0rem 3rem;
    }
}
@media screen and (max-width:480px){
	#introduced_items .column2 li:after{
		right:1rem;
	}
}

#column.related_article h2 {
    width: 11em;
    height: 55px;
    border-left: 2px solid #f24e02;
    border-right: 2px solid #f24e02;
    text-align: center;
    margin:4rem auto 3rem;
    padding-left:0;
}
#column.related_article img{
    object-fit: cover;
				width: 100%;
				height: 100%;
}
#column.related_article .verticalBox_right{
padding: 1rem 1rem 3rem 1rem;
position: relative;
}
#column.related_article .column2{
	margin-bottom:3rem;
}
#column .r_more {
    margin-top: 5px;
    text-align: right;
    color: #f24e02;
    text-decoration: underline;
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    }

@media screen and (max-width:767px){
.news_catch h1{
	padding: 3rem 0 2.5rem;
    font-size:2.5rem;
    line-height: 1.2;
}
	#news_detail_main h2{
	font-size:2.3rem;
	margin: 4rem 0rem 3rem;
	}
	#introduced_items img{
    min-height: 0px;
}

}
/*by_categori*/
#new_top .by_categori h2 {
	line-height:55px;
}
@media screen and (max-width:767px){
	#new_top .by_categori h2 {
	line-height:1.2;
	}
}

/*-------------------------
index.php(年別カテゴリ別一覧)ページ
---------------------------*/
.by_years_categori h3 {
	margin:0 auto 2rem;
	}

.by_years_list ul li {
			padding:1em 0;
			border-bottom: solid 1px #ccc;
}
@media screen and (max-width:767px){
.by_years_list ul li a{
			display: block;
}
}



/*-------------------------
for
index.php
category_news.php
---------------------------*/
.contentsInner.categoryListArea ul li span {
  display: inline-block;
}
.year_archive.categoryList {
  margin-top: 3%;
  margin-bottom: 5%;
}
.categoryListArea ul.update {
  margin-top: 5%;
  border-top: solid 1px #ccc;
}
.year_archive.categoryList ul li a {
  text-decoration: underline;
}
.year_archive.categoryList ul li a:hover {
  text-decoration: none;
}
.categoryListArea .by_years_list  ul li a {
  text-decoration: underline;
}
.categoryListArea .by_years_list  ul li a:hover  {
  text-decoration: none;
}
.page_num.categoryNews {
  max-width: 500px;
  margin: 20px auto 60px;
}
.page_num.categoryNews li {
  display: block;
  width: 40px;
  position: relative;
  text-align: center;
  height: 40px;
  margin: 0 10px;
  line-height: 40px;
}
.page_num.categoryNews li a {
  display: block;
  color: #a0a0a0;
  font-size: 2.4rem;
  border: none;
  padding: 0;
}
.page_num.categoryNews li a:hover {
  font-size: 2.4rem;
  background-color: #eee;
}
#news_detail_main p {
  margin-bottom: 1em;
}
#categori_navi .contentsInner .active a {
  font-weight: bold;
}
@media screen and (max-width:767px){
  .categoryListArea .by_years_list ul li a{
    margin-top: 0.5em;
  }
}
