.dsp_fl { display: flex; }
.just_sb { justify-content: space-between; }
.just_sa { justify-content: space-around; }
.just_ce { justify-content: center; }
.fxd_row_r { flex-direction: row-reverse;}

/*
.ricoh-drive {
    font-family: 'Noto Sans JP',sans-serif;
}
*/

/* mainvisual */
.main_vi {
    max-width: 100%;
    background: #f7f8f9;
    overflow: hidden;
}

.main_vi_img {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}

.main_vi_img .page_ttl {
    position: absolute;
    top: calc(45% - -30px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
}

.main_vi_img .page_ttl .mark{
    max-width: 80px;
    width: 8%;
}

.main_vi_img .page_ttl .ttlL{
    margin: 20px 0;
    max-width: 530px;
    width: 53%;
}

.main_vi_img .page_ttl .ttlS{
    margin:20px 0;
}


.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;
    }

}

@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 {
        background: #ffffff;
    }
    .main_vi .main_vi_img {
        padding-bottom: 120px;
    }
    .main_vi_img .page_ttl {
        font-size: 2.2vw;
        position: absolute;
        padding: 17px 10px;
        width: 75%;
        background: #ffffff;
        margin: 0;
        top: 200px;
    }

    .main_vi_img .page_ttl .mark {
        display: inline-block;
        width: 12%;
        vertical-align: top;
    }

    .main_vi_img .page_ttl .mark img {
        width:100% ;
    }

    .main_vi_img .page_ttl .ttlL {
        margin: 1vw 0;
        display: inline-block;
        width: 85%;
    }

    .main_vi_img .page_ttl .ttlL img {
        width:100% ;
    }
    .main_vi_img .page_ttl .ttlS {
        margin: 1vw 0;
        font-size: 3.6vw;
        line-height: 1.4;
        display: inline-block;
        width: 85%;
        padding-left: 13%;
    }
}

.fc_0D6 {
  color:#0D63DC;
}
.content_ttl_01 {
  font-weight: 600;
}
.bg_0D6 {
    background-color: #0D63DC;
}

.FrameBorder_0D6 {
    padding: 8px;
    border: 6px solid #0D63DC;
}
.FrameBorder_0D6 .title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.FrameBorder_0D6 .title dl {
    margin-top: 4px;
    margin-right: 16px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 28px;
    display: inline-block;
}

.FrameBorder_0D6 .title dd {
    font-size: 20px;
}

.tngr_box {
    position: relative;
    min-height: 300px;
    margin-bottom: 30px;
}

.tngr_box .text_box {
    max-width: 504px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
}

.tngr_box .text_box p {
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .tngr_box {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .tngr_box .title {
        max-width: 240px;
    }
    .tngr_box .pic_box {
        margin-bottom: 30px;
    }
    .tngr_box .text_box {
        margin-bottom: 30px;
    }
}
.bg_ef {
    position: relative;
}
.bg_ef:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EFEFEF;
    width: 100%;
    height: 470px;
    z-index: 0;
}
.bg_ef .hd02 {
    position: relative;
}
.top-point {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 24px;
}
.top-point a {
    text-decoration: none;
    color: #333;
}
.top-point__item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 310px;
    background: #ffffff;
    box-shadow: 0 2px 20px rgb(45 47 51 / 20%);
    position: relative;
    margin-bottom: 60px;
}
.top-point__text {
    padding: 16px 24px 16px 16px;
}
.top-point__item:nth-of-type(1)::before {
    content: "";
    width: 70px;
    height: 85px;
    top: -42px;
    left: -3px;
    position: absolute;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/ricoh-drive/img/img_pn_01.png);
    background-size: contain;
}

.top-point__item:nth-of-type(2)::before {
    content: "";
    width: 70px;
    height: 85px;
    top: -42px;
    left: -3px;
    position: absolute;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/ricoh-drive/img/img_pn_02.png);
    background-size: contain;
}

.top-point__item:nth-of-type(3)::before {
    content: "";
    width: 70px;
    height: 85px;
    top: -42px;
    left: -3px;
    position: absolute;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/ricoh-drive/img/img_pn_03.png);
    background-size: contain;
}

.top-point-title {
    font-size: 40px;
    font-weight: 600;
    width: 364px;
    margin: 40px auto 20px;
    padding: 14px 0;
    position: relative;
    text-align: center;
}

.top-point-title::after {
    content: "";
    width: 36px;
    height: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/service/ricoh-drive/img/img_3grid.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
    .bg_ef:before {
        height: 90%;
    }
    .top-point-title {
        font-size: 28px;
        margin: 20px auto 20px;
    }
    .top-point {
        justify-content: center;
    }
    .top-point__item {
        margin-bottom: 48px;
    }
}

/* point */
.point_title {
/*
    background: url(/-/Media/Ricoh/Sites/co_jp/service/ricoh-drive/img/img_point_titlebg.png) right no-repeat;
    min-height: 362px;
*/
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin-bottom: 24px;
}
.point_title h2 {
    font-size: 26px;
    display: block;
    font-weight: 600;
    margin-left: 36px;
}
.point-box {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    padding: 0 8px;
}
.point-box .item {
/*    width: 460px;*/
    width: 300px;
    margin-bottom: 60px;
    margin-right: 54px;
}
.point-box .item:nth-of-type(3n) {
    margin-right: 0;
}
.content_ttl_01 {
    font-weight: 600;
    font-size: 24px;
    margin: 16px 0;
    color: #0D63DC;
}

@media only screen and (max-width: 640px) {
  .point_title {
      display: flex;
      align-items: center;
      padding: 0 8px;
      margin-bottom: 24px;
  }
  .point_title img {
      max-width: 60px;
  }
  .point_title h2 {
      font-size: 20px;
      display: block;
      font-weight: 600;
      margin-left: 16px;
  }
  .point-box {
      justify-content: center;
  }
  .point-box .item {
      width: 80%;
      margin-bottom: 30px;
      margin-right: 0;
  }
  .content_ttl_01 {
      font-size: 20px;
      margin: 16px 0;
  }
  .FrameBorder_0D6 .title {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
  }
  .FrameBorder_0D6 .title dl {
    margin-top: 4px;
    margin-right: 16px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
    max-height: 26px;
  }
  .FrameBorder_0D6 .title dd {
      font-size: 18px;
  }
}
