@charset "utf-8";

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

.category-link:hover {
    color: #383838;
    text-decoration: underline;
}

.news-text a {
	color: #383838;
	text-decoration: underline;
}

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

.news-item{   
    border-bottom: 1px solid var(--bg-grey-secondary);
}

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

.news-item:first-child .news-flex{
    padding: 0 0 20px 0;
}

.news-cate-flex {
    display: flex;
    align-items: center;
    gap: 5px 10px;
    flex-wrap: wrap;
}

.news-textBox{
    flex: 1;
    margin: 0 15px 0 0;
}

.news-date {
    max-width: 200px;
    width: 85px;
    margin: 0 5px 0 0;
    color: #383838;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8em;
	flex: 1;
    max-width: max-content;
}

.cate-box{
    flex: 1;
}

.news-cate{
    font-size: 14px;
    color: var(--primary);
    background: var(--bg-grey-secondary);
    display: inline-block;
    padding: 0px 10px 1px;
	max-width: 680px;
    min-width: 82px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
    overflow: hidden;
}

.news-title {
    color: #383838;
  	font-weight: 700;
    margin: 10px 0 0;
}

.news-detail .news-title {
  	font-size: 20px;
  	margin: 18px 0 0;
    color: #383838;
  	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;
}

.news-flex:hover .news-title{
    text-decoration: underline;
}

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

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


.news-detailt-frame .news-cate {
    max-width: 100%;
    text-overflow: unset;
    -webkit-text-overflow: unset;
    -o-text-overflow: unset;
    white-space: unset;
}

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

.pdf-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    width: 100%;
    padding: 13px 15px 12px;
    margin: 40px auto 0 auto;
    background-color: #E43C14;
    color: #fff;
    border: 2px solid #E43C14;
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease;
} 

.pdf-btn:hover {
    background-color: #fff;
    color: #E43C14;
}


.news-detail .news-title{
    padding: 0 0 15px 0;
    border-bottom: #E2DDDA solid 1px;
}

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

.news-text{
    margin: 20px 0 0;
}

.news-detail-frame{
    padding: 0 0 30px;
}

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

.news-text strong {
    font-weight: 700;
}

.news-detail-frame .news-cate {
    text-overflow: unset;
    -webkit-text-overflow: unset;
    -o-text-overflow: unset;
    white-space: unset;
    overflow: unset;
}

/* ページャー */

/*.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) {
  
    .news-cate-flex {
        flex-direction: row; 
        align-items: center;
    }

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

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

    .news-date{
        width: 100px;
        margin: 0;
        font-size: 16px;
    }

    .cate-box{
        margin: 0 15px 0 0
    }

    .news-cate {
        font-size: 15px;
    }

    .news-title {
        font-size: 18px;
    }
    
    .news-detail .news-title {
        font-size: 28px;
    }

    .pdf-btn {
        font-size: 20px;
    }

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

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

    .news-cate {
        font-size: 16px;
    }

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