﻿@charset "utf-8";

/* ****************************************************
iijnews-renewal-home.css
Define container /news/iijnews/.
***************************************************** */
@media print, screen and (min-width: 769px) {
  /* iijnews-renewal-layout */
  .iijnews-renewal-layout {
    padding-bottom: 55px;
  }

  /* iijnews-container */
  #contentsContainer.iijnews-container {
    padding-bottom: 0;
  }

  /* iijnews-renewal-main-layout */
  .iijnews-renewal-main-layout {
    margin: 0 auto;
    padding: 34px 30px;
    max-width: 1260px;
    box-sizing: border-box;
  }
  .iijnews-renewal-main-layout > *:first-child {
    margin-top: 0;
  }

  /* iijnews-renewal-article-main */
  .iijnews-renewal-article-main {
    margin-top: 31px;
  }
  .iijnews-renewal-article-main * {
    box-sizing: border-box;
  }
  .iijnews-renewal-article-main__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 36px;
  }
  .iijnews-renewal-article-main__head {
    flex-shrink: 0;
  }
  .iijnews-renewal-article-main__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-article-main__heading__subtitle {
    color: #D7063B;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  .iijnews-renewal-article-main__heading__title {
    margin-top: 13px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-article-main__heading__number {
    margin-top: 10px;
    color: #757575;
    font-size: 14px;
    line-height: 1.4;
  }
  .iijnews-renewal-article-main__text-wrap {
    margin-top: 31px;
    padding: 25px 0;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
  }
  .iijnews-renewal-article-main__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  /* iijnews-renewal-small-contents */
  .iijnews-renewal-small-contents-wrap {
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
  }
  .iijnews-renewal-small-contents-wrap:not(:has(.iijnews-renewal-author-v2)) .iijnews-renewal-small-contents__inner {
    padding-bottom: 37px;
  }
  .iijnews-renewal-small-contents {
    box-sizing: border-box;
    background-color: #fff;
  }
  .iijnews-renewal-small-contents__inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 55px 30px 0 30px;
    max-width: 848px;
  }
  .iijnews-renewal-small-contents__inner > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner > .section:first-child > :first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner > section:first-child > :first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner .section > p {
    line-height: 1.6;
  }
  .iijnews-renewal-small-contents__inner .section > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner .div-list2 > .div-list-head,
  .iijnews-renewal-small-contents__inner .div-list2 > .div-list-body {
    line-height: 1.6;
  }
  .iijnews-renewal-small-contents__inner .align-right {
    line-height: 1.6;
  }

  /* iijnews-renewal-author */
  .iijnews-renewal-author {
    margin-top: 16px;
  }
  .iijnews-renewal-author__inner {
    display: flex;
    flex-flow: row wrap;
    gap: 16px 36px;
  }
  .iijnews-renewal-author__item {
    display: flex;
    width: calc((100% - 36px) / 2);
  }
  .iijnews-renewal-author__inner > *:only-child {
    display: flex;
    width: 100%;
  }
  .iijnews-renewal-author__head {
    flex-shrink: 0;
    width: 40px;
  }
  .iijnews-renewal-author__image {
    border-radius: 50%;
    overflow: hidden;
  }
  .iijnews-renewal-author__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-author__head + .iijnews-renewal-author__body {
    margin-left: 11px;
  }
  .iijnews-renewal-author__role {
    color: #D7063B;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-author__post {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.6;
  }
  .iijnews-renewal-author__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  .iijnews-renewal-author__text {
    margin-top: 15px;
  }
  .iijnews-renewal-author__link-list {
    list-style: none;
  }
  .iijnews-renewal-author__link-list > li {
    position: relative;
    margin: 8px 0 0 0;
    padding: 0 0 0 17px;
  }
  .iijnews-renewal-author__link-list > li::before {
    content: "";
    left: -1px;
    top: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/common/images/com_icn01.png) no-repeat;
  }
  .iijnews-renewal-author__normal-list {
    margin: 5px 0 0;
  }
  .iijnews-renewal-author__normal-list > li {
    margin: 0;
    padding: 0 0 0 17px;
    font-weight: normal;
    position: relative;
  }
  .iijnews-renewal-author__normal-list > li::before {
    content: "";
    left: -1px;
    top: 7px;
    position: absolute;
    width: 7px;
    height: 7px;
    background: url(/common/images/com_icn07.png) no-repeat;
  }

  /* iijnews-renewal-heading2 */
  .iijnews-renewal-heading2--center {
    text-align: center;
    margin-top: 54px;
  }
  .iijnews-renewal-heading2 {
    margin-top: 54px;
  }
  .iijnews-renewal-heading2__inner {
    position: relative;
    padding-bottom: 17px;
  }
  .iijnews-renewal-heading2__inner::after {
    content: "";
    background-color: #D7063B;
    width: 90px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .iijnews-renewal-heading2__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* iijnews-renewal-heading3 */
  .iijnews-renewal-heading3 {
    margin-top: 34px;
  }
  .iijnews-renewal-heading3__inner {
    display: flex;
    align-items: center;
    min-height: 68px;
    position: relative;
    padding-left: 21px;
  }
  .iijnews-renewal-heading3__inner::after {
    content: "";
    background-color: #D7063B;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .iijnews-renewal-heading3__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* iijnews-renewal-heading4 */
  .iijnews-renewal-heading4 {
    margin-top: 30px;
  }
  .iijnews-renewal-heading4__inner {
    position: relative;
    padding-left: 39px;
  }
  .iijnews-renewal-heading4__inner::before {
    content: "";
    background-color: #D7063B;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .iijnews-renewal-heading4__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* iijnews-renewal-author-v2 */
  .iijnews-renewal-author-v2 {
    margin-top: 37px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  .iijnews-renewal-author-v2__item {
    padding: 48px 32px;
    display: flex;
  }
  .iijnews-renewal-author-v2__item + .iijnews-renewal-author-v2__item {
    border-top: 1px solid #DDD;
  }
  .iijnews-renewal-author-v2__head {
    flex-shrink: 0;
    width: 96px;
  }
  .iijnews-renewal-author-v2__head + .iijnews-renewal-author-v2__body {
    margin-left: 15px;
  }
  .iijnews-renewal-author-v2__item:not(:has(.iijnews-renewal-author-v2__head)) .iijnews-renewal-author-v2__body {
    margin-left: 111px;
  }
  .iijnews-renewal-author-v2__image {
    border-radius: 50%;
    overflow: hidden;
  }
  .iijnews-renewal-author-v2__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-author-v2__role {
    color: #D7063B;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-author-v2__post {
    margin-top: 11px;
    font-size: 16px;
    line-height: 1.6;
  }
  .iijnews-renewal-author-v2__name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
  }
  .iijnews-renewal-author-v2__text {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.6;
  }

  /* iijnews-renewal-article-button */
  .iijnews-renewal-article-button-wrap {
    box-sizing: border-box;
    width: 100%;
    margin: 39px auto 0;
    padding: 0 30px;
    max-width: 1260px;
  }
  .iijnews-renewal-article-button-wrap * {
    box-sizing: border-box;
  }
  .iijnews-renewal-article-button {
    display: flex;
    border: 2px solid #333;
    border-radius: 16px;
    overflow: hidden;
  }
  .iijnews-renewal-article-button > [class*="__item"] {
    position: relative;
    width: calc(100% / 3);
    flex: 1;
  }
  .iijnews-renewal-article-button > [class*="__item"] > .iijnews-renewal-article-button__type::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    position: absolute;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-article-button__item--prev .iijnews-renewal-article-button__type::before {
    background-image: url(/news/iijnews/images/cmn_ic03_01.svg);
  }
  .iijnews-renewal-article-button__item--current .iijnews-renewal-article-button__type::before {
    background-image: url(/news/iijnews/images/cmn_ic03_02.svg);
  }
  .iijnews-renewal-article-button__item--next .iijnews-renewal-article-button__type::before {
    background-image: url(/news/iijnews/images/cmn_ic03_03.svg);
  }
  .iijnews-renewal-article-button__item--prev .iijnews-renewal-article-button__type:hover::before {
    background-image: url(/news/iijnews/images/cmn_ic03_04.svg);
  }
  .iijnews-renewal-article-button__item--current .iijnews-renewal-article-button__type:hover::before {
    background-image: url(/news/iijnews/images/cmn_ic03_05.svg);
  }
  .iijnews-renewal-article-button__item--next .iijnews-renewal-article-button__type:hover::before {
    background-image: url(/news/iijnews/images/cmn_ic03_06.svg);
  }
  .iijnews-renewal-article-button > [class*="__item"] + [class*="__item"] {
    border-left: 2px solid #333;
  }
  .iijnews-renewal-article-button > [class*="__item"] > .iijnews-renewal-article-button__type {
    height: 100%;
    padding: 64px 30px 18px 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-article-button > [class*="__item"] > .iijnews-renewal-article-button__type:hover {
    background-color: #D7063B;
    color: #fff;
    text-decoration: none;
  }
  .iijnews-renewal-article-button__type {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .iijnews-renewal-article-button__type > .iijnews-renewal-article-button__label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-article-button > .is-no-exist > .iijnews-renewal-article-button__type {
    background-color: #e0e0e0;
  }
  .iijnews-renewal-article-button > .is-no-exist > .iijnews-renewal-article-button__type:hover {
    background-color: #e0e0e0;
  }

  /* iijnews-renewal-button */
  .iijnews-renewal-button-wrap {
    box-sizing: border-box;
    width: 100%;
    margin: 29px auto 0;
    padding: 0 30px;
    max-width: 1260px;
  }
  .iijnews-renewal-button * {
    box-sizing: border-box;
  }
  .iijnews-renewal-button {
    display: flex;
    justify-content: center;
  }
  .iijnews-renewal-button > .iijnews-renewal-button__type {
    color: #fff;
    background-color: #333;
    position: relative;
  }
  .iijnews-renewal-button > .iijnews-renewal-button__type:hover {
    background: #d7063b;
    color: #fff;
    text-decoration: none;
  }
  .iijnews-renewal-button__type {
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    padding: 10px 46px 10px 37px;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
    width: 376px;
    min-height: 56px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
  }
  .iijnews-renewal-button__type::after {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }

  /* iijnews-renewal-layout-v2 */
  .iijnews-renewal-layout-v2 {
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 30px 54px;
    max-width: 1260px;
  }
  .iijnews-renewal-layout-v2 * {
    box-sizing: border-box;
  }

  /* iijnews-renewal-suggest */
  .iijnews-renewal-suggest-wrap {
    margin-top: 54px;
  }
  .iijnews-renewal-suggest-wrap > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-suggest {
    margin-top: 54px;
  }
  .iijnews-renewal-suggest__heading {
    margin-top: 54px;
  }
  .iijnews-renewal-suggest__heading__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-suggest__inner {
    display: flex;
    gap: 36px;
  }
  .iijnews-renewal-suggest__card-wrap {
    margin-top: 36px;
  }
  .iijnews-renewal-suggest__inner.slick-initialized > .slick-list {
    margin: 0 -18px;
  }
  .iijnews-renewal-suggest__inner.slick-initialized > .slick-list > .slick-track {
    display: flex;
    padding-bottom: 21px;
  }
  .iijnews-renewal-suggest__inner.slick-initialized > .slick-list > .slick-track .iijnews-renewal-suggest__card__item {
    margin: 0 18px;
  }
  .iijnews-renewal-suggest__inner:not(.slick-initialized) .iijnews-renewal-suggest__card__item {
    width: 376px;
    height: auto;
  }
  .iijnews-renewal-suggest__card__item {
    height: auto;
  }
  .iijnews-renewal-suggest__card__type {
    padding: 26px 22px;
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid #DDD;
    border-radius: 18px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.10);
  }
  .iijnews-renewal-suggest__card__type:hover {
    text-decoration: none;
  }
  .iijnews-renewal-suggest__card__type:hover .iijnews-renewal-suggest__card__title {
    color: #D7063B;
  }
  .iijnews-renewal-suggest__card__categroy-wrap {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .iijnews-renewal-suggest__card__categroy--parent {
    flex-shrink: 0;
  }
  .iijnews-renewal-suggest__card__categroy--parent,
  .iijnews-renewal-suggest__card__categroy__hyphen,
  .iijnews-renewal-suggest__card__categroy--child {
    color: #D7063B;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-suggest__card__title {
    margin-top: 4px;
    color: #336699;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-suggest__card__title::after {
    position: relative;
    display: inline-block;
    top: -2px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #d91547;
    border-right: 2px solid #d91547;
    transform: rotateZ(45deg);
    content: '';
  }
  .iijnews-renewal-suggest__card__text {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
  }
  .iijnews-renewal-suggest__card__author {
    margin-top: 7px;
    display: flex;
    align-items: center;
  }
  .iijnews-renewal-suggest__card__author + .iijnews-renewal-suggest__card__author {
    margin-top: 8px;
  }
  .iijnews-renewal-suggest__card__author__head {
    flex-shrink: 0;
    width: 40px;
  }
  .iijnews-renewal-suggest__card__author__image {
    border-radius: 50%;
    overflow: hidden;
  }
  .iijnews-renewal-suggest__card__author__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-suggest__card__author__body {
    margin-left: 9px;
  }
  .iijnews-renewal-suggest__card__author__post {
    color: #333;
    font-size: 12px;
    line-height: 1.6;
  }
  .iijnews-renewal-suggest__card__author__name {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
  }
  /* control */
  .iijnews-renewal-suggest__card__control {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
  .iijnews-renewal-suggest__card__control__arrows {
    display: flex;
    align-items: center;
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-prev {
    position: relative;
    z-index: 1;
    margin: 0 30px 0 0;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    background: none;
    text-indent: -100vw;
    white-space: nowrap;
    background-color: #d7063b;
    width: 39px;
    height: 39px;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-prev:hover,
  .iijnews-renewal-suggest__card__control__arrows .slick-next:hover {
    opacity: .7;
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-prev::after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 6px);
    transform: rotateZ(-135deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    content: "";
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-next {
    position: relative;
    z-index: 1;
    margin: 0 0 0 30px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    background: none;
    text-indent: -100vw;
    white-space: nowrap;
    background-color: #d7063b;
    width: 39px;
    height: 39px;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-next::after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    transform: rotateZ(45deg);
    content: "";
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 3px 15px;
    margin: 0;
    padding: 0;
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots li {
    display: flex;
    margin: 0;
    font-size: 0;
    list-style: none;
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots li > button {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #bbbbbb;
    text-indent: -9999em;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots li.slick-active > button {
    background-color: #d7063b;
    pointer-events: none;
  }
  .iijnews-renewal-suggest__card__pager .slick-dots > li.slick-active > button {
    background-color: #d7063b;
    pointer-events: none;
  }
  .iijnews-renewal-suggest__card__pager .slick-dots > li > button:hover {
    background-color: #d7063b;
  }

  /* iijnews-renewal-detail-table */
  .iijnews-renewal-detail-table {
    margin: 0.8rem 0 0;
    width: 100%;
  }
  .iijnews-renewal-detail-table-body-v2 {
    margin: auto;
    width: 100%;
  }
  .iijnews-renewal-detail-table-matrix {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }

  .iijnews-renewal-detail-table-w-30per {
    width: 30%;
  }
  .iijnews-renewal-detail-table-w-40per {
    width: 40%;
  }
  .iijnews-renewal-detail-table-w-60per {
    width: 60%;
  }
  .iijnews-renewal-detail-table-w-70per {
    width: 70%;
  }
  [class*=iijnews-renewal-detail-table-cell] {
    padding: 1rem 1.3rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .iijnews-renewal-detail-table-cell-lv2 {
    font-weight: bold;
  }

  /* iijnews-renewal-detail-column */
  .iijnews-renewal-detail-column {
    margin: 0.8rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .iijnews-renewal-detail-column-body > .iijnews-renewal-detail-table {
    margin: 0;
  }
  .iijnews-renewal-detail-column-image {
    text-align: center;
    width: 100%;
  }
  .iijnews-renewal-detail-column-image > img {
    max-width: 100%;
  }

  /* iijnews-renewal-borderbox */
  .iijnews-renewal-borderbox {
    margin: 20px 0 0;
    padding: 15px 20px;
    border: 1px solid #ccc;
    background-color: #ffffff;
  }

  /* iijnews-renewal-borderbox-col */
  .iijnews-renewal-borderbox-col {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  .iijnews-renewal-borderbox-col__item {
    width: calc((100% - 36px) / 2);
  }
  .iijnews-renewal-borderbox-col__item > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-borderbox-col__image {
    width: 100%;
  }
  .iijnews-renewal-borderbox-col__image > img {
    width: 100%;
    display: block;
  }

  /* iijnews-vol-note-list */
  .iijnews-vol-note-list-wrap {
    margin-top: 30px;
  }
  .iijnews-vol-note-list > li {
    position: relative;
    padding-left: 20px;
  }
  .iijnews-vol-note-list > li + li {
    margin-top: 10px;
  }
  .iijnews-vol-note-list__mark {
    position: absolute;
    left: 0;
    top: 0;
  }

  /* iijnews-vol-note-list-v2 */
  .iijnews-vol-note-list-v2-wrap {
    margin-top: 30px;
  }
  .iijnews-vol-note-list-v2 > li {
    position: relative;
    padding-left: 125px;
  }
  .iijnews-vol-note-list-v2 > li + li {
    margin-top: 10px;
  }
  .iijnews-vol-note-list-v2__mark {
    position: absolute;
    left: 0;
    top: 0;
  }

  /* iijnews-vol-note-order-list */
  .iijnews-vol-note-order-list-wrap {
    margin-top: 30px;
  }
  .iijnews-vol-note-order-list > li {
    word-break: break-all;
    position: relative;
    padding-left: 40px;
  }
  .iijnews-vol-note-order-list > li + li {
    margin-top: 10px;
  }
  .iijnews-vol-note-order-list__mark {
    position: absolute;
    left: 0;
    top: 0;
  }

}
@media only screen and (max-width: 768px) {
  /* iijnews-renewal-layout */
  .iijnews-renewal-layout {
    margin: 0 -15px;
    padding: 22px 15px 44px;
  }

  /* iijnews-container */
  #contentsContainer.iijnews-container {
    padding: 0 15px;
  }

  /* iijnews-renewal-main-layout */
  .iijnews-renewal-main-layout {
    width: 100%;
    box-sizing: border-box;
  }
  .iijnews-renewal-main-layout > *:first-child {
    margin-top: 0;
  }

  /* iijnews-renewal-article-main */
  .iijnews-renewal-article-main {
    margin-top: 31px;
  }
  .iijnews-renewal-article-main * {
    box-sizing: border-box;
  }
  .iijnews-renewal-article-main__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 19px;
  }
  .iijnews-renewal-article-main__inner > * {
    width: 100%;
  }
  .iijnews-renewal-article-main__body {
    margin-top: 19px;
  }
  .iijnews-renewal-article-main__image {
    display: flex;
    justify-content: center;
  }
  .iijnews-renewal-article-main__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-article-main__heading__subtitle {
    color: #D7063B;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-article-main__heading__title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-article-main__heading__number {
    margin-top: 8px;
    color: #757575;
    font-size: 12px;
    line-height: 1.4;
  }
  .iijnews-renewal-article-main__text-wrap {
    margin-top: 21px;
    padding: 18px 0;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
  }
  .iijnews-renewal-article-main__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  /* iijnews-renewal-small-contents */
  .iijnews-renewal-small-contents-wrap {
    margin-top: 21px;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
  }
  .iijnews-renewal-small-contents-wrap:not(:has(.iijnews-renewal-author-v2)) .iijnews-renewal-small-contents__inner {
    padding-bottom: 24px;
  }
  .iijnews-renewal-small-contents {
    box-sizing: border-box;
    background-color: #fff;
  }
  .iijnews-renewal-small-contents__inner {
    box-sizing: border-box;
    padding: 46px 15px 0;
    width: 100%;
  }
  .iijnews-renewal-small-contents__inner > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner > .section:first-child > :first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner > section:first-child > :first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner .section > p {
    line-height: 1.6;
  }
  .iijnews-renewal-small-contents__inner .section > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-small-contents__inner .div-list2 > .div-list-head,
  .iijnews-renewal-small-contents__inner .div-list2 > .div-list-body {
    line-height: 1.6;
  }
  .iijnews-renewal-small-contents__inner .align-right {
    line-height: 1.6;
  }

  /* iijnews-renewal-author */
  .iijnews-renewal-author {
    margin-top: 16px;
  }
  .iijnews-renewal-author__item {
    display: flex;
    width: 100%
  }
  .iijnews-renewal-author__item + .iijnews-renewal-author__item {
    margin-top: 11px;
  }
  .iijnews-renewal-author__head {
    flex-shrink: 0;
    width: 40px;
  }
  .iijnews-renewal-author__image {
    border-radius: 50%;
    overflow: hidden;
  }
  .iijnews-renewal-author__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-author__head + .iijnews-renewal-author__body {
    margin-left: 7px;
  }
  .iijnews-renewal-author__role {
    color: #D7063B;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-author__post {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
  }
  .iijnews-renewal-author__name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .iijnews-renewal-author__text {
    margin-top: 5px;
  }
  .iijnews-renewal-author__link-list {
    list-style: none;
  }
  .iijnews-renewal-author__link-list > li {
    position: relative;
    margin: 5px 0 0 0;
    padding: 0 0 0 17px;
  }
  .iijnews-renewal-author__link-list > li::before {
    content: "";
    left: -1px;
    top: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/common/images/com_icn01.png) no-repeat;
  }
  .iijnews-renewal-author__normal-list {
    margin: 5px 0 0;
  }
  .iijnews-renewal-author__normal-list > li {
    margin: 0;
    padding: 0 0 0 17px;
    font-weight: normal;
    position: relative;
  }
  .iijnews-renewal-author__normal-list > li::before {
    content: "";
    left: -1px;
    top: 5px;
    position: absolute;
    width: 7px;
    height: 7px;
    background: url(/common/images/com_icn07.png) no-repeat;
  }

  /* iijnews-renewal-heading2 */
  .iijnews-renewal-heading2--center {
    text-align: center;
    margin-top: 44px;
  }
  .iijnews-renewal-heading2 {
    margin-top: 44px;
  }
  .iijnews-renewal-heading2__inner {
    position: relative;
    padding-bottom: 12px;
  }
  .iijnews-renewal-heading2__inner::after {
    content: "";
    background-color: #D7063B;
    width: 90px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .iijnews-renewal-heading2__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* iijnews-renewal-heading3 */
  .iijnews-renewal-heading3 {
    margin-top: 32px;
  }
  .iijnews-renewal-heading3__inner {
    display: flex;
    align-items: center;
    min-height: 44px;
    position: relative;
    padding-left: 15px;
  }
  .iijnews-renewal-heading3__inner::after {
    content: "";
    background-color: #D7063B;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .iijnews-renewal-heading3__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* iijnews-renewal-heading4 */
  .iijnews-renewal-heading4 {
    margin-top: 29px;
  }
  .iijnews-renewal-heading4__inner {
    position: relative;
    padding-left: 34px;
  }
  .iijnews-renewal-heading4__inner::before {
    content: "";
    background-color: #D7063B;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .iijnews-renewal-heading4__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* iijnews-renewal-author-v2 */
  .iijnews-renewal-author-v2 {
    margin-top: 24px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  .iijnews-renewal-author-v2__item {
    padding: 21px 14px;
    display: flex;
  }
  .iijnews-renewal-author-v2__item + .iijnews-renewal-author-v2__item {
    border-top: 1px solid #DDD;
  }
  .iijnews-renewal-author-v2__head {
    flex-shrink: 0;
    width: 60px;
  }
  .iijnews-renewal-author-v2__head + .iijnews-renewal-author-v2__body {
    margin-left: 15px;
  }
  .iijnews-renewal-author-v2__image {
    border-radius: 50%;
    overflow: hidden;
  }
  .iijnews-renewal-author-v2__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-author-v2__role {
    color: #D7063B;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-author-v2__post {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
  .iijnews-renewal-author-v2__name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .iijnews-renewal-author-v2__text {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.6;
  }

  /* iijnews-renewal-article-button */
  .iijnews-renewal-article-button-wrap {
    box-sizing: border-box;
    width: 100%;
    margin-top: 48px;
    max-width: 1260px;
  }
  .iijnews-renewal-article-button-wrap * {
    box-sizing: border-box;
  }
  .iijnews-renewal-article-button {
    display: flex;
    border: 2px solid #333;
    border-radius: 16px;
    overflow: hidden;
  }
  .iijnews-renewal-article-button > [class*="__item"] {
    position: relative;
  }
  .iijnews-renewal-article-button > [class*="__item"] > .iijnews-renewal-article-button__type::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    position: absolute;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-article-button__item--prev,
  .iijnews-renewal-article-button__item--next {
    width: 29.5%;
  }
  .iijnews-renewal-article-button__item--current {
    width: 41%;
  }
  .iijnews-renewal-article-button__item--prev .iijnews-renewal-article-button__type::before {
    background-image: url(/news/iijnews/images/cmn_ic03_01.svg);
  }
  .iijnews-renewal-article-button__item--current .iijnews-renewal-article-button__type::before {
    background-image: url(/news/iijnews/images/cmn_ic03_02.svg);
  }
  .iijnews-renewal-article-button__item--next .iijnews-renewal-article-button__type::before {
    background-image: url(/news/iijnews/images/cmn_ic03_03.svg);
  }
  .iijnews-renewal-article-button > [class*="__item"] + [class*="__item"] {
    border-left: 2px solid #333;
  }
  .iijnews-renewal-article-button > [class*="__item"] > .iijnews-renewal-article-button__type {
    height: 100%;
    padding: 48px 14px 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
  }
  .iijnews-renewal-article-button > [class*="__item"] > .iijnews-renewal-article-button__type:hover {
    text-decoration: none;
  }
  .iijnews-renewal-article-button__type {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .iijnews-renewal-article-button__type > .iijnews-renewal-article-button__label {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-article-button > .is-no-exist > .iijnews-renewal-article-button__type {
    background-color: #e0e0e0;
  }

  /* iijnews-renewal-button */
  .iijnews-renewal-button-wrap {
    box-sizing: border-box;
    width: 100%;
    margin-top: 14px;
  }
  .iijnews-renewal-button * {
    box-sizing: border-box;
  }
  .iijnews-renewal-button {
    display: flex;
    justify-content: center;
  }
  .iijnews-renewal-button > .iijnews-renewal-button__type {
    color: #fff;
    background-color: #333;
    position: relative;
  }
  .iijnews-renewal-button > .iijnews-renewal-button__type:hover {
    color: #fff;
    text-decoration: none;
  }
  .iijnews-renewal-button__type {
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    padding: 13px 46px 13px 37px;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
  }
  .iijnews-renewal-button__type::after {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }

  /* iijnews-renewal-layout-v2 */
  .iijnews-renewal-layout-v2 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 0 43px;
  }
  .iijnews-renewal-layout-v2 * {
    box-sizing: border-box;
  }

  /* iijnews-renewal-suggest */
  .iijnews-renewal-suggest-wrap {
    margin-top: 44px;
  }
  .iijnews-renewal-suggest-wrap > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-suggest {
    margin-top: 44px;
  }
  .iijnews-renewal-suggest__heading {
    margin-top: 44px;
  }
  .iijnews-renewal-suggest__heading__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-suggest__inner.slick-initialized > .slick-list {
    margin: 0 -7.5px;
    padding: 0 26% 0 0 !important;
    overflow: visible;
  }
  .iijnews-renewal-suggest__inner.slick-initialized > .slick-list > .slick-track {
    display: flex;
    padding-bottom: 25px;
  }
  .iijnews-renewal-suggest__inner.slick-initialized > .slick-list > .slick-track .iijnews-renewal-suggest__card__item {
    margin: 0 7.5px;
  }
  .iijnews-renewal-suggest__inner:not(.slick-initialized) .iijnews-renewal-suggest__card__item {
    height: auto;
  }
  .iijnews-renewal-suggest__card__item {
    height: auto;
  }
  .iijnews-renewal-suggest__card-wrap {
    margin-top: 32px;
  }
  .iijnews-renewal-suggest__card__type {
    padding: 17px 20px;
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid #DDD;
    border-radius: 16px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.10);
  }
  .iijnews-renewal-suggest__card__type:hover {
    text-decoration: none;
  }
  .iijnews-renewal-suggest__card__categroy-wrap {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .iijnews-renewal-suggest__card__categroy--parent {
    flex-shrink: 0;
  }
  .iijnews-renewal-suggest__card__categroy--parent,
  .iijnews-renewal-suggest__card__categroy__hyphen,
  .iijnews-renewal-suggest__card__categroy--child {
    color: #D7063B;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
  .iijnews-renewal-suggest__card__title {
    margin-top: 7px;
    color: #336699;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-suggest__card__title::after {
    position: relative;
    display: inline-block;
    top: -2px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #d91547;
    border-right: 2px solid #d91547;
    transform: rotateZ(45deg);
    content: '';
  }
  .iijnews-renewal-suggest__card__text {
    margin-top: 7px;
    color: #333;
    font-size: 12px;
    line-height: 1.6;
  }
  .iijnews-renewal-suggest__card__author {
    margin-top: 7px;
    display: flex;
    align-items: center;
  }
  .iijnews-renewal-suggest__card__author + .iijnews-renewal-suggest__card__author {
    margin-top: 8px;
  }
  .iijnews-renewal-suggest__card__author__head {
    flex-shrink: 0;
    width: 40px;
  }
  .iijnews-renewal-suggest__card__author__image {
    border-radius: 50%;
    overflow: hidden;
  }
  .iijnews-renewal-suggest__card__author__image > img {
    display: block;
    width: 100%;
  }
  .iijnews-renewal-suggest__card__author__body {
    margin-left: 8px;
  }
  .iijnews-renewal-suggest__card__author__post {
    color: #333;
    font-size: 10px;
    line-height: 1.6;
  }
  .iijnews-renewal-suggest__card__author__name {
    color: #333;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.6;
  }
  /* control */
  .iijnews-renewal-suggest__card__control {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
  .iijnews-renewal-suggest__card__control__arrows {
    display: flex;
    align-items: center;
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-prev {
    position: relative;
    z-index: 1;
    margin: 0 30px 0 0;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    background: none;
    text-indent: -100vw;
    white-space: nowrap;
    background-color: #d7063b;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-prev::after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 6px);
    transform: rotateZ(-135deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    content: "";
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-next {
    position: relative;
    z-index: 1;
    margin: 0 0 0 30px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    background: none;
    text-indent: -100vw;
    white-space: nowrap;
    background-color: #d7063b;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-suggest__card__control__arrows .slick-next::after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    transform: rotateZ(45deg);
    content: "";
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 3px 15px;
    margin: 0;
    padding: 0;
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots li {
    display: flex;
    margin: 0;
    font-size: 0;
    list-style: none;
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots li > button {
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #bbbbbb;
    text-indent: -9999em;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .iijnews-renewal-suggest__card__pager > .slick-dots li.slick-active > button {
    background-color: #d7063b;
    pointer-events: none;
  }
  .iijnews-renewal-suggest__card__pager .slick-dots > li.slick-active > button {
    background-color: #d7063b;
    pointer-events: none;
  }

  /* iijnews-renewal-detail-table */
  .iijnews-renewal-detail-table {
    margin: 0.8rem 0 0;
    width: 100%;
  }
  .iijnews-renewal-detail-table-matrix {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  .iijnews-renewal-detail-table-w-30per {
    width: 30%;
  }
  .iijnews-renewal-detail-table-w-40per {
    width: 40%;
  }
  .iijnews-renewal-detail-table-w-60per {
    width: 60%;
  }
  .iijnews-renewal-detail-table-w-70per {
    width: 70%;
  }
  [class*=iijnews-renewal-detail-table-cell] {
    padding: .8rem 1.1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .iijnews-renewal-detail-table-cell-lv2 {
    font-weight: bold;
  }

  /* iijnews-renewal-detail-column */
  .iijnews-renewal-detail-column {
    margin: 0.8rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
  }
  .iijnews-renewal-detail-column-item {
    width: 100%;
  }
  .iijnews-renewal-detail-column-item > .iijnews-renewal-detail-table {
    margin: 0;
  }
  .iijnews-renewal-detail-column-image {
    text-align: center;
    width: 100%;
  }
  .iijnews-renewal-detail-column-image > img {
    max-width: 100%;
  }


  /* iijnews-renewal-borderbox */
  .iijnews-renewal-borderbox {
    margin: 20px 0 0;
    padding: 15px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
  }

  /* iijnews-renewal-borderbox-col */
  .iijnews-renewal-borderbox-col {
    display: block;
  }
  .iijnews-renewal-borderbox-col__item {
    width: 100%;
  }
  .iijnews-renewal-borderbox-col__item > *:first-child {
    margin-top: 0;
  }
  .iijnews-renewal-borderbox-col__image {
    width: 100%;
  }
  .iijnews-renewal-borderbox-col__image > img {
    width: 100%;
    display: block;
  }

  /* iijnews-vol-note-list */
  .iijnews-vol-note-list-wrap {
    margin-top: 30px;
  }
  .iijnews-vol-note-list > li {
    position: relative;
    padding-left: 20px;
  }
  .iijnews-vol-note-list > li + li {
    margin-top: 10px;
  }
  .iijnews-vol-note-list__mark {
    position: absolute;
    left: 0;
    top: 0;
  }

  /* iijnews-vol-note-list-v2 */
  .iijnews-vol-note-list-v2-wrap {
    margin-top: 30px;
  }
  .iijnews-vol-note-list-v2 > li {
    position: relative;
    padding-left: 100px;
  }
  .iijnews-vol-note-list-v2 > li + li {
    margin-top: 10px;
  }
  .iijnews-vol-note-list-v2__mark {
    position: absolute;
    left: 0;
    top: 0;
  }

  /* iijnews-vol-note-order-list */
  .iijnews-vol-note-order-list-wrap {
    margin-top: 30px;
  }
  .iijnews-vol-note-order-list > li {
    word-break: break-all;
    position: relative;
    padding-left: 40px;
  }
  .iijnews-vol-note-order-list > li + li {
    margin-top: 10px;
  }
  .iijnews-vol-note-order-list__mark {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* clearFix
=================================*/