@charset "utf-8";
#faq .section-body.bg-gray {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.tel-box {
	background: #F4F4F4;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.tel-box p {
	text-align: center;
}
span.tel {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 15px;
}
span.tel a {
	font-family: 'Arsenal', serif;
	font-size: 3em;
	color: #191d6a;
}


ul.studentIndex {
    padding-left: 0;
}
ul.studentIndex li a {
    display: block;
    border: 1px solid #191d6a;
    padding: 15px;
    font-weight: 600;
    color: #191d6a;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
}
ul.studentIndex li a:hover {
    background: #191d6a;
    color: #FFF;
}
.studnetList {
    padding-left: 0;
    margin-bottom: 0;
}
.studnetList li a {
    list-style: none;
    margin-bottom: 30px;
}
.studnetList li a {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    _zoom: 1;
    border: 1px solid #FFF;
}
.articleFaq {
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.articleFaq h3 {
	background: #191d6a;
	padding: 15px;
	color: #FFF;
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.articleFaq p {
	padding-left: 15px;
	padding-right: 15px;
}

ul.linkTxt {
    padding-left:15px;
    padding-right:15px;
}
ul.linkTxt li{
    list-style:none;
}
ul.linkTxt li a{
    color:#08c;
    font-weight:bold;
}