@charset "utf-8";


/*===============================================
 *	common
===============================================*/
.held-ttl {background: #fff;color: #ff6268;font-size: 30px;font-weight: bold;text-align: center;position: relative;padding: 1rem 2rem;border: 4px solid #ff6268;margin-bottom: 30px;}
.held-ttl:before {position: absolute;top: 4px;left: 4px;width: calc(100% - 12px);height: calc(100% - 12px);content: '';border: 2px solid #ff6268;}
@media only screen and (max-width: 768px) {
.held-ttl {font-size: 26px;}
}
@media only screen and (max-width: 568px) {
.held-ttl {font-size: 18px;padding: 1rem;}
}
@media only screen and (max-width: 320px) {
.held-ttl {font-size: 16px;}
}
/*===============================================
 *	bnr-mercaribox
===============================================*/
.alliance-ttl{margin-bottom: 3em;}
.bnr-mercaribox{max-width: 900px;margin: 0 auto 3em;}



