@charset "utf-8";

.read em{
    color:#ff0000;
    font-weight: bold;
}


/**b_stm**/
.b_stm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b_stm li{
    margin: 0.5em 0;
    width: 48%;
}
.b_stm li a{
    display: inline-block;
    width:92%;
    border-radius: 5px;
    padding:0.8em 4%;
    border-bottom: 3px solid #cfcfcf;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    background: url("../img/ico_str.svg") right 3px center no-repeat;
    background-color: #3d9738;
    background-size: 15% auto;
}
.b_stm li a span{
    display: inline-block;
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-right: 1.3em;
}
.b_stm li a:hover{
    background-color:#ffa60b;
}



/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 640px) {
 
 .b_stm li a{
    background-size: 10% auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 140%;
    background-position: right 1em center;
}