@charset "utf-8";
/*ページタイトル*/
#main_area2 {
	background:#eaf9e6;
}
#main_area2  div.pgti{
	margin-bottom:10px;
}
#main_area2 p{
	display: inline-block;
	height:200px;
	line-height: 200px;
	font-size: 2.0rem;
	letter-spacing: 0.3em;
	font-weight: 400;
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main_area2 p::before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	background-image: url("../images/bg_futaba1.webp");
	width:80px;
	height:80px;
	background-size: contain; 
	background-repeat: no-repeat;
	margin-right: 30px;
}
/*パンくず*/
#pankuzu > ul{
	font-size:16px;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#pankuzu li{
	color: #666666;
	letter-spacing: 1px;
	line-height: 120%;
}
#pankuzu li a{color: #60ab4a;}
#pankuzu li:not(:last-child)::after{
	content: '>';
	width: 25px;
	height: 25px;
	padding: 0 20px;
}

/*各ページコンテンツ*/
.newslist,.entry {	max-width: 1000px;width: 90%;margin: 0 auto;}
.newslist li{
	padding:20px;
	border:1px solid #d1cbc3;
	border-radius: 15px;
	margin-bottom: 30px;
}
.newslist h3{
	border-bottom:2px solid #60ab4a;
	padding-bottom:10px;
	margin-bottom:5px;
}
time{display: block; font-size:16px;text-align: right;}
#pager li:not(.prev):not(.next){
	font-size: 18px;
	margin: 1% 1.2%;
	font-weight: 500;
}
#pager li a{
	color: #60ab4a;
}
#pager li span,#pager li:not(.prev):not(.next) a:hover{
	border-bottom:2px solid #60ab4a;
	color:#2b2824;
}
#pager .prev,#pager .next{margin: 1% 1.5%;}
#pager .next img{transform: rotate(180deg);}

a.btn{
	display: inline-block;
	width:200px;
	height: 33px;
	border-radius: 20px;
	text-align: center;
	color:#FFF !important;
	background-color: #60ab4a;
	font-weight: 300;
}
a.btn:hover{
	opacity: 1.0!important;
	transform: scale(1.1);
}
/*記事詳細*/
.ti2 h2{max-width:24rem;}
.entry p,.entry ol ,.entry ul {margin-bottom:1em;}
.entry h3{margin-bottom:1em;font-size: 20px;border-bottom:1px solid #60ab4a; padding-bottom:8px;}
.entry h3::before{
	display: inline-block;
	content: "";
	width:50px;
	height: 50px;
	background-image: url("../images/bg_futaba1.webp");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	margin-right:15px;
}
.entry h4{
	margin-bottom:1em;
	font-size: 20px;
	border-bottom:2px solid ;
	border-image: linear-gradient(to right, #60ab4a, #c1d96d) 1;
	padding:8px;
}

.entry ol li:not(:last-child),.entry ul li:not(:last-child){margin-bottom: 5px;}
.entry ul{background:#eaf9e6;padding:20px; border-radius: 10px;}
.entry ul li::before{content: "";display:inline-block; width:7px;height: 7px;background:#60ab4a;border-radius: 50%;margin-right: 10px;}	

.entry ol {
	border:1px solid #60ab4a;
	border-radius: 10px;
	padding:20px 20px 20px 15px;
	counter-reset: my-counter;
	list-style: none;
}
.entry ol li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.entry ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #60ab4a;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #60ab4a;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 1.5px;
  left: 0;
}
.entry a{text-decoration:underline; color:#60ab4a;}
.entry a:hover{text-decoration:none;}
/*----------------------------------------------------------*/
/* レスポンシブ
------------------------------------------------------------*/
/* 1080px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
	/*ページタイトル*/
	#main_area2 p{
		height:150px;
		line-height: 150px;
		font-size: 1.6rem;
		letter-spacing: 0.3em;
	}
	#main_area2 p::before{
		width:60px;
		height:60px;
		margin-right: 30px;
	}
}

/* 768px以下から
------------------------------------------------------------*/
@media only screen and (max-width:768px){
	#main_area2 p{
		height:150px;
		line-height: 150px;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	.newslist{width:100%;}
	.newslist li{
		padding:10px;
		border-radius: 10px;
	}
	.entry h3,.entry h4{
		font-size:18px;
	}
	.entry h3::before{
		width:25px;
		height: 25px;

	}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	.entry h3::before{
		display: block;
		width:30px;
		height: 30px;

	}
	#pankuzu li.kiji{
	  width: 100%;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
}


