@charset "utf-8";

.page-telework-column .page-intro .contentsList ul.contentsList_item {
    list-style: none;

}

.inner_sp h3 {
    text-align: left;
}

.result_rate {
    color: #313F95;
    font-size: 16px;
    line-height: 2;
    margin: 10px 0;
    font-weight: 700;
}

.question p.result_rate {
    margin: 10px 0 3px;
}

.result_text {
    width: calc(100% - 50px);
    position: relative;
    display: inline-block;
    margin: 1em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #262626;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .16));
    font-size: 16px;
    background: #F8F8F8;
    border-radius: 5px;
}

.result_text:before {
    /* 三角部分です */
    content: "";
    position: absolute;
    top: -25px;
    left: 5%; /* ここ動かすと横の位置変わる */
    margin-left: -15px;
    border: 10px solid transparent; /* ここ動かすと三角の縦変わる */
    border-bottom: 20px solid #F8F8F8; /* ここ動かすと三角の横幅変わる */
  }

ul.result_text {
    padding: 20px 20px 20px 30px;
}

ul.result_text li {
    list-style: none;
}

.question ol {
    padding-left: 20px;
}

.question ul {
    background-color: #f8f8f8;
    border-radius: 10px;
}

.question ul li {
    font-size: 15px;
    line-height: 1.7;
    padding: 5px;
}

.question p {
    margin: 0 0 50px;
}

.page-contentsItem h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.research_p {
    font-size: 13px;
}
.result_rate_list {
    margin-left: -18px;
    padding-right: 4px;
}

@media screen and (max-width: 767px) {
    .question p.result_rate {
        margin: 10px 0;
        line-height: 1.5;
    }

    .result_text:before {
        /* 三角部分です */
        left: 10%; /* ここ動かすと横の位置変わる */
      }

}
