@charset "utf-8";

/*---------------------------------------------------

VIVE Pro

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 
----------------------------------------------------*/

.column2R #main {
  float: none;
  width: auto;
}

#container #wrapper_check_in_info {
  width: 900px;
  margin: 15px auto;
  font-size: 14px;
}

#wrapper_check_in_info #title {
  margin-bottom: 30px;
}

#wrapper_check_in_info h2 {
  border-left: 4px solid #f30;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 4px 8px;
}

#wrapper_check_in_info h3 {
  background: #FF6600;
  color: #FFFFFF;
  font-size: 1.8em;
  padding: 11px 0;
  text-align: center;
}

#wrapper_check_in_info .contents_01 {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 30px;
}

#wrapper_check_in_info .procBox {
  margin: 0 auto 40px;
  padding: 0 0 40px;
  border-bottom: dashed 1px #aaa;
}

#wrapper_check_in_info .procBox:last-child {
  border-bottom: none;
  margin: 0 auto;
}

#wrapper_check_in_info .procBox .stepImage01 {
  margin: 0 auto;
  overflow: hidden;
  padding: 25px;
  display: flex;
  justify-content: space-around;
}

#wrapper_check_in_info .procBox .stepImage01 img {
  border: 1px solid #f4f4f4;
  display: block;
}

.procBox dl.stepTit {
  width: 100%;
  display: table;
  margin: 0 auto 10px;
}

.procBox dl.stepTit dt {
  width: 130px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.procBox dl.stepTit dd {
  width: auto;
  text-align: left;
  display: table-cell;
  font-size: 1.5em;
  line-height: 1.4em;
  vertical-align: middle;
}

#wrapper_check_in_info .procBox .stepImage01 .login_02 {
  display: block;
  float: left;
  margin-left: 20px;
}

#wrapper_check_in_info .procBox .stepImage02 {
  margin: 0 auto;
  width: 241px;
}

#wrapper_check_in_info .procBox .stepImage03 {
  margin: 0 auto;
  padding-left: 100px;
  width: 328px;
}

#wrapper_check_in_info .procBox .stepImage04 {
  margin: 0 auto;
  width: 468px;
}

#wrapper_check_in_info .txt ul li {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 11px;
  font-weight: bold;
  line-height: 30px;
  list-style-type: disc;
}

#wrapper_check_in_info .guide {
  background: #FF3300;
  padding: 8px 0 3px 11px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

#wrapper_check_in_info .guide a {
  color: #FFFFFF;
}

.and_box {
  width: 400px;
  float: left;
  text-align: center;
}

.ios_box {
  width: 400px;
  float: right;
  text-align: center;
}


/*---------------------------------
　装飾
-----------------------------------*/

.font13 {
  font-size: 13px;
}


/*-------------------------------------
　160819 修正分
---------------------------------------*/

.font_white {
  color: #ffffff;
}

.section {
  padding-top: 20px;
  min-height: 550px;
}

.size20 {
  font-size: 20px;
}

.size32_b {
  font-size: 32px;
  font-weight: bold;
}

#wrapper_lp_members_apps .size26_b {
  font-size: 26px;
  font-weight: bold;
}

.t_center {
  text-align: center;
}

.float_left_block {
  width: 50%;
  float: left;
}

.float_right_block {
  width: 50%;
  float: right;
}

.position_relative {
  position: relative
}

.i_point500 {
  position: absolute;
  right: 15px;
  top: -25px;
}

.app_mark {
  position: static;
  right: 40%;
  top: 200px;
  font-weight: bold
}

.shop_app_get {
  padding-left: 50px;
}

.stBox {  
  margin: 0px auto;
  text-align: center;
  color: #444444;
  font-size: 14px;
}

.stBox ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.stBox li {
  width: 400px;
  padding: 18px 0px 13px 0px;
  background-color: #fff;
  border-radius: 3px;
}

.stBox h4 {
  margin-bottom: 20px;
  font-size: 16px;
}

.stBox a {
  display: block;
  width: 246px;
  margin: 0px 79px 13px 79px;
}

.stBox a img {
  width: 100%;
}


/*---------------------------------
　ページTOPへ
-----------------------------------*/

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}

#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

.title_txt {
  display: none;
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */

@media screen and (max-width:479px) {
  /*-------------------------------------
　新ヘッダー　151126～
---------------------------------------*/
  #Header {
    min-width: 320px;
  }
  #Header .inner {
    height: 40px;
    width: 100%;
  }
  #Header .logo {
    position: static;
  }
  #Header .logo img {
    height: auto;
    width: 50%;
  }
  #Header h1, #Header ul.navi, #Header .keyword, #Header .btn, #Globalnavi, .leadSection, .leadSectionInner, .breadCrumb {
    display: none !important;
  }
  /*-------------------------------------
　全体設定
---------------------------------------*/
  body {
    min-width: 320px!important;
    width: 100%!important;
  }
  #container #wrapper_lp_stick_pc {
    margin-top: 10px;
    width: 98%;
  }
  #headerBody {
    width: 98% !important;
  }
  #headerBody .tagLine {
    display: none;
  }
  #headerBody .head_lead {
    position: static !important;
    text-align: center;
  }
  .head_lead {
    display: none;
  }
  #navBot {
    display: none;
  }
  #navMid .navMid_right, #navMid .navMid_center, #headBtn, #siteNav, .head_lead .mobileLink {
    display: none !important;
  }
  #navMid img {
    width: 70%;
  }
  #headsearchBox {
    display: none;
  }
  #headsearchBox #inputBox {
    width: 83%;
  }
  #headsearchBox #btnBox {
    width: 15%;
  }
  #container, #wrapper {
    width: 100% !important;
  }
  .spNone {
    display: none;
  }
  .pcNone {
    display: inline;
  }
  #menuBottomBox {
    height: 0px;
    display: none;
    visibility: hidden;
  }
  img {
    max-width: 100%;
  }
  /*-------------------------------------
　全体設定レスポンシブ以上↓以下はローカル用CSS
---------------------------------------*/
  #container #wrapper_check_in_info {
    width: auto;
  }
  #wrapper_check_in_info h3 {
    font-size: 1.2em;
    padding: 10px;
  }
  #wrapper_check_in_info .step01, #wrapper_check_in_info .step02, #wrapper_check_in_info .step03, #wrapper_check_in_info .step04, #wrapper_check_in_info .step05 {
    width: auto;
    background-size: contain;
    background-color: #0158a8;
    min-height: 30px;
    padding: 10px;
    padding-top: 45px;
    font-size: 14px;
  }
  #wrapper_check_in_info .step01 {
    margin: 0px;
    margin-bottom: 10px;
  }
  #wrapper_check_in_info .procBox .stepImage01, #wrapper_check_in_info .procBox .stepImage03, #wrapper_check_in_info .procBox .stepImage04 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  #wrapper_check_in_info .step02, #wrapper_check_in_info .step03, #wrapper_check_in_info .step04, #wrapper_check_in_info .step05 {
    margin-left: 0px;
  }
  .float_left_block {
    float: none;
    width: auto;
    padding-left: 0px;
    text-align: center;
  }
  .float_right_block {
    float: none;
    width: auto;
  }
  .shop_app_get {
    margin: 0 auto;
  }
  .ml30 {
    margin-left: 0px;
  }
  
  .section {
    padding-bottom: 0px;
  }
  .section {
    font-size: 14px;
  }
  .and_box, .ios_box {
    float: none;
    width: auto;
  }
  #wrapper_check_in_info .txt ul li {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5;
    list-style: none;
    margin: 0 auto 14px;
    width: 90%;
  }
  #wrapper_check_in_info .guide {
    font-size: 14px;
    text-align: left;
  }
  #footerLinks {
    width: auto;
  }
  #footer {
    width: auto;
    min-width: 0px;
  }
  #footerLinks ul {
    float: none;
  }
  #wrapper_check_in_info .procBox .stepImage01 .login_01 {
    float: none;
    margin: 0 auto;
  }
  #wrapper_check_in_info .procBox .stepImage01 .login_02 {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
  }
  #wrapper_check_in_info h3.app_dl {
    text-align: center;
  }
  #wrapper_check_in_info .guide {
    padding-left: 10px;
    padding-right: 10px;
  }
  #wrapper_check_in_info .procBox .stepImage01 {
    display: block;
  }
  #wrapper_check_in_info .procBox .stepImage01 {
    padding: 0;
  }
  #wrapper_check_in_info .procBox {
    margin: 0 auto 20px;
    padding: 0 0 20px;
  }
  #wrapper_check_in_info .contents_01 {
    padding: 15px;
  }
  .procBox dl.stepTit {
    display: block;
  }
  .procBox dl.stepTit dt {
    width: 30%;
    text-align: left;
    display: block;
    margin:0 auto 10px;
  }
  .procBox dl.stepTit dd {
    font-size: 1.3em;
    display: block;
    text-align: center;
    width: 100%;
  }
  
  /*STEP5用*/
  .shop_app_get {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 70%;
  }
  .app_mark {
    font-size: 1.1em;
    line-height: 1.2;
    position: static;
    margin: 40px auto 10px;
  }

  /*アプリリンク*/
  .stBox ul {
    display: block;
  }
  
  
  
  .title_txt {
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #0e9cd6;
    font-size: 14px;
    font-weight: bold;
  }
  #wrapper_check_in_info #title {
    margin-bottom: 15px;
  }
  #wrapper_check_in_info h2 {
    background: #1ea1db;
    background: -moz-linear-gradient(top, #1ea1db 0%, #063199 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ea1db), color-stop(100%, #063199));
    background: -webkit-linear-gradient(top, #1ea1db 0%, #063199 100%);
    background: -o-linear-gradient(top, #1ea1db 0%, #063199 100%);
    background: -ms-linear-gradient(top, #1ea1db 0%, #063199 100%);
    background: linear-gradient(to bottom, #1ea1db 0%, #063199 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea1db', endColorstr='#063199', GradientType=0);
    border-left: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #wrapper_check_in_info .step0, #wrapper_check_in_info .step02, #wrapper_check_in_info .step03, #wrapper_check_in_info .step04, #wrapper_check_in_info .step05 {
    padding-top: 35px;
    height: auto;
    margin-top: 10px;
  }
  .footerTagline {
    width: auto;
  }
  #container {
    margin-bottom: 0px;
  }
  
  
  #wrapper_check_in_info .contents_01 hr {
    display: none;
  }
  .section {
    padding-top: 20px;
  }
  #footerNav2 {
    width: auto;
  }
  .footerTagline {
    text-align: left;
  }
  #footer .siteSwitchLink {
    font-size: 14px;
  }
  #footer {
    min-width: 320px;
    padding: 20px 0 10px;
    width: 100% !important;
  }
  #footerNav2 {
    padding: 0 10px !important;
    width: 100% !important;
  }
  #footerLinks_Nav ul {
    float: none;
    margin-bottom: 20px;
    font-size: 14px;
  }
  /* ↓この" ｝"は　ウィンドウ幅が0〜479pxの場合に適用するCSS用 */
}