<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.p-prosandcons__topics01 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-prosandcons__topics01Main {
  --mt: 0;
  --pt: 132;
  --pb: 132;
  margin-top: calc(var(--mt) * 1em/16);
  padding: calc(var(--pt) * 1em/16) 0 calc(var(--pb) * 1em/16);
  background-color: var(--gray-bg);
  @media screen and (max-width: 880px) {
    --mt: 0;
    --pt: 90;
    --pb: 90;
  }
}
.p-prosandcons__topics01Main-inner {
  position: relative;
  z-index: 1;
}
.p-prosandcons__topics01MainTitle {
  --topicstitle-main-em-fs: 54;
  --topicstitle-main-em-ls: .12;
  @media screen and (max-width: 880px) {
    --topicstitle-main-em-fs: 37;
  }
}
.p-prosandcons__topics01MainBody {
  display: flex;
  flex-direction: column;
  gap: calc(90em/16);
  margin-top: calc(104em/16);
  @media screen and (max-width: 880px) {
    gap: calc(84em/16);
    margin-top: calc(70em/16);
  }
  &amp; .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 880px) {
      flex-direction: column;
      gap: calc(16em/16);
    }
  }
  &amp; .item__block {
    --block-bg: #fff;
    --block-color01: var(--grad-color02-01);
    --block-color02: var(--grad-color02-02);
    position: relative;
    flex-shrink: 0;
    padding: calc(43em/16) calc(62/var(--section-width)*100%);
    width: calc(581/var(--section-width)*100%);
    background: var(--block-bg);
    border-radius: calc(16em/16);
    box-shadow: 0 calc(6em/16) 0 0 #828282;
    &amp;.is-cons {
      --block-bg: #dbdcdc;
      --block-color01: #00c2fd;
      --block-color02: #0069d1;
      &amp;::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: calc(6em/16) solid #fff;
        border-radius: calc(16em/16);
        overflow: hidden;
        pointer-events: none;
      }
    }
    @media screen and (max-width: 1024px) {
      padding: calc(78em/16*1.25) calc(62/var(--section-width)*100%) calc(43em/16);
    }
    @media screen and (max-width: 880px) {
      padding: calc(78em/16) calc(38/360*100%) calc(28em/16);
      width: 100%;
      border-radius: calc(10em/16);
      box-shadow: 0 calc(3em/16) 0 0 #828282;
      &amp;.is-cons {
        &amp;::before {
          border-width: calc(5em/16);
          border-radius: calc(10em/16);
        }
      }
    }
  }
  &amp; .item__blockTitle {
    display: flex;
    align-items: center;
    gap: calc(22em/16);
    margin-bottom: calc(32em/16);
    @media screen and (max-width: 1024px) {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: calc(28em/16);
    }
  }
  &amp; .item__blockTitleLabel {
    position: absolute;
    top: calc(-32em/16);
    left: calc(28em/16);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(4em/16);
    width: calc(98em/16);
    height: calc(98em/16);
    color: #fff;
    background: linear-gradient(to right, var(--block-color01), var(--block-color02));
    border: calc(6em/16) solid;
    border-radius: calc(16em/16);
    box-shadow: 0 calc(6em/16) 0 0 #828282;
    overflow: hidden;
    @media screen and (max-width: 1024px) {
      left: 0;
      margin-left: calc(62/581*100%);
    }
    @media screen and (max-width: 880px) {
      top: calc(-18em/16);
      margin-left: calc(38/360*100%);
      width: calc(98em/16*.7);
      height: calc(98em/16*.7);
      border-width: calc(5em/16);
      border-radius: calc(10em/16);
    }
  }
  &amp; .item__blockTitleLabelTxt {
    margin-right: 0.06em;
    font-size: calc(12em/16);
    letter-spacing: 0.06em;
    @media screen and (max-width: 880px) {
      font-size: calc(12em/16*.7);
    }
  }
  &amp; .item__blockTitleLabelNum {
    margin-right: 0.06em;
    font-size: calc(42em/16);
    letter-spacing: 0.06em;
    @media screen and (max-width: 880px) {
      font-size: calc(42em/16*.7);
    }
  }
  &amp; .item__blockTitleImg {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: calc(110em/16);
    @media screen and (max-width: 1024px) {
      position: absolute;
      top: calc(-24em/16);
      left: 0;
      margin-left: calc(164/581*100%);
    }
    @media screen and (max-width: 880px) {
      top: calc(-13em/16);
      margin-left: calc(93/360*100%);
      width: calc(80em/16);
    }
  }
  &amp; .item__blockTitleTxt {
    line-height: 1.4;
    font-size: min(calc(30em/16), calc(30/1150*90vw));
    letter-spacing: 0.1em;
    @media screen and (max-width: 1024px) {
      font-size: calc(30em/16);
    }
    @media screen and (max-width: 880px) {
      font-size: calc(26em/16);
    }
  }
  &amp; .item__blockTxt {
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.1em;
    @media screen and (max-width: 880px) {
      line-height: 1.6;
      font-size: calc(14em/16);
    }
  }
  &amp; .item__arrow {
    position: absolute;
    top: calc(8em/16);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: calc(73em/16);
    height: calc(56em/16);
    @media screen and (max-width: 880px) {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      display: inline-block;
      margin: 0 auto;
      width: calc(50em/16);
      height: calc(63em/16);
    }
  }
}
.p-prosandcons__topics01List {
  margin-top: calc(108em/16);
  margin-bottom: calc(120em/16);
  @media screen and (max-width: 880px) {
    margin-top: calc(70em/16);
    margin-bottom: calc(53em/16);
  }
}
.p-prosandcons__topics01ListBody {
  margin-inline: auto;
  width: calc(1100/var(--section-width)*100%);
  @media screen and (max-width: 880px) {
    width: 100%;
  }
}</pre></body></html>