﻿@charset "UTF-8";
/*
* Don't Delete
* Login Common - Change as needed
*/
.custom-login {
  /*background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(../../img/footer.jpg);*/
  background-size:cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
/*
* Don't Delete
* Register Common - Change as needed
*/
.costom-register {
  max-width: 960px;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.costom-register h2 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.badge-require {
  border: 1px solid #ea0000;
  color: #ea0000;
  background-color: #fff;
}
.badge-optional {
  border: 1px solid #00bcff;
  color: #00bcff;
  background-color: #fff;
}

/*
* Don't Delete - Change as needed
* StepBar Common
*/
.stepBar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding-left: 0;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  left: calc(-50% + 15px);
  top: 14px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  height: 30px;
  width: 30px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after, .stepBar .visited span {
  background: rgba(32, 168, 216, 1);
}

/*
* Don't Delete - Change as needed
* RadioButton Button Style
*/
.form-check-btn {
  margin-right: 0;
}
.form-check-btn-primary {
  margin-right: 0;
}
.form-check-btn input[type="radio"],
.form-check-btn input[type="checkbox"] {
  display: none;
}
.form-check-btn-primary input[type="radio"],
.form-check-btn-primary input[type="checkbox"] {
  display: none;
}
.form-check-btn-primary input[type="radio"],
.form-check-btn-primary input[type="checkbox"] {
  display: none;
}
.form-check-btn input[type="radio"]:checked + label,
.form-check-btn input[type="checkbox"]:checked + label { 
  background-color: #c34400;
  color: #fff;
}
.form-check-btn-primary input[type="radio"]:checked + label,
.form-check-btn-primary input[type="checkbox"]:checked + label { 
  background-color: #c34400;
  color: #fff;
}
.form-check-btn .aspNetDisabled + label,
.form-check-btn .aspNetDisabled + label:active {
  color: #c34400!important;
  background-color: transparent!important;
  opacity: 0.65!important;
  cursor:not-allowed;
}
.form-check-btn-primary .aspNetDisabled + label,
.form-check-btn-primary .aspNetDisabled + label:active {
  color: #c34400!important;
  background-color: transparent!important;
  opacity: 0.65!important;
  cursor:not-allowed;
}
.form-check-btn .aspNetDisabled + label,
.form-check-btn .aspNetDisabled + label:active {
  color: #c34400!important;
  background-color: transparent!important;
  opacity: 0.65!important;
  cursor:not-allowed;
}
.form-check-btn-primary .aspNetDisabled + label,
.form-check-btn-primary .aspNetDisabled + label:active {
  color: #c34400!important;
  background-color: transparent!important;
  opacity: 0.65!important;
  cursor:not-allowed;
}
.form-check-btn .disabled .btn{
   color: #c34400!important;
  background-color: transparent!important;
  opacity: 0.65!important;
  cursor:not-allowed;
}

/*credit list- delete btn style*/
.position-badge-credit {
  position:absolute!important;
  top: -5px!important;
  right: -6px!important;
}
.position-badge-credit i {
  font-size: 15px;
}

/*
* Common Style
*/
/* Blink Common */
.blinking{
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0;}
  80% {opacity:1;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  80% {opacity:1;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  80% {opacity:1;}
  100% {opacity:1;}
}
.border-hover {
 border-bottom: solid 2px #d4d4d4 ;
}
.border-hover:hover{
 border-bottom: solid 2px #167495;
}

.custom-bg{
  background-color: #242244;
  color: #fff;
}

/*welfare*/
.g-w350 {
    max-width: 350px;
}

/* font-size */
.font-10{
    font-size: 9px !important ;
}
.font-10{
    font-size: 10px !important ;
}
.font-11{
    font-size: 11px !important ;
}
.font-12{
    font-size: 12px !important ;
}
.font-14{
    font-size: 14px !important ;
}
.font-16{
    font-size: 16px !important ;
}
.font-18{
    font-size: 18px !important ;
}
.font-20{
    font-size: 20px !important ;
}
.font-24{
    font-size: 24px !important ;
}
.font-28{
    font-size: 28px !important ;
}
.font-32{
    font-size: 32px !important ;
}
.font-36{
    font-size: 36px !important ;
}
.font-40{
    font-size: 40px !important ;
}
.font-48{
    font-size: 48px !important ;
}

@media screen and (max-width: 567px){
  .font-sm-10{
    font-size: 10px !important;
  }
  .font-sm-12 {
    font-size: 12px !important;
  }
  .font-sm-14{
    font-size: 14px !important ;
}
  .font-sm-16{
    font-size: 16px !important;
  }
  .font-sm-18{
    font-size: 18px !important;
  }
  .font-sm-20{
    font-size: 20px !important;
  }

}




/*愛用者用CSS追加*/
.text-custom-favorite-done{
  color: #66cdaa;
}
.text-custom-favorite-still{
  color: #fd7602;
}

/*アクティブ会員*/
.text-running{
  color: #4169e1;

}

.sidebar .nav-dropdown.open>.nav-dropdown-items>.nav-item>.nav-link {
    background-color: #187095;
    text-indent: 0.05em;
}

@media (min-width: 1200px){
  .py-4_5{
    padding: 2.5rem 0;
  }
}
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}

@media screen and (max-width:768px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}

/*タイトルのテキストとカラー*/
.bg-bronze {
  background: #b16321; /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #b16321 0%, #a96b1f 45%, #ce8224 70%, #e0982b 85%, #ea9310 90% 100%);
  background: linear-gradient(45deg, #b16321 0%, #a96b1f 45%, #ce8224 70%, #e0982b 85%, #ea9310 90% 100%);
  color: #fff;
}
.bg-shilver {
  background: #757575; /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #757575  0%, #9E9E9E  45%, #E8E8E8  70%, #9E9E9E  85%, #757575 90% 100%);
  background: linear-gradient(45deg, #757575  0%, #9E9E9E  45%, #E8E8E8  70%, #9E9E9E  85%, #757575 90% 100%);
  color: #fff;
}
.bg-gold {
  background: #3E5151; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,#B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #B67B03 90% 100%) !important; /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #B67B03 90% 100%) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

/*ロゴとタイトル*/
@media screen and (max-width:768px){
  .header-ttl{
    font-size: 30px;
  }
  .header-ttl img{
    width: 50px;
    height: auto;
  }
}
.header-ttl{
  font-family: serif !important;
  letter-spacing: 0.2rem;
}

.bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(230, 230, 230, 0.5), rgba(230, 230, 230, 0.2)), url(../../img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-icon{
  background: #dd1d4c;
  color: #fff;
}
.pay-content{
  position:sticky;
}
.product-img{
  width: 150px;
  height: 150px;
  margin-right: 24px;
}
.product-show{
  width: calc(100% - 200px);
}
@media screen and (max-width: 1200px){
  .product-img{
    width: 100px !important;
    height: 100px !important;
  }
  .product-show{
    width: calc(100% - 100px);
  }
}

.bg-light-yellow {
  background: #FFF3CD !important;
}
.custom-authcode-item{
  width: 100px !important;
  height: 100px !important;
  margin: 0 15px;
  border-radius: 12px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #a7a7a7;
  background-color:#e4f2f7;
  box-shadow: 2px 2px 3px #D8D8D8 inset;
  border:none;
}
@media (max-width: 992px) {
  .custom-authcode-item {
    width: 10vw !important;
    height: 10vw !important;
    border-radius: 8px;
    font-size: 20px;
    margin: 0 5px;
  }
}

.responsive-table th {
  width: 30%;
  background: #f0f3f5;
  border: solid 1px #c8ced3;
  padding: 10px;
}

.responsive-table td {
  border: solid 1px #c8ced3;
  padding: 10px;
}

@media screen and (max-width: 567px) {
  .responsive-table tr:last-child {
    border-bottom: solid 1px #c8ced3;
    width: 100%;
  }

  .responsive-table {
    width: 80%;
  }

  .responsive-table th,
  .responsive-table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
  .border-sm-right{
      border-right: 1px solid #c8ced3;
    }

  @media screen and (max-width: 567px){
    .border-sm-right{
      border-right: none!important;
    }
  }

 .bg-product {
    background: #f9f9f9; 
}

 .custom-transparent{
   background-color: rgba(255,255,255,0.85);
 }

 #cardOmote {
  background: #0073f2; /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #494949, #0073f2); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #494949, #0073f2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

#cardUra {
  background: #8e9eab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.creditcard-ttl {
  font-size: 20px;
}

@media (max-width: 500px) {
  .ic-chip {
    height: 30px;
  }

  .creditcard-ttl {
    font-size: 14px;
  }
}

.custom-fa-4x {
  font-size: 4em;
}

@media (max-width: 600px) {
  .custom-fa-4x {
    font-size: 9vw;
  }
}

.w-15 {
  width: 15%;
}

.w-70 {
  width: 70%;
}

@media (max-width: 768px) {
  .responsive-cell {
    display: flex;
    flex-wrap: wrap;
  }
  .responsive-cell-body{
    padding: 8px 0;
    border-bottom: solid 1px;
  }
  .responsive-cell th, .responsive-cell td {
    width: 100%;
    padding: 4px;
  }

  .responsive-cell th, .responsive-cell td {
    border: 0px !important;
  }
}