.pager-r
{
    margin-right: auto;
}
.pager-l
{
    margin-left: auto;
}

.no-pointer
{
    cursor: default; /* マウスホバー時、通常時の矢印(➚)の形にする */
}

.no-ticket
{
    color: #4D5F80;
    font-weight: bold;
    padding: 50px 0 24px;
    text-align: center;
}

.used-ticket
{
    color: #4D5F80;
    padding: 24px 0 24px;
    text-align: center;
    font-weight: 600;
    font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
}

/* 返礼品がない場合 */
#no-item .comment {
    color: #4D5F80;
    padding: 7rem 1rem;
    border-radius: 5px;
}

.txt-center { text-align: center !important; }
.bold { font-weight: bold; }

.error {
    font-size: 1.4rem;
    color: #FA4332;
  }
  
  .error-message {
    margin: 2rem 2rem;
    padding: 0.8rem 1.3rem;
    border: 2px solid #FA4332;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FA4332;
    line-height: 1.8;
  }
  
  @media print, screen and (min-width: 768px) {
    .error-message {
      padding: 1.8rem 4.8rem;
      font-size: 1.6rem;
    }
  }
  
  .error-message p {
    margin: 1.5rem 0;
  }
  
  .error-message ul, .error-message ol {
    margin: 1.5rem 0;
  }
  
  .error-message ul > li, .error-message ol > li {
    margin-left: 1.5em;
  }
  
  .error-message ul > li::before, .error-message ol > li::before {
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
  }
  
  .error-message ul > li::before {
    content: "●";
  }
  
  .error-message ol {
    counter-reset: decimal-cnt;
  }
  
  .error-message ol > li {
    counter-increment: decimal-cnt;
  }
  
  .error-message ol > li::before {
    content: counter(decimal-cnt) ".";
  }

/**************************************************
		credit
**************************************************/
.credit_txt01 {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .credit_txt01 {
    margin-bottom: 3.5rem;
    text-align: center;
  }
}
.credit_txt02 {
  margin-bottom: 2.5rem;
}
.credit_txt03 {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #CA3C25;
}
@media print, screen and (min-width: 768px) {
  .credit_txt03 {
    font-size: 2rem;
    text-align: center;
  }
}
.credit_box01 {
  padding: 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .credit_box01 {
    padding: 5rem 10rem;
  }
}
.credit_box02 {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .credit_box02 {
    padding: 2.5rem 6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .credit_box02 {
    padding: 2.5rem 3rem;
  }
}
.credit_list01 {
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .credit_list01 {
    display: flex;
    margin: 0 -3rem 2.5rem -3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .credit_list01 {
    margin: 0 -2rem 2.5rem -2rem;
  }
}
.credit_list01 > li {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .credit_list01 > li {
    margin: 0 3rem;
    width: calc(50% - 6rem - 0.1px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .credit_list01 > li {
    margin: 0 2rem;
    width: calc(50% - 4rem - 0.1px);
  }
}
.credit_list01_ttl {
  margin: 0 -0.5em 0.5rem -0.5em;
  font-size: 1.4rem;
  color: #55909C;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .credit_list01_ttl {
    font-size: 1.6rem;
  }
}
.credit_list01_ttl::before {
  content: "【";
}
.credit_list01_ttl::after {
  content: "】";
}
.credit_list01_txt {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .credit_list01_txt {
    font-size: 1.4rem;
  }
}
.credit_btn01 {
  margin-top: 3rem;
}

.m-box02.is-gray {
  background-color: #F2F1F0;
}

.m-box02 {
  position: relative;
  padding: 2rem;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-box02 {
    padding: 2rem 3rem;
  }
}

.card_img {
  border: 0;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

.mt0{
  margin-top: 0!important;
}

.optin_mt{
  margin-top: 8px!important;
}

.zip_mt{
  margin-top: 3px;
}

.under_line{
	text-decoration: underline;
}

ol.c-list.-donate li a:before {
  content: none;
}

.card_list{
  display: flex;
}

.card_list .card_img{
  width: 31px;
}

@media screen and (max-width:480px) {
  .business-hours{
    font-size: 70%!important;
  }
}

.c-input_text input[type="password"].error {
  background-color: #FFE6E6;
  border-color: #F24E18;
}

.c-input_text input[type="password"][size] {
  display: inline-block;
  width: auto;
}

.c-input_text input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: block;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  height: 54px;
  min-width: 120px;
  overflow: hidden;
  padding: 0 14px;
  width: 100%;
}
.ori_btn {
	padding: 10px 60px;
	transition: 0.4s;
	font-size: 20px;
	color: #fff;
	background-color: #4D5F80;
	font-family: "toppan-bunkyu-midashi-go-std", -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}
.ori_btn:hover {
  color: #fff;
}
.no_active {
  background-color: #808080;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.remodal {
  padding: 30px!important;
  height: 300px;
}
.modal .tit {
  font-size: 2.5rem;
}
.modal .note{
  padding: 10px 0 10px 0;
  text-align: left;
  margin-top: 20px;
  color: #FA4332;
  font-weight: bold;
  font-size: 1.5rem;
}
.remodal .remodal-close {
  top: 2.928vw;
  right: 2.928vw;
  left: auto;
  border: 1px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.remodal .remodal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal .remodal-close::before, .remodal .remodal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #000;
}
.remodal .remodal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.remodal .remodal-close::before, .remodal .remodal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #000;
}
.c-btn.-yes {
  background-color: #FA4332;
  border-radius: 5px;
  color: white;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
  height: 60px;
}
.c-btn.-no {
  background-color: #4D5F80;
  border-radius: 5px;
  color: white;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
  height: 60px;
}
.btn_wrap{
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px){
  .btn_wrap{
    padding: 20px 40px;
  }
  .c-btn.-no {
    width: 200px;
  }
  .c-btn.-yes {
    width: 200px;
  }
}
@media screen and (max-width: 767px){
  .btn_wrap{
    padding: 10px;
  }
  .c-btn.-no {
    width: 120px;
  }
  .c-btn.-yes {
    width: 120px;
  }
}
/*PCでは無効（改行しない）*/
.spbr{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .spbr{
        display: block;
    }
}

#result_area, .loading_area{
  margin-top:50px;
}

.result_message{
  margin-bottom:20px;
}

.failure_area{
  margin-top: 30px;
}

.use_btn_area{
  text-align: center;
}

.form_complete{
  margin-top:16px;
}

/* チケット確認画面・チケット認証画面の「寄附情報」部分更新 */
@media screen and (max-width: 768px) {
  .c-box.-donation .c-list .c-scope {
    display: block!important;
  }
}

/* 寄附完了画面・チケット確認画面・チケット認証画面の使用期限部分更新 */
@media screen and (max-width: 768px) {
  .p-ticket__item .c-check_limit{
    display: block!important;
  }
  .p-cart__item .c-check_limit{
    display: block!important;
  }
  .p-ticket__item .c-check_limit .c-date{
    margin-top: 5px;
  }
  .p-cart__item .c-check_limit .c-date{
    margin-top: 5px;
  }
}

/* 寄附者情報入力画面の「住所を自動入力」ボタン 画面サイズが小さいスマホに対応 */
@media screen and (max-width: 393px) {
  .c-btn.-address {
    font-size: x-small;
  }
  .p-ticket__item .c-name{
    font-size: small;
  }
  .p-cart__item .c-name{
    font-size: small;
  }
  .p-ticket__item .c-check_limit{
    font-size: small;
  }
  .p-cart__item .c-check_limit{
    font-size: small;
  }
}