@charset "UTF-8";
/* CSS Document */
#top-img {
  padding: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    #top-img {
      padding-top: 79px;
      padding-bottom: 6rem; } }
  #top-img .top-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      #top-img .top-content {
        position: relative; } }
  #top-img .swiper {
    width: 100%;
    position: relative; }
    @media screen and (max-width: 1199px) {
      #top-img .swiper {
        height: 500px; } }
    @media screen and (max-width: 991px) {
      #top-img .swiper {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      #top-img .swiper {
        height: auto; } }
  #top-img .swiper-slide {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #top-img .swiper-slide img {
        width: 100%; } }
  #top-img .top-logo {
    max-width: 600px; }
    @media screen and (max-width: 1399px) {
      #top-img .top-logo {
        max-width: 550px; } }
    @media screen and (max-width: 1199px) {
      #top-img .top-logo {
        max-width: 465px; } }
    @media screen and (max-width: 991px) {
      #top-img .top-logo {
        max-width: 350px; } }
    @media screen and (max-width: 767px) {
      #top-img .top-logo {
        max-width: 400px;
        margin: auto;
        margin-top: 4rem; } }
    @media screen and (max-width: 575px) {
      #top-img .top-logo {
        max-width: 300px;
        margin-top: 2rem; } }
  #top-img .yellow-border {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    background-color: #FFC93C;
    display: inline-block;
    padding: 0 3rem;
    margin: 2rem 0 3rem; }
    @media screen and (max-width: 1399px) {
      #top-img .yellow-border {
        font-size: 27px;
        font-size: 2.7rem; } }
    @media screen and (max-width: 1199px) {
      #top-img .yellow-border {
        font-size: 23px;
        font-size: 2.3rem;
        padding: 0 2rem;
        margin: 1rem 0 2rem; } }
    @media screen and (max-width: 991px) {
      #top-img .yellow-border {
        font-size: 19px;
        font-size: 1.9rem; } }
    @media screen and (max-width: 767px) {
      #top-img .yellow-border {
        display: block;
        text-align: center;
        margin: 2rem;
        padding: 0.5rem; } }
    @media screen and (max-width: 575px) {
      #top-img .yellow-border {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 2rem auto 1rem; } }
    #top-img .yellow-border + div.d-flex {
      align-items: end; }
      @media screen and (max-width: 767px) {
        #top-img .yellow-border + div.d-flex {
          flex-wrap: wrap; } }
  #top-img .font-box {
    width: 40%;
    line-height: 1.75; }
    @media screen and (max-width: 991px) {
      #top-img .font-box {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      #top-img .font-box {
        text-align: center;
        width: 100%; } }
    #top-img .font-box span {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: normal;
      display: inline-block;
      margin: 1rem 0; }
      @media screen and (max-width: 1199px) {
        #top-img .font-box span {
          font-size: 23px;
          font-size: 2.3rem; } }
      @media screen and (max-width: 575px) {
        #top-img .font-box span {
          margin: 0.5rem 0; } }
    #top-img .font-box span.blue {
      color: #0081C9; }
  #top-img ul {
    width: 60%;
    align-items: flex-end; }
    @media screen and (max-width: 1399px) {
      #top-img ul {
        justify-content: flex-end; } }
    @media screen and (max-width: 767px) {
      #top-img ul {
        width: 100%;
        margin-top: 2rem; } }
    @media screen and (max-width: 575px) {
      #top-img ul {
        width: 100%;
        margin-top: 1rem;
        justify-content: space-between; } }
    #top-img ul li {
      width: 30%;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        #top-img ul li {
          margin: auto 1rem; } }
      @media screen and (max-width: 575px) {
        #top-img ul li {
          margin: auto; } }
      #top-img ul li img {
        max-width: 180px; }

#worries {
  background-color: #5BC0F8;
  position: relative; }
  #worries::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #5BC0F8;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -59px;
    margin: auto; }
    @media screen and (max-width: 991px) {
      #worries::after {
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        border-top: 50px solid #5BC0F8;
        bottom: -49px; } }
  #worries h3 {
    color: #fff;
    text-align: center; }
  #worries ul {
    align-items: flex-start;
    justify-content: center;
    margin-top: 5rem; }
    @media screen and (max-width: 767px) {
      #worries ul {
        flex-wrap: wrap; } }
    #worries ul li {
      width: 30%; }
      @media screen and (max-width: 1199px) {
        #worries ul li {
          width: 25%;
          margin: 0 2rem; } }
      @media screen and (max-width: 767px) {
        #worries ul li {
          width: 45%;
          margin: 0 2.5% 3rem; } }
      @media screen and (max-width: 575px) {
        #worries ul li {
          width: 100%; } }
      #worries ul li img {
        display: block;
        margin: auto; }
      #worries ul li .d-flex {
        margin-top: 2rem;
        align-items: flex-start;
        justify-content: center; }
        #worries ul li .d-flex img {
          width: 8%;
          margin: 0.3rem 1.5rem 0 0; }
          @media screen and (max-width: 575px) {
            #worries ul li .d-flex img {
              width: 5%; } }
        #worries ul li .d-flex p {
          font-size: 23px;
          font-size: 2.3rem;
          color: #fff;
          line-height: 1.5; }
          @media screen and (max-width: 1199px) {
            #worries ul li .d-flex p {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media screen and (max-width: 575px) {
            #worries ul li .d-flex p {
              font-size: 20px;
              font-size: 2rem; } }
      #worries ul li:last-child {
        margin-bottom: 0; }

#times-okayama h3 {
  margin-top: 4rem;
  text-align: center; }
  #times-okayama h3 div {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 570px; }
    @media screen and (max-width: 991px) {
      #times-okayama h3 div {
        width: 70%; } }
    @media screen and (max-width: 575px) {
      #times-okayama h3 div {
        width: 80%; } }
    #times-okayama h3 div::before {
      content: 'そんなときは';
      font-size: 20px;
      font-size: 2rem;
      position: absolute;
      left: 0;
      top: -2rem;
      color: #333; }
      @media screen and (max-width: 575px) {
        #times-okayama h3 div::before {
          font-size: 16px;
          font-size: 1.6rem; } }
  #times-okayama h3 + p {
    margin-top: 2rem;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold; }
    @media screen and (max-width: 575px) {
      #times-okayama h3 + p {
        font-size: 18px;
        font-size: 1.8rem; } }
    #times-okayama h3 + p span {
      color: #0081C9; }
#times-okayama .d-flex {
  align-items: center;
  justify-content: center;
  margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    #times-okayama .d-flex {
      flex-wrap: wrap;
      justify-content: space-between; } }
  #times-okayama .d-flex li {
    margin: 0 2rem; }
    @media screen and (max-width: 767px) {
      #times-okayama .d-flex li {
        width: 46%;
        margin: 0 0 3rem; } }
    @media screen and (max-width: 575px) {
      #times-okayama .d-flex li {
        width: 90%;
        margin: 0 auto 3rem; } }
    #times-okayama .d-flex li a {
      color: #333; }
      #times-okayama .d-flex li a figure {
        border: 1px solid #8EC43E;
        border-radius: 1rem;
        margin-bottom: 0.5rem; }
        #times-okayama .d-flex li a figure figcaption {
          background: #8EC43E;
          border: 1px solid #8EC43E;
          border-top-right-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
          color: #fff;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold;
          text-align: center;
          padding: 0.5rem; }
        #times-okayama .d-flex li a figure img {
          padding: 0.5rem;
          transition: 0.3s; }
          @media screen and (max-width: 575px) {
            #times-okayama .d-flex li a figure img {
              width: 100%; } }
        #times-okayama .d-flex li a figure + p {
          text-align: center;
          margin-bottom: 0; }
      #times-okayama .d-flex li a:hover figure img {
        opacity: 0.5; }
  #times-okayama .d-flex li:nth-child(2) figure {
    border: 1px solid #20AEE5; }
    #times-okayama .d-flex li:nth-child(2) figure figcaption {
      background: #20AEE5;
      border: 1px solid #20AEE5; }
  #times-okayama .d-flex li:nth-child(3) {
    margin-bottom: 0; }
    #times-okayama .d-flex li:nth-child(3) figure {
      border: 1px solid #8F82BC; }
      #times-okayama .d-flex li:nth-child(3) figure figcaption {
        background: #8F82BC;
        border: 1px solid #8F82BC; }
#times-okayama .comic-link a {
  display: block;
  width: 80%;
  margin: 8rem auto 0;
  border-radius: 2rem;
  border: 1px solid #0081C9;
  transition: 0.3s;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    #times-okayama .comic-link a {
      margin: 6rem auto 3rem;
      width: 90%; } }
  @media screen and (max-width: 991px) {
    #times-okayama .comic-link a {
      width: 100%; } }
  #times-okayama .comic-link a img {
    width: 100%;
    transition: 0.3s; }
  #times-okayama .comic-link a:hover img {
    opacity: 0.5; }

#times-about {
  background: #C2F2FF;
  padding: 0 1rem; }
  #times-about .d-lg-none.d-block {
    background-image: url("../img/about-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 300px;
    margin-top: 4rem; }
    @media screen and (max-width: 767px) {
      #times-about .d-lg-none.d-block {
        height: 250px; } }
    @media screen and (max-width: 575px) {
      #times-about .d-lg-none.d-block {
        height: 170px; } }
  #times-about .about01 {
    background-image: url("../img/about.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    padding: 8rem 0;
    border-bottom: 1px solid #0081C9;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
    @media screen and (max-width: 1199px) {
      #times-about .about01 {
        padding: 5rem 0; } }
    @media screen and (max-width: 991px) {
      #times-about .about01 {
        background: none;
        padding-bottom: 0; } }
    #times-about .about01 .text-box {
      width: 45%; }
      @media screen and (max-width: 1199px) {
        #times-about .about01 .text-box {
          width: 50%; } }
      @media screen and (max-width: 991px) {
        #times-about .about01 .text-box {
          width: 100%; } }
      #times-about .about01 .text-box h3 {
        line-height: 1.2; }
        #times-about .about01 .text-box h3 + p {
          font-size: 23px;
          font-size: 2.3rem;
          font-weight: bold;
          color: #0081C9;
          margin: 5rem 0 2rem; }
          @media screen and (max-width: 1199px) {
            #times-about .about01 .text-box h3 + p {
              margin: 2rem 0 1rem; } }
          @media screen and (max-width: 575px) {
            #times-about .about01 .text-box h3 + p {
              font-size: 18px;
              font-size: 1.8rem; } }
      #times-about .about01 .text-box p {
        text-align: justify; }
  #times-about .about02 {
    background-image: url("../img/about-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    padding: 5rem 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
    @media screen and (max-width: 575px) {
      #times-about .about02 {
        background-size: 90%; } }
    #times-about .about02 h4 {
      font-size: 37px;
      font-size: 3.7rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5rem; }
      @media screen and (max-width: 767px) {
        #times-about .about02 h4 {
          font-size: 35px;
          font-size: 3.5rem; } }
      @media screen and (max-width: 575px) {
        #times-about .about02 h4 {
          font-size: 25px;
          font-size: 2.5rem; } }
    #times-about .about02 ul {
      flex-wrap: wrap;
      justify-content: space-between;
      width: 85%;
      margin: auto; }
      @media screen and (max-width: 991px) {
        #times-about .about02 ul {
          width: 100%; } }
      @media screen and (max-width: 575px) {
        #times-about .about02 ul {
          width: 95%; } }
      #times-about .about02 ul li {
        width: 40%;
        margin-bottom: 8rem; }
        @media screen and (max-width: 1199px) {
          #times-about .about02 ul li {
            width: 45%; } }
        @media screen and (max-width: 991px) {
          #times-about .about02 ul li {
            margin-bottom: 4rem; } }
        @media screen and (max-width: 575px) {
          #times-about .about02 ul li {
            width: 100%; } }
        #times-about .about02 ul li img {
          max-width: 280px;
          display: block;
          margin: auto; }
          @media screen and (max-width: 991px) {
            #times-about .about02 ul li img {
              max-width: 240px; } }
          @media screen and (max-width: 767px) {
            #times-about .about02 ul li img {
              max-width: 200px; } }
        #times-about .about02 ul li h5 {
          font-size: 27px;
          font-size: 2.7rem;
          color: #0081C9;
          text-align: center;
          margin: 2rem;
          line-height: 1.75; }
          @media screen and (max-width: 767px) {
            #times-about .about02 ul li h5 {
              font-size: 23px;
              font-size: 2.3rem;
              letter-spacing: normal;
              margin: 2rem 0 1rem; } }
          @media screen and (max-width: 575px) {
            #times-about .about02 ul li h5 {
              font-size: 18px;
              font-size: 1.8rem; } }
        #times-about .about02 ul li p {
          text-align: justify; }
        #times-about .about02 ul li:nth-child(even) {
          margin-left: 10%; }
          @media screen and (max-width: 1199px) {
            #times-about .about02 ul li:nth-child(even) {
              margin-left: 5%; } }
          @media screen and (max-width: 575px) {
            #times-about .about02 ul li:nth-child(even) {
              margin-left: auto; } }
        #times-about .about02 ul li:nth-child(odd) {
          margin-right: 10%; }
          @media screen and (max-width: 1199px) {
            #times-about .about02 ul li:nth-child(odd) {
              margin-right: 5%; } }
          @media screen and (max-width: 575px) {
            #times-about .about02 ul li:nth-child(odd) {
              margin-right: auto; } }
        @media screen and (max-width: 575px) {
          #times-about .about02 ul li:last-child {
            margin-bottom: 18rem; } }

#area {
  padding-bottom: 0;
  /*タブ*/
  /*コンテンツ*/ }
  #area p.grey {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    background-color: #EAE5E3;
    border-radius: 3rem;
    padding: 0.5rem; }
    @media screen and (max-width: 991px) {
      #area p.grey {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      #area p.grey {
        padding: 1rem;
        border-radius: 1rem; } }
  #area .map {
    margin: 5rem;
    position: relative; }
    @media screen and (max-width: 1199px) {
      #area .map {
        margin: 3rem; } }
    @media screen and (max-width: 575px) {
      #area .map {
        margin: 3rem 0; } }
  #area .b-number-01 {
    position: absolute;
    text-align: center;
    min-width: 80px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 500;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: #8EC43E;
    border: 5px solid #fff;
    border-radius: 1rem;
    padding: 1rem;
    bottom: 25%;
    right: 30%;
    cursor: pointer;
    transition: 0.3s; }
    @media screen and (max-width: 991px) {
      #area .b-number-01 {
        min-width: 70px;
        font-size: 50px;
        font-size: 5rem;
        bottom: 20%;
        right: 25%; } }
    @media screen and (max-width: 767px) {
      #area .b-number-01 {
        min-width: 60px;
        font-size: 40px;
        font-size: 4rem; } }
    @media screen and (max-width: 575px) {
      #area .b-number-01 {
        min-width: 50px;
        font-size: 30px;
        font-size: 3rem;
        right: 20%; } }
    #area .b-number-01:hover {
      background-color: #C6E19E;
      color: #333; }
  #area .b-number-02 {
    position: absolute;
    text-align: center;
    min-width: 80px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 500;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: #5BC0F8;
    border: 5px solid #fff;
    border-radius: 1rem;
    padding: 1rem;
    bottom: 16%;
    left: 13%;
    cursor: pointer;
    transition: 0.3s; }
    @media screen and (max-width: 991px) {
      #area .b-number-02 {
        min-width: 70px;
        font-size: 50px;
        font-size: 5rem;
        bottom: 13%;
        left: 2%; } }
    @media screen and (max-width: 767px) {
      #area .b-number-02 {
        min-width: 60px;
        font-size: 40px;
        font-size: 4rem; } }
    @media screen and (max-width: 575px) {
      #area .b-number-02 {
        min-width: 50px;
        font-size: 30px;
        font-size: 3rem;
        bottom: 9%; } }
    #area .b-number-02:hover {
      background-color: #ADDFFB;
      color: #333; }
  #area .b-number-03 {
    position: absolute;
    text-align: center;
    min-width: 80px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: 500;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: #8F82BC;
    border: 5px solid #fff;
    border-radius: 1rem;
    padding: 1rem;
    top: 10%;
    right: 30%;
    cursor: pointer;
    transition: 0.3s; }
    @media screen and (max-width: 991px) {
      #area .b-number-03 {
        min-width: 70px;
        font-size: 50px;
        font-size: 5rem;
        right: 25%; } }
    @media screen and (max-width: 767px) {
      #area .b-number-03 {
        min-width: 60px;
        font-size: 40px;
        font-size: 4rem;
        top: 4%; } }
    @media screen and (max-width: 575px) {
      #area .b-number-03 {
        min-width: 50px;
        font-size: 30px;
        font-size: 3rem;
        top: 0; } }
    #area .b-number-03:hover {
      background-color: #C7C0DD;
      color: #333; }
  #area .content {
    display: none; }
  #area .content.show {
    display: block; }
  #area .content_area {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px; }
  #area .tab-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      #area .tab-container {
        width: 100vw;
        margin: 0 calc(50% - 50vw); } }
  #area .tab {
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: calc(100% / 3);
    padding: 2rem;
    background-color: #f8f8f8;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      #area .tab {
        font-size: 20px;
        font-size: 2rem;
        padding: 1rem; } }
    @media screen and (max-width: 767px) {
      #area .tab {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1rem; } }
  #area .tab1 {
    background-color: #8EC43E;
    border-top-left-radius: 1rem; }
  #area .tab2 {
    background-color: #5BC0F8; }
  #area .tab3 {
    background-color: #8F82BC;
    border-top-right-radius: 1rem; }
  #area .tab.active {
    color: #333; }
  #area .tab.tab1.active {
    background-color: #C6E19E; }
  #area .tab.tab2.active {
    background-color: #ADDFFB; }
  #area .tab.tab3.active {
    background-color: #C7C0DD; }
  #area .white-back {
    background-color: #fff;
    border-radius: 1rem;
    padding: 5rem; }
    @media screen and (max-width: 991px) {
      #area .white-back {
        padding: 4rem; } }
    @media screen and (max-width: 767px) {
      #area .white-back {
        padding: 2rem; } }
  #area .content1 {
    padding: 8rem 0;
    background-color: #C6E19E;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
    @media screen and (max-width: 991px) {
      #area .content1 {
        padding: 4rem 0; } }
    #area .content1 .tab-header {
      align-items: center; }
      @media screen and (max-width: 767px) {
        #area .content1 .tab-header {
          align-items: flex-start; } }
      #area .content1 .tab-header .b-number {
        text-align: center;
        min-width: 80px;
        font-size: 60px;
        font-size: 6rem;
        font-weight: 500;
        line-height: normal;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        background-color: #C6E19E;
        border-radius: 1rem;
        padding: 1rem;
        margin-right: 3rem; }
        @media screen and (max-width: 991px) {
          #area .content1 .tab-header .b-number {
            min-width: 70px;
            font-size: 50px;
            font-size: 5rem;
            margin-right: 2rem; } }
        @media screen and (max-width: 767px) {
          #area .content1 .tab-header .b-number {
            min-width: 40px;
            font-size: 30px;
            font-size: 3rem;
            margin-right: 2rem; } }
      #area .content1 .tab-header h4 {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 500;
        color: #8EC43E;
        margin-bottom: 2rem; }
        @media screen and (max-width: 991px) {
          #area .content1 .tab-header h4 {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 767px) {
          #area .content1 .tab-header h4 {
            margin-bottom: 1rem; } }
        @media screen and (max-width: 575px) {
          #area .content1 .tab-header h4 {
            margin-bottom: 0.5rem;
            line-height: 1.5; } }
        #area .content1 .tab-header h4 span {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: normal;
          border: 1px solid #8EC43E;
          padding: 0.3rem 1rem 0.5rem 1.2rem;
          margin-right: 2rem; }
          @media screen and (max-width: 991px) {
            #area .content1 .tab-header h4 span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 575px) {
            #area .content1 .tab-header h4 span {
              padding: 0rem 1rem 0rem 1rem; } }
      #area .content1 .tab-header p {
        margin: 0; }
    #area .content1 table {
      margin-top: 4rem;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #area .content1 table {
          margin-top: 2rem; } }
      #area .content1 table thead tr th {
        width: calc(100% / 3);
        padding: 1rem;
        background-color: #8EC43E;
        text-align: center;
        color: #fff;
        border-right: 1px solid #fff; }
        #area .content1 table thead tr th:last-child {
          border: none; }
        @media screen and (max-width: 767px) {
          #area .content1 table thead tr th {
            width: auto; } }
      #area .content1 table tbody tr td {
        padding: 1rem;
        border-right: 1px solid #8EC43E;
        border-bottom: 1px solid #8EC43E;
        text-align: center; }
      #area .content1 table tbody tr:nth-child(1) td, #area .content1 table tbody tr:nth-child(4) td, #area .content1 table tbody tr:nth-child(6) td,
      #area .content1 table tbody tr:nth-child(7) td, #area .content1 table tbody tr:nth-child(10) td, #area .content1 table tbody tr:nth-child(11) td {
        background-color: #C6E19E; }
      #area .content1 table tbody tr:nth-child(2) td:first-child, #area .content1 table tbody tr:nth-child(2) td:last-child, #area .content1 table tbody tr:nth-child(6) td:first-child, #area .content1 table tbody tr:nth-child(6) td:last-child,
      #area .content1 table tbody tr:nth-child(8) td:first-child,
      #area .content1 table tbody tr:nth-child(8) td:last-child, #area .content1 table tbody tr:nth-child(10) td:first-child, #area .content1 table tbody tr:nth-child(10) td:last-child {
        border-right: none; }
      #area .content1 table tbody tr:nth-child(1) td:last-child, #area .content1 table tbody tr:nth-child(4) td:last-child, #area .content1 table tbody tr:nth-child(5) td:last-child, #area .content1 table tbody tr:nth-child(12) td:last-child {
        border-right: none; }
  #area .content2 {
    padding: 8rem 0;
    background-color: #ADDFFB;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
    @media screen and (max-width: 991px) {
      #area .content2 {
        padding: 4rem 0; } }
    #area .content2 .tab-header {
      align-items: center; }
      @media screen and (max-width: 767px) {
        #area .content2 .tab-header {
          align-items: flex-start; } }
      #area .content2 .tab-header .b-number {
        text-align: center;
        min-width: 80px;
        font-size: 60px;
        font-size: 6rem;
        font-weight: 500;
        line-height: normal;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        background-color: #ADDFFB;
        border-radius: 1rem;
        padding: 1rem;
        margin-right: 3rem; }
        @media screen and (max-width: 991px) {
          #area .content2 .tab-header .b-number {
            min-width: 70px;
            font-size: 50px;
            font-size: 5rem;
            margin-right: 2rem; } }
        @media screen and (max-width: 767px) {
          #area .content2 .tab-header .b-number {
            min-width: 40px;
            font-size: 30px;
            font-size: 3rem;
            margin-right: 2rem; } }
      #area .content2 .tab-header h4 {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 500;
        color: #5BC0F8;
        margin-bottom: 2rem; }
        @media screen and (max-width: 991px) {
          #area .content2 .tab-header h4 {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 767px) {
          #area .content2 .tab-header h4 {
            margin-bottom: 1rem; } }
        @media screen and (max-width: 575px) {
          #area .content2 .tab-header h4 {
            margin-bottom: 0.5rem;
            line-height: 1.5; } }
        #area .content2 .tab-header h4 span {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: normal;
          border: 1px solid #5BC0F8;
          padding: 0.3rem 1rem 0.5rem 1.2rem;
          margin-right: 2rem; }
          @media screen and (max-width: 991px) {
            #area .content2 .tab-header h4 span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 575px) {
            #area .content2 .tab-header h4 span {
              padding: 0rem 1rem 0rem 1rem; } }
      #area .content2 .tab-header p {
        margin: 0; }
    #area .content2 table {
      margin-top: 4rem;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #area .content2 table {
          margin-top: 2rem; } }
      #area .content2 table thead tr th {
        width: calc(100% / 3);
        padding: 1rem;
        background-color: #5BC0F8;
        text-align: center;
        color: #fff;
        border-right: 1px solid #fff; }
        @media screen and (max-width: 767px) {
          #area .content2 table thead tr th {
            width: auto; } }
        #area .content2 table thead tr th:last-child {
          border: none; }
      #area .content2 table tbody tr td {
        padding: 1rem;
        border-right: 1px solid #5BC0F8;
        border-bottom: 1px solid #5BC0F8;
        text-align: center; }
      #area .content2 table tbody tr:nth-child(1) td, #area .content2 table tbody tr:nth-child(4) td, #area .content2 table tbody tr:nth-child(6) td,
      #area .content2 table tbody tr:nth-child(7) td, #area .content2 table tbody tr:nth-child(10) td, #area .content2 table tbody tr:nth-child(11) td {
        background-color: #ADDFFB; }
      #area .content2 table tbody tr:nth-child(2) td:first-child, #area .content2 table tbody tr:nth-child(2) td:last-child, #area .content2 table tbody tr:nth-child(6) td:first-child, #area .content2 table tbody tr:nth-child(6) td:last-child,
      #area .content2 table tbody tr:nth-child(8) td:first-child,
      #area .content2 table tbody tr:nth-child(8) td:last-child, #area .content2 table tbody tr:nth-child(10) td:first-child, #area .content2 table tbody tr:nth-child(10) td:last-child {
        border-right: none; }
      #area .content2 table tbody tr:nth-child(1) td:last-child, #area .content2 table tbody tr:nth-child(4) td:last-child, #area .content2 table tbody tr:nth-child(5) td:last-child, #area .content2 table tbody tr:nth-child(12) td:last-child {
        border-right: none; }
  #area .content3 {
    padding: 8rem 0;
    background-color: #C7C0DD;
    width: 100vw;
    margin: 0 calc(50% - 50vw); }
    @media screen and (max-width: 991px) {
      #area .content3 {
        padding: 4rem 0; } }
    #area .content3 .tab-header {
      align-items: center; }
      @media screen and (max-width: 767px) {
        #area .content3 .tab-header {
          align-items: flex-start; } }
      #area .content3 .tab-header .b-number {
        text-align: center;
        min-width: 80px;
        font-size: 60px;
        font-size: 6rem;
        font-weight: 500;
        line-height: normal;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        background-color: #C7C0DD;
        border-radius: 1rem;
        padding: 1rem;
        margin-right: 3rem; }
        @media screen and (max-width: 991px) {
          #area .content3 .tab-header .b-number {
            min-width: 70px;
            font-size: 50px;
            font-size: 5rem;
            margin-right: 2rem; } }
        @media screen and (max-width: 767px) {
          #area .content3 .tab-header .b-number {
            min-width: 40px;
            font-size: 30px;
            font-size: 3rem;
            margin-right: 2rem; } }
      #area .content3 .tab-header h4 {
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 500;
        color: #8F82BC;
        margin-bottom: 2rem; }
        @media screen and (max-width: 991px) {
          #area .content3 .tab-header h4 {
            font-size: 20px;
            font-size: 2rem; } }
        @media screen and (max-width: 767px) {
          #area .content3 .tab-header h4 {
            margin-bottom: 1rem; } }
        @media screen and (max-width: 575px) {
          #area .content3 .tab-header h4 {
            margin-bottom: 0.5rem;
            line-height: 1.5; } }
        #area .content3 .tab-header h4 span {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: normal;
          border: 1px solid #8F82BC;
          padding: 0.3rem 1rem 0.5rem 1.2rem;
          margin-right: 2rem; }
          @media screen and (max-width: 991px) {
            #area .content3 .tab-header h4 span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 575px) {
            #area .content3 .tab-header h4 span {
              padding: 0rem 1rem 0rem 1rem; } }
      #area .content3 .tab-header p {
        margin: 0; }
    #area .content3 table {
      margin-top: 4rem;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #area .content3 table {
          margin-top: 2rem; } }
      #area .content3 table thead tr th {
        width: calc(100% / 3);
        padding: 1rem;
        background-color: #8F82BC;
        text-align: center;
        color: #fff;
        border-right: 1px solid #fff; }
        @media screen and (max-width: 767px) {
          #area .content3 table thead tr th {
            width: auto; } }
        #area .content3 table thead tr th:last-child {
          border: none; }
      #area .content3 table tbody tr td {
        padding: 1rem;
        border-right: 1px solid #8F82BC;
        border-bottom: 1px solid #8F82BC;
        text-align: center; }
      #area .content3 table tbody tr:nth-child(1) td, #area .content3 table tbody tr:nth-child(4) td, #area .content3 table tbody tr:nth-child(6) td,
      #area .content3 table tbody tr:nth-child(7) td, #area .content3 table tbody tr:nth-child(10) td, #area .content3 table tbody tr:nth-child(11) td {
        background-color: #C7C0DD; }
      #area .content3 table tbody tr:nth-child(2) td:first-child, #area .content3 table tbody tr:nth-child(2) td:last-child, #area .content3 table tbody tr:nth-child(6) td:first-child, #area .content3 table tbody tr:nth-child(6) td:last-child,
      #area .content3 table tbody tr:nth-child(8) td:first-child,
      #area .content3 table tbody tr:nth-child(8) td:last-child, #area .content3 table tbody tr:nth-child(10) td:first-child, #area .content3 table tbody tr:nth-child(10) td:last-child {
        border-right: none; }
      #area .content3 table tbody tr:nth-child(1) td:last-child, #area .content3 table tbody tr:nth-child(4) td:last-child, #area .content3 table tbody tr:nth-child(5) td:last-child, #area .content3 table tbody tr:nth-child(12) td:last-child {
        border-right: none; }

#size {
  background: linear-gradient(180deg, white 40%, #5bc0f8 40%); }
  @media screen and (max-width: 767px) {
    #size {
      background: linear-gradient(180deg, white 30%, #5bc0f8 30%); } }
  @media screen and (max-width: 575px) {
    #size {
      background: linear-gradient(180deg, white 20%, #5bc0f8 20%); } }
  #size .title-row {
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 575px) {
      #size .title-row {
        flex-wrap: wrap; } }
    #size .title-row p {
      color: #0081C9;
      border: 1px solid #0081C9;
      padding: 0 2rem; }
      @media screen and (max-width: 575px) {
        #size .title-row p {
          margin-top: 1rem; } }
  #size ul.size-img {
    margin: 5rem 0; }
    @media screen and (max-width: 991px) {
      #size ul.size-img {
        margin: 4rem 0; } }
    @media screen and (max-width: 575px) {
      #size ul.size-img {
        margin: 2rem 0;
        flex-wrap: wrap; } }
    #size ul.size-img li {
      width: 50%; }
      @media screen and (max-width: 575px) {
        #size ul.size-img li {
          width: 100%;
          margin-bottom: 2rem; } }
      #size ul.size-img li:last-child {
        margin-bottom: 0; }
    #size ul.size-img + p {
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 500;
      color: #fff;
      text-align: center;
      position: relative;
      margin-bottom: 8rem; }
      @media screen and (max-width: 767px) {
        #size ul.size-img + p {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 575px) {
        #size ul.size-img + p {
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 5rem; } }
      #size ul.size-img + p span {
        font-size: 37px;
        font-size: 3.7rem;
        display: block;
        letter-spacing: 3px;
        padding-bottom: 1rem; }
        @media screen and (max-width: 767px) {
          #size ul.size-img + p span {
            font-size: 35px;
            font-size: 3.5rem; } }
        @media screen and (max-width: 575px) {
          #size ul.size-img + p span {
            font-size: 25px;
            font-size: 2.5rem;
            letter-spacing: 0; } }
      #size ul.size-img + p span.sub-text {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal; }
        @media screen and (max-width: 575px) {
          #size ul.size-img + p span.sub-text {
            font-size: 13px;
            font-size: 1.3rem; } }
      #size ul.size-img + p::after {
        content: '';
        width: 45px;
        height: 25px;
        background-image: url("../img/bottom-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30%;
        margin: auto; }
        @media screen and (max-width: 575px) {
          #size ul.size-img + p::after {
            width: 35px;
            height: 15px;
            bottom: -20%; } }
  #size p + ul {
    justify-content: space-between;
    margin: auto;
    width: 85%; }
    @media screen and (max-width: 1199px) {
      #size p + ul {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #size p + ul {
        flex-wrap: wrap; } }
    #size p + ul li {
      width: 32%; }
      @media screen and (max-width: 767px) {
        #size p + ul li {
          width: 100%; } }
      #size p + ul li dl {
        background-color: #fff;
        border-radius: 1rem;
        padding: 2rem 3rem;
        min-height: 350px; }
        @media screen and (max-width: 991px) {
          #size p + ul li dl {
            min-height: 305px; } }
        @media screen and (max-width: 767px) {
          #size p + ul li dl {
            min-height: auto; } }
        #size p + ul li dl dt {
          display: block;
          font-size: 23px;
          font-size: 2.3rem;
          font-weight: 500;
          color: #0081C9;
          text-align: center;
          position: relative;
          margin-bottom: 5rem; }
          @media screen and (max-width: 991px) {
            #size p + ul li dl dt {
              font-size: 18px;
              font-size: 1.8rem;
              margin-bottom: 4rem; } }
          @media screen and (max-width: 575px) {
            #size p + ul li dl dt {
              font-size: 16px;
              font-size: 1.6rem;
              margin-bottom: 3rem; } }
          #size p + ul li dl dt::after {
            content: '';
            border-bottom: 1px solid #0081C9;
            display: inline-block;
            margin: auto;
            width: 150px;
            height: 1px;
            position: absolute;
            right: 0;
            left: 0;
            bottom: -30%; }
            @media screen and (max-width: 767px) {
              #size p + ul li dl dt::after {
                bottom: -60%; } }

#calendar .table-container {
  margin: 5rem 0 2rem; }
  @media screen and (max-width: 991px) {
    #calendar .table-container {
      width: 100%;
      overflow: scroll;
      margin: 4rem 0 2rem; } }
#calendar table {
  width: 100%; }
  @media screen and (max-width: 991px) {
    #calendar table {
      width: 805px; } }
  #calendar table thead tr:first-child th {
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 1rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
  #calendar table thead tr:first-child th.green {
    background-color: #8EC43E; }
  #calendar table thead tr:first-child th.blue {
    background-color: #5BC0F8; }
  #calendar table thead tr:first-child th.purple {
    background-color: #8F82BC; }
  #calendar table thead tr:last-child th {
    background-color: #EFEFF0;
    text-align: center;
    font-weight: normal;
    padding: 1rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
  #calendar table tbody tr th {
    width: 10%;
    background-color: #EFEFF0;
    text-align: center;
    font-weight: normal;
    padding: 1rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff; }
  #calendar table tbody tr td.green {
    background-color: #C6E19E; }
  #calendar table tbody tr td.blue {
    background-color: #ADDFFB; }
  #calendar table tbody tr td.purple {
    background-color: #C7C0DD; }
  #calendar table tbody tr td {
    width: 15%;
    text-align: center;
    padding: 0.5rem 1rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff; }
  #calendar table tbody tr:nth-child(1), #calendar table tbody tr:nth-child(3), #calendar table tbody tr:nth-child(5) {
    border-top: 3px solid #fff; }
#calendar ul {
  align-items: center;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    #calendar ul {
      flex-wrap: wrap;
      justify-content: space-between; } }
  #calendar ul li {
    width: 32%; }
    @media screen and (max-width: 767px) {
      #calendar ul li {
        width: 48%;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 575px) {
      #calendar ul li {
        width: 100%;
        margin-bottom: 2rem; } }
    #calendar ul li:last-child {
      margin-bottom: 0; }
  #calendar ul + div {
    text-align: center; }
    #calendar ul + div a {
      margin: 5rem auto;
      display: inline-block;
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      background-color: #0081C9;
      border: 1px solid #0081C9;
      padding: 1rem 3rem;
      border-radius: 3rem;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        #calendar ul + div a {
          margin: 3rem auto; } }
      @media screen and (max-width: 575px) {
        #calendar ul + div a {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 1rem;
          display: block; } }
      #calendar ul + div a span {
        border: 1px solid #fff;
        border-radius: 3rem;
        padding: 0 1rem;
        margin-right: 1rem; }
      #calendar ul + div a:hover {
        color: #0081C9;
        background-color: #fff; }
        #calendar ul + div a:hover span {
          border: 1px solid #0081C9; }

#flow li {
  position: relative;
  margin: 5rem 0;
  filter: drop-shadow(0px 5px 0px #5bc0f8); }
  @media screen and (max-width: 991px) {
    #flow li {
      margin: 4rem 0; } }
  #flow li .white-box {
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
    border-radius: 1rem;
    background-color: #C2F2FF;
    position: relative; }
    @media screen and (max-width: 767px) {
      #flow li .white-box {
        flex-wrap: wrap; } }
    #flow li .white-box::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 55px solid transparent;
      border-right: 55px solid transparent;
      border-top: 40px solid #5BC0F8;
      position: absolute;
      right: 0;
      left: 0;
      bottom: -35px;
      margin: auto;
      z-index: -1; }
      @media screen and (max-width: 991px) {
        #flow li .white-box::after {
          border-left: 40px solid transparent;
          border-right: 40px solid transparent;
          border-top: 30px solid #5BC0F8;
          bottom: -25px; } }
    #flow li .white-box .step-number {
      width: 15%;
      font-size: 35px;
      font-size: 3.5rem;
      font-family: "Montserrat", sans-serif;
      color: #5BC0F8;
      font-weight: bold; }
      @media screen and (max-width: 991px) {
        #flow li .white-box .step-number {
          width: 18%;
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 767px) {
        #flow li .white-box .step-number {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        #flow li .white-box .step-number {
          width: 35%;
          font-size: 25px;
          font-size: 2.5rem; } }
      #flow li .white-box .step-number span {
        color: #0081C9; }
    #flow li .white-box h5 {
      width: 20%;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: normal; }
      @media screen and (max-width: 991px) {
        #flow li .white-box h5 {
          width: 25%;
          font-size: 23px;
          font-size: 2.3rem; } }
      @media screen and (max-width: 767px) {
        #flow li .white-box h5 {
          width: 75%; } }
      @media screen and (max-width: 575px) {
        #flow li .white-box h5 {
          width: 65%;
          font-size: 20px;
          font-size: 2rem; } }
    #flow li .white-box p {
      text-align: justify;
      width: 65%;
      margin: 0; }
      @media screen and (max-width: 991px) {
        #flow li .white-box p {
          width: 57%; } }
      @media screen and (max-width: 767px) {
        #flow li .white-box p {
          width: 100%; } }
  #flow li:last-child .white-box::after {
    content: none; }

#qanda {
  background-color: #C2F2FF;
  position: relative;
  padding-bottom: 9rem; }
  @media screen and (max-width: 1199px) {
    #qanda {
      padding-bottom: 10rem; } }
  @media screen and (max-width: 991px) {
    #qanda {
      padding-bottom: 7rem; } }
  #qanda h3 {
    font-weight: 600;
    margin-bottom: 6rem; }
    @media screen and (max-width: 991px) {
      #qanda h3 {
        margin-bottom: 4rem; } }

.modal-content {
  display: none; }

.modaal-content-container {
  text-align: center; }

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%; }

/*---------アコーディオン部分---------*/
.accordion-container {
  position: relative;
  width: 100%;
  cursor: pointer; }
  .accordion-container + p {
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 8rem; }
    @media screen and (max-width: 767px) {
      .accordion-container + p {
        margin-top: 4rem; } }
    @media screen and (max-width: 575px) {
      .accordion-container + p {
        font-size: 18px;
        font-size: 1.8rem; } }

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 2rem 0;
  background: #fff;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .accordion-container .accordion-title {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 575px) {
    .accordion-container .accordion-title {
      font-size: 16px;
      font-size: 1.6rem; } }
  .accordion-container .accordion-title dl {
    display: flex; }
  .accordion-container .accordion-title dt {
    display: flex;
    font-size: 45px;
    font-size: 4.5rem;
    margin-right: 1rem;
    align-items: center;
    padding: 0rem 3rem;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background: #0081C9;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
    @media screen and (max-width: 991px) {
      .accordion-container .accordion-title dt {
        font-size: 35px;
        font-size: 3.5rem;
        padding: 2rem;
        line-height: normal; } }
    @media screen and (max-width: 575px) {
      .accordion-container .accordion-title dt {
        font-size: 25px;
        font-size: 2.5rem;
        padding: 1.5rem; } }
  .accordion-container .accordion-title dd {
    font-weight: 600;
    line-height: 1.3;
    padding-right: 5rem;
    text-align: justify;
    margin: auto 3rem; }
    @media screen and (max-width: 991px) {
      .accordion-container .accordion-title dd {
        margin: auto 1rem; } }
    @media screen and (max-width: 767px) {
      .accordion-container .accordion-title dd {
        padding-right: 6rem; } }
    @media screen and (max-width: 575px) {
      .accordion-container .accordion-title dd {
        margin: auto 1rem; } }

.accordion-title, .accordion-content {
  position: relative; }

.accordion-title::after {
  content: "＋";
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  position: absolute;
  right: 3%;
  top: 10%;
  display: block;
  color: #0081C9; }
  @media screen and (max-width: 1199px) {
    .accordion-title::after {
      top: 10%; } }
  @media screen and (max-width: 991px) {
    .accordion-title::after {
      font-size: 35px; } }
  @media screen and (max-width: 575px) {
    .accordion-title::after {
      font-size: 25px;
      top: 15%; } }

.accordion-title.open::after {
  content: "−";
  font-size: 50px;
  line-height: normal;
  top: 14%;
  right: 3.5%;
  font-weight: 500;
  color: #0081C9; }
  @media screen and (max-width: 1199px) {
    .accordion-title.open::after {
      top: 0; } }
  @media screen and (max-width: 991px) {
    .accordion-title.open::after {
      font-size: 45px; } }
  @media screen and (max-width: 575px) {
    .accordion-title.open::after {
      font-size: 35px; } }

.accordion-content {
  display: none;
  padding-left: 5rem; }
  @media screen and (max-width: 575px) {
    .accordion-content {
      padding-left: 1rem; } }
  .accordion-content dl {
    display: flex; }
  .accordion-content dt {
    font-size: 45px;
    font-size: 4.5rem;
    margin-right: 3rem;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: #0081C9; }
    @media screen and (max-width: 991px) {
      .accordion-content dt {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: normal;
        margin-right: 2rem; } }
    @media screen and (max-width: 575px) {
      .accordion-content dt {
        font-size: 25px;
        font-size: 2.5rem;
        margin-right: 1rem; } }
  .accordion-content dd {
    padding-right: 5rem;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: justify;
    margin: auto 0; }
    @media screen and (max-width: 575px) {
      .accordion-content dd {
        padding-right: 1rem; } }
    .accordion-content dd ul li {
      padding-left: 1em;
      text-indent: -1em; }

/*---------アコーディオン部分---------*/
#link-banner {
  text-align: center; }
  #link-banner h3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #link-banner h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.5; } }
    @media screen and (max-width: 575px) {
      #link-banner h3 {
        font-size: 23px;
        font-size: 2.3rem; } }
    #link-banner h3::before {
      content: '';
      width: 35px;
      height: 35px;
      background-image: url("../img/fukidashi-01.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 1.5rem; }
    #link-banner h3::after {
      content: '';
      width: 35px;
      height: 35px;
      background-image: url("../img/fukidashi-02.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 1.5rem; }
  #link-banner p {
    margin: 3rem;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500; }
    @media screen and (max-width: 1199px) {
      #link-banner p {
        margin: 2rem;
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 575px) {
      #link-banner p {
        margin: 2rem;
        font-size: 18px;
        font-size: 1.8rem; } }
  #link-banner a {
    transition: 0.3s;
    display: block;
    width: 70%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #link-banner a {
        width: 80%; } }
    @media screen and (max-width: 575px) {
      #link-banner a {
        width: 90%; } }
    #link-banner a:hover {
      opacity: 0.5; }
