@charset "UTF-8";
.status-box {
  width: 48%;
}
.status-box img{
  width: 100%;
}

.whycdr {
  width: 48%;
}
.whycdr-img {
  text-align: center;
}
.status_01{
margin-bottom: 9%;
}

.use-case_list{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 930px;
    margin-bottom: 5rem;
}

.use-case_list .img_box{
    padding: 0;
    float: left;
    text-align: center;
    margin: 0;
}

.use-case_list .bg_bluebox_left{
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 2rem 1.8em;
    margin-right: -230px;
    z-index: 10;
    margin-top: 80px;
    box-shadow: 0px 8px 20px rgb(54 117 191 / 50%);
    position: relative;
}

.use-case_list .right-textBox{left: -230px;}

.use-case_list .bg_bluebox_left .use-case-ttl{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
}

.use-case_list .bg_bluebox_left .use-case-ttl span{font-size: 60%;}

.use-case_list .bg_bluebox_left .use-case_list-detail{
    text-indent: -1rem;
}

#features .features-lead{
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 3%;
}

.flex1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.app-box {
    width: 29%;
    text-align: center;
    display: flex;
    flex-direction: column;
    display: inline-block;
    padding: 5% 1.2%;
    margin: 0.8%;
    border: 1px solid #000;
    background-color: #fff;
}

.app-logo-box {
    width: 55px;
    margin: 0 auto;
}
.app-img-title {
    font-weight: bold;
    color: #313E5B;
}
.app-title {
    font-size: 1.1rem;
    font-weight: bold;
}
.app-txt {
    font-size: 0.8rem;
    text-align: left;
}
.app-box ul{
    text-align: left;
}
.app-box ul li{
    position: relative;
    padding-left: 14px;
    font-size: 0.8rem;
}

.app-box ul li::before{
    content: "・";
    font-size: 0.8rem;
    position: absolute;
    top: 1px;
    left: 0;
}

#about .tocontact{
    margin-top: 5%;
}

.left-textBox{
    right: 0px;
}

.img_box.pc img {
    width: 580px;
}

.app-logo-box img {
    width: 100%;
}
.info-back {
    background: url(../../images/alliance/revenuestream/bg_revenuestream.jpg) no-repeat bottom center scroll;
    background-size: cover;
}

@media screen and (max-width: 1000px) {
.info-back {
    background: url(../../images/alliance/revenuestream/bg_revenuestream_sp.jpg) no-repeat bottom center scroll;
    background-size: cover;
}

.box_mv {
    top: 15px;
}

.app-box {
    width: 90%;
    margin: 0 0 4% 0;
    padding: 5% 5%;
}

.use-case_list .bg_bluebox_left .use-case-ttl {
    font-size: 2.5rem;
}

.use-case_list .bg_bluebox_left .use-case-ttl span {
    font-size: 72%;
}
.use-case_list .bg_bluebox_left .use-case_list-detail {
    text-indent: -2rem;
    padding-left: 1.5rem;
}
.use-case_list .right-textBox {
    left: -380px;
}

.left-textBox {
    right: -3px;
}

.use-case_list .bg_bluebox_left{
    margin-right: 0 !important;
    margin-top: 210px;
}

p, .app-box li{
font-size: 2rem;
}
.flex1 {
    display: block;
    text-align: center;
}
.status-box {
    width: 100%;
}

.use-case_list .img_box {
    height: 250px;
}

.app-title {
    font-size: 2rem;
    margin-top: 0 !important;
}
.app-txt {
    font-size: 2rem;
}
.app-box ul li {
    font-size: 2rem;
    padding-left: 35px;
}

.app-logo-box {
    width: 110px;
}

.app-logo-box img{
    width: 100%;
}

#features .features-lead {
    margin-bottom: 5%;
    font-size: 130%;
}

.app-box ul li::before {
    content: "・";
    font-size: 2rem;
    position: absolute;
    top: 1px;
    left: 0;
}
/* test */
.use-case_list .test_box {
    margin-right: 0 !important;
    margin-top: 0 !important;
    left: 0 !important;
    width: 100%;
}
.test_img {
    float: initial !important;
    height: auto !important;
    margin-bottom: 4% !important;
}
.test_img img{
    width: 100%;
}

.left-textBox {
    right: 0;
}
}