@charset "UTF-8";
:root {
  --black: #000000;
  --gray: #cccccc;
  --grayBright: #f2f2f2;
  --grayMiddle: #858585;
  --grayDark: #404040;
  --white: #ffffff;
  --orange: #ff7223;
  --blueBright: #EAF5FF;
  --blue: #2C57E3;
  --yellow: #FFFAB4;
}

/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main, figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

i {
  font-style: normal;
}

/* 汎用モジュール
========================================================*/
.modBpPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none;
  }
}
.modBpSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .modBpXPc {
    display: block;
  }
}
@media screen and (max-width: 954px) {
  .modBpXPc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .modBpXSp {
    display: none;
  }
}
@media screen and (max-width: 954px) {
  .modBpXSp {
    display: block;
  }
}

.modHeadingSection {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modHeadingSection {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modHeadingSection__iconText {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modHeadingSection__iconText {
    padding: 0 0 0 40px;
  }
}
.modHeadingSection__iconText > img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modHeadingSection__iconText > img {
    left: -50px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__iconText > img {
    left: 0;
    top: -3px;
    max-width: 34px;
    height: auto;
  }
}
.modHeadingSection--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .modHeadingSection--icon {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection--icon {
    margin: 0 0 39px;
  }
  .modHeadingSection--icon .modIconImg > img {
    max-width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingSection--large {
    font-size: 40px;
    font-size: 4rem;
  }
  .modHeadingSection--large .modHeadingSection__iconText {
    padding: 0 0 0 74px;
  }
  .modHeadingSection--large .modHeadingSection__iconText > img {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection--large {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .modHeadingSection--large .modHeadingSection__iconText {
    padding-left: 46px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingSection--large.modHeadingSection--tag .modHeadingSection__iconText {
    padding-left: 60px;
  }
  .modHeadingSection--large.modHeadingSection--tag .modHeadingSection__iconText > img {
    bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection--large.modHeadingSection--tag .modHeadingSection__iconText > img {
    top: 3px;
    left: 4px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingSection--large:not(.modHeadingSection--tag) .modHeadingSection__iconText > img {
    width: 61px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection--large:not(.modHeadingSection--tag) .modHeadingSection__iconText > img {
    max-width: 38px;
  }
}
.modHeadingMiddle {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modHeadingMiddle {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 0 54px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingMiddle {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 36px;
  }
}

.modTextDescription {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modTextDescription {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 2px auto 54px;
    max-width: 800px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .modTextDescription {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 8px 0 36px;
  }
}

.modBtnArea {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modBtnArea {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modBtnArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modBtnMain {
  display: inline-block;
  background: var(--grayDark);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modBtnMain {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 480px;
    padding: 18px 0;
  }
  .modBtnMain.modBpSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain {
    min-width: 205px;
    padding: 13px 0;
  }
  .modBtnMain.modBpPc {
    display: none;
  }
}
.modBtnMain > span {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modBtnMain > span::before, .modBtnMain > span::after {
    right: 34px;
  }
  .modBtnMain > span::before {
    width: 20px;
  }
  .modBtnMain > span::after {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain > span::before, .modBtnMain > span::after {
    right: 34px;
  }
  .modBtnMain > span::before {
    width: 18px;
  }
  .modBtnMain > span::after {
    width: 8px;
  }
}
.modBtnMain > span::before, .modBtnMain > span::after {
  content: "";
  background: var(--white);
  position: absolute;
  height: 1px;
}
.modBtnMain > span::before {
  top: 50%;
}
.modBtnMain > span::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: calc(50% - 3px);
}
.modBtnMain--back {
  border: 1px solid var(--gray);
  background: var(--white);
  color: var(--grayDark);
  width: 100%;
  max-width: 480px;
}
.modBtnMain--back > span {
  display: inline;
}
.modBtnMain--back > span::before, .modBtnMain--back > span::after {
  background: var(--grayDark);
  right: auto;
}
@media screen and (min-width: 769px) {
  .modBtnMain--back > span::before, .modBtnMain--back > span::after {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain--back > span::before, .modBtnMain--back > span::after {
    left: -39px;
  }
}
.modBtnMain--back > span::after {
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
@media screen and (max-width: 768px) {
  .modBtnMain--back > span::after {
    width: 7px;
  }
}
.modBtnCat {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  border: 1px solid var(--blue);
  background: var(--white);
  color: var(--blue);
  font-weight: 700;
  z-index: 10;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .modBtnCat {
    padding: 8px;
    border-radius: 6px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
  }
  .modBtnCat:hover {
    opacity: 1;
    background: var(--blue);
    color: var(--white);
  }
}
@media screen and (max-width: 954px) {
  .modBtnCat {
    padding: 3px 8px;
    border-radius: 6px 8px 6px 8px;
  }
}
.modBtnPage {
  border: 1px solid var(--gray);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .modBtnPage {
    padding: 10px 30px 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnPage {
    padding: 10px 15px 10px 10px;
  }
}
@media screen and (min-width: 769px) {
  .modBtnPage__thumbnail {
    aspect-ratio: 16/9;
  }
  .modBtnPage__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 16/9) {
    .modBtnPage__thumbnail {
      position: relative;
    }
    .modBtnPage__thumbnail::before {
      float: left;
      content: "";
      padding-top: 56.25%;
    }
    .modBtnPage__thumbnail::after {
      display: block;
      content: "";
      clear: both;
    }
    .modBtnPage__thumbnail > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .modBtnPage__thumbnail {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnPage__thumbnail {
    aspect-ratio: 1/1;
  }
  .modBtnPage__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 1/1) {
    .modBtnPage__thumbnail {
      position: relative;
    }
    .modBtnPage__thumbnail::before {
      float: left;
      content: "";
      padding-top: 100%;
    }
    .modBtnPage__thumbnail::after {
      display: block;
      content: "";
      clear: both;
    }
    .modBtnPage__thumbnail > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .modBtnPage__thumbnail {
    width: 100px;
  }
}
.modBtnPage__text {
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .modBtnPage__text {
    width: calc(100% - 190px);
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnPage__text {
    width: calc(100% - 100px);
    margin: 0 0 0 10px;
  }
}
.modBtnPage__text__title, .modBtnPage__text__lead {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.modBtnPage__text__title {
  font-weight: 700;
  margin: 0 0 5px;
}
@media screen and (min-width: 769px) {
  .modBtnPage__text__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modBtnPage__text__lead {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBtnLink {
  overflow: hidden;
  display: block;
  border: 1px solid var(--gray);
  position: relative;
  border-radius: 5px;
}
.modBtnLink::after {
  content: "";
  border-bottom: 2px solid var(--grayMiddle);
  border-right: 2px solid var(--grayMiddle);
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .modBtnLink::after {
    right: 19px;
    bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnLink::after {
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
}
.modBtnLink__cont {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modBtnLink__cont {
    padding: 23px 58px 23px 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnLink__cont {
    padding: 16px 30px 10px 20px;
  }
}
.modBtnLink__cont::before {
  content: "";
  position: absolute;
  background: var(--blue);
  height: 5px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .modBtnLink__cont::before {
    width: 70px;
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnLink__cont::before {
    width: 50px;
    left: 20px;
  }
}
.modBtnLink__cont__title, .modBtnLink__cont__lead {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.modBtnLink__cont__title {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.modBtnLink__cont__lead {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .modBtnLink__cont__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnLink__cont__lead {
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-line-clamp: 3;
    margin: 11px 0 0;
  }
}
.modBtnLink--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .modBtnLink--img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modBtnLink--img::after {
  display: none;
}
.modBtnLink--img .modBtnLink__img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.modBtnLink--img .modBtnLink__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 16/9) {
  .modBtnLink--img .modBtnLink__img {
    position: relative;
  }
  .modBtnLink--img .modBtnLink__img::before {
    float: left;
    content: "";
    padding-top: 56.25%;
  }
  .modBtnLink--img .modBtnLink__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .modBtnLink--img .modBtnLink__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .modBtnLink--img .modBtnLink__img {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnLink--img .modBtnLink__img {
    max-height: 188px;
  }
}
@media screen and (min-width: 769px) {
  .modBtnLink--img .modBtnLink__cont {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .modBtnLink--img .modBtnLink__cont {
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modBtnLink--img .modBtnLink__cont::before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnLink--img .modBtnLink__cont::before {
    left: 20px;
  }
}
.modBtnText {
  position: relative;
  display: inline-block;
  background: var(--grayBright);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modBtnText {
    padding: 16px 32px 16px 25px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnText {
    padding: 10px 40px 10px 15px;
  }
}
.modBtnText::after {
  content: "";
  border-bottom: 2px solid var(--grayMiddle);
  border-right: 2px solid var(--grayMiddle);
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 769px) {
  .modBtnText::after {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnText::after {
    right: 12px;
  }
}

.modIconImg {
  display: inline-block;
  position: relative;
  background: var(--white);
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 10px 0 0;
}
.modIconImg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 769px) {
  .modIconImg--large {
    min-width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .modIconImg--large {
    min-width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 769px) {
  .modListPost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 4.1vw;
  }
}
.modListPost__item {
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .modListPost__item {
    width: calc(33.3333333333% - 4.1vw);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .modListPost__item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modListPost__item a {
  display: block;
}
.modListPost__item__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modListPost__item__img {
    aspect-ratio: 9/5;
  }
  .modListPost__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 9/5) {
    .modListPost__item__img {
      position: relative;
    }
    .modListPost__item__img::before {
      float: left;
      content: "";
      padding-top: 55.56%;
    }
    .modListPost__item__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .modListPost__item__img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .modListPost__item__img .img {
    width: 100%;
    height: 100%;
  }
  .modListPost__item__img > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item__img {
    width: 36%;
  }
  .modListPost__item__img .img {
    aspect-ratio: 1/1;
  }
  .modListPost__item__img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 1/1) {
    .modListPost__item__img .img {
      position: relative;
    }
    .modListPost__item__img .img::before {
      float: left;
      content: "";
      padding-top: 100%;
    }
    .modListPost__item__img .img::after {
      display: block;
      content: "";
      clear: both;
    }
    .modListPost__item__img .img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .modListPost__item__img .img {
    max-width: 100%;
  }
}
.modListPost__item__img .modBtnCat {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modListPost__item__img .modBtnCat {
    top: 11px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item__img .modBtnCat {
    top: auto;
    bottom: 5px;
    left: 5px;
    max-width: 90px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost__item__text {
    padding: 14px 0 0;
  }
  .modListPost__item__text > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item__text {
    width: 60%;
  }
}
.modListPost__item__text .title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modListPost__item__text .title {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item__text .title {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.modListPost__item__text .info {
  color: var(--grayMiddle);
}
@media screen and (min-width: 769px) {
  .modListPost__item__text .info {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 4px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item__text .info {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
.modListPost__item__text .info__time {
  font-family: "Noto Sans";
  color: var(--grayMiddle);
}
@media screen and (max-width: 768px) {
  .modListPost__item__text .info__time {
    margin: 0 0 3px;
  }
}
.modListPost__item__text .info > span.info__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.modListPost__item__text .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px 0 0;
}
@media screen and (min-width: 769px) {
  .modListPost__item__text .info__list a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.modListPost__item__text .info__list > li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 768px) {
  .modListPost__item + .modListPost__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost__item:nth-child(n+4) {
    margin-top: 58px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost__item--spLarge .modListPost__item__img .modBtnCat {
    display: none;
  }
  .modListPost__item--spLarge .modListPost__item__text .modBtnCat {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .modListPost__item--spLarge {
    display: block;
    width: 100%;
  }
  .modListPost__item--spLarge > * {
    width: 100%;
  }
  .modListPost__item--spLarge .modListPost__item__img .modBtnCat {
    display: inline-block;
    left: 11px;
    bottom: 14px;
    max-width: 100%;
    height: 18px;
  }
  .modListPost__item--spLarge .modListPost__item__img .img {
    aspect-ratio: 9/5;
  }
  .modListPost__item--spLarge .modListPost__item__img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 9/5) {
    .modListPost__item--spLarge .modListPost__item__img .img {
      position: relative;
    }
    .modListPost__item--spLarge .modListPost__item__img .img::before {
      float: left;
      content: "";
      padding-top: 55.56%;
    }
    .modListPost__item--spLarge .modListPost__item__img .img::after {
      display: block;
      content: "";
      clear: both;
    }
    .modListPost__item--spLarge .modListPost__item__img .img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .modListPost__item--spLarge .modListPost__item__text {
    padding: 20px 20px 50px;
  }
  .modListPost__item--spLarge .modListPost__item__text .modBtnCat {
    display: none;
  }
  .modListPost__item--spLarge .modListPost__item__text .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 11px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost--large .modListPost__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
  }
  .modListPost--large .modListPost__item:first-child > * {
    width: 50%;
  }
  .modListPost--large .modListPost__item:first-child .modBtnCat {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modListPost--large .modListPost__item:first-child .modListPost__item__text {
    padding: 50px 50px 0;
  }
  .modListPost--large .modListPost__item:first-child .modListPost__item__text .modBtnCat {
    display: inline-block;
  }
  .modListPost--large .modListPost__item:first-child .modListPost__item__text .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin: 15px 0 20px;
  }
  .modListPost--large .modListPost__item:first-child .info {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modListPost--large .modListPost__item:first-child .info__time {
    margin: -2px 20px 0 0;
  }
  .modListPost--large .modListPost__item:first-child .info, .modListPost--large .modListPost__item:first-child .info__list > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modListPost--large .modListPost__item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .modListPost--pickup {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .modListPost--pickup {
    margin-bottom: 40px;
    display: block;
  }
}
.modListPost--pickup .modListPost__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modListPost--pickup .modListPost__item {
    width: calc(50% - 2.8vw);
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .modListPost--pickup .modListPost__item {
    width: 100%;
    margin-top: 64px !important;
  }
  .modListPost--pickup .modListPost__item + .modListPost__item {
    margin-top: 64px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost--pickup .modListPost__item .modBtnCat {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modListPost--pickup .modListPost__item .modBtnCat {
    left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost--pickup .modListPost__item__text {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .modListPost--pickup .modListPost__item__text {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost--pickup .modListPost__item__text .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin: 12px 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost--pickup .modListPost__item .info {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0 0;
  }
}
.modListPost--pickup .modListPost__item__deco {
  font-family: "Oswald";
  background: var(--blue);
  color: var(--white);
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 5px 22px;
  border-radius: 10px 10px 10px 0;
}
@media screen and (min-width: 769px) {
  .modListPost--pickup .modListPost__item__deco {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .modListPost--pickup .modListPost__item__deco {
    width: 92px;
    top: -24px;
  }
}
@media screen and (min-width: 769px) {
  .modListPost::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 4.1vw);
  }
}
.modListSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .modListSns {
    gap: 0 10px;
  }
}
@media screen and (max-width: 954px) {
  .modListSns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 12px;
  }
}
@media screen and (min-width: 769px) {
  .modListSns > li {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListSns > li {
    width: 50px;
    height: 50px;
  }
}
.modListSns > li > a {
  display: inline-block;
  width: 100%;
}
.modListSns > li > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .modListCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 20px;
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .modListCta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    max-width: 370px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 37px;
  }
  .modListCta > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modListCta > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .modListCta__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .modListCta__item {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .modListCta__item + .modListCta__item {
    margin: 0;
  }
}
.modListCta__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  text-decoration: none !important;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .modListCta__item > a {
    padding: 16px 40px 18px 18px;
  }
  .modListCta__item > a.modBpSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modListCta__item > a {
    padding: 18px 40px 16px 16px;
  }
  .modListCta__item > a.modBpPc {
    display: none;
  }
}
.modListCta__item > a::before, .modListCta__item > a::after {
  content: "";
  right: 15px;
  position: absolute;
  background: var(--blue);
  height: 1px;
}
.modListCta__item > a::before {
  width: 20px;
  top: 50%;
}
.modListCta__item > a::after {
  width: 8px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: calc(50% - 3px);
}
.modListCta__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1070px) {
  .modListCta__item .text {
    margin-left: 19%;
  }
}
@media screen and (max-width: 1069px) and (min-width: 955px) {
  .modListCta__item .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 954px) and (min-width: 769px) {
  .modListCta__item .text {
    margin-left: 17%;
  }
}
@media screen and (max-width: 768px) {
  .modListCta__item .text {
    margin-left: 56px;
  }
}
.modListCta__item .text__title {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .modListCta__item .text__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modListCta__item .text__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modListCta__item .text__detail {
  display: inline-block;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .modListCta__item .text__detail {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListCta__item .text__detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modListCta__item--download > a {
  background-color: var(--white);
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2059.6%2071.6%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3A%20%23ffffff%3B%22%20d%3D%22M21.4%2C1.5h28.1c4.7%2C0%2C8.6%2C3.8%2C8.6%2C8.6v51.5c0%2C4.7-3.8%2C8.6-8.6%2C8.6H10c-4.7%2C0-8.6-3.8-8.6-8.6V20.5%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%232c57e3%3B%22%20d%3D%22M49.5%2C71.6H10c-5.5%2C0-10-4.5-10-10V20.5c0-.8.6-1.5%2C1.5-1.5s1.5.6%2C1.5%2C1.5v41c0%2C3.9%2C3.2%2C7.1%2C7.1%2C7.1h39.5c3.9%2C0%2C7.1-3.2%2C7.1-7.1V10c0-3.9-3.2-7.1-7.1-7.1h-28.1c-.8%2C0-1.5-.7-1.5-1.5s.7-1.4%2C1.5-1.4h28.1c5.5%2C0%2C10%2C4.5%2C10%2C10v51.5c0%2C5.5-4.5%2C10-10%2C10Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20style%3D%22fill%3A%20%23ffffff%3B%22%20points%3D%2220.4%201.5%2020.4%2019.6%201.5%2019.6%2020.4%201.5%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%232c57e3%3B%22%20d%3D%22M20.4%2C21.1H1.5c-.6%2C0-1.1-.4-1.3-.9-.2-.5%2C0-1.2.3-1.6L19.4.4c.4-.4%2C1-.5%2C1.6-.3.5.2.9.8.9%2C1.3v18.2c0%2C.8-.6%2C1.5-1.4%2C1.5ZM5%2C18.2h13.9V4.8s-13.9%2C13.4-13.9%2C13.4Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20style%3D%22fill%3A%20%232c57e3%3B%22%20d%3D%22M34.5%2C38.7v-9.4c0-.8-.7-1.5-1.5-1.5h-6.6c-.8%2C0-1.5.7-1.5%2C1.5v9.4c0%2C.1-.1.2-.2.2h-5.3c-.2%2C0-.3.2-.2.4l10.3%2C11.1c0%2C0%2C.2%2C0%2C.3%2C0l10.3-11.1c.1-.1%2C0-.4-.2-.4h-5.3c-.1%2C0-.2%2C0-.2-.2Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 16px 50%;
  color: var(--blue) !important;
  border: 2px solid var(--blue);
}
@media screen and (min-width: 1070px) {
  .modListCta__item--download > a {
    background-size: 12% auto;
  }
}
@media screen and (max-width: 1069px) and (min-width: 955px) {
  .modListCta__item--download > a {
    background-image: none !important;
  }
}
@media screen and (max-width: 954px) and (min-width: 769px) {
  .modListCta__item--download > a {
    background-size: 11% auto;
  }
}
@media screen and (max-width: 768px) {
  .modListCta__item--download > a {
    background-size: 42px auto;
  }
}
.modListCta__item--download.modListCta__item--online > a {
  color: var(--orange) !important;
  border-color: var(--orange) !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2059.6%2071.6%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3A%20%23ffffff%3B%22%20d%3D%22M21.4%2C1.5h28.1c4.7%2C0%2C8.6%2C3.8%2C8.6%2C8.6v51.5c0%2C4.7-3.8%2C8.6-8.6%2C8.6H10c-4.7%2C0-8.6-3.8-8.6-8.6V20.5%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%23ff7223%3B%22%20d%3D%22M49.5%2C71.6H10c-5.5%2C0-10-4.5-10-10V20.5c0-.8.6-1.5%2C1.5-1.5s1.5.6%2C1.5%2C1.5v41c0%2C3.9%2C3.2%2C7.1%2C7.1%2C7.1h39.5c3.9%2C0%2C7.1-3.2%2C7.1-7.1V10c0-3.9-3.2-7.1-7.1-7.1h-28.1c-.8%2C0-1.5-.7-1.5-1.5s.7-1.4%2C1.5-1.4h28.1c5.5%2C0%2C10%2C4.5%2C10%2C10v51.5c0%2C5.5-4.5%2C10-10%2C10Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20style%3D%22fill%3A%20%23ffffff%3B%22%20points%3D%2220.4%201.5%2020.4%2019.6%201.5%2019.6%2020.4%201.5%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%23ff7223%3B%22%20d%3D%22M20.4%2C21.1H1.5c-.6%2C0-1.1-.4-1.3-.9-.2-.5%2C0-1.2.3-1.6L19.4.4c.4-.4%2C1-.5%2C1.6-.3.5.2.9.8.9%2C1.3v18.2c0%2C.8-.6%2C1.5-1.4%2C1.5ZM5%2C18.2h13.9V4.8s-13.9%2C13.4-13.9%2C13.4Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20style%3D%22fill%3A%20%23ff7223%3B%22%20d%3D%22M34.5%2C38.7v-9.4c0-.8-.7-1.5-1.5-1.5h-6.6c-.8%2C0-1.5.7-1.5%2C1.5v9.4c0%2C.1-.1.2-.2.2h-5.3c-.2%2C0-.3.2-.2.4l10.3%2C11.1c0%2C0%2C.2%2C0%2C.3%2C0l10.3-11.1c.1-.1%2C0-.4-.2-.4h-5.3c-.1%2C0-.2%2C0-.2-.2Z%22%2F%3E%3C%2Fsvg%3E");
}
.modListCta__item--download.modListCta__item--online > a::before, .modListCta__item--download.modListCta__item--online > a::after {
  background: var(--orange) !important;
}
.modListCta__item--contact > a {
  background-color: var(--blue);
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2084.8%2075.4%22%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3A%20%232c57e3%3B%22%20d%3D%22M83.2%2C63.8H1.6V27.4c0-2.5%2C1.3-4.9%2C3.4-6.3L38.2%2C2.7c2.5-1.4%2C5.6-1.4%2C8.2%2C0l33.4%2C18.5c2.2%2C1.4%2C3.4%2C3.7%2C3.4%2C6.3%2C0%2C0%2C0%2C36.4%2C0%2C36.4Z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%23ffffff%3B%22%20d%3D%22M83.2%2C65.5H1.6c-.9%2C0-1.6-.7-1.6-1.6V27.4c0-3.1%2C1.6-5.9%2C4.2-7.6%2C0%2C0%2C0%2C0%2C0%2C0L37.4%2C1.3c3-1.7%2C6.7-1.7%2C9.7%2C0l33.4%2C18.5s0%2C0%2C0%2C0c2.6%2C1.7%2C4.2%2C4.5%2C4.2%2C7.6v36.4c0%2C.9-.7%2C1.6-1.6%2C1.6ZM3.2%2C62.2h78.3V27.5c0-2-1-3.8-2.7-4.9L45.6%2C4.1c-2.1-1.1-4.5-1.1-6.6%2C0L5.9%2C22.6c-1.7%2C1.1-2.7%2C2.9-2.7%2C4.9%2C0%2C0%2C0%2C34.8%2C0%2C34.8Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20style%3D%22fill%3A%20%23ffffff%3B%22%20x%3D%2210.5%22%20y%3D%229.2%22%20width%3D%2264.1%22%20height%3D%2248.3%22%20rx%3D%226.3%22%20ry%3D%226.3%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20style%3D%22fill%3A%20%232c57e3%3B%22%20points%3D%2283.2%2073.8%201.6%2073.8%201.6%2033.3%2042.4%2049.3%2083.2%2033.3%2083.2%2073.8%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%23ffffff%3B%22%20d%3D%22M83.2%2C75.4H1.6c-.9%2C0-1.6-.7-1.6-1.6v-40.5c0-.5.3-1%2C.7-1.3.4-.3%2C1-.4%2C1.5-.2l40.2%2C15.8%2C40.2-15.8c.5-.2%2C1.1-.1%2C1.5.2.4.3.7.8.7%2C1.3v40.5c0%2C.9-.7%2C1.6-1.6%2C1.6h0ZM3.2%2C72.2h78.3v-36.5l-38.6%2C15.1c-.4.2-.8.2-1.2%2C0L3.2%2C35.7v36.5Z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20style%3D%22fill%3A%20%232c57e3%3B%22%20d%3D%22M62.8%2C23.8H24.1c-.9%2C0-1.6-.7-1.6-1.6s.7-1.6%2C1.6-1.6h38.7c.9%2C0%2C1.6.7%2C1.6%2C1.6s-.7%2C1.6-1.6%2C1.6Z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%232c57e3%3B%22%20d%3D%22M50.1%2C31.6h-26c-.9%2C0-1.6-.7-1.6-1.6s.7-1.6%2C1.6-1.6h26c.9%2C0%2C1.6.7%2C1.6%2C1.6s-.7%2C1.6-1.6%2C1.6Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 18px 50%;
  color: var(--white) !important;
}
@media screen and (min-width: 1070px) {
  .modListCta__item--contact > a {
    background-size: 13% auto;
  }
}
@media screen and (max-width: 1069px) and (min-width: 955px) {
  .modListCta__item--contact > a {
    background-image: none !important;
  }
}
@media screen and (max-width: 954px) and (min-width: 769px) {
  .modListCta__item--contact > a {
    background-size: 12% auto;
  }
}
@media screen and (max-width: 768px) {
  .modListCta__item--contact > a {
    background-size: 42px auto;
  }
}
.modListCta__item--contact > a::before, .modListCta__item--contact > a::after {
  background: var(--white);
}
.modListCta__item--contact.modListCta__item--online > a {
  background-color: var(--orange);
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2084.8%2075.4%22%3E%20%3Cg%3E%20%3Cpath%20style%3D%22fill%3A%20%23ff7223%3B%22%20d%3D%22M83.2%2C63.8H1.6V27.4c0-2.5%2C1.3-4.9%2C3.4-6.3L38.2%2C2.7c2.5-1.4%2C5.6-1.4%2C8.2%2C0l33.4%2C18.5c2.2%2C1.4%2C3.4%2C3.7%2C3.4%2C6.3%2C0%2C0%2C0%2C36.4%2C0%2C36.4Z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%23ffffff%3B%22%20d%3D%22M83.2%2C65.5H1.6c-.9%2C0-1.6-.7-1.6-1.6V27.4c0-3.1%2C1.6-5.9%2C4.2-7.6%2C0%2C0%2C0%2C0%2C0%2C0L37.4%2C1.3c3-1.7%2C6.7-1.7%2C9.7%2C0l33.4%2C18.5s0%2C0%2C0%2C0c2.6%2C1.7%2C4.2%2C4.5%2C4.2%2C7.6v36.4c0%2C.9-.7%2C1.6-1.6%2C1.6ZM3.2%2C62.2h78.3V27.5c0-2-1-3.8-2.7-4.9L45.6%2C4.1c-2.1-1.1-4.5-1.1-6.6%2C0L5.9%2C22.6c-1.7%2C1.1-2.7%2C2.9-2.7%2C4.9%2C0%2C0%2C0%2C34.8%2C0%2C34.8Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20style%3D%22fill%3A%20%23ffffff%3B%22%20x%3D%2210.5%22%20y%3D%229.2%22%20width%3D%2264.1%22%20height%3D%2248.3%22%20rx%3D%226.3%22%20ry%3D%226.3%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20style%3D%22fill%3A%20%23ff7223%3B%22%20points%3D%2283.2%2073.8%201.6%2073.8%201.6%2033.3%2042.4%2049.3%2083.2%2033.3%2083.2%2073.8%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%23ffffff%3B%22%20d%3D%22M83.2%2C75.4H1.6c-.9%2C0-1.6-.7-1.6-1.6v-40.5c0-.5.3-1%2C.7-1.3.4-.3%2C1-.4%2C1.5-.2l40.2%2C15.8%2C40.2-15.8c.5-.2%2C1.1-.1%2C1.5.2.4.3.7.8.7%2C1.3v40.5c0%2C.9-.7%2C1.6-1.6%2C1.6h0ZM3.2%2C72.2h78.3v-36.5l-38.6%2C15.1c-.4.2-.8.2-1.2%2C0L3.2%2C35.7v36.5Z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20style%3D%22fill%3A%20%23ff7223%3B%22%20d%3D%22M62.8%2C23.8H24.1c-.9%2C0-1.6-.7-1.6-1.6s.7-1.6%2C1.6-1.6h38.7c.9%2C0%2C1.6.7%2C1.6%2C1.6s-.7%2C1.6-1.6%2C1.6Z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%20%23ff7223%3B%22%20d%3D%22M50.1%2C31.6h-26c-.9%2C0-1.6-.7-1.6-1.6s.7-1.6%2C1.6-1.6h26c.9%2C0%2C1.6.7%2C1.6%2C1.6s-.7%2C1.6-1.6%2C1.6Z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 955px) {
  .modListCta + .modListSns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modListCtaOnline {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 10px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modListCtaOnline {
    margin: 0 0 70px;
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListCtaOnline {
    margin-bottom: 37px;
    padding: 0 0 20px;
  }
}
.modListCtaOnline__title {
  line-height: 1.5 !important;
  text-align: center;
  border-bottom: 2px solid var(--white);
}
@media screen and (min-width: 769px) {
  .modListCtaOnline__title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__title {
    font-size: 20px;
    font-size: 2rem;
    padding: 16px 0 14px;
  }
}
.modListCtaOnline__text {
  background-image: url("/support/ec/assets/img/categories/online/img_cta_article.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .modListCtaOnline__text {
    background-position: right 38px top calc(50% + 10px);
    background-size: 182px 141px;
    padding: 33px 222px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__text {
    background-position: left 50% bottom 0;
    background-size: auto 120px;
    padding: 25px 20px 142px;
  }
}
.modListCtaOnline__text > li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.83%2028.83%22%3E%20%3Cpath%20d%3D%22M14.42%2C28.83C6.47%2C28.83%2C0%2C22.37%2C0%2C14.42S6.47%2C0%2C14.42%2C0s14.42%2C6.47%2C14.42%2C14.42-6.47%2C14.42-14.42%2C14.42ZM14.42%2C3c-6.3%2C0-11.42%2C5.12-11.42%2C11.42s5.12%2C11.42%2C11.42%2C11.42%2C11.42-5.12%2C11.42-11.42S20.71%2C3%2C14.42%2C3Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3Cpolygon%20points%3D%2212.65%2021.35%207.66%2015.61%209.92%2013.64%2012.7%2016.83%2019.02%209.88%2021.24%2011.9%2012.65%2021.35%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  min-height: 36px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .modListCtaOnline__text > li {
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 36px auto;
    padding: 4px 0 0 50px;
  }
}
@media screen and (max-width: 1280px) {
  .modListCtaOnline__text > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__text > li {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 25px auto;
    padding: 6px 0 0 40px;
  }
}
.modListCtaOnline__text > li + li {
  margin: 12px 0 0;
}
.modListCtaOnline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modListCtaOnline__list {
    margin: 25px 40px 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 20px 0;
    gap: 20px 0;
  }
}
.modListCtaOnline__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modListCtaOnline__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid;
  text-decoration: none !important;
}
.modListCtaOnline__list__item a.modBpPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__list__item a.modBpPc {
    display: none;
  }
}
.modListCtaOnline__list__item a.modBpSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__list__item a.modBpSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modListCtaOnline__list__item a::before {
  content: "";
  display: inline-block;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__list__item--contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.modListCtaOnline__list__item--contact a {
  border-color: var(--orange);
  background: var(--white);
  color: var(--orange) !important;
}
.modListCtaOnline__list__item--contact a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.03%2025.71%22%3E%20%3Cpath%20d%3D%22M22.35%2C6.7V0H2.68v6.7l-2.68%2C1.22v17.8h25.03V7.91l-2.68-1.22ZM23.38%2C8.98v1.85l-1.03.47v-2.78l1.03.47ZM20.7%2C1.65v10.39l-8.19%2C3.72-8.19-3.72V1.65h16.38ZM2.68%2C8.51v2.78l-1.03-.47v-1.85l1.03-.47ZM1.65%2C24.06v-11.43l10.86%2C4.94%2C10.86-4.94v11.43H1.65Z%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%224.76%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%227.72%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%2210.53%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%3C%2Fsvg%3E");
  width: 25px;
  height: 26px;
  margin: -1px 11px 0 0;
}
@media screen and (max-width: 768px) {
  .modListCtaOnline__list__item--download {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.modListCtaOnline__list__item--download a {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white) !important;
}
.modListCtaOnline__list__item--download a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.72%2027.29%22%3E%20%3Cpath%20d%3D%22M11.36%2C20.46l-5.72-5.73h3.23v-5.67h4.97v5.67h3.23l-5.72%2C5.73ZM9.62%2C16.38l1.75%2C1.75%2C1.75-1.75h-.91v-5.67h-1.68v5.67h-.91Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M6%2C0L0%2C6v21.29h22.72V0H6ZM5.52%2C2.82v2.7h-2.7l2.7-2.7ZM21.07%2C25.64H1.65V7.17h5.52V1.65h13.9v23.99Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  width: 23px;
  height: 28px;
  margin: -1px 11px 0 0;
}

@media screen and (min-width: 769px) {
  .modPagetop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modPagetop {
    position: fixed;
    right: 20px;
    bottom: 2%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .modPagetop > a {
    font-size: 10px;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    color: var(--blue);
    background: var(--white);
    font-family: "URW DIN";
    font-weight: 700;
    padding: 8px 0 7px;
    border: 2px solid var(--blue);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
  }
  .modPagetop > a > img {
    margin: 0 0 1px;
  }
}
.modPagetop.is-show {
  opacity: 1;
  z-index: 10;
}

.modPaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--grayMiddle);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Oswald";
}
@media screen and (min-width: 769px) {
  .modPaging {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modPaging {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 0;
  }
}
.modPaging__prev, .modPaging__next {
  display: inline-block;
  width: 15px;
  position: relative;
  height: 100%;
}
.modPaging__prev::before, .modPaging__next::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--grayMiddle);
  border-right: 2px solid var(--grayMiddle);
  top: 55%;
}
@media screen and (min-width: 769px) {
  .modPaging__prev::before, .modPaging__next::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .modPaging__prev::before, .modPaging__next::before {
    width: 6px;
    height: 6px;
  }
}
.modPaging__prev::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.modPaging__next::before {
  -webkit-transform: translateY(-55%) rotate(-45deg);
          transform: translateY(-55%) rotate(-45deg);
}
.modPaging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .modPaging__list {
    margin: 0 16px;
  }
  .modPaging__list > li:not(.disabled) > a {
    cursor: pointer;
  }
  .modPaging__list .number {
    margin: 0 21px;
  }
  .modPaging__list .number.active a {
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .modPaging__list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modPaging__list .number.active {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}
@media screen and (min-width: 769px) {
  .modPaging__list .number.active > a:hover {
    opacity: 1;
  }
}
.modPaging__list .number.disabled a {
  cursor: default !important;
}

.modImgBack {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modImgBack {
    height: 230px;
  }
}
@media screen and (max-width: 954px) {
  .modImgBack {
    height: 175px;
  }
}
.modImgBack > img {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modImgBack::after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: -5px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modImgBack::after {
    height: 240px;
  }
}
@media screen and (max-width: 954px) {
  .modImgBack::after {
    height: 185px;
  }
}
@media screen and (min-width: 769px) {
  .modImgBack--large {
    height: 580px;
  }
}
@media screen and (max-width: 954px) {
  .modImgBack--large {
    height: 400px;
  }
}
@media screen and (min-width: 769px) {
  .modImgBack--large::after {
    height: 590px;
  }
}
@media screen and (max-width: 954px) {
  .modImgBack--large::after {
    height: 410px;
  }
}

.modBreadcrumbs {
  background: var(--grayBright);
}
@media screen and (min-width: 769px) {
  .modBreadcrumbs {
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs {
    padding: 22px 0 22px 20px;
  }
}
.modBreadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .modBreadcrumbs__list {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs__list {
    overflow-x: scroll;
  }
}
.modBreadcrumbs__list > li {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  margin: 0 28px 0 0;
  white-space: nowrap;
}
.modBreadcrumbs__list > li + li::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.modBreadcrumbs__list > li > span {
  font-weight: 700;
}

.modClmImage {
  width: 100%;
  max-width: 840px;
  font-size: 0;
}
.modClmImage > img {
  width: 100%;
  height: auto;
}

.modBoxCassette {
  border: 1px solid var(--gray);
  padding: 40px 40px 20px;
}
@media screen and (max-width: 768px) {
  .modBoxCassette {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .modBoxCassette > * + * {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBoxCassette > * + * {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modBoxCassette .modBoxCassette__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .modBoxCassette .modBoxCassette__head > h3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modBoxCassette .modBoxCassette__head > h3 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.modBoxCassette .modBoxCassette__head__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--gray);
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .modBoxCassette .modBoxCassette__head__logo {
    width: 42%;
    height: 180px;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modBoxCassette .modBoxCassette__head .modBoxCassette__head__text {
    width: calc(58% - 40px);
  }
}
.modBoxCassette .modBoxCassette__head .modBoxCassette__head__text h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modBoxCassette .modBoxCassette__head .modBoxCassette__head__text h3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modBoxCassette .modBoxCassette__head .modBoxCassette__head__text h4 {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .modBoxCassette .modBoxCassette__head .modBoxCassette__head__text h4 + h4 {
    margin-top: 24px;
  }
}
.modBoxCassette__table.tableType3 table {
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: none;
  border-right: none;
}
.modBoxCassette__table.tableType3 table tr th {
  width: 16%;
}
@media screen and (min-width: 769px) {
  .modBoxCassette__table.tableType3 table tr th {
    border: none;
    border-bottom: 1px solid var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .modBoxCassette__table.tableType3 table tr th:last-of-type {
    border-left: none;
  }
}
.modBoxCassette__table.tableType3 table tr td {
  width: 34%;
}
@media screen and (min-width: 769px) {
  .modBoxCassette__table.tableType3 table tr td {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .modBoxCassette__table.tableType3 table tr td {
    border-left: none;
  }
}
.modBoxCassette__table.tableType3 table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.modBoxCassette__table.tableType3 table tr:nth-child(2) th, .modBoxCassette__table.tableType3 table tr:nth-child(2) td {
  border-top: none;
}
.modBoxCassette .modBtnMain {
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .modBoxCassette .modBtnMain {
    min-width: 380px;
    max-width: 380px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 954px) {
  .modBoxCassette .modBtnMain {
    max-width: 350px;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modBoxCassette .modBtnMain::before {
  content: "";
  display: inline-block;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.72%2027.29%22%3E%20%3Cpath%20d%3D%22M11.36%2C20.46l-5.72-5.73h3.23v-5.67h4.97v5.67h3.23l-5.72%2C5.73ZM9.62%2C16.38l1.75%2C1.75%2C1.75-1.75h-.91v-5.67h-1.68v5.67h-.91Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M6%2C0L0%2C6v21.29h22.72V0H6ZM5.52%2C2.82v2.7h-2.7l2.7-2.7ZM21.07%2C25.64H1.65V7.17h5.52V1.65h13.9v23.99Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  width: 28px;
  height: 28px;
  margin: -1px 10px 0 0;
}
.modBoxCassette .modBtnMain span {
  display: inline-block;
  width: auto;
}
.modBoxCassette .modBtnMain span::before, .modBoxCassette .modBtnMain span::after {
  display: none;
}
.modBoxCassette .modBoxCassette__btn {
  display: block;
  text-align: right;
  color: var(--gray);
}

.modAboutBox {
  background: var(--grayBright);
}
@media screen and (min-width: 769px) {
  .modAboutBox__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__inner {
    padding: 0 0 80px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__inner .modHeadingSection {
    padding-top: 113px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__inner .modHeadingSection {
    padding-top: 77px;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list {
    margin: 48px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list {
    margin: 44px 0 0;
  }
}
.modAboutBox__list--top.modAboutBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top.modAboutBox__list {
    gap: 30px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top.modAboutBox__list {
    gap: 30px;
  }
}
.modAboutBox__list--top .modAboutBox__list__item {
  background: var(--white);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item {
    width: calc(50% - 15px);
    padding: 53px 0 40px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item {
    width: 100%;
    padding: 36px 0 40px;
  }
}
.modAboutBox__list--top .modAboutBox__list__item .title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modAboutBox__list--top .modAboutBox__list__item .title span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, var(--yellow)));
  background: linear-gradient(transparent 50%, var(--yellow) 0%);
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item .text {
    margin: 26px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item .text {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item .img {
    width: 300px;
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item .img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.modAboutBox__list--top .modAboutBox__list__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modAboutBox__list--top .modAboutBox__list__item .btn {
  width: 300px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item .btn {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item .btn {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
.modAboutBox__list--top .modAboutBox__list__item:last-child {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item:last-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0 1fr 0 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    gap: 0 70px;
    padding: 55px 80px 40px;
  }
  .modAboutBox__list--top .modAboutBox__list__item:last-child > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modAboutBox__list--top .modAboutBox__list__item:last-child > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .modAboutBox__list--top .modAboutBox__list__item:last-child > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .modAboutBox__list--top .modAboutBox__list__item:last-child > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .modAboutBox__list--top .modAboutBox__list__item:last-child > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .modAboutBox__list--top .modAboutBox__list__item:last-child > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.modAboutBox__list--top .modAboutBox__list__item:last-child .title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.modAboutBox__list--top .modAboutBox__list__item:last-child .text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item:last-child .text {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item:last-child .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
    width: 705px;
    height: 145px;
    margin: 0;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item:last-child .img {
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--top .modAboutBox__list__item:last-child .btn {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--top .modAboutBox__list__item:last-child .btn {
    margin-top: 40px;
  }
}
.modAboutBox__list--bottom.modAboutBox__list {
  background: var(--white);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom.modAboutBox__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modAboutBox__list--bottom .modAboutBox__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--bottom .modAboutBox__list__item {
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom .modAboutBox__list__item {
    margin: 0 40px;
    padding: 36px 0;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--bottom .modAboutBox__list__item:not(:last-child) {
    border-right: 2px solid var(--grayBright);
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom .modAboutBox__list__item:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid var(--grayBright);
  }
}
.modAboutBox__list--bottom .modAboutBox__list__item .title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--bottom .modAboutBox__list__item .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom .modAboutBox__list__item .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--bottom .modAboutBox__list__item .img {
    margin: 11px 0 14px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom .modAboutBox__list__item .img {
    max-width: 480px;
    margin: 0 auto;
  }
}
.modAboutBox__list--bottom .modAboutBox__list__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.modAboutBox__list--bottom .modAboutBox__list__item .btn {
  height: 50px;
  border-radius: 50px;
  color: var(--white);
  background: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--bottom .modAboutBox__list__item .btn {
    width: 240px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom .modAboutBox__list__item .btn {
    width: 160px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom .modAboutBox__list__item:nth-child(1) .title {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--bottom .modAboutBox__list__item:nth-child(1) .img {
    max-width: 240px;
  }
}
@media screen and (max-width: 954px) {
  .modAboutBox__list--bottom .modAboutBox__list__item:nth-child(1) .img {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 769px) {
  .modAboutBox__list--bottom .modAboutBox__list__item:nth-child(2) .img {
    max-width: 375px;
  }
}

/* container
===============================================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: var(--black);
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif, メイリオ, Osaka, "MS PGothic", sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }
}
body.unscrollable {
  overflow: hidden;
}
body.unscrollable::before {
  height: 100%;
  background-color: rgba(64, 64, 64, 0.5);
}

#container {
  position: relative;
}
@media screen and (min-width: 769px) {
  #container {
    padding: 105px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding: 113px 0 0;
    overflow: hidden;
  }
}

a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* header
===============================================================================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--white);
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .header.hide .header__menu__page .listBtn > li:first-child > a {
    border-color: var(--orange);
    background: var(--white);
    color: var(--orange);
  }
  .header.hide .header__menu__page .listBtn > li:first-child > a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018.5%2019.1%22%3E%20%3Cpath%20d%3D%22M16.8%2C4.8V-.2H1.8v5l-2%2C.9v13.5h19V5.7l-2-.9ZM17.1%2C6.8v1.1l-.3.2v-1.4l.3.2ZM15.1%2C1.4v7.3l-5.9%2C2.7-5.9-2.7V1.4h11.7ZM1.8%2C6.6v1.4l-.3-.2v-1.1l.3-.2ZM1.4%2C17.6v-7.9l7.8%2C3.6%2C7.8-3.6v7.9H1.4Z%22%20style%3D%22fill%3A%20%23ff7223%3Bstroke-width%3A%200px%3B%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%225.7%22%20y%3D%223.3%22%20width%3D%227.2%22%20height%3D%221.6%22%20style%3D%22fill%3A%20%23ff7223%3Bstroke-width%3A%200px%3B%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%225.7%22%20y%3D%225.5%22%20width%3D%227.2%22%20height%3D%221.6%22%20style%3D%22fill%3A%20%23ff7223%3Bstroke-width%3A%200px%3B%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%225.7%22%20y%3D%227.6%22%20width%3D%227.2%22%20height%3D%221.6%22%20style%3D%22fill%3A%20%23ff7223%3Bstroke-width%3A%200px%3B%22%2F%3E%3C%2Fsvg%3E");
  }
  .header.hide .header__menu__page .listBtn > li:last-child > a {
    border-color: var(--orange);
    background: var(--orange);
    color: var(--white);
  }
}
@media screen and (max-width: 954px) {
  .header.hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (min-width: 769px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 30px 0 40px;
  }
}
@media screen and (max-width: 954px) {
  .header__inner {
    display: block;
    padding: 10px 10px 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 954px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 769px) {
  .header__top__logo {
    margin-top: -20px;
  }
}
@media screen and (max-width: 954px) {
  .header__top__logo {
    margin-top: 16px;
  }
}
.header__top__logo > a {
  display: block;
  text-indent: -9999px;
  background: url("/assets/img/common/logo.svg") no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 1070px) {
  .header__top__logo > a {
    width: 300px;
    height: 34px;
  }
}
@media screen and (max-width: 1069px) and (min-width: 950px) {
  .header__top__logo > a {
    width: 200px;
    height: 34px;
  }
}
@media screen and (max-width: 949px) {
  .header__top__logo > a {
    width: 182px;
    height: 28px;
  }
}
@media screen and (min-width: 769px) {
  .header__top__btn {
    display: none;
  }
}
@media screen and (max-width: 954px) {
  .header__top__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__top__btn .download {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 5px 6px 3px;
    border-radius: 5px;
    width: 74px;
    height: 50px;
    white-space: nowrap;
  }
  .header__top__btn .download .icon {
    display: block;
    width: 100%;
    height: 21px;
    text-align: center;
    margin: 0 0 3px;
  }
  .header__top__btn .switch {
    display: inline-block;
    background: var(--blue);
    width: 50px;
    height: 50px;
    border-radius: 6px;
    margin: 0 0 0 10px;
    padding: 17px 15px;
    position: relative;
    z-index: 101;
  }
  .header__top__btn .switch > span {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    background: var(--white);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header__top__btn .switch > span:nth-child(1) {
    top: 17px;
  }
  .header__top__btn .switch > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .header__top__btn .switch > span:nth-child(3) {
    bottom: 17px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page, .header__menu__cat, .header__menu__page > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page, .header__menu__cat, .header__menu__page > ul {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page {
    position: fixed;
    background: var(--blue);
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0 0 0 20px;
    width: 90%;
    height: 98%;
    top: 0;
    right: -90%;
    z-index: 100;
    padding: 80px 38px 76px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listLink {
    display: none;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listLink {
    display: block;
  }
}
.header__menu__page .listLink {
  margin: 0 0 47px;
}
.header__menu__page .listLink > li + li {
  margin: 20px 0 0;
}
@media screen and (max-width: 437px) {
  .header__menu__page .listLink > li:last-child > a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__menu__page .listLink > li > a {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--white);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu__page .listLink > li > a .modIconImg > img {
  width: 23px;
  height: 24px;
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBlank > li {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBlank > li + li {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBlank > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBlank > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    color: var(--white);
  }
}
.header__menu__page .listBlank > li > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 0 0 7px;
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBlank > li > a::after {
    background: url("/support/ec/assets/img/common/icon_blank.svg") no-repeat 0 0;
    background-size: 100%;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBlank > li > a::after {
    background: url("/support/ec/assets/img/common/icon_blank_white.svg") no-repeat 0 0;
    background-size: 100%;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBtn > li > a::before, .header__menu__page .listBtn > li > a::after, .header__menu__page .download::before, .header__menu__page .download::after {
    content: "";
    background: var(--white);
    position: absolute;
    height: 1px;
    right: 28px;
  }
  .header__menu__page .listBtn > li > a::before, .header__menu__page .download::before {
    width: 18px;
    top: 50%;
  }
  .header__menu__page .listBtn > li > a::after, .header__menu__page .download::after {
    width: 8px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    top: calc(50% - 3px);
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBtn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 20px;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBtn {
    margin: 0 0 20px;
  }
}
.header__menu__page .listBtn > li > a {
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBtn > li > a {
    width: 180px;
    height: 40px;
    line-height: 36px;
    border-radius: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 2px solid;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBtn > li > a {
    position: relative;
    border-radius: 26px;
    padding: 13px 0;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBtn > li > a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 10px -4px 0;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBtn > li:first-child {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBtn > li:first-child > a {
    border-color: var(--grayDark);
    background: var(--white);
    color: var(--grayDark);
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBtn > li:first-child > a {
    background: var(--white);
    color: var(--blue);
    border: 1px solid transparent;
    min-width: 100%;
  }
  .header__menu__page .listBtn > li:first-child > a::before, .header__menu__page .listBtn > li:first-child > a::after {
    background: var(--blue);
  }
}
@media screen and (max-width: 768px) {
  .header__menu__page .listBtn > li:first-child > a {
    padding-right: 6px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBtn > li:first-child > a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018.5%2019.1%22%3E%20%3Cpath%20d%3D%22M16.8%2C4.8V-.2H1.8v5l-2%2C.9v13.5h19V5.7l-2-.9ZM17.1%2C6.8v1.1l-.3.2v-1.4l.3.2ZM15.1%2C1.4v7.3l-5.9%2C2.7-5.9-2.7V1.4h11.7ZM1.8%2C6.6v1.4l-.3-.2v-1.1l.3-.2ZM1.4%2C17.6v-7.9l7.8%2C3.6%2C7.8-3.6v7.9H1.4Z%22%20style%3D%22fill%3A%20%23404040%3Bstroke-width%3A%200px%3B%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%225.7%22%20y%3D%223.3%22%20width%3D%227.2%22%20height%3D%221.6%22%20style%3D%22fill%3A%20%23404040%3Bstroke-width%3A%200px%3B%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%225.7%22%20y%3D%225.5%22%20width%3D%227.2%22%20height%3D%221.6%22%20style%3D%22fill%3A%20%23404040%3Bstroke-width%3A%200px%3B%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%225.7%22%20y%3D%227.6%22%20width%3D%227.2%22%20height%3D%221.6%22%20style%3D%22fill%3A%20%23404040%3Bstroke-width%3A%200px%3B%22%2F%3E%3C%2Fsvg%3E");
    width: 19px;
    height: 19px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBtn > li:last-child > a {
    border-color: var(--grayDark);
    background: var(--grayDark);
    color: var(--white);
  }
  .header__menu__page .listBtn > li:last-child > a > span {
    display: none;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .listBtn > li:last-child > a {
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid var(--white);
    color: var(--white);
    min-width: 100%;
  }
  .header__menu__page .listBtn > li:last-child > a > span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__page .listBtn > li:last-child > a {
    padding-right: 28px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .listBtn > li:last-child > a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016.1%2019.3%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8%2C14.8l-4.6-4.6h2.6v-4h4v4h2.6l-4.6%2C4.6ZM7.4%2C11.8l.6.7.7-.7h-.3v-4h-.7v4h-.3Z%22%20style%3D%22fill%3A%20%23ffffff%3B%20stroke-width%3A%200px%3B%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M4.1-.2L-.2%2C4.1v15.4h16.5V-.2H4.1ZM3.7%2C2.6v1.1h-1.1l1.1-1.1ZM14.7%2C17.9H1.4V5.3h3.9V1.4h9.3v16.5Z%22%20style%3D%22fill%3A%20%23ffffff%3B%20stroke-width%3A%200px%3B%22%2F%3E%3C%2Fsvg%3E");
    width: 16px;
    height: 19px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__page .download {
    display: none;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__page .download {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--white);
    font-weight: 700;
    margin: 0 0 45px;
    padding: 0 48px 0 0;
  }
  .header__menu__page .download::before, .header__menu__page .download::after {
    right: 28px;
  }
  .header__menu__page .download > img {
    margin: 0 12px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__page .download > img {
    margin: 0 10px 0 -8px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__cat {
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 -10px 0 0;
  }
  .header__menu__cat::-webkit-scrollbar {
    display: none;
  }
}
.header__menu__cat .item > a {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item > a {
    padding: 0 14px 9px;
  }
  .header__menu__cat .item > a:hover {
    opacity: 1;
  }
  .header__menu__cat .item > a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__cat .item > a {
    padding: 0 14px 15px;
  }
}
.header__menu__cat .item > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: var(--blue);
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.header__menu__cat .item + .item {
  margin: 0 0 0 10px;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item:last-child {
    margin-right: -14px;
  }
}
@media screen and (max-width: 954px) {
  .header__menu__cat .item:last-child {
    margin-right: 0;
  }
}
.header__menu__cat .item.is-act > a::after {
  width: 100%;
}
.header.is-act .header__menu__page {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.header.is-act .switch > span {
  width: 28px;
}
.header.is-act .switch > span:nth-child(1) {
  -webkit-transform: translateY(2px) translateX(-9px) rotate(45deg);
          transform: translateY(2px) translateX(-9px) rotate(45deg);
  z-index: 1;
}
.header.is-act .switch > span:nth-child(2) {
  opacity: 0;
}
.header.is-act .switch > span:nth-child(3) {
  -webkit-transform: translateY(-12px) translateX(-9px) rotate(-45deg);
          transform: translateY(-12px) translateX(-9px) rotate(-45deg);
}

/* footer
===============================================================================================*/
.footer {
  color: var(--white);
  background: var(--grayDark);
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding: 50px 60px 54px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 76px 20px 58px;
  }
}
@media screen and (min-width: 769px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 32px;
  }
  .footer__menu a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    margin: 0 0 157px;
  }
}
@media screen and (min-width: 769px) {
  .footer__menu__item .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__item .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.footer__menu__item .listSub a[target=_blank] {
  position: relative;
}
.footer__menu__item .listSub a[target=_blank]::after {
  content: "";
  background: url("/support/ec/assets/img/common/icon_blank_white.svg") no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 0 0 7px;
}
.footer__menu__item .listSub li {
  position: relative;
  padding: 0 0 0 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__menu__item .listSub li {
    margin: 18px 0 0;
  }
}
.footer__menu__item .listSub li::before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 5px;
  height: 1px;
  top: 11px;
  left: 2px;
  margin-top: 2px;
}
@media screen and (min-width: 769px) {
  .footer__menu__item .listSub a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__item .listSub a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .footer__menu__item + .footer__menu__item {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu__item + .footer__menu__item {
    margin: 48px 0 0;
  }
}
.footer__logo > a {
  display: block;
  text-indent: -9999px;
  background: url("/support/ec/assets/img/common/logo_corp.png") no-repeat 0 0;
  background-size: 100%;
  width: 200px;
  height: 20px;
}
.footer__copyright {
  font-size: 10px;
  font-size: 1rem;
  margin: 5px 0 0;
  letter-spacing: -0.5px;
}

/* pageSection
===============================================================================================*/
.pageSection {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pageSection__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 100px 30px 120px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection__inner {
    margin: 0 20px;
    padding: 60px 0 80px;
  }
  .pageSection__inner .modTagArea {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .pageSection--gray {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--white)), color-stop(66%, var(--white)), color-stop(34%, var(--grayBright)), to(var(--grayBright)));
    background: linear-gradient(to top, var(--white) 0%, var(--white) 66%, var(--grayBright) 34%, var(--grayBright) 100%);
  }
}
@media screen and (max-width: 768px) {
  .pageSection--gray {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--white)), color-stop(63%, var(--white)), color-stop(37%, var(--grayBright)), to(var(--grayBright)));
    background: linear-gradient(to top, var(--white) 0%, var(--white) 63%, var(--grayBright) 37%, var(--grayBright) 100%);
  }
}
.pageSection--gray .pageSection__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pageSection--gray .pageSection__inner {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--gray .pageSection__inner {
    padding-top: 39px;
  }
}
.pageSection--gray .pageSection__inner::before {
  content: "";
  position: absolute;
  background: var(--blue);
  height: 5px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .pageSection--gray .pageSection__inner::before {
    left: 30px;
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--gray .pageSection__inner::before {
    width: 50px;
    left: 0;
  }
}
.pageSection--top .pageSection__inner {
  padding-top: 0;
}
.pageSection--imgBack {
  position: relative;
  overflow: hidden;
}
.pageSection--imgBack::before, .pageSection--imgBack::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
}
.pageSection--imgBack::before {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  top: 0;
}
@media screen and (min-width: 769px) {
  .pageSection--imgBack::before {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--imgBack::before {
    height: 175px;
  }
}
.pageSection--imgBack::after {
  background: rgba(0, 0, 0, 0.1);
  top: -5px;
}
@media screen and (min-width: 769px) {
  .pageSection--imgBack::after {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--imgBack::after {
    height: 185px;
  }
}
@media screen and (min-width: 769px) {
  .pageSection--imgBack.pageSection--large::before {
    height: 580px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--imgBack.pageSection--large::before {
    height: 400px;
  }
}
@media screen and (min-width: 769px) {
  .pageSection--imgBack.pageSection--large::after {
    height: 590px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--imgBack.pageSection--large::after {
    height: 410px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--imgPc::before, .pageSection--imgPc::after {
    display: none;
  }
  .pageSection--imgPc .pageSection__inner {
    padding-top: 0;
  }
}

/* pageTitle
===============================================================================================*/
@media screen and (min-width: 769px) {
  .pageTitle {
    padding: 80px 0 54px;
  }
}
@media screen and (max-width: 768px) {
  .pageTitle {
    padding: 60px 20px 36px;
  }
}
.pageTitle .modTextDescription {
  margin-bottom: 0;
}

/* article
===============================================================================================*/
@media screen and (min-width: 769px) {
  .article {
    padding: 30px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .article {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 60px;
  }
  .article > p:first-child {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.article .clm_indx02 {
  background: var(--grayBright);
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .article .clm_indx02 {
    margin: 100px 0 0;
  }
}
.article .clm_indx02 .clm_indx_ttl {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  font-weight: 700;
  position: absolute;
  z-index: 1;
  border-radius: 5px 0 5px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .article .clm_indx02 .clm_indx_ttl {
    cursor: pointer;
    padding: 10px 20px;
  }
  .article .clm_indx02 .clm_indx_ttl:hover {
    background: var(--white);
    color: var(--blue);
  }
  .article .clm_indx02 .clm_indx_ttl:hover::after {
    border-color: var(--blue);
  }
}
@media screen and (max-width: 768px) {
  .article .clm_indx02 .clm_indx_ttl {
    padding: 10px 20px 6px;
  }
}
.article .clm_indx02 .clm_indx_ttl::after {
  content: "";
  display: inline-block;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
  margin: 0 0 0 10px;
}
.article .clm_indx02 .clm_indx_ttl.open::after {
  -webkit-transform: rotate(135deg) translateY(2px) translateX(-2px);
          transform: rotate(135deg) translateY(2px) translateX(-2px);
}
.article .clm_indx02 #toc_indx_b {
  position: relative;
}
@media screen and (min-width: 769px) {
  .article .clm_indx02 #toc_indx_b {
    padding: 27px 120px 38px 120px;
  }
}
@media screen and (max-width: 768px) {
  .article .clm_indx02 #toc_indx_b {
    padding: 90px 20px 50px;
  }
}
.article .clm_indx02 #toc_indx_b::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 8px);
  width: 17px;
  border-top: 3px dotted var(--grayDark);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .article .clm_indx02 #toc_indx_b > p + p {
    margin: 7px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article .clm_indx02 #toc_indx_b > p + p {
    margin: 20px 0 0;
  }
}
.article .clm_indx02 #toc_indx_b > p > a {
  position: relative;
  text-decoration: underline;
  padding: 0 0 0 14px;
  display: inline-block;
  color: var(--black);
}
@media screen and (min-width: 769px) {
  .article .clm_indx02 #toc_indx_b > p > a:hover {
    color: var(--blue);
    opacity: 1;
  }
  .article .clm_indx02 #toc_indx_b > p > a:hover::before {
    background: var(--blue);
  }
}
.article .clm_indx02 #toc_indx_b > p > a::before {
  content: "";
  background: var(--grayDark);
  position: absolute;
  width: 5px;
  height: 2px;
  top: 13px;
  left: 0;
}
.article .clm_indx02 #toc_indx_b.open::before {
  content: "";
  display: inline-block;
  border-top: 2px solid var(--grayDark);
  border-right: 2px solid var(--grayDark);
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(2px) translateX(-2px);
          transform: rotate(-45deg) translateY(2px) translateX(-2px);
  bottom: 16px;
  left: calc(50% - 4px);
}
.article .clm_indx02--bottom {
  overflow: hidden;
  position: relative;
}
.article .clm_indx02--bottom .clm_indx_ttl {
  cursor: default;
  pointer-events: none;
}
.article .clm_indx02--bottom .clm_indx_ttl::after {
  display: none;
}
.article .clm_indx02--bottom .clm_indx_text {
  margin: 80px 30px 0;
}
.article .clm_indx02--bottom .clm_indx_list {
  margin: 30px 30px 30px;
}
.article .clm_indx02--bottom .clm_indx_list li {
  position: relative;
  padding: 0 0 0 15px;
}
.article .clm_indx02--bottom .clm_indx_list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--gray);
  position: absolute;
  top: 10px;
  left: 0;
}
.article .clm_indx02--bottom .clm_indx_list li a {
  display: inline-block;
}
.article > * + * {
  margin: 40px 0 0;
}
.article h2 {
  position: relative;
  font-weight: 700;
  border-bottom: 1px solid var(--gray);
}
@media screen and (min-width: 769px) {
  .article h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 80px 0 44px;
    padding: 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .article h2 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 12px;
  }
}
.article h2::after {
  content: "";
  height: 5px;
  width: 120px;
  background: var(--blue);
  position: absolute;
  left: 0;
  bottom: -5px;
}
.article h3 {
  font-weight: 700;
  border-left: 5px solid var(--blue);
  padding: 0 0 0 10px;
  margin: 60px 0 40px;
}
@media screen and (min-width: 769px) {
  .article h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .article h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.article h3 + h4 {
  margin-top: 0;
}
.article h4 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 769px) {
  .article h4 {
    margin: 40px 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .article h4 {
    margin: 40px 0 0;
    padding: 0 0 4px 15px;
  }
}
@media screen and (min-width: 769px) {
  .article h4:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .article h4:first-child {
    margin-top: 0;
  }
}
.article h4:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: var(--blue);
}
.article h4 + * {
  margin-top: 10px;
}
.article a {
  color: var(--blue);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .article p {
    line-height: 2;
  }
}
.article strong {
  font-weight: 700;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article .yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, var(--yellow)));
  background: linear-gradient(transparent 60%, var(--yellow) 0%);
}
@media screen and (min-width: 769px) {
  .article ul:not([class]) li + li,
  .article ol:not([class]) li + li {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article ul:not([class]) li + li,
  .article ol:not([class]) li + li {
    margin: 27px 0 0;
  }
}
.article .listNum > li > strong {
  display: inline-block;
  margin: 0 0 20px;
}
.article .listNum > li > strong::before {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 5px 14px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.article .listNum > li:nth-child(1) > strong::before {
  content: "1";
}
.article .listNum > li:nth-child(2) > strong::before {
  content: "2";
}
.article .listNum > li:nth-child(3) > strong::before {
  content: "3";
}
.article .listNum > li:nth-child(4) > strong::before {
  content: "4";
}
.article .listNum > li:nth-child(5) > strong::before {
  content: "5";
}
.article .listNum > li:nth-child(6) > strong::before {
  content: "6";
}
.article .listNum > li:nth-child(7) > strong::before {
  content: "7";
}
.article .listNum > li:nth-child(8) > strong::before {
  content: "8";
}
.article .listNum > li:nth-child(9) > strong::before {
  content: "9";
}
.article .listNum > li:nth-child(10) > strong::before {
  content: "10";
}
.article .listNum > li:nth-child(11) > strong::before {
  content: "11";
}
.article .listNum > li:nth-child(12) > strong::before {
  content: "12";
}
.article .listNum > li:nth-child(13) > strong::before {
  content: "13";
}
.article .listNum > li:nth-child(14) > strong::before {
  content: "14";
}
.article .listNum > li:nth-child(15) > strong::before {
  content: "15";
}
.article .listNum > li:nth-child(16) > strong::before {
  content: "16";
}
.article .listNum > li:nth-child(17) > strong::before {
  content: "17";
}
.article .listNum > li:nth-child(18) > strong::before {
  content: "18";
}
.article .listNum > li:nth-child(19) > strong::before {
  content: "19";
}
.article .listNum > li:nth-child(20) > strong::before {
  content: "20";
}
.article .listNum > li:nth-child(21) > strong::before {
  content: "21";
}
.article .listNum > li:nth-child(22) > strong::before {
  content: "22";
}
.article .listNum > li:nth-child(23) > strong::before {
  content: "23";
}
.article .listNum > li:nth-child(24) > strong::before {
  content: "24";
}
.article .listNum > li:nth-child(25) > strong::before {
  content: "25";
}
.article .listNum > li:nth-child(26) > strong::before {
  content: "26";
}
.article .listNum > li:nth-child(27) > strong::before {
  content: "27";
}
.article .listNum > li:nth-child(28) > strong::before {
  content: "28";
}
.article .listNum > li:nth-child(29) > strong::before {
  content: "29";
}
.article .listNum > li:nth-child(30) > strong::before {
  content: "30";
}
.article .listNum > li:nth-child(31) > strong::before {
  content: "31";
}
.article .listNum > li:nth-child(32) > strong::before {
  content: "32";
}
.article .listNum > li:nth-child(33) > strong::before {
  content: "33";
}
.article .listNum > li:nth-child(34) > strong::before {
  content: "34";
}
.article .listNum > li:nth-child(35) > strong::before {
  content: "35";
}
.article .listNum > li:nth-child(36) > strong::before {
  content: "36";
}
.article .listNum > li:nth-child(37) > strong::before {
  content: "37";
}
.article .listNum > li:nth-child(38) > strong::before {
  content: "38";
}
.article .listNum > li:nth-child(39) > strong::before {
  content: "39";
}
.article .listNum > li:nth-child(40) > strong::before {
  content: "40";
}
.article .listNum > li:nth-child(41) > strong::before {
  content: "41";
}
.article .listNum > li:nth-child(42) > strong::before {
  content: "42";
}
.article .listNum > li:nth-child(43) > strong::before {
  content: "43";
}
.article .listNum > li:nth-child(44) > strong::before {
  content: "44";
}
.article .listNum > li:nth-child(45) > strong::before {
  content: "45";
}
.article .listNum > li:nth-child(46) > strong::before {
  content: "46";
}
.article .listNum > li:nth-child(47) > strong::before {
  content: "47";
}
.article .listNum > li:nth-child(48) > strong::before {
  content: "48";
}
.article .listNum > li:nth-child(49) > strong::before {
  content: "49";
}
.article .listNum > li:nth-child(50) > strong::before {
  content: "50";
}
.article .listNum > li:nth-child(51) > strong::before {
  content: "51";
}
.article .listNum > li:nth-child(52) > strong::before {
  content: "52";
}
.article .listNum > li:nth-child(53) > strong::before {
  content: "53";
}
.article .listNum > li:nth-child(54) > strong::before {
  content: "54";
}
.article .listNum > li:nth-child(55) > strong::before {
  content: "55";
}
.article .listNum > li:nth-child(56) > strong::before {
  content: "56";
}
.article .listNum > li:nth-child(57) > strong::before {
  content: "57";
}
.article .listNum > li:nth-child(58) > strong::before {
  content: "58";
}
.article .listNum > li:nth-child(59) > strong::before {
  content: "59";
}
.article .listNum > li:nth-child(60) > strong::before {
  content: "60";
}
.article .listNum > li:nth-child(61) > strong::before {
  content: "61";
}
.article .listNum > li:nth-child(62) > strong::before {
  content: "62";
}
.article .listNum > li:nth-child(63) > strong::before {
  content: "63";
}
.article .listNum > li:nth-child(64) > strong::before {
  content: "64";
}
.article .listNum > li:nth-child(65) > strong::before {
  content: "65";
}
.article .listNum > li:nth-child(66) > strong::before {
  content: "66";
}
.article .listNum > li:nth-child(67) > strong::before {
  content: "67";
}
.article .listNum > li:nth-child(68) > strong::before {
  content: "68";
}
.article .listNum > li:nth-child(69) > strong::before {
  content: "69";
}
.article .listNum > li:nth-child(70) > strong::before {
  content: "70";
}
.article .listNum > li:nth-child(71) > strong::before {
  content: "71";
}
.article .listNum > li:nth-child(72) > strong::before {
  content: "72";
}
.article .listNum > li:nth-child(73) > strong::before {
  content: "73";
}
.article .listNum > li:nth-child(74) > strong::before {
  content: "74";
}
.article .listNum > li:nth-child(75) > strong::before {
  content: "75";
}
.article .listNum > li:nth-child(76) > strong::before {
  content: "76";
}
.article .listNum > li:nth-child(77) > strong::before {
  content: "77";
}
.article .listNum > li:nth-child(78) > strong::before {
  content: "78";
}
.article .listNum > li:nth-child(79) > strong::before {
  content: "79";
}
.article .listNum > li:nth-child(80) > strong::before {
  content: "80";
}
.article .listNum > li:nth-child(81) > strong::before {
  content: "81";
}
.article .listNum > li:nth-child(82) > strong::before {
  content: "82";
}
.article .listNum > li:nth-child(83) > strong::before {
  content: "83";
}
.article .listNum > li:nth-child(84) > strong::before {
  content: "84";
}
.article .listNum > li:nth-child(85) > strong::before {
  content: "85";
}
.article .listNum > li:nth-child(86) > strong::before {
  content: "86";
}
.article .listNum > li:nth-child(87) > strong::before {
  content: "87";
}
.article .listNum > li:nth-child(88) > strong::before {
  content: "88";
}
.article .listNum > li:nth-child(89) > strong::before {
  content: "89";
}
.article .listNum > li:nth-child(90) > strong::before {
  content: "90";
}
.article .listNum > li:nth-child(91) > strong::before {
  content: "91";
}
.article .listNum > li:nth-child(92) > strong::before {
  content: "92";
}
.article .listNum > li:nth-child(93) > strong::before {
  content: "93";
}
.article .listNum > li:nth-child(94) > strong::before {
  content: "94";
}
.article .listNum > li:nth-child(95) > strong::before {
  content: "95";
}
.article .listNum > li:nth-child(96) > strong::before {
  content: "96";
}
.article .listNum > li:nth-child(97) > strong::before {
  content: "97";
}
.article .listNum > li:nth-child(98) > strong::before {
  content: "98";
}
.article .listNum > li:nth-child(99) > strong::before {
  content: "99";
}
.article .listNum > li:nth-child(100) > strong::before {
  content: "100";
}
@media screen and (min-width: 769px) {
  .article .listNum > li + li {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article .listNum > li + li {
    margin: 54px 0 0;
  }
}
.article .listCaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.article .listCaption > li {
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}
.article .listAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .article .listAnchor {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .article .listAnchor {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .article .listAnchor > li {
    width: calc(50% - 5px);
  }
}
.article .listAnchor > li a {
  display: inline-block;
  border: 1px solid var(--grayDark);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 9px 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2010.8%2010.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.4%2C4.9c-0.2-0.2-0.5-0.2-0.7%2C0L5.9%2C8.7V0h-1v8.7L1.1%2C4.9c-0.2-0.2-0.5-0.2-0.7%2C0s-0.2%2C0.5%2C0%2C0.7l5%2C5l5-5%20C10.6%2C5.4%2C10.6%2C5.1%2C10.4%2C4.9z%22%20style%3D%22fill%3A%23404040%3B%22%2F%3E%3C%2Fsvg%3E");
  text-decoration: none;
  color: var(--grayDark);
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .article .listAnchor > li a {
    line-height: 1;
    padding: 12px 40px 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .article .listAnchor > li a {
    padding: 12px 30px 12px 15px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.article .faq_list {
  border-bottom: 1px solid var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .article .faq_list {
    margin: 30px 0;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .article .faq_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 52px;
  }
}
.article .faq_list > dt {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .article .faq_list > dt {
    width: 35px;
    height: 35px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article .faq_list > dt {
    width: 35px;
    height: 35px;
  }
}
.article .faq_list > dt:first-child {
  color: var(--white);
  background: var(--blue);
  border-radius: 10px 10px 0 10px;
}
@media screen and (min-width: 769px) {
  .article .faq_list > dt:first-child, .article .faq_list > dt:first-child + dd {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .article .faq_list > dt:first-child, .article .faq_list > dt:first-child + dd {
    margin-bottom: 10px;
  }
}
.article .faq_list > dt:not(:first-child) {
  color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 10px 10px 10px 0;
}
.article .faq_list > dt > span {
  overflow: hidden;
  width: 13px;
  height: 24px;
}
@media screen and (min-width: 769px) {
  .article .faq_list > dd {
    width: calc(100% - 55px);
    padding: 4px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article .faq_list > dd {
    width: calc(100% - 55px);
    padding: 4px 0 0;
    line-height: 2;
  }
}
.article table {
  text-align: left;
  width: 100%;
  border: 1px solid var(--gray);
}
.article table tbody {
  -webkit-text-size-adjust: 100%;
}
.article table th,
.article table td {
  border: 1px solid var(--gray);
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .article table th,
  .article table td {
    padding: 13px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .article table th,
  .article table td {
    padding: 12px 20px 14px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.article table th {
  background: var(--grayBright);
  border: 1px solid var(--gray);
}
.article table thead tr > * {
  background: var(--grayBright);
  color: var(--white);
  border: 1px solid var(--gray);
  border-top: none;
  border-bottom: none;
  font-weight: 700;
}
.article table thead tr > *:first-child {
  border-left: 1px solid var(--gray);
}
.article table thead tr > *:last-child {
  border-right: 1px solid var(--gray);
}
.article table tfoot tr > * {
  background: var(--grayBright);
}
@media screen and (min-width: 769px) {
  .article table.has-fixed-layout {
    width: 100%;
    table-layout: fixed;
  }
}
.article .tableType2 table {
  border: none;
}
@media screen and (max-width: 768px) {
  .article .tableType2--vertical {
    overflow-x: scroll;
  }
  .article .tableType2--vertical table {
    width: 100vw;
    border: none;
  }
  .article .tableType2--vertical table th,
  .article .tableType2--vertical table td {
    white-space: nowrap;
  }
}
.article .tableType2--horizontal {
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
}
@media screen and (min-width: 769px) {
  .article .tableType2--horizontal table tr {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .article .tableType2--horizontal table tr {
    display: block;
  }
}
.article .tableType2--horizontal table th,
.article .tableType2--horizontal table td {
  display: block;
  width: 100%;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .article .tableType3 {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .article .tableType3 table {
    width: 100vw;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .article .tableType3 table th,
  .article .tableType3 table td {
    white-space: nowrap;
  }
}
.article .tableType3::-webkit-scrollbar-track {
  background-color: red;
  background-image: url("./back.png");
  border-radius: 5px;
}
.article__summarize {
  background: var(--grayBright);
  border-radius: 5px;
}
.article__summarize__label {
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  border-radius: 5px 0 5px 0;
}
@media screen and (min-width: 769px) {
  .article__summarize__label {
    padding: 14px 24px;
  }
}
@media screen and (max-width: 768px) {
  .article__summarize__label {
    padding: 14px 24px 12px;
  }
}
@media screen and (min-width: 769px) {
  .article__summarize__cont {
    padding: 26px 30px;
  }
}
@media screen and (max-width: 768px) {
  .article__summarize__cont {
    padding: 26px 30px 52px;
  }
}
.article .modBtnLink, .article .modBtnPage {
  text-decoration: none;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .article .modBtnLink, .article .modBtnPage {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .article .modBtnLink p, .article .modBtnPage p {
    line-height: 1.6;
  }
}
.article .modBtnText {
  text-decoration: none;
}
.article .modBtnText p {
  line-height: 1.5;
}
.article .modListCta {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .article .modListCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article .modBtnPage__thumbnail img, .article .modBtnLink__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 955px) {
  .article .modListSns {
    display: none;
  }
}
.article .toc_indx_cta {
  background: #F7F9FB;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 0;
}
.article .toc_indx_cta__title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .article .toc_indx_cta__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .article .toc_indx_cta__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.article .toc_indx_cta__btn a::after {
  content: "";
  display: inline-block;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 769px) {
  .article .toc_indx_cta__btn a::after {
    margin: 0 0 1px 9px;
  }
}
@media screen and (max-width: 768px) {
  .article .toc_indx_cta__btn a::after {
    margin: 0 0 0 9px;
  }
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 55px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 55px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    margin: 38px 0 38px;
  }
  .article .chargeSystemBox > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .article .chargeSystemBox > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .article .chargeSystemBox > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .article .chargeSystemBox > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px 0;
    margin: 40px 0 40px;
  }
}
.article .chargeSystemBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  position: relative;
}
.article .chargeSystemBox__item__title {
  background: var(--blueBright);
  text-align: center;
  color: var(--blue);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item__title {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox__item__title {
    padding: 14px 0;
  }
}
.article .chargeSystemBox__item__main {
  background: #F7F9FB;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item__main {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox__item__main {
    padding: 14px 20px 20px;
  }
}
.article .chargeSystemBox__item__main .block {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item__main .block {
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox__item__main .block {
    text-align: center;
    padding: 20px 0 20px;
  }
}
.article .chargeSystemBox__item__main .block .text {
  display: inline-block;
  text-align: left;
}
.article .chargeSystemBox__item__main .block + .block {
  border-top: 2px solid var(--white);
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox__item__main .block:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox__item__main .block:last-child {
    padding-bottom: 0;
  }
}
.article .chargeSystemBox__item__main .title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item__main .title {
    margin: 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox__item__main .title {
    margin: 0 0 4px;
  }
}
.article .chargeSystemBox__item__main .text {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .article .chargeSystemBox__item:nth-child(1)::before, .article .chargeSystemBox__item:nth-child(1)::after {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .article .chargeSystemBox__item:nth-child(1)::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .article .chargeSystemBox__item:nth-child(2)::before, .article .chargeSystemBox__item:nth-child(2)::after {
    bottom: calc(100% + 26px);
    left: auto;
    right: -30px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .article .chargeSystemBox__item:nth-child(2)::after {
    -webkit-transform: translateX(0%) rotate(90deg);
            transform: translateX(0%) rotate(90deg);
  }
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
.article .chargeSystemBox__item:nth-child(3)::before, .article .chargeSystemBox__item:nth-child(3)::after {
  display: none;
}
.article .chargeSystemBox__item:nth-child(3) .chargeSystemBox__item__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article .chargeSystemBox__item::before, .article .chargeSystemBox__item::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .article .chargeSystemBox__item::before, .article .chargeSystemBox__item::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .article .chargeSystemBox__item::before, .article .chargeSystemBox__item::after {
    bottom: -20px;
  }
}
.article .chargeSystemBox__item::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.article .modBlockQuote {
  display: block;
  background-color: #F7F9FB;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2230%22%20viewBox%3D%220%200%2032%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.4004%204.27148C11.6198%206.11891%209.5339%208.10496%208.14355%2010.2305C6.78466%2012.308%206.09129%2014.9173%206.06055%2018.0576C6.36865%2018.0169%206.69848%2017.9981%207.05078%2017.998C8.58009%2017.998%209.91119%2018.4551%2011.083%2019.3887C12.235%2020.3223%2012.831%2021.7132%2012.8311%2023.5605C12.8311%2025.4079%2012.2748%2026.9774%2011.1826%2028.0303C10.0903%2029.0831%208.71967%2029.62%207.07129%2029.6201L7.05078%2029.5996C4.80662%2029.5995%203.05919%2028.7456%201.84766%2027.0176C0.616208%2025.2893%200%2022.8055%200%2019.5674C6.37034e-05%2015.1971%201.03337%2011.3826%203.0791%208.14453C5.12488%204.90664%208.04477%202.18512%2011.8184%200L14.4004%204.27148Z%22%20fill%3D%22%23CCCCCC%22%2F%3E%3Cpath%20d%3D%22M31.2002%204.27148C28.4197%206.11893%2026.3337%208.10493%2024.9434%2010.2305C23.5845%2012.308%2022.8911%2014.9173%2022.8604%2018.0576C23.1687%2018.0169%2023.499%2017.998%2023.8516%2017.998C25.3808%2017.9981%2026.712%2018.455%2027.8838%2019.3887C29.0357%2020.3223%2029.6308%2021.7132%2029.6309%2023.5605C29.6309%2025.408%2029.0748%2026.9774%2027.9824%2028.0303C26.89%2029.0832%2025.5196%2029.6201%2023.8711%2029.6201L23.8516%2029.5996C21.6072%2029.5996%2019.859%2028.7458%2018.6475%2027.0176C17.416%2025.2893%2016.8008%2022.8055%2016.8008%2019.5674C16.8008%2015.1971%2017.8332%2011.3826%2019.8789%208.14453C21.9247%204.90656%2024.8445%202.18516%2028.6182%200L31.2002%204.27148Z%22%20fill%3D%22%23CCCCCC%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2230%22%20viewBox%3D%220%200%2032%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.8%2025.3486C19.5806%2023.5012%2021.6665%2021.5152%2023.0569%2019.3897C24.4158%2017.3121%2025.1092%2014.7028%2025.1399%2011.5625C24.8318%2011.6032%2024.502%2011.6221%2024.1497%2011.6221C22.6204%2011.6221%2021.2893%2011.165%2020.1174%2010.2314C18.9655%209.2978%2018.3694%207.90696%2018.3694%206.05957C18.3694%204.21223%2018.9256%202.64273%2020.0178%201.58985C21.1102%200.537044%2022.4808%208.70798e-05%2024.1292%202.10944e-06L24.1497%200.0205099C26.3938%200.0205744%2028.1413%200.874495%2029.3528%202.60254C30.5842%204.33086%2031.2004%206.81462%2031.2004%2010.0527C31.2004%2014.423%2030.1671%2018.2376%2028.1213%2021.4756C26.0756%2024.7135%2023.1557%2027.435%2019.3821%2029.6201L16.8%2025.3486Z%22%20fill%3D%22%23CCCCCC%22%2F%3E%3Cpath%20d%3D%22M3.73425e-07%2025.3486C2.78055%2023.5012%204.86649%2021.5152%206.25684%2019.3897C7.61573%2017.3121%208.3091%2014.7028%208.33985%2011.5625C8.03174%2011.6032%207.70191%2011.6221%207.34961%2011.6221C5.82031%2011.6221%204.4892%2011.165%203.31738%2010.2314C2.16544%209.2978%201.56939%207.90696%201.56934%206.05957C1.56934%204.21223%202.12556%202.64273%203.21778%201.58985C4.3101%200.537044%205.68073%208.70798e-05%207.3291%202.10944e-06L7.34961%200.0205099C9.59377%200.0205744%2011.3412%200.874495%2012.5527%202.60254C13.7842%204.33086%2014.4004%206.81462%2014.4004%2010.0527C14.4003%2014.423%2013.367%2018.2376%2011.3213%2021.4756C9.27551%2024.7135%206.35562%2027.435%202.58203%2029.6201L3.73425e-07%2025.3486Z%22%20fill%3D%22%23CCCCCC%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .article .modBlockQuote {
    padding: 60px 40px;
    background-position: 40px 20px, bottom 20px right 45px;
    background-size: 31px 30px, 31px 30px;
  }
}
@media screen and (max-width: 768px) {
  .article .modBlockQuote {
    padding: 50px 20px;
    background-position: 20px 20px, bottom 20px right 25px;
    background-size: 20px 20px, 20px 20px;
  }
}

.modCta {
  color: var(--white);
  background: var(--blue);
}
@media screen and (min-width: 769px) {
  .modCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modCta__title {
  background: url("/support/ec/assets/img/top/img_cta.jpg") no-repeat 0 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .modCta__title {
    border-radius: 0 0 80px 0;
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .modCta__title {
    border-radius: 0 0 50px 0;
    padding: 80px 0;
  }
}
.modCta__title__text {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modCta__title__text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modCta__title__text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .modCta__cont {
    text-align: center;
    width: 62%;
    padding: 74px 70px 80px 61px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__cont {
    margin: 0 20px;
    padding: 36px 0 80px;
  }
}
@media screen and (min-width: 769px) {
  .modCta__cont__main {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .modCta__cont__main {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .modCta__cont .modBtnArea {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__cont .modBtnArea {
    margin-top: 36px;
  }
}
.modCta__cont .modBtnArea__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modCta__cont .modBtnArea__inner > li {
    width: 47%;
  }
}
.modCta__cont .modBtnArea__inner > li:first-child .modBtnMain {
  border: 1px solid var(--white);
  background: var(--blue);
}
@media screen and (max-width: 768px) {
  .modCta__cont .modBtnArea__inner > li:last-child {
    margin: 10px 0 0;
  }
}
.modCta__cont .modBtnArea__inner > li:last-child .modBtnMain {
  background: var(--white);
  color: var(--blue);
}
.modCta__cont .modBtnArea__inner > li:last-child .modBtnMain > span::before, .modCta__cont .modBtnArea__inner > li:last-child .modBtnMain > span::after {
  background: var(--blue);
}
.modCta__cont .modBtnMain {
  font-weight: 700;
  min-width: 100%;
}
@media screen and (min-width: 1070px) {
  .modCta__cont .modBtnMain {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1069px) and (min-width: 950px) {
  .modCta__cont .modBtnMain {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modCta__cont .modBtnMain {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.modCtaOnline {
  background: var(--blue);
}
@media screen and (min-width: 955px) {
  .modCtaOnline {
    padding: 83px 30px 60px;
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline {
    padding: 36px 0 60px;
  }
}
.modCtaOnline__title {
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
@media screen and (min-width: 955px) {
  .modCtaOnline__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.modCtaOnline__cont {
  position: relative;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 44px;
}
@media screen and (min-width: 955px) {
  .modCtaOnline__cont {
    max-width: 1200px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__cont {
    margin: 37px 20px 0;
  }
}
.modCtaOnline__cont::before {
  content: "";
  display: inline-block;
  width: 100%;
  background: var(--white);
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 955px) {
  .modCtaOnline__cont::before {
    height: calc(100% - 42px);
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__cont::before {
    height: 100%;
  }
}
.modCtaOnline__cont__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 955px) {
  .modCtaOnline__cont__inner {
    margin: 77px 0 40px 70px;
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__cont__inner {
    margin: 0 auto;
    padding: 36px 26px 38px;
  }
}
.modCtaOnline__cont__inner .text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, var(--yellow)));
  background: linear-gradient(transparent 50%, var(--yellow) 0%);
  padding: 0 10px;
  display: inline;
}
@media screen and (min-width: 955px) {
  .modCtaOnline__cont__inner .text {
    font-size: 28px;
    font-size: 2.8rem;
    word-break: keep-all;
  }
}
@media screen and (max-width: 1280px) {
  .modCtaOnline__cont__inner .text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__cont__inner .text {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modCtaOnline__cont__inner .logo {
  margin: 18px auto 0;
}
@media screen and (max-width: 954px) {
  .modCtaOnline__cont__inner .logo {
    max-width: 295px;
  }
}
.modCtaOnline__cont__inner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modCtaOnline__cont__img {
  position: relative;
  z-index: 1;
  max-width: 588px;
  height: auto;
}
@media screen and (min-width: 955px) {
  .modCtaOnline__cont__img {
    margin: 0 24px 27px 0;
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__cont__img {
    display: none;
  }
}
.modCtaOnline__cont__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modCtaOnline__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 955px) {
  .modCtaOnline__btnArea {
    max-width: 700px;
    margin: 60px auto 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 20px 0;
    gap: 20px 0;
  }
}
@media screen and (min-width: 955px) {
  .modCtaOnline__btnArea__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 954px) {
  .modCtaOnline__btnArea__item {
    width: 100%;
    max-width: 480px;
  }
}
.modCtaOnline__btnArea__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid;
  text-decoration: none !important;
}
@media screen and (max-width: 954px) {
  .modCtaOnline__btnArea__item a {
    max-width: 480px;
  }
}
.modCtaOnline__btnArea__item a.modBpPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 954px) {
  .modCtaOnline__btnArea__item a.modBpPc {
    display: none;
  }
}
.modCtaOnline__btnArea__item a.modBpSp {
  display: none;
}
@media screen and (max-width: 954px) {
  .modCtaOnline__btnArea__item a.modBpSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.modCtaOnline__btnArea__item a::before {
  content: "";
  display: inline-block;
  background-size: auto;
}
@media screen and (max-width: 954px) {
  .modCtaOnline__btnArea__item--contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.modCtaOnline__btnArea__item--contact a {
  border-color: var(--orange);
  background: var(--white);
  color: var(--orange) !important;
}
.modCtaOnline__btnArea__item--contact a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.03%2025.71%22%3E%20%3Cpath%20d%3D%22M22.35%2C6.7V0H2.68v6.7l-2.68%2C1.22v17.8h25.03V7.91l-2.68-1.22ZM23.38%2C8.98v1.85l-1.03.47v-2.78l1.03.47ZM20.7%2C1.65v10.39l-8.19%2C3.72-8.19-3.72V1.65h16.38ZM2.68%2C8.51v2.78l-1.03-.47v-1.85l1.03-.47ZM1.65%2C24.06v-11.43l10.86%2C4.94%2C10.86-4.94v11.43H1.65Z%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%224.76%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%227.72%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%2210.53%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%3C%2Fsvg%3E");
  width: 25px;
  height: 26px;
  margin: -1px 11px 0 0;
}
@media screen and (max-width: 954px) {
  .modCtaOnline__btnArea__item--download {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.modCtaOnline__btnArea__item--download a {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white) !important;
}
.modCtaOnline__btnArea__item--download a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.72%2027.29%22%3E%20%3Cpath%20d%3D%22M11.36%2C20.46l-5.72-5.73h3.23v-5.67h4.97v5.67h3.23l-5.72%2C5.73ZM9.62%2C16.38l1.75%2C1.75%2C1.75-1.75h-.91v-5.67h-1.68v5.67h-.91Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M6%2C0L0%2C6v21.29h22.72V0H6ZM5.52%2C2.82v2.7h-2.7l2.7-2.7ZM21.07%2C25.64H1.65V7.17h5.52V1.65h13.9v23.99Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  width: 23px;
  height: 28px;
  margin: -1px 11px 0 0;
}

.modTagArea {
  background: var(--grayBright);
}
@media screen and (min-width: 769px) {
  .modTagArea {
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 5px;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 954px) {
  .modTagArea {
    border-radius: 10px;
    margin: 0 20px 64px;
    padding: 20px 20px 12px;
  }
}
@media screen and (min-width: 769px) {
  .modTagArea__wrapper {
    margin: 0 30px;
  }
}
@media screen and (max-width: 954px) {
  .modTagArea__wrapper {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .modTagArea__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 954px) {
  .modTagArea__cont {
    display: block;
  }
}
.modTagArea__cont__title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .modTagArea__cont__title {
    padding: 0 31px 0 0;
    position: relative;
  }
  .modTagArea__cont__title::after {
    content: "";
    background: var(--black);
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 26px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 954px) {
  .modTagArea__cont__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .modTagArea__cont__title::after {
    display: none;
  }
  .modTagArea__cont__title .modIconImg {
    min-width: 30px;
    height: 30px;
  }
  .modTagArea__cont__title .modIconImg > img {
    max-width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .modTagArea__cont__main {
    padding: 0 0 0 38px;
  }
}
@media screen and (max-width: 954px) {
  .modTagArea__cont__main {
    padding-left: 0;
  }
}
.modTagArea__cont__main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modTagArea__cont__main .list {
    margin: 0 0 -10px;
  }
}
@media screen and (min-width: 769px) {
  .modTagArea__cont__main .list > li {
    margin: 0 15px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .modTagArea__cont__main .list > li {
    margin: 0 8px 8px 0;
  }
}
.modTagArea__cont__main .list > li > a {
  display: inline-block;
  background: var(--white);
  padding: 5px 10px;
  border-radius: 5px;
}

@media screen and (min-width: 955px) {
  .columnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 60px 120px 20px;
    gap: 0 60px;
  }
}
@media screen and (max-width: 1280px) {
  .columnBox {
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox {
    max-width: auto;
    display: block;
    padding: 40px 20px 14px;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__cont {
    max-width: 840px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__cont {
    width: 100%;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__cont__kv .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 19px;
  }
}
.columnBox__cont__kv .head .modBtnCat {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 12px;
}
@media screen and (max-width: 954px) {
  .columnBox__cont__kv .head .modBtnCat {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__cont__kv .head .modListSns {
    display: none;
  }
}
.columnBox__cont__kv .title {
  position: relative;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
}
@media screen and (min-width: 955px) {
  .columnBox__cont__kv .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
    margin: 0 60px -20px 0;
    padding: 18px 20px 16px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__cont__kv .title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 10px;
    margin: 0 34px -10px 0;
    z-index: 1;
  }
}
.columnBox__cont__kv .img {
  aspect-ratio: 760/427;
}
.columnBox__cont__kv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 760/427) {
  .columnBox__cont__kv .img {
    position: relative;
  }
  .columnBox__cont__kv .img::before {
    float: left;
    content: "";
    padding-top: 56.18%;
  }
  .columnBox__cont__kv .img::after {
    display: block;
    content: "";
    clear: both;
  }
  .columnBox__cont__kv .img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__cont__kv .img {
    margin: 0 0 15px;
  }
}
.columnBox__cont__kv .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--grayMiddle);
}
@media screen and (min-width: 955px) {
  .columnBox__cont__kv .info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__cont__kv .info {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 16px 0 12px;
  }
}
.columnBox__cont__kv .info__time {
  font-family: "Noto Sans";
  color: var(--grayMiddle);
  margin: 0 20px 0 0;
}
.columnBox__cont__kv .info > span.info__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.columnBox__cont__kv .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 955px) {
  .columnBox__cont__kv .info__list a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.columnBox__cont__kv .info__list > li {
  margin: 0 16px 0 0;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar {
    max-width: 300px;
    height: 100%;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 53px 0 0;
  }
}
.columnBox__sidebar__banner {
  text-align: center;
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__banner {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 480px;
    margin: 60px auto 0;
  }
}
.columnBox__sidebar__banner li a {
  display: block;
}
.columnBox__sidebar__banner li a img {
  aspect-ratio: 30/29;
  width: 100%;
  height: auto;
}
.columnBox__sidebar__banner li a.textLink {
  display: inline-block;
  background: var(--grayDark);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  width: 100%;
  margin: 30px 0 0;
  padding: 14px 0;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .columnBox__sidebar__banner li a.textLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__tag {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__tag {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.columnBox__sidebar__tag .title {
  background: url("/support/ec/assets/img/common/icon_tag.svg") no-repeat 0 50%;
  background-size: 20px auto;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__tag .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__tag .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 26px;
  }
}
.columnBox__sidebar__tag .list {
  background: var(--grayBright);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__tag .list {
    margin: 10px 0 0;
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__tag .list {
    margin: 16px 0 0;
    padding: 10px 20px 20px;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__tag .list li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__tag .list li {
    margin: 10px 10px 0 0;
  }
}
.columnBox__sidebar__tag .list li a {
  display: inline-block;
  background: var(--white);
  border-radius: 5px;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__tag .list li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 22px 3px 11px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__tag .list li a {
    padding: 6px 22px 6px 11px;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__popular {
    margin: 34px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__popular {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 55px 0 0;
  }
}
.columnBox__sidebar__popular .title {
  background: url("/support/ec/assets/img/common/icon_ranking.svg") no-repeat 0 50%;
  background-size: 20px auto;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__popular .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__popular .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 26px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__popular .list {
    margin: -8px 0 0;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__popular .list li {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__popular .list li {
    margin: 22px 0 0;
  }
}
.columnBox__sidebar__popular .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columnBox__sidebar__popular .list__thumbnail {
  width: 120px;
  height: 68px;
}
.columnBox__sidebar__popular .list__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.columnBox__sidebar__popular .list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__popular .list__text {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__popular .list__text {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__btn {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__btn {
    display: none;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__btn li {
    margin: 16px 0 0;
  }
}
.columnBox__sidebar__btn li .modBtnMain {
  min-width: inherit;
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__btn li .modBtnMain {
    font-size: 20px;
    font-size: 2rem;
    padding: 11px 0;
  }
}
.columnBox__sidebar__btn li .modBtnMain--contact {
  background: var(--blue);
}
.columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online {
  background: var(--white);
  border: 1px solid var(--orange);
  color: var(--orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online::before {
  content: "";
  display: inline-block;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.03%2025.71%22%3E%20%3Cpath%20d%3D%22M22.35%2C6.7V0H2.68v6.7l-2.68%2C1.22v17.8h25.03V7.91l-2.68-1.22ZM23.38%2C8.98v1.85l-1.03.47v-2.78l1.03.47ZM20.7%2C1.65v10.39l-8.19%2C3.72-8.19-3.72V1.65h16.38ZM2.68%2C8.51v2.78l-1.03-.47v-1.85l1.03-.47ZM1.65%2C24.06v-11.43l10.86%2C4.94%2C10.86-4.94v11.43H1.65Z%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%224.76%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%227.72%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%20%3Crect%20x%3D%227.63%22%20y%3D%2210.53%22%20width%3D%229.76%22%20height%3D%221.65%22%20style%3D%22fill%3A%23ff7223%3B%22%2F%3E%3C%2Fsvg%3E");
  width: 24px;
  height: 28px;
  margin: -1px 11px 0 0;
}
.columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online span {
  display: inline-block;
  width: auto;
}
.columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online span::before, .columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online span::after {
  display: none;
}
.columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online.modBpPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online.modBpPc {
    display: none;
  }
}
.columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online.modBpSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .columnBox__sidebar__btn li .modBtnMain--contact.modBtnMain--online.modBpSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.columnBox__sidebar__btn li .modBtnMain--download {
  background: var(--white);
  border: 1px solid var(--blue);
  color: var(--blue);
}
.columnBox__sidebar__btn li .modBtnMain--download span::before, .columnBox__sidebar__btn li .modBtnMain--download span::after {
  background: var(--blue);
}
.columnBox__sidebar__btn li .modBtnMain--download.modBtnMain--online {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar__btn li .modBtnMain--download.modBtnMain--online {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar__btn li .modBtnMain--download.modBtnMain--online {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.columnBox__sidebar__btn li .modBtnMain--download.modBtnMain--online::before {
  content: "";
  display: inline-block;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.72%2027.29%22%3E%20%3Cpath%20d%3D%22M11.36%2C20.46l-5.72-5.73h3.23v-5.67h4.97v5.67h3.23l-5.72%2C5.73ZM9.62%2C16.38l1.75%2C1.75%2C1.75-1.75h-.91v-5.67h-1.68v5.67h-.91Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M6%2C0L0%2C6v21.29h22.72V0H6ZM5.52%2C2.82v2.7h-2.7l2.7-2.7ZM21.07%2C25.64H1.65V7.17h5.52V1.65h13.9v23.99Z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  width: 28px;
  height: 28px;
  margin: -1px 14px 0 0;
}
.columnBox__sidebar__btn li .modBtnMain--download.modBtnMain--online span {
  display: inline-block;
  width: auto;
}
.columnBox__sidebar__btn li .modBtnMain--download.modBtnMain--online span::before, .columnBox__sidebar__btn li .modBtnMain--download.modBtnMain--online span::after {
  display: none;
}
.columnBox__sidebar .is-sticky {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar .is-sticky {
    position: sticky;
    top: 149px;
    left: 0;
  }
}
@media screen and (max-width: 954px) {
  .columnBox__sidebar .is-sticky {
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 955px) {
  .columnBox__sidebar .is-sticky.hide {
    top: 34px;
  }
}

.authorBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 955px) {
  .authorBlock {
    gap: 0 28px;
    margin: 92px 0 80px;
    padding: 82px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .authorBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin: 40px 0 60px;
    padding: 72px 0 0;
  }
}
.authorBlock__title {
  position: absolute;
  left: 0;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid var(--gray);
}
@media screen and (min-width: 955px) {
  .authorBlock__title {
    top: -92px;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 80px 0 44px;
    padding: 0 0 6px;
  }
}
@media screen and (max-width: 954px) {
  .authorBlock__title {
    top: 0;
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 12px;
  }
}
.authorBlock__title::after {
  content: "";
  height: 5px;
  width: 120px;
  background: var(--blue);
  position: absolute;
  left: 0;
  bottom: -5px;
}
.authorBlock__img {
  width: 300px;
  height: 202px;
  border: 1px solid var(--gray);
  text-align: center;
}
@media screen and (max-width: 954px) {
  .authorBlock__img {
    margin: 0 auto;
  }
}
.authorBlock__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 200px;
}
.authorBlock__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.authorBlock__cont .name {
  font-weight: 700;
}
.authorBlock__cont .text {
  margin: 10px 0 0;
}

.topKv {
  position: relative;
}
.topKv::before, .topKv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.topKv::before {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.topKv::after {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .topKv__inner {
    margin: 0 auto;
    padding: 40px 120px 96px;
  }
}
@media screen and (max-width: 1280px) {
  .topKv__inner {
    max-width: 1060px;
    padding: 40px 30px 96px;
  }
}
@media screen and (max-width: 954px) {
  .topKv__inner {
    max-width: auto;
    padding: 20px 0 111px;
    margin: 0 20px;
  }
}
.topKv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topKv__list {
    gap: 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 7px;
  }
}
.topKv__list__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topKv__list__item {
    max-width: 390px;
    width: calc(30% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topKv__list__item > a:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .topKv__list__item .modBtnCat {
    margin: 0 0 5px;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item .modBtnCat {
    left: -5px;
    bottom: 72px;
  }
}
@media screen and (min-width: 769px) {
  .topKv__list__item .img {
    height: 100%;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item .img {
    aspect-ratio: 39/22;
  }
  .topKv__list__item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 39/22) {
    .topKv__list__item .img {
      position: relative;
    }
    .topKv__list__item .img::before {
      float: left;
      content: "";
      padding-top: 56.41%;
    }
    .topKv__list__item .img::after {
      display: block;
      content: "";
      clear: both;
    }
    .topKv__list__item .img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .topKv__list__item .img {
    margin-bottom: 3em;
    height: auto;
  }
}
.topKv__list__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topKv__list__item .text {
  position: relative;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topKv__list__item .text {
    margin: 0 10px 0 -10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item .text {
    margin: 0 5px 0 -5px;
    bottom: -3em;
  }
}
.topKv__list__item .text__title {
  background: var(--blue);
  color: var(--white);
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .topKv__list__item .text__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 8px 10px;
  }
  .topKv__list__item .text__title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item .text__title {
    margin: 4px 0 0;
    padding: 4px 6px;
    line-height: 1.4;
  }
}
.topKv__list__item .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topKv__list__item .inner {
    height: calc(50% - 10px);
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item .inner {
    width: calc(50% - 7px);
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.topKv__list__item .inner > a {
  position: relative;
  display: block;
}
@media screen and (max-width: 954px) {
  .topKv__list__item .inner + .inner {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .topKv__list__item:first-child {
    max-width: inherit;
    width: calc(70% + 10px);
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item:first-child {
    display: block;
    margin: 0 0 20px;
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .topKv__list__item:first-child .modBtnCat {
    font-size: 14px;
    font-size: 1.4rem;
    bottom: 104px;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item:first-child .modBtnCat {
    bottom: 67px;
    top: auto;
  }
}
.topKv__list__item:first-child .img {
  aspect-ratio: 39/23;
}
.topKv__list__item:first-child .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 39/23) {
  .topKv__list__item:first-child .img {
    position: relative;
  }
  .topKv__list__item:first-child .img::before {
    float: left;
    content: "";
    padding-top: 58.97%;
  }
  .topKv__list__item:first-child .img::after {
    display: block;
    content: "";
    clear: both;
  }
  .topKv__list__item:first-child .img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.topKv__list__item:first-child .img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .topKv__list__item:first-child .img {
    max-height: inherit;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item:first-child .img {
    margin: 0;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item:first-child .text {
    width: calc(100% - 30px);
    bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .topKv__list__item:first-child .text__title {
    font-size: 26px;
    font-size: 2.6rem;
    max-width: 600px;
    margin: 10px 0 0;
    padding-left: 24px;
  }
}
@media screen and (max-width: 954px) {
  .topKv__list__item:first-child .text__title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 10px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .top .modTagArea {
    margin-top: -48px;
  }
}
@media screen and (max-width: 954px) {
  .top .modTagArea {
    margin-top: -80px;
  }
}

@media screen and (max-width: 954px) {
  .detail .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 954px) {
  .detail .main .columnBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 954px) {
  .detail .main .modCta,
  .detail .main .modCtaOnline {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 954px) {
  .detail .main .modCta + .pageSection,
  .detail .main .modCtaOnline + .pageSection {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 954px) {
  .detail .main .modAboutBox {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
/*# sourceMappingURL=style.css.map */