@charset "utf-8";

.newsMain, .newsSide {
    width: 100%;
}

.categoryBox:not(:first-child) {
    margin: 30px 0 0;
}

.categoryBox {
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.categoryHeader {
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    background: #FAAC2E;
    padding: 10px 15px 10px;
}

.categoryLink {
    display: block;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #444;
    font-weight: 500;
    padding: 10px 15px;
}

.categoryLink:hover {
    color: #333;
    text-decoration: underline;
}

.newsTxt a {
	color: #52514C;
	text-decoration: underline;
}

.newsTxt a:hover {
	text-decoration: none;
}

.newsItem{   
    border-bottom: 1px solid #A6C4CE;
}

.newsFlex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 0 20px 0;
    transition: all .3s;
}

.newsItem:first-child .newsFlex{
    padding: 0 0 20px 0;
}

.newsCateFlex {
    display: flex;
    align-items: center;
    gap: 5px 30px;
    flex-wrap: wrap;
}

.newsTxtBox{
    flex: 1;
    margin: 0 15px 0 0;
}

.newsDate {
    width: 110px;
    color: #333;
  	font-size: 13px;
    letter-spacing: 0.1em;
}

.cateBox{
    width: 150px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  	flex: 1;
}

.newsCate{
    font-size: 14px;
    color: #fff;
    background: #FAAC2E;
    min-width: 113px;
    max-width: 150px;
    padding: 2.5px 10px 4.5px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
    overflow: hidden;
}

.newsTit {
  	font-size: 14px;
  	margin: 18px 0 0;
  	color: #444;
}

.newsDetail .newsTit {
  	font-size: 20px;
  	margin: 18px 0 0;
  	color: #444;
  	padding: 0 0 15px 0;
  	border-bottom: 1px solid #C7C7C7;
  	font-weight: bold;
  	font-family: "Zen Maru Gothic", sans-serif;
  	line-height: 1.45em;
  	letter-spacing: 0.05em;
}

.newsArwBox{
    margin: 0 5px 0 0;
    transition: all .3s;
}

.newsFlex:hover .newsTit{
    text-decoration: underline;
}

.newsFlex:hover .newsArwBox {
    transition: all .5s;
    transform: translateX(9px);
}

/*--詳細----*/


.newsDetailtWr .newsCate {
    max-width: 100%;
    text-overflow: unset;
    -webkit-text-overflow: unset;
    -o-text-overflow: unset;
    white-space: unset;
}

.flexBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.pdfBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 70px;
    border-radius: 38px;
    margin: 40px auto 0 auto;
    background-color: #F8B029;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
} 

.pdfBtn:hover {
    background-color: #fdc458;
    color: #fff;
}

.backBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    height: 70px;
    border-radius: 38px;
    margin: 40px auto 0 auto;
    background-color: #ED7B1D;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.backBtn:hover {
    background-color: #ed9044;
    color: #fff;
}

/* ---------- ぺージャーここから ---------- */

/*.webgene-pagination {
    width: 100%;
}

.webgene-pagination {
    grid-column: 1 / 1;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 40px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #091441 solid;
  overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #091441;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #091441;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #091441;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #091441;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #091441;
    font-size: 14px;
}*/

.newsDt .newsTit{
    padding: 0 0 15px 0;
    border-bottom: #091441 solid 1px;
}

.newsImg{
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    width: 100%;
}

.newsTxt{
    margin: 20px 0 0;
}

.newsDtWr{
    padding: 0 0 30px;
    border-bottom: #C2AD75 solid 1px;
}

.newsPdfBtn01{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
    height: 55px;
    border: #C2AD75 3px solid;
    border-radius: 6px;
    transition: all .3s;
}

.newsPdfBtn01:hover{
    background: #D2ECDD;
}

.newsPdfBtn01 img{
    width: 22px;
    margin: 0 14px 0 0;
}

.newsPdfBtn01 p{
    color: #C2AD75;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
}

.detail-img-link {
	max-width: 300px;
  	width: 100%;
  	display: block;
}

.detail-img-link02 {
	max-width: 500px;
  	width: 100%;
  	display: block;
}

.newsTxt .detailSubTitle {
	font-size: 20px;
}

.detail-line-text {
    max-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  	padding: 15px;
    border-radius: 100vmax;
    color: #fff !important;
    background: #00b900;
  	text-decoration: none !important;
}

.detail-line-text:hover {
  	color: #fff;
}

.detail-tel-link {
  	color: #52514C;	
}

.newsTxt strong {
    font-weight: 700;
}

/* ページャー */

.webgene-pagination {
	width: 100%;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 8px 0;
	height: 35px;
	width:100%;
	max-width: 35px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #fff;
	background: #ED7B1D;
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
	color: #fff;
	background-color: #ED7B1D;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 35px;
	width: 35px;
  	font-size: 14px;
	color: #ED7B1D;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #ED7B1D;
	border-radius: 50%;
  	transition: all .3s;
}

.webgene-pagination > ul > li > a:hover{
	color: #fff;
	background-color: #ED7B1D;
	text-decoration: none;
  	transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 40px;
	width: 40px;
	border: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	color: #decfb3;
	background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

/*.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-bottom: solid 2px #CBB487;
	border-left: solid 2px #CBB487;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}*/

/*.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	border-top: solid 2px #CBB487;
	border-right: solid 2px #CBB487;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}*/

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsCateFlex {
	flex-direction: row; 
	align-items: center;
}

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsSide {
    width: 25%;
    margin: 0 0 0 0;
}
  
.newsMain {
    width: 70%;
}
  
.newsCateFlex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 0 0;
	gap: 5px 30px;
}

.newsDate{
	width: 120px;
    margin: 0 20px 0 0;
    font-size: 16px;
}

.cateBox{
    margin: 0 15px 0 0
}

.newsCate {
    font-size: 15px;
}

.newsTit {
  	font-size: 18px;
}
  
.newsDetail .newsTit {
  	font-size: 28px;
}
  
.newsArwBox{
    margin: 0 5px 5px 0;
    transition: all .3s;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsCate {
	font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */