@charset "UTF-8";
#fixFooter {
  z-index: 10; }

.ui-datepicker {
  z-index: 11 !important; }

.is-sticky {
  position: fixed;
  top: 0;
  z-index: 10000; }

.v2_form-set input.error,
.v2_form-set select.error,
.v2_form-set textarea.error {
  background-color: #ffbfbf;
  border: solid 2px #f00 !important; }

.v2_radio_wrap input[type="radio"].error {
  background-color: #ffbfbf;
  border: solid 2px #f00 !important; }
  .v2_radio_wrap input[type="radio"].error + label:after {
    border: 1px solid #f00;
    background: #ffbfbf; }

.v2_checkbox_wrap input[type="checkbox"].error {
  background-color: #ffbfbf;
  border: solid 2px #f00 !important; }
  .v2_checkbox_wrap input[type="checkbox"].error + label:after {
    border: 1px solid #f00;
    background: #ffbfbf; }

p.error {
  color: #f00;
  margin-bottom: 0 !important; }
  p.error:before {
    content: '!';
    display: inline-block;
    color: #fff;
    background-color: #f00;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    line-height: 10px;
    width: 8px;
    height: 8px;
    padding: 5px;
    margin-right: 2px;
    box-sizing: content-box;
    vertical-align: middle; }

.v2_gray-tablist {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 5px;
  margin-bottom: -5px; }
  .v2_gray-tablist .tab {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 20px;
    font-weight: bolder;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: #32ac24;
    background-image: url("../../img/v2/gray_tab_left.png"), url("../../img/v2/gray_tab_right.png"), url("../../img/v2/gray_tab_body.png");
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: bottom left, bottom right, bottom center;
    background-size: contain; }
    .v2_gray-tablist .tab.active {
      color: #fff;
      background-image: url("../../img/v2/green_tab_left.png"), url("../../img/v2/green_tab_right.png"), url("../../img/v2/green_tab_body.png"); }
    .v2_gray-tablist .tab:hover {
      opacity: 0.8; }

.v2_btn_green {
  background-image: -webkit-linear-gradient(#0daa53, #008339);
  background-image: linear-gradient(#0daa53, #008339);
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
  text-align: center;
  margin: 0;
  height: auto; }
  .v2_btn_green:hover {
    opacity: 0.8; }
  .v2_btn_green.disable {
    cursor: default;
    background-image: -webkit-linear-gradient(#d6d6d6, #b5b5b5);
    background-image: linear-gradient(#d6d6d6, #b5b5b5); }

.tooltip {
  position: absolute;
  z-index: 10;
  display: block; }
  .tooltip.top {
    margin-top: -5px;
    padding: 0; }
  .tooltip.right {
    margin-left: 5px;
    padding: 0; }
  .tooltip.bottom {
    margin-top: 5px;
    padding: 0; }
  .tooltip.left {
    margin-left: -5px;
    padding: 0; }

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #ffc001;
  border-radius: 5px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffc001; }

.tooltip.top-left .tooltip-arrow {
  bottom: -5px;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffc001; }

.tooltip.top-right .tooltip-arrow {
  bottom: -5px;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffc001; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffc001; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffc001; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffc001; }

.tooltip.bottom-left .tooltip-arrow {
  top: -5px;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffc001; }

.tooltip.bottom-right .tooltip-arrow {
  top: -5px;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffc001; }

body {
  background: #fff;
  line-height: 1.4; }

.wrapper {
  width: 1004px; }

#main {
  width: 1000px; }

#breadcrumb {
  font-size: 10px;
  margin: 10px 0 20px; }

.v2_breadcrumb__step5 ul {
  letter-spacing: -0.4em;
  text-align: center; }
  .v2_breadcrumb__step5 ul li {
    display: inline-block;
    width: 20%;
    letter-spacing: normal; }
    .v2_breadcrumb__step5 ul li img {
      display: block;
      width: 100%; }
    .v2_breadcrumb__step5 ul li a {
      display: block; }

#user-voice {
  padding: 0;
  background: none; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

.img-rep {
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden; }

.calender img {
  width: auto;
  vertical-align: bottom; }

.v2_memo {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 12px; }

.v2_attention {
  border: solid 1px #ccc;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px; }

.v2_attention-bgw {
  border: solid 1px #ccc;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff; }

.v2_lead {
  text-align: center;
  color: #ff7f00;
  text-align: center;
  padding: 25px;
  font-size: 24px;
  border: solid 2px #ccc;
  margin-bottom: 25px; }

.v2_mgs-error {
  margin: 30px 0;
  background: #ffebee;
  color: #f00;
  padding: 30px;
  border: solid 1px #ffbfbf;
  border-radius: 5px; }
  .v2_mgs-error__ttl {
    font-size: 20px;
    margin-bottom: 10px; }
  .v2_mgs-error__list {
    font-size: 14px; }

.v2_form-set input[type="text"],
.v2_form-set input[type="tel"],
.v2_form-set input[type="email"],
.v2_form-set input[type="password"],
.v2_form-set select {
  display: inline-block;
  border: 0;
  padding: 0 10px;
  font-size: 14px;
  border: solid 2px #ffc001;
  border-radius: 2px;
  margin: 4px 0;
  margin-right: 8px;
  outline: 0;
  height: 30px; }

.v2_form-set input[type="text"] {
  height: 30px; }

.v2_form-set input[type=radio], .v2_form-set input[type=checkbox] {
  visibility: hidden;
  position: absolute; }

.v2_form-set .w570 {
  width: 570px; }

.v2_radio, .v2_checkbox, .v2_radio_wrap label, .v2_checkbox_wrap label, .v2_checkbox_wrap span {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 12px 0 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.5rem; }
  .v2_radio:hover:after, .v2_checkbox:hover:after, .v2_radio_wrap label:hover:after, .v2_checkbox_wrap label:hover:after, .v2_checkbox_wrap span:hover:after {
    border-color: #ffc001; }
  .v2_radio:after, .v2_checkbox:after, .v2_radio_wrap label:after, .v2_checkbox_wrap label:after, .v2_checkbox_wrap span:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #afafaf;
    background: #eeeeee;
    border-radius: 10px;
    content: ''; }
    input[type=radio]:checked + .v2_radio:after, input[type=radio]:checked + .v2_checkbox:after, input[type=radio]:checked + .v2_radio_wrap label:after, input[type=radio]:checked + .v2_checkbox_wrap label:after, input[type=radio]:checked + .v2_checkbox_wrap span:after {
      border: 2px solid #ffc001;
      opacity: 1;
      background-color: #ffc001; }

.v2_radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffc001;
  content: '';
  opacity: 0; }
  input[type=radio]:checked + .v2_radio:before {
    opacity: 1;
    background-color: #fff; }
  input[type=radio]:checked + .v2_radio:before {
    opacity: 1;
    background-color: #fff; }

.v2_checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  z-index: 10;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ffc001;
  border-bottom: 3px solid #ffc001;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  input[type=checkbox]:checked + .v2_checkbox:before {
    opacity: 1;
    border-color: #fff; }

.v2_checkbox:after {
  border-radius: 5px; }
  input[type=checkbox]:checked + .v2_checkbox:after {
    background: #ffc001;
    z-index: 2;
    border-color: #ffc001; }

.v2_radio_wrap label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffc001;
  content: '';
  opacity: 0; }

.v2_radio_wrap input[type=radio]:checked + label:after {
  border: 2px solid #ffc001;
  opacity: 1;
  background-color: #ffc001; }

.v2_radio_wrap input[type=radio]:checked + label:before {
  opacity: 1;
  background-color: #fff; }

.v2_radio_wrap input[type=radio]:checked + label:before {
  opacity: 1;
  background-color: #fff; }

.v2_checkbox_wrap input[type="checkbox"].v2_checkbox {
  display: block;
  visibility: hidden;
  position: absolute; }

.v2_checkbox_wrap label:before,
.v2_checkbox_wrap span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  z-index: 10;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ffc001;
  border-bottom: 3px solid #ffc001;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.v2_checkbox_wrap label:after,
.v2_checkbox_wrap span:after {
  border-radius: 5px; }

.v2_checkbox_wrap input[type=checkbox]:checked + label:after,
.v2_checkbox_wrap input[type=checkbox]:checked + span:after {
  background: #ffc001;
  z-index: 2;
  border-color: #ffc001; }

.v2_checkbox_wrap input[type=checkbox]:checked + label:before,
.v2_checkbox_wrap input[type=checkbox]:checked + span:before {
  opacity: 1;
  border-color: #fff; }

.v2_btn {
  cursor: pointer;
  display: block;
  border: none;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat; }
  .v2_btn:hover {
    opacity: 0.8; }

.v2_btn_zip {
  background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
  background-image: linear-gradient(#ffffff, #d0d0d0);
  border-radius: 4px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 10px;
  border: 1px solid #cdcdcd;
  padding: 6px 3px;
  width: 64px;
  text-align: center;
  margin: 0;
  height: auto; }

.pc-only {
  display: block; }

.sp-only {
  display: none; }

.v2_grid {
  display: table;
  width: 100%; }

.v2_grid_6 {
  display: table-cell;
  vertical-align: top; }

.v2_list_horizon {
  display: table;
  max-width: 978px;
  margin-bottom: 1.0rem;
  background-color: #fff; }
  .v2_list_horizon.js-sticky {
    margin: 0 auto; }
  .v2_list_horizon img {
    vertical-align: bottom; }
  .v2_list_horizon dt,
  .v2_list_horizon dd,
  .v2_list_horizon li {
    display: table-cell;
    padding: 0 10px; }
    .v2_list_horizon dt:first-child,
    .v2_list_horizon dd:first-child,
    .v2_list_horizon li:first-child {
      padding-left: 0;
      vertical-align: top; }
    .v2_list_horizon dt:last-child,
    .v2_list_horizon dd:last-child,
    .v2_list_horizon li:last-child {
      padding-right: 0;
      vertical-align: middle; }

.is-sticky {
  width: 100%; }
  .is-sticky > li {
    padding: 10px !important;
    float: right; }
  .is-sticky #trackClass {
    margin: 0 auto; }

.v2_hr_dot {
  border: 0;
  border-bottom: dotted 1px #01a343;
  margin: 1rem 0; }

.v2_general-section {
  font-size: 16px;
  margin-bottom: 30px; }
  .v2_general-section__ttl {
    background: #fffae2;
    font-size: 24px;
    border: solid 3px #01a243;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 1px #ccc; }
    .v2_general-section__ttl:before {
      content: "■";
      color: #00a242;
      margin-right: 10px;
      font-size: 15px;
      top: -3px;
      position: relative; }
  .v2_general-section__lead {
    background: #39aa2f;
    font-size: 24px;
    text-align: center;
    padding: 14px;
    color: #fff;
    margin-bottom: 20px; }
  .v2_general-section__box {
    border: solid 1px #32ac24;
    padding: 14px; }
  .v2_general-section .em {
    color: #ff9223; }

.v2_general-box {
  font-size: 16px;
  margin-bottom: 30px;
  border: solid 1px #01a243;
  padding: 10px 10px 0; }
  .v2_general-box__ttl {
    background: #39aa2f;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    color: #fff; }
  .v2_general-box__inner {
    padding: 20px; }
  .v2_general-box__subttl {
    margin-bottom: 20px;
    font-size: 14px; }
    .v2_general-box__subttl img {
      vertical-align: middle;
      margin-right: 10px; }
  .v2_general-box__btnlist {
    text-align: center; }
    .v2_general-box__btnlist li {
      display: inline-block; }
    .v2_general-box__btnlist a:hover {
      opacity: 0.8; }

.v2_general-tbl {
  margin-bottom: 30px; }
  .v2_general-tbl__ttl {
    background: #39aa2f;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    color: #fff; }
  .v2_general-tbl__list {
    box-sizing: border-box;
    display: table;
    width: 100%;
    background: #ccc;
    font-size: 11px;
    border-right: solid 2px #ccc;
    border-bottom: solid 2px #ccc; }
    .v2_general-tbl__list dt, .v2_general-tbl__list dd, .v2_general-tbl__list li {
      box-sizing: border-box;
      display: table-cell;
      padding: 0;
      vertical-align: middle; }
    .v2_general-tbl__list dt {
      background: #eee;
      border-left: solid 2px #ccc; }
    .v2_general-tbl__list dd, .v2_general-tbl__list li {
      background: #fff; }
    .v2_general-tbl__list li {
      border-left: solid 2px #ccc;
      font-size: 14px; }
  .v2_general-tbl__cell_1 {
    width: 90px; }
  .v2_general-tbl__cell_2 {
    width: 160px; }
  .v2_general-tbl__cell_4 {
    width: 340px; }
  .v2_general-tbl__cell_33 {
    width: 33.3%; }
  .v2_general-tbl__cell_last_2 {
    width: 500px;
    border-left: solid 2px #ccc; }
  .v2_general-tbl__cell_last_3 {
    width: 746px;
    border-left: solid 2px #ccc; }
  .v2_general-tbl__item {
    text-align: center;
    padding: 20px 5px; }
    .v2_general-tbl__item img {
      margin-bottom: 5px; }
  .v2_general-tbl__count {
    display: inline-block;
    text-align: center;
    padding: 20px 5px; }
  .v2_general-tbl__type {
    margin-bottom: 5px;
    font-size: 12px; }

.v2_general-tbl_01 {
  border: solid 2px #ccc;
  width: 100%;
  margin-bottom: 20px; }
  .v2_general-tbl_01 th, .v2_general-tbl_01 td {
    padding: 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
    font-size: 14px; }
  .v2_general-tbl_01 th {
    background: #f0f9ef; }
  .v2_general-tbl_01 img {
    vertical-align: middle; }

.v2_general-tbl_02 {
  width: 100%;
  margin-bottom: 20px; }
  .v2_general-tbl_02 tr {
    border-bottom: solid 2px #ccc; }
  .v2_general-tbl_02 th, .v2_general-tbl_02 td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px; }
  .v2_general-tbl_02 img {
    vertical-align: middle; }

.v2_general-btn {
  position: relative;
  text-align: center; }
  .v2_general-btn.left {
    text-align: left; }
  .v2_general-btn button {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    cursor: pointer; }
    .v2_general-btn button:hover {
      opacity: 0.8; }
  .v2_general-btn .v2_btn_back {
    display: block;
    background: url("../../img/v2/step_btn_back.png") no-repeat center;
    width: 126px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 0; }
  .v2_general-btn .v2_btn_left {
    position: absolute;
    top: 0;
    left: 0; }
  .v2_general-btn .v2_btn_prev {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    background-image: url("../../img/v2/step_icon_prev.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #fff;
    color: #000; }
    .v2_general-btn .v2_btn_prev:hover {
      opacity: 0.8; }
  .v2_general-btn .v2_btn_next {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    background-image: url("../../img/v2/step_icon_next.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    color: #000; }
    .v2_general-btn .v2_btn_next:hover {
      opacity: 0.8; }
  .v2_general-btn .v2_btn_01 {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
    color: #000; }
    .v2_general-btn .v2_btn_01:hover {
      background-color: #eee;
      opacity: 0.8; }

.v2_flow {
  display: table;
  width: 100%;
  margin-bottom: 2rem; }

.v2_flow_4 {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border: solid 3px #00a242;
  padding: 15px; }

.v2_flow_icon {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  background: url("../../img/v2/index_flow_icon.png") no-repeat center; }

.v2_list_flow {
  margin-bottom: 1.0rem; }
  .v2_list_flow dt {
    color: #00a046;
    margin-bottom: 0.5rem; }
  .v2_list_flow dd {
    margin-bottom: 0.5rem; }

.v2_btn_reserve {
  text-align: center; }
  .v2_btn_reserve a:hover {
    opacity: 0.8; }

.v2_faq {
  margin-bottom: 2rem; }
  .v2_faq__ttl {
    color: #00a52f; }
    .v2_faq__ttl img {
      margin-top: -0.3rem; }

.v2_modal_support {
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4; }
  .v2_modal_support__heading {
    font-weight: bolder; }
  .v2_modal_support__box {
    padding: 10px 0; }
  .v2_modal_support .v2_support_dial {
    font-size: 30px;
    color: #ff9223;
    border-bottom: 1px solid #000; }
  .v2_modal_support p {
    margin-bottom: 10px; }

.v2_support_code {
  font-size: 30px;
  color: #000;
  border-bottom: 1px solid #ff9223; }

#main.v2_page-index {
  width: 100%;
  float: none; }
  #main.v2_page-index .v2_homebg {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 512px;
    background: url("../../img/v2/index_head_bg.png") repeat-x center 0;
    text-align: center; }
    #main.v2_page-index .v2_homebg__inner {
      background: url("../../img/v2/index_head_visual.jpg") no-repeat center 0;
      width: 100%;
      height: 512px; }
  #main.v2_page-index .v2_visual {
    z-index: 1;
    position: relative;
    padding-top: 20px; }
    #main.v2_page-index .v2_visual__ttl {
      position: relative;
      z-index: 1;
      margin-bottom: -28px; }
    #main.v2_page-index .v2_visual__subttl {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px; }
    #main.v2_page-index .v2_visual__search {
      position: relative;
      border: solid 3px #06a446;
      border-radius: 10px;
      padding: 20px 25px 20px;
      background: #fff;
      margin-bottom: 20px; }
    #main.v2_page-index .v2_visual__step {
      display: table;
      margin-bottom: 20px; }
      #main.v2_page-index .v2_visual__step dt {
        display: table-cell;
        width: 207px; }
    #main.v2_page-index .v2_visual__people {
      position: absolute;
      left: 500px;
      top: 70px; }
      #main.v2_page-index .v2_visual__people dt, #main.v2_page-index .v2_visual__people dd {
        display: inline; }
    #main.v2_page-index .v2_visual img {
      vertical-align: middle; }
    #main.v2_page-index .v2_visual .btn_zip {
      background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
      background-image: linear-gradient(#ffffff, #d0d0d0);
      border-radius: 10px;
      display: inline-block;
      color: #000;
      text-decoration: none;
      font-size: 14px;
      border: 1px solid #cdcdcd;
      padding: 2px;
      width: 120px;
      text-align: center;
      margin: 0 auto;
      height: auto; }
    #main.v2_page-index .v2_visual__btn_reserve {
      position: absolute;
      right: 25px;
      top: 100px;
      width: 326px;
      height: 136px;
      background-image: url("../../img/v2/index_head_btn_reserve.png"); }
    #main.v2_page-index .v2_visual__steplist {
      margin-bottom: 40px; }
  #main.v2_page-index .v2_home {
    position: relative;
    z-index: 2; }
    #main.v2_page-index .v2_home__sliderbox {
      background: #ffa64d;
      border-radius: 10px;
      box-shadow: 0 2px 1px #ccc;
      position: relative;
      padding: 3px;
      margin-bottom: 40px; }
    #main.v2_page-index .v2_home__trader {
      color: #fff;
      font-size: 17px;
      width: 170px;
      text-align: center;
      display: table-cell;
      vertical-align: middle; }
    #main.v2_page-index .v2_home__traderlist {
      display: table-cell; }
    #main.v2_page-index .v2_home .slider {
      position: relative;
      background: #fff;
      border-radius: 10px;
      border-radius: 0 10px 10px 0;
      padding: 10px 40px;
      margin-left: auto;
      margin-right: 0;
      width: 826px;
      /*左右の矢印の色を変える*/
      /*左右の矢印の位置を変える*/
      /*スライド数のドットの色を変える*/
      /*スライド画像の横幅可変*/ }
      #main.v2_page-index .v2_home .slider li {
        position: relative; }
      #main.v2_page-index .v2_home .slider span {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 10px; }
      #main.v2_page-index .v2_home .slider .slick-prev,
      #main.v2_page-index .v2_home .slider .slick-next {
        background-color: #ffa742;
        width: 20px;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat; }
        #main.v2_page-index .v2_home .slider .slick-prev:hover,
        #main.v2_page-index .v2_home .slider .slick-next:hover {
          opacity: 0.8; }
      #main.v2_page-index .v2_home .slider .slick-prev:before,
      #main.v2_page-index .v2_home .slider .slick-next:before {
        color: #fff; }
      #main.v2_page-index .v2_home .slider .slick-next {
        right: 20px;
        z-index: 99;
        background-image: url("../../img/v2/index_slider_icon_right.png"); }
      #main.v2_page-index .v2_home .slider .slick-prev {
        left: 20px;
        z-index: 100;
        background-image: url("../../img/v2/index_slider_icon_left.png"); }
      #main.v2_page-index .v2_home .slider .slick-dots li.slick-active button:before,
      #main.v2_page-index .v2_home .slider .slick-dots li button:before {
        color: #fff; }
      #main.v2_page-index .v2_home .slider img {
        max-width: 100%;
        height: auto;
        margin: 0 5px; }

.featherlight .featherlight-content {
  border: solid 3px #01a243; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 5px;
  right: 5px;
  cursor: pointer;
  text-indent: 105%;
  width: 30px;
  height: 30px;
  background: url("../../img/v2/zipsearch_icon_close.png") center 0 no-repeat; }

.v2_page-zipsearch {
  width: 100%;
  float: none; }
  .v2_page-zipsearch input[type="text"],
  .v2_page-zipsearch select {
    display: inline-block;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    border: solid 2px #ffc001;
    border-radius: 5px;
    margin: 0;
    margin-right: 8px;
    outline: 0;
    height: 30px; }
  .v2_page-zipsearch input[type="text"] {
    height: 30px; }
  .v2_page-zipsearch p {
    margin-bottom: 10px; }
  .v2_page-zipsearch .v2_zip__ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px; }
  .v2_page-zipsearch .v2_zip__list {
    display: table;
    width: 100%;
    margin-bottom: 10px; }
    .v2_page-zipsearch .v2_zip__list dt,
    .v2_page-zipsearch .v2_zip__list dd {
      display: table-cell;
      vertical-align: middle; }
    .v2_page-zipsearch .v2_zip__list dt {
      width: 30%; }
  .v2_page-zipsearch .v2_zip__code {
    border: solid 2px #ffc500;
    font-size: 32px;
    color: #ff0000;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px; }
  .v2_page-zipsearch .v2_zip__btn_submit {
    width: 326px;
    height: 66px;
    background-image: url("../../img/v2/zipsearch_btn_submit.png"); }

.v2_page-step {
  width: 100%;
  float: none; }
  .v2_page-step p {
    margin-bottom: 10px; }
  .v2_page-step .v2_general-section__lead {
    margin-bottom: 20px; }
  .v2_page-step .v2_stepbar {
    position: relative;
    margin-bottom: 25px;
    text-align: center; }
  .v2_page-step .v2_step01 {
    z-index: 1;
    position: relative;
    padding-top: 20px; }
    .v2_page-step .v2_step01__left {
      float: left;
      width: 470px;
      padding-top: 48px; }
      .v2_page-step .v2_step01__left .v2_step01__list {
        min-height: 68px; }
    .v2_page-step .v2_step01__right {
      float: right;
      width: 470px; }
    .v2_page-step .v2_step01 .v2_grid {
      margin-bottom: 20px; }
    .v2_page-step .v2_step01 .v2_grid_6 {
      padding: 10px;
      border-radius: 0; }
    .v2_page-step .v2_step01__ttl {
      position: relative;
      z-index: 1; }
    .v2_page-step .v2_step01__list {
      display: table;
      padding-bottom: 20px;
      border-bottom: solid 2px #ccc;
      margin-bottom: 20px;
      width: 100%; }
      .v2_page-step .v2_step01__list dt {
        display: table-cell;
        width: 110px; }
    .v2_page-step .v2_step01__people {
      position: absolute;
      left: 500px;
      bottom: 125px; }
      .v2_page-step .v2_step01__people dt, .v2_page-step .v2_step01__people dd {
        display: inline; }
    .v2_page-step .v2_step01__btn_spep01_next {
      clear: both;
      width: 386px;
      height: 96px;
      background-image: url("../../img/v2/spep01_btn_next.png"); }

.v2_page-step .v2_step02_bg {
  background-image: url("../../img/v2/step02_icon_arrow.png");
  background-position: 485px 10px;
  background-repeat: no-repeat; }

.v2_page-step .v2_step02 {
  z-index: 1;
  position: relative; }
  .v2_page-step .v2_step02__before {
    float: left;
    width: 470px; }
  .v2_page-step .v2_step02__after {
    float: right;
    width: 470px; }
  .v2_page-step .v2_step02 .v2_grid {
    margin-bottom: 20px; }
  .v2_page-step .v2_step02 .v2_grid_6 {
    padding: 0;
    border-radius: 0; }
  .v2_page-step .v2_step02__ttl {
    position: relative;
    z-index: 1; }
  .v2_page-step .v2_step02__list {
    display: table;
    padding-bottom: 20px;
    border-bottom: solid 2px #ccc;
    margin-bottom: 20px;
    width: 100%; }
    .v2_page-step .v2_step02__list dt {
      display: table-cell;
      width: 110px;
      background-image: url("../../img/v2/step_icon_optional.png");
      background-position: 0 5px;
      background-repeat: no-repeat;
      padding: 5px 0;
      padding-left: 70px; }
      .v2_page-step .v2_step02__list dt.v2_icon_required {
        background-image: url("../../img/v2/icon_required.png"); }
  .v2_page-step .v2_step02 dd {
    display: table-cell;
    font-size: 14px; }
  .v2_page-step .v2_step02__people {
    position: absolute;
    left: 500px;
    bottom: 125px; }
    .v2_page-step .v2_step02__people dt, .v2_page-step .v2_step02__people dd {
      display: inline; }
  .v2_page-step .v2_step02__btn_spep02_next {
    clear: both;
    width: 386px;
    height: 96px;
    background-image: url("../../img/v2/spep02_btn_next.png"); }
  .v2_page-step .v2_step02 .v2_icon_option {
    background-image: url("../../img/v2/step_icon_optional.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 5px;
    padding-left: 70px;
    margin-top: 5px; }
  .v2_page-step .v2_step02 .v2_icon_additional_required {
    background-image: url("../../img/v2/icon_required.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 5px;
    padding-left: 70px;
    margin-top: 5px; }
  .v2_page-step .v2_step02 .v2_icon_switch {
    background-image: url("../../img/v2/step_icon_plus.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 30px;
    padding-left: 35px;
    cursor: pointer; }
    .v2_page-step .v2_step02 .v2_icon_switch.open {
      background-image: url("../../img/v2/step_icon_minus.png"); }
    .v2_page-step .v2_step02 .v2_icon_switch:hover {
      opacity: 0.8; }
  .v2_page-step .v2_step02 .v2_ttl_icon {
    position: relative;
    margin-top: -50px;
    margin-bottom: -5px;
    margin-right: 10px; }
  .v2_page-step .v2_step02 .v2_icon_question {
    padding-top: 5px; }

.v2_step02__modal {
  width: 620px; }
  .v2_step02__modal .v2_step02__image_list li {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-top: 3%; }
    .v2_step02__modal .v2_step02__image_list li img {
      width: 100%; }
    .v2_step02__modal .v2_step02__image_list li p {
      padding-top: 10px; }

.v2_page-step .v2_step03__meter-description {
  width: 40%; }

.v2_page-step .v2_step03__meter-gauge {
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.v2_page-step .leftTrack {
  display: inline-block;
  padding-right: 10px; }

.v2_page-step .rightTrack {
  display: inline-block;
  padding-left: 10px; }

.v2_page-step #trackClass {
  display: inline-block;
  background-image: url("/img/v2/step_img_meter.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1% auto; }
  .v2_page-step #trackClass.track5 {
    background-image: url("/img/v2/step_img_meter_full.png");
    background-size: 100% !important; }

.v2_page-step .v2_step03 {
  z-index: 1;
  position: relative; }
  .v2_page-step .v2_step03 .v2_icon_required {
    display: inline-block;
    background-image: url("../../img/v2/icon_required.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
    margin-right: 10px;
    vertical-align: bottom; }
  .v2_page-step .v2_step03__meter {
    width: 100%;
    font-size: 12px;
    max-width: 978px;
    margin-bottom: 1.0rem; }
    .v2_page-step .v2_step03__meter img {
      vertical-align: bottom; }
    .v2_page-step .v2_step03__meter li {
      vertical-align: middle;
      border: solid 1px #32ac24;
      padding: 10px;
      background-color: #fff; }
    .v2_page-step .v2_step03__meter img {
      vertical-align: bottom; }
    .v2_page-step .v2_step03__meter dt,
    .v2_page-step .v2_step03__meter dd {
      display: table-cell;
      padding: 0 10px; }
      .v2_page-step .v2_step03__meter dt:first-child,
      .v2_page-step .v2_step03__meter dd:first-child {
        padding-left: 0;
        vertical-align: top; }
      .v2_page-step .v2_step03__meter dt:last-child,
      .v2_page-step .v2_step03__meter dd:last-child {
        padding-right: 0;
        vertical-align: middle; }
    .v2_page-step .v2_step03__meter li {
      padding: 10px; }
      .v2_page-step .v2_step03__meter li:first-child {
        padding-left: 0;
        vertical-align: top; }
      .v2_page-step .v2_step03__meter li:last-child {
        padding-right: 0;
        vertical-align: middle; }
  .v2_page-step .v2_step03__meter-ttl {
    margin-bottom: 5px; }
  .v2_page-step .v2_step03__meter-result {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #00a242; }
  .v2_page-step .v2_step03__btn_spep03_next {
    clear: both;
    width: 386px;
    height: 96px;
    background-image: url("../../img/v2/spep03_btn_next.png"); }
    .v2_page-step .v2_step03__btn_spep03_next.is-invalid {
      cursor: default;
      background-image: url("../../img/v2/spep03_btn_next_off.png"); }
      .v2_page-step .v2_step03__btn_spep03_next.is-invalid:hover {
        opacity: 1; }

#body.updateBaggagesOn {
  padding-bottom: 800px; }

.v2_page-step .v2_pager {
  text-align: right;
  padding: 10px;
  margin: 30px 0; }
  .v2_page-step .v2_pager__head {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px; }
    .v2_page-step .v2_pager__head .em {
      font-size: 16px; }
  .v2_page-step .v2_pager__list {
    display: inline-block; }
    .v2_page-step .v2_pager__list li {
      display: inline;
      font-size: 12px;
      padding: 0 5px; }
  .v2_page-step .v2_pager__prev {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    background-image: url("../../img/v2/step_icon_prev.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #fff;
    color: #000; }
    .v2_page-step .v2_pager__prev:hover {
      opacity: 0.8; }
  .v2_page-step .v2_pager__next {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    background-image: url("../../img/v2/step_icon_next.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    color: #000; }
    .v2_page-step .v2_pager__next:hover {
      opacity: 0.8; }

.v2_page-step .v2_step04 {
  z-index: 1;
  position: relative; }
  .v2_page-step .v2_step04 .v2_result-head {
    position: relative;
    content: "";
    display: block;
    clear: both;
    overflow: hidden; }
    .v2_page-step .v2_step04 .v2_result-head__corp, .v2_page-step .v2_step04 .v2_result-head__fee {
      float: left;
      width: 488px;
      border: solid 1px #ff9830;
      margin-bottom: 20px;
      text-align: center;
      padding: 20px 0;
      font-size: 18px; }
      .v2_page-step .v2_step04 .v2_result-head__corp span, .v2_page-step .v2_step04 .v2_result-head__fee span {
        font-size: 32px;
        color: #ff7f00;
        margin-bottom: -3px; }
    .v2_page-step .v2_step04 .v2_result-head__fee {
      float: right; }
    .v2_page-step .v2_step04 .v2_result-head__message {
      clear: both;
      margin-bottom: 20px;
      text-align: center; }
  .v2_page-step .v2_step04__tab {
    position: relative;
    background-image: url("../../img/v2/step04_txt_01.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 520px; }
  .v2_page-step .v2_step04__tablist {
    display: table; }
    .v2_page-step .v2_step04__tablist li {
      display: table-cell;
      padding: 0 10px; }
    .v2_page-step .v2_step04__tablist img {
      vertical-align: bottom; }
    .v2_page-step .v2_step04__tablist a:hover {
      opacity: 0.8; }
    .v2_page-step .v2_step04__tablist a {
      display: block;
      width: 226px;
      height: 69px;
      line-height: 76px;
      white-space: nowrap;
      overflow: hidden; }
    .v2_page-step .v2_step04__tablist .tab01 a {
      background-image: url("../../img/v2/step04_tab_01.png"); }
      .v2_page-step .v2_step04__tablist .tab01 a.on {
        background-image: url("../../img/v2/step04_tab_01_on.png"); }
    .v2_page-step .v2_step04__tablist .tab02 a {
      background-image: url("../../img/v2/step04_tab_02.png"); }
      .v2_page-step .v2_step04__tablist .tab02 a.on {
        background-image: url("../../img/v2/step04_tab_02_on.png"); }
  .v2_page-step .v2_step04__result-content {
    background-image: url("../../img/v2/step04_tab_bg.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top: solid 1px #ccc; }
  .v2_page-step .v2_step04 .v2_step04_result-detail {
    border: solid 2px #ccc;
    margin-bottom: 30px; }
    .v2_page-step .v2_step04 .v2_step04_result-detail__head {
      position: relative;
      background: #f0f9ef;
      padding: 10px; }
    .v2_page-step .v2_step04 .v2_step04_result-detail__ttl {
      background: #f0f9ef;
      font-weight: bold; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__ttl img {
        max-height: 60px;
        border: solid 1px #ccc;
        vertical-align: middle;
        margin-right: 20px; }
    .v2_page-step .v2_step04 .v2_step04_result-detail__btn {
      position: absolute;
      top: 20px;
      right: 10px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__btn:hover {
        opacity: 0.8; }
    .v2_page-step .v2_step04 .v2_step04_result-detail__main {
      position: relative;
      padding: 10px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__main:after {
        content: "";
        display: block;
        clear: both; }
    .v2_page-step .v2_step04 .v2_step04_result-detail__img {
      float: left; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__img img {
        max-width: 320px; }
    .v2_page-step .v2_step04 .v2_step04_result-detail__text {
      float: right;
      width: 630px; }
    .v2_page-step .v2_step04 .v2_step04_result-detail__list {
      border-bottom: solid 2px #ccc;
      padding: 10px 0; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list dt, .v2_page-step .v2_step04 .v2_step04_result-detail__list dd {
        display: table-cell;
        vertical-align: top;
        padding: 0 10px;
        line-height: 1.4;
        font-size: 14px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list dt {
        font-weight: bold;
        width: 100px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list dd {
        min-width: 100px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list.price dt {
        padding-top: 10px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list.price .tax {
        font-size: 14px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list.price .bold {
        font-weight: bold; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list .pre {
        white-space: pre-line; }
  .v2_page-step .v2_step04 .v2_go_support {
    border: solid 1px #03a344;
    background: #fffae2;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4; }
    .v2_page-step .v2_step04 .v2_go_support__heading {
      font-weight: bolder; }
    .v2_page-step .v2_step04 .v2_go_support .v2_support_dial {
      font-size: 30px;
      color: #ff9223;
      border-bottom: 1px solid #000; }
    .v2_page-step .v2_step04 .v2_go_support__box {
      padding: 10px 0; }
  .v2_page-step .v2_step04__btn_spep04_support {
    clear: both;
    width: 386px;
    height: 96px;
    background-image: url("../../img/v2/step04_btn_support.png"); }
  .v2_page-step .v2_step04 .v2_notes__ttl {
    font-weight: bold; }
  .v2_page-step .v2_step04 .v2_notes li {
    margin-bottom: 5px;
    font-size: 14px; }
  .v2_page-step .v2_step04 #ReservationStep4Form {
    position: relative; }
  .v2_page-step .v2_step04__modal {
    width: 1000px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border: solid 3px #01a243;
    background: #fffae1;
    padding: 40px 10px; }
    .v2_page-step .v2_step04__modal .v2_icon_close {
      position: absolute;
      z-index: 9999;
      top: 5px;
      right: 5px;
      cursor: pointer;
      text-indent: 105%;
      width: 30px;
      height: 30px;
      background: url("../../img/v2/zipsearch_icon_close.png") center 0 no-repeat; }
    .v2_page-step .v2_step04__modal .v2_general-tbl__cell_1 {
      width: 86px; }
    .v2_page-step .v2_step04__modal .v2_general-tbl__cell_2 {
      width: 160px; }
    .v2_page-step .v2_step04__modal .v2_general-tbl__cell_4 {
      width: 334px; }
    .v2_page-step .v2_step04__modal .v2_general-tbl__cell_33 {
      width: 33.3%; }
    .v2_page-step .v2_step04__modal .v2_general-tbl__cell_last_2 {
      width: 500px;
      border-left: solid 2px #ccc; }
    .v2_page-step .v2_step04__modal .v2_general-tbl__cell_last_3 {
      width: 746px;
      border-left: solid 2px #ccc; }
    .v2_page-step .v2_step04__modal .v2_general-box {
      margin-bottom: 10px;
      border: none;
      padding: 0; }
  .v2_page-step .v2_step04__btn_update {
    clear: both;
    width: 386px;
    height: 96px;
    background-image: url("../../img/v2/step04_btn_update.png"); }

.v2_page-step .v2_error__message {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 40px;
  color: #f00; }

.v2_page-step .v2_error .v2_btn_home {
  text-align: center; }
  .v2_page-step .v2_error .v2_btn_home a:hover img {
    opacity: 0.8; }

.v2_page-step .em {
  color: #ff9223; }

.v2_page-step .price .tax {
  font-size: 14px; }

.v2_page-step .price .bold {
  font-weight: bold; }

.v2_page-step .fs12 {
  font-size: 12px; }

.v2_page-step .fs20 {
  font-size: 20px; }

.v2_page-step .fs32 {
  font-size: 32px; }

.v2_page-step .bold {
  font-weight: bold; }

.v2_page-step .v2_step05__btn_spep05_support {
  clear: both;
  width: 246px;
  height: 46px;
  background-image: url("../../img/v2/step05_btn_01.png");
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden; }

.v2_page-step .v2_step05__btn_spep05_regist {
  clear: both;
  width: 186px;
  height: 66px;
  background-image: url("../../img/v2/step05_btn_02.png");
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden; }

.v2_page-step .v2_step05__btn_spep05_registL {
  clear: both;
  width: 386px;
  height: 96px;
  background-image: url("../../img/v2/step05_btn_03.png");
  background-repeat: no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden; }

.v2_page-step .v2_step05 .v2_step05_result-detail {
  margin-bottom: 30px; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__head {
    position: relative;
    margin-bottom: 25px; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__ttl {
    background: #f0f9ef;
    font-size: 24px;
    padding: 10px;
    border: solid 2px #ccc; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__ttl img {
      max-height: 60px;
      border: solid 1px #ccc;
      vertical-align: middle;
      margin-right: 20px; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__btn {
    position: absolute;
    top: 10px;
    right: 10px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__btn button {
      display: inline-blcok;
      margin: 0;
      padding: 0;
      border: 0;
      background-color: transparent;
      vertical-align: middle; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__btn button:hover {
        opacity: 0.8;
        cursor: pointer; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__img {
    float: left; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__img img {
      max-width: 320px; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__text {
    float: right;
    width: 630px; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__list {
    border-bottom: solid 2px #ccc;
    padding: 10px 0; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list dt, .v2_page-step .v2_step05 .v2_step05_result-detail__list dd {
      display: table-cell;
      vertical-align: top;
      padding: 0 10px;
      line-height: 1.4;
      font-size: 14px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list dt {
      font-weight: bold;
      width: 100px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list dd {
      min-width: 100px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list.price dt {
      padding-top: 10px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list.price .tax {
      font-size: 14px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list.price .bold {
      font-weight: bold; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list .pre {
      white-space: pre-line; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__hope {
    text-align: center;
    color: #ff7f00;
    text-align: center;
    padding: 25px;
    font-size: 24px;
    border: solid 2px #ccc;
    margin-bottom: 25px; }
  .v2_page-step .v2_step05 .v2_step05_result-detail__main {
    position: relative;
    padding: 10px;
    border: solid 2px #ccc; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__main:after {
      content: "";
      display: block;
      clear: both; }

.v2_page-step .v2_step05 .btn_horizon button {
  display: inline-block;
  vertical-align: middle; }

.v2_page-step .v2_step05__tablist {
  display: table; }
  .v2_page-step .v2_step05__tablist li {
    display: table-cell;
    padding: 0 10px; }
  .v2_page-step .v2_step05__tablist a:hover {
    opacity: 0.8; }
  .v2_page-step .v2_step05__tablist a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 226px;
    height: 68px;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden; }
  .v2_page-step .v2_step05__tablist .tab01 a {
    background-image: url("../../img/v2/step05_tab_01.png"); }
    .v2_page-step .v2_step05__tablist .tab01 a.on {
      background-image: url("../../img/v2/step05_tab_01_on.png"); }
  .v2_page-step .v2_step05__tablist .tab02 a {
    background-image: url("../../img/v2/step05_tab_02.png"); }
    .v2_page-step .v2_step05__tablist .tab02 a.on {
      background-image: url("../../img/v2/step05_tab_02_on.png"); }
  .v2_page-step .v2_step05__tablist .tab03 a {
    background-image: url("../../img/v2/step05_tab_03.png"); }
    .v2_page-step .v2_step05__tablist .tab03 a.on {
      background-image: url("../../img/v2/step05_tab_03_on.png"); }
  .v2_page-step .v2_step05__tablist .tab04 a {
    background-image: url("../../img/v2/step05_tab_04.png"); }
    .v2_page-step .v2_step05__tablist .tab04 a.on {
      background-image: url("../../img/v2/step05_tab_04_on.png"); }

.v2_page-step .v2_step05__content {
  border: solid 2px #33ac25;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 45px;
  line-height: 1.4; }
  .v2_page-step .v2_step05__content .v2_cal__prev {
    position: absolute;
    top: 15px;
    left: 20px;
    display: inline-block;
    border: solid 1px #ccc;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    background-image: url("../../img/v2/step_icon_prev.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #fff;
    color: #000; }
    .v2_page-step .v2_step05__content .v2_cal__prev:hover {
      opacity: 0.8; }
  .v2_page-step .v2_step05__content .v2_cal__next {
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
    border: solid 1px #ccc;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    background-image: url("../../img/v2/step_icon_next.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    color: #000; }
    .v2_page-step .v2_step05__content .v2_cal__next:hover {
      opacity: 0.8; }
  .v2_page-step .v2_step05__content .v2_cal__head {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px; }
  .v2_page-step .v2_step05__content .v2_cal__tbl {
    width: 100%;
    border: solid 2px #ccc; }
    .v2_page-step .v2_step05__content .v2_cal__tbl th, .v2_page-step .v2_step05__content .v2_cal__tbl td {
      border: solid 1px #ccc;
      text-align: center;
      padding: 5px; }
    .v2_page-step .v2_step05__content .v2_cal__tbl th {
      font-size: 14px; }
    .v2_page-step .v2_step05__content .v2_cal__tbl td {
      font-size: 12px;
      color: #36b21e; }
      .v2_page-step .v2_step05__content .v2_cal__tbl td:nth-of-type(1) {
        color: #000; }
    .v2_page-step .v2_step05__content .v2_cal__tbl .good {
      text-indent: 1em;
      background-image: url("../../img/v2/step05_icon_good.png");
      background-repeat: no-repeat;
      background-position: 5px center; }
      .v2_page-step .v2_step05__content .v2_cal__tbl .good.off {
        background-image: url("../../img/v2/step05_icon_good_off.png"); }
    .v2_page-step .v2_step05__content .v2_cal__tbl .off {
      text-indent: 1em;
      color: #999; }
      .v2_page-step .v2_step05__content .v2_cal__tbl .off a {
        color: #999; }
    .v2_page-step .v2_step05__content .v2_cal__tbl .normal {
      text-indent: 1em; }
  .v2_page-step .v2_step05__content .v2_cal__tbl-date td {
    background: #f0f9ef;
    color: #000; }
    .v2_page-step .v2_step05__content .v2_cal__tbl-date td:nth-of-type(7) {
      background: #d4edf0; }
    .v2_page-step .v2_step05__content .v2_cal__tbl-date td:nth-of-type(8) {
      background: #ffe5df; }
  .v2_page-step .v2_step05__content .message {
    line-height: 1.4;
    margin-bottom: 20px; }
  .v2_page-step .v2_step05__content .image {
    line-height: 1;
    margin-bottom: 20px; }
  .v2_page-step .v2_step05__content.v2_content_03 {
    padding: 40px; }
    .v2_page-step .v2_step05__content.v2_content_03:after {
      content: "";
      display: block;
      clear: both; }
    .v2_page-step .v2_step05__content.v2_content_03 .v2_txt-box {
      float: left;
      width: 560px; }
    .v2_page-step .v2_step05__content.v2_content_03 .v2_img-box {
      float: right; }
      .v2_page-step .v2_step05__content.v2_content_03 .v2_img-box img {
        max-width: 100%; }
    .v2_page-step .v2_step05__content.v2_content_03 .ttl {
      color: #00a141;
      font-size: 24px;
      margin-bottom: 20px; }

.v2_page-step .v2_step05 .v2_btn_left {
  position: absolute;
  top: 20px;
  left: 0; }

.v2_page-step .v2_step05 .v2_general-tbl_01 th:nth-child(1) {
  width: 190px; }

.v2_page-confirm .em {
  color: #ff9223; }

.v2_page-confirm .price .tax {
  font-size: 14px; }

.v2_page-confirm .price .bold {
  font-weight: bold; }

.v2_page-confirm .v2_stepbar {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  .v2_page-confirm .v2_stepbar .v2_btn_left {
    top: 20%; }

.v2_page-confirm .fs12 {
  font-size: 12px; }

.v2_page-confirm .fs20 {
  font-size: 20px; }

.v2_page-confirm .fs32 {
  font-size: 32px; }

.v2_page-confirm .bold {
  font-weight: bold; }

.v2_page-confirm .v2_general-tbl_02 th {
  padding-left: 70px;
  width: 160px; }

.v2_page-confirm .required {
  background-image: url("../../img/v2/icon_required.png");
  background-repeat: no-repeat;
  background-position: 0 center; }

.v2_page-confirm__btn_confirm {
  width: 386px;
  height: 96px;
  background-image: url("../../img/v2/confirm_btn_01.png"); }

.v2_page-confirm__btn_submit {
  width: 386px;
  height: 96px;
  background-image: url("../../img/v2/confirm_btn_02.png"); }

.v2_page-confirm__btn_members {
  width: 386px;
  height: 96px;
  background-image: url("../../img/v2/confirm_btn_03.png"); }

.v2_page-complete .v2_step08__contents {
  border: solid 2px #33ac25;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 45px;
  line-height: 1.4; }

.v2_page-complete .v2_step08__number {
  text-align: center;
  color: #ff7f00;
  text-align: center;
  padding: 25px;
  font-size: 24px;
  border: solid 2px #ccc;
  margin-bottom: 10px; }

.v2_page-complete .bold {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  body {
    padding: 0 10px; }
  .wrapper {
    width: 100%;
    margin: 0; }
  #main {
    width: 100%; }
  footer .contL img {
    width: auto; }
  .v2_gray-tablist .tab {
    font-size: 10px;
    padding: 2% 4%; }
  .v2_grid,
  .v2_grid_6,
  .v2_flow,
  .v2_flow_4 {
    display: block; }
  img {
    width: 100%; }
    img.v2_icon {
      width: auto; }
  .v2_breadcrumb__step5 ul {
    letter-spacing: -0.4em;
    text-align: center; }
    .v2_breadcrumb__step5 ul li {
      display: inline-block;
      width: 33%;
      letter-spacing: normal; }
      .v2_breadcrumb__step5 ul li a {
        display: block; }
  .pc-only {
    display: none; }
  .sp-only {
    display: block; }
  .v2_btn {
    background-size: cover; }
  .v2_calender img {
    width: auto;
    vertical-align: bottom; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .v2_calender img {
      width: 20px; } }

@media screen and (max-width: 768px) {
  .v2_lead {
    text-align: center;
    color: #ff7f00;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border: solid 2px #ccc;
    margin-bottom: 25px; }
  .v2_form-set input[type="text"],
  .v2_form-set select {
    padding: 0 2px;
    font-size: 12px;
    border: solid 2px #ffc001;
    border-radius: 5px;
    margin: 4px 0;
    margin-right: 4px;
    outline: 0;
    height: 20px; }
  .v2_form-set input[type="text"] {
    height: 30px; }
  .v2_form-set input[type=radio], .v2_form-set input[type=checkbox] {
    visibility: hidden;
    position: absolute; }
  .v2_form-set .w570 {
    width: auto; }
  .v2_grid {
    display: table;
    width: 100%; }
  .v2_grid_6 {
    display: block; }
  .v2_list_horizon {
    display: table;
    margin-bottom: 1.0rem;
    width: 100%;
    background-color: #fff; }
    .v2_list_horizon.js-sticky {
      left: 0;
      right: 0;
      margin: 0 auto; }
    .v2_list_horizon img {
      vertical-align: bottom; }
    .v2_list_horizon li {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px; }
      .v2_list_horizon li:first-child {
        padding-left: 0;
        width: 20%; }
      .v2_list_horizon li:last-child {
        padding-right: 0; }
  .v2_hr_dot {
    border: 0;
    border-bottom: dotted 1px #01a343;
    margin: 1rem 0; }
  .v2_general-section {
    font-size: 14px;
    margin-bottom: 2rem; }
    .v2_general-section__ttl {
      background: #fffae2;
      font-size: 14px;
      border: solid 2px #01a243;
      padding: 10px;
      border-radius: 3px;
      margin-bottom: 20px;
      box-shadow: 0 2px 1px #ccc; }
      .v2_general-section__ttl:before {
        content: "■";
        color: #00a242;
        margin-right: 10px;
        font-size: 10px;
        top: -1px; }
      .v2_general-section__ttl img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 28px; } }
      @media screen and (max-width: 768px) and (max-width: 480px) {
        .v2_general-section__ttl img {
          max-height: 14px; } }

@media screen and (max-width: 768px) {
    .v2_general-section__lead {
      font-size: 14px;
      padding: 10px; }
    .v2_general-section .em {
      color: #ff9223; }
  .v2_general-box {
    font-size: 16px;
    margin-bottom: 3rem;
    border: solid 1px #01a243; }
    .v2_general-box__ttl {
      background: #39aa2f;
      font-size: 24px;
      padding: 10px;
      text-align: center;
      color: #fff; }
    .v2_general-box__inner {
      padding: 10px; }
    .v2_general-box__subttl {
      margin-bottom: 20px;
      font-size: 14px; }
      .v2_general-box__subttl img {
        vertical-align: middle;
        margin-right: 10px; }
    .v2_general-box__btnlist {
      text-align: center; }
      .v2_general-box__btnlist li {
        display: inline-block;
        width: 45%;
        padding: 5px; }
      .v2_general-box__btnlist a:hover {
        opacity: 0.8; }
  .v2_general-tbl {
    margin-bottom: 30px; }
    .v2_general-tbl:after {
      content: "";
      display: block;
      clear: both; }
    .v2_general-tbl__ttl {
      clear: both;
      background: #39aa2f;
      font-size: 14px;
      padding: 10px;
      text-align: center;
      color: #fff; }
    .v2_general-tbl__list {
      box-sizing: border-box;
      display: block;
      width: 100%;
      background: #ccc;
      font-size: 11px;
      border-right: none;
      border-bottom: none;
      margin-left: -1px; }
      .v2_general-tbl__list dt, .v2_general-tbl__list dd, .v2_general-tbl__list li {
        box-sizing: border-box;
        display: block;
        float: left;
        padding: 0;
        vertical-align: middle; }
      .v2_general-tbl__list dt {
        background: #eee;
        border-left: none; }
      .v2_general-tbl__list dd, .v2_general-tbl__list li {
        background: #fff; }
      .v2_general-tbl__list li {
        border-left: none;
        font-size: 14px; }
    .v2_general-tbl__cell_1 {
      width: 25%;
      border-bottom: solid 1px #ccc;
      min-height: 86px; }
    .v2_general-tbl__cell_2 {
      width: 25%;
      border-bottom: solid 1px #ccc;
      min-height: 86px; }
    .v2_general-tbl__cell_4 {
      width: 340px;
      border-bottom: solid 1px #ccc;
      min-height: 86px; }
    .v2_general-tbl__cell_33 {
      width: 33.3%; }
    .v2_general-tbl__cell_last_2 {
      width: 500px;
      border-left: none; }
    .v2_general-tbl__cell_last_3 {
      display: none; }
    .v2_general-tbl .v2_sp_cell_1 {
      width: 25%; }
    .v2_general-tbl .v2_sp_cell_2 {
      width: 50% !important;
      border-left: solid 1px #ccc;
      border-bottom: solid 1px #ccc; }
    .v2_general-tbl .v2_sp_cell_3 {
      width: 75%; }
    .v2_general-tbl__item {
      display: table-cell;
      vertical-align: middle;
      width: 70px;
      height: 85px;
      text-align: center;
      padding: 0;
      font-size: 10px; }
      .v2_general-tbl__item img {
        width: auto;
        max-width: 40px;
        max-height: 30px; }
      .v2_general-tbl__item span {
        font-size: 8px; }
    .v2_general-tbl__count {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 0;
      padding-left: 5px;
      height: 85px; }
    .v2_general-tbl__type {
      margin-bottom: 5px;
      font-size: 10px; }
  .v2_general-tbl_01 {
    border: solid 2px #ccc;
    width: 100%;
    margin-bottom: 20px; }
    .v2_general-tbl_01 th, .v2_general-tbl_01 td {
      padding: 10px;
      border: solid 1px #ccc;
      vertical-align: middle;
      font-size: 12px; }
    .v2_general-tbl_01 th {
      background: #f0f9ef; }
    .v2_general-tbl_01 img {
      vertical-align: middle; }
  .v2_general-tbl_02 {
    width: 100%;
    margin-bottom: 20px; }
    .v2_general-tbl_02 tr {
      border-bottom: solid 2px #ccc; }
    .v2_general-tbl_02 th, .v2_general-tbl_02 td {
      padding: 10px;
      vertical-align: middle;
      font-size: 12px; }
    .v2_general-tbl_02 img {
      vertical-align: middle; }
  .v2_general-btn {
    position: relative; }
    .v2_general-btn .v2_btn_back {
      display: block;
      background: url("../../img/v2/sp/step_btn_back.png") no-repeat center;
      background-size: cover;
      width: 73px;
      height: 33px;
      position: relative;
      top: 0;
      margin-top: 0;
      margin-left: 0;
      left: 0; }
    .v2_general-btn .v2_btn_left {
      position: absolute;
      top: 0;
      left: 0; }
    .v2_general-btn .v2_btn_prev {
      display: inline-block;
      border: solid 1px #ccc;
      padding: 5px 20px;
      border-radius: 5px;
      text-decoration: none;
      background-image: url("../../img/v2/step_icon_prev.png");
      background-repeat: no-repeat;
      background-position: 10px center;
      background-color: #fff;
      color: #000;
      font-size: 12px; }
      .v2_general-btn .v2_btn_prev:hover {
        opacity: 0.8; }
    .v2_general-btn .v2_btn_next {
      display: inline-block;
      border: solid 1px #ccc;
      padding: 5px 20px;
      border-radius: 5px;
      text-decoration: none;
      background-image: url("../../img/v2/step_icon_next.png");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-color: #fff;
      color: #000;
      font-size: 12px; }
      .v2_general-btn .v2_btn_next:hover {
        opacity: 0.8; }
    .v2_general-btn .v2_btn_01 {
      display: inline-block;
      border: solid 1px #ccc;
      padding: 5px 10px;
      border-radius: 5px;
      text-decoration: none;
      background-color: #fff;
      color: #000; }
      .v2_general-btn .v2_btn_01:hover {
        background-color: #eee;
        opacity: 0.8; }
  .v2_btn_zip {
    background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
    background-image: linear-gradient(#ffffff, #d0d0d0);
    border-radius: 4px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    border: 1px solid #cdcdcd;
    padding: 6px 3px;
    width: 64px;
    text-align: center;
    margin: 0;
    height: auto; }
  .v2_flow {
    display: table;
    width: 100%;
    margin-bottom: 2rem; }
  .v2_flow_icon {
    display: block;
    vertical-align: middle;
    padding: 0;
    width: 30px;
    height: 10px;
    margin: 10px auto;
    text-align: center;
    background: url("../../img/v2/sp/index_flow_icon.png") no-repeat center;
    background-size: cover; }
  .v2_list_flow {
    margin-bottom: 1.0rem; }
    .v2_list_flow dt {
      color: #00a046;
      margin-bottom: 0.5rem; }
    .v2_list_flow dd {
      margin-bottom: 0.5rem; }
  .v2_btn_reserve {
    text-align: center; }
    .v2_btn_reserve a:hover {
      opacity: 0.8; }
  .v2_faq {
    margin-bottom: 2rem; }
    .v2_faq li:first-child {
      vertical-align: top;
      padding-left: 0;
      width: 15%; }
    .v2_faq__ttl {
      color: #00a52f; }
      .v2_faq__ttl img {
        margin-top: -0.3rem; }
  .v2_modal_support {
    padding: 10px 5px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.4; }
    .v2_modal_support__heading {
      font-weight: bolder; }
    .v2_modal_support .v2_support_dial {
      font-size: 20px; }
    .v2_modal_support p {
      margin-bottom: 10px; }
  .v2_support_code {
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #ff9223; }
  #main.v2_page-index {
    width: 100%;
    float: none; }
    #main.v2_page-index .v2_visual__ttl {
      width: 100%; }
    #main.v2_page-index .v2_visual .slider {
      background: #fff;
      border-radius: 5px;
      padding: 10px 20px;
      margin-left: auto;
      margin-right: 0;
      width: 200px; }
  #main.v2_page-index {
    width: 100%;
    float: none; }
    #main.v2_page-index .v2_homebg {
      z-index: 1;
      position: absolute;
      left: 0;
      width: 100%;
      height: 304px;
      background: none;
      text-align: center; }
      #main.v2_page-index .v2_homebg__inner {
        background: url("../../img/v2/sp/index_head_visual.jpg") no-repeat center 0;
        background-size: cover;
        width: 100%;
        height: 304px; }
    #main.v2_page-index .v2_visual {
      z-index: 1;
      position: relative;
      padding-top: 20px; }
      #main.v2_page-index .v2_visual__ttl {
        position: relative;
        z-index: 1;
        margin-bottom: -12px;
        width: 100%; }
      #main.v2_page-index .v2_visual__subttl {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 25px; }
      #main.v2_page-index .v2_visual__search {
        position: relative;
        border: solid 2px #06a446;
        border-radius: 3px;
        padding: 10px;
        background: #fff;
        margin-bottom: 10px; }
      #main.v2_page-index .v2_visual__step {
        display: table;
        margin-bottom: 4px;
        width: 100%; }
        #main.v2_page-index .v2_visual__step dt {
          display: table-cell;
          width: 32%; }
        #main.v2_page-index .v2_visual__step dd {
          margin-left: 5px; }
      #main.v2_page-index .v2_visual__people {
        position: relative;
        left: auto;
        top: auto;
        display: table;
        margin-bottom: 4px;
        width: 100%; }
        #main.v2_page-index .v2_visual__people dt {
          display: table-cell;
          width: 33%; }
        #main.v2_page-index .v2_visual__people dt, #main.v2_page-index .v2_visual__people dd {
          display: table-cell; }
      #main.v2_page-index .v2_visual img {
        vertical-align: middle; }
      #main.v2_page-index .v2_visual input[type="text"],
      #main.v2_page-index .v2_visual select {
        display: inline-block;
        border: 0;
        padding: 0 1px;
        font-size: 12px;
        border: solid 1px #ffc001;
        border-radius: 5px;
        margin: 0;
        margin-right: 2px;
        outline: 0; }
      #main.v2_page-index .v2_visual input[type="text"] {
        height: 30px;
        max-width: 85px; }
      #main.v2_page-index .v2_visual .btn_zip {
        background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
        background-image: linear-gradient(#ffffff, #d0d0d0);
        border-radius: 4px;
        display: inline-block;
        color: #000;
        text-decoration: none;
        font-size: 10px;
        border: 1px solid #cdcdcd;
        padding: 6px 3px;
        width: 64px;
        text-align: center;
        margin: 0;
        height: auto; }
      #main.v2_page-index .v2_visual__btn_reserve {
        position: relative;
        right: auto;
        top: auto;
        cursor: pointer;
        display: block;
        width: 260px;
        height: 68px;
        background-image: url("../../img/v2/sp/index_head_btn_reserve.png");
        background-size: cover;
        border: none;
        text-indent: 105%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 10px;
        padding: 0; }
        #main.v2_page-index .v2_visual__btn_reserve:hover {
          opacity: 0.8; }
      #main.v2_page-index .v2_visual__steplist {
        margin-bottom: 10px; }
    #main.v2_page-index .v2_home {
      position: relative;
      z-index: 2; }
      #main.v2_page-index .v2_home__sliderbox {
        background: #ffa64d;
        border-radius: 3px;
        box-shadow: 0 2px 1px #ccc;
        position: relative;
        padding: 3px;
        margin-bottom: 20px;
        display: table;
        width: 98%; }
      #main.v2_page-index .v2_home__trader {
        color: #fff;
        font-size: 17px;
        width: auto;
        padding: 0 5px;
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
        #main.v2_page-index .v2_home__trader img {
          width: 100%; }
      #main.v2_page-index .v2_home__traderlist {
        display: table-cell; }
      #main.v2_page-index .v2_home .slider {
        position: relative;
        background: #fff;
        border-radius: 3px;
        border-radius: 0 3px 3px 0;
        padding: 5px 20px;
        margin-left: auto;
        margin-right: 0;
        width: auto;
        /*左右の矢印の色を変える*/
        /*左右の矢印の位置を変える*/
        /*スライド数のドットの色を変える*/
        /*スライド画像の横幅可変*/ } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        #main.v2_page-index .v2_home .slider {
          width: 660px; } }
      @media screen and (max-width: 768px) and (max-width: 750px) {
        #main.v2_page-index .v2_home .slider {
          width: 600px; } }
      @media screen and (max-width: 768px) and (max-width: 700px) {
        #main.v2_page-index .v2_home .slider {
          width: 550px; } }
      @media screen and (max-width: 768px) and (max-width: 650px) {
        #main.v2_page-index .v2_home .slider {
          width: 530px; } }
      @media screen and (max-width: 768px) and (max-width: 600px) {
        #main.v2_page-index .v2_home .slider {
          width: 490px; } }
      @media screen and (max-width: 768px) and (max-width: 568px) {
        #main.v2_page-index .v2_home .slider {
          width: 440px; } }
      @media screen and (max-width: 768px) and (max-width: 480px) {
        #main.v2_page-index .v2_home .slider {
          width: 360px; } }
      @media screen and (max-width: 768px) and (max-width: 435px) {
        #main.v2_page-index .v2_home .slider {
          width: 320px; } }
      @media screen and (max-width: 768px) and (max-width: 414px) {
        #main.v2_page-index .v2_home .slider {
          width: 300px; } }
      @media screen and (max-width: 768px) and (max-width: 375px) {
        #main.v2_page-index .v2_home .slider {
          width: 270px; } }
      @media screen and (max-width: 768px) and (max-width: 320px) {
        #main.v2_page-index .v2_home .slider {
          border-radius: 5px;
          padding: 10px 20px;
          margin-left: auto;
          margin-right: 0;
          width: 200px;
          width: 230px; } }

@media screen and (max-width: 768px) {
        #main.v2_page-index .v2_home .slider li {
          position: relative; }
        #main.v2_page-index .v2_home .slider span {
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: 10px; }
        #main.v2_page-index .v2_home .slider .slick-prev,
        #main.v2_page-index .v2_home .slider .slick-next {
          background-color: #ffa742;
          width: 12px;
          height: 52px;
          background-position: center;
          background-repeat: no-repeat; }
          #main.v2_page-index .v2_home .slider .slick-prev:hover,
          #main.v2_page-index .v2_home .slider .slick-next:hover {
            opacity: 0.8; } }
      @media screen and (max-width: 768px) and (max-width: 320px) {
        #main.v2_page-index .v2_home .slider .slick-prev,
        #main.v2_page-index .v2_home .slider .slick-next {
          width: 12px;
          height: 42px; } }

@media screen and (max-width: 768px) {
        #main.v2_page-index .v2_home .slider .slick-prev:before,
        #main.v2_page-index .v2_home .slider .slick-next:before {
          color: #fff; }
        #main.v2_page-index .v2_home .slider .slick-next {
          right: 5px;
          z-index: 99;
          background-image: url("../../img/v2/index_slider_icon_right.png"); }
        #main.v2_page-index .v2_home .slider .slick-prev {
          left: 5px;
          z-index: 100;
          background-image: url("../../img/v2/index_slider_icon_left.png"); }
        #main.v2_page-index .v2_home .slider .slick-dots li.slick-active button:before,
        #main.v2_page-index .v2_home .slider .slick-dots li button:before {
          color: #fff; }
        #main.v2_page-index .v2_home .slider img {
          max-width: 100%;
          height: auto;
          margin: 0;
          border-right: solid 4px #fff;
          border-left: solid 4px #fff; }
  .featherlight .featherlight-content {
    border: solid 3px #01a243; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    text-indent: 105%;
    width: 30px;
    height: 30px;
    background: url("../../img/v2/zipsearch_icon_close.png") center 0 no-repeat; }
  .v2_page-zipsearch {
    width: 100%;
    float: none; }
    .v2_page-zipsearch input[type="text"],
    .v2_page-zipsearch select {
      display: inline-block;
      border: 0;
      padding: 0 10px;
      font-size: 14px;
      border: solid 2px #ffc001;
      border-radius: 5px;
      margin: 0;
      margin-right: 8px;
      outline: 0;
      height: 30px; }
    .v2_page-zipsearch input[type="text"] {
      height: 30px; }
    .v2_page-zipsearch p {
      margin-bottom: 10px; }
    .v2_page-zipsearch .v2_zip__ttl {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px; }
    .v2_page-zipsearch .v2_zip__list {
      display: table;
      width: 100%;
      margin-bottom: 10px; }
      .v2_page-zipsearch .v2_zip__list dt,
      .v2_page-zipsearch .v2_zip__list dd {
        display: table-cell;
        vertical-align: middle; }
      .v2_page-zipsearch .v2_zip__list dt {
        width: 30%; }
      .v2_page-zipsearch .v2_zip__list dd {
        padding-left: 5px; }
    .v2_page-zipsearch .v2_zip__code {
      border: solid 2px #ffc500;
      font-size: 32px;
      color: #ff0000;
      padding: 20px;
      text-align: center;
      margin-bottom: 10px; }
    .v2_page-zipsearch .v2_zip__btn_submit {
      cursor: pointer;
      display: block;
      width: 198px;
      height: 43px;
      background-image: url("../../img/v2/sp/zipsearch_btn_submit.png");
      background-size: cover;
      border: none;
      text-indent: 105%;
      white-space: nowrap;
      overflow: hidden;
      margin: 0 auto;
      padding: 0; }
      .v2_page-zipsearch .v2_zip__btn_submit:hover {
        opacity: 0.8; }
  .v2_page-step {
    width: 100%;
    float: none; }
    .v2_page-step p {
      margin-bottom: 10px; }
    .v2_page-step .v2_stepbar {
      margin-bottom: 25px; }
    .v2_page-step .v2_step01 {
      z-index: 1;
      position: relative;
      padding-top: 0; }
      .v2_page-step .v2_step01 .v2_grid {
        margin-bottom: 10px; }
      .v2_page-step .v2_step01 .v2_grid_6 {
        padding: 10px 0;
        border-radius: 0; }
      .v2_page-step .v2_step01__left {
        float: none;
        width: 100%;
        padding-top: 0; }
        .v2_page-step .v2_step01__left .v2_grid {
          margin-bottom: 0; }
        .v2_page-step .v2_step01__left .v2_step01__list {
          min-height: auto;
          margin-bottom: 0; }
      .v2_page-step .v2_step01__right {
        float: none;
        width: 100%; }
      .v2_page-step .v2_step01__ttl {
        position: relative;
        z-index: 1; }
      .v2_page-step .v2_step01__list {
        display: table;
        padding-bottom: 20px;
        border-bottom: solid 2px #ccc;
        margin-bottom: 20px;
        width: 100%;
        font-size: 12px; }
        .v2_page-step .v2_step01__list dt {
          display: table-cell;
          width: 60px; }
      .v2_page-step .v2_step01__people {
        position: absolute;
        left: 500px;
        bottom: 125px; }
        .v2_page-step .v2_step01__people dt, .v2_page-step .v2_step01__people dd {
          display: inline; }
      .v2_page-step .v2_step01__btn_spep01_next {
        clear: both;
        width: 283px;
        height: 48px;
        background-image: url("../../img/v2/sp/spep01_btn_next.png"); }
  .v2_page-step .v2_step02_bg {
    background-image: none; }
  .v2_page-step .v2_step02 {
    z-index: 1;
    position: relative; }
    .v2_page-step .v2_step02__before {
      float: none;
      width: 100%;
      background-image: url("../../img/v2/sp/step02_icon_arrow.png");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 64px auto;
      padding-bottom: 10px;
      margin-bottom: 30px; }
    .v2_page-step .v2_step02__after {
      float: none;
      width: 100%; }
    .v2_page-step .v2_step02 .v2_grid {
      margin-bottom: 20px; }
    .v2_page-step .v2_step02 .v2_grid_6 {
      padding: 0;
      border-radius: 0; }
    .v2_page-step .v2_step02__ttl {
      position: relative;
      z-index: 1; }
    .v2_page-step .v2_step02__list {
      display: table;
      padding-bottom: 20px;
      border-bottom: solid 2px #ccc;
      margin-bottom: 10px;
      width: 100%;
      vertical-align: bottom; }
      .v2_page-step .v2_step02__list dt {
        display: table-cell;
        width: 110px;
        background-image: url("../../img/v2/step_icon_optional.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 40% auto;
        padding: 5px 0;
        padding-left: 0;
        padding-top: 20px;
        font-size: 12px; }
        .v2_page-step .v2_step02__list dt.v2_icon_required {
          background-image: url("../../img/v2/icon_required.png"); }
    .v2_page-step .v2_step02 dd {
      display: table-cell;
      font-size: 14px;
      vertical-align: bottom; }
    .v2_page-step .v2_step02__people {
      position: absolute;
      left: 500px;
      bottom: 125px; }
      .v2_page-step .v2_step02__people dt, .v2_page-step .v2_step02__people dd {
        display: inline; }
    .v2_page-step .v2_step02__btn_spep02_next {
      clear: both;
      width: 283px;
      height: 48px;
      background-image: url("../../img/v2/sp/spep02_btn_next.png"); }
    .v2_page-step .v2_step02 .v2_icon_option {
      background-image: url("../../img/v2/step_icon_optional.png");
      background-repeat: no-repeat;
      background-position: 5px 5px;
      background-color: #eee;
      background-size: auto 20px;
      border: solid 1px #ccc;
      padding: 5px;
      padding-left: 5px;
      padding-top: 35px;
      margin-top: 5px;
      font-size: 12px; }
    .v2_page-step .v2_step02 .v2_icon_switch {
      background-image: url("../../img/v2/step_icon_plus.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: auto 16px;
      line-height: 1.6;
      padding-left: 20px;
      cursor: pointer; }
      .v2_page-step .v2_step02 .v2_icon_switch.open {
        background-image: url("../../img/v2/step_icon_minus.png"); }
      .v2_page-step .v2_step02 .v2_icon_switch:hover {
        opacity: 0.8; }
    .v2_page-step .v2_step02 .v2_ttl_icon {
      position: relative;
      margin-top: -50px;
      margin-bottom: -5px;
      margin-right: 10px;
      width: auto;
      height: 35px; }
    .v2_page-step .v2_step02 .v2_icon_question {
      padding-top: 5px; }
  .v2_step02__modal {
    width: auto; }
    .v2_step02__modal .v2_step02__image_list li {
      float: left;
      width: 47%;
      margin-right: 3%;
      margin-top: 3%; }
      .v2_step02__modal .v2_step02__image_list li img {
        width: 100%; }
      .v2_step02__modal .v2_step02__image_list li p {
        padding-top: 10px; }
  .v2_page-step .v2_step03__meter-gauge {
    text-align: center;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .v2_page-step .leftTrack {
    display: inline-block;
    padding-right: 0;
    width: 15%;
    background-position: left; }
  .v2_page-step .rightTrack {
    display: inline-block;
    padding-left: 0;
    width: 20%; }
  .v2_page-step #trackClass {
    width: 60%; }
  .v2_page-step .v2_step03 {
    z-index: 1;
    position: relative; }
    .v2_page-step .v2_step03 .v2_icon_required {
      display: inline-block;
      background-image: url("../../img/v2/icon_required.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 50px;
      height: 20px;
      margin-right: 5px;
      vertical-align: middle; }
    .v2_page-step .v2_step03__meter {
      display: block;
      width: 100%;
      margin-bottom: 0.5rem;
      font-size: 12px; }
      .v2_page-step .v2_step03__meter img {
        vertical-align: bottom; }
      .v2_page-step .v2_step03__meter li {
        display: block;
        border: solid 1px #32ac24;
        padding: 10px; }
        .v2_page-step .v2_step03__meter li:first-child {
          width: auto; }
        .v2_page-step .v2_step03__meter li:last-child {
          border: solid 1px #32ac24; }
      .v2_page-step .v2_step03__meter.is-sticky {
        left: 0; }
    .v2_page-step .v2_step03__meter-ttl {
      margin-bottom: 10px; }
      .v2_page-step .v2_step03__meter-ttl img {
        max-height: 28px;
        width: 30%; }
    .v2_page-step .v2_step03__meter-result {
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      color: #00a242; }
    .v2_page-step .v2_step03__btn_spep03_next {
      clear: both;
      width: 283px;
      height: 48px;
      background-image: url("../../img/v2/sp/spep03_btn_next.png");
      margin-bottom: 30px; }
      .v2_page-step .v2_step03__btn_spep03_next.is-invalid {
        cursor: default;
        background-image: url("../../img/v2/sp/spep03_btn_next_off.png"); }
        .v2_page-step .v2_step03__btn_spep03_next.is-invalid:hover {
          opacity: 1; }
  .v2_page-step .v2_general-box__subttl {
    margin-bottom: 10px;
    font-size: 12px; }
    .v2_page-step .v2_general-box__subttl img {
      max-height: 28px;
      margin-bottom: 10px;
      width: 50%;
      display: block; }
  .is-sticky .v2_step03__meter-description {
    display: none !important; }
  .is-sticky #trackClass {
    width: 60%;
    background-size: 0 100%;
    background-position: left; }
  .is-sticky li {
    padding-bottom: 0; }
  #body.updateBaggagesOn {
    padding-bottom: 900px; }
  .v2_page-step .v2_step04 {
    z-index: 1;
    position: relative; }
    .v2_page-step .v2_step04 .v2_result-head {
      position: relative;
      content: "";
      display: block;
      clear: both; }
      .v2_page-step .v2_step04 .v2_result-head__corp, .v2_page-step .v2_step04 .v2_result-head__fee {
        float: none;
        width: auto;
        border: solid 1px #ff9830;
        margin-bottom: 20px;
        text-align: center;
        padding: 20px 0;
        font-size: 12px; }
        .v2_page-step .v2_step04 .v2_result-head__corp span, .v2_page-step .v2_step04 .v2_result-head__fee span {
          font-size: 20px;
          color: #ff7f00;
          margin-bottom: -3px; }
      .v2_page-step .v2_step04 .v2_result-head__fee {
        float: none; }
      .v2_page-step .v2_step04 .v2_result-head__message {
        clear: both;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.4; }
    .v2_page-step .v2_step04__tab {
      position: relative;
      background-image: url("../../img/v2/sp/step04_txt_01.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100%;
      padding-left: 0;
      padding-top: 40px; }
    .v2_page-step .v2_step04__tablist {
      display: table;
      margin: 0 auto; }
      .v2_page-step .v2_step04__tablist li {
        display: table-cell;
        padding: 0 2px; }
      .v2_page-step .v2_step04__tablist img {
        vertical-align: bottom; }
      .v2_page-step .v2_step04__tablist a:hover {
        opacity: 0.8; }
      .v2_page-step .v2_step04__tablist a {
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 148px;
        height: 44px;
        text-indent: 105%;
        white-space: nowrap;
        overflow: hidden;
        background-size: cover; }
      .v2_page-step .v2_step04__tablist .tab01 a {
        background-image: url("../../img/v2/sp/step04_tab_01.png"); }
        .v2_page-step .v2_step04__tablist .tab01 a.on {
          background-image: url("../../img/v2/sp/step04_tab_01_on.png"); }
      .v2_page-step .v2_step04__tablist .tab02 a {
        background-image: url("../../img/v2/sp/step04_tab_02.png"); }
        .v2_page-step .v2_step04__tablist .tab02 a.on {
          background-image: url("../../img/v2/sp/step04_tab_02_on.png"); }
    .v2_page-step .v2_step04__result-content {
      background-image: url("../../img/v2/step04_tab_bg.png");
      background-repeat: repeat-x;
      background-position: 0 0;
      border-top: solid 1px #ccc; }
    .v2_page-step .v2_step04 .v2_pager {
      text-align: right;
      padding: 10px;
      margin: 10px 0; }
      .v2_page-step .v2_step04 .v2_pager__head {
        display: inline-block;
        font-size: 10px;
        margin-right: 5px;
        margin-bottom: 10px; }
        .v2_page-step .v2_step04 .v2_pager__head .em {
          font-size: 14px; }
      .v2_page-step .v2_step04 .v2_pager__list {
        display: inline-block; }
        .v2_page-step .v2_step04 .v2_pager__list li {
          display: inline;
          font-size: 12px;
          padding: 0 5px; }
      .v2_page-step .v2_step04 .v2_pager__prev {
        display: inline-block;
        border: solid 1px #ccc;
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        background-image: url("../../img/v2/step_icon_prev.png");
        background-repeat: no-repeat;
        background-position: 10px center;
        background-color: #fff;
        color: #000; }
        .v2_page-step .v2_step04 .v2_pager__prev:hover {
          opacity: 0.8; }
      .v2_page-step .v2_step04 .v2_pager__next {
        display: inline-block;
        border: solid 1px #ccc;
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        background-image: url("../../img/v2/step_icon_next.png");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-color: #fff;
        color: #000; }
        .v2_page-step .v2_step04 .v2_pager__next:hover {
          opacity: 0.8; }
    .v2_page-step .v2_step04 .v2_step04_result-detail {
      border: solid 2px #ccc;
      margin-bottom: 30px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__head {
        position: relative;
        background: #f0f9ef;
        padding: 10px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__ttl {
        background: #f0f9ef;
        font-weight: bold;
        font-size: 14px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__ttl img {
          width: auto;
          max-height: 20px;
          border: solid 1px #ccc;
          vertical-align: middle;
          margin-right: 20px; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__btn {
        position: absolute;
        top: 50px;
        right: 10px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__btn img {
          width: 62px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__btn:hover {
          opacity: 0.8; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__main {
        position: relative;
        padding: 10px;
        margin-top: 40px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__main:after {
          content: "";
          display: block;
          clear: both; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__img {
        float: none; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__img img {
          width: 60%;
          min-width: 280px;
          max-width: 100%; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__text {
        float: none;
        width: auto; }
      .v2_page-step .v2_step04 .v2_step04_result-detail__list {
        border-bottom: solid 2px #ccc;
        padding: 10px 0; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__list dt, .v2_page-step .v2_step04 .v2_step04_result-detail__list dd {
          display: table-cell;
          vertical-align: top;
          padding: 0 10px;
          line-height: 1.4;
          font-size: 10px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__list dt {
          font-weight: bold;
          width: 50px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__list dd {
          min-width: 40px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__list.price .em {
          font-size: 20px; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__list.price .bold {
          font-weight: bold; }
        .v2_page-step .v2_step04 .v2_step04_result-detail__list .pre {
          white-space: pre-line; }
    .v2_page-step .v2_step04 .v2_go_support {
      border: solid 1px #03a344;
      background: #fffae2;
      padding: 10px 5px;
      text-align: center;
      margin-bottom: 30px;
      font-size: 12px;
      line-height: 1.4; }
      .v2_page-step .v2_step04 .v2_go_support__heading {
        font-weight: bolder; }
      .v2_page-step .v2_step04 .v2_go_support .v2_support_dial {
        font-size: 20px; }
    .v2_page-step .v2_step04__btn_spep04_support {
      clear: both;
      width: 283px;
      height: 48px;
      background-image: url("../../img/v2/sp/step04_btn_support.png");
      background-size: cover; }
    .v2_page-step .v2_step04 .v2_notes__ttl {
      font-weight: bold; }
    .v2_page-step .v2_step04 .v2_notes li {
      margin-bottom: 5px;
      font-size: 12px; }
    .v2_page-step .v2_step04 #ReservationStep4Form {
      position: relative; }
    .v2_page-step .v2_step04__modal {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      border: solid 3px #01a243;
      background: #fffae1;
      padding: 40px 10px; }
      .v2_page-step .v2_step04__modal .v2_icon_close {
        position: absolute;
        z-index: 9999;
        top: 5px;
        right: 5px;
        cursor: pointer;
        text-indent: 105%;
        width: 30px;
        height: 30px;
        background: url("../../img/v2/zipsearch_icon_close.png") center 0 no-repeat; }
      .v2_page-step .v2_step04__modal .v2_general-tbl__cell_1 {
        width: 24%; }
      .v2_page-step .v2_step04__modal .v2_general-tbl__cell_2 {
        width: 26%; } }
      @media screen and (max-width: 768px) and (max-width: 320px) {
        .v2_page-step .v2_step04__modal .v2_general-tbl__cell_2 {
          width: 70px; } }

@media screen and (max-width: 768px) {
      .v2_page-step .v2_step04__modal .v2_general-tbl__cell_4 {
        width: 74%; }
      .v2_page-step .v2_step04__modal .v2_general-tbl__cell_33 {
        width: 33.3%; }
      .v2_page-step .v2_step04__modal .v2_general-tbl__cell_last_2 {
        width: 500px;
        border-left: solid 2px #ccc; }
      .v2_page-step .v2_step04__modal .v2_general-tbl__cell_last_3 {
        width: 746px;
        border-left: solid 2px #ccc; }
      .v2_page-step .v2_step04__modal .v2_general-box {
        margin-bottom: 10px;
        border: none; }
        .v2_page-step .v2_step04__modal .v2_general-box__btnlist li {
          width: 43%; }
    .v2_page-step .v2_step04__btn_update {
      clear: both;
      width: 270px;
      height: 48px;
      background-image: url("../../img/v2/sp/step04_btn_update.png"); }
    .v2_page-step .v2_step04 .v2_step01__list {
      min-height: auto !important; }
  .v2_page-step .v2_error__message {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 40px;
    color: #f00; }
  .v2_page-step .v2_error .v2_btn_home {
    text-align: center; }
    .v2_page-step .v2_error .v2_btn_home a:hover img {
      opacity: 0.8; }
    .v2_page-step .v2_error .v2_btn_home img {
      max-width: 238px; }
  .v2_page-step .em {
    color: #ff9223; }
  .v2_page-step .v2_step05__btn_spep05_support {
    width: 153px;
    height: 48px;
    background-image: url("../../img/v2/sp/step05_btn_01.png");
    background-size: contain; }
  .v2_page-step .v2_step05__btn_spep05_regist {
    width: 143px;
    height: 68px;
    background-image: url("../../img/v2/sp/step05_btn_02.png");
    background-size: contain; }
  .v2_page-step .v2_step05__btn_spep05_registL {
    width: 143px;
    height: 68px;
    background-image: url("../../img/v2/sp/step05_btn_02.png");
    background-size: contain; }
  .v2_page-step .v2_step05 .v2_step05_result-detail {
    margin-bottom: 30px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__head {
      position: relative;
      margin-bottom: 25px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__ttl {
      background: #f0f9ef;
      font-size: 14px;
      padding: 10px;
      border: solid 2px #ccc;
      margin-bottom: 25px; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__ttl img {
        max-height: 60px;
        border: solid 1px #ccc;
        vertical-align: middle;
        margin-right: 20px;
        width: auto; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__btn {
      position: relative;
      top: 0;
      right: 0; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__btn button {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
        vertical-align: middle; }
        .v2_page-step .v2_step05 .v2_step05_result-detail__btn button:hover {
          opacity: 0.8;
          cursor: pointer; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__img {
      float: none; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__img img {
        width: 60%;
        min-width: 280px;
        max-width: 100%; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__text {
      float: none;
      width: 100%; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__list {
      border-bottom: solid 2px #ccc;
      padding: 10px 0; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__list dt, .v2_page-step .v2_step05 .v2_step05_result-detail__list dd {
        display: table-cell;
        vertical-align: top;
        padding: 0 10px;
        line-height: 1.4;
        font-size: 12px; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__list dt {
        font-weight: bold;
        width: 50px; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__list dd {
        min-width: 40px; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__list.price dt {
        padding-top: 0; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__list.price .em {
        font-size: 20px; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__list.price .bold {
        font-weight: bold; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__list .pre {
        white-space: pre-line; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__hope {
      text-align: center;
      color: #ff7f00;
      text-align: center;
      padding: 10px;
      font-size: 14px;
      border: solid 2px #ccc;
      margin-bottom: 25px; }
    .v2_page-step .v2_step05 .v2_step05_result-detail__main {
      position: relative;
      padding: 10px;
      border: solid 2px #ccc; }
      .v2_page-step .v2_step05 .v2_step05_result-detail__main:after {
        content: "";
        display: block;
        clear: both; }
  .v2_page-step .v2_step05 .btn_horizon {
    text-align: center; }
    .v2_page-step .v2_step05 .btn_horizon button {
      display: inline-block;
      vertical-align: middle; }
  .v2_page-step .v2_step05__tablist {
    display: table;
    margin: 0 auto; }
    .v2_page-step .v2_step05__tablist li {
      display: table-cell;
      padding: 0 2px; }
    .v2_page-step .v2_step05__tablist a:hover {
      opacity: 0.8; }
    .v2_page-step .v2_step05__tablist a {
      display: block;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover;
      width: 70px;
      height: 37px;
      text-indent: 105%;
      white-space: nowrap;
      overflow: hidden; }
    .v2_page-step .v2_step05__tablist .tab01 a {
      background-image: url("../../img/v2/sp/step05_tab_01.png"); }
      .v2_page-step .v2_step05__tablist .tab01 a.on {
        background-image: url("../../img/v2/sp/step05_tab_01_on.png"); }
    .v2_page-step .v2_step05__tablist .tab02 a {
      background-image: url("../../img/v2/sp/step05_tab_02.png"); }
      .v2_page-step .v2_step05__tablist .tab02 a.on {
        background-image: url("../../img/v2/sp/step05_tab_02_on.png"); }
    .v2_page-step .v2_step05__tablist .tab03 a {
      background-image: url("../../img/v2/sp/step05_tab_03.png"); }
      .v2_page-step .v2_step05__tablist .tab03 a.on {
        background-image: url("../../img/v2/sp/step05_tab_03_on.png"); }
    .v2_page-step .v2_step05__tablist .tab04 a {
      background-image: url("../../img/v2/sp/step05_tab_04.png"); }
      .v2_page-step .v2_step05__tablist .tab04 a.on {
        background-image: url("../../img/v2/sp/step05_tab_04_on.png"); }
  .v2_page-step .v2_step05__content {
    border: 0;
    border-top: solid 5px #33ac25;
    padding: 20px 0;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4; }
    .v2_page-step .v2_step05__content .v2_cal__prev {
      position: absolute;
      top: 15px;
      left: 0;
      display: inline-block;
      border: solid 1px #ccc;
      padding: 4px 4px 4px 20px;
      border-radius: 5px;
      text-decoration: none;
      background-image: url("../../img/v2/step_icon_prev.png");
      background-repeat: no-repeat;
      background-position: 10px center;
      background-color: #fff;
      color: #000;
      font-size: 12px; }
      .v2_page-step .v2_step05__content .v2_cal__prev:hover {
        opacity: 0.8; }
    .v2_page-step .v2_step05__content .v2_cal__next {
      position: absolute;
      top: 15px;
      right: 0;
      display: inline-block;
      border: solid 1px #ccc;
      padding: 4px 20px 4px 10px;
      border-radius: 5px;
      text-decoration: none;
      background-image: url("../../img/v2/step_icon_next.png");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-color: #fff;
      color: #000;
      font-size: 12px; }
      .v2_page-step .v2_step05__content .v2_cal__next:hover {
        opacity: 0.8; }
    .v2_page-step .v2_step05__content .v2_cal__head {
      text-align: center;
      font-size: 12px;
      margin-bottom: 20px; }
    .v2_page-step .v2_step05__content .v2_cal__tbl {
      width: 100%;
      border: solid 2px #ccc; }
      .v2_page-step .v2_step05__content .v2_cal__tbl th, .v2_page-step .v2_step05__content .v2_cal__tbl td {
        border: solid 1px #ccc;
        text-align: center;
        padding: 5px; }
      .v2_page-step .v2_step05__content .v2_cal__tbl th {
        font-size: 14px; }
      .v2_page-step .v2_step05__content .v2_cal__tbl td {
        font-size: 12px;
        color: #36b21e; }
        .v2_page-step .v2_step05__content .v2_cal__tbl td:nth-of-type(1) {
          color: #000; }
      .v2_page-step .v2_step05__content .v2_cal__tbl .good {
        text-indent: 0;
        background-image: url("../../img/v2/step05_icon_good.png");
        background-repeat: no-repeat;
        background-position: 5px center;
        background-size: auto 50%; }
        .v2_page-step .v2_step05__content .v2_cal__tbl .good.off {
          background-image: url("../../img/v2/step05_icon_good_off.png"); }
      .v2_page-step .v2_step05__content .v2_cal__tbl .off {
        text-indent: 0;
        color: #999; }
        .v2_page-step .v2_step05__content .v2_cal__tbl .off a {
          color: #999; }
      .v2_page-step .v2_step05__content .v2_cal__tbl .normal {
        text-indent: 0; }
      .v2_page-step .v2_step05__content .v2_cal__tbl.mode_sp tr th.colorOfSaturday {
        background: #d4edf0; }
      .v2_page-step .v2_step05__content .v2_cal__tbl.mode_sp tr th.colorOfSunday {
        background: #ffe5df; }
      .v2_page-step .v2_step05__content .v2_cal__tbl.mode_sp th {
        background: #f0f9ef; }
        .v2_page-step .v2_step05__content .v2_cal__tbl.mode_sp th span {
          font-size: 80%; }
    .v2_page-step .v2_step05__content .v2_cal__tbl-date td {
      background: #f0f9ef;
      color: #000; }
      .v2_page-step .v2_step05__content .v2_cal__tbl-date td:nth-of-type(7) {
        background: #d4edf0; }
      .v2_page-step .v2_step05__content .v2_cal__tbl-date td:nth-of-type(8) {
        background: #ffe5df; }
    .v2_page-step .v2_step05__content .message {
      line-height: 1.4;
      margin-bottom: 20px; }
    .v2_page-step .v2_step05__content.v2_content_03 {
      padding: 10px; }
      .v2_page-step .v2_step05__content.v2_content_03:after {
        content: "";
        display: block;
        clear: both; }
      .v2_page-step .v2_step05__content.v2_content_03 .v2_txt-box {
        float: none;
        width: 100%; }
      .v2_page-step .v2_step05__content.v2_content_03 .v2_img-box {
        float: none; }
        .v2_page-step .v2_step05__content.v2_content_03 .v2_img-box p {
          max-width: 300px;
          display: inline-block; }
      .v2_page-step .v2_step05__content.v2_content_03 .ttl {
        color: #00a141;
        font-size: 24px;
        margin-bottom: 20px; }
  .v2_page-step .v2_step05 .v2_btn_left {
    position: absolute;
    top: 20px;
    left: 0; }
  .v2_page-step .v2_step05 .v2_general-tbl_01 th:nth-child(1) {
    width: 100px; }
  .v2_page-confirm .em {
    color: #ff9223; }
  .v2_page-confirm .v2_stepbar {
    position: relative;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    .v2_page-confirm .v2_stepbar .v2_btn_left {
      position: relative;
      top: 0;
      margin-top: 10px;
      font-size: 12px; }
  .v2_page-confirm .fs12 {
    font-size: 10px; }
  .v2_page-confirm .fs20 {
    font-size: 12px; }
  .v2_page-confirm .fs32 {
    font-size: 20px; }
  .v2_page-confirm .bold {
    font-weight: bold; }
  .v2_page-confirm .v2_general-tbl_02 th {
    padding-left: 0;
    padding-top: 30px;
    width: 80px; }
  .v2_page-confirm .required {
    background-image: url("../../img/v2/icon_required.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 40% auto; }
  .v2_page-confirm__btn_submit {
    width: 283px;
    height: 48px;
    background-image: url("../../img/v2/sp/confirm_btn_02.png");
    margin-bottom: 30px; }
  .v2_page-confirm__btn_members {
    width: 193px;
    height: 48px;
    background-image: url("../../img/v2/confirm_btn_03.png");
    background-size: cover; }
  .v2_page-confirm__btn_confirm {
    width: 300px;
    height: 74px;
    background-image: url("../../img/v2/confirm_btn_01.png"); }
  .v2_page-complete .v2_step08__contents {
    border: solid 2px #33ac25;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 45px;
    line-height: 1.4; }
  .v2_page-complete .v2_step08__number {
    text-align: center;
    color: #ff7f00;
    text-align: center;
    padding: 25px;
    font-size: 24px;
    border: solid 2px #ccc;
    margin-bottom: 10px; }
  .v2_page-complete .bold {
    font-weight: bold; } }
