@charset "UTF-8";
/* CSS Document */


.star{
    width: 308px;
    height: 55px;
}
.sogohyoka{
    font-size: 200%;
    color: #e3c56f;
    padding: 0 0 0 30px;
    font-weight: bold;
}
.kotiralink:hover{
    opacity: 0.7;
}

.kotiralink a{
    margin: 20px 0 0;
    color: #ffffff;
    padding: 20px 20px 15px;
    display: block;
}
.bg_ps71{
    text-align: center;
    background: #e20013;
}
.bg_hp71{
    text-align: center;
    background: #004982;
}
.bg_es31{
    text-align: center;
    background: #63aa24;
}
.bg_wi61{
    text-align: center;
    background: #000000;
}
.pickup_comment, .ability {
    display: block;
    width: 100%;
    height: 70px;
    text-align: left;
    padding: 0 20px 10px;
    /* float: left; */
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0 0;
}
.evaluation {
    padding: 30px 0 0;
}
.sponly{
    display: none;
}
@media screen and (max-width:768px) {
    .sponly{
    display: inline;
}
.star{
    width: 90%;
    height: auto;
}
.sogohyoka{
    font-size: 220%;
    color: #e3c56f;
}
    .point {
    font-size: 32px;
    font-weight: bolder;
    margin: 50px 0 20px;
}
    .kotiralink a{
    margin: 20px auto 0;
    color: #ffffff;
    padding: 15px 0 20px;
}
    .pickup_comment, .ability {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 0 20px 10px;
    /* float: left; */
    font-size: 16px;
    line-height: 1.3;
    margin: 50px 0 0;
}
.evaluation {
    padding: 0;
}
}


/*200121追記*/
.bg_ta71{
	 text-align: center;
    background: #4b6276;
}