.info {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.can-connect {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 100px auto;
    max-width: 60%;
    background: linear-gradient(transparent 70%, #F4EDD3 70%);
    margin: auto;
}

.account-nav {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}

.rectangle-parent {
    display: flex;
    justify-content: center;
    padding: 3em 1em;
    margin: 100px auto;
    font-weight: bold;
    color: #000000;
    background: #FFF;
    border: solid 1px #000000;
    border-radius: 10px;
    width: 60%;
}

.list {
    display: grid;
    text-align: center;
}

.rectangle-parentb-box {
    width: 300px;
    /* 適切な幅を設定（お好みで） */
    margin: 0 20px;
    /* ボックス間にスペースを追加（任意） */
    vertical-align: top;
    /* 上揃え（任意） */
}

.about-open {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.button {
    padding: 10px 20px;
    background-color: #C01F17;
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.button-box {
    display: flex;
    justify-content: center;
    margin: 50px;
    gap: 50px;
}

.demo-link {
    text-align: center;
    font-size: 18px;
    background-color: #f8f3e1;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #C01F17;
    border: solid 1px #C01F17;
    /*線*/
}

.beige-box {
    background-color: #f8f3e1;
    padding: 50px;
}

.open-accountlive {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
}

.step-img {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin: 100px auto;
    max-width: 60%;
}
.point {
    font-size: 17px;
}

.demo {
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 70px;
}


.demo-img {
    width: 500px;
    margin: auto;
    display: block;
}

.live-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.step-account {
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    align-items: center;
}


.demo-link {
    text-decoration: none;
}

.cp_qa02 {
    margin: 100px auto;
    max-width: 60%;
}

.cp_qa02 .cp_actab input[type=checkbox] {
    display: none;
}

.cp_qa02 .cp_actab {
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
}

/*質問テキスト*/
.cp_qa02 label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 120%;
    width: calc(100% - 70px);
    margin: 0 0 0 50px;
    padding: 10px;
    cursor: pointer;
}

/*＋アイコン*/
.cp_qa02 label::before {
    position: absolute;
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 210%;
    font-weight: bold;
    margin-left: -50px;
    padding: 0 0 0 0;
    transition: 0.4s ease;
}

.cp_qa02 .cp_actab input[type=checkbox]:checked~label::before {
    transform: rotate(45deg);
}

/*答えテキスト*/
.cp_qa02 .cp_actab-content {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 40px;
    padding: 0 14px;
    transition: 0.4s ease;
    opacity: 0;
}

.cp_qa02 .cp_actab input[type=checkbox]:checked~.cp_actab-content {
    height: auto;
    padding: 14px;
    opacity: 1;
}


.tm-table-two-container>ul {
    flex-direction: row;
}

.flex-column {
    display: flex;
}

a {
    text-decoration: none;
    color: #C01F17;
}

a:hover {
    text-decoration: none;
    color: #C01F17;
}

#single {
    max-width: 40%;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 90px;

}

.breadcrumb li {
    display: flex;
    /*横に並ぶように*/
    list-style: none;
    font-size: small;
    margin-top: 10px;

}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;

}

.breadcrumb li:last-child:after {
    content: '';
}

li[itemprop="itemListElement"] a {
    color: rgb(5, 5, 5);
    text-decoration: none;
}
@media screen and (max-width: 1000px) {
.rectangle-parent {
    width: 90%;
}
.step-img {
    display: block;
max-width: 100%;
}
.cp_qa02{
    max-width: 100%;
}
#single {
    max-width: 90%;
}
.account-nav { 
    max-width: 90%;
    margin: auto;
}
 .demo {
        font-size: 18px;
        max-width: 90%;
        margin: auto;
    }



}
@media screen and (max-width: 600px) {
    .info {
        font-size: 15px;
    }
    .demo-img {
        max-width: 90%;
    }

    .can-connect {
        font-size: 22px;
        max-width: 90%;
        margin: 50px auto;
    }

    .rectangle-parent {
        display: block;
        width: 90%;
    }

    .button {
        width: 90%;
        font-size: 19px;
    }

    .beige-box {
        padding: 10px;
        text-align: left;
    }

    .account-nav {
        text-align: left;
        font-size: 16px;
        max-width: 90%;
        margin: auto;
    }

    .live-text {
        text-align: left;
        font-size: 19px;
        max-width: 90%;
        margin: auto;
    }



    

    .button-box {
        display: block;
        margin: 20px 0px;
    }

    .button {
        font-size: 16px;
        margin: 20px;
    }

    .demo-link {
        font-size: 17px;
        margin: 20px;
    }
   
    .step-account { 
        font-size: 16px;
    }
    .cp_qa02 label { 
        font-size: 100%;
    }
    #single {
    max-width: 90%;}

    .span-url {
        max-width: 90%;
        margin-left: 15px;
    }

    .breadcrumb {
        margin-left: 15px;
    }

    .breadcrumb li {
        font-size: small;
        margin-top: 50px;
    }


}