@charset "utf-8";
.supportcommon-gfooter-menu,
.supportcommon-gfooter-aside{
	display: none;
}
.c-img-max-l {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }
.c-img-max-s {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto; }

.c-icon-child {
  display: inline-block;
  width: 40px;
  height: 32px;
  position: relative;
  margin-right: 3px;
}
.c-icon-child::before {
  content: '';
  display: block;
  width: 40px;
  height: 32px;
  background: url(../img/child-account.svg) 50% 50% no-repeat;
  background-size: 40px 32px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 980px){
	.category-header-container {
		height: 60px;
	}
}

@media all and (min-width: 760px) and (max-width: 979px){
	.category-header-container {
		height: 60px;
	}
}

@media (max-width: 759px){
	.category-header-container {
		height: 30px;
	}
}


.c-text a > i,
.c-list-text a > i,
.c-note a > i,
.c-text-link > i{
  display: inline-block;
  background-color: #999999;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  vertical-align: -1px;
  margin: 0 6px 0 6px;
  transition: background-color 0.15s linear;
}
.no-touchevents .c-text a:hover > i,
.no-touchevents .c-list-text a:hover > i,
.no-touchevents .c-note a:hover > i,
.no-touchevents .c-text-link:hover > i{
  background: #e60012;
}


.c-text-link > i::before {
  content: '';
  display: block;
  background: url(../../../common/v2/img/arrow/right-stroke-white.svg) 50% 50% no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
}


@media (min-width: 760px){
  .menu-3tab-block__body a {
      height: 92px;
  }
  .menu-3tab-block__label {
    font-size: 15px;
    min-height: 40px;
  }
}

@media (max-width: 759px){
  .menu-3tab-block__body li::before{
    height: 100px;
  }
  .menu-3tab-block__body a {
    height: 95px;
  }
  .menu-3tab-block__label {
    min-height: 80px;
  }
}


.l-order__block .c-area-border-bold{
  padding: 15px;
}

.l-order__block .js-accordion-body{
  font-weight: normal;
}