@charset "utf-8";
/* --------------------------------------
    news style
 -------------------------------------- */
/* --------------------------------------
    一覧・詳細 共通
 -------------------------------------- */
.col-news {
    width: 75%;
    padding-right: 60px;
    order: 1;
}
.col-newslist {
    width: 25%;
    order: 2;
}
@media (max-width: 991px) {
    .col-news {
        width: 100%;
        padding-right: 0;
        order: 1;
    }
    .col-newslist {
        width: 100%;
        order: 2;
    }
}

/* --------------------------------------
    一覧（テキストリスト）
 -------------------------------------- */
.txt-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.txt-list .sbox-news {
	width: 100%;
    border-top: 1px solid #cbcbcb;
}
.txt-list .sbox-news:last-child {
	/* border-bottom: 1px solid #cbcbcb; */
}
.txt-list .sbox-news .cont-box {
    width: 100%;
	display:  block;
    transition: all .3s ease-out;
}
.txt-list .sbox-news.has-thumb .cont-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.txt-list .sbox-news .cont-box:hover {
    opacity: 0.9;
}
.txt-list .sbox-news .cont-box .thumbnail {
    overflow: hidden;
}

/* サムネイル画像 -------------------- */
.txt-list .sbox-news .cont-box .thumbnail {
	width: 30%;
}
.txt-list .sbox-news .cont-box .thumbnail .photo-wrap {
    display: block;
    transition: all .3s ease-out;
}
.txt-list .sbox-news .cont-box .thumbnail .photo-wrap img {
    display: block;
    width: 100%;
    height: auto;
    background-position: center 50%;
    background-size: cover;
}

@media (max-width: 767px) {
	.txt-list .sbox-news .cont-box .thumbnail {
		width: 100%;
        margin-top: 15px;
	}
}

/* カテゴリ・日付・タイトル -------------------- */
.txt-list .sbox-news .txt-area {
}
.txt-list .sbox-news.has-thumb .txt-area {
	width: 70%;
	padding-right: 5%;
}
.txt-list .sbox-news .txt-area .upper-stage {
    padding-bottom: 10px;
}
.txt-list .sbox-news .txt-area .upper-stage .t-cat {
}
.txt-list .sbox-news .txt-area .upper-stage .t-date {
    /* color: #999; */
	display: inline-block;
	padding-right: 40px;
}

@media (max-width: 767px) {
	.txt-list .sbox-news.has-thumb .txt-area {
		width: 100%;
		padding-right: 0;
	}
}
@media (max-width: 480px) {
    .txt-list .sbox-news .txt-area .upper-stage .t-date {
        padding-right: 20px;
    }
}



/* --------------------------------------
    一覧（サムネイルリスト）
 -------------------------------------- */
.col-news .thum-list {
    width: 102%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 0 -1%;
}
.col-news .thum-list .sbox-news {
    width: calc(100% / 3);
    padding-left: 1%;
    padding-right: 1%;
}
.col-news .thum-list .sbox-news .cont-box {
    width: 100%;
	display: block;
    transition: all .28s ease-out;
}
.col-news .thum-list .sbox-news .cont-box:hover {
    opacity: 0.9;
}

@media (max-width: 1023px) {
    .col-news .thum-list .sbox-news {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .col-news .thum-list .sbox-news {
        width: 100%;
    }
}

/* サムネイル画像 -------------------- */
.thum-list .cont-box .photo-wrap {
    overflow: hidden;
    display: block;
}
.thum-list .cont-box .photo-wrap img {
    display: block;
    width: 100%;
    transition: all .28s ease-out;
}
.thum-list .cont-box:hover .photo-wrap img {
    transform: scale(1.03);
}
/* サムネイル画像がないとき */
.thum-list .cont-box .photo-wrap.no-img {
    background: #ebebeb;
}
.thum-list .sbox-news .t-datecont-box .photo-wrap.no-img img {
    background-image: url(../img/news/no-img.svg);
    background-position: center  50%;
    background-repeat: no-repeat;
    background-size: 55%;
    opacity: 0.15;
}

/* カテゴリ・日付・タイトル -------------------- */
.thum-list .sbox-news .txt-area {
    padding: 10px 0;
}
.thum-list .sbox-news .txt-area .upper-stage {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    padding-bottom: 10px;
}
.thum-list .sbox-news .txt-area .upper-stage .t-cat {
    vertical-align: middle;
	padding: 1px 10px;
	line-height: 1.6;
}
.thum-list .sbox-news .txt-area .upper-stage .t-date {
    /* color: #999; */
}

@media (max-width: 640px) {
    .thum-list .sbox-news .txt-area {
        padding: 10px 0;
    }

}

/* --------------------------------------
   一覧スライダー ※一覧（サムネイルリスト）に追記
 -------------------------------------- */
.sec-newsslider .col-news {
    width: 100%;
    padding-right: 0;
	position: relative;
}
.sec-newsslider .col-news .news-wrap {
    margin: 0;
}
.sec-newsslider .col-news .news-wrap .sbox-news {
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
}
@media (max-width: 576px) {
	.sec-newsslider .col-news .news-wrap .sbox-news {
	    padding-left: 0;
	    padding-right: 0;
	}
}
/* 矢印スタイル */
.news-slider-arrows {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.news-slider-arrows .arrow {
	width: 60px;
	height: 60px;
	background-color: #cbcbcb;
	position: absolute;
	cursor: pointer;
}

@media (max-width: 576px) {
	.news-slider-arrows .arrow {
		width: 45px;
		height: 45px;
	}
}
.news-slider-arrows .arrow.slick-disabled {
	display: none !important; /* js制御 */
}
.is-left .arrow {
	top: 0;
	left: 0;
}
.is-right .arrow {
	top: 0;
	right: 0;
}
.news-slider-arrows .arrow:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: left ease 0.28s;
}
.is-left .arrow:before {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.is-right .arrow:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%,-50%) rotate(45deg);
}
.is-left:hover .arrow:before {
	left: 40%;
}
.is-right:hover .arrow:before {
	left: 60%;
}


/* --------------------------------------
   詳細
 -------------------------------------- */
.box-newsdetail .ttl-newsdetail  {
    border-bottom: 1px solid #cbcbcb;
}
.box-newsdetail .sbox-newsdetail {
    /* border-bottom: 1px solid #cbcbcb; */
  }
.box-newsdetail .ttl-newsdetail .date-cate  {
	position: relative;
    width: 100%;
}
.box-newsdetail .ttl-newsdetail .date-cate .t-cat {
	display:  inline-block;
}
.box-newsdetail .ttl-newsdetail .date-cate .t-date {
    display:  inline-block;
    /* color: #a2a2a2; */
	padding-right:  10px;
}

.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 ,
.box-newsdetail .sbox-newsdetail ul ,
.box-newsdetail .sbox-newsdetail ol {
	margin-bottom: 20px;
}
.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: #003399;
	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 共通 -------------------- */
.snav-box {
    width: 100%;
}
.snav-box .rside-title {
    /* color: #999; */
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
}
.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 #cbcbcb;
    border-right: 1px solid #cbcbcb;
    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;
}
#r-latest .nav-list .r-latestpost a .t-cat {
	display: inline-block;
}
#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: #cbcbcb;
    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: #cbcbcb;
    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;
}
