@charset "UTF-8";
/* CSS Document */
.support-row:before,
.support-row:after {
  content: "";
  display: table;
}

.support-row:after {
  clear: both;
}

.support-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  line-height: 1.15;
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.support-item button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.support-item:before,
.support-item:after {
  content: "";
  display: table;
}

.support-item:after {
  clear: both;
}

.support-item a {
  color: #333;
}

.support-item__in {
  background-color: #fff;
  position: relative;
}

.support-item__placeholder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.support-item__link {
  display: block;
}

.support-item.typeIncChildren .support-item__link {
  position: relative;
}

.support-item__icon {
  display: inline-block;
  font-size: 0;
}

.support-item__icon svg {
  width: 100%;
  height: 100%;
  fill: #6E6E6E;
}

.support-item__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.support-item__title:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.support-item__title > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.support-item.layout-v2 .support-item__icon svg {
  fill: #333;
}

@media (min-width: 800px), print {
  .support-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .support-row:first-child {
    margin-top: -20px;
  }

  .support-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    width: 20%;
    margin-top: 20px;
  }
  .support-item__placeholder {
    height: 78px;
  }

  .support-item.typeIncChildren:not(.toggle-md) .support-item__link {
    cursor: default;
  }

  .support-item__children a {
    display: inline-block;
    margin-left: 1em;
    text-indent: -1em;
  }

  .support-item__children a:before {
    content: "・";
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
  }

  /* col */
  .support-col {
    width: 20%;
    float: left;
  }

  .support-col .support-item {
    width: 100%;
  }

  /* tall */
  .height-md-tall .support-item__placeholder {
    height: 176px;
  }

  /* double */
  .width-md-w {
    width: 40%;
  }

  /* 3w */
  .width-md-3w {
    width: 60%;
  }

  /* 1 / 4 */
  .width-md-1_4 {
    width: 25%;
  }

  /* normal */
  .support-item.normal .support-item__link {
    height: 100%;
  }

  .support-item.normal .support-item__icon {
    width: 45px;
    height: 45px;
    left: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .support-item.normal .support-item__title {
    display: block;
    height: 100%;
    padding-left: 65px;
    padding-right: 15px;
  }

  .support-item.normal .support-item__children {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    font-size: 13px;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }

  .support-item.normal .support-item__children_in {
    visibility: hidden;
  }

  .support-item.normal .support-item__children ul {
    border-top: 1px solid #f0f0f0;
    padding: 0 10px;
  }

  .support-item.normal .support-item__children li:not(:first-child) {
    border-top: 1px solid #f0f0f0;
  }

  .support-item.normal .support-item__children a {
    display: block;
    padding: 10px 0;
  }

  /* square */
  .support-item.type-md-square .support-item__link {
    height: 100%;
    text-align: center;
  }

  .support-item.type-md-square .support-item__title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .support-item.type-md-square .support-item__icon {
    width: 78px;
    height: 78px;
    margin-top: 30px;
  }

  .support-item.type-md-square .support-item__title {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .support-item.type-md-square .support-item__children {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    font-size: 13px;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }

  .support-item.type-md-square .support-item__children_in {
    visibility: hidden;
  }

  .support-item.type-md-square .support-item__children ul {
    border-top: 1px solid #f0f0f0;
    padding: 0 10px;
  }

  .support-item.type-md-square .support-item__children li:not(:first-child) {
    border-top: 1px solid #f0f0f0;
  }

  .support-item.type-md-square .support-item__children li a {
    display: block;
    padding: 10px 0;
  }

  /* type-md-cr */
  .support-item.type-md-cr .support-item__placeholder {
    margin-left: -10px;
    margin-right: -10px;
  }

  .support-item.type-md-cr .support-item__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 0 10px;
    float: left;
    text-align: center;
    position: relative;
  }

  .support-item.type-md-cr .support-item__link:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    width: 1px;
    background-color: #f0f0f0;
  }

  .support-item.type-md-cr .support-item__title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .support-item.type-md-cr .support-item__icon {
    width: 78px;
    height: 78px;
    margin-top: 30px;
  }

  .support-item.type-md-cr .support-item__title {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .support-item.type-md-cr .support-item__children {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 10px;
    float: left;
    font-size: 13px;
  }

  .support-item.type-md-cr .support-item__children ul {
    padding: 40px 15px 0 5px;
  }

  .support-item.type-md-cr .support-item__children li {
    min-height: 3.15em;
  }

  .support-item.type-md-cr .support-item__children.short li {
    min-height: 2.15em;
  }

  /* type-md-cv */
  .support-item.type-md-cv .support-item__link {
    height: 78px;
  }

  .support-item.type-md-cv .support-item__icon {
    width: 45px;
    height: 45px;
    left: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .support-item.type-md-cv .support-item__title {
    display: block;
    height: 100%;
    padding-left: 65px;
    padding-right: 15px;
  }

  .support-item.type-md-cv .support-item__children {
    border-top: 1px solid #f0f0f0;
  }

  .support-item.type-md-cv .support-item__children ul {
    padding: 12px 15px 0;
  }

  .support-item.type-md-cv .support-item__children li:not(:first-child) {
    margin-top: 10px;
  }

  /* type-md-cl */
  .support-item.type-md-cl .support-item__link {
    position: static;
  }

  .support-item.type-md-cl .support-item__icon {
    width: 45px;
    height: 45px;
    left: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .support-item.type-md-cl .support-item__title {
    display: block;
    padding-left: 65px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .support-item.type-md-cl .support-item__children {
    padding-left: 65px;
    padding-right: 15px;
    padding-top: 3px;
  }

  .support-item.type-md-cl .support-item__children li {
    display: inline-block;
  }

  .support-item.type-md-cl .support-item__children a {
    margin-left: 0;
    text-indent: 0;
  }

  .support-item.type-md-cl .support-item__children a:before {
    content: "/ ";
  }

  .support-item.type-md-cl .support-item__children li:first-child a:before {
    content: "";
  }

  .support-item.layout-v2 {
    width: 25%;
    text-align: center;
  }
  .support-item.layout-v2 .support-item__placeholder {
    height: 120px;
  }
  .support-item.layout-v2 .support-item__link {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .support-item.layout-v2 .support-item__title {
    flex-grow: 1;
  }
  .support-item.layout-v2 .support-item__icon {
    margin-top: 10px;
  }
  .support-item.layout-v2 .support-item__icon svg {
    width: 53px;
    height: 53px;
  }
}
@media only screen and (max-width: 799px) {
  .support-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .support-row:first-child {
    margin-top: -10px;
  }

  .support-item {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    width: 50%;
    margin-top: 10px;
  }

  .support-item.width-sm-w {
    width: 100%;
  }

  .support-item-sm-clear {
    clear: both;
  }

  .support-item__link {
    height: 45px;
  }

  .support-item__icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 6px;
  }

  .support-item__title {
    display: block;
    height: 45px;
    padding-left: 40px;
    padding-right: 10px;
  }

  .support-item__children {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }

  .support-item__children_in {
    visibility: hidden;
  }

  .support-item__children ul {
    border-top: 1px solid #f0f0f0;
    padding: 0 10px 0 60px;
  }

  .support-item__children li:not(:first-child) {
    border-top: 1px solid #f0f0f0;
  }

  .support-item__children li a {
    display: block;
    padding: 15px 0;
    position: relative;
  }

  .support-item__children li a:after {
    content: "";
    background: url(/p-db/ctlg-static/common/etc/designs/panasonic/standardpage-clientlibs/images/icons/icn-nav-arrow-r.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
  }

  .support-item.layout-v2 .support-item__title {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .support-item {
    font-size: 12px;
  }
}
.support-item__link.withpanel {
  width: 100%;
  margin: 0;
  position: relative;
  color: inherit;
}
.support-item__link.withpanel::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -10px;
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: -17px;
  border-style: solid;
  border-width: 0 17px 28px;
  border-color: transparent transparent #ededed;
  cursor: default;
}
.support-item__link.withpanel[aria-expanded="true"]::after {
  display: block;
}

@media (min-width: 800px), print {
  .support-item__link.withpanel {
    font-size: 15px;
  }
  .support-item__link.withpanel::after {
    left: 50%;
  }
}
@media only screen and (max-width: 799px) {
  .support-item__link.withpanel {
    text-align: left;
    font-size: 12px;
  }
  .support-item__link.withpanel::after {
    left: 45px;
  }
}
.support-item__panel {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  background-color: #ededed;
  text-align: left;
  opacity: 0;
  transition: opacity .3s;
  visibility: hidden;
}
.support-item__panel[aria-hidden*="false"] {
  opacity: 1;
}
.support-item__panel__in {
  max-width: 976px;
  margin: auto;
}
.support-item__panel__close {
  display: block;
  margin-left: auto;
  position: relative;
}
.support-item__panel__close::after, .support-item__panel__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 141%;
  height: 1px;
  background-color: #333;
}
.support-item__panel__close::after {
  right: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.support-item__panel__close::before {
  left: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.support-item__panel__list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.support-item__panel__list__item {
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
}
.support-item__panel__list__item a {
  display: block;
  padding: 12px 0;
}
.support-item__panel__list__item a:hover {
  text-decoration: underline;
}

@media (min-width: 800px), print {
  .support-item__panel__in {
    padding: 40px 16px;
  }
  .support-item__panel__close {
    width: 29px;
    height: 29px;
  }
  .support-item__panel__list__item {
    width: 25%;
  }
}
@media only screen and (max-width: 799px) {
  .support-item__panel__in {
    padding: 30px 20px;
  }
  .support-item__panel__close {
    width: 17px;
    height: 17px;
  }
  .support-item__panel__list {
    flex-direction: column;
  }
}
