.crosstalk-sec {
    padding: 10px 15px 20px 15px;
    border: solid 2px #349DAF;
}

.crosstalk-sec.style01 {
    border: solid 2px #349DAF;
}



.l-allbase.l-page .crosstalk-ttl01 {
    position: relative;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8rem;
    margin-bottom: 2rem;
    
    color: #0cb8bb
}

.l-allbase.l-page .crosstalk__box {
    position: relative;
    z-index: 2;
    border: 2px solid #0cb8bb;
    padding: 5rem 2rem 5rem 2rem;
    max-width: 960px;
    margin: 5rem auto 5rem;
    
    
}

.l-allbase.l-page .crosstalk--right {
    margin-right: 0;
    padding-top: 5rem;
}
.l-allbase.l-page .crosstalk--left {
    margin-left: 0;
     padding-top: 5rem;
}

.l-allbase.l-page .message__head {
    position: relative;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 2rem;
    color: #0cb8bb
}

.l-allbase.l-page .message__text {
    margin-top: 4rem;
    font-size: 1.6rem
}


.crosstalk-wrap-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.crosstalk-wrap-ttl.purple img {
    -webkit-box-shadow: 10px 10px 0 #7761a9;
    box-shadow: 10px 10px 0 #7761a9;
}

.crosstalk-wrap-ttl img {
    -webkit-box-shadow: 10px 10px 0 #3FBAC2;
    box-shadow: 10px 10px 0 #3FBAC2;
    max-width: 488px;
}

.crosstalk-ttl01 span {
    font-size: 34px;
    font-weight: bold;
    color: #7761a9;
    display: block;
    margin-bottom: 15px;
}

.crosstalk-wrap-ttl.style01 .crosstalk-ttl01 span {
    color: #3FBAC2;
}

.crosstalk-list .employment-bg-yellow {
    background: #ffff00;
    font-weight: 500;
}

.crosstalk-list li {
    margin-bottom: 20px;
    display: flex;
    background: #f5f5f5;
}

.crosstalk-list li:last-child {
    margin-bottom: 0;
}

.crosstalk-list li p {
    word-break: break-word;
    word-wrap: break-word;
}

.crosstalk-list li .image_r,
.crosstalk-list li .image_l {
    margin-bottom: 0;
}

.crosstalk-list li > span:first-child {
    text-align: center;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    margin-right: 10px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crosstalk-list li.main01 > span:first-child {
    background: #349DAF;
}

.crosstalk-sec.style01 .crosstalk-list li.main01 > span:first-child {
    background: #0E6B71;

}

.crosstalk-list li.main02 > span:first-child {
    background: #553992
}

.crosstalk-list li.main02 > span.bg02 {
    background: #CC6714
}

.crosstalk-list li.main02 > span.bg01 {
    background: #6f2154
}

.crosstalk-list li.main03 > span:first-child {
    background: #CC6714;
}

.crosstalk-sec.style03 .crosstalk-list li.main01 > span:first-child {
    background: #0E6B71;

}

.crosstalk-list li.main04 > span:first-child {
    background: #bcb609;
}

.crosstalk-sec.style04 .crosstalk-list li.main01 > span:first-child {
    background: #256a6e;

}

.crosstalk-list li > div,
.crosstalk-list li > p {
    width: calc(100% - 50px);
    padding: 10px;
}