.contents {
    max-width: 800px;
}

.nenmatsu-box p {
    line-height: 22px;
    font-weight: 500;
}

.bikou p {
    line-height: 22px;
}

.nenmatsu-ttl {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin:30px 0 20px;
}

.nenmatsu-box {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding:20px;
    background-color: #fef9f0;
    margin-bottom: 20px;
    margin-left: 30px;
}

.nenmatsu-box p {
    font-size: 16px;
}

.line-txt {
    text-decoration: underline;
    color:red;
}

.bikou {
margin:0 0px 0 140px;
    width: 620px;
}

.bikou p {
    font-size: 14px;
}

.eigyo-table {
    width: 95%;
    display: block;
    margin: 0 auto;
}

.eigyo-table-box {
    margin-top: 50px;
}

.nenmatsu-box-wrap {
    display: flex;
    width: 700px;
    margin:40px auto 20px;
    position: relative;
}

.fukidashi {
    position: absolute;
    left:60px;
    top:80px;
    width: 40px;
    height: auto;
}

.ojigi-img {
    width: 60px;
    height:130px;
    margin-top: 50px;
}

.mail-txt {
    font-size: 20px;
    font-weight: bold;
    display: flex;
}

.chushaku {
    font-size: 12px;
}

.txt-red {
    color: red;
}

.mail-txt:before {
    content:'';
    background-image: url(../img/icon-mail.png);
    width: 25px;
    height: 20px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
    padding-top: 3px;
}

.mail-txt a {
    color: #608c8a;
}

.prod-txt {
    margin-left: 20px;
}

.prod-txt p {
    font-size: 14px;
}