/* リスト　*/

#news_list{
	margin: 140px 0 100px 0;
}

.news{
	width: 100%;
	border-bottom: solid 1px #c3c3c3;
}

.news a{
	color: #242424;
	display: flex;
	padding: 25px;
}
.newsflex{
	display: flex;
	padding: 25px;
}
.news_date{
	width: 17%;
	font-weight: bold;
	color: #787878;
	font-size: 14px;
	text-align: left;
}
.news_title{
	position: relative;
	width: 83%;
	text-align: left;
}
.news_title h3{
	font-size: 17px;
	line-height: 160%;
	width: 85%;
}

.arrow1{
    width: 9px;
    height: 9px;
    border-top: 2px solid #5cad86;
    border-right: 2px solid #5cad86;
    transform: rotate(45deg);
    transition:.2s;
    margin-right: 6px;
    margin-top: -9px;
    position: absolute;
    right: 15px;
    top:50%;
}
a:hover .arrow1{
    margin-right: 0px;
}


p.continued{
	text-align: right;
	margin: 60px 0 80px 0;
	font-size: 15px;
}
p.continued a{
	background-color: #5cad86;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 5px;
	color: #fff;
}
p.continued a:hover{
	background-color: #8ed7b4;
}


#year_link{
	margin: 50px 0;
}

#year_list{
	display: flex;
	flex-wrap: wrap;
}
#year_list li{
	width: 19%;
	margin-bottom: 8px;
	margin-right: 1%;
}
#year_list li a{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	background-color: #5cad86;
	padding: 5px 0;
	border-radius: 5px;
}
#year_list li a:hover{
	background-color: #78bb9b;
}
.year_bar{
	width: 100%;
	background-color: #5cad86;
	padding: 8px 0;
	margin-bottom: 25px;
	margin-top: 80px;
}
.year_bar h3{
	font-weight: bold;
	font-size: 17px;
	margin-left: 20px;
	color: #fff;
}


@media screen and (max-width:640px) {
	
#news_list{
	margin: 80px 0 50px 0;
	display: block;
}

.news a{
	display: block;
	padding: 15px;
}
.newsflex{
	display: block;
	padding: 15px;
}
.news_date{
	width: 80%;
	font-size: 13px;
	margin-bottom: 10px;
}
.news_title{
	width: 100%;
}
.news_title h3{
	font-size: 15px;
	width: 88%;
}
.arrow1{
    margin-right: 0px;
    right: 0px;
}
p.continued{
	text-align: center;
	margin: 50px 0 60px 0;
	font-size: 14px;
}


#year_link{
	margin: 35px 0;
}

#year_list{
	display: flex;
	flex-wrap: wrap;
}
#year_list li{
	width: 48%;
	margin-bottom: 8px;
	margin-right: 4%;
}
#year_list li:nth-child(even){
	margin-right: 0%;
}
#year_list li a{
	font-size: 14px;
}
.year_bar{
	margin-bottom: 20px;
	margin-top: 60px;
}

}




/* 個別ページ　*/

#news_page{
	margin: 70px 0 160px 0;
}
#news_top{
	margin-bottom: 60px;
}
#news_top h2{
	font-weight: bold;
	font-size: 23px;
	padding-bottom: 15px;
	border-bottom: solid 1px #afafaf;
	line-height: 150%;
}
#news_top #column_title{
	font-weight: bold;
	font-size: 23px;
	padding-bottom: 15px;
	border-bottom: solid 1px #afafaf;
	line-height: 150%;
}
#news_top .news_page_date{
	font-weight: bold;
	color: #787878;
	font-size: 14px;
	text-align: right;
	margin-top: 25px;
}

#news_contents{
	margin: 0px 0 160px 0;
}
#news_contents p{
	margin: 20px 0 30px 0;
}
#news_contents p strong{
	font-weight: bold;
}
#news_contents h2{
	margin: 90px 0 40px 0;
	font-weight: bold;
	font-size: 19px;
	border-left: solid 7px #5cad86;
	padding: 5px 0 5px 23px;
	line-height: 150%;
}
#news_contents h4{
	margin: 70px 0 25px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}
#news_contents h3{
	margin: 70px 0 25px 0;
	font-weight: bold;
	font-size: 19px;
	color: #5cad86;
	line-height: 150%;
}
#news_contents h5{
	margin: 70px 0 25px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	border-bottom: solid 1px #363636;
	padding-bottom: 5px;
}
#news_contents h6{
	margin: 65px 0 20px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}

/* 202406追加 start */
#news_contents ul {
	list-style: disc;
	margin-left: 20px;
}
#news_contents ol {
	list-style: decimal;
	margin-left: 20px;
}
#news_contents ol strong{
	font-weight: bold;
}
/* 202406追加 end */

table{
	border-top: solid 1px #949494;
	border-right: solid 1px #949494;
	margin: 20px auto;
}
table td,table th{
	border-bottom: solid 1px #949494;
	border-left: solid 1px #949494;
	padding: 8px 15px;
	vertical-align: middle;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

table.tbl_topic1 tr td:nth-child(1){
	width:20%;
	background-color: #fbfbfb;
}

figcaption{
	font-size: 13px;
	text-align: center;
	margin-bottom: 40px;
}

.wp-block-button a:hover{
	background-color: #f2a539;
}

table thead th{
	background-color: #ebebeb;
	font-weight: bold;
}
#ez-toc-container a:visited,#ez-toc-container a:active{
	color: #444;
}

/*動画*/
.is-type-video {
	width: 100%;
	max-width: 720px;
	margin: 1em auto 2em auto;
}

.is-type-video .wp-block-embed__wrapper{
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.is-type-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width:640px) {
#news_page{
	margin: 30px 0 70px 0;
}
#news_top{
	margin-bottom: 30px;
}
#news_contents{
	margin: 0px 0 100px 0;
}
#news_top h2{
	font-size: 19px;
}
#news_top #column_title{
	font-size: 19px;
}
#news_contents p{
	font-size: 15px;
	line-height: 170%;
}
#news_contents h2{
	margin: 50px 0 25px 0;
	font-size: 18px;
	padding: 3px 0 3px 20px;
}
#news_contents h4{
	margin: 45px 0 18px 0;
	font-weight: bold;
}
#news_contents h3{
	margin: 45px 0 18px 0;
	font-size: 18px;
}
#news_contents h5{
	margin: 45px 0 18px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	border-bottom: solid 1px #363636;
	padding-bottom: 5px;
}
#news_contents h6{
	margin: 40px 0 17px 0;
	font-weight: bold;
	font-size: 18px;
}

table.tbl_topic1 tr td,table.tbl_topic1 tr td:nth-child(1){
	width:auto;
	display: block;
}
table td,table th{
	padding: 8px 5px;
}

}


/* テーブルのスクロール_202404追加　*/
@media screen and (max-width:1200px) {
.scroll_area{
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
    margin-top: -20px;
}
.scroll_area::-webkit-scrollbar{
    height: 10px;
}
.scroll_area::-webkit-scrollbar-track{
    background: #f1f1f1;
}
.scroll_area::-webkit-scrollbar-thumb{
    background: #bbb;
}
}


/* 目次　*/

div#ez-toc-container{
	padding: 0;
	display: flex;
    flex-wrap: wrap;
}
#news_contents div#ez-toc-container .ez-toc-title{
	display: table;
	width: 34%;
	margin: 25px;
}
div#ez-toc-container ul li{
	margin-bottom: 10px;
	counter-increment: item;
}
#news_contents #ez-toc-container label {
	margin: 25px;
    text-align: right;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
#ez-toc-container.counter-hierarchy ul{
	margin: 10px 25px;
}
@media screen and (max-width:640px) {
#news_contents div#ez-toc-container .ez-toc-title{
	margin: 18px;
	width: 27%;
}
#news_contents #ez-toc-container label {
	margin: 18px;
}
#ez-toc-container.counter-hierarchy ul{
	margin: 10px 18px;
}
}

/* 再利用ブロック：コラムページCTA（目次直下）202409追加　*/
#cta_block{
  text-align: center;
  margin: 30px 0;
}
#cta_block p{
  font-size: 15px;
  font-weight: bold;
  margin: auto;
}
#cta_block a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ed832e;
    border-radius: 5px;
    display: block;
	margin: 0 auto;
	padding: 18px 0;
	width: 500px;
}
#cta_block a:hover{
    background-color: #f39448;
}
#cta_block a.shiryo span{
	background-image: url(../img/common/icon_shiryo.png);
	padding: 20px 0 20px 45px;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

@media screen and (max-width:767px) {
#cta_block{
  margin: 0 0 20px 0px;
}
#cta_block p{
    font-size: 14px;
}
#cta_block a{
	font-size: 15px;
	width: 100%;
    letter-spacing: 0.001em;
}
#cta_block a.shiryo span{
	background-size: 25px auto;
	padding: 20px 0 20px 35px;
}
}

@media screen and (max-width:410px) {
#cta_block a{
	font-size: 13.5px;
	width: 100%;
    letter-spacing: 0.001em;
}
#cta_block a.shiryo span{
	background-size: 23px auto;
	padding: 20px 0 20px 30px;
}
}

/* その他　読み物　*/
body {
	counter-reset: h2-cnt;
}
.other #news_contents h2{
	counter-reset: h3-cnt;
}
.other #news_contents h2::before {
	counter-increment: h2-cnt;
	content: counter(h2-cnt) ". ";
}
.other #news_contents h3{
	counter-reset: h4-cnt;
}
.other #news_contents h3::before {
	counter-increment: h3-cnt;
	content: counter(h2-cnt) "." counter(h3-cnt)". ";
}
.other #news_contents h4::before {
	counter-increment: h4-cnt;
	content: counter(h2-cnt) "." counter(h3-cnt) "." counter(h4-cnt) ". ";
}
div#ez-toc-container ul li::before {
	/* counter-increment: item; */
	content: counter(item) ". ";
}

/* その他　読み物 再利用ブロック：資料請求　*/
#news_contents .orange-background-color {
    background-color: #ed832e;
}
#news_contents .brown-background-color {
    background-color: #c26110;
}
#news_contents .red-background-color {
    background-color: #d83800;
}
#news_contents .cta-box {
	display: flex;
	justify-content: center;
}
#news_contents .wp-block-button {
	margin: 0px 13px;
}
#news_contents .wp-block-button a:hover {
	background-color: #f2a539;
}

@media screen and (max-width:740px) {
#news_contents .wp-block-button {
	margin: 0px auto;
}
}
@media screen and (max-width:670px) {
#news_contents .wp-block-button {
	margin: 0px 4px;
}
#news_contents .sp_btn {
	padding: 13px 22px;
}
}
@media screen and (max-width:415px) {
#news_contents .sp_btn {
	padding: 13px 12px;
}
}