@charset "UTF-8";
/* ======================= BASE ====== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
  font-size: 10px;
    font-family:  "FontAwesome","FontAwesome",Roboto,Noto Sans Japanese,Helvetica Neue,Hiragino Kaku Gothic ProN,'游ゴシック','メイリオ',meiryo,sans-serif, sans-serif!important
}

#blogHeader .accordion-control, #header .accordion-control{
  font-size: 1.2rem!important;
}

.order_head{
  background: url("//www2.biznet.co.jp/index.php/download_file/view_inline/391/") no-repeat;
background-size: cover;
padding-bottom: 85px;
background-position: center;
}
.order_inner{
    width: 83.3%;
    margin: 0 auto;
    max-width: 1200px;
}

.order_left{
  width: 503px;

}

.order_left img{
  width: 100%;
  max-width: 670px;
  margin-top: 121px;
  margin-bottom: 40px;
}

#order_btn{
  margin: 0 auto;
}

.order_block1{
  padding-top: 90px;
  padding-bottom: 60px;
  background: #EDF2FB;
}

.order_block_content{
  display: flex;
justify-content: space-around;
}

/* --- ORDERBOX -------------------------------------------------*/
.order_box_ttl {
 position      : relative;            /* タイトル用に親要素定義  */
 box-sizing    : border-box;          /* 罫線・余白も含む大きさ  */
 margin        : 14px auto 0 auto;    /* BOXの位置               */
 max-width: 1200px;               /* BOXの最大横幅           */
 background    : #fff;                /* BOXの背景色             */
 padding       : 80px 10px 20px 10px; /* BOX内の余白             */
 border: 1px solid #DDDDDD;   /* BOXの枠線               */
 width: 100%;
 box-shadow: 0px 2px 4px #2223;
}

/* --- タイトル部分 ----------------------------------------*/
.order_box_ttl::before {
 position      : absolute;          /* 親からの相対位置の定義  */
 display       : inline-block;      /* インラインボックス定義  */
 box-sizing    : border-box;        /* 罫線・余白も含む大きさ  */
 line-height   : 1;                 /* 1行の高さを初期化       */
 background: #FFFFFF;           /* タイトル背景色          */
 color: #003F98;           /* タイトルの文字色        */
 content       : attr(title);       /* タイトルに[title]を表示 */
 font-weight   : bold;              /* タイトルは太字          */
 padding: 15px 15px;          /* タイトル内の余白        */
 top: -34px;             /* タイトル上位置はマイナス*/
 left: 50%;              /* タイトル右位置は1文字分 */
 border-radius : 35px;              /* タイトルの角丸          */
 font-size     : 16px;              /* タイトルの文字サイズ    */
 border: 3px solid #003F98;
 font-size: 3.2rem;
 transform: translateX(-50%);
}

/*追加依頼分*/
.order_block_content li{
  max-width: 296px;
  width: 20%;
}

/*追加依頼分*/


.order_block_content li img{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 131px;
}

.order_block1_ttl{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.order_block1_dis{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}

.order_block2{
  padding-top:60px;
  padding-bottom: 20px;
  position: relative;
  background: #FFFFFF;
  border-bottom: 3px solid #003F98;
}

.order_block2 p{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.order_block2 .order_block2_img{
  max-width: 1064.99px;
  width: 88.66%;
  display: block;
  margin: 0 auto 120px;
}

.order_block2 h2{
  color: #003F98;
  font-weight: bold;
  text-align: center;
  font-size: 3.4rem;
}

.order_block3{
  padding: 60px 0px;
  background: #F4F8FF;
}

.order_block3_dis{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

.order_block3 .order_inner p.order_block3_dis{
  margin-bottom:20px;
}

.order_block3_content{
  display: flex;
  justify-content: space-around;
  margin-bottom:40px;
}

.order_block3 .order_inner ul.order_block3_content{
 margin-bottom: 40px;
 margin-top: 40px;
}


.order_block3_item{
  width: 169px;
}

.order_box_ttl2 {
 position      : relative;            /* タイトル用に親要素定義  */
 box-sizing    : border-box;          /* 罫線・余白も含む大きさ  */
 margin        :0 auto;    /* BOXの位置               */
 max-width: 992px;               /* BOXの最大横幅           */
 background    : #fff;                /* BOXの背景色             */
 padding       : 45px 0px; /* BOX内の余白             */
 border: 3px solid #003F98;   /* BOXの枠線               */
 width: 82.6%;
 border-radius: 10px;
}

/* --- タイトル部分 ----------------------------------------*/
.order_box_ttl2::before {
 position      : absolute;          /* 親からの相対位置の定義  */
 display       : inline-block;      /* インラインボックス定義  */
 box-sizing    : border-box;        /* 罫線・余白も含む大きさ  */
 line-height   : 1;                 /* 1行の高さを初期化       */
 background: #FFFFFF;           /* タイトル背景色          */
 color: #003F98;           /* タイトルの文字色        */
 content       : attr(title);       /* タイトルに[title]を表示 */
 font-weight   : bold;              /* タイトルは太字          */
 padding: 10px 20px;          /* タイトル内の余白        */
 top: -28px;             /* タイトル上位置はマイナス*/
 left: 50%;              /* タイトル右位置は1文字分 */
 border-radius : 27px;              /* タイトルの角丸          */
 font-size     : 2.4px;
 font-weight: bold;            /* タイトルの文字サイズ    */
 border: 2px solid #003F98;
 font-size: 2.4rem;
 transform: translateX(-50%);
}

.order_box_ttl2 img{
width: 89.5%;
max-width: 888.35px;
display: block;
margin: 0 auto;
}

.order_block2:before {
    content: "";
    position: absolute;
    top: 99.6%;
    left: 50%;
    transform: translateX(-50%);
    border: 25px solid transparent;
    border-top: 20px solid #FFFFFF;
    z-index: 1;
}
.order_block2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 25px solid transparent;
    border-top: 20px solid #003F98;
}


#order_block5_img1 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 316px;
}

#order_block5_img2 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 180.3px;
}

#order_block5_img3 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 168px;
}


#order_block5_img4 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 104px;
}

#order_block5_img5 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 104px;
}

#order_block5_img6 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 135.62px;
}

#order_block5_img7 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 131.1px;
}
/*

.order_company_ttl{
  width: 109px;
  position: absolute;
}
*/
#order_last1 {
    width: 108.9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#order_last2 {
    width: 112.75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#order_last3 {
    width: 59.23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.document_block{
  padding-top: 60px;
  padding-bottom: 40px;
}

.document_item{
  background: #F8F8F8;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: content-box;
}

.document_left{
  max-width: 776px;
  width: 67%;
  position: relative;
}

.document_absolute{
position: absolute;
font-size: 1.4rem;
right: 0;
bottom: 0;
}

.document_ttl{
  padding-bottom: 10px;
font-size: 1.8rem;
color: #003F98;
border-bottom: 1px solid #DDDDDD;
font-weight: bold;
margin-bottom: 20px;
}

.document_dis{
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.document_img{
  max-width: 266px;
  width: 30%;
  background-size: cover;
}



.order_inner .document_left a{
  width: 227px;
    display: block;
    padding: 14px 0px;
    background: url("//www2.biznet.co.jp/index.php/download_file/view_inline/446/") 90% center no-repeat #FABE01;
    border-radius:  20px;
    text-decoration: none;
    text-align: center;
    color: #241916;
    font-weight: bold;
    box-shadow: 0px 2px 4px #70707082;
    font-size: 1.4rem;
    background-size: 6px;
line-height: 1;
}

.order_sp{
  display: none;
}

.pro_last_block_content1 .pro_company h2.pro_company_ttl{
  font-size: 18px!important;
}



  @media screen and (max-width: 800px){
.order_box_ttl::before {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    background: #FFFFFF;
    color: #003F98;
    content: attr(title);
    font-weight: bold;
    padding: 15px 15px;
    top: -34px;
    left: 50%;
    border-radius: 30px;
    font-size: 16px;
    border: 3px solid #003F98;
    font-size: 3.0rem;
    transform: translateX(-50%);
}
}

    @media screen and (max-width: 767px){
.order_pc{
  display: none;

}

.order_sp{
  display: block;
}


      .order_inner{
        width: 95%;
        margin: 0 auto;

      }

      .order_left {
    width: 100%;
}

.order_head {
    background: url(//www2.biznet.co.jp/index.php/download_file/view_inline/392/) center no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    padding-top: 27px;
    margin-top: 56px;
}

.order_left {
    width: 100%;
}

.order_left img {
    width: 100%;
    max-width: 670px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.order_box_ttl::before {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    background: #FFFFFF;
    color: #003F98;
    content: attr(title);
    font-weight: bold;
    padding: 12px 17px;
    top: -18px;
    left: 50%;
    border-radius: 30px;
    font-size: 16px;
    border: 3px solid #003F98;
    font-size: 1.6rem;
    transform: translateX(-50%);
    width: 280.5px;
    text-align: center;
}

.order_block1 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EDF2FB;
    position: relative;
z-index: -1;
}

.order_block_content {
    display: block;
    justify-content: space-around;
}

.order_box_ttl {
    position: relative;
    box-sizing: border-box;
    margin: 14px auto 0 auto;
    max-width: 1200px;
    background: #fff;
    padding: 40px 30px 6px 30px;
    border: 1px solid #DDDDDD;
    width: 100%;
    box-shadow: 0px 2px 4px #2223;
    max-width: 375px;
}

.order_block_content li {
    max-width: 355px;
    width: 100%;
}

.order_block_content li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 101px;
}

.order_block1_ttl {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.order_block_content li {
    max-width: 355px;
    width: 100%;
    margin-bottom: 14px;
}

span.order_big {
    font-size: 2.4rem;
}

.order_block2 {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    background: #FFFFFF;
    border-bottom: 3px solid #003F98;
}


/*追加依頼分*/


.order_block2 p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.order_block2 .order_block2_img{
  display: none;
}
.order_block2_sp{
  width: 100%;
max-width: 375px;
margin: 0 auto 50px;
}

.order_block2 h2 {
    color: #003F98;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
}

p.pro_company_dis {
    width: 66%;
    font-size: 1.4rem;
    margin: 0 auto;
    /* padding: 15px 30px 15px 30px; */
    /* padding-bottom: 15px; */
    line-height: 1.8;
    background: #FFF;
    box-sizing: border-box;
}

h2.pro_company_ttl {
    background: #003F98;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 3px 0px;
    right: 0;
    top: 0;
    width: 100%;
}

.pro_last_block_content1 li.pro_company {
    width: 100%;
    border: 2px solid #003F98;
    max-width: 375px;
    margin: 0 auto 10px;
    position: relative;
}



.order_block3_dis {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 18px;
}
.order_block3 .order_inner p.order_block3_dis{
  margin-bottom:18px;
}


.order_block3_item img{
  width: 97.5px;
  margin: 0 auto;
  display: block;
}

.order_block3_item {
    width: 50%;
    margin-bottom: 20px;
}

.order_block3_content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.order_block3 .order_inner ul.order_block3_content{
  margin-bottom: 30px;
 }

.order_box_ttl2::before {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    background: #FFFFFF;
    color: #003F98;
    content: attr(title);
    font-weight: bold;
    padding: 4px 11px;
    width: 159px;
    top: -19px;
    left: 50%;
    border-radius: 16px;
    font-size: 2.4px;
    font-weight: bold;
    border: 2px solid #003F98;
    font-size: 1.8rem;
    transform: translateX(-50%);
}

.order_box_ttl2 {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 992px;
    background: #fff;
    padding: 20px 0px 10px 0px;
    border: 3px solid #003F98;
    width: 82.6%;
    border-radius: 10px;
}

.order_block3 {
    padding: 40px 0px 20px 0px;
    background: #F4F8FF;
}

#order_block5_img1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 295px;
}

#order_block5_img2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 106px;
}

#order_block5_img3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 160px;
}



#order_block5_img4 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 107px;
}

#order_block5_img5 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 107px;
}

#order_block5_img6 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130px;
}

#order_block5_img7 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 125px;
}


#order_last2 {
    width: 145.01px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#order_last1 {
    width: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#order_last2 {
    width: 69px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#order_last3 {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pro_flex .pro_company_img {
    width: 34%;
    margin: 0 auto;
    position: relative;
    height: auto;
    border-bottom: 0px solid #DDDDDD;
}

#pro_last_content2_sp{
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

    }

    /*修正*/

    .order_big{
      font-size: 3.8rem;
    }

    .document_left a:hover{
      opacity: 0.7;
    }




    /*資料請求フォーム*/
    @media screen and (max-width: 767px){
      .document_block {
          padding-top: 30px;
          padding-bottom: 20px;
      }

      .document_item {
    background: #F8F8F8;
    display: block;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding: 10px 5px;
    /* margin-bottom: 20px; */
    max-width: 375px;
    margin: 0 auto 10px;
    box-sizing: content-box;
}

.document_img {
    max-width: none;
    width: 100%;
    background-size: cover;
    height: 165px;
    margin-bottom: 10px;
}

.document_left {
    max-width: none;
    width: 100%;
    position: relative;
}

.document_ttl {
    padding-bottom: 10px;
    font-size: 1.6rem;
    color: #003F98;
    border-bottom: 0px solid #DDDDDD;
    font-weight: bold;
    margin-bottom: 0px;
}

.document_dis {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.document_absolute {
    position: static;
    font-size: 1.4rem;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
}

.order_inner .document_left a {
    width: 100%;
    display: block;
    padding: 14px 0px;
        background: url("//www2.biznet.co.jp/index.php/download_file/view_inline/446/") 90% center no-repeat #FABE01;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    color: #241916;
    font-weight: bold;
    box-shadow: 0px 2px 4px #70707082;
    font-size: 1.4rem;
    background-size: 6px;
    line-height: 1;
}

.pro_last_block_content1 .pro_company h2.pro_company_ttl{
  font-size: 12px!important;
    background: #003F98;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1rem;
    padding: 3px 0px;
}

.pro_block5 .procurement_inner h2.pro_block5_ttl {
    margin-bottom: 10px!important;
}
    }

    .order_cv_dis img{
      max-width: 536px;
      width: 95%;
      margin: 0 auto;
    }

    p.order_company_dis{
      height: auto;
    }

    .lp .breadcrumb {
        margin-bottom: 0px;
        padding: 15px 0;
    }

    .catalog .mainVisual{
      background:url("//www2.biznet.co.jp/index.php/download_file/view_inline/448/") #f5f5f5 no-repeat;
      background-size: cover;
      background-position: center top;

    }

    .catalog .mainVisual .mainVisual {
    background: none;
    }

    body.catalog .mainVisual_copy {
    padding: 25px 10px 0;
    margin-top: 0;
    }


    .header + .cont > .lp > div:not(.mainVisual):first-child{
      padding-top: 0px!important;
    }


    .part1 {
        padding: 60px 0;
    }

    .message {
        font-size: ;
        color: #003F98;
        text-align: center;

    }



    .marker-line {
        background: linear-gradient(transparent 40%, rgba(250, 190, 1, 0.25) 0%);
        padding: 0px 15px;
    }
    .contents {
        position: relative;
        width: auto;
        max-width: 1200px;
        border: solid 3px #003F98;
        border-radius: 20px;
        background-color: #FFF;
        margin-left: auto;
        margin-right: auto;
        margin-top: 67px;
        display: flex;
        justify-content: space-around;
        list-style: none;
    padding: 90px 0 40px 0;
flex-wrap: wrap;

    }
    .contents::before {
        content: "アナログな受注業務で手間とコストがかかっていませんか？";
        color: #FFF;
        font-size: 32px;
        font-weight: bolder;
        background-color: #003F98;
        padding: 20px;
        border-radius: 40px;

        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
            text-align: center;
            line-height: 1;
    }



    .contents p {
        width: 195px;
        font-size: 18px;
        text-align: center;
font-weight: bold;
margin: 0 auto;
    }

    .new_order_imgbox {
      width: 190px;
  height: 178px;
  position: relative;
  margin: 0 auto 20px;
    }

    #new_order1 {
      width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #new_order2 {
    width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#new_order3 {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.message {
    font-size: 20px;
    font-weight: bold;
}

strong.marker-line {
    font-size: 20px;
}

.icon {
    padding: 3px;
    display: block;
    background: #fff;
    border-radius: 0px;
    color: #003F98;
    font-size: 14px;
}


h2.pro_company_ttl {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    height: 85px;
}

.pro_company_ttl span {
    width: 55%;
    display: inline-block;
    font-size: 18px;
    text-align: left;
}

    @media screen and (max-width: 767px){
.contents li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
}

.contents p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

.contents li:nth-child(2), .contents li:nth-child(3) {
    width: 40%;
}

.new_order_imgbox {
    width: 100%;
    height: 130px;
    position: relative;
    margin: 0 auto 0px;
}


.contents {
    position: relative;
    width: 95%;
    max-width: 1200px;
    border: solid 3px #003F98;
    border-radius: 20px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 80px 0 40px 0;
    flex-wrap: wrap;
}

img#newimg_01 {
    width: 90%;
    margin: 0 auto;
}

h2.pro_company_ttl {
    display: flex;
    justify-content: space-between;
    padding: 10px!important;
    align-items: center;
    height: 60px;
}

.pro_last_block_content1 .pro_company .pro_flex p.pro_company_dis {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    margin: 30px 10px 30px 10px!important;
}

.pro_ttl_radius {
    font-size: 1.2rem;
    padding: 5px 0px;
    width: 240px!important;
    margin: 0 auto 10px;
    display: block;
    background: #FFF;
    border-radius: 20px;
    text-align: center;
    color: #003F98;
    font-weight: bold;
}

.pro_cv_area h2.pro_ttl_radius {
    font-size: 1.6rem!important;
    font-weight: bold;
    margin-bottom: 9px;
}

.contents::before {
    content: "アナログな受注業務で手間とコストがかかっていませんか？";
    color: #FFF;
    font-size: 16px;
    font-weight: bolder;
    background-color: #003F98;
    padding: 20px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 79%;
    text-align: center;
}

#new_order3 {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 140px;
}

#new_order2 {
   width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 140px;
}

#new_order1 {
    width: 40%;
        max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro_company_ttl span {
    width: 62%;
    display: inline-block;
    font-size: 16px;
    text-align: left;
}

}
