/* ======================================================
 * add_common.css
 * ------------------------------------------------------
====================================================== */
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
/* ------------------------------------------------------
 * assist-fnav
------------------------------------------------------ */
  .Assist.type2 {
    top: 230px;
  }
  .assist-fnav-v2 {
    background-color: #fff;
  }
  .assist-fnav-v2__block {
    border-top: 3px solid #fff;
  }
  
  .assist-fnav-v2__block [class*="assist-fnav-v2__head"] {
    display: block;
    color: #fff;
    background-color: #9d4002;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }  
  .assist-fnav-v2__block .assist-fnav-v2__head--person {
    background-color: #9d4002;
  }  
  .assist-fnav-v2__block .assist-fnav-v2__head--corporate {
    background-color: #495363;
  }
  .assist-fnav-v2 .assist-fnav-v2__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .assist-fnav-v2 .assist-fnav-v2__list > li {
    border-top: 1px solid #fff;
  }
  .assist-fnav-v2 .assist-fnav-v2__list > li:first-child {
    border-top: none;
  }
  .assist-fnav-v2 [class*="assist-fnav-v2__type"] {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    width: 80px;
    height: 78px;
    flex-flow: column wrap;
  }
  .assist-fnav-v2 .assist-fnav-v2__type--contact {
    background-color: #fa6400;
  }
  .assist-fnav-v2 .assist-fnav-v2__type--pamphlet {
    height: 94px;
  }
  .assist-fnav-v2 [class*="assist-fnav-v2__type"]:hover {
    opacity: .7;
  }
  .assist-fnav-v2 [class*="assist-fnav-v2__type"]::before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    margin-bottom: 6px;
  }
  .assist-fnav-v2 .type-person [class*="assist-fnav-v2__type"] {
    background-color: #bf5c2b;
  }
  .assist-fnav-v2 .type-corporate [class*="assist-fnav-v2__type"] {
    background-color: #5f718e;
  }
  .assist-fnav-v2 .assist-fnav-v2__type--contact::before {
    height: 30px;
    background: url(/app-files/img/sprite/icon.svg#contact3-usage) no-repeat center/30px 30px;
  }
  .assist-fnav-v2 .assist-fnav-v2__type--document::before {
    height: 26px;
    background: url(/app-files/img/sprite/icon.svg#document2-usage) no-repeat center/22px 26px;
  }
  .assist-fnav-v2 .assist-fnav-v2__type--pamphlet::before {
    height: 26px;
    background: url(/app-files/img/sprite/icon.svg#pdf2-usage) no-repeat center/22px 26px;
  }
  .assist-fnav-v2 .assist-fnav-v2__text {
    font-weight: 700;
    font-size: 1.2rem;
  }
}

/* ======================================================
 * SP
====================================================== */
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
.footer-pagetop a {
  bottom: 90px !important;
}

  /* ------------------------------------------------------
   * Component
  ------------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .assist-fnav-v2 {
    display: flex;
  }
  .assist-fnav-v2 .assist-fnav-v2__block {
    width: calc((80% / 2) - .1px);
    border-left: 3px solid #fff;
  }
  .assist-fnav-v2.is-corporate .assist-fnav-v2__block {
    width: 66.6%;
  }
  .assist-fnav-v2__block [class*="assist-fnav-v2__head"] {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    height: 15px;
  }
  .assist-fnav-v2__block .assist-fnav-v2__head--person {
    background-color: #9d4002;
  }  
  .assist-fnav-v2__block .assist-fnav-v2__head--corporate {
    background-color: #495363;
  }
  .assist-fnav-v2 .assist-fnav-v2__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .assist-fnav-v2 .assist-fnav-v2__list > li {
    border-left: 1px solid #fff;
  }
  .assist-fnav-v2 .assist-fnav-v2__list.type-contact {
    width: 20%;
  }
  .assist-fnav-v2.is-corporate .assist-fnav-v2__list.type-contact {
    width: calc((100% / 3) - .1px);
  }
  .assist-fnav-v2 .assist-fnav-v2__list:not(.type-contact) {
    display: flex;
  }
  .assist-fnav-v2 .assist-fnav-v2__list:not(.type-contact) > li {
    width: 50%;
  }
  .assist-fnav-v2 .assist-fnav-v2__list > li:first-child {
    border-left: none;
  }
  .assist-fnav-v2 [class*="assist-fnav-v2__type"] {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    flex-flow: row wrap;
  }
  .assist-fnav-v2 .assist-fnav-v2__type--contact {
    height: 78px;
    background-color: #fa6400;
    padding: 12px 0 6px;
  }
  .assist-fnav-v2 .type-person [class*="assist-fnav-v2__type"] {
    height: 63px;
    background-color: #bf5c2b;
    padding: 3px 0 6px;
  }
  .assist-fnav-v2 .type-corporate [class*="assist-fnav-v2__type"] {
    height: 63px;
    background-color: #5f718e;
    padding: 3px 0 6px;
  }
  .assist-fnav-v2 [class*="assist-fnav-v2__type"]::before {
    display: block;
    content: "";
  }
  .assist-fnav-v2 .assist-fnav-v2__type--contact::before {
    position: relative;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url(/app-files/img/sprite/icon.svg#contact3-usage) no-repeat center/cover;
  }
  .assist-fnav-v2 .assist-fnav-v2__type--document::before {
    width: 17px;
    height: 20px;
    background: url(/app-files/img/sprite/icon.svg#document2-usage) no-repeat center/cover;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .assist-fnav-v2 .assist-fnav-v2__type--pamphlet::before {
    width: 17px;
    height: 20px;
    background: url(/app-files/img/sprite/icon.svg#pdf2-usage) no-repeat center/cover;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .assist-fnav-v2 .assist-fnav-v2__text {
    font-weight: 500;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .assist-fnav-v2 .assist-fnav-v2__block .assist-fnav-v2__text {
    margin-top: 24px;
  }
}