@charset "utf-8"; 
/* -------------------------------------- 
    news style
 -------------------------------------- */

.pagetitle > .wrap-l::before {
	content:none;
}
.pagetitle > .wrap-l .inner {
    height: 200px;
}
@media (max-width: 1199px){
	.pagetitle > .wrap-l .inner {
		height: 200px;
	}
}
@media (max-width: 767px){
	.pagetitle > .wrap-l .inner {
		height: 200px;
	}
}

/* -------------------------------------- 
    一覧・詳細 共通
 -------------------------------------- */


/* -------------------------------------- 
    一覧（テキストリスト）
 -------------------------------------- */
.sec-newslist .col-news {
    width: 75%;
    padding-left: 60px;
    order: 2;
}
.sec-newslist .col-newscat {
    width: 25%;
    order: 1;
}
.sec-newslist .col-newslist {
    width: 75%;
    margin: 0 0 0 auto;
    padding-left: 60px;
}
@media (max-width: 991px) {
    .sec-newslist .col-news {
        width: 100%;
        padding-left: 0;
    }
    .sec-newslist .col-newscat {
        width: 100%;
    }
    .sec-newslist .col-newslist {
        width: 100%;
        padding-left: 0;
    }
}


.txt-list .inner {
	position: relative;
}
.txt-list .sbox-news {
	position: relative;
}
.txt-list .sbox-news a {
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: opacity ease 0.38s;
	border-bottom: 1px solid #ccc;
}
.txt-list .sbox-news:first-child a {
    border-top: 1px solid #ccc;
}
.txt-list .sbox-news .pho {
	width: 200px;
}
.txt-list .sbox-news .pho .no-img {
    background: #d9d9d9;
}
.txt-list .sbox-news .pho .no-img::after {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/common/logo_b.png") no-repeat center 50%;
	background-size: 122px auto;
}
.txt-list .sbox-news .txt-box {
	padding-left: 5%;
	box-sizing: border-box;
	flex: 1;
}
.txt-list .resp-vtabs .resp-tabs-container {
	margin-top: -140px;
}
.txt-list .sbox-news .txt-box .top-box {
	padding-right: 12px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.txt-list .sbox-news .txt-box .category {
	padding: 0 20px;
	font-size: 1.4rem;
	display: inline-block;
	background: #e6e6e6;
	line-height: 1.5;
	border-radius: 4px;
	letter-spacing: 0.025em;
}
.txt-list .sbox-news .txt-box .date {
	color: #999;
	font-weight: 600;
	letter-spacing: 0.025em;
}
.txt-list .mttl .txt-ja {
	letter-spacing: 0.2em;
}
.txt-list .btnarea {
	display: block;
	width: 250px;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
	.txt-list .sbox-news {
		margin-right: 0;
	}
}
@media (max-width: 1024px) {
	.txt-list .sbox-news {
		margin-right: 0;
	}	
}
@media screen and (min-width: 768px) {
	.txt-list .sbox-news a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.txt-list .sbox-news {
		margin-right: 0;
	}
	.txt-list .sbox-news a {
		padding: 30px 0;
	}
	.txt-list .sbox-news .pho {
		width: 22%;
		text-align: center;
	}
	.txt-list .sbox-news .pho img {
		width: 100%;
	}
    .txt-list .sbox-news .pho .no-img::after {
	   background-size: 80%;
    }
	.txt-list .sbox-news .txt-box {
		width: 73%;
	}
	.txt-list .resp-vtabs .resp-tabs-container {
		margin-top: 0;
	}
	.txt-list .sbox-news .txt-box .category {
		padding: 0 20px;
	}	
}
@media screen and (max-width: 480px) {
	.txt-list .sbox-news a {
		padding: 20px 0;
	}
    .txt-list .sbox-news a:first-child {
        border-top: none;
    }
	.txt-list .sbox-news .pho {
		width: 40%;
	}
	.txt-list .sbox-news .pho .no-img::after {
		background-size: 85px auto;
	}
	.txt-list .sbox-news .txt-box {
		width: 57%;
	}
	.txt-list .sbox-news .txt-box .top-box {
	    flex-direction: column;
		margin-bottom: 3px;
	}
	.txt-list .sbox-news .txt-box .sttl-news{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}


/* -------------------------------------- 
   詳細
 -------------------------------------- */
.sec-newsdetail .col-news {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.sec-newsdetail .col-newslist {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


.box-newsdetail .ttl-newsdetail  {
    border-bottom: 1px solid #dfdfdf;
}

.box-newsdetail .ttl-newsdetail .date-cate  {
	position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box-newsdetail .ttl-newsdetail .date-cate .t-cat {
	display:  inline-block;
    padding: 0 20px;
    border-radius: 4px;
    letter-spacing: 0.025em;
    background: #e6e6e6;
}
.box-newsdetail .ttl-newsdetail .date-cate .t-date {
    display:  inline-block;
    color: #999;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.box-newsdetail .thumbnail img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px){
	.box-newsdetail .sbox-newsdetail,
	.ttl-newsdetail {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 480px){
	.ttl-newsdetail {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

/* リッチテキストエディタ用 -------------------- */
.box-newsdetail .sbox-newsdetail img {
    max-width: 100%;
    width: inherit;
    height: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.box-newsdetail .sbox-newsdetail p {
    min-height: 1em;
}
.box-newsdetail .sbox-newsdetail p , 
.box-newsdetail .sbox-newsdetail ul , 
.box-newsdetail .sbox-newsdetail ol {
	margin-bottom: 30px;
}
.box-newsdetail .sbox-newsdetail p:nth-last-child(1) {
	margin-bottom: 0;
}
.box-newsdetail .sbox-newsdetail b,
.box-newsdetail .sbox-newsdetail strong {
	font-weight: bold;
}
.box-newsdetail .sbox-newsdetail em {
    font-style: italic;
}
.box-newsdetail .sbox-newsdetail a {
	color: #18803f;
	text-decoration: underline;
}
.box-newsdetail .sbox-newsdetail a:hover {
    text-decoration: none;
}
.box-newsdetail .sbox-newsdetail ul {
    list-style-type: disc;
    padding-left: 30px;
}
.box-newsdetail .sbox-newsdetail ol {
    list-style-type: decimal;
    padding-left: 30px;
}
.box-newsdetail .sbox-newsdetail li {
    list-style-type: inherit;
}
.box-newsdetail .sbox-newsdetail sup {
    vertical-align: super;
    font-size: smaller;
}
.box-newsdetail .sbox-newsdetail sub {
    vertical-align: sub;
    font-size: smaller;
}
.box-newsdetail .sbox-newsdetail blockquote {
    background-color: #efefef;
}
.box-newsdetail .sbox-newsdetail table {
    border-collapse:  collapse;
}
.box-newsdetail .sbox-newsdetail th , 
.box-newsdetail .sbox-newsdetail td {
    border: solid 1px #efefef;
}
.box-newsdetail .sbox-newsdetail video {
    width: 100%;
    height: auto;
    max-height: 90vh;
    background-color: #f0f0f0;
}
.box-newsdetail .sbox-newsdetail .player{
position:relative;
height:0;
padding-bottom:56.25%;
overflow: hidden;
}
.box-newsdetail .sbox-newsdetail .player iframe{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}

@media (max-width: 480px){
	.box-newsdetail .sbox-newsdetail p , 
    .box-newsdetail .sbox-newsdetail ul , 
    .box-newsdetail .sbox-newsdetail ol {
		margin-bottom: 15px;
	}
}


/* -------------------------------------- 
   side
 -------------------------------------- */
/* side カテゴリ -------------------- */
.col-newscat .cnav-box .nav-list > li a {
    display: block;
	position: relative;
	padding: 10px;
    transition: opacity .3s ease;
}
.col-newscat .cnav-box .nav-list > li a.current {
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #9b7d2e;
    background: none;
}
.col-newscat .cnav-box .nav-list > li a.current:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 2px;
    background: #9b7d2e;
    content: "";
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .col-newscat .cnav-box .nav-list > li a:hover {
        opacity: 0.7;
    }
}
@media (max-width: 991px) {
    .col-newscat .cnav-box .nav-list > li {
        display: inline-block;
    }
    .col-newscat .cnav-box .nav-list > li a.current:before {
        content: none;
    }
}
@media (max-width: 480px) {
    .col-newscat .cnav-box .nav-list {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
    }
    .col-newscat .cnav-box .nav-list > li {
        display: block;
        width: 50%;
        border-bottom: 1px solid #ccc;
    }
    .col-newscat .cnav-box .nav-list > li a.current:before {
        content: "";
    }
}


/* side 共通 -------------------- */
.snav-box {
    width: 100%;
}
.snav-box .rside-title {
    color: #999;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
}
.snav-box .nav-list > li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.snav-box .nav-list > li a {
    display: block;
	position: relative;
	padding: 10px 30px 10px 0; 
}
.snav-box .nav-list > li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: translate(-50%,-50%) rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all .3s ease-out;
}
.snav-box .nav-list > li a:hover {
    opacity: 0.7;
}
.snav-box .nav-list > li a:hover::before {
    right: 2px;
}
.snav-box .nav-list > li a > span {
    transition: all .3s ease-out;
}

/* side_新着情報 -------------------- */
#r-latest .nav-list .r-latestpost a .t-date {
    display: inline-block;
	color: #999;
	padding-right: 10px;
    letter-spacing: 0.025em;
}
#r-latest .nav-list .r-latestpost a .t-cat {
	display: inline-block;
    padding: 0 20px;
    border-radius: 4px;
    letter-spacing: 0.025em;
    background: #e6e6e6;
    line-height: 1.2;
}
#r-latest .nav-list .r-latestpost a .rtxt-latestpost {
    transition: all .3s ease-out;
}


/* side_アーカイブ -------------------- */
.list-archive > .acv_Y,
.list-archive .arc_month .acv_M {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.list-archive > .acv_Y > a {
	display: block;
    position: relative;
	padding: 10px 30px 10px 0;
}
.list-archive > .acv_Y > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background-color: #999;
    transform: translate(-50%,-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    transition: all .2s linear;
}
.list-archive > .acv_Y > a:after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #999;
    transform: translate(-50%,-50%);
    position: absolute;
    right: 5px;
    top: 50%;
    transition: all .2s linear;
}
.list-archive > .acv_Y > a.open::before {
    transform: translate(-50%,-50%) rotate(90deg);
    transform-origin: center;
}
.list-archive .arc_month .acv_M > a {
    padding-left: 1.3em;
}


