@charset "UTF-8";
/*  color
------------------------*/
/*  style
------------------------*/
.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.icon-img {
  max-height: 3.0em;
}
.header-bg {
  background: #fff;
 -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
}
.footer-bg {
  background: #f7f8f9;
}
#loading-bg {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 3.2rem;
  z-index: 100;
  text-align: center;
  color: #FFF;
}
#contents {
  z-index: 1;
}


/* =====================
  progressbar
===================== */
.progressBar__filling {
  border-radius: 6px;
  border: 1px solid #ddd;
  background: rgba(75, 79, 97, 0.1);
  max-width: 615px;
  height: 16px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.progressBar__fill {
  position: relative;
  transition: 2s width;
  border-radius: 6px;
  background: linear-gradient(to right, #ae70ff, #ffb5f2);
  width: 0%;
  font-size: 1.4rem;
  color: #FFFFFF;
  z-index: 30;
  height: 100%;
  line-height: 16px;
  position: relative;
  animation: draw 1s ease-in-out;
}

#achievement_ratio_span_int {
  padding: 0 0 0 10px;
}

.modal {
  color: #212529;
}

.oldinfoTable {
  color: #212529;
}


.header-tit{
 font-size: .9rem;
 color: #212121;
 display: inline-block;
 margin-left: 10px;
}

.privilege-temp.mainCtWp .container{
 max-width: inherit;
}

.mainCtWp{
 margin: 30px auto 70px;
 padding: 44px 50px 60px;
 background-color: #fff;
 border-radius: 12px;
 max-width: 1110px;
}

@media screen and (max-width: 767px) {
.mainCtWp{
 padding: 44px 20px 60px;
 margin-bottom: 20px;
 border-radius: 0;
 }
.privilege-temp.mainCtWp{
 padding: 0;
 }
}

.mainCt{
 padding: 50px;
 border-radius: 12px;
 border:1px solid #ddd;
 max-width: 650px;
 margin: auto;
}

@media screen and (max-width: 767px) {
.mainCt{
 padding: 0;
 border:none;
 }
.privilege-temp .mainCt{
 padding: 0 20px 30px;
 }
}


.stepNaviWp{
 margin: 0 auto 50px;
 max-width: 1010px;
}

@media screen and (max-width: 767px) {
.stepNaviWp{
  margin: 0 auto 40px;
 }
 .privilege-temp .stepNaviWp{
  margin: 0 auto;
  padding: 44px 20px;
 }
}


@media screen and (max-width: 350px) {
 .privilege-temp .stepNaviWp{
  padding: 30px 5px;
 }
}


.container{
 padding: 0;
}

.progressbar {
 position: relative;
 margin: 0;
 padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 z-index: 1;
}
.progressbar li {
 position: relative;
 list-style-type: none;
 text-align: center;
 text-transform: uppercase;
 color: #ccc;
 counter-increment: steps;
}

.progressbar li:nth-child(1),
.progressbar li:nth-child(3) {
 width: 20%;
}

.progressbar li:nth-child(2) {
 width: 60%;
}


.progressbar li:before {
 display: block;
 width: 34px;
 height: 34px;
 margin: 7px auto 10px auto;
 content: '';
 line-height: 34px;
 font-size: 14px;
 text-align: center;
 border-radius: 50%;
 background-color: #eee;
 content: counter(steps);
}

.progressbar li.complete:before {
 content: url("../img/layout/icon-check.svg");
}
.progressbar li:after {
 position: absolute;
 z-index: -1;
 top: 23px;
/* left: -50%;*/
 width: 100%;
 height: 2px;
 content: '';
 background-color: #eee;
}

.progressbar li:nth-child(2):after {
 left: -18%;
}

.progressbar li:nth-child(3):after {
 left: -58%;
}

.platformPage .progressbar li:nth-child(2):after {
  width: 70%;
}

.platformPage .progressbar li:nth-child(3):after {
  width: 190%;
  left: -145%;
}


.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #2b87db;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #2b87db;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #2b87db;
}

.progressbarTxt{
 color: #aaa;
 font-size: .9rem;
 display: block;
 line-height: 18px;
}

.progressbar li.active .progressbarTxt{
 color:#212121;
 font-weight: bold;
}


.gameSelect{
 text-align: center;
 margin-bottom: 30px;
}

.gameSelectImg{
 max-width: 80px;
 margin: 0 auto 5px;
}

.gameSelectImg img{
 width: 100%;
 border-radius: 12px;
}


.gameSelectTit{
 font-size: 0.9rem;
 font-weight: bold;
 margin-top: 10px;
}

.gameSelectTit{
 -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}


.subTit{
 font-size: 1.5rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
 .subTit{
  font-size: 1.35rem;
 }
}


.subTit02{
 font-size: 1.3rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
 .subTit02{
  font-size: 1.2rem;
 }
}

.subTit03{
 font-size: 1.4rem;
 font-weight: bold;
 text-align: center;
}

@media screen and (max-width: 767px) {
 .subTit03{
  font-size: 1.3rem;
 }
}

.charaInfo{
 text-align: center;
}

.bg01{
 background-color: #212121;
 padding: 0.1rem 1rem;
 border-radius: 20px;
 font-size: 0.8rem;
 color: #fff;
 display: inline-block;
 margin-bottom: 10px;
}

.alertMessege{
 display: none;
}

.error .alertMessege{
 display: block;
 position: relative;
 color: #ff0000;
 margin-bottom:1rem;
 font-size:1.0rem;
 font-weight: bold;
 color: #f00;
}

.error .alertMessege:before{
 display: block;
 position: relative;
}

.error .alertMessege img{
 display: inline-block;
 margin-right: 5px;
 width: 20px;
}


.error input.form-control {
 border: 2px solid #ff0000;
}

.btn01{
 width: 100%;
 color: #fff;
 background-color: #2b87db;
 font-weight: bold;
 font-size: 1.2rem;
 padding: .6rem;
 border-radius: 5px;
 border: 1px solid #2b87db !important;
 cursor: pointer;
 text-align: center;
 display: block;
}

.btn02{
 width: 100%;
 color: #2b87db;
 background-color: #fff;
 font-weight: bold;
 font-size: 1.2rem;
 padding: .6rem;
 border-radius: 5px;
 border: 1px solid #2b87db !important;
 cursor: pointer;
 text-align: center;
 display: block;
}

.btn01 + .btn01{
  margin-top: 10px;
}

a.btn01:hover,
a.btn02:hover {
 opacity: .8;
 text-decoration: none;
 color: #80acd5;
}

.scLine{
 border-top: 1px solid #ccc;
 padding-top: 30px;
 margin-top: 30px;
}

.dropdown-toggle{
 border: 1px solid #e6e9eb;
 background-color: #fff;
 color: #212121;
 font-size: 0.85rem;
}

.dropdown-menu{
 text-align: center;
 border-radius: 0;
 min-width: inherit;
 right: 0;
 left: inherit;
 padding: 0;
}

.dropdown-item {
 padding: 0.6rem .9rem;
}

 .privilege-temp .dropdown-item {
 padding: 0.6rem .9rem;
}


.dropdown-menu a{
 border-bottom: 1px solid #e6e9eb;
 font-size: .9rem;
}

.dropdown-menu a:last-child{
 border-bottom: none;
}

.dropdown-menu a:hover{
 background-color: #212112;
 color: #fff;
}

.txt01{
 margin-bottom: 25px;
 font-size: 1.2rem;
}

.txt02{
 margin-bottom: 40px;
 line-height: 24px;
 font-size: 1.0rem;
}

.txt03{
 margin-bottom: 10px;
 line-height: 22px;
 font-size: 1.2rem;
 font-weight: bold;
}

.txt04{
 margin-bottom: 15px;
 line-height: 24px;
 font-size: 1.1rem;
}

ol,ul{
 list-style-type:none;
 padding: 0;
}

@media screen and (max-width: 767px) {
.txt01{
 font-size: 1.1rem;
 }
}

.labelTxt{
 text-align: left;
 font-size: 1.0rem;
 font-weight: bold;
 margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
.labelTxt{
 font-size: 1.0rem;
 }
}

input::placeholder {
 font-size: 1.1rem;
}

.form-control {
 padding: 0.75rem;
 border: 1px solid #aaa;
 box-shadow: inset -2px -2px 5px 0px rgba(255, 255, 255, 0.1), inset 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
 height: inherit;
}


.formItem + .formItem{
  margin-top: 20px;
}

.cautionTxt{
 font-size: 0.8rem;
 margin-top: 15px;
 padding-left: 1em;
 text-indent: -1em;
 line-height: 18px;
 margin-bottom: 0;
}

.cautionTxt + .cautionTxt{
  margin-top: 5px;
}

.cautionTxt02{
 font-size: 0.8rem;
 margin-top: 5px;
 padding-left: 1em;
 text-indent: -1em;
 line-height: 18px;
 margin-bottom: 0;
}

.navbar{
 z-index: 3;
}


@media screen and (max-width: 767px) {
 .navbar-toggler {
  display:none;
 }
 .collapse:not(.show) {
  justify-content: flex-end;
  display: flex;
 }
 .header-logo{
  max-width: 100px;
 }
 .header-tit{
 font-size: .8rem;
 }
 .navbar > .container, .navbar > .container-fluid {
  flex-wrap: nowrap;
 }
 .navbar-nav .dropdown-menu{
  position: absolute;
 }
}

@media screen and (max-width: 374px) {
 .header-logo {
  display:block;
  font-size: 0;
 }
}

small, .small{
font-size: .7rem;
}

.txtlink{
 text-decoration: underline;
 font-size: 0.8rem;
 line-height: 20px;
 color: #333;
}

@media screen and (max-width: 767px) {
.privilege-temp .txtlink{
 font-size: 0.7rem;
 }
}


.txtlink + .txtlink{
 margin-left: 20px;
}


.privilege-temp .txtlink + .privilege-temp .txtlink{
 margin-left: 15px;
}

.txtlinkWp{
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 30px;
}


@media screen and (max-width: 767px) {
.privilege-temp .txtlinkWp{
 justify-content: space-between;
 }
}


.txtlink02{
 text-decoration: underline;
 font-size: 1.0rem;
 line-height: 20px;
 color: #333;
}


.chargelist{
 margin-bottom: 10px;
}

.chargelist li{
 background-color: #f7f8f9;
 -webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.15));
 -moz-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.15));
 -ms-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.15));
 filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.15));
 margin-bottom: 10px;
 border-radius: 6px;
}

.product-imgPattern .chargelist li{
 -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 -ms-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 border-radius: 0px;
 border: 1px solid #ddd;
}

.chargelink{
 position: relative;
 padding: 15px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 cursor: pointer;
}

.product-imgPattern .chargelink{
 width: 100%;
 padding: inherit;
}

.chargelink:hover .chargeBtn{
 background-color: rgba(42,135,219,0.7);
}


.product-imgPattern .chargelink01{
 position: absolute;
 bottom: 15px;
 width: calc(100% - 20px);
}

.chargePieces{
 font-size: 1.2rem;
 font-weight: bold;
 line-height: 24px;
 margin-bottom: 0;
}

.product-imgPattern .chargePieces{
 font-size: 1.15rem;
}

.chargePrice{
 margin-bottom: 0;
 font-size: 1.3rem;
 font-weight: bold;
 line-height: 24px;
}

.chargeBtn{
 color: #fff;
 font-size: 1.1rem;
 font-weight: bold;
 background-color: #2a87db;
 padding: .5rem 1.5rem ;
 border-radius: 30px;
 margin: 0;
}

.product-imgPattern .chargeBtn{
 padding: .4rem 1.5rem ;
 border-radius: 36px;
 margin: 10px auto 0;
 width: 100%;
 text-align: center;
}


@media screen and (max-width: 767px) {
  .product-imgPattern .chargeBtn{
  padding: .3rem 1.0rem .7rem;
  border-radius: 6px;
 }
}

@media screen and (max-width: 350px) {
 .chargeBtn{
  padding: .3rem .6rem .7rem;
 }
}


#loading-bg{
z-index: 2;
}

.modalTxt{
 padding: 20px;
 border-bottom: 1px solid #ccc;
 margin-bottom: 0;
 font-size: 1.1rem;
}

.modal-body{
 padding: 0;
 background-color: #f8f8f8;
 border-radius: 5px;
}

.table01 tbody tr{
 border-bottom: 1px solid #9ca5ac;
}

.table01 tbody tr:last-child{
 border-bottom: none;
}

.table01 tbody tr th{
 background-color: #e6e9eb;
 border-right:1px solid #9ca5ac;
 text-align: center;
 min-width: 150px;
}

.table01 tbody tr td{
 background-color: #fff;
}

.table01 tbody tr{
 background-color: #e6e9eb;
}

.table01 {
 border: 1px solid #686e72;
 margin-bottom: 20px;
}

.table01 th, .table01 td {
 padding: 0.5rem;
 font-size: 1.0rem;
 font-weight: normal;
}

@media screen and (max-width: 767px) {
 .table01 th, .table01 td {
 padding: 0.3rem;
 font-size: .9rem;
 }
}

.chargeItemList{
 display: flex;
}

.chargeItemList li:nth-child(even) {
 margin-left: 10px;
}

.chargeItem{
 width: calc(50% - 5px);
 position: relative;
}

.itemImg{
 border-bottom: 1px solid #ddd;
 display: block;
}

.itemImg img{
 width: 100%;
}

.chargeBtnTxt01,
.chargeBtnTxt02{
 font-size: .9rem;
}

 .product-imgPattern .chargeBtnTxt01,
 .product-imgPattern .chargeBtnTxt02{
 font-size: .8rem;
}

@media screen and (max-width: 767px) {
 .chargeBtnTxt02{
  display: block;
 }
 .chargeBtnTxt01,
 .chargeBtnTxt02{
  line-height: 10px;
 }
 .product-imgPattern .chargeBtnTxt01,
 .product-imgPattern .chargeBtnTxt02{
  line-height: 8px;
 }
}


@media screen and (max-width: 350px) {
 .chargeBtnTxt01,
 .chargeBtnTxt02{
  font-size: 0.7rem;
 }
}


.product-imgPattern .chargeItem img{
 width: auto;
 max-width: 100%;
 margin: auto;
 display: block;
}


.chargeItemDetail{
 padding: 10px 10px 15px;
}

.chargeItemDetail p{
 margin-bottom: 0;
}

.chargeBonus{
 color: #e67713;
 padding-bottom: 3.5rem;
 line-height: 18px;
 margin-top: .3rem;
}

.product-imgPattern .chargeBonus{
 padding-bottom: 4rem;
 font-size: .95rem;
}

.chargeBonus p{
 font-weight: 600;
 line-height: 22px;
}

.campaignBonusTag{
 background-color: #e67713;
 color: #ffffff;
 padding: 0px 5px;
 display: inline-block;
 font-size: 0.8rem;
 margin-right: 3px;
}

.campaignLink{
 position: sticky;
 top: 0;
 z-index: 2;
 width: 100%;
 padding: 10px 50px;
 background-color: #c2d0dc;
}

.privilege-temp .campaignLink{
 position: inherit;
 background-color: inherit;
 width: inherit;
 padding: inherit;
 max-width: 840px;
 margin: auto;
}

.privilege-temp .campaignLinkWp{
 background-color: #fff;
 width: 100%;
 max-width: 840px;
 margin: 0 auto 30px;
 border:1px solid #ddd;
}


@media screen and (max-width: 767px) {
.privilege-temp .campaignLinkWp{
 position: sticky;
 top: 0;
 z-index: 2;
 max-width: inherit;
 border:none;
 margin: 0 auto;
 box-shadow: 1px 1px 3px #ccc;
 }
}

.contentArea{
 margin-top: 100px;
}

.privilege-temp .contentArea{
 margin-top: 0;
 }

.campaignTit{
 font-size: 1.1rem;
 text-align: center;
 padding: 3px;
 background-color: #212121;
 color: #fff;
 margin-bottom: 0;
}

.privilege-temp .campaignTit{
 font-size: .9rem;
 padding: 3px;
 background-color: #212121;
 color: #fff;
 margin-bottom: 0;
}


.titlink{
 font-size: 1.5rem;
 color:#2a87db;
 font-weight: bold;
 text-decoration: underline;
}

.privilege-temp .titlink{
 font-size: 1.1rem;
 display: inline-block;
 margin-bottom: .3rem;
}

.privilege-temp .campaignLinkInner{
 padding:10px;
}

.privilege-temp .campaignBox{
 display: flex;
 justify-content: space-between;
}

.privilege-temp .campaignBonus{
 font-size: .85rem;
 width: 100%;
}

.privilege-temp .campaignCaution{
 font-size: .85rem;
 position: relative;
 line-height: 22px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
 justify-content: end;
 width: 100%;
}

.privilege-temp .campaignCaution img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 5px;
}

.privilege-temp .campaignCaution .tooltip {
  position: absolute;
  top: 25px;
  right: 0;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 3;
}


.privilege-temp .campaignCaution:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.gameTitList{
 display: flex;
 margin-top: 2.2rem;
 margin-bottom: 0;
 flex-wrap: wrap;
}

.gameTitList li {
 margin-right: 2%;
 width: 32%;
 -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 -ms-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
 background-color: #fff;
 border-radius: 6px;
}

.gameTitList li:last-child {
 margin-right: 0;
}

.gameTitList li:nth-child(3n) {
 margin-right: 0;
}

.gameTitList li:nth-child(n + 4) {
 margin-top: 1.5rem;
}

.gameTitItem{
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 border:1px solid #ddd;
 border-radius: 6px;
 padding-right: 10px;
 -webkit-transition: transform .3s, filter .3s;
 transition: transform .3s, filter .3s;
}

.gameTitItem:hover {
 text-decoration: none;
 background-color: #007bff40;
}

.gameTitImg{
 width: 100%;
 max-width: 70px;
 border-radius: 5px 0 0 5px;
 margin-right: 10px;
 display: block;
}

.gameTitTxt{
 width: calc(100% - 90px);
 text-align: left;
 margin-right: 10px;
 font-weight: bold;
 font-size: 1.1rem;
 margin-bottom: 0;
 color: #333;
}

.gameTitBnt img{
 width: 24px;
}

@media screen and (max-width: 1023px) {
 .gameTitList{
  display: block;
 }
 .gameTitList li {
  margin-right: 0;
  margin-bottom: 1.2rem;
  width: 100%;
 }
 .gameTitList li:last-child {
  margin-bottom: 0;
 }
 .gameTitImg{
  max-width: 60px;
 }
 .gameTitTxt{
  width: calc(100% - 80px);
 }
}

.accordion-header {
 width: 100%;
 padding: 0 16px;
 border: none;
 cursor: pointer;
 text-align: left;
 display: flex;
 justify-content: space-between;
 align-items: center;
 transition: background-color 0.3s;
 position: relative;
 background-color: #fff;
}

@media screen and (max-width: 767px) {
 .accordion-header {
  padding: 0 4%;
 }
}

.accordion-content {
 padding: 0 16px 16px;
 border-top: none;
 display: block;
}

@media screen and (max-width: 767px) {
 .accordion-content {
  padding: 0 4% 4%;
 }
}

.arrow {
 display: inline-block;
 width: 24px;
 height: 24px;
 position: relative;
 transition: transform 0.3s;
}

.arrow::before,
.arrow::after {
 content: '';
 position: absolute;
 width: 2px;
 height: 10px;
 background-color: #333;
 transition: transform 0.3s;
}

.arrow::before {
 top: 7px;
 left: 8px;
 transform: rotate(-45deg);
}

.arrow::after {
 top: 7px;
 left: 14px;
 transform: rotate(45deg);
}

.accordion-header.active .arrow {
 transform: rotate(180deg);
}

.accordionTxt{
 font-size: .93rem;
 line-height: 1.6;
 display: block;
 font-weight: 400;
 margin-top: 5px;
}

.dropdown-menu {
 display: none;
 opacity: 0;
 transform: translateY(-10px);
 transition: opacity 0.5s ease, transform 0.5s ease;
}

.show .dropdown-menu {
 display: block;
 opacity: 1;
 transform: translateY(0);
}

.cautionTxt03 {
 font-size: .9rem;
 padding: 1em;
 background-color: #eee;
}

.cautionTxt04 {
 font-size: .9rem;
 text-align: left;
 margin: 1rem auto;
 max-width: 500px;
}

.form .input-form{
 margin-top: 2rem;
 padding: 0;
 border: none;
 background-color: #fff!important;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", 'Noto Sans Japanese', sans-serif;
}

.input-form .input-footer {
 padding-top: 10px;
}

.input-footer img {
 width: 100%;
 max-width: 190px;
}

.input-form .buttonLoginEtc{
 width: 100%;
 color: #fff;
 background-color: #2b87db;
 font-weight: bold;
 font-size: 1.2rem;
 padding: .6rem;
 border-radius: 5px;
 border: 1px solid #2b87db !important;
 cursor: pointer;
 text-align: center;
 display: block;
 max-width: 500px;
 margin: auto;
 line-height: normal;
 margin-top: 20px;
}



.input-form .buttonCancel{
 width: 100%;
 color: #2b87db;
 background-color: #fff;
 font-weight: bold;
 font-size: 1.2rem;
 padding: .6rem;
 border-radius: 5px;
 border: 1px solid #2b87db !important;
 cursor: pointer;
 text-align: center;
 display: block;
 max-width: 500px;
 margin: auto;
 line-height: normal;
 margin-top: 10px;
}

.table-warning,
.table-warning > th,
.table-warning > td {
 background-color: #eff8ff;
}


.giftTagBox{
 display: flex;
 justify-content: center;
}

@media screen and (max-width: 767px) {
 .giftTagBox{
  justify-content: flex-start;
 }
}

.bonusTag{
 background-color: #e67713;
 color: #ffffff;
 padding: 1px 4px 0;
 display: inline-block;
 font-size: 0.7rem;
}

.webTag{
 background-color: #2d4c89;
 color: #ffffff;
 padding: 1px 4px 0;
 display: inline-block;
 font-size: 0.7rem;
}

.giftTag{
 background-color: #3b9189;
 color: #ffffff;
 padding: 1px 4px 0;
 display: inline-block;
 font-size: 0.7rem;
 margin-bottom: .6rem;
 font-weight: normal;
}

.giftTag + .giftTag{
 margin-left: 5px;
}
