.contentPage section {
    /*margin-bottom: 10%;*/
}
.price .fee {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #667971;
    margin-top: 6%;
    margin-bottom: 6%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.price .fee > * {
	margin-right: 3%;
}
.price .fee > *:last-child {
	margin-right: 0%;
}
.price .fee .yen  {
	line-height: 22px;
}

@media screen and (min-width:768px){
.fee .font_24 {
    font-size: 32px;
}
.fee .font_60 {
    font-size: 86px;
}
.fee .font_12   {
    font-size: 20px;
}
.price .fee .yen {
    line-height: 36px;
}
}
