@charset "shift-jis";

#travel-renewal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#travel-renewal a {
  color: #008cd6;
  text-decoration: none;
  cursor: pointer;
}

#travel-renewal a:hover {
  opacity: 0.6;
}

#travel-renewal .common-header {
  width: 100%;
  min-height: 80px;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#1e93d2), to(#001c87));
  background: linear-gradient(90deg, #1e93d2, #001c87);
  overflow: visible;
  position: relative;
  z-index: 20;
}

#travel-renewal .common-header.is-top {
  background: transparent;
}

#travel-renewal .common-header-contents {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#travel-renewal .common-header-globalmenu {
  width: 44px;
  height: 44px;
  background: url(/img/common/header/common_header_globalmenu.png) no-repeat;
  cursor: pointer;
}

#travel-renewal .common-header-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 44px;
  text-align: left;
  color: #fff;
  background: url(/img/common/header/common_header_logo.png) no-repeat center left;
  background-size: 166px;
  text-indent: -9999px;
  cursor: pointer;
}

#travel-renewal .common-header-title a {
  width: 100%;
  height: 100%;
  display: block;
}

#travel-renewal .common-header-push {
  width: 44px;
  height: 44px;
  background: url(/img/common/header/common_header_push.png) no-repeat center;
  background-size: 20px;
  cursor: pointer;
}

#travel-renewal .common-header-nav {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#travel-renewal .common-header-nav li {
  padding: 0 12px;
}

#travel-renewal .common-header-nav li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#travel-renewal .common-header.type-search .common-header-globalmenu {
  width: 64px;
  height: 44px;
  background: url(/img/common/header/common_header_globalmenu.png) no-repeat left center;
}

#travel-renewal .common-header.type-search .common-header-search {
  width: 32px;
  height: 44px;
  background: url(/img/common/header/common_header_search.png) no-repeat center center;
}

#travel-renewal .common-header-search-top a {
  width: 100%;
  height: 100%;
  display: block;
}

#travel-renewal .common-header.type-search .common-header-push {
  width: 32px;
  height: 44px;
  background: url(/img/common/header/common_header_push.png) no-repeat center;
}

#travel-renewal .common-footer-wrapper {
  width: 100%;
  border-top: 1px solid #ced4d9;
}

#travel-renewal .common-footer-wrapper .common-footer {
  width: 100%;
  background-color: #f8f8f8;
  padding: 50px 20px 10px;
}

#travel-renewal .common-footer-wrapper .footer-menu {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#travel-renewal .common-footer-wrapper .footer-menu .footer-menu-items {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

#travel-renewal .common-footer-wrapper .footer-menu .footer-menu-items .footer-menu-title {
  font-size: 14px;
  font-weight: bold;
  color: #3d474d;
  margin-bottom: 16px;
}

#travel-renewal .common-footer-wrapper .footer-menu .footer-menu-items .footer-menu-item {
  margin-bottom: 16px;
}

#travel-renewal .common-footer-wrapper .footer-menu .footer-menu-items .footer-menu-item a {
  font-size: 14px;
  color: #505E66;
}

#travel-renewal .common-footer-wrapper .footer-menu .footer-menu-items.items-certify {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}

#travel-renewal .common-footer-wrapper .footer-copyrights {
  width: 960px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-copyright {
/*  width: 80%;*/
  width: 25%;
  margin: 15px auto 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-copyright h2 {
  text-indent: -9999px;
  width: 168px;
  height: 22px;
  border: 0;
  padding: 0;
  margin: 0 5px 0 0;
  background: url(/img/common/footer/common_footer_logo.png) no-repeat;
  background-size: 168px;
  display: inline-block;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-copyright p {
  font-size: 14px;
  color: #3d474d;
  margin-left: 20px;
  display: inline-block;
  line-height: 18px;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-copyright small {
  display: block;
  font-size: 12px;
  color: #3d474d;
  margin-top: 10px;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-sns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 20px auto 15px;
  padding-right: 30px;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-sns .footer-sns-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-sns .footer-sns-items .footer-sns-item {
  margin-right: 15px;
}

#travel-renewal .common-footer-wrapper .footer-copyrights .footer-sns .footer-sns-items .footer-sns-item img {
  width: 40px;
}

#travel-renewal .common-footer-wrapper .common-footer-bottom {
  width: 960px;
  margin: 15px auto 0;
  padding: 15px 0;
  justify-content: center;
}

#travel-renewal .common-footer-wrapper .common-footer-bottom .footer-global-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#travel-renewal .common-footer-wrapper .common-footer-bottom .footer-global-items .footer-global-item {
  padding-right: 10px;
  border-right: 1px solid #ced4d9;
  margin-right: 10px;
}

#travel-renewal .common-footer-wrapper .common-footer-bottom .footer-global-items .footer-global-item:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

#travel-renewal .common-footer-wrapper .common-footer-bottom .footer-global-items .footer-global-item a {
  font-size: 12px;
  color: #777e82;
}

@media screen and (max-width: 767px) {
  #travel-renewal .common-header {
    width: 100%;
    min-height: 44px;
    height: 44px;
  }

  #travel-renewal .common-header-contents {
    width: 100%;
    height: 44px;
  }

  #travel-renewal .common-header-globalmenu {
    width: 44px;
    height: 44px;
    background: url(/img/common/header/common_header_globalmenu.png) no-repeat;
    cursor: pointer;
  }

  #travel-renewal .common-header-title {
    background-size: 126px 16px;
  }

  #travel-renewal .common-header-nav {
    display: none;
  }

  #travel-renewal .common-header-push {
    background-size: 16px;
  }

  #travel-renewal .common-footer-wrapper .common-footer {
    padding: 20px;
  }

  #travel-renewal .common-footer-wrapper .footer-menu {
    display: none;
  }

  #travel-renewal .common-footer-wrapper .footer-copyrights {
    width: 100%;
    margin: 0;
  }

  #travel-renewal .common-footer-wrapper .footer-copyrights .footer-copyright {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #travel-renewal .common-footer-wrapper .footer-copyrights .footer-copyright p {
    margin: 10px 0 0;
  }

  #travel-renewal .common-footer-wrapper .footer-copyrights .footer-sns {
    display: none;
  }

  #travel-renewal .common-footer-wrapper .common-footer-bottom {
    width: 100%;
  }

  #travel-renewal .common-footer-wrapper .common-footer-bottom .footer-global-items {
    display: inline-block;
    font-size: 0;
  }

  #travel-renewal .common-footer-wrapper .common-footer-bottom .footer-global-items .footer-global-item {
    display: inline;
    border: none;
    margin: 0;
    padding: 5px 0;
    line-height: 1.5;
  }

  #travel-renewal .common-footer-wrapper .common-footer-bottom .footer-global-items .footer-global-item::after {
    content: '|';
    position: relative;
    font-size: 12px;
    margin: 0 5px;
    padding: 0;
  }
}

.breadclumb-top {
    background: url(/img/common/breadclumb/common_breadclumb_home_icon.png) no-repeat;
    padding-left:20px;
}

#travel-renewal .common-header-search-top {
  width: 44px;
  height: 44px;
  background: url(/img/common/header/common_header_search.png) no-repeat center;
  background-size: 20px;
  cursor: pointer;
}

#travel-renewal .common-header-search-top a {
  width: 100%;
  height: 100%;
  display: block;
}

/* .questionnaire {
  font-size: 15px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: right;
}

.pagecomment {
  display: none;
} */


#travel-renewal .common-footer-wrapper .footer-menu2 {
    width: 960px;
    margin: 20px auto 30px;
    font-size:14px;
    color:#3d474d;
}
#travel-renewal .common-footer-wrapper .footer-menu2 dl {
    width:880px;
    padding-left:80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;    
}
#travel-renewal .common-footer-wrapper .footer-menu2 dl dt {
    width:50px;
    font-weight:700;
}
#travel-renewal .common-footer-wrapper .footer-menu2 dl dd {
    font-size:14px;
    line-height:1.3;
}
