@charset "UTF-8";
/*メディアクエリ*/
.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: relative;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein-before {
  transition: opacity 1.5s ease-in-out;
  position: relative;
}

.fadein-before:before,
.fadein-before:after {
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.fadein-before:before.fadeup,
.fadein-before:after.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fadein-before:before.fadeup.is-active,
.fadein-before:after.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadein-before.is-active:before {
  opacity: 1;
}

.fadein-before.is-active:after {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fadein.is-active {
  opacity: 1;
}

.fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition-delay: var(--delay, 0s);
}

.fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
  .smp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .smp {
    display: block !important;
  }
}
/*20.バスポカが選ばれる理由*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page20 {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }
  #page20 .contents-1 {
    width: 100%;
    margin-top: 83.2px;
    margin-bottom: 90px;
  }
  #page20 .contents-1 .headline {
    margin-bottom: 60px;
  }
  #page20 .contents-1 .headline h2 {
    margin-bottom: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2.16px;
    text-align: center;
    color: #283738;
  }
  #page20 .contents-1 .headline h2 strong {
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 4.2px;
  }
  #page20 .contents-1 .headline p {
    width: 810px;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #caeced;
    box-sizing: border-box;
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: normal;
    text-align: center;
    color: #005f9e;
  }
  #page20 .contents-1 .content {
    display: grid;
    grid-template-columns: 575px 500px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: center;
  }
  #page20 .contents-1 .content img {
    width: 100%;
    order: 2;
  }
  #page20 .contents-1 .content .texts {
    margin-top: 7px;
    order: 1;
  }
  #page20 .contents-1 .content .texts p {
    margin-bottom: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-1 .content .texts p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page20 .contents-2 {
    display: grid;
    grid-template-columns: 1150px;
    row-gap: 60px;
    justify-content: center;
    margin-bottom: 90px;
  }
  #page20 .contents-2 .content {
    box-shadow: 0 0 15px 0 rgba(2, 1, 28, 0.3);
    position: relative;
  }
  #page20 .contents-2 .content::before {
    content: "";
    display: block;
    width: 1150px;
    height: 20px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_4pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page20 .contents-2 .content p.num {
    width: 100px;
    height: 132.2px;
    padding: 22.9px 18px 33.3px;
    box-sizing: border-box;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50px;
  }
  #page20 .contents-2 .content p.num small {
    display: block;
    margin-bottom: -2px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 0.16px;
    text-align: center;
    color: #725524;
    white-space: nowrap;
  }
  #page20 .contents-2 .content p.num strong {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 57px;
    letter-spacing: 2.7px;
    text-align: center;
    color: #725524;
  }
  #page20 .contents-2 .content h2 {
    margin: 50px auto 40px 187px;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-2 .content h2.exc {
    height: 86px;
  }
  #page20 .contents-2 .content .items-1 {
    display: grid;
    -moz-column-gap: 60px;
         column-gap: 60px;
    margin-bottom: 37px;
  }
  #page20 .contents-2 .content .items-1.right {
    grid-template-columns: 420px 618px;
    justify-content: start;
  }
  #page20 .contents-2 .content .items-1.right img {
    order: 1;
  }
  #page20 .contents-2 .content .items-1.right p {
    order: 2;
  }
  #page20 .contents-2 .content .items-1.left {
    grid-template-columns: 578px 420px;
    justify-content: end;
  }
  #page20 .contents-2 .content .items-1.left img {
    order: 2;
  }
  #page20 .contents-2 .content .items-1.left p {
    order: 1;
  }
  #page20 .contents-2 .content .items-1 img {
    width: 100%;
  }
  #page20 .contents-2 .content .items-1 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-2 .content .items-2 {
    width: 1039px;
    margin: 0 auto 40px;
    padding: 40px 259px 40px 40px;
    background-color: #f5f7f7;
    box-sizing: border-box;
  }
  #page20 .contents-2 .content .items-2 h3 {
    display: grid;
    grid-template-columns: 25px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #0280b3;
  }
  #page20 .contents-2 .content .items-2 h3.exc {
    margin-bottom: 26px;
  }
  #page20 .contents-2 .content .items-2 p {
    margin-bottom: 17.2px;
    margin-left: 35px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-2 .content .items-2 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page20 .contents-3 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 89px;
    text-align: center;
    position: relative;
  }
  #page20 .contents-3::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_11pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page20 .contents-3 h2 {
    margin-bottom: 38px;
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page20 .contents-3 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
    position: relative;
  }
  #page20 .contents-3 p::before {
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -162px;
    left: calc(50% + 445px);
    z-index: 1;
  }
  #page20 .contents-3 p::after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 12px;
    left: calc(50% + 381px);
    z-index: 2;
  }
}
/*SP*/
@media screen and (max-width: 1024px) {
  #page20 {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
  }
  #page20 .contents-1 {
    width: 100%;
    margin-top: 40.5px;
    margin-bottom: 42px;
  }
  #page20 .contents-1 .headline {
    margin-bottom: 42px;
  }
  #page20 .contents-1 .headline h2 {
    margin-bottom: 7px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 29.5px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #283738;
  }
  #page20 .contents-1 .headline h2 strong {
    font-size: 40px;
    line-height: 41px;
    letter-spacing: 2.4px;
  }
  #page20 .contents-1 .headline p {
    width: 344px;
    margin: 0 auto;
    padding: 2.5px 32.5px 3.5px;
    border-radius: 2.5px;
    background-color: #caeced;
    box-sizing: border-box;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #005f9e;
    position: relative;
  }
  #page20 .contents-1 .headline p span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #page20 .contents-1 .headline p span:nth-of-type(1) {
    left: 12.5px;
  }
  #page20 .contents-1 .headline p span:nth-of-type(2) {
    right: 12.5px;
  }
  #page20 .contents-1 .content {
    display: grid;
    grid-template-columns: 341px;
    row-gap: 30px;
    justify-content: center;
    justify-items: center;
  }
  #page20 .contents-1 .content img {
    width: 280px;
    order: 1;
  }
  #page20 .contents-1 .content .texts {
    margin-top: 7px;
    order: 2;
  }
  #page20 .contents-1 .content .texts p {
    margin-bottom: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-1 .content .texts p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page20 .contents-2 {
    display: grid;
    grid-template-columns: 387px;
    row-gap: 30px;
    justify-content: center;
    margin-bottom: 45px;
  }
  #page20 .contents-2 .content {
    box-shadow: 0 0 7.5px 0 rgba(2, 1, 28, 0.3);
    position: relative;
  }
  #page20 .contents-2 .content::before {
    content: "";
    display: block;
    width: 385px;
    height: 10px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_4smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 1px;
  }
  #page20 .contents-2 .content p.num {
    width: 62.5px;
    height: 82.6px;
    padding: 13.45px 4.5px 19.65px 6px;
    box-sizing: border-box;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 14px;
  }
  #page20 .contents-2 .content p.num small {
    display: block;
    margin-bottom: -2.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 0.13px;
    text-align: center;
    color: #725524;
    white-space: nowrap;
  }
  #page20 .contents-2 .content p.num strong {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 27.5px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 1.65px;
    text-align: center;
    color: #725524;
  }
  #page20 .contents-2 .content h2 {
    margin: 30px auto 20px 94.5px;
    font-family: "Shippori Mincho", serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-2 .content .items-1 {
    display: grid;
    grid-template-columns: 337px;
    row-gap: 30px;
    justify-content: center;
    justify-items: center;
    margin-bottom: 27px;
  }
  #page20 .contents-2 .content .items-1 img {
    width: 250px;
  }
  #page20 .contents-2 .content .items-1 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-2 .content .items-2 {
    width: 357px;
    margin: 0 auto 40px;
    padding: 18px 10px 17px;
    background-color: #f5f7f7;
    box-sizing: border-box;
  }
  #page20 .contents-2 .content .items-2 h3 {
    display: grid;
    grid-template-columns: 17.5px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    margin-bottom: 9px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.51px;
    text-align: left;
    color: #0280b3;
  }
  #page20 .contents-2 .content .items-2 h3.exc {
    margin-bottom: 17px;
  }
  #page20 .contents-2 .content .items-2 p {
    margin-bottom: 15px;
    margin-left: 27.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page20 .contents-2 .content .items-2 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #page20 .contents-3 {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 170px;
    text-align: center;
    position: relative;
  }
  #page20 .contents-3::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_11smp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page20 .contents-3 h2 {
    margin-bottom: 30px;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page20 .contents-3 p {
    width: 350px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
    position: relative;
  }
  #page20 .contents-3 p::before {
    content: "";
    display: block;
    width: 115px;
    height: 115px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -112px;
    right: 19.5px;
    z-index: 1;
  }
  #page20 .contents-3 p::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page20/reason_13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -125px;
    right: 115px;
    z-index: 2;
  }
}
/*30.快適と信頼の製品紹介*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page30 {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }
  #page30 nav {
    margin-top: 90.2px;
    margin-bottom: 90px;
    display: grid;
    grid-template-columns: repeat(4, min-content);
    -moz-column-gap: 22.5px;
         column-gap: 22.5px;
    justify-content: center;
  }
  #page30 nav a {
    padding-left: 41px;
    padding-right: 56px;
    border-radius: 25px;
    box-shadow: 2px 3px 6px 0 rgba(2, 1, 28, 0.5);
    background-color: #007bb0;
    border: solid 1px #007bb0;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s ease;
  }
  #page30 nav a span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    transition: 0.4s ease;
  }
  #page30 nav a::before, #page30 nav a::after {
    content: "";
    width: 15px;
    height: 11.6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s ease;
  }
  #page30 nav a::before {
    opacity: 1;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/down_white.png);
  }
  #page30 nav a::after {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/down_blue.png);
    opacity: 0;
  }
  #page30 nav a:hover {
    background-color: #fff;
  }
  #page30 nav a:hover span {
    color: #007bb0;
  }
  #page30 nav a:hover::before {
    opacity: 0;
  }
  #page30 nav a:hover::after {
    opacity: 1;
  }
  #page30 .headline {
    width: 100%;
    margin-bottom: -76px;
    padding-top: 87px;
    padding-bottom: 154px;
    text-align: center;
    position: relative;
  }
  #page30 .headline::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page30 .headline p {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #12a1c4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
  }
  #page30 .headline h2 {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: 1.26px;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-1 {
    display: grid;
    grid-template-columns: 500px 553px;
    -moz-column-gap: 87px;
         column-gap: 87px;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
  }
  #page30 .contents-1 img {
    width: 100%;
  }
  #page30 .contents-1 .texts h2 {
    margin-left: 4px;
    margin-bottom: 28px;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-1 .texts h2 span {
    position: relative;
  }
  #page30 .contents-1 .texts h2 span::before {
    content: "";
    display: block;
    width: 393px;
    height: 24px;
    opacity: 0.45;
    background-color: #ffe605;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-1 .texts p {
    margin-left: 4px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
    white-space: nowrap;
  }
  #page30 .contents-2 {
    margin-bottom: 90px;
  }
  #page30 .contents-2 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_1pc.jpg);
  }
  #page30 .contents-2 .content-1 {
    display: grid;
    grid-template-columns: 506px 390px;
    -moz-column-gap: 83.2px;
         column-gap: 83.2px;
    justify-content: center;
    align-items: center;
    width: 1160px;
    margin: 0 auto 90px;
    padding: 60px 75.8px 0 105px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #page30 .contents-2 .content-1 .texts h3 {
    margin-bottom: 27px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.81;
    letter-spacing: 1.92px;
    text-align: left;
    color: #005f9e;
  }
  #page30 .contents-2 .content-1 .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-2 .content-1 img {
    width: 100%;
  }
  #page30 .contents-2 .content-2 {
    width: 1220px;
    margin: 0 auto 60px;
    padding-top: 76px;
    padding-bottom: 90px;
    background-color: #f5faf8;
    position: relative;
  }
  #page30 .contents-2 .content-2 h2 {
    margin-bottom: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    letter-spacing: 2.16px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-2 .content-2 p.top {
    margin-bottom: 39px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-2 .image {
    width: 900px;
    margin: 0 auto 60px;
  }
  #page30 .contents-2 .content-2 .image img {
    width: 100%;
  }
  #page30 .contents-2 .content-2 .texts {
    display: grid;
    grid-template-columns: 462px 435px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 14px;
    justify-content: center;
    width: 1017px;
    margin: 0 auto 60px;
    padding: 47px 0;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
  }
  #page30 .contents-2 .content-2 .texts .text h3 {
    display: grid;
    grid-template-columns: 25px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    letter-spacing: 0.72px;
    text-align: left;
    color: #0280b3;
  }
  #page30 .contents-2 .content-2 .texts .text p {
    margin-left: 35px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-2 .content-2 p.bottom {
    margin: 0 auto 0 185px;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-2 p.bottom span {
    position: relative;
    z-index: 1;
  }
  #page30 .contents-2 .content-2 p.bottom span::before {
    content: "";
    display: block;
    width: 559px;
    height: 19px;
    opacity: 0.4;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    top: 29.5px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-2 .content-2::after {
    content: "";
    display: block;
    width: 235px;
    height: 266.1px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/top_16.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 40px;
  }
  #page30 .contents-2 .content-3 {
    width: 100%;
    margin-bottom: 90px;
    padding-top: 86px;
    padding-bottom: 90px;
    position: relative;
  }
  #page30 .contents-2 .content-3::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_9pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page30 .contents-2 .content-3 h2 {
    margin-bottom: 35px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: 2.16px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-2 .content-3 p.top {
    margin-bottom: 59px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-3 .items {
    display: grid;
    grid-template-columns: repeat(5, 230px);
    grid-template-rows: 260px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  #page30 .contents-2 .content-3 .items .item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #page30 .contents-2 .content-3 .items .item::before {
    content: "";
    display: block;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    opacity: 0.7;
    background-image: linear-gradient(133deg, #c0eaeb 14%, #e5f6f7 49%, #c0eaeb 83%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(1)::before {
    z-index: 1;
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(2)::before {
    z-index: 2;
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(3)::before {
    z-index: 3;
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(4)::before {
    z-index: 4;
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(5)::before {
    z-index: 5;
  }
  #page30 .contents-2 .content-3 .items .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.96px;
    text-align: center;
    color: #0280b3;
    position: relative;
    z-index: 6;
  }
  #page30 .contents-2 .content-3 .items .item p small {
    margin-top: 6px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 0.54px;
    text-align: center;
    color: #0280b3;
  }
  #page30 .contents-2 .content-3 p.bottom {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-4 {
    width: 938.7px;
    margin: 0 auto;
    padding: 57px 120px 60px;
    box-sizing: border-box;
    border: dashed 5px #e2e2e2;
  }
  #page30 .contents-2 .content-4 h2 {
    margin-bottom: 42px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: 1.12px;
    text-align: center;
    color: #283738;
    position: relative;
  }
  #page30 .contents-2 .content-4 h2 span {
    position: relative;
  }
  #page30 .contents-2 .content-4 h2 span::after {
    content: "";
    display: block;
    width: 272px;
    height: 19px;
    opacity: 0.3;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    bottom: -2px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-2 .content-4 .images {
    display: grid;
    grid-template-columns: 698.7px;
    row-gap: 20px;
    justify-content: center;
    justify-items: start;
  }
  #page30 .contents-2 .content-4 .images img:nth-of-type(1) {
    width: 100%;
  }
  #page30 .contents-2 .content-4 .images img:nth-of-type(2) {
    width: 688.9px;
  }
  #page30 .contents-3 {
    margin-bottom: 90px;
  }
  #page30 .contents-3 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_12pc.jpg);
  }
  #page30 .contents-3 .content-1 {
    display: grid;
    grid-template-columns: repeat(2, 480px);
    -moz-column-gap: 60px;
         column-gap: 60px;
    justify-content: center;
    width: 1160px;
    margin: 0 auto 87px;
    padding: 50px 70px 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #page30 .contents-3 .content-1 .item img {
    width: 100%;
    margin-bottom: 27px;
  }
  #page30 .contents-3 .content-1 .item h3 {
    margin-bottom: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.78px;
    text-align: center;
    color: #0280b3;
  }
  #page30 .contents-3 .content-1 .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-3 .content-2 {
    width: 1160px;
    margin: 0 auto;
    padding: 76px 130px 70px;
    background-color: #dfe8ea;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  #page30 .contents-3 .content-2 h2 {
    margin-bottom: 38.1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    letter-spacing: 2.16px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-3 .content-2 .items {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    margin-bottom: 50px;
    position: relative;
  }
  #page30 .contents-3 .content-2 .items::before {
    content: "";
    display: block;
    width: 900px;
    height: 249.8px;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #page30 .contents-3 .content-2 .items .item-1,
  #page30 .contents-3 .content-2 .items .item-2,
  #page30 .contents-3 .content-2 .items .item-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 68px 65.4px 60px 60px 64.4px;
    align-items: center;
  }
  #page30 .contents-3 .content-2 .items .item-1 {
    position: relative;
  }
  #page30 .contents-3 .content-2 .items .item-1::before {
    content: "";
    display: block;
    width: 300px;
    height: 249.8px;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #f5f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #page30 .contents-3 .content-2 .items .item-1 p.head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #98b0b5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.92px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-1 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #5f5f5f;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-2 {
    position: relative;
  }
  #page30 .contents-3 .content-2 .items .item-2 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-2 p:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 854px;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
    bottom: 184.4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-3 .content-2 .items .item-2 p:nth-of-type(3)::before {
    content: "";
    display: block;
    width: 854px;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
    bottom: 124.4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-3 .content-2 .items .item-2 p:nth-of-type(4)::before {
    content: "";
    display: block;
    width: 854px;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
    bottom: 64.4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-3 .content-2 .items .item-3 {
    position: relative;
  }
  #page30 .contents-3 .content-2 .items .item-3::before {
    content: "";
    display: block;
    width: 300px;
    height: 249.9px;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #fffde6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #page30 .contents-3 .content-2 .items .item-3 p.head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #12a1c4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.92px;
    text-align: center;
    color: #ffe600;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-3 p.head::before {
    content: "";
    display: block;
    width: 57px;
    height: 96.7px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/headerfooter_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -41.1px;
    right: 8px;
  }
  #page30 .contents-3 .content-2 .items .item-3 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #12a1c4;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 p.bottom {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-4 {
    margin-bottom: 87px;
  }
  #page30 .contents-4 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_16pc.jpg);
  }
  #page30 .contents-4 .content {
    display: grid;
    grid-template-columns: repeat(3, 290px);
    -moz-column-gap: 60px;
         column-gap: 60px;
    justify-content: center;
    width: 1160px;
    margin: 0 auto;
    padding: 58.9px 85px 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #page30 .contents-4 .content .item {
    position: relative;
  }
  #page30 .contents-4 .content .item img {
    width: 100%;
    margin-bottom: 20px;
  }
  #page30 .contents-4 .content .item h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 1.44px;
    text-align: center;
    color: #12a1c4;
    position: absolute;
    top: 167px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }
  #page30 .contents-4 .content .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-5 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_20pc.jpg);
  }
  #page30 .contents-5 .content-1 {
    width: 1160px;
    margin: 0 auto 90px;
    padding: 33px 0 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #page30 .contents-5 .content-1 p.top {
    margin-bottom: 35px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2.16px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-5 .content-1 p.top strong {
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 4.2px;
  }
  #page30 .contents-5 .content-1 .items {
    display: grid;
    grid-template-columns: repeat(3, 225px);
    -moz-column-gap: 61px;
         column-gap: 61px;
    width: 859.3px;
    margin: 0 auto 60px;
    padding: 54.1px 41.3px 0 21px;
    box-sizing: border-box;
    position: relative;
  }
  #page30 .contents-5 .content-1 .items::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_21pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #page30 .contents-5 .content-1 .items::after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_22.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -96.9px;
    right: -102.7px;
    z-index: 1;
  }
  #page30 .contents-5 .content-1 .items .item {
    width: 100%;
    padding: 24px 0 59px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  #page30 .contents-5 .content-1 .items .item p.num {
    margin-bottom: 16px;
    font-family: "Shippori Mincho", serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 69px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #ebd400;
    text-decoration: underline;
  }
  #page30 .contents-5 .content-1 .items .item h3 {
    margin-bottom: 23px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-5 .content-1 .items .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-5 .content-1 p.bottom {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-5 .content-1 p.bottom span {
    position: relative;
    z-index: 1;
  }
  #page30 .contents-5 .content-1 p.bottom span::before {
    content: "";
    display: block;
    width: 437px;
    height: 19px;
    opacity: 0.4;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    top: 29.5px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-5 .content-2 {
    display: flex;
    flex-direction: column;
    gap: 59.9px;
    width: 1160px;
    margin: 0 auto;
    padding: 60px 91px;
    background-color: #f5f7f7;
    box-sizing: border-box;
  }
  #page30 .contents-5 .content-2 .item {
    display: grid;
    grid-template-columns: 558px 360px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  #page30 .contents-5 .content-2 .item .texts {
    margin-top: 32px;
  }
  #page30 .contents-5 .content-2 .item .texts h3 {
    margin-bottom: 50px;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #02011c;
    position: relative;
  }
  #page30 .contents-5 .content-2 .item .texts h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #00a2cf;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  #page30 .contents-5 .content-2 .item .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-5 .content-2 .item img {
    width: 100%;
  }
}
/*SP*/
@media screen and (max-width: 1024px) {
  #page30 {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
  }
  #page30 nav {
    margin-top: 45px;
    margin-bottom: 24.5px;
    display: grid;
    grid-template-columns: 345px;
    row-gap: 20px;
    justify-content: center;
  }
  #page30 nav a {
    padding-right: 5px;
    border-radius: 25.75px;
    box-shadow: 1px 1.5px 3px 0 rgba(2, 1, 28, 0.5);
    background-color: #007bb0;
    border: solid 1px #007bb0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  #page30 nav a span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17.5px;
    font-weight: bold;
    line-height: 51.5px;
    letter-spacing: 0.875px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    position: relative;
  }
  #page30 nav a span::before {
    content: "";
    width: 10px;
    height: 7.75px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/down_white.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s ease;
  }
  #page30 .headline {
    width: 100%;
    margin-bottom: -30px;
    padding-top: 64px;
    padding-bottom: 74px;
    text-align: center;
    position: relative;
  }
  #page30 .headline::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_1smp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page30 .headline p {
    display: inline-block;
    padding-top: 2px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    background-color: #12a1c4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.45px;
    text-align: center;
    color: #fff;
  }
  #page30 .headline h2 {
    display: inline-block;
    padding-left: 12.5px;
    padding-right: 12.5px;
    background-color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.63px;
    text-align: center;
    color: #02011c;
    white-space: nowrap;
  }
  #page30 .contents-1 {
    display: grid;
    grid-template-columns: 341px;
    row-gap: 20px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 47px;
  }
  #page30 .contents-1 img {
    width: 280px;
  }
  #page30 .contents-1 .texts h2 {
    margin-bottom: 20px;
    font-family: "Shippori Mincho", serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-1 .texts h2 span {
    position: relative;
  }
  #page30 .contents-1 .texts h2 span::before {
    content: "";
    display: block;
    width: 253px;
    height: 12px;
    opacity: 0.45;
    background-color: #ffe605;
    position: absolute;
    top: 18.5px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-1 .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-2 {
    margin-bottom: 75px;
  }
  #page30 .contents-2 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_1smp.jpg);
  }
  #page30 .contents-2 .content-1 {
    display: grid;
    grid-template-columns: 292.5px;
    row-gap: 27px;
    justify-content: center;
    width: 350px;
    margin: 0 auto 45px;
    padding-top: 26.5px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #page30 .contents-2 .content-1 .texts h3 {
    margin-bottom: 13px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 27.5px;
    letter-spacing: 1.26px;
    text-align: center;
    color: #005f9e;
  }
  #page30 .contents-2 .content-1 .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-2 .content-1 img {
    width: 255px;
    margin: 0 auto;
  }
  #page30 .contents-2 .content-2 {
    width: 100%;
    margin: 0 auto 45px;
    padding-top: 42.5px;
    padding-bottom: 48.35px;
    background-color: #f5faf8;
    position: relative;
  }
  #page30 .contents-2 .content-2 h2 {
    margin-bottom: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 29.5px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-2 .content-2 p.top {
    margin-bottom: 29px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-2 .image {
    width: 98.75%;
    margin: 0 0 30px auto;
    /* 見た目はSwiper scrollbarそのまま */
  }
  #page30 .contents-2 .content-2 .image .scrollhint-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #page30 .contents-2 .content-2 .image .scrollhint-wrap::-webkit-scrollbar {
    display: none;
  }
  #page30 .contents-2 .content-2 .image .scroll-inner {
    width: -moz-max-content;
    width: max-content; /* 中身幅分だけ伸ばす */
  }
  #page30 .contents-2 .content-2 .image img {
    width: 840px;
    max-width: none;
    display: block;
  }
  #page30 .contents-2 .content-2 .image .swiper-scrollbar {
    width: 245px;
    height: 11px;
    margin: 20px auto 0;
    border-radius: 5.5px;
    background: #ddd;
    position: relative;
  }
  #page30 .contents-2 .content-2 .image .swiper-scrollbar-drag {
    height: 11px;
    border-radius: 5.5px;
    background-color: #005f9e;
    /* ここはJSで幅と位置を動かす */
    width: 40px;
    transform: translateX(0);
  }
  #page30 .contents-2 .content-2 .texts {
    display: grid;
    grid-template-columns: 299px;
    row-gap: 15px;
    justify-content: center;
    width: 350px;
    margin: 0 auto 30px;
    padding: 28px 0 27px;
    box-shadow: 0 0 10px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
  }
  #page30 .contents-2 .content-2 .texts .text h3 {
    display: grid;
    grid-template-columns: 17.5px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    margin-bottom: 9px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.51px;
    text-align: left;
    color: #0280b3;
  }
  #page30 .contents-2 .content-2 .texts .text p {
    margin-left: 27.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-2 .content-2 p.bottom {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-2 p.bottom span {
    position: relative;
    z-index: 1;
  }
  #page30 .contents-2 .content-2 p.bottom span::before {
    content: "";
    display: block;
    height: 9.5px;
    opacity: 0.4;
    border-radius: 1px;
    background-color: #ffe605;
    position: absolute;
    top: 19.25px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-2 .content-2 p.bottom span:nth-of-type(1)::before {
    width: 258px;
  }
  #page30 .contents-2 .content-2 p.bottom span:nth-of-type(2)::before {
    width: 84px;
  }
  #page30 .contents-2 .content-2::after {
    content: "";
    display: block;
    width: 111px;
    height: 125.7px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/top_16.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 200px);
  }
  #page30 .contents-2 .content-3 {
    width: 100%;
    margin-bottom: 72.5px;
    padding-top: 42.5px;
    padding-bottom: 45px;
    position: relative;
  }
  #page30 .contents-2 .content-3::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_9smp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page30 .contents-2 .content-3 h2 {
    margin-bottom: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 29.5px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-2 .content-3 p.top {
    margin-bottom: 28.9px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-3 .items {
    position: relative;
    width: 350px;
    height: 390px;
    margin: 0 auto 30px;
  }
  #page30 .contents-2 .content-3 .items .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    position: absolute;
  }
  #page30 .contents-2 .content-3 .items .item::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    opacity: 0.7;
    background-image: linear-gradient(133deg, #c0eaeb 14%, #e5f6f7 49%, #c0eaeb 83%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(1) {
    top: 0;
    left: 0;
    z-index: 1;
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(2) {
    top: 0;
    right: 0;
    z-index: 1;
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(3) {
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(4) {
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #page30 .contents-2 .content-3 .items .item:nth-of-type(5) {
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #page30 .contents-2 .content-3 .items .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: 0.68px;
    text-align: center;
    color: #0280b3;
    position: relative;
    z-index: 3;
  }
  #page30 .contents-2 .content-3 .items .item p small {
    margin-top: 2.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 0.42px;
    text-align: center;
    color: #0280b3;
  }
  #page30 .contents-2 .content-3 p.bottom {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-2 .content-4 {
    width: 375px;
    margin: 0 auto;
    padding: 27.5px 22.5px 30px;
    border: dashed 5px #e2e2e2;
    box-sizing: border-box;
  }
  #page30 .contents-2 .content-4 h2 {
    margin-bottom: 19px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: 0.76px;
    text-align: center;
    color: #283738;
    position: relative;
  }
  #page30 .contents-2 .content-4 h2 span {
    position: relative;
  }
  #page30 .contents-2 .content-4 h2 span::after {
    content: "";
    display: block;
    width: 183.5px;
    height: 9.5px;
    opacity: 0.3;
    border-radius: 1px;
    background-color: #ffe605;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-2 .content-4 .images {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    justify-content: center;
    justify-items: start;
  }
  #page30 .contents-3 {
    margin-bottom: 45px;
  }
  #page30 .contents-3 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_12smp.jpg);
  }
  #page30 .contents-3 .content-1 {
    display: grid;
    grid-template-columns: 270px;
    row-gap: 27px;
    justify-content: center;
    width: 350px;
    margin: 0 auto 42px;
    padding: 30px 40px 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #page30 .contents-3 .content-1 .item img {
    width: 100%;
    margin-bottom: 18px;
  }
  #page30 .contents-3 .content-1 .item h3 {
    margin-bottom: 18.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 0.54px;
    text-align: center;
    color: #0280b3;
  }
  #page30 .contents-3 .content-1 .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-3 .content-2 {
    width: 100%;
    padding: 42.5px 0 45px;
    background-color: #dfe8ea;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  #page30 .contents-3 .content-2 h2 {
    margin-bottom: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 29.5px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-3 .content-2 .items {
    display: grid;
    grid-template-columns: 115px 120px 115px;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
  }
  #page30 .contents-3 .content-2 .items::before {
    content: "";
    display: block;
    width: 350px;
    height: 261.3px;
    box-shadow: 0 0 10px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
  }
  #page30 .contents-3 .content-2 .items .item-1,
  #page30 .contents-3 .content-2 .items .item-2,
  #page30 .contents-3 .content-2 .items .item-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 57.45px 65.3px 65.5px 65.5px 65px;
    align-items: center;
  }
  #page30 .contents-3 .content-2 .items .item-1 {
    position: relative;
  }
  #page30 .contents-3 .content-2 .items .item-1::before {
    content: "";
    display: block;
    width: 115px;
    height: 261.3px;
    box-shadow: 0 0 10px 0 rgba(106, 135, 142, 0.5);
    background-color: #f5f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #page30 .contents-3 .content-2 .items .item-1 p.head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 10px 0 rgba(106, 135, 142, 0.5);
    background-color: #98b0b5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 1.36px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-1 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.42px;
    text-align: center;
    color: #5f5f5f;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-2 {
    position: relative;
  }
  #page30 .contents-3 .content-2 .items .item-2 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.42px;
    text-align: center;
    color: #02011c;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-2 p:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 350px;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
    bottom: 196px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-3 .content-2 .items .item-2 p:nth-of-type(3)::before {
    content: "";
    display: block;
    width: 350px;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
    bottom: 130.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-3 .content-2 .items .item-2 p:nth-of-type(4)::before {
    content: "";
    display: block;
    width: 350px;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-3 .content-2 .items .item-3 {
    position: relative;
  }
  #page30 .contents-3 .content-2 .items .item-3::before {
    content: "";
    display: block;
    width: 115px;
    height: 261.3px;
    box-shadow: 0 0 10px 0 rgba(106, 135, 142, 0.5);
    background-color: #fffde6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #page30 .contents-3 .content-2 .items .item-3 p.head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 7.5px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 100px 0 rgba(106, 135, 142, 0.5);
    background-color: #12a1c4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 1.36px;
    text-align: center;
    color: #ffe600;
    position: relative;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 .items .item-3 p.head::before {
    content: "";
    display: block;
    width: 28.5px;
    height: 48.35px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/headerfooter_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 4.35px;
    right: 4.5px;
  }
  #page30 .contents-3 .content-2 .items .item-3 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.42px;
    text-align: center;
    color: #12a1c4;
    z-index: 3;
  }
  #page30 .contents-3 .content-2 p.bottom {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-4 {
    margin-bottom: 42px;
  }
  #page30 .contents-4 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_16pc.jpg);
  }
  #page30 .contents-4 .content {
    display: grid;
    grid-template-columns: 270px;
    row-gap: 27px;
    justify-content: center;
    width: 350px;
    margin: 0 auto 42px;
    padding: 30px 40px 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #page30 .contents-4 .content .item {
    position: relative;
  }
  #page30 .contents-4 .content .item img {
    display: block;
    width: 170px;
    margin: 0 auto 15px;
  }
  #page30 .contents-4 .content .item h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.24;
    letter-spacing: 1.02px;
    text-align: center;
    color: #12a1c4;
    position: absolute;
    top: 91.35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }
  #page30 .contents-4 .content .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-5 .headline::before {
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_20smp.jpg);
  }
  #page30 .contents-5 .content-1 {
    width: 350px;
    margin: 0 auto 45px;
    padding: 33px 0 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #page30 .contents-5 .content-1 p.top {
    margin-bottom: 17.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23.5px;
    letter-spacing: 1.08px;
    text-align: center;
    color: #283738;
  }
  #page30 .contents-5 .content-1 p.top strong {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 2.1px;
  }
  #page30 .contents-5 .content-1 .items {
    display: grid;
    grid-template-columns: 268px;
    row-gap: 29px;
    width: 298.5px;
    margin: 0 auto 25px;
    padding: 10px 0 19.5px 30.5px;
    box-sizing: border-box;
    position: relative;
  }
  #page30 .contents-5 .content-1 .items::before {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_21smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #page30 .contents-5 .content-1 .items::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page30/product_22.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -57.65px;
    right: -55px;
    z-index: 1;
  }
  #page30 .contents-5 .content-1 .items .item {
    display: grid;
    grid-template-columns: min-content 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 8px;
    width: 100%;
    padding: 6.5px 0 15px 39.5px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  #page30 .contents-5 .content-1 .items .item p.num {
    grid-column: 1/2;
    grid-row: 1/2;
    font-family: "Shippori Mincho", serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 41.5px;
    letter-spacing: 0.84px;
    text-align: left;
    color: #ebd400;
    text-decoration: underline;
  }
  #page30 .contents-5 .content-1 .items .item h3 {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 10.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 24.5px;
    letter-spacing: 0.95px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-5 .content-1 .items .item p {
    grid-column: 1/3;
    grid-row: 2/3;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-5 .content-1 p.bottom {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page30 .contents-5 .content-1 p.bottom span {
    position: relative;
    z-index: 1;
  }
  #page30 .contents-5 .content-1 p.bottom span::before {
    content: "";
    display: block;
    height: 9.5px;
    opacity: 0.4;
    border-radius: 1px;
    background-color: #ffe605;
    position: absolute;
    top: 19.25px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page30 .contents-5 .content-1 p.bottom span:nth-of-type(1)::before {
    width: 258px;
  }
  #page30 .contents-5 .content-1 p.bottom span:nth-of-type(2)::before {
    width: 84px;
  }
  #page30 .contents-5 .content-2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 45px 0;
    background-color: #f5f7f7;
    box-sizing: border-box;
  }
  #page30 .contents-5 .content-2 .item {
    display: grid;
    grid-template-columns: 315px;
    row-gap: 17px;
    justify-content: center;
    justify-items: center;
  }
  #page30 .contents-5 .content-2 .item .texts h3 {
    margin-bottom: 25px;
    font-family: "Shippori Mincho", serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #02011c;
    position: relative;
  }
  #page30 .contents-5 .content-2 .item .texts h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 2.5px;
    background-color: #00a2cf;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  #page30 .contents-5 .content-2 .item .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page30 .contents-5 .content-2 .item img {
    width: 210px;
  }
}
/*40.安心のアフターサポート*/
/*PC*/
@media screen and (min-width: 1025px) {
  #page40 {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }
  #page40 .contents-1 {
    display: grid;
    grid-template-columns: 42.6666666667% 575px;
    -moz-column-gap: 115px;
         column-gap: 115px;
    margin-top: 90.2px;
    margin-bottom: 87px;
  }
  #page40 .contents-1 img {
    width: 100%;
  }
  #page40 .contents-1 .texts p.top {
    margin-bottom: 20px;
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: normal;
    text-align: left;
    color: #02011c;
    position: relative;
  }
  #page40 .contents-1 .texts p.top::after {
    content: "";
    display: block;
    width: 190px;
    height: 19px;
    opacity: 0.4;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    bottom: -4px;
    left: 2px;
    z-index: -1;
  }
  #page40 .contents-1 .texts h2 {
    margin-bottom: 27px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 2.16px;
    text-align: left;
    color: #005f9e;
  }
  #page40 .contents-1 .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 {
    width: 100%;
    padding: 90px 0 87px;
    background-color: #f5f7f7;
  }
  #page40 .contents-2 .content-1 {
    display: grid;
    grid-template-columns: 520px 420px;
    -moz-column-gap: 69px;
         column-gap: 69px;
    justify-content: end;
    width: 1090px;
    margin: 0 auto 57px;
  }
  #page40 .contents-2 .content-1 img {
    order: 2;
    width: 100%;
  }
  #page40 .contents-2 .content-1 .texts {
    order: 1;
  }
  #page40 .contents-2 .content-1 .texts p.top {
    margin-bottom: 20px;
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: normal;
    text-align: left;
    color: #02011c;
    position: relative;
    z-index: 1;
  }
  #page40 .contents-2 .content-1 .texts p.top::after {
    content: "";
    display: block;
    width: 288px;
    height: 19px;
    opacity: 0.4;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    bottom: -4px;
    left: 2px;
    z-index: -1;
  }
  #page40 .contents-2 .content-1 .texts h2 {
    margin-bottom: 27px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 2.16px;
    text-align: left;
    color: #005f9e;
  }
  #page40 .contents-2 .content-1 .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 {
    display: grid;
    grid-template-columns: 950px;
    row-gap: 60px;
    justify-content: center;
    width: 1090px;
    margin: 0 auto;
    padding: 50px 70px 57px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
  }
  #page40 .contents-2 .content-2 h2 {
    display: block;
    width: 100%;
    background-color: #6a878e;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 1.92px;
    text-align: center;
    color: #fff;
  }
  #page40 .contents-2 .content-2 .items-1 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  #page40 .contents-2 .content-2 .items-1 .items {
    display: grid;
    grid-template-columns: 800px;
    row-gap: 37px;
    justify-content: center;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item {
    display: grid;
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: center;
    position: relative;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item::before {
    content: "";
    display: block;
    width: 6px;
    height: 17px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page40/dots_pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -27px;
    left: 47px;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item:nth-last-of-type(1)::before {
    content: none;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item img {
    width: 100%;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p.num {
    margin-bottom: 8px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-align: left;
    color: #00a2cf;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p.num strong {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0.6px;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p a {
    font-weight: bold;
    color: #007bb0;
    border-bottom: solid 1px transparent;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p a:hover {
    border-bottom: solid 1px #007bb0;
  }
  #page40 .contents-2 .content-2 .items-2 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  #page40 .contents-2 .content-2 .items-2 p {
    width: 835px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-3 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  #page40 .contents-2 .content-2 .items-3 .texts {
    display: grid;
    grid-template-columns: 835px;
    row-gap: 29px;
    justify-content: center;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 11px;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text h3 {
    display: grid;
    grid-template-columns: 25.5px 1fr;
    -moz-column-gap: 7.3px;
         column-gap: 7.3px;
    align-items: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text h3 img {
    width: 100%;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text p {
    margin-left: 32.8px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text:nth-last-of-type(1) p {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-3 {
    width: 100%;
    margin-bottom: 90px;
    padding: 90px 0 79px;
    position: relative;
  }
  #page40 .contents-3::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page40/support_9pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page40 .contents-3 h2 {
    margin-bottom: 38px;
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page40 .contents-3 h2 span {
    position: relative;
  }
  #page40 .contents-3 h2 span::after {
    content: "";
    display: block;
    width: 295px;
    height: 19px;
    opacity: 0.4;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }
  #page40 .contents-3 p.description {
    margin-bottom: 75px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
  #page40 .contents-3 .items {
    display: grid;
    grid-template-columns: repeat(4, 287px);
    grid-template-rows: 182px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
    margin-bottom: 58px;
  }
  #page40 .contents-3 .items .item {
    width: 100%;
    height: 100%;
    padding: 90px 0 36px;
    border-radius: 5px;
    background-color: #89b4be;
    box-sizing: border-box;
    position: relative;
  }
  #page40 .contents-3 .items .item p.num {
    width: 107px;
    height: 107px;
    padding: 25px 27px 21px 28px;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page40 .contents-3 .items .item p.num small {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.28px;
    text-align: center;
    color: #007bb0;
    white-space: nowrap;
  }
  #page40 .contents-3 .items .item p.num strong {
    display: block;
    margin-top: -1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0.68px;
    text-align: center;
    color: #007bb0;
  }
  #page40 .contents-3 .items .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-align: center;
    color: #fff;
  }
  #page40 .contents-3 p.bottom {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
  #page40 .contents-4 .content-1 {
    margin-bottom: 59px;
  }
  #page40 .contents-4 .content-1 .items {
    display: grid;
    grid-template-columns: 532px 242px;
    -moz-column-gap: 106px;
         column-gap: 106px;
    justify-content: center;
    margin-bottom: 49px;
    position: relative;
    left: 20px;
  }
  #page40 .contents-4 .content-1 .items .texts h2 {
    margin-bottom: 35px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: 2.16px;
    text-align: left;
    color: #005f9e;
    white-space: nowrap;
  }
  #page40 .contents-4 .content-1 .items .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-4 .content-1 .items img {
    width: 100%;
  }
  #page40 .contents-4 .content-1 table {
    width: 660px;
    margin: 0 auto 38px;
    border-collapse: separate;
    border-spacing: 0;
  }
  #page40 .contents-4 .content-1 table tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
  }
  #page40 .contents-4 .content-1 table tr:not(:last-child) td {
    border-top: solid 1px #afc4c9;
    border-right: solid 1px #afc4c9;
  }
  #page40 .contents-4 .content-1 table tr:nth-last-child(1) td {
    border-top: solid 1px #afc4c9;
    border-right: solid 1px #afc4c9;
    border-bottom: solid 1px #afc4c9;
  }
  #page40 .contents-4 .content-1 table th {
    width: 330px;
    padding: 18px 0 19px 29px;
    background-color: #6a878e;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #fff;
  }
  #page40 .contents-4 .content-1 table td {
    width: 330px;
    padding: 19px 0 18px 41px;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-4 .content-1 p.description {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
  #page40 .contents-4 .content-2 {
    width: 972px;
    margin: 0 auto;
    padding: 60px 0 59px;
    position: relative;
  }
  #page40 .contents-4 .content-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 20px;
    background-image: linear-gradient(111deg, #c0eaeb 2%, #e5f6f7 51%, #c0eaeb);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page40 .contents-4 .content-2::after {
    content: "";
    display: block;
    width: 240px;
    height: 256px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page40/support_12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 1px;
    left: -64px;
  }
  #page40 .contents-4 .content-2 h2 {
    margin-bottom: 41px;
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
    position: relative;
  }
  #page40 .contents-4 .content-2 h2::after {
    content: "";
    display: block;
    width: 612px;
    height: 19px;
    opacity: 0.4;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }
  #page40 .contents-4 .content-2 p.middle {
    margin-bottom: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
  #page40 .contents-4 .content-2 a {
    display: grid;
    grid-template-columns: 45px 319px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
  }
  #page40 .contents-4 .content-2 a img {
    width: 100%;
    position: relative;
    top: 3px;
  }
  #page40 .contents-4 .content-2 a span {
    font-family: "Shippori Mincho", serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 69px;
    letter-spacing: 0.92px;
    text-align: left;
    color: #0280b3;
    white-space: nowrap;
  }
  #page40 .contents-4 .content-2 p.bottom {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.54px;
    text-align: center;
    color: #02011c;
  }
}
/*SP*/
@media screen and (max-width: 1024px) {
  #page40 {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }
  #page40 .contents-1 {
    display: grid;
    grid-template-columns: 320px;
    row-gap: 27px;
    justify-content: center;
    margin-top: 43px;
    margin-bottom: 45px;
  }
  #page40 .contents-1 img {
    order: 2;
    width: 100%;
  }
  #page40 .contents-1 .texts {
    order: 1;
  }
  #page40 .contents-1 .texts p.top {
    width: auto;
    margin-bottom: 13px;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24.5px;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
    position: relative;
  }
  #page40 .contents-1 .texts p.top::after {
    content: "";
    display: block;
    width: 134px;
    height: 9.5px;
    opacity: 0.4;
    border-radius: 1px;
    background-color: #ffe605;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }
  #page40 .contents-1 .texts h2 {
    margin-bottom: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 29.5px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #005f9e;
  }
  #page40 .contents-1 .texts p {
    width: 315.5px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 {
    width: 100%;
    padding: 45px 0 45px;
    background-color: #f5f7f7;
  }
  #page40 .contents-2 .content-1 {
    display: grid;
    grid-template-columns: 315.5px;
    row-gap: 27px;
    justify-content: center;
    justify-items: center;
    margin-bottom: 45px;
  }
  #page40 .contents-2 .content-1 img {
    order: 2;
    width: 240px;
  }
  #page40 .contents-2 .content-1 .texts {
    order: 1;
  }
  #page40 .contents-2 .content-1 .texts p.top {
    margin-bottom: 13px;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24.5px;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
    position: relative;
    z-index: 1;
  }
  #page40 .contents-2 .content-1 .texts p.top::after {
    content: "";
    display: block;
    width: 204px;
    height: 9.5px;
    opacity: 0.4;
    border-radius: 1px;
    background-color: #ffe605;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }
  #page40 .contents-2 .content-1 .texts h2 {
    margin-bottom: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 29.5px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #005f9e;
  }
  #page40 .contents-2 .content-1 .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6752;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 30px;
    justify-content: center;
    width: 370px;
    margin: 0 auto;
    padding: 20px 10px 17px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(106, 135, 142, 0.5);
    background-color: #fff;
  }
  #page40 .contents-2 .content-2 h2 {
    display: block;
    width: 100%;
    background-color: #6a878e;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 1.26px;
    text-align: center;
    color: #fff;
  }
  #page40 .contents-2 .content-2 .items-1 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  #page40 .contents-2 .content-2 .items-1 .items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
    justify-content: center;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item {
    display: grid;
    grid-template-columns: 50px 1fr;
    -moz-column-gap: 15.5px;
         column-gap: 15.5px;
    position: relative;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item::before {
    content: "";
    display: block;
    width: 3px;
    height: 31px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page40/dots_smp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -14px;
    left: 23.5px;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item:nth-last-of-type(1)::before {
    content: none;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item img {
    width: 100%;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p.num {
    margin-bottom: 8.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.28px;
    text-align: left;
    color: #00a2cf;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p.num strong {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-1 .items .item .texts p a {
    font-weight: bold;
    color: #007bb0;
    border-bottom: solid 1px #007bb0;
  }
  #page40 .contents-2 .content-2 .items-2 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #page40 .contents-2 .content-2 .items-2 p {
    width: 309.5px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-3 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  #page40 .contents-2 .content-2 .items-3 .texts {
    display: grid;
    grid-template-columns: 317.85px;
    row-gap: 18px;
    justify-content: center;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 7px;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text h3 {
    display: grid;
    grid-template-columns: 12.75px 1fr;
    -moz-column-gap: 3.65px;
         column-gap: 3.65px;
    align-items: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 19.5px;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text h3 img {
    width: 100%;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text p {
    margin-left: 16.4px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-2 .content-2 .items-3 .texts .text:nth-last-of-type(1) p {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-3 {
    width: 100%;
    margin-bottom: 42.5px;
    padding: 45px 0 42px;
    position: relative;
  }
  #page40 .contents-3::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page40/support_9smp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page40 .contents-3 h2 {
    margin-bottom: 20px;
    font-family: "Shippori Mincho", serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
  }
  #page40 .contents-3 h2 span {
    position: relative;
  }
  #page40 .contents-3 h2 span::after {
    content: "";
    display: block;
    width: 189.5px;
    height: 9.5px;
    opacity: 0.4;
    border-radius: 2px;
    background-color: #ffe605;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }
  #page40 .contents-3 p.description {
    width: 345.5px;
    margin: 0 auto 56.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: center;
    color: #02011c;
  }
  #page40 .contents-3 .items {
    display: grid;
    grid-template-columns: repeat(2, 169px);
    grid-template-rows: repeat(2, 131.5px);
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 39.5px;
    justify-content: center;
    margin-bottom: 30px;
  }
  #page40 .contents-3 .items .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 43px 0 29px;
    border-radius: 2.5px;
    background-color: #89b4be;
    box-sizing: border-box;
    position: relative;
  }
  #page40 .contents-3 .items .item p.num {
    display: block;
    width: 63.5px;
    height: 63.5px;
    padding: 11.5px 10px 11.5px 9.5px;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: -29.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #page40 .contents-3 .items .item p.num small {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 15.5px;
    letter-spacing: 0.24px;
    text-align: center;
    color: #007bb0;
    white-space: nowrap;
  }
  #page40 .contents-3 .items .item p.num strong {
    display: block;
    margin-top: -3px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.44px;
    text-align: center;
    color: #007bb0;
  }
  #page40 .contents-3 .items .item p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.45px;
    text-align: center;
    color: #fff;
  }
  #page40 .contents-3 p.bottom {
    width: 345.5px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-4 .content-1 {
    margin-bottom: 42px;
  }
  #page40 .contents-4 .content-1 .items {
    display: grid;
    grid-template-columns: 350px;
    row-gap: 27px;
    justify-content: center;
    margin-bottom: 30px;
  }
  #page40 .contents-4 .content-1 .items .texts h2 {
    margin-bottom: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 29.5px;
    letter-spacing: 1.38px;
    text-align: center;
    color: #005f9e;
    white-space: nowrap;
  }
  #page40 .contents-4 .content-1 .items .texts p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-4 .content-1 .items img {
    width: 185px;
    margin: 0 auto;
  }
  #page40 .contents-4 .content-1 table {
    width: 350px;
    margin: 0 auto 30px;
    border-collapse: separate;
    border-spacing: 0;
  }
  #page40 .contents-4 .content-1 table tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
  }
  #page40 .contents-4 .content-1 table tr:not(:last-child) td {
    border-top: solid 1px #afc4c9;
    border-right: solid 1px #afc4c9;
  }
  #page40 .contents-4 .content-1 table tr:nth-last-child(1) td {
    border-top: solid 1px #afc4c9;
    border-right: solid 1px #afc4c9;
    border-bottom: solid 1px #afc4c9;
  }
  #page40 .contents-4 .content-1 table th {
    width: 190px;
    padding: 8.5px 0 8.5px 14.5px;
    background-color: #6a878e;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.42px;
    text-align: left;
    color: #fff;
  }
  #page40 .contents-4 .content-1 table td {
    width: 170px;
    padding: 8.5px 0 8.5px 20.5px;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.42px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-4 .content-1 p.description {
    width: 345.1px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.45px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-4 .content-2 {
    width: 337.5px;
    margin: 0 auto;
    padding: 28.125px 0 31.875px;
    position: relative;
  }
  #page40 .contents-4 .content-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 9.375px;
    background-image: linear-gradient(111deg, #c0eaeb 2%, #e5f6f7 51%, #c0eaeb);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page40 .contents-4 .content-2::after {
    content: "";
    display: block;
    width: 101.25px;
    height: 107.8125px;
    background-image: url(/wp-content/themes/cf_originaltheme/images/page02/page40/support_12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: -18.75px;
  }
  #page40 .contents-4 .content-2 h2 {
    width: 262.5px;
    margin: 0 auto 17.34375px;
    text-align: center;
  }
  #page40 .contents-4 .content-2 h2 span {
    font-family: "Shippori Mincho", serif;
    font-size: 21.5625px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #02011c;
    white-space: nowrap;
    position: relative;
  }
  #page40 .contents-4 .content-2 h2 span::after {
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: 8.90625px;
    opacity: 0.4;
    border-radius: 1px;
    background-color: #ffe605;
    position: absolute;
    bottom: 1.40625px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
  }
  #page40 .contents-4 .content-2 h2 span:nth-last-of-type(1) {
    bottom: 4.6875px;
  }
  #page40 .contents-4 .content-2 p.middle {
    width: 261.09375px;
    margin: 0 auto 7.96875px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14.0625px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.421875px;
    text-align: left;
    color: #02011c;
  }
  #page40 .contents-4 .content-2 a {
    display: grid;
    grid-template-columns: 28.125px 214.21875px;
    -moz-column-gap: 5.15625px;
         column-gap: 5.15625px;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.84375px;
  }
  #page40 .contents-4 .content-2 a img {
    width: 100%;
    position: relative;
    top: 1.875px;
  }
  #page40 .contents-4 .content-2 a span {
    font-family: "Shippori Mincho", serif;
    font-size: 30.9375px;
    font-weight: bold;
    line-height: 45.9375px;
    letter-spacing: 0.61875px;
    text-align: left;
    color: #0280b3;
    white-space: nowrap;
  }
  #page40 .contents-4 .content-2 p.bottom {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14.0625px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.421875px;
    text-align: center;
    color: #02011c;
    position: relative;
    left: 14px;
  }
}/*# sourceMappingURL=page02.css.map */