#futon_pageViews {
    max-width: 1000px;
    margin: 0 auto 15px;
    font-size: 14px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.5;
}
#futon_pageViews a {
    color: inherit;
    text-decoration: none;
}

#futon_pageViews img{
    max-width: 100%;
}
#futon_pageViews .futon_pageViews-ttl{
    font-family: "游明朝体", "Yu Mincho", YuMincho, sans-serif;
    color: #002d48;
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}
#futon_pageViews .futon_pageViews-ttlex{
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
#futon_pageViews .futon_pageViews-subttl{
    max-width: 1000px;
    background-color: #7b7b7b;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
#futon_pageViews .futon_pageViews-futon{
    display: flex;
    background-color: #f5f5f5;
    padding: 30px 5px;
}
#futon_pageViews ul{
    margin-bottom: 35px;
}
#futon_pageViews ul:last-child{
    margin-bottom: 0;
}
#futon_pageViews .futon_pageViews-futon li{
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #dcdcdc;
    padding: 15px;
}
#futon_pageViews .futon_pageViews-futon li:last-child{
    border-right: 0;
}
#futon_pageViews .futon_pageViews-startxt{
    font-size: 20px;
    font-weight: bold;
    margin: 25px auto 15px;
}
#futon_pageViews p{
    font-size: 16px;
}
#futon_pageViews .futon_pageViews-down{
    font-size: 18px;
}
#futon_pageViews .futon_pageViews-down span{
    font-size: 28px;
}
#futon_pageViews .futon_pageViews-futonimg{
    margin: 30px auto 25px;
}
#futon_pageViews .futon_pageViews-btn{
    font-size: 20px;
    text-decoration: underline;
}

@media screen and (max-width:768px) {
    #futon_pageViews .futon_pageViews-ttl{
        font-size: 30px;
    }
    #futon_pageViews .futon_pageViews-ttlex{
        font-size: 12px;
    }
    #futon_pageViews .futon_pageViews-subttl{
        font-size: 16px;
    }
    #futon_pageViews .futon_pageViews-futon{
        display: flex;
        background-color: #f5f5f5;
        padding: 20px 5px;
    }
    #futon_pageViews ul{
        margin-bottom: 35px;
    }
    #futon_pageViews ul:last-child{
        margin-bottom: 0;
    }
    #futon_pageViews .futon_pageViews-futon li{
        width: calc(100% / 3);
        padding: 5px;
    }
    #futon_pageViews .futon_pageViews-startxt{
        font-size: 16px;
        margin: 20px auto 10px;
    }
    #futon_pageViews p{
        font-size: 12px;
    }
    #futon_pageViews .futon_pageViews-down{
        font-size: 14px;
    }
    #futon_pageViews .futon_pageViews-down span{
        font-size: 24px;
    }
    #futon_pageViews .futon_pageViews-futonimg{
        margin: 20px auto 15px;
    }
    #futon_pageViews .futon_pageViews-btn{
        font-size: 16px;
    }
}