@charset "utf-8";
.menu_box ul li:nth-child(3) a::after{
    transform: scale(1, 1);
}
.allservices ul li:nth-child(3) a {
    background:#fff;
}
.allservices ul li:nth-child(3) a p{
    color: #1d1d1d;
}
.allservices ul li:nth-child(3) a p::before {
    background-color: #1d1d1d;
}
/*other_serviceページ指定*/
#other_service {
    width: 100%;
}
#other_service p {
    font-size: 14px;
    padding-bottom: 30px;
}
#other_service p a {
    color: #00a395;
}
#other_service p a:hover {
    opacity: 0.7;
}
#other_service p.lastp {
    padding-bottom: 0;
}
#other_service ul {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 30px;
}
#other_service ul li {
    list-style: disc;
    display: list-item;
    padding-bottom: 5px;
    list-style: none;
}
#other_service ul li span{
    padding-right: 5px;
}
@media screen and (max-width: 768px){
#other_service {
    width: 90%;
    margin: 0 auto;
}
#other_service p {
    font-size: 14px;
    padding-bottom: 15px;
}
#other_service ul {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-left: 5%;
}
}