@charset "utf-8";

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.news-side {
    margin: 60px 0 0;
}

.news-item {
    position: relative;
}

.news-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url(/system_panel/uploads/images/news_line.png) repeat-x center / auto;
}

.news-item:not(:first-child) {
    margin: 20px 0 0;
}

.news-link {
    display: block;
    color: inherit;
    padding: 0  15px 10px;
}

.news-link:hover {
    color: inherit;
}

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

.news-cate {
	display: flex;
	align-items: center;
	color: var(--primary);
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
}

.news-cate:before {
    content: "";
    display: block;
    max-width: 24px;
    width: 100%;
    height: 5px;
    background: url(/system_panel/uploads/images/news_category_decoration.svg) no-repeat center / contain;
    margin: 0 9px 0 0;
}

.news-date {
	display: block;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.news-flex-box {
    margin: 5px 0 0;
}

.news-title {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.33em;
	margin: 5px 0 0;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: inherit;
	padding: 0 15px 0 0;
}

.news-title:before {
    content: "";
    display: block;
    max-width: 8px;
    width: 100%;
    height: 13px;
    background: url(/system_panel/uploads/images/right_arrow_icon01_orange.svg) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

.news-detail {
    max-width: 100%;
    width: 100%;
    padding: 25px 3%;
    background: var(--white);
    border-top: solid 5px var(
    --secondary);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.news-detail-info {
    display: flex;
    align-items: center;
}

.news-detail-info .news-cate {
    flex: 1;
    margin: 0 0 0 15px;
}

.news-detail-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    margin: 15px 0 0;
    padding: 0 0 10px;
    position: relative;
}

.news-detail-title:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url(/system_panel/uploads/images/news_line.svg) center / cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-detail-img {
    margin: 20px 0 0;
}

.news-detail-img:empty {
    display: none;
}

.news-info > .news-date {
    max-width: 135px;
    width: 100%;
}

.news-content {
    margin: 15px 0 0;
    word-break: break-all;
}

.news-pdf-btn {
    margin: 20px auto 0;
}

.news-back-btn {
    margin: 25px auto 0;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-box {
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

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

.category-box > section {
    margin: 10px 0 0;
}

.category-header {
    letter-spacing: 0.05em;
    background: var(--secondary);
    color: var(
    --white);
    padding: 10px;
    border-radius: 7px;
}

.category-link {
    display: block;
    color: inherit;
    padding: 10px;
    border-bottom: solid 1px var(--grey);
    font-size: 14px;
}

.category-link:hover {
    color: var(--primary);
}

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

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.news-flex-area {
    display: flex;
    justify-content: space-between;
}
  
.news-main {
    width: 75%;
}

.news-side {
    width: 20%;
    margin: 0 0 0 5%;
}

.news-item:not(:first-child) {
    margin: 36px 0 0;
}

.news-link {
    padding: 0  30px 16px;
}

.news-flex-box {
    display: flex;
    align-items: center;
}

.news-title {
	font-size: 17px;
	margin: 0 0 0 38px;
}

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

.news-detail-title {
    font-size: 20px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.news-flex-box {
    margin: 10px 0 0;
}
	
.news-title {
	font-size: 18px;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-link {
    font-size: 16px;
}
	
/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

.news-detail {
    padding: 50px 3%;
}

.news-detail-title {
    font-size: 24px;
    margin: 20px 0 0;
    padding: 0 0 15px;
}
    
.news-pdf-btn {
    margin: 40px auto 0;
}
    
.news-back-btn {
    margin: 50px auto 0;
}

.news-detail-img {
    margin: 40px 0 0;
}
    
.news-content {
    margin: 40px 0 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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