@charset "UTF-8";
    
.service .serviceTxt .listTxt p.tax_in_text{
    font-size: 12px;
}

.text_c{
    text-align: center!important;
}

/*20210430追記*/

#content .searvices_btn{
    margin-bottom: 60px;
  }

  #content .searvices_btn a {
    color: #000;
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0 0 5px 10px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    text-align: left;
}

#content .searvices_btn a:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-right: solid 1px #000;
    -ms-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    position: absolute;
    bottom: 5px;
    right: -11px;
}

#content .searvices_btn a:hover{
    color: #84c15e;
    border-bottom: 1px solid #84c15e;
}

#content .searvices_btn a:hover:before{
        border-right: solid 1px #84c15e;
}

@media screen and (max-width:640px){
    #content .searvices_btn a {
        max-width:300px;
    }
}

.link_bn{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
}

.link_bn li{
    margin: 0 10px;
    width: 18%;
}

.link_bn li.fc_bn span{
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    display: block;
    margin-top: 5px;    
}

@media screen and (max-width: 768px){
    .link_bn{
        text-align: center;
        padding: 10px 10px;
    }
    
    .link_bn li{
        width: 48%;
        margin: 0 0;
    }
    
}

.link_bn img{
    width: 100%;
}

/*20250926追記*/
.map .data {
        width: 48%;
    }
.map .left {
        float: left;
        margin-right: 4%;
    }
.map .right {
        float: right;
    }
.clr {
       clear: both;
    }
.map_p {
       font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10px;
    }
.br-pc {
display: block;
    }
@media (max-width: 640px) {
.map .data{
        width: 100%;
    }
.map .left {
        float: none;
        margin: 0 auto 15px;
    }
.map .right {
        float: none;
    }
.map_p {
       font-size: 13px;
    margin: 0 auto 7px;
    }
.br-pc {
display: none;
    }
}