
.onlinedemo_obi {
  width: 100%;
  margin-top: 25px;
  border: 2px solid #01a6b9;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: #f7feff;
}


.onlinedemo_icon_img:after {
  content: "";
  display: inline-block;
}


.onlinedemo_icon_img{
  padding: 25px 20px 20px 57px;
  background: #01a6b9;
  width: 17%;
  border-radius: 2px 0 90px 2px;
  text-align: left;
  box-sizing: border-box;
}

.onlinedemo_icon_img img{
  width: 67%;
}


.onlinedemo_icon_text {
  font-size: 47px;
  font-weight: bold;
  line-height: 42px;
  color: #01a6b9;
  width: 83%;
}


.onlinedemo_tit_bold {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    line-height: 1.45;
    padding:55px 0 5px 3px;
}

.online_demo_text {
    font-size: 22px;
    color: #666666;
    margin: 7px 0 0;
}

.online_demo_text span{
    font-size: 18px;
    display: block;
    line-height: 25pt;
    color: #9b9b9b;
    margin-top: 4px;
}


.online_d_perating {
    margin-top: 15px;
}

.system_subtit {
    font-size: 19px;
    line-height: 1.6;
    color: #666666;
    padding: 20px;
}

.online_d_tit{
  padding: 20px;
  font-size: 22px;
  font-weight:bold;
  color: #ffffff;
  line-height: 1.4;
}


.table_ex_ul{
  color:#9b9b9b;
  padding-left: 5px;
  font-size: 16px;
  padding-top: 10px;
}

.onlinedemo_step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.demostep_item{
  width:22.5%;
}

.step_flow_arrow {
    font-size: 26px;
    color: #dee7ecfc;
}

.step_title {
  text-align: center;
  font-size: 20px;
  padding: 11px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}


.step_title.step1 {
    background-color: #129bea;
}

.step_title.step2 {
    background-color: #008aec;
}

.step_title.step3 {
    background-color: #006cdc;
}

.step_title.step4 {
    background-color: #0062c7;
}


.step_text {
    background: #f3fbff;
    border: 1px solid #c3c3c3;
    font-size: 20px;
    text-align: center;
    height: 147px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height:1.45;
    border-radius: 0 0 8px 8px;
}


.step_text span{
  display: block;
  color: #9b9b9b;
  font-size: 15px;
}


.event_cta {
    border: solid 2px #2d6eb5;
    background: #ffffff;
    padding: 0 0 20px 0;
    margin-top: 50px;
    margin-bottom: 30px;
}

.event_cta_title {
    background-color: #2d6eb5;
    border: 1px solid #2d6eb5;
    padding: 20px 3px 18px 25px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.contact-notice-line {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 26px;
    line-height: 1.4;
}

.contact-notice-line {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 26px;
    line-height: 1.4;
}

.event_cta_logo {
    padding: 16px 0 10px;
}

.event_cta_logo img {
    width: 26%;
    padding: 15px 0 0;
}

.event_cta_bn_area {
    width: 100%;
    background-color: #f5f5f5;
    margin: 25px auto 0;
}

.event_cta_bn_area ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.event_cta_bn_area ul li:nth-child(1) {
    position: relative;
    bottom: 8px;
}

.event_cta_bn_area ul li:nth-child(2) {
    font-size: 25px;
    color: #666666;
    font-weight: bold;
    margin: 0 22px 0px 22px;
    padding-top: 0;
}

.mig_btn {
    width: 190px;
    margin-top: 0;
    height: 42px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #FF114A;
    line-height: 40px;
    border-radius: 4px;
    letter-spacing: -0.2pt;
}

.mig_btn_a {
    font-size: 18px;
    color: #ffffff !important;
    text-align: left;
    text-decoration: none !important;
    display: block;
    padding-left: 15px;
    cursor: pointer;
}

.mig_btn_a img {
    width: 16px;
    position: absolute;
    top: 8px;
    right: 10px;
}


.introduction_cta{
  margin:10px 0 15px;
}




@media screen and (max-width: 480px) {

.onlinedemo_obi{
    margin-top: 85px;
    align-items: flex-start;
    text-align: left;
}

.onlinedemo_icon_text{
  width: 75%;
  padding: 10px 15px;
  text-align: left;
  height:75px;
}

  .onlinedemo_obi p {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -1px;
  }


  .onlinedemo_tit_bold {
    font-size: 23px;
    padding: 25px 0 5px 2px;
    line-height: 1.4;
  }

  .online_demo_text{
    font-size:17px;
  }

  .online_demo_text span {
    font-size: 14px;
    display: block;
    line-height: 1.4;
    color: #9b9b9b;
    margin-top: 9px;
    text-indent: -13px;
    padding-left: 14px;
}


.onlinedemo_icon_img {
    padding: 20px 15px;
    width: 25%;
    text-align: center;
    border-radius: 2px 0 40px 2px;
    height:75px;
}

.onlinedemo_icon_img img {
    width: 80%;
}

.online_d_tit{
  padding:12px 18px;
  font-size: 18px;
}


.system_subtit{
  font-size: 16px;
  padding: 15px 18px 13px;
  width: 100%;
  line-height: 1.45;
}

ul.table_ex_ul li {
    padding-left: 16px;
    text-indent: -16px;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 7px;
}


.onlinedemo_step{
    flex-direction: column;
}


.demostep_item {
    width: 100%;
}


.step_title{
  font-size: 17px;
  padding: 10px;
}

.step_text{
  height: 100px;
  font-size:17px;
}


.step_flow_arrow {
    font-size: 22px;
    padding: 5px 0;
    transform: rotate(90deg);
}


.browser_ul {
    text-indent: -16px;
    padding-left: 14px;
}


.browser_ul li {
    margin-bottom: 5px;
}


.table_ex_ul{
      padding-left: 2px;
      padding-top: 6px;
}


.step_text span{
  font-size:14px;
}







/* event cta style */

.event_cta{
    margin-top: 30px;
    margin-bottom: 20px;
}


  .event_cta_title {
      font-size: 23px;
      text-align: left;
      line-height: 1.35;
      padding: 15px 20px;
  }

  .contact-notice-line {
    font-size: 18px;
    text-align: left;
    padding: 20px 20px 0;
    margin: 0;
}

.event_cta_logo {
    padding: 6px 0 10px;
}

.event_cta_logo img {
    width: 65%;
}


.event_cta_bn_area {
    margin: 12px auto 0px;
        padding: 30px 0;
    width: 88%;
}

.event_cta_bn_area ul {
    flex-direction: column;
    height: auto;
}

.event_cta_bn_area ul li:nth-child(1) {
    position: relative;
    bottom: 8px;
}

.event_cta_bn_area ul li:nth-child(2) {
    font-size: 17px;
}

.event_cta_bn_area ul li:nth-child(3) {
    width: 100%;
}

.mig_btn {
    width: 80%;
    margin-top: 11px;
    height: 42px;
    margin: 7px auto 0;
}

.mig_btn_a img {
    width: 16px;
    position: absolute;
    top: 8px;
    right: 10px;
}

/* event cta style end */



.introduction_cta{
  margin:10px 0 30px;
}


}
