@charset "UTF-8";

/*------------------------------------------------------------
  service
------------------------------------------------------------*/
.wpContent #service  ul{

}
.wpContent #service  ul li{
    font-weight:700;
}
#service .wpContent .menuUl li, .wpContent #service .menuUl li{
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

/*------------------------------------------------------------
  lawyer
------------------------------------------------------------*/
#lawyer .introduction{

}
#lawyer .introduction .img{
    flex:1;
    padding: 1rem;
}
#lawyer .introduction .text{
    flex:5;
    padding: 1rem;
}

/*------------------------------------------------------------
  cost
------------------------------------------------------------*/
#cost table th{
    width: 30%;
    font-weight: bold;
}
#cost table td{
  text-align: left;
  font-size: 92%;
}
#cost .wpContent .caution{
  font-size: 75%;
}
#cost table.custom th{
    width: 10%;
}
#cost table.custom td.mini{
    width: 13%;
    text-align: center;
}
#cost table.custom2 th{
    width: 20%;
}
#cost table.custom2 td.first{
width: 20%;
    text-align: center;
}

/*------------------------------------------------------------
  contact
------------------------------------------------------------*/

#contact #contactWrapper{
    margin-bottom: 30px;
}
#contact textarea,#contact .your-subject{
    width: 100%;
}
#contact #contactWrapper dl{
    flex-wrap: wrap;
}
#contact #contactWrapper dt span{
    background: #b91717;
    color: #FFF;
    padding: 0 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
#contact #contactWrapper dt,#contact #contactWrapper dd{
    padding: 10px;
    font-size: 14px;
}
#contact #contactWrapper dt{
    width: 35%;
}
#contact #contactWrapper dd{
    width: 65%;
}
#contact #contactWrapper .mwform-tel-field input[type="text"]{
    width: 30%;
}
#contact #contactWrapper dd.noFlex{
  display: block;
}
#contact #contactWrapper dd p{
    color: #b62121;
    font-size: 12px;
    font-weight: bold;
}
#contact input[type="text"],#contact input[type="email"],#contact input[type="tel"],#contact textarea{
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}
#contact #contactWrapper input[type="text"],#contact #contactWrapper input[type="email"]{
    width: 100%;
}
/* #contact #contactWrapper{
  margin-bottom: -2rem;
} */
#contact [type="submit"],#contact .backButton {
    background: #1b1b1b;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    color: #FFF;
    border-radius: 3px;
    margin: 5px 0;
    letter-spacing: 0.5rem;
    font-weight: bold;
    border: none;
}
#contact .backButton {
    width: 70%;
    display: block;
    text-align: center;
    margin: 1rem auto;
}
#contact [type="submit"].back{
    background: #a0a0a0;
}
#contact .caution{
  font-size: 80%;
}
#contact .wpContent a.linkButton{
    width: 70%;
    margin: 2rem auto;
    text-align: center;
    display: block;
}


@media (min-width: 1800px) {

}
@media (max-width: 600px) {

    #lawyer .introduction{
        display:block;
    }

}

@media (max-width: 480px){
    #contact #contactWrapper dl{
        display: block;
    }
    #contact #contactWrapper dt,#contact #contactWrapper dd{
        width: 100%;
    }
    #contact #contactWrapper input[type="text"]{
        width: 100%;
    }
    #contact input[type="text"],#contact input[type="email"],#contact input[type="tel"],#contact textarea{
        width: 100%;
    }
    /*--- office --------*/
    #lawyer .wpContent .selfIntro,#office .wpContent .photo{
          display: block;
    }
    #lawyer .wpContent .selfIntro .right{
            margin: 1rem 0 0 0;
    }
    #office .wpContent .photo img{
      margin: 10px auto;
    }
}