@charset "utf-8";

#service .flex{
    margin-top: 30px;
}
#service section h4 {
    display: inline-block;
    background-color: #dd3433;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 10px;
}

#service .photo{
    width: 310px;
    height: 213px;
}
#service .text {
    width: 350px;
}
.link.link02{
    width: 410px;
}

@media only screen and (max-width: 768px) {

#service .photo {
    width: 100%;
    height: 100%;
}
#service .photo img{
    margin-bottom: 10px;
}
#service .text {
    width: 100%;
}
.link.link02 {
    width: 100%;
    font-size: 13px;
}
}
