@charset "utf-8";

/*---------------------------------------------------
#v2_header
--------------------------------------------------- */
#v2_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background-color: #fff;
  transition: background .3s linear;
  z-index: 1000;
}
#v2_headerInr {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#v2_logo {
  position: relative;
  flex: 1;
  padding: 13px 0 0 15px;
  z-index: 3;
}
#v2_logo img {
  width: 88px;
  height: auto;
}
#v2_headerInr nav {
  z-index: 2;
}
#v2_headerInr nav > ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  font-weight: 500;
  padding: 14px 10px 0 0;
}
#v2_headerInr nav > ul > li {
  text-align: center;
}
#v2_headerInr nav > ul > li .v2_txt {
  display: inline-block;
  font-size: 0.8rem;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: center top;
}
#v2_headerInr nav > ul > span .v2_txt {
  display: inline-block;
  font-size: 1rem;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: center top;
  margin-top: -1px;
}
#v2_headerInr nav > ul > li > a {
  position: relative;
  display: block;
  width: 45px;
  height: 50px;
  color: #fff;
  color: #00467e;
  text-decoration: none;
  z-index: 2;
}
#v2_headerInr nav .active > a {
  color: #fff;
  background-color: #00467e;
  border-radius: 3px;
}
#v2_headerInr nav .active > a img {
  opacity: 0;
}
#v2_headerInr nav .active > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 17px;
  height: 17px;
  background: url(/library_in/common/img/icon_header_close.png) no-repeat;
  background-size: 17px auto;
  margin-left: -9px;
}
/*  service
--------------------------------------------------- */
#v2_headerInr .v2_gnavService {
  margin-right: 4px;
}
#v2_headerInr .v2_gnavService > a,
#v2_headerInr .v2_gnavService.active > a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  min-width: 127px;
  color: #00467e;
  background-color: #e1e4e7;
  height: 45px;
  border-radius: 5px;
  padding: 0 2px 0 7px !important;
  box-sizing: border-box;
}
#v2_headerInr .v2_gnavService.active > a::after {
  display: none;
}
#v2_headerInr .v2_gnavService > a .v2_mark {
  margin-right: 4px;
}
#v2_headerInr .v2_gnavService > a .v2_mark img {
  width: 15px;
  height: auto;
}
#v2_headerInr .v2_gnavService.active > a img {
  opacity: 1;
}
#v2_headerInr .v2_gnavService > a .v2_txt {
  flex: 1;
  padding-top: 6px;
}
#v2_headerInr .v2_gnavService > a p {
  font-size: 1rem;
  text-align: left;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: left top;
}
#v2_headerInr .v2_gnavService > a .v2_txt p:first-child {
  padding-bottom: 4px;
}
#v2_headerInr .v2_gnavService > a .v2_txt p em {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: left top;
}
#v2_headerInr .v2_gnavEnglish {
  display: none;
}
#v2_headerInr .v2_gnavSearch {
  margin-right: 4px;
}
#v2_headerInr .v2_gnavSearch > a img {
  width: 22px;
  height: auto;
  padding: 6px 0 3px;
}
#v2_headerInr .v2_gnavMenu > a img {
  width: 20px;
  height: auto;
  padding: 9px 0 7px;
}
#v2_headerInr .v2_gnavUseful {
  display: none;
}

/* .v2_gnavInr
--------------------------------------------------- */
.v2_gnavInr,
.v2_gnavService .v2_gnavServiceInr {
  height: 100%;
  box-shadow: 0px -4px 6px -4px #bababa;
  overflow-y: scroll;
}
.v2_gnavInr2,
.v2_gnavService .v2_gnavBody {
  box-shadow: 0px -1px 6px 0px #bababa;
  background-color: #edf6f9;
}
.v2_gnavInr .v2_btnClose,
.v2_gnavService .v2_gnavBodyClose {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 18px 0;
}
.v2_gnavInr .v2_btnClose::before,
.v2_gnavService .v2_gnavBodyClose::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/library_in/common/img/icon_close_sp.png) no-repeat;
  background-size: 12px auto;
  margin-right: 9px;
}

/* .v2_gnavBoxService
--------------------------------------------------- */
.v2_gnavBoxService,
.v2_gnavService .v2_gnavServiceOtr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 71px 0 15vh;
  overflow-y: scroll;
  display: none;
}
.v2_gnavService .v2_topPromptReportMainImg {
  padding-bottom: 20px;
  display: none;
}
.v2_gnavService .v2_topPromptReportMainImg img {
  width: 100%;
  height: auto;
}
.v2_gnavBoxService::after,
.v2_gnavService .v2_gnavBody::after {
  content: '';
  position: absolute;
  top: 59px;
  right: 178px;
  display: block;
  width: 18px;
  height: 13px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 18px auto;
}
.v2_gnavBoxHead,
.v2_gnavService .v2_gnavBodyHeaderInr {
  text-align: left;
}
.v2_gnavBoxTtl,
.v2_gnavBodyHeaderTitle {
  font-size: 2rem;
  font-weight: bold;
  color: #00467e;
  padding: 21px 0 14px 4.4vw;
}
.v2_gnavBoxHead .v2_rightCol,
.v2_gnavService .v2_gnavBodyHeaderSide {
  display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  padding: 17px 8vw 17px 4.4vw;
}
.v2_gnavBoxHead .v2_date,
.v2_gnavService .v2_txtUpdate {
  font-size: 1rem;
  color: #333;
  margin-right: 26px;
}
.v2_gnavBoxHead .v2_reload a,
.v2_gnavService .v2_linkUpdate {
  display: block;
  font-size: 1rem;
  color: #00467e;
  text-decoration: none;
}
.v2_gnavBoxHead .v2_reload a::before,
.v2_gnavService .v2_linkUpdate::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(/library_in/common/img/route/icon_reload.png) no-repeat;
  background-size: 11px auto;
  vertical-align: top;
  padding-right: 5px;
}
.v2_gnavBoxService .v2_wrapper,
.v2_gnavService .v2_routeList ul {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
  padding: 0 11.7vw;
  margin: 0 auto;
}
.v2_gnavBoxService .v2_gnavBoxTtl,
.v2_gnavService .v2_gnavBodyHeaderTitle {
  font-size: 2.1rem;
  border-bottom: 1px solid #d2e0e5;
}
.v2_gnavBoxService .v2_block,
.v2_gnavService .v2_routeList li {
  width: 22.7vw;
  background-color: #fff;
  text-align: center;
  padding: 11px 4px 10px;
  margin-bottom: 15px;
}
.v2_gnavBoxService .v2_block:nth-child(3n-1),
.v2_gnavService .v2_routeList li:nth-child(3n-1) {
  width: 23.3vw;
}
.v2_gnavBoxService .v2_block a {
  text-decoration: none;
}
.v2_gnavBoxService .v2_icon,
.v2_gnavService .v2_routeList .v2_routeListImg {
  display: block;
  padding-bottom: 5px;
}
.v2_gnavBoxService .v2_icon img,
.v2_gnavService .v2_routeList .v2_routeListImg img {
  display: block;
  width: 6.1vw;
  height: auto;
  margin: 0 auto;
}
.v2_gnavBoxService .v2_ttl,
.v2_gnavService .v2_routeList .v2_linkIcon {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #00467e;
  text-indent: -3px;
  margin-bottom: 10px;
}
.v2_gnavBoxService .v2_block a:hover .v2_ttl {
/*  text-decoration: underline;*/
}
.v2_gnavBoxService .v2_ttl::before,
.v2_gnavService .v2_routeList .v2_linkIcon::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(/library_in/common/img/icon_arrow_blue.png) no-repeat;
  background-size: 5px auto;
  margin-right: 3px;
}
.v2_gnavService .v2_routeList .v2_linkIcon::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(/library_in/common/img/icon_blank_gray.png) no-repeat right center;
  background-size: 10px auto;
  vertical-align: text-top;
  margin-left: 3px;
}
.v2_gnavService .v2_routeList .v2_routeListUnkouIcon {
  display: block;
}
.v2_gnavBoxService .v2_mark img,
.v2_gnavService .v2_routeList .v2_routeListUnkouIcon img {
  width: 4.1vw;
  height: auto;
}
.v2_gnavService .v2_routeListUnkouTxt {
  display: none;
}

/* .v2_gnavBoxEnglishSp
--------------------------------------------------- */
.v2_gnavBoxEnglishSp {
  padding: 20px 2.6vw;
}
.v2_gnavBoxEnglishSp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  background: #fff url(/library_in/common/img/icon_header_arrow_down_sp.png) no-repeat 88vw center;
  background-size: 13px auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 3.4vw;
}
.v2_gnavBoxEnglishSp select::-ms-expand {
    display: none;
}

/* .v2_gnavBoxSearch
--------------------------------------------------- */
.v2_gnavBoxSearch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 71px 0 15vh;
  overflow-y: scroll;
  display: none;
}
.v2_gnavBoxSearch::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 74px;
  display: block;
  width: 18px;
  height: 13px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 18px auto;
}
.v2_gnavBoxSearch .v2_gnavInr2 {
  padding-top: 31px;
}
.v2_gnavBoxSearch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;  
}
.v2_gnavBoxSearch input::-ms-clear {
    visibility:hidden
}
.v2_gnavBoxSearch input[type="text"] {
  display: block;
  width: 94.7%;
  height: 50px;
  font-size: 1.6rem;
  border-radius: 25px;
  border: 1px solid #9bafb5;
  background: #fff;/* url(/library_in/common/img/icon_search.png) no-repeat 82.6vw 10px*/;
  background-size: 25px auto;
  padding: 0 20px;
  margin: 0 auto;
}
.v2_gnavBoxSearch .v2_gnavInr2 {
  position: relative;
}
.v2_gnavBoxSearch .v2_searchSubmit {
  position: absolute;
  top: 42px;
  left: 82.6vw;
  width: 25px;
  height: 25px;
  background: url(/library_in/common/img/icon_search.png) no-repeat;
  background-size: 25px auto;
  cursor: pointer;
}
.v2_gnavBoxSearch input[type="text"]:hover,
.v2_gnavBoxSearch input[type="text"]:focus {
  background-position: 728px 9px;
  padding-left: 19px;
  border: 2px solid #00a3d9;
}
.v2_gnavBoxSearch .v2_suggest {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 90%;
  font-size: 1.4rem;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px #bababa;
  margin-left: -45%;
}
.v2_gnavBoxSearch .v2_suggest::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 25px;
  display: block;
  width: 23px;
  height: 16px;
  background: url(/library_in/common/img/bg_suggest_tri.png) no-repeat;
  background-size: 23px auto;
}
.v2_gnavBoxSearch .v2_suggest li {
  list-style: none;
}
.v2_gnavBoxSearch .v2_suggest li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e2e2;
}
.v2_gnavBoxSearch .v2_suggest li:last-child a {
  border: none;
}

.v2_searchArea {
  padding: 23px 0 0;
}
.v2_searchArea legend {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.v2_searchArea ul {
  width: 100%;
  text-align: left;
  list-style: none;
  margin: 0 auto;
}
.v2_searchArea li {
  display: -webkit-flex; /* Safari */
	display: flex;
  font-size: 1.6rem;
  padding: 14px 0 14px 2.6vw;
  border-bottom: 1px solid #e2e2e2;
}
.v2_searchArea li:nth-child(3n-2) {
  display: block;
}
.v2_searchArea li:nth-child(3n-1) {
  display: block;
}
.v2_searchArea li:nth-child(3n) {
  display: block;
}
.v2_gnavBoxSearch label {
  cursor: pointer;
}
.v2_gnavBoxSearch input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #c5d7dd;
  margin-right: 7px;
}
.v2_gnavBoxSearch input[type="checkbox"]:checked {
  background: #fff url(/library_in/common/img/icon_checkbox_check.png) no-repeat 2px 3px;
  background-size: 15px auto;
}
.v2_gnavBoxSearch .v2_btnSubmit input {
  display: block;
  width: 94.7vw;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00467e url(/library_in/common/img/icon_search_white.png) no-repeat 31vw center;
  background-size: 25px auto;
  margin: 30px auto;
}

/* .v2_gnavBoxMenu
--------------------------------------------------- */
.v2_gnavBoxMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 71px 0 15vh;
  display: none;
}
.v2_gnavBoxMenu::before {
  content: '';
  position: absolute;
  top: 59px;
  right: 23px;
  display: block;
  width: 18px;
  height: 13px;
  background: url(/library_in/common/img/icon_header_tri.png) no-repeat;
  background-size: 18px auto;
}
.v2_gnavBoxMenu .v2_wrapper {
  margin: 0 auto;
}
.v2_gnavBoxMenu .v2_block {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.v2_gnavBoxMenu .v2_icon img {
  width: 60px;
  height: auto;
}
.v2_gnavBoxMenu a {
  display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  background: url(/library_in/common/img/icon_header_arrow_sp.png) no-repeat 94vw center;
  background-size: 8px auto;
  text-decoration: none;
  padding: 7px 0 8px 15px;
}
.v2_gnavBoxMenu a:hover p {
  text-decoration: underline;
}
.v2_gnavBoxMenu p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #00467e;
  word-break: break-word;
  margin: 0 35px 0 17px;
}

/*  top nav
--------------------------------------------------- */
#v2_top #v2_header {
  background-color: transparent;
}
#v2_top #v2_header.v2_white {
  background-color: #fff;
}
/* service */
#v2_top .v2_gnavService > a {
  color: #fff;
  background-color: rgba(66,85,148,.45);
}
#v2_top .v2_white .v2_gnavService > a{
 color: #00467e;
  background-color: #e1e4e7;
}
#v2_top #v2_header nav > ul > li > a,
#v2_top #v2_header.v2_white .v2_gnavSearch.active > a,
#v2_top #v2_header.v2_white .v2_gnavMenu.active > a {
  color: #fff;
  padding: 0;
  margin-top;
}
#v2_top #v2_header.v2_white nav > ul > li > a {
  color: #00467e;
  padding: 0;
}

#v2_top .v2_gnavSearch .v2_icon {
  background: url(/library_in/common/img/icon_header_search_white.png) no-repeat center 6px;
  background-size: 22px auto;
}
#v2_top .v2_gnavMenu .v2_icon {
  background: url(/library_in/common/img/icon_header_menu_white.png) no-repeat center 9px;
  background-size: 20px auto;
}
#v2_top .v2_gnavSearch .v2_icon img,
#v2_top .v2_gnavMenu .v2_icon img {
  opacity: 0;
}
#v2_top .v2_white .v2_gnavSearch .v2_icon,
#v2_top .v2_white .v2_gnavMenu .v2_icon {
  background: none;
}
#v2_top .v2_white .v2_gnavSearch .v2_icon img,
#v2_top .v2_white .v2_gnavMenu .v2_icon img {
  opacity: 1;
}
#v2_top #v2_headerInr .v2_gnavSearch .v2_txt {
  margin-top: 1px;
}

/*---------------------------------------------------
.v2_breadCrumb
--------------------------------------------------- */
.v2_breadCrumb {
  padding:  0 2.6vw;
  margin-bottom: 15px;
}
.v2_breadCrumb ul {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.v2_breadCrumb li {
  font-size: 1rem;
  color: #000;
  margin: 5px 0;
}
.v2_breadCrumb li a {
  display: flex;
  align-content: center;
  line-height: 1;
  color: #00467e;
  text-decoration: none;
}
.v2_breadCrumb li a::after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  background: url(/library_in/common/img/icon_bread_arrow.png) no-repeat;
  background-size: 5px auto;
  margin: 0 11px;
}

/*---------------------------------------------------
#v2_pageTop
--------------------------------------------------- */
#v2_pageTop {
  position: fixed;
  bottom: 40px;
  right: 2.6vw;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.2s linear;
}
#v2_pageTop.v2_pageTopDisp {
  opacity: 1;
  visibility: visible;
}
#v2_pageTop img {
  width: 38px;
  height: auto;
}

/*---------------------------------------------------
footer
--------------------------------------------------- */
footer {
  background-color: #0b5d9f;
  padding: 10px 2.6vw 40px;
}
footer .v2_footerNav {
  margin: 35px auto 0;
}
footer .v2_footerNav::before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1765a4;
}
footer .v2_footerApp {
  width: 100%;
  background-color: #094f87;
  padding: 25px 4vw;
}
footer .v2_rightCol {
  width: 100%;
  padding: 38px 0 0;
}
footer .v2_rightCol .v2_footerTtl {
  margin-bottom: 25px;
}
footer .v2_footerApp p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #c1cbd9;
}
footer p.v2_footerTtl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
footer .v2_logoMetro {
  float: right;
  width: 18.7vw;
  margin: 0 0 6.7vw 2vw;
}
footer .v2_logoMetro img {
  width: 100%;
  height: auto;
}
footer .v2_footerApp .v2_wrapper {
  display: -webkit-flex; /* Safari */
	display: flex;
  padding: 10px 0 0;
}
footer .v2_footerApp .v2_wrapper a {
  text-decoration: none;
}
footer .v2_app {
  width: 40vw;
  margin-right: 4vw;
}
footer .v2_app p {
  font-size: 1.2rem;
  color: #fff;
}
footer .v2_google {
  width: 44.7vw;
}
footer .v2_wrapper {
  color: #fff;
}
footer .v2_wrapper a:hover p {
  text-decoration: underline;
}
footer .v2_wrapper .v2_pic {
  margin-bottom: 7px;
}
footer .v2_wrapper .v2_pic img {
  width: 100%;
  height: auto;
}
footer .v2_rightCol .v2_wrapper {
  display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  margin-bottom: 40px;
}
footer .v2_footerFaq,
footer .v2_footerLost {
  width: 47.7%;
}
footer .v2_footerFaq a,
footer .v2_footerLost a {
  position: relative;
  display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
  width: 100%;
  height: 42px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #00467e;
  background: #fff url(/library_in/common/img/icon_arrow_blue.png) no-repeat 14px center;
  background-size: 7px auto;
  text-decoration: none;
}
footer .v2_footerFaq a:hover,
footer .v2_footerLost a:hover {
  background-color: #c7cbd0;
}
footer .v2_footerFaq a::after,
footer .v2_footerLost a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 3vw;
  width: 19px;
  height: 19px;
  background: url(/library_in/common/img/icon_footer_faq.png) no-repeat;
  background-size: 19px auto;
  margin-top: -9px;
}
footer .v2_footerLost a:after {
  background-image: url(/library_in/common/img/icon_footer_lost.png);
}
footer .v2_footerFollow li {
  list-style: none;
  font-size: 1.4rem;
  padding-left: 1.7vw;
  margin-bottom: 13px;
}
footer .v2_footerFollow a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: url(/library_in/common/img/icon_footer_facebook.png) no-repeat left center;
  background-size: 22px auto;
  padding: 5px 0 5px 30px;
}
footer .v2_footerNav ul {
  flex: 1;
  display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
  text-align: left;
  font-size: 1.2rem;
  padding: 20px 0 15px;
}
footer .v2_footerNav a {
  color: #fff;
  text-decoration: none;
}
footer .v2_footerNav li {
  width: 50%;
  margin-bottom: 25px;
}
footer .v2_footerNav p {
  font-size: 1.2rem;
  color: #fff;
  text-align: right;
  padding-right: 9vw;
}
@media screen and (min-width: 320px) {
  footer .v2_footerFaq a,
  footer .v2_footerLost a {
    font-size: 1.2rem;
  }
  footer .v2_footerFaq a::after,
  footer .v2_footerLost a:after {
    right: 1vw;
  }
  footer .v2_footerFollow li {
    font-size: 1.2rem;
  }
  footer .v2_footerNav p {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: center top;
  }
  footer .v2_footerFollowW li {
    list-style: none;
    font-size: 1.4rem;
    padding-left: 1.7vw;
    margin-bottom: 13px;
  }
  footer .v2_footerFollowW a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: url(/library_in/common/img/icon_footer_wechat.png) no-repeat left center;
    background-size: 22px auto;
    padding: 5px 0 5px 30px;
  }
  footer .v2_footerFollowW li {
    font-size: 1.2rem;
  }

}