#modal-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.67);
  cursor: pointer;
  z-index: 1000;
}

#modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

div#modal.au-term-modal {
  z-index: 10000 !important;
}

#modal.register{
  background: #fff;
}

div#modal.au-connect{
  overflow-y: auto;
}

#modal-small{
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@media (min-width: 768px){
  #modal-small{
    background: transparent;
  }
  #modal.register{
    background: transparent;
  }
}

#modal-container{
  position: relative;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px){
  #modal-small #modal-container{
    position: fixed;
    height: 100%;
    overflow: scroll;
  }
}

div#modal-container div.contents{
  padding: 40px;
}

div#modal-container div.refine_contents{
  padding: 10px;
}

div#modal-container div.header{
  border-bottom: 1px solid #dedede;
  padding-top: 10px;
}

div#modal-container div.header p{
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

div#modal-container div.header img.close{
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
}

.modal_refine div.header{
  padding: 10px 0;
}
.modal_refine div.header img.close{
  position: absolute;
  top: 14px!important;
  right: 13px;
  cursor: pointer;
}

div#modal-container p.center-contents{
  margin: 0 auto;
  width: 249px;
  padding-top: 25px;
  display: block;
}

div#modal-container p.center-contents-connect{
  margin: 0 auto;
  width: 270px;
  padding-top: 25px;
  display: block;
}

div#modal-container p.center-contents-connect-eng{
  width: 100%;
}

div#modal-container div.contents div.signup-welcome{
  display: none;
}

div#modal-container div.contents div.sns-btn-area{
  margin-bottom: 24px;
}

div#modal-container div.contents div.sns-btn-area a.btn{
  display: block;
  margin-bottom: 12px;
}

div#modal-container div.contents div.mail-area{
  margin-bottom: 16px;
}

div#modal-container div.contents div.mail-area input[type="text"]{
  padding: 6px 5%;
  width: 90%;
  font-size: 12px;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 25px;
  height: 25px;
  margin-bottom: 8px;
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: initial;
}

div#modal-container div.contents div.reservationMailBox{
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

div#modal-container div.contents div.reservationMailBox input[type="text"]{
  height: 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: none;
  padding: 0 2%;
  border-radius: 2px;
  -webkit-appearance: none;
  display: table-cell;
  width: 100%;
}

div#modal-container div.contents div.reservationMailBox input[type="text"]:focus{
  outline: none;
}

div#modal-container div.contents div.reservationMailBox a.btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-appearance: none;
  display: table-cell;
  padding: 9px 0;
}

div#modal-container div.contents div.signup-special{
  display: none;
}

div#modal-container div.contents div.small-mail-area{
  display: inline-block;
  margin-left: 32px;
  vertical-align: top;
  width: 300px;
}

div#modal-container div.contents div.mail-area div.title{
  text-align: center;
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.lines-on-sides{
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.lines-on-sides::before{
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.lines-on-sides span{
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

div#modal-container div.contents div.small-mail-area label{
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
}

div#modal-container div.contents div.small-mail-area input{
  width: 90%;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 6px 5%;
  box-sizing: initial;
  margin-bottom: 10px;
  line-height: 25px;
  height: 25px;
}

div#modal-container div.contents div.small-mail-area p.recover{
  font-size: 11px;
  margin-top: 15px;
  text-align: center;
}

.loginBtn-fix{
  margin-top: 12px;
}

.loginBtn-fix-sp{
  margin-top: 16px;
}

.login_error{
  font-size: 11px;
  color: #ff0000;
}

.login_error-sp{
  font-size: 11px;
  color: #ff0000;
}

.modal-loginInput-password.modal-loginInput-password{
  margin-bottom: 12px;
}

.modal-forgetPassword{
  font-size: 11px;
  text-align: right;
  margin-top: 12px;
}

.modal-forgetPassword a, .modal-forgetPassword-sp a{
  color: #0f0a64!important;
  text-decoration: none!important;
}

.modal-forgetPassword-sp{
  font-size: 11px;
  text-align: right;
  margin: 12px 0 24px;
}

div#modal-small div#modal-container div.contents div.sns-btn-area{
  display: inline-block;
  vertical-align: top;
}

.modal-split{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #757575;
  text-align: center;
  margin-bottom: 16px;
}

.modal-split::after, .modal-split::before{
  margin-top: 7px;
  content: "";
  width: 40%;
  height: 1px;
  background-color: #cccccc;
  display: block;
}

.modal-split::after{
  margin-left: 8px;
}

.modal-split::before{
  margin-right: 8px;
}

.modal-split-pc{
  display: none;
}

.btn-modal{
  box-sizing: border-box;
  width: 308px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  vertical-align:middle;
  line-height: 40px;
  font-size: 14px;
}

.btn-modal-sp{
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  text-align: center;
  border-radius: 4px;
  vertical-align:middle;
  line-height: 44px!important;
  font-size: 14px;
  margin-bottom: 16px;
}

.btn-modal-login-sp{
  line-height: 40px;
}

.wrap-loginsignin{
  display: flex;
}

.modal-logInWithMailArea{
  width: 308px;
}

.modal-logInWithElseArea{
  margin-left: 24px;
}

.modal-logInWithMailArea-sp{
  width: 100%;
  margin-top: 8px;
}

.modal-loginInput{
  position: relative;
  margin-bottom: 12px;
}

.modal-loginInput-sp{
  position: relative;
}

.loginError-logInWithMailArea-sp input[type=text], .loginError-logInWithMailArea-sp input[type=password] {
  background: #FFF!important;
}

.modal-loginInput input[type=text], .modal-loginInput input[type=password], .modal-loginInput-sp input[type=text], .modal-loginInput-sp input[type=password]{
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  padding: 0 12px 0 48px;
}

.loginInput::placeholder, .loginInput-sp::placeholder{
  font-size: 12px;
  color: #757575;
}

.modal-loginInput input, .modal-loginInput-sp input{
  font-size: 11px;
  color: #cccccc;
	width: 100%!important;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.loginError-logInWithMailArea-sp input, .loginError-logInWithElseArea-sp input, .loginError-resetPassword-sp input, #modal-small input, #modal input{
  -webkit-appearance: none;
}

.loginInput{
  height: 40px;
  width: 308px;
}

.loginInput-sp{
  height: 44px!important;
}

.modal-logInWithMailArea input,.modal-logInWithMailArea-sp input {
  border-radius: 4px;
}

.facebookBox{
  margin-bottom: 12px;
}

.facebookBox-sp, .googleBox-sp, .appleBox-sp{
  margin-bottom: 16px;
}

.contents-login .appleBox, .contents-login .facebookBox, .contents-login .googleBox{
  margin-bottom: 12px;
}

.btn-google{
  color: #333!important;
  font-size: 14px;
  background-color: #fff;
  text-decoration: none!important;
  border: 1px solid #757575;
}

.btn-fbnew{
  color: #fff!important;
  font-size: 14px;
  background-color: #1877f2;
  text-decoration: none!important;
}

.btn-apple{
  color: #fff!important;
  font-size: 14px;
  background-color: #000000;
  text-decoration: none!important;
}

.btn-auID{
  color: #fff!important;
  background-color: #e0430d;
  font-size: 14px;
  text-decoration: none!important;
}

.btn-fbnew img, .btn-auID img, .btn-apple img{
  height: 20px;
  vertical-align: middle;
}

.btn-google img{
  height: 18px;
  vertical-align: middle;
}

.btnWithIcon{
  position: relative;
}

.InputIconPosition{
  position: absolute;
  left: 12px;
  top: 8px;
}

.InputIconPosition-sp{
  position: absolute;
  left: 12px;
  top: 10px;
}

.IconPosition{
  position: absolute;
  left: 12px;
  top: 10px;
}

.IconPosition-sp{
  position: absolute;
  left: 12px;
  top: 12px;
}

.modal-loginInput-mailaddress-sp{
  margin-bottom: 8px;
}

.modal-signin-sp .modal-loginInput-mailaddress-sp{
  margin-bottom: 16px;
}

.attention-sp{
  font-size: 10px!important;
  line-height: 15px;
  margin-top: 40px;
}

.attention-sp a{
  text-decoration: underline!important;
}


@media(max-width:768px){
  .modal-loginsignin .wrap-loginsignin{
    display: grid;
    margin: 0 auto;
    width: 100%;
  }

  .modal-loginsignin .modal-logInWithElseArea{
    margin: 0 auto 40px!important;
  }

  .modal-loginsignin .modal-logInWithMailArea{
    margin: 0 auto!important;
  }

  .attention{
    font-size: 10px;
  }

  .modal-split-pc{
    width: 308px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #757575;
    text-align: center;
    margin: 16px auto;
  }

  .modal-split-signin-pc{
    margin:24px auto 16px;
  }

  .modal-split-pc::after, .modal-split-pc::before{
    margin-top: 7px;
    content: "";
    width: 40%;
    height: 1px;
    background-color: #cccccc;
  }
  .modal-split-pc::after{
    margin-left: 8px;
  }

  .modal-split-pc::before{
    margin-right: 8px;
  }

  .modal-loginsignin .smapreBoost__banner{
    margin-top: 0!important;
  }
}

div#modal-container div.contents ul > li{
  margin-bottom: 4px;
  font-size: 12px;
}

div#modal-container div.refine_contents ul > li{
  margin: 0 2px 8px 0;
  font-size: 12px;
}

div#modal-container div.refine_contents .area ul > li{
  margin: 0 8px 8px 0;
  font-size: 12px;
}

div#modal-small div#modal-container div.contents div.smapreBoost__banner{
  height: 200px;
  margin-top: 40px;
}

div#modal-small div#modal-container div.contents div.smapreBoost__banner img{
  width: 100%;
}

@media (max-width: 480px){
  div#modal-container div.contents{
    padding: 24px 24px 48px;
  }

  div#modal-small div#modal-container div.contents div.sns-btn-area{
    display: block;
    width: 100%;
  }

  div#modal-container div.contents div.small-mail-area{
    display: block;
    margin-left: 0;
    width: 100%;
  }

  div#modal-small div#modal-container div.contents div.smapreBoost__banner{
    height: auto;
    width: 100%;
  }
}

.sns-btn-area-sp{
  margin-bottom: 56px;
}


.refine_contents{
  overflow: scroll; 
  height: 100vh; 
}

.refine_contents .height_block{
  height: 150px;
}

.refine_contents ul li{
  display: inline-block;
  border: 1px solid #d6d6d6;
  padding: 8px;
  border-radius: 5px;
  vertical-align: middle;
}

.refine_contents .grade ul li.museum{
  padding: 8px 8px 10px;
}

.refine_contents .grade ul li.casual{
  padding: 7px 8px 10px;
}

.refine_contents ul li img.museum{
  width: 64px;
}

.refine_contents ul li img.star{
  width: 15px;
}

.refine_contents  input{
  border: 1px solid #d6d6d6;
}
.refine_contents  select{
  border: 1px solid #d6d6d6;
  background: #fff;
  height: 36px;
}
.refine_contents span.price{
  padding: 0 10px;
}
.refine_contents h2,
.refine_contents p{
  margin-bottom: 9px;
  font-weight: bold;
}

.refine_contents div.con{
  margin-bottom: 30px;
}

.refine_btn{
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: 0 2px 9px 0 rgba(141,137,137,.5);
  width: 100%;
}
.refine_btn ul li{
  display: inline-block;
  background-color: #fff;
  color: #fff;
  width: 28%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #0f0a64;
  margin: 10px 0 10px 10px;
  border: solid 1px #0f0a64;
  border-radius: 2px;
}
.refine_btn ul li:first-child{
  background: #0f0a64;
  color: #fff;
  width: 60%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin: 10px 0 10px 10px;
}

#color-list li.js_active{
  background-color: #0f0a64;
  border: 1px solid #0f0a64;
  color: #fff;
}

#color-list li.js_disabled{
  background-color: #FFF;
  border: 1px solid #F5F5F5;
  color: #CCC;
}

@media(min-width:768px){
  div#modal{
    width: 600px;
    height: 560px;
  }

  div#modal-small{
    width: 720px;
    height: 560px;
  }
  @-moz-document url-prefix() {
    div#modal-small {
      height: 590px;
    }
  }

  #modal-container{
    box-shadow: 0 1px 1px rgba(0,0,0,.1), 0 1px 5px rgba(0,0,0,.2), 0 0 0 10px rgba(200,200,200,.4);
  }

  div#modal-container div.header{
    background-color: #f0f0f0;
  }

  div#modal-container div.contents div.signup-welcome{
    display: block;
    text-align: center;
  }

  div#modal-container div.contents div.signup-welcome p.title{
    font-size: 17px;
    margin-bottom: 24px;
  }

  div#modal-container div.contents div.signup-welcome p.txt{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  #modal-overlay{
    background: url("../image/popup_bg_b.png");
  }

  div#modal-container div.contents div.wrap{
    margin-bottom: 20px;
    display: table;
    width: 540px;
  }

  div#modal-container div.contents div.wrap div.sns-btn-area{
    margin-bottom: 20px;
    text-align: center;
    display: table-cell;
    width: 250px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    vertical-align: top;
  }

  div#modal-container div.contents div.wrap div.mail-area{
    margin-bottom: 20px;
    display: table-cell;
    width: 250px;
    padding-left: 20px;
    vertical-align: top;
  }

  div#modal-container div.contents div.mail-area div.title{
    text-align: center;
    font-size: 13px;
    padding: 12px 0;
    margin: 0 0 5px;
  }

  div#modal-container div.contents div.signup-special{
    margin: 24px 0 24px;
    display: block;
  }

  div#modal-container div.contents div.signup-special p.title{
    font-size: 14px;
    margin-bottom: 10px;
  }

  div#modal-container div.contents div.signup-special p.note{
    font-size: 11px;
    margin-bottom: 10px;
  }

  .attention{
    font-size: 10px!important;
  }
}


#modal.modal-resend-email{
  background-color: #fff;
}
.modal-resend-email input,
.modal-resend-email button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}
.modal-resend-email__form{
  margin-bottom: 8px;
}
input.modal-resend-email__text{
  height: 40px;
  width: 100%;
  padding: 0px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-resend-email button.btn{
  display: block;
  text-align: center;
  font-size: 14px;
}
.modal-resend-email button.btn-inline{
  height: 38px;
  border: 1px solid #0f0a64;
}
.modal-resend-email button.btn-relux{
  height: 44px;
  background-color: #0f0a64;
}
.modal-resend-email__footer{
  padding: 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
}
@media screen and (min-width:768px){
  #modal.modal-resend-email{
    background-color: transparent;
    width: 360px;
  }
  .modal-resend-email__footer{
    padding: 0;
    margin-top: 32px;
    position: static;
    border-top: none;
  }
}


#modal.modal-float{
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("../image/popup_bg_b.png");
}
#modal.modal-float #modal-container{
  width: calc(100% - 48px);
  max-width: 360px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 1px 1px rgba(0,0,0,.1), 0 1px 5px rgba(0,0,0,.2), 0 0 0 10px rgba(200,200,200,.4);
}
#modal.modal-float #modal-container div.header{
  background-color: #f0f0f0;
}
.modal-float-button{
  margin-top: 24px;
}

.modal-float-button__item + .modal-float-button__item{
  margin-top: 8px;
}
.modal-float-button__item .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  box-sizing: border-box;
}
.modal-float-button__item a.btn-inline{
  color: #0f0a64;
}


.modal__text,
.modal__text--center{
  font-size: 16px;
  color: #333;
}
.modal__text__marginbottom{
  margin-bottom: 24px;
}

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

.modal__annotation{
  margin-top: 24px;
  font-size: 11px;
  letter-spacing: 1.2px;
  color: #333;
}


.modal-share-reservation .contents{
  height: 100vh;
}

.modal-share-reservation-shareicon{
  text-align: center;
}

.modal-share-reservation-shareicon img{
  width: 104px;
  height: auto;
  margin-top:20px;
  margin-bottom: 40px;
}

.modal-share-reservation-text{
  font-size: 14px;
  font-weight: bold;
  color: #0F0A64;
  margin-bottom: 24px;
  line-height: 24px;
}

.modal-share-reservation-snstext{
  font-size: 13px;
  font-weight: bold;
  color: #0F0A64;
}

.modal-share-reservation-attention{
  font-size: 12px;
  line-height: 20px;
}

.modal-share-reservation-sharesns{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
}

.modal-share-reservation-snsicon img{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  margin-left: 8px;
}

.btn-modal-share-copy{
  width: 104px;
  border-radius: 0px 4px 4px 0!important;
}

.reservation-modal-url-input{
  box-sizing: border-box;
  width:calc(100vw - 154px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0 8px;
}

p.reservation-modal-url-inputtext{
  box-sizing: border-box;
  font-size: 12px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
}

.modal-share-reservation-pc{
  width: 380px;
}
.reservation-modal-url-container{
  display: flex;
  margin-bottom: 24px;
}

.modal-share-reservation .contents-pc{
  height: auto;
}

.modal-share-reservation-shareicon-pc img{
  margin-top: 4px;
  margin-bottom: 22px;
}

.modal-share-reservation-text-pc{
  margin-bottom: 16px;
}

.reservation-modal-url-container-pc{
  margin-bottom: 16px;
}

.modal-share-reservation-sharesns-pc{
  margin: 0 auto 16px;
}

.reservation-modal-url-input-pc{
  width: 206px;
}

.modal-share-reservation .modal-container-pc{
  width: 360px;
}

div#modal.smartpassBenefits__modal {
  bottom: auto;
  height: 96%;
  overflow-y: auto;
  top: 2%;
  width: calc(100% - 32px);
}
div#modal.smartpassBenefits__modal ~ #modal-overlay {
  background-color: rgba(0,0,0,0.67);
}
div#modal.smartpassBenefits__modal #modal-container {
  margin: 0 auto;
}
div#modal.smartpassBenefits__modal div#modal-container div.header {
  background: #ec671f;
  padding: 24px 16px;
}
div#modal.smartpassBenefits__modal div#modal-container div.header p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
  text-align: left;
}
div#modal.smartpassBenefits__modal div#modal-container div.header p.caption {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 16px 0 0 0;
}
div#modal.smartpassBenefits__modal div#modal-container div.header img.close {
  height: 14px;
  right: 10px;
  top: 10px;
  width: 14px;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents {
  padding: 24px 16px;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsChecklist ul > li {
  background: url("../image/relux-icon_icon-check-smps.svg") no-repeat;
  background-size: 28px 28px;
  font-size: 12px;
  min-height: 24px;
  line-height: 18px;
  margin: 0 0 24px 0;
  padding: 0 0 0 40px;
  vertical-align: bottom;
  width: 87%;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsChecklist ul > li:last-of-type {
  margin: 0 0 32px 0;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsNotice {
  background: #efefef;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 8px 0;
  padding: 16px;
  width: 90%;
}

div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsNotice dl > dt {
  margin: 0 0 8px 0;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsNotice dl > dd {
  display: list-item;
  font-weight: normal;
  line-height: 1.8;
  list-style: disc;
  margin: 0 0 0 14px;
  width: 96%;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsLink {
  color: #0f0a64;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsLink img {
  height: 21px;
  margin: 0 0 0 3px;
  vertical-align: -6px;
  width: 21px;
}
div#modal.smartpassBenefits__modal div#modal-container div.benefitsLinkGroup {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .close_btn {
  display: block;
  margin: 24px 0 0;
  text-align: center;
}
div#modal.smartpassBenefits__modal div#modal-container div.contents .close_btn a {
  border: solid 1px #0f0a64;
  border-radius: 4px;
  color: #0f0a64;
  display: block;
  font-size: 16px;
  height: 44px;
  line-height: 2.5;
}
@media screen and (min-width:768px){
  div#modal.smartpassBenefits__modal {
    bottom: 0;
    height: 592px;
    top: 0;
    max-width: 100%;
    width: 960px;
  }
  div#modal.smartpassBenefits__modal ~ #modal-overlay {
    background-color: transparent;
  }
  div#modal.smartpassBenefits__modal #modal-container {
    box-shadow: none;
    margin: 0;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.header {
    padding: 40px;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.header p {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.header p.caption {
    font-size: 14px;
    line-height: 21px;
    margin: 16px 0 0 0;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.header img.close {
    height: 22px;
    right: 20px;
    top: 20px;
    width: 22px;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents {
    padding: 40px 40px 24px;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .scrollWrap {
    height: 340px;
    overflow-y: scroll;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .scrollWrap::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .scrollWrap::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0,0,0,.5);
      box-shadow: 0 0 1px rgba(255,255,255,.5);
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsChecklist ul > li {
    background-size: 28px 28px;
    font-size: 14px;
    min-height: 24px;
    line-height: 21px;
    margin: 0 0 24px 0;
    padding: 0 0 0 50px;
    max-width: 100%;
    width: 800px;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsChecklist ul > li:last-of-type {
    margin: 0 0 40px 0;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsNotice {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px 0;
    padding: 24px;
    max-width: 100%;
    width: 804px;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .benefitsNotice dl > dd {
    line-height: 1.8;
    margin: 0 0 0 18px;
    max-width: 100%;
    width: 800px;
  }
  div#modal.smartpassBenefits__modal div#modal-container div.contents .close_btn {
    display: none;
  }
}