* {
  word-break: break-all;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

body {
  position: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

::placeholder-shown, {
    font-size: 14px;
    color: #b2b2b2; }
::-webkit-input-placeholder {
  font-size: 14px;
  color: #b2b2b2; }
::-moz-placeholder {
  font-size: 14px;
  color: #b2b2b2; 
  opacity: 1; }
:-moz-placeholder {
  font-size: 14px;
  color: #b2b2b2; 
  opacity: 1; }
:-ms-input-placeholder {
  font-size: 14px;
  color: #b2b2b2; }

a {
  color: #919191;
  text-decoration: underline;
}

p {
  color: #202020;
}

input[type="checkbox"] {
  border: 1px solid #b4b4b4;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 2px;
  font-family: Ratchicons;
  position: relative;
}
input[type="checkbox"]:checked {
  background-color: #000000;
  border: 1px solid #000000;
}
input[type="checkbox"]:checked::before {
  content: '\e810';
  color: #ffffff;
  position: absolute;
  left: -2px;
  top: -2px;
}

input[type="radio"] {
  border: 1px solid #b4b4b4;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 15px;
  font-family: Ratchicons;
  position: relative;
  top: 2px;
}
input[type="radio"]:checked {
  background-color: #000000;
  border: 1px solid #000000;
}
input[type="radio"]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.content > .table-view:first-child {
  margin-top: 0;
}

.applogo { 
  width: 115px;
}

img.applogo  { 
  vertical-align: middle;
}

.sp {
  display: block;
}
.pc {
  display: none;
}

.drawer-toggle.pc {
  display: none!important;
}
.drawer-toggle.pull-right img {
  width: 18px;
}
.bar .icon.sidemenu {
  padding: 0;
} 

.segmented-control .control-item-form {
  display: table-cell;
  width: 1%;
  padding-top: 6px;
  padding-bottom: 7px;
  overflow: hidden;
  line-height: 1;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 1px solid #ccc;
}
.segmented-control .control-item-form:first-child {
  border-left-width: 0;
}
.segmented-control .control-item-form:active {
  background-color: #eee;
}
.segmented-control .control-item-form.active {
  background-color: #ccc;
}

.segmented-control-primary {
  border-color: #428bca;
}
.segmented-control-primary .control-item-form {
  color: #428bca;
  border-color: inherit;
}
.segmented-control-primary .control-item-form:active {
  background-color: #cde1f1;
}
.segmented-control-primary .control-item-form.active {
  color: #fff;
  background-color: #428bca;
}

.segmented-control-positive {
  border-color: #5cb85c;
}
.segmented-control-positive .control-item-form {
  color: #5cb85c;
  border-color: inherit;
}
.segmented-control-positive .control-item-form:active {
  background-color: #d8eed8;
}
.segmented-control-positive .control-item-form.active {
  color: #fff;
  background-color: #5cb85c;
}

.segmented-control-negative {
  border-color: #d9534f;
}
.segmented-control-negative .control-item-form {
  color: #d9534f;
  border-color: inherit;
}
.segmented-control-negative .control-item-form:active {
  background-color: #f9e2e2;
}
.segmented-control-negative .control-item-form.active {
  color: #fff;
  background-color: #d9534f;
}


.bar-tab button {
  width: 100%;
  height: 100%;
  margin-top: 8px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
}
form.home button.home {
  background-image: url(../images/common/tabbar-home-inactive.png);
  background-size: 30px 32px;
}
form.home button.home.top-active {
  background-image: url(../images/common/tabbar-home-active.png);
}
form.member button.member {
  background-image: url(../images/common/tabbar-member-inactive.png);
  background-size: 63px 36px;
}
form.member button.member.member-active {
  background-image: url(../images/common/tabbar-member-active.png);
}
form.point button.point {
  background-image: url(../images/common/tabbar-point-inactive.png);
  background-size: 54px 39px;
}
form.point button.point.point-active {
  background-image: url(../images/common/tabbar-point-active.png);
}
form.contents button.contents {
  background-image: url(../images/common/tabbar-contents-inactive.png);
  background-size: 54px 35px;
}
form.contents button.contents.contents-active {
  background-image: url(../images/common/tabbar-contents-active.png);
}

.ellipsis {
	height: 80px;
	line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container {
  width: 100%;
}

.container.padding {
  padding: 30px;
}

.bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: inherit;
}

.bar.bar-nav {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cacaca;
  position: fixed;
}

.bar.bar-tab {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #cacaca;
}

.segmented-control {
  border: none;
}
.bar.segmented-tab-bar {
  padding: 0;
  border-bottom: 1px solid #cacaca;
}
.bar.segmented-tab-bar .segmented-control {
  top: 0;
  height: 44px;
}
.bar.segmented-tab-bar .segmented-control a, .bar.segmented-tab-bar .segmented-control span {
  line-height: 44px;
  padding: 0;
  color: #bbbbbb;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.segmented-control .control-item, .segmented-control .control-item-form { 
  border: none;
}

.segmented-control a.control-item.active, .segmented-control a.control-item-form.active, 
.segmented-control span.control-item.active, .segmented-control span.control-item-form.active, 
.segmented-control form.control-item.active, .segmented-control form.control-item-form.active  {
  background: none;
  color: #202020;
  border-bottom: 2px solid #202020;
  line-height: 40px;
}
form.control-item button, form.control-item-form button {
  font-size: 12px;
}

.bar.segmented-tab-bar .segmented-control form {
  padding: 0;
  color: #bbbbbb;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.content {
  background-color: #ffffff;
  position: inherit;
}

.side-menu {
  float: right;
}

a.icon {
  color: #000000;
}

.button {
  margin: 15px;
  background-color: #000000;
  text-align: center;
}
.button.secondary {
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
}
.button.flat {
  background-color: transparent;
}
.button.login {
  margin: 0 auto;
  width: 80px
}

.button.secondary button {
  color: #747474;
  font-weight: normal;
}
.button.flat button {
  color: #919191;
  font-size: 12px;
  text-decoration: underline;
  padding: 20px;
}

.button.secondary.temp-register {
  margin-top: 10px;
}

.keyvisual {
  position: relative;
  cursor: pointer;
}
.keyvisual img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-menu {
  background-color: #000000;
  border-top: 1px solid #ffffff;
  height: 75px;
  z-index: 2;
  position: relative;
}

.top-menu ul li {
  width: 33.3333333333%;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  text-align: center;
  float: left;
}

.top-menu ul li:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.top-menu ul li img {
  height: 35px;
  vertical-align: middle;
}

.contents ul.container form {
  width: 50%;
  float: left;
  border-bottom: 1px solid #cacaca;
  padding: 15px;
}

.contents ul.container form:nth-child(odd) {
  border-right: 1px solid #cacaca;
}

.container > .reservation , .container > .availability{
  position: relative;
} 

.site , .free{
  position: absolute;
  background :#333;
  box-shadow:0px 0px 8px 1px rgba(0,0,0,0.5);
}

.reservation .site li , .availability .free li {
  width: 100%;
  border-bottom: 1.0px solid #414141;
  border-left: 0!important;
  border-right: 0!important;
}

.reservation .site a  , .availability .free a {
  color: #fff;
  font-size: 14px;
  text-decoration: none
}

.image-wrapper {
  overflow: hidden;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contents p.content-title {
  margin: 0;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  height: 3.0em;
  margin-bottom: 10px;
}

.contents span {
  font-size: 11px;
  color: #8d8d8d;
}

.container.point {
  position: absolute;
  height: 100%
}

.member-image {
  position: relative;
}
.member-image img {
  width: 100%;
  margin-top: -1px;
}

.member-image .point-gage {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 999;
  background-color: #7a7a7a;
  width: 100%;
  height: 8px;
  opacity: 0.4;
}

.point-gage-heading {
  position: absolute;
  bottom: 40px;
  font-family: "futura-pt", sans-serif;
  width: 100%;
}
.point-gage-heading p {
  font-size: 9px;
  color: #000000;
}
.point-gage-heading .left {
  position: absolute;
  top: 0;
  left: 8px;
}
.point-gage-heading .right {
  top: 0;
  position: absolute;
  right: 8px;
}
.point-gage-heading .center {
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.point-gage hr {
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 8px solid #000000;
  text-align: left;
}
.point-gage .triangle-wrapper {
  position: relative;
  width: 100%;
  height: 8px;
  top: -8px;
  left: -5px;
}
.point-gage .triangle-wrapper .triangle {
  position: absolute;
  top: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  margin-right: 8px;
}

.member-id {
  background-color: #252525;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 10px;
}

.point-barcode .container .point {
  background-color: #ffffff;
  text-align: right;
  border-bottom: 1px solid #cacaca;
  padding: 28px;
  padding-right: 23px;
  padding-bottom: 5px;
}

.point-barcode .container .point div {
  display: inline-block;
}

.point-barcode .container .point div p {
  width: 37px;
  height: 48px;
  background-color: #eeeeee;
  float: left;
  font-size: 40px;
  font-family: "futura-pt", sans-serif;
  color: #000000;
  text-align: center;
  line-height: 48px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.point-barcode .container .point div p.pt {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.point-barcode .container .point .expire {
  font-size: 12px;
  padding-right: 5px;
}

.point-barcode .container .point .expire span {
  font-weight: bold;
  color: #be2828;
}

.point-barcode .container .barcode {
}

#barcode-image {
  margin: 28px auto;
  margin-bottom: 20px;
}

.sideframe-box {
  text-align: center;
  border: 1px solid #aeaeae;
  padding: 0 6px;
  margin: 0 auto;
}

.sideframe-box.temp-member {
  margin: 42px 15px;
}

.sideframe-box .inner-box {
  background-color: #ffffff;
  margin-top: -2px;
  position: relative;
  top: 1px;
}

.sideframe-box .inner-box.temp-member {
  padding: 56px 0;
}

.sideframe-box .inner-box.temp-member h3, .sideframe-box .inner-box.temp-member p {
  margin: 0 auto;
  width: 75%;
  font-size: 14px;
  color: #be2828;
  margin-bottom: 30px;
}
.sideframe-box .inner-box.temp-member p {
  color: #202020;
  font-size: 12px;
  margin-bottom: 0;
}

.button.temp-member {
  padding: 25px;
  margin: 0 15px;
  margin-bottom: 15px;
}

.point-history {
  padding-top: 44px;
}

.point-barcode.history {
  border-top: 1px solid #cacaca;
  margin-top: 20px;
}

body.point, body.terms, body.login, body.logout, body.member_register, body.member_info, body.faq, body.contact, body.contents, body.other_info, body.agreement, body.register, body.memberinfo, body.error  {
  background-color: #f6f6f6;
}
.content.point, .content.terms, .content.login, .content.logout, .content.member_register, .content.member_info, .content.faq, .content.contact, .content.contents, .content.other_info, .content.agreement, .content.register, .content.memberinfo {
  background-color: #f6f6f6;
}

body.error .error-text  {
  color: #e35038;
  font-weight: bold;
}

body.contact.index, body.point.index {
  position: relative;
}

.content.contact.index, .content.point.index {
  position: relative;
  overflow: initial;
  padding-bottom: 160px;
}

.content.contents.detail  {
  background-color: #ffffff;
}

.table-view.point-history {
  padding-top: 0;
}

.table-view.full-width-divider .table-view-cell {
  background: none;
  border-bottom: 1.0px solid #cacaca;
  margin-bottom: 1px;
}

.table-view .table-view-cell {
  display: table;
  width: 100%;
  background-color: #ffffff;
}
.table-view .table-view-cell .cell {
  display: table-cell;
  vertical-align: middle;
  margin-right: 24px;
}

.table-view.point-history .table-view-cell div.date {
  padding-right: 24px;
}
.table-view.point-history .table-view-cell div.date, .table-view.point-history .table-view-cell div p.point-name {
  font-size: 12px;
  color: #6e6e6e;
}

.table-view.point-history .table-view-cell div p.trade-point {
  font-size: 14px;
  color: #202020;
}

.table-view .table-view-cell {
  padding: 15px;
}

.table-view .table-view-cell:last-child {
  border-bottom: 0;
}

.exchange-body {
  padding: 0 15px;
}

.item.image-wrapper {
  width: 90px;
  height: 90px;
}

.exchange-header {
  width: 10%;
}

.exchange-body .name, .exchange-body .point {
  width: 80%;
  height: 3.0em;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.exchange-body .point {
  height: auto;
  margin-bottom: 0;
}
.exchange-body .point span {
  font-weight: normal;
}

.exchange-body .category {
  font-size: 11px;
}

.exchange-footer {
  position: relative;
  width: 10%;
  color: #000000;
}
.exchange-footer span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.table-view-cell .container a {
  display: block;
}

.exchange-body.detail {
  padding: 0;
  position: relative;
}

.exchange-body.detail p {
  display: inline-block;
}

.exchange-body.detail .point {
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #c6c6c6;
}

.exchange-body.detail .category {
  width: auto;
  padding-left: 20px;
}

.top .gradient-box {
  z-index: 3;
}

.gradient-box {
  position: relative;
  background: #303030; /* Old browsers */
  background: -moz-linear-gradient(top, #303030 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.item-detail.image-wrapper {
  width: 100%;
  height: 216px;
  padding: 0;
  margin: 0 auto;
}

.point-history.item_detail {
  padding-top: 0;
  margin-bottom: 20px;
}

.table-view .table-view-divider {
  background-image: none;
  background-color: #f6f6f6;
  padding: 20px 15px 5px 15px;
  color: #919191;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #cacaca;
}

select {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

select.amount {
  width: 30%;
}

.icon-down-nav.with-dropdown {
  font-size: 14px;
  position: relative;
  left: -30px;
}

.exchange-body.article {
  font-size: 13px;
  color: #393939;
}

.table-view.confirm, .table-view.unregister {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.complete-notify {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -39px;
}

.complete-notify h3 {
  font-size: 18px;
}

.etc-content {
  padding: 25px;
  font-size: 14px;
  color: #202020;
}
.etc-content .main-text { 
  padding: 0;
  margin-bottom: 15px;
}

.etc-content.agreement {
  padding-bottom: 220px;
}

.terms-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
}

.terms-footer .container {
  text-align: center;
}

.family-agree-footer{
  width: 100%;
  position:fixed;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
  padding-bottom: 51px;
}

.family-agree-footer .container {
  text-align: center;
}

.terms {
  display: inline-block;
  text-align: left;
}

.terms p {
  margin-bottom: 15px;
}
.terms p:last-child {
  margin-bottom: 5px;
}

nav.other_info.terms {
  display: table;
}

.button.terms {
  margin-bottom: 0;
}

input[type="checkbox"] + label {
  font-size: 12px;
  color: #202020;
  padding-left: 6px;
}

.row {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.row .label {
  padding-right: 10px;
  position: relative;
  text-align: right;
}
.row .label span {
  color: #6e6e6e;
  font-size: 11px;
  line-height: 100%;
}

.row .input {
  margin-bottom: 0;
}

.row .input input {
  margin-bottom: 0;
}

.row.save-login-state {
  text-align: center;
  margin: 20px auto!important;
}

.row.login .label {
  width: 35%;
}
.row.login .input {
  width: 65%;
}
.row.forgot-password .label {
  width: 35%;
}
.row.forgot-password .input {
  width: 65%;
}


.sideframe-box.no-register, .sideframe-box.register {
  margin: 0 auto;
  width: 100%;
}

.sideframe-box .inner-box.no-register, .sideframe-box .inner-box.register {
  padding: 18px 0;
}

.sideframe-box .inner-box.no-register h3, .sideframe-box .inner-box.register h3 {
  margin: 0 auto;
  width: 75%;
  font-size: 11px;
  color: #be2828;
  line-height: 1.5em;
}
.sideframe-box .inner-box.register h3 {
  color: #202020;
}


.box.notify {
  height: 100%;
  position: relative;
  border-bottom: 0!important;
}

.box.notify .button {
  width: 100%;
  margin: 0;
}

.table-view.notify {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.container.notify {
  position: relative;
  height: 100%;
  padding-top: 20px;
}

.button.notify {
  position: absolute;
  bottom: 51px;
  margin: 0;
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px;
  border-top: 1px solid #cacaca;
}

.button.notify button {
  background-color: #000000;
}

.row.form {
  margin-bottom: 10px!important;
}

select.year, select.month, select.day {
  margin-bottom: 0;
}

li.forgot-password p {
  margin: 15px auto;
}

.required {
  color: #e35038;
  padding-left: 1.0em;
}

.table-view.first.no-devider {
  margin-top: 15px;
}

.row.register.second {
  margin-bottom: 0;
}

.required.with-membership {
  padding: 0;
  font-size: 10px;
  font-weight: bold;
}

.card-image {
  width:348px;
  margin: 30px auto;
}

.table-view-divider label {
  color: #919191!important;
  font-size: 11px!important;
}

.required.second-line {
  padding-left: 0;
}

.table-view {
  background: none;
  background-color: #ffffff;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1px;
}

.table-view.no-divider.last {
  margin-bottom: 15px;
}


.table-view.no-divider .table-view-cell {
  background: none;
  padding-bottom: 0;
  background-color: #ffffff;
}

.table-view.no-divider .table-view-cell .flex-form {
  display: flex;
  margin-bottom: 0;
}

.table-view.no-divider .table-view-cell .flex-form div {
  display: block;
  padding-bottom: 15px;
}

.table-view.no-divider .table-view-cell .flex-form div.label {
  text-align: left;
  justify-content: flex-start;
  min-width: 110px;  
}
.table-view.no-divider .table-view-cell .flex-form div.item {
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  color: #202020;
}

.table-view.no-divider .table-view-cell:last-child .container .flex-form .item {
  border-bottom: 0;
}
.refer-basic-info{
  padding-top:44px;
}
.small-button {
  margin: 0;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.small-button button {
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  padding: 2px;
  width: 70px;
}

.table-view.unregister p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.table-view.unregister .heading {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.table-view.unregister .blank {
  margin-left: 20px;
}
.table-view.unregister .dot {
  margin-left: 20px;
  margin-right: 5px;
}
.table-view.unregister .second-line {
  font-size: 13px!important;
  padding-left: 0;
}

.table-view-cell.unregister {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}

.button.disabled {
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
}

.button.disabled button {
  color: #737373;
  font-weight: normal;
}

nav.category-navigation {
  height: 44px;
  border-top: 1px solid #cacaca;
  line-height: 44px;
  background-color: #ffffff;
  margin-top: -1px;
}
nav.category-navigation a {
  margin-right: 40px;
  font-size: 12px;
  color: #c7c7c7;
  text-decoration: none;
  text-align: center;
  height: 42px;
  position: relative;
  top: -1px;
  cursor: pointer;
}

nav.category-navigation .slick-current a {
  color: #202020;
  font-weight: bold;
  border-bottom: 2px solid #202020;
  position: relative;
  top: -1px;
}

ul.contents form {
  background-color: #ffffff;
  height: 205px;
}

ul.contents button {
  text-align: left;
}

.contents-wrapper {
  background-color: #ffffff;
}

.contents-wrapper {
  background-image: url('../images/common/contents-bg.png');
  background-repeat: repeat;
}
.contents-wrapper.display-type-1 {
  background-image: none;
  border-bottom: 1px solid #cacaca;
}

.content.image-wrapper {
  width: 100%;
  height: 90px;
  margin-bottom: 15px;
}

.contents-wrapper.display-type-1 form {
  height: auto;
  border: none!important;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .65);
  box-shadow:0px 0px 0px 1px #cacaca;
  
}
.contents-wrapper.display-type-1 .content.image-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.contents-wrapper.display-type-1 .content.image-wrapper img {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
}

.contents-wrapper.display-type-1 .contents p.content-title {
  height: auto;
}

.contents-wrapper.display-type-1 .ellipsis:before {
    content: none;
    bottom: 0;
    right: 0;
}


.category-banner {
  background-color: #f6f6f6;
  border-bottom: 1px solid #cacaca;
  padding: 15px 0;
}
.category-banner .image-wrapper {
  width: 90%;
  max-width: 345px;
  height: 77px;
  margin: 0 auto;
}

.content-logo {
  max-width: calc(100% - 88px);
  height: 18px;
  margin: 13px auto;
  vertical-align: middle;
}

.content-title.detail {
  text-align: center;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
  padding: 30px;
}

p.detail {
  text-align: center;
  margin-bottom: 0;
}

.detail img {
  max-width: 100%;
  margin: 0 auto;
}

.lead-sentence {
  font-size: 11px;
  text-align: center;
  padding: 30px;
  margin-bottom: 0;
  color: #707070;
  font-weight: normal;
  line-height: 150%;
}

.main-text {
  font-size: 14px;
  text-align: left;
  color: #393939;
  font-weight: normal;
  padding: 0 15px 15px 15px;
}

.main-text a {
  color: #008cdd;
}

.category input {
  float: right;
}

.table-view.no-divider #insortable .table-view-cell:last-child .container .flex-form .item {
    border-bottom: 1px solid #cacaca;
}

.drawer-overlay {
  z-index: 998;
}

.drawer--right .drawer-nav {
  right: -18rem;
}
.drawer-nav {
  width: 18rem;
  z-index: 999;
  background-color: rgba(21,21,21, 0.95);
  padding-top: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-open .drawer-nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
  box-shadow: 0 0 10px rgba(0, 0, 0, .65);

}

.drawer-nav ul li, .drawer-nav button, .drawer-nav .member-id {
  font-size: 14px;
  color: #cecece;
  padding: 0;
}

.drawer-nav ul li, .drawer-nav .member-id {
  padding: 15px;
  padding-left: 20px;
}

.drawer-nav ul li.logout {
  border-top: 1px solid #585858;
  border-bottom: 1px solid #585858;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.drawer-nav .member-id {
  position: absolute;
  bottom: 0px;
  background: none;
  font-size: 11px;
}

.table-view.faq {
  margin-top: 0!important;
  margin-bottom: 70px;
}

.table-view-cell.form {
  padding: 0;
}

.table-view-cell.form button, .table-view-cell.form .label {
  padding: 15px;
  text-align: left;
  font-size: 14px;
  color: #202020;
  white-space: normal;
  margin-right: 0;
}

.table-view-cell.form .foot-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding-right: 15px;
}

.table-view-cell.form .head-icon {
  padding: 15px;
  padding-right: 0;
  min-width: 35px;
}

.table-view.second {
  margin-top: 20px;
}

.answer-state-0:after {
  content: '回答待ち';
  font-size: 11px;
  font-weight: bold;
  color: #d97878;
  border: 2px solid #d97878;
  padding: 2px;
  border-radius: 4px;
}
.answer-state-1:before {
  content: '回答済み';
  font-size: 11px;
  font-weight: bold;
  color: #4ea5dd;
  border: 2px solid #4ea5dd;
  padding: 2px;
  border-radius: 4px;
}

.contact-sub-info {
  padding: 0 18px;
}

.contact-sub-info p {
  font-size: 12px;
  color: #6e6e6e;
}

button.table-row {
  padding: 0!important;
  width: 100%;
  position: relative;
}

.contact-answer {
  color: #202020;
  font-size: 13px;
}

.error_notifications {
}

.error_notifications p {
  padding: 12px;
  padding-bottom: 0;
  margin: 0;
  color: #e35038;
  font-weight: bold;
}

.container {
  position: relative;
}

#category-setting {
  position: absolute;
  left: 0;
  top: -88px;
  width: 44px;
  height: 44px;
  background: #ffffff;;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#category-setting button {
  padding: 0;
}
#category-setting button span {
  font-size: 20px;
  color: #000000;
}

.segmented-tab-bar.category-navigation-wrapper, .segmented-tab-bar.point {
  margin-top: 44px;
  background: #ffffff;
}

header.with_nav_bar-1 {
  height: 44px;
}

div.content.with_nav_bar-1 {
  padding-top: 44px;
}

div.contents.index .error_notifications {
  padding-top: 44px;
}

div.content.with_tab_bar-1 {
  padding-bottom: 50px;
}

h1.title, h2.title {
  margin: 0;
  font-size: 16px;
  color: #202020;
  font-weight: bold;
}

form#back-button {
  position: absolute;
  height: 100%;
}

form#back-button button {
  padding: 0;
}

.contents.list {
  margin-top: 44px;
}

.new-icon {
  width: 45px;
  position: absolute;
  top: 5px;
  left: -5px;
}

.q-icon, .a-icon {
  width: 20px;
}

nav.with_tab_bar-, .with_side_menu- {
  display: none;
}

.content.with_tab_bar- {
  padding-bottom: 20px;
}

.button.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  padding: 15px;
  border-top: 1px solid #cacaca;
}
.button.fixed button {
  background-color: #000000;
}

.button.fixed form, .button.notify form {
  display: inline;
}

.button.fixed.contact-list {
  bottom: 50px;
}

.navbar-wrapper h1 {
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}

form.inline {
  display: inline;
}

.button.inner {
  margin:0;
  width: auto;
  width: 120px;
  float: right;
}
.button.inner button {
  font-size: 11px;
  padding: 4px;
}

.popup-wrapper {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  text-align:  center;
  padding: 26px;
}

.popup-wrapper.close {
  height: 0;
  opacity: 0;
  transition: all 300ms 0s ease;
}


.popup-wrapper.open {
  height: 244px;
  opacity: 1.0;
  transition: all 300ms 0s ease;
}

.popup-wrapper .image {
  max-width: 80%;
  max-height: 58px;
  margin: 0 auto;
}

.popup-wrapper .text {
  font-size: 12px;
  color: #cfcfcf;
  margin: 22px 0;
  text-align: center;
  height: 78px;
  overflow: hidden;
}

.popup-wrapper .button-box {
  display: flex;
  justify-content: space-around;
}
.popup-wrapper .button-box a {
  max-width: 45%;
  max-height: 30px;
  display: block;
}
.popup-wrapper .button-box img {
  max-width: 100%;
  max-height: 15px;  
}

.top .slick-list, .top .slick-track, .top .slick-slide div {
  height: 160px;
}

h2.recommended {
  text-align: center;
  margin: 0;
  border-bottom: 1px #cacaca solid;
  padding: 23px
}
h2.recommended img {
  width:126px;
}

.drawer-overlay {
  background-color: transparent;
}

.select_regist_type .button button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.drawer-nav img {
  width: 19px;
  height: 18px;
  vertical-align: top;
  margin-right: 10px;
}

.point-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  border-radius: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.point-icon span {
  position: absolute;
  display: block;
  top: -7px;
  left: 2px;
}
.point-icon.plus {
  color: #4ea5dd;
  border: 2px solid #4ea5dd;
}
.point-icon.plus span::before {
  content: "+";
}
.point-icon.minus {
  color: #d97878;
  border: 2px solid #d97878;
}
.point-icon.minus span::before {
  content: "−";
}

.setting-icon {
  margin-top: 5px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../images/contents/setting-icon.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
}

.coming-soon {
  font-family: "futura-pt", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  height: 100%;
  font-size: 20px;
}

.important-content {
  text-align: center;
  background-color: #f9e26c;
  border: 1px solid #eed140;
  padding: 10px;
  font-size: 12px;
  margin: 15px;
  margin-bottom: 0;
  padding-left: 42px;
  padding-right: 42px;
  background-image: url(../images/top/announce.png);
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 15px 50%;

}

.checked-disabled {
  width: 15px;
  height: 15px;
  background-color: #d8d8d8;
  position: relative;
  font-family: Ratchicons;
  border-radius: 2px;
  display: inline-block;
  margin-right: 6px;
}

.checked-disabled::before {
  content: '\e810';
  color: #828282;
  position: absolute;
  left: -2px;
  top: -2px;
}

.contact .button.fixed.sp {
  bottom: 50px;
}

.category-name {
  max-width: 50%;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* top */

.bar {
  padding-left: 0;
  padding-right: 0;
}

.bar.bar-nav{
  background: #ffffff;
  z-index: 9999;
  display: flex;
  border-bottom: 3px solid #295f94;
} 

.navbar-wrapper{
  width: 50%;
}

.row{
  padding-left: 0;
  width: 50%;
  display: flex; 
}

.row form{
  width: 100%;

}

.button button{
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  height: 100%;
}

.input.cell{
  height: 100%;
}

.button.login{
  background-color: #EA6451;
  text-align: center;
  height: 100%;
  display: block;
  margin: 0;
}

.confirm_button{
  height: 100%;
}

#regist button{
  background-color: #F09B50;
  text-align: center;
  width: 80px;
  height: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}

.pc_header{
  display:none;
}

form#back-button {
  width: auto;
  position: relative;
}

.drawer-toggle.pull-right{
  position: absolute;
  z-index: 1000;
  top: 59px;
  right: 15px;
}

.content .icon{
position: relative;
z-index: 20;
}

.icon.sidemenu{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2cb2ba57;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon.sidemenu img {
  width: 18px;
}

.top_image {
  width: 100%;
  overflow: hidden;
}

.top_image .imagebox div {
  width: 150%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top left;
  position: relative;
}

.top_image .imagebox div p {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.7em;
  font-size: 10px;
  text-align: left;
  width: 60%;
  padding-left: 0.7em;
}

.top_image .imagebox div img {
  width: 100%;
}

.top_image .imagebox div {
  opacity: 0;
  transition: all 6.0s;
}

.top_image .imagebox div:first-child {
  opacity: 1.0;
}

.top_image .imagebox div:nth-child(1) p {
  opacity: 0.5;
  text-shadow:0px 0px 2px #ffffff;
}
.top_image .imagebox div:nth-child(2) p {
  color: #ffffff;
  opacity: 0.9;
  text-shadow:0px 0px 2px #000000;

}
.top_image .imagebox div:nth-child(3) p {
  color: #ffffff;
  opacity: 0.7;
  text-shadow:0px 0px 2px #000000;
}
.top_image .imagebox div:nth-child(4) p {
  opacity: 0.7;
  text-shadow:0px 0px 1px #ffffff;
}
.top_image .imagebox div:nth-child(5) p {
  opacity: 0.8;
  text-shadow:0px 0px 2px #ffffff;
}


.topcontent{
  padding: 15px 20px;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, #FFF 25%);
  z-index: 3;
}

.topcontent .flexbox {
  flex-wrap: wrap;
}

.drawer--right .drawer-nav{
  right: -100%;
}

.drawer-nav{
  width: 100%;
  margin-top: 10%;
  z-index: 999;
  background-color: #215890;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.95;
}

.drawer-nav ul li{
  padding: 3%;
  margin: 5%;
  background: #0D4781;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ffffff;
  border-radius: 3px;
}

.drawer-menu form{
  width: 100%;
  background: #0D4781;
  display: flex;
  justify-content: space-between;
}

.drawer-nav ul li p{
  color: #ffffff;
  font-size: 1.5em; 
  margin-bottom: 0;
}

.drawer-nav ul li button{
  color: #ffffff;
  font-size: 1.5em;
}

.drawer-menu{
  margin-top: 20%;
    margin-bottom: 20%;
}

.drawer-menu .point-club{
  /* margin-top: 20%; */
  transition-duration: 0.3s;
}

ul.point-club-detail{
  margin-top: 11%;
  position: absolute;
  display: none;
}

ul.point-club-detail li{
  padding: 0;
  margin: 7% 0 ;
  border: none;
  background: rgba(0,0,0,0)
}

.draw-menu > .point-club{
  position: relative;
}

.point-club .point-club-detail a{
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}

.notice {
  flex-basis:  100%;
}

.notice ul, .campaign ul{
  margin-bottom: 40px;
}

.notice_title,.campaign_title{
  font-size: 11px;
  padding: 4px 10px;
  background: #064583;
  opacity: 1;
  color:  #FFFFFF;
  letter-spacing: 5px;
  border-radius: 2px;
  margin-bottom: 15px;
  font-weight: bold;
}

.notice ul li, .campaign ul li{
}
.notice ul li button, .campaign ul li button {
  width: 100%;
}

.notice_title span, .campaign_title span{
  letter-spacing: 0px;
  font-size:  0.8em;
}

.notice_title button, .campaign_title button{
  float: right;
  color: #FFFFFF;
  font-size:  0.8em;
  font-weight: normal;
}

.campaign {
  flex-basis:  100%;
}

.notice .content-title, .campaign .content-title {
  padding: 0 2.0em;
  display: flex;
}
.notice .content-title span:first-child, .campaign .content-title span:first-child {
  white-space: nowrap;
  padding-right: 1.5em;
}
.notice .content-title span:last-child, .campaign .content-title span:last-child {
  text-align: left;
}

/* .campaign_title{
  margin: 3% auto;
  background: #064583;
  opacity: 1;
  width: 90%;
  color:  #FFFFFF;
  padding-left: 10px;
  letter-spacing: 5px;
} */

/* .campaign_title span{
  letter-spacing: 0px;
  font-size:  0.8em;
} */

/* .campaign_title button{
  float: right;
  padding-right: 10px;
  color: #FFFFFF;
  font-size:  0.8em;
} */

.notice_detail, .campaign_detail, .terms_detail {
  padding: 30px 30px;
}

.terms_detail {
  padding-top: 10px;
}

.footer{
  background: #F0F1F4;
}
 
.link {
  padding: 15px;
}

.point-target{
  clear:both;
}

.link li{
  padding-bottom: 1%;
}

.link a{
  text-decoration:  none;
  font-size:  0.08em;
  color: #000000;
}

.link button{
  font-size:  0.08em;
  color: #000000;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.footer_menu{
  background: #000000;
  text-align: center;
  font-size: 10px;
  padding: 2.5% 0;
  display: flex;
  justify-content: center;
}

.footer_menu form button {
  color: #919191;
  font-size: 11px;
}

.footer_menu form button::before, .footer_menu form:last-child button::after {
  content: "|";
  padding: 0 1.0em;
}

.copylight{
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size:  0.8em;
  padding: 2.5%;
}

.pc_elements{
  display: none!important;
}

.banner {
  width: 100%;
}

.banner.no-image {
  background: linear-gradient(45deg, #064583, #90bce6);
}

.banner.no-image img {
  opacity: 0;
}

.banner .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .wrapper .container {
  height: 100%;
}

.banner .wrapper .container h2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(6, 69, 131, .85);
  text-align: center;
  margin-bottom: 0;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-left: 15px;
}

.banner .wrapper .container h2 span {
  color: #ffffff;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
  margin-top: 4px;
}

.banner .wrapper .container h2 p {
  color: #ffffff;
  font-family: 'Scheherazade', serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}


div.back{
  height: 30px;
  line-height: 30px;
  background: linear-gradient(to bottom, #fbf8f6, #e9e6e5);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #b3acaa;
}

div.back h3 button {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  height: 100%;
}

div.back h3.title {
  padding: 0;
  height: 100%;
  line-height: 30px;
}

div.back h3.title .icon {
  margin-right: 15px;
  font-size: 16px;
  line-height: 30px;
}

.control-table {
  width: 100%;
  position: relative;
  display: table;
}

.control-cell {
  width: 50%;
  display: table-cell;
  text-align: center;
  padding: 5px 0 10px;
}

.active {
  background: #0B4481;
  color: #FFFFFF;
}

.passive {
  background: #B5B5B6;
  color: #FFFFFF;
}

.heading-text {
  letter-spacing: 0.25em;
  font-size: 14px;
}

.border-text { 
  font-size: 10px;
  line-height: 10px;
}

.select-year {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 12px;
}

.select_year { 
  display: block;
  position: relative;
  margin-bottom: 0;
}

select.select_year { 
  border: 1px solid #231815;
  border-radius: 0;
  box-shadow: 2px 2px 0px 0px #231815;
  padding-right: 40px;
}

.notice_date, .campaign_date {
  color: #356597;
}

.notice_date::after, .campaign_date::after {
  font-size: 10px;
  font-weight: bold;
  color: #356597;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
  background: #ffffff;
}

.notice_date::after {
  content: "お知らせ";
}
.campaign_date::after {
  content: "キャンペーン";
}

.table-view-cell{
  border-bottom: 1px solid #356597 !important;
}

.notice_list, .campaign_list {
  margin-bottom: 120px;
}

.detail-title {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
}

.title-bottom-bar {
  position: relative;
  border-bottom: 1px solid #6284AD;
  margin-bottom: 30px;
  width: 8%;
}

.main-text {
  font-size: 0.8em;
  margin-top: 10px;
}

.main-text{
  padding: 0 0 4% 0;
}

.main-text a {
  color:#E96351;
}

.detail-image {
  height: auto;
  text-align: center;
}

.detail-image img {
  width: auto;
}

.flex-form.single-row{
  height:auto;
}

.q-icon {
  width: 100%;
  height: auto;
  background: #E6ECF2;
  position: relative;
  text-align: left;
  padding: 12px 60px;
  line-height: 1.5em;
}
  
.q-icon::before {
  position: absolute;
  left: 30px;
  content:"Q.";
  font-size:1.2em;
  color:#0B4481;
  margin-right:15px;
}

.q-icon::after {
  position: absolute;
  color:#0B4481;
  font-family: Ratchicons;
  content: '\e814';
  pointer-events: none;
  right: 30px;
  top: 13px;
}

.a-icon {
  width: 100%;
  height: auto;
  background: #F7F8F8;
  position: relative;
  text-align: left;
  padding: 12px 60px;
  padding-right: 20px;
  display: none;
  line-height: 30px;
}
  
.a-icon::before {
  position: absolute;
  left: 30px;
  content:"A.";
  font-size:1.2em;
  color:#EA6409;
  margin-right:15px;
}

.a-icon {
  width: 100%;
  height: auto;
  background: #F7F8F8;
  position: relative;
  text-align: left;
  display: none;
}

 .title {
  white-space: normal;
} 

.faq-bar {
  border-bottom: 0 !important; 
  margin-bottom: 15px;
}

.faq-start {
  width: 100%;
  text-align: center;
  margin-top: 2.5%;
  margin-bottom: 1.5%;
  font-size: 0.8em;
  letter-spacing: 5px;
  font-family: 'Noto Serif JP', serif;
}

.faq-bottom-bar {
  position: relative;
  border-bottom: 2px solid #6284AD;
  height: 10px;
  width: 10%;
  left: 45%;
  vertical-align: middle;
  margin-bottom: 7%;
}

.faq-banner {
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 12%;
}

.faq-banner form{
  position: relative;
  width: 30%;
  height: auto;
  left: 5%;
  float: left;
  padding-right: 3%;
  padding-bottom: 12%;
}

.faq-banner-img {
  width: 100%;
  height: auto;
}

.heading{
  padding-top: 3.5%;
}

.faq-heading-1 {
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 5px;
  font-family: 'Noto Serif JP', serif;
  margin-top: 30px;
}

.faq-heading-2 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 5px;
  color: #0E4481;
  padding-bottom: 2.5%;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 2px solid;
  padding-bottom: 0px;
  line-height: 0px;
  width: 70%;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 40px;
}

.faq-heading-2 span {
  background: #fff;
  padding: 0 20px;
}

.faq-heading-3 {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.flexbox {
  display: flex;
}
.flexbox form {
  width: auto;
}

form#login, form#regist {
  height: 100%;
}

#loginbox {
  justify-content: flex-end;
}

.footer_link {
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.footer_link .icon {
  font-size: 100%;
}

.on-topics {
  background: linear-gradient(to right, #064583 49%, #064583 50%, #b5b5b6 51%);
}
.on-campaign {
  background: linear-gradient(to right, #b5b5b6 49%, #b5b5b6 50%, #064583 51%);
}


.select_year::after { 
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: Ratchicons;
  content: '\e814';
  pointer-events: none;
}

.notice_data {
  width: 100%;
  font-size:  14px;
  padding: 20px;
}

.item.name { 
  padding-top: 10px;
}

ul.faq p {
  font-weight: normal;
}

.q-icon.title, .a-icon.title {
  margin: 0;
}

.bar-nav ~ .content {
}

#fixed-navigator {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 15px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  transition: all 0.3s;
  opacity: 0;
}
#fixed-navigator .applogo {
  width: 92px;
}
#fixed-navigator .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fixed-navigator .container .buttonbox {
  display: flex;
}

.to_about_pointclub {
  height: 44px;
  background: #124e8a;
  margin: 20px auto;
  border-radius: 4px;
  width: 90%;
  
}

.to_about_pointclub form button {
  color: #ffffff;
}

.to_about_pointclub .icon {
  font-size: 19px;
  padding-left: 10px;
}

.fixed {
    overflow: auto;
    height: 100%;
}

.drawer-inner{
    height: 95%;
    overflow: auto;
    position: relative;
    z-index: 1000;
}
