@charset "utf-8";
html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  margin: 0;
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
  font-family: メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
img {
  width: 100%;
  vertical-align: top;
}



.rogin_contents-main-copy{
    font-size: 20px;
    padding-bottom: 18px;
}
.rogin_up-date {
  display: block;
  text-align: left;
  font-size: 11px;
  padding-bottom: 8px;
  color: rgba(78, 78, 78, 0.8);

}
/* header */
.hd-container {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(78, 78, 78, 0.8);
  margin-bottom: 8px;
}

.hd-logo {
  width: 32%;
  min-width: 156px;
  margin: 14px 10px 0;
}
.contents-main-title {
  font-size: 0.9rem;
  margin: 0 0 16px;
  padding: 18px 16px 0;
}
/* top */
.contents-block {
  max-width: 490px;
  margin: auto;
}
/* メインコンテンツ */
main {
    
  letter-spacing: 2px;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
  
}

.main-bn {
  max-width: 270px;
  margin: 30px auto 0;
}

.main-bn img {
  width: 100%;
}

.u-border-img{
  border: 1px solid #efefef;
  border-radius: 10px;
}

.main-annotation a {
  color: #208f4d;
}

/* 
アプリからの登録 */
.toroku,
.login {
  margin: 32px auto;
  padding: 0 32px;
}

.step {
  padding-bottom: 60px;
}


.step-ttl {

}

.step_number {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #208f4d;
  color: #208f4d;
  margin-bottom: 5px;
 
}

/* utility */
.u-padding-0{
    padding-bottom: 0;
}
.u-ap-blue a{
    color:  #0d73c5;
    text-decoration: underline;
}
.u-ap-green{
  margin: 16px;
  color: #208f4d;
}

.u-ap-green li a{
  color: #208f4d;
    text-decoration: underline;
    font-weight: 700;
}

.u-color-blue{
    border-bottom: 2px solid #0d73c5;
    color:  #0d73c5; 
}

.u-tx-blue{
    color:  #0d73c5; 
    margin: 0;
    padding-left: 16px;
}


.u--paddingnone{
    padding: 0;
    text-indent: 0 !important;
   
}




.ap_annotation {
  padding: 16px;
}



.ap_annotation span {
  color: #208f4d;
}
.ap_annotation a {
  font-weight: 700;
  text-decoration: underline;
}
.ap_annotation li {
  text-indent: -1rem;
  padding-left: 16px;
}

.step_bottom-ttle{
    text-align: center;
    background: #efefef;
    padding: 15px;
    font-weight: 700;
    font-size: 15px;
}

.step-bottom-ttl{
    padding: 16px 16px 0;
}

.contents {
  padding: 16px;
}

.contents-update {
  color: rgb(136, 136, 136);
  font-size: 12px;
  letter-spacing: 1px;
  margin: 16px 0 24px;
}

.contents-info {
  letter-spacing: 1px;
}

.contents-info span {
  font-size: 13px;
  letter-spacing: 1px;
}

.contents-info-block {
  display: block;
  border-top: 0.5px solid rgb(180, 180, 180);
  border-bottom: 0.5px solid rgb(180, 180, 180);
  padding: 30px 4px;
  margin-top: 6px;
  margin-bottom: 24px;
}

.contents img {
  width: 100%;
}

.contents-attention {
  font-size: 11px;
  line-height: 16px;
  margin: 12px 0;
}

.contents-bt {
  text-align: center;
  border: 0.5px solid rgb(136, 136, 136);
  border-radius: 8px;
  padding: 12px;
  margin-top: 24px;
}

/* footer */
.ft-container {
  background: #e9e9e9;
  padding: 6% 2% 1%;
  margin-top: 36px;
}

.ft-copy {
  color: #888888;
  font-size: 0.7rem;
  margin: 24px 10px 0;
}

.block-footernav {
  font-size: 12px;
}

.block-footernav ul {
  list-style: none;
}

.block-footernav a {
  text-decoration: none;
  color: #666666;
}

.block-footernav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 10px;
}

.block-footernav-list a {
  margin-right: 24px;
}

.block-footernav-list li:before {
  display: inline-block;
  content: ">";
  margin: 0 6px 0 0;
}

.block-footernav-list-s {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 10px;
}

.block-footernav-list-s li + li:before {
  display: inline-block;
  margin: 0 6px;
  content: "|";
  color: #c2c2c2;
}

.block-footernav a[target="_blank"] {
  position: relative;
  padding-right: 18px;
}
.block-footernav a[target="_blank"]:before,
.block-footernav a[target="_blank"]:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
.block-footernav a[target="_blank"]:before {
  border-top: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  top: calc(50% - 6px);
}
.block-footernav a[target="_blank"]:after {
  background: #a8a8a8;
  right: 3px;
}


/* ticket */


.top {
  padding:32px;

}

.top a{
  text-decoration: underline;
  display: inline-block;
  padding-top: 16px;
}

.info{
  background: #f6f6f6;
  padding: 16px;
  margin-top: 32px;
}

.info ul{
  padding-left: 16px;
}

.u-text-red{
  color: red;
  text-indent: -1rem;
  padding-bottom: 16px;
 
}


.none{
  padding-bottom: 0;
}
.u-text-red span{
  color: #000;
}

/* モーダル中身 */

.name_button{
  text-decoration: underline;

}
.tenpo_list {
  padding: 16px 16px 36px;
}

.tenpo_list_title{
  font-size: 17px;
  margin-top: 24px;
  margin-bottom: 36px;
  text-align: center;
}

.list_tenpo_block{
  margin-bottom: 24px;
}

.tenpo_content {
  width: 90%;
  margin: 4px auto 0px;
}

.list_sub{
  border-bottom: 1px solid rgb(207, 207, 207);
  margin-bottom: 12px;
}

.list_name{
  padding: 0 6px;
  line-height: 24px;
}
/* ---------------
モーダルウィンドウ 
-----------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 1s ease-in-out;
  overflow-y: auto;
  overscroll-behavior-y: none;
}

.modal_howto_hint {
  margin: 8px 0 -24px;
  text-align: center;
  font-weight: 700;
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-content {
  background: #fff;
  overflow-y: auto;
  width: 84%;
  max-width: 456px;
  /* max-width: 372px; */
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 84%;
  animation: show 0.5s linear 0s;
  /* filter: drop-shadow(0px 2px 6px #777); */
}

.modal_item {
  margin-top: 16px 32px;
  
}

.modal-top {
  /* border: 1px solid #000; */
  padding: 1px 6px;
  /* width: 71px; */
  margin: 24px auto 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 100;
  top: 87%;
  /* background: #fff; */
}

.modal-close {
  color: #fff;
  text-decoration: underline;
  border-radius: 5px;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 700;
  text-underline-offset: 4px
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #fff;
}
.modal_howto_text {
  padding: 16px;
  background: #efefef;
  margin: 28px 0 42px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nonScroll {
  height: calc(1vh + 1px);
  width: 1px;
  background-color: transparent;
} /*# sourceMappingURL=style.css.map */

.modal_point_title {
  padding: 30px 16px;
  text-align: center;
  font-weight: 700;
}
.message_annotion{
  font-size: 12px;
  padding-top: 12px;
}
