/* 雇用ごとの箱 */

.koyou-box2 {
    margin: 2em 0;
    padding: 0.5em 1em;
    width: 100%;
    color: #474747;
    background: whitesmoke;
    border-left: double 7px #4ec4d3;
    border-right: double 7px #4ec4d3;
    text-align: center;
}

.koyou-box2 p{
    margin: 0;
    padding: 0;
}

.koyou-box2 img {
    width: 60%;

}
.koyou-box-title {
    font-size: 1.2em;
    background: #66CCFF;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.link {
    font-weight: bold;
    text-decoration: underline;
    color: blue;
}


.line{
    text-decoration: underline;
}