@charset "utf-8";

/***********
smartups
***********/



#smartups_2021{
    width:100%;
    max-width: 740px;
    margin: 0 auto;
    font-size: 16px;
}
#smartups_2021 a{
  text-decoration: none;
}
#smartups_2021 .fsM{
    font-size: 1.5em;
}
#smartups_2021 .fsL{
    font-size: 2em;
}
#smartups_2021 .fwB{
    font-weight: bold;
}
#smartups_2021 .fwN{
    font-weight: normal;
}
#smartups_2021 .top,.wrap01,.wrap02,.wrap03{
    margin-bottom: 3em;
}
#smartups_2021 .top{
    display: block;
    margin: 0 auto 5em;
    width:100%;
    max-width: 730px;
    background-repeat: no-repeat ;

}

#smartups_2021 .top p{
    color: #545454;
    padding: 0 1em;
    font-size: 18px;
}

#smartups_2021 h2{
    background-repeat: no-repeat ;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    color: #545454;
    padding-top: .25em;
}

#smartups_2021 h3::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 18px;
    background-image: url(https://image.rakuten.co.jp/hikaritv/cabinet/smart_ups/ups_icon_g.gif);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-right: .25em;
}


#smartups_2021 h3{
    font-weight: bold;
    color: #3dcd58;
    font-size: 1.25em;
    margin-top: 1em;
}
#smartups_2021 .wrap01 p,.wrap02 p{
    max-width:700px;
    text-align: left;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 1.6;
}
#smartups_2021 .wrap03 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    padding-left: 0;
    width:100%;
    margin-top: 1em;
}
#smartups_2021 .wrap03 ul li{
    display: block;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    width:30%;
}
#smartups_2021 .li_bg{
    background-color: #63D679;
    background-repeat: no-repeat;
    border-radius:30px 3px;
    border: solid 1px #545454;
    width:100%;
    max-width: 230px;
    height: 30px;
    margin-bottom: 1em;
    font-weight: bold;
    padding-top: 1em;
}
#smartups_2021 .li_bg a{
    text-decoration: none;
    color: #545454;
}
#smartups_2021 a:hover{
    opacity: 0.6;
}
#smartups_2021 .wrap03 .itemLINK{
    background-color: #ededeb;
    padding: 1em;
    color: #3dcd58;
    text-align: center;
    margin-top: 1em;
    border: solid 2px;
}
#smartups_2021 .itemLINK a{
    text-decoration: none;
    color: #3dcd58;
}


#smartups_2021 .wrap03 .itemIMG{
    width:70%;
    display: block;
    margin: 2em auto;
}


