<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------
header
------------------------------------------------------------*/
#fixed_header header p {
  display: block;
}

@media all and (min-width: 960px) {
  #fixed_header header p {
    display: none;
  }
}
#mv {
  padding-top: 50px;
}

@media all and (min-width: 960px) {
  #mv {
    padding-top: 30px;
  }
}
#top_nav {
  position: absolute;
  top: 50px;
  left: 0;
  background: #ccc;
  width: 100%;
  z-index: 99999;
}

#blue {
  display: none;
}

@media all and (min-width: 960px) {
  header {
    min-height: 30px;
  }
  header p.btn-menu {
    display: block;
    z-index: 1001;
    left: 22px;
    right: inherit;
    top: 160px;
  }

  #blue {
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/bg_nav.png) repeat center top;
    width: 290px;
    height: 640px;
    display: block;
    z-index: 1;
  }

  #top_nav {
    top: 0;
    z-index: auto;
  }
  #top_nav aside {
    display: block !important;
  }
  #top_nav nav {
    width: 290px;
    height: 320px;
    position: absolute;
    padding: 0;
    top: 300px;
    left: 0px;
    z-index: 1001;
    background: transparent;
  }
  #top_nav nav ul {
    width: 148px;
    position: absolute;
    right: auto;
    top: 0px;
    left: 71px;
  }
  #top_nav nav ul li:last-of-type {
    padding-top: 26px;
    border-top: 1px dotted #fff;
  }
  #top_nav nav a {
    padding: 0;
    display: block;
    width: 148px;
    text-align: left;
    padding-bottom: 26px;
  }

  /*ハンバーガーメニュー*/
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
  }

  .menu-trigger {
    width: 24px;
    height: 21px;
    padding-right: 80px;
    background: url(../images/btn_close.png) no-repeat 34px center;
  }
  .menu-trigger.active {
    background: url(../images/btn_menu.png) no-repeat 34px center;
  }
  .menu-trigger:hover {
    cursor: pointer;
  }
  .menu-trigger span {
    height: 3px;
    border-radius: 0px;
    width: 24px;
  }
  .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }


  .menu-trigger.active span:nth-of-type(1) {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .menu-trigger.active span:nth-of-type(2) {
    top: 9px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

}
/*------------------------------------------------------------
メインビジュアル
------------------------------------------------------------*/
#mv {
  width: 100%;
  position: relative;
  min-height: 515px;
  box-sizing: border-box;
  overflow:hidden;
}
#mv .bnr-mv {
  /* バナー2個 */
  /*width: 100%;*/
  position: absolute;
  z-index: 2;
  bottom: 10px;

  /* バナー1個 */
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mv .bnr-mv li {
  position: static;
  /* バナー2個 */
  /* float: left;
  width: 50%;*/
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;

  /* バナー1個 */
  width: 100%;
  margin: 0 auto;
}
#mv .bnr-mv li a {
  height: auto;
}
#mv .bnr-mv li img {
  width: 100%;
  height: auto;
}
#mv li a {
  display: block;
}

#mv ul#mvimg li {
  position: absolute;
  display: none;
  width: 100%;
}


@media all and (min-width: 960px) {
  #mv {
    height: 670px !important;
  }
  #mv .bnr-mv {
    width: 680px;
    margin:0 auto;
    /* バナー2個 */
    /*  left: 50%;
    margin-left: -340px;*/
    bottom: 20px;


  }
  #mv .bnr-mv li {
    width: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  /* バナー2個 */
  /*  #mv .bnr-mv li:first-child {
    margin-right: 20px;
  }*/
  #mv .bnr-mv li img {
    padding-top: 0;
  }
  #mv ul#mvimg li a {
    width: 100%;
    height: 670px;
    text-align: center;
  }
  #mv ul#mvimg li img.pc {
    display: inline-block;
  }
  #mv_round_the_world {
    background: url(../images/bg_mv01.jpg) no-repeat center bottom;
  }
  #mv_round_the_world img.pc {
    padding-top: 117px;
  }

  #mv_oversea {
    background: url(../images/bg_mv02.jpg) no-repeat center bottom;
  }
  #mv_oversea img.pc {
    padding-top: 117px;
  }

  #mv_domestic {
    background: url(../images/bg_mv03.jpg) no-repeat center bottom;
  }
  #mv_domestic img.pc {
    padding-top: 117px;
  }
}
@media all and (min-width: 1680px) {
  #mv li {
    background-size: cover;
  }
}
/*------------------------------------------------------------
オンライン航空券
------------------------------------------------------------*/
#ticket {
  background: #0b3f8d;
  padding: 20px 15px 15px;
}
#ticket p {
  background: #fff;
  border-radius: 10px;
}
#ticket p a {
  display: block;
  padding: 10px 0;
  text-align: center;
}

@media all and (min-width: 960px) {
  #ticket {
    padding: 20px 0px 15px;
  }
  #ticket p {
    width: 960px;
    margin: 0 auto;
  }
  #ticket p a {
    padding: 20px 0;
  }
  #ticket p a:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------------------------
追加バナー
------------------------------------------------------------*/
.recommend_bnr {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 20px 0;
  text-align: center;
}
.recommend_bnr img{
  max-width: 100%;
  height: auto;
}
/*------------------------------------------------------------
マイルde道草
------------------------------------------------------------*/
#mile_bnr {
  padding: 25px 20px 35px;
  text-align: center;
}
#mile_bnr.slick-initialized {
  display: block;
}
#mile_bnr .slick-slide {
   height: 60px;
}
#mile_bnr img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 415px) {
  /* iphone6以上 */
  #mile_bnr .slick-slide { height: 100px;}
}
@media all and (min-width: 768px) {
  /* タブレット以上 */
  #mile_bnr .slick-slide { height: 153px;}
}
@media all and (min-width: 960px) {
  #mile_bnr {
    width: 960px;
    padding: 30px 0;
    margin: 0 auto;
  }
  #mile_bnr .slick-slide {
     height: 80px;
  }
  #mile_bnr img {
    width:960px;
    height:80px;
  }
}
.slick-dots {
  text-align: center;
  margin-top: 0px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  font-size: 1px;
  border-radius: 100%;
  text-indent: 15px;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  background: #ccc;
}
.slick-dots li.slick-active button {
  background: #0B3F8D;
}

@media all and (min-width: 960px) {
  .slick-dots {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
新着情報
------------------------------------------------------------*/
#for_video {
  background: url(../images/bg_news.jpg) no-repeat center top;
  background-size: cover;
}
#for_video video {
  display: none;
}

@media all and (min-width: 960px) {
  #for_video {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #for_video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
/*    min-height: 633px;*/
    width:100%;
 min-width: 1280px;
    background: url(../images/bg_news.jpg) no-repeat center top;
    background-size: cover;
  }
}
#news {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
}
#news h2 {
  text-align: center;
  margin-bottom: 20px;
}

@media all and (min-width: 960px) {
  #news {
    padding:100px 0;
    position: relative;
  }
  #news h2 {
    margin-bottom: 30px;
  }
}
/*タブ*/
#news_tab {
  margin: 0 20px 20px;
  position: relative;
}
#news_tab p {
  text-align: center;
  border: 2px solid #0b3f8d;
  background: url(../images/icon_plus.png) no-repeat 96% center;
  background-size: 9px 9px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 0;
}
#news_tab p.active {
  background: url(../images/icon_plus_on.png) no-repeat 96% center;
  background-size: 9px 2px;
}
#news_tab ul {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  z-index: 2;
}
#news_tab li {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dotted #222;
}
#news_tab li.active {
  background: #0b3f8d;
  color: #fcff00;
}
#news_tab li:last-of-type {
  border: none;
}

@media all and (min-width: 960px) {
  #news_tab {
    width: 960px;
    margin: 0 auto 30px;
  }
  #news_tab ul {
    display: block !important;
    position: relative;
    background: transparent;
    top: 0;
    padding: 0;
    overflow: hidden;
  }
  #news_tab li {
    padding: 0;
    border: none;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width: 184px;
    height: 58px;
    float: left;
    margin-right: 10px;
  }
  #news_tab li:hover {
    cursor: pointer;
  }
  #news_tab li:last-of-type {
    margin-right: 0;
  }
  #news_tab li:nth-of-type(1) {
    background: url(../images/tab_all.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(1).active {
    background: url(../images/tab_all_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(1):hover {
    background: url(../images/tab_all_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(2) {
    background: url(../images/tab_voyage.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(2).active {
    background: url(../images/tab_voyage_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(2):hover {
    background: url(../images/tab_voyage_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(3) {
    background: url(../images/tab_airline.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(3).active {
    background: url(../images/tab_airline_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(3):hover {
    background: url(../images/tab_airline_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(4) {
    background: url(../images/tab_tabi.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(4).active {
    background: url(../images/tab_tabi_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(4):hover {
    background: url(../images/tab_tabi_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(5) {
    background: url(../images/tab_notice.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(5).active {
    background: url(../images/tab_notice_on.png) no-repeat center top;
  }
  #news_tab li:nth-of-type(5):hover {
    background: url(../images/tab_notice_on.png) no-repeat center top;
  }
}
.news_list {
  margin-bottom: 30px;
}
.news_list div div {
  width: 180px;
  padding: 0 7px;
}
.news_list div div a {
  text-decoration: none;
}
.news_list dl {
  width: 180px;
  background: #fff;
    opacity:0.7;
}
.news_list dl:hover {
 opacity:1;
}
.news_list dt {
  position: relative;
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.news_list img {
  min-height: 120px;
  min-width: 180px;
  height: auto;
  width: auto;
  position: absolute;
  top:0;
/*
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/
}
.news_list dd {
  padding: 10px;
  min-height: 140px;
}
.news_list span {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  padding: 2px 3px;
}
.news_list .airline span {
  background: #0dab66;
}
.news_list .tabi span {
  background: #df5e5a;
}
.news_list .notice span {
  background: #f6a900;
}
.news_list .voyage span {
  background: #32a8cb;
}

@media all and (min-width: 960px) {
  .news_list {
    margin: 0;
  }
  .news_list div div {
    width: 260px;
    padding: 0 15px;
  }
  .news_list dl {
    width: 260px;
  }
  .news_list dt {
    width: 260px;
    height: 176px;
  }
  .news_list img {
    height:auto;
    width:100%;
  }
  .news_list dd {
    padding: 20px;
    min-height: 113px;
  }
  .news_list span {
    font-size: 1.2rem;
  }
}
#news_link {
  margin: 0 20px;
}
#news_link a {
  display: block;
  line-height: 1;
  padding: 13px 0;
  background: white url(../common/images/icon_blue.png) no-repeat 20px center;
  background-size: 5px 8px;
  border: 2px solid #0b3f8d;
  text-align: center;
}

@media all and (min-width: 960px) {
  #news_link {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
  }
  #news_link a {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    margin-left: 310px;
  }
}
/*------------------------------------------------------------
バナーエリア
------------------------------------------------------------*/
#about_bnr {
  padding: 30px 0 15px;
}
#about_bnr li {
  text-align: center;
  margin-bottom: 15px;
}

@media all and (min-width: 960px) {
  #about_bnr {
    padding: 40px 0;
  }
  #about_bnr ul {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
  }
  #about_bnr ul li {
    float: left;
    width: auto;
    margin: 0;
  }
  #about_bnr ul li:nth-of-type(1) {
    margin-right: 20px;
  }
}
/*------------------------------------------------------------
staff
------------------------------------------------------------*/
#staff {
  padding: 30px 20px;
}
#staff h2 {
  text-align: center;
  margin-bottom: 25px;
}
#staff article {
  background: white url(../images/icon_link.gif) no-repeat left top;
  background-size: 20px 20px;
  margin-bottom: 15px;
}
#staff article a {
  display: block;
  padding: 20px 15px 15px;
  box-sizing: border-box;
}
#staff article p {
  border: 2px solid #0b3f8d;
  padding: 10px 0;
  font-size: 1;
  line-height: 1;
  background: white url(../common/images/icon_blue.png) no-repeat 15px center;
  background-size: 5px 8px;
  text-align: center;
}
#staff dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
#staff dt, #staff dd {
  display: table-cell;
  vertical-align: middle;
}
#staff dt {
  width: 105px;
  text-align: center;
}
#staff dt img {
  width: 65px;
  height: auto;
}
#staff dd {
  font-size: 1.1rem;
}
#staff dd strong {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.3rem;
}
#staff p a {
  display: block;
  background: #0b3f8d url(../common/images/icon_white.png) no-repeat 15px center;
  background-size: 5px 9px;
  padding: 13px 0;
  text-align: center;
  line-height: 1;
  font-size: 1px;
}

@media all and (min-width: 960px) {
  #staff {
    padding: 60px 0 80px;
    overflow: hidden;
    text-align: center;
  }
  #staff h2 {
    margin-bottom: 30px;
  }
  #staff article {
    background: white url(../images/icon_link.gif) no-repeat left top;
    background-size: 30px 30px;
    margin: 0 21px 20px 0;
    display: inline-block;
    width: 306px;
  }
  #staff article:nth-of-type(3) {
    margin: 0 0 20px 0;
  }
  #staff article a {
    padding: 20px;
    text-decoration: none;
  }
  #staff article p {
    border: none;
    padding: 0;
    background: none;
  }
  #staff dl {
    display: inherit;
    margin-bottom: 20px;
  }
  #staff dt, #staff dd {
    display: inherit;
  }
  #staff dt {
    width: 100%;
    position: relative;
    height: 187px;
    margin-bottom: 20px;
  }
  #staff dt img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 187px;
    width: auto;
  }
  #staff dl:nth-of-type(2) dt img {
    height: 180px;
  }
  #staff dd {
    font-size: 1.2rem;
  }
  #staff dd strong {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  #staff p a {
    display: block;
    background: none;
    padding: 0;
  }
}
.photo01 {
  background: url(../images/feature01.jpg) no-repeat center center;
  background: url(../images/feature001.jpg) no-repeat center center;
  background-size: cover;
}

.photo02 {
  background: url(../images/feature02.jpg) no-repeat center center;
  background-size: cover;
}

.photo03 {
  background: url(../images/feature03.jpg) no-repeat center center;
  background-size: cover;
}

/*------------------------------------------------------------
sns
------------------------------------------------------------*/
#sns {
  padding: 30px 0 10px;
}
#sns article {
  width: 280px;
  margin: 0 auto 15px;
}

#sns #insta {
  padding: 0 20px;
}
#aptfinbytap_domain-2-by-link {
  display: none;
}
@media all and (min-width: 960px) {
  #sns {
    padding: 40px 0 20px;
    overflow: hidden;
    text-align: center;
  }
  #sns article {
    display: inline-block;
    width: 470px;
    margin: 0 20px 0 0;
    vertical-align: top;
  }

  #sns article:nth-of-type(2) {
    margin: 0;
  }
  #sns #insta {
    width:976px;
    padding: 0;
    margin: 20px auto 0;
  }
}
/*------------------------------------------------------------
bnrarea
------------------------------------------------------------*/
#bnrarea:after {
  content: "　";
  width: 100%;
  height: 18px;
  display: block;
  background: url(../images/bnr_bottom_sp.png) no-repeat center bottom;
  background-size: 660px 18px;
}
#bnrarea:before {
  content: "　";
  width: 100%;
  height: 18px;
  display: block;
  background: url(../images/bnr_top_sp.png) no-repeat center top;
  background-size: 660px 18px;
}
#bnrarea ul {
  text-align: center;
  background: #fff;
  padding-top: 15px;
}
#bnrarea li {
  display: inline-block;
  margin: 0 5px 10px;
}

@media all and (min-width: 660px) {
  #bnrarea:after {
    background: url(../images/bnr_bottom_sp.png) no-repeat center bottom;
    background-size: cover;
  }
  #bnrarea:before {
    background: url(../images/bnr_top_sp.png) no-repeat center bottom;
    background-size: cover;
  }
}
@media all and (min-width: 960px) {
  #bnrarea:after {
    height: 27px;
    background: url(../images/bnr_bottom.png) no-repeat center bottom;
    background-size: 1920px 27px;
  }
  #bnrarea:before {
    height: 26px;
    background: url(../images/bnr_top.png) no-repeat center top;
    background-size: 1920px 26px;
  }
  #bnrarea div {
    background: #fff;
  }
  #bnrarea ul {
    padding: 12px 0 1px;
    width: 960px;
    margin: 0 auto;
  }
  #bnrarea li {
    display: inline-block;
    margin: 0 12px 12px 0;
  }
  #bnrarea li img {
    width: 231px;
    height: auto;
  }
  #bnrarea li:nth-of-type(4n),
  #bnrarea li:last-of-type {
    margin: 0 0 12px 0;
  }
}
@media all and (min-width: 1920px) {
  #bnrarea:after {
    background: url(../images/bnr_bottom.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
  }
  #bnrarea:before {
    background: url(../images/bnr_top.png) no-repeat center top;
    background-size: cover;
    width: 100%;
  }
}
/*------------------------------------------------------------
feature
------------------------------------------------------------*/
#feature {
  padding: 30px 0 50px;
  width: 100%;
  overflow: hidden;
}
#feature h2 {
  text-align: center;
  margin-bottom: 20px;
}

@media all and (min-width: 960px) {
  #feature {
    padding: 65px 0 110px;
    margin-top: -20px;
    position: relative;
  }
  #feature h2 {
    margin-bottom: 30px;
  }
}
#f_tab ul {
  width: 295px;
  margin: 0 auto 25px;
  overflow: hidden;
}
#f_tab li {
  float: left;
  width: 95px;
  margin-right: 5px;
  width: 95px;
  height: 51px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
#f_tab li:nth-of-type(1) {
  background: url(../images/f_tab_america_sp.png) no-repeat center top;
  background-size: 95px 45px;
}
#f_tab li:nth-of-type(1).active {
  background: url(../images/f_tab_america_sp_on.png) no-repeat center top;
  background-size: 95px 51px;
}
#f_tab li:nth-of-type(2) {
  background: url(../images/f_tab_africa_sp.png) no-repeat center top;
  background-size: 95px 45px;
}
#f_tab li:nth-of-type(2).active {
  background: url(../images/f_tab_africa_sp_on.png) no-repeat center top;
  background-size: 95px 51px;
}
#f_tab li:nth-of-type(3) {
  background: url(../images/f_tab_asia_sp.png) no-repeat center top;
  background-size: 95px 45px;
  margin: 0;
}
#f_tab li:nth-of-type(3).active {
  background: url(../images/f_tab_asia_sp_on.png) no-repeat center top;
  background-size: 95px 51px;
}

@media all and (min-width: 960px) {
  #f_tab ul {
    width: 960px;
    margin: 0 auto 30px;
  }
  #f_tab li {
    width: 310px;
    margin-right: 15px;
    width: 310px;
    height: 58px;
  }
  #f_tab li:hover {
    cursor: pointer;
  }
  #f_tab li:nth-of-type(1) {
    background: url(../images/f_tab_america.png) no-repeat center top;
    background-size: 310px 50px;
  }
  #f_tab li:nth-of-type(1).active {
    background: url(../images/f_tab_america_on.png) no-repeat center top;
    background-size: 310px 58px;
  }
  #f_tab li:nth-of-type(1):hover {
    background: url(../images/f_tab_america_on.png) no-repeat center top;
    background-size: 310px 58px;
  }
  #f_tab li:nth-of-type(2) {
    background: url(../images/f_tab_africa.png) no-repeat center top;
    background-size: 310px 50px;
  }
  #f_tab li:nth-of-type(2).active {
    background: url(../images/f_tab_africa_on.png) no-repeat center top;
    background-size: 310px 58px;
  }
  #f_tab li:nth-of-type(2):hover {
    background: url(../images/f_tab_africa_on.png) no-repeat center top;
    background-size: 310px 58px;
  }
  #f_tab li:nth-of-type(3) {
    background: url(../images/f_tab_asia.png) no-repeat center top;
    background-size: 310px 50px;
    margin: 0;
  }
  #f_tab li:nth-of-type(3).active {
    background: url(../images/f_tab_asia_on.png) no-repeat center top;
    background-size: 310px 58px;
  }
  #f_tab li:nth-of-type(3):hover {
    background: url(../images/f_tab_asia_on.png) no-repeat center top;
    background-size: 310px 58px;
  }
}
#f_slider {
  margin-bottom: 30px;
}

#f_slider div div {
  padding: 0 20px;
}
.feature-img {
  width: 240px;
  padding: 0 !important;
  border: #fff solid 6px;
  box-sizing: border-box;
}
.feature-img a {
  display: block;
  text-decoration: none;
}
.feature-img a h3 {
    font-size: 2rem;
    padding: 8% 10px;
    text-align: center;
    word-wrap: break-word;
}
.feature-img a h3 span {
    display: block;
    font-size: 1.2rem;
}
.wh {
    color: #fff;
}
/*#f_slider img {
  border: 3px solid #fff;
}*/

@media all and (min-width: 960px) {
  #f_slider {
    margin-bottom: 0;
  }

  #f_slider img {
    width: 948px;
    height: auto;
    border: 6px solid #fff;
  }
  .feature-img {
    width: 960px;
  }
  .feature-img a h3 {
    font-size: 3rem;
    padding: 65px 20px;
  }
  .feature-img a h3 span {
    font-size: 1.4rem;
  }
}
#feature_link {
  margin: 0 20px;
}
#feature_link a {
  display: block;
  line-height: 1;
  padding: 13px 0;
  background: white url(../common/images/icon_blue.png) no-repeat 20px center;
  background-size: 5px 8px;
  border: 2px solid #0b3f8d;
  text-align: center;
}

@media all and (min-width: 960px) {
  #feature_link {
    margin: 0;
    position: absolute;
    top: -1px;
    left: 50%;
  }
  #feature_link a {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    margin-left: 323px;
  }
}
</pre></body></html>