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

.pcOnly {
  display: none !important;
}

.brPcTbOnly {
  display: none !important;
}

.brSpOnly {
  display: block;
}

.brTbOnly {
  display: none !important;
}

@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: 25px;
  padding-right: 25px;
}

.lead {
  font-size: 1.4rem;
}

.lead+* {
  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: 60px;
  padding-bottom: 60px;
}
.box.pdBtm0 {
  padding-bottom: 0;
}
.box.pdTop30 {
  padding-top: 30px;
}

/*----------------------------------------------------------
--------------------------section---------------------------
----------------------------------------------------------*/
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.pdBtm120 {
  padding-bottom: 40px;
}
/*----------------------------------------------------------
--------------------------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;
  }

}

/*----------------------------------------------------------
--------------------------heading---------------------------
----------------------------------------------------------*/
.heading {
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.35;
}

.heading.mg-btm20 {
  margin-bottom: 20px;
}
.heading.mg-btm40 {
  margin-bottom: 40px;
}
.heading.mg-btm60 {
  margin-bottom: 60px;
}

.heading .small {
  font-size: 2.4rem;
  font-weight: bold;
}

.subCopy {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}

.subCopy.mg-btm20 {
  margin-bottom: 20px;
}
.subCopy.mg-btm40 {
  margin-bottom: 40px;
}
.subCopy.mg-btm60 {
  margin-bottom: 60px;
}

/*----------------------------------------------------------
--------------------------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%;
}

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

.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 a {
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    border-bottom: 1px solid #edeeee;
  }

  .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%;
    padding: 0;
  }

  .btn_anchor a {
    padding: 10px 20px 10px 15px;
    height: 100%;
  }

  .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);
}

.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 p {
  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;
  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;
}

.panel_img {
  order: 1;
  margin-top: 0 !important;
  margin-bottom: 22px;
}

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

  .white-panel {
    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;
  }

  .panel_img {
    display: table;
    order: 3;
    height: 247px;
    margin-top: 22px !important;
    margin-bottom: 0;
  }

  .panel_img span {
    display: table-cell;
    vertical-align: middle;
  }

  .panel_img span img {
    width: 100%;
  }

}

/*----------------------------------------------------------
---------------------------about----------------------------
----------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .about {
    position: relative;
    background: url("../../../cmn/img/about_bg_sp.png") bottom center /cover no-repeat;
    width: 100%;
    height: 480px;
    padding: 35px 20px;
    text-shadow:0 0 5px #fff;
    line-height: 1.3;
  }
  .about_title {
    margin-bottom: 25px;
    font-size: 2.3rem;
  }
  .about_text {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 45px;
    font-size: 1.4rem;
  }
  .about_text dt {
    flex: 0 0 8em;
    min-width: 8em;
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
  .about_text dd {
    flex: 1 1 auto;
    width: calc(100% - 8em);
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
  .about_link {
    font-size: 1.5rem;
  }
  .about_link a {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
  }
  .about_link a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../../../cmn/img/icon_chev_black.svg) center center /contain no-repeat;
  }
}

@media screen and (min-width: 600px) {
  .about_title {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  .about_text {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .about_text dt {
    flex: 0 0 10em;
    min-width: 10em;
    margin-bottom: 10px;
  }
  .about_text dd {
    flex: 1 1 auto;
    width: calc(100% - 10em);
    margin-bottom: 10px;
  }
  .about_link {
    font-size: 1.5rem;
  }
}

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

  .about {
    background: url("../../../cmn/img/about_bg_sp.png") bottom center /cover no-repeat;
    width: 100%;
    height: 560px;
    padding: 40px 30px;
    text-shadow:0 0 5px #fff;
    line-height: 1.3;
  }

}

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

  .about {
    background: url("../../../cmn/img/about_bg_sp.png") bottom right /cover no-repeat;
    width: 100%;
    height: 640px;
    padding: 40px 30px;
    text-shadow:0 0 5px #fff;
    line-height: 1.3;
  }

}

/*----------------------------------------------------------
--------------------------figure----------------------------
----------------------------------------------------------*/
.figure {
  padding-top: 20px;
  border-top: 1px solid #525b5c;
  text-align: center;
}
#package li + li {
  margin-top: 60px;
}
.figure figcaption {
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #525b5c;
  text-align-last: left;
}

/* 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;
}