/* お知らせ */

.c-tabs .c-tab_cnt {
    padding-bottom: 0;
}

.content_clm.infomation,
.content_clm.movie {
	margin-bottom: 100px;
}

.content_clm{
    display: inherit;
}

.content_clm .content_main{}

.content_clm .nav_side{}

@media print, screen and (min-width:768px){
    .content_clm > div:not(.pb-handle){
        max-width: 1276px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.content_clm > div:not(.pb-handle):after {
		display: none;
	}

    .content_clm > div:not(.pb-handle) .content_main{
        width: 87.07%;
    }

    .content_clm > div:not(.pb-handle) .nav_side{
        width: 9.46%;
    }
}

@media screen and (max-width:767px){
    .content_clm > div:not(.pb-handle) .content_main{
        width: 100%;
    }
}
.article_date_wrap {
	display: inherit;
}
.article_date_wrap > div:not(.pb-handle) {
	display: flex;
}

.nav_side,
.nav_side_inner,
.nav_side_block,
.nav_side_cnt {
	overflow: inherit;
}

.c-tab_cnt .info_list {
    border-top: none;
    margin-bottom: 0;   
}

/*-------------------------------------------

news カテゴリブロック対応

-------------------------------------------*/

.info_list table tr {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.info_list table tr a:after{
	position: absolute;
	top: 0;
    right: 0;
	content: "";
	height: 100%;
	background: url(/library/eng/common_v3/images/icon_arrow_lightgray.png) center center no-repeat;
	background-size: 100% auto;
    z-index: 1;
}

.info_list table tr td:nth-child(2){
	display: flex;
	align-items: flex-start;
}
.info_list table tr td:nth-child(1){
	font-size: 14px;
	color: #222;
}
.info_list table tr a{
    display: inline;
    color: #222;
    line-height: 1.6;
}
.info_list table tr a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.info_list .tag{
	width: 121px;
	background-color: #e6eaec;
	text-align: center;
	color: #222;
	line-height: 1;
}
.content_inner .icon_new{
	margin-top: -0.4em;
	margin-left: 0.75em;
	color: #ff0a14;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.content_inner .icon_pdf{
	width: 27px;
	height: 15px;
	margin-top: -0.2em;
	margin-left: 0.75em;
	background: url(/library/eng/common_v3/images/icon_pdf_gray.svg) center center no-repeat;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.content_inner .icon_xls{
	width: 27px;
	height: 15px;
	margin-top: -0.2em;
	margin-left: 0.75em;
	background: url(/library/eng/common_v3/images/icon_xls_gray.svg) center center no-repeat;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.info_list .info_txt .term{
	margin-bottom: 8px;
}
.info_list .info_txt .txt{
	margin-bottom: 3px;
}
.info_list .info_txt .txt,
.info_list .info_txt .txt a{
	color: #222;
}
.info_list .info_txt .term:last-of-type,
.info_list .info_txt .txt:last-of-type{
	margin-bottom: 0;
}

@media print, screen and (min-width:768px){
    .nav_side_lists {
        font-size: 16px;
    }
    .nav_side > div:not(.pb-handle) > div:not(.pb-handle),
    .nav_side_block > div:not(.pb-handle) > div:not(.pb-handle) {
        overflow: inherit;
    }
    .info_list table tr:hover:after {
        right: 15px;
    }
    .info_list table tr td:nth-child(1){
        width: auto!important;
        margin-right: 30px;
    }
	.info_list table tr {
        padding: 30.2px 60px 30.2px 0;
		display: flex;
		align-items: flex-start;
    }
	.info_list div.info_list_inner{
		padding: 24px 0;
	}
	.info_list table tr a {
        margin-left: 30px;
    }
	.info_list table tr a:hover {
        color: #1ba1e6;
        text-decoration: none;
    }
    .info_list table tr a:after{
		width: 29px;
		right: 20px;
		transition: right .2s;
	}
	.info_list table tr a:hover:after{
		right: 15px;
	}
}
@media screen and (max-width:767px){
    .info_list table tr {
        display: block;
        padding: 17px 40px 17px 7px;
    }
    .info_list table tr a:after {
        width: 20px;
        right: 10px;
    }
    .info_list table tr td:nth-child(1) {
        display: block;
        width: 100%;
    }
    .info_list table tr td:nth-child(2) {
        display: block;
    }
    .info_list table tr td img{
        position: absolute;
        top: 17px;
        left: 110px;
    }
	.info_list table tr a {
        display: inline-block;
        margin: 0;
    }
	.info_list table tr a {
        display: inline-block;
        margin: 10px 0 0;
    }

    .nav_side_block.sp_only {
        position: relative;
    }
    select.nav_side_lists {
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #dddddd;
        padding: 15px 35px 15px 20px;
        box-shadow: none;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        outline: none;
        display: block;
        font-weight: bold;
    }
    .nav_side_block.sp_only:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        top: 22px;
        right: 15px;
        position: absolute;
        border-top: 2px solid #ff0a14;
        border-right: 2px solid #ff0a14;
        transform: rotate(135deg);
    }

}