@charset "UTF-8";
/*--------------------------------------
共通
---------------------------------------*/
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tbody,
tfoot,
thead,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: "Zen Maru Gothic", serif;
  vertical-align: baseline;
  list-style: none;
  color: #333;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  clear: both;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.txt_center {
  text-align: center !important;
}

.block_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.fleft {
  display: block;
  float: left;
}

.fright {
  display: block;
  float: right;
}

.txt_red {
  color: #f33;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

@keyframes logo_bounce {
  0% {
    transform: translate(-60%, -60%);
  }
  60% {
    transform: translate(1%, 1%);
  }
  80% {
    transform: translate(-1%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes magnifying_glass {
  0% {
    transform: translateX(-50%) translateY(-50%) translate(100%, 100%);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) translate(0%, 0%);
  }
  60% {
    transform: translateX(-50%) translateY(-50%) translate(-5%, -5%);
  }
  90% {
    transform: translateX(-50%) translateY(-50%) translate(1%, 1%);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translate(0%, 0%);
  }
}
@keyframes human {
  0% {
    transform: translateX(-50%) translateY(100%);
  }
  100% {
    transform: translateX(-50%) translateY(0%);
  }
}
@keyframes human_sp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes result_bounce {
  0% {
    transform: translateY(100px);
  }
  40% {
    transform: translateY(-40px);
    opacity: 1;
  }
  80% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
html {
  font-size: 0.8333333333vw;
}
@media (min-width: 1201px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Maru Gothic", serif;
}

a {
  text-decoration: none;
}

.capture_active .shindan_result_osusume {
  opacity: 1 !important;
}
.capture_active .shindan_result_osusume::before {
  display: none !important;
}
.capture_active .shindan_result_osusume_box_flow_list li::after {
  display: none !important;
}
.capture_active #shindan_result_fixed {
  display: none !important;
}
.capture_active footer {
  margin-top: 5rem !important;
}

@media print, screen and (min-width: 768px) {
  * {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
  body {
    position: relative;
    z-index: 1;
  }
  .sp {
    display: none !important;
  }
  main {
    background: linear-gradient(114.23deg, rgba(255, 181, 43, 0.6) 0%, rgba(166, 255, 224, 0.6) 49.69%, rgba(234, 214, 255, 0.6) 99.38%);
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
  }
  main .btn01 {
    display: inline-block;
    padding: 1.7rem 3rem 1.8rem 6.3rem;
    line-height: 1;
    border-radius: 5rem;
    border: 1px solid #ea7100;
    color: #ea7100;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    transition: 0.3s;
    background-color: #fff;
  }
  main .btn01:before {
    position: absolute;
    content: "";
    background-image: url("../img/arrow_left.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.2rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    transition: 0.3s;
  }
  main .btn01:hover {
    background-color: #ea7100;
    color: #fff;
  }
  main .btn01:hover:before {
    background-image: url("../img/arrow_left_white.png");
    left: 2rem;
  }
  main .btn02 {
    display: inline-block;
    padding: 2.2rem 0rem 2.3rem 0rem;
    line-height: 1;
    border-radius: 5rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    transition: 0.3s;
    background-color: #ea7100;
    width: 42rem;
    text-align: center;
  }
  main .btn02:before {
    position: absolute;
    content: "";
    -webkit-mask-image: url("../img/arrow_right.svg");
            mask-image: url("../img/arrow_right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #fff;
    width: 2.2rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    transition: 0.3s;
  }
  main .btn02:hover {
    background-color: #ff7b00;
  }
  main .btn02:hover:before {
    background-color: #fff;
    right: 2rem;
  }
  main .btn02.btn02_blue {
    background-color: #2c6cb4;
  }
  main .btn02.btn02_blue:hover {
    background-color: #398be8;
  }
  main .btn03 {
    display: inline-block;
    padding: 1.7rem 3rem 1.8rem 3rem;
    line-height: 1;
    border-radius: 5rem;
    border: 1px solid #ea7100;
    color: #ea7100;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    transition: 0.3s;
    background-color: #fff;
  }
  main .btn03:hover {
    background-color: #ea7100;
    color: #fff;
  }
  main .float_logo {
    position: absolute;
    left: 4rem;
    top: 0;
    z-index: 10;
  }
  main .float_logo img {
    width: 34rem;
  }
  main .float_logo a {
    transition: 0.3s;
  }
  main .float_logo a:hover {
    filter: brightness(1.1);
  }
  main .start_btn {
    border-radius: 90px;
    border: none;
    width: 320px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  main .start_btn::before, main .start_btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(114.23deg, #ffb52b 0%, #33e0a4 55.16%, #a3b7ff 99.38%);
    transition: 0.3s;
    background-position: center;
  }
  main .start_btn:after {
    transform: rotate(180deg);
    opacity: 0;
  }
  main .start_btn span {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    z-index: 4;
  }
  main .start_btn:hover:before {
    opacity: 0;
  }
  main .start_btn:hover:after {
    opacity: 1;
  }
  main #lp_wrp {
    background-image: url("../img/bg_shita.svg");
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  main #lp_wrp .lp_wrp {
    background-image: url("../img/result_bg.svg");
    background-position: top 0rem center;
    background-size: 100% auto;
    padding-top: 12rem;
  }
  main #lp_wrp .lp_wrp_inner {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
  }
  main #lp_wrp .lp_wrp_inner h1 {
    text-align: center;
  }
  main #lp_wrp .lp_wrp_inner h1 span {
    background: linear-gradient(90deg, #0289d5 0%, #21c9f1 100%);
    border-radius: 9px;
    display: inline-block;
    color: #fff;
    font-size: 4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1;
    padding: 0.6rem 3.3rem 0.8rem;
  }
  main #lp_wrp .lp_wrp_inner h1 small {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2c6cb4;
    margin-top: 1.8rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp {
    margin-top: 5.5rem;
    margin-bottom: 10rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp:before {
    border-radius: 3rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp .section_box_inner {
    border-radius: 3rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp .section_box_inner {
    display: flex;
    padding: 0;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a {
    text-align: center;
    display: inline-block;
    width: 33%;
    height: 18.3rem;
    padding-top: 3.4rem;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s;
    border-right: 3px dotted #dadada;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a:last-child {
    border-right: none;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a:nth-child(2) .anchor_txt02 {
    padding-top: 1.5rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 1rem;
    bottom: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a:hover {
    opacity: 0.6;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a:hover:before {
    bottom: 1rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a .anchor_txt01 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    background-color: #004e8b;
    border-radius: 3.4rem;
    line-height: 1;
    padding: 0.2rem 1.1rem 0.3rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a .anchor_txt02 {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ea7100;
    line-height: 1.3;
    margin-top: 0.8rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a .anchor_txt02 span {
    color: #004e8b;
  }
  main #lp_wrp .section_box {
    position: relative;
    z-index: 1;
    margin-bottom: 13.8rem;
  }
  main #lp_wrp .section_box.observer {
    opacity: 0;
    transform: translateY(100px);
    transition: 1s;
  }
  main #lp_wrp .section_box.observer.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  main #lp_wrp .section_box:before {
    position: absolute;
    content: "";
    background: linear-gradient(180.6deg, #43fcec -6.01%, #c6bcff 80.6%, #007ec5 167.2%);
    opacity: 0.8;
    border-radius: 6rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -1.4rem;
    bottom: -1.4rem;
  }
  main #lp_wrp .section_box.section_box03 .section_box_description {
    margin-top: 1.8rem !important;
  }
  main #lp_wrp .section_box .section_box_head_txt {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: normal;
    text-align: center;
    margin-bottom: 3.5rem;
  }
  main #lp_wrp .section_box h2 {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    left: 50%;
    transform: translateX(-50%);
    top: -4rem;
    color: #2c6cb4;
    position: absolute;
    z-index: 4;
    width: 100%;
  }
  main #lp_wrp .section_box .section_box_inner {
    background-color: #fff;
    border-radius: 6rem;
    padding: 5rem 6rem 4rem;
    position: relative;
    z-index: 2;
  }
  main #lp_wrp .section_box .section_box_contents {
    position: relative;
    padding: 4rem;
    z-index: 1;
    margin-top: 2.8rem;
  }
  main #lp_wrp .section_box .section_box_contents:before {
    position: absolute;
    content: "";
    background: linear-gradient(114.23deg, rgba(255, 181, 43, 0.6) 0%, rgba(166, 255, 224, 0.6) 49.69%, rgba(234, 214, 255, 0.6) 99.38%);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 2rem;
  }
  main #lp_wrp .section_box .section_box_contents.section_box_contents02 .section_box_description {
    width: 58.4rem;
  }
  main #lp_wrp .section_box .section_box_contents.section_box_contents02 .section_box_contents_deco_img {
    right: 4rem;
    top: 4rem;
  }
  main #lp_wrp .section_box .section_box_contents.section_box_contents02 .section_box_contents_deco_img img {
    width: 20rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_contents_deco_img {
    position: absolute;
    right: 1.6rem;
    top: -2.6rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_contents_deco_img img {
    width: 22rem;
  }
  main #lp_wrp .section_box .section_box_contents h3 {
    color: #004e8b;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    padding-left: 7rem;
  }
  main #lp_wrp .section_box .section_box_contents h3 span {
    font-size: 5.6rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #004e8b;
    letter-spacing: 0;
  }
  main #lp_wrp .section_box .section_box_contents h3 strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: normal;
    margin-top: 3.5rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description strong {
    font-weight: 700;
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description + .section_box_qa_wrp {
    margin-top: 3.5rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a {
    color: #ea7100;
    font-weight: 700;
    position: relative;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ea7100;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ea7100;
    transition: 0.3s;
    width: 0;
    transition-delay: 0.5s;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a:hover:after {
    width: 100%;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a:hover:before {
    display: none;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 2rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question {
    cursor: pointer;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question.section_box_qa_question_active p:before {
    opacity: 1;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question.section_box_qa_question_active p:after {
    opacity: 0;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    display: flex;
    gap: 1.2rem;
    position: relative;
    padding: 2.4rem 2.4rem;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p:hover {
    opacity: 0.6;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_minus.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 2.4rem;
    transition: 0.3s;
    opacity: 0;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p:after {
    position: absolute;
    content: "";
    background-image: url("../img/icon_plus.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.2rem;
    height: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 2.4rem;
    opacity: 1;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p .qa_txt {
    color: #2c6cb4;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p .qa_num {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    background-color: #004e8b;
    padding: 0.2rem 1rem 0.4rem;
    border-radius: 4px;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer_wrp {
    padding: 0 2.4rem 2.4rem;
    display: none;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer {
    background-color: #e5f5ff;
    border-radius: 10px;
    padding: 2.4rem 2.4rem 2.4rem 6.4rem;
    position: relative;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_check.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 1.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 2.4rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: normal;
    font-weight: 500;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer p strong {
    font-weight: 500;
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents_list01 {
    background-color: #fff;
    padding: 2rem 2.4rem;
    margin-top: 2rem;
    border-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_list01 p {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: normal;
    position: relative;
    padding-left: 2.6rem;
    margin-bottom: 1.2rem;
  }
  main #lp_wrp .section_box .section_box_contents_list01 p:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_list01 p:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_check.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.4rem;
    left: 0;
    top: 0.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_annotation {
    margin-top: 1.3rem;
  }
  main #lp_wrp .section_box .section_box_contents_annotation p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: normal;
    font-weight: 500;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.4rem;
  }
  main #lp_wrp .section_box .section_box_contents_annotation p:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table01_wrp {
    margin-top: 4rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 {
    border-radius: 1rem;
    border-collapse: collapse;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr:first-child th:first-child {
    border-top-left-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr:first-child th:last-child {
    border-top-right-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th,
  main #lp_wrp .section_box .section_box_contents_table01 tr td {
    vertical-align: middle;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th {
    background-color: #004e8b;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 1rem 2rem;
    border-right: 1px solid #fff;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th:nth-child(1) {
    width: 17rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th:nth-child(2) {
    width: 28.4rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th:nth-child(3) {
    width: 34.8rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 2rem;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p.section_box_contents_table01_check_txt {
    position: relative;
    padding-left: 2.1rem;
    margin-bottom: 1.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p.section_box_contents_table01_check_txt:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p.section_box_contents_table01_check_txt:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_ circlecheck.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0.2rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td a {
    color: #2c6cb4;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    background: linear-gradient(transparent 92%, #2c6cb4 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left bottom;
    transition: background-size 0.3s ease-out;
    text-decoration: underline;
    text-underline-offset: 0.36rem;
    transition-delay: 0.4s;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td a:hover {
    text-decoration: none;
    background-size: 100% 100%;
  }
  main #lp_wrp .section_box .section_box_contents_price_box {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 4rem;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row {
    background-color: #fff;
    padding: 1.3rem 2rem;
    width: calc(50% - 0.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    box-sizing: border-box;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt01 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt01 small {
    font-size: 1.2rem;
    font-weight: 700;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 {
    display: flex;
    align-items: center;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span01 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 3.6rem;
    position: relative;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span01:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_rightarrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 0.8rem;
    right: -2.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span01 small {
    font-size: 1.2rem;
    font-weight: 500;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span02 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #2c6cb4;
    display: inline-block;
    padding-bottom: 0.3rem;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span02 small {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #2c6cb4;
  }
  main #lp_wrp .section_box .section_box_contents_table02_wrp {
    display: flex;
    gap: 2.4rem;
    margin-top: 4rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02_wrp .section_box_contents_table02_wrp_img {
    flex-shrink: 0;
    width: 26rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 {
    border-radius: 1rem;
    border-collapse: separate;
    border-spacing: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:first-child th {
    border-top-left-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:first-child td {
    border-top-right-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:last-child th {
    border-bottom-left-radius: 1rem;
    border-bottom: none;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:last-child td {
    border-bottom-right-radius: 1rem;
    border-bottom: 1px solid #c9c9c9;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr th,
  main #lp_wrp .section_box .section_box_contents_table02 tr td {
    vertical-align: middle;
    box-sizing: border-box;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr th {
    background-color: #004e8b;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 1rem 2rem;
    border-right: 1px solid #fff;
    width: 14rem;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 2rem;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3;
    width: 38.6rem;
    border-left: none;
    border-bottom: none;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td p {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.6rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td p:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td p:before {
    position: absolute;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #004e8b;
    border-radius: 50%;
    top: 0.65rem;
    left: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td a {
    color: #2c6cb4;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td a:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #2c6cb4;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td a:hover:before {
    width: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table03_wrp {
    margin-top: 4rem;
  }
  main #lp_wrp .section_box .section_box_contents_table03_wrp .section_box_contents_table02 {
    width: 100%;
  }
  main #lp_wrp .section_box .section_box_contents_table03_wrp .section_box_contents_table02 td {
    width: auto;
  }
  main footer {
    padding: 3rem 0;
    margin-top: 25rem;
  }
  main footer p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
  }
  main #shindan_result_fixed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    position: fixed;
    right: 4rem;
    bottom: 4rem;
    z-index: 10;
  }
}
@media print and (max-width: 1280px), screen and (min-width: 768px) and (max-width: 1280px) {
  main #shindan_result_fixed {
    right: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  main #shindan_result_fixed a {
    transition: 0.3s;
  }
  main #shindan_result_fixed a span {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  main #shindan_result_fixed .fixed_btn01 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: #ea7100;
    writing-mode: vertical-rl;
    line-height: 1;
    padding: 6.4rem 1rem 2.2rem 0;
    border-radius: 5rem;
    border: 2px solid #fff;
    position: relative;
  }
  main #shindan_result_fixed .fixed_btn01 > small {
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    top: -0.4rem;
  }
  main #shindan_result_fixed .fixed_btn01 > small small {
    transform: rotate(-90deg);
    font-size: 1.2rem;
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1;
    margin: 0.1rem 0 0.3rem;
  }
  main #shindan_result_fixed .fixed_btn01:hover {
    background-color: #ff7b00;
  }
  main #shindan_result_fixed .fixed_btn01:before {
    position: absolute;
    content: "";
    background-image: url("../img/fixed_btn_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.9rem;
    height: 2.7rem;
    left: 50%;
    transform: translateX(-50%);
    top: 2.4rem;
  }
  main #shindan_result_fixed .fixed_btn02 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: #2c6cb4;
    writing-mode: vertical-rl;
    line-height: 1;
    padding: 2.2rem 1.6rem 2.2rem;
    border-radius: 5rem;
    border: 2px solid #fff;
    position: relative;
  }
  main #shindan_result_fixed .fixed_btn02:hover {
    background-color: #398be8;
  }
  main #shindan_result_fixed .fixed_btn03:hover {
    opacity: 0.5;
  }
  main #shindan_result_fixed .fixed_btn03 img {
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  * {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
  body {
    position: relative;
    z-index: 2;
  }
  .pc {
    display: none !important;
  }
  main {
    background: linear-gradient(92.23deg, rgba(255, 181, 43, 0.6) 0%, rgba(166, 255, 224, 0.6) 49.69%, rgba(234, 214, 255, 0.6) 99.38%);
    width: 100%;
    position: relative;
  }
  main .btn01 {
    display: inline-block;
    padding: 1.6rem 3rem 1.8rem 6.3rem;
    line-height: 1;
    border-radius: 5rem;
    border: 1px solid #ea7100;
    color: #ea7100;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    transition: 0.3s;
    background-color: #fff;
  }
  main .btn01:before {
    position: absolute;
    content: "";
    background-image: url("../img/arrow_left.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.2rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    transition: 0.3s;
  }
  main .btn02 {
    display: inline-block;
    padding: 2.2rem 0rem 2.3rem 0rem;
    line-height: 1;
    border-radius: 5rem;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    position: relative;
    transition: 0.3s;
    background-color: #ea7100;
    width: 100%;
    text-align: center;
  }
  main .btn02:before {
    position: absolute;
    content: "";
    -webkit-mask-image: url("../img/arrow_right.svg");
            mask-image: url("../img/arrow_right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #fff;
    width: 2.2rem;
    height: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    transition: 0.3s;
  }
  main .btn02.btn02_blue {
    background-color: #2c6cb4;
  }
  main .btn03 {
    display: inline-block;
    line-height: 1;
    border-radius: 5rem;
    border: 1px solid #ea7100;
    color: #ea7100;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    transition: 0.3s;
    background-color: #fff;
    display: inline-block;
    padding: 1.6rem 2rem 1.8rem 2rem;
    line-height: 1;
    border-radius: 5rem;
    border: 1px solid #ea7100;
    color: #ea7100;
    font-weight: 700;
    font-size: 1.6rem;
  }
  main .float_logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  main .float_logo img {
    width: 25rem;
  }
  main #lp_wrp {
    background-image: url("../img/result_bg_sp.svg");
    background-position: top 0 center;
    background-size: 100% auto;
    padding-top: 11.4rem;
  }
  main #lp_wrp .lp_wrp_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  main #lp_wrp .lp_wrp_inner h1 {
    text-align: center;
  }
  main #lp_wrp .lp_wrp_inner h1 span {
    background: linear-gradient(90deg, #0289d5 0%, #21c9f1 100%);
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1;
    padding: 0.6rem 1.3rem 0.8rem;
  }
  main #lp_wrp .lp_wrp_inner h1 small {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2c6cb4;
    margin-top: 0.8rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp {
    margin-top: 3rem;
    margin-bottom: 9rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp .section_box_inner {
    padding: 0;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 1.5rem 2.4rem;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s;
    border-bottom: 3px dotted #dadada;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a:last-child {
    border-bottom: none;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 0.8rem;
    bottom: 2.4rem;
    right: 2.4rem;
    transition: 0.3s;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a .anchor_txt01 {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    background-color: #004e8b;
    border-radius: 3.4rem;
    line-height: 1;
    padding: 0.2rem 0.9rem 0.3rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a .anchor_txt02 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #ea7100;
    line-height: 1.3;
    margin-top: 0.3rem;
  }
  main #lp_wrp .lp_wrp_inner .anchor_wrp a .anchor_txt02 span {
    color: #004e8b;
  }
  main #lp_wrp .section_box {
    position: relative;
    z-index: 1;
    padding-right: 1.5rem;
    margin-bottom: 9rem;
  }
  main #lp_wrp .section_box.section_box02 .section_box_inner {
    padding-top: 3.5rem;
  }
  main #lp_wrp .section_box.section_box02 .section_box_head_txt {
    margin-bottom: -1rem;
  }
  main #lp_wrp .section_box.section_box03 .section_box_head_txt {
    margin-bottom: -1rem;
  }
  main #lp_wrp .section_box:before {
    position: absolute;
    content: "";
    background: linear-gradient(180.6deg, #43fcec -6.01%, #c6bcff 80.6%, #007ec5 167.2%);
    opacity: 0.8;
    border-radius: 2em;
    width: calc(100% - 1.4rem);
    height: 100%;
    z-index: -1;
    right: 0rem;
    bottom: -1.4rem;
  }
  main #lp_wrp .section_box.observer {
    opacity: 0;
    transform: translateY(100px);
    transition: 1s;
  }
  main #lp_wrp .section_box.observer.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  main #lp_wrp .section_box .section_box_head_txt {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: normal;
    text-align: center;
    margin-bottom: 5rem;
  }
  main #lp_wrp .section_box h2 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    left: 50%;
    transform: translateX(-50%);
    top: -2.2rem;
    color: #2c6cb4;
    position: absolute;
    z-index: 4;
    width: 100%;
    line-height: 1.3;
  }
  main #lp_wrp .section_box .section_box_inner {
    background-color: #fff;
    border-radius: 2rem;
    padding: 7.6rem 2.5rem 4rem;
    position: relative;
    z-index: 2;
  }
  main #lp_wrp .section_box .section_box_contents {
    position: relative;
    padding: 2.6rem 1.5rem 3.6rem;
    z-index: 1;
    margin-top: 4rem;
  }
  main #lp_wrp .section_box .section_box_contents:before {
    position: absolute;
    content: "";
    background: linear-gradient(114.23deg, rgba(255, 181, 43, 0.6) 0%, rgba(166, 255, 224, 0.6) 49.69%, rgba(234, 214, 255, 0.6) 99.38%);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents.section_box_contents03 {
    padding-top: 1.5rem;
  }
  main #lp_wrp .section_box .section_box_contents.section_box_contents03 h3 {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  main #lp_wrp .section_box .section_box_contents.section_box_contents03 h3 span {
    display: inline-block;
    position: relative;
    top: -0.3rem;
  }
  main #lp_wrp .section_box .section_box_contents.section_box_contents03 .section_box_description {
    margin-top: 0.8rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_contents_deco_img {
    position: absolute;
    left: 50%;
    top: -3.7rem;
    transform: translateX(-50%);
  }
  main #lp_wrp .section_box .section_box_contents .section_box_contents_deco_img img {
    width: 14rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_contents_deco_img.section_box_contents_deco_img02 {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 2.2rem;
  }
  main #lp_wrp .section_box .section_box_contents h3 {
    color: #004e8b;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    text-align: left;
  }
  main #lp_wrp .section_box .section_box_contents h3 span {
    font-size: 4.4rem;
    font-weight: 700;
    display: block;
    color: #004e8b;
    letter-spacing: 0;
  }
  main #lp_wrp .section_box .section_box_contents h3 strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: normal;
    margin-top: 1.4rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description strong {
    font-weight: 700;
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description + .section_box_qa_wrp {
    margin-top: 2.5rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a {
    color: #ea7100;
    font-weight: 700;
    position: relative;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ea7100;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_description a:hover:before {
    width: 0;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp {
    background-color: #fff;
    border-radius: 0.4rem;
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question {
    cursor: pointer;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question.section_box_qa_question_active p:before {
    opacity: 1;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question.section_box_qa_question_active p:after {
    opacity: 0;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: relative;
    padding-right: 2rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_minus.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0rem;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p:after {
    position: absolute;
    content: "";
    background-image: url("../img/icon_plus.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0rem;
    opacity: 1;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p .qa_txt {
    color: #2c6cb4;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p .qa_num {
    display: inline-block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    background-color: #004e8b;
    padding: 0.2rem 0.5rem 0.4rem;
    border-bottom-right-radius: 0.6rem;
    position: absolute;
    left: -1.5rem;
    top: -2.2rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_question p strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer_wrp {
    display: none;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer {
    background-color: #e5f5ff;
    border-radius: 10px;
    padding: 1.3rem 1.2rem 1.4rem 3rem;
    position: relative;
    margin-top: 2.4rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_check.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 1.2rem;
    left: 0;
    top: 1.6rem;
    left: 1.2rem;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: normal;
    font-weight: 500;
  }
  main #lp_wrp .section_box .section_box_contents .section_box_qa_wrp .section_box_qa_answer p strong {
    font-weight: 500;
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents_list01 {
    background-color: #fff;
    padding: 2rem 1.5rem;
    margin-top: 2.4rem;
    border-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_list01 p {
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: normal;
    position: relative;
    padding-left: 2.6rem;
    margin-bottom: 1.2rem;
  }
  main #lp_wrp .section_box .section_box_contents_list01 p:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_list01 p:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_check.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.4rem;
    left: 0;
    top: 0.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_annotation {
    margin-top: 1.2rem;
  }
  main #lp_wrp .section_box .section_box_contents_annotation p {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: normal;
    font-weight: 500;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }
  main #lp_wrp .section_box .section_box_contents_annotation p:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table01_wrp {
    margin-top: 4rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 {
    border-radius: 1rem;
    border-collapse: separate;
    border-spacing: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr:first-child th:first-child {
    border-top-left-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr:first-child th:last-child {
    border-top-right-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr:nth-child(3) td {
    border-top: none;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th,
  main #lp_wrp .section_box .section_box_contents_table01 tr td {
    vertical-align: middle;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th {
    background-color: #004e8b;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.3rem 0 0.8rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th a:nth-child(2) {
    margin-left: 1.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr th a:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 1rem 1.5rem;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
    border-top: none;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td:first-child {
    width: 0;
    color: #2c6cb4;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    border-right: none;
    padding: 1rem 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p {
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p.section_box_contents_table01_check_txt {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 1.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p.section_box_contents_table01_check_txt:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table01 tr td p.section_box_contents_table01_check_txt:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_ circlecheck.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    left: -0.4rem;
    top: 0.2rem;
  }
  main #lp_wrp .section_box .section_box_contents_price_box {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row {
    background-color: #fff;
    padding: 1.6rem 2rem;
    width: 100%;
    border-radius: 1rem;
    box-sizing: border-box;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt01 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt01 small {
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    margin-left: 0.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 {
    display: flex;
    align-items: center;
    line-height: 1.1;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span01 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 3.6rem;
    position: relative;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span01:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_rightarrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 0.8rem;
    right: -2.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span01 small {
    font-size: 1.2rem;
    font-weight: 500;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span02 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #2c6cb4;
    display: inline-block;
    padding-bottom: 0.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_price_box .section_box_contents_price_box_row .section_box_contents_price_box_txt02 .section_box_contents_price_box_txt02_span02 small {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #2c6cb4;
  }
  main #lp_wrp .section_box .section_box_contents_table02_wrp {
    margin-top: 2.6rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02_wrp .section_box_contents_table02_wrp_img {
    flex-shrink: 0;
    width: 100%;
    margin-top: 2.8rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 {
    border-radius: 1rem;
    border-collapse: separate;
    border-spacing: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:first-child th {
    border-top-left-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:first-child td {
    border-top-right-radius: 1rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:last-child th {
    border-bottom-left-radius: 1rem;
    border-bottom: none;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr:last-child td {
    border-bottom-right-radius: 1rem;
    border-bottom: 1px solid #c9c9c9;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr th,
  main #lp_wrp .section_box .section_box_contents_table02 tr td {
    vertical-align: middle;
    box-sizing: border-box;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr th {
    background-color: #004e8b;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 1rem 1.2rem;
    border-right: 1px solid #fff;
    width: 0;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 1rem 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
    border-left: none;
    border-bottom: none;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td strong {
    color: #ea7100;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td p {
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.6rem;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td p:last-child {
    margin-bottom: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td p:before {
    position: absolute;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    background-color: #004e8b;
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td a {
    color: #2c6cb4;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td a:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #2c6cb4;
    transition: 0.3s;
  }
  main #lp_wrp .section_box .section_box_contents_table02 tr td a:hover:before {
    width: 0;
  }
  main #lp_wrp .section_box .section_box_contents_table03_wrp {
    margin-top: 2.5rem;
  }
  main #lp_wrp .section_box .section_box_contents_table03_wrp .section_box_contents_table02 {
    width: 100%;
  }
  main #lp_wrp .section_box .section_box_contents_table03_wrp .section_box_contents_table02 td {
    width: auto;
  }
  main footer {
    padding: 10rem 0 10rem;
  }
  main footer p {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
  }
  main #shindan_result_fixed {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  main #shindan_result_fixed a {
    text-align: center;
    line-height: 1.2;
    box-sizing: border-box;
  }
  main #shindan_result_fixed a span {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  main #shindan_result_fixed a small {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
  }
  main #shindan_result_fixed .fixed_btn01 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.06em;
    background-color: #ea7100;
    height: 6rem;
    position: relative;
    width: 50%;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
  }
  main #shindan_result_fixed .fixed_btn01:before {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    display: block;
    background-image: url("../img/fixed_btn_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 1.8rem;
    left: 3.3rem;
  }
  main #shindan_result_fixed .fixed_btn01 small {
    display: inline-block;
    font-size: 1.1rem !important;
    white-space: nowrap;
    letter-spacing: 0;
  }
  main #shindan_result_fixed .fixed_btn02 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.06em;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    width: 50%;
    background-color: #2c6cb4;
    letter-spacing: 0;
  }
  main #shindan_result_fixed .fixed_btn03 {
    right: 1.6rem;
    bottom: 8.5rem;
    position: fixed;
    opacity: 0;
    transition: 0.3s;
  }
  main #shindan_result_fixed .fixed_btn03.scrolled_up {
    opacity: 1;
  }
  main #shindan_result_fixed .fixed_btn03 img {
    width: 6rem;
  }
}