@charset "UTF-8";

/*------------------------------------------------------------
  office
------------------------------------------------------------*/
#office iframe{
    width:100%;
    height:500px;
}

/*------------------------------------------------------------
  lawyer
------------------------------------------------------------*/
#lawyer .pointUl{

}
#lawyer .pointUl li{
    font-weight: 700;
    padding: 1rem 0;
    border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------
  service
------------------------------------------------------------*/
#service .listLink{
    border-radius: 80px;
    text-align: center;
    background: #007cbe;
    color: #FFF;
    font-size: 130%;
    width: 100%;
    padding: 20px;
    margin: 3rem 0;
}

/*------------------------------------------------------------
  column
------------------------------------------------------------*/
#column .wpContent dt,#service .wpContent dt{
    font-weight: 800;
    font-size: 110%;
    padding: 5px 0;
}
#column .wpContent dd,#service .wpContent dd{
    font-size: 110%;
    padding: 5px 0 20px 0;
}
#column .wpContent ul,#column .wpContent dl,
#service .wpContent ul,#service .wpContent dl{
    background: #01b18317;
    padding: 2rem;
    margin: 2rem 0;
}
#column .wpContent li,#service .wpContent li{
    font-weight: 800;
    font-size: 110%;
    padding: 5px 0;
}
#column .wpContent ul.parentPageUl,
#service .wpContent ul.parentPageUl{
    background: none;
    padding: 0;
    margin: 0;
}
#column .wpContent ul.parentPageUl li,
#service .wpContent ul.parentPageUl li{
    background: none;
    padding: 0!important;
    margin:0;
}
#column .wpContent ul.parentPageUl li a,
#service .wpContent ul.parentPageUl li a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 20px 10px 20px 40px;
    font-size: 110%;
    border-bottom: 1px solid #ccc;
    position: relative;
}
#column #toc_container p.toc_title+ul.toc_list{
    padding: 20px;
    margin: 0;
}

/*------------------------------------------------------------
  fee
------------------------------------------------------------*/
#fee ul{

}
#fee ul li{
    background: #01b18317;
    font-weight: 700;
    padding: 20px;
    margin: 20px 0;
}

/*------------------------------------------------------------
  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: #007cbe;
    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: 1099px) {


}

@media (max-width: 600px){
    #service .listLink{
        font-size: 90%;
    }
    #column #toc_container p.toc_title+ul.toc_list{
        padding:10px;
    }
    #column #toc_container p.toc_title+ul.toc_list a{
        font-size: 80%;
    }
    #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;
    }
}

@media (max-width: 400px) {


}