/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Global styles
   ========================================================================== */
*:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.fix {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* Fonts install*/
@font-face {
  font-family: 'HiraginoSans';
  src: local('HiraginoSans'), url('../fonts/HiraginoSansW3.otf') format('woff');
}
@font-face {
  font-family: "HiraginoSansW6";
  src: url("../fonts/HiraginoSansW6.otf") format('truetype');
}
@font-face {
  font-family: "HiraginoSansW3";
  src: url("../fonts/HiraginoSansW3.otf") format('truetype');
}
/*body {
  font-family: "HiraginoSans", "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
}
/*color variable*/
/*
Author:RoktimSazib
url:http://www.codingavatar.com/me
description:Square-Wheel-Survey-LP
 */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
.site-width {
  min-width: 1280px;
  margin: 0 auto;
}
/* ==========================================================================
   Style for pc
   ========================================================================== */
.top-section {
  width: 100%;
  overflow: hidden;
}
/* Top Section
* By:@Roktim
* 16 July 2019
*/
.pc-nav .wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 7px 0 4px;
  max-width: 1200px;
}
.pc-nav .wrapper .top-nav .logo {
  float: left;
  margin-top: 0px;
  padding-left: 2px;
  box-sizing: border-box;
  margin-left: 1%;
}
.pc-nav .wrapper .top-nav .logo .sitelogo img {
  max-width: 108px;
  width: 100%;
}
.pc-nav .wrapper .top-nav .logo .PressanceCorp img {
  max-width: 108px;
  width: 100%;
  margin-left: 8px;
  margin-right: 5px;
}
.pc-nav .wrapper .top-nav .logo .jpx img {
  max-width: 48px;
  width: 100%;
}

.pc-nav .wrapper .top-nav .top-btn {
  float: left;
  margin-top: 6px;
  margin-left: 18%;
}
.pc-nav .wrapper .top-nav .top-btn .left-btn {
  margin-right: 9px;
  float: left;
  border: none;
}
.pc-nav .wrapper .top-nav .top-btn .left-btn img {
  max-width: 200px;
  width: 100%;
}
.pc-nav .wrapper .top-nav .top-btn .left-btn button.btn03 {
  background: none;
  border: none;
}
.pc-nav .wrapper .top-nav .top-btn .right-btn {
  float: left;
}
.pc-nav .wrapper .top-nav .top-btn .right-btn img {
  max-width: 200px;
  width: 100%;
  margin-top: 1px;
}

.pc-nav .wrapper .top-nav .h_tel {
  float: left;
  width: 17%;
  margin: 6px 0 0 2%;
}

.pc-nav .wrapper .top-nav .h_tel .tel {
  font-weight: 700;
  color: #00467d;
  margin: 0 0 10px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

.pc-nav .wrapper .top-nav .h_tel .tel::before {
  margin: 0 10px 0 4px;
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_tel01.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
}

.pc-nav .wrapper .top-nav .h_tel .reception_time {
  position: relative;
  font-size: 0.6em;
  padding-left: 56px;
}

.pc-nav .wrapper .top-nav .h_tel .reception_time::before {
  position: absolute;
  left: 0;
  content: "受付時間";
  display: inline-block;
  width: 48px;
  height: 21px;
  border-radius: 4px;
  background: #eb9628;
  font-size: 0.6em;
  color: #fff;
  text-align: center;
  line-height: 21px;
}

.pc-nav .wrapper .main-menu {
  margin-top: 17px;
}
.pc-nav .wrapper .main-menu ul {
  padding-left: 40px;
}
.pc-nav .wrapper .main-menu ul li {
  display: inline-block;
  position: relative;
  padding: 0px 2.4% 15px;
  text-align: center;
}
.pc-nav .wrapper .main-menu ul li a {
  font-family: 'Lato';
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #363480;
}
.pc-nav .wrapper .main-menu ul li a span {
  font-family: 'HiraginoSans';
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: 0.28px;
  color: #363480;
  display: block;
  text-align: center;
}
.pc-nav .wrapper .main-menu ul li span.line {
  position: absolute;
  top: 25%;
  right: 0;
}
.pc-nav .wrapper .main-menu ul li:last-child {
  padding-right: 0;
}
.top-banner {
  background-image: url('../img/pc/header_banner@2x.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.top-banner .inner-wrap {
  width: 80.5%;
  margin: 0 auto;
  padding: 8.1% 0 7.1%;
}
.top-banner .inner-wrap h1 {
  font-family: 'Lato';
  font-size: 89px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 46px;
}
.top-banner .inner-wrap p {
  font-family: 'HiraginoSans';
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
}
.top-banner .inner-wrap p:nth-of-type(2) {
  font-size: 30px;
  margin-top: 18px;
}
.top-banner .inner-wrap .bg-lbl-txt {
  background: rgba(255, 255, 255, 0.85);
  margin-top: 62px;
  width: 100%;
  max-width: 379px;
  text-align: center;
  padding: 38px 0 31px;
  position: relative;
  margin-left: 3px;
}
.top-banner .inner-wrap .bg-lbl-txt .title {
  font-family: 'HiraginoSansw6';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.66px;
  color: #856800;
}
.top-banner .inner-wrap .bg-lbl-txt .sub-title {
  font-family: 'HiraginoSansw6';
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: 1.39px;
  color: #222;
  margin-top: 12px;
  border-bottom: solid 0.9px #856800;
  display: inline-block;
}
.top-banner .inner-wrap .bg-lbl-txt .sub-title .red-color {
  color: #dc1212;
}

.top-banner .inner-wrap .bg-lbl-txt .sub-txt {
    font-family: 'HiraginoSansw6';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: 1.39px;
    color: #222;
    margin-top: 12px;
    display: inline-block;
}

.banner-buttom {
  width: 80%;
  margin: 0 auto;
  padding: 35px 0 31px;
}
.banner-buttom .description {
  max-width: 645px;
  margin: 0 auto;
  width: 100%;
}
.banner-buttom .description p {
  font-family: 'HiraginoSansw6';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.38;
  letter-spacing: 0.16px;
  text-align: center;
  color: #856800;
}
.banner-buttom .buttom-group {
  margin: 51px auto;
  box-sizing: border-box;
  width: 93%;
  display: flex;
}
.banner-buttom .buttom-group .simulator-form {
  width: 28.5%;
  float: left;
  display: block;
  margin-right: 1.2%;
}
.banner-buttom .buttom-group .simulator-form .simulation {
  border: none;
  background: transparent;
  box-sizing: content-box;
  width: 100%;
  padding: 0;
}
.banner-buttom .buttom-group .simulator-form .simulation img {
  max-width: 100%;
}
.banner-buttom .buttom-group .doc-request {
  width: 28.5%;
  display: block;
  float: left;
  margin-right: 2.5%;
}
.banner-buttom .buttom-group .doc-request img {
  max-width: 100%;
}
.banner-buttom .buttom-group .tel-number {
  width: 39%;
  display: block;
  float: left;
  margin-top: 4px;
}
.banner-buttom .buttom-group .tel-number img {
  max-width: 100%;
}
/* Location Section
* By:@Roktim
* 16 July 2019
*/
.location {
  margin-top: 107px;
}
.location .inner-wrap {
  width: 80%;
  margin: 0 auto;
}
.location .inner-wrap .section-title {
  background-color: #363480;
}
.location .inner-wrap .section-title p {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  padding: 10px 36px;
}
.location .inner-wrap .cards-item {
  width: 82%;
  margin: 75px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.location .inner-wrap .cards-item .card {
  max-width: 403px;
  width: 48%;
  float: left;
  box-shadow: 0 3.3px 6.6px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 38px;
}
.location .inner-wrap .cards-item .card:nth-child(odd) {
  margin-right: 4%;
}
.location .inner-wrap .cards-item .card:nth-child(odd) .card-inner {
  padding: 3px 36px 31px 27px;
  box-sizing: border-box;
}
.location .inner-wrap .cards-item .card:nth-child(even) {
  margin-right: 0;
}
.location .inner-wrap .cards-item .card:nth-child(even) .card-inner {
  padding: 5px 32px 31px 31px;
  box-sizing: border-box;
}
.location .inner-wrap .cards-item .card .card-inner .card-title p {
  margin-bottom: 13px;
  font-family: 'HiraginoSans';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #866800;
}
.location .inner-wrap .cards-item .card .card-inner .card-title p span {
  letter-spacing: 4.8px;
  color: #585858;
}
.location .inner-wrap .cards-item .card .card-inner .card-img img {
  max-width: 100%;
}
.location .inner-wrap .cards-item .card .card-inner .caption .caption-title {
  font-family: 'HiraginoSansw6';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #222;
  margin-bottom: 0;
}
.location .inner-wrap .cards-item .card .card-inner .caption .caption-description {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #585858;
  margin-top: 8px;
}
/* Marketing Section
* By:@Roktim
* 19 July 2019
*/
.Marketing-data {
  background-color: #f3f3f3;
  margin-top: 59px;
  padding-bottom: 57px;
}
.Marketing-data .inner-wrap {
  width: 80%;
  margin: 0 auto;
}
.Marketing-data .inner-wrap .section-title {
  text-align: center;
  margin: 51px 0 60px 0;
}
.Marketing-data .inner-wrap .section-title h2 {
  font-family: 'Lato';
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #363480;
  letter-spacing: normal;
}
.Marketing-data .inner-wrap .section-title p {
  font-family: 'HiraginoSansw6';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.35px;
  color: #363480;
  margin: 0;
}
.Marketing-data .inner-wrap .marketing-map {
  text-align: center;
}
.Marketing-data .inner-wrap .marketing-map img {
  max-width: 707px;
  width: 100%;
}
.Marketing-data .inner-wrap .listing-part {
  padding: 57px 0;
}
.Marketing-data .inner-wrap .listing-part .heading {
  text-align: center;
  margin-bottom: 20px;
}
.Marketing-data .inner-wrap .listing-part .heading h4 {
  font-family: 'HiraginoSansw6';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222;
}
.Marketing-data .inner-wrap .listing-part .heading p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #222;
  margin-top: 6px;
  letter-spacing: -1px;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists {
  border-top: solid 1px #363480;
  border-bottom: solid 1px #363480;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner {
  margin: 37px auto 43px;
  box-sizing: border-box;
  width: 82%;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner h5 {
  font-family: 'HiraginoSansw6';
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #222;
  letter-spacing: -1px;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing {
  margin-top: 20px;
  margin-bottom: 20px;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col {
  float: left;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col:nth-of-type(1) {
  width: 19%;
  padding-right: 1.5%;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col:nth-of-type(2) {
  width: 29%;
  padding-right: 1%;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col:nth-of-type(3) {
  width: 21%;
  padding-right: 1%;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col:nth-of-type(4) {
  width: 27%;
  position: relative;
  left: 2%;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col ul li {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #222;
}
.Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .right-align {
  font-family: 'HiraginoSans';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  text-align: right;
  color: #222;
}
.Marketing-data .inner-wrap .table-part .inner h4 {
  font-family: 'HiraginoSansw6';
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 1.05px;
  text-align: center;
  color: #222;
}
.Marketing-data .inner-wrap .table-part .inner .title {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #585858;
  max-width: 833.5px;
  margin: 35px auto 7px;
  display: block;
}
.Marketing-data .inner-wrap .table-part .inner .data-tbl {
  width: 100%;
  max-width: 833.5px;
  margin: 0 auto;
}
.Marketing-data .inner-wrap .table-part .inner .tbl-bottom-txt {
  max-width: 833.5px;
  margin: 9px auto 0;
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #585858;
}
.marketing-buttom {
  width: 80%;
  margin: 0 auto;
}
.marketing-buttom .buttom-group {
  margin: 58px auto 63px;
  box-sizing: border-box;
  width: 93%;
}
.marketing-buttom .buttom-group .simulator-form {
  width: 28.5%;
  float: left;
  display: block;
  margin-right: 1.2%;
}
.marketing-buttom .buttom-group .simulator-form .simulation {
  border: none;
  background: transparent;
  box-sizing: content-box;
  width: 100%;
  padding: 0;
}
.marketing-buttom .buttom-group .simulator-form .simulation img {
  max-width: 100%;
}
.marketing-buttom .buttom-group .doc-request {
  width: 28.5%;
  display: block;
  float: left;
  margin-right: 2.5%;
}
.marketing-buttom .buttom-group .doc-request img {
  max-width: 100%;
}
.marketing-buttom .buttom-group .tel-number {
  width: 39%;
  display: block;
  float: left;
  margin-top: 4px;
}
.marketing-buttom .buttom-group .tel-number img {
  max-width: 100%;
}
/* Facility Section
* By:@Roktim
* 19 July 2019
*/
.facility {
  background-color: #ebebeb;
  margin-top: 53px;
}
.facility .inner-wrap .section-title {
  text-align: center;
  margin: 51px 0 71px 0;
}
.facility .inner-wrap .section-title h2 {
  font-family: 'Lato';
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #363480;
  letter-spacing: normal;
}
.facility .inner-wrap .section-title p {
  font-family: 'HiraginoSansw6';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.35px;
  color: #363480;
  margin: 0;
}
.facility .inner-wrap .section-title .header-title {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 59px;
  color: #222;
}
.facility .inner-wrap .type-cards {
  width: 64%;
  margin: 0 auto;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
.facility .inner-wrap .type-cards .card {
  margin-right: 6.5%;
  background: #fff;
  width: 47%;
  float: left;
  max-width: 382.7px;
}
.facility .inner-wrap .type-cards .card:nth-child(even) {
  margin-right: 0;
}
.facility .inner-wrap .type-cards .card:nth-child(even) .card-inner .caption {
  margin-top: 13px;
}
.facility .inner-wrap .type-cards .card:nth-child(even) .card-inner img {
  margin-top: -8px;
}
.facility .inner-wrap .type-cards .card:nth-child(even) .card-inner a {
  margin-top: 37px;
}
.facility .inner-wrap .type-cards .card .card-header {
  background-color: #363480;
  padding: 8px 0;
}
.facility .inner-wrap .type-cards .card .card-header img {
  max-width: 122px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.facility .inner-wrap .type-cards .card .card-inner {
  padding: 22px 24px 34px;
}
.facility .inner-wrap .type-cards .card .card-inner img {
  max-width: 285px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.facility .inner-wrap .type-cards .card .card-inner .caption {
  text-align: center;
  margin-top: 23px;
}
.facility .inner-wrap .type-cards .card .card-inner .caption p {
  margin: 0;
  font-family: 'HiraginoSans';
  font-size: 15.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.02px;
  text-align: center;
  color: #222;
}
.facility .inner-wrap .type-cards .card .card-inner .caption p:nth-of-type(1) {
  text-align: left;
  width: 50%;
  margin: 0 auto;
}
.facility .inner-wrap .type-cards .card .card-inner a {
  background-color: #00aae7;
  color: #fff;
  padding: 9px 0px 13px;
  display: inline-block;
  margin-top: 21px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: 'HiraginoSansw6';
}
.facility .inner-wrap .type-cards .card .card-inner a::after {
  content: '';
  clear: both;
  background-image: url(../img/pc/facility/arrow@1x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  display: inline-block;
  float: right;
  position: relative;
  right: 14px;
  top: 10px;
}
/* Structure & Facility Section
* By:@Roktim
* 19 July 2019
*/
.Structure-facility {
  margin-top: 0;
}
.Structure-facility .Structure-top .banner-buttom {
  width: 80%;
  margin: 0 auto;
  padding: 12px 0 12px;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group {
  margin: 51px auto;
  box-sizing: border-box;
  width: 92%;
  display: flex;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group .simulator-form {
  width: 28.5%;
  float: left;
  display: block;
  margin-right: 1.2%;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group .simulator-form .simulation {
  border: none;
  background: transparent;
  box-sizing: content-box;
  width: 100%;
  padding: 0;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group .simulator-form .simulation img {
  max-width: 100%;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group .doc-request {
  width: 29%;
  display: block;
  float: left;
  margin-right: 2.5%;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group .doc-request img {
  max-width: 100%;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group .tel-number {
  width: 39%;
  display: block;
  float: left;
  margin-top: 4px;
}
.Structure-facility .Structure-top .banner-buttom .buttom-group .tel-number img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner {
  width: 80%;
  margin: 0 auto 80px;
}
.Structure-facility .tab-content-inner .section-title {
  text-align: center;
  margin: 29px 0 64px 0;
}
.Structure-facility .tab-content-inner .section-title h2 {
  font-family: 'Lato';
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #363480;
  letter-spacing: normal;
}
.Structure-facility .tab-content-inner .section-title p {
  font-family: 'HiraginoSansw6';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #363480;
  margin: 0;
}
.Structure-facility .tab-content-inner .section-title .header-title {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 59px;
  color: #222;
}
.Structure-facility .tab-content-inner .switch-tab .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: 'HiraginoSansw6';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  box-shadow: 0 5.9px 3.9px 0 rgba(0, 0, 0, 0.3);
  border: solid 1.1px #363480;
  margin-right: 2%;
  width: 32%;
}
.Structure-facility .tab-content-inner .switch-tab .tab button:hover {
  background-color: #363480;
  color: #fff;
}
.Structure-facility .tab-content-inner .switch-tab .tab button:last-child {
  margin-right: 0;
}
.Structure-facility .tab-content-inner .switch-tab .tab .active {
  background-color: #363480;
  color: #fff;
}
.Structure-facility .tab-content-inner .tabcontent {
  display: none;
  margin-top: 85px;
  box-shadow: -2px 1px 9.7px 0 rgba(0, 0, 0, 0.3);
}
.Structure-facility .tab-content-inner #Comfort .tab-inner {
  padding: 61px 80px 44px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part h3 {
  font-family: 'HiraginoSansw6';
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.65;
  letter-spacing: normal;
  text-align: center;
  color: #363480;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure {
  padding-bottom: 47px;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 55px;
  margin-bottom: 65px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .drawing-img {
  width: 37%;
  float: left;
  margin-left: 8px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .drawing-img p {
  margin: 0;
  margin-left: 21px;
  font-size: 12px;
  letter-spacing: 0px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .caption {
  width: 52%;
  float: right;
  margin-top: 32px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .caption p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.36;
  letter-spacing: -0.7px;
  color: #222;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof {
  width: 79%;
  margin: 55px auto;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .drawing-img {
  float: left;
  width: 45.5%;
  margin-top: 3px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .drawing-img p {
  margin: 0;
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: -1px;
  margin-bottom: 0;
  position: relative;
  top: 10px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption {
  float: right;
  width: 49.5%;
  margin-right: -6%;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption .cap-title {
  font-family: 'HiraginoSansw6';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #826800;
  border-bottom: 1px solid #826800;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption .detail {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  color: #222;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption .small-txt {
  font-family: 'HiraginoSans';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.5;
  letter-spacing: -0.38px;
  color: #585858;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation {
  width: 79%;
  margin: 0 auto 8px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .drawing-img {
  width: 36%;
  float: left;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .drawing-img p {
  margin: 0;
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  top: -11px;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .caption {
  float: right;
  width: 46%;
  margin-top: 38px;
  margin-right: -2.5%;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .caption .cap-title {
  font-family: 'HiraginoSansw6';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.70;
  letter-spacing: normal;
  color: #826800;
  border-bottom: 1px solid #826800;
}
.Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .caption .detail {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: -0.7px;
  text-align: left;
  color: #222;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner {
  padding: 61px 80px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part h3 {
  font-family: 'HiraginoSansw6';
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.65;
  letter-spacing: normal;
  text-align: center;
  color: #363480;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part .Structure .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part .Structure .caption p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.36;
  letter-spacing: -0.7px;
  color: #222;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) h3 {
  margin-top: 4px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) .Structure {
  padding: 97px 0 70px;
  border-bottom: 1px solid #d4d4d4;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) .Structure .drawing-img {
  width: 39.8%;
  float: left;
  margin: 4px 0px 0 1.3%;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) .Structure .caption {
  float: right;
  width: 52%;
  margin-top: 22px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) .Structure .caption p {
  line-height: 25px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) {
  margin-top: 54px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) h3 {
  letter-spacing: -2px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure {
  padding: 58px 0 45px;
  border-bottom: 1px solid #d4d4d4;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .table-img {
  width: 40%;
  float: left;
  margin: 78px 0 0 1.5%;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .table-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption {
  float: right;
  width: 52%;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(1) {
  width: 77%;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(1) p {
  line-height: 1;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(1) p:nth-of-type(2) {
  line-height: 1.5;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(2) {
  margin-top: 19px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(2) p {
  line-height: 1;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(3) {
  margin-top: 37px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(3) p {
  line-height: 1.8;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(3) {
  margin-top: 65px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(3) .detail {
  padding: 71px 0;
  padding-left: 52px;
  border-bottom: 1px solid #d4d4d4;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(3) .detail p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #222;
  margin: 0;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(3) .detail p:nth-of-type(2) {
  margin-top: 13px;
  line-height: 0;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) {
  margin-top: 64px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) .Structure {
  padding: 73px 0 0;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) .Structure .drawing-img {
  width: 39.7%;
  float: left;
  margin-left: 1.6%;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) .Structure .caption {
  float: right;
  width: 52%;
  margin-top: 73px;
}
.Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) .Structure .caption p {
  line-height: 1.5;
}
.Structure-facility .tab-content-inner #Security .tab-inner {
  padding: 61px 80px;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part h3 {
  font-family: 'HiraginoSansw6';
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.65;
  letter-spacing: normal;
  text-align: center;
  color: #363480;
  letter-spacing: -2px;
  margin-top: 4px;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock {
  padding: 88px 0 60px;
  border-bottom: 1px solid #d4d4d4;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .drawing-img {
  width: 39.4%;
  float: left;
  margin-left: 2.9%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .caption {
  float: right;
  width: 52%;
  margin-top: 69px;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .caption p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.7px;
  color: #222;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) {
  margin-top: 65px;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .dimple-key {
  padding: 66px 0 62px;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .dimple-key .drawing-img {
  width: 24%;
  float: left;
  margin-left: 9.5%;
  margin-top: 6px;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .dimple-key .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .dimple-key .drawing-img p {
  font-size: 11px;
  margin: 0;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .dimple-key .caption {
  width: 53%;
  float: right;
  margin-right: -2%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .dimple-key .caption h4 {
  font-family: 'HiraginoSansw6';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #826800;
  border-bottom: 1px solid #826800;
  line-height: 1.5;
  text-align: left;
  margin-top: 4px;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .dimple-key .caption p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: -0.7px;
  color: #222;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .double-lock .drawing-img {
  width: 10.8%;
  float: left;
  margin-left: 15.3%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .double-lock .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .double-lock .caption {
  width: 54%;
  float: right;
  margin-right: -3%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .double-lock .caption h4 {
  font-family: 'HiraginoSansw6';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #826800;
  border-bottom: 1px solid #826800;
  text-align: left;
  line-height: 1.4;
  margin-top: 0;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .double-lock .caption p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: -0.7px;
  color: #222;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .Push-pull-door {
  padding: 60px 0 0;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .Push-pull-door .drawing-img {
  width: 24.2%;
  float: left;
  margin-left: 10.6%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .Push-pull-door .drawing-img img {
  max-width: 100%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .Push-pull-door .caption {
  float: right;
  width: 51%;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .Push-pull-door .caption h4 {
  font-family: 'HiraginoSansw6';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #826800;
  border-bottom: 1px solid #826800;
  text-align: left;
  line-height: 1.4;
  margin-top: 0;
}
.Structure-facility .tab-content-inner #Security .tab-inner .part:nth-child(2) .Push-pull-door .caption p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: -0.7px;
  color: #222;
}
.Structure-facility .bottom-content-inner {
  padding-top: 18px;
}
.Structure-facility .bottom-content-inner .Jcom {
  text-align: center;
}
.Structure-facility .bottom-content-inner .Jcom img {
  max-width: 443px;
  width: 100%;
  position: relative;
  left: 14px;
}
.Structure-facility .bottom-content-inner .JcomNet {
  text-align: center;
}
.Structure-facility .bottom-content-inner .JcomNet h3 {
  font-family: 'HiraginoSansw6';
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #826800;
  margin-top: 39px;
  margin-left: 3.5%;
  padding: 0px 12px;
  box-sizing: border-box;
}
.Structure-facility .bottom-content-inner .JcomNet p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #222;
  max-width: 762px;
  width: 100%;
  margin: 20px auto 47px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.Structure-facility .bottom-content-inner .JcomNet img {
  max-width: 450px;
  width: 100%;
  margin-left: 2.5%;
}
.Structure-facility .bottom-content-inner .step1to3 {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  width: 82%;
  margin: 44px auto 58px;
  padding: 33px 0px 26px 75px;
  box-sizing: border-box;
}
.Structure-facility .bottom-content-inner .step1to3 .step {
  float: left;
  text-align: center;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(1) {
  width: 30%;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(1) p {
  margin-top: 22px;
  letter-spacing: -2px;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(2) {
  width: 29%;
  margin: 0px 3%;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(2) p {
  margin: 10px 0 0;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(2) .small-txt {
  margin: 4px 0;
  letter-spacing: -3px;
  color: #585858;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(3) {
  width: 27%;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(3) p {
  margin: 10px 0 0;
}
.Structure-facility .bottom-content-inner .step1to3 .step:nth-of-type(3) .small-txt {
  margin: 4px 0;
  letter-spacing: -3px;
  color: #585858;
}
.Structure-facility .bottom-content-inner .step1to3 .step img {
  max-width: 51px;
  width: 100%;
}
.Structure-facility .bottom-content-inner .step1to3 .step h4 {
  margin-top: 11px;
  font-family: 'HiraginoSansw6';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #826800;
}
.Structure-facility .bottom-content-inner .step1to3 .step p {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.7px;
  color: #222;
}
/* Footer Section
* By:@Roktim
* 22 July 2019
*/
.footer-section {
  margin-top: 67px;
}
.footer-section .footer-logo {
  background: #eaeaea;
  padding: 21px 0;
}
.footer-section .footer-logo img {
  max-width: 450px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.footer-section .braight-link {
  background-color: #000;
}
.footer-section .braight-link ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer-section .braight-link ul li {
  display: inline-block;
  padding: 10px 7px;
}
.footer-section .braight-link ul li a {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.21;
  letter-spacing: normal;
  color: #fff;
  border-right: 1px solid;
  padding-right: 20px;
}
.footer-section .braight-link ul li:last-child a {
  border-right: none;
}
.footer-section .bottom-link {
  background-color: #000069;
}
.footer-section .bottom-link ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer-section .bottom-link ul li {
  display: inline-block;
  padding: 22px 7px 0;
}
.footer-section .bottom-link ul li a {
  font-family: 'HiraginoSans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.21;
  letter-spacing: normal;
  color: #fff;
  border-right: 1px solid;
  padding-right: 22px;
}
.footer-section .bottom-link ul li:last-child a {
  border-right: none;
}
.footer-section .bottom-link .coppyright {
  font-family: 'HiraginoSans';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.1;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.footer-section .footer-information {
  display: flex;
  margin-left: 2%;
  width: 24%;
  color: #fff;
  margin: 2% auto;
  width: 70%;
}

.footer-section .footer-information p {
  margin: 0;
}

.footer-section .footer-accesses {
  width: 60%;
}

.footer-section .footer-access {
  display: flex;
}

.footer-section .footer-access p {
  font-size: 0.6em;
}

.footer-section .footer-access p:nth-child(1) {
  text-align: right;
  padding-right: 18px;
  width: 33%;
}

.footer-section .footer-license {
  width: 40%;
}

.footer-section .footer-license p {
  padding-right: 18px;
  font-size: 0.6em;
}

.footer-section .footer-groups {
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer-section .footer-information {
    display: block;
    width: 90%;
  }

  .footer-section .footer-accesses {
    width: 96%;
    margin: 0 auto;
  }

  .footer-section .footer-license {
    width: 88%;
    margin: 4% auto;
  }
}


/* Footer Section SP
* By:@Roktim
* 22 July 2019
*/
@media only screen and (max-width: 768px) {
  .footer-section {
    margin-top: 27px;
  }
  .footer-section .footer-logo {
    padding: 12px 0;
  }
  .footer-section .footer-logo img {
    max-width: 56%;
  }
  .footer-section .braight-link ul li {
    padding: 2.5px 8px 5px;
  }
  .footer-section .braight-link ul li a {
    padding-right: 20px;
    font-size: 13px;
  }
  .footer-section .bottom-link ul li {
    padding: 6px 0 0;
  }
  .footer-section .bottom-link ul li a {
    line-height: 1.5;
  }
}
/* Feedback
* By:@Roktim
* 31 July 2019
*/
.iot-section .section-rap .section-title h2 {
  text-transform: capitalize !important;
}
.iot-section .iot-inn .iot-featureImg {
  width: 82.5%;
  margin: 60px auto 0;
}
.iot-section .iot-inn .iot-featureImg img {
  max-width: 100%;
}
.iot-section .iot-inn .iot-intro {
  padding-top: 31px !important;
}
.iot-section .iot-inn .device-intro {
  padding-top: 64px !important;
}
.float-bar .simulator-form .simulation {
  text-decoration: none !important;
  color: #000000 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.float-bar .simulator-form .simulation img {
  max-width: 70px;
  float: right;
  margin-right: 22px;
}
.float-bar .simulator-form .simulation p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.11px;
  color: #000000;
  float: right;
  margin: -3px 15px 0 0;
}
/* ==========================================================================
   style for smartphone max-width:768px
============================================================================= */
@media only screen and (max-width: 768px) {
  .site-width {
    min-width: 100%;
  }
  #float-bar {
    display: none !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* HEADER & TOP [SP]
  * By:@RoktimSazib
  * 23 JUL 2019
  */
  .no-scroll {
    overflow-y: hidden;
  }
  .topmenu {
    width: 100%;
  }
  .topmenu .top-menu-rap {
    width: 100%;
  }
  .topmenu .top-menu-rap .top-menu-icon {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 7px 0 2px;
  }
  .topmenu .top-menu-rap .top-menu-icon .sp-logo {
    max-width: 69%;
    padding-left: 18px;
    display: flex;
    align-items: center;
  }
  .topmenu .top-menu-rap .top-menu-icon .sp-logo .sitelogo img {
    max-width: 100%;
  }
  .topmenu .top-menu-rap .top-menu-icon .sp-logo .PressanceCorp img {
    max-width: 100%;
  }
  .topmenu .top-menu-rap .top-menu-icon .sp-logo .jpx img {
    max-width: 100%;
  }
  .topmenu .top-menu-rap .top-menu-icon .menu-icon {
    position: fixed;
    top: 3px;
    right: 0;
    width: 13%;
    height: 9.7%;
    z-index: 9999;
    overflow: hidden;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch div {
    position: absolute;
    left: 50%;
    width: 50%;
    margin-left: -4.5vw;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: top 1s, -webkit-transform 1s;
    transition: top 1s, transform 1s;
    transition: top 1s, transform 1s, -webkit-transform 1s;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch div img {
    width: 100%;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch div img.open-line {
    display: none;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch div img.close-line {
    display: block;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch div:nth-of-type(1) {
    top: 37%;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch div:nth-of-type(2) {
    top: 50%;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch div:nth-of-type(3) {
    top: 63%;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch-on div {
    margin-top: -2px;
    margin-left: -3.5vw;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch-on div:nth-last-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch-on div:nth-last-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch-on div:nth-last-of-type(3) {
    top: -50%;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch-on div img.open-line {
    display: block;
  }
  .topmenu .top-menu-rap .top-menu-icon .nav-switch-on div img.close-line {
    display: none;
  }
  .topmenu .top-menu-rap .top-nav-rap {
    width: 100%;
    background-color: rgba(54, 52, 128, 0.97);
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 99;
    display: none;
    overflow: hidden;
    overflow-y: auto;
  }
  .topmenu .top-menu-rap .top-nav-rap ul {
    list-style: none;
    margin: 0;
    padding: 39% 0 50px;
  }
  .topmenu .top-menu-rap .top-nav-rap ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 36px;
  }
  .topmenu .top-menu-rap .top-nav-rap ul li a {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .topmenu .top-menu-rap .top-nav-rap .simulation-doc-btn {
    background-color: #fff;
    padding: 13px 18px 20px;
  }
  .topmenu .top-menu-rap .top-nav-rap .simulation-doc-btn .simulator-form {
    width: 48.6%;
    float: left;
    margin-right: 2.8%;
  }
  .topmenu .top-menu-rap .top-nav-rap .simulation-doc-btn .simulator-form .btn03 {
    width: 100%;
    box-sizing: content-box;
    padding: 0;
    background: none;
    border: transparent;
  }
  .topmenu .top-menu-rap .top-nav-rap .simulation-doc-btn .btn-left {
    width: 48.6%;
    float: left;
    margin-right: 2.8%;
  }
  .topmenu .top-menu-rap .top-nav-rap .simulation-doc-btn .btn-left img {
    max-width: 100%;
  }
  .topmenu .top-menu-rap .top-nav-rap .simulation-doc-btn .btn-right {
    width: 48.6%;
    float: left;
  }
  .topmenu .top-menu-rap .top-nav-rap .simulation-doc-btn .btn-right img {
    max-width: 100%;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap {
    height: 100vh;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap ul {
    padding: 0;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap ul li {
    margin: 0;
    text-align: left;
    border-bottom: 1.1px solid #fff;
    padding-bottom: 3px;
    cursor: pointer;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap ul li:hover {
    color: #363480;
    background-color: #fff;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap ul li a {
    text-align: left;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.92;
    letter-spacing: normal;
    padding: 6px 20px;
    display: block;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap ul li a:hover {
    color: #363480;
    background-color: #fff;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap ul li a span {
    text-align: left;
    font-family: 'HiraginoSans';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.92;
    letter-spacing: 0.28px;
    display: block;
  }
  .topmenu .top-menu-rap .top-nav-rap .menu-wrap ul li a span:hover {
    color: #363480;
    background-color: #fff;
  }
  .top-section {
    padding: 17% 0 0;
  }
  .top-section .sp-slider .slideshow {
    position: relative;
  }
  .top-section .sp-slider .slideshow img {
    width: 100%;
  }
  .top-section .sp-slider .slideshow .banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 4% auto;
  }
  .top-section .sp-slider .slideshow .banner-content h1 {
    font-family: 'Lato';
    font-size: 45px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.70;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .top-section .sp-slider .slideshow .banner-content p {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 13px;
  }
  .top-section .sp-slider .slideshow .banner-content p:nth-of-type(2) {
    margin-top: 1px;
    font-size: 17px;
  }
  .top-section .sp-slider .slideshow .banner-content .bg-lbl-txt {
    background: rgba(255, 255, 255, 0.85);
    width: 91%;
    margin: 0 auto;
    text-align: center;
    height: 125px;
    margin-top: 14px;
    padding-top: 11px;
  }
  .top-section .sp-slider .slideshow .banner-content .bg-lbl-txt .title {
    font-family: 'HiraginoSansw6';
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: center;
    color: #866800;
    margin: 0;
  }
  .top-section .sp-slider .slideshow .banner-content .bg-lbl-txt .sub-title {
    font-family: 'HiraginoSansw6';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.05;
    letter-spacing: 1.05px;
    text-align: center;
    color: #222;
    /*border-bottom: solid 0.9px #866800;*/
    display: inline-block;
    margin-top: 3px;
  }
  .top-section .sp-slider .slideshow .banner-content .bg-lbl-txt .sub-title .red-color {
    color: #dd1212;
  }
  .top-section .top-content {
    width: 91%;
    margin: 35px auto;
  }
  .top-section .top-content .top-description {
    font-family: 'HiraginoSansw6';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #866800;
  }
  .top-section .top-content .contact-number {
    margin-top: 31px;
  }
  .top-section .top-content .contact-number .cont-num {
    width: 100%;
  }
  .top-section .top-content .contact-number .contact-btn {
    margin-top: 4px;
  }
  .top-section .top-content .contact-number .contact-btn .simulator-form {
    margin-right: 0;
    width: 48%;
    float: left;
  }
  .top-section .top-content .contact-number .contact-btn .simulator-form .btn03 {
    width: 100%;
    padding: 0;
    box-sizing: content-box;
    background: transparent;
    border: none;
  }
  .top-section .top-content .contact-number .contact-btn .simulator-form .btn03 img {
    max-width: 100%;
  }
  .top-section .top-content .contact-number .contact-btn .btn-left {
    margin-right: 0;
    width: 48%;
    float: left;
  }
  .top-section .top-content .contact-number .contact-btn .btn-left img {
    max-width: 100%;
  }
  .top-section .top-content .contact-number .contact-btn .btn-right {
    width: 48%;
    float: right;
    margin-right: 1px;
  }
  .top-section .top-content .contact-number .contact-btn .btn-right img {
    max-width: 100%;
  }
  /* Access [SP]
  * By:@RoktimSazib
  * 25 JUL 2019
  */
  .access-section {
    margin-top: 20px !important;
  }
  .access-section .section-rap .section-title h2 {
    font-size: 27px !important;
    line-height: 1.28 !important;
  }
  .access-section .section-rap .section-title h3 {
    font-size: 12px !important;
    line-height: 1.76 !important;
  }
  .access-section .section-rap .rail-network-inn {
    width: 90.5% !important;
  }
  .access-section .section-rap .rail-network-inn .section-sub-header {
    margin-top: 25px !important;
  }
  .access-section .section-rap .rail-network-inn .section-sub-header h3 {
    font-size: 20px !important;
    text-align: center !important;
    padding: 4px 0 !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route {
    width: 100% !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .rail-map-title {
    padding-top: 28px !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .rail-map-title h4 {
    letter-spacing: -1px !important;
    text-align: center !important;
    margin-left: 0 !important;
    display: block !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .rail-map-title h4:after {
    width: 62% !important;
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .rail-map-title h5 {
    margin-left: 0 !important;
    text-align: center !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .row-left {
    width: 100% !important;
    float: none !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .row-left .rail-map {
    width: 79% !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    margin: 6px auto !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .row-right {
    width: 100% !important;
    float: none !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .row-right .rail-description {
    padding-top: 3px !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .row-right .rail-description h3 {
    font-size: 17px !important;
    letter-spacing: -1px !important;
    text-align: left !important;
    padding-left: 0 !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .row-right .rail-description p {
    padding-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    letter-spacing: -1px !important;
    line-height: 1.86 !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route .row-right .rail-description h5 {
    line-height: 1.5 !important;
    padding-left: 0 !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-secnd {
    display: flex;
    flex-wrap: wrap;
  }
  .access-section .section-rap .rail-network-inn .rail-route-secnd .row-left {
    order: 2;
  }
  .access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description {
    padding-top: 27px !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description h3 {
    font-size: 17px !important;
    padding-left: 0 !important;
    letter-spacing: -1px !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description p {
    font-size: 14px !important;
    line-height: 1.86 !important;
    padding-left: 0 !important;
    letter-spacing: -1px !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description h5 {
    padding-left: 0 !important;
    letter-spacing: -1px !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-secnd .row-right .rail-map {
    width: 72% !important;
    margin-left: 0 !important;
    padding-top: 37px !important;
    margin: 0 auto !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-full {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-full .rail-full-raoute-map {
    margin-top: 2px;
    padding-top: 0 !important;
  }
  .access-section .section-rap .rail-network-inn .rail-route-full .rail-full-raoute-map img {
    margin: 0 auto !important;
    padding-top: 23px !important;
    padding-bottom: 24px !important;
  }
  /* LOCATION [SP]
  * By:@RoktimSazib
  * 25 JUL 2019
  */
  .location {
    margin-top: 26px;
  }
  .location .inner-wrap {
    width: 90.5%;
    margin: 0 auto;
  }
  .location .inner-wrap .section-title p {
    font-size: 22px;
    text-align: center;
    padding: 3px 0;
  }
  .location .inner-wrap .cards-item {
    width: 94%;
    margin: 21px auto;
    display: block;
  }
  .location .inner-wrap .cards-item .owl-prev {
    position: absolute;
    top: 39%;
    left: -5%;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
  }
  .location .inner-wrap .cards-item .owl-prev img {
    max-width: 17px;
    width: 100%;
  }
  .location .inner-wrap .cards-item .owl-next {
    right: -5%;
    position: absolute;
    top: 39%;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
  }
  .location .inner-wrap .cards-item .owl-next img {
    max-width: 17px;
    width: 100%;
  }
  .location .inner-wrap .cards-item .card {
    margin: 10px auto 6px;
    max-width: 100%;
    width: 99.5%;
    float: none;
    box-shadow: 0 3.3px 6.6px 0 rgba(0, 0, 0, 0.15);
  }
  .location .inner-wrap .cards-item .card:nth-child(odd) {
    max-width: 100%;
    margin: 10px auto 6px;
  }
  .location .inner-wrap .cards-item .card:nth-child(odd) .card-inner {
    padding: 1px 23px 11px 25px;
    box-sizing: border-box;
  }
  .location .inner-wrap .cards-item .card:nth-child(odd) .card-inner .card-title p {
    margin-bottom: 18px;
    margin-top: 12px;
    font-size: 15px;
  }
  .location .inner-wrap .cards-item .card:nth-child(odd) .card-inner .caption .caption-title {
    letter-spacing: -2px;
  }
  .location .inner-wrap .cards-item .card:nth-child(odd) .card-inner .caption .caption-description {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: -1.2px;
    margin-bottom: 0;
  }
  .location .inner-wrap .cards-item .card .card-inner {
    padding: 1px 23px 11px 25px;
    box-sizing: border-box;
  }
  .location .inner-wrap .cards-item .card .card-inner .card-title p {
    margin-bottom: 18px;
    margin-top: 12px;
    font-size: 15px;
  }
  .location .inner-wrap .cards-item .card .card-inner .caption .caption-title {
    letter-spacing: -2px;
  }
  .location .inner-wrap .cards-item .card .card-inner .caption .caption-description {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: -1.2px;
    margin-bottom: 0;
  }
  .location .inner-wrap .cards-item .owl-dots {
    margin-top: 0;
    text-align: center;
    position: static;
  }
  .location .inner-wrap .cards-item .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    user-select: none;
  }
  .location .inner-wrap .cards-item .owl-dots .owl-dot span {
    width: 8.8px;
    height: 8.8px;
    margin: 3px 9px;
    background: transparent;
    display: block;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50px;
    border: solid 0.8px #363480;
    opacity: 1;
  }
  .location .inner-wrap .cards-item .owl-dots .active span {
    background: #363480;
  }
  /* MAP [SP]
  * By:@RoktimSazib
  * 25 JUL 2019
  */
  .map-section .section-rap {
    width: 90.5% !important;
  }
  .map-section .section-rap .section-title {
    padding-top: 14px !important;
  }
  .map-section .section-rap .section-title h3 {
    font-size: 18px !important;
    line-height: 1.50 !important;
  }
  .map-section .section-rap .section-title h3::after {
    left: 0 !important;
    bottom: 3px !important;
    width: 66% !important;
    right: 0 !important;
    height: 1px !important;
    margin: 0 auto !important;
  }
  .map-section .main-map-rap {
    padding-top: 20px !important;
  }
  .map-section .main-map-rap .gmap {
    height: 285px !important;
  }
  /* Marketing Data-section [SP]
  * By:@RoktimSazib
  * 25 JUL 2019
  */
  .Marketing-data {
    margin-top: 22px;
    padding-bottom: 36px;
  }
  .Marketing-data .inner-wrap {
    width: 90.5%;
  }
  .Marketing-data .inner-wrap .section-title {
    margin: 54px 0 31px 0;
  }
  .Marketing-data .inner-wrap .section-title h2 {
    font-size: 27px;
    text-align: center;
  }
  .Marketing-data .inner-wrap .section-title p {
    font-size: 12px;
    text-align: center;
  }
  .Marketing-data .inner-wrap .marketing-map img {
    max-width: 100%;
  }
  .Marketing-data .inner-wrap .listing-part {
    padding: 29px 0;
  }
  .Marketing-data .inner-wrap .listing-part .heading {
    text-align: center;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
  }
  .Marketing-data .inner-wrap .listing-part .heading h4 {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .Marketing-data .inner-wrap .listing-part .heading p {
    font-size: 14px;
    margin-top: 9px;
    letter-spacing: -2px;
    padding-bottom: 7px;
  }
  .Marketing-data .inner-wrap .listing-part .headquarters-lists .inner {
    margin: 16px auto 5px;
    box-sizing: border-box;
    width: 100%;
  }
  .Marketing-data .inner-wrap .listing-part .headquarters-lists .inner h5 {
    letter-spacing: -3px;
    font-size: 15px;
    font-family: 'HiraginoSansw3';
  }
  .Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col ul li {
    font-family: 'HiraginoSans';
    font-size: 12px;
    line-height: 1.42;
  }
  .Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col:nth-of-type(1) {
    width: 55%;
    box-sizing: border-box;
    padding-right: 2%;
  }
  .Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .listing .col:nth-of-type(2) {
    width: 45%;
    box-sizing: border-box;
  }
  .Marketing-data .inner-wrap .listing-part .headquarters-lists .inner .right-align {
    margin: 0;
  }
  .Marketing-data .inner-wrap .table-part .inner h4 {
    font-size: 18px;
  }
  .Marketing-data .inner-wrap .table-part .inner .title {
    margin: 12px auto 10px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
  }
  .marketing-buttom {
    margin-top: 21px;
    width: 90.5%;
  }
  .marketing-buttom .contact-number {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .marketing-buttom .contact-number .cont-num {
    width: 100%;
  }
  .marketing-buttom .contact-number .contact-btn {
    margin-top: 4px;
  }
  .marketing-buttom .contact-number .contact-btn .simulator-form {
    margin-right: 0;
    width: 48%;
    float: left;
  }
  .marketing-buttom .contact-number .contact-btn .simulator-form .btn03 {
    width: 100%;
    padding: 0;
    box-sizing: content-box;
    background: transparent;
    border: none;
  }
  .marketing-buttom .contact-number .contact-btn .simulator-form .btn03 img {
    max-width: 100%;
  }
  .marketing-buttom .contact-number .contact-btn .btn-left {
    margin-right: 0;
    width: 48%;
    float: left;
  }
  .marketing-buttom .contact-number .contact-btn .btn-left img {
    max-width: 100%;
  }
  .marketing-buttom .contact-number .contact-btn .btn-right {
    width: 48%;
    float: right;
    margin-right: 1px;
  }
  .marketing-buttom .contact-number .contact-btn .btn-right img {
    max-width: 100%;
  }
  /* footer [SP]
  * By:@RoktimSazib
  * 25 JUL 2019
  */
  .show-right-menu {
    z-index: 1;
  }
  .back-top {
    bottom: 19% !important;
    right: 10px !important;
  }
  .footer-section img {
    width: 31%;
    margin: 54px auto 53px;
  }
  .footer-section p {
    font-size: 12px;
    margin-bottom: 50%;
  }
  #fixCircleBtn {
    opacity: 0;
  }
  .show-CircleBtn {
    opacity: 1 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
  }
  .simulation-doc-footer .simulationSP {
    width: 21.5%;
    position: fixed;
    bottom: 5%;
    right: 27%;
    z-index: 1;
  }
  .simulation-doc-footer .simulationSP img {
    max-width: 100%;
  }
  .simulation-doc-footer .simulationSP .simulator-form .btn03 {
    width: 100%;
    padding: 0;
    box-sizing: content-box;
    border: none;
    background: transparent;
  }
  .simulation-doc-footer .docSP {
    width: 21.5%;
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 1;
  }
  .simulation-doc-footer .docSP img {
    max-width: 100%;
  }
  /* Feedback
  * By:@Roktim
  * 31 July 2019
  */
  .iot-section .section-rap .iot-inn .iot-featureImg {
    width: 100% !important;
    margin: 28px auto 0 !important;
  }
  .iot-section .section-rap .iot-inn .device-intro {
    padding-top: 20px !important;
  }
  .iot-section .iot-full-rap .iot-full-inn {
    padding-bottom: 6% !important;
  }
}
@media only screen and (max-width: 768px) {
  .Structure-facility .Structure-top {
    width: 90.5%;
    margin: 56px auto 54px;
  }
  .Structure-facility .Structure-top .contact-number {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .Structure-facility .Structure-top .contact-number .cont-num {
    width: 100%;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn {
    margin-top: 4px;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn .simulator-form {
    margin-right: 0;
    width: 48%;
    float: left;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn .simulator-form .btn03 {
    width: 100%;
    padding: 0;
    box-sizing: content-box;
    background: transparent;
    border: none;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn .simulator-form .btn03 img {
    max-width: 100%;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn .btn-left {
    margin-right: 0;
    width: 48%;
    float: left;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn .btn-left img {
    max-width: 100%;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn .btn-right {
    width: 48%;
    float: right;
    margin-right: 1px;
  }
  .Structure-facility .Structure-top .contact-number .contact-btn .btn-right img {
    max-width: 100%;
  }
  .Structure-facility .tab-content-inner {
    width: 90.5%;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner .section-title {
    margin: 42px 0 28px 0;
  }
  .Structure-facility .tab-content-inner .section-title h2 {
    font-size: 27px;
    line-height: 1.28;
    text-align: center;
  }
  .Structure-facility .tab-content-inner .section-title p {
    font-size: 12px;
    line-height: 1.76;
    letter-spacing: -1px;
    text-align: center;
  }
  .Structure-facility .tab-content-inner .switch-tab .tab button {
    font-size: 15px;
    padding: 8px 16px;
    font-family: 'HiraginoSans';
  }
  .Structure-facility .tab-content-inner .tabcontent {
    margin-top: 32px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner {
    padding: 35px 15px 29px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part h3 {
    font-size: 20px;
    font-family: 'HiraginoSans';
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure {
    margin-top: 36px;
    padding-bottom: 16px;
    margin-bottom: 34px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .drawing-img {
    width: 96%;
    float: none;
    margin: 0 auto;
    margin-left: 4%;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .drawing-img p {
    font-size: 9px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .caption {
    width: 100%;
    float: none;
    margin-top: 27px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part .Structure .caption p {
    line-height: 1.5;
    letter-spacing: -1.7px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof {
    width: 100%;
    margin: 36px auto;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .drawing-img {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .drawing-img p {
    display: none;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
    padding: 0px 5px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption .cap-title {
    line-height: 1.75;
    margin-bottom: 0;
    font-family: 'HiraginoSansw3';
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption .detail {
    line-height: 1.6;
    margin-top: 0px;
    letter-spacing: -2px;
    margin-bottom: 0;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundProof .caption .small-txt {
    line-height: 0.5;
    margin-left: 2px;
    margin-top: 7px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation {
    width: 100%;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .drawing-img {
    float: none;
    width: 63.5%;
    margin: 0 auto;
    position: relative;
    top: -2px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .drawing-img p {
    margin: 0;
    margin-left: 0px;
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 0;
    position: relative;
    top: -7px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .caption {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 18px;
    padding: 0px 5px;
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .caption .cap-title {
    line-height: 1.70;
    margin-bottom: 2px;
    font-family: 'HiraginoSansw3';
  }
  .Structure-facility .tab-content-inner #Comfort .tab-inner .part:nth-of-type(2) .SoundInsulation .caption .detail {
    line-height: 1.6;
    margin-top: 0px;
    letter-spacing: -2px;
    margin-bottom: 0;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner {
    padding: 35px 15px 29px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part h3 {
    font-size: 20px;
    font-family: 'HiraginoSans';
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) .Structure {
    padding: 45px 0 20px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) .Structure .drawing-img {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(1) .Structure .caption {
    float: none;
    width: 100%;
    margin-top: 28px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) {
    margin-top: 34px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure {
    padding: 30px 0 20px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .table-img {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .table-img p {
    font-size: 15.9px;
    line-height: 1.19;
    letter-spacing: -0.8px;
    text-align: left;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption {
    float: none;
    width: 100%;
    margin-top: 22px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(2) .Structure .caption div:nth-of-type(1) {
    width: 100%;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(3) {
    margin-top: 40px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(3) .detail {
    padding: 40px 0;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) {
    margin-top: 40px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) .Structure {
    padding: 30px 0 20px;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) .Structure .drawing-img {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner #Basicstructure .tab-inner .part:nth-of-type(4) .Structure .caption {
    float: none;
    width: 100%;
    margin-top: 22px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner {
    padding: 35px 15px 29px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: none;
    font-family: 'HiraginoSans';
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part .tab3-title {
    font-family: HiraginoSans;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #363480;
    padding: 0px 18px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock {
    padding: 30px 0 30px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .drawing-img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .caption {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .caption p {
    line-height: 1.5;
    letter-spacing: -1.7px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part .auto-lock .caption .tv-txtSP {
    margin-top: 35px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.30;
    letter-spacing: -0.45px;
    text-align: center;
    color: #836800;
    border-bottom: 1px solid #836800;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) {
    margin-top: 70px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .tab3-title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #363480;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .dimple-key .drawing-img {
    width: 65%;
    float: none;
    margin-left: 0;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .dimple-key .caption {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .dimple-key .caption .tv-txtSP {
    margin-top: 35px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.30;
    letter-spacing: -0.45px;
    text-align: left;
    color: #836800;
    border-bottom: 1px solid #836800;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .dimple-key .caption p {
    line-height: 1.5;
    letter-spacing: -1.7px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .double-lock .drawing-img {
    width: 30%;
    float: none;
    margin-left: 0;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .double-lock .caption {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .double-lock .caption .tv-txtSP {
    margin-top: 35px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.30;
    letter-spacing: -0.45px;
    text-align: left;
    color: #836800;
    border-bottom: 1px solid #836800;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .double-lock .caption p {
    line-height: 1.5;
    letter-spacing: -1.7px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .Push-pull-door .drawing-img {
    width: 50%;
    float: none;
    margin-left: 0;
    margin: 0 auto;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .Push-pull-door .caption {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .Push-pull-door .caption .tv-txtSP {
    margin-top: 35px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.30;
    letter-spacing: -0.45px;
    text-align: left;
    color: #836800;
    border-bottom: 1px solid #836800;
  }
  .Structure-facility .tab-content-inner #Security .tab-inner .part:nth-of-type(2) .Push-pull-door .caption p {
    line-height: 1.5;
    letter-spacing: -1.7px;
  }
  .Structure-facility .bottom-content-inner {
    padding-top: 42px;
    width: 90.5%;
    margin: 0 auto;
  }
  .Structure-facility .bottom-content-inner .Jcom img {
    left: 0;
  }
  .Structure-facility .bottom-content-inner .JcomNet h3 {
    font-size: 18px;
    line-height: 1.28;
    margin-left: 0;
    margin-top: 25px;
    letter-spacing: 0;
    padding: 0px 30px;
  }
  .Structure-facility .bottom-content-inner .JcomNet p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 0px 18px;
    letter-spacing: -2px;
    margin: 14px auto 27px;
  }
  .Structure-facility .bottom-content-inner .JcomNet p br {
    display: none;
  }
  .Structure-facility .bottom-content-inner .JcomNet img {
    margin-left: 0;
  }
  .Structure-facility .bottom-content-inner .step1to3 {
    margin: 31px auto 57px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .Structure-facility .bottom-content-inner .step1to3 .stepSP {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
  }
  .Structure-facility .bottom-content-inner .step1to3 .stepSP .numImg {
    width: 13%;
    margin-right: 8%;
  }
  .Structure-facility .bottom-content-inner .step1to3 .stepSP .numImg img {
    max-width: 100%;
  }
  .Structure-facility .bottom-content-inner .step1to3 .stepSP .rightContant {
    width: 80%;
  }
  .Structure-facility .bottom-content-inner .step1to3 .stepSP .rightContant h4 {
    font-size: 19px;
    color: #836800;
  }
  .Structure-facility .bottom-content-inner .step1to3 .stepSP .rightContant p {
    font-size: 14px;
    margin: 0;
  }
  .Structure-facility .bottom-content-inner .step1to3 .stepSP .rightContant .small-txt {
    color: #585858;
  }
}
@media only screen and (max-width: 320px) {
  .Structure-facility .tab-content-inner .switch-tab .tab button {
    font-size: 14px;
  }
  .footer-section p {
    font-size: 11px;
  }
  .topmenu .top-menu-rap .top-nav-rap {
    height: 91vh !important;
  }
}
@media only screen and (width: 412px) {
  .topmenu .top-menu-rap .top-nav-rap {
    top: 60px !important;
  }
}
@media only screen and (orientation: landscape) {
  .topmenu .top-menu-rap .top-menu-icon .menu-icon {
    height: 31%;
  }
  .topmenu .top-menu-rap .top-nav-rap {
    height: 72vh;
  }
}
@media only screen and (width: 360px) {
  .topmenu .top-menu-rap .top-nav-rap {
    height: 91vh;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*Right Floot Bar*/
.float-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 115px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}
.float-bar .simulation {
  margin-bottom: 20px;
}
.float-bar .simulation a {
  text-decoration: none;
  color: #000000;
}
.float-bar .simulation a img {
  max-width: 70px;
  float: right;
  margin-right: 22px;
}
.float-bar .simulation a p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.11px;
  color: #000000;
  float: right;
  margin: -3px 15px 0 0;
}
.float-bar .doc-request a {
  text-decoration: none;
  color: #000000;
}
.float-bar .doc-request a img {
  max-width: 70px;
  float: right;
  margin-right: 22px;
}
.float-bar .doc-request a p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.11px;
  color: #000000;
  text-align: center;
  float: right;
  margin: -3px 35px 0 0;
}
.back-top {
  position: fixed;
  right: 16px;
  bottom: 30px;
  width: 76px;
  cursor: pointer;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}
.back-top img {
  width: 22px;
  margin: 0 auto;
}
.back-top p {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #000000;
  margin: 6px 0;
}
.show-right-menu {
  visibility: visible;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  opacity: 1;
}
/*End Right Floot Bar*/
.main-rap {
  width: 80%;
  margin: 0 auto;
}
.section-title {
  width: 100%;
}
.section-title h2 {
  font-family: "Lato";
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #363480;
  text-transform: uppercase;
}
.section-title h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  letter-spacing: 0.35px;
  text-align: center;
  color: #363480;
}
/*Access Section PC*/
.access-section .section-rap .rail-network-inn {
  width: 80%;
  margin: 0 auto;
}
.access-section .section-rap .rail-network-inn .section-sub-header {
  width: 100%;
  background-color: #363480;
  margin-top: 54px;
}
.access-section .section-rap .rail-network-inn .section-sub-header h3 {
  font-family: "Lato";
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding: 10px 0 10px 34px;
}
.access-section .section-rap .rail-network-inn .rail-route {
  width: 80%;
  margin: 0 auto;
}
.access-section .section-rap .rail-network-inn .rail-route .rail-map-title {
  width: 100%;
  padding-top: 43px;
}
.access-section .section-rap .rail-network-inn .rail-route .rail-map-title h4 {
  font-size: 15.9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #000000;
  margin-left: 8.6%;
  display: inline-block;
  position: relative;
}
.access-section .section-rap .rail-network-inn .rail-route .rail-map-title h4::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background: #000000;
  bottom: 0;
  left: 2.5%;
}
.access-section .section-rap .rail-network-inn .rail-route .rail-map-title h5 {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.38px;
  text-align: left;
  color: #231815;
  margin-left: 13.3%;
  padding-top: 3px;
}
.access-section .section-rap .rail-network-inn .rail-route .row-left {
  width: 49%;
  float: left;
}
.access-section .section-rap .rail-network-inn .rail-route .row-right {
  width: 51%;
  float: left;
}
.access-section .section-rap .rail-network-inn .rail-route-first {
  margin-bottom: 15px;
}
.access-section .section-rap .rail-network-inn .rail-route-first .row-left .rail-map {
  width: 80%;
  margin-left: 3.7%;
  padding-top: 14px;
}
.access-section .section-rap .rail-network-inn .rail-route-first .row-left .rail-map img {
  width: 100%;
}
.access-section .section-rap .rail-network-inn .rail-route-first .row-right .rail-description {
  padding-top: 50px;
}
.access-section .section-rap .rail-network-inn .rail-route-first .row-right .rail-description h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  padding-left: 5px;
  font-family: "HiraginoSans-w6";
}
.access-section .section-rap .rail-network-inn .rail-route-first .row-right .rail-description p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  letter-spacing: 0.01px;
  text-align: left;
  color: #585858;
  padding-left: 5px;
}
.access-section .section-rap .rail-network-inn .rail-route-first .row-right .rail-description h5 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #585858;
  padding-left: 5px;
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-left {
  width: 54%;
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description {
  padding-top: 51px;
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  padding-left: 8px;
  font-family: "HiraginoSans-w6";
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  letter-spacing: 0.01px;
  text-align: left;
  color: #585858;
  padding-left: 8px;
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-left .rail-description h5 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #585858;
  padding-left: 8px;
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-right {
  width: 46%;
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-right .rail-map {
  width: 79.5%;
  margin-left: 13.7%;
  padding-top: 14px;
}
.access-section .section-rap .rail-network-inn .rail-route-secnd .row-right .rail-map img {
  width: 100%;
}
.access-section .section-rap .rail-network-inn .rail-route-full {
  width: 100%;
}
.access-section .section-rap .rail-network-inn .rail-route-full .rail-full-raoute-map {
  padding-top: 43px;
}
.access-section .section-rap .rail-network-inn .rail-route-full .rail-full-raoute-map img {
  width: 100%;
}
/*MAP Section PC*/
.map-section {
  width: 100%;
}
.map-section .section-rap {
  width: 80%;
  margin: 0 auto;
}
.map-section .section-rap .section-title {
  padding-top: 15px;
}
.map-section .section-rap .section-title h3 {
  font-family: "Lato";
  font-size: 29.1px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 1.45px;
  text-align: center;
  color: #363480;
  width: 75px;
  margin: 0 auto;
  position: relative;
}
.map-section .section-rap .section-title h3::after {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  height: 2px;
  width: 100%;
  background: #363480;
}
.map-section .section-rap .main-map-rap {
  width: 100%;
  padding-top: 23px;
}
.map-section .section-rap .main-map-rap .gmap {
  width: 100%;
  height: 500px;
}
/*Land Section*/
.land-plan-section {
  width: 100%;
  padding-top: 30px;
}
.land-plan-section .section-title h3 {
  line-height: 1.29;
}
.land-plan-section .land-plan-inn {
  width: 80%;
  margin: 0 auto;
}
.land-plan-section .land-plan-inn .entrance-hall {
  width: 100%;
  padding-top: 61px;
}
.land-plan-section .land-plan-inn .entrance-hall .hall-image {
  width: 61%;
}
.land-plan-section .land-plan-inn .entrance-hall .hall-image img {
  width: 91.4%;
  margin-left: .7%;
}
.land-plan-section .land-plan-inn .entrance-hall .hall-description {
  width: 39%;
  padding-top: 61px;
}
.land-plan-section .land-plan-inn .entrance-hall .hall-description h3 {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #826800;
  border-bottom: 1px solid #826800;
}
.land-plan-section .land-plan-inn .entrance-hall .hall-description h6 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.35px;
  text-align: left;
  color: #222222;
  margin-top: 26px;
}
.land-plan-section .land-plan-inn .entrance-hall .hall-description p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #585858;
  margin: 0;
  padding-top: 23px;
}
.land-plan-section .land-plan-inn .entrance-map {
  width: 59%;
  padding-top: 50px;
  margin: 0 auto;
}
.land-plan-section .land-plan-inn .entrance-map img {
  width: 97%;
}
.land-plan-section .land-plan-inn .residance-use {
  width: 93%;
  margin: 0 auto;
  padding-top: 30px;
}
.land-plan-section .land-plan-inn .residance-use h2 {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: left;
  color: #826800;
  display: inline-block;
  position: relative;
}
.land-plan-section .land-plan-inn .residance-use h2::after {
  position: absolute;
  left: 0;
  bottom: 4px;
  content: "";
  height: 1px;
  width: 97%;
  background: #826800;
}
.land-plan-section .land-plan-inn .residance-use .use-lists {
  width: 100%;
  padding-top: 34px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul {
  list-style: none;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li {
  list-style: none;
  width: 31%;
  height: 100%;
  float: left;
  margin-right: 3.4%;
  margin-bottom: 21px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .title {
  background-color: #ebebeb;
  padding: 15px 0 15px 12px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-number {
  float: left;
  width: 12.5%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-number img {
  width: 100%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-text {
  width: 80%;
  float: left;
  padding-left: 4%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-text h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  padding: 3px 0 7px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-text h5 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .description p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  margin: 0;
  padding: 7px 0;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .description h5 {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: -0.33px;
  text-align: left;
  color: #585858;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances {
  width: 100%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances .ref-img {
  width: 25%;
  float: left;
  margin-right: 3%;
  margin-left: 1%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances .ref-img img {
  width: 100%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances .ref-img p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.33px;
  text-align: left;
  color: #222222;
  margin: 4px 0px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(4) .referances {
  width: 100%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(4) .referances .ref-img {
  width: 22%;
  float: left;
  margin-right: 3%;
  margin-left: 1%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text {
  position: relative;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h3 {
  position: absolute;
  left: 4%;
  top: -12px;
  line-height: 1.2;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h5 {
  position: absolute;
  left: 4%;
  top: 34px;
}
@media screen and (max-width: 1120px) {
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h3 {
    position: static;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h5 {
    position: static;
  }
}
@media screen and (min-width: 1716px) {
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h3 {
    position: static;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h5 {
    position: static;
  }
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances {
  width: 100%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img {
  width: 20%;
  float: left;
  margin-right: 2%;
  margin-left: 1%;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img img {
  margin-bottom: 5px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img:nth-child(2) {
  margin-top: 10px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img:nth-child(2) img {
  margin-bottom: 10px;
}
.land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(3n+3) {
  margin-right: 0;
}
.land-plan-section .land-plan-inn .sicurity-services {
  width: 100%;
  background-color: #ebebeb;
  padding: 46px 0;
  margin-top: 39px;
}
.land-plan-section .land-plan-inn .sicurity-services h3 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #002361;
}
.land-plan-section .land-plan-inn .sicurity-services p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.35px;
  text-align: center;
  color: #222222;
}
.land-plan-section .land-plan-inn .sicurity-services .gas-image {
  width: 74%;
  margin: 0 auto;
  margin-top: 47px;
}
.land-plan-section .land-plan-inn .sicurity-services .gas-image img {
  width: 95.5%;
}
.land-plan-section .land-plan-inn .sicurity-services .gas-com {
  width: 36%;
  margin: 0 auto;
  margin-top: 44px;
}
.land-plan-section .land-plan-inn .sicurity-services .gas-com img {
  width: 100%;
}
/*IOT Section*/
.iot-section {
  width: 100%;
  padding-top: 50px;
}
.iot-section .section-title h3 {
  line-height: 1.1;
}
.iot-section .iot-inn {
  width: 80%;
  margin: 0 auto;
}
.iot-section .iot-inn .iot-intro {
  width: 100%;
  padding-top: 61px;
}
.iot-section .iot-inn .iot-intro h3 {
  font-family: "HiraginoSansW6";
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 1.05px;
  text-align: center;
  color: #000000;
}
.iot-section .iot-inn .iot-intro p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  margin: 14px 0;
}
.iot-section .iot-inn .device-intro {
  width: 100%;
  padding-top: 39px;
}
.iot-section .iot-inn .device-intro .device-row {
  margin-bottom: 47px;
}
.iot-section .iot-inn .device-intro .device-row .device-left {
  width: 50.3%;
}
.iot-section .iot-inn .device-intro .device-row .device-left img {
  width: 70%;
  float: right;
  margin-right: 9%;
}
.iot-section .iot-inn .device-intro .device-row .device-left p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.03;
  letter-spacing: -0.3px;
  text-align: left;
  color: #585858;
  margin: 0 0 0 18%;
}
.iot-section .iot-inn .device-intro .device-row .device-text {
  width: 41%;
}
.iot-section .iot-inn .device-intro .device-row .device-text h2 {
  font-family: "HiraginoSansW6";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #826800;
  border-bottom: 1px solid #826800;
}
.iot-section .iot-inn .device-intro .device-row .device-text p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.35px;
  text-align: left;
  color: #222222;
  margin: 0;
  padding: 12px 0 5px 3px;
}
.iot-section .iot-inn .device-intro .device-row .device-text h6 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.3px;
  text-align: left;
  color: #585858;
}
.iot-section .iot-inn .device-intro .device-row:nth-child(2) .device-left img {
  width: 77%;
  margin-right: 6.2%;
}
.iot-section .iot-inn .device-intro .device-row:nth-child(2) .device-left p {
  margin: 14px 0 0 19.6%;
}
.iot-section .iot-inn .device-network {
  width: 82%;
  margin: 9px auto 112px;
}
.iot-section .iot-inn .device-network img {
  width: 100%;
}
.iot-section .iot-full-rap {
  width: 100%;
  background: url('../img/iot/lot-bacground@2x.png');
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.iot-section .iot-full-rap .iot-full-inn {
  padding-top: 10.7%;
  padding-bottom: 4%;
}
.iot-section .iot-full-rap .iot-full-inn h3 {
  font-family: "HiraginoSansW6";
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.76;
  letter-spacing: normal;
  text-align: center;
  color: #826800;
}
.iot-section .iot-full-rap .iot-full-inn p:nth-of-type(1) {
  font-family: "HiraginoSansW3";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  padding: 12px 0;
}
.iot-section .iot-full-rap .iot-full-inn p:nth-of-type(2) {
  font-family: "HiraginoSansW3";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: -0.3px;
  text-align: center;
  color: #585858;
  padding: 5px 0;
}
.iot-section .iot-full-rap .iot-full-inn .iot-referances {
  padding: 23px 0 0;
}
.iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row {
  width: 52%;
  margin: 0 auto;
}
.iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul li {
  list-style: none;
  width: 48%;
  float: left;
  margin-bottom: 25px;
  margin-right: 4%;
}
.iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul li .iot-example img {
  width: 100%;
  box-shadow: 0 2.2px 4.4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul li:nth-child(2n+2) {
  margin-right: 0;
}
.iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro {
  display: none !important;
}
/*Floor Plan*/
.floor-plan-section {
  width: 100%;
  padding-top: 50px;
  background-color: #ebebeb;
  padding-bottom: 60px;
}
.floor-plan-section .section-title h3 {
  line-height: 1.1;
}
.floor-plan-section .floor-plan-inn {
  width: 80%;
  margin: 0 auto;
}
.floor-plan-section .floor-plan-inn .floor-pan-chart {
  width: 72%;
  margin: 0 auto;
  padding-top: 62px;
}
.floor-plan-section .floor-plan-inn .floor-pan-chart .chart-left {
  width: 46%;
  margin-right: 8%;
}
.floor-plan-section .floor-plan-inn .floor-pan-chart .chart-left img {
  width: 100%;
}
.floor-plan-section .floor-plan-inn .floor-pan-chart .chart-right {
  width: 46%;
}
.floor-plan-section .floor-plan-inn .floor-pan-chart .chart-right img {
  width: 100%;
}
.floor-plan-section .floor-plan-inn .floor-plan-map {
  width: 73%;
  margin: 0 auto;
  padding-top: 60px;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-header {
  background-color: #363480;
  padding: 7px 0;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-header img {
  max-width: 108px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .map-box-in {
  width: 80.7%;
  margin: 0 auto;
  padding-top: 11.1%;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .map-box-in img {
  width: 100%;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-btn {
  width: 88%;
  margin: 8.8% auto;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-btn a {
  background-color: #00aae7;
  padding: 13px 0px 11px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-family: 'HiraginoSansw6';
}
.floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-btn a::after {
  content: '';
  clear: both;
  background-image: url(../img/pc/facility/arrow@1x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  display: inline-block;
  float: right;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.floor-plan-section .floor-plan-inn .floor-plan-map .map-box-one {
  width: 45.5%;
  margin-right: 9%;
  box-shadow: 0 5.7px 6.8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .map-box-one img {
  width: 100%;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two {
  width: 45.5%;
  box-shadow: 0 5.7px 6.8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two img {
  width: 100%;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two .map-box-in {
  width: 81.3%;
  margin: 0 auto;
  padding-top: 9%;
}
.floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two .map-box-in img {
  width: 100%;
}
/**
* Main popup for ctype
*/
.modal-pop {
  max-width: 1015px;
  width: 82%;
  padding: 0;
  border-radius: 0;
}
.modal-pop a.close-modal {
  display: none;
}
.modal-pop .main-popup-rap .popup-header {
  background-color: #363480;
  padding: 16px 0;
  position: relative;
}
.modal-pop .main-popup-rap .popup-header .title {
  text-align: center;
}
.modal-pop .main-popup-rap .popup-header .title img {
  max-width: 115px;
  padding-left: 7px;
}
.modal-pop .main-popup-rap .popup-header .close-btn {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}
.modal-pop .main-popup-rap .popup-header .close-btn img {
  width: 100%;
}
.modal-pop .main-popup-rap .popup-body .map-diagram {
  width: 78%;
  margin: 0 auto;
  padding: 58px 0 0;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram img {
  width: 100%;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-left {
  width: 37%;
  margin-right: 4.6%;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right {
  width: 58%;
  padding-top: 26px;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head {
  padding-top: 19px;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left {
  width: 40%;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 {
  display: initial;
  position: relative;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 img {
  width: 62%;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 122%;
  height: 1px;
  background: #866800;
  content: "";
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  margin: 10px 0;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right {
  width: 60%;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 {
  display: initial;
  position: relative;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 img {
  width: 42%;
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 122%;
  height: 1px;
  background: #866800;
  content: "";
}
.modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  margin: 10px 3px;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists {
  width: 77%;
  margin: 88px auto 0;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list {
  margin-bottom: 72px;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-title {
  background-color: #363480;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-title h4 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 30px;
  padding: 12px 0 12px 45px;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body {
  width: 100%;
  padding-top: 39px;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-img {
  width: 47%;
  margin-right: 4%;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-img img {
  width: 97.2%;
  margin-left: 1%;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt {
  width: 49%;
  padding-top: 12px;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap {
  margin-bottom: 38px;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap h3 {
  display: initial;
  position: relative;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap h3 img {
  width: 33%;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap h3::before {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 129%;
  height: 1px;
  background: #866800;
  content: "";
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: -0.35px;
  text-align: left;
  color: #222222;
  margin: 3px 0;
}
.modal-pop .main-popup-rap .popup-body .diagram-lists .list:last-child {
  margin-bottom: 23px;
}
.modal-pop .main-popup-rap .popup-footer {
  width: 100%;
  padding-bottom: 64.2px;
}
.modal-pop .main-popup-rap .popup-footer .btn-close {
  max-width: 300px;
  margin: 0 auto;
}
.modal-pop .main-popup-rap .popup-footer .btn-close a img {
  width: 100%;
}
/**
* Facility Popup ctype
*/
.cype-facility {
  max-width: 1019px;
  width: 83%;
}
.cype-facility .main-popup-rap .popup-body .map-diagram {
  width: 94%;
  margin: 0 auto;
  padding: 48px 0 0;
}
.cype-facility .main-popup-rap .popup-body .map-diagram .diagram img {
  width: 100%;
}
.cype-facility .main-popup-rap .popup-body .map-diagram .diagram-left {
  width: 51%;
  margin-right: 4.2%;
}
.cype-facility .main-popup-rap .popup-body .map-diagram .diagram-left img {
  width: 101.5%;
  margin-left: 1%;
}
.cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right {
  width: 44.4%;
  padding-top: 26px;
}
.cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-top-txt p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: -0.02px;
  text-align: left;
  color: #222222;
  margin: 5px 4px 25px;
}
.cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom {
  padding-top: 0;
}
.cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: -0.98px;
  text-align: left;
  color: #222222;
}
.cype-facility .main-popup-rap .popup-body .facility-lists {
  width: 93.5%;
  margin: 33px auto 0;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list {
  width: 31.5%;
  margin-right: 2.9%;
  margin-bottom: 50px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .header {
  background-color: #363480;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .header h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding: 8px 0 4px 6px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .description {
  padding-top: 9px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .description h4 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: -0.84px;
  text-align: left;
  color: #00aae7;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .description p {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: -0.26px;
  text-align: left;
  color: #222222;
  margin: 3px 0;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .referances {
  padding-top: 2px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img {
  width: 25%;
  float: left;
  margin-right: 3%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img img {
  width: 100%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.3px;
  text-align: left;
  color: #222222;
  margin: 7px 0px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img {
  width: 20%;
  float: left;
  margin-right: 10%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img img {
  width: 100%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img p {
  margin: 14px 0px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) {
  width: 40%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) img {
  width: 29%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img {
  width: 50%;
  float: left;
  margin-right: 10%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img img {
  width: 36%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img p {
  margin: 8px 0px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances {
  padding-top: 23px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img {
  width: 52%;
  margin-right: 6%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img img {
  width: 35%;
  margin-left: 14%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img p {
  margin: 10px 0px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) {
  width: 40%;
  margin-right: 0;
  padding-top: 7px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) img {
  width: 73%;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) p {
  margin: 13px 0px;
}
.cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(3n+3) {
  margin-right: 0;
  width: 31%;
}
.cype-facility .main-popup-rap .popup-body .gallary {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.cype-facility .main-popup-rap .popup-body .gallary .galary-in {
  width: 31.4%;
  margin-right: 2.3%;
}
.cype-facility .main-popup-rap .popup-body .gallary .galary-in img {
  width: 100%;
}
.cype-facility .main-popup-rap .popup-body .gallary .galary-in h6 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: left;
  color: #222222;
  padding: 4px 3px;
}
.cype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(2) {
  width: 20.8%;
}
.cype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(3) {
  width: 19.4%;
}
/**
* Atype Facility
*/
.atype-facility {
  max-width: 1019px;
  width: 83%;
}
.atype-facility .main-popup-rap .popup-body .map-diagram {
  width: 94%;
  margin: 0 auto;
  padding: 48px 0 0;
}
.atype-facility .main-popup-rap .popup-body .map-diagram .diagram img {
  width: 100%;
}
.atype-facility .main-popup-rap .popup-body .map-diagram .diagram-left {
  width: 51%;
  margin-right: 4.2%;
  padding-top: 18px;
}
.atype-facility .main-popup-rap .popup-body .map-diagram .diagram-left img {
  width: 104%;
  margin-left: 0;
}
.atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right {
  width: 44.4%;
  padding-top: 26px;
}
.atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-top-txt p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: -0.02px;
  text-align: left;
  color: #222222;
  margin: 5px 4px 25px;
}
.atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom {
  padding-top: 0;
}
.atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: -0.98px;
  text-align: left;
  color: #222222;
  margin: 29px 0;
}
.atype-facility .main-popup-rap .popup-body .facility-lists {
  width: 93.5%;
  margin: 51px auto 0;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list {
  width: 31.5%;
  margin-right: 2.9%;
  margin-bottom: 50px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .header {
  background-color: #363480;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .header h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding: 8px 0 4px 6px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .description {
  padding-top: 9px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .description h4 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: -0.84px;
  text-align: left;
  color: #00aae7;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .description p {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: -0.26px;
  text-align: left;
  color: #222222;
  margin: 3px 0;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .referances {
  padding-top: 2px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img {
  width: 25%;
  float: left;
  margin-right: 3%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img img {
  width: 100%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.3px;
  text-align: left;
  color: #222222;
  margin: 7px 0px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img {
  width: 20%;
  float: left;
  margin-right: 6%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img img {
  width: 100%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img p {
  margin: 14px 0px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) {
  width: 36%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) img {
  width: 32%;
  margin-left: 25%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(3) {
  width: 32%;
  margin-right: 0;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(3) img {
  position: relative;
  width: 112%;
  left: -11%;
  top: 15px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(3) p {
  position: relative;
  width: 136%;
  left: -14%;
  margin: 0;
  top: 35px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img {
  width: 50%;
  float: left;
  margin-right: 10%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img img {
  width: 36%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img p {
  margin: 8px 0px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances {
  padding-top: 23px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img {
  width: 52%;
  margin-right: 6%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img img {
  width: 35%;
  margin-left: 14%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img p {
  margin: 10px 0px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) {
  width: 40%;
  margin-right: 0;
  padding-top: 7px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) img {
  width: 73%;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) p {
  margin: 13px 0px;
}
.atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(3n+3) {
  margin-right: 0;
  width: 31%;
}
.atype-facility .main-popup-rap .popup-body .gallary {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 70px;
}
.atype-facility .main-popup-rap .popup-body .gallary .galary-in {
  width: 31.4%;
  margin-right: 2.4%;
}
.atype-facility .main-popup-rap .popup-body .gallary .galary-in img {
  width: 100%;
}
.atype-facility .main-popup-rap .popup-body .gallary .galary-in h6 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: left;
  color: #222222;
  padding: 13px 1px;
}
.atype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(2) {
  width: 20.6%;
}
.atype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(3) {
  width: 19.6%;
}
/**
* A type Floor Plan
*/
.atype-floor {
  max-width: 1015px;
  width: 82%;
  padding: 0;
  border-radius: 0;
}
.atype-floor a.close-modal {
  display: none;
}
.atype-floor .main-popup-rap .popup-header {
  background-color: #363480;
  padding: 16px 0;
  position: relative;
}
.atype-floor .main-popup-rap .popup-header .title {
  text-align: center;
}
.atype-floor .main-popup-rap .popup-header .title img {
  max-width: 115px;
  padding-left: 7px;
}
.atype-floor .main-popup-rap .popup-header .close-btn {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}
.atype-floor .main-popup-rap .popup-header .close-btn img {
  width: 100%;
}
.atype-floor .main-popup-rap .popup-body .map-diagram {
  width: 78%;
  margin: 0 auto;
  padding: 58px 0 0;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram img {
  width: 100%;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-left {
  width: 36.3%;
  margin-right: 4.4%;
  padding-top: 27px;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right {
  width: 58%;
  padding-top: 26px;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head {
  padding-top: 19px;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left {
  width: 40%;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 {
  display: initial;
  position: relative;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 img {
  width: 78%;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 97%;
  height: 1px;
  background: #866800;
  content: "";
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  margin: 7px 0;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right {
  width: 60%;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 {
  display: initial;
  position: relative;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 img {
  width: 52%;
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 97%;
  height: 1px;
  background: #866800;
  content: "";
}
.atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  margin: 7px 0;
}
.atype-floor .main-popup-rap .popup-footer {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 75px;
}
.atype-floor .main-popup-rap .popup-footer .btn-close {
  max-width: 300px;
  margin: 0 auto;
}
.atype-floor .main-popup-rap .popup-footer .btn-close a img {
  width: 100%;
}
/*Archive PC*/
.archive-section {
  padding-top: 67px;
}
.archive-section .archive-rap {
  min-width: 1280px;
  margin: 0 auto;
}
.archive-section .archive-rap .section-title {
  margin-bottom: 54px;
}
.archive-section .archive-rap .section-title h3 {
  line-height: 1.3;
}
.archive-section .archive-rap .archive-in {
  width: 58%;
  margin: 0 auto 105px;
  background-color: #363480;
}
.archive-section .archive-rap .archive-in .archive-image {
  width: 33%;
}
.archive-section .archive-rap .archive-in .archive-image img {
  width: 64%;
  float: right;
  margin-right: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
}
.archive-section .archive-rap .archive-in .archive-link {
  width: 60%;
  padding: 7.2% 0 6% 4px;
}
.archive-section .archive-rap .archive-in .archive-link a {
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 1.25px;
  text-align: left;
  color: #ffffff;
  position: relative;
  display: block;
}
.archive-section .archive-rap .archive-in .archive-link a span {
  position: absolute;
  right: 12.6%;
  top: 42%;
  transform: translateY(-50%);
  width: 13px;
}
.archive-section .archive-rap .archive-in .archive-link a span img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .land-plan-section,
  .facility,
  .floor-plan-section,
  .iot-section {
    display: block !important;
  }
  .section-title {
    width: 100%;
  }
  .section-title h2 {
    font-size: 27px;
    line-height: 1.28;
  }
  .section-title h3 {
    font-size: 12px;
    line-height: 1.76;
    letter-spacing: 0.3px;
  }
  .main-rap {
    width: 100%;
  }
  /**
  * Land Plan SP
  */
  .land-plan-section {
    padding-top: 47px;
  }
  .land-plan-section .section-title h3 {
    line-height: 1.29;
  }
  .land-plan-section .land-plan-inn {
    width: 100%;
  }
  .land-plan-section .land-plan-inn .entrance-hall {
    width: 100%;
    padding-top: 35px;
  }
  .land-plan-section .land-plan-inn .entrance-hall .hall-image {
    width: 100%;
    float: none;
  }
  .land-plan-section .land-plan-inn .entrance-hall .hall-image img {
    width: 100%;
    margin-left: 0;
  }
  .land-plan-section .land-plan-inn .entrance-hall .hall-description {
    width: 91%;
    margin: 0 auto;
    padding-top: 23px;
    float: none;
  }
  .land-plan-section .land-plan-inn .entrance-hall .hall-description h3 {
    font-family: 'HiraginoSansw6';
  }
  .land-plan-section .land-plan-inn .entrance-hall .hall-description h6 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: -0.35px;
    text-align: left;
    margin-top: 5px;
  }
  .land-plan-section .land-plan-inn .entrance-hall .hall-description p {
    line-height: 1.67;
    margin: 0;
    padding-top: 6px;
  }
  .land-plan-section .land-plan-inn .entrance-map {
    width: 90%;
    padding-top: 34px;
    margin: 0 auto;
  }
  .land-plan-section .land-plan-inn .entrance-map img {
    width: 98.5%;
    float: right;
  }
  .land-plan-section .land-plan-inn .residance-use {
    width: 89%;
    margin: 0 auto;
    padding-top: 39px;
  }
  .land-plan-section .land-plan-inn .residance-use h2 {
    font-size: 19px;
    line-height: 1.34;
    letter-spacing: -1.44px;
    font-family: 'HiraginoSansw6';
  }
  .land-plan-section .land-plan-inn .residance-use h2::after {
    bottom: -3px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists {
    width: 100%;
    padding-top: 34px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul {
    list-style: none;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li {
    list-style: none;
    width: 100%;
    float: none;
    margin: 0 auto 14px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title {
    background-color: #ebebeb;
    padding: 13px 0 12px 19px;
    position: relative;
    height: auto;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-number {
    float: left;
    width: 10.9%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-number img {
    width: 100%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-text {
    width: 80%;
    float: left;
    padding-left: 4.3%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-text h3 {
    font-family: 'HiraginoSansw6';
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    padding: 3px 0 7px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title .title-text h5 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title:before {
    position: absolute;
    right: -1px;
    top: 37%;
    content: '';
    width: 23px;
    height: 20px;
    background: url('../img/sp/land-plan/Land-plan-down-left-arrow@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    transform: translateX(-37%);
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .title.active:before {
    content: "";
    width: 22px;
    height: 20px;
    background: url('../img/sp/land-plan/Land-plan-down-down-arrow@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 82%;
    right: 3px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .accordian-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .description {
    width: 90%;
    margin: 0 auto;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .description p {
    padding: 7px 0;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .description h5 {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: -0.33px;
    text-align: left;
    color: #585858;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances {
    width: 90%;
    margin: 0 auto;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances .ref-img {
    width: 25%;
    float: left;
    margin-right: 3%;
    margin-left: 1%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances .ref-img img {
    width: 100%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li .referances .ref-img p {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.33px;
    text-align: left;
    color: #222222;
    margin: 4px 0px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(4) .referances {
    width: 90%;
    margin: 0 auto;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(4) .referances .ref-img {
    width: 22%;
    float: left;
    margin-right: 3%;
    margin-left: 1%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text {
    position: static;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h3 {
    line-height: 1.4;
    position: static;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(5) .title .title-text h5 {
    position: static;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances {
    width: 90%;
    margin: 0 auto;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img {
    width: 20%;
    float: left;
    margin-right: 2%;
    margin-left: 1%;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img img {
    margin-bottom: 5px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img:nth-child(2) {
    margin-top: 10px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(8) .referances .ref-img:nth-child(2) img {
    margin-bottom: 10px;
  }
  .land-plan-section .land-plan-inn .residance-use .use-lists ul li:nth-child(3n+3) {
    margin-right: auto;
  }
  .land-plan-section .land-plan-inn .sicurity-services {
    width: 89%;
    background-color: #ebebeb;
    padding: 19px 0 23px;
    margin: 16px auto;
  }
  .land-plan-section .land-plan-inn .sicurity-services h3 {
    font-size: 18px;
    line-height: 1.28;
    color: #002361;
    font-family: 'HiraginoSansw6';
  }
  .land-plan-section .land-plan-inn .sicurity-services p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.35px;
    text-align: left;
    width: 87%;
    margin: 20px auto 15px;
  }
  .land-plan-section .land-plan-inn .sicurity-services .gas-image {
    width: 91%;
    margin: 0 auto;
  }
  .land-plan-section .land-plan-inn .sicurity-services .gas-image img {
    width: 100%;
  }
  .land-plan-section .land-plan-inn .sicurity-services .gas-com {
    width: 88%;
    margin: 0 auto;
    margin-top: 22px;
  }
  .land-plan-section .land-plan-inn .sicurity-services .gas-com img {
    width: 100%;
  }
  /**
  *  Facility SP
  */
  .facility {
    background-color: #ebebeb;
    margin-top: 35px;
  }
  .facility .inner-wrap .section-title {
    text-align: center;
    margin: 27px 0 35px 0;
  }
  .facility .inner-wrap .section-title h2 {
    font-size: 27px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
  }
  .facility .inner-wrap .section-title p {
    font-size: 12px;
    line-height: 1.76;
    letter-spacing: 0.3px;
  }
  .facility .inner-wrap .section-title .header-title {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: 0.7px;
    text-align: center;
    color: #222222;
    margin-top: 23px;
  }
  .facility .inner-wrap .type-cards {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12px;
    display: block;
    justify-content: center;
  }
  .facility .inner-wrap .type-cards .card {
    box-shadow: 0 5.1px 6.1px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 340px;
    margin-bottom: 39px;
  }
  .facility .inner-wrap .type-cards .card:nth-child(even) {
    margin-right: auto;
  }
  .facility .inner-wrap .type-cards .card:nth-child(even) .card-inner .caption {
    margin-top: 11px;
  }
  .facility .inner-wrap .type-cards .card:nth-child(even) .card-inner img {
    margin-top: -8px;
  }
  .facility .inner-wrap .type-cards .card:nth-child(even) .card-inner a {
    margin-top: 33px;
    padding: 12px 0px 12px;
  }
  .facility .inner-wrap .type-cards .card .card-header {
    background-color: #363480;
    padding: 8px 0;
  }
  .facility .inner-wrap .type-cards .card .card-header img {
    max-width: 102px;
  }
  .facility .inner-wrap .type-cards .card .card-inner {
    padding: 19px 20px 30px;
  }
  .facility .inner-wrap .type-cards .card .card-inner img {
    max-width: 254px;
    width: 88%;
  }
  .facility .inner-wrap .type-cards .card .card-inner .caption {
    text-align: center;
    margin-top: 17px;
  }
  .facility .inner-wrap .type-cards .card .card-inner .caption p {
    margin: 0;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.01px;
  }
  .facility .inner-wrap .type-cards .card .card-inner .caption p:nth-of-type(1) {
    text-align: left;
    width: 50%;
    margin: 0 auto;
  }
  .facility .inner-wrap .type-cards .card .card-inner a {
    background-color: #00aae7;
    color: #fff;
    padding: 11px 0px 11px;
    margin-top: 21px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
  }
  .facility .inner-wrap .type-cards .card .card-inner a::after {
    content: '';
    clear: both;
    background-image: url(../img/pc/facility/arrow@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 6px;
    height: 11px;
    display: inline-block;
    float: right;
    position: relative;
    right: 14px;
    top: 5px;
  }
  /*Floor Plan SP*/
  .floor-plan-section {
    width: 100%;
    padding-top: 25px;
    background-color: #ebebeb;
    padding-bottom: 50px;
  }
  .floor-plan-section .section-title h3 {
    line-height: 2.5;
  }
  .floor-plan-section .floor-plan-inn {
    width: 100%;
  }
  .floor-plan-section .floor-plan-inn .floor-pan-chart {
    width: 91.5%;
    margin: 0 auto;
    padding-top: 24px;
  }
  .floor-plan-section .floor-plan-inn .floor-pan-chart .chart-left {
    width: 99%;
    margin-right: 0;
    float: none;
    margin-bottom: 29px;
  }
  .floor-plan-section .floor-plan-inn .floor-pan-chart .chart-left img {
    width: 100%;
  }
  .floor-plan-section .floor-plan-inn .floor-pan-chart .chart-right {
    width: 99%;
    float: none;
  }
  .floor-plan-section .floor-plan-inn .floor-pan-chart .chart-right img {
    width: 100%;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map {
    width: 91%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-header {
    background-color: #363480;
    padding: 7px 0;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-header img {
    max-width: 106px;
    padding-right: 10px;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .map-box-in {
    width: 79.5%;
    margin: 0 auto;
    padding-top: 11.4%;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .map-box-in img {
    width: 100%;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-btn {
    width: 88%;
    margin: 9% auto;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-btn a {
    background-color: #00abe8;
    padding: 13px 0px 11px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    position: relative;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .floor-map-box .box-btn a::after {
    content: '';
    clear: both;
    background-image: url(../img/pc/facility/arrow@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 13px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .map-box-one {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 39px;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .map-box-one img {
    width: 100%;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two {
    width: 100%;
    float: none;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two img {
    width: 100%;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two .map-box-in {
    width: 81.3%;
    margin: 0 auto;
    padding-top: 9%;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two .map-box-in img {
    width: 100%;
  }
  .floor-plan-section .floor-plan-inn .floor-plan-map .map-box-two .box-btn {
    margin: 7.9% auto 9%;
  }
  /*IOT Section SP*/
  .iot-section {
    padding-top: 44px;
  }
  .iot-section .section-title h3 {
    line-height: 1.5;
  }
  .iot-section .iot-inn {
    width: 100%;
  }
  .iot-section .iot-inn .iot-intro {
    padding-top: 25px;
  }
  .iot-section .iot-inn .iot-intro h3 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 0.9px;
  }
  .iot-section .iot-inn .iot-intro p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #222222;
    width: 88%;
    margin: 11px auto;
  }
  .iot-section .iot-inn .iot-intro p br {
    display: none;
  }
  .iot-section .iot-inn .device-intro {
    width: 100%;
    padding-top: 17px;
  }
  .iot-section .iot-inn .device-intro .device-row {
    margin-bottom: 27px;
  }
  .iot-section .iot-inn .device-intro .device-row .device-left {
    width: 79%;
    float: none;
    margin: 0 auto;
  }
  .iot-section .iot-inn .device-intro .device-row .device-left img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .iot-section .iot-inn .device-intro .device-row .device-left p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.3px;
    text-align: left;
    color: #585858;
    margin: -4px 0 0 -12px;
  }
  .iot-section .iot-inn .device-intro .device-row .device-text {
    width: 91%;
    margin: 0 auto;
    padding-top: 19px;
    float: none;
  }
  .iot-section .iot-inn .device-intro .device-row .device-text h2 {
    font-family: "HiraginoSansW6";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #826800;
    border-bottom: 1px solid #826800;
  }
  .iot-section .iot-inn .device-intro .device-row .device-text p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.35px;
    text-align: left;
    color: #222222;
    margin: 0;
    padding: 12px 0 11px 0;
  }
  .iot-section .iot-inn .device-intro .device-row .device-text h6 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.3px;
    text-align: left;
    color: #585858;
  }
  .iot-section .iot-inn .device-intro .device-row:nth-child(2) .device-left {
    width: 91%;
    float: none;
    margin: 0 auto;
  }
  .iot-section .iot-inn .device-intro .device-row:nth-child(2) .device-left img {
    width: 94%;
    margin-right: 0;
    float: left;
  }
  .iot-section .iot-inn .device-intro .device-row:nth-child(2) .device-left p {
    margin: 1px 0 0 3.6%;
    padding-bottom: 2px;
  }
  .iot-section .iot-inn .device-intro .device-row:nth-child(2) {
    margin-bottom: 7px;
  }
  .iot-section .iot-inn .device-network {
    width: 91%;
    margin: 9px auto 29px;
  }
  .iot-section .iot-inn .device-network img {
    width: 100%;
  }
  .iot-section .iot-full-rap {
    width: 100%;
    background: url('../img/sp/iot/Lot-bg@2x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .iot-section .iot-full-rap .iot-full-inn {
    padding-top: 11.5%;
    padding-bottom: 4%;
  }
  .iot-section .iot-full-rap .iot-full-inn h3 {
    font-size: 22px;
    line-height: 1.41;
    text-align: left;
    width: 91%;
    margin: 0 auto;
    letter-spacing: -0.8px;
  }
  .iot-section .iot-full-rap .iot-full-inn p:nth-of-type(1) {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    padding: 16px 0 9px;
    width: 91%;
    margin: 0 auto;
  }
  .iot-section .iot-full-rap .iot-full-inn p br {
    display: none;
  }
  .iot-section .iot-full-rap .iot-full-inn p:nth-of-type(2) {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: -0.3px;
    text-align: left;
    color: #585858;
    padding: 5px 0;
    width: 91%;
    margin: 0 auto;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances {
    padding: 30px 0 0;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row {
    width: 85%;
    margin: 0 auto;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul li {
    list-style: none;
    width: 100%;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul li .iot-example img {
    width: 100%;
    box-shadow: 0 2.2px 4.4px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro {
    width: 100%;
    position: relative;
    display: block !important;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-prev,
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-next {
    background: none;
    border: 0;
    position: absolute;
    z-index: 11;
    padding: 0;
    width: 17px;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-prev img,
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-next img {
    width: 100%;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-prev {
    left: 1px;
    top: 45%;
    transform: translateX(-45%);
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-next {
    right: -15px;
    top: 45%;
    transform: translateX(-45%);
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-dots {
    margin-top: 22px;
    text-align: center;
    position: static;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    user-select: none;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-dots .owl-dot span {
    width: 8.8px;
    height: 8.8px;
    margin: 4px 9px;
    background: transparent;
    display: block;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50px;
    border: solid 0.8px #363480;
    opacity: 1;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .owl-dots .active span {
    background: #363480;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .care-img-item {
    float: left;
    width: 100%;
    box-shadow: 0 2.2px 4.4px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }
  .iot-section .iot-full-rap .iot-full-inn .iot-referances .iot-row .iot-caro .care-img-item img {
    width: 100%;
  }
  /**
  * POPUP SP
  */
  .blocker {
    padding: 110px 18px;
  }
  /**
* Main popup for ctype  SP
*/
  .modal-pop {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .modal-pop .main-popup-rap .popup-header {
    background-color: #363480;
    padding: 11px 0 8px;
    position: relative;
  }
  .modal-pop .main-popup-rap .popup-header .title {
    text-align: center;
  }
  .modal-pop .main-popup-rap .popup-header .title img {
    max-width: 98px;
    padding-left: 0;
  }
  .modal-pop .main-popup-rap .popup-header .close-btn {
    right: 22px;
    top: 47%;
    transform: translateY(-47%);
    width: 18px;
  }
  .modal-pop .main-popup-rap .popup-header .close-btn img {
    width: 100%;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram {
    width: 88.5%;
    margin: 0 auto;
    padding: 37px 0 0;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram img {
    width: 100%;
    margin: 0;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-left {
    width: 91%;
    margin-right: 0;
    float: none;
    margin: 0 auto;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right {
    width: 100%;
    padding-top: 39px;
    float: none;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head {
    padding-top: 24px;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left {
    width: 48%;
    margin-right: 6%;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 {
    display: initial;
    position: relative;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 img {
    width: 79%;
    max-width: 114px;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2::before {
    position: absolute;
    left: 0;
    bottom: -11%;
    width: 122%;
    height: 1px;
    background: #866800;
    content: "";
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left p {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
    margin: 5px 0;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right {
    width: 46%;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 {
    display: initial;
    position: relative;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 img {
    width: 84%;
    max-width: 115px;
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2::before {
    position: absolute;
    left: 0;
    bottom: -11%;
    width: 120%;
    height: 1px;
    background: #866800;
    content: "";
  }
  .modal-pop .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right p {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -0.1px;
    text-align: left;
    color: #222222;
    margin: 5px 2px;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists {
    width: 89%;
    margin: 29px auto 0;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list {
    margin-bottom: 24px;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-title {
    background-color: #363480;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-title h4 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-left: 0;
    padding: 9px 0 7px 0;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body {
    width: 100%;
    padding-top: 14px;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-img {
    text-align: center;
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-img img {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt {
    width: 95%;
    float: none;
    padding-top: 12px;
    margin: 0 auto;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap {
    margin-bottom: 0;
    width: 48%;
    margin-right: 6%;
    float: left;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap h3 {
    display: initial;
    position: relative;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap h3 img {
    width: 80%;
    max-width: 110px;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap h3::before {
    position: absolute;
    left: 0;
    bottom: -10%;
    width: 120%;
    height: 1px;
    background: #866800;
    content: "";
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap p {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -0.28px;
    text-align: left;
    color: #222222;
    margin: 9px 0;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list .list-body .left-list-txt .list-text-rap:last-child {
    width: 46%;
    margin-right: 0;
  }
  .modal-pop .main-popup-rap .popup-body .diagram-lists .list:last-child {
    margin-bottom: 23px;
  }
  .modal-pop .main-popup-rap .popup-footer {
    width: 100%;
    padding-bottom: 31px;
  }
  .modal-pop .main-popup-rap .popup-footer .btn-close {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
  }
  .modal-pop .main-popup-rap .popup-footer .btn-close a img {
    width: 100%;
  }
  /**
* Facility Popup ctype SP
*/
  .cype-facility .main-popup-rap .popup-body .map-diagram {
    width: 88.5%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram img {
    width: 100%;
    margin: 0;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram-left {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram-left img {
    width: 100%;
    margin-left: 0;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right {
    width: 100%;
    float: none;
    padding-top: 8px;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-top-txt {
    width: 75%;
    margin: 0 auto;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-top-txt p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: -0.02px;
    text-align: left;
    color: #222222;
    margin: 5px 4px 31px;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom {
    padding-top: 0;
  }
  .cype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom p {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: -0.91px;
    text-align: left;
    color: #222222;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists {
    width: 88.5%;
    margin: 16px auto 0;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .header {
    background-color: #363480;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .header h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 7px 0 4px 6px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .description {
    padding-top: 9px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .description h4 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -0.84px;
    text-align: left;
    color: #00aae7;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .description p {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #222222;
    margin: 3px 0;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .referances {
    padding-top: 2px;
    padding-left: 3px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img {
    width: 25%;
    float: left;
    margin-right: 3%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img img {
    width: 100%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.3px;
    text-align: left;
    color: #222222;
    margin: 7px 0px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances {
    padding-left: 0;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img {
    width: 20%;
    float: left;
    margin-right: 10%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img img {
    width: 100%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img p {
    margin: 11px 0px 0;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) {
    width: 40%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) img {
    width: 29%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img {
    width: 50%;
    float: left;
    margin-right: 10%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img img {
    width: 35.5%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img p {
    margin: 8px 0px 4px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances {
    padding-top: 23px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img {
    width: 52%;
    margin-right: 4%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img img {
    width: 32%;
    margin-left: 14%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img p {
    margin: 14px 0px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) {
    width: 40%;
    margin-right: 0;
    padding-top: 7px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) img {
    width: 69%;
    margin-left: 4px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) p {
    margin: 13px 0px;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(3n+3) {
    margin-right: 0;
    width: 100%;
  }
  .cype-facility .main-popup-rap .popup-body .facility-lists .list:last-child {
    margin-bottom: 12px;
  }
  .cype-facility .main-popup-rap .popup-body .gallary {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 18px;
  }
  .cype-facility .main-popup-rap .popup-body .gallary .galary-in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .cype-facility .main-popup-rap .popup-body .gallary .galary-in img {
    width: 100%;
  }
  .cype-facility .main-popup-rap .popup-body .gallary .galary-in h6 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: left;
    color: #222222;
    padding: 4px 3px;
  }
  .cype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(2) {
    width: 48.6%;
    margin-right: 6.3%;
  }
  .cype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(3) {
    width: 45.1%;
  }
  /**
* Atype Facility SP
*/
  .atype-facility .main-popup-rap .popup-body .map-diagram {
    width: 88.5%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram img {
    width: 100%;
    margin: 0;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram-left {
    width: 100%;
    margin-right: 0%;
    padding-top: 26px;
    float: none;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram-left img {
    width: 93%;
    margin-left: 4%;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right {
    width: 100%;
    float: none;
    padding-top: 8px;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-top-txt {
    width: 75%;
    margin: 0 auto;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-top-txt p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: -0.02px;
    text-align: left;
    color: #222222;
    margin: 35px 4px 32px;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom {
    padding-top: 0;
  }
  .atype-facility .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-bottom p {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: -0.91px;
    text-align: left;
    color: #222222;
    margin: 26px 0px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists {
    width: 88.5%;
    margin: 2px auto 0;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .header {
    background-color: #363480;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .header h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 7px 0 4px 6px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .description {
    padding-top: 9px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .description h4 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -0.84px;
    text-align: left;
    color: #00aae7;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .description p {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #222222;
    margin: 3px 0;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .referances {
    padding-top: 2px;
    padding-left: 3px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img {
    width: 25%;
    float: left;
    margin-right: 3%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img img {
    width: 100%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list .referances .ref-img p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.3px;
    text-align: left;
    color: #222222;
    margin: 7px 0px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances {
    padding-left: 0;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img {
    width: 20%;
    float: left;
    margin-right: 6%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img img {
    width: 100%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img p {
    margin: 10px 0px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) {
    width: 20%;
    margin-right: 6%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(2) img {
    width: 58%;
    margin-left: 5%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(3) {
    width: 36%;
    margin-right: 0;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(3) img {
    position: static;
    width: 98%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(4) .referances .ref-img:nth-child(3) p {
    position: static;
    width: 100%;
    margin: 18px 0;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img {
    width: 50%;
    float: left;
    margin-right: 10%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img img {
    width: 36%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(5) .referances .ref-img p {
    margin: 8px 0px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances {
    padding-top: 31px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img {
    width: 52%;
    margin-right: 5%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img img {
    width: 34%;
    margin-left: 12%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img p {
    margin: 12px 0px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) {
    width: 40%;
    margin-right: 0;
    padding-top: 7px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) img {
    width: 74%;
    margin-left: 0;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(6) .referances .ref-img:nth-child(2) p {
    margin: 13px 0px;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:nth-child(3n+3) {
    margin-right: 0;
    width: 100%;
  }
  .atype-facility .main-popup-rap .popup-body .facility-lists .list:last-child {
    margin-bottom: 14px;
  }
  .atype-facility .main-popup-rap .popup-body .gallary {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 23px;
  }
  .atype-facility .main-popup-rap .popup-body .gallary .galary-in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .atype-facility .main-popup-rap .popup-body .gallary .galary-in img {
    width: 100%;
  }
  .atype-facility .main-popup-rap .popup-body .gallary .galary-in h6 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: left;
    color: #222222;
    padding: 7px 1px;
  }
  .atype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(2) {
    width: 43%;
    margin-right: 9.3%;
  }
  .atype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(2) h6 {
    padding: 3px 0;
  }
  .atype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(3) {
    width: 47.5%;
  }
  .atype-facility .main-popup-rap .popup-body .gallary .galary-in:nth-child(3) h6 {
    padding: 3px 0;
  }
  /**
* A type Floor Plan SP
*/
  .atype-floor .main-popup-rap .popup-header {
    background-color: #363480;
    padding: 11px 0 8px;
    position: relative;
  }
  .atype-floor .main-popup-rap .popup-header .title {
    text-align: center;
  }
  .atype-floor .main-popup-rap .popup-header .title img {
    max-width: 98px;
    padding-left: 0;
  }
  .atype-floor .main-popup-rap .popup-header .close-btn {
    right: 22px;
    top: 47%;
    transform: translateY(-47%);
    width: 18px;
  }
  .atype-floor .main-popup-rap .popup-header .close-btn img {
    width: 100%;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram {
    width: 88.5%;
    margin: 0 auto;
    padding: 4px 0 0;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram img {
    width: 100%;
    margin: 0;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-left {
    width: 92%;
    margin-right: 0;
    float: none;
    margin: 0 auto;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right {
    width: 100%;
    padding-top: 32px;
    float: none;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head {
    padding-top: 22px;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left {
    width: 48%;
    margin-right: 6%;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 {
    display: initial;
    position: relative;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2 img {
    width: 99%;
    max-width: 143px;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left h2::before {
    left: 0;
    bottom: -11%;
    width: 98%;
    height: 1px;
    background: #866800;
    content: "";
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-left p {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
    margin: 5px 0;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right {
    width: 46%;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 {
    display: initial;
    position: relative;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2 img {
    width: 98%;
    max-width: 142px;
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right h2::before {
    position: absolute;
    left: 0;
    bottom: -11%;
    width: 98%;
    height: 1px;
    background: #866800;
    content: "";
  }
  .atype-floor .main-popup-rap .popup-body .map-diagram .diagram-right .diagram-head .head-right p {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -0.1px;
    text-align: left;
    color: #222222;
    margin: 5px 2px;
  }
  .atype-floor .main-popup-rap .popup-footer {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .atype-floor .main-popup-rap .popup-footer .btn-close {
    max-width: 300px;
    margin: 0 auto;
  }
  .atype-floor .main-popup-rap .popup-footer .btn-close a img {
    width: 100%;
  }
  /*Archive SP*/
  .archive-section {
    padding-top: 40px;
  }
  .archive-section .archive-rap {
    min-width: 100%;
    margin: 0 auto;
  }
  .archive-section .archive-rap .section-title {
    margin-bottom: 27px;
  }
  .archive-section .archive-rap .section-title h3 {
    line-height: 2.4;
  }
  .archive-section .archive-rap .archive-in {
    width: 100%;
    margin: 0 auto 35px;
    background-color: #363480;
  }
  .archive-section .archive-rap .archive-in .archive-image {
    width: 33%;
  }
  .archive-section .archive-rap .archive-in .archive-image img {
    width: 82%;
    float: right;
    margin-right: 2%;
    margin-top: 1%;
  }
  .archive-section .archive-rap .archive-in .archive-link {
    width: 60%;
    padding: 9% 0 7.2% 8px;
  }
  .archive-section .archive-rap .archive-in .archive-link a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 1.25px;
    text-align: left;
    color: #ffffff;
    position: relative;
    display: block;
  }
  .archive-section .archive-rap .archive-in .archive-link a span {
    position: absolute;
    right: 5.6%;
    top: 42%;
    transform: translateY(-50%);
    width: 7px;
  }
  .archive-section .archive-rap .archive-in .archive-link a span img {
    width: 100%;
  }
}
