.follow-me {
    list-style: none;
    margin: 10px 0 -8px;
    overflow: hidden;
    padding: 0;
}
.follow-me li {
    float: left;
    margin: 0 8px 8px 0;
    padding: 0;
}
.follow-me li a::before {
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: 42px;
    background-color: #3b5998;
}

.follow-me li a::before { 
    border-color: #3b5998;
    color: #3b5998;
    content: "\f09a"; 
}

.follow-me li a:hover::before {
    color: #fff;
}

.follow-me li a:hover::before { 
    opacity: 0.8;
}

.award100_taisyo h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid #823907;
    padding-left: 10px;
    margin-bottom: 10px;
}

.award100_jusho_wrapper {
	margin-bottom: 60px;
}

.award100_jusho_wrapper .more_btn_inn {
	bottom: -28px !important;
}

@media only screen and (min-width: 769px) {
	.follow-me {
		list-style: none;
		margin: 20px 0 -8px 100px;
		overflow: hidden;
		padding: 0;
	}
}
br.nav-break {
	display: block;
	margin-bottom: 10px;
}

.jun_grand_ichiji .award100_jusho_l {
	width: calc(50% - 5px);
}
.jun_grand_ichiji .award100_jusho_r {
	width: calc(50% - 5px);
	float: left;
}

@media only screen and (max-width: 576px) {
	section.section-container hr {
		display: none;
	}
	.award100_jusho_l,
	.award100_jusho_c,
	.award100_jusho_r {
		margin-bottom: 60px;
	}
}
