/*----------------------------------------------------------
--------------------------common----------------------------
----------------------------------------------------------*/
body {
  min-width: 1024px;
  overflow: auto;
}

.spOnly {
  display: none !important;
}

.brSpOnly {
  display: none !important;
}

.brTbOnly {
  display: none !important;
}
.pageTitle {
  font-size: 4rem;
  margin-bottom: 74px;
}


@media screen and (max-width: 1080px) {
  body .gap {
    padding-left: 14px;
    padding-right: 14px;
  }
  body .contents.gap {
    padding-left: 0;
    padding-right: 0;
  }
}

.lead {
  font-size: 1.6rem;
}

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

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

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

/*----------------------------------------------------------
--------------------------main----------------------------
----------------------------------------------------------*/
.main_box {
  margin: auto;
  max-width: 1440px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: 1440px 360px;
  background-position: left;
  padding-top: 14px;
}

.main_box h2 {
  font-size: 5.4rem;
  margin-bottom: 18px;
  height: 85px;
}

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

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

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

.leftRight > span {
  padding: 0 84px;
  font-size: 2.3rem;
  letter-spacing: 4px;
}

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

.leftRight.left {
  margin-bottom: 32px;
}

.leftRight.left > span {
  font-size: 2rem;
}

/* graphic 見出し追加ここから　*/

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

.brackets{
    text-align: center;
    margin: 20px 0 60px;
}
.brackets span{
    position: relative;
    padding: 0.6em 1.2em!important;
    font-size: 4.0rem;
}
.brackets span:before,.brackets span:after{
    content:'';
    width: 20px;
    height: 40px;
    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 {
    margin: 0;
    padding: 0;
}

.brackets-long span {
  display: inline-block;
  line-height: 1.3;
}

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

.brackets2{
    text-align: center;
    margin: 20px auto 40px;
    display: block;
    width: 65%;
    position: relative;
    padding: 0.6em 1.2em!important;
    font-size: 4.0rem;
}
.brackets2:before,.brackets2:after{
    content:'';
    width: 20px;
    height: 40px;
    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: 2.8rem;
  margin-top: 2.0rem;
}

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

.bottomDubble{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 3.2rem;
  line-height: 1.4;
}
.bottomDubble.mg-btm40{
  margin-bottom: 40px;
}
.bottomDubble_en {
  font-size: 3.6rem;
}
.bottomDubble span:before {
  content: '';
  position: absolute;
  bottom: -27px;
  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: -27px;
  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;
}


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

.bottomDubbleLeft {
  margin-bottom: 40px;
}
.bottomDubbleLeft span{
  border-bottom: solid 2px #525b5c;
  position: relative;
  padding-bottom: 15px;
}
.bottomDubbleLeft span:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #f5022f;
  bottom: -2px;
  width: 50%;
}

/*----------------------------------------------------------
--------------------------bothLine-------------------------
----------------------------------------------------------*/

.bothLine{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 40px auto;
  width: 400px;
  min-width: 400px;
  max-width: 100%;
}
.bothLine span{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  z-index: 1;
  background: #fff;
  text-align: center;
}
.bothLine:before{
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #f5022f;
}
.bothLine:after{
  content: '';
  position: absolute;
  top: 45%;
  right: 0;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #525b5c;
}

/*----------------------------------------------------------
--------------------------bothLineGray----------------------
----------------------------------------------------------*/

.bothLineGray{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 560px;
}
.bothLineGray span{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  z-index: 1;
  background: #edeeee;
  text-align: center;
}
.bothLineGray:before{
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #f5022f;
}
.bothLineGray:after{
  content: '';
  position: absolute;
  top: 45%;
  right: 0;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #525b5c;
}

/*----------------------------------------------------------
---------------------bothLineRight-------------------------
----------------------------------------------------------*/

.bothLineRight{
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
}
.bothLineRight span{
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  z-index: 1;
  background: #fff;
  text-align: left;
}

.bothLineRight:before{
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #f5022f;
}
.bothLineRight:after{
  content: '';
  position: absolute;
  top: 45%;
  right: 0;
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #525b5c;
}

/*----------------------------------------------------------
---------------------external-link--------------------------
----------------------------------------------------------*/
.external-link {
  width: 80%;
  font-size: 1.4rem;
  border-radius: 3px;
}

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


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

.limit:hover span{
  color: #fff;
}

.exlink_wh:after{
  margin-left: 5px;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  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_white.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.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;
}

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

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

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

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

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

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

/* 追加ここまで graphic */

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

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

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

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

.btn:hover {
  background: #f5022f;
  border-color: #f5022f;
  color: #fff;
  transform: translate3d(-2px, 2px, 0);
  box-shadow: none;
}

.btn:hover:before {
  background-image: url(../img/icon_chev_red.svg);
  background-color: #fff;
}

.btn.reverse {
  padding: 20px;
  font-size: 1.6rem;
}

.btn.reverse::before {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
}

.btn.reverse:hover {
  box-shadow: none;
  background: #fff;
  border-color: #ccc;
  color: #000;
  transform: translate3d(-2px, 2px, 0);
}

.btn.reverse:hover * {
  color: #000;
}

.btn.reverse:hover:before {
  background-image: url(../img/icon_chev_white.svg);
  background-color: #f5022f;
}

.btn_anchor_box {
  margin: 25px 0 0;
  justify-content: center;
}
.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;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_anchor a {
  padding: 10px 30px 10px 20px;
  text-align: left;
}
.btn_anchor a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  content: '';
  display: block;
  width: 17px;
  height: 10px;
  background: url(../../cmn/img/icon_chev_down.svg) no-repeat right center / 12px 6px;
  margin-left: 10px;
}
.btn_anchor:hover span {
  color: #f5022f;
}
.btn_anchor:hover {
  box-shadow: none;
  transform: translate3d(-2px, 2px, 0);
}

.btn_anchor:hover::after {
  box-shadow: none;
  transform: translate3d(-2px, 2px, 0);
}

/*----------------------------------------------------------
--------------------------swipe----------------------------
----------------------------------------------------------*/
.swipe {
  margin-bottom: 32px;
}

.swipe_annotation {
  display: none;
}

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

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

.contact_cmn_box_inner {
  background: #edeeee;
  padding: 60px 0;
}

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

.rfid_cmn_box .service_box {
  overflow: auto;
}

.rfid_cmn_box_text {
  width: 55%;
  float: left;
}

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

.rfid_cmn_box_text .lead h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.rfid_cmn_box_btn {
  width: 42.5%;
  float: right;
  padding-top: 20px;
}

/*----------------------------------------------------------
--------------------------white-panel-----------------------
----------------------------------------------------------*/
.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;
}
.panel_img {
  display: table;
  height: 317px;
}
.panel_img span {
  display: table-cell;
  vertical-align: middle;
}
.panel_img span img {
  width: 100%;
}

/* add */

.slider_style {
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  background: #fff;
  display: block;
}
.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.6rem!important;
  padding: 20px 0 30px;
}