@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url("page-common.css");

/*--------------------------------------------------------------------*/
/* 資格取得について */
/*--------------------------------------------------------------------*/

.syouseiukeoi {
	margin-bottom: 50px;
}
.syouseiukeoi h2 {
	background: rgba(159, 124, 180, 0.1) !important;
	font-weight: normal !important;
	margin: 3em 0 1em 0;
}

.shousei_t {
margin: 30px 0 10px 0;
font-weight: bold;
}

.shousei_bu {
color: #fff;
font-weight: bold;
font-size: 120%;
text-decoration: none;
text-align: center;
margin: 0 auto;
width: 80%;
padding: 10px 20px;
border-radius: 5px;
background-color: rgba(159, 124, 180, 1);
}

.shousei_bu p {
margin: 0;

}

.shousei_bu a {
text-decoration: none !important;
color: #fff !important;
font-weight: bold !important;
}

.shousei_bu a:hover {
text-decoration: none !important;
color: #fff !important;
font-weight: bold !important;
}


