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

.spOnly {
  display: none !important;
}

.brSpOnly {
  display: none !important;
}

.brTbOnly {
  display: none !important;
}


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

  body .contents.gap {
    padding-left: 0;
    padding-right: 0;
  }
}

.lead {
  font-size: 1.6rem;
}

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

/*----------------------------------------------------------
--------------------------section---------------------------
----------------------------------------------------------*/
.section {
  padding-top: 120px;
  padding-bottom: 150px;
}
.section.pdBtm120 {
  padding-bottom: 120px;
}

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

/*----------------------------------------------------------
--------------------------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%;
  -webkit-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%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #f5022f;
}

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

.heading.mg-btm20 {
  margin-bottom: 20px;
}
.heading.mg-btm40 {
  margin-bottom: 40px;
}
.heading.mg-btm60 {
  margin-bottom: 60px;
}
.heading .small {
  font-size: 3.4rem;;
  font-weight: bold;
}
.subCopy {
  font-size: 1.8rem;
  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---------------------
----------------------------------------------------------*/

.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: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.external-link:after {
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  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);
}

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

.exlink_wh:after {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  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;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  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 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

.btn:hover {
  background: #f5022f;
  border-color: #f5022f;
  color: #fff;
  -webkit-transform: translate3d(-2px, 2px, 0);
  transform: translate3d(-2px, 2px, 0);
  -webkit-box-shadow: none;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: #ccc;
  color: #000;
  -webkit-transform: translate3d(-2px, 2px, 0);
  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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_anchor {
  position: relative;
  margin: 35px 10px 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  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);
  width: 22%;
}

.btn_anchor a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(-2px, 2px, 0);
  transform: translate3d(-2px, 2px, 0);
}

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

/* add */
@media screen and (max-width: 801px) {
  .btn_anchor_box {
    font-size: 0.8em;
    white-space: nowrap;
  }
}

/*----------------------------------------------------------
--------------------------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 p {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

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

/*----------------------------------------------------------
--------------------------white-panel-----------------------
----------------------------------------------------------*/
.white-panel {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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%;
}

/*----------------------------------------------------------
---------------------------about----------------------------
----------------------------------------------------------*/
.about {
  background: url("../../../cmn/img/about_bg.png") bottom center no-repeat;
  background-color: #e0f2ff;
  width: 100%;
  height: 370px;
  padding: 40px 80px;
  text-shadow:0 0 5px #fff;
  line-height: 1.3;
}
.about_title {
  margin-bottom: 30px;
  font-size: 2.5rem;
}
.about_text {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.about_text dt {
  flex: 0 0 10em;
  min-width: 15em;
  margin-bottom: 10px;
}
.about_text dd {
  flex: 1 1 auto;
  width: calc(100% - 15em);
  margin-bottom: 10px;
}
.about_link {
  font-size: 1.7rem;
}

/*----------------------------------------------------------
--------------------------figure----------------------------
----------------------------------------------------------*/
.figure {
  padding-top: 20px;
  border-top: 1px solid #525b5c;
}
#package li + li {
  margin-top: 60px;
}
.figure > figcaption {
  margin-bottom: 40px;
  font-size: 2.4rem;
  color: #525b5c;
}
.figure img {
  display: block;
  padding: 0 20px;
}

/* add */

.slider_style {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  background: #fff;
}

.slider_style:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
  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;
}
