.content {
    margin: 0 auto;
    width: 50%;
    border: #ccc 1px solid;
    background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    height: 75px;
    line-height: 75px;
}

.title_tel {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    border-bottom: #ccc 1px solid;
}

.content p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
    margin: 10px 20px 10px 20px;
}

.content ul {
    margin-left: 30px;
}

.content ul li {
    height: 25px;
}

.pic {
    text-align: center;
}

.pic img {
    display: inline-block;
}

.h1 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 10px 20px 10px 20px;
}

.h2 {
    font-size: 16px;
    text-indent: 1em;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    margin: 10px 20px 10px 20px;
}