@charset "utf-8";
/* ======================================================
 * supportprogram.css
 * ------------------------------------------------------
 * Base
 * - Reset
 * - Override
 * - General Purpose
 * - Layout
 * - Diversion Parts
 * - Parts
 * @media print, screen and (min-width: 768px)
 * - Override
 * - General Purpose
 * - Layout
 * - Diversion Parts
 * - Parts
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - General Purpose
 * - Layout
 * - Diversion Parts
 * - Parts
 * SP Media Queries
 * Print
====================================================== */
/* ======================================================
 * Base
====================================================== */
/* ------------------------------------------------------
* Reset
------------------------------------------------------ */
/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
/* ------------------------------------------------------
 * Layout
------------------------------------------------------ */
/* --- Parts --- */
.icon_pdf {
  vertical-align: -1px;
}
.listVerticalDotIn > li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(//media3.kddi.com/extlib/module/icon_dot_03.gif) no-repeat left 8px;
}
.listVerticalDotIn > li:last-child {
  margin-bottom: 0;
}
.koip-list__normal > li:not(:last-child) {
  margin-bottom: 10px;
}
.koip-list__normal + *, .koip-list__description + *, .listVerticalDotIn + * {
  margin-top: 10px !important;
}
.koip-list__description + .koip-list__description {
  margin-top: 15px !important;
}
.koip-list__description > dt {
  margin-bottom: 6px;
}
.koip-lnav__list-arrow {
  flex: 0 0 3px;
  margin-right: 6px;
  width: 3px;
  height: 8px;
  fill: #0e0d6a;
}
.koip .koip-box__item.-title {
  margin-bottom: 80px;
}
.mugenNaviList li .koip-lnav__list-link{
  color: #0e0d6a;
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}
.mugenNaviList li .koip-lnav__list-link a{
  color: #0e0d6a;
}
/* --- Task & Asset --- */
.koip .koip-list__union-title {
  margin-bottom: 0 !important;
}
.koip .koip-btn.-litegreen::after {
  border-color: #6cd9c2;
}
.-litegreen {
  background-color: #6cd9c2;
}
.koip-list__union-wrap {
  margin-bottom: -1px;
  border-top: solid 1px #e6e9ee;
  border-bottom: solid 1px #e6e9ee;
}
.koip-list__union-wrap a {
  color: #0066aa !important;
  word-break: break-all;
}
.koip-list__union-wrap a:hover {
  color: #1d9bff !important;
  text-decoration: underline !important;
}
.koip .koip-list__union {
  padding: 0 20px;
}
.koip .koip-list__union-item {
  border: none;
}
.koip .koip-list__business-item {
  display: inline-block;
  width: 80px;
  margin: 0;
  text-align: center;
}
.koip .koip-list__business-item.-task {
  background-color: #0e0d6a;
  color: #ffffff;
}
.koip .koip-list__business-item.-asset {
  background-color: #0abf99;
  color: #ffffff;
}
.koip-list__business-item_wrap {
  padding: 10px !important;
}
.task .koip-list__business-item_wrap {
  border: solid 1px #0e0d6a;
}
.asset .koip-list__business-item_wrap {
  border: solid 1px #0abf99;
}
.koip-list__union-wrap .koip-list__union-title .koip-list__partners-img {
  height: auto;
}
/* --- Accordion --- */
.accordion .accordion_head {
  display: block;
  position: relative;
}
.accordion .accordion_head a {
  display: flex;
  align-items: center;
  color: #555566 !important;
}
.accordion .accordion_head a:hover {
  text-decoration: none !important;
}
.accordion .accordion_head.open a::before {
  background-color: #cccccc;
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0;
  height: 1px;
  transform: translate(50%, 0);
}
.accordion .accordion_head a .icon {
  color: #0e0d6a;
  width: 24px;
  height: 24px;
}
.accordion .accordion_head a .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .accordion_head a .icon::before, .accordion .accordion_head a .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #0e0d6a;
}
.accordion .accordion_head.open a .icon::after {
  width: auto;
  height: auto;
  right: 0;
}
/* --- Entry Flow --- */
.koip .koip-list__flow-item ._item-description ._item-inner {
  width: 100%;
}
/* --- Entry Button --- */
.koip .entry_float {
  margin-bottom: 0;
  height: 50px;
}
#entry_float_inner {
  position: fixed;
  z-index: 101;
  right: 0px;
  bottom: 60px;
}
.koip .entry_float #entry_float_inner .koip-btn.-large {
  height: 50px;
  min-width: auto;
  min-height: auto;
  font-size: 100%;
}
/* ======================================================
 * PC
====================================================== */
@media screen and (min-width: 769px) {
  /* --- Parts --- */
  .koip-footer {
    margin-top: 120px;
  }
  .mugenNaviList li .koip-lnav__list-link:hover,.mugenNaviList li .koip-lnav__list-link a:hover{
    color: #1d9bff;
    text-decoration: underline !important;
  }
  /* --- Task & Asset --- */
  .koip-list__union-title {
    font-size: 18px;
  }
  .koip .koip-list__union {
    justify-content: space-between;
    margin: 0;
  }
  .koip .koip-list__union-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    margin: 0;
    padding: 0;
  }
  .koip .koip-list__union-item.col1 {
    width: 100%;
  }
  .koip-list__business-item_wrap {
    flex-grow: 1;
    margin: 2px 0 30px !important;
  }
  .koip-list__union-wrap .koip-list__union-title .corpLogo {
    width: 150px;
    text-align: center;
    margin-right: 20px;
  }
  /* --- Accordion --- */
  .accordion .accordion_head a {
    height: 100px;
    padding: 0 50px 0 20px;
  }
  .accordion .accordion_head a .icon:before, .accordion .accordion_head a .icon::after {
    width: 24px;
    height: 3px;
    right: 20px;
  }
  /* --- Entry Flow --- */
  .koip .koip-list__flow-item ._item-term {
    flex: 0 0 90px
  }
  /* --- Entry Button --- */
  .koip .koip-btn.-large, .koip-footer .koip-btn.-large {
    height: 80px;
  }
  .-litegreen:hover {
    color: #6cd9c2;
  }
  .koip .koip-btn.-litegreen:hover svg {
    fill: #6cd9c2;
  }
  #entry_float_inner.stop {
    text-align: right;
    position: static !important;
    bottom: 0 !important;
  }
}
/* ======================================================
 * SP
====================================================== */
@media screen and (max-width: 768px) {
  /* --- Parts --- */
  /* --- Task & Asset --- */
  .koip-list__union-title {
    font-size: 15px;
  }
  .koip-list__union {}
  .koip .koip-list__union-item {
    padding: 0;
  }
  .koip .koip-list__union-item:last-child {
    margin-bottom: 30px;
  }
  .koip-list__business-item_wrap {
    margin: 2px 0 15px !important;
  }
  .koip-list__union-wrap .koip-list__union-title .corpLogo {
    width: 100px;
    text-align: center;
    margin-right: 20px;
  }
  .koip-list__union-wrap .koip-list__union-title .corpName {
    width: calc(100% - 120px);
  }
  .koip-list__union-wrap .koip-list__union-title .koip-list__partners-img {
    max-width: 100%;
  }
  .koip-list__partners-img.w90px {
    width: 90px;
  }
  .koip-list__partners-img.w80px {
    width: 80px;
  }
  .koip-list__partners-img.w70px {
    width: 70px;
  }
  .koip-list__partners-img.w60px {
    width: 60px;
  }
  .koip-list__partners-img.w50px {
    width: 50px;
  }
  .koip-list__partners-img.w40px {
    width: 40px;
  }
  /* --- Accordion --- */
  .accordion .accordion_head a {
    min-height: 80px;
    padding: 20px 40px 20px 20px;
  }
  .accordion .accordion_head a .icon:before, .accordion .accordion_head a .icon::after {
    width: 18px;
    height: 2px;
    right: 10px;
  }
  /* --- Entry Flow --- */
  .koip .koip-list__flow-item ._item-term {
    flex: 0 0 80px;
  }
  /* --- Entry Button --- */
  #entry_float_inner {
    bottom: 0;
    margin-right: 0;
    right: 0;
    width: 100%;
  }
  .koip .entry_float {
    height: 0;
  }
  .koip .entry_float #entry_float_inner .koip-btn.-large {
    width: 100%;
  }
}