@charset "UTF-8";

.content {
    height: auto;
}

.Label {
    margin: 4em 0 2em;
}

.Label::before {
    display: none;
}

.Label h3 {
    font-size: 30px;
}

.co_button2 {
    width: auto;
    background: unset;
}

.co_button2 a {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    margin: 10px auto;
    background: #092987;
    border-radius: 10rem;
}

.co_table {
    width: 100%;
}

.co_table .co_check {
    display: flex !important;
    flex-direction: row;
    margin-bottom: 8px;
}

.co_table .co_check img {
    width: 14px;
    margin: 0 8px 4px 0;
}

.co_text {
    flex-direction: column;
}

.co_text img {
    width: 100%;
}

.flow_img.pc {
    margin: 0 auto 6em;
    width: 80%;
    display: block;
}

.flow_img.sp {
    display: none;
}

.accordion-btn {
    background-color: #092987;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    display: flex;
    justify-content: center;
}

.accordion-btn::after {
    display: none;
}

.accordion-btn:hover {
    background-color: #0c52cc;
}

.bnr {
    position: fixed;
    right: 20px;
    bottom: 18px;
    width: 400px;
    transition: 0.3s ease-in-out;
    z-index: 5;
    animation: floatUpDown 1.5s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.bnr img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 961px) {
    .co_text.accelfacter div {
        width: 100%;
        margin: 8px 0;
    }
}

@media screen and (min-width: 540px) {
    .re_flex {
        flex-direction: row-reverse;
    }

    .re_flex :nth-child(1) {
        order: 1;
    }

    .re_flex :nth-child(2) {
        order: 2;
    }
}

@media screen and (max-width: 540px) {
    li {
        font-size: 1.5rem;
    }

    .Label h3 {
        font-size: 18px;
    }

    .co_button2 p {
        font-size: 1rem;
    }

    .co_button2 a {
        width: 80%;
    }

    .flow_img.pc {
        display: none;
    }

    .flow_img.sp {
        display: block;
        max-width: 100%;
        margin: 0 auto 2em;
    }

    .bnr {
        width: 100%;
        right: 0;
    }

    .bnr img {
        max-width: 70%;
        margin: auto;
    }
}

/* モーダル */
.modal {
    display: none;
    /* 初期状態は非表示 */
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* 背景の暗さ */
}

.modal-content {
    position: relative;
    margin: 10% auto;
    width: 80%;
    max-width: 600px;
}

.pop-up-kojin {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    max-width: 300px;
    width: 50%;
}

/* 比較表 */
table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 850px;
    table-layout: fixed;
}

table tr {
    background-color: #fff;
    padding: .35em;
    /* border: 2px solid #005dff; */
}

table tr:last-child {
    border: none;
}

table th {
    padding: 2em 0;
    border-right: 2px solid #fff;
}

table td {
    padding: 2em .5em;
    border-right: 2px solid #092987;
    text-align: center;
}

table th {
    font-size: .85em;
}

table thead tr {
    background-color: #50535d;
    color: #fff;
}

table tbody th {
    border-right: 2px solid #092987;
}

th.non {
    border-right: none;
}

.txt {
    text-align: left;
    font-size: .85em;
}

.price {
    color: #000;
    font-weight: bold;
    font-size: 1.3em
}

.price span {
    font-size: .6em;
}

.red_bk {
    background: #e81010
}

.red-txt {
    color: #e81010
}

/* ----------------------------------------------------
比較表
------------------------------------------------------- */
.comparison_table_sec {
    margin: 0 0 50px;
}

.comparison_table_txt {
    max-width: 850px;
    width: 95%;
    margin: 30px auto 20px;
}

.comparison_table_txt p {
    font-size: 1.9rem;
    text-align: center;
}

.comparison_table_txt span{
    font-size: 1rem;
}

.scrollbar-text {
    margin: 0 auto;
}

@media screen and (min-width: 900px) {
    .scrollbar-text {
        display: none;
    }
}

.wrap {
    max-width: 850px;
    width: 95%;
    margin-inline: auto;
    overflow-x: scroll;
}

.scrollbar-container {
    max-width: 850px;
    width: 95%;
    margin-inline: auto;
    height: 15px;
    overflow-x: auto;
    margin-bottom: 5px;
}

/* 擬似スクロールバー（実際のスクロール量と同期） */
.scrollbar {
    width: 850px;
    height: 15px;
}

/* テーブルのスクロール */
.table-container {
    overflow-x: auto;
    overflow-y: hidden;
}

.wrap span {
    font-size: 14px;
}

.comparison_table {
    width: 850px;
}

.comparison_table thead tr {
    background-color: #092987;
}

.comparison_table thead tr th {
    padding: 0.5em 0;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.comparison_table thead tr th img {
    width: 45px;
    margin: auto;
}

.comparison_table_banner {
    margin-bottom: 0.8em;
}

.comparison_table tr {
    border: 1px solid #092987;
}

.comparison_table td {
    border-right: 1px solid #092987;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.comparison_table td a p {
    color: #092987;
    font-size: 14px;
    text-decoration: underline;
}

.comparison_table .td-ttl {
    font-size: 10px;
    color: #092987;
    margin-bottom: 1em;
}

.comparison_table th .td-ttl {
    color: #fff;
}

.comparison_table .double-circle-1 {
    width: 40px;
    height: 40px;
    position: relative;
    border: solid #faaf3b 3px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto 6px;
}

.comparison_table .double-circle-1::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 2px;
    border: solid #faaf3b 3px;
    border-radius: 50%;
    box-sizing: border-box;
}

.comparison_table .circle-1 {
    width: 40px;
    height: 40px;
    position: relative;
    border: solid #f88375 4px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto 6px;
}

.comparison_table .triangle-1 {
    --b: 8px;
    /* control the border thickness */
    width: 40px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b)*cos(30deg)) calc(100% - var(--b)/2), calc(100% - var(--b)*cos(30deg)) calc(100% - var(--b)/2), 50% var(--b));
    background: #73BCFF;
    margin: 0 auto 11px;
}

.comparison_table .td-cnt {
    font-size: 15px;
}

.btn {
    background: #faaf3b;
    border: 2px solid #faaf3b;
    color: #fff;
    padding: 1em 0.5em;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    font-size: .8em
}

.btn:hover {
    background: #fff;
    border: 2px solid #faaf3b;
    color: #faaf3b;
    transition: .2s;
}

table .btnarea td {
    padding: .5em;
    border-right: none
}

@media screen and (max-width: 600px) {
    .wrap span {
        font-size: 12px;
    }

    .scrollbar {
        width: 700px;
    }

    .comparison_table {
        width: 700px;
    }

    .btn {
        padding: 1em 0.5em;
    }
}

/* おすすめポイント */
.co_title.osusume h3 {
    margin-left: 0;
    text-align: center;
}

.co_text.accelfacter .osusume-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #092987;
}

.co_text.accelfacter .osusume-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: calc(50% - 105px);
    width: 210px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff8020;
    font-weight: bold;
    text-align: center;
    font-size: 2.4rem;
}

.co_text.accelfacter .osusume-box ul {
    margin-top: 14px;
}

.co_text.accelfacter .osusume-box li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 2rem;
}

.co_text.accelfacter .osusume-box li span {
    background: unset;
    color: #ff8020;
}

@media screen and (max-width:740px) {
    .co_text.accelfacter .osusume-box {
        position: relative;
        padding: 0.5em;
    }

    .co_text.accelfacter .osusume-box li {
        font-size: 1.8rem;
        padding-left: 3rem;
    }
}

@media screen and (max-width:540px) {
    .co_text.accelfacter .osusume-box {
        margin: 0;
        padding: 0em .5em .5em;
    }

    .co_text.accelfacter .osusume-box .box-title {
        left: calc(50% - 85px);
        width: 170px;
        font-size: 2rem;
    }

    .co_text.accelfacter .osusume-box li {
        font-size: 16px;
        padding-left: 2rem;
    }
}


.co_subtitle {
    text-align: center;
    color: #ff8020;
    font-weight: bold;
    text-align: center;
    font-size: 2.4rem;
}

.about_sec {
    margin-bottom: 50px;
}

.about_sec p {
    margin-top: 30px;
    font-size: 1.9rem;
}

.about_sec p span {
    font-weight: bold;
}

.about_sec p em {
    color: #D73263;
    font-weight: bold;
}

.about_sec .pic01 {
    margin-top: 30px;
}

.about_sec h3 {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin: 30px 0;
}

@media screen and (max-width:540px) {
    .co_subtitle {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .about_sec p {
        margin-top: 30px;
        font-size: 1.6rem;
    }

    .about_sec h3 {
        font-size: 1.8rem;
    }
}

/* 2025/05/21 追加 */
.comparison_table_txt_left{
    padding-top: 30px;
    margin-bottom: 20px;
}
.comparison_table_txt_left-text{
    font-size: 1.8rem;
}
.comparison_table_txt_left-text span{
    color: #D73263;
    font-weight: bold;
}
.comparison_table_txt_left + .scrollbar-text p{
    font-size: 1.6rem;
    padding: 0;
}
@media screen and (max-width:740px) {
    .comparison_table_txt_left-text{
        font-size: 1.4rem;
    }
    .comparison_table_txt_left + .scrollbar-text p{
        font-size: 1.2rem;
    }
    .comparison_table_txt_left + .scrollbar-text p{
        display: block;
        text-align: left!important;
        font-size: 1.6rem;
        padding: 0;
    }
}

.comparison_table.is-side{
    table-layout: fixed;
    border-bottom: solid 1px #092987;
}
.comparison_table.is-side tr{
    border: none;
}
.comparison_table.is-side td,
.comparison_table.is-side th{
    padding: 15px 8px;
    vertical-align: middle;
    border-bottom: solid 1px #092987;
}
.comparison_table.is-side thead th{
    border-right: solid 1px #fff;
    font-size: 1.6rem!important;
    font-weight: bold;
    white-space: nowrap;
}
@media screen and (max-width: 740px) {
    .comparison_table.is-side thead th{
        font-size: 1.3rem!important;
    }
}
.comparison_table.is-side thead th:first-child{
    width: 20%;
}
@media screen and (max-width: 740px) {
    .comparison_table.is-side thead th:first-child{
        width: 15%;
    }
}
.comparison_table.is-side thead th:nth-last-child(2){
    width: 16%;
}
.comparison_table.is-side thead th:last-child{
    border-right: none;
    width: 14%;
}
@media screen and (max-width: 740px) {
    .comparison_table.is-side thead th:last-child{
        width: 17%;
    }
}
.comparison_table_side_title{
    position: relative;
    border-left: #092987 solid 1px;
    border-right: #092987 solid 1px;
    padding-left: 33px!important;
}
@media screen and (max-width: 740px) {
    .comparison_table_side_title{
        padding-left: 5px!important;
    }
}
.comparison_table_side_label{
    display: flex;
    justify-content: center;
    width: 25px;
    height: 45px;
    background: url(../img/bg-label-blue.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding-top: 8px;
}
.comparison_table_side_label.is-no1{
    background-image: url(../img/bg-label-gold.png);
}
.comparison_table_side_label.is-no2{
    background-image: url(../img/bg-label-silver.png);
}
.comparison_table_side_label.is-no3{
    background-image: url(../img/bg-label-bronze.png);
}
@media screen and (max-width: 740px) {
    .comparison_table_side_label{
        width: 18px;
        height: 32px;
        font-size: 14px;
        padding-top: 6px;
    }
}

.comparison_table-text{
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: -2px;
}
@media screen and (max-width: 740px) {
    .comparison_table-text{
        font-size: 1.2rem;
    }
}
.comparison_table-pointtext{
    font-size: 1.4rem;
    font-weight: bold;
    color: #092987;
}
@media screen and (max-width: 740px) {
    .comparison_table-pointtext{
        font-size: 1.2rem;
    }
}
.comparison_table-pointtext,
.comparison_table-link{
    display: inline-block;
}
.comparison_table-link span{
    font-size: 1.1rem;
    display: block;
    position: relative;
    margin-bottom: 3px;
    color: #092987;
    font-weight: bold;
}
.comparison_table-link span::before{
    display: inline-block;
    content: '/';
    transform: scaleX(-1);
    position: absolute;
    left: -8px;
}
.comparison_table-link span::after{
    display: inline-block;
    content: '/';
    position: absolute;
    right: -8px;
}
.comparison_table-link a{
    width: 100%;
    height: 35px;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #d73467;
    box-shadow: 0 6px rgb(159, 29, 70);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #d73467;

    animation: kachikachi;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes kachikachi {
    0% {
        box-shadow: 0 6px 0 rgb(159, 29, 70);
        transform: translatey(0);
    }
    40% {
        box-shadow: 0 6px 0 rgb(159, 29, 70);
        transform: translatey(0);
    }
    50% {
        box-shadow: 0 0 0 rgb(159, 29, 70);
        transform: translatey(6px);
    }
    60% {
        box-shadow: 0 6px 0 rgb(159, 29, 70);
        transform: translatey(0);
    }
    100% {
        box-shadow: 0 6px 0 rgb(159, 29, 70);
        transform: translatey(0);
    }
}
.comparison_table-link a::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -30px;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: #fff;
    animation: kiran 3s ease-in-out infinite;
}
@keyframes kiran {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(2) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(8) rotate(45deg);
        opacity: 0;
    }
}
.circle-wrap{
    color: #FAAF3B;
}
.circle-wrap .circle-1,
.circle-wrap .circle-1::before{
    border-color: #FAAF3B;
}
.double-circle-wrap{
    color: #D73564;
}
.double-circle-wrap .double-circle-1,
.double-circle-wrap .double-circle-1::before{
    border-color: #D73564;
}
.triangle-wrap{
    color: #092987;
}
.triangle-wrap .triangle-1{
    background: #092987
}
/* 左端固定 */
@media screen and (max-width: 900px) {
    .comparison_table.is-side thead th:first-child,
    .comparison_table.is-side .comparison_table_side_title,
    .comparison_table.is-side + span{
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .comparison_table.is-side .comparison_table_side_title{
        left: 1px;
        outline: 1px solid #092987;
        border: none;
        background: #fff;
    }
    .comparison_table.is-side thead th:first-child{
        background-color: #092987;
    }
}

.point-area{
    background: #f2f7ff;
    border-radius: 8px;
    padding: 8px 16px 20px;
}
.point-area-title{
    display: flex;
    margin: 0 0 5px!important;
}
.point-area-body{
    font-size: 14px;
    line-height: 25px;
    margin: 0!important;
}
.point-area-number{
    display: inline-block;
    font-family: sans-serif;
    margin-top: -3px;
    margin-right: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #092987;
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
}
@media screen and (max-width: 740px) {
    .point-area .sp-none{
        display: none;
    }
}

/* 2025/07/29追加 */
@media screen and (max-width: 740px) {
    .comparison_table.is-side thead th:first-child {
        width: 17%;
    }
    .comparison_table_sec{
        margin: 0 0 20px;
    }
}
.comparison_table_side_title .text-link{
    padding-top: 10px;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
}
.comparison_table_side_title .text-link a{
    font-size: 13px;
    color: #0025ff;
    font-weight: bold;
    text-decoration: underline;
}
.comparison_table_side_title .text-link br{
    display: none;
}
@media screen and (max-width: 740px) {
    .comparison_table_side_title .text-link{
        padding-top: 5px;
        line-height: 1.2;
        white-space: normal;
    }
    .comparison_table_side_title .text-link a{
        font-size: 11px;
    }
    .comparison_table_side_title{
        padding-top: 30px!important;
    }
    .comparison_table_side_title .text-link br{
        display: block;
    }
}
.rank{
    padding-bottom: 30px;
}
.rank_cont{
    margin-bottom: 40px;
}
.rank_cont.ng_top{
    margin-top: -20px;
}
@media screen and (max-width: 740px) {
    .rank{
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .rank_cont{
        margin-bottom: 20px;
    }
}