#iot_202209 .btn{
    display: flex;
    align-items: center;

    background: #000;
    color: #FFF;
    max-width: 310px;
    padding: 15px 20px;
    font-weight: bold;
    text-align: left;
    transition: .3s;
}
#iot_202209 .btn:hover{
    background: #d7063b;
    text-decoration: none;
}

#iot_202209 .btn:before{
    content: url(/common/images/com_icn40.png);
    padding-right: 10px;
}

#iot_202209 .ar{
    margin: auto 0 auto auto;
}

#iot_202209 .btn-area{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
#iot_202209 .btn-area .btn{
    max-width: 50%;
}
#iot_202209 .btn-area .blank:after {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    content: "";
    background: url(/svcsol/campaign/images/iot_202209/icon_externallink.svg) no-repeat center top;
    background-size: cover;
  }
#iot_202209 .btn02{
    width: 90%;
    margin: 0 auto;
}

#iot_202209 .btn02 a{
    background: #d7063b;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 15px 60px 15px 35px;
    border: 1px solid #d7063b;
    transition: .3s;
    font-size: 1.2rem;
}

#iot_202209 .btn02 a:before{
    content: url(/common/images/com_icn40.png);
    padding-right: 10px;
}
#iot_202209 .btn02 a:hover{
    background: #FFF;
    color:  #d7063b;
    text-decoration: none;
}
#iot_202209 .btn02 a:hover:before{
    content: url(/common/images/com_icn79.png);
}

#iot_202209 .btn-wrap{
    background: #eee;
    padding: 40px;
    margin-bottom: 40px;
}

#iot_202209 .img-explanation{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    
}
#iot_202209 .img-explanation dt{
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 5px;
}
#iot_202209 .img-explanation .mb{
    margin-bottom: 20px;
}

source{
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #iot_202209 .btn{
        max-width: 100%;
    }
    #iot_202209 .btn-area{
        display: block;
    }
    #iot_202209 .btn-area .btn{
        width: 100% ;
        max-width: 100%;
    }
    #iot_202209 .btn-area .btn:first-child{
        margin-bottom: 20px;
    }
    #iot_202209 .btn02{
        width: 100%;
    }
    #iot_202209 .btn02 a{
        padding: 15px;
    }
    #iot_202209 .btn-wrap{
        padding: 4vw;
    }
    #iot_202209 .btn-wrap br{display: none;}
}