@charset "shift_jis";

.top_info {
    display: inline-block;
    background-color: #3e4a64;
    color: #fff;
    border-radius: 10px;
    padding: 30px 0px;
    font-family: 'Ÿà–¾’©','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin-bottom: 50px;
    width: 950px;
}
.top_info h2 {
    margin: 0;
    font-size: 25px;
}
.top_info p {
    margin: 0;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.7;
}
.top_info p span {
    font-size: 16px;
}
.info_strong {
    font-weight: bold;
    background: linear-gradient(transparent 77%, #4a98a2 60%);
    font-size: 18px !important;
}
.tel {
    display: inline-block;
    width: 35px;
    position: relative;
    margin-right: 5px;
}
.tel::after{
    content: ":";
    position: absolute;
    right: 0;
}

.top_info p span a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.top_info p span a:hover{
    opacity: 0.7;
}