/* PDF */
.l__pagemain__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.l__pagemain .linkbtn {
    width: 98.5px;
    color: #fff;
    padding: 0;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    margin-left: auto;
    background-color: #2a95b4;
}
@media screen and (min-width: 560px) {
	.l__pagemain__head {
        align-items: center;
        flex-direction: row;
        margin-bottom: 40px;
    }
    .l__pagemain .linkbtn {
        width: 160px;
        height: 47px;
        font-size: 18px;
    }
}
.l__pagemain .pagemain__ttl {
    line-height: 1.45;
    margin-top: 15px;
    margin-bottom: 32px;
}

.l__pagemain > p {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1.8571;
}
@media screen and (min-width: 560px) {
	.l__pagemain .pagemain__ttl {
        margin: 0;
    }
    .l__pagemain > p {
        font-size: 18px;
        line-height: 1.77;
    }
}

/*コンテンツリスト：共通*/
.contents_disp li{
	height: 100%;
	padding-top: 13px;
	padding-left: 13px;
	padding-bottom: 29px;
	border-top: solid 21px #2a95b4;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 3px 6px #005BAA59, 1px 3px 6px #005BAA58;
	border-radius: 9px;
}
.contents_disp li .flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: flex-start;
}
.contents_disp li .flex img{
	width: 131px;
}
.contents_disp li .flex .text{
	padding: 0px 13px;
	margin: auto 0;
}
.contents_disp a:hover{
	opacity: 0.7;
}
.contents_disp li .flex h2{
	font-size: 14px;
	text-align: left;
}
.contents_disp li .flex .date{
    font-size: 12px;
    margin-top: 17px;
}

@media screen and (min-width: 560px) {
	/*バックナンバー*/
	.other_contents{
		margin-top: 80px;
		margin-bottom: 100px;
	}
	.other_contents li{
		margin-bottom: 50px;
	}
	.other_contents li.list_last{
		margin-bottom: 83px;
	}

	/*コンテンツリスト：共通*/
	.contents_disp{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 40px;
	}
	.contents_disp a{
		width: 500px;
		display: inline-block;
	}
	.contents_disp li{
		width: 100%;
		padding: 20px;

		/* height: 270px;
		padding-left: 37px;
		padding-top: 23px;
		padding-bottom: 0px; */
		border-top: solid 36px #2a95b4;
	}
	.contents_disp li .flex{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.contents_disp li .flex img{
		width: 180px;
		height: 173px;
	}
	.contents_disp li .flex .text{
		padding: 0;
		padding-left: 20px;
		margin: auto 0;
	}
	.contents_disp a:hover li{
	}
	.contents_disp li .flex h2{
		font-size: 20px;
	}
	.contents_disp li .flex .date{
		font-size: 18px;
		margin-top: 15px;
	}
	.detail{
		overflow-wrap: anywhere;
		word-wrap: anywhere;
	}

	.profbox{
		margin-top: 90px;
	}
}
.img_box_mg{
	margin: 25px 0;
}
.img_box img{
	margin: auto;
}
.l__content h2 {
    font-size: 18px;
    line-height: 1.444;
    color: #2a95b4;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 27px;
    font-weight: 500;
    margin-top: 70px;
}
.l__content h2::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #2a95b4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.l__content h3 {
    color: #2a95b4;
    font-size: 14px;
    margin-bottom: 10px;
}
.l__content p {
	color: #6c6c6c;
    margin-bottom: 25px;
	font-size: 14px;
}
.bule_color{
    color: #2a95b4 !important;
}
.l__bdb{
	border: solid 1px #2a95b4;
	padding: 20px;
}
/* テーブル　*/
.table_box{
    border-collapse: collapse;	
}
.table_box tbody{
	color: #6c6c6c;
}
.table_box tbody td {
    font-size: 14px;
    line-height: 1.428;
    border: 1px solid #b0b0b0;
    white-space: normal;
}
.table_box tbody td.left{
	vertical-align: top;
	background-color: #2a95b4;
    color: #fff;
	min-width: 250px;
    border: 1px solid #fff;
}


.img_flex_list{
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.img_flex_list p{
	margin-bottom: 0;
}
.img_flex_list:not(:last-child){
	margin-bottom: 1rem;
}

/* SP版 */
@media screen and (max-width: 559px) {
	.table_scroll_box{
		overflow-x: scroll;
	}
	.table_scroll_box table.table_sp200{
		width: 200%;
	}
	.table_box tbody th, 
	.table_box tbody td {
		padding: 12px 16px;
	}
}

@media screen and (min-width: 560px) {
    .l__content h2 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 27px;
        margin-top: 118px;
    }
	.l__content h2:first-child{
        margin-top: 0px;
	}
	.l__content h2.mg_top60{
		margin-top: 60px;
	}
	.l__content h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
	.l__content p {
		font-size: 18px;
    }

	/* テーブル　*/
	.table_box{
		border-collapse: collapse;	
	}
	.table_box tbody{
		color: #6c6c6c;
	}
	.table_box tbody th,
	.table_box tbody td {
        font-size: 18px;
    }
	.table_box tbody td {
		padding: 14px 27px;
        line-height: 1.777;
        font-weight: 300;
	}
}

/* 参考文献 */
.literature_box{
	padding: 30px 30px;
	border: 1px solid #2a95b4;
	color: #6c6c6c;
	margin-top: 3rem;
	font-size: 12px;
}
.literature_box table tr {
    vertical-align: top;
}

@media screen and (min-width: 560px) {
	.literature_box{		
        font-size: 16px;
	}
}