@charset "euc-jp";
.kyujin_box{
    padding: 10px 38px;
    background-color: #F3F3F3;
    margin-bottom: 22px;
}
.kyujin_box_description{
    font-size: 10px;
    color: #757575;
    text-align: center;
}
.kyujin_box_body{
    margin: 10px 0;
    padding: 20px 20px 21px;
    background-color: #fff;
    border-radius: 4px;
}
.kyujin_box_name{
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    line-height: 1.66;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.9799999999999995em;
}
.kyujin_box_company{
    color: #757575;
    font-size: 12px;
    margin-bottom: 20px;
}
.kyujin_box_list{
    margin-bottom: 17px;
}
.kyujin_box_list li{
    position: relative;
    padding-left: 17px;
    color: #444444;
    font-size: 13px;
    margin-bottom: 10px;
}
.kyujin_box_list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg data-name='%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2020527'%3E%3Cpath fill='%23888' d='M8.536 1.464a4.995 4.995 0 1 1-.594-.508 5 5 0 0 1 .594.508' data-name='%E3%83%91%E3%82%B9%2034309'/%3E%3Cpath fill='%23fff' d='M7.426 2.651a.576.576 0 0 0-.8.134l-2.2 3.085-1.03-1.528a.576.576 0 0 0-.955.644l1.494 2.216a.58.58 0 0 0 .47.254h.008a.58.58 0 0 0 .469-.241l2.687-3.761a.576.576 0 0 0-.134-.8' data-name='%E3%83%91%E3%82%B9%2034310'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.read_more{
    position: relative;
    text-align: right;
    color: #03a;
    font-size: 12px;
}
.read_more::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%2303a' d='M0 0h16v16H0z' data-name='%E9%95%B7%E6%96%B9%E5%BD%A2%202837'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2020531'%3E%3Cg fill='%2303a' clip-path='url(%23a)' data-name='%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2020530' transform='matrix(-1 0 0 -1 16 16)'%3E%3Cpath d='M9.723 4.633a1.084 1.084 0 0 0-1.534 0l-2.6 2.6a1.084 1.084 0 0 0 0 1.534l2.6 2.6a1.085 1.085 0 0 0 1.534-1.534L7.893 8l1.83-1.833a1.084 1.084 0 0 0 0-1.534' data-name='%E3%83%91%E3%82%B9%2034311'/%3E%3Cpath d='M8 .001a8 8 0 1 0 8 8 8.01 8.01 0 0 0-8-8m0 13.83a5.831 5.831 0 1 1 5.83-5.83A5.837 5.837 0 0 1 8 13.831' data-name='%E3%83%91%E3%82%B9%2034312'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}