@charset "UTF-8";
/*! naming rule by FLOCCS ( https://github.com/hiloki/flocss ) */
/* ==========================================================================
 *  Foundation
 * ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

html {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 13px;
  line-height: 1.231; }

a {
  text-decoration: underline;
  color: #0038A7;
  display: block; }

img {
  max-width: 100%; }

div, section, header, footer, p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ==========================================================================
 *	Layout
 * ========================================================================== */
#header {
  overflow: hidden;
  padding: 8px 0;
  background: #fff; }

.header__brand {
  float: left; }

.header__logo {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  padding-top: 6px; }
  .header__logo a {
    color: #163578;
    text-decoration: none; }

.header__catchcopy {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  padding-left: 4px;
  line-height: 1.2; }

.header__navi-area {
  float: right; }

.header__login-btn {
  float: left;
  margin-right: 7px; }
  .header__login-btn img {
    vertical-align: middle; }

.header__menu-btn {
  float: left; }
.header__menu-btn img {
  vertical-align: middle; }

body.is-menu-open {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#global-navi {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  transition-propertiy: top; }
  #global-navi.is-open {
    display: block;
    top: 0 !important; }

.global-navi__title {
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  background: #202020;
  font-weight: bold; }
  .global-navi__title:before {
    position: absolute;
    left: 10px;
    height: 1.2em;
    display: block;
    content: '';
    border-left: 3px solid #e85e1d; }

.global-navi__subtitle {
  padding: 6px 10px 5px;
  background: #e2effd;
  color: #16367B;
  font-weight: bold;
  margin-top: -1px; }

.global-navi__close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #dadada;
  font-size: 14px;
  font-size: 1.07692rem; }
  .global-navi__close img {
    position: relative;
    top: -2px;
    vertical-align: middle; }

.global-navi__target {
  border-bottom: 1px solid #fff;
  padding: 10px;
  display: block;
  font-weight: bold;
  color: #002463;
  position: relative; }
  .global-navi__target img {
    vertical-align: middle;
    margin-left: -3px;
    margin-right: 5px; }

.global-navi__btn {
  border-bottom: 1px solid #cfcfcf; }
  .global-navi__btn a {
    position: relative;
    text-decoration: none; }
    .global-navi__btn a:after {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -3px;
      content: '';
      border-right: 2px solid #002463;
      border-bottom: 2px solid #002463;
      width: 5px;
      height: 5px;
      display: block;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .global-navi__btn > a:before, .global-navi__btn span:before {
    position: absolute;
    left: 10px;
    content: url(../../../images/sp/foreign/common/ico_global_navi_car.png);
    display: inline-block;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    vertical-align: middle; }
  .global-navi__btn--local > a {
    background: #E0EAF3;
    border-top: 1px solid #bbb;
    font-weight: normal;
    color: #000; }
  .global-navi__btn--shop a:before {
    content: url(../../../images/sp/foreign/common/ico_global_navi_car.png); }

.global-navi__to-toppage {
  text-align: center;
  font-weight: bold; }
  .global-navi__to-toppage img {
    position: relative !important;
    vertical-align: middle;
    top: auto !important;
    margin-top: -3px !important;
    left: auto !important; }
  .global-navi__to-toppage a {
    vertical-align: middle;
    text-decoration: none;
    padding: 10px; }

.global-navi__footer {
  padding: 15px; }

#main {
  background: #eaf4fe;
  padding-bottom: 25px; }

#footer {
  background: #e4e5e8; }

.footer__ssl-seal {
  float: left;
  padding: 25px 0; }

.footer__pagetop-btn {
  background: #ffffff;
  text-align: center; }
  .footer__pagetop-btn > a {
    padding: 9px 0;
    width: 100%;
    line-height: 22px;
    vertical-align: middle;
    text-decoration: none; }
    .footer__pagetop-btn > a img {
      vertical-align: middle;
      margin-right: 8px;
      position: relative;
      top: -2px; }

.footer__contact-title {
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid;
  color: #00347e;
  margin-bottom: 18px; }

.footer__tel {
  color: #4d4d4d;
  padding: 0 8px; }
  .footer__tel > dl {
    margin-bottom: 20px; }
  .footer__tel-title {
    font-size: 14px;
    font-size: 1.07692rem;
    font-weight: bold; }
    .footer__tel-title img {
      vertical-align: middle;
      margin-right: 5px; }
  .footer__tel-number {
    font-size: 30px;
    font-size: 2.30769rem;
    font-weight: 700; }
    .footer__tel-number > a {
      text-decoration: none;
      color: #4d4d4d; }
  .footer__tel-time {
    font-size: 14px;
    font-size: 1.07692rem; }

.footer__navi {
  *zoom: 1;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px; }
  .footer__navi:before, .footer__navi:after {
    display: table;
    content: " "; }
  .footer__navi:after {
    clear: both; }
  .footer__navi a {
    position: relative;
    width: 100px;
    border: 1px solid #12347a;
    text-decoration: none;
    display: block;
    line-height: 23px;
    text-align: center;
    background: #ffffff;
    font-size: 13px;
    font-size: 1rem;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .footer__navi a:before {
      position: absolute;
      content: '';
      background: #dddddd;
      width: 6px;
      height: 6px;
      display: inline-block;
      border-radius: 3px;
      top: 8px;
      left: 8px; }
    .footer__navi a.is-current {
      background: #12347a;
      color: white;
      font-weight: bold; }
      .footer__navi a.is-current:before {
        background: #ec5e1d; }
  .footer__navi-item {
    float: left; }

.footer__copyright {
  background: #002467;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-size: 10px; }

/* ==========================================================================
 *	Object
 * ========================================================================== */
/* -----------------------------------------------------------------
 *	Component
 * ----------------------------------------------------------------- */
/*! wrapper */
.c-wrapper {
  *zoom: 1;
  width: 93.75%;
  margin-left: auto;
  margin-right: auto; }
  .c-wrapper:before, .c-wrapper:after {
    display: table;
    content: " "; }
  .c-wrapper:after {
    clear: both; }
  .c-wrapper--section {
    padding-top: 20px; }

/*! button */
.c-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .c-btn-area .c-btn {
    width: 50%; }
    .c-btn-area .c-btn:nth-child(1) {
      margin-right: 15px; }
    .c-btn-area .c-btn--back {
      margin-top: 0; }
      .c-btn-area .c-btn--back a {
        padding-left: 0; }

.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  border: none;
  background: none;
  text-align: center; }
  .c-btn--inline {
    display: inline-block;
    vertical-align: middle; }
  .c-btn--text {
    background: white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    padding: .5em;
    line-height: 1;
    border: 1px solid #a8b4cc; }
    .c-btn--text__link {
      text-decoration: none;
      font-weight: bold;
      text-align: center; }
      .c-btn--text__link:before {
        content: url(/images/sp/foreign/common/ico_link_circle.png);
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: scale(0.5) translate(-6px, 0);
            -ms-transform: scale(0.5) translate(-6px, 0);
                transform: scale(0.5) translate(-6px, 0); }
      .c-btn--text__link--multiline {
        text-indent: -24px; }
  .c-btn--plain {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#bbbbbb));
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #bbbbbb 100%);
    border: 2px solid #ccc;
    line-height: 1;
    padding: .5em 2em;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 16px; }
  .c-btn > img:hover {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)"; }
  .c-btn--text-plain {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    line-height: 1; }
    .c-btn--text-plain__link {
      padding: 5px;
      display: block;
      text-decoration: none;
      font-size: 87.5%; }
      .c-btn--text-plain__link:hover {
        opacity: .7; }
    .c-btn--text-plain__link-icon {
      padding-right: 20px;
      background: url(../../images/foreign/common/ico_link_arrow.png) 90% center no-repeat; }
  .c-btn--link-plain {
    position: relative;
    background: white;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 16px 10px;
    padding-right: 35px;
    font-size: inherit;
    vertical-align: middle;
    margin-bottom: 15px;
    line-height: 1.3; }
    .c-btn--link-plain a {
      text-decoration: none;
      font-weight: bold; }
      .c-btn--link-plain a:after {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -3px;
        content: '';
        border-right: 1px solid #002463;
        border-bottom: 1px solid #002463;
        width: 5px;
        height: 5px;
        display: block;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .c-btn--w100p {
    width: 100%; }
  .c-btn--default {
    position: relative;
    background: #15367b;
    border-radius: 5px;
    line-height: 1;
    color: white;
    padding: 10px 27px; }
    .c-btn--default img {
      position: absolute;
      top: 50%;
      margin-top: -7px;
      left: 5px; }
    .c-btn--default a {
      display: block;
      margin: -10px -27px;
      padding: 10px 27px;
      line-height: 1;
      text-decoration: none;
      color: white;
      font-size: 14px;
      font-size: 1.07692rem; }
  .c-btn--submit {
    position: relative;
    background: #ea5e1d;
    color: white;
    font-size: 20px;
    font-size: 1.53846rem;
    font-weight: bold;
    padding: 24px 15px;
    padding-right: 25px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    margin-bottom: 20px; }
    .c-btn--submit > a {
      color: white;
      text-decoration: none; }
    .c-btn--submit:after {
      position: absolute;
      content: url(/images/foreign/common/ico_btn_arrow_white.png);
      top: 50%;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      right: 10px;
      margin-top: -10px; }
    .c-btn--submit + .c-btn--back {
      margin-top: 0; }
  .c-btn--search {
    position: relative;
    background: #ea5e1d;
    color: white;
    font-size: 18px;
    font-size: 1.38462rem;
    font-weight: bold;
    padding: 21px 5px 17px;
    padding-right: 17px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    margin-bottom: 20px; }
    .c-btn--search img {
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      top: -3px; }
    .c-btn--search > a {
      color: white;
      text-decoration: none;
      text-align: center; }
    .c-btn--search:after {
      position: absolute;
      content: url(/images/foreign/common/ico_btn_arrow_white.png);
      top: 50%;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      right: 10px;
      margin-top: -10px; }
  .c-btn--decide {
    position: relative;
    background: #ea5e1d;
    color: white;
    font-size: 12px;
    font-size: 0.92308rem;
    font-weight: bold;
    padding: 11px 30px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1; }
    .c-btn--decide-slim {
      position: relative;
      background: #ea5e1d;
      color: white;
      font-size: 12px;
      font-size: 0.92308rem;
      font-weight: bold;
      padding: 13px 10px;
      vertical-align: middle;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 1; }
  .c-btn--back {
    margin-top: 20px;
    position: relative;
    background: #bbc3c4;
    color: white;
    font-size: 15px;
    font-size: 1.15385rem;
    font-weight: bold;
    padding: 22px 15px 18px;
    padding-left: 20px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    text-align: center;
    display: inline-block; }
    .c-btn--back a {
      text-decoration: none;
      color: white;
      padding-left: 20px; }
    .c-btn--back:after {
      position: absolute;
      content: url(/images/foreign/common/ico_btn_arrow_white.png);
      top: 50%;
      left: 15px;
      margin-top: -12px;
      -webkit-transform: rotate(180deg) scale(0.5);
          -ms-transform: rotate(180deg) scale(0.5);
              transform: rotate(180deg) scale(0.5);
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
  .c-btn--gray {
    position: relative;
    background: #bbc3c4;
    color: white;
    font-size: 15px;
    font-size: 1.15385rem;
    font-weight: bold;
    padding: 10px;
    padding-right: 25px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    display: inline-block; }
    .c-btn--gray a {
      text-decoration: none;
      color: white; }
    .c-btn--gray:after {
      position: absolute;
      content: url(/images/foreign/common/ico_btn_arrow_white.png);
      top: 50%;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      right: 7px;
      margin-top: -11px; }
  .c-btn--close {
    position: relative;
    background: #bbc3c4;
    color: white;
    font-size: 15px;
    font-size: 1.15385rem;
    font-weight: bold;
    padding: 7px;
    padding-right: 25px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    text-align: center; }
    .c-btn--close a {
      text-decoration: none;
      color: white;
      padding-left: 20px; }
    .c-btn--close:after {
      position: absolute;
      content: url(/images/foreign/common/ico_btn_close_white.png);
      top: 50%;
      left: 5px;
      margin-top: -10px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      display: inline-block; }
  .c-btn--back-top {
    position: relative;
    background: #16367B;
    color: white;
    font-size: 15px;
    font-size: 1.15385rem;
    font-weight: bold;
    padding: 22px 15px 18px;
    padding-left: 20px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    text-align: center;
    display: inline-block; }
    .c-btn--back-top a {
      text-decoration: none;
      color: white; }
    .c-btn--back-top:after {
      position: absolute;
      content: url(/images/foreign/common/ico_btn_arrow_white.png);
      top: 50%;
      left: 15px;
      margin-top: -12px;
      -webkit-transform: rotate(180deg) scale(0.5);
          -ms-transform: rotate(180deg) scale(0.5);
              transform: rotate(180deg) scale(0.5);
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
  .c-btn--blue {
    position: relative;
    background: #16367B;
    color: white;
    font-size: 15px;
    font-size: 1.15385rem;
    font-weight: bold;
    padding: 21px 15px 18px;
    padding-left: 20px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    text-align: center; }
    .c-btn--blue a {
      text-decoration: none;
      color: white; }
      .c-btn--blue a:after {
        position: relative;
        top: -1px;
        content: '';
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        width: 5px;
        height: 5px;
        margin-left: 10px;
        display: inline-block;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .c-btn--orange {
    position: relative;
    background: #ea5e1d;
    color: white;
    font-size: 15px;
    font-size: 1.15385rem;
    font-weight: bold;
    padding: 21px 15px 18px;
    padding-right: 20px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    text-align: center; }
    .c-btn--orange a {
      text-decoration: none;
      color: white; }
      .c-btn--orange a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -3px;
        content: '';
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        width: 5px;
        height: 5px;
        margin-left: 10px;
        display: inline-block;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

/*! paging */
.c-paging {
  *zoom: 1; }
  .c-paging:before, .c-paging:after {
    display: table;
    content: " "; }
  .c-paging:after {
    clear: both; }
  .c-paging__lists {
    float: left;
    position: relative;
    left: 50%;
    font-size: 123.1%; }
  .c-paging__list {
    display: block;
    float: left;
    position: relative;
    left: -50%;
    border: 1px solid #bbbcce;
    background: white;
    color: #20417A;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 10px; }
    .c-paging__list:hover {
      background: #b2bdcf; }
    .c-paging__list-target {
      display: block;
      text-decoration: none;
      padding: 6px 11px; }
      .c-paging__list-target > a {
        text-decoration: none; }
    .c-paging__list.is-current {
      background: #a0a0a0;
      color: white; }
    .c-paging__list:last-child {
      margin-right: 0; }
  .c-paging__title {
    display: block;
    float: left;
    position: relative;
    left: -50%;
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 7px; }
  .c-paging__result {
    clear: left;
    float: right;
    font-size: 123.1%; }
    .c-paging__result span {
      color: #002465;
      font-size: 125%; }
  .c-paging--twoline .c-paging__result {
    clear: left;
    margin-bottom: 5px; }
  .c-paging--twoline .c-paging__lists {
    clear: right; }
  .c-paging--direction {
    padding-top: 10px; }
    .c-paging--direction .c-paging__lists {
      float: none;
      left: auto;
      display: block;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
    .c-paging--direction .c-paging__list {
      left: auto; }
      .c-paging--direction .c-paging__list:last-child {
        float: right;
        margin-right: 0; }

/*! breadcrumbs */
.c-breadcrumbs {
  *zoom: 1;
  font-size: 10px;
  color: #666;
  padding: 8px 0; }
  .c-breadcrumbs:before, .c-breadcrumbs:after {
    display: table;
    content: " "; }
  .c-breadcrumbs:after {
    clear: both; }
  .c-breadcrumbs ul {
    *zoom: 1; }
    .c-breadcrumbs ul:before, .c-breadcrumbs ul:after {
      display: table;
      content: " "; }
    .c-breadcrumbs ul:after {
      clear: both; }
  .c-breadcrumbs__item {
    float: left;
    line-height: 1.5; }
    .c-breadcrumbs__item a {
      display: inline-block; }
    .c-breadcrumbs__item:before {
      content: '>';
      padding-left: 10px;
      padding-right: 10px; }
    .c-breadcrumbs__item:first-child:before {
      content: '';
      padding: 0; }

/*! ssl-seal */
.c-ssl-seal {
  *zoom: 1;
  font-size: 13px;
  font-size: 1rem;
  color: #666; }
  .c-ssl-seal:before, .c-ssl-seal:after {
    display: table;
    content: " "; }
  .c-ssl-seal:after {
    clear: both; }
  .c-ssl-seal__image {
    display: table-cell;
    vertical-align: middle;
    width: 21.6%; }
    .c-ssl-seal__image img {
      width: 100%; }
  .c-ssl-seal__text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3%;
    width: 78.4%;
    line-height: 1.2; }

/*! title */
.c-title {
  font-size: 107.6%;
  font-weight: bold;
  padding: 5px 3.125%;
  margin-bottom: 5px;
  margin-left: -3.125%;
  margin-right: -3.125%;
  color: #002465; }
  .c-title small {
    font-size: 78.5%;
    color: #000; }
  .c-title--inline {
    display: inline-block;
    vertical-align: middle; }
  .c-title--page {
    position: relative;
    font-size: 18px;
    font-size: 1.38462rem;
    color: #10317f;
    padding: 12px 3.125%;
    margin-bottom: 15px;
    border-bottom: 1px solid #12347a; }
    .c-title--page__sub-title {
      color: #333333; }
    .c-title--page small {
      font-size: 13px;
      font-size: 1rem; }
    .c-title--page > img,
    .c-title--page > h2 {
      display: inline-block;
      vertical-align: middle; }
    .c-title--page + .c-title--section {
      margin-top: -20px; }
  .c-title--section {
    background: #0c2e7e;
    margin-bottom: 15px;
    color: #ffffff;
    padding: 12px 3.125%;
    font-size: 16px;
    font-size: 1.23077rem; }
  .c-title--form-icon:after {
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 7px;
    margin-left: 5px;
    margin-top: -3px;
    line-height: 1;
    color: #fff;
    border-radius: 3px; }
  .c-title--form-icon.is-not-required:after {
    content: '任意';
    background: #002467;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b4981), to(#002467));
    background-image: linear-gradient(to bottom, #2b4981 0%, #002467 100%); }
  .c-title--form-icon.is-required:after {
    content: '必須';
    background: #b51913;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea413a), to(#b51913));
    background-image: linear-gradient(to bottom, #ea413a 0%, #b51913 100%); }
  .c-title--page-top {
    font-size: 115.3%;
    padding-bottom: 10px;
    background: url(../../../images/sp/foreign/common/bg_title_page_top.png) left bottom no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 20px; }
  .c-title--condition {
    font-size: 14px;
    font-size: 1.07692rem;
    color: #000;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold; }
    .c-title--condition > img {
      vertical-align: text-bottom; }
    .c-title--condition.is-open {
      margin-bottom: 0;
      padding-bottom: 0; }
  .c-title--underline {
    border-bottom: 1px solid #0c2c7f;
    font-size: 16px;
    font-size: 1.23077rem;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.25;
    margin-bottom: 14px;
    color: #0c2c7f; }
    .c-title--underline > img {
      vertical-align: text-bottom; }
  .c-title__icon {
    vertical-align: text-bottom; }

/*! styling-form */
.c-input--w80p {
  width: 80% !important; }

.c-input--w40p {
  width: 40% !important; }

.c-input--full {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea.c-input--full {
  height: 13em; }

.c-styling-form select {
  -webkit-appearance: menulist-button;
  line-height: 1.5;
  height: 2.5em;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  vertical-align: middle; }

.c-styling-form input[type=checkbox], .c-styling-form input[type=radio] {
  display: none;
  margin: 0; }
  .c-styling-form input[type=checkbox] + label, .c-styling-form input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding-left: 24px; }
    .c-styling-form .c-accident-box input[type=checkbox] + label {
      padding-left: 36px; }
    .c-styling-form input[type=checkbox] + label:before, .c-styling-form input[type=radio] + label:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      background: #cccccc;
      border: 2px solid #ccc;
      border-radius: 3px; }
  .c-styling-form input[type=checkbox]:checked + label:before, .c-styling-form input[type=radio]:checked + label:before {
    background: #ea5e1d;
    border: none; }
  .c-styling-form input[type=checkbox]:checked + label:after, .c-styling-form input[type=radio]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    left: 3px;
    width: 12px;
    height: 7px;
    margin-top: -5px;
    border-radius: 1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .c-styling-form .c-accident-box input[type=checkbox]:checked + label:after {
      left: 9px; }
  .c-styling-form input[type=checkbox].is-disabled + label, .c-styling-form input[type=radio].is-disabled + label {
    color: #999; }

.c-styling-form input[type=radio] + label:before {
  border-radius: 30px;
  background: #fff; }

.c-styling-form input[type=text], .c-styling-form input[type=email], .c-styling-form input[type=tel], .c-styling-form input[type=password] {
  width: 100%;
  height: 2.5em;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  padding: 7px;
  line-height: 1.3;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px; }
  .c-styling-form input[type=text] + p, .c-styling-form input[type=email] + p, .c-styling-form input[type=tel] + p, .c-styling-form input[type=password] + p {
    margin-top: -5px; }

.c-styling-form input.c-checkbox--red + label:before {
  border-color: #EE3F39;
  background-color: #fff; }

.c-styling-form input.c-checkbox--red:checked + label:before {
  background: #EE3F39; }

.c-styling-form input.c-checkbox--agree + label {
  color: #000; }
  .c-styling-form input.c-checkbox--agree + label:before {
    border-color: #ccc;
    background-color: none; }
  .c-styling-form .c-accident-box input.c-checkbox--agree + label:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 4px solid; }

.c-styling-form input.c-checkbox--agree:checked + label:before {
  background: #F2403A !important; }

.c-styling-form input.is-required {
  background: #FFFDBF; }

.c-styling-form select + p,
.c-styling-form input + p,
.c-styling-form button + p {
  margin-top: 10px; }

.c-styling-form__error-message {
  margin-bottom: 5px;
  font-weight: bold;
  color: #EA3F39; }

.c-styling-form__error {
  background: #ffdfd4; }

/*! border-box */
.c-border-box {
  *zoom: 1;
  border: 3px solid #002465;
  padding: 15px;
  background: #ffffff; }
  .c-border-box:before, .c-border-box:after {
    display: table;
    content: " "; }
  .c-border-box:after {
    clear: both; }
  .c-border-box hr {
    margin: 15px -15px;
    border: none;
    border-bottom: 1px dotted #002465; }
  .c-border-box--bg-yellow {
    background: #fbf8e9;
    padding-bottom: 0; }
    .c-border-box--bg-yellow .c-wide-set {
      border-top: 1px solid #cac8c8; }
      .c-border-box--bg-yellow .c-wide-set dl {
        border-bottom: 1px solid #cac8c8; }
  .c-border-box--bg-red {
    background: #FAB9B7;
    -webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.65), inset -1px -1px 0px rgba(255, 255, 255, 0.65);
            box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.65), inset -1px -1px 0px rgba(255, 255, 255, 0.65);
    border: 1px solid #EA413A; }
  .c-border-box--border-gray {
    border-color: #ccc; }
  .c-border-box--inline {
    display: inline-block; }

/*! contents-box */
.c-contents-box {
  *zoom: 1;
  background: #fff;
  padding: 15px; }
  .c-contents-box:before, .c-contents-box:after {
    display: table;
    content: " "; }
  .c-contents-box:after {
    clear: both; }
  .c-contents-box .c-line {
    padding-top: 0; }
    .c-contents-box .c-line > hr {
      border-color: #cfdeec; }
  .c-contents-box-title {
    margin-bottom: -25px; }
  .c-contents-box-title--text {
    margin-bottom: -5px;
    background: #ffffff;
    padding: 10px;
    font-size: 153.8%;
    color: #16367b; }
  .c-contents-box--yellow {
    background: #fee291;
    border: 1px solid #E3A037; }
    .c-contents-box--yellow .c-line {
      margin-left: -13px;
      margin-right: -13px; }
      .c-contents-box--yellow .c-line > hr {
        border-color: #fee291; }
  .c-contents-box__inner {
    background: #fff;
    border-radius: 5px; }
  .c-contents-box + .c-contents-box-title {
    margin-top: 30px; }

/*! separate-box */
.c-separate-box {
  background: #fff;
  border-radius: 5px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px; }
  .c-separate-box-title {
    background: #143972;
    padding: 10px 15px;
    font-size: 123.1%;
    color: #fff;
    border-radius: 5px 5px 0 0; }
    .c-separate-box-title + .c-separate-box {
      border-radius: 0 0 5px 5px; }
  .c-separate-box--vertical .c-separate-box__body {
    display: block; }
  .c-separate-box--vertical .c-line {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 0; }
    .c-separate-box--vertical .c-line hr {
      border-bottom: 1px dotted #002465; }
  .c-separate-box--campaign {
    overflow-y: scroll;
    height: 230px;
    display: block; }
    .c-separate-box--campaign-title {
      background: #C352B2;
      padding: 25px 0;
      font-size: 138.4%;
      color: #fff;
      border-radius: 5px 5px 0 0;
      margin-bottom: 0;
      text-align: center; }
      .c-separate-box--campaign-title + .c-separate-box {
        border-radius: 0; }
    .c-separate-box--campaign .c-title {
      border-left: 7px solid #C352B2;
      padding-left: 5px;
      font-size: 100%; }
    .c-separate-box--campaign .c-line {
      margin-left: 0;
      margin-right: 0; }
      .c-separate-box--campaign .c-line hr {
        border-bottom: 1px dotted #002465; }

/*! padding-box */
.c-padding-box {
  *zoom: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px; }
  .c-padding-box:before, .c-padding-box:after {
    display: table;
    content: " "; }
  .c-padding-box:after {
    clear: both; }
  .c-padding-box-title {
    position: relative;
    background: #143972;
    padding: 10px 15px;
    font-size: 123.1%;
    color: #fff;
    border-radius: 5px 5px 0 0; }
    .c-padding-box-title + .c-padding-box {
      border-radius: 0 0 5px 5px; }
    .c-padding-box-title__sticker {
      position: absolute;
      right: 20px;
      top: 10px;
      font-size: 14px;
      line-height: 1;
      background: #fff;
      color: #143972;
      font-weight: bold;
      padding: 5px 10px;
      display: inline-block; }
  .c-padding-box__heading {
    display: table-cell;
    border-right: 1px solid #cedeec;
    padding: 20px 15px;
    vertical-align: top;
    text-align: left; }
    .c-padding-box__heading--middle {
      vertical-align: middle; }
  .c-padding-box__body {
    display: table-cell;
    padding: 20px 15px;
    font-size: 123.1%; }
    .c-padding-box__body select {
      font-size: 100%; }
  .c-padding-box .c-line--full {
    margin-left: -30px;
    margin-right: -30px; }
  .c-padding-box--p10 {
    padding: 10px; }
  .c-padding-box--p20 {
    padding: 20px; }
    .c-padding-box--p20 .c-line--full {
      margin-left: -20px;
      margin-right: -20px; }
  .c-padding-box--p35 {
    padding: 35px; }
    .c-padding-box--p35 .c-line--full {
      margin-left: -35px;
      margin-right: -35px; }
  .c-padding-box--shadow {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  .c-padding-box--bg-yellow {
    background: #faf5e1; }

/*! media */
.c-media {
  *zoom: 1; }
  .c-media:before, .c-media:after {
    display: table;
    content: " "; }
  .c-media:after {
    clear: both; }
  .c-media__body {
    overflow: hidden; }
    .c-media--rev > .c-media__body {
      float: right; }
    .c-media--rev-fln .c-media__body {
      float: none; }
  .c-media__image {
    float: right;
    margin-left: 10px; }
    .c-media__image > img {
      display: block; }
    .c-media--rev > .c-media__image {
      float: left;
      margin-left: 0; }
    .c-media--rev-fln .c-media__image {
      float: left;
      margin-left: 0;
      margin-right: 10px; }
    .c-media__image-thumb ul {
      margin-right: -12px;
      padding-top: 10px; }
    .c-media__image-thumb li {
      display: block;
      float: left;
      margin-right: 10px; }

/*! line */
.c-line {
  clear: both;
  padding: 15px 0;
  margin-left: -3.125%;
  margin-right: -3.125%; }
  .c-line > hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #0c2e7e; }
  .c-line--dot > hr {
    border-bottom: 1px dotted #002465 !important; }
  .c-line--arrow {
    text-align: center; }
    .c-line--arrow img {
      margin-bottom: 15px; }

/*! sticker */
.c-sticker {
  padding: 5px 13px 3px;
  background: #12347a;
  display: inline-block;
  color: #fff;
  text-align: center;
  min-width: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c-sticker--price {
    background: #b81913;
    border-color: #b81913;
    padding-left: 9px;
    padding-right: 9px;
    min-width: 78px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-sticker--simple {
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
    .c-sticker--simple.is-disabled {
      background: #CECECE; }
  .c-sticker--option {
    background: #153678;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 5px 0 0;
    min-width: 48px;
    height: 48px;
    text-align: center;
    margin-bottom: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 2px; }
    .c-sticker--option > span {
      display: block;
      font-size: 12px;
      font-size: 0.92308rem; }
    .c-sticker--option.is-disabled {
      background: #ccc; }
  .c-sticker--select-option {
    background: #fff;
    color: #276fa4;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid;
    padding: 7px;
    text-align: center;
    margin-bottom: 5px; }
    .c-sticker--select-option.is-disabled {
      border: 1px solid #ccc;
      color: #ccc; }
  .c-sticker--require {
    background: #f3a03d;
    padding: 5px 7px 2px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.23077rem;
    min-width: 0;
    margin-top: 4px; }

@media screen and (max-width: 768px) {
  .c-sticker--option {
    padding-left: 5px;
    padding-right: 5px; }
  .c-sticker--select-option {
    font-size: 75.0%;
    color: #163678;
    padding: 2px 4px;
    min-width: auto; }
    .c-sticker--select-option.is-disabled {
      border: 1px solid #ccc;
      color: #ccc; } }

/*! wide-set */
.c-wide-set {
  border-top: 1px dotted #002465; }
  .c-wide-set dl {
    *zoom: 1;
    padding: 15px 0;
    border-bottom: 1px dotted #002465; }
    .c-wide-set dl:before, .c-wide-set dl:after {
      display: table;
      content: " "; }
    .c-wide-set dl:after {
      clear: both; }
  .c-wide-set dt {
    clear: left;
    float: left;
    margin-bottom: 5px;
    font-size: 123.1%;
    color: #002465;
    font-weight: bold;
    padding-right: .5em; }
  .c-wide-set dd {
    float: left;
    font-size: 123.1%; }
  .c-wide-set--date dt {
    font-size: 84.6%;
    width: 100%; }
    .c-wide-set--date dt:before {
      content: none; }
  .c-wide-set--date dd {
    font-size: 100%; }
  .c-wide-set--price {
    margin-bottom: 10px;
    border-top: none; }
    .c-wide-set--price dd {
      float: right;
      font-weight: bold; }
    .c-wide-set--price__sum {
      border-bottom: none !important;
      border-top: 1px solid #002465;
      margin-top: -1px; }
      .c-wide-set--price__sum dt,
      .c-wide-set--price__sum dd {
        color: #ED3F39 !important; }
      .c-wide-set--price__sum dt {
        padding-top: 5px; }
        .c-wide-set--price__sum dt:before {
          display: none; }
      .c-wide-set--price__sum dd {
        font-size: 24px;
        font-size: 1.84615rem;
        font-weight: 500; }
    .c-wide-set--price__yen {
      font-size: 75%;
      padding-left: .5em; }
    .c-wide-set--price__num {
      display: table-cell;
      text-align: right;
      min-width: 4em; }
    .c-wide-set--price__options {
      display: table; }
      .c-wide-set--price__options li {
        display: table-row; }
    .c-wide-set--price__option-name {
      display: table-cell;
      padding-right: 1em; }
  .c-wide-set--plain dl {
    padding: 5px 0; }
  .c-wide-set--plain dt {
    margin-bottom: 0; }
    .c-wide-set--plain dt:before {
      content: none; }
  .c-wide-set--noborder {
    border-top: none; }
    .c-wide-set--noborder dl {
      border-bottom: none; }
  .c-wide-set--top-noborder {
    border-top: none; }
  .c-wide-set--bottom-noborder dl:last-child {
    border-bottom: none; }
  .c-wide-set--full dt,
  .c-wide-set--full dd {
    width: 100%; }
  .c-wide-set__full {
    width: 100%; }
  .c-wide-set__pt10 {
    padding-top: 10px; }
  .c-wide-set--news dl {
    padding-top: 20px;
    padding-bottom: 20px; }
  .c-wide-set--news dt {
    color: #999999;
    font-size: 107%;
    margin-bottom: 5px; }
    .c-wide-set--news dt:before {
      display: none; }
  .c-wide-set--news__coupon {
    position: relative;
    padding-right: 95px !important; }
    .c-wide-set--news__coupon .c-sticker {
      position: absolute;
      width: 65px;
      right: 0;
      top: 50%;
      margin-top: -12px; }
  .c-wide-set--separate {
    padding-bottom: 10px;
    border-bottom: none !important; }
    .c-wide-set--separate dt {
      padding: 0;
      padding-bottom: 5px !important;
      margin-bottom: 5px !important;
      border-bottom: 1px dotted #16367B; }
  .c-wide-set table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
  .c-wide-set th {
    text-align: left;
    padding: 20px 0;
    border-bottom: dotted 1px #002465;
    width: 40%; }
  .c-wide-set td {
    border-bottom: dotted 1px #002465;
    padding: 20px 0; }

/*! select-box */
.c-check-radios {
  *zoom: 1; }
  .c-check-radios:before, .c-check-radios:after {
    display: table;
    content: " "; }
  .c-check-radios:after {
    clear: both; }
  .c-check-radios--column-two .c-select-box {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 49%; }
  .c-check-radios--column-three {
    width: 100%;
    display: table; }
    .c-check-radios--column-three .c-select-box {
      display: table-cell;
      float: none !important;
      vertical-align: middle;
      width: 33%;
      padding: 7px;
      text-align: center; }
      .c-check-radios--column-three .c-select-box input[type=radio] + label {
        position: static;
        padding-left: 0;
        padding-top: 20px; }
        .c-check-radios--column-three .c-select-box input[type=radio] + label:before {
          top: 5px;
          left: 50%;
          margin-top: 0;
          margin-left: -10px; }
        .c-check-radios--column-three .c-select-box input[type=radio] + label:after {
          top: 9px;
          left: 50%;
          margin-top: 0;
          margin-left: -7px; }
      .c-check-radios--column-three .c-select-box:first-child {
        border-radius: 5px 0 0 5px; }
      .c-check-radios--column-three .c-select-box:nth-child(2) {
        border-radius: 0; }
      .c-check-radios--column-three .c-select-box:last-child {
        border-radius: 0 5px 5px 0; }

.c-select-box {
  *zoom: 1;
  position: relative;
  border: 2px solid #ccc;
  padding: 9px;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: normal;
  background: #fff;
  width: 48.6%; }
  .c-select-box:before, .c-select-box:after {
    display: table;
    content: " "; }
  .c-select-box:after {
    clear: both; }
  .c-select-box:nth-child(2n) {
    float: right; }
  .c-select-box:nth-child(n+3) {
    margin-top: 10px; }
  .c-select-box:nth-child(2n+1) {
    clear: left; }
  .c-select-box label {
    color: #002464;
    font-weight: bold; }
  .c-select-box__osusume {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: -8px; }
  .c-select-box.is-selected {
    background: #ffffff;
    border-color: #ea5e1d; }
    .c-select-box.is-selected label {
      color: #ea5e1d; }
  .c-select-box.is-desabled {
    background: #a9a9a9;
    border-color: #838383; }
  .c-select-box--agree {
    background: #FEB3B0;
    border-color: #fff;
    border-radius: 7px; }
    .c-select-box--agree label:before {
      background: #fff !important;
      border-color: #EE3F39 !important; }
    .c-select-box--agree.is-disabled {
      background: #E4E4E4 !important;
      border-color: #fff !important; }
      .c-select-box--agree.is-disabled label:before {
        background: #E4E4E4 !important;
        border-color: #bbb !important; }
    .c-select-box--agree.is-selected {
      background: #FEB3B0;
      border: 3px solid #F6403A; }
  .c-select-box--full {
    width: 100%; }

/*! link */
.c-link {
  padding-right: 20px;
  background: url(/images/foreign/common/ico_link_disc.png) right center no-repeat; }
  .c-link--before {
    background-position: left center;
    padding-left: 20px;
    padding-right: 0; }

/*! scroll-box */
.c-scroll-box {
  height: 115px;
  overflow-y: scroll;
  border: 3px solid #ccc;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 123.1%; }

/*! term-box */
.c-term-box {
  margin-top: 40px;
  overflow: hidden; }
  .c-term-box__header {
    padding: 10px 15px;
    background: #12347a; }
    .c-term-box__header > p {
      color: white;
      font-size: 22px;
      font-size: 1.69231rem;
      line-height: 1;
      margin-bottom: 0; }
  .c-term-box__info {
    margin-bottom: 15px;
    font-size: 123.1%;
    line-height: 1.56; }
  .c-term-box__agree {
    width: 100%;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  .c-term-box__cts {
    margin-bottom: 0; }
  .c-term-box__body {
    overflow: hidden;
    padding: 15px;
    background: white; }

/*! info-box */
.c-info-box__message {
  font-weight: bold;
  font-size: 123.1%;
  line-height: 1.5625; }
  .c-info-box__message-title {
    margin-bottom: 1em;
    color: #333333;
    font-weight: normal;
    line-height: 1.25; }

.c-info-box__body {
  border: 1px solid;
  border-top: none;
  padding: 12px 15px;
  background: white;
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.538; }

.c-info-box--alert .c-info-box__message {
  padding: 15px;
  background: #ffdfd3;
  color: #EA3F39; }

.c-info-box--alert li:before {
  content: '●'; }

.c-info-box--alert .c-info-box__body {
  border-color: #ffdfd3;
  padding: 15px; }

.c-info-box--error .c-info-box__message {
  padding: 12px 15px;
  background: #ffdfd3;
  color: #EA3F39; }

.c-info-box--error li:before {
  content: '●'; }

.c-info-box--error .c-info-box__body {
  border-color: #ffdfd3; }

/*! loading */
.c-loading {
  background-image: url(../../../images/foreign/common/img_loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 50px; }
  .c-loading--text {
    text-align: center;
    background-position: 50% bottom; }

/*! list */
.c-list--inline li {
  display: inline-block; }
  .c-list--inline li img {
    display: inline; }

.c-list--links {
  *zoom: 1;
  overflow: hidden; }
  .c-list--links:before, .c-list--links:after {
    display: table;
    content: " "; }
  .c-list--links:after {
    clear: both; }
  .c-list--links__inner {
    float: left;
    position: relative; }
  .c-list--links__item {
    display: block;
    float: left;
    position: relative;
    border-right: 1px solid #CCCCCC;
    line-height: 1.25;
    padding: 0 15px;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
    font-size: 1.23077rem; }
    .c-list--links__item.is-current {
      color: #E65F00; }
      .c-list--links__item.is-current a {
        color: #E65F00; }
    .c-list--links__item img {
      display: inline; }
  .c-list--links-center .c-list--links__inner {
    left: 50%; }
  .c-list--links-center .c-list--links__item {
    left: -50%; }

.c-list--disc li {
  list-style-type: disc;
  line-height: 1.5; }

.c-list--disc-indent {
  padding-left: 20px; }
  .c-list--disc-indent li {
    list-style-type: disc;
    line-height: 1.5; }

.c-list--circle {
  padding-left: 1.5em; }
  .c-list--circle li {
    list-style-type: circle;
    line-height: 1.5; }

.c-list--indent li {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.5; }

.c-list--three-column {
  overflow: hidden; }
  .c-list--three-column li {
    float: left;
    width: 33%;
    margin-bottom: 1em;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-list--three-column li:nth-child(3n+1) {
      clear: left; }

/*! list-menu */
.c-list-menu {
  border-radius: 5px; }
  .c-list-menu__item {
    margin-top: 5px;
    margin-bottom: 10px; }
    .c-list-menu__item > a {
      position: relative;
      background: #16367B;
      color: white;
      font-weight: normal;
      border: none; }
      .c-list-menu__item > a:after {
        position: absolute;
        content: '';
        display: block;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        width: 5px;
        height: 5px;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .c-list-menu__target {
    border-radius: 3px;
    padding: 20px 14px;
    display: block;
    text-decoration: none;
    color: #a0a1a3;
    background: #eeeeee;
    font-weight: bold;
    border: 1px solid #cccccc; }
  .c-list-menu--discrete {
    background: none; }
    .c-list-menu--discrete .c-list-menu__item {
      margin-bottom: 10px;
      border: 2px solid #ccc;
      border-radius: 5px;
      overflow: hidden; }
      .c-list-menu--discrete .c-list-menu__item > a {
        background: #fff; }
      .c-list-menu--discrete .c-list-menu__item:last-child {
        margin-bottom: 0; }
    .c-list-menu--discrete .c-list-menu__target {
      padding: 10px;
      padding-right: 20px; }
      .c-list-menu--discrete .c-list-menu__target .c-line {
        margin-left: 0;
        margin-right: 0; }
  .c-list-menu--white .c-list-menu__item > a {
    position: relative;
    background: white;
    color: #16367B;
    font-weight: bold;
    border: 1px solid #cccccc; }
    .c-list-menu--white .c-list-menu__item > a:after {
      border-bottom-color: #16367B;
      border-right-color: #16367B; }

/*! modal */
#modal-hiding {
  display: none; }

.c-modal-lock {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .c-modal-lock a, .c-modal-lock button {
    pointer-events: none; }

.c-modal {
  display: none; }
  .c-modal a, .c-modal button {
    pointer-events: auto; }
  .c-modal__wrapper {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    z-index: 999;
    -webkit-tap-highlight-color: transparent; }
  .c-modal__inner {
    position: fixed;
    top: 5%;
    left: 3.125%;
    right: 3.125%;
    margin-top: 0 !important;
    background: #fff;
    z-index: 1000;
    width: 93.75%;
    padding-top: 40px;
    padding-bottom: 5px;
    overflow: auto;
    max-height: 100%; }
  .c-modal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #002465;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 25px;
    cursor: pointer; }
    .c-modal__close-btn {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.23077rem; }
      .c-modal__close-btn a {
        text-decoration: none;
        color: #000; }
      .c-modal__close-btn-top {
        position: absolute;
        text-align: right;
        top: 13px;
        right: 13px;
        font-size: 16px;
        font-size: 1.23077rem; }
        .c-modal__close-btn-top a {
          text-decoration: none;
          color: #000; }
  .c-modal__contents {
    padding: 0 3.125% 20px; }
  .c-modal .c-title--section {
    margin-left: -3.2%;
    margin-right: -3.2%;
    margin-top: -40px;
    padding-top: .5em;
    padding-bottom: .5em; }
  .c-modal .c-line {
    margin-left: -3.2%;
    margin-right: -3.2%; }

/*! accordion */
.c-accordion {
  position: relative; }
  .c-accordion__title {
    padding-right: 10px;
    font-weight: bold;
    color: #16367B; }
    .c-accordion__title > img {
      vertical-align: text-top; }
    .c-accordion__title img.c-title__icon {
      margin-right: 10px; }
    .c-accordion__title .c-title {
      margin-bottom: 0; }
    .c-accordion__title:after {
      position: absolute;
      content: url(/images/foreign/top/ico_faq_arrow.png);
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      display: inline-block;
      top: 15px;
      right: 10px; }
    .c-accordion__title.is-open:after {
      -webkit-transform: scale(0.5) rotateX(180deg);
              transform: scale(0.5) rotateX(180deg); }
  .c-accordion__inner {
    display: none;
    padding-top: 5px; }

/*! footer-menu */
.c-footer-menu {
  *zoom: 1; }
  .c-footer-menu:before, .c-footer-menu:after {
    display: table;
    content: " "; }
  .c-footer-menu:after {
    clear: both; }
  .c-footer-menu__list {
    display: block;
    position: relative;
    border-bottom: 1px solid #c5c5c5; }
  .c-footer-menu__target {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), color-stop(47%, #f8f8f8), color-stop(51%, white), to(white));
    background-image: linear-gradient(to top, #f8f8f8 0%, #f8f8f8 47%, white 51%, white 100%);
    border-bottom: 1px solid #fff; }
    .c-footer-menu__target:after {
      position: absolute;
      content: '';
      display: block;
      right: 10px;
      top: 50%;
      margin-top: -3px;
      width: 5px;
      height: 5px;
      border-bottom: 1px solid #002463;
      border-right: 1px solid #002463;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .c-footer-menu--blog {
    padding: 20px; }
    .c-footer-menu--blog li {
      font-size: 123.1%;
      line-height: 1.6; }
  .c-footer-menu .c-title--section {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
  .c-footer-menu--two-column .c-footer-menu__list {
    width: 50%;
    float: left;
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

/*! beta-reserve */
.c-beta-reserve {
  *zoom: 1;
  background: #ffe080;
  border: 1px solid #dc952e;
  -webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
          box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
  padding: 15px 10px 10px;
  margin-top: 20px; }
  .c-beta-reserve:before, .c-beta-reserve:after {
    display: table;
    content: " "; }
  .c-beta-reserve:after {
    clear: both; }
  .c-beta-reserve .c-title {
    color: #000;
    margin-bottom: 10px;
    font-size: 115%; }
  .c-beta-reserve__title {
    border-left: 3px solid #ff7512;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 2px;
    padding-bottom: 2px; }
  .c-beta-reserve__inner-box {
    background: url(../../../images/foreign/common/bg_mesh.png) repeat;
    border-radius: 5px;
    padding: 10px; }
    .c-beta-reserve__inner-box .c-title {
      font-weight: normal;
      font-size: 100%; }
  .c-beta-reserve__arrow {
    margin-bottom: -5px;
    text-align: center; }
    .c-beta-reserve__arrow img {
      vertical-align: bottom; }
  .c-beta-reserve__select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #c5c5c5;
    margin-left: -3px;
    display: table-cell;
    height: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 1px; }
    .c-beta-reserve__select-group {
      display: table;
      width: 100%;
      margin-bottom: 5px; }
    .c-beta-reserve__select-caption {
      background: #ff7512;
      color: #fff;
      border: 1px solid #d9d9d7;
      display: table-cell;
      width: 40px;
      height: 40px;
      vertical-align: middle;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
  .c-beta-reserve .c-btn {
    padding-top: 5px; }
    .c-beta-reserve .c-btn img {
      width: 100%; }

/*! price-table */
.c-price-table {
  width: 100%;
  overflow: hidden;
  border: 2px solid #16367B; }
  .c-price-table th {
    background: #eef0f0;
    text-align: center;
    padding: 2px 0;
    color: #16367B;
    border: 1px solid #98a5bb;
    border-bottom: none;
    font-weight: bold; }
    .c-price-table th.c-price-table__normal-price {
      color: #206ca5;
      text-align: center; }
    .c-price-table th.c-price-table__member-price {
      color: #d80000;
      text-align: center; }
  .c-price-table td {
    vertical-align: middle;
    padding: 10px 5px;
    border: 1px solid #98a5bb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-price-table td:first-child {
      padding-left: 10px; }

/*! qa */
.c-qa__question {
  padding: 11px 10px;
  padding-left: 48px;
  background: #1A3A77 url(/images/foreign/common/ico_qa_q.png) 10px 7px no-repeat;
  border-radius: 5px;
  font-size: 123.1%;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px; }

.c-qa__answer {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 53px;
  background: url(/images/foreign/common/ico_qa_a.png) 5px 5px no-repeat;
  line-height: 1.6;
  margin-bottom: 20px; }
  .c-qa__answer-title {
    font-weight: bold;
    color: #FF4C4C;
    font-size: 112.5%;
    margin-bottom: 5px; }

/*! progress */
.c-progress {
  *zoom: 1;
  text-align: center;
  margin-bottom: 20px; }
  .c-progress:before, .c-progress:after {
    display: table;
    content: " "; }
  .c-progress:after {
    clear: both; }
  .c-progress__texts {
    padding-top: 5px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-progress__texts li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 4% 0;
      padding-right: 12%;
      font-weight: bold;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: url(/images/sp/foreign/common/bg_progress_normal.png) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      color: #0c2e7e !important;
      font-size: 12px;
      font-size: 0.92308rem; }
      .c-progress__texts li:last-child {
        width: 22%;
        padding-right: 0;
        background-image: url(/images/sp/foreign/common/bg_progress_finish.png); }
      .c-progress__texts li.is-current {
        background-image: url(/images/sp/foreign/common/bg_progress_current.png);
        color: white !important; }
      .c-progress__texts li.is-ellipsis {
        background-image: url(/images/sp/foreign/common/bg_progress_ellipsis.png); }

/*! card */
.c-card {
  float: left;
  background: white;
  width: 320px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  margin-bottom: 25px; }
  .c-card > a {
    text-decoration: none;
    color: #333333; }
  .c-card:nth-child(3n) {
    margin-right: 0; }
  .c-card__image {
    position: relative; }
    .c-card__image > img {
      width: 100%; }
    .c-card__image-caption {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding: 10px;
      background: rgba(0, 0, 0, 0.75);
      color: white; }
    .c-card__image-title {
      font-size: 18px;
      font-size: 1.38462rem;
      margin-bottom: 2px; }
    .c-card__image-description {
      font-size: 13px;
      font-size: 1rem; }
  .c-card__body {
    padding: 15px 20px;
    font-size: 14px;
    font-size: 1.07692rem;
    line-height: 1.714285714; }
    .c-card__body--slim {
      padding: 5px;
      text-align: center; }
    .c-card__body--link {
      padding: 5px;
      text-align: center;
      font-weight: 500;
      background: url(/images/foreign/top/ico_link_arrow_blue.png) 96% center no-repeat;
      color: #16367B; }

.c-carousel .c-card:nth-child(3n) {
  margin-right: 30px; }

@media screen and (max-width: 768px) {
  .c-card {
    float: none;
    background: white;
    width: 270px;
    margin-right: 15px; }
    .c-card:nth-child(3n) {
      margin-right: 15px; }
    .c-card--link {
      width: 100%;
      margin-bottom: 15px; }
      .c-card--link .c-card__image {
        display: table-cell;
        width: 41.5%;
        vertical-align: middle; }
        .c-card--link .c-card__image img {
          vertical-align: middle; }
      .c-card--link .c-card__body {
        display: table-cell;
        width: 59.5%;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        padding-right: 20px; }
    .c-card__body--link {
      font-weight: bold;
      font-size: 16px;
      font-size: 1.23077rem; }
    .c-card__body--slim {
      padding: 5px 3px 10px; }
      .c-card__body--slim p {
        line-height: 1.16; }
        .c-card__body--slim p span {
          display: block; }
  .c-carousel .c-card:nth-child(3n) {
    margin-right: 15px; }
  .c-carousel--02 .c-card {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); } }

/*! carousel */
.c-carousel {
  position: relative; }
  .c-carousel__direction-nav {
    position: absolute;
    top: 48%;
    width: 100%; }
  .c-carousel__nav-prev {
    position: absolute;
    left: -30px; }
  .c-carousel__prev {
    display: inline-block;
    width: 18px;
    height: 30px;
    text-indent: 150%;
    overflow: hidden;
    margin-top: -15px;
    background: url(/images/foreign/top/ico_carousel_prev.png) no-repeat; }
  .c-carousel__nav-next {
    position: absolute;
    right: -30px; }
  .c-carousel__next {
    display: inline-block;
    width: 18px;
    height: 30px;
    text-indent: 150%;
    overflow: hidden;
    margin-top: -15px;
    background: url(/images/foreign/top/ico_carousel_next.png) no-repeat; }
  .c-carousel__control-nav {
    position: absolute;
    bottom: -12px;
    width: 100%;
    text-align: center; }
  .c-carousel__control-paging li {
    display: inline-block;
    margin: 0 6px; }
    .c-carousel__control-paging li a {
      overflow: hidden;
      text-indent: 100%;
      width: 10px;
      height: 10px;
      border-radius: 20px;
      background: white;
      border: 1px solid #aaaaaa;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .c-carousel__active {
    background: #646464 !important;
    border-color: #646464 !important; }

@media screen and (max-width: 768px) {
  .c-carousel {
    position: relative;
    margin-left: -3.125%;
    margin-right: -3.125%; }
    .c-carousel__viewport {
      padding: 0 14.5%; }
    .c-carousel__nav-prev {
      left: 5px; }
    .c-carousel__prev {
      display: inline-block;
      width: 18px;
      height: 30px;
      text-indent: 150%;
      overflow: hidden;
      margin-top: -15px;
      background: url(/images/sp/foreign/top/ico_carousel_prev.png) no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .c-carousel__nav-next {
      right: 5px; }
    .c-carousel__next {
      display: inline-block;
      width: 18px;
      height: 30px;
      text-indent: 150%;
      overflow: hidden;
      margin-top: -15px;
      background: url(/images/sp/foreign/top/ico_carousel_next.png) no-repeat;
      -webkit-background-size: cover;
              background-size: cover; } }

/*c-bottom-reserve-box */
.c-bottom-reserve-box {
  *zoom: 1;
  margin-top: 40px;
  position: relative;
  background: white;
  border: 1px solid #16367B; }
  .c-bottom-reserve-box:before, .c-bottom-reserve-box:after {
    display: table;
    content: " "; }
  .c-bottom-reserve-box:after {
    clear: both; }
  .c-bottom-reserve-box__title {
    position: relative;
    background: #16367B;
    padding: 9px 0 6px;
    text-align: center;
    line-height: 1; }
    .c-bottom-reserve-box__title:after {
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -7px;
      content: '';
      border: 7px solid transparent;
      border-top-width: 6px;
      border-bottom-width: 6px;
      border-top-color: #16367B; }
    .c-bottom-reserve-box__title-text {
      font-weight: bold;
      color: white;
      font-size: 19px;
      font-size: 1.46154rem;
      display: inline-block; }
  .c-bottom-reserve-box__badge {
    position: absolute;
    -webkit-background-size: contain;
            background-size: contain;
    text-align: center;
    color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -17px;
    left: 14%;
    line-height: 1; }
  .c-bottom-reserve-box__body {
    background: white url(/images/foreign/common/bg_bottom_reserve_title.png) left top no-repeat;
    -webkit-background-size: 100% 4px;
            background-size: 100% 4px;
    padding: 20px 10px 0; }
  .c-bottom-reserve-box__form {
    margin-bottom: 15px; }
    .c-bottom-reserve-box__form-row {
      margin-bottom: 17px; }
    .c-bottom-reserve-box__form-title {
      display: block;
      position: relative;
      background: #f3a03d;
      color: white;
      font-size: 18px;
      font-size: 1.38462rem;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px; }
    .c-bottom-reserve-box__form-body {
      display: block;
      width: 100%;
      background: #eeeeee;
      padding: 10px 10px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .c-bottom-reserve-box__form-body select {
        width: 100%; }

/*c-bg */
.c-bg--white {
  background: white;
  margin-top: -10px; }

.zaiko_disable_note {
  position: absolute;
  width: 100%;
  top: 16%;
  left: 0;
  z-index: 101; }
  .zaiko_disable_note__body {
    position: relative;
    color: white;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 25px;
    font-weight: bold;
    padding-left: 53px;
    line-height: 1.3;
    text-shadow: 0 0 4px #000, 0 0 6px #000;
    background: url(/images/foreign/reserve/ico_search_car_sorry.png) left 15px no-repeat;
    -webkit-background-size: 45px auto;
            background-size: 45px auto;
    font-size: 18px;
    font-size: 1.38462rem; }
  .zaiko_disable_note__button {
    border: 1px solid white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: auto;
    padding: 7px 25px; }
    .zaiko_disable_note__button img {
      vertical-align: middle;
      margin-right: 5px; }
    .zaiko_disable_note__button a {
      padding-top: 19px;
      padding-bottom: 19px;
      padding-left: 32px;
      font-size: 16px;
      font-size: 1.23077rem; }

/* -----------------------------------------------------------------
 *	Project
 * ----------------------------------------------------------------- */
/*! top: */
.p-top__title {
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.125; }

.p-top__mainvisual {
  *zoom: 1;
  width: 100%;
  padding-bottom: 30px;
  background: #eaf4fe;
  overflow: hidden;
}
  .p-top__mainvisual:before, .p-top__mainvisual:after {
    display: table;
    content: " "; }
  .p-top__mainvisual:after {
    clear: both; }
  .p-top__mainvisual-inner {
    *zoom: 1;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/foreign/top/sp/img_main_visual.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-bottom: 5px; }
    .p-top__mainvisual-inner:before, .p-top__mainvisual-inner:after {
      display: table;
      content: " "; }
    .p-top__mainvisual-inner:after {
      clear: both; }
    .p-top__mainvisual-inner img {
      width: 100%; }
  .p-top__mainvisual-copy {
    display: none;
    position: absolute;
    top: 26px;
    left: 6.125%;
    font-size: 18px;
    font-size: 1.38462rem;
    font-weight: bold;
    color: white;
    text-align: left !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4); }
    .p-top__mainvisual-copy span {
      display: block;
      font-size: 24px;
      font-size: 1.84615rem; }
  .p-top__mainvisual-bg {
    width: 100%; }
  .p-top__mainvisual-reserve {
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: white;
    padding: 15px; }
    .p-top__mainvisual-reserve-title {
      font-weight: bold;
      /* padding-left: 73px; */
      margin-bottom: 20px;
      line-height: 1;
      font-size: 16px;
      font-size: 1.23077rem;
      text-align: center;
    }
    .p-top__mainvisual-reserve-off {
      position: absolute;
      left: -4px;
      top: -36px;
      width: 80px;
      height: 80px;
      font-size: 10px;
      font-size: 0.76923rem; }
      .p-top__mainvisual-reserve-off-num {
        font-size: 20px;
        font-size: 1.53846rem; }
        .p-top__mainvisual-reserve-off-num .u-text-par {
          font-size: 15px;
          font-size: 1.15385rem; }
        .p-top__mainvisual-reserve-off-num .u-text-off {
          font-size: 18px;
          font-size: 1.38462rem; }
    .p-top__mainvisual-reserve-select {
      width: 100%;
      margin-bottom: 10px; }
      .p-top__mainvisual-reserve-select-area {
        *zoom: 1;
        margin-bottom: 5px;
        width: 100%; }
        .p-top__mainvisual-reserve-select-area:before, .p-top__mainvisual-reserve-select-area:after {
          display: table;
          content: " "; }
        .p-top__mainvisual-reserve-select-area:after {
          clear: both; }
      .p-top__mainvisual-reserve-select-title {
        font-size: 14px;
        font-size: 1.07692rem;
        font-weight: bold;
        float: left;
        overflow: hidden;
        padding-top: 7px;
        margin-bottom: 8px; }
      .p-top__mainvisual-reserve-select-group {
        width: 100%; }
    .p-top__mainvisual-reserve .c-btn {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 0; }
  .p-top__mainvisual-car {
    position: absolute;
    width: 157px !important;
    right: -10px;
    bottom: -7px; }

.p-top__points {
  *zoom: 1;
  text-align: center;
  padding: 30px 0; }
  .p-top__points:before, .p-top__points:after {
    display: table;
    content: " "; }
  .p-top__points:after {
    clear: both; }
  .p-top__points-catch {
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 20px; }
    .p-top__points-catch span {
      font-size: 14px;
      font-size: 1.07692rem;
      font-weight: bold; }
  .p-top__points-item {
    width: 32%;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-size: 0.76923rem;
    font-weight: bold;
    color: #16367B;
    line-height: 1.5;
    vertical-align: top; }
    .p-top__points-item img {
      margin-bottom: 15px;
      width: 80%; }

.p-top__slide {
  width: 100%; }

.p-top__search-btns {
  *zoom: 1;
  width: 84.375%;
  margin-left: auto;
  margin-right: auto; }
  .p-top__search-btns:before, .p-top__search-btns:after {
    display: table;
    content: " "; }
  .p-top__search-btns:after {
    clear: both; }

.p-top__search-btn {
  float: left;
  width: 47.2%;
  padding: 10px;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 5.5%; }
  .p-top__search-btn img {
    margin-bottom: 5px;
    width: 43px; }
  .p-top__search-btn p {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.92308rem;
    color: #16367B; }
  .p-top__search-btn a {
    text-decoration: none; }
  .p-top__search-btn:nth-child(2n) {
    float: right; }

.p-top__about {
  background: white;
  padding: 15px 25px; }
  .p-top__about > div:first-child {
    border-bottom: 1px dotted #16367B;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .p-top__about-intro {
    *zoom: 1;
    position: relative;
    width: 100%;
    background: url(/images/foreign/top/bg_about.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
    .p-top__about-intro:before, .p-top__about-intro:after {
      display: table;
      content: " "; }
    .p-top__about-intro:after {
      clear: both; }
  .p-top__about-inner {
    width: 71%;
    margin: 30px auto;
    padding: 15px 0;
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .p-top__about-title {
    font-size: 16px;
    font-size: 1.23077rem;
    font-weight: bold;
    text-align: center; }
  .p-top__about-sub-title {
    font-size: 14px;
    font-size: 1.07692rem;
    font-weight: bold;
    color: #16367B;
    display: inline-block;
    vertical-align: middle; }
    .p-top__about-sub-title-icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
  .p-top__about-body {
    font-size: 14px;
    font-size: 1.07692rem;
    line-height: 1.6; }

.p-top__news {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  background: white;
  margin-bottom: 10px; }
  .p-top__news > dl {
    *zoom: 1;
    border-bottom: 1px dotted #16367B;
    padding: 10px 0; }
    .p-top__news > dl:before, .p-top__news > dl:after {
      display: table;
      content: " "; }
    .p-top__news > dl:after {
      clear: both; }
    .p-top__news > dl:last-child {
      border-bottom: none; }
    .p-top__news > dl dt {
      font-size: 14px;
      font-size: 1.07692rem;
      font-weight: bold;
      color: #506ca8;
      margin-bottom: 5px; }
    .p-top__news > dl dd {
      font-size: 14px;
      font-size: 1.07692rem; }
  .p-top__news-btn {
    display: inline-block;
    padding: 1.25em 12px;
    border-radius: 0;
    border: 1px solid #16367B; }
    .p-top__news-btn a {
      text-decoration: none; }

.p-top__faq > div {
  counter-reset: faq_counter;
  width: 100%;
  max-width: none; }

.p-top__faq-title {
  background: #16367B;
  border-radius: 5px 5px 0 0;
  padding: 8px;
  font-size: 14px;
  font-size: 1.07692rem;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
  text-align: center; }

.p-top__faq-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: white;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.p-top__faq-question {
  width: 100%;
  display: table-cell;
  background: url(/images/foreign/top/ico_q.png) left center no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
  height: 40px;
  vertical-align: middle;
  margin-bottom: 20px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.92308rem;
  color: #16367B;
  cursor: pointer; }
  .p-top__faq-question p {
    position: relative; }
    .p-top__faq-question p:before {
      position: absolute;
      left: -21px;
      top: 50%;
      margin-top: -6px;
      font-size: 13px;
      font-size: 1rem;
      counter-increment: faq_counter;
      content: counter(faq_counter);
      letter-spacing: -.15em;
      line-height: 1; }
  .p-top__faq-question.is-open + .p-top__faq-answer {
    min-height: 64px; }

.p-top__faq-answer {
  background: url(/images/foreign/top/ico_a.png) left 10px no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #002462;
  vertical-align: middle;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.428571429;
  font-size: 12px;
  font-size: 0.92308rem;
  position: relative; }
  .p-top__faq-answer:before {
    position: absolute;
    left: 18px;
    top: 18px;
    content: counter(faq_counter);
    font-weight: bold;
    color: #e95d00;
    line-height: 1;
    font-size: 13px;
    font-size: 1rem;
    letter-spacing: -.15em; }

/*! reserve */
#reserve_time label {
  display: none; }

.p-search-car__top-tab {
  margin-bottom: 15px;
  border-bottom: 5px solid #0c2e7e;
  margin-left: -3.125%;
  margin-right: -3.125%;
  padding-left: 3.125%;
  padding-right: 3.125%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-search-car__tab-title {
  position: relative;
  overflow: hidden;
  background: #bbc3c4;
  border-radius: 5px 5px 0px 0px;
  width: 49.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: 13px;
  font-size: 1rem;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 10px 18px 31px  !important; }
  .p-search-car__tab-title.is-open {
    background: #0c2e7e;
    color: #fff; }
  .p-search-car__tab-title img {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px; }

.p-search-car__tab-contents {
  display: none; }
  .p-search-car__tab-contents.select {
    display: block; }

.p-search-car__type-box {
  width: 100%;
  float: none; }

.p-search-car__cartype-listbox {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 15px; }
  .p-search-car__cartype-listbox.is-selected {
    background: #FFF; }
  .p-search-car__cartype-listbox > div {
    display: inline-block;
    vertical-align: middle; }
    .p-search-car__cartype-listbox > div:nth-child(1) {
      width: 10%; }
    .p-search-car__cartype-listbox > div:nth-child(2), .p-search-car__cartype-listbox > div:nth-child(3) {
      width: 40%; }
  .p-search-car__cartype-listbox > .c-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }

.p-search-car__checkbox > label {
  text-indent: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  width: 1px;
  line-height: 18px; }

.p-search-car__car-info .c-title {
  font-size: 123.1%;
  margin: 0 -3.125%; }

.p-search-car__ninzu-box {
  overflow: hidden;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #cac8c8; }
  .p-search-car__ninzu-box .c-line hr {
    border-bottom-color: #cac8c8; }

.p-search-car__ninzu-title {
  font-size: 15px;
  float: left;
  width: 3em;
  padding-top: 14px;
  font-weight: bold; }

.p-search-car__ninzu-select {
  display: inline-block; }
  .p-search-car__ninzu-select select {
    width: 4em; }

.p-search-car__ninzu-child-block {
  display: inline-block;
  vertical-align: top;
  width: 220px; }
  .p-search-car__ninzu-child-block > .p-search-car__ninzu-title {
    width: 7em;
    float: none;
    display: inline-block;
    font-weight: normal;
    padding-top: 0; }

.p-search-car__childsheet {
  overflow: hidden;
  margin-bottom: 20px; }
  .p-search-car__childsheet__note {
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px; }
    .p-search-car__childsheet__note img {
      position: absolute;
      left: 0;
      top: 5px; }
  .p-search-car__childsheet__attention {
    text-align: right;
    margin-right: 7px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1rem; }
  .p-search-car__childsheet-box {
    border-radius: 7px;
    overflow: hidden;
    margin: 0 9px 15px; }
    .p-search-car__childsheet-box__title {
      background: #0c2e7e;
      text-align: center;
      color: white;
      padding: 5px 10px;
      font-size: 16px;
      font-size: 1.23077rem;
      line-height: 1.5; }
      .p-search-car__childsheet-box__title span {
        font-size: 16px;
        font-size: 1.23077rem; }
    .p-search-car__childsheet-box__body {
      padding: 15px 14px 10px;
      padding-right: 2px;
      background: white;
      font-size: 15px;
      font-size: 1.15385rem; }
      .p-search-car__childsheet-box__body li {
        margin-bottom: 5px; }
        .p-search-car__childsheet-box__body li > span {
          width: 58px;
          padding: 2px 5px 1px;
          display: inline-block;
          border-radius: 20px;
          margin-right: 5px;
          margin-bottom: 5px;
          color: white;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          text-align: center; }
    .p-search-car__childsheet-box--01 .p-search-car__childsheet-box__title {
      background-color: #5ea8d4; }
    .p-search-car__childsheet-box--01 .p-search-car__childsheet-box__body li > span {
      background: #5ea8d4; }
    .p-search-car__childsheet-box--02 .p-search-car__childsheet-box__title {
      background-color: #6384d2; }
    .p-search-car__childsheet-box--02 .p-search-car__childsheet-box__body li > span {
      background: #6384d2; }
    .p-search-car__childsheet-box--03 .p-search-car__childsheet-box__title {
      background-color: #7773d0; }
    .p-search-car__childsheet-box--03 .p-search-car__childsheet-box__body li > span {
      background: #7773d0; }

#cartypeTab {
  padding-top: 18px;
  margin-right: 5px; }

#ninzuTab {
  padding-top: 9px; }

.p-select-car__condition-accordion {
  border-bottom: 1px dotted #002463;
  margin-bottom: 15px; }
  .p-select-car__condition-accordion .c-accordion__title:after {
    top: 0; }

.p-select-car__condition-change-btn {
  padding-top: 15px; }
  .p-select-car__condition-change-btn a {
    margin: -17px -27px -15px;
    padding: 19px 27px; }
  .p-select-car__condition-change-btn:after {
    position: absolute;
    content: url(/images/foreign/common/ico_btn_arrow_white.png);
    top: 50%;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    right: 7px;
    margin-top: -11px; }
  .p-select-car__condition-change-btn + .c-btn a {
    font-weight: normal;
    padding-top: 6px; }

.p-select-car__search {
  *zoom: 1;
  background: #002464;
  margin-top: -3px;
  border-radius: 0 0 5px 5px;
  padding: 15px; }
  .p-select-car__search:before, .p-select-car__search:after {
    display: table;
    content: " "; }
  .p-select-car__search:after {
    clear: both; }
  .p-select-car__search-title {
    color: #000;
    margin-bottom: 10px; }
    .p-select-car__search-title span {
      font-size: 125%;
      color: #002464; }
  .p-select-car__search-inner {
    padding: 15px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px dotted #002463; }
    .p-select-car__search-inner + .p-select-car__search-inner {
      border-radius: 0; }
    .p-select-car__search-inner--narrow {
      background: #e8e8e8;
      padding-top: 10px;
      padding-bottom: 5px;
      margin-top: -1px; }
    .p-select-car__search-inner--btn-area {
      text-align: center;
      background: #e8e8e8;
      border-radius: 0 0 5px 5px !important; }

.p-select-car__type-box-row {
  display: table;
  letter-spacing: -.4em;
  margin-left: -6px;
  margin-right: -20px;
  margin-bottom: 6px;
  border-collapse: separate;
  border-spacing: 6px 0;
  max-width: 100%; }

.p-select-car__type-box {
  display: table-cell;
  padding: 2px;
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .p-select-car__type-box.is-selected {
    background: #FFDB7D; }

.p-select-car__type-check {
  margin-top: -3px; }

.p-select-car__type-image {
  display: table-cell; }

.p-select-car__type-body {
  display: table-cell;
  text-align: center;
  width: 114px; }
  .p-select-car__type-body p {
    margin-bottom: 0; }
  .p-select-car__type-body-miniban {
    letter-spacing: -.073em; }

.p-select-car__type-zaiko {
  background: #fff;
  border-radius: 7px;
  color: #002464;
  border: 2px solid #002464;
  padding: 3px;
  line-height: 1;
  font-size: 107.6%;
  font-weight: bold; }

.p-select-car__option {
  margin-right: 1px;
  margin-bottom: 7px;
  vertical-align: middle;
  display: table-cell; }
  .p-select-car__option label {
    min-width: 80px;
    text-align: center; }

.p-select-car__option--inline {
  display: inline-block; }

.p-select-car__suggest {
  margin-bottom: 7px;
  padding-top: 10px; }
  .p-select-car__suggest-icon {
    position: absolute;
    top: -3px;
    left: -2px;
    background: #eb5e1d;
    border-radius: 100%;
    padding: 10px 0 0;
    color: white;
    font-size: 13px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 52px;
    height: 52px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 103; }
    .p-select-car__suggest-icon span {
      display: block;
      text-align: center;
      font-size: 20px;
      font-size: 1.53846rem;
      line-height: 1;
      letter-spacing: -.1em; }
  .p-select-car__suggest-title {
    position: relative;
    padding: 1em;
    padding-left: 60px;
    font-size: 16px; }
    .p-select-car__suggest-title:after {
      content: '';
      border-bottom: 3px solid #163678;
      display: block;
      position: absolute;
      bottom: 0;
      left: 60px;
      right: 5%; }
  .p-select-car__suggest__body {
    background: #fff;
    margin: 5px 0 0;
    border-radius: 3px; }
    .p-select-car__suggest__body .c-media__image {
      width: 44.2%; }
    .p-select-car__suggest__body .c-media__body {
      width: 55.8%;
      padding-left: 1em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .p-select-car__suggest__body .c-media__body .c-wide-set {
        margin-top: -.5em; }
        .p-select-car__suggest__body .c-media__body .c-wide-set dl {
          padding-top: .5em;
          padding-bottom: .5em; }
        .p-select-car__suggest__body .c-media__body .c-wide-set dt {
          margin-bottom: 0; }
  .p-select-car__suggest-options {
    padding: 10px 20px;
    text-align: center; }
  .p-select-car__suggest.is-disabled {
    position: relative; }
    .p-select-car__suggest.is-disabled .p-select-car__suggest-icon {
      background: #5e2506;
      color: #666666; }
    .p-select-car__suggest.is-disabled:before {
      content: url(../../../images/foreign/reserve/img_sorry_01.png);
      position: absolute;
      z-index: 101;
      top: 50%;
      left: 50%;
      margin-left: -250px;
      margin-top: -65px; }
    .p-select-car__suggest.is-disabled:after {
      content: '';
      z-index: 100;
      position: absolute;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      background: rgba(0, 0, 0, 0.6);
      top: 10px;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: auto;
      padding-bottom: auto; }
  .p-select-car__suggest__btn-area {
    padding: 0; }
  .p-select-car__suggest__btn-area-row {
    *zoom: 1;
    background: #fff;
    border: 7px solid #ebebeb;
    padding: 10px;
    margin-bottom: 10px; }
    .p-select-car__suggest__btn-area-row:before, .p-select-car__suggest__btn-area-row:after {
      display: table;
      content: " "; }
    .p-select-car__suggest__btn-area-row:after {
      clear: both; }
    .p-select-car__suggest__btn-area-row img {
      vertical-align: middle; }
    .p-select-car__suggest__btn-area-row + .p-select-car__suggest__btn-area-row {
      margin-top: -1px; }
    .p-select-car__suggest__btn-area-row:last-child {
      margin-bottom: 0; }
  .p-select-car__suggest__btns {
    padding-top: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .p-select-car__suggest__btns > button,
    .p-select-car__suggest__btns > p {
      position: relative;
      vertical-align: top; }
      .p-select-car__suggest__btns > button:first-child,
      .p-select-car__suggest__btns > p:first-child {
        margin-right: 10px; }
    .p-select-car__suggest__btns .c-btn {
      width: 100%;
      font-size: 14px;
      font-size: 1.07692rem;
      padding: 19px 36px;
      padding-right: 20px;
      text-align: left;
      margin-bottom: 0; }
      .p-select-car__suggest__btns .c-btn:after {
        top: 50%;
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5);
        right: 7px; }
    .p-select-car__suggest__btns img {
      position: absolute;
      left: 5px;
      top: 27%; }
  .p-select-car__suggest-detail {
    width: 680px; }
  .p-select-car__suggest-detail-title {
    width: 150px; }
  .p-select-car__suggest-campaign {
    *zoom: 1;
    padding-bottom: .5em; }
    .p-select-car__suggest-campaign:before, .p-select-car__suggest-campaign:after {
      display: table;
      content: " "; }
    .p-select-car__suggest-campaign:after {
      clear: both; }
  .p-select-car__suggest-campaign-title {
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0; }
  .p-select-car__suggest-normal-price {
    font-size: 14px;
    padding-top: 10px; }
  .p-select-car__suggest-price {
    padding-top: 5px;
    color: #EA3F39;
    font-size: 18px;
    vertical-align: top;
    font-weight: bold; }
    .p-select-car__suggest-price span {
      vertical-align: text-bottom;
      font-size: 13px;
      padding-left: .2em; }

.p-select-car__unselectable {
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  background: #ebebeb;
  text-align: center;
  color: #858383;
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 16px;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle; }

.p-select-car__modal .c-select-box:not(.c-check-radio) {
  width: 48.2%;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .p-select-car__modal .c-select-box:not(.c-check-radio):nth-child(2n) {
    margin-right: 0; }

.p-select-car__modal-select-title {
  float: left; }

.p-select-car__modal-select-group {
  float: right;
  width: 70%; }

.p-select-car__modal-date {
  width: 48.7% !important; }

.p-select-car__modal-ninzu {
  width: 100px !important;
  display: inline-block; }

.p-select-car__case-icon {
  display: inline-block;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 6px; }
  .p-select-car__case-icon img {
    vertical-align: middle; }

.p-select-option__un-selectable {
  background: #eeeeee;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0c2c7f; }

.p-select-option__option-title {
  width: 59%;
  font-size: 16px;
  font-size: 1.23077rem;
  margin-bottom: 15px;
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 0; }

.p-select-option__insurance {
  padding: 15px;
  background: #eeeeee;
  margin-bottom: 15px; }
  .p-select-option__insurance.is-reccomend {
    background: #fffdc2; }
  .p-select-option__insurance-reccomend {
    text-align: center;
    background: #ea5e1d;
    padding: 5px;
    color: white;
    margin-bottom: 10px; }
    .p-select-option__insurance-reccomend > .slash {
      position: relative;
      top: -1px;
      display: inline-block;
      -webkit-transform: rotate(38deg);
          -ms-transform: rotate(38deg);
              transform: rotate(38deg); }
      .p-select-option__insurance-reccomend > .slash--rev {
        position: relative;
        top: -1px;
        margin-right: 7px;
        display: inline-block;
        -webkit-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
                transform: rotate(-40deg); }

.p-select-option__option-heading {
  width: 170px; }

.p-select-option__transfer-heading {
  width: 70px; }

.p-guest__about-cancel__text {
  line-height: 1.57;
  margin-bottom: 15px; }

.p-guest__about-cancel__table {
  font-size: 14px;
  font-size: 1.07692rem; }
  .p-guest__about-cancel__table table {
    border: 1px solid #002463;
    margin-bottom: 10px;
    width: 100%; }
  .p-guest__about-cancel__table th {
    background: #eef0f0;
    padding: 10px 3px;
    border: 1px solid #002463;
    color: #0c2c7f;
    font-weight: bold;
    text-align: center; }
  .p-guest__about-cancel__table td {
    border: 1px solid #002463;
    padding: 10px 15px; }

.p-guest__license .c-modal__inner {
  overflow-y: scroll;
  height: 93%; }

.p-guest__license__wrapper {
  overflow: hidden;
  padding: 10px 20px 0; }

.p-guest__license__in__body {
  margin-bottom: 20px; }

.p-guest__license__in__image {
  margin-bottom: 40px;
  text-align: center; }

.p-guest__license__foreign-cell {
  overflow: hidden;
  background: #eeeeee;
  padding: 20px; }
  .p-guest__license__foreign-cell img {
    margin-bottom: 20px; }

.p-confirm__condition-body {
  width: 640px; }

.p-confirm__condition-title {
  width: 165px; }

.p-confirm__condition-detail {
  float: right;
  width: 470px; }
  .p-confirm__condition-detail__shop-name {
    min-width: 140px;
    display: inline-block; }
  .p-confirm__condition-detail__reserve-date {
    float: right;
    display: inline-block; }

.p-confirm__price {
  float: left;
  width: 570px; }

.p-confirm__coupon {
  padding: 16px 20px;
  background: #fff; }
  .p-confirm__coupon input[type="text"] {
    font-size: 123.1%;
    width: 70%;
    vertical-align: middle;
    margin-bottom: 0; }
  .p-confirm__coupon-list {
    font-size: 123.1%;
    margin-bottom: 20px; }
    .p-confirm__coupon-list li {
      margin-bottom: 10px; }
  .p-confirm__coupon .c-btn--decide-slim {
    width: 28%;
    text-align: center; }

.p-confirm__payment {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px; }

.p-confirm__modal-error__inner {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto; }

.p-confirm__modal-error__message {
  font-size: 13px;
  color: #EA3F39;
  font-weight: bold;
  line-height: 1.6; }

.p-confirm__modal-error .c-media {
  margin-bottom: 20px; }
  .p-confirm__modal-error .c-media__image {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .p-confirm__modal-error .c-media__body {
    padding-top: 10px;
    width: 75%; }

.p-complete__title {
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em; }

.p-complete__number {
  background: #faf5e1;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px; }
  .p-complete__number .c-title {
    margin-right: -.3em;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.15385rem; }
  .p-complete__number span {
    font-size: 18px;
    font-size: 1.38462rem;
    color: #1d3463; }

.p-complete__info {
  font-size: 115.3%;
  line-height: 1.5;
  margin-bottom: 30px; }

.p-complete__flow-title {
  border-bottom: 3px solid #0c2c7f;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.69231rem;
  text-align: center;
  color: #0c2c7f;
  padding-bottom: 15px; }

.p-complete__flow-cell {
  *zoom: 1;
  padding: 10px 20px 15px;
  background: #ffffff; }
  .p-complete__flow-cell:before, .p-complete__flow-cell:after {
    display: table;
    content: " "; }
  .p-complete__flow-cell:after {
    clear: both; }

.p-complete__flow-arrow {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.p-complete__flow-image {
  float: left;
  margin-left: -20px;
  margin-right: 10px; }

.p-complete__require {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-complete__require-cell {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .p-complete__require-cell > p {
      text-align: center; }
    .p-complete__require-cell:nth-child(2) {
      width: 20%; }
    .p-complete__require-cell:last-child {
      width: 25%; }

/*! mypage */
/*! shop */
.p-shop-search__pref-list {
  *zoom: 1;
  margin-bottom: 10px; }
  .p-shop-search__pref-list:before, .p-shop-search__pref-list:after {
    display: table;
    content: " "; }
  .p-shop-search__pref-list:after {
    clear: both; }
  .p-shop-search__pref-list li {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block; }
    .p-shop-search__pref-list li a {
      padding: 17px 10px;
      font-weight: bold;
      background: #16367B;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-decoration: none;
      color: white; }
    .p-shop-search__pref-list li:after {
      position: absolute;
      content: url(/images/foreign/common/ico_btn_arrow_white.png);
      top: 50%;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      right: 10px;
      margin-top: -10px; }

.p-shop-list__btn-group {
  display: table;
  width: 106%;
  border-spacing: 10px;
  margin-left: -3.125%;
  margin-right: -3.125%; }
  .p-shop-list__btn-group .c-btn {
    display: table-cell;
    width: 60.8%;
    padding-top: 0;
    padding-bottom: 0; }
    .p-shop-list__btn-group .c-btn a {
      font-size: 16px;
      font-size: 1.23077rem; }
    .p-shop-list__btn-group .c-btn span {
      font-size: 13px;
      font-size: 1rem;
      color: #333333;
      font-weight: normal; }

.p-shop-list__reserve-btn {
  width: 39.2%;
  display: table-cell;
  padding-left: 10px;
  padding: 1em .5em !important; }
  .p-shop-list__reserve-btn a {
    font-size: 18px;
    font-size: 1.38462rem; }

.p-shop-detail__shop .c-line {
  margin-left: 0;
  margin-right: 0; }

.p-shop-detail__shop-image {
  width: 100%;
  margin-bottom: 10px; }

.p-shop-detail__shop-btns {
  width: 100%;
  font-size: 92.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-shop-detail__shop-btns .c-btn {
    padding: .9em 0;
    margin: 0;
    margin-right: 8px; }
    .p-shop-detail__shop-btns .c-btn img {
      vertical-align: middle; }
    .p-shop-detail__shop-btns .c-btn span {
      display: inline-block;
      padding-left: 5px;
      vertical-align: middle;
      font-weight: bold; }
    .p-shop-detail__shop-btns .c-btn:last-child {
      margin-right: 0; }
  .p-shop-detail__shop-btns a {
    text-decoration: none;
    text-align: center; }

.p-shop-detail__shop-detail {
  line-height: 1.4; }
  .p-shop-detail__shop-detail dt {
    width: 25%;
    font-size: 100%;
    margin-bottom: 0; }
    .p-shop-detail__shop-detail dt:before {
      content: none; }
  .p-shop-detail__shop-detail dd {
    width: 71.5%;
    font-size: 100%; }
    .p-shop-detail__shop-detail dd .c-sticker {
      margin-bottom: 5px; }

.p-shop-detail__tel {
  display: table;
  width: 100%; }
.p-shop-detail__tel p {
  display: table-cell;
  vertical-align: middle; }
  .p-shop-detail__tel p span {
    font-weight: bold; }

.p-shop-detail__tel-icon {
  display: table-cell;
  vertical-align: top;
  width: 40px;
  padding-right: 10px; }

.p-shop-detail__campaign .c-accordion__title:after {
  content: url(/images/sp/foreign/shop/ico_accordion_plus.png);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  top: 0; }

.p-shop-detail__campaign .c-accordion__title.is-open:after {
  content: url(/images/sp/foreign/shop/ico_accordion_minus.png);
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5); }

.p-shop-detail__campaign .c-media__body {
  width: 65%; }

.p-shop-campaign__list {
  border-color: #ccc;
  margin-bottom: 20px;
  padding: 10px; }
  .p-shop-campaign__list.is-osusume {
    position: relative; }
    .p-shop-campaign__list.is-osusume .p-shop-campaign__list-title {
      padding-top: 35px; }
    .p-shop-campaign__list.is-osusume:before {
      content: url(/images/sp/foreign/common/ico_osusume_zh.png);
      display: block;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      position: absolute;
      top: 0;
      left: -5px; }
  .p-shop-campaign__list .c-title {
    padding-top: 0;
    padding-bottom: 0; }
  .p-shop-campaign__list-link {
    color: #000;
    text-decoration: none; }
  .p-shop-campaign__list-title {
    margin-bottom: 10px;
    text-decoration: underline;
    color: #16367B;
    font-weight: bold; }
  .p-shop-campaign__list-image {
    width: 100%;
    margin-bottom: 10px; }
    .p-shop-campaign__list-image img {
      margin-right: 0;
      width: 100%; }

.p-shop-campaign__limit-date {
  font-size: 14px;
  font-size: 1.07692rem; }

/*! blog */
/*! inquiry */
/*! news */
.p-news {
  margin-top: 0; }
  .p-news--detail {
    background: url(/images/foreign/news/bg_border.png);
    padding: 5px;
    margin-bottom: 30px; }
  .p-news__lists {
    padding-bottom: 0; }
  .p-news__list {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: white; }
    .p-news__list:nth-child(2n) {
      background: #eeeeee; }
  .p-news__header {
    border-bottom: 1px solid #b4bcc9;
    padding: 15px;
    background: white; }
  .p-news__body {
    padding: 15px 15px 0;
    background: white; }
  .p-news__date {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
    margin-right: 5px; }
  .p-news__icons {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px; }
  .p-news__icon {
    display: inline-block;
    color: #fff;
    background: #7aacd5;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 2px 3px 2px;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 0;
    font-size: 7px;
    min-width: 35px;
    font-weight: normal; }
    .p-news__icon--new {
      background: #ea5e1d; }
    .p-news__icon--otoku {
      background: #3b85aa; }
    .p-news__icon--osusume {
      background: #f3a03d; }
  .p-news__title {
    line-height: 1.4;
    font-weight: bold; }

/*! site-search */
/*! campaign */
.p-campaign-list__campaign-title {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px; }

.p-campaign-list__campaign {
  margin-bottom: 7px; }
  .p-campaign-list__campaign-image {
    width: 54%; }
  .p-campaign-list__campaign-detail {
    width: 43%;
    line-height: 1.6;
    font-size: 8px; }
  .p-campaign-list__campaign-detail-title {
    text-align: center;
    font-size: 7px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 2px; }
  .p-campaign-list__campaign-detail-data {
    padding-top: 5px; }

.p-campaign-list__area-list--near .c-title {
  margin-bottom: 0; }

.p-campaign-list__area-list--near .c-list-menu {
  margin-left: -3.125%;
  margin-right: -3.125%; }

/*! price */
.p-price__intro {
  font-size: 100%;
  margin-bottom: 1em;
  margin-top: -1em; }
  .p-price__intro span {
    font-size: 110%;
    color: #eb6606;
    font-weight: bold; }

.p-price__list {
  margin-bottom: 15px; }
  .p-price__list-media-image {
    width: 100%;
    margin-left: 0; }
  .p-price__list .c-wide-set dt {
    float: left;
    width: 36%;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .p-price__list .c-wide-set dd {
    float: right;
    width: 60%;
    font-size: 100%; }
  .p-price__list-min-price {
    width: 154px;
    color: #EA3F39;
    font-weight: bold;
    font-size: 123.1% !important; }
    .p-price__list-min-price-title {
      padding-top: 0; }
    .p-price__list-min-price span {
      font-size: 125%; }
  .p-price__list-sarani-text {
    width: 100% !important;
    color: #EB6606;
    padding-top: 3px;
    font-weight: bold; }
  .p-price__list-detail-text {
    margin-bottom: 15px; }

.p-price-detail__spec-detail {
  margin-bottom: 15px; }

.p-price-detail__media-image {
  width: 45%; }

.p-price-detail__spec {
  width: 50%; }

.p-price-detail__category-info {
  background: #fff;
  padding: 10px;
  font-size: 11px;
  border-radius: 5px;
  margin-bottom: 10px; }
  .p-price-detail__category-info dl {
    padding: 0; }
  .p-price-detail__category-info dt {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 38.4%;
    font-size: 11px; }
  .p-price-detail__category-info dd {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px; }
  .p-price-detail__category-info__price {
    color: #EA3F39;
    font-weight: bold;
    vertical-align: bottom; }
    .p-price-detail__category-info__price-title {
      padding-top: 10px; }
    .p-price-detail__category-info__price span {
      font-size: 135.5%; }
  .p-price-detail__category-info__note {
    margin-left: 1em;
    text-indent: -1em;
    color: #002465; }

.p-price-detail__column {
  *zoom: 1;
  font-size: 10px;
  margin-bottom: 10px; }
  .p-price-detail__column:before, .p-price-detail__column:after {
    display: table;
    content: " "; }
  .p-price-detail__column:after {
    clear: both; }
  .p-price-detail__column .c-wide-set dl {
    padding: 5px 0;
    margin-bottom: 5px; }
  .p-price-detail__column .c-wide-set dt,
  .p-price-detail__column .c-wide-set dd {
    font-size: 10px;
    margin-bottom: 0; }
  .p-price-detail__column--left {
    float: left;
    width: 48.2%;
    background: #fff;
    border-radius: 5px;
    padding: 10px; }
  .p-price-detail__column--right {
    float: right;
    width: 48.2%;
    background: #fff;
    border-radius: 5px;
    padding: 10px; }

.p-price-detail__lead-web-member .c-btn {
  float: left;
  width: 49%;
  margin-bottom: 5px;
  font-weight: bold; }
  .p-price-detail__lead-web-member .c-btn:nth-child(2n) {
    float: right; }

.p-price-detail__lead-web-member .c-btn--text-plain__link {
  padding: 10px;
  position: relative; }
  .p-price-detail__lead-web-member .c-btn--text-plain__link:after {
    position: absolute;
    content: url(../../../images/sp/foreign/common/ico_link_arrow.png);
    display: inline-block;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    right: 5px;
    top: 50%;
    margin-top: -7px; }

.p-price-detail__lead-detail-btn {
  display: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.23077rem;
  margin-bottom: 20px; }

.p-price-class__info {
  font-size: 13px;
  padding: 10px;
  margin-bottom: 20px; }
  .p-price-class__info dl {
    padding: 0;
    margin-bottom: 5px; }
  .p-price-class__info dt {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 13px;
    width: 100%;
    margin-bottom: 0; }
  .p-price-class__info dd {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px; }
  .p-price-class__info .c-sticker {
    border: none;
    background: #002465;
    margin-bottom: 3px;
    font-size: 10px;
    padding-bottom: 5px; }

.p-price-class__column--left {
  float: left;
  width: 47%; }

.p-price-class__column--right {
  float: right;
  width: 47%; }

.p-price-class__price-list-title {
  font-size: 15px;
  font-size: 1.15385rem;
  font-weight: bold;
  color: #16367B;
  border-bottom: 1px dotted #16367B;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/*! about */
.p-about__intro {
  padding: 15px; }
  .p-about__intro-title {
    font-size: 16px;
    font-size: 1.23077rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #16367B; }

.p-about__lead-box {
  background: white url(/images/sp/foreign/guide/bg_lead_box.jpg) right top no-repeat;
  -webkit-background-size: 50% auto;
          background-size: 50% auto;
  padding: 15px 15px 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .p-about__lead-box p {
    margin-bottom: 10px; }
  .p-about__lead-box__omotenashi {
    font-weight: bold;
    color: #16367B;
    font-size: 17px;
    font-size: 1.30769rem; }

.p-about__sub-title {
  font-size: 17px;
  font-size: 1.30769rem; }

.p-about-intro__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.23077rem;
  color: #16367B;
  border-bottom: 2px solid #16367B;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.p-about-intro__text {
  margin-bottom: 30px;
  padding: 0 5px; }

.p-about-feature__image {
  width: 100%; }

.p-about-feature__title {
  font-size: 15px;
  font-size: 1.15385rem;
  color: #5076a1;
  border-bottom: 1px solid #5076a1;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.p-about-feature .c-media__image {
  width: 35%; }

.p-about-feature .c-media__body {
  width: 60%;
  line-height: 1.38; }

/*! guide */
.p-guide__title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #16367B;
  margin-bottom: 15px; }
  .p-guide__title--underline {
    border-bottom: 2px solid #16367B;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1; }

.p-guide__section {
  padding-top: 40px; }

.p-guide__inner {
  margin-left: auto;
  margin-right: auto; }

.p-guide__text li {
  text-indent: -1em;
  padding-left: 1em; }

.p-guide__border-box {
  border: 1px solid #16367B;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }
  .p-guide__border-box-bg {
    background: white;
    padding: 20px 15px 20px;
    border: 1px solid #16367B; }

.p-guide__bg-box {
  background: white;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.p-guide__navi {
  *zoom: 1;
  margin-bottom: 40px; }
  .p-guide__navi:before, .p-guide__navi:after {
    display: table;
    content: " "; }
  .p-guide__navi:after {
    clear: both; }
  .p-guide__navi li {
    float: left;
    margin-right: 3.25%;
    margin-bottom: 3.25%;
    width: 48.33%; }
    .p-guide__navi li:nth-child(2n) {
      margin-right: 0; }
  .p-guide__navi a {
    display: block;
    background: #1396f3;
    position: relative;
    color: white;
    font-weight: bold;
    width: 100%;
    min-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    font-size: 1.23077rem; }
    .p-guide__navi a:after {
      position: absolute;
      bottom: 5px;
      left: 50%;
      margin-left: -3px;
      content: '';
      border: 5px solid transparent;
      border-top-color: white; }
  .p-guide__navi--footer a {
    padding-top: 30px; }
    .p-guide__navi--footer a:after {
      bottom: auto;
      top: 5px;
      border-top-color: transparent;
      border-bottom-color: white; }

.p-guide__rule-box {
  background: white;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  margin-bottom: 20px; }

.p-guide__rule .c-media__image {
  display: table-cell;
  float: none;
  vertical-align: top; }

.p-guide__rule .c-media__body {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 195px;
  padding-left: 10px;
  line-height: 1.5; }

.p-guide__note {
  *zoom: 1;
  background: #eeeeee;
  padding: 15px; }
  .p-guide__note:before, .p-guide__note:after {
    display: table;
    content: " "; }
  .p-guide__note:after {
    clear: both; }
  .p-guide__note img {
    margin-bottom: 10px; }
  .p-guide__note p {
    font-size: 16px;
    font-size: 1.23077rem;
    line-height: 1.25; }

.p-guide__media-image {
  float: none !important;
  display: table-cell;
  vertical-align: top;
  width: 25%; }

.p-guide__media-body {
  float: none !important;
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding-left: 10px; }

/*! sitemap */
/*! privacy */
.p-privacy__border-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: 5px; }
  .p-privacy__border-box .c-title {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    font-size: 100%; }

/*! link */
/*! glossary */
/* -----------------------------------------------------------------
 *	Utility
 * ----------------------------------------------------------------- */
/*! clearfix */
.u-cf {
  *zoom: 1; }
  .u-cf:before, .u-cf:after {
    display: table;
    content: " "; }
  .u-cf:after {
    clear: both; }

/*! margin: */
.u-mb0 {
  margin-bottom: 0; }

.u-mb5 {
  margin-bottom: 5px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb15 {
  margin-bottom: 15px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb35 {
  margin-bottom: 35px; }

.u-mb40 {
  margin-bottom: 40px; }

.u-mb50 {
  margin-bottom: 50px; }

.u-mb60 {
  margin-bottom: 60px; }

.u-mb70 {
  margin-bottom: 70px; }

.u-mb80 {
  margin-bottom: 80px; }

.u-mb90 {
  margin-bottom: 90px; }

.u-mb100 {
  margin-bottom: 100px; }

.u-ml10 {
  margin-left: 10px; }

.u-ml20 {
  margin-left: 20px; }

.u-ml40 {
  margin-left: 40px; }

.u-mr10 {
  margin-right: 10px; }

.u-mr20 {
  margin-right: 20px; }

.u-mr1e {
  margin-right: 1em; }

.u-mr2e {
  margin-right: 2em; }
.u-mt5 {
  margin-top: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt40 {
  margin-top: 40px;
}
/*! position: */
.u-position-rel {
  position: relative; }

/*! float: */
.u-float-right {
  float: right; }

.u-float-left {
  float: left; }

/*! align: */
.u-align-left {
  text-align: left; }

.u-align-right {
  text-align: right; }

.u-align-center {
  text-align: center; }

.u-vam {
  vertical-align: middle; }

.u-vab {
  vertical-align: bottom; }

/*! font */
.u-font-bold {
  font-weight: bold; }

.u-font-normal {
  font-weight: normal; }

.u-font-30 {
  font-size: 30px;
  font-size: 2.30769rem; }

.u-font-25 {
  font-size: 25px;
  font-size: 1.92308rem; }

.u-font-24 {
  font-size: 24px;
  font-size: 1.84615rem; }

.u-font-23 {
  font-size: 23px;
  font-size: 1.76923rem; }

.u-font-22 {
  font-size: 22px;
  font-size: 1.69231rem; }

.u-font-21 {
  font-size: 21px;
  font-size: 1.61538rem; }

.u-font-20 {
  font-size: 20px;
  font-size: 1.53846rem; }

.u-font-19 {
  font-size: 19px;
  font-size: 1.46154rem; }

.u-font-18 {
  font-size: 18px;
  font-size: 1.38462rem; }

.u-font-17 {
  font-size: 17px;
  font-size: 1.30769rem; }

.u-font-16 {
  font-size: 16px;
  font-size: 1.23077rem; }

.u-font-15 {
  font-size: 15px;
  font-size: 1.15385rem; }

.u-font-14 {
  font-size: 14px;
  font-size: 1.07692rem; }

.u-font-13 {
  font-size: 13px;
  font-size: 1rem; }

.u-font-12 {
  font-size: 12px;
  font-size: 0.92308rem; }

.u-font-11 {
  font-size: 11px;
  font-size: 0.84615rem; }

.u-font-10 {
  font-size: 10px;
  font-size: 0.76923rem; }

/*! color: */
.u-color-red {
  color: #EA3F39; }

.u-color-orange {
  color: #FF3F00; }

.u-color-blue {
  color: #002464; }

/*! display: */
.u-display-inline-block {
  display: inline-block; }

.u-display-none {
  display: none; }

.u-text-decoration-line{
  text-decoration: line-through;
}

/*! slash */
@media (min-width: 1px) {
  .u-slash {
    font-size: 0;
    border-bottom: 1px solid #fff;
    width: 35px;
    display: inline-block;
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
        -ms-transform: rotate(-45deg) translate(4px, -4px);
            transform: rotate(-45deg) translate(4px, -4px); } }

.is-not-trans {
  color: #fc00ff !important; }
  .is-not-trans * {
    color: #fc00ff !important; }

/*-------------------------------
  BRC_INBOUND-106
-------------------------------*/
.c-accident-box {
  height: 600px;
  overflow-y: auto;
  background: #FFFFFF;
  border: 4px solid #DD0000;
  padding: 15px;
}
.c-accident-box__title {
  background: url(/images/foreign/reserve/img_foreign_reserve_alerticon.png) no-repeat 0 0;
  background-size: 15% auto;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 15px;
}
.c-accident-box__title-en {
  padding: 0 0 15px 17%;
}
.c-accident-box__title-zh {
  padding: 8px 0 23px 17%;
}
.c-accident-box__main-wrap {
  background: #F9F5E1;
  padding: 15px;
}
.c-accident-box__main-contents > ul li {
  border: 2px solid #12347A;
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  font-size: 1.23077rem;
  color: #12347A;
  font-weight: bold;
}
.c-accident-box__notice {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.6;
}
.c-accident-box__agree {
  background: #E4E4E4;
  border-color: #FFFFFF;
  width: 100%;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*-------------------------------
  BRC_INBOUND-137
-------------------------------*/
.p-top__campaign {
  background: #173775;
  padding: 20px 0;
  text-align: center;
}
.p-top__campaign-catch {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.p-top__campaign-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.topCampaignSlide {
  position: relative; }
.topCampaignSlide__nav-prev {
  position: absolute;
  left: 3%;
  top: 36%;
  z-index: 1000; }
.topCampaignSlide__prev {
  display: inline-block;
  width: 20px;
  height: 39px;
  text-indent: 150%;
  overflow: hidden;
  background: url(/images/foreign/top/ico_top_campaign_slide_prev.png) no-repeat; }
.topCampaignSlide__nav-next {
  position: absolute;
  right: 3%;
  top: 36%;
  z-index: 1000; }
.topCampaignSlide__next {
  display: inline-block;
  width: 20px;
  height: 39px;
  text-indent: 150%;
  overflow: hidden;
  background: url(/images/foreign/top/ico_top_campaign_slide_next.png) no-repeat; }

/*-------------------------------
  BRC_INBOUND-138
-------------------------------*/
.p-select-car__suggest__body .largeCarAlert {
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 2px solid #EA3E3A;
}
.p-select-car__suggest__body .largeCarAlertTtl {
  background: url(/images/foreign/reserve/img_foreign_reserve_alerticon.png) no-repeat 0 center;
  background-size: auto 100%;
  font-size: 138.4%;
  color: #E93F39;
  padding-left: 1.6em;
  margin-bottom: 6px;
}
.p-select-car__suggest__body .largeCarAlertTxt {
  font-size: 123.1%;
}
.p-guide__largecar-license .licenseImgBox {
  background: #EDEDED;
  text-align: center;
  padding: 10px 0 15px;
  margin: 0 -3.125% 20px;
}
.p-guide__largecar-license .licenseImgBox p {
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: bold;
}
.p-guide__largecar-license .licenseNoticeBox .alertTxt {
  border: 2px solid #E7161B;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 10px;
  color: #E61519;
  font-weight: bold;
  display: inline-block;
}

/*-------------------------------
  BRC_INBOUND-147
-------------------------------*/
.p-guide__rule-accident-title {
  font-size: 17px;
  font-size: 1.30769rem;
  color: #16367B;
  font-weight: bold;
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #16367B;
  display: inline-block;
}

/*-------------------------------
  BRC_INBOUND-170
-------------------------------*/
.p-confirm__condition-airport-notice-box {
  clear: both;
  color: #FF0000;
}

/*-------------------------------
  BRC_INBOUND-225
-------------------------------*/
.p-select-car__case-item {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  font-size: 81.2%;
  margin-bottom: 4px; }
.p-select-car__case-item:after {
  content: ".";
  display: block;
  font-size:0;
  height: 0;
  visibility:hidden;
  clear: both; }
.p-select-car__case-icon {
  float: left;
  margin: 0 4px 6px 0;
  text-align: center; }
.p-select-car__unselectable.zh_unselectable {
  padding: 8px 15px 8px 32px; }

/*-------------------------------
  BRC_INBOUND-250
-------------------------------*/
.p-qrcode__contents {padding:20px;}
.p-qrcode__contents-logo {
  text-align: center;
  margin-bottom: 80px;
}
.p-qrcode__contents-txt {
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.6;
  font-size: 23px;
  font-size: 1.76923rem;
}
.p-qrcode__contents-btn {
  text-align: center;
  background-color: #003d7e;
  margin: 0 2%;
  border-radius: 12px;
}
.p-qrcode__contents-btn a {
  text-decoration: none;
  display: block;
  color: #FFF;
  line-height: 3em;
  font-size: 23px;
  font-size: 1.76923rem;
}

/*------------------------------------
  BRC_INBOUND-255
------------------------------------*/
.p-confirm__card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}
.p-confirm__card-main li {
  float: left;
  margin-left: 7px;
  width:14%;
}

/*-------------------------------
  BRC_INBOUND-226
-------------------------------*/
.c-styling-form span.required {
  background: #b81913;
  border-color: #b81913;
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
  padding: 0 6px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-------------------------------
  BRC_INBOUND-227
-------------------------------*/
/* #WbGuestErrorForm .c-styling-form__error-message + input[type=text],
#WbGuestErrorForm .c-styling-form__error-message + * > input[type=text],
#WbGuestErrorForm .c-styling-form__error-message + select,
#WbGuestErrorForm .c-styling-form__error-message + .c-select-box {
  border: 3px solid #EA3F39; } */

/*-------------------------------
  BRC_INBOUND-262
-------------------------------*/
.p-top__movie-box {
  margin: 0 10%; }
.p-top__movie h3 {
  font-size: 15px;
  line-height: 1.5; }
.p-top__movie-container {
  border: 1px solid #AAAAAA;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden; }
.p-top__movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*-------------------------------
  BRC_CREDIT-302
-------------------------------*/
.p-guide__international-license-provision-box > p,
.p-guide__international-license-provision-txt ul li {
  text-indent: -1em;
  margin-left: 1em; }

/*-------------------------------
  BRC_INBOUND-331
-------------------------------*/
.p-top__points-item-txt > a {
  color: inherit;
  text-decoration: none;
  display: block; }
.p-top__points-item-txt > a span {
  display: inline-block;
  background: url(/images/foreign/common/ico_points_item_arrow.png) no-repeat right 4% center;
  background-size: auto 50%;
  padding-right: 1.5em; }
.p-top__campaign-anchor {
  margin: 20px 0 0; }
.p-top__campaign-anchor > a {
  background: #173775;
  border: 2px solid #FFF;
  padding: 1em;
  font-size: 14px;
  font-size: 1.07692rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  margin: 0 4%; }

/*-------------------------------
  BRC_INBOUND-382
-------------------------------*/
.footer__questionbox-link {
  border: 1px solid #12347a;
  border-radius: 5px;
  background-color: #ffffff;
  display: block;
  color: #0038A7;
  font-weight: bold;
  text-align: center;
}
.footer__questionbox-link > span {
  display: inline-block;
  padding: 1em 0 1em 3em;
  background: url(/images/foreign/common/ico_question_fukidashi.png) no-repeat 0.5em center;
  background-size: auto 50%;
}

.p-top__bnr-box {
  margin: 0 4% 30px;
  text-align: center;
}

/*-------------------------------
  BRC_INBOUND-405
-------------------------------*/
.p-shop-detail__shop-detail-title + dd .payment_method_icn_zh,
.p-shop-detail__shop-detail-title + dd .payment_method_icn_kr {
  display: inline-block;}
  .p-shop-detail__shop-detail-title + dd .payment_method_icn_zh > img,
  .p-shop-detail__shop-detail-title + dd .payment_method_icn_kr > img {
    vertical-align: bottom;
    height: 1.4em;
    margin-left: 10px;}

/*-------------------------------
  BRC_INBOUND-438
-------------------------------*/
.p-select-car__suggest__body .vcNotice {
  margin-bottom: 15px; }


/*-------------------------------
  BRC_INBOUND-365
-------------------------------*/
.p-top__blog-btn {
  font-size: 140%;
  line-height: 1.4; }

/*------------------------------------
  BRC_INBOUND-460 対応
------------------------------------*/
.p-confirm__price-detail-btn {
  position: absolute;
  top: -0.4em;
  right: 0;
  padding: 0.4em 2em 0.4em 1em;
  background-color: #a0a0a0;
  color: #fff;}
.p-confirm__price-detail-btn::after{
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0.7em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);}
.p-confirm__price-detail-btn.open::after{
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);}
.priceDetail_wrap:not(.active) + .c-wide-set--price__sum {
  border-top: none;
  padding-top: 0;}


/*------------------------------------
  BRC_INBOUND-465 対応
------------------------------------*/
.p-guest__price-announce {
  font-size: 16px;
  font-size: 1.23077rem;}
.p-guest__price-announce-ttl {
  display: inline-block;
  background: #b81913;
  border-color: #b81913;
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
  padding: 0 6px;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}
.p-guest__privacy-policy {
  height: 12.8em;
  overflow-y: scroll;
  word-wrap: break-word;}


/*-------------------------------
  BRC_INBOUND-464
-------------------------------*/
.p-select-option__price-structure-lead {
  background-color: #FFF;
  border: 2px solid #959595;
  padding: 15px;
  margin-bottom: 15px;}
.p-select-option__price-structure-lead-txt {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.45;
  text-align: center;}
.p-select-option__price-structure-lead-txt > span {
  color: #ea5e1d;
  font-weight: bold;}
.p-select-option__price-structure-detail ul {
  float: left;
  width: 50%;
  margin-left: 5%;}
.p-select-option__price-structure-detail ul li.cost,
.p-select-option__price-structure-detail ul li.equipment,
.p-select-option__price-structure-detail ul li.exemption {
  font-size: 14px;
  font-size: 1.07692rem;
  border: 3px solid;
  padding: 11px 0;
  text-align: center;
  box-sizing: border-box;}
.p-select-option__price-structure-detail ul li.plus {
  font-size: 16px;
  font-size: 1.23077rem;
  text-align: center;}
.p-select-option__price-structure-detail ul li.cost {
  border-color: #15367b;
  background-color: #cccccc;}
.p-select-option__price-structure-detail ul li.equipment {
  border-color: #ea5e1d;
  background-color: #ffcbb2;
  padding: 6px 0;}
.p-select-option__price-structure-detail ul li.exemption {
  border-color: #276fa4;
  background-color: #b2dfff;
  padding: 6px 0;}
.p-select-option__price-structure-detail ul li.equipment:before,
.p-select-option__price-structure-detail ul li.exemption:before {
  top: -18px;
  left: 50%;
  border: solid #0000;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #95959500;
  border-top-color: #959595;
  border-width: 15px;
  margin-left: -15px;}
.p-select-option__price-structure-detail ul li.equipment > a,
.p-select-option__price-structure-detail ul li.exemption > a {
  display: block;
  width: 100%;}
.p-select-option__price-structure-detail ul li.equipment > a > span,
.p-select-option__price-structure-detail ul li.exemption > a > span {
  position: relative;
  display: inline-block;
  padding: 0 0 0.7em;
  color: #000;
  vertical-align: middle;
  text-decoration: none;}
.p-select-option__price-structure-detail ul li.equipment > a > span::after,
.p-select-option__price-structure-detail ul li.exemption > a > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.355em;
  vertical-align: middle;
  width: 0.71em;
  height: 0.71em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);}
.p-select-option__price-structure-detail .chosen {
  float: left;
  width: 25%;
  position: relative;
  background: #15367b;
  font-size: 14px;
  font-size: 1.07692rem;
  color: #FFF;
  text-align: center;
  display: inline-block;
  margin: 5px 0 0 9px;
  padding: 9px 0;
  border-radius: 5px;}
.p-select-option__price-structure-detail .chosen:after {
  right: 100%;
  top: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 5px solid #15367b00;
  border-right: 9px solid #15367b;
  margin-top: -5px;}


.sns-guide__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.23077rem;
  color: #16367B;
  border-bottom: 2px solid #16367B;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.sns-guide__text {
  margin-bottom: 20px;
  padding: 0 5px; }

.sns-guide ul{
    list-style: disc;
    margin-left: 30px;
  margin-bottom: 20px;
}
.sns-guide li{
    line-height: 1em;
}

.sns-guide p.last{
	font-weight: bold;
}


/*-------------------------------
  BRC_INBOUND-716
-------------------------------*/
/* .p-top__main-slide_en {
  padding-bottom: 20px;
} */
.p-top__main-slide_en img {
  width: 100%;
  vertical-align: middle;
}
.p-top__main-slide_en .slides li {
  position: relative;
  display: none;
}
.p-top__main-slide_en .slides li:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  pointer-events: none;
}
.p-top__main-slide_en .flex-viewport {
  margin-bottom: 5px;
}
.p-top__main-slide_en .flex-control-paging {
  float: left;
  position: relative;
  left: 50%;
  font-size: 123.1%;
}
.p-top__main-slide_en .flex-control-paging li {
  display: block;
  float: left;
  position: relative;
  left: -50%;
  margin-right: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.p-top__main-slide_en .flex-control-paging li a {
  float: left;
  border-radius: 100%;
  display: block;
  text-decoration: none;
  width: 11px;
  height: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(41%, #fff), to(#e0e0e0));
  background-image: linear-gradient(#fff 0%, #fff 41%, #e0e0e0 100%);
  border: 1px solid #ccc;
}
.p-top__main-slide_en .flex-control-paging li a.flex-active {
  border: none;
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b4981), to(#002467));
  background-image: linear-gradient(#2b4981 0%, #002467 100%);
}
.p-top__main-slide_en .flex-control-paging li:last-child {
  margin-right: 0;
}

/*-------------------------------
  BRC_INBOUND-716 - Korean
-------------------------------*/
/* .p-top__main-slide_kr {
  padding-bottom: 50px;
} */
.p-top__main-slide_kr img {
  width: 100%;
  vertical-align: middle;
}
.p-top__main-slide_kr .slides li {
  position: relative;
  display: none;
}
.p-top__main-slide_kr .slides li:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  pointer-events: none;
}
.p-top__main-slide_kr .flex-viewport {
  margin-bottom: 5px;
}
.p-top__main-slide_kr .flex-control-paging {
  float: left;
  position: relative;
  left: 50%;
  font-size: 123.1%;
}
.p-top__main-slide_kr .flex-control-paging li {
  display: block;
  float: left;
  position: relative;
  left: -50%;
  margin-right: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.p-top__main-slide_kr .flex-control-paging li a {
  float: left;
  border-radius: 100%;
  display: block;
  text-decoration: none;
  width: 11px;
  height: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(41%, #fff), to(#e0e0e0));
  background-image: linear-gradient(#fff 0%, #fff 41%, #e0e0e0 100%);
  border: 1px solid #ccc;
}
.p-top__main-slide_kr .flex-control-paging li a.flex-active {
  border: none;
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b4981), to(#002467));
  background-image: linear-gradient(#2b4981 0%, #002467 100%);
}
.p-top__main-slide_kr .flex-control-paging li:last-child {
  margin-right: 0;
}

/*-------------------------------
  BRC_INBOUND-716 - Chinese
-------------------------------*/
/* .p-top__main-slide_zh {
  padding-bottom: 50px;
} */
.p-top__main-slide_zh img {
  width: 100%;
  vertical-align: middle;
}
.p-top__main-slide_zh .slides li {
  position: relative;
  display: none;
}
.p-top__main-slide_zh .slides li:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  pointer-events: none;
}
.p-top__main-slide_zh .flex-viewport {
  margin-bottom: 5px;
}
.p-top__main-slide_zh .flex-control-paging {
  float: left;
  position: relative;
  left: 50%;
  font-size: 123.1%;
}
.p-top__main-slide_zh .flex-control-paging li {
  display: block;
  float: left;
  position: relative;
  left: -50%;
  margin-right: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.p-top__main-slide_zh .flex-control-paging li a {
  float: left;
  border-radius: 100%;
  display: block;
  text-decoration: none;
  width: 11px;
  height: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(41%, #fff), to(#e0e0e0));
  background-image: linear-gradient(#fff 0%, #fff 41%, #e0e0e0 100%);
  border: 1px solid #ccc;
}
.p-top__main-slide_zh .flex-control-paging li a.flex-active {
  border: none;
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b4981), to(#002467));
  background-image: linear-gradient(#2b4981 0%, #002467 100%);
}
.p-top__main-slide_zh .flex-control-paging li:last-child {
  margin-right: 0;
}
.topSlide__control-nav {
  bottom: -12px;
  width: 100%;
  text-align: center;
}
.topSlide__control-paging li {
  display: inline-block;
  margin: 0 6px;
}
.topSlide__control-paging li a {
  overflow: hidden;
  text-indent: 100%;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: white;
  border: 1px solid #aaaaaa;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topSlide__active {
  background: #646464 !important;
  border-color: #646464 !important;
}

/*------------------------------------
  BRC_INBOUND-715
------------------------------------*/
.p-prevention .c-column:before,
.p-prevention .c-column:after {
  display: table;
  content: " ";
}
.p-prevention .c-column:after {
  clear: both;
}
.p-prevention .c-column__left{
  float: left;
  max-width: 48.5%;
}
.p-prevention .c-column__right{
  float: right;
  max-width: 48.5%;
}
.p-prevention-box{
}
.p-prevention-box-text{
  margin-bottom: 20px;
}

.p-prevention-detail-box{
  background-color: #F0F0F0;
  padding: 5px;
  margin-bottom: 20px;
}
.p-prevention-detail-box-text{
  margin: 5px 0px 10px 16px;
}
.p-prevention-box .c-line {
  padding: 5px 0 10px 0;
}
.p-top__prevention{
  margin: 10px 15% 5px;
}
.p-top__prevention > a {
  border: 2px solid #173775;
  padding: 1em;
  font-size: 13px;
  text-align: center;
}

/*------------------------------------
  BRC_INBOUND-761
------------------------------------*/
.p-budget-tablet .p-budget-tablet__mainvisual {
  width: 100%;
  background-color: #eaf4fe; }
.p-budget-tablet .p-budget-tablet__mainvisual .p-budget-tablet__mainvisual-inner {
  text-align: center;
  padding: calc((20/640)*100vw) 0 calc((10/640)*100vw); }
.p-budget-tablet .p-budget-tablet__howto {
  background-color: #FFFFFF; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-ttl {
  text-align: center;
  padding: calc((20/420)*100vw) 0; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item .p-budget-tablet__howto-step-icn {
  position: absolute;
  border-radius: 50%;
  background-color: #373e79;
  padding: .4em;
  width: 3em;
  height: auto;
  font-size: calc((22/640)*100vw);
  line-height: 1.0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item .p-budget-tablet__howto-step-icn .p-budget-tablet__howto-step-icn-num {
  font-size: 2em;
  line-height: 1;
  display: inline-block; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item .p-budget-tablet__howto-step-img {
  text-align: center; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item:not(:last-of-type) .p-budget-tablet__howto-step-txt {
  margin: 0 0 calc((45/640)*100vw); }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item:not(:last-of-type) .p-budget-tablet__howto-step-txt::after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  border-top-width: calc((45/640)*100vw);
  border-bottom-width: calc((45/640)*100vw);
  border-left-width: calc((151/640)*100vw);
  border-right-width: calc((151/640)*100vw);
  border-top-color: #EAF4FE;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0); }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item .p-budget-tablet__howto-step-txt {
  background-color: #eaf4fe;
  position: relative; }
.p-budget-tablet .p-budget-tablet__howto .p-budget-tablet__howto-step .p-budget-tablet__howto-step-item .p-budget-tablet__howto-step-txt > p {
  font-size: calc((22/640)*100vw);
  line-height: 1.36;
  color: #373e79;
  text-align: center;
  padding: 0.5em 1em;
  word-break: break-word; }
.p-budget-tablet .p-budget-tablet__offer-area {
  padding: calc((60/640)*100vw) 0 calc((30/640)*100vw);
  background-color: #FFFFFF; }
.p-budget-tablet .p-budget-tablet__offer-area .p-budget-tablet__offer-btn > a {
  position: relative;
  display: block;
  width: calc((424/640)*100vw);
  padding: 0.5em 0;
  margin: 0 auto;
  background-color: #F67D50;
  border-color: #F67D50;
  border-radius: 4px;
  font-size: calc((34/640)*100vw);
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  box-shadow: 0 4px 0 #EA5E1D;
  box-sizing: border-box;
  transition: all .2s ease; }
.p-budget-tablet .p-budget-tablet__offer-area .p-budget-tablet__offer-btn > a:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 2px 0 #EA5E1D;
          box-shadow: 0 2px 0 #EA5E1D;
  background-color: #EA5E1D; }
.p-budget-tablet .p-budget-tablet__offer-area .p-budget-tablet__offer-btn > a::before, .p-budget-tablet .p-budget-tablet__offer-area .p-budget-tablet__offer-btn > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }
.p-budget-tablet .p-budget-tablet__offer-area .p-budget-tablet__offer-btn > a::before {
  right: .47em;
  width: .58em;
  height: .1em;
  background: #FFFFFF; }
.p-budget-tablet .p-budget-tablet__offer-area .p-budget-tablet__offer-btn > a::after {
  right: .47em;
  width: .4em;
  height: .4em;
  border-top: .1em solid #FFFFFF;
  border-right: .1em solid #FFFFFF;
  transform: rotate(45deg); }
.p-budget-tablet .p-budget-tablet__offer-area .p-budget-tablet__offer-txt {
  font-size: calc((16/640)*100vw);
  line-height: inherit;
  text-align: center;
  margin-top: 1.2em; }

/*------------------------------------
  BRC_INBOUND-764
------------------------------------*/
.page_guide_service {
  max-width: 1020px;
  margin: 0 auto;
}
.page_guide_service .sec {
  font-size: 10px;
}
.page_guide_service .sec img {
  width: 100%;
  vertical-align: bottom;
}
.page_guide_service .sec div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_guide_service .flex_c02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page_guide_service .flex_c02 > .c_same02 {
  width: calc(100% / 2);
}
.page_guide_service .flex_c03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page_guide_service .flex_c03 > .c_same03 {
  width: calc((100% - 20px) / 3);
}
.page_guide_service .check_list li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.page_guide_service .check_list li::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: calc((39/ 640) * 100%);
  padding-top: calc((39/640)*100%);
  background: url("/images/sp/foreign/guide/service/icn_list.png") no-repeat;
  background-size: 100%;
  margin-right: calc((10/640)*100%);
}
.page_guide_service .tab_area {
  width: calc((620/ 640) * 100%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_guide_service .tab_area > .tab_label {
  width: calc(100%/3);
  height: 14vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: #666666;
  cursor: pointer;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  position: relative;
}
.page_guide_service .tab_area > .tab_label::after {
  content: "";
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  bottom: -3.5%;
  right: -6.0%;
}
.page_guide_service .tab_area > .tab_label.active {
  color: #000000;
  background-color: #cccccc;
  text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
.page_guide_service .tab_area > .tab_label.active span::before {
  background-color: #e85e2b;
}
.page_guide_service .tab_area > .tab_label:hover {
  opacity: 0.9;
}
.page_guide_service .tab_area > .tab_label span {
  position: relative;
  margin: 0 auto;
  padding-left: 1.8em;
}
.page_guide_service .tab_area > .tab_label span::before {
  text-align: center;
  background-color: #16367b;
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 50%;
  font-size: 3.5vw;
  color: #ffffff;
  text-shadow: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.page_guide_service .tab_panel {
  width: 100%;
  display: none;
}
.page_guide_service .tab_panel.active {
  display: block;
}

.page_guide_service {
  /* sec_main
  ------------------------ */
  /* sec_safety
  ------------------------ */
  /* sec_service
  ------------------------ */
}
.page_guide_service .sec_main {
  margin-top: -10px;
}
.page_guide_service .sec_main .main_head {
  background-color: #333333;
}
.page_guide_service .sec_main .main_head h1 {
  border-left: solid 1.5em #e85e2b;
  color: #ffffff;
  font-size: 3vw;
  padding: calc((5 / 1020) * 100%) calc((10 / 1020) * 100%) calc((5 / 1020) * 100%);
}
.page_guide_service .sec_safety .safe_head h2 {
  font-size: 6vw;
  color: #16367b;
  font-weight: 500;
  text-align: center;
  padding: calc((27 / 1020) * 100%) calc((0 / 1020) * 100%) calc((27 / 1020) * 100%);
}
.page_guide_service .sec_safety .safe_head h2 .str {
  color: #e85e2b;
  font-size: 8vw;
}
.page_guide_service .sec_safety .safe_list_01 {
  background-color: #fbede8;
  padding: calc((35/ 640)*100%) calc((10/ 640)*100%) calc((25/ 640)*100%);
}
.page_guide_service .sec_safety .safe_list_01 .box_list_cont {
  width: calc(((205 - (10 + 5 + 8)) / 640) * 100%);
  font-size: 3vw;
  color: #16367b;
  padding-left: calc((8 / 640) * 100%);
  border-left: solid 5px #e85e2b;
}
.page_guide_service .sec_safety .safe_list_01 .box_list_cont:nth-child(2) {
  width: calc(((230 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service .sec_safety .safe_list_01 .box_list_cont .str {
  color: #cc0000;
}
.page_guide_service .sec_safety .safe_list_01 .box_list_cont .large {
  font-size: 3.8vw;
}
.page_guide_service .sec_safety .safe_list_01 > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_guide_service .sec_safety .safe_list_01 .box_list_cont .safe_name {
  margin-bottom: calc((20 / 318) * 100%);
  font-weight: 500;
}
.page_guide_service .sec_safety .safe_list_02 {
  background-color: #ffffff;
  padding: calc((20/ 640)*100%) calc((10/ 640)*100%) calc((30/ 640)*100%);
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont {
  width: calc(((205 - (10 + 2 + 10)) / 640) * 100%);
  font-size: 2.8vw;
  color: #16367b;
  padding-left: calc((10 / 640) * 100%);
  border-left: solid 2px #e85e2b;
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont:nth-child(2) {
  width: calc(((230 - (10 + 2 + 10)) / 640) * 100%);
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont .str {
  color: #cc0000;
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont .large {
  font-size: 3.3vw;
}
.page_guide_service .sec_safety .safe_list_02 > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont {
  min-height: 120px;
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont + .box_list_cont {
  margin-left: 5px;
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont:first-child, .page_guide_service .sec_safety .safe_list_02 .box_list_cont:nth-child(4n) {
  border-left: solid 2px #ffffff;
  margin-left: 0;
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont.flex_c02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_guide_service .sec_safety .safe_list_02 .box_list_cont.flex_c02 p:first-child {
  height: 60px;
}
.page_guide_service .sec_service .tab_service .tab_wrap .tab_area .tab_label:nth-child(1) span {
  font-size: 3.5vw;
}
.page_guide_service .sec_service .tab_service .tab_wrap .tab_area .tab_label:nth-child(1) span::before {
  content: "1";
}
.page_guide_service .sec_service .tab_service .tab_wrap .tab_area .tab_label:nth-child(2) span {
  font-size: 3vw;
}
.page_guide_service .sec_service .tab_service .tab_wrap .tab_area .tab_label:nth-child(2) span::before {
  content: "2";
}
.page_guide_service .sec_service .tab_service .tab_wrap .tab_area .tab_label:nth-child(3) span {
  font-size: 3.5vw;
}
.page_guide_service .sec_service .tab_service .tab_wrap .tab_area .tab_label:nth-child(3) span::before {
  content: "3";
}
.page_guide_service .sec_service .box_service {
  font-size: 4vw;
  padding: calc((45 / 1020) * 100%) calc((35 / 1020) * 100%) calc((45 / 1020) * 100%);
}
.page_guide_service .sec_service .box_service .str {
  color: #cc0000;
}
.page_guide_service .sec_service .box_service .service_list {
  margin-top: calc((35 / 640) * 100%);
}
.page_guide_service .sec_service .box_service .service_list li + li {
  margin-top: calc((35 / 640) * 100%);
}
.page_guide_service .sec_service .box_service_cont .service_head h2 {
  background: #e85e2b;
  color: #ffffff;
  font-size: 4.5vw;
  text-align: center;
  padding: calc((10 / 1020) * 100%) calc((0 / 1020) * 100%) calc((10 / 1020) * 100%);
}
.page_guide_service .sec_service .box_service_cont .service_head h2::before, .page_guide_service .sec_service .box_service_cont .service_head h2::after {
  content: "\30fb";
}
.page_guide_service .sec_service .box_service_cont .box_inner {
  padding: calc((70 / 1020) * 100%) calc((0 / 1020) * 100%) calc((0 / 1020) * 100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont {
  position: relative;
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l {
  position: absolute;
  top: calc((10/450)*100%);
  left: calc((0/450)*100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .image_comment {
  width: calc((460/640)*100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set {
  position: absolute;
  top: calc((30/450)*100%);
  left: calc((13/450)*100%);
  padding: calc((10/390)*100%) calc((8/390)*100%);
  width: calc((390/ 650) * 100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .service_name {
  padding: calc((15 / 1020) * 100%) calc((35 / 1020) * 100%) calc((15 / 1020) * 100%);
  border-radius: 50px;
  text-align: center;
  font-size: 4vw;
  margin-bottom: calc((20 / 390) * 100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .txt_comment {
  margin: 0 auto;
  font-size: 3.3vw;
  color: #666666;
  line-height: 1.3;
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .txt_comment .note {
  font-size: 3vw;
  margin-top: calc((12 / 390) * 100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .txt_comment .note + p {
  margin-top: calc((3 / 390) * 100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .txt_comment .str {
  color: #cc0000;
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_r {
  width: calc((260/ 640) * 100%);
  margin: 0 0 0 auto;
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_r .image_service {
  width: calc((160/ 190) * 100%);
}
.page_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_r .image_service img {
  max-width: 100%;
  width: auto;
}
.page_guide_service .sec_service #panel1 {
  padding-bottom: calc((20 / 640) * 100%);
}
.page_guide_service .sec_service #panel1 .block_service_cont .service_name {
  background: #cccccc;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page_guide_service .sec_service #panel1 .block_service_01 .bean_cont_l .service_name::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 29px;
  background: url(/images/sp/foreign/guide/service/icn_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc((-50/390)*100%);
  left: calc((-5/390)*100%);
}
.page_guide_service .sec_service #panel1 .block_service_01 .bean_cont_r .icn_service {
  position: absolute;
  top: calc((-20/640)*100%);
  right: calc((0/640)*100%);
  width: calc((150/ 640) * 100%);
}
.page_guide_service .sec_service #panel1 .block_service_02 .bean_cont_l .service_name::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 29px;
  background: url(/images/sp/foreign/guide/service/icn_02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc((-50/390)*100%);
  left: calc((-5/390)*100%);
}
.page_guide_service .sec_service #panel1 .block_service_02 .bean_cont_r .icn_service {
  position: absolute;
  top: calc((80/640)*100%);
  right: calc((0/640)*100%);
  width: calc((100/ 640) * 100%);
}
.page_guide_service .sec_service #panel1 .block_service_03 .bean_cont_l .service_name::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 29px;
  background: url(/images/sp/foreign/guide/service/icn_03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc((-50/390)*100%);
  left: calc((-5/390)*100%);
}
.page_guide_service .sec_service #panel1 .block_service_03 .bean_cont_r .image_service {
  padding: calc((60 / 190) * 100%) calc((0 / 190) * 100%) calc((60 / 190) * 100%);
  text-align: right;
}
.page_guide_service .sec_service #panel1 .block_service_03 .bean_cont_r .icn_service {
  position: absolute;
  top: calc((40/640)*100%);
  right: calc((10/640)*100%);
  width: calc((100/ 640) * 100%);
}
.page_guide_service .sec_service #panel1 .block_service_03 .bean_cont_r .image_service {
  width: calc((160/ 190) * 100%);
  margin: 0 5px 0 auto;
}
.page_guide_service .sec_service #panel2 {
  padding-bottom: calc((60 / 640) * 100%);
}
.page_guide_service .sec_service #panel2 .block_service_cont .bean_cont_l .service_name {
  background: #16367b;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.page_guide_service .sec_service #panel2 .block_service_cont .bean_cont_r {
  width: calc((290/ 640) * 100%);
}
.page_guide_service .sec_service #panel2 .block_service_cont .bean_cont_r .image_service {
  width: auto;
  margin: 0 0 0 auto;
}
.page_guide_service .sec_service #panel2 .block_service_cont + .block_service_cont {
  margin-top: calc((55 / 640) * 100%);
}
.page_guide_service .sec_service #panel2 .block_service_cont.block_service_01 .bean_cont_l {
  position: absolute;
  top: calc((15/450)*100%);
  left: calc((13/450)*100%);
}
.page_guide_service .sec_service #panel2 .block_service_cont.block_service_02 .bean_cont_l {
  position: absolute;
  top: calc((-18/450)*100%);
  left: calc((13/450)*100%);
}
.page_guide_service .sec_service #panel2 .block_service_cont.block_service_03 .bean_cont_l {
  position: absolute;
  top: calc((0/450)*100%);
  left: calc((13/450)*100%);
}
.page_guide_service .sec_service #panel3 {
  padding-bottom: calc((100 / 640) * 100%);
}
.page_guide_service .sec_service #panel3 .block_service_cont .bean_cont_l {
  position: absolute;
  top: calc((-15/450)*100%);
  left: calc((13/450)*100%);
}
.page_guide_service .sec_service #panel3 .block_service_cont .bean_cont_l .service_name {
  background: #16367b;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.page_guide_service .sec_service #panel3 .block_service_cont .bean_cont_l .cont_set {
  top: calc((20/450)*100%);
}
.page_guide_service .sec_service #panel3 .block_service_cont .bean_cont_l .note_inline {
  font-size: 3vw;
  vertical-align: bottom;
}
.page_guide_service .sec_service #panel3 .block_service_cont .bean_cont_r {
  width: calc((290/ 640) * 100%);
}
.page_guide_service .sec_service #panel3 .block_service_cont .bean_cont_r .image_service {
  width: auto;
  margin: 0 0 0 auto;
}
.page_guide_service .sec_service #panel3 .block_service_cont + .block_service_cont {
  margin-top: calc((55 / 640) * 100%);
}
.page_guide_service .sec_service #panel3 .block_service_cont:nth-child(3) {
  margin-top: calc((110 / 640) * 100%);
}
.page_guide_service .sec_service #panel3 .block_service_cont:first-child .bean_cont_l {
  position: absolute;
  top: calc((15/450)*100%);
  left: calc((13/450)*100%);
}
.page_guide_service .sec_service #panel3 .block_service_cont:first-child .bean_cont_r .icn_service {
  position: absolute;
  top: calc((-90/640)*100%);
  right: calc((0/640)*100%);
  width: calc((180/ 640) * 100%);
}

/* kr guide_service 200827
-------------------------- */
.page_guide_service.kr_guide_service .sec_safety .safe_head h2 {
  font-size: 4.0vw;
}
.page_guide_service.kr_guide_service .sec_safety .safe_head h2 .str {
  font-size: 5.0vw;
}
.page_guide_service.kr_guide_service .sec_safety .safe_list_01 .box_list_cont {
  width: calc(((195 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service.kr_guide_service .sec_safety .safe_list_01 .box_list_cont:nth-child(2) {
  width: calc(((250 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service.kr_guide_service .sec_safety .safe_list_02 .box_list_cont {
  font-size: 2.5vw;
  width: calc(((195 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service.kr_guide_service .sec_safety .safe_list_02 .box_list_cont:nth-child(2) {
  width: calc(((250 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service.kr_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .service_name {
  font-size: 3.3vw;
}
.page_guide_service.kr_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .txt_comment {
  font-size: 3.1vw;
}
.page_guide_service.kr_guide_service .sec_service #panel1 .block_service_cont .bean_cont_l .cont_set .service_name {
  padding: calc((15 / 640) * 100%) calc((35 / 640) * 100%) calc((15 / 640) * 100%) calc((70 / 640) * 100%);
}
.page_guide_service.kr_guide_service .sec_service #panel1 .block_service_03 .bean_cont_r .icn_service {
  top: calc((40/640)*100%);
  right: calc((0/640)*100%);
}
.page_guide_service.kr_guide_service .sec_service #panel3 .block_service_03{
  margin-top: calc((130/640)*100%);
  margin-bottom: calc((30/640)*100%);
}
.page_guide_service.en_guide_service .sec_safety .safe_head h2 {
  padding-left: calc((10/640)*100%);
  padding-right: calc((10/640)*100%);
  font-size: 2.8vw;
  line-height: 1.6;
}

/* en guide_service 200827
-------------------------- */
.page_guide_service.en_guide_service .sec_safety .safe_head h2 .str {
  font-size: 3.5vw;
}
.page_guide_service.en_guide_service .sec_safety .safe_list_01 .box_list_cont {
  width: calc(((208 - (10 + 5 + 8)) / 640) * 100%);
  font-size: 2.8vw;
}
.page_guide_service.en_guide_service .sec_safety .safe_list_01 .box_list_cont:nth-child(2) {
  width: calc(((240 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service.en_guide_service .sec_safety .safe_list_01 .box_list_cont .large {
  font-size: 2.8vw;
}
.page_guide_service.en_guide_service .sec_safety .safe_list_01 .box_list_cont + .box_list_cont {
  margin-left: 0;
}
.page_guide_service.en_guide_service .sec_safety .safe_list_02 .box_list_cont {
  font-size: 2.5vw;
  width: calc(((210 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service.en_guide_service .sec_safety .safe_list_02 .box_list_cont:nth-child(2) {
  width: calc(((240 - (10 + 5 + 8)) / 640) * 100%);
}
.page_guide_service.en_guide_service .sec_safety .safe_list_02 .box_list_cont + .box_list_cont {
  margin-left: 0;
}
.page_guide_service.en_guide_service .sec_service .tab_service .tab_wrap .tab_area > .tab_label span {
  font-size: 2.6vw;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  padding-top: calc((5/640)*100%);
  padding-bottom: calc((5/640)*100%);
  width: 95%;
}
.page_guide_service.en_guide_service .sec_service .tab_service .tab_wrap .tab_area > .tab_label span::before {
  left: -10%;
  width: 5.8vw;
  height: 5.5vw;
  font-size: 4.5vw;
}
.page_guide_service.en_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .service_name {
  font-size: 3.3vw;
}
.page_guide_service.en_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .txt_comment {
  font-size: 2.9vw;
}
.page_guide_service.en_guide_service .sec_service .box_service_cont .box_inner .block_service_cont .bean_cont_l .cont_set .txt_comment .note {
  font-size: 2.6vw;
}
.page_guide_service.en_guide_service .sec_service #panel1 .block_service_cont .bean_cont_l .cont_set .service_name {
  padding: calc((15 / 640) * 100%) calc((35 / 640) * 100%) calc((15 / 640) * 100%) calc((70 / 640) * 100%);
}
.page_guide_service.en_guide_service .sec_service #panel1 .block_service_03{
  margin-top: calc((30 / 640) * 100%);
}
.page_guide_service.en_guide_service .sec_service #panel1 .block_service_03 .bean_cont_r .icn_service {
  top: calc((30/640)*100%);
  right: calc((0/640)*100%);
}
.page_guide_service.en_guide_service .sec_service #panel2 .block_service_03 .bean_cont_r {
  margin-bottom: 20px;
}
.page_guide_service.en_guide_service .sec_service #panel3 .block_service_cont + .block_service_02 {
  margin-top: calc((90/640)*100%);
}
.page_guide_service.en_guide_service .sec_service #panel3 .block_service_cont + .block_service_02 + .block_service_03 {
  margin-top: calc((150/640)*100%);
  margin-bottom: calc((80/640)*100%);
}


/*------------------------------------
  BRC_INBOUND-792
------------------------------------*/
.guide_winterdrive .c-bg--white{
  margin-top: initial;
}
.guide_winterdrive .ja_txt {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	width: 100%;
}

.guide_winterdrive .elm_sec_heading_1st {
	background: #eaf4fe;
	line-height: 1.5;
}
.elm_sec_heading_1st .heading_inner {
	text-align: center;
}
.elm_sec_heading_1st .ttl {
	padding: calc((20 / 640) * 100%) 0;
	font-size: calc((26 / 640) * 100vw);
	color: #15367b;
	font-weight: bold;
}
.elm_sec_heading_1st span {
	font-size: calc((34 / 640) * 100vw);
}

.guide_winterdrive .txt_strong {
	color: #ea5e1d;
}

.guide_winterdrive {
	padding-bottom: 0;
}

.guide_winterdrive * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.guide_winterdrive img {
	width: 100%;
	vertical-align: bottom;
}
.guide_winterdrive .bg_gray {
	background: #ebebeb;
}
.guide_winterdrive .sec + .sec {
	margin: calc((40 / 640) * 100%) auto 0;
}
.guide_winterdrive .block + .block {
	margin-top: calc((10 / 640) * 100%);
}
.guide_winterdrive .block .box + .box {
	margin-top: calc((30 / 640) * 100%);
}
.guide_winterdrive .block .box .img + .txt,
.guide_winterdrive .block .box .img + .img,
.guide_winterdrive .block .box .txt + .txt,
.guide_winterdrive .block .box .txt + .img {
	margin-top: 1em;
}
.guide_winterdrive .first_view .block_01 {
	margin: calc((30 / 640) * 100%) 0;
	font-size: calc((24 / 640) * 100vw);
}
.guide_winterdrive .sec_01 .sec_heading_01 .heading_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.guide_winterdrive .sec_01 .sec_heading_01 .icn {
	margin-right: calc((20 / 600) * 100%);
	width: 20%;
}
.guide_winterdrive .sec_01 .sec_heading_01 .ttl {
	width: 80%;
	font-size: calc((30 / 640) * 100vw);
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.guide_winterdrive .sec_01 .block_01 .box_01 {
	margin: calc((30 / 640) * 100%) 0;
}
.guide_winterdrive .sec_01 .block_01 .box_01 .txt {
	font-size: calc((24 / 640) * 100vw);
}
.guide_winterdrive .sec_01 .block_01 .box_02 {
	width: 100%;
}
.guide_winterdrive .sec_01 .block_01 .box_02 .box_inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #15367b;
	padding: 0 calc((25 / 640) * 100%);
}
.guide_winterdrive .sec_01 .block_01 .box_02 .tag {
	background: #ffffff;
	color: #ea5e1d;
	font-weight: bold;
	font-size: calc((36 / 640) * 100vw);
	margin: calc((20 / 640) * 100%) 0;
	width: calc((60 / 640) * 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.1em;
}
.guide_winterdrive .sec_01 .block_01 .box_02 .area_txt {
	color: #ffffff;
	padding: calc((20 / 640) * 100%) 0;
	margin-left: calc((20 / 640) * 100%);
	line-height: 1.1;
	font-size: calc((30 / 640) * 100vw);
}
.guide_winterdrive .sec_01 .block_01 .box_02 .area_txt .ttl {
	font-size: calc((40 / 640) * 100vw);
}
.guide_winterdrive .sec_01 .block_02 {
	margin-top: 0;
}
.guide_winterdrive .sec_01 .block_02 .block_inner {
	padding: calc((10 / 640) * 100%) 0;
}
.guide_winterdrive .sec_01 .block_02 .box_02 .txt {
	font-size: calc((24 / 640) * 100vw);
}
.guide_winterdrive .sec_01 .block_02 .box_03 {
	text-align: center;
}
.guide_winterdrive .sec_01 .block_02 .box_03 .list_price {
	display: inline-block;
	width: 100%;
	background: #ffffff;
	padding: calc((10 / 600) * 100%) calc((15 / 600) * 100%);
}
.guide_winterdrive .sec_01 .block_02 .box_03 .list_price li {
	display: inline-block;
	color: #ea5e1d;
	font-size: calc((26 / 640) * 100vw);
}
.guide_winterdrive .sec_01 .block_02 .box_03 .list_price li span {
	font-size: calc((36 / 640) * 100vw);
	font-weight: bold;
}
.guide_winterdrive .sec_01 .block_02 .box_03 .list_price li + li::before {
	content: "\ff5c";
}
.guide_winterdrive .sec_02 .sec_heading_01 {
	width: calc((424 / 600) * 100%);
	margin: 0 auto;
}
.guide_winterdrive .sec_02 .sec_heading_02 {
	position: relative;
	margin: calc((20 / 640) * 100%) auto 0;
}
.guide_winterdrive .sec_02 .sec_heading_02::after {
	content: " ";
	display: block;
	border-top: solid 5vw #eaf4fe;
	border-left: solid 18vw transparent;
	border-right: solid 18vw transparent;
	position: absolute;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	right: 50%;
	bottom: -4.9vw;
}
.guide_winterdrive .sec_02 .block_01 {
  margin-top: calc((15 / 640) * 100vw);
  padding-bottom: calc((40 / 640) * 100%);
}
.guide_winterdrive .sec_02 .block_01 .box_01 .img + .img {
	margin: calc((40 / 640) * 100%) 0 0;
}

/* en_only */
.guide_winterdrive .sec_01 .sec_heading_01 .icn.en_only{
	width: 20%;
}
.guide_winterdrive .sec_01 .sec_heading_01 .ttl.en_only{
	width: 80%;
	font-size: calc((28 / 640) * 100vw);
}
.guide_winterdrive .sec_01 .block_01 .box_02 .tag.en_only{
	display: inline-block;
	justify-content: initial;
	align-items: initial;
	width: auto;
	letter-spacing: initial;
	margin: 0 2% 0 0;
	padding: 5px 2%;
}
.guide_winterdrive .sec_01 .block_02 .box_03.en_only .list_price{
	padding: calc((10/1000)*100%) calc((40/1000)*100%);
}
.guide_winterdrive .sec_01 .block_02 .box_03.en_only .list_price li{
	display: block;
}
.guide_winterdrive .sec_01 .block_02 .box_03.en_only .list_price li + li::before{
	content:" ";
}
.guide_winterdrive .sec_02 .sec_heading_01.en_only {
	width: calc((500 / 600) * 100%);
}

/*-------------------------------
  BRC_INBOUND-860
-------------------------------*/
.c-accident-box__main-contents--2nd >*:nth-child(-n+1){
  margin-top: 10px;
}
.c-accident-box__main-contents--2nd >* .img img{
  max-width: 100%;
}
.p-reserve_confirm__personal_infomation__title{
  position: relative;
}
.p-reserve_confirm__personal_infomation__title .btn_change{
  position: absolute;
  transform: translate(0,50%);
  top: -18px;
  right: 0;
}

.p-reserve_confirm__pay_card{
  padding: 10px 4%;
  background: #eeeeee;
  box-sizing: border-box;
  float: right;
}


.p-reserve_guest__driving_licenses{
  background: #ffffff;
  border: solid 1px #0c2e7e;
  border-radius: 8px;
}
.p-reserve_guest__driving_licenses .p-reserve_guest__driving_licenses__title{
  padding: 10px 0;
  background: #eeeeee;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-reserve_guest__driving_licenses .p-reserve_guest__driving_licenses__content{
  height: calc(20px + 5em);
  padding: 10px 4%;
  overflow-y: scroll;
}
.p-reserve_guest__driving_licenses_button{
  padding: 10px 10px;
  background: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 8px;
  font-size: 20px;
}
.p-reserve_confirm--cansel{
  margin: 0 0 20px 0;
}
.p-reserve_confirm--cansel .c-accordion__title{
  padding: 20px 2em 20px 4%;
  background: #ffffff;
  font-size: 18px;
  position: relative;
}
.p-reserve_confirm--cansel .c-accordion__title::after{
  content: "\ff0b";
  display: block;
  position: absolute;
  transform: translate(0,50%);
  right: 1em;
  bottom: 50%;
}
.p-reserve_confirm--cansel .c-accordion__title.is-open::after{
  content: "\30fc";
}
.p-reserve_confirm--cansel .c-accordion__inner{
  padding: 0;
}

.c-styling-form .p-reserve_guest input[type=text]{
  height: 3.0em;
  padding: 7px 4%;
}
.p-reserve_guest .tar{
  text-align: right;
}

.p-top__sightseeing-spot-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	width: 100%;
	justify-items: center;
	grid-gap: 20px;
}
.p-top__sightseeing-spot-list .p-top__sightseeing-spot-box a > img {
	vertical-align: bottom;
}

/*------------------------------------
  20240516
  フロントページ モーダル装飾
------------------------------------*/
.p-front-modal{
  display: none;
}
.p-front-modal *{
  box-sizing: border-box;
}
.p-front-modal .p-front-modal__overlay{
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.p-front-modal .p-front-modal__outer{
  max-width: min(90vw, 800px);
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  transform: translate(50%, 50%);
  right: 50%;
  bottom: 50%;
  z-index: 10001;
}
.p-front-modal .p-front-modal__content{
  position: relative;
  z-index: 10002;
}

/*------------------------------------
  20240516
  フロントページ 言語モーダル
------------------------------------*/
.p-modal-language{
  width: min(calc((660/750)*100vw),660px);
  padding: min(calc((40/750)*100vw),40px) min(4%, 20px);
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}

.p-modal-language .p-modal-language__button-close a{
  color: #326ca7;
  font-size: min(calc((32/750)*100vw),32px);
  text-decoration: none;
  position: absolute;
  top: min(calc((20/750)*100vw),20px);
  right: min(4%, 20px);
}

.p-modal-language .p-modal-language__heading{
  margin: 0 0 min(calc((20/750)*100vw),20px) 0;
}
.p-modal-language .p-modal-language__heading h2{
  font-size: min(calc((32/750)*100vw),32px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.p-modal-language .p-modal-language__item + .p-modal-language__item{
  margin-top: min(calc((20/750)*100vw),20px);
}

.p-modal-language .p-modal-language__item .list li{
  padding: 0 0 0 1em;
  font-size: 14px;
  text-indent: -1em;
}

.p-modal-language .p-modal-language__button a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: min(calc((15/750)*100vw),15px) 1em;
  border: solid 1px #326ca7;
  border-radius: 8px;
  color: #326ca7;
  font-size: min(calc((38/750)*100vw),32px);
  font-weight: bold;
  text-decoration: none;
}

/*------------------------------------
  20240516
  フロントページ ヘッダーボタン
------------------------------------*/
.p-header-navi__button-language{
  float: left;
  margin-right: 7px;
}
.p-header-navi__button-language a{
  display: block;
  width: 90px;
  height: 45px;
  padding: 5px 5px;
  border: solid 1px #0D2669;
  box-sizing: border-box;
  color: #0D2669;
  font-size: 8px;
  line-height: 1;
  text-decoration: none;
}
.p-header-navi__button-language a .button_heading{
  display: block;
  padding: 0 0 0 2em;
  margin: 0 0 5px 0;
  font-size: 10px;
  font-weight: bold;
  position: relative;
}
.p-header-navi__button-language a .button_heading::before{
  content: " ";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: #0D2669;
  mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-moz-mask-repeat: no-repeat;
	mask-position: 100%;
	-webkit-mask-position: 100%;
	-moz-mask-position: 100%;
	mask-size: 100%;
	-webkit-mask-mask-size: 100%;
	-moz-mask-mask-size: 100%;
  mask-image: url(/images/common/ico_header_language.svg);
	-webkit-mask-image: url(/images/common/ico_header_language.svg);
	-moz-mask-image: url(/images/common/ico_header_language.svg);
  position: absolute;
  transform: translate(0,50%);
  left: 0;
  bottom: 50%;
}
.p-header-navi__button-language.en a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.p-header-navi__button-language.en a .button_heading{
  font-size: 13px;
}

/*------------------------------------
  202412
  BRC_ALL-5765 【リニューアルph2】SEO対策｜spページ制作（デザイン不要分）
------------------------------------*/
#company,#policy,#privacy{
  padding-bottom: min(calc((100/750)*100vw),100px);
}
.company--box{
	padding: 10px 0;
	color: #434343;
  .text_right{
    text-align: right;
  }
  .company--box__item{
    p{
      margin-bottom: initial;
    }
    .item-heading{
      margin-bottom: 10px;
      background: #ededed;
      padding: 10px;
      color: #16367b;
      font-weight: bold;
      font-size: 15px;
      text-align: center;
    }
    .item-content{
      font-size: 15px;
      /* padding: 10px 20px; */
      line-height: 1.5em;
    }
    &+.company--box__item{
      margin-top: 30px;
    }
  }
  .table-1{
    th{
      background: #ededed;
      border-bottom: solid 10px #fff;
      padding: 10px;
      color: #16367b;
      font-weight: bold;
      font-size: 15px;
      text-align: center;
    }
    td{
      font-size: 15px;
      padding: 10px 20px;
      line-height: 1.5em;

    }
  }
  ol{
    list-style: decimal;
    margin-left: 40px;
    margin-bottom:1.5em;
    p{
      margin: 7px 20px !important;
      font-size: 14px;
      span{
        color: #858687;
        font-weight: bold;
      }
      &::before{
        content: "- ";
      }
    }
    li ol{
      margin-bottom: 5px;
    }
  }
  ol.paren{
    li{
      list-style-type:none;
      counter-increment: cnt;
      &::before{
        display: marker;
        content: "("counter(cnt) ") ";
      }
    }
  }
  ul{
    list-style: circle;
    margin-left: 40px;
    margin-bottom:1.5em;
  }
  li{
    font-size: 16px;
    line-height: 1.5em;
  }
  h2{
    font-size: 22px;
    margin-bottom: 10px;
    color: #13357e;
    border-bottom: dotted 1px #13357e;
    padding-bottom: 5px;
    font-weight: bold;
  }
  h3{
    font-size: 18px;
    margin-bottom: 10px;
    color: #13357e;
    font-weight: bold;
  }
  h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  h5{
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom:5px;
    margin-left: 10px;
    font-weight: bold;
    &::before{
      content: "- "
    }
  }
  p{
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 1.2em;
  }
  .p_sub_title{
    border:double 6px #13357e;
    color: #e68700 !important;
    border-radius: 6px;
    padding: 5px 5px;
    font-size: min(calc((36/750)*100vw),36px) !important;
    margin-bottom: 15px;
    line-height: 1.5em !important;
  }
}
.p-privacy {
  padding: 20px 15px;
  background: #ffffff;

  .c-privacy_h2--1st {
    margin-bottom: 20px;

    h2 {
      color: #002465;
      font-size: 20px;
      font-weight: bold;
    }
  }

  .c-privacy_h3--1st {
    margin-bottom: 15px;

    h3 {
      color: #002465;
      font-size: 16px;
      font-weight: bold;
    }
  }

  .c-privacy_h4--1st {
    margin-bottom: 10px;

    h4 {
      color: #5f5e5e;
      font-size: 14px;
      font-weight: bold;
    }
  }

  .c-privacy__list--1em li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .c-privacy__list--2em li {
    padding-left: 2em;
    text-indent: -2em;
  }

  .c-privacy__list--3em li {
    padding-left: 3em;
    text-indent: -3em;
  }

  .p-privacy__section {
    + .p-privacy__section {
      margin-top: 60px;
    }

    .p-privacy__block + .p-privacy__block {
      margin-top: 50px;
    }

    .p-privacy__box + .p-privacy__box {
      margin-top: 40px;
    }
  }

  .p-privacy__box {
    font-size: 14px;
    line-height: 1.5;

    .img + {
      .img, .list, .txt {
        margin-top: 0.5em;
      }
    }

    .list + {
      .img, .list, .txt {
        margin-top: 0.5em;
      }
    }

    .txt + {
      .img, .list, .txt {
        margin-top: 0.5em;
      }
    }
  }

  .p-privacy__box_contact {
    background: #f1f0f0;
    border: solid 1px #cccccc;
    border-radius: 10px;

    .box__inner {
      padding: 10px min(2vw, 10px);
    }
    a{
      word-break: break-all;
    }
  }
}

#sitemap{
  .c-title--page-nb {
    position: relative;
    font-size: 30px;
    font-size: 2.30769rem;
    color: #16367B;
    font-weight: normal;
    padding-left: 20px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .c-title--page-sub {
    font-size: 22px;
    color: #13347d;
    border-bottom: solid 1px #13347d;
    padding-bottom: 8px;
  }
  /*div*/
  .box_btn_border{
    padding: 22px 0 21px;
    border-bottom: dotted 1px #13357e;
  }
  .box_btn_border_nob{
    padding: 22px 0 21px;
      border-bottom: none;
  }
  .box_btn_border p{
    font-size: 16px;
  }
  .sitemap_ul li{
    float: left;
    font-size: 16px;
    border-right: solid 1px #13357e;
    padding: 0 12px;
    margin-bottom: 15px;

  }
  .sitemap_ul li:last-child{
    border-right: none;
  }
  .list-icon{
    background: url(/images/foreign/common/ico_link_disc.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 27px;
    font-size: 16px;

  }
}

/*------------------------------------
  202503
  BRC_ALL-5765 【リニューアルph2】SEO対策｜spページ制作（デザイン不要分）
  キャンペーン詳細
------------------------------------*/
.p-campaign-detail{
  font-family: 'Noto Sans TC', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
.p-campaign-detail *{
  box-sizing: border-box;
}
.p-campaign-detail a{
  word-break: break-all;
}
.p-campaign-detail .c-btn--submit{
  font-size: min(calc((32/750)*100vw),32px);
}
.p-campaign-detail .c-title{
  margin-inline: initial;
}
.p-campaign-detail__date{
  padding: 0 0 15px 0;
  margin-block: 15px;
  border-bottom: 1px dotted #002465;
  dt{
    display: inline-block;
    padding: 5px 1em;
    margin-bottom: 5px;
    color: #ffffff !important;
    text-align: center;
    font-size: 14px !important;
    background: #4b4b4b;
    border-radius: 20px;
  }
  dd{
    font-size: 16px;
  }
}
.p-campaign-detail .p-campaign__table-wrap{
  width: 100%;
  overflow-x: auto;
  .p-campaign-detail__price-table{
    position: relative;
  }
  .p-campaign-detail__price-table tr th:nth-child(1),
  .p-campaign-detail__price-table .p-campaign-detail__price-table-class{
    width: 120px;
    border-left: none;
    border-right: none;
    position: sticky;
    left: 0;
    z-index: 3;
    &::before{
      content: " ";
      display: block;
      width: 2px;
      height: calc(100% + 2px);
      background: #16367B;
      position: absolute;
      top: 0;
      left: 0;
    }
    /* &::after{
      content: " ";
      display: block;
      width: 2px;
      height: calc(100% + 2px);
      background: #16367B;
      position: absolute;
      top: 0;
      right: 0;
    } */
  }
}
.p-campaign-detail__price-table span {
  font-size: 15px !important;
}

.p-campaign-detail__price-table {
  width: 720px;
  border-top: 2px solid #16367B;
  border-right: 2px solid #16367B;
  border-bottom: 2px solid #16367B;
}
.p-campaign-detail__price-table td{
  height: 70px;
}
.p-campaign-detail__shop-table {
  width: 100%;
  border: 2px solid #16367B;
}
.p-campaign-detail__price-table.u-align-center th,
.p-campaign-detail__price-table.u-align-center td,
.p-campaign-detail__shop-table.u-align-center th,
.p-campaign-detail__shop-table.u-align-center td {
  text-align: center;
}
/* .p-campaign-detail__price-table-class, .p-campaign-detail__shop-table-class {
  width: 235px !important;
} */
.p-campaign-detail__price-table-class img,
.p-campaign-detail__shop-table-class img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.p-campaign-detail__price-table-class__name,
.p-campaign-detail__shop-table-class__name {
  /* display: inline-block; */
  vertical-align: middle;
  /* float: left; */
  font-weight: bold;
  font-size: 123.1%;
}
.p-campaign-detail__price-table-class__sub, .p-campaign-detail__shop-table-class__sub {
  display: inline-block;
  font-size: 75%;
}
.p-campaign-detail__price-table th, .p-campaign-detail__shop-table th {
  background: #eef0f0;
  font-size: 16px;
  font-size: 1.23077rem;
  text-align: center;
  padding: 15px 0;
  color: #16367B;
  border: 1px solid #16367B;
  font-weight: bold;
}
.p-campaign-detail__price-table td, .p-campaign-detail__shop-table td {
  border: 1px solid #49638f;
  vertical-align: middle;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
}
.p-campaign-detail__price-table th.bb-yellow,
.p-campaign-detail__shop-table th.bb-yellow {
  border-bottom: 4px solid #ff0;
}
.p-campaign-detail__price-table th.bb-blue, .p-campaign-detail__shop-table th.bb-blue {
  border-bottom: 4px solid #2CBFF5;
}
.p-campaign-detail__price-table td,
.p-campaign-detail__shop-table td {
  background: #ffffff;
  border: 1px solid #49638f;
  vertical-align: middle;
  padding: 10px;
  width: 100px;
}
.p-campaign-detail__normal-price {
  color: #206CA5;
  font-size: 20px;
  font-size: 1.69231rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-top-style: dotted !important;
}
.p-campaign-detail__price-table td,
.p-campaign-detail__shop-table td {
  border: 1px solid #49638f;
  vertical-align: middle;
  /* padding: 25px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* width: 150px; */
}
.p-campaign-detail__member-price {
  color: #D80000;
  font-size: 20px;
  font-size: 1.69231rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-bottom-style: dotted !important;
}
.p-campaign-detail__price-table td:first-child,
.p-campaign-detail__shop-table td:first-child {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-campaign-detail__price-table td > span,
.p-campaign-detail__shop-table td > span {
  font-size: 16px;
  font-size: 1.23077rem;
}
.p-campaign-detail__price-table td.is-blank,
.p-campaign-detail__shop-table td.is-blank {
  background: #F5F5F5;
}

.p-campaign-detail__shop-table .p-campaign-detail__shop-table__btn-area{
  display: grid;
  grid-template-columns: repeat(2,calc((100% - 2%)/2));
  gap: 0 2%;
  width: 100%;
}
.p-campaign-detail__shop-table .p-campaign-detail__shop-button01{
  a{
    display: block;
    padding: 15px 15px;
    background: #15367b;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: min(calc((20 / 750) * 100vw), 20px);
    text-align: center;
    text-decoration: none;
  }
}
.p-campaign-detail__shop-table .p-campaign-detail__shop-button02{
  a{
    display: block;
    padding: 15px 15px;
    background: #ea5e1d;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: min(calc((20 / 750) * 100vw), 20px);
    text-align: center;
    text-decoration: none;
  }
}
.p-campaign-detail__notes {
  background: #eeeeee;
  padding: 10px 4%;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
.p-campaign-detail__member-price-color{
  color: #D80000;
}
.p-campaign-detail__normal-price-color{
  color: #206CA5;
}
.p-campaign-detail .p-campaign-detail__anchor{
  padding: min(calc((40 /750)* 100vw), 40px) min(calc((45 /750)* 100vw), 45px);
  margin-block: min(calc((50 /750)* 100vw), 50px);
  background: #f0f0f0;
  box-sizing: border-box;
}
.p-campaign-detail .p-campaign-detail__anchor-link a{
  padding-left: 1.5em;
  box-sizing: border-box;
  color: #002465;
  font-size: min(calc((30 /750)* 100vw), 30px);
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.p-campaign-detail .p-campaign-detail__anchor-link+.p-campaign-detail__anchor-link{
  margin-top: min(calc((30 /750)* 100vw), 30px);
}
.p-campaign-detail .p-campaign-detail__anchor-link a::before{
  content: " ";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 2px #002465;
  border-bottom: solid 2px #002465;
  transform: rotate(45deg);
  position: absolute;
  left: 0.2em;
  top: calc(1em / 4);
}

/* --------------------------------
  インバウンドTOP FVブロック 2025リニューアル部分
----------------------------------- */
.p-top__mainvisual .p-top__mainvisual-layout{
  position: relative;
}
.p-top__mainvisual .p-top__mainvisual-layout::after{
  content: " ";
  display: block;
  padding-bottom: min(500 / 750 * 100vw, 500px);
}
.p-top__mainvisual .p-top__main-slide_en,
.p-top__mainvisual .p-top__main-slide_kr,
.p-top__mainvisual .p-top__main-slide_zh{
  position: relative;
}

/* スライダーページネーション */
.p-top__mainvisual .topSlide__control-nav{
  position: absolute;
  transform: translate(50%,0);
  right: 50%;
  bottom: min(245 / 750 * 100vw, 245px);
}
.p-top__mainvisual .topSlide__control-nav li{
  width: 1em;
  height: 1em;
  margin: 0 5px;
}
.p-top__mainvisual .topSlide__control-nav li a{
  border: none;
  opacity: 0.8;
}
.p-top__mainvisual .topSlide__control-nav li a.topSlide__active{
  background: #ea5e00 !important;
  opacity: 1;
}

/* スライダー矢印 */
.p-top__mainvisual .topSlide__direction-nav li{
  cursor: pointer;
  position: absolute;
  transform: translate(0,50%);
  bottom: 50%;
  z-index: 1;
}
.p-top__mainvisual .topSlide__direction-nav li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  background: rgba(222, 230, 229, 0.8);
  border-radius: 50%;
}
.p-top__mainvisual .topSlide__direction-nav li a::before{
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
}
.p-top__mainvisual .topSlide__direction-nav .topSlide__nav-prev{
  left: 1em;
}
.p-top__mainvisual .topSlide__direction-nav .topSlide__nav-prev a::before{
  background-color: #4e5859;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-mask-size: 100% 100%;
  -moz-mask-mask-size: 100% 100%;
  mask-image: url(/images/common/icon_svg/arrow_left.svg);
  -webkit-mask-image: url(/images/common/icon_svg/arrow_left.svg);
  -moz-mask-image: url(/images/common/icon_svg/arrow_left.svg);
}
.p-top__mainvisual .topSlide__direction-nav .topSlide__nav-next{
  right: 1em;
}
.p-top__mainvisual .topSlide__direction-nav .topSlide__nav-next a::before{
    background-color: #4e5859;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-mask-size: 100% 100%;
  -moz-mask-mask-size: 100% 100%;
  mask-image: url(/images/common/icon_svg/arrow_right.svg);
  -webkit-mask-image: url(/images/common/icon_svg/arrow_right.svg);
  -moz-mask-image: url(/images/common/icon_svg/arrow_right.svg);
}

.p-top__modal-wrap.l-style2503 {
  min-width: 0;
  background: none;
  position: absolute;
  transform: translate(50%, 0);
  top: calc((340/750)*100vw);
  right: 50%;
}
.p-top__mainVideo-reservebox {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: min(40 / 750 * 100vw, 40px) min(50 / 750 * 100vw, 50px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 min(20 / 750 * 100vw, 20px) rgba(136, 136, 136, 0.8);
  position: relative;
  z-index: 5;
}
.p-top__mainVideo-reservebox::after {
  content: "";
  width: 21.3333333333vw;
  height: 22vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -10vw;
  left: -5.3333333333vw;
}
/* .p-top__mainVideo-reservebox--en::after {
  background-image: url(/images/sp/foreign/common/img_bottom_reserve_badge_en.png);
}
.p-top__mainVideo-reservebox--kr::after {
  background-image: url(/images/sp/foreign/common/img_bottom_reserve_badge_kr.png);
}
.p-top__mainVideo-reservebox--zh::after {
  background-image: url(/images/sp/foreign/common/img_bottom_reserve_badge_zh.png);
} */
.p-top__mainVideo-reservebox .box-heading h4 {
  font-size: min(32 / 750 * 100vw, 32px);
  font-weight: bold;
  text-align: center;
}
.p-top__mainVideo-reservebox .box-reserve__shop .box-reserve__shop-button > div,
.p-top__mainVideo-reservebox .box-reserve__shop .box-reserve__shop-button button {
  display: block;
  width: 100%;
  padding: min(20 / 750 * 100vw, 20px) min(20 / 750 * 100vw, 20px);
  background: #ffffff;
  border: solid 2px #00286e;
  border-radius: 10px;
  box-shadow: 0 0 5px #cccccc;
  cursor: pointer;
  font-size: min(28 / 750 * 100vw, 28px);
  text-align: left;
}
.p-top__mainVideo-reservebox .box-reserve__shop .box-reserve__shop-button.is-disabled > div {
  background: #f6f6f6;
  border-color: #cccccc;
  color: #cccccc;
  box-shadow: none;
  cursor: auto;
  pointer-events: none;
}
.p-top__mainVideo-reservebox .box-reserve__shop .box-reserve__shop-button.is-disabled .box-reserve__shop-heading {
  color: #cccccc;
}
.p-top__mainVideo-reservebox .box-reserve__shop .box-reserve__shop-button .box-reserve__shop-heading {
  display: block;
  color: #00286e;
  font-weight: bold;
}
.p-top__mainVideo-reservebox .box-reserve__shop .box-reserve__shop-button .box-reserve__shop-text{
  display: block;
}
.p-top__mainVideo-reservebox .box-reserve__shop .box-reserve__shop-button + .box-reserve__shop-button {
  margin-top: min(20 / 750 * 100vw, 20px);
}
.p-top__mainVideo-reservebox .box-reserve__date {
  margin-top: min(20 / 750 * 100vw, 20px);
}
.p-top__mainVideo-reservebox .box-reserve__date .box-reserve__date-heading {
  margin-bottom: 5px;
  color: #cccccc;
  font-size: min(28 / 750 * 100vw, 28px);
  font-weight: bold;
}
.p-top__mainVideo-reservebox .box-reserve__date .box-reserve__date-item + .box-reserve__date-item {
  margin-top: min(20 / 750 * 100vw, 20px);
}
.p-top__mainVideo-reservebox .box-reserve__date .box-reserve__date-form {
  display: grid;
  grid-template-columns: 1fr min(170 / 750 * 100vw, 170px);
  gap: 0 min(10 / 750 * 100vw, 10px);
  width: 100%;
}
.p-top__mainVideo-reservebox .box-reserve__date .box-reserve__date-form .c-text-sp input[type=text] {
  border-radius: 10px;
  font-size: min(28 / 750 * 100vw, 28px);
  padding: min(20 / 750 * 100vw, 20px) min(20 / 750 * 100vw, 20px);
}
.p-top__mainVideo-reservebox .box-reserve__date .box-reserve__date-form .c-select-sp select {
  border-radius: 10px;
  font-size: min(28 / 750 * 100vw, 28px);
  padding: min(20 / 750 * 100vw, 20px) min(20 / 750 * 100vw, 20px);
}
.p-top__mainVideo-reservebox .is-disabled .c-text-sp input[type=text] {
  background: #f6f6f6;
  border-color: #cccccc;
  color: #cccccc;
  pointer-events: none;
}
.p-top__mainVideo-reservebox .is-disabled .c-select-sp select {
  background: #f6f6f6;
  border-color: #cccccc;
  color: #cccccc;
  pointer-events: none;
}
.p-top__mainVideo-reservebox .is-disabled .c-select-sp::after {
  background: #cccccc;
}

/* --------------------------------
  BRC_ALL-6214
----------------------------------- */
.global-navi__btn--carsearch a{
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.global-navi__btn--carsearch a span{
  display: inline-flex;
  align-items: center;
  width: 27px;
  height: 27px;
}
.global-navi__btn--carsearch a::before{
  content: none;
}
.global-navi__btn--carsearch a span img{
  width: 19px;
  margin: 0;
}

/* add BRC_ALL-6345 */
.p-campaign-detail__price-table tr th:nth-child(1),
.p-campaign-detail__price-table .p-campaign-detail__price-table-class{
  width: 200px !important;
  border-bottom: 1px solid #16367B;
  box-sizing: border-box;
  padding: 4px;
}
.p-campaign-detail__price-table th, .p-campaign-detail__shop-table th{
  font-size: 12px;
}
.p-campaign-detail__member-price,
.p-campaign-detail__normal-price {
  font-size: 12px;
  line-height: 0;
}
.p-campaign-detail__member-price span,
.p-campaign-detail__normal-price span{
  display: inline-block;
}
.p-campaign-detail__price-table td:first-child, .p-campaign-detail__shop-table td:first-child{
  width: 140px;
  white-space: initial;
}
.p-campaign-detail__price-table{
  width: 460px;
}
.p-campaign-detail__price-table td {
  height: 50px;
}
