@charset "utf-8";

.l-content .mc-name {
 margin-bottom: 5px;
 display: inline-block;
}

.l-content .search_area {
 border: 1px solid #a7a7a7;
 display: block;
 width: 86%;
 overflow: hidden;
}

.l-content .search_area_group {
 display: flex;
 margin: 0 0 10px 0;
}

.l-content .block_submit {
 width: 14%;
}

.l-content .search_area input[type=text] {
 display: block;
 float: left;
 width: 100%;
 height: 33px;
 font-size: 16px;
 padding: 0px 5px;
 border: none;
 vertical-align: middle;
}

.l-content .search_area input[type=text]:focus {
 border: none;
 outline: 0;
}

.l-content .block_submit input[type=button] {
 height: 36px;
 font-size: 16px;
 padding: 0 10px;
 border: none;
}

.l-content .block_submit input[type=button]#search_submit {
 background: #004098;
 color: #fff;
 cursor: pointer;
}

.l-content .block_submit input[type=button]#search_clear {
 background: #666;
 color: #fff;
 cursor: pointer;
}

.l-content .block_submit input[type=button]#search_submit:hover,
.l-content .block_submit input[type=button]#search_clear:hover {
 background: #025fae;
 color: #fff;
}

.l-content .search_result {
 display: none;
}

.l-content .nav {
 list-style: none;
 margin: 40px auto 0;
 box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
 border: 1px solid #a7a7a7;
 display: flex;
 justify-content: space-evenly;
 align-items: center;
 list-style: none;
}

.l-content .nav .main-nav {
 border-right: 1px solid #a7a7a7;
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAMAAAAY5vW6AAAAOVBMVEUAAAAAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7EAS7Gxo7uYAAAAEnRSTlMAARkhJCUmfoWOlJfEzdjd4/Ajy9VNAAAAPElEQVQIHQXBgQGDIBAEsPC2Iq0i3v7DmhgN4PD8G3DElV+DnlvNjEbP2qiZoWdtUDNn1geoO+sLUOcOL1ufAevHH4+bAAAAAElFTkSuQmCC");
 background-repeat: no-repeat;
 background-position: 3% 50%;
 width: 33.333%;
 text-align: center;
 position: relative;
}

.l-content .nav .main-nav:last-child {
 border-right: 0;
}

.l-content .nav .main-nav span {
 display: block;
 text-align: left;
 width: 100%;
 padding: 15px 40px;
 color: #000;
 font-size: 16px;
 cursor: pointer;
}
.l-content .m-cols .m-cols__wrap > [class^="m-col-"] {
	max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 30px;
    vertical-align: top;
    font-size: 12px;
}
.l-content .m-col-xxl-4 {
	width: 33.333333%;
}
.l-content .m-cols__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.l-content .m-media__main_VN {
		display: none;
		padding-left: 100px;
	}	
.l-content .toggle-btn-n {
		text-decoration: none;
	}
