@charset "UTF-8";
section{
    width: 90%;
    margin: 0 auto;
}
.sidemenu{
    width: 130px;
    text-align: center;
}
.title_large{
    font-size: 2.9rem;
    margin: 1em 0;
}
.fnt13{
    font-size: 1.3rem;
    margin: 1em 0;
}
.sidemenu .category_menu{
    padding: 0;
    font-size: 1.7rem;
}
.sidemenu .category_menu li{
    margin-bottom: 1em;
}
.sidemenu .category_menu li a{
    margin-bottom: 1em;
}
.sidemenu .category_menu li a{
    text-decoration: none;
    position: relative;
}
.sidemenu .category_menu li a::after{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.sidemenu .category_menu li a:hover::after{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
/*本文*/
.contents_wrap{
    width: 80%;
    max-width: 1178px;
    margin: 0 auto;
}
.contents_wrap .category_name,
.contents_wrap .date{
    display: inline-block;
    font-size: 1.5rem;
}
.contents_wrap .category_name::after{
    content: "";
    display: inline-block;
    height: 20px;
    width: 1px;
    background: #BFBFBF;
    transform: rotate(15deg);
    margin: -4px 20px;
}
.contents_wrap .news_title{
	font-family: "FP-HiraKakuProN-W6";
	font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.18px;
    line-height: 1.5;
    margin: 2em 0 1em;
}
.contents_wrap .news_sub_title{
	font-family: "FP-HiraKakuProN-W6";
    font-size: 1.6rem;
    letter-spacing: 0.18px;
    line-height: 1.5;
    margin: 2em 0 1em;
}
.news_body{
    border-top: 1px solid #BFBFBF;
    margin-top: 45px;
    padding-top: 50px;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
}
.news_body p{
    line-height: 1.7;
    margin: 1.5em 0;
    word-break: break-all;
    white-space: pre-wrap;
}
.news_body hr{
	border: 0;
    border-top: 2px solid #d3d3d3;
}
.news_body img{
    max-width: 100%;
    height: auto;
}
.news_body .img_box{
    width: 100%;
    margin-bottom: 95px;
}
.news_body .img_box img{
    width: 100%;
}
.news_body .column2{
    display: flex;
}
.news_body .column2 .img_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    width: 50%;
    padding-right: 26px;
    box-sizing: border-box;
}
.news_body .column2 .img_wrap > div{
    width: 50%;
    max-width: 294px;
    height: 344px;
}
.news_body .column2 .img_wrap > div > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news_body .column2 .text_box{
    width: 50%;
    padding-left: 26px;
    box-sizing: border-box;
}
.mt_ {
	margin-top:-4%;
}
.mt_200 {
	margin-top: 200px;
}

.news_body table.tbl-scroll{
    max-width: 100%;
    height: 100%!important;
    display: block;
}
.news_body table.tbl-scroll tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.news_body table.tbl-scroll td,
.news_body table.tbl-scroll th{
    padding: 5px;
    text-align: center;
}
.news_body table p{
    margin-bottom: 0;
    white-space: nowrap;
}
.news_body table img{
    display: inline-block;
    max-width: unset;
    padding: 10px;
}
.news-copyright{
    color: #BFBFBF;
    text-align: center;
    font-size: 1.2rem;
}
@media (max-width: 767px) {
    .contents_wrap{
        width: 90%;
    }
	.sidemenu {
		display: none;
	}
    .contents_wrap .category_name,
    .contents_wrap .date {
        font-size: 1.3rem;
    }
    .contents_wrap .category_name::after{
        margin: -4px 10px;
    }
    .contents_wrap .news_title{
        font-size: 1.7rem;
    }
	.contents_wrap .news_sub_title{
        font-size: 1.5rem;
    }
    .news_body{
        padding-top: 30px;
        margin-top: 20px;
        font-size: 1.3rem;
    }
    .news_body img{
        margin: 0 auto;
        display: block;
    }
    .news_body .img_box {
        margin: 15px 0;
    }
	.news_body .column2 {
		display: flex;
		flex-direction: column;
	}
	.news_body .column2 .img_wrap {
		width: 100%;
		padding: none;
	}
    .news_body .column2 .img_wrap > div {
        height: auto;
    }
	.news_body .column2 .text_box {
		width: 100%;
		text-align: justify;
		padding: 0;
	}
    .news_body iframe{
        max-width: 100%;
        height: auto;
        min-height: 190px;
    }
    .mt_200 {
        margin-top: 2em;
    }
    .news-copyright{
        font-size: 1rem;
    }
}