@charset "UTF-8";
/* CSS Document */

.c-breadcrumb{
	padding-top: calc(1em + 70px);
}

.under_sections {
    background: #f4f0ec;
    padding: 80px 0;
	overflow: hidden;
}
.under_inner{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;	
    text-align: left;
}
.under_sections .ttl{
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}
.under_sections .txt{
	margin-bottom: 30px;	
}
.under_sections.bg_pattern {
    background: #f4f0ec url(../image/common/bg_sections_top.png) repeat-x top center / 55px 262px;
}
@media screen and (max-width:600px) {
	.sections{
		padding: 50px 0 30px;
	}
}

span.newMark {
    display: inline-block;
    color: #fff;
    line-height: 100%;
    padding: 0.25em 0.5em;
    background: #860d87;
    font-size: 0.85em;
}
.nL_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.catName {
    line-height: 100%;
    width: 8em;
    padding: 0.3em 0;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid #860d87;
    color: #860d87;
    margin-right: 1em;
}

/*news-detail*/
#newsDetail{
}
#newsDetail #detail {
    margin: 20px 0;
}
.close {
    color: #000;
    text-align: center;
    padding: 1em;
    display: block;
    line-height: 100%;
    border: 1px solid #000;
    max-width: 260px;
    width: 100%;
    height: 3em;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 auto;
}
.close:hover {
	background: #fff;
}
.backORcloseBtn {
    margin: 30px 0;
}
#newsDetail #up_ymd {
    margin: 20px 0 0;
    font-size: 0.9em;
    line-height: 100%;
}
#newsDetail #detail {
    margin: 20px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 1em 0;
}
.detailUpfile{
	margin: 15px 0;
}
#newsDetail .detailUpfile img{
	max-width: max-content;
}
.detailUpfile a{
	text-decoration: underline;
}