.plus {
	font-size: 14px;
	position: relative;
	vertical-align: middle;
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: 20px;
	background-color: #a0141a;
	display: inline-block;
}
.plus::after {
	position: absolute;
	top: 0;
	width: 1px;
	height: 10px;
	content: "";
	background-color: #a0141a;
}
/* 横 */
.plus::before {
	position: absolute;
	top: 4px;
	left: -4px;
	width: 10px;
	height: 2px;
	content: "";
	background-color: #a0141a;
}

@media screen and (max-width:980px) { 
.modal .inner {
	width: 88%;
	z-index:11;
}
}

@media screen and (min-width:980px) { 
.modal .inner {
	width: 80%;
	z-index:11;
}
}

.openBtn {
	position: absolute;
	right: 30px;
	bottom: 25px;
	line-height: 1.6;
	font-size: 14px;
}

.openBtn a{
	color: #000;
}

.lock {
    overflow:hidden;
}
@media screen and (max-width:980px) { 
.modal-content {
    position:relative;
    display:none;
    width:94%;
    max-height:80%;
    background:#fff;
	border: solid 2px #efc100;
	text-align: left;
    overflow-y: scroll;
	overflow-x: hidden;
}
}
@media screen and (min-width:980px) { 
.modal-content {
    position:relative;
    display:none;
    width:80%;
    max-height:70%;
    margin:30px;
    background:#fff;
	border: solid 4px #efc100;
	text-align: left;
    overflow-y: scroll;
	overflow-x: hidden;
}
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background:rgba(256,256,256,0.9);
	z-index: 10;
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
	z-index: 12;
}

.modal-open {
    color:#00f;
}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
	display: block;
}

.modal-close:hover {
    cursor:pointer;
}