.bottomDubble-service {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 768px) {

.bottomDubble-service {
  display: block;
  text-align: center;
}

}
/*----------------------------------------------------------
--------------------------flow----------------------------
----------------------------------------------------------*/
.flow {
  margin-top: 40px !important;
}

.flow_box + .flow_box {
  margin-top: 22px;
}

.flow_box::after {
  border-top: 12px solid #525b5c;
  border-bottom: 12px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  margin-left: -22px;
}

.flow_top {
  display: -ms-flexbox;
  display: flex;
}

.flow_step {
  width: 60px;
  padding: 16px 0;
  font-size: 1rem;
  line-height: 1;
}

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

.flow_title {
  width: calc(100% - 60px);
  padding: 20px 10px;
}

.flow_contents {
  border-bottom: 2px solid #ccc;
  padding: 10px;
  font-size: 1.4rem;
}

.flow_contents a{
  margin-top: 1.5rem;
}

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

.flow_contents {
  padding: 17px 10px;
}

}

/*----------------------------------------------------------
--------------------------linkBox----------------------------
----------------------------------------------------------*/
.linkBox {
  flex-wrap: wrap;
}

.linkBox_link div {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 0;
}

.linkBox_link img {
  width: 30%;
  margin-bottom: 0;
}

.linkBox_link h3 {
  width: 70%;
  text-align: left;
  margin: 0 15px;
}

.linkBox_link p {
  padding-top: 15px;
}

.linkBox_link + .linkBox_link {
  margin-top: 20px;
}

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

.linkBox {
  flex-wrap: nowrap;
}

.linkBox_link div {
  display: block;
}

.linkBox_link p {
  padding-top: 0;
}

.linkBox_link img {
  width: 100%;
  margin-bottom: 20px;
}

.linkBox_link div {
  width: 100%;
  padding-bottom: 15px;
}

.linkBox_link h3 {
  width: 100%;
  margin: 0;
  text-align: center;
}

.linkBox_link + .linkBox_link {
  margin-top: 0;
}

}

/*----------------------------------------------------------
--------------------------seminar----------------------------
----------------------------------------------------------*/
.seminar {
  display: block;
  margin-bottom: 0;
}

.seminar_box {
  width: 100%;
  padding-right: 0;
}

.seminar_box p {
  margin-bottom: 30px;
}

.seminar_img {
  width: 100%;
  padding-left: 0;
  border-left: none;
}

.seminar_img img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
.seminar {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}

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

.seminar_box p {
  margin-bottom: 22px;
}

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

}

/*----------------------------------------------------------
--------------------------list----------------------------
----------------------------------------------------------*/
.sublist{
  margin-top: 42px;
}
.sublist li{
  background: #fff;
  padding: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-left: 4px solid #f5022f;
}


/*----------------------------------------------------------
---------------------service_top_solution-------------------
----------------------------------------------------------*/
.service_top_solution .border_gray_box + .border_gray_box {
  margin-top: 20px;
}

.service_top_solution_text {
  width: 100%;
  order: 2;
}
.service_top_solution_img {
  width: 100%;
  margin-bottom: 20px;
  order: 1;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
.service_top_solution .border_gray_box + .border_gray_box {
  margin-top: 30px;
}
.service_top_solution_text {
  width: 47.5%;
  order: 1;
}
.service_top_solution_img {
  width: 47.5%;
  margin-top: 0;
  order: 2;
}

}

/*----------------------------------------------------------
--------------------------service_2-------------------------
----------------------------------------------------------*/
.service_2 {
  display: block;
}
.service_2_box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.service_2_box + * {
  width: 100%;
}

.service_2_ttl {
  font-size: 1.6rem;
}
.service_2_ttl span.black {
  font-size: 1.6rem;
  line-height: 1.4;
}

.col_2 {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_2 div {
  order: 2;
  margin-bottom: 40px;
}

.col_2 div.col_2_last {
  order: 1;
  margin-bottom: 20px;
}

.col_2 div.col_2_img {
  margin-bottom: 20px;
}

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

.service_2 {
  display: -ms-flexbox;
  display: flex;
}
.service_2_box + * {
  width: calc(100% - 310px);
}

.service_2_box {
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-right: 40px;
  margin-bottom: 0;
}

.col_2 div {
  order: 1;
  margin-bottom: 0;
}

.col_2 div.col_2_last {
  order: 2;
  margin-bottom: 0;
}

/* add */

.col_2,
.col_3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 42px;
}

.col_2 > * {
  width: calc(50% - 14px);
}

.col_2 > * + * {
  margin-left: 28px;
}

.col_2_last {
  margin: 0 0 0 28px;
}

.col_2_img {
  display: table;
  height: 163px;
  margin-bottom: 0;
}

.col_2_img span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.col_3 > * {
  width: calc((100% - 64px) / 3);
  margin-left: 32px;
}

.col_3 > *:first-child {
  margin-left: 0;
}

.cnt_title {
  padding: 22px;
}

.cnt_txt {
  padding: 44px 50px 66px;
}

.cnt_txt > * + * {
  margin-top: 14px;
}

.comments {
  font-size: 1.4rem;
  margin-top: 16px;
  margin-bottom: 60px;
}

}

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

.btn_style_w400 .btn {
  width: 100%;
}


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

/* hardware page */
.rfid_tag .col_2 .white_2,
.rfid_tag .white_2 {
  margin-bottom: 30px;
}
.col_3 .center {
  margin-bottom: 20px;
}
.rfid_reader_about .lead {
  width: 100%;
  margin-top: 20px;
  order: 2;
}
.rfid_reader_about_img {
  width: 100%;
  order: 1;
}
.rfid_col_2 {
  margin-bottom: 35px;
}
.rfid_col_2_img {
  width: 100%;
}
.rfid_col_2_img span {
  display: block;
  height: auto;
}
.rfid_col_2 .lead {
  width: 100%;
  margin-top: 20px;
}
.antenna .white_2 {
  margin-bottom: 30px;
}

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

.rfid_tag .col_2 .white_2 {
  margin-bottom: 0;
}
.rfid_tag .white_2 {
  margin-bottom: 42px;
}
.col_3 .center {
  margin-bottom: 0;
}
.rfid_reader_about .lead {
  width: 55%;
  margin: 0;
  order: 1;
}
.rfid_reader_about_img {
  width: 40%;
  order: 2;
}
.rfid_col_2 {
  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;
  text-align: center;
  width: 100%;
  height: 164px;
}
.rfid_col_2 .lead {
  width: 65%;
  margin: 0;
}
.antenna .white_2 {
  margin-bottom: 42px;
}

}