@media (max-width: 979px) {
/*====================================================*/
/* right_title */
/*====================================================*/
/*基本のあそびかた*/
.top_title.right_title:after {
    background: url(../../images/p/howto/right_how_top.png) no-repeat center left;
}

/*もっとたのしむ*/
.mor_title.right_title:after {
    background: url(../../images/p/howto/right_how_mor.png) no-repeat center left;
}

/*新しい機能*/
.new_title.right_title:after {
    background: url(../../images/p/howto/right_how_new.png) no-repeat center left;
}

/*====================================================*/
/* howto */
/*====================================================*/
a {
 color:#ee0099;
}
.sp_only{
 display:none !important;
}
div.how_midashi{
 font-weight:bold;
 font-size:17px;
}
.howto_img{
 display:block;
 margin:10px auto;
}
.howto_img.size_b{
max-width:530px!important;
width:100%;
}

dl.more > dt{
width:133px;
}
dl.more > dd{
width:calc(100% - 133px);
}
}
@media (max-width: 650px) {
ul.medal > li > img{
width:50px;
}
ul.medal > li > div{
width:calc(100% - 50px);
}
}
@media (max-width: 582px) {
ul.medal > li{
width:100%;
}
ul.medal > li > img{
width:50px;
}
ul.medal > li > div{
width:calc(100% - 50px);
}
ul.medal > li:nth-of-type(1){
order:0;
}
ul.medal > li:nth-of-type(3){
order:1;
}
ul.medal > li:nth-of-type(5){
order:2;
}
ul.medal > li:nth-of-type(7){
order:3;
}
ul.medal > li:nth-of-type(9){
order:4;
}
ul.medal > li:nth-of-type(11){
order:5;
}
ul.medal > li:nth-of-type(2){
order:6;
}
ul.medal > li:nth-of-type(4){
order:7;
}
ul.medal > li:nth-of-type(6){
order:8;
}
ul.medal > li:nth-of-type(8){
order:9;
}
ul.medal > li:nth-of-type(10){
order:10;
}
ul.medal > li:nth-of-type(12){
order:11;
}
}
@media (max-width: 555px) {
dl.more > dt{
width:100px;
}
dl.more > dd{
width:calc(100% - 100px);
}
}

@media (max-width: 499px) {
/*====================================================*/
/* right_title */
/*====================================================*/
.right_title:after {
    background-size:100% auto !important;
}
}