@charset "UTF-8";
/* CSS Document */

.container{
  max-width: inherit;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 801px) {
  
  #ivd .mv{
    height: 520px;
    background-image: linear-gradient(180deg, rgba(160, 193, 245, 1), rgba(220, 231, 245, 1));
  }

  #ivd .mv ul{
    height: 520px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
  }

  #ivd .mv ul li{
    width: 320px;
    height: 520px;
    position: relative;
    z-index: 5;
  }

  #ivd .mv ul li:nth-child(2) {
    z-index: 4;
  }

  #ivd .mv ul li:nth-child(3) {
    z-index: 3;
  }

  #ivd .mv ul li:nth-child(4) {
    z-index: 2;
  }

  #ivd .mv ul a{
    width: 320px;
    height: 625px;
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%) rotate(8.5deg);
    overflow: hidden;
  }

  #ivd .mv ul a::after{
    content: "";
    width: 150px;
    height: 150px;
    background: url("/jp/-/media/ivd/top/mv_pic_aw.png") no-repeat left center; 
    background-size: auto 100%;
    position: absolute;
    bottom: 60px;
    right: 15px;
    transform: rotate(-8.5deg) translateX(-320px);
    opacity: 0;
  }

  #ivd .mv ul a.ani::after{
    animation: slideHorizontalOP .6s ease-out forwards;
  }

  #ivd .mv ul img{
    max-width: inherit;
    width: auto !important;
    height: 520px;
    position: absolute;
    top: 8.3%;
    left: -45px;
    transform: rotate(-8.5deg) translateX(-320px);
  }

  #ivd .mv ul img.ani{
    animation: slideHorizontal .8s ease-in-out forwards;
  }

  #ivd .mv ul li h2{
    width: 100%;
    font-family:"FrutigerBold", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
    color: #4F9BE3;
    vertical-align: bottom;
    position: absolute;
    bottom: 80px;
    left: 15px;
    transform: rotate(-8.5deg) translateX(0);
    z-index: 5;
    opacity: 0;
    transition: 1s .3s all;
  }

  #ivd .mv ul li h2 span{
    font-family: 'UD Shin Go DemiBold', sans-serif;
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #303C50;
    margin-top: 10px;
  }

  #ivd .mv ul li a.ani h2{
    opacity: 1;
  }

}

#ivd .mv ul li:nth-child(2) h2{
  color: #4F912F;
}

#ivd .mv ul li:nth-child(3) h2{
  color: #2359CA;
}

#ivd .mv ul li:nth-child(4) h2{
  color: #416D8A;
}

@keyframes slideHorizontal {
  from {
    transform: rotate(-8.5deg) translateX(-320px);
  }
    
  to{
    transform: rotate(-8.5deg) translateX(0);
  }
}

@keyframes slideHorizontalOP {
  0% {
    transform: rotate(-8.5deg) translateX(-320px);
    opacity: 0;
  }
  
  70%{
    transform: rotate(-8.5deg) translateX(10px);
    opacity: 1;
  }
  
  90%{
    transform: rotate(-8.5deg) translateX(-5px);
    opacity: 1;
  }
    
  100%{
    transform: rotate(-8.5deg) translateX(0);
    opacity: 1;
  }
}


#ivd .ivd_info{
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

#ivd .ivd_info a{
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  padding: 8px 40px;
  background: #003893;
  border-radius: 50px;
  display: inline-block;
}

#ivd .news{
  margin-bottom: 70px;
}

#ivd .news h1{
  font-family:"FrutigerBold";
  font-size: 30px;
  line-height: 1;
  display: inline-block;
}

#ivd .news h1 + a{
  margin-left: 1em;
}

#ivd .news h1 + a::before{
  font-family:'FontAwesome';
  content: "\f105";
  padding-right: 0.2em;
}

#ivd .news > a{
  font-size: 14px;
  line-height: 1;
  color: #003894;
}

#ivd .news ul{
  margin-top: 30px;
}

#ivd .news ul li + li{
  margin-top: 20px;
}

#ivd .news ul span{
  display: inline-block;
  vertical-align: top;
}

#ivd .news ul span.date{
  min-width: 180px;
  font-size: 15px;
}

#ivd .news ul span.cate{
  min-width: 100px;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #003894;
  padding: 4px 0;
  background: #003894
}

#ivd .news ul span.cate_r{
  min-width: 100px;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #d80000;
  padding: 4px 0;
  background: #d80000
}

#ivd .news ul span.cate.ev{
  color: #003894;
  background: #FFF;
}

#ivd .news ul a{
  width: 975px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  vertical-align: top;
  display: inline-block
}

#ivd .link_box{
  margin-bottom: 110px;
}

#ivd .link_box > div{
  width: 50%;
  display: inline-block;
  position: relative;
}

#ivd .link_box > div > a{
  display: block;
}

#ivd .link_box > div div{
  width: 100%;
  height: 125px;
  background: rgba(0,56,148,0.7);
  padding: 20px 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#ivd .link_box h1{
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 40px;
}

#ivd .link_box h1 span{
  font-family:"FrutigerBold";
  font-size: 30px;
  display: block;
}

#ivd .link_box ul{
  margin-left: 335px;
}

#ivd .link_box ul li + li{
  margin-top: 4px;
}

#ivd .link_box ul li a{
  font-size: 16px;
  color: #FFF;
}

#ivd .link_box ul li a::before{
  font-family:'FontAwesome';
  content: "\f054";
  padding-right: 0.2em;
}

#ivd .ind{
  text-align: center;
  padding: 80px 0 20px;
  background: #f4f4f4;
}

#ivd .ind h1{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 35px;
}

#ivd .ind h1 span{
  font-family:"FrutigerBold";
  font-size: 30px;
  line-height: 1;
  color: #4e4e4e;
  display: block;
  margin-bottom: 8px;
}

#ivd .ind ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -80px;
  padding: 0 40px;
}

#ivd .ind li{
  width: 260px;
  vertical-align: top;
  display: inline-block;
  margin-left: 80px;
  margin-bottom: 40px;
}

#ivd .ind li a{
  display: block;
}

#ivd .ind li span{
  font-size: 16px;
  line-height: 1.6;
  color: #003894;
  display: inline-block;
  margin-top: 25px;
  white-space: nowrap;
}

#ivd .ind li span::before{
  font-family:'FontAwesome';
  content: "\f054";
  padding-right: 0.2em;
}

#ivd .c02_link{
  display: flex;
  text-align: center;
}

#ivd .c02_link > div{
  width: 50%;
  height: 374px;
  background: url("/jp/-/media/ivd/top/map_bk.gif") right center no-repeat;
  background-size: cover;
  position: relative;
}

#ivd .c02_link > div + div{
  background: url("/jp/-/media/ivd/top/hist_bk.jpg") left center no-repeat;
  background-size: cover;
}

#ivd .c02_link > div div{
  width: 640px;
  height: 374px;
  padding-top: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

#ivd .c02_link > div + div  div{
  right: auto;
  left: 0;
}

#ivd .c02_link h1{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 65px;
}

#ivd .c02_link h1 span{
  font-family:"FrutigerBold";
  font-size: 30px;
  line-height: 1;
  color: #4e4e4e;
  display: block;
  margin-bottom: 8px;
}

#ivd .c02_link a{
  width: 270px;
  font-size: 16px;
  line-height: 1;
  color: #003894;
  padding: 10px 0 8px;
  border-radius: 30px;
  border: 2px solid #003894;
  background: #FFF;
  margin: 0 auto;
  display: block;
}

#ivd .c02_link a span::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 90%;
  padding-right: 0.4em;
}

@keyframes slideImgSP {
  from {
    opacity: 0;
  }
    
  to{
    opacity: 1;
  }
}

@keyframes slide_awSP {
  0% {
    transform: translateX(-320px);
    opacity: 0;
  }
  
  70%{
    transform: translateX(10px);
    opacity: 1;
  }
  
  90%{
    transform: translateX(-5px);
    opacity: 1;
  }
    
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  
  #ivd .mv{
    height: 158vw;
    background-image: linear-gradient(180deg, rgba(160, 193, 245, 1), rgba(220, 231, 245, 1));
  }

  #ivd .mv ul{
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
  }
  
  #ivd .mv ul::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #e1e1e3;
    box-shadow: 0px .5vw .5vw 0px rgba(225, 225, 227, .8);
    position: absolute;
    top: 79vw;
    left: 0;
    z-index: 10;
  }

  #ivd .mv ul li{
    position: absolute;
    z-index: 5;
  }
    
  #ivd .mv ul li:nth-child(2) {
    z-index: 4;
    top: 0;
    right: 0;
  }

  #ivd .mv ul li:nth-child(3) {
    z-index: 3;
    bottom: 0;
    left: 0;
  }

  #ivd .mv ul li:nth-child(4) {
    z-index: 2;
    bottom: 0;
    right: 0;
  }

  #ivd .mv ul a{
    display: block;
  }

  #ivd .mv ul a::after{
    content: "";
    width: 25vw;
    height: 25vw;
    background: url("/jp/-/media/ivd/top/mv_pic_aw.png") no-repeat left center; 
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    right: 11vw;
    opacity: 0;
  }
  
  #ivd .mv ul li:nth-child(2) a::after,
  #ivd .mv ul li:nth-child(4) a::after{
    right: 1vw;
  }

  #ivd .mv ul a.ani::after{
    animation: slide_awSP .6s ease-out forwards;
  }

  #ivd .mv ul img{
    opacity: 0;
    width: auto;
    height: 79vw;
  }

  #ivd .mv ul img.ani{
    animation: slideImgSP .5s ease-out forwards;
  }

  #ivd .mv ul li h2{
    width: 100%;
    font-family:"FrutigerBold", sans-serif;
    font-size: 3.6vw;
    line-height: 1.2;
    white-space: nowrap;
    color: #4F9BE3;
    vertical-align: bottom;
    position: absolute;
    bottom: 5vw;
    left: 2vw;
    z-index: 5;
    opacity: 0;
    transition: 1s .3s all;
  }
  
  #ivd .mv ul li:nth-child(2) h2,
  #ivd .mv ul li:nth-child(4) h2{
    left: 5vw;
  }

  #ivd .mv ul li h2 span{
    font-family: 'UD Shin Go DemiBold', sans-serif;
    font-size: 3.6vw;
    line-height: 1;
    display: block;
    color: #303C50;
    margin-top: 1vw;
  }

  #ivd .mv ul li a.ani h2{
    opacity: 1;
  }


  #ivd .ivd_info{
    margin-top: 10vw;
    margin-bottom: 8vw;
    padding: 0 4vw;
    text-align: left;
  }

  #ivd .ivd_info a{
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.3;
    color: #FFF;
    padding: 3vw 5vw;
    background: #003893;
    border-radius: 2vw;
    display: block;
    box-sizing: border-box;
  }
  
  #ivd .news{
    margin-top: 10vw;
    margin-bottom: 15vw;
  }

  #ivd .news h1{
    font-size: 5vw;
  }

  #ivd .news > a{
    font-size: 3.1vw;
  }

  #ivd .news ul{
    margin-top: 4vw;
  }

  #ivd .news ul li + li{
    margin-top: 5vw;
  }

  #ivd .news ul span.date{
    min-width: inherit;
    font-size: 3.3vw;
  }

  #ivd .news ul span.cate{
    font-size: 3vw;
    margin-right: 3vw;
    padding: 1vw 0;
  }

  #ivd .news ul a{
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.4;
    display: block;
    margin-top: 2vw;
  }

  #ivd .link_box{
    margin-bottom: 15vw;
  }

  #ivd .link_box > div{
    width: 100%;
    display: block;
  }

  #ivd .link_box > div div{
    width: 100%;
    height: auto;
    background: rgba(0,56,148,0.7);
    padding: 3vw 4vw;
  }

  #ivd .link_box h1{
    font-size: 3.3vw;
    line-height: 1.3;
    display: block;
    margin-bottom: 3vw;
    position: static;
    top: auto;
    left: auto;
  }

  #ivd .link_box h1 span{
    font-size: 4.5vw;
    display: inline-block;
    margin-right: 0.5em;
  }

  #ivd .link_box ul{
    margin-left: 0;
  }

  #ivd .link_box ul li + li{
    margin-top: 1.5vw;
  }

  #ivd .link_box ul li a{
    font-size: 3.3vw;
    color: #FFF;
  }

  #ivd .ind{
    padding: 15vw 0;
  }

  #ivd .ind h1{
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  #ivd .ind h1 span{
    font-size: 5vw;
    margin-bottom: 1vw;
  }
  
  #ivd .ind ul{
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding: 0;
  }
  
  #ivd .ind li{
    width: 49%;
    padding: 0 4vw 5vw;
    margin-left: 0;
    margin-bottom: 0;
    vertical-align: top;
    box-sizing: border-box;
  }
  
  #ivd .ind li img{
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #ivd .ind li a{
    display: block;
  }

  #ivd .ind li span{
    font-size: 3.4vw;
    line-height: 1.6;
    margin-top: 3vw;
  }

  #ivd .c02_link{
    display: block;
  }
  
  #ivd .c02_link > div{
    width: 100%;
    height: auto;
  }

  #ivd .c02_link > div div{
    width: 100%;
    height: auto;
    padding: 10vw 0;
    position: static;
    top: auto;
    right: auto;
  }

  #ivd .c02_link > div + div  div{
    left: auto;
  }

  #ivd .c02_link h1{
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 10vw;
  }

  #ivd .c02_link h1 span{
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  #ivd .c02_link a{
    width: 60%;
    font-size: 3.3vw;
    padding: 3vw 0;
    border-radius: 10vw;
  }

}

#ivd .slider_box{
  width: 100%;
}

#ivd .slider{
  margin-bottom: 95px;
  background: #84b6ee;
}

#ivd .slider li{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 25px 6px rgba(30, 87, 180, 0.48);
}

#ivd .slider a.first{
  color: #4da5ec;
}

#ivd .slider a.second{
  color: #479f1c;
}

#ivd .slider a.third{
  color: #2560d7;
}

#ivd .slider a.fourth{
  color: #3db6c4;
}

#ivd .slider a.fifth{
  color: #427998;
}

#ivd .slider li > a{
  width: 650px;
  height: 380px;
  display: block;
  position: relative;
}

#ivd .slider li > a div{
  width: 100%;
  padding: 25px 40px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.5);
  box-sizing: border-box;
}

#ivd .slider h1{
  font-family:"FrutigerBold";
  font-size: 36px;
  line-height: 1;
}

#ivd .slider h1 span{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #36445c !important;
  margin-top: 10px;
  display: block;
}

#ivd .slider h1 span i{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-style: normal;
  padding-left: .5em;
}

#ivd .slider p{
  font-size: 13px;
  line-height: 1;
  padding: 8px 15px 5px;
  background: #FFF;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

#ivd .slider p::after{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  content: ">";
  display: inline-block;
  padding-left: .6em;
  transform: scale(.6,1)
}

@media screen and (max-width: 800px) {
  
  #ivd .slider{
    margin-bottom: 15vw;
  }

  #ivd .slider li{
    width: 90%;
    border-radius: 2vw;
    overflow: hidden;
    box-shadow: 1vw 1vw 4vw 3vw rgba(30, 87, 180, 0.7);
  }
  
  #ivd .slider li > a{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  #ivd .slider li > a div{
    padding: 4vw;
  }

  #ivd .slider h1{
    font-size: 5.5vw;
    line-height: 1;
  }

  #ivd .slider h1 span{
    font-size: 4vw;
    line-height: 1;
    margin-top: 2vw;
    display: block;
  }

  #ivd .slider h1 span i{
    font-size: 3vw;
    padding-left: 0;
    padding-top: 2vw;
    display: block;
  }

  #ivd .slider p{
    font-size: 3vw;
    line-height: 1;
    padding: 1vw 2vw 1vw 3vw;
    background: #FFF;
    border-radius: 5vw;
    display: inline-block;
    position: absolute;
    bottom: 3vw;
    right: 4vw;
  }

  
}

.bx-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 55px 0 85px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: hidden !important;
  box-sizing: border-box;
}

.bx-viewport{
  overflow: visible !important;
  width: 650px !important;
  height: 380px !important;
  margin: 0 auto; 
}

@media screen and (max-width: 800px) {
  .bx-wrapper {
    height: auto;
    margin: 0 auto;
    padding: 10vw 5vw 15vw;
  }
  
  .bx-viewport{
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto; 
  }
}
.bx-wrapper img {
  width: 100%;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 999;
}

@media screen and (max-width: 800px) {
  .bx-wrapper .bx-pager{
    width: 100%;
    bottom: 6vw;
  }
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/~/Media/phchd/top/image/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #a4cbf7;
  padding-top: 0;
  box-sizing: border-box;
}


.bx-wrapper .bx-pager.bx-default-pager a {
  background: #a4cbf7;
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 8px;
  outline: 0;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #fefefe;
}
@media screen and (max-width: 800px) {
  .bx-wrapper .bx-pager {
    text-align: center;
    color: #a4cbf7;
    padding-top: 0;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1.5vw;
    outline: 0;
    border-radius: 50%;
  }
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  width: 40px !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  background: #003893;
  display: none;
}
.bx-wrapper .bx-prev::before {
  content: "";
  position: absolute;
  top: 135px !important;
  left: 6px;
  width: 25px !important;
  height: 25px !important;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(-45deg)
}

.bx-wrapper .bx-next {
  width: 40px !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  background: #003893;
  display: none;
}
.bx-wrapper .bx-next::before {
  content: "";
  position: absolute;
  top: 135px !important;
  right: 6px;
  width: 25px !important;
  height: 25px !important;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-prev {
    display: none;
  }
  .bx-wrapper .bx-next {
    display: none;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/~/Media/phchd/top/image/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/~/Media/phchd/top/image/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}












