@charset "utf-8";
.toc-item {
    background-color: #37b0cf;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 4% 6%;
}
.toc-item li {
    flex-basis: 90%;
}
.toc-item li:not(:last-of-type) {
    margin-bottom: .6rem;
}
.toc-item a {
    align-items: center;
    background-color: #fff;
    border: 1px solid #1590af;
    box-shadow: 0 3px 0px rgb(21 144 175 / 72%);
    border-radius: 6px;
    color: #333;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: bold;
    justify-content: center;
    padding: 0.6rem;
    width: 100%;
}
.toc-item a:hover {
    background-color: #ffde00;
    opacity: .95;
}
.bg-contents {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(244, 249, 251, 1) 4px, rgba(244, 249, 251, 1) 6px );
    padding: 8% 4% 0;
}
.bg-contents:last-of-type {
    padding-bottom: 6%;
}
.bg-contents .inner-wrap {
    border-radius: 16px;
    box-shadow: 0 0px 10px #4f4f4f2e;
    overflow: hidden;
}
.bg-contents .inner-box {
    background-color: #fff;
    padding: 5%;
}
.bg-contents .content-head {
    background-color: #37b0cf;
    border-radius: 6rem;
    color: #fff;
    font-size: 1rem;
    margin: 0 auto 1.5rem;
    padding: 0.5rem 1rem;
    text-align: center;
    width: 90%;
}

.bg-contents .box-head {
    align-items: center;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
}
.bg-contents .box-head .text {
    width: 82%;
}
.bg-contents .img-q,
.bg-contents .img-a {
    display: inline-block;
    height: 60px;
    width: 15%;
}
.bg-contents .box-head.item-q {
    background-color: #d8f6ff;
    color: #00a5cf;
    font-size: 1rem;
    line-height: 1.3;
    padding: 5%;
}
.bg-contents .box-head.item-a {
    color: #f57d02;
    font-size: 1.1rem;
}

.bg-contents .item-evaluation {
    color: #222;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

.bg-contents .round-dt {
    background-color: #fff;
    border: 1px solid #f57d02;
    border-radius: 5rem;
    color: #f57d02;
    font-size: .95rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.4rem;
    padding: 0.5em 0;
    text-align: center;
    width: 10rem;
}

.bg-contents .item-direction {
    background-color: #fffaea;
    padding: 1.1rem;
}

.cs-box .head {
    background-color: #f57d02;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    padding: .8rem;
    position: relative;
    text-align: center;
}
.cs-box .head::before {
    content: '';
    border-style: solid;
    border-width: 20px 50px 0 50px;
    border-color: #f57b02 transparent transparent transparent;
    bottom: -12px;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 0;
}
.cs-box .cs-list {
    border: 5px solid #ffd086;
    height: 280px;
    overflow-y: scroll;
    padding: .6rem 1rem;
}
.cs-box .cs-list li {
    align-items: center;
    display: flex;
    font-size: .8rem;
    min-height: 4.4rem;
    padding: .8rem 0 .8rem 2.8rem;
    position: relative;
}
.cs-box .cs-list li:not(:last-of-type) {
    border-bottom: 1px dashed #ddd;  
}
.cs-box .cs-list li::before {
    background-size: contain;
    content: url(/cs-voice/img/icon_balloon.png);
    position: absolute;
    left: 0;
    height: 24px;
    width: 27px;
}

/* SP用 */
@media screen and (max-width: 560px) {

}

/* PC用 */
@media screen and (min-width: 561px) {
.toc-item {
    flex-direction: row;
    padding: 2%;
}
.toc-item li {
    flex-basis: 31%;
    margin-bottom: 0;
}

.bg-contents {
    padding: 8% 8% 0;
}
.bg-contents .inner-box {
    padding: 4% 5%;
}
.bg-contents .content-head {
    font-size: 1.2rem;
    width: 60%;
}
.bg-contents .img-q,
.bg-contents .img-a {
    display: inline-block;
    height: 70px;
    margin-right: 1rem;
    width: 70px;
}
.bg-contents .box-head.item-q {
    font-size: 1.3rem;
    padding: 3% 5%;
}
.bg-contents .box-head.item-a {
    font-size: 1.4rem;
}

.cs-box .head {
    font-size: 1rem;
}
.cs-box .cs-list {
    height: 290px;
    padding: .6rem 1.2rem;
}
.cs-box .cs-list li {
    font-size: 1rem;
    min-height: 4.4rem;
    padding: 0.8rem 0 0.8rem 2.8rem;
}
.cs-box .cs-list li::before {
    height: 30px;
    width: 33px;
}
}


/* ipad用 */
@media screen and (min-width: 600px) and (max-width: 980px) {
    
}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {

}

