@charset "utf-8";


#pageHeader span:before{
	color:#e2697d !important;
}

#mci h2{
	font-size:2.8rem !important;
	margin-bottom:40px;
}

#mci h3{
	color:#e2697d !important;
}
#mci h3 span{
	font-size:1.6rem;
	border:#e2697d 1px solid;
	padding:5px 10px;
	margin-right:10px;
}

#mci h4{
	font-size:1.8rem;
	color:#e2697d !important;
	margin-top:40px;
}

#mci .row{
	margin-bottom:80px;
}

#mci strong{
	color:#e2697d !important;
	display:block;
	margin-bottom:20px;
}

#mci hr{
	border: none !important;
	border-bottom:#CCC dotted 2px !important;
	margin:50px 0;
}

#mci ul li{
	margin:0 0 10px 20px;
	font-weight:bold;
	list-style:disc;
}


#mci img{
	display:block;
	margin:auto auto 60px auto;
}

#mci #comment{
	padding:40px;
	margin-top:80px;
	background: #f2f8fd;
	border-radius:20px;
}

#mci #comment img{
	display:block;
	margin:auto;
	width:60%;
}

#mci .mci_pdf{
	display:block;
	text-align:center;
	font-size:2.0rem;
	font-weight:bold;
	color:#e2697d !important;
	margin-top:60px;
	padding:10px 30px;
	border:#e2697d 2px solid;
	text-decoration:none !important;
}
#mci .mci_pdf:hover{
	background:#f9eaed;
	transition:.2s;
}

@media all and (max-width: 767px) {
#mci h2{
	font-size:2.2rem !important;
	margin:0 0 20px 0 !important;
}
#mci h3{
	text-align:center;
	font-weight:bold;
}
	
#mci h3 span{
	text-align:center;
	display:block;
	font-size:1.4rem;
	margin:0 auto 15px auto !important;
	padding:3px 7px;
	width:50%;
}
#mci h4{
	font-size:1.6rem;
}
#mci .row{
	margin-bottom:0;
}
}