@charset "UTF-8";
/* =====================================
inbound
------------------------------------- */
.lyt-inboundnav-area,
.lyt-inboundcol-01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8%;
  margin-right: -0.8%;
}
.lyt-inboundnav-area > .col {
  width: 20%;
  padding-left: .78%;
  padding-right: .78%;
}
.lyt-inboundnav-area .img,
.lyt-inboundcol-01 .img,
.inbound-copy {
  position: relative;
}
.lyt-inboundnav-area .nav-item-01 > .link .img {
  border: none;
}
.inbound-copy {
  display: block;
}
.lyt-inboundnav-area .img .copy,
.lyt-inboundcol-01 .img .copy,
.inbound-copy .copy {
  font-size: .625em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.7), 0 0 10px rgba(0,0,0,.7), 0 0 14px rgba(0,0,0,.9);
  position: absolute;
  right: 3px;
  bottom: 1px;
  text-align: right;
}
.lyt-inboundcol-01.col3 {
  margin-left: -0.8%;
  margin-right: -0.8%;
}
.lyt-inboundcol-01.col3 > .col {
  width: 33.33333%;
  padding-left: .78%;
  padding-right: .78%;
}
.lyt-inboundcol-01.col2 {
  margin-left: -0.8%;
  margin-right: -0.8%;
}
.lyt-inboundcol-01.col2 > .col {
  width: 50%;
  padding-left: .78%;
  padding-right: .78%;
}
.lyt-inboundcol-01.col2-1 {
  margin-left: -0.8%;
  margin-right: -0.8%;
}
.lyt-inboundcol-01.col2-1 > .col {
  width: calc((100% / 3) * 2);
  padding-left: .78%;
  padding-right: .78%;
}
.lyt-inboundcol-01.col2-1 > .col + .col {
  width: calc(100% / 3);
}
.lyt-inboundcol-01 .nav-item-01 {
  max-width: 100%;
}
.lyt-inboundcol-01 .nav-item-01 > .link .img {
  border: none;
}

em.inbound a{
  border: 3px solid #07185c;
  padding: .875em 30px .875em 18px;
  background-color: #07185c;
  color: #fff;
  transition: background-color .2s, color .2s, opacity .2s;
  will-change: background-color, color, opacity;
}
.hdg-page-01.inbound a {
  transition: background-color .2s, color .2s, opacity .2s;
  position: relative;
  letter-spacing: .0375em;
  font-size: 1.25em;
}
.hdg-page-01.inbound a::before, .hdg-page-01.inbound a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  top: 50%;
  right: 15px;
  background-color: #fff;
  transition: right .2s, background-color .2s;
  will-change: right, background-color;
}
.hdg-page-01.inbound a::before {
  margin-top: -.5px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.hdg-page-01.inbound a::after {
  margin-top: -1px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hdg-page-01.inbound a:hover, .hdg-page-01.inbound a:focus, .hdg-page-01.inbound a:active {
  background-color: rgba(255,255,255, .36);
}
.hdg-page-01.inbound a:hover::before, .hdg-page-01.inbound a:focus::before, .hdg-page-01.inbound a:active::before,
.hdg-page-01.inbound a:hover::after, .hdg-page-01.inbound a:focus::after, .hdg-page-01.inbound a:active::after {
  right: 12px;
}
em.inbound a .text {
  color: #fff;
}
em.inbound a::before, em.inbound a::after {
  right: 14px;
  background-color: #fff;
}

em.inbound a:hover, em.inbound a:focus, em.inbound a:active {
  border-color: #07185c;
  background-color: #fff;
  color: #07185c;
}
em.inbound a:hover .text, em.inbound a:focus .text, em.inbound a:active .text {
  color: #07185c;
}
em.inbound a:hover::before, em.inbound a:hover::after, em.inbound a:focus::before, em.inbound a:focus::after, em.inbound a:active::before, em.inbound a:active::after {
  right: 11px;
  background-color: #07185c;
}

.inbound-controller {
  position: absolute;
  bottom: .5em;
  left: 40px;
  z-index: 10;
}
.inbound-controller button {
  background: none;
  padding-left: 20px;
  font-size: 0;
  height: 16px;
}

.inbound-controller button::before {
  content: "";
  width: 9px;
  height: 8px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: none;
  border-bottom: none;
  background: none;
  top: 14px;
  left: 4px;
  display: block;
  position: absolute;}
.inbound-controller button.state::before {
  height:0;
  width:0;
  border:5px transparent solid;
  border-right-width:0;
  border-left-color:#fff;
  position:absolute;
  left:6px;
  top: 13px;
}
.inbound-controller button::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0px;
  border: 1px solid rgba(255,255,255,.6);
}

/* =====================================
Heading
------------------------------------- */
.hdg-page-01.inbound {
  background: no-repeat center center / 110% auto;
  position: relative;
}
.hdg-page-01.inbound.index .inner {
  min-height: 516px;
}
.hdg-page-01.inbound.index .inner h1 {
  position: absolute;
  bottom: 204px;
  left: 40px;
  z-index: 10;
}
.hdg-page-01.inbound.index .inbound-list-area li {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.hdg-page-01.inbound.index .inbound-list-area li.osaka {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index.jpg);
  background-position: right bottom;
}
.hdg-page-01.inbound.index .inbound-list-area li.kyoto {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_kyoto.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area li.nara {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_nara.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area li.hyogo {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_hyogo.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area li.wakayama {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_wakayama.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area li.tokushima {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_tokushima.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area li.tottori {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_tottori.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area li.mie {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_mie.jpg);
  background-position: bottom right;
}
.hdg-page-01.inbound.index .inbound-list-area li.shiga {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_shiga.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area li.fukui {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_index_fukui.jpg);
}
.hdg-page-01.inbound.index .inbound-list-area span {
  position: absolute;
  display: block;
  bottom: 40px;
  right: 115px;
  width: 290px;
}
.hdg-page-01.inbound.index .inbound-list-area span a {
  border: 1px solid rgba(255, 255, 255, .36);
  z-index: 20;
}
.hdg-page-01.inbound.index .map {
  position: absolute;
  z-index: 10;
  top: 110px;
  right: 100px;
}
.hdg-page-01.inbound.index .inbound-list-area > li::after {
  content: "";
  position: absolute;
  top: 110px;
  right: 71px;
  width: 364px;
  height: 445px;
}
.hdg-page-01.inbound.index .inbound-list-area > .kyoto::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_kyoto.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .osaka::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_osaka.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .nara::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_nara.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .hyogo::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_hyogo.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .wakayama::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_wakayama.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .tokushima::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_tokushima.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .tottori::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_tottori.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .mie::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_mie.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .shiga::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_shiga.png);
}
.hdg-page-01.inbound.index .inbound-list-area > .fukui::after {
  background: url(/sites/all/themes/kix/images/touristinfo/special/map_fukui.png);
}

.hdg-page-01.inbound h1 {
  display: table;
  font-size: 3.75em;
  text-align: left;
  line-height: 1.2;
  margin: -240px 0 0 0;
}
.hdg-page-01.inbound h1 > span {
  display: block;
  text-shadow: 0 0 20px rgba(0,0,0,.5);
}
.hdg-page-01.inbound a {
  color: #fff;
  font-weight: normal;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 5px 0;
}

.hdg-page-01.inbound.area {
  background: #e6e6e6;
  min-height: 0;
  padding: 0;
}
.hdg-page-01.inbound.area .inner {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.hdg-page-01.inbound.area .sub {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 7px rgba(0,0,0,.7);
  font-size: 1.125em;
}
.hdg-page-01.inbound.area small {
  text-shadow: 0 0 3px rgba(0,0,0,.7);
  font-size: .6em;
  position: absolute;
  bottom: 2px;
  right: 25px;
}
.hdg-page-01.inbound.area.kyoto .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_kyoto.jpg);
}
.hdg-page-01.inbound.area.osaka .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_osaka.jpg);
}
.hdg-page-01.inbound.area.nara .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_nara.jpg);
}
.hdg-page-01.inbound.area.hyogo .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_hyogo.jpg);
}
.hdg-page-01.inbound.area.wakayama .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_wakayama.jpg);
}
.hdg-page-01.inbound.area.tokushima .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_tokushima.jpg);
}
.hdg-page-01.inbound.area.tottori .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_tottori.jpg);
}
.hdg-page-01.inbound.area.mie .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_mie.jpg);
}
.hdg-page-01.inbound.area.shiga .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_shiga.jpg);
}
.hdg-page-01.inbound.area.fukui .inner {
  background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_fukui.jpg);
}
.hdg-page-01.inbound.area h1 {
  text-align: center;
  margin: 0;
  width: 100%;
  font-size: 3.875em;
  display: table;
  line-height: 1.2;
}
.hdg-page-01.inbound.area h1 > span {
  font-size: .2903em;
}

/* =====================================
Navigation
------------------------------------- */
.box-inbound {
  border-top: 1px solid #d7d7d7;
  padding-top: 2.18182em;
  margin-top: 5.75em;
}
.list-inboundanchor-01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8%;
  margin-right: -0.8%;
}
.list-inboundanchor-01 > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  display: -webkit-flex;
  display: flex;
  margin-bottom: .75em;
  padding: 0 5px;
}
.list-inboundanchor-01 a {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  line-height: 1.5;
  border: 1px solid #d7d7d7;
  border-radius: .3125em;
  padding: .875em 30px .875em 18px;
  background-color: #fff;
  color: #07185c;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s, opacity .2s;
  will-change: border-color, background-color, color, opacity;
}
.list-inboundanchor-01 > li > a::before, .list-inboundanchor-01 > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  top: 50%;
  right: 14px;
  width: 2px;
  height: 7px;
  margin-top: -5px;
  background-color: #07185c;
  transition: margin-top .2s;
  will-change: margin-top;
}
.list-inboundanchor-01 > li > a::before {
  margin-top: -5px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.list-inboundanchor-01 > li > a::after {
  margin-top: -5px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.list-inboundanchor-01 > li > a:hover, .list-inboundanchor-01 > li > a:focus, .list-inboundanchor-01 > li > a:active {
  border-color: #676b7a;
  background-color: #676b7a;
  color: #fff;
}

.list-inboundanchor-01 > li > a:hover::before, .list-inboundanchor-01 > li > a:hover::after, .list-inboundanchor-01 > li > a:focus::before, .list-inboundanchor-01 > li > a:focus::after, .list-inboundanchor-01 > li > a:active::before, .list-inboundanchor-01 > li > a:active::after {
  margin-top: -3px;
  background-color: #fff;
}


.list-inboundlink-01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8%;
  margin-right: -0.8%;
}
.list-inboundlink-01 .link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.list-inboundlink-01 .link .img {
  -webkit-order: 1;
  order: 1;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.list-inboundlink-01 .link .img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: -webkit-transform .4s, transform .4s, opacity .4s;
  will-change: -webkit-transform, transform, opacity;
}
.list-inboundlink-01 .link:hover .img img, .list-inboundlink-01 .link:focus .img img, .list-inboundlink-01 .link:active .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .75;
}
.list-inboundlink-01 .link .text {
  position: relative;
  -webkit-order: 2;
  order: 2;
}
.list-inboundlink-01 .link .date {
  color: #65bef0;
  font-weight: bold;
  -webkit-order: 3;
  order: 3;
}
.list-inboundlink-01 > * {
  width: 25%;
  padding-left: .78%;
  padding-right: .78%;
  margin-bottom: 1.75em;
}
.list-inboundlink-01.border > * {
  border-left: 1px solid #d7d7d7;
}
.list-inboundlink-01.border > *:nth-child(4n + 1 ) {
  border-left: none;
}
.list-inboundlink-01.border .link {
  text-decoration: none;
  padding: 0 10px;
}
.list-inboundlink-01 .link .title {
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
.list-inboundlink-01 .link:hover .title,
.list-inboundlink-01 .link:focus .title,
.list-inboundlink-01 .link:active .title {
  text-decoration: none;
}
.list-inboundlink-01 .link .text {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: .75em;
}
.list-inboundlink-01 .link .text + .img {
  margin-bottom: .75em;
}
.link-inboundimg-01 img {
  border: 1px solid #d7d7d7;
}
@media only screen and (min-width: 1400px) {
  .hdg-page-01.inbound .inbound-list-area > li::before {
    background-size: 110% auto;
  }
}
@media only screen and (max-width: 1100px) {
  .hdg-page-01.inbound .inbound-list-area > li::before {
    background-size: auto 110%;
  }
}
@media only screen and (max-width: 960px) {
  .hdg-page-01.inbound.index .inner {
    min-height: 280px;
  }
  .hdg-page-01.inbound.index .inner h1 {
    margin-top: 0;
    padding-right: 1em;
    top: 25px;
    left: 28px;
  }
  .hdg-page-01.inbound .inbound-list-area > li::before {
    background-size: cover;
    background-position: center bottom;
  }
  .hdg-page-01.inbound .map,
  .hdg-page-01.inbound .inbound-list-area > li::after {
    display: none;
  }
  .hdg-page-01.inbound .inner h1 {
    margin-top: 0;
  }
  .hdg-page-01.inbound::before {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hdg-page-01.inbound.index .inner {
    min-height: 165px;
  }
  .hdg-page-01.inbound.index .inner h1 {
    top: 20px;
    left: 16px;
  }
  .hdg-page-01.inbound h1 a,
  .hdg-page-01.inbound .inbound-list-area > li::after,
  .hdg-page-01.inbound .inbound-list-area > li a {
    display: none;
  }
  .hdg-page-01.inbound .inbound-list-area {
    height: 0;
  }
  .inbound-controller {
    margin-bottom: 0;
    left: 16px;
  }
  .inbound-controller button {
    font-size: .8em;
    margin-top: 8px;
}
  .hdg-page-01.inbound.area {
    background: none;
    margin-bottom: 0;
  }
  .hdg-page-01.inbound.area .inner {
    background: none!important;
    display: flex;
  }
  .hdg-page-01.inbound .inner {
    margin-right: auto;
    margin-left: 0;
  }
  .hdg-page-01.inbound.area .inner h1 {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hdg-page-01.inbound .inbound-list-area a {
    font-size: .8em;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .hdg-page-01.inbound.area.kyoto .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_kyoto.jpg);
  }
  .hdg-page-01.inbound.area.osaka .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_osaka.jpg);
  }
  .hdg-page-01.inbound.area.nara .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_nara.jpg);
  }
  .hdg-page-01.inbound.area.hyogo .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_hyogo.jpg);
  }
  .hdg-page-01.inbound.area.wakayama .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_wakayama.jpg);
  }
  .hdg-page-01.inbound.area.tokushima .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_tokushima.jpg);
  }
  .hdg-page-01.inbound.area.tottori .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_tottori.jpg);
  }
  .hdg-page-01.inbound.area.mie .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_mie.jpg);
  }
  .hdg-page-01.inbound.area.shiga .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_shiga.jpg);
  }
  .hdg-page-01.inbound.area.fukui .inner h1 {
    background-image: url(/sites/all/themes/kix/images/touristinfo/special/bg_fukui.jpg);
  }
  .hdg-page-01.inbound .inner {
    display: block;
  }
  .hdg-page-01.inbound .inner h1 {
    display: block;
    font-size: 2em;
  }
  .hdg-page-01.inbound.index .inner .link-area {
    display: block;
  }
  .hdg-page-01.inbound .inner h1 > span {
    display: inline-block;
    margin-right: .5em;
  }
  .hdg-page-01.inbound.area .inner {
    padding: 0;
  }
  .hdg-page-01.inbound.area .inner h1 {
    text-align: left;
    padding: 30px 16px;
  }
  .hdg-page-01.inbound.area small {
    order: 1;
    position: relative;
    width: 100%;
    text-align: right;
    bottom: 0;
    right: 0;
    margin: -2em 10px 0 0;
  }
  .hdg-page-01.inbound.area .sub {
    color: #151e5b;
    padding: 0 16px;
    order: 2;
    font-weight: bold;
    margin-top: 1.25em;
    margin-bottom: .5em;
    text-align: left;
    text-shadow: none;
  }
  .hdg-page-01.inbound.index::before {
    width: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  }
  .lyt-inboundnav-area {
    margin-left: 0;
    margin-right: 0;
  }
  .lyt-inboundnav-area > .col .nav-item-01 {
    max-width: 100%;
  }
  .lyt-inboundnav-area > .col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .lyt-inboundnav-area > .col .img,
  .lyt-inboundcol-01.col2 > .col .img,
  .lyt-inboundcol-01.col3 > .col .img {
    padding-top: 30%;
    height: 0;
    display: block;
    background: #f3f3f3;
    position: relative;
  }
  .lyt-inboundnav-area > .col .img > span,
  .lyt-inboundcol-01.col2 > .col .img > span,
  .lyt-inboundcol-01.col3 > .col .img > span {
    text-align:center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .lyt-inboundnav-area > .col .img img,
  .lyt-inboundcol-01.col2 > .col .img > span img,
  .lyt-inboundcol-01.col3 > .col .img > span img {
     height: 100%;
     width: auto;
     max-width: inherit;
     margin: 0 auto;
  }
  .lyt-inboundnav-area > .col, .lyt-inboundcol-01.col2-1 > .col, .lyt-inboundcol-01.col2-1 > .col + .col, .lyt-inboundcol-01.col2 > .col, .lyt-inboundcol-01.col3 > .col, .list-inboundlink-01 > .col {
    width: 100%;
  }
  .list-inboundlink-01 > li {
    width: 100%;
  }
  .list-inboundlink-01.border > * {
    border-left: none;
  }
  .list-inboundlink-01 > .col .img {
    max-width: 298px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .lyt-inboundcol-01.col4 > .col .img img {
    width: 100%;
  }
  .list-inboundanchor-01 {
    display: none;
  }
  .link-inboundimg-01 {
    text-align: center;
  }
}
@media screen and (max-width:435px) {
  .hdg-page-01.inbound.index .inner {
    min-height: 150px;
  }
}

.hdg-page-01 > .inner{
min-height: 0;
}
