@charset "UTF-8";

/*------------------------------------------------------------
  office
------------------------------------------------------------*/
#office .wpContent .officeTable{
    margin: 2rem 0;
}
#office .wpContent .officeTable th,#office .wpContent .officeTable td{
    padding:10px;
    border: 1px solid #47b562;
}
#office .wpContent .officeTable th{
    background: #f1f9ea;
    font-weight: 700;
    color: #47b562;
}
#office .wpContent .officeTable td{
    text-align:left;
}
#office .wpContent .photo div{
    flex:1;
}
#office .wpContent .lawyerFlex{

}
#office .wpContent .lawyerFlex .imgWrap{
    flex:1;
    padding:1rem;
}
#office .wpContent .lawyerFlex .txtWrap{
    flex:3;
    padding:1rem;
}
#office .wpContent .lawyerFlex .imgWrap p.name{
    font-size: 180%;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
#office .wpContent .lawyerFlex .imgWrap p.name .yaku{
    font-size: 60%;
    margin-right: 10px;
}
#office .wpContent .lawyerFlex .imgWrap p.syozoku{
    margin: 0;
    font-size: 80%;
    line-height: 100%;
    text-align: center;
}



/*------------------------------------------------------------
  fee
------------------------------------------------------------*/
#fee .wpContent h3{
    margin: 6rem 0 1rem 0;
}
#fee .wpContent h4{
    margin-top: 1rem;
}
#fee .wpContent h5{
    padding-left: 0;
}
#fee .wpContent h5:before{
    display:none;
}
#fee .wpContent .soudanFlex{
    justify-content: center;
    align-items: baseline;
}
#fee .wpContent .soudanFlex .leftWrap{
    text-align: center;
    padding: 1rem;
}
#fee .wpContent .soudanFlex .leftWrap p{
    font-size: 200%;
    font-weight: 700;
    margin: 0;
    color: #ea5313;
    letter-spacing: 0.2rem;
}
#fee .wpContent .soudanFlex .rightWrap{
    text-align: center;
    padding: 1rem;
}
#fee .wpContent .soudanFlex .rightWrap p{
    font-size: 120%;
    margin: 0;
    font-weight: 500;
}
#fee .wpContent .soudanFlex .rightWrap p span.num{
    font-size: 200%;
    color: #ea5313;
}
#fee .wpContent table{
    margin:1rem 0;
}
#fee .wpContent table th,#fee .wpContent table td{
    padding: 10px;
    border: 1px solid #47b562;
    text-align:left;
}
#fee .wpContent table th{
    background: #f1f9ea;
    width: 20%;
    font-weight: 800;
    color: #47b562;
}
#fee .wpContent table td{
    
}
#fee .wpContent p{
    margin: 0;
}
/*------------------------------------------------------------
  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: 970px) {

    #office .wpContent .lawyerFlex{
        display:block;
    }

}

@media (max-width: 600px){
    #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;
    }
    /*--- office --------*/
    #fee .wpContent .soudanFlex{
        display:block;
    }
    #fee .wpContent .soudanFlex .rightWrap p span.num{
        font-size: 140%;
    }
    #fee .wpContent table th{
        width: 37%;
    }
}

@media (max-width: 400px) {


}