@charset "UTF-8";
/*=============
ind-sidenav
=============*/
.ind-sidenav {
  display: none;
}

/*=============
pc-subgnav
=============*/
.pc-subgnav {
  display: none;
}

/*============
main
=============*/
.main-visual {
	margin: 20px auto 30px;
}

/*
.section-connect
=============*/
.section-connect {
  padding: 30px 20px;
  background: #cc0033;
}
.connect {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 15px 20px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
.connect .ttl-img {
  max-width: 582px;
  margin: 0 auto; 
}
.connect .lead {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.connect .btn-wrap {
  margin-top: 20px;
}
.connect .btn-wrap li:nth-of-type(2) {
  margin-top: 20px;
}
.connect .btn-w {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .625em 2.5em .625em 1.5em;
}
.connect .btn-w::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.connect .btn-ocn::before { background: url("../../img/lounge/common/logo_ocn.png") no-repeat;background-size: contain;}
.connect .btn-goo::before { background: url("../../img/lounge/common/logo_goo.png") no-repeat;background-size: contain;}

/*
.section-user
=============*/
.section-user {
  padding: 30px 20px;
  background: #f4f4f6;
}
.user {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 15px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
.user .user-box {
  margin-top: 10px;
  border-top: 1px solid #d8d8db;
}
.user .title {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}
.user .point {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #757575;
}
.user .point i {
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}
.user .point i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../../img/lounge/common/logo_dpoint.png") no-repeat;
  background-size: contain;
}
.user .point.all-mo i {
  padding-left: 30px;
  font-size: 30px;
}
.user .point.all-mo i::before {
  width: 25px;
  height: 25px;
  margin-top: -13px;
}
.user .user-box table {
  margin: 10px auto 0;
}
.user .user-box table th,
.user .user-box table td {
  vertical-align: middle;
}
.user .user-box table th {
  padding-right: 10px;
  font-weight: normal;
  font-size: 15px;
  color: #333;
}
.user .user-box table td {
  text-align: right;
}
.point.this-mo i,
.point.last-mo i {
  margin-left: auto;
  padding-left: 20px;
  font-size: 23px;
}
.point.this-mo i::before,
.point.last-mo i::before {
  width: 15px;
  height: 15px;
  margin-top: -8px;
}

/*
.section-shopping
=============*/
.section-shopping {
  padding: 30px 20px;
  background: #fff;
  border-top: 10px solid #f4f4f6;
}
.section-shopping h3 {
  margin-top: 30px;
  text-align: center;
}

/*-- .product-list --*/
.product-list-wrap {
  margin: 30px -20px 0;
}
.product-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* for Edge */
  scrollbar-width: none;/* for Firefox */
}
.product-list::-webkit-scrollbar {
  display:none;/* for Chrome, Safari */
}
.product-list li {
  flex: 0 0 auto;
}
.product-item {
  position: relative;
  width: 40%;
  max-width: 245px;
  margin-left: 20px;
  border: 1px solid #d8d8db;
}
.product-item:first-of-type {
  margin-left: 0;
}
.product-item a {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
.product-item .number {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  padding: 0 .75em;
  z-index: 1;
  color: #fff;
  font-size: 10px;
  line-height: 2;
}
.product-item:nth-of-type(1) .number { background-color: #fac506;}
.product-item:nth-of-type(2) .number { background-color: #757575;}
.product-item:nth-of-type(3) .number { background-color: #ba8646;}
.product-item .image {
  min-height: 0%;
  padding: 10px 10px 0;
}
.product-item .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  flex-grow:1;
}
.product-item .item-name {
  line-height: 1.3;
  margin:0 0 .5em;
  font-size: 16px;
  white-space: normal;
  word-wrap: break-word;
}
*::-ms-backdrop, .product-item .item-name { /* for IE11 */
  display: block;
}
.product-item .price {
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
}
.product-item .price small {
  display: block;
  font-size: 11px;
  font-weight: normal;
  word-break: normal;
}
.shopping-marchel .image picture {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.shopping-marchel .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    transition-property: opacity;
}

/*-- .product-box --*/
.product-box-wrap {
  margin: 0 -20px;
  padding: 30px 16px;
  overflow: hidden;
}
.product-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.product-box .product-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 245px;
  margin: 0 4px;
  border: 1px solid #d8d8db;
}
.product-box .product-item .number {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  padding: 0 .75em;
  background-color: #333;
  z-index: 1;
  color: #fff;
  font-size: 10px;
  line-height: 2;
}
.product-box .number.num1 { background-color: #fac506;}
.product-box .number.num2 { background-color: #757575;}
.product-box .number.num3 { background-color: #ba8646;}

.product-box .product-item .item-name {
  font-size: 12px;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*//* Number of lines */
  /*overflow: hidden;*/
}
.product-box .product-item .price {
  font-size: 12px;
  line-height: 1.3;
}
.product-box .product-item .price small {
  font-size: 11px;
}

/*-- .bnr-list --*/
.bnr-item {  
  margin-top: 20px;
  text-align: center;
}
.bnr-item a {
  display: inline-block;
  vertical-align: top;
}
.bnr-item a img {
  max-width: 100%;
  margin: 0 auto;
}

/*
.section-support
=============*/
.section-support {
  padding: 30px 20px;
  background: #fff;
  border-top: 10px solid #f4f4f6;
}
.section-support h3 {
  margin-top: 30px;
}
.support {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.support .ico-category {
  border: 1px solid #f7794c;
  border-radius: 4px;
  color: #f7794c;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0px 5px 0px 10px;
  padding: 2px 4px;
  vertical-align: middle;
  font-weight: normal;
}
.sprt-list {
  margin-top: 20px;
}
.sprt-list:first-of-type {
  margin-top: 0;
}
.sprt-list a {
  display: block;
  margin-top: 20px;
  text-decoration: none !important;
}
.sprt-list .txtlink:hover,
.sprt-list .txtlink:focus {
  text-decoration: none;
}
.sprt-list .txtlink .title {
  text-decoration: underline;
}
.sprt-list .txtlink:hover .title,
.sprt-list .txtlink:focus .title {
  text-decoration: none;
}
.sprt-list .title {
  font-size: 16px;
}

/*
.section-information
=============*/
.section-information {
  padding: 30px 20px;
  background: #fff;
}
.information {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.info-list {
  margin-top: 20px;
}
.info-list:first-of-type {
  margin-top: 0;
}
.info-list a {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  text-decoration: none !important;
}
.info-list .txtlink:hover,
.info-list .txtlink:focus {
  text-decoration: underline;
}
.info-list .txtlink .title {
  text-decoration: none;
}
.info-list .txtlink:hover .title,
.info-list .txtlink:focus .title {
  text-decoration: underline;
}
.info-list .title {
  font-size: 16px;
}
.information .date {
  display: flex;
  margin-top: 10px;
  align-items: center;
  color: #7f7f7f;
  font-size: 13px;
}
.info-list .txtlink:hover .date,
.info-list .txtlink:focus .date {
  text-decoration: none;
}
.information .date::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../img/lounge/common/ico_watch.svg") no-repeat;
  background-size: contain;
  margin-right: 5px;
}

/*
parts: Important
=============*/
.section-important {
  padding: 10px 20px 0;
  background: #fff;
}
.important {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.important ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.important ul li .ico-important {
  display: inline-block;
  width: 100%;
  padding: .5em 1em;
  background-color: #C7161E;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
}
.important ul li a {
  display: inline-block;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1.5;
}

/*
.section-service
=============*/
.section-service {
  padding: 20px 0;
  border-top: 10px solid #f4f4f6;
  background: linear-gradient( #fff, #53C9FC);
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-service .head-lead {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  text-align: left;
}
.service-inner {
  max-width: 100%;
  margin: 0 auto;    
}
.service-box-wrap {
  position: relative;
}
.service-box .service-item {
  position: relative;
  box-sizing: border-box;
  width: 250px;
  margin: 15px 7px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
}
.service-item a {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.service-item .image {
  min-height: 0%;
  padding: 15px 15px 0;
}
.service-item .image picture {
  position: relative;
  width: 100%;
  padding-top: 44%;
}
.service-item .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: opacity;
}
.service-item .detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px 15px 15px;
  flex-grow:1;
}
.service-item .icon {
  margin: 0;
}
.service-item .icon .ico-category {
  background-color: #fff;
  border: 1px solid #f7794c;
  border-radius: 4px;
  color: #f7794c;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 5px 5px 0 0;
  padding: 2px 4px;
  vertical-align: middle;
}
.service-item .txt-ttl {
  line-height: 1.5;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
}
.service-item a[target="_blank"] .exlink::after {
    background: url(../../img/lounge/common/ico_browser_link_or.svg) no-repeat;
}
.service-item .txt-lead {
  line-height: 1.6;
  margin: 10px 0 0;
  font-size: 16px;
  white-space: normal;
  word-wrap: break-word;
}

/*
.section-appropriate
=============*/
.section-appropriate {
  padding: 30px 20px;
  background: #fff;
}
.appropriate {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.appropriate-cnt {
  padding-top: 15px;
}
.appropriate .image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.appropriate .image img {
  max-width: 750px;
  margin: 0 auto;
}
.appropriate .detail {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 750px;
	padding-top: 15px;
}
.appropriate .detail .txt {
	font-size: 16px;
	line-height: 1.6;
}
.appropriate .detail .btn {
	padding-top: 15px;
}
.appropriate .detail .btn-radius {
  width: 100%;
  font-size: 16px;
}

/*
.section-featured
=============*/
.section-featured {
  border-top: 10px solid #f4f4f6;
}
.featured {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
.featured-list .featured-item {
	padding: 30px 0;
	border-top: 1px solid #E9E9EB;
}
.featured-list .featured-item:first-of-type {
	border-top: none;
}
.featured-list .featured-item a {
	display: flex;
  flex-direction: column;
	align-items: stretch;
	width: 100%;
  text-decoration: none;
}
.featured-item .item-img img {
  width: 100%;    
}
.featured-item .txtlink:hover,
.featured-item .txtlink:focus {
  text-decoration: none;
}
.featured-item .txtlink .txt-ttl {
  text-decoration: none;
}
.featured-item .txtlink:hover .txt-ttl,
.featured-item .txtlink:focus .txt-ttl {
  text-decoration: underline;
}
.featured-item .item-img + .item-txt .txt-ttl,
.featured-item .item-img + div + .item-txt .txt-ttl {
  margin-top: 10px;
}
.featured-item .item-txt .txt-ttl {
  font-size: 16px;
  line-height: 1.5;
}
.featured-item .item-txt .txt-info {
  color: #757575;
  font-size: 0;
  line-height: 1.33;
  margin-top: 8px;
  margin-bottom: -4px;
  vertical-align: middle;
}
.featured-item .item-txt .txt-info p {
  font-size: 12px;
}
.featured-item .item-txt .txt-lead {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
}
.featured .ico-category {
  border: 1px solid #f7794c;
  border-radius: 4px;
  color: #f7794c;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 4px 5px 4px 0;
  padding: 2px 4px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
  /*=============
  main
  =============*/  
  /*
  .section-connect
  =============*/
  .connect {
    padding: 15px 20px;
  }  
  .connect .lead {
    margin-top: 15px;
    font-size: 23px;
  }
  .connect .btn-radius {
    max-width: 500px;
  }
  
  /*
  .section-user
  =============*/
  .user {
    padding: 15px 20px;
  }
  .user .point {
    margin-top: 20px;
  }
  .user-box-wrap {
    display: flex;
  }
  .user-box {
    width: 100%;
  }
  .user .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .user .user-box table th {
    font-size: 16px;
  }
  /*
  .section-shopping
  =============*/
  /*-- .product-list --*/
  .product-list {
    max-width: 775px;
  }
  .product-list li {
    width: calc((100% - 40px) / 3);
  }
  .product-item {
    max-width: 245px;
  }
  .product-item .number {
    padding: 0 .5em;
    font-size: 16px;
    line-height: 1.5;
  }
  .product-item .price {
    font-size: 18px;
  }
  .product-item .price small {
    display: inline-block;
    font-size: 12px;
  }
  
  /*-- .product-box --*/
  .product-box {
    max-width: 755px;
    padding: 0;
  }
  .product-box .product-item {
    flex: 0 0 auto;
    position: relative;
    width: 40%;
    max-width: 245px;
    margin: 0 10px;
    border: 1px solid #d8d8db;
  }
  .product-box .product-item .number {
    padding: 0 .5em;
    font-size: 16px;
    line-height: 1.5;
  }
  .product-box .product-item .item-name {
    font-size: 16px;
  }
  .product-box .product-item .price {
    font-size: 18px;
    line-height: 1.5;
  }
  .product-box .product-item .price small {
    display: inline-block;
    font-size: 12px;
  }
  
  /*-- .bnr-list --*/
  .bnr-item a img {
    max-width: 500px;
  }
  
  /*
  .section-support
  =============*/
  .sprt-list .title {
    font-size: 18px;
  }
  
  /*
  .section-information
  =============*/
  .info-list .title {
    font-size: 18px;
  }
  .information .date {
    font-size: 14px;
  }
  
  /*
  parts: Important
  =============*/
  .section-important {
    padding: 20px 20px 0;
  }
  .important ul li {
    flex-direction: row;
    align-items: baseline;
  }
  .important ul li .ico-important {
    width: auto;
    font-size: 16px;
  }
  .important ul li a {
    font-size: 16px;
    padding: .5em 0 .5em 1em;
  }
  .important ul li .txtlink:hover,
  .important ul li .txtlink:active {
    text-decoration: underline !important;
  }
  
  /*
  .section-service
  =============*/
  .section-service {
    padding: 25px 0 15px;
    background: url("../../img/lounge/index/service/point-l.png") left top, url("../../img/lounge/index/service/point-r.png") right top, linear-gradient( #fff, #53C9FC);
    background-repeat: no-repeat;
  }
  .section-service .head-lead {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .service-box .service-item {
    margin: 25px 7px;
  }
  .service-item a:hover {
    background-color: #FFFBDA;
    opacity: 1;
  }
	
	/*
	.section-appropriate
	=============*/
	.appropriate-cnt {
		padding-top: 30px;
	}
	.appropriate .detail {
		flex-direction: row;
		align-items: center;
		padding-top: 30px;
	}
	.appropriate .detail > * {
		width: 50%;
	}
	.appropriate .detail .btn {
		padding-top: 0;
	}
	.appropriate .detail .btn-radius {
  	max-width: 320px;
	}

	/*
	.section-featured
	=============*/
  .featured {
    max-width: 750px;
  }
  .featured-list .featured-item a {
    flex-direction: row;
  }
  .featured-item .item-img {
    width: 50%;
  }
  .featured-item .item-img + div {
    width: 0;
  }
  .featured-item .item-txt {
    width: 100%;
  }
  .featured-item .item-img + .item-txt,
  .featured-item .item-img + div + .item-txt {
    width: 50%;
    padding-left: 3%;
  }
  .featured-item .item-txt .txt-ttl {
    margin-top: 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 1260px) {  
  /*=============
  header
  =============*/
  .header-inner {
    display: none;
  }
  
  /*============
  index-wrap
  =============*/
  .index-wrap {
    display: flex;
  }
  /*
  parts: pc-main
  =============*/
  .wrapper {
    border-left: 1px solid #f3f3f3;
    width: calc(100% - 260px);
    overflow: hidden;
  }
  /*============
  main-visual
  =============*/
  /*
  parts: ind-sidenav
  =============*/
  .ind-sidenav {
    display: block;
    /*position: fixed;
    z-index: 50;*/
    width: 260px;
    height: 100%;
    height: 100vh;
    /*top: 0 !important;*/
    background: #fff;
    /*overflow-y: auto;*/
    /*scrollbar-width: none;*/
  }
  .ind-sidenav .ind-sidenav-inner {
    width: 230px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .ind-sidenav::-webkit-scrollbar {  
    /*display: none;*/ /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }
  .ind-sidenav .ind-sidenav-inner:after {
    display: block;
    clear: both;
    content: ""
  }
  .ind-sidenav .btn-wrap {
    margin-top: 15px;
  }
  .ind-sidenav .btn-wrap .btn-radius {
    padding: 12px 21px 12px 7px;
    font-size: 14px;
    line-height: 1;
  }
  .ind-sidenav .btn-wrap .btn-w {
    border: 1px solid #0472a1;
  }
  .ind-sidenav .btn-wrap .btn-w::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #0472a1;
    border-right: 2px solid #0472a1;
  }
  .ind-sidenav .btn-wrap .btn-w:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 1em;
  }
  .ind-sidenav .logo img {
    width: 148px;
    margin: 0 auto;
  }
  .ind-sidenav .login-btn {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    background: #f4f4f6;
  }
  .ind-sidenav .login-btn .btn-radius {
    padding: 11px 24px 11px 8px;
    width: 100%;
    font-size: 16px;
    line-height: 1;
  }
  .ind-sidenav .login-btn .btn-b,
  .ind-sidenav .login-btn .btn-b:hover {
    border: 1px solid #0472a1;
  }
  .ind-sidenav .connect {
    width: 100%;
    margin: 15px auto 0;
    padding: 12px 12px 15px;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #CC0033;
    box-shadow: none;
  }
  .ind-sidenav .connect .lead {
    margin-top: 15px;
    font-size: 15px;
  }
  .ind-sidenav .connect .btn-wrap li:nth-of-type(2) {
    margin-top: 10px;
  }
  .ind-sidenav .connect .btn-w {
    padding: 9px 21px 9px 7px;
  }
  .ind-sidenav .connect .btn-w::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
  }
  .ind-sidenav .login-user {
    width: 100%;
    margin-top: 20px;
    padding: 6px 15px 4px;
    border-radius: 10px;
    background: #f4f4f6;
  }
  .ind-sidenav .login-user .name {
    justify-content: center;
    color: #757575;
    font-size: 15px;
    line-height: 1.2;
  }
  .ind-sidenav .user {
    margin-top: 15px;
    width: 230px;
    padding: 0 14px;
    border: 1px solid #d8d8db;
    border-radius: 10px;
    box-shadow: none;
  }
  .ind-sidenav .user .user-box-wrap {
    display: block;
  }
  .ind-sidenav .user .user-box {
    width: 100%;
    margin-top: 0;
    padding:15px 0;
    border-top: none;
    border-bottom: 1px solid #d8d8db;
  }
  .ind-sidenav .user .user-box:last-of-type {
    border-bottom: none;
  }
  .ind-sidenav .user .title {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .ind-sidenav .user .point,
  .ind-sidenav .user .rank {
    margin-top: 5px;
  }
  .ind-sidenav .user .point.all-mo i {
    padding-left: 22px;
    font-size: 24px;
  }
  .ind-sidenav .user .point.all-mo i::before {
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }
  .ind-sidenav .user .user-box table {
    width: 100%;
    margin-top: 5px auto 0;
  }
  .ind-sidenav .user .user-box table th {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 1.3;
  }
  .ind-sidenav .user .user-box table td {
    padding-top: 5px;
    font-size: 14px;
  }
  .ind-sidenav .user .user-box .point td i {
    margin-left: auto;
    padding-left: 0;
    font-size: 18px;
  }
  .ind-sidenav .user .user-box .point td i::before {
    content: none;
  }
  .ind-sidenav .user .user-box .rank td {
    padding-top: 5px;
    font-size: 13px;
  }
  .ind-sidenav .user .user-box .rank td>* {
    vertical-align: middle;
  }
  .ind-sidenav .user .user-box .rank td i {
    font-size: 18px;
    font-weight: bold;
    color: #C7161E;
  }
  .ind-sidenav .user .user-box .subtxt {
    margin-top: 5px;
  }
  .ind-sidenav .user .user-box .subtxt,
  .ind-sidenav .user .user-box .subtxt a {
    font-size: 11px;
    line-height: 1.4;
  }
  .ind-sidenav .sidebox {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
    border-radius: 10px;
    background: #f4f4f6;
  }
  .ind-sidenav .sidebox .btn-wrap {
    margin: 0 15px;
  }
  .ind-sidenav .sidebox .sb-list {
    margin-top: 15px;
  }
  .ind-sidenav .sidebox .sb-item {
    position: relative;
    width: 100%;
  }
  .ind-sidenav .sidebox .sb-item > a {
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition-duration: 0.2s;
    padding: 7px 30px 7px 15px;
    font-size: 12px;
  }
  .ind-sidenav .sidebox .sb-item > a:hover {
    background: #d8d8db;
  }
  .ind-sidenav .sidebox .sb-item > a:before {
    content: '';
    width: 8px;
    height:8px;
    border: 0;
    border-top: 2px solid #0472a1;
    border-right: 2px solid #0472a1;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .ind-sidenav .sidebox .sb-item:hover .down-list {
    display: block;
  }
  .ind-sidenav .sidebox .sb-item .down-list {
    display: none;
    position: absolute;
    z-index: 100;
    top: -30px;
    left: 180px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #d8d8db;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  }
  .ind-sidenav .sidebox .sb-item .down-list li a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
  }
  .ind-sidenav .sidebox .sb-item .down-list li a.txtlink {
    text-decoration: none;
  }
  .ind-sidenav .sidebox .sb-item .down-list li a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../../img/lounge/common/ico_q.svg");
    background-size: contain;
    margin-right: 5px;
  }
  .ind-sidenav .ico-category {
    border: 1px solid #f7794c;
    border-radius: 4px;
    background: #fff;
    color: #f7794c;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0px 0px 0px 10px;
    padding: 2px;
    vertical-align: middle;
    font-weight: normal;
    white-space: nowrap;
  }
  /* .user-alert */
  .ind-sidenav .user-alert {
    width: 100%;
    margin: 10px 0;
    padding: 6px 15px;
    border-radius: 10px;
    background: #FFFBDA;
  }
  .ind-sidenav .user-alert-txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ind-sidenav .user-alert-txt::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../img/lounge/common/ico_exclamation.svg") no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  .ind-sidenav .user-alert-txt,
  .ind-sidenav .user-alert-txt .txtlink {
    font-size: 13px !important;
    line-height: 1;
  }
}