/* mainvisual */
.main_vi {
    max-width: 100%;
    background: #f7f8f9;
    overflow: hidden;
}

.main_vi_img {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
}

.main_vi_img .page_ttl {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-left: 100px;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
}

.main_vi_img .page_ttl:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 0;
    width: 85px;
    height: 100%;
    background: url(/-/Media/Ricoh/Sites/co_jp/service/fully-managed-service-365/img/icon_balloon.png) no-repeat left top;
    background-size: 100% auto;
}

.main_vi_img .page_ttl .lp_width {
    width: 40%;
}

@media only screen and (max-width: 1340px) {
    .main_vi_img .page_ttl {
        padding-left: 7.46vw;
    }

    .main_vi_img .page_ttl:before {
        top: -3.7037vw;
        width: 6.3432vw;
    }
}

.main_vi_img .page_ttl .ttlL {
    margin: 5px 0 15px;
    font-size: 39px;
    font-weight: bold;
    line-height: 1.2;
}

.main_vi_img .note {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

@media only screen and (max-width: 1340px) {
    .main_vi_img .page_ttl {
        font-size: 1.56vw;
    }

    .main_vi_img .page_ttl .ttlL {
        font-size: 2.91vw;
    }

    .main_vi_img .page_ttl .lp_width {
        width: 26.8vw;
    }
}

@media only screen and (max-width: 640px) {
    .main_vi_img .page_ttl,
    .main_vi_img .note {
        left: 2%;
        margin-top: 25px;
        font-size: 2.2vw;
    }

    .main_vi_img .page_ttl .ttlL {
        margin: 1vw 0;
        font-size: 3.6vw;
        line-height: 1.4;
    }

    .main_vi_img .page_ttl .lp_width {
        width: 38.8vw;
    }
}

h3.ttl {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
}
h3.ttl span {
  position: relative;
  z-index: 1;
}
h3.ttl span::before {
  content: "";
  position: absolute;
  display: block;
  padding: 0 5px;
  bottom: 0;
  left: -5px;
  width: 100%;
  height: 35%;
  background-color: #7094FF;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  h3.ttl {
    font-size: 20px;
  }

}

.features {
  display: flex;
  align-items: center;
  line-height: 28px;
}
@media only screen and (max-width: 640px){
  .features {
    display: block;
  }
}

.features .title {
  display: flex;
  align-items: center;
}
.features .title .point {
    border: 6px solid #ccc;
    background: #fff;
    width: 112px;
    height: 112px;
    box-sizing: border-box;
    text-align: center;
    line-height: 130%;
    position: relative;
    font-size: 16px;
}
.features .title h3 {
    font-size: 20px;
    color: #207880;
    margin: auto 0 auto 20px;
}
.features .title .point strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

@media only screen and (max-width: 640px){
  .features .title .point{
    width: 30%;
    height: 100px;
    font-size: 14px;
  }
  .features .title h3 {
    width: 70%;
    font-size: 16px;
  }

}
.bar02 {
    border-bottom: 1px solid #dddddd;
    height: 0;
    margin-bottom: 16px;
}

/* ���񋟃T�[�r�X */
.list_circle li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
}
.list_circle li::before {
    content: "";
    display: block;
    width: 0.611111111111111em;
    height: 0.611111111111111em;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0.4em;
    border-radius: 10px;
}
.jp_pt_ttl {
    color: #000;
    font-size: 20px;
}
.jp_pt_ttl_sub {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
}

.service_red {
    background-color: #fdf0ef;
}
.service_red .jp_pt_ttl_sub,
.service_red .list_circle li::before {
    background-color: #e36d76;
}

.service_blue {
    background-color: #e1f2f6;
}
.service_blue .jp_pt_ttl_sub,
.service_blue .list_circle li::before {
    background-color: #4bbdcd;
}

.service_green {
    background-color: #eff8de;
}
.service_green .jp_pt_ttl_sub,
.service_green .list_circle li::before {
    background-color: #b7d24e;
}

.service_gold {
    background-color: #fef7dc;
}
.service_gold .jp_pt_ttl_sub,
.service_gold .list_circle li::before {
    background-color: #c5a983;
}

/* add20220217 */
.mw_auto {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
}
.jp_pt_ttl_sub {
    box-sizing: border-box;
}
.listbox_flex {
    display: flex;
    justify-content: center;
}
.listbox_flex .list_circle li {
    position: relative;
    padding-left: 1.2em;
    font-size: 18px;
    margin: 5px 20px;
}

@media only screen and (max-width: 640px) {
  .listbox_flex {
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
}

.issue_ttl {
  text-decoration: none !important;
  color: #000000 !important;
}
.image_mn .dtl {
    background: url(https://www.ricoh.co.jp/cmn_v1/img/icon_s_right_01.png) 100% 50% no-repeat #ffffff;
}

