
.user_guide__block1 {
    padding-top: 10%;
    background: #ffffff;
}

.user_guide__block1 h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 4%;
    color: #492DB2;
}

/* .user_guide__block1 p {
    padding: 4%;
    font-size: 14px;
} */

.user_guide__block2,
.user_guide__block3 {
    margin: 2rem;
    background: #ffffff;
    padding: 4%;
    margin: 4%;
    text-align: center;

}

.user_guide__block2 p,
.user_guide__block3 p {
    font-size: 14px;
    text-align: justify;
}

.user_guide__block2 img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10%;
    padding-top: 10%;
}

.user_guide__title {
    font-size: 18px;
    text-align: center;
    color: #8E8FFA;
    padding-top: 4%;
}

.user_guide__small_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #3C3C3C;
}

.user_guide__icon {
    width: 20%;
}

.user_guide__img {
    width: 100%;
}

.user_guide__block4--title,
.user_guide__block6--title {
    font-size: 20px;
    text-align: center;
    background: #6859B2;
    color: #ffffff;
    padding: 2%;
}

.user_guide__block4,
.user_guide__block6 {
    background: #ffffff;
}

.user_guide__block4--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 22px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
    margin-left: 4%;
}

.user_guide__block4--small_title,
.user_guide__block6--small_title,
.user_guide__block7--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 22px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
}

.user_guide__block4--titlebox {
    display: flex;
    justify-content: space-between;
}

.user_guide__block4--desc,
.user_guide__block6--desc {
    font-size: 16px;
    color: #492DB2;
    background: #ffffff;
    padding-left: 4%;
    padding-top: 2%;
    font-weight: 700;
}

.user_guide__block7--desc {
    font-size: 16px;
    color: #492DB2;
    padding-left: 4%;
    padding-top: 2%;
    font-weight: 700;
}

.user_guide__block5--title {
    font-size: 16px;
    color: #492DB2;
    text-align: center;
    background: #ffffff;
}

.user_guide__block5 {
    padding: 4%;
}

.user_guide__block5 {
    .item__status {
        width: 40%;
        padding: 2%;
        text-align: center;
        border-radius: 5px;
        font-weight: normal;
        color: rgb(255, 255, 255);
    }

    .item__status--ok {
        background: #F24370;
    }

    .item__status--busy {
        background: #C89BDE;
    }

    .item__status--outside {
        background: #999999;
    }

    .item__status--coming {
        background: #E5AE5C;
    }

    .item__status--prepare {
        background: #6C8BD9;
    }
}

p.item__status.item__status--ok--desc,
p.item__status.item__status--busy--desc,
p.item__status.item__status--coming--desc,
p.item__status.item__status--outside--desc,
p.item__status.item__status--prepare--desc {
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 14px;
}

.small_title {
    font-size: 20px;
}

img.user_guide__btn {
    width: 100%;
}

.user_guide__button--teller {
    box-sizing: border-box;
    margin: 10px 0px;
    padding: 10px 16px;
    width: calc(100% - 32px);
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #F7F7F7;
    border-radius: 4px;
    background: linear-gradient(to bottom, #8e90fa, rgb(114, 115, 204));
    box-shadow: 0px 2px 2px 0px #0000001A;
    margin-bottom: 50px;
    text-align: center;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.user_guide__button--totop {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    margin: 15px auto;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #492DB2;
    font-size: 15px;
    font-weight: 700;
    color: #492DB2;
}

.user_guide__block6--titlebox {
    padding: 4%;
}

.user_guide__block7 {
    padding: 4%;
    margin-bottom: 6%;
}

p.user_guide__block5--title {
    border-top: 3px solid #EDECFF;
    padding: 10px;
    font-weight: 700;
}

span.pink {
    color: #FE4675;
}

p.user_guide__block6--text,
p.user_guide__block7--text {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5rem;
}

.user_guide__block4--titlebox img {
    padding: 2%;
    position: absolute;
    right: 0;
}

.title {
    border-bottom: 1px solid #D9D9D9;
    background: #F7F7F7;
}

.user_guide {
    padding-top: 6%;
}

/* タブ1ーーーーー終了ーーーーー */



/* フッターーーーーー開始ーーーーー */
.wrapper__totop {
    padding: 15px;
    padding-bottom: 50px;
}

.footer__top {
    border-top: 1px solid #D9D9D9;
    padding: 6% 5% 5%;
    background: #F7F7F7;
}

/* フッターーーーーー終了ーーーーー */

/* タブ2ーーーーー開始ーーーーー */

.user_guide__notes {
    font-size: 12px;
    font-weight: normal;
    color: #7E7E7E;
}

.user_guide__block--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 22px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
    margin-left: 4%;
}



.user_guide__block8--small_title {
    color: #492DB2;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 8px #492DB2;
    /*左線*/
    font-size: 16px;
    font-weight: bold;
    padding-left: 2%;
    margin-top: 4%;
    height: 20px;
    line-height: 20px;
    margin-left: 4%;
}

/* -----------------------------------
    スラッシュ吹き出し
----------------------------------- */
.fukidashi span {
    position: relative;
}

.fukidashi span {
    display: inline-block;
    padding: 0 20px;
}

.fukidashi span::before,
.fukidashi span::after {
    content: "";
    display: inline-block;
    background: #8E8FFA;
    width: 1px;
    position: absolute;
    height: 30px;
    bottom: 0;
}

.fukidashi span::before {
    left: 0;
}

.fukidashi span::after {
    right: 0;
}

.fukidashi span::before {
    transform: rotate(-30deg);
}

.fukidashi span::after {
    transform: rotate(30deg);
}

.fukidashi span {
    display: inline-block;
    padding: 0 20px;
}

.user_guide__decoration {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #8E8FFA;
}

.user_guide__imgPd {
    text-align: center;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 10%;
    margin-top: 10%;
}

.user_guide__imgPd-m {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 10%;
}

.tab__content {
    padding-bottom: 10%;
}

.user_guide__image--icon {
    margin-top: 6%;
    text-align: center;
}

.text-red {
    color: #E53939;
}

.tab__buttons {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.tab__buttons span {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    position: relative; /* 下線の高さを揃えやすい */
    padding: 4%;
}
.tab__buttons span.active {
    color: #492DB2;         /* アクティブ色 */
    font-weight: 700;      /* 太字 */
}

#tab__under-bar {
    position: absolute;
    bottom: 0;               /* 下端に配置 */
    height: 2px;             /* 下線の太さ */
    background: #492DB2;     /* 下線の色 */
    transition: all 0.3s;    /* スムーズに移動 */
}
.user_guide__block1 img{
    width: 100%;
    padding-top: 4%;
}
/* チャット占い */
.chat_feature {
    background: #d3c6f1;
    padding-bottom: 4%;
}
p.chat_feature_whiteFlame {
    background: #ffffff;
    padding: 4%;
    margin: 2%;
    border-radius: 16px;
    font-size: 16px;
}

span.chat_feature_title1 {
    font-weight: bold;
    color: #a20fe7;
}

.chat_howto img {
    width: 100%;
    background: #ebdef1;
}
p.chat_howto_title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2%;
}
p.chat_howato_comp {
    text-align: center;
    font-size: 16px;
    padding-top:4%;
    color: #825099;
    padding-bottom: 4%;
}

.notice_wrap {
    background: #5aa6db;
    padding: 1%;
}
.notice{
    margin: 6%;
    border-radius:4%;
    background:#ffffff;
}


/* メッセージ占い */
.msg_feature {
    background: #5aa6db;
    padding-bottom: 4%;
}
p.msg_feature_whiteFlame {
    background: #ffffff;
    padding: 4%;
    margin: 2%;
    border-radius: 16px;
    font-size: 16px;
}

span.msg_feature_title1 {
    font-weight: bold;
    color: #5aa6db;
}

.msg_howto img {
    width: 100%;
    background: #ebdef1;
}
p.msg_howto_title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2%;
}
p.msg_howato_comp {
    text-align: center;
    font-size: 16px;
    padding-top:4%;
    color: #825099;
    padding-bottom: 4%;
}

.user_guide__image--icon.user_guide_arrow {
    width: 10%;
    text-align: center;
    margin: 0 auto;
}
