.mfbox{
	width: 100%;
}

.mfbox .pimg {
	overflow: hidden;
}
.mfbox .pimg img{
	width: 100%;
	transform:scale(1,1);transition: all .5s ease-out;
}

.mfbox .pimg a:hover img{
	width: 100%;
	transform:scale(1.1,1.1);transition: all .5s ease-out;
}


.mfbox .ptp{
	width: 100%;
}

.fr-box {
    padding: 30px 100px;
}

.fr-box2 {
    padding: 30px 50px;
}

.mfbox{
	padding: 20px 0;
}

.fr-box .ptp{
	font-size: 1.2em;
	background: url(../images/12_event/line.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 5px 0;
	padding: 5px 0;
}

.fr-box .pdesc{
	font-size: .8rem;
	margin: 5px 0;
	padding: 5px 0;
	color: #888;
}

.fr-box .pflex{
	font-size: 1rem;
	display: flex;
	justify-content: space-between;
}

.fr-box .item1{
	color: #ad8537;
}

.fr-box .item2{
	color: #bfbfbf;
	font-size: 1rem;
}

.subbtn {
    padding-top: 20px;
    text-align: center;
}

.section-topic.b-line {
    background: url(../images/12_event/line2.svg);
	background-repeat: no-repeat;
	background-position: bottom;
    padding: 10px 0 10px 0;
    margin: 0 0;
}

.section-topic.b-line2 {
    padding: 0;
}

.section-topic.b-line .topic{
	font-size: 1.2rem;
	line-height: 2;
}

.section-topic.b-line .topic span{
	color: #888;
}

.wrap-contents{
	margin: 0 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #c0a470;
}

.wrap-contents .tp{
	font-size: 1.5rem;
    color: #ad8537;
}

.wrap-contents .desc{
	font-size: 1rem;
	line-height: 2;
}

.wrap-contents .desc img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}

/* 
.wrap-contents .desc span{
	color: #ad8537;
}
*/

.ws-bg{
	background-color: #efefef;
	padding: 0 20px 20px 20px;
}

.wrap-slider{
	position: relative;
}

.wrap-slider .nextp{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.slder-fr1{
	margin: 50px;
}

.slder-fr2{
	margin: 0 50px;
}

.wrap-link{
    margin: 20px 50px;
}

.wrap-link .icon{
    display: inline-block;
}

.wrap-link img{
	transition: all 0.4s;
	width: 30px;
}

.wrap-link .icon a:hover img{
    transition: all 0.4s;
    opacity: .5;
}


.section-topic-right {
    border-bottom: 1px solid #033924;
    padding: 10px 0 10px 0;
    font-size: 1.2rem;
    color: #033924;
}

.submenu-box{
	position: relative;
	background-color: #033924;
    padding: 20px 30px 50px 30px;
    line-height: 2;
}

.submenu-box > .item{
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 120px;
    text-align: center;
    padding-top: 10px;
}

.submenu-box > .item a{
	color: #fff;
}

.submenu-box > .item a:hover{
	color: #ad8537;
}

.h{
	top: 200px;
	right:  10px;
}

.h-2{
	top: 200px!important;
	right: 80px;
}

.fixed-top .h{
	top: 20px!important;
}


@media (max-width: 1200px) {
	.h {
	    top: 250px;
	}
}

@media (max-width: 767.9px) {
	.fr-box {
	    padding: 30px 0;
	}
	.content-slider li .img img {
	    width: 100%;
	}
}

@media (max-width: 576px) {
	.fr-box .pdesc{
	    text-align:center;
	}

	.wrap-contents {
		margin: 0 10px;
		padding-bottom: 40px;
		border-bottom: 1px solid #c0a470;
	}

	.wrap-link {
		text-align:center;
	}

}



