/*============================================================================
インフレで得をする理由
============================================================================*/
@charset "utf-8";

article .inflation h3{
    font-size:40px;
    line-height:40px;
}

article .inflation .text1{
    font-size:26px;
    line-height:30px;
    text-align:center;
}

article .inflation i{
    color:#ff0000;
    text-decoration:none;
    font-style:normal;
    font-weight:bold;
}

article .inflation .inflation_graph{
    width:100%;
    margin:30px auto 30px auto;
}

article .inflation .inflation_graph img{
    width:100%;
}

article .inflation .attention{
    margin:70px 20px;
    padding:20px 40px;
    background:#1d534d;
    border-radius:50px;
    text-align:center;
    font-size:24px;
    line-height:30px;
    color:#ffffff;
    cursor:pointer;
}

article .inflation .attention a{
    color:#ffffff;
    font-weight:bold;
}

article .inflation .attention:hover{
    background:#4bcbbc;
    color:#000000;
}

article .inflation .attention:hover a{
    color:#000000;
}

/* 各コストの内訳 */
article .inflation .cost_comment{
    margin-left:20px;
}

article .inflation .cost_comment h4{
    font-size:20px;
    line-height:20px;
    font-weight:bold;
    margin-bottom:20px;
}

article .inflation .cost_comment h5{
    color: #000000;
    font-weight:bold;
}

article .inflation .cost_comment h5.blue{
    background:#a3c6ff;
}

article .inflation .cost_comment h5.green{
    background:#9beaaa;
}

article .inflation .cost_comment h5.red{
    background:#ffb7b7;
}

article .inflation .cost_comment .detail{
    margin:20px 0 20px 20px;
}

article .inflation .cost_comment .inflation_calc{
    display:inline-block;
    border:solid 4px #2a7add;
    color:#215da6;
    font-weight:bold;
    padding:3px 5px;
    border-radius:5px;
}

@media screen and (max-width:900px){
    article .inflation h3{
        font-size:6vw;
        line-height:6vw;
    }

    article .inflation .inflation_graph{
        margin:5vw auto 5vw auto;
    }
        
}

/*============================================================================
EOF
============================================================================*/
