.main-area{
    max-width: 600px;
    background-color: #4C86A8;
    margin-left:auto;
    margin-right:auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    font-size: 18px;
}

.panel{
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    color: #444;
}
.panel-red{
    background-color: #ffeeee;
}
.main-figure figure {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow: hidden;
    background-color: #e1dd8f;
}

.main-figure figure img{
    width: 100%;

}

.main-figure figure .tag1{
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    left: 104px;
    top: 55px;
}
.main-figure figure .tag2{
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    left: 146px;
    top: 75px;
}
.main-figure figure .tag3{
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    left: 79px;
    top: 101px;
}
.main-figure figure .tag4{
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    left: 134px;
    top: 117px;
}


.main-figure .ttl{
    position: relative;
    z-index: 1;
    display:block;
    text-align: center;

    font-size: 18px;
    margin-top: -20px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}
.main-figure .ttl span{
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    color:#8E3B46;
    border: 3px #8E3B46 solid;
}
.panel .ttl,.panel .ttl1,.panel .ttl2{
    color:#8E3B46;
    text-align: center;
    position: relative;
}
.panel .ttl1 span{
    display: inline-block;
    background-color: #fff;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.panel .ttl1:before{
width: 100%;
    position: absolute;
    left: 0px;
    top:.7em;
    height: 1px;
    background-color: #4C86A8;
    content:"";

}

.percent-wrap{
    /*display: flex;*/
}

.panel .content{
    margin-top: 20px;
    font-size: 20px;
}
.panel .content.percent{
    font-size: 50px;
    display: flex;
    align-items: center;
justify-content: center;
   /* width: 70%; */
}


.reason-list{
    /*width: 30%;*/

}
.reason-list ul{
    display: flex;
    text-align: left;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    justify-content:space-between;
}


.reason-list ul li{
    width: 32%;
    background-color: #efefef;
    padding:5px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.reason-list ul li.plus{
    background-color: #c14040;
    color: #fff;
}
.reason-list ul li.minus{
    background-color: #3f65a0;
    color: #fff;
}


.needs{
    margin-bottom: 5px;
}
.needs-lite{
    font-size: 14px;
}

.panel .content.percent .score_value,
.panel .content.percent .score_percent
{
    padding: 0 20px;
}
.panel .content.percent .score_value{
    font-size: 80px;
    opacity: 0;
    display: none;
}

.scale{
    display: block!important;
    animation: scaleAnime 1s ease 0s forwards;
}

.panel .content.percent span{
    font-size: 26px;
}
.tips{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #ccc;
    margin-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
}

.sub-figure{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.sub-figure figure{
    width: 60px;
    height: 60px;
    background-color: #e1dd8f;
    border-radius: 50%;
    overflow: hidden;
}
.sub-figure figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.sub-figure .ttl{
    width: calc(100% - 100px);
    padding-left: 20px;
    text-align: left;
    color: #fff;
}
.history-list{}

.history-list .item.visit .time{
    font-size: 13px;
    color: #704444;
}
.history-list .time span{
    color:#9e982c;
    display: block;
    word-break: break-all;

}
.history-list .time span.click-label{
    font-size: 12px;
    color:#eb7d7d;
}

.v-cnt{
    font-size: 18px;
}



.history-list .time.end{
    margin-top: 40px;
}
.history-list .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.history-list .item .minute{
    width: 20%;
    font-size: 24px;
}
.history-list .item .minute span{
    font-size: 18px;
}
.history-list .item .page-info{
    position: relative;
    margin-top: 20px;
    width: 60%;
    border-radius: 5px;
    background-color:#e5e5e5;;
    padding: 20px;
    font-size: 16px;
    /*border: 1px solid #707070;*/
    text-align: left;
    display: flex;
    align-items: center;
}
.history-list .item .page-info .thumb {
    display: none;
    width: 50px;
    background-color: #fff;
}
.history-list .item .page-info .thumb img{
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.history-list .item .page-info a{
    color: #2aabd2;
    width:100%;
    padding-left: 10px;
}
.p-label-wrapper{
    position: absolute;
    right: -25px;
    top: -18px;
}

.p-label{
    color: #fff;
    border-radius: 20px;
    margin-left: 5px;
    display: inline-block;
    font-size: 11px;
    padding: 6px;
    line-height: 1em;
}
.p-label.p3{
    background-color: #c7254e;
}
.p-label.p2{
    background-color: #c49d19;
}
.p-label.p1{
    background-color: #58c419;
}
.p-label.price{
    background-color: #ff5d06;
}
.p-label.company{
    background-color: #1951b1;
}

.explain{
    text-align: left;
    padding: 20px;
    background-color: #29546e;
    margin-top: 20px;
    border-radius: 20px;
}

.explain .ttl{
    color: #e1dd8f;
    font-size: 24px;
}
.explain .ttl i{
    margin-right: 10px;
}
.explain .txt{
    margin-top: 10px;
    font-size: 15px;
}

.history-list .item .unit{
    width: 20%;
    font-size: 18px;
}
.history-list .item .unit span {
    font-size: 12px;
}

.history-list .item.visit .time,
.history-list .item.cv .time{
    width: 100%;
    background-color: #fff;
}

.cv-url{
    font-size: 11px;
    color: #999!important;
}

.history-list .list{
    position: relative;
    margin-top: 30px;
}
.history-list .list:before{
    content:"";
    width: 1px;
    background-color:#707070;
    position: absolute;
    left: 50%;
    top:-20px;
    height: calc(100% + 40px);
}

.history-result{
    margin-top: 48px;
}

.history-result{

}
.history-result .item{
    border: 1px solid #ccc;
    padding: 20px;
}

.history-result .item .ttl{
    font-size: 17px;
}
.history-result .item .content{
    font-size: 24px;
}
.history-result .item .content span{
    font-size: 13px;
    margin-left: 5px;
}
.history-result .item .value{
    margin-top: 20px;
    color: #999;
}
.share{
    margin-top: 40px;
}

.share>.ttl{

}
.share .url{
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.share .url .ttl{
 width: 80px;
    font-size: 13px;
}

.share .url .form{
    width: calc(100% - 80px);
}
.share .url .form input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
}

.logo {
    max-width: 600px;
    background-color:#6399b8;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    padding: 20px;
    display: flex;
}
.logo .img{}
.logo .link{
    margin-left: auto;
    font-size: 12px;
}
.logo .link a{
    color: #fff;
}
.logo img{
    width: 130px;
}

.main-img{
    display: flex;
}

.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.modal:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
}
.modal-wrapper{
    width: 90%;
    max-width: 400px;
    min-width: 300px;
    height: 100%;
    max-height: 350px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-contents{
    text-align: left;
    overflow: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    color: #000;
}
.modal-content{
    margin: 25px;
}
.modal-close{
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
}
.modal-content .ttl{
    font-weight: bold;
}
.modal-content .txt{
    margin-top: 20px;
    font-size: 15px;
}

.bound{
    animation: boundAnime 1s ease 1.5s forwards;/*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}
.bound2{
    animation: boundAnime 1s ease 0s forwards;/*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}

.anm_1{
    animation: anm1 2s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}

.anm_2{
    animation: anm2 2s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}

.anm_3{
    animation: anm3 .1s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}

.anm_4{
    animation: anm3 .1s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}
.anm_5{
    animation: anm2 5s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}

.anm_6{
    animation: anm6 1s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}



.anm_7{
    animation: anm2 5s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}

.anm_8{
    animation: anm6 1s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}

.anm_9{
    animation: anm3 .1s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}
.anm_10{
    animation: anm2 5s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}
.anm_11{
    animation: anm6 1s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}
.anm_12{
    animation: anm6 1s ease 0s infinite;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
}
@keyframes boundAnime{
    0% { transform: scale(1);}
    50% { transform: scale(1.1);}
    100% { transform: scale(1);opacity: 1}
}

@keyframes currentAnime{
    0% { transform: scale(1);}
    100% { transform: scale(1.1);}
}

@keyframes scaleAnime{
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes anm1{
    0% {transform: translateX(-100%) rotateZ(0deg)}
   50% {transform: translateX(10%) rotateZ(1deg)}
    100% {transform: translateX(150%) rotateZ(0deg)}
}

@keyframes anm2{
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes anm3{
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

@keyframes anm6{
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.95);
    }
}


.scAnm{
    opacity: 0;
}

.fadeUp{
    animation: fadeUpAnime .5s ease 0s forwards;/*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
    opacity:0;
}
.fadeUp2{
    animation: fadeUpAnime .5s ease 1s forwards;/*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
    opacity:0;
}


@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-info.current{
    animation: currentAnime .5s ease 0s forwards;
    background-color: #ffe5e6!important;
}
.comment-bar{
    position: fixed;
    width: 100%;
    left: 0;
    top:0;
    background-color: rgba(255,255,255,0.9);
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    z-index: 80;
    opacity:0;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.35);
}
/*
.comment-bar:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
 */
.nav-fixed{
    animation: fadeUpAnime .5s ease .5s forwards;
}

.page-info.current .comment-bar{
    display: flex;
}
.comment-bar .img{
    width: 50px;
}
.comment-bar .img img{
    width: 100%;
}
.comment-bar .info{
    width: calc(100% - 50px);
    padding: 10px;
    font-size: 15px;
    text-align: left;
}
.comment-bar .info .ttl{
    font-size: 13px;
    color: #2aabd2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.comment-bar .info .txt{
    text-align: left;
    margin-top: 5px;
}
.comment-bar .info .txt span{
    display: inline-block;
    background-color: #f0f2ff;
    padding: 5px;
    font-size: 13px;
    margin: 2px;
    border-radius: 10px;
}

@media only screen and (max-width: 991px){
    .panel{
        padding: 20px 10px;
    }
    .main-area {
        padding: 30px 10px;
    }
    .history-list .item .page-info {
        padding: 10px;
        font-size: 14px;
    }
    .history-list .item .minute {
        font-size: 15px;
    }
    .history-list .item .unit {
        font-size: 13px;
    }
}
.page-info{
    position: relative;
}

.page-info .number{
    position: absolute;
    left: -10px;
    top: -10px;
    font-weight: bold;
    font-size: 24px;
    color: #ccc;
}

.ranking .list{
    list-style: none;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.ranking .list li{
    display: flex;
    padding: 5px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.ranking .list li .num{
    width: 50px;
    text-align: center;
}
.ranking .list li .num img{
    width: 80%;
}
.ranking .list li a{
    width: calc(100% - 150px);
    padding-left: 10px;
    color: #2aabd2;
}

.ranking .list li .rank_item{
    width: 40px;
    border-radius: 10px;
    line-height: 1em;
    padding: 5px;
    text-align: center;

}
.ranking .list li .rank_item:nth-child(4){
    width: 60px;
    color: #cc0000;
}
.ranking .list li .rank_item span{
    font-size: 10px;
}
.txt-cmn{
    font-size: 13px;
    margin-top: 10px;
    color:#777;
}
.form-data textarea{
    width: 100%;
    margin-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
}
.console-txt{
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    color: #c8ebff;
    font-weight: normal;
}
.using{
    margin-top: 10px;
    background-color: #71a3bc;
    padding: 10px;
    max-height: 100px;
    font-weight: normal;
    overflow-y: auto;
    font-size: 13px;
    text-align: left;
    color: #f1f1f1;
}

.using-check{
    margin-top: 10px;
    display: inline-block;
}
.form-bottom-area{
    padding: 10px;
    background-color: #476b80;
}
.form-bottom-area
.main-btn{
    color: #000;
    font-size: 15px;
}
.marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
a.karte{
    background: rgb(212,77,91);
    background: linear-gradient(90deg, rgba(212,77,91,1) 0%, rgba(175,111,232,1) 100%);
    border-radius: 10px;
    padding: 20px;
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
a.karte img{
    margin: 0 auto;
    max-width: 200px;
}
a.karte span{
    font-size: 15px;
}

.balloon {
    position: relative;
    /* display: inline-block; */
    border-bottom: solid 2px #525252;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
    background-color: #ffcece;
    /* margin: 20px auto; */
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 12px transparent;
    border-top: solid 12px #525252;
}
.balloon:after {
    border: solid 14px transparent;
    border-top: solid 14px #ffcece;
    margin-top: -5px;
}
.balloon p {
    margin: 0;
    padding: 0;
}

.after-history{
list-style: none;
    margin: 0;
    padding: 0;
}
.after-history li{
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    align-items: center;
    flex-wrap: wrap;
}
.after-history li .date{
    width: 100%;
    text-align: left;
    color: #2aabd2;
    background-color: #efefef;
    padding: 5px;
    margin-bottom: 10px;
}

.after-history li span{
    width: 20%;
}
.after-history li a{
    width: 60%;
    text-align: left;
}

.other-wrap{
    background-color: #fff;
    font-weight: normal;
    color: #333;
}
.other-wrap .ttl{
    padding: 5px;
    background-color: #333;
    font-size: 13px;
    color: #fff;
}
.other-wrap .txt{
    padding: 10px;
    text-align: center;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}
.other-wrap .txt .author{
    display: block;
    font-size: 10px;
    text-align: right;
}
.other-wrap .rss-area{

}

.other-wrap .rss-area ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
}
.other-wrap .rss-area ul li{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}
.other-wrap .rss-area ul li:nth-child(odd){
    background-color: #efefef;
}
.other-wrap .news-date{
    width: 20%;
    font-weight: bold;
}
.other-wrap .news-title{
    width: 80%;
}


.for-report{
    max-width: 600px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}
.for-report span{
    display: inline;
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.chat_data{
    position: relative;
    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
    background-color: #effff0;
    padding: 20px;
    font-size: 16px;
    /* border: 1px solid #707070; */
    text-align: left;
}
.chat_data .chat_ttl{}
.chat_data .chat_txt{
    background-color: #fff;
    font-weight: normal;
    padding: 10px;
    margin-top: 10px;
}

.inquiry-info .item{
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.inquiry-info .item .ttl{
    font-size: 13px;
    width: 20%;
    text-align: left;
}

.inquiry-info .item .txt{
    font-size: 15px;
    width: 80%;
}

.mark-up{
    background-color: #ff9;
}

.v-ref{
    background-color: #ecf6ff;
    color: #576a8f !important;
    margin-top: 5px;
    padding: 5px;
    border-radius: 10px;
}

.anchor-list{
    width: 100%;
    background-color: #e9effe;
    color: #3a5699;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-top: 40px;
}
.anchor_item{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    align-items: center;
}
.anchor-list:before {
    content:"";
    position: absolute;
    left:50%;
    top: -15px;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #e9effe transparent;
}

.anchor_item .time{
    width: 80px;
    font-size: 15px;
    text-align: center;
    color: #e65b5b;
}
.anchor_item .value{
    width:calc(100% - 80px);
    word-break: break-all;
    font-size: 15px;
}
.anchor-ttl{
    border-bottom: 1px solid #6982d9;
    padding-bottom: 10px;
    color: #6982d9;

}

.site_move{
    z-index: 1;
    background-color: #334b5f;
    color: #fff !important;
    margin-top: 40px;
    padding: 5px;

    position: relative;
    font-size: 13px;
}
.site_move_bg{
    position: relative;
    z-index: 0;
    display: block;
}
.site_move_bg:before{
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 245px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(230 255 171 / 77%) 100%);
}

.needs-link{
    color:#999;
    font-size: .8em;
    margin-left: 10px;
}
.heatmap{
    position: absolute;
    height: calc(100% + 20px);
    width: 20px;
    left: 0;
    opacity: 0.6;
    top: 0;
    margin-top: -20px;
    margin-left: -20px;
}
.detail-landing{
    color: #649ec2;
    font-size:12px;
}
.detail-landing>div{
    margin-top: 10px;
}
.detail-landing>div:first-child{
    color: #999;
    font-size: 14px;
}
.detail-landing>div:first-child span{
    font-size: 18px;
    margin: 0 5px;
}
.detail-device{
    color: #649ec2;
    font-size:12px;
    word-break: break-all;
}

@media only screen and (max-width: 991px){
    .heatmap{

        width: 20px;
        margin-left: -20px;
    }
}
.thanks-content{
    background-color: #fffbe3;
}
.thanks-content .item .txt{
    margin-top: 10px;
    color: #b97709;
}

.thanks-table{
    margin-top: 20px;
    text-align: left;
}

.thanks-table th{
    padding: 10px;
    font-size:13px;
    text-align: left;
}
.thanks-table td{
    padding: 10px;
    font-size:13px;
    background-color: #fff;
}
.thanks-ttl{
    color: #797c00;
}

.thanks_action_text{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff2e7;
    color: #5c5300;
}

.answer-s{
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffdddd;
    color: #cd5454;
}

/* ニーズスクリプト部分追加 */
.need-action{
    position: relative;
    background-color:#d1fffe;
    box-shadow:0px 5px 40px 0px rgb(255 255 255 / 58%);
}

.need-action .ttl{
    background-color:#666;
    color:#fff;
    font-size: 16px;
    padding: 5px;
}

.need-action .sub-ttl{
    text-align: left;
    margin-bottom: 10px;
}

.need-action .text{
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.need-action .voice-list{
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}

.need-action .voice-list a{
    text-decoration: none;
    padding: 10px;
    width: 49%;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    background-color: #37a4ad;
}
.need-action:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #d1fffe;
    border-top: 0;

}

.sales-bar {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgb(60 186 190);
    display: flex;
    align-items: center;

    z-index: 80;
    opacity: 1;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.sales-bar a{
    text-decoration: none;
    color: #fff;
}
.sales-bar .inner{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    align-items: center;
}

.sales-bar .inner-content{
    display: flex;
}

.sales-bar .inner .tool{
    background-color: #226c6e;
    padding: 10px;
    margin-left: 0;
}
.sales-bar .inner .tool2{
    background-color: #c94c4c;
}
.sales-pre-ttl{

    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    line-height: 1em;
    color:rgb(60 186 190);
    margin-right: 10px;
    font-size: 15px;
}
.sales-pre-pcnt{

    font-size: 40px;
    line-height: 1em;
}
.sales-pre-unit{

    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.number-box{
    margin-left: auto;
    display: flex;
    align-items: center;
}
#modal_sales .modal-wrapper{
    border-radius: 30px;
    background-color: rgb(60 186 190);
    color: #fff;
    max-height: 80vh;
}

.s-t-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.s-t-ttl span{
    font-weight: bold;
    background-color: #226c6e;
    margin-right: 10px;
    display: inline-block;
    padding: 2px;
    line-height: 1em;
}

.s-t-source {
    margin-top: 10px;
}
.s-t-source a{
    background-color: #e8fff9;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #226c6e;
    position: relative;
}
.s-t-source a i{
    color: #97c7ca;
    margin-right: 5px;
}

.s-t-source a i.arrow{
    position: absolute;
    right: 10px;
    top:20px;
}
.s-t-count {
    background-color: #39d2d7;
    margin-top: 20px;
    border-radius: 20px;
    padding: 10px;
}
.s-t-count .s-t-c-ttl {
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    justify-content: space-around;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.s-t-count .s-t-c-txt {
    margin: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.s-t-count .s-t-list {
}
.s-t-count .s-t-list .item {
    display: flex;
    margin-bottom: 5px;
    cursor: pointer;
}
.s-t-count .s-t-list .item .check-style {
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #666;
    background-color: #fff;
}
.s-t-count .s-t-list .item .txt {
    width: calc(100% - 20px);
    background-color: #e8fff9;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #226c6e;
}

.source-wrap{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}
.source-wrap .item{
    margin-bottom: 10px;
}
.source-wrap .source-ttl{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.source-wrap .source-txt{}

.action_item{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.fas.fa-check {
    color: #f6f6f6; /* チェックが外れているときの色 */
}

.fas.fa-check.active {
    color: #ff5e5e; /* チェックが入っているときの色 */
}
.cv_ver{
    background-color: #91cbe8;
    font-size: 12px;
    list-style: none;
    padding: 10px;
    max-height: 122px;
    overflow-x: scroll;
    font-weight: normal;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.cv_ver_ttl{
    font-size: 15px;
    margin-bottom: 10px;
}
.cv_ver li{
    width: 48%;
}
.cv_ver li a{
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    background-color: #2aabd2;
    padding: 10px;
    text-decoration: none;
}
.cv_ver li a.hover{
    border: 2px solid #FFF;
    background-color: #a5c0c4;
    position: relative;
}
.cv_ver li a.hover:after{
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 10px;
    content: "表示中";
    background-color: #c7254e;
    display: inline-block;
    padding: 2px;
    color: #fff;
}

.edit-table{
    font-size: 15px;
}

.edit-table .editor .text::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f044";
    color: #999999;
    margin-left: 5px;
}

.ex-pdf{
    display: block;
    padding: 3px 12px;
    position: fixed;
    right: 8px;
    bottom: 90px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
}

.like-btn {
    all: unset;
    cursor: pointer;
    position: fixed;
    right: 8px;
    bottom: 54px;
    background-color: #efefef;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px;
    color: #555;
    vertical-align: middle;
    font-weight: bold;
    display: flex;
    align-items: center;

}
.like-btn div{

}
.like-btn:hover{
    background-color: #ddd;
}
.fa-heart {
    padding: 2px;
    font-size: 12px;
    font-size: 2rem;
    color: gray;
    cursor: pointer;
    transition: color 0.3s;
}
.fa-heart.liked {
    color: red;
}
@media only screen and (max-width: 991px) {
    .sales-bar .inner .tool {
        font-size: 12px;
    }
    .sales-pre-pcnt {
        font-size: 30px;
    }
    .sales-pre-ttl {
        font-size: 12px;
    }
}

.console-ai{
    background-color: #f9e5fb;
    color: #c7254e;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px;
}
.similar_ttl{
    background-color: #e3e3e3;
    color: #757575;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px;
}
.similar_u_list{
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;

}
.similar_u_list li{
    width: 32%;
    padding: 0px;
    margin: 0;

}
.similar_u_list li a{
    margin-top: 10px;
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    color: #2aabd2;
}
.ai_comment{
    background-color: #fef3ff;
    color: #c7254e;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
    padding: 20px;
    text-align: left;
}

.p-label.contact{
    background-color: #168fb5;
}
.history-list .item .page-info.form-color{
    background-color: #ceeaff;
}

.ud_rep{
    background-color: #fef3ff;
    color: #a21c3e;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
    padding: 10px;
    text-align: left;
}