@charset "UTF-8";

.network-select {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 40px;
}

@media screen and (max-width: 519px) {
  .network-select {
    flex-direction: column;
    gap: 32px 0;
  }
}

.network-select__group {
  width: calc(100% / 3);
}

@media screen and (max-width: 519px) {
  .network-select__group {
    width: 100%;
  }
}

.network-select__label {
  font-weight: 500;
}

.network-select__label::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.network-select__label::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.network-select__content {
  margin-top: 12px;
}

.network-select__select {
  width: 100%;
  background: #fff;
  border: 1px solid #949494;
  border-radius: 6px;
  height: 44px;
  padding: 0.5em;
  box-sizing: border-box;
}

.network-select__paging {
  display: flex;
  align-items: flex-end;
}

@media print, (min-width: 1100px) {
  .c-heading-c + .c-heading-d {
    margin-top: 24px;
  }
}

.network-link-local {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 44px;
  margin-top: 44px;
}

@media screen and (max-width: 1099px) {
  .network-link-local {
    display: flex;
  }
}

.network-link-local li {
  font-size: 1.8rem;
}

@media screen and (max-width: 1099px) {
  .network-link-local li {
    display: block;
    margin-right: 0;
  }
}

.network-link-local a {
  position: relative;
}

@media screen and (max-width: 519px) {
  .network-link-local a {
    display: flex;
    padding-right: 1.5em;
  }
}

.network-link-local a::after {
  content: "";
  display: inline-block;
  width: 0.78em;
  height: calc(1em * 1.4);
  margin: 0 0 0.05em 0.44em;
  vertical-align: bottom;
  background: url("../svg/icon_down.svg") no-repeat 0 center;
  background-size: contain;
}

@media screen and (max-width: 519px) {
  .network-link-local a::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.network-business {
  margin-top: 60px;
}

.network-consumer {
  margin-top: 100px;
}

@media screen and (max-width: 519px) {
  .network-consumer {
    margin-top: 84px;
  }
}

.network-list {
  margin: 24px 0 60px;
  display: grid;
  gap: 32px 40px;
  grid-template-columns: repeat(3, 1fr);
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1099px) {
  .network-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .network-list {
    gap: 32px 32px;
  }
}

@media screen and (max-width: 519px) {
  .network-list {
    gap: 32px 20px;
  }
}

.network-list .network-list__item {
  text-align: inherit;
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 60px 40px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .network-list .network-list__item {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .network-list .network-list__item {
    gap: 60px 20px;
  }
}

@media screen and (max-width: 519px) {
  .network-list .network-list__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}

.network-list__body {
  order: 2;
}

.network-list__title {
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.network-list__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.network-list__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.network-list__text {
  margin-top: 10px;
  overflow-wrap: break-word;
}

.network-list__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.network-list__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.network-list__category {
  display: inline-block;
  text-align: center;
  min-height: 26px;
  padding: 3px 20px 0;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #f3f3f3;
  border-radius: 2px;
  box-sizing: border-box;
}

.network-list__lang-selector {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  text-align: left;
}

.network-list__lang-selector::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.network-list__lang-selector::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.network-list__lang-selector .c-icon {
  margin: 0 0 0.5em 0.44em;
}

.network-list__lang-selector a::after {
  content: "";
  display: inline-block;
  width: 0.44em;
  height: 0.88em;
  margin: 0 0 0.1em 0.44em;
  vertical-align: middle;
  background: url(../svg/icon_angle-right.svg) no-repeat 0 0;
  background-size: contain;
}

.network-list__lang-selector a[target="_blank"]::after {
  display: none;
}

.network-list__lang-selector + .network-list__lang-selector {
  margin-top: 12px;
}

.network-list__media {
  order: 1;
}

.network-list__media img {
  width: 100%;
  height: auto;
}

.network-lang-selector {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  text-align: left;
}

.network-lang-selector::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.network-lang-selector::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

@media screen and (max-width: 519px) {
  .network-lang-selector {
    margin-top: 32px;
  }
}

.network-lang-selector .c-icon {
  margin: 0 0 0.5em 0.44em;
}

.network-lang-selector a::after {
  content: "";
  display: inline-block;
  width: 0.44em;
  height: 0.88em;
  margin: 0 0 0.1em 0.44em;
  vertical-align: middle;
  background: url(../svg/icon_angle-right.svg) no-repeat 0 0;
  background-size: contain;
}

.network-lang-selector a[target="_blank"]::after {
  display: none;
}

.network-lang-selector + .network-lang-selector {
  margin-top: 12px;
}

.network-company-information {
  margin-top: 100px;
}

@media screen and (max-width: 519px) {
  .network-company-information {
    margin-top: 84px;
  }
}

.network-company-information .c-heading-c {
  margin-top: 24px;
}

@media screen and (max-width: 519px) {
  .network-company-information .c-heading-c {
    margin-top: 32px;
  }
}

.network-section {
  margin-top: 140px;
}

@media screen and (max-width: 519px) {
  .network-section {
    margin-top: 110px;
  }
}

/* -------------------------------------------------------------------------
Print
-------------------------------------------------------------------------- */
@media print {
  .c-button span {
    color: #fff;
  }
}
