/*----------------------------------------------------------
--------------------------common----------------------------
----------------------------------------------------------*/
body {
  font-size: 1.4rem;
}

.pcOnly {
  display: none !important;
}

.brPcTbOnly {
  display: none !important;
}

.brSpOnly {
  display: block;
}

.brTbOnly {
  display: none !important;
}

.pageTitle {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

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

.brPcTbOnly {
  display: block !important;
}

.brSpOnly {
  display: none !important;
}

.brTbOnly {
  display: block !important;
}

}

.gap {
  padding-left: 10px;
  padding-right: 10px;
}

.lead {
  font-size: 1.4rem;
}

.lead + ul {
  line-height: 2;
}

.lead + .basic_card,
.lead + *:not(ul),
.lead + ul.white_2,
.lead + ul + * {
  margin-top: 22px !important;
}

.contents + .contents {
  margin-top: 32px;
}

/*----------------------------------------------------------
--------------------------main----------------------------
----------------------------------------------------------*/
.main_box {
  height: 140px;
  background-size: cover;
  background-position: center;
}

.main_box h2 {
  width: 58%;
  font-size: 4rem;
  line-height: 1.4;
}

.main_box h2 img {
  display: block;
  width: 115px;
  margin: 0 auto;
}

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

/*----------------------------------------------------------
--------------------------leftRight----------------------------
----------------------------------------------------------*/
.leftRight {
  margin-bottom: 20px;
}

.leftRight > span {
  width: 100%;
  padding: 0 24px;
  font-size: 1.8rem;
}

.leftRight > span:before, .leftRight > span:after {
  width: 18px;
}

.leftRight.left > span {
  padding-left: 30px;
}

.leftRight.left > span:before {
  height: 4px;
}

/*----------------------------------------------------------
--------------------------brackets-------------------------
----------------------------------------------------------*/

.brackets{
  text-align: center;
  margin: 8px 0 24px;
}
.brackets span{
  position: relative;
  padding: 0.6em 1.2em!important;
  font-size: 2.0rem;
  line-height: 1.3;
}
.brackets span:before,.brackets span:after{
  content:'';
  width: 15px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.brackets span:before{
  border-left: solid 3px #f5022f;
  border-top: solid 2px #525b5c;
  top:0;
  left: 0;
}
.brackets span:after{
  border-right: solid 3px #f5022f;
  border-bottom: solid 2px #525b5c;
  bottom:0;
  right: 0;
}
.brackets span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

.brackets span {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
}

}

/*----------------------------------------------------------
-------------------------brackets2-------------------------
----------------------------------------------------------*/

.brackets2{
    text-align: center;
    margin: 8px 0 24px;
    position: relative;
    padding: 0.6em 1.2em!important;
    font-size: 2.0rem;
    line-height: 1.3;
    display: block;
    width: 100%;
}
.brackets2:before,.brackets2:after{
    content:'';
    width: 15px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.brackets2:before{
    border-left: solid 3px #f5022f;
    border-top: solid 2px #525b5c;
    top:0;
    left: 0;
}
.brackets2:after{
    border-right: solid 3px #f5022f;
    border-bottom: solid 2px #525b5c;
    bottom:0;
    right: 0;
}
.brackets2 span{
  display: block;
  font-size: 1.6rem;
  margin-top: 1.0rem;
}

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

.brackets2 {
  display: block;
  width: 380px;
  margin: 0 auto 30px;
  padding: 0;
}

}

/*----------------------------------------------------------
--------------------------bottomDubble---------------------
----------------------------------------------------------*/

.bottomDubble{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 45px auto;
  font-size: 2rem;
  line-height: 1.4;
}
.bottomDubble_en {
  font-size: 2.4rem;
}
.bottomDubble span:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #525b5c;
}
.bottomDubble span:after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #f5022f;
}

/*----------------------------------------------------------
--------------------------splitLine------------------------
----------------------------------------------------------*/

.splitLine{
  text-align: left;
  margin: 24px 0;
}

.splitLine span{
  position: relative;
  padding: 3px 0 3px 15px;
  border-left: 3px solid #f5022f;
}
.splitLine span:before {
  position: absolute;
  left: -3px;
  bottom: 0;
  content: '';
  width: 3px;
  height: 70%;
  background-color: #525b5c;
}
.splitLine span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}

/*----------------------------------------------------------
----------------------------link----------------------------
----------------------------------------------------------*/
.link {
  font-size: 1.4rem;
}

.link:before {
  margin-right: 14px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}

.link_under:before {
  transform: rotate(90deg);
}

.link_under span {
  text-align: left;
  line-height: 1.4;
}

/*----------------------------------------------------------
--------------------------btn-------------------------------
----------------------------------------------------------*/
.btn {
  padding: 24px;
}

.btn.reverse {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}

.btn.reverse span {
  text-align: left;
}

.btn.reverse * {
  font-weight: bold;
}

.btn_anchor_box {
  flex-wrap: wrap;
  margin-top: 22px;
}

.btn_anchor a::after {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 1px solid #525b5c;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    background: url(../../cmn/img/icon_chev_down.svg) no-repeat center / 12px 6px;
    margin-left: 10px;
}

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

.btn_anchor {
  width: 100%;
  border-bottom: 1px solid #edeeee;
}

.btn_anchor a {
  justify-content: space-between;
  width: 100%;
  padding: 12px 14px;
  text-align: left;
}

.btn_anchor_last {
  width: 100%;
  max-width: 100%;
}

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

.btn_anchor_box {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0;
}

.btn_anchor_box + .btn_anchor_box {
  margin-top: 25px;
}

.btn_anchor {
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #edeeee;
}
  
.btn_anchor a {
  padding: 12px 14px;
}

.btn_anchor {
  position: relative;
  margin: 35px 10px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  background: #fff;
  width: 22%;
}
  
.btn_anchor a {
  padding: 10px 20px 10px 15px;
}

.btn_anchor a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    min-width: 13px;
    min-height: 10px;
    background: url(../../cmn/img/icon_chev_down.svg) no-repeat right center / 12px 6px;
    margin-left: 10px;
    box-shadow: none;
    border: none;
}

.btn_anchor a::after {
  margin-left: 5px;
}

.btn_anchor_last {
  width: auto;
}

}

.external-link {
  width: 100%;
  font-size: 1.4rem;
  border-radius: 3px;
  padding: 20px;
}

.external-link:after {
  margin-left: 8px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}


/*----------------------------------------------------------
------------------------external-link-----------------------
----------------------------------------------------------*/
.external-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

/*.external-link:after {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: inline-block;
  background-image: url(../../cmn/img/icon_external-link_red.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.external-link:hover:after {
    background-image: url(../../cmn/img/icon_external-link_white.svg);
}*/
.external-link .icon {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  vertical-align: middle;
  display: inline-block;
}

.exlink:after{
  margin-left: 5px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: inline-block;
  background-image: url(../../cmn/img/icon_external-link_red.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.exlink span:hover{
  color: #f5022f;
  font-weight: bold;
}


/*----------------------------------------------------------
--------------------------white----------------------------
----------------------------------------------------------*/

.white_2{
  background: #fff;
  padding: 10px 3%;
}

.white_3{
  background: #fff;
  padding: 30px 3%;
  overflow: auto;
}


/*----------------------------------------------------------
--------------------------swipe----------------------------
----------------------------------------------------------*/
.swipe {
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-bottom: 8px;
  padding-left: 10px;
  padding-bottom: 16px;
}

.swipe img {
  margin-right: 10px;
}

.swipe_annotation {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin: 4px 0 14px;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  background: #ccc;
}

.swipe_annotation span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.swipe_annotation::before, .swipe_annotation::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: -4px;
  z-index: 10;
}

.swipe_annotation::before {
  border-width: 10px 12px 10px 0;
  border-color: #fff #ccc #fff #fff;
  left: 0;
}

.swipe_annotation::after {
  border-width: 10px 0 10px 12px;
  border-color: #fff #fff #fff #ccc;
  right: 0;
}

p.lead + .swipe_annotation + .swipe {
  margin-top: 22px;
}

/*----------------------------------------------------------
--------------------------contact_cmn_box-------------------
----------------------------------------------------------*/
.contact_cmn_box {
  padding: 0;
  margin-bottom: 20px;
}

.contact_cmn_box_inner {
  background: #edeeee;
  padding: 26px 10px;
}

/*----------------------------------------------------------
--------------------------rfid_cmn_box----------------------
----------------------------------------------------------*/
.rfid_cmn_box {
  border-bottom: 1px solid #edeeee;
  padding: 0 10px 20px;
  margin: 0 auto 10px;
}

.rfid_cmn_box .service_box {
  max-width: 600px;
  overflow: auto;
}

.rfid_cmn_box_text .lead {
  font-size: 1.2rem;
}

.rfid_cmn_box_text .lead h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align : center;
}

.rfid_cmn_box_btn {
  margin-top: 20px;
}

/*----------------------------------------------------------
-----------------------border_gray_box----------------------
----------------------------------------------------------*/
.border_gray_box {
  padding: 5% 3%;
}

/*----------------------------------------------------------
--------------------------title-----------------------------
----------------------------------------------------------*/
.main_page_title {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #edeeee;
}

/*----------------------------------------------------------
----------------------group_introduction--------------------
----------------------------------------------------------*/
.group_introduction {
  overflow: hidden;
}
.group_introduction a {
  display: block;
  text-align: center;
  margin: 0;
  width: 50%;
  float: left;
  margin: 20px 0;
}

.group_introduction_nfc {
  width: 60%;
}
.group_introduction_rain,
.group_introduction_jaisa {
  width: 90%;
}

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

.group_introduction a {
  display: block;
  max-width: 150px;
}

.group_introduction_nfc {
  width: 60%;
}
.group_introduction_rain,
.group_introduction_jaisa {
  width: 100%;
}

.group_introduction a {
  margin: 0 10px;
}

}


/*----------------------------------------------------------
-----------------------white-panel--------------------------
----------------------------------------------------------*/
.white-panel {
  display: block;
}
.white-panel .panel {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.white-panel .basic_subttl {
  order: 2;
}
.white-panel .lead {
  order: 3;
}
.white-panel ul {
  order: 4;
}
.panel_img {
  order: 1;
  margin-top: 0 !important;
  margin-bottom: 22px;
}

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

.white-panel > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.white-panel .panel{
  width: 47.5%;
  margin-bottom: 60px;
}
.white-panel .basic_subttl {
  order: 1;
}
.white-panel .lead {
  order: 2;
}
.white-panel ul {
  order: 3;
}
.panel_img {
  display: table;
  order: 4;
  height: 247px;
  margin-top: 22px !important;
  margin-bottom: 0;
}
.panel_img span {
  display: table-cell;
  vertical-align: middle;
}
.panel_img span img {
  width: 100%;
}

}

/* add */

.slider_style {
  display: block;
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  background: #fff;
}
.slider_style:hover {
  transform: scale(1.05,1.05);
  box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
}

.slider_style p {
  text-align: center;
  font-size: 1.4rem!important;
  padding: 20px 0 30px;
}

.prev-arrow {
  left: 0 !important;
}

.next-arrow {
  right: 0 !important;
}