.section-contents-top {
    margin-top: 80px;
    position: relative;
    padding: 0 5%;
}
.section-contents-top::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0px;
    width: 90%;
    height: 97%;
    background-color: #f9f9f9;
    z-index: -1;
}
.section-contents-top h1 div {
    font-family: "Roboto", sans-serif;
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #19167a;
    text-align: center;
}
.section-contents-top h1 p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 160px;
    font-size: 1.4rem;
    color: #2b6abd;
    position: relative;
}
.section-contents-top h1 p::after {
    content:"";
    position:absolute;
    background:#333333;
    left: 50%;
    top: 90px;
    width:2px;
    height:60px;
}
.section-contents-top_basic h2{
    color: #2b6abd;
    text-align: center;
    font-size: 3.0rem;
    padding-bottom: 15px;
    border-bottom: solid 4px #2b6abd;
    width: 200px;
    margin: 0 auto;
}
.contents-topimage {
    padding: 20px 0 20px 0;
    text-align: center;
}
.section-contents-top_basic h3 {
    color: #ffffff;
    background-color: #2b6abd;
    font-size: 2.0rem;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    text-align: center;
    width: 320px;
}
.section-contents-top_basic p {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2b6abd;
    padding: 10px 0 40px 0;
    width: fit-content;
    margin-inline: auto;
}
.btn-blue2 {
    display: flex;
    max-width: 280px;
    min-width: 280px;
    margin: 0 auto 100px;
    color: #19167a;
    font-size: 1.6rem;
    font-weight: 600;
    background: #fff;
    padding: 20px 0 20px 10%;
    border: 2px solid #19167a;
    position: relative;
    z-index: 1;
    transition: .3s;
  }
  .btn-blue2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #19167a;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }
  .btn-blue2::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    right: 40px;
    bottom: 0;
    margin: auto;
  }
  .btn-blue2:hover {
    color: #fff;
  }
  .btn-blue2:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .btn-blue2:hover::after {
    background: transparent;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #fff;
  }
  .btn-blue2:hover .btn-blue2::after {
    background: #FFF;
  }
.section-contents-top_option h2{
    color: #19167a;
    text-align: center;
    font-size: 3.0rem;
    padding-bottom: 15px;
    border-bottom: solid 4px #19167a;
    width: 200px;
    margin: 0 auto;
}
.contents-topimage {
    padding: 20px 0 20px 0;
    text-align: center;
}
.section-contents-top_option h3 {
    color: #ffffff;
    background-color: #19167a;
    font-size: 2.0rem;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    text-align: center;
    width: 320px;
}
.section-contents-top_option p {
    font-size: 1.8rem;
    font-weight: 600;
    color: #19167a;
    padding: 10px 0 40px 0;
    width: fit-content;
    margin-inline: auto;
}
@media(min-width:780px){
    .section-contents-top__wrapper {
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        gap: 50px;
    }
    .section-contents-top_option-wrapper {
        display: flex;
        gap: 50px;
    }
}

.section-contents_basic {
    margin-top: 150px;
}
.section-contents_basic-top {
    padding: 0 5%;
}
.section-contents_basic h2 {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    color: #2b6abd;
    display: flex;
    gap: 50px;
    white-space: nowrap;
    align-items: center;
}
.section-contents_basic h2::before {
    content: "";
    background-color: #2b6abd;
    display: block;
    height: 3px;
    width: 100%;
}
.section-contents_basic h2::after {
    content: "";
    background-color: #2b6abd;
    display: block;
    height: 3px;
    width: 100%;
}

.section-contents_top-image {
    margin-top: 45px;
}
.question {
    list-style: none;
}
.question li {
    display: flex;
    margin-top: 40px;
}
.check-mark {
    height: 100%;
    margin: auto 0;
}
.question__description {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 3rem;
    padding-left: 15px;
}
.question-o {
    color: #ff710e;
}
.section-contents-top_basic-main h3{
    color: #2b6abd;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 4.8rem;
    padding: 80px 5% 40px 5%; 
}
.section-contents-top_basic-main ul {
    list-style: none;
}
.contents-basic-list {
    background-color: #FFF;
    border-radius: 50px;
}
.basic-bg {
    padding: 40px 5% 60px 5%;
    background-color: #e2f6ff;
}
.basic-list_wrapper {
    margin: 0 5% 80px 5%;
    padding: 40px 0 60px 0;
}
.basic-list_wrapper h4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #19167a;
    font-weight: 600;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}
.basic-list_wrapper h4::after {
    content:"";
    position:absolute;
    background: #19167a;
    left: 50%;
    bottom: 30px;
    width:2px;
    height:40px;
}
.basic-list_wrapper img {
    display: block;
    margin: auto;
    padding-bottom: 40px;
}
.zoom img{
    padding-bottom: 15px;
}
.zoom-img-description {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 40px;
}
.basic-list_wrapper h5 {
    padding: 0 0 25px 0;
    font-size: 2.0rem;
    line-height: 3.6rem;
    color: #2b6abd;
}
.orange {
    color: #ff710e;
}
.basic-list_wrapper p {
    font-size: 1.8rem;
    line-height: 3.6rem;
}
.basic-list_wrapper p span {
    color: #2b6abd;
    font-weight: 600;
}
.basic-price {
    padding: 60px 5%;
}
.basic-price div {
    font-size: 4.0rem;
    color: #ff710e;
    text-align: center;
    padding-bottom: 40px;
}
.yen {
    display: block;
    margin: auto;
}
.basic-price p {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 600;
}
.price {
    display: block;
    margin: auto;
    padding-bottom: 55px;
}
@media(min-width:780px) {
    .section-contents_basic h2 {
        max-width: 1040px;
        margin: 100px auto 0 auto;
    }
    .section-contents_basic-top {
        max-width: 1040px;
        display: flex;
        justify-content: space-between;
        margin: 60px auto 0 auto;
    }
    .section-contents_top-image {
        width: 341px;
        height: 201px;
        align-self: center;
        padding-left: 30px;
    }
    .section-contents-top_basic-main h3 {
        padding-bottom: 20px;
    }
    .basic-bg {
        background-color: #e2f6ff;
    }
    .contents-basic-list {
        max-width: 1040px;
        margin: 0 auto;
        flex: 1;
    }
    .basic-list_wrapper {
        padding: 40px 50px 40px 50px;
        margin-bottom: 0;
    }
    .online-pc {
        display: flex;
        gap: 30px;
    }
    .zoom {
        padding-top: 10px;
    }
    .contents-basic-list2 {
        max-width: 1040px;
        margin: 0 auto;
        padding-top: 60px;
        display: flex;
        gap: 40px;
    }
    .contents-basic-list-wrapper {
        max-width: 1040px;
        margin: 0 auto;
        padding-top: 60px;
        display: flex;
        gap: 40px;
    }
    .contents-basic-list3 {
        flex: 1;
    }
    .contents-basic-list4 {
        flex: 1;
    }
    .contents-basic-list4 li {
        margin-bottom: 40px;
    }
    .contents-basic-list4 li:last-child {
        margin-bottom: 0px;
    }
    .contents-basic-list5 {
        padding-top: 60px;
    }
    .basic-price {
        max-width: 1040px;
        padding-bottom: 150px;
        margin: 0 auto;
    }
    .price {
        max-width: 600px;
    }
}
.section-contents_option h2 {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    color: #19167a;
    display: flex;
    gap: 50px;
    white-space: nowrap;
    align-items: center;
}
.section-contents_option h2::before {
    content: "";
    background-color: #19167a;
    display: block;
    height: 3px;
    width: 100%;
}
.section-contents_option h2::after {
    content: "";
    background-color: #19167a;
    display: block;
    height: 3px;
    width: 100%;
}
.section-contents_option-top-description {
    font-size: 1.8rem;
    text-align: center;
    line-height: 3.6rem;
    padding-top: 40px;
}
@media(min-width:780px) {
    .section-contents_option h2 {
        max-width: 1040px;
        margin: 0 auto;
    }
}
.option1 h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    color: #19167a;
    font-weight: 600;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
}
.option1 h3::after {
    content:"";
    position:absolute;
    background: #19167a;
    left: 50%;
    bottom: 30px;
    width:2px;
    height:40px;
}
.option1-wrapper {
    margin: 0 4%;
    border: solid 3px #19167a;
    border-radius: 50px;
    padding: 60px 10px;
}
.option1-top-img {
    display: block;
    margin: auto;
}
.option1-main-title {
   text-align: center;
   font-size: 2.4rem;
   line-height: 3.6rem;
   color: #2b6abd;
   font-weight: 600; 
   padding-top: 60px;
}
.option1-list {
    list-style: none;
}
.option1-list li {
    background-color: #e2f6ff;
    width: 270px;
    height: 300px;
    margin: 40px auto 0;
}
.option1-list li h4 {
    font-size: 2.0rem;
    line-height: 3.6rem;
    color: #19167a;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 90px;
    position: relative;
}
.option1 h4::after {
    content:"";
    position:absolute;
    background: #19167a;
    left: 50%;
    bottom: 30px;
    width:2px;
    height:40px;
}
.option1-list p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 0 30px;
}
.option1-last{
    font-size: 1.8rem;
    text-align: center;
    line-height: 3.6rem;
    color: #2b6abd;
    font-weight: 600;
    padding-top: 50px;
}
@media(min-width:780px) {
    .option1-wrapper {
        max-width: 1040px;
        margin: 0 auto;
    }
    .option1-top {
        display: flex;
        justify-content: space-between;
        padding-right: 40px;
    }
    .option1-list {
        display: flex;
        gap: 40px;
        justify-content: center;
    }
    .option1-list li {
        margin: 40px 0 0 0;
    }
}
.option2 h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    color: #19167a;
    font-weight: 600;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
}
.option2 h3::after {
    content:"";
    position:absolute;
    background: #19167a;
    left: 50%;
    bottom: 30px;
    width:2px;
    height:40px;
}
.option2-wrapper {
    margin: 0 4%;
    border: solid 3px #19167a;
    border-radius: 50px;
    padding: 60px 10px;
}
.option2-top-img {
    display: block;
    margin: auto;
}
.option2-main-title {
   text-align: center;
   font-size: 2.4rem;
   line-height: 3.6rem;
   color: #2b6abd;
   font-weight: 600; 
   padding-top: 60px;
}
.option2-main ul {
    list-style: none;
}
.option2-main ul li {
    background-color: #e2f6ff;
    margin: 40px auto 0;
}
.option2-main ul li h4 {
    font-size: 2.0rem;
    line-height: 3.6rem;
    color: #19167a;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 90px;
    position: relative;
}
.option2-main ul li h4 span {
    font-size: 1.6rem;
}
.option2 h4::after {
    content:"";
    position:absolute;
    background: #19167a;
    left: 50%;
    bottom: 30px;
    width:2px;
    height:40px;
}
.option2-main ul li img {
    display: block;
    margin: auto;
    padding-bottom: 30px;
}
.option2-main ul p {
    font-size: 1.4rem;
    line-height: 3.0rem;
    padding: 0 15px 40px 15px;
}
.option2-main p span {
    font-weight: 600;
}
.option2-last{
    font-size: 1.8rem;
    text-align: center;
    line-height: 3.6rem;
    color: #2b6abd;
    font-weight: 600;
    padding-top: 50px;
}
@media(min-width:780px) {
    .option2-wrapper {
        max-width: 1040px;
        margin: 0 auto;
    }
    .option2-top {
        display: flex;
        padding-right: 40px;
    }
    .option2-main {
        padding: 0 60px;
    }
    .option2-list2 {
        display: flex;
        gap: 40px;
    }
    .option2-list2 li {
        flex: 1;
    }
}
.tokuten-title {  
    display: block;
    font-size: 1.8rem;
    color: #19167a;
    font-weight: 600;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 20px;
}
.tokuten-list {
    background-color: #f9f9f9;
    padding: 0 15px 30px 15px;
}
.tokuten-list ul {
    list-style: none;
}
.tokuten-list li {
    font-size: 1.8rem;
    font-weight: 600;
    color: #19167a;
    padding-top: 30px;
}
.tokuten-orange{
    color: #ff710e;
    padding-right: 10px;
}
.contents-last {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.6rem;
    text-align: center;
    color: #2b6abd;
    padding: 60px 0 80px 0;
}
@media(min-width:780px) {
    .tokuten-list {
        margin: 0 60px;
    }
    .tokuten-list-text {
        width: fit-content;
        margin: 0 auto;
    }
}