@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* news index
-------------------------------------------------------------------------------------------------------------------------------*/
main#news .news_list > ul > li{
	display: flex;
	padding: 15px 0;
}
main#news .news_list > ul > li .icon{
	width: 90px;
	height: 22px;
	background: #4D4D4D;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
}
main#news .news_list > ul > li .date{
	padding: 0 20px;
	width: 8.2em;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #999999;
	border-right: 1px solid #E5E5E5;
}
main#news .news_list > ul > li .txt{
	flex: 1;
	padding: 0 0 0 20px;
	font-size: 16px;
}
main#news .news_list > ul > li .txt a:hover{
	text-decoration: underline;
}
@media screen and (max-width:767px) {
	.news .content{
		width: 100%;
		padding: 40px 25px;
	}
	main#news .news_list > ul > li{
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
	}
	main#news .news_list > ul > li .date{
		width: auto;
		font-size: 14px;
		border-right: none;
	}
	main#news .news_list > ul > li .txt{
		flex: none;
		width: 100%;
		padding: 5px 0 0;
		font-size: 16px;
	}
}

/* pagination */
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 0;
}
.pagination > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
}
.pagination > ul > li{
	display: block;
	margin: 0 1px;
}
.pagination > ul > li a{
	display: block;
	width: 36px;
	height: 36px;
	background: #FFF;
	text-align: center;
	line-height: 36px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.pagination > ul > li.current a{
	background: #F0F0F0;
}
.pagination > p{
	display: inline-block;;
}
.pagination > p a{
	display: block;
	width: 26px;
	padding: 10px;
	font-size: 0;
}
.pagination .prev.disabled{
	display: none;
}
.pagination .next.disabled{
	display: none;
}
	


/*-------------------------------------------------------------------------------------------------------------------------------
* news detail
-------------------------------------------------------------------------------------------------------------------------------*/
/* news_title */
.news_detail .news_title ul{
	display: flex;
}
.news_detail .news_title ul li.icon{
	width: 90px;
	height: 22px;
	background: #4D4D4D;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
}
.news_detail .news_title ul li.date{
	width: 120px;
	padding: 0 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #999999;
}
.news_detail .news_title h2{
	font-size: 23px;
	font-weight: bold;
	padding: 15px 0 40px;
}
@media screen and (max-width:767px) {
	.news_detail .news_title ul li.date{
		width: auto;
		font-size: 14px;
	}
	.news_detail .news_title h2{
		font-size: 20px;
		padding: 10px 0 30px;
	}
}

/* news_content */
.news_detail .news_content a{
	text-decoration: underline;
}
.news_detail .news_content a:hover{
	text-decoration: none;
}

/* page_nav */
.news_detail .page_nav {
	padding: 80px 0 0;
}
.news_detail .page_nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_detail .page_nav ul li{
	margin: 0 20px;
}
.news_detail .page_nav ul li.prev,
.news_detail .page_nav ul li.next{
	width: 9px;
	line-height: 0;
}
@media screen and (max-width:767px) {
	.news_detail .page_nav {
		padding: 50px 0;
	}
}

/* rich-editor */
#news .news_detail .news_content h1 {
    font-size: 28px;
    margin: 40px auto 16px;
}

#news .news_detail .news_content h2 {
    font-size: 24px;
    /* margin: 40px auto 16px; */
	margin: 15px 0 40px;
}

#news .news_detail .news_content h3 {
    /* font-size: 20px; */
	font-size: 19px;
    margin: 40px auto 16px;
}

#news .news_detail .news_content h4 {
    /* font-size: 16px; */
	font-size: 100%;
    /* margin: 40px auto 16px; */
	margin: 0 auto;
}

#news .news_detail .news_content h5 {
    font-size: 12px;
    margin: 40px auto 8px;
}

#news .news_detail .news_content p {
    font-size: 14px;
    /* margin: 8px auto 16px; */
	margin: 0 auto;
}

#news .news_detail .news_content code {
    display: inline-block;
    background-color: #21213b;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 0 4px;
}

#news .news_detail .news_content hr {
    margin: 40px 0;
}

#news .news_detail .news_content blockquote {
    border-left: 2px solid #ccccd9;
    padding: 16px 0 16px 24px;
    margin: 40px 0;
}

#news .news_detail .news_content blockquote > *:first-child {
    margin-top: 0;
}

#news .news_detail .news_content blockquote > *:last-child {
    margin-bottom: 0;
}

#news .news_detail .news_content pre {
    background: #21213b;
    color: #ffffff;
    line-height: 1.5;
    white-space: pre-wrap;
    border-radius: 4px;
    padding: 16px 24px;
    overflow: visible;
}

#news .news_detail .news_content pre code {
    font-family: Source Code Pro, monospace;
    white-space: pre-wrap;
    line-height: 1.5;
}

#news .news_detail .news_content table {
    table-layout: fixed;
	width: fit-content;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    white-space: pre-wrap;
    margin: 40px auto;
}

#news .news_detail .news_content table img {
	width: 100%;
	max-width: 100%;
    height: auto;
}

#news .news_detail .news_content table *:first-child {
    margin-top: 0;
}

#news .news_detail .news_content table *:last-child {
    margin-bottom: 0;
}

#news .news_detail .news_content table th {
    width: 246px;
    background-color: #f8f9fd;
    word-break: break-all;
	vertical-align: top;
    border: 1px solid #ccccd9;
    padding: 8px 16px;
}

#news .news_detail .news_content table td {
    width: 246px;
    word-break: break-all;
    border: 1px solid #ccccd9;
    padding: 8px 16px;
}

@media screen and (max-width: 767px) {
    /* #news .news_detail .news_content table th,
	#news .news_detail .news_content table td {
		display: block;
		width: 100%;
	} */
	#news .news_detail .news_content table img{
		display: block;
		margin: 0 auto;
	}
}

#news .news_detail .news_content ul {
    padding-left: 16px;
    margin: 24px auto;
}

#news .news_detail .news_content ul > li {
    list-style: disc;
}

#news .news_detail .news_content ol {
    padding-left: 16px;
    margin: 24px auto;
}

#news .news_detail .news_content ol > li {
    list-style: decimal;
}

#news .news_detail .news_content a {
    color: #563bff;
    text-decoration: underline;
}

#news .news_detail .news_content a:hover {
    text-decoration: none;
}

#news .news_detail .news_content a:hover u {
    text-decoration: none;
}

#news .news_detail .news_content figcaption {
    color: #68688a;
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
}

#news .news_detail .news_content img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
    /* テーブルは横スクロールさせる形へ変更 */
    #news .news_detail .news_content .table-wrapper{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


