@charset "UTF-8";
/* common */
html {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 16px; } }

body {
  /*font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  vertical-align: bottom; }
  @media screen and (min-width: 769px) {
    img {
      width: auto; } }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4 {
  margin-bottom: 0; }

a {
  text-decoration: none;
  display: block;
  color: #000;
  transition: 0.6s;
  outline: none; }

dl, dd {
  margin: 0; }

a:hover {
  color: #f5f5f5;
  text-decoration: none;
  opacity: 0.8; }

a[href*="tel:"] {
  display: block; }
  @media screen and (min-width: 769px) {
    a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }

/*-common------------------------*/
.pc_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_only {
      display: block; } }

.sp_only {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp_only {
      display: none; } }

.wr {
  word-wrap: break-word;
  display: inline-block; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

header {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 92px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fff; }
  @media screen and (max-width: 768px) {
    header {
      height: 60px; } }
  header nav {
    margin-left: auto; }
  header nav ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    header nav ul li {
      margin-right: 22px; }
      @media screen and (max-width: 768px) {
        header nav ul li {
          margin-right: 1rem; } }
    header nav ul li.webmart a {
      font-size: 14px;
      font-weight: 700;
      padding: 0.25rem 0.5rem;
      border-radius: 4px;
      color: #000; }
      header nav ul li.webmart a:before {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 100%;
        display: inline-block;
        margin-right: 5px; }
      header nav ul li.webmart a:hover {
        background: rgba(0, 0, 0, 0.1); }
    header nav ul li img {
      width: 37px; }
  header h1 {
    font-size: 0;
    margin-left: 1rem; }
  header h1 img {
    width: 122px; }
    @media screen and (max-width: 768px) {
      header h1 img {
        height: 50px;
        width: auto; } }
  header h2 {
    background: #0080cc;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center; }

footer {
  position: relative;
  min-width: 1024px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    footer {
      min-width: initial;
      /*    min-width: inherit;*/ } }

footer .fmv {
  background: #000;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    footer .fmv {
      padding: 12vw 4.66667vw; } }
  footer .fmv a:hover {
    opacity: 1; }

footer .fmv div {
  text-align: center; }

footer .fmv div:first-of-type {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    footer .fmv div:first-of-type {
      margin-bottom: 6.66667vw; } }

footer .fmv dl {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 auto;
  padding: 25px 0 20px 0;
  font-size: 14px;
  max-width: 775px;
  width: 90%; }
  @media screen and (max-width: 768px) {
    footer .fmv dl {
      font-size: 11px;
      width: 100%; } }
  footer .fmv dl:hover {
    border: 2px solid #000;
    color: #000;
    background: #fff; }

footer .fmv dl dt {
  font-size: 24px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    footer .fmv dl dt {
      font-size: 18px; } }

footer .copyright {
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  background: #000;
  font-weight: 300; }

footer .windows {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 696px;
  width: 90%;
  padding: 25px 0 30px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    footer .windows {
      display: block;
      width: 84%;
      padding: 7vw 0; } }
  footer .windows figure:first-child {
    width: auto;
    margin-right: 30px;
    margin-bottom: 0px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .windows figure:first-child {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto; } }
  footer .windows figure:last-child {
    margin-left: 0px; }
    @media screen and (max-width: 768px) {
      footer .windows figure:last-child {
        margin-right: auto;
        margin-left: auto;
        width: 58%;
        text-align: center; } }

img {
  backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;
  /* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;
  /* animation時の文字にじみ防止 */ }

.contents {
  min-width: 1024px;
  margin: auto;
  margin-top: 92px; }
  @media screen and (max-width: 768px) {
    .contents {
      min-width: initial;
      margin-top: 60px;
      overflow-x: hidden; } }
  .contents .main_visual {
    background: url("/fmv/special/2021campaign/tripleassist/img/main_bg.gif");
    background-size: cover;
    color: #fff;
    position: relative; }
    .contents .main_visual img {
      width: 100%; }
    .contents .main_visual .title_area {
      position: relative;
      z-index: 30;
      margin-left: 18%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      width: 42%;
      max-width: 798px;
      min-height: 512px;
      height: 50vw; }
      @media screen and (max-width: 768px) {
        .contents .main_visual .title_area {
          margin-left: auto;
          margin-right: auto;
          width: 95%;
          padding-top: 95vw;
          padding-bottom: 30px;
          min-height: 50vw;
          height: auto; } }
      .contents .main_visual .title_area .logo {
        margin: 0 auto 2.5vw 4vw;
        width: 56%;
        max-width: 452px; }
        @media screen and (max-width: 768px) {
          .contents .main_visual .title_area .logo {
            margin-left: auto;
            margin-right: auto; } }
      .contents .main_visual .title_area .title_01 {
        position: relative;
        width: 85%;
        max-width: 635px; }
        @media screen and (max-width: 768px) {
          .contents .main_visual .title_area .title_01 {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0.5rem; } }
        .contents .main_visual .title_area .title_01 .title_point {
          position: absolute;
          top: -90%;
          right: -22%;
          max-width: 150px;
          width: 9vw; }
          @media screen and (max-width: 1460px) {
            .contents .main_visual .title_area .title_01 .title_point {
              max-width: 130px;
              right: -25%; } }
          @media screen and (max-width: 992px) {
            .contents .main_visual .title_area .title_01 .title_point {
              width: 95px; } }
          @media screen and (max-width: 768px) {
            .contents .main_visual .title_area .title_01 .title_point {
              width: 17vw;
              right: -9%;
              top: -130%; } }
      .contents .main_visual .title_area .title_02 {
        width: 100%;
        max-width: 798px; }
        @media screen and (max-width: 768px) {
          .contents .main_visual .title_area .title_02 {
            margin-left: auto;
            margin-right: auto; } }
      .contents .main_visual .title_area .title_03 {
        width: 100%;
        max-width: 798px; }
        @media screen and (max-width: 768px) {
          .contents .main_visual .title_area .title_03 {
            width: 85vw;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1rem; } }
      .contents .main_visual .title_area .lead {
        width: 70%;
        max-width: 563px;
        margin-top: 1vw; }
    .contents .main_visual .w_logo {
      position: absolute;
      top: 25px;
      right: 25px;
      z-index: 500;
      width: 200px; }
      @media screen and (max-width: 768px) {
        .contents .main_visual .w_logo {
          top: 4vw;
          right: 4vw;
          width: 23vw; } }
    .contents .main_visual .main_imgBox {
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .contents .main_visual .main_imgBox {
          width: 85vw; } }
    .contents .main_visual .main_imgBox2 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 18%;
      max-width: 355px; }
      @media screen and (max-width: 768px) {
        .contents .main_visual .main_imgBox2 {
          width: 22%;
          bottom: auto;
          top: 58vw; } }
    .contents .main_visual .main_imgBox3 {
      position: absolute;
      top: 0;
      left: 3%;
      width: 21%;
      max-width: 420px; }
      @media screen and (max-width: 768px) {
        .contents .main_visual .main_imgBox3 {
          left: -6%;
          width: 30%; } }
    .contents .main_visual .main_imgM {
      opacity: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
      .contents .main_visual .main_imgM.bottom {
        bottom: 0;
        top: auto;
        height: auto; }
    .contents .main_visual .on .main_imgM {
      -webkit-animation: anime 54s 0s infinite;
      animation: anime 54s 0s infinite; }
    .contents .main_visual .on .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 9s;
      animation-delay: 9s; }
    .contents .main_visual .on .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .contents .main_visual .on .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 27s;
      animation-delay: 27s; }
    .contents .main_visual .on .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 36s;
      animation-delay: 36s; }
    .contents .main_visual .on .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 45s;
      animation-delay: 45s; }
    .contents .main_visual .headphones {
      position: absolute;
      bottom: 6%;
      left: 49%;
      width: 6%;
      max-width: 103px; }
      @media screen and (max-width: 768px) {
        .contents .main_visual .headphones {
          bottom: 47%;
          left: 24%;
          width: 13%; } }
    .contents .main_visual .laptop {
      position: absolute;
      top: 2%;
      left: 45%;
      width: 5%;
      max-width: 80px; }
      @media screen and (max-width: 768px) {
        .contents .main_visual .laptop {
          top: 15%;
          left: 1%;
          width: 12%; } }
    .contents .main_visual .update {
      position: absolute;
      top: 32%;
      left: 8%;
      width: 8%;
      max-width: 127px; }
  @media all and (-ms-high-contrast: none) {
    .contents {
      /* IE11 */ }
      .contents *::-ms-backdrop, .contents .main_visual .title_area {
        padding-top: 150px;
        padding-bottom: 150px;
        min-height: inherit;
        display: block;
        height: auto; } }
  .contents .main_content {
    background: url("/fmv/special/2021campaign/tripleassist/img/content_bg.gif");
    padding-top: 4rem;
    position: relative; }
    @media screen and (max-width: 1220px) {
      .contents .main_content {
        padding-top: 1rem; } }
    @media screen and (max-width: 768px) {
      .contents .main_content {
        padding-top: 0; } }
    .contents .main_content .bg {
      background: url("/fmv/special/2021campaign/tripleassist/img/bg.png");
      background-size: cover;
      padding-bottom: 1px; }
      @media screen and (max-width: 768px) {
        .contents .main_content .bg {
          background: none;
          padding: 0 0px 1px;
          margin: auto; } }
    .contents .main_content section {
      max-width: 1160px;
      padding: 30px 10px;
      margin: auto;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .contents .main_content section {
          padding: 15px 10px; } }
    .contents .main_content section.voice {
      margin: auto auto 80px;
      -webkit-transform-origin: center top;
      transform-origin: center top; }
      @media screen and (max-width: 1220px) {
        .contents .main_content section.voice {
          margin: auto 20px 20px; } }
      @media screen and (max-width: 768px) {
        .contents .main_content section.voice {
          margin: auto auto 20px; } }
      .contents .main_content section.voice .lead {
        position: relative;
        max-width: 1040px;
        margin: auto auto 40px; }
        @media screen and (max-width: 1460px) {
          .contents .main_content section.voice .lead {
            transform: scale(0.85);
            margin: auto auto 25px; } }
        @media screen and (max-width: 768px) {
          .contents .main_content section.voice .lead {
            transform: scale(1);
            margin-bottom: 1rem; } }
        @media screen and (max-width: 768px) {
          .contents .main_content section.voice .lead h2 {
            width: 85vw;
            margin: auto; } }
        .contents .main_content section.voice .lead h2 span {
          display: block;
          margin-bottom: 1rem; }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.voice .lead h2 span:nth-child(1) {
              width: 60%;
              margin: auto auto 1rem; }
              .contents .main_content section.voice .lead h2 span:nth-child(1) img {
                width: 100%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.voice .lead h2 span:nth-child(1) {
              width: auto; } }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.voice .lead h2 span:nth-child(2) {
              width: 60%;
              margin: auto auto 1rem; }
              .contents .main_content section.voice .lead h2 span:nth-child(2) img {
                width: 100%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.voice .lead h2 span:nth-child(2) {
              width: auto; } }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.voice .lead h2 span:nth-child(3) img {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.voice .lead h2 span:nth-child(3) {
              width: 70vw;
              margin: auto; } }
          .contents .main_content section.voice .lead h2 span img {
            margin: auto; }
        .contents .main_content section.voice .lead .woman {
          position: absolute;
          top: 25px;
          left: 20px; }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.voice .lead .woman {
              width: 16%; }
              .contents .main_content section.voice .lead .woman img {
                width: 100%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.voice .lead .woman {
              width: 15vw;
              top: auto;
              left: 0;
              bottom: 0; } }
        .contents .main_content section.voice .lead .man {
          position: absolute;
          top: 25px;
          right: 20px; }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.voice .lead .man {
              width: 16%; }
              .contents .main_content section.voice .lead .man img {
                width: 100%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.voice .lead .man {
              width: 15vw;
              top: auto;
              right: 0;
              bottom: 0; } }
        .contents .main_content section.voice .lead .pop {
          position: absolute;
          top: -200px;
          right: 4%;
          z-index: 400; }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.voice .lead .pop {
              top: -80%;
              width: 18%; }
              .contents .main_content section.voice .lead .pop img {
                width: 100%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.voice .lead .pop {
              top: -26vw;
              right: 0;
              width: 27vw; } }
      .contents .main_content section.voice ul {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 1220px) {
          .contents .main_content section.voice ul {
            width: 85%;
            margin: auto; } }
        @media screen and (max-width: 768px) {
          .contents .main_content section.voice ul {
            width: auto;
            display: block;
            padding-right: 10px; } }
        .contents .main_content section.voice ul li {
          width: 32%; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.voice ul li {
              width: 100%;
              margin-bottom: 1rem; } }
          .contents .main_content section.voice ul li img {
            width: 100%;
            box-shadow: 10px 10px 0 0 rgba(24, 75, 138, 0.2);
            border-radius: 20px;
            transition: 0.3s; }
            .contents .main_content section.voice ul li img:hover {
              margin: 5px -5px -5px 5px;
              box-shadow: 5px 5px 0 0 rgba(24, 75, 138, 0.2); }
    .contents .main_content .over-hidden {
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .contents .main_content .over-hidden {
          background: #F7F855; } }
    .contents .main_content section.section {
      -webkit-transform-origin: center top;
      transform-origin: center top; }
      .contents .main_content section.section article {
        position: relative;
        margin-bottom: 110px; }
        @media screen and (max-width: 1460px) {
          .contents .main_content section.section article {
            margin-bottom: 83px; } }
        @media screen and (max-width: 768px) {
          .contents .main_content section.section article {
            margin-bottom: 3rem; } }
        .contents .main_content section.section article div.blue_bg {
          /*background: #3fcdf0;*/
          background: #F7F855;
          padding: 100px 0;
          border-radius: 0 50px 50px 0;
          width: calc(100% + 25vw - 80px);
          margin: 0 0 0 -25vw; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article div.blue_bg {
              padding: 75px 0;
              border-radius: 0 38px 38px 0;
              width: calc(80% + 25vw - 60px);
              margin: 0 0 0 -18.75vw; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article div.blue_bg {
              background: none;
              padding: 0 10px 0 0;
              border-radius: none;
              width: auto;
              margin: 0; } }
          .contents .main_content section.section article div.blue_bg div.in-contents {
            max-width: 1160px;
            margin: 0px -80px 0 auto;
            position: relative; }
            @media screen and (max-width: 1460px) {
              .contents .main_content section.section article div.blue_bg div.in-contents {
                max-width: 870px;
                margin: 0px -60px 0 auto; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article div.blue_bg div.in-contents {
                width: 100%;
                margin: 0; } }
            .contents .main_content section.section article div.blue_bg div.in-contents div.image {
              position: absolute;
              bottom: 0px;
              right: 0px; }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.image {
                  width: 54%; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.image {
                  width: 100%;
                  bottom: auto;
                  right: 0px;
                  top: 0;
                  left: 0; } }
              .contents .main_content section.section article div.blue_bg div.in-contents div.image img {
                width: auto; }
                @media screen and (max-width: 1460px) {
                  .contents .main_content section.section article div.blue_bg div.in-contents div.image img {
                    width: 100%; } }
                @media screen and (max-width: 768px) {
                  .contents .main_content section.section article div.blue_bg div.in-contents div.image img {
                    width: 100%; } }
            .contents .main_content section.section article div.blue_bg div.in-contents div.title_area {
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto;
              left: 55px;
              display: flex;
              justify-content: center;
              flex-direction: column;
              text-align: left; }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.title_area {
                  left: 40px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.title_area {
                  justify-content: flex-end;
                  left: 25px;
                  right: 25px;
                  bottom: 8vw; } }
              @media screen and (max-width: 530px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.title_area {
                  left: 15px;
                  right: 15px;
                  bottom: 15px; } }
              .contents .main_content section.section article div.blue_bg div.in-contents div.title_area img {
                width: auto; }
                @media screen and (max-width: 768px) {
                  .contents .main_content section.section article div.blue_bg div.in-contents div.title_area img {
                    width: 100%; } }
            .contents .main_content section.section article div.blue_bg div.in-contents div.point {
              margin-bottom: 8px; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.point {
                  margin-bottom: 1.5rem; } }
              @media screen and (max-width: 530px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.point {
                  margin-bottom: 1rem; } }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.point img {
                  width: 125px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.point img {
                  width: 25vw; } }
            .contents .main_content section.section article div.blue_bg div.in-contents div.title {
              margin-bottom: 0.75rem; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.title {
                  margin-bottom: 1.5rem;
                  width: 100%; } }
              @media screen and (max-width: 530px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.title {
                  margin-bottom: 1rem; } }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.title img {
                  width: 452px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.title img {
                  width: 100%; } }
            .contents .main_content section.section article div.blue_bg div.in-contents div.text {
              margin-bottom: 0.5rem; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text {
                  margin-bottom: 1.5rem;
                  width: 100%; } }
              @media screen and (max-width: 530px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text {
                  margin-bottom: 1rem; } }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text img {
                  width: 400px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text img {
                  width: 100%; } }
            .contents .main_content section.section article div.blue_bg div.in-contents div.text2 {
              font-size: 10px;
              line-height: 1.4;
              margin-top: 5px;
              margin-left: 2rem;
              max-width: 470px; }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text2 {
                  margin-left: 1.5rem;
                  max-width: 370px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text2 {
                  position: static;
                  bottom: 0;
                  width: auto;
                  font-size: 3vw;
                  margin-left: 0rem;
                  max-width: none; } }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text2 img {
                  width: 260px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.text2 img {
                  width: 100%; } }
              .contents .main_content section.section article div.blue_bg div.in-contents div.text2 a {
                display: inline-block; }
                .contents .main_content section.section article div.blue_bg div.in-contents div.text2 a:hover {
                  color: #24285b;
                  text-decoration: underline;
                  opacity: 1; }
            .contents .main_content section.section article div.blue_bg div.in-contents div.link {
              margin-bottom: 0.5rem; }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.link {
                  margin-bottom: 0rem; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.link {
                  margin-bottom: 1rem;
                  width: 84%; } }
              @media screen and (max-width: 530px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.link {
                  margin-bottom: 0.5rem; } }
              .contents .main_content section.section article div.blue_bg div.in-contents div.link a {
                display: inline-block;
                font-size: 0; }
                @media screen and (max-width: 768px) {
                  .contents .main_content section.section article div.blue_bg div.in-contents div.link a {
                    display: block; } }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.link img {
                  width: 276px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article div.blue_bg div.in-contents div.link img {
                  width: 100%; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article div.blue_bg div.in-contents div.link2 {
                margin-bottom: 5px;
                width: 100%; } }
            @media screen and (max-width: 1460px) {
              .contents .main_content section.section article div.blue_bg div.in-contents div.link2 img {
                width: 338px; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article div.blue_bg div.in-contents div.link2 img {
                width: 100%; } }
        .contents .main_content section.section article:nth-child(1) div.blue_bg {
          margin: 0 0vw 0 3vw;
          width: calc(100% + 50vw + 80px);
          border-radius: 50px 0 0 50px; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(1) div.blue_bg {
              margin: 0px 0vw 0 15.75vw;
              width: calc(80% + 25vw + 60px);
              border-radius: 38px 0 0 38px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(1) div.blue_bg {
              background: none;
              padding: 0 10px 0 0;
              border-radius: none;
              width: auto;
              margin: 3rem 0 0; } }
          .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents {
            margin: 0px auto 0 -60px; }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents {
                width: 100%;
                margin: 0; } }
            .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image {
              bottom: 70px;
              left: 10px;
              right: auto;
              top: auto; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image {
                  bottom: auto;
                  left: 0;
                  right: 0;
                  top: -20px;
                  width: 95%;
                  margin: auto; } }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image img {
                  width: 379px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image img {
                  width: 100%; } }
            .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image2 {
              position: absolute;
              bottom: 20px;
              left: 153px;
              right: auto; }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image2 {
                  left: 70px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image2 {
                  bottom: auto;
                  left: 0;
                  right: 0;
                  top: 42%;
                  margin: auto; } }
              @media screen and (max-width: 530px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image2 {
                  top: 40%; } }
              .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image2 a {
                color: #fff;
                padding: 0.25rem;
                background: #4691F9;
                border-radius: 30px;
                text-align: center;
                font-weight: bold;
                width: 250px; }
                @media screen and (max-width: 768px) {
                  .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image2 a {
                    margin: auto;
                    width: 50%;
                    min-width: 250px; } }
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.image2 a:hover {
                  background: #fff;
                  color: #4691F9; }
            .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.title_area {
              right: 25px;
              left: auto; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.title_area {
                  right: 0;
                  left: 0;
                  top: auto;
                  bottom: 5vw;
                  width: 90%;
                  margin: auto; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.point {
                margin-bottom: 1rem; } }
            .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.title {
              margin-bottom: 15px; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.title {
                  width: 75%;
                  margin-bottom: 1rem; } }
              @media screen and (max-width: 1460px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.title img {
                  width: 365px; } }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.title img {
                  width: 100%; } }
            .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.text {
              margin-bottom: 0px; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.section article:nth-child(1) div.blue_bg div.in-contents div.text {
                  width: 100%; } }
        .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.image {
          bottom: 3px;
          right: 3px; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.image {
              width: auto; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.image {
              bottom: auto;
              right: 4px;
              left: 4px;
              top: 4px; } }
          .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.image img {
            width: auto; }
            @media screen and (max-width: 1460px) {
              .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.image img {
                width: 535px; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.image img {
                width: 100%; } }
        @media screen and (max-width: 768px) {
          .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.title_area {
            left: 0;
            right: 0px;
            bottom: 4rem;
            top: auto;
            width: 90%;
            margin: auto; } }
        @media screen and (max-width: 530px) {
          .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.title_area {
            bottom: 1rem; } }
        .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.point {
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.point {
              margin-bottom: 1rem; } }
        .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.title {
          margin-bottom: 15px; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.title {
              margin-bottom: 10px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.title {
              margin-bottom: 1rem;
              width: 90%; } }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.title img {
              width: 462px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.title img {
              width: 100%; } }
        .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text {
          margin-bottom: 15px; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text {
              margin-bottom: 10px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text {
              width: 100%; } }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text img {
              width: 343px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text img {
              width: 100%; } }
        .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text2 {
          position: static;
          margin: 0rem; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text2 img {
              width: 255px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(2) div.blue_bg div.in-contents div.text2 img {
              width: 100%; } }
        .contents .main_content section.section article:nth-child(3) div.blue_bg {
          margin: 0 0vw 0 3vw;
          width: calc(100% + 50vw + 80px);
          border-radius: 50px 0 0 50px; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article:nth-child(3) div.blue_bg {
              margin: 0px 0vw 0 15.75vw;
              width: calc(80% + 25vw + 60px);
              border-radius: 38px 0 0 38px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article:nth-child(3) div.blue_bg {
              background: none;
              padding: 0 10px 0 0;
              border-radius: 0;
              width: auto;
              margin: 0 0; } }
          .contents .main_content section.section article:nth-child(3) div.blue_bg div.in-contents {
            margin: 0px auto 0 -60px; }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article:nth-child(3) div.blue_bg div.in-contents {
                width: 100%;
                margin: 0; } }
        .contents .main_content section.section article img {
          width: 100%; }
        .contents .main_content section.section article div.point1 {
          position: absolute;
          bottom: -130px;
          left: calc(15vw - 50vw / 2);
          display: flex;
          flex-direction: column; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article div.point1 {
              bottom: -110px;
              left: calc(25vw - 50vw / 2); } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article div.point1 {
              bottom: 91vw;
              left: auto;
              width: 27vw;
              right: 4vw; } }
          @media screen and (max-width: 530px) {
            .contents .main_content section.section article div.point1 {
              bottom: 85vw; } }
          .contents .main_content section.section article div.point1 img {
            width: auto; }
            @media screen and (max-width: 1460px) {
              .contents .main_content section.section article div.point1 img {
                width: 171px; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article div.point1 img {
                width: 100%; } }
        .contents .main_content section.section article div.point2 {
          position: absolute;
          bottom: -110px;
          left: calc(15vw - 50vw / 2);
          display: flex;
          flex-direction: column; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article div.point2 {
              bottom: -83px;
              left: calc(25vw - 50vw / 2); } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article div.point2 {
              top: 110vw;
              bottom: auto;
              right: 5vw;
              left: auto;
              width: 25vw; } }
          .contents .main_content section.section article div.point2 img {
            width: auto; }
            @media screen and (max-width: 1460px) {
              .contents .main_content section.section article div.point2 img {
                width: 175px; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article div.point2 img {
                width: 100%; } }
        .contents .main_content section.section article div.point3 {
          position: absolute;
          bottom: -110px;
          right: calc(15vw - 50vw / 2);
          display: flex;
          flex-direction: column; }
          @media screen and (max-width: 1460px) {
            .contents .main_content section.section article div.point3 {
              right: calc(25vw - 50vw / 2);
              bottom: -83px; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.section article div.point3 {
              right: 5vw;
              width: 30vw;
              bottom: 100vw; } }
          @media screen and (max-width: 530px) {
            .contents .main_content section.section article div.point3 {
              bottom: 95vw; } }
          .contents .main_content section.section article div.point3 img {
            width: auto; }
            @media screen and (max-width: 1460px) {
              .contents .main_content section.section article div.point3 img {
                width: 200px; } }
            @media screen and (max-width: 768px) {
              .contents .main_content section.section article div.point3 img {
                width: 100%; } }
    .contents .main_content section.recommended {
      position: relative;
      margin-bottom: 12rem;
      padding-top: 6rem; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.recommended {
          margin-bottom: 5rem;
          margin-top: 2rem; } }
      .contents .main_content section.recommended h2 {
        font-size: 3rem;
        font-weight: 900;
        position: relative;
        margin-bottom: 1.25rem;
        border-bottom: 9px solid #78d7f3;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended h2 {
            font-size: 2rem; } }
      .contents .main_content section.recommended h3 {
        font-size: 11rem;
        font-weight: 700;
        font-family: oswald;
        color: rgba(207, 216, 220, 0.25);
        position: absolute;
        top: -6rem;
        left: 0;
        right: 0;
        margin: auto; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended h3 {
            font-size: 4rem;
            top: -2rem; } }
      .contents .main_content section.recommended ul.tab-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended ul.tab-list {
            flex-wrap: wrap;
            justify-content: center; } }
        .contents .main_content section.recommended ul.tab-list li {
          width: 25%;
          text-align: center;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.tab-list li {
              width: 30%; } }
          .contents .main_content section.recommended ul.tab-list li .tab-off {
            display: block; }
          .contents .main_content section.recommended ul.tab-list li .tab-on {
            display: none; }
          .contents .main_content section.recommended ul.tab-list li.active .tab-off {
            display: none; }
          .contents .main_content section.recommended ul.tab-list li.active .tab-on {
            display: block; }
      .contents .main_content section.recommended ul.award-banner {
        margin: auto auto 1rem; }
      .contents .main_content section.recommended ul.list-link {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        margin: auto auto 1rem; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended ul.list-link {
            width: 95%; } }
        .contents .main_content section.recommended ul.list-link li {
          width: 27%;
          background: #fff;
          border-radius: 8px;
          padding: 1rem;
          margin-right: 2%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          box-shadow: 23.8px 12.7px 43px 0 rgba(32, 94, 171, 0.1); }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.list-link li {
              width: 100%;
              margin-bottom: 1.25rem;
              margin-right: 0;
              padding: 0.5rem; } }
      .contents .main_content section.recommended ul.list-link-col4 {
        justify-content: center; }
        .contents .main_content section.recommended ul.list-link-col4 .free {
          margin-bottom: 0.5rem !important; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.list-link-col4 .free {
              width: 100%;
              margin: auto;
              max-width: 400px; } }
        .contents .main_content section.recommended ul.list-link-col4 .free img {
          width: 100%; }
        .contents .main_content section.recommended ul.list-link-col4.fh li {
          width: 37%;
          margin-bottom: 1rem; }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.recommended ul.list-link-col4.fh li {
              width: 43%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.list-link-col4.fh li {
              width: 100%; } }
        .contents .main_content section.recommended ul.list-link-col4.fh li:last-child {
          margin-bottom: 0rem; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended ul.list-link-col4.fh {
            margin: auto auto 0rem; }
            .contents .main_content section.recommended ul.list-link-col4.fh li:last-child {
              margin-bottom: 0.5rem; } }
      .contents .main_content section.recommended small {
        display: block;
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 0.6rem; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended small {
            margin-bottom: 2.5rem; } }
        .contents .main_content section.recommended small a {
          display: inline-block; }
          .contents .main_content section.recommended small a:hover {
            color: #000;
            text-decoration: underline; }
      .contents .main_content section.recommended h4.category-heading-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300;
        font-size: 0.7rem; }
        .contents .main_content section.recommended h4.category-heading-wrap span {
          font-size: 2rem;
          font-weight: 900;
          line-height: 1; }
      .contents .main_content section.recommended .category-heading {
        font-size: 38px;
        /*font-size: 3vw;*/
        font-weight: bold;
        display: block;
        position: relative;
        padding-left: 21px;
        padding-right: 5px; }
      .contents .main_content section.recommended .category-heading::before {
        position: absolute;
        display: block;
        content: "";
        background-color: #000;
        width: 10px;
        height: 30px;
        top: 50%;
        left: 0;
        border-radius: 2px;
        margin-top: -12px; }
      .contents .main_content section.recommended .category-heading-uh::before {
        background-color: #860E15; }
      .contents .main_content section.recommended .category-heading-mh::before {
        background-color: #768AAD; }
      .contents .main_content section.recommended .category-heading-sh::before {
        background-color: #396459; }
      .contents .main_content section.recommended .category-heading-nh::before {
        background-color: #71645E; }
      .contents .main_content section.recommended .category-heading-ah::before {
        background-color: #413655; }
      .contents .main_content section.recommended .category-heading-th::before {
        background-color: #C77666; }
      .contents .main_content section.recommended .category-heading-lh::before {
        background-color: #00B9DE; }
      .contents .main_content section.recommended .category-heading-ch::before {
        background-color: #587026; }
      .contents .main_content section.recommended .category-heading-fh::before {
        background-color: #002D73; }
      .contents .main_content section.recommended .category-heading-dh::before {
        background-color: #2F733D; }
      .contents .main_content section.recommended .category-heading-qh::before {
        background-color: #EFCA45; }
      .contents .main_content section.recommended .category-heading-eh::before {
        background-color: #327878; }
      .contents .main_content section.recommended .category-heading-mh::before {
        background-color: #959595; }
      .contents .main_content section.recommended .category-new-icon::after {
        position: absolute;
        display: block;
        content: "NEW";
        top: -7px;
        font-size: 12px;
        /*font-size: 0.9vw;*/
        color: #FF0000;
        font-weight: normal; }
      .contents .main_content section.recommended figure.category-img img {
        margin: auto; }
      .contents .main_content section.recommended p.category-text-area {
        font-size: 0.7rem;
        font-weight: 300;
        margin-bottom: 0.5rem; }
      .contents .main_content section.recommended p.category-btn a {
        background: #000;
        color: #fff;
        border: solid 2px #000;
        text-align: center;
        padding: 0.25rem;
        border-radius: 50px;
        position: relative;
        transition: 0.2s; }
        .contents .main_content section.recommended p.category-btn a.btn-arrow1:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 20px;
          margin-top: -5px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          width: 10px;
          height: 10px;
          transform: rotate(45deg); }
        .contents .main_content section.recommended p.category-btn a:hover {
          background: #fff;
          color: #000;
          border: solid 2px #000; }
        .contents .main_content section.recommended p.category-btn a.btn-arrow1:hover:after {
          border-top: solid 2px #000;
          border-right: solid 2px #000; }
    .contents .main_content section.question {
      position: relative;
      margin-bottom: 5rem; }
      .contents .main_content section.question h2 {
        font-size: 3rem;
        font-weight: 900;
        position: relative;
        margin-bottom: 1.25rem;
        border-bottom: 9px solid #78d7f3;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.question h2 {
            font-size: 2rem; } }
      .contents .main_content section.question h3 {
        font-size: 11rem;
        font-weight: 700;
        font-family: oswald;
        color: rgba(207, 216, 220, 0.25);
        position: absolute;
        top: -10rem;
        left: 0;
        right: 0;
        margin: auto; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.question h3 {
            font-size: 4rem;
            top: -2rem; } }
      .contents .main_content section.question dl {
        border: solid 3px #f5f5f5;
        background: #f5f5f5;
        border-radius: 20px;
        padding: 1.5rem 2rem;
        margin-bottom: 1rem;
        text-align: left;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.question dl {
            padding: 0.5rem 1.5rem 1rem 1rem; } }
        .contents .main_content section.question dl dt {
          display: block;
          position: relative;
          color: #24285b;
          /* 文字の色 */
          font-size: 1.125rem;
          /* 文字のサイズ */
          letter-spacing: 2px;
          /* 文字間 */
          text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
          /* 文字の影 */ }
          @media screen and (max-width: 768px) {
            .contents .main_content section.question dl dt {
              padding-right: 2.25rem; } }
          .contents .main_content section.question dl dt span {
            color: #2fc9ef;
            font-size: 1.5rem;
            display: inline-block;
            margin-right: 0.25rem; }
          .contents .main_content section.question dl dt:before {
            content: '';
            display: block;
            width: 35px;
            height: 4px;
            background: #24285b;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
            @media screen and (max-width: 768px) {
              .contents .main_content section.question dl dt:before {
                width: 20px;
                height: 3px; } }
          .contents .main_content section.question dl dt:after {
            content: '';
            display: block;
            width: 35px;
            height: 4px;
            background: #24285b;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%) rotate(90deg); }
            @media screen and (max-width: 768px) {
              .contents .main_content section.question dl dt:after {
                width: 20px;
                height: 3px; } }
        .contents .main_content section.question dl dd {
          display: none;
          margin-top: 1rem; }
          .contents .main_content section.question dl dd a {
            display: inline;
            text-decoration: underline; }
            .contents .main_content section.question dl dd a:hover {
              opacity: 1;
              color: #1A56A3; }
          .contents .main_content section.question dl dd sup {
            vertical-align: text-top !important;
            margin-top: -1px;
            display: inline-block;
            font-size: 0.625rem; }
        .contents .main_content section.question dl.on {
          background: #fff; }
          .contents .main_content section.question dl.on dt:after {
            display: none; }
          .contents .main_content section.question dl.on dd {
            display: block; }
      .contents .main_content section.question .more {
        display: none; }
        .contents .main_content section.question .more.on {
          display: block; }
      .contents .main_content section.question .more_open, .contents .main_content section.question .more_close {
        width: 250px;
        background: #000;
        border: solid 2px #000;
        border-radius: 50px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 0.5rem;
        margin: auto auto 2rem;
        cursor: pointer; }
        .contents .main_content section.question .more_open:hover, .contents .main_content section.question .more_close:hover {
          background: #fff;
          color: #000; }
        .contents .main_content section.question .more_open.on, .contents .main_content section.question .more_close.on {
          display: none; }
    .contents .main_content div.btn {
      display: flex;
      justify-content: center;
      margin: 2rem 1rem 0; }
      @media screen and (max-width: 768px) {
        .contents .main_content div.btn {
          display: block; } }
      .contents .main_content div.btn a {
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        padding: 1rem 2.5rem;
        background: #f68080;
        width: 48%;
        border-radius: 24px;
        box-shadow: 0px 4px #d45e5e;
        position: relative;
        transition: 0.1s !important; }
        @media screen and (max-width: 768px) {
          .contents .main_content div.btn a {
            width: 90%;
            margin: 1rem auto 0;
            padding: 1rem 0; } }
        .contents .main_content div.btn a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 20px;
          margin-top: -7px;
          border-top: solid 3px #fff;
          border-right: solid 3px #fff;
          width: 14px;
          height: 14px;
          transform: rotate(45deg); }
        .contents .main_content div.btn a:hover {
          background: #d45e5e;
          box-shadow: none;
          margin-top: 4px;
          margin-bottom: -4px; }
        .contents .main_content div.btn a dd {
          font-size: 0.8rem;
          padding: 0 2rem; }
    .contents .main_content .link_text {
      margin-top: 1rem; }
    .contents .main_content .link_text a {
      display: inline-block;
      text-decoration: underline; }
      .contents .main_content .link_text a:hover {
        opacity: 1;
        color: #1A56A3; }
      .contents .main_content .link_text a span {
        text-decoration: underline; }

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop, .contents .main_content section.recommended ul.list-link-col4 .free {
    height: 15.5%; } }
