@charset "utf-8";

#dxsuite .rpa{
    font-size:18px;
    font-weight:bold;
    color:rgb(0,0,89);
}
#dxsuite .dxsuite{
    font-size:18px;
    font-weight:bold;
    color:rgb(227,55,112);
}
#dxsuite .c1,
#dxsuite .c3{
    width:40%;
}
#dxsuite .c2{
    width:20%;
    align-items:center;
    line-height:14em;
}
@media screen and (max-width: 767px) and (min-width: 1px){
    #dxsuite .c2{
        line-height:5em!important;
    }
}
#dxsuite .c1 .title,
#dxsuite .c3 .title{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    width:100%;
    padding:5px;
}
#dxsuite .c1 .title{    
    background-color:#8faadc;
}
#dxsuite .c3 .title{
    background-color:#ffd966;
}
#dxsuite .c1 .content{    
    background-color:#dae3f3;
}
#dxsuite .c3 .content{
    background-color:#fff2cc;
}
#dxsuite .c2 .content{
    color:#7030a0;
    font-size:48px;
    text-align:center;
    font-weight:bold;
}
#dxsuite .c1 .content,
#dxsuite .c3 .content{
    font-size:16px;
    font-weight:normal;
    text-align:center;
    width:100%;
    padding:5px;
    height:10em;
}
#dxsuite .bg-babypink{
background-color:rgba(255,204,255,.5);
}
#dxsuite h3.center-line{
    text-align:center;
    position: relative;
    padding: 0 65px;
}
#dxsuite h3.center-line:before {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: rgb(227,55,112);
  }
  
#dxsuite h3.center-line span {
    position: relative;
    padding: 0 1em;
    background: #fff;
    font-size:30px;
    color:rgb(227,55,112);
  }

#dxsuite .case-box{
    border:2px solid rgb(227,55,112);
    border-radius:20px;
    padding:10px;
}
#dxsuite .case-box .title{
    font-weight:bold;
    font-size:20px;
    text-align:center;
    color:rgb(227,55,112);
    margin-bottom:0.5em;
}
#dxsuite .case-box span{
    color:rgb(46,117,182);
    font-size:18px;
    font-weight:bold;
}

/* PC表示時だけ位置調整 */
#dxsuite .div-feature {
    margin-top:-40px;
}
@media screen and (max-width:768px) and (min-width:1px) {
#dxsuite .div-feature {
    margin-top:0px;
}
    #dxsuite h3.center-line span{
        font-size:18px;
    }
}
