@charset "utf-8";
/* CSS Document */

/*=========================================
楽天市場 マイカー割
===========================================*/

/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

html {
  overflow: auto;
}

body {
  min-width: 960px;
  overflow-x: hidden;
  margin: 0 !important;
  position: relative;
}

/*weight*/
.txt_n {
  font-weight: normal;
}

.txt_b {
  font-weight: bold !important;
}

.txt_bL {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold !important;
}

/*color*/
.txt_black {
  color: #333 !important;
}

.txt_gray {
  color: #686868 !important;
}

.txt_red {
  color: #bf0000 !important;
}

.txt_blue {
  color: #002896 !important;
}

.txt_lemon {
  color: #FFFF00;
}

.txt_yellow {
  color: #ffc200;
}

.txt_orange {
  color: #FF8B2C;
}

/*bg*/
.bg_white {
  background: #fff !important;
}

.bg_aqua {
  background: #e8f9fe;
}

.bg_pink {
  background: #ffe8e8;
}

.bg_blue {
  background: #002896;
}

/*title*/
h2.title,
h4.title,
h5.title,
h6.title {
  /* padding: 60px 0 20px; */
  font-size: 40px;
  letter-spacing: 3px;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

/*link*/
.rl-moduleWrap a {
  color: #26A4FF;
}

a:link {
  text-decoration: none !important;
}

/*cpnLink*/
.cpnLink {
  width: 100%;
  height: auto;
  font-size: 18px;
}

.cpnLink .sub {
  border: 1px solid #fff;
  padding: 5px 10px;
}

.cpnLink .point img {
  margin-top: -6px;
  padding: 0 5px;
}

.cpnLink .link a {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 50px;
}

.cpnLink .link a img {
  transform: rotate(90deg);
}

/*mv*/
.mv {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_pc/img/20220601/mv_bg.svg") repeat-x;
  animation: scroll-anim 25s linear infinite;
  animation-fill-mode: both;
}

@keyframes scroll-anim {
  100% {
    background-position: -2500px 0;
  }
}

/*memberBtn*/

.memberBtn {
  max-width: 960px;
  margin: 0 auto;
}

.memberBtn p {
  /* width: 560px; */
  height: auto;
}

.memberBtn p.member_txt {
  font-size: 20px;
}

.memberBtn p a,
.memberBtn p button,
.memberBtn div button {
  display: block;
  width: 480px;
  font-size: 20px;
  border-radius: 50px;
  padding: 16px 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  cursor: pointer;
  margin: 0 auto;
}

.memberBtn p a.login {
  display: inline;
  box-shadow: none;
  font-size: 14px;
}

.noMember a.btn {
  border: 5px #bf0000 solid;

}

.noMember button {
  border: 5px #bf0000 solid;
  height: 75px;
}

.Member a {
  border: 5px #002896 solid;
}

.memberBtn p a.login {
  display: inline;
}

/*nav*/
.nav {
  width: 100%;
  height: auto;
  padding: 3px 0;
  border-bottom: 3px solid #002896;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 9999;
}

.nav ul {
  display: flex;
  border-left: 1px solid #ccc;
}

.nav ul li {
  border-right: 1px solid #ccc;
}

.nav ul li a {
  display: table-cell;
  width: 320px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 2px;
}

.nav.show {
  top: 0;
}

/*desc*/
.desc {
  border-radius: 15px;
  border: 5px #333 solid;
  padding: 0 0 50px;
  position: relative;
}

.desc::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 55px;
  border-color: transparent transparent #002896 transparent;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.desc ul {
  display: flex;
  justify-content: space-between;
}

.desc-merit ul {
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 32px;
}

.desc-merit ul li {
  width: 205px;
  padding: 10px 10px 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.merit-txt h3.title {
  font-size: 17px;
}

.merit-txt h3.title a img {
  margin: 5px 0 5px 5px;
}

.desc-regStep ul {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.desc-regStep ul::before {
  content: "";
  width: 570px;
  height: 5px;
  background-color: #002896;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.desc-regStep ul li {
  width: 280px;
  position: relative;
}

.desc-regStep h3.title span.number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 3;
}

.desc-regStep h3.title span.text {
  display: inline-block;
  width: 225px;
  padding: 10px 0;
  margin: 50px 0 20px;
  border-radius: 8px;
  background: #5CA6FF;
  font-size: 18px;
}

.desc-regStep p img {
  width: 280px;
}

/*mainCon*/
.mainCon {
  border-radius: 15px;
  border: 5px #002896 solid;
  padding: 0 0 50px;
  position: relative;
}

.mainCon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.pointCpn figure {
  width: 900px;
  margin: 0 auto;
}

.pointCpn figure img {
  border-radius: 10px;
}

.pointCpn small.caution {
  display: block;
  width: 900px;
  font-size: 13px;
}

.pointCpn strong.period {
  display: block;
  font-size: 18px;
}

.pointCpn dl.date {
  display: flex;
  width: 900px;
  height: auto;
  font-size: 16px;
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pointCpn dl.date dt {
  width: 20%;
  height: auto;
  padding: 6% 5px;
  border-right: 1px solid #ccc;
  font-weight: bold;
}

.pointCpn dl.date dd {
  width: 80%;
  height: auto;
}

.pointCpn dl.date dd p {
  padding: 5px;
}

/*announce*/
.announce {
  width: 100%;
  height: auto;
}

.announce .date-slide {
  display: block;
}

.announce-txt {
  position: relative;
  width: 875px;
  height: auto;
  margin: 0 auto;
  padding: 5px 30px 5px 5px;
  font-size: 20px;
  cursor: pointer;
}

.announce-txt::after {
  content: ">";
  width: 15px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.dateopen.show::after {
  top: 6px;
  right: 6px;
  transform: rotate(90deg);
}

.entryArea {
  width: 570px !important;
  margin: 0 auto;
}

.entryArea small.caution {
  width: 570px !important;
}

/* [layout='pc'] .rcEntryButton-button {
  width: 570px !important;
} */

.entryArea ul {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: 0 auto;
}

.stepArea {
  background: #FFF5AC;
  position: relative;
}

.stepArea::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.stepArea::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #FFF5AC transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.stepArea h3.title {
  padding: 30px 0 20px;
  font-size: 40px;
  letter-spacing: 3px;
}

/*appArea*/
.appArea {
  background: #FF8B00;
  position: relative;
}

.appArea::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.appArea::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #FF8B00 transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.appArea h3.title {
  padding: 30px 0 20px;
  font-size: 30px;
  letter-spacing: 3px;
}

.appArea h3.title span {
  display: inline-block;
}

.appArea h3.title span.num {
  font-size: 40px;
}

.appArea h3.title span img {
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-top: -8px;
}

.appArea_con {
  display: flex;
  width: 100%;
  height: auto;
}

.appArea_btn {
  display: flex;
  width: 50%;
  height: auto;
  justify-content: center;
  align-items: center;
}

.appArea_btn li {
  width: 40%;
  height: auto;
}

.appArea_desc {
  width: 50%;
  height: auto;
  font-size: 15px;
  line-height: 1.6;
}

.appArea_btn li p.qr img {
  width: 60%;
  height: auto;
  padding: 10px;
  background-color: #fff;
}

.appArea_btn li p.gps img {
  width: 122px;
  height: auto;
}

.appArea_btn li p.aps img {
  width: auto;
  height: 58px;
  margin-top: 7px;
}

.appArea_desc figure img {
  width: 70%;
  height: auto;
}

/*itemSearch*/
.itemSearch h3.title {
  padding: 30px 0 20px;
  font-size: 40px;
  letter-spacing: 3px;
}

.itemSearch ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.itemSearch ul li {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.itemSearch ul li a {
  display: block;
  width: 205px;
  height: 240px;
  padding: 10px 10px 15px;
  border-radius: 5px;
  position: relative;
}

.itemSearch ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #e8f9fe transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.keywordCon-text {
  font-size: 18px;
}

.keywordCon-text span {
  display: inline-block;
}

.keywordCon-text span img {
  margin: 3px 5px 0 0;
  width: 20px;
}

.keywordCon-text span {
  display: inline-block;
}

.itemSearchBtn a {
  display: block;
  width: 80%;
  width: 480px;
  padding: 16px;
  border-radius: 50px;
  font-size: 20px;
  border: 4px #bf0000 solid;
  margin: 0 auto;
}

/*ichibaCpn otherCpn*/
.ichibaCpn p img,
.otherCpn p img {
  width: 900px;
  height: auto;
}

/*subCon*/
.subCon {
  border-radius: 15px;
  border: 5px #333 solid;
  padding: 0;
}

.carPointList {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}

.carPointList li {
  width: 285px;
  margin-right: 20px;
}

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

.carPointLink {
  display: block;
  border: solid 2px #bf0000 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.carPointLink:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #bf0000 transparent;
}

.carPointTtl {
  font-size: 18px;
}

.carPointPresent {
  display: table-cell;
  width: 285px;
  height: 90px;
  vertical-align: middle;
  font-size: 20px;
  background: #bf0000;
  letter-spacing: 1px;
}


.carPointPresent span.point {
  font-size: 30px;
}

span.point {
  font-size: 30px;
}

.carPointDesc {
  height: 100px;
}

.carPointLinkTxt {
  font-size: 16px;
}

.carPointLinkTxt::before {
  content: '';
  display: block;
  width: 91%;
  height: 0;
  padding-top: 2.5px;
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_pc/img/20200710/pointcampaign_bdr.png") repeat-x;
  -webkit-background-size: 12px 2.5px;
  background-size: 12px 2.5px;
  margin-left: 14px;
}

.carPointLinkTxt span {
  display: inline-block;
  padding: 10px 0;
}

.carPointSection {
  width: 100%;
  height: 300px;
}

.carPointSection.shaken {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/202206/carPoint_shaken_bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: right center;
}

.carPointSection.carwash {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/202206/carPoint_carwash_bg.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}

.carPointSection.auction {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/202206/carPoint_auction_bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
}

.carPointSection.carsales {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/202206/carPoint_carsales_bg.jpg") no-repeat;
  background-size: 120% auto;
  background-position: left center;
}

.carPointSection.repair {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/202303/carPoint_repair_bg.jpg") no-repeat;
  background-size: 120% auto;
  background-position: left center;
}

.carPointSection.newcar {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/20230901/carPoint_newcar_bg.jpg") no-repeat;
  background-size: 80% auto;
  background-position: right center;
}

.carPointSection.tireservice {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/20231101/carPoint_tireservice_bg.jpg") no-repeat;
  background-size: 88% auto;
  background-position: 170% 70%;
}

.carPointSection_inner {
  height: 300px;
  padding: 20px;
  position: relative;
}

.carPointSection_inner.shaken {
  background: linear-gradient(to right, rgba(243, 152, 0, 1), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.carPointSection_inner.carwash {
  background: linear-gradient(to right, rgba(92, 166, 255, 1), rgba(188, 218, 255, .7), rgba(255, 255, 255, 0));
}

.carPointSection_inner.auction {
  background: linear-gradient(to right, rgba(204, 204, 204, 1), rgba(255, 255, 255, 0));
}

.carPointSection_inner.carsales {
  background: linear-gradient(to right, rgba(255, 97, 97, 1), rgba(255, 180, 180, .5), rgba(255, 255, 255, 0));
}

.carPointSection_inner.repair {
  background: linear-gradient(to right, rgba(0, 200, 188, 1), rgba(255, 255, 255, 0));
}

.carPointSection_inner.newcar {
  background: linear-gradient(to right, rgba(84, 202, 255, 1)20%, rgba(255, 255, 255, 0)90%);
}

.carPointSection_inner.tireservice {
  background: linear-gradient(to right, rgba(0, 73, 181, 1)20%, rgba(255, 255, 255, 0)74%);
}

.carPointSectionTtl {
  display: inline-block;
  background: #bf0000;
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 2px;
}

.entry_require {
  display: inline-block;
  background: #fff;
  padding: 4px 9px;
  font-size: 18px;
  letter-spacing: 1px;
  border: solid 2px #bf0000;
  color: #bf0000;
  font-weight: 900;
  margin-left: 10px;
}

.carPointSectionPoint {
  font-size: 40px;
  text-shadow: 0 1px 5px rgba(102, 102, 102, .8);
  letter-spacing: 5px;
}

.carPointSectionPoint span {
  display: inline-block;
}

.pointIns img {
  margin-left: -10px;
}

.pointIns .all {
  width: 50px;
  font-size: 35px;
  line-height: 1.2;
}

.pointTxt.two-line {
  line-height: 1.1;
}

.pointTxt span {
  letter-spacing: 0;
}

.carPointSection small.cautionTxt {
  padding: 5px 8px;
  font-size: 14px;
}

.carPointSection small.cautionTxt.repair {
  display: block;
  width: 50%;
}

.carPointSection small.cautionTxt.newcar {
  display: block;
  width: 49%;
  margin-top: 11px;
}

.carPointSectionLinkArea {
  width: 300px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.carPointSectionLink {
  display: inline-block;
  width: 300px;
  padding: 4px 0;
  font-size: 18px;
  border-radius: 50px;
}

.carPointSectionLink.shaken {
  border: 2px solid #FF8B2C;
  border-bottom: 6px solid #FF8B2C;
}

.carPointSectionLink.shaken:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: 2px solid #FF8B2C;
}

.carPointSectionLink.carwash {
  border: 2px solid #5CA6FF;
  border-bottom: 6px solid #5CA6FF;
}

.carPointSectionLink.carwash:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: 2px solid #5CA6FF;
}

.carPointSectionLink.auction {
  border: 2px solid #ccc;
  border-bottom: 6px solid #ccc;
}

.carPointSectionLink.auction:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: 2px solid #ccc;
}

.carPointSectionLink.carsales {
  border: 2px solid #FF6161;
  border-bottom: 6px solid #FF6161;
}

.carPointSectionLink.carsales:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: 2px solid #FF6161;
}

.carPointSectionLink.repair {
  border: 2px solid #00C8BC;
  border-bottom: 6px solid #00C8BC;
}

.carPointSectionLink.repair:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: 2px solid #00C8BC;
}

.carPointSectionLink.newcar {
  border: 2px solid #54CAFF;
  border-bottom: 6px solid #54CAFF;
}

.carPointSectionLink.newcar:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: 2px solid #54CAFF;
}

.carPointSectionLink.tireservice {
  border: 2px solid #0049B5;
  border-bottom: 6px solid #0049B5;
}

.carPointSectionLink.tireservice:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: 2px solid #0049B5;
}

/*mycarHoken*/
.mycarHoken section {
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/_cmn/img/202206/mycarHoken_mv_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 10px;
}

.mycarHoken section p a {
  display: block;
  width: 562px;
  padding: 15px;
  border-radius: 50px;
  font-size: 30px;
  border: 4px #bf0000 solid;
  margin: 0 auto;
}

/* more */
#more {
  padding: 16px;
}

#more>ul>li+li {
  margin-top: 37px;
}

#more li[data-is-active="false"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#more li.isAnimation {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#more button {
  font-size: 30px;
  background: none;
  border: 0;
  cursor: pointer;
}

/*shopList*/
.shoplistListArea {
  display: flex;
  /* justify-content: space-between;*/
  flex-wrap: wrap;
  height: 400px;
  overflow-y: scroll;
}

.shoplistListArea li {
  width: 25%;
}

/* footerList
.footerList {
  position: relative;
  padding: 25px 0 30px;
}

.footerList:before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  margin: 0 -500%;
  padding: 0 500%;
  background: #ebebeb;
}

.footerList .footerListWrap {
  letter-spacing: -.5em;
  text-align: center;
}

.footerList .footerListWrap .Lv1Menu {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 300px;
}

.footerList .footerListWrap .Lv1Menu+.Lv1Menu {
  margin-left: 20px;
}

.footerList .footerListWrap .Lv1Menu p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 4px;
  border-bottom: 1px solid #d5d6d6;
  margin-bottom: 6px;
}

.footerList .footerListWrap .Lv1Menu .Lv2List {
  line-height: 2.38;
  text-align: left;
}

.footerList .footerListWrap .Lv1Menu .Lv2List li a {
  color: #333 !important;
}
 */


/*
[fixedbtn]
--------------------------------------------*/
#fixedbtn {
  position: fixed;
  bottom: -100px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  height: 95px;
  /* padding: 8px 0 15px; */
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  opacity: 1\9;
  background-color: rgba(0, 40, 150, 0.9);
  text-align: center;
}

#fixedbtn.show {
  bottom: 0px;
  opacity: 1;
}

#fixedbtn.none {
  bottom: -100px;
  opacity: 0;
  opacity: 1\9;
}

.mycar_flt {
  padding: 0 !important;
}

.mycar_flt h6.title {
  font-size: 16px;
  padding: 0;
}

.mycar_flt .sub {
  padding: 3px 8px;
  font-size: 14px;
}

.mycar_flt .point img {
  width: 18px;
  height: auto;
  padding: 0 5px 0 2px;
  margin-top: -4px;
}

.mycar_flt ul {
  display: flex;
  justify-content: space-between;
}

.mycar_flt ul li a {
  display: inline-block;
  width: 450px;
  border: 2px #bf0000 solid;
  padding: 3px 10px;
  border-radius: 50px;
}

.mycar_flt small {
  letter-spacing: 1px;
}

.rc-toTop {
  bottom: 125px !important;
}

.floatBtn {
  position: fixed;
  bottom: 30px;
  right: 24px;
  z-index: 99999;
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.floatBtn img {
  width: 100%;
  height: auto;
}

.floatBtn.show {
  transform: rotate(45deg);
}

.floatBtn.none {
  transform: rotate(0deg);
}

/*mydatalite form*/
.mydata-lite-status.mydata-lite-authorized .memberReg>.noMember.js-auto-parameter.rp-autoParameter--initialized {
  display: none;
}

.mydata-lite-status.mydata-lite-authorized .memberReg>.noMember.addbtn {
  display: block !important;
}

#widget {
  margin: 0 auto;
}