@charset "utf-8";
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 50%;
	margin: 0;
	border: 2px solid #aaa;
	background: #fff;
	left: 25% !important;
	top: 23% !important;
}
.modal-content p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff !important;
	font-weight: 100 !important;
	font-size: 13px !important;
}
.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
.modal-open {
	color: #00f;
}
.modal-open:hover {
	cursor: pointer;
}
.modal-close {
	width: 100%;
	color: #00f;
	background: #bdbfc2;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 1%;
}
.modal-close:hover {
	cursor: pointer;
	color: #ffffff;
}
.mB10 > dl {
	width: 30%;
	float: left;
	padding-left: 3%;
	color: #fff;
	margin-top: 1%;
}
.mB10 > dt {
	color: #ffffff;
	text-align: center;
}
.per_ttl > dl > dt {
	background-color: #9d2328;
	text-align: center;
}
.mB10 > dd {
	width: 100%;
}
.mB10 > dd img {
	width: 80%;
	margin: 0 10%;
}
.mB10 > ul {
	width: 70%;
	float: right;
	margin-bottom: 5%;
	padding: 0;
	text-decoration: none !important;
	margin-top: 1%;
}
.mB10 > ul > li {
	font-size: 1em;
	font-weight: bold;
	width: 80%;
	margin: 1% 20% 0;
	padding: 4% 0;
}
.mB10 > ul > li > a {
	color: #ffffff;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
.mB10 > ul > li a:first-child:hover,
.mB10 >ul > li:nth-child(2) a:hover,
.mB10 ul li:first-child:hover,
.mB10 ul li:nth-child(2):hover
{
	color: #ffffff !important;
	opacity: 0.8;
	
}
.mB10 ul li:first-child {
	background: linear-gradient(#84704c, #c9a965);
	width: 70%;
	text-align: center;
	border-radius: 10px;
}
.mB10 ul li:nth-child(2) {
	background: linear-gradient(#000, #125684);
	margin-top: 5%;
	letter-spacing: -0.1rem;
	width: 70%;
	text-align: center;
	border-radius: 10px;
	
}
.fa {
	padding-left: 1%;
}
.fa-times-circle {
	padding-right: 2%;
}
.atte > h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1%;
	color: #D9161A;
}
.atte > h4 {
	font-size: 14px !important;
	margin: 2% 0 0;
	line-height: 1.3;
}
.atte {
	border: 1px solid #000;
	margin-bottom: 2%;
	padding: 2%;
	margin: 2%;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 65%;
	margin: 0;
	padding: 3%;
	border: 2px solid #aaa;
	background: #fff;
	left: 17.5% !important;
	top: 20% !important;
}
.mB10 ul li {
	font-size: 0.85em;
}
.atte > h3{font-size: 18px;
}	
}

@media screen and (max-width: 768px) {
.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 75%;
	margin: 0;
	padding: 3%;
	border: 2px solid #aaa;
	background: #fff;
	left: 12.5% !important;
	top: 20% !important;
}
.mB10 ul li {
	font-size: 0.8em;
}
}

@media screen and (max-width: 600px) {
.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 80% ;
	margin: 0;
	padding: 3%;
	border: 2px solid #aaa;
	background: #fff;
	left: 10% !important;
	top: 5% !important;
}
.mB10 dl {
	width: 100%;
}
.mB10 ul {
	width: 100%;
	margin-bottom: 5%;
	padding: 0;
	text-decoration: none !important;
}
.mB10 ul li {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	padding: 4% 0;
	margin: 0;
}
.mB10 ul li:first-child {
	width: 100%;
}
.mB10 ul li:nth-child(2){
	width: 100%;

	}	
.fa {
	padding-left: 2%;
}
.atte > h3 {
	font-size: 13px;
}
.atte > h4 {
	font-size: 13px;
}
}
