@charset "utf-8";

body, input, textarea, select { font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif; }
.rich_font { font-family: "Nanum Gothic", "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , sans-serif; }

body {
  min-width: 0;
}
a {
  color: #0073B9;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#site_wrap {
  padding-bottom: 109px;
}
#site_wrap.thanks {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #site_wrap {
    padding-bottom: 167px;
  }
  #site_wrap.thanks {
    padding-bottom: 0;
  }
}


/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#headerArea {
  width: 100%;
  padding-bottom: 14px;
  background-color: #FFF;
  position: fixed;
  top: 0;
  z-index: 100;
}
#headerIn {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.headerLogo {
  padding: 16px 4px 0;
  margin-left: -11px;
  display: flex;
  align-items: center;
}
.headerLogo img{
  max-height: 45px;
}
#headerArea a {
  text-decoration: none;
}
#headerArea a:hover {
  text-decoration: underline;
}
.rentacarLog {
  color: #251E1C;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.rentacarLog span {
  font-size: 10px;
  display: block;
}
.headerSub {
  margin-left: auto;
  position: relative;
}
.utilityNav {
  padding: 7px 15px 8px;
  margin-bottom: 12px;
  background-color: #0A4B84;
}
.utilityNav ul {
  display: flex;
}
.utilityNav li {
  margin-right: 1em;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.utilityNav li:after {
  content: "|";
}
.utilityNav li:last-child:after {
  content: normal;
}
.utilityNav a {
  margin-right: 1em;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.utilityNav a:hover {
  text-decoration: underline;
}
.globalNav ul {
  padding: 5px 15px 6px;
  display: flex;
}
.globalNav li {
  margin-right: 40px;
}
.globalNav a {
  color: #251E1C;
  font-size: 13px;
  font-weight: bold;
}
.globalNav a:hover {
  text-decoration: underline;
}
.selectLanguage {
  width: 104px;
  position: absolute;
  right: 0;
  bottom: 2px;
  text-align: center;
}
.selectLanguage:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #0a4b84 transparent transparent transparent;
  pointer-events: none;
}
.selectLanguage select {
  width: 100%;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  border: 1px solid #0a4b84;
  border-radius: 0;
  background-color: #FFF;
  text-align: center;
}
#navSp,
#menuSp {
  display: none;
}

@media (max-width: 970px) {
  #headerArea {
    padding-bottom: 0;
  }
  .headerSub {
    display: none;
  }
  .headerLogo {
    margin-left: 0;
    padding: 8px 5px 8px;
  }
  .rentacarLog {
    margin-bottom: 0;
    text-align: center;
  }
  #navSp {
    display: block;
    position: absolute;
    top: 12px;
    right: 5px;
  }
  #menuSp {
    display: none;
    width: 100%;
    height: auto;
    padding: 10px 0 20px;
    position: absolute;
    top: 61px;
    left: 0px;
    box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    z-index: 2000;
    background-color: rgba(255,255,255,.98);
    text-align: center;
    display: none;
    border-top: #ccc solid 1px;
  }
  .globalNav ul {
    padding: 0 15px 0;
    margin-bottom: 10px;
    display: block;
  }
  .globalNav li {
    width: 100%;
    height: 40px;
    margin-right: 0;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .globalNav a {
    color: #251E1C;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  .utilityNav {
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .utilityNav ul {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px dotted #0A4B84;
  }
  .utilityNav li {
    width: 50%;
    margin-right: 0;
    color: #fff;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    line-height: 1;
    border-bottom: 1px dotted #0A4B84;
  }
  .utilityNav li:nth-child(odd) {
    width: calc(50% - 1px);
    border-right: 1px dotted #0A4B84;
  }
  .utilityNav li:after {
    content: normal;
  }
  .utilityNav a {
    margin-right: 0;
    color: #0A4B84;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  .selectLanguage {
    width: 150px;
    margin: 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  .selectLanguage:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #0a4b84 transparent transparent transparent;
    pointer-events: none;
  }
  .selectLanguage select {
    width: 100%;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    border: 1px solid #0a4b84;
    border-radius: 0;
    background-color: #FFF;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .headerLogo {
    padding-top: 9px;
    padding-bottom: 7px;
  }
  .mainLog {
    width: 100px;
    margin-bottom: 0;
  }
  .mainLog img {
    width: 100%;
    height: auto;
  }
  .rentacarLog {
    margin: 0 0 0  2rem;
    font-size: 12px;
    text-align: left;
  }
  #navSp {
    top: 6px;
    right: 5px;
  }
  #menuSp {
    top: 50px;
  }
}

/*Footer*/
#footer a {
  text-decoration: none;
}
#footer_widget.footer_widget_type2 .ml_ad_widget {
    width: 100%;
    color: #c3c2c2;
}
#footer_contents .inner {
    width: initial;
    padding: 0 20px;
}

/* ページ上部へ戻るボタン */
#return_top { display:none; position:fixed; bottom:20px; right:20px; z-index:990; }
#return_top a { display:block; width:55px; height:55px; text-decoration:none; background:#222222; border-radius:50%; opacity:0.8; }
#return_top a:before {
  color:#fff; font-size:16px; line-height:1; display:block; position:absolute; top:50%; left:50%; margin:-0.5em 0 0 -0.5em;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#return_top a:before { content:''; width: 14px;height: 8px; background: url(../images/common/ico_arrow_top.png) no-repeat center /cover; transform: translateY(3px); }
#return_top a:hover { opacity:1; }
#return_top a span { display:none; }
@media only screen and (max-width:991px) {
  #footer_contents { padding:40px 0 0 0; }
  #footer_info { padding:18px 0 0 0; }

  /* logo */
  #footer_logo .logo { font-size:26px; line-height:1.2; }

  /* footer bottom menu */
  #footer_bottom_menu { display:block; margin:16px 0 0 0; }
  #footer_bottom_menu ul { display:inline; font-size:0; }
  #footer_bottom_menu li { display:inline-block; font-size:12px; line-height:2; }
  #footer_bottom_menu li:after { content:"|"; display:inline-block; padding:0 0.5em; }
  #footer_bottom_menu li:last-child:after { content:""; }

  /* SNSボタン */
  #footer_social_link { display:block; margin:12px 0 0 0; width:initial; text-align:center; position:static;
    -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; transform:none;
  }
  #footer_social_link li { margin:0 8px; }

  /* コピーライト */
  #copyright { margin:32px -20px 0 -20px; padding:17px 20px; width:initial; font-size:10px; line-height:1.6; text-align:center; background:#000; position:static;
    -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; transform:none;
  }
  #copyright span { display:none; }

  /* ページ上部へ戻るボタン */
  #return_top { display:none; position:fixed; bottom:0; right:0; }
  #return_top a { display:block; width:50px; height:50px; border-radius:0; }
  #return_top a:before {
    font-family:'design_plus'; color:#fff; font-size:16px; display:block; position:absolute; top:50%; left:50%; margin:-0.4em 0 0 -0.5em;
    -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
  }

  /* フッターウィジェット */
  #footer_widget { margin:0 0 10px 0; padding:10px 0 0 0; text-align:left; }
  .footer_headline { margin:0 0 14px 0; font-size:20px; line-height:1.4; }

  /* エリア・カテゴリーメニュー */
  #footer_nav { padding:30px 0 24px 0; }
  #footer_nav .footer_nav_cols .footer_nav_1 { width:initial; float:none; }
  #footer_nav .footer_nav_cols .footer_nav_2 { width:initial; float:none; margin-top:22px; }
  #footer_nav .headline { margin:0 0 12px 0; padding:0 12px; min-width:46px; line-height:21px; border-radius:10.5px; }
  #footer_nav li { font-size:12px; line-height:2; }
  #footer_nav .footer_nav_type1 li { min-width:25% !important; }
}

@media only screen and (max-width:767px) {
  #footer_info { padding:10px 0 0 0; }
  #footer_info > ul li {font-size: 12px;}

  /* フッターウィジェット */
  #footer_widget { display:block; margin:0 0 -10px 0; padding:0; border-bottom:none; }
  .footer_widget { width:100% !important; }
    #footer_widget.footer_widget_type2 .ml_ad_widget { margin-right:0; }
  .footer_widget.widget_nav_menu { width:49% !important; }
  .footer_widget ul.banner_list li { margin:0 0 9px 0; }

  /* エリア・カテゴリーメニュー */
  #footer_nav .footer_nav_type1 li { min-width:33% !important; }
}

@media only screen and (max-width:480px) {
  /* エリア・カテゴリーメニュー */
  #footer_nav .footer_nav_type1 li { min-width:50% !important; }
}


/*PageTitle*/
.pageTitWrap {
  width: 100%;
  height: 38px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #EEE;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.thanks .pageTitWrap {
  margin-top: 77px;
}
.pageTit {
  width: 775px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.content {
  width: 775px;
  margin: 0 auto;
  padding: 24px 0 28px;
}
.content *,
.footer * {
  box-sizing: border-box;
}

@media (max-width: 970px) {
  .thanks .pageTitWrap {
    margin-top: 0px;
    text-align: center;
  }
  .car-movie h3{
    margin-top: 24px;
  }
  .car-movie .warning_text{
    text-align: center;
  }
  .car_movie_wrap{
    padding: 40px 24px 32px;
  }
}

@media screen and (max-width: 768px) {
  .pageTitWrap {
    width: 100%;
    height: 30px;
  }
  .thanks .pageTitWrap {
    margin-top: 49px;
  }
  .pageTit {
    width: 100%;
    font-size: 12px;
  }
  .content {
    width: 100%;
    padding: 24px 0 48px;
  }
}


/*progressBar*/
.progressBar {
  margin-bottom: 20px;
  border: 1px solid #0073B9;
  background-color: #EAF3F8;
  overflow: hidden;
}
.progressBar li {
  width: 33.3333%;
  height: 48px;
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.progressBar li:before,
.progressBar li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
}
.progressBar li:before {
  border-left: 10px solid #EAF3F8;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  right: 1px;
  z-index: 10;
}
.progressBar li:after {
  border-left: 10px solid #0073B9;
  border-top: 26px solid #EAF3F8;
  border-bottom: 26px solid #EAF3F8;
  position: absolute;
  right: 0;
  z-index: 1;
}
.progressBar .end,
.progressBar .current {
  color: #fff;
  background-color: #0073B9;
}
.progressBar .current:before {
  content: normal;
}
.progressBar li:last-child:before,
.progressBar li:last-child:after {
  content: normal;
}
.progressBar .end:before {
  border-left: 10px solid #0073B9;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}
.progressBar .end:after {
  border-left: 10px solid #EAF3F8;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}

@media screen and (max-width: 768px) {
  .progressBar {
    margin: 0 10px 20px;
  }
  .progressBar li {
    height: 30px;
    padding-right: 10px;
    font-size: 12px;
  }
  .progressBar li:before {
    border-left: 10px solid #EAF3F8;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  .progressBar li:after {
    border-left: 10px solid #0073B9;
    border-top: 17px solid #EAF3F8;
    border-bottom: 17px solid #EAF3F8;
  }
  .progressBar .end:before {
    border-left: 10px solid #0073B9;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  .progressBar .end:after {
    border-left: 10px solid #EAF3F8;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
}

.formBox {
  margin-top: 20px;
}
.formBox:first-of-type {
  margin-top: 0;
}
.formBox .inner {
  border: 5px solid #0073B9;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #eaf3f8), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #eaf3f8), color-stop(.75, #eaf3f8), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
}
.formBox .inner > .head {
  padding: 12px 18px 18px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-color: #0073B9;
  display: flex;
}
.formBox .inner > .body {
  padding: 20px 14px;
  display: flex;
}
.formBox .left,
.formBox .right {
  width: 342px;
}
.formBox .left {
  margin-right: 27px;
}
.formBox .right ul {
  margin-top: -19px;
}
.formBox .formTit {
  margin-bottom: 6px;
  color: #0073B9;
  font-size: 12px;
  font-weight: bold;
}
.formBox .list li {
  margin-top: 5px;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.formBox .list li:first-child {
  margin-top: 0;
}
.formBox .list .head {
  width: 81px;
  font-size: 12px;
  font-weight: bold;
  flex: 0 0 auto;
}
.formBox .list .body {
  position: relative;
}
.formBox input[type="text"] {
  width: 260px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #999;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
}
.formBox input[type="text"]:disabled {
  background-color: #eee;
  border: 1px solid #999;
  box-shadow: none;
  opacity: 1;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
.formBox input:-ms-input-placeholder,
.formBox textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}


.formBox textarea {
  width: 260px;
  height: 100px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #999;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
}


.formBox .list .selectWrap {
  position: relative;
  display: inline-block;
}
.formBox .list .selectWrap:after {
  content: "";
  position: absolute;
  bottom: 37%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #0073b9 transparent transparent transparent;
  pointer-events: none;
}
.formBox .list select {
  width: 83px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #999;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formBox .air_txt::-webkit-input-placeholder {
  color: #ff0000;
}

.formBox .air_txt::-moz-placeholder {
  color: #ff0000;
}

.formBox .air_txt:-ms-input-placeholder {
  color: #ff0000;
}

.checkbox {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
}
.checkbox + label {
  padding-left: 18px;
}
.checkbox + label:before {
  content: "";
  border: 1px solid #999999;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 0;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
}
.checkbox:checked + label::after {
  content: "";
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 3px solid #0073B9;
  border-bottom: 3px solid #0073B9;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
}
.checkPrivacy {
  margin: 15px 15px;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
.checkPrivacy label {
  display: block;
}
.formBox .formError {
/*  margin-top: 0 !important;
  margin-bottom: 5px;
  position: static !important;*/
  width: 250px;
  margin-top: 0 !important;
  position: absolute !important;
  top: -8px !important;
  left: 0 !important;
  z-index: 10;
  opacity: 1 !important;
  background-color: #FFF !important;
}
.formBox .formError .formErrorContent {
  font-size: 14px !important;
}
.formBox .formError + input,
.formBox .formError + select {
  border: 1px solid #B90000;
  background-color: #fcdbdb;
}
.formBox .noMessage .formError .formErrorContent {
  display: none;
}
.formBox .checkPrivacy .formError {
  width: 270px;
  margin-top: -15px !important;
  left: 0 !important;
}
select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .formBox {
    margin: 20px 10px 0;
  }
  .formBox .inner > .head {
    padding: 10px 16px 15px;
    font-size: 12px;
  }
  .formBox .inner > .body {
    padding: 15px 14px 30px;
    display: block;
  }
  .formBox .left,
  .formBox .right {
    width: 100%;
  }
  .formBox .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .formBox .right ul {
    margin-top: 0;
  }
  .formBox .formTit {
    margin-bottom: 6px;
  }
  .formBox .list li {
    display: block;
    margin-top: 15px;
  }
  .formBox .list .head {
    width: 100%;
    margin-bottom: 5px;
  }
  .formBox input[type="text"] {
    width: 100%;
    height: 35px;
  }
  .formBox .list select {
    height: 35px;
  }
  .checkPrivacy {
    margin: 10px 10px 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .checkPrivacy input {
    margin: 0 10px 0 0;
  }
  .formBox .formError .formErrorContent {
    font-size: 14px !important;
  }
  .formBox .formError {
    width: 240px;
    margin-top: 0 !important;
    position: absolute !important;
    top: -5px !important;
    background-color: rgba(255, 255, 255, .8);
  }
}

/*footer*/
.footer {
  width: 100%;
  padding: 32px 0 34px;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  bottom: 0;
}
.totalPriceWrap {
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.totalPrice {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.totalPrice .price {
  margin-left: 20px;
  margin-right: 10px;
  text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
.price {
  color: #B90000;
  font-size: 26px;
  font-weight: bold;
}
.price.defColor {
  color: #000;
}
.fwN {
  font-weight: normal;
}
.details {
  height: 43px;
  padding: 13px 10px 10px;
  font-size: 12px;
  text-align: center;
  background-color: #FFF;
}
.details .price {
  margin: 0 10px;
  font-size: 19px;
}
.details .defColor {
  margin-right: 0;
}
.totalPriceWrap .btn {
  margin-left: 18px;
  position: relative;
}
.btn button,
.btn a {
  width: 206px;
  height: 42px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 2px;
  background-color: #FED600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
  transition: .3s;
}
.btn button:hover,
.btn a:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn:before,
.btn:after {
  /*content: "";*/
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 13px;
  transform: translateY(-50%);
}
.btn:before {
  border-left: 8px solid #000;
  z-index: 10;
  top: 50%;
}
.btn:after {
  border-left: 8px solid #fff;
  top: calc(50% + 2px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0 20px;
  }
  .totalPriceWrap {
    width: 100%;
    padding: 0 10px;
    display: block;
  }
  .totalPrice {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .totalPrice .price {
    margin-left: 20px;
    margin-right: 10px;
  }
  .price {
    color: #B90000;
    font-size: 26px;
    font-weight: bold;
  }
  .price.defColor {
    color: #000;
  }
  .fwN {
    font-weight: normal;
  }
  .details {
    height: auto;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-size: 10px;
  }
  .details .price {
    margin: 0;
    font-size: 19px;
  }
  .details .defColor {
    margin-right: 0;
  }
  .totalPriceWrap .btn {
    margin-left: 0;
    position: relative;
  }
  .totalPriceWrap .btn button {
    width: 100%;
  }
}


/*確認・決済、予約完了*/
.formBox.end .inner {
  padding-bottom: 8px;
  border: 5px solid #999999;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #eaf3f8), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #eaf3f8), color-stop(.75, #eaf3f8), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
}
.formBox.end .inner > .head {
  background-color: #999999;
}
.formBox.end .formTit {
  margin-bottom: 18px;
}
.formBox.end .list li {
  margin-top: 31px;
}
.formBox.end .list li:first-of-type {
  margin-top: 0;
}
.formBox.end .list .body {
  font-weight: bold;
}
.formBox.end .right ul {
  margin-top: 0;
}

.formBox .inner .payment {
  padding-bottom: 22px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.formBox .inner .payment .btnSubmit {
  margin: 0 auto;
  position: relative;
}
.paymentSelect {
  width: 100%;
}
.paymentSelect dt {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #000000;
  cursor: pointer;
  border: 1px solid #999;
  background-color: #F7F7F7;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.paymentSelect dt:first-of-type {
  margin-top: 0;
}
.paymentSelect dt:before,
.paymentSelect dt:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.paymentSelect dt:before {
  width: 20px;
  height: 20px;
  left: 8px;
  border: 1px solid #0073b9;
  background-color: #FFF;
}
.paymentSelect dt:after {
  width: 14px;
  height: 14px;
  left: 12px;
  background-color: #0073B9;
  opacity: 0;
}
.paymentSelect dt.is-selected {
  color: #0073B9;
  border: 1px solid #0073b9;
  background-color: #EAF3F8;
}
.paymentSelect dt.is-selected:after {
  opacity: 1;
}
.paymentSelect dd {
  padding: 10px 0 0;
  display: none;
}
.paymentSelect dd:first-of-type {
  padding-top: 0;
}
.checkCard {
  margin-top: 5px;
  margin-left: 81px;
}
.checkCard .btn {
  margin-bottom: 10px;
}
.checkCard .btn button,
.checkCard .btn a {
  height: 27px;
  text-decoration: none;
}
.checkCard .btn:before,
.checkCard .btn:after {
  content: normal;
}
.transfer .list li {
  margin-top: 10px;
  line-height: 1.75;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.transfer .list .head {
  padding-top: 3px;
}
.transfer .list .body {
  width: 100%;
}
.transfer .list textarea {
  width: 100%;
  min-height: 77px;
  padding: 10px 12px;
  margin-bottom: 20px;
}
.attention {
  color: #B90000;
}

@media screen and (max-width: 768px) {
  .checkCard {
    margin-top: 10px;
    margin-left: 0;
  }
  .note {
    font-size: 12px;
  }

  .formBox .inner .payment .btnSubmit button {
    width: 100%;
  }
}


.formBox.end .paymentSelect dt {
  padding-left: 15px;
  margin-bottom: 20px;
  color: #000000;
  border: 1px solid #999;
  background-color: #FFF;
  cursor: default;
}
.formBox.end .paymentSelect dt:before,
.formBox.end .paymentSelect dt:after {
  content: normal;
}


/*完了ページ*/
.message {
  width: 100%;
  height: 111px;
  color: #B90000;
  font-size: 14px;
  font-weight: bold;
  border: 3px solid #fed600;
  background-color: #FFF;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .message {
    width: auto;
    height: 50px;
    margin: 0 10px 20px;
    font-size: 12px;
    border: 2px solid #fed600;
  }
}

.reserveDetail {
  margin-top: 20px;
  border: 5px solid #0073B9;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
              color-stop(.25, #eaf3f8), color-stop(.25, transparent),
              color-stop(.5, transparent), color-stop(.5, #eaf3f8),
              color-stop(.75, #eaf3f8), color-stop(.75, transparent),
              to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
}
.reserveDetail > .head {
  padding: 12px 18px 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-color: #0073B9;
  display: flex;
}
.reserveDetail > .body {
  padding: 8px 10px 16px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.reserveDetail .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  table-layout: fixed;
}
.reserveDetail .table th,
.reserveDetail .table td {
  font-size: 14px;
  line-height: 1.5;

  border-top: none;
}
.reserveDetail .table th {
  width: 84px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #E9E7E9;
}
.reserveDetail .table td {
  padding: 5px 0 5px 15px;
}
.reserveDetail .table .list li {
  overflow: hidden;
}
.reserveDetail .table .list span {
  width: 70px;
  float: right;
  text-align: right;
  display: inline-block;
}
.reserveDetail .totalPrice {
  padding: 11px 5px 13px;
   color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 3px solid #FED600;
}
.reserveDetail .totalPrice .price {
  color: #B90000;
  font-size: 26px;
  font-weight: bold;
}
.fwN {
  font-weight: normal;
}
.fwB {
  font-weight: bold;
}
.reserveDetail .btn {
  width: 100%;
  margin-top: 7px;
}
.reserveDetail .btn a {
  color: #000;
  text-decoration: none;
}
.reserveDetail .right {
  margin-top: 0;
}
.reserveDetail .right .table {
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .reserveDetail {
    margin: 0 10px;
  }
  .reserveDetail > .body {
    display: block;
  }
  .reserveDetail .table {
    margin-bottom: 0;
  }
}