.contents h2 {
    padding-top: 20px;
}

.contents h2 img {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.message img{
    display: block;
    width: 95%;
    margin: 0 auto 20px;
}

.total{
    width: 80%;
    margin: 0 auto 5px;
    padding-bottom: 3px;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: double 4px #b90303;
}

.total .total-number{
    padding-right: 4px;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Times New Roman', 'serif';
    color: #b90303;
}

.anno{
    font-size: 1rem;
    padding-left: 2.5%;
    margin-bottom: 20px;
    line-height: 150%;
    text-align: center;
}

.univar-type-title{
    margin-bottom: 10px;
}



.result-table{
    width: 100%;
}

.result-table tr:first-child{
    background-color: #00895e;
}

.result-table th{
    color: #FFF;
    padding: 10px 0;
    font-size: 1.2rem;
}

.result-table th:last-child{
    border-left: dotted 1px #5A5;
}

.result-table tr:nth-child(even){
    background-color: #f1ffeb;
}

.result-table td{
    padding: 10px 0 10px 4%;
    font-size: 1.4rem;
	line-height: 2rem;
}

.result-table td span{
    font-weight: bold;
    color: #b90303;
}

.result-table td:first-child{
    width: 60%;
    text-align: left;
}

.result-table td:last-child{
    width: 40%;
    text-align: right;
}

.arcive-link{
    position: relative;
    margin-bottom: 20px;
    padding: 20px 10px;
    font-size: 1.8rem;
    background-color: #00895e;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #aaa;
}

.arcive-link a{
    color: #FFF;
    display: block;
}

.archive-icon{
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 2.4rem;
}

/*
.school .school-annotation {
    width: 100%;
    margin: 40px auto;
    border: solid 1px #20824F;
    box-sizing: border-box; }
.school .school-annotation .anno-title {
    float: left;
    width: 40%;
    margin: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 150%; }
.school .school-annotation .anno-text {
    float: left;
    width: 50%;
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 150%; }
.school .school-block {
    margin-bottom: 60px; }
.school .school-block .school-image {
    width: 116px;
    float: left;
    line-height: 1px; }
.school .school-block .school-detail {
    width: 54%;
    float: left;
    margin-left: 20px; }
.school .school-block .school-detail .school-title {
    margin-bottom: 20px; }
.school .school-block .school-detail #tokyo {
    width: 72px; }
.school .school-block .school-detail #nagoya {
    width: 96px; }
.school .school-block .school-detail #okayama {
    width: 72px; }
.school .school-block .school-detail #kokura {
    width: 72px; }
.school .school-block .school-detail #fukuoka {
    width: 72px; }
.school .school-block .school-detail #kagoshima {
    width: 96px; }
.school .school-block .school-detail .school-address {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 150%; }
.school .school-block .school-detail .school-phone {
    padding: 16px 0;
    background-color: #309A65;
    font-size: 2rem;
    text-align: center;
    color: #FFF; }
*/



.totla-title{
    padding: 10px;
    border: solid 1px #ef9b00;
    margin: 0 10px 20px;
}

.mb{
    margin-bottom: 40px;
}

.department-inner{
    display: none;
}

.school_block{
    margin: 0 10px 20px;
    border-bottom: solid 1px #AAA;
}

.school_block h3{
    margin-bottom: 20px;
}

.school-block-inner{
    display: none;
    margin: 0 10px 20px;
}

.school-block-inner dl:first-child dd{
    border-top: solid 1px #ffe3ad;
}

.school-block-inner dd{
    float: left;
    width: 26%;
    padding: 10px 3%;
    font-size: 1.4rem;
    border-bottom: solid 1px #ffe3ad;
}

.school-block-inner dd:first-child,
.school-block-inner dd:last-child{
    background: #ffffc9;
}

.prompt_notice {
	font-size: 1.8rem;
}
.prompt_notice_num {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2rem;
}

.prompt_notice_num span {
	font-size: 3rem;
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
}

.result-table td {
	font-size: 1.2rem;
}
.result-table td span,
.result-table td strong {
	font-size: 1.5rem;
}




/* add alma_area */

.alma_area {
	padding: 0 2rem;
}
.alma_area dl {
	background-color: #fff;
	margin-bottom: 4rem;
}
.alma_area dl dt {
	font-size: 1.6rem;
	color: #fff;
	background-color: #39cc71;
	padding: 0.8rem 1rem 0.5rem 1rem;
	border-radius: 5px 5px 0 0;
}
.alma_area dl dd {
	font-size: 1.2rem;
	width: 50%;
	float: left;
	border-bottom: solid 1px #ddd;
	/* background-color: #f4f5ec; */
		background-color: #fff;
	
}
/* .alma_area dl dd:nth-child(odd){
	background-color: #fbfcf9;
} */
	
.alma_area dl dd span {
	display: block;
	padding: 0.8rem 1rem 0.6rem 1rem;
	line-height: 1.4;
}