/*----------------------------------------------------------
-----------------------section_mainImg----------------------
----------------------------------------------------------*/
.section_mainImg {
  margin-bottom: 42px;
}
.section_mainImg img {
  width: 100%;
}

/*----------------------------------------------------------
--------------------------service_2-------------------------
----------------------------------------------------------*/
.service_2 {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 10px 0;
}

.service_2.alignCenter {
  -ms-align-items: center;
  align-items: center;
}

.service_2_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  width: 270px;
  margin-right: 40px;
  padding: 15px 32px;
}

.service_2_box + * {
  width: calc(100% - 310px);
}

.service_2_ttl {
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: #999;
  font-weight: bold;
}

.service_2_ttl span {
  font-size: 3.2rem;
  margin-left: 10px;
  color: #999;
  font-weight: normal;
}

.service_2_ttl span.black {
  color: #000;
  margin-left: 0;
  font-size: 2.0rem;
}

.service_2 .annotation {
  margin-top: 12px;
}

.service_2.last {
  margin-top: -10px;
}

.service_2.last .orange {
  border: 2px solid #ec6f00;
}

.service_2_txt {
  line-height: 1.8;
}

.service_2.last {
  padding-top: 0;
  -ms-flex-align: center;
      align-items: center;
}

.service_2 .green {
  background: #009849;
}

.service_2 .blue {
  color: #fff;
  background: #00a3d9;
}

.service_2 .gray {
  background: #edeeee;
}

.service_2 .orange {
  background: #ec6f00;
}

.service_2.last .orange {
  color: #ec6f00;
  background: #fff;
}

.service_middleware .service_2 {
  padding: 22px 0;
}

/*----------------------------------------------------------
--------------------------linkBox---------------------------
----------------------------------------------------------*/
.linkBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.linkBox h3 {
  margin-bottom: 15px;
}

.linkBox_link {
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  background: #fff;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.linkBox_link a {
  display: block;
}
.linkBox_link h3{
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.linkBox_link p {
  font-size: 1.325rem;
  line-height: 1.8;
  text-align: justify;
  padding: 0 15px 15px 15px;
}

.linkBox_link img {
  margin-bottom: 15px;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.linkBox_link.current {
  box-shadow: none;
  transform: translate3d(-2px, 2px, 0);
  outline: 4px solid #f5022f;
  border:none;
}

.linkBox_link .link {
  font-size: 1.4rem;
}

.linkBox_link .link::before {
  margin-right: 12px;
}

/*----------------------------------------------------------
--------------------------flow----------------------------
----------------------------------------------------------*/
.flow_box {
  width: 100%;
  position: relative;
}

.flow_box::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
}

.flow_box:last-child::after {
  display: none;
}

.flow_step {
  background: #f5022f;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
}

.flow_step span {
  font-style: italic;
  color: #fff;
}

.flow_title {
  background: #525b5c;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.8;
  font-size: 1.6rem;
}

.flow_contents {
  line-height: 1.8;
}

.flow_contents a{
  display: block;
}
.flow_contents a span{
  color: #f5022f;
}
.flow_contents a span:hover{
  text-decoration: underline;
  text-decoration-color: #f5022f;
}
.flow_contents a span:after{
  display: inline-block;
  content: '';
  width: 9px;
  height: 15px;
  min-width: 9px;
  min-height: 15px;
  margin-left: 8px;
  background-image: url(../../cmn/img/icon_chev_red.svg);
  background-color: #fff;
}

.service_flow .gray {
  width: 100%;
  padding: 20px 0;
  margin: 30px 0 60px;
}

.service_flow .gray p {
  font-size: 1.6rem;
  text-align: center;
}

/*----------------------------------------------------------
--------------------------seminar----------------------------
----------------------------------------------------------*/
.seminar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 34px;
}

.seminar_box {
  width: calc(100% - 300px);
  padding-right: 54px;
}

.seminar_box h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 24px;
}

.seminar_box p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 22px;
}

.seminar_img {
  width: 300px;
  padding-left: 66px;
  border-left: 1px solid #ccc;
}

.seminar .annotation {
  margin: 1em 0;
}

/*----------------------------------------------------------
---------------------service_top_solution-------------------
----------------------------------------------------------*/
.service_top_solution .service_top_solution_text_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_top_solution_text {
  width: 47.5%;
}
.service_top_solution_img {
  width: 47.5%;
}

.service_top_solution_img img {
  width: 100%;
}

/*----------------------------------------------------------
-----------------------btn_style_w400-----------------------
----------------------------------------------------------*/
.btn_style_w400 {
  padding-top: 30px;
}

.btn_style_w400 .btn {
  width: 400px;
}


/* consultation page */
.feasibility .service_2_content {
  padding: 20px 0;
}

/* hardware page */
.rfid_tag .col_2 .white_2 {
  margin-bottom: 0;
}
.rfid_tag .col_2 img {
  display:block;
  width: 60%;
  margin: 0 auto;
}
.rfid_tag .col_2.v2 img {
  display:block;
  width: 80%;
  margin: 0 auto 20px;
}
.rfid_tag .white_2 {
  margin-bottom: 42px;
}
.rfid_tag .col_3 {
  margin-bottom: 0;
}
.rfid_tag .col_3 img {
  display:block;
  width: 100%;
  margin: 0 auto 20px;
}

.rfid_reader_about {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 42px;
}
.rfid_reader_about .lead {
  width: 55%;
  margin: 0;
}
.rfid_reader_about_img {
  width: 40%;
  margin-top: 0!important;
}
.rfid_reader_about_img img {
  width: 100%;
}

.rfid_col_2 {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.rfid_col_2_img {
  width: 35%;
}
.rfid_col_2_img_inner {
  display: table;
}
.rfid_col_2_img span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 211px;
}
.rfid_col_2_img img {
  width: 100%;
}
.rfid_col_2_annotation {
  margin-top: 10px;
  font-size: 1.3rem;
}
.rfid_col_2 .lead {
  width: 65%;
  margin: 0;
}

.rfid_reader_fixed_application .col_3 {
  margin-bottom: 0;
}
.rfid_reader_fixed_application .col_3 img {
  display:block;
  width: 100%;
  margin-bottom: 20px;
}

.antenna .white_2 {
  margin-bottom: 42px;
}
.antenna .rfid_col_2 {
  margin-bottom: 0;
}