@charset "UTF-8";

.mgrl {
    margin: 0 !important;
}

.box {
    width: 1050px !important;
    margin-bottom: 24px !important;
}

/* ----------------------------------------------
*
    .flow_img
*
---------------------------------------------- */

.flow_img {
    float: left;
    width: 465px;
}

.flow_img .ico {
    margin-left: 20px;
    margin-bottom: 20px;
}

.flow_img .ico ul li {
    display: inline-block;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-right: 125px;
}

.flow_img04 .ico ul li {
    margin-right: 59px;
}

.flow_img .ico ul li p {
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.flow_img .ico ul li:last-child {
    margin-right: 0px;
}

.flow_img .ico ul .cstm {
    color: #04AF7A;
    width: 127px;
    height: 80px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/flow/images/ico_customer.png?d=230313);
}

.flow_img .ico ul .ricoh {
    color: #676767;
    width: 124px;
    height: 80px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/flow/images/ico_ricoh.png);
}

.flow_img04 .ico ul .ricoh {
    color: #676767;
    width: 190px;
    height: 92px !important;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/flow/images/ico_ricoh_japan.png) !important;
}

.flow_img .ico ul .ricoh_japan {
    height: 90px;
}

.flow_img .ico ul .ricoh_japan p {
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding-left: 4px;
}

.win.firefox .flow_img .ico ul .ricoh_japan p {
    line-height: 1 !important;
}

.flow_img .w_line {
    font-size: 12px;
    line-height: 1em !important;
}

.flow_img .flow_area {
    width: 465px;
    text-align: center;
    font-size: 14px !important;
}

.flow_img .flow_area ul {
    position: relative;
}

.flow_img .flow_area ul:after {
    content: "";
    display: block;
    clear: both;
}

.flow_img .flow_area ul li {
    display: table;
    width: 212px;
    float: left;
    box-sizing: border-box;
}

.flow_img .flow_area ul li.fs_ricoh {
    float: right;
}

.flow_img .flow_area ul li span {
    vertical-align: middle;
    margin: 0 auto;
    display: table-cell;
    padding-top: 2px;
    font-weight: bold;
}

.flow_img .num {
    font-size: 13px;
    font-weight: bold;
    width: 32px;
    position: relative;
}

.flow_img .num:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.ie .flow_img .num:after {
    top: 25px;
}

.fs_cstm .num:after {
    background-color: #04AF7A;
}

.fs_ricoh .num:after {
    background-color: #676767;
}

.flow_img .fl_txt {
    font-size: 16px;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
}

.flow_img .flow_area ul p {
    margin-bottom: 0 !important;
    line-height: 45px !important;
}


.flow_img .fl {
    border: 2px solid #04AF7A;
    border-radius: 2px;
}

.flow_img .fs_ricoh.fl {
    border-color: #676767;
}

.flow_img .flow001 ul .fl01 {
    top: 0;
    left: 0;
}

.flow_img .flow001 ul .fl02 {
    top: 0;
    left: 255px;
    border: 2px solid #676767;
    border-radius: 2px;
}


.flow_img .flow001 ul .fl04 {
    margin-top: 0;
    border: 2px solid #676767;
}

.flow_img .flow001 ul .fl05 {
    margin-top: 0px;
    border: 2px solid #676767;
}


.flow_img .fs_cstm {
    display: inline-block;
    color: #04AF7A;
}

.flow_img .fs_ricoh {
    display: inline-block;
    color: #676767;
}

/* ----------------------------------------------
*
    .step_img
*
---------------------------------------------- */

.step_img {
    float: right;
    width: 515px;
    color: #676767;
}

.step_img .green {
    color: #04AF7A;
}

.step_img .hd_num {
    font-weight: bold;
    margin-bottom: 6px !important;
    font-size: 16px !important;
}

.step_img .hd_num span {
    font-size: 20px;
    padding-right: 10px;
}

.step_img .stp_detail {
    line-height: 1.5 !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.step_img ul {
    position: relative;
}

.step_img ul li {
    width: 515px;
    padding: 17px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
}

.step_img ul li:nth-child(odd) {
    background-color: #f4f4f4;
}

.step_img ul li:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-top: 17px solid #f4f4f4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    z-index: 100;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.step_img ul li:nth-child(even):after {
    border-top: 17px solid #fff;
}

.step_img .stp_area {
    width: 515px;
}

.step_img .step001 {
    margin-top: 100px;
}


/* ----------------------------------------------
    .共通
---------------------------------------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.pl20 {
    padding-left: 20px !important;
}

.pl21 {
    padding-left: 21px !important;
}

.pl22 {
    padding-left: 22px !important;
}

.pl23 {
    padding-left: 23px !important;
}

.pl24 {
    padding-left: 24px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl26 {
    padding-left: 26px !important;
}

.pl27 {
    padding-left: 27px !important;
}

.pl28 {
    padding-left: 28px !important;
}

.pl29 {
    padding-left: 29px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl31 {
    padding-left: 31px !important;
}

.pl32 {
    padding-left: 32px !important;
}

.pl33 {
    padding-left: 33px !important;
}

.pl34 {
    padding-left: 34px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl36 {
    padding-left: 36px !important;
}

.pl37 {
    padding-left: 37px !important;
}

.pl38 {
    padding-left: 38px !important;
}

.pl39 {
    padding-left: 39px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl41 {
    padding-left: 41px !important;
}

.pl42 {
    padding-left: 42px !important;
}

.pl43 {
    padding-left: 43px !important;
}

.pl44 {
    padding-left: 44px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl46 {
    padding-left: 46px !important;
}

.pl47 {
    padding-left: 47px !important;
}

.pl48 {
    padding-left: 48px !important;
}

.pl49 {
    padding-left: 49px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl51 {
    padding-left: 51px !important;
}

.pl52 {
    padding-left: 52px !important;
}

.pl53 {
    padding-left: 53px !important;
}

.pl54 {
    padding-left: 54px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl56 {
    padding-left: 56px !important;
}

.pl57 {
    padding-left: 57px !important;
}

.pl58 {
    padding-left: 58px !important;
}

.pl59 {
    padding-left: 59px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl61 {
    padding-left: 61px !important;
}

.pl62 {
    padding-left: 62px !important;
}

.pl63 {
    padding-left: 63px !important;
}

.pl64 {
    padding-left: 64px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl110 {
    padding-left: 110px !important;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

/*add*/

.step_img {
    position: relative;
}

/* 230301 */
.ricoh_left p {
    position: relative;
    left: -60px;
    border-bottom: 1px solid #676767;
    line-height: 23px !important;
}

.step_img.bg_even ul li:nth-child(odd) {
    background: #fff;
}

.step_img.bg_even ul li:nth-child(even) {
    background: #F4F4F4;
}

.step_img.bg_even ul li:nth-child(odd)::after {
    border-top: 17px solid #fff;
}

.step_img ul li.arrow:after {
    border-top: 17px solid #f4f4f4;
}

.arrow07 {
    position: absolute;
    width: 145px;
    height: 108px;
    border-left: 2px solid #04AF7A;
    border-bottom: 2px solid #04AF7A;
    box-sizing: border-box;
    left: 110px;
    top: 17px;
}

.arrow07_img {
    position: absolute;
    left: 238px;
    top: 114px;
}

.flow_area .arrow_b.arrow08 {
    width: 151px;
    height: 106px;
    border-bottom: solid 2px #676767;
    border-right: solid 2px #676767;
    border-top: none;
    margin-top: 0px;
    position: relative;
}

.flow_img .flow003 ul .fl01 {
    margin-top: -26px;
}

.flow_img .flow003.flow_area {
    position: relative;
    top: -74px;
}

.flow_img03 .arrow03 {
    top: 53px;
    height: 135px;
}

.flow_img .flow003 ul .fl03 {
    top: 130px;
}


/* 230315 */

.box.flex {
    display: flex;
    justify-content: space-between;
}

.flex+.flex {
    margin-top: 40px;
}

.flex.last .step_img ul li:after {
    content: none;
}

.flow_img .flow_area ul li.title {
    height: 45px;
    background: #fff;
}

.flow_img .flow_area,
.flow_img .flow_area ul,
.flow001 .arrow01,
.flow_area .arrow_parent {
    height: 100%;
}

.flow_area.rightdown {
    position: relative;
}

.flow_img .flow_area ul::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
}

.flow_img .flow_area.black ul::before {
    border-top: solid 2px #676767;
    border-right: solid 2px #676767;
}

.flow_img .flow_area ul::after {
    position: absolute;
}

.flow_img .flow_area.rightdown ul::before {
    border-top: solid 2px #04AF7A;
    border-right: solid 2px #04AF7A;
    right: 98px;
    top: -4px;
    margin-top: 24px;
    width: 154px;
}

.flow_img .flow_area.rightdown ul::after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/flow/images/arrow_g02.png);
    right: 89px;
    bottom: -27px;
}

.flow_img .flow_area.down ul::before {
    right: 98px;
    height: 100%;
    top: 45px;
}

.flow_img .flow_area.down ul::after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/flow/images/arrow_b02.png?d=230313);
    right: 89px;
    bottom: -27px;
}

.flow_img .flow_area.downleft ul::before {
    border-top: none;
    border-bottom: solid 2px #676767;
    right: 98px;
    top: 21px;
    margin-top: 24px;
    width: 154px;
}

.flow_img .flow_area.downleft ul::after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/flow/images/arrow_b.png?d=230313);
    right: 238px;
    bottom: -59px;
}

.flow_img .flow_area.downright ul::before {
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #04AF7A;
    border-left: 2px solid #04AF7A;
    left: 115px;
    top: 21px;
    margin-top: 24px;
    width: 134px;
}

.flow_img .flow_area.downright ul::after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/flow/images/arrow_g.png);
    right: 212px;
    bottom: -59px;
}
