@charset "UTF-8";

/*------------------------------------------------------------
  aboutme
------------------------------------------------------------*/
#aboutme .officeFlex{
    gap: 2%;
}
#aboutme .officeFlex li{
    padding-left: 0;
}
#aboutme .officeFlex li p{
    text-align: center;
    margin: 0;
}
#aboutme .layerFlex li.imgWrap{
    flex:1;
    padding-left: 0;
}
#aboutme .layerFlex li.txtWrap{
    flex:4;
    padding-left: 0;
}

/*------------------------------------------------------------
  consultation
------------------------------------------------------------*/
#consultation .wpContent p{
    margin: 0 0 1rem 0;
}
#consultation ul{
    margin-left: 20px;
}
#consultation ul li{
    list-style: circle;
    padding-left: 0;
}
#consultation ul.parentPageUl li{
    padding-left: 20px;
}
#consultation dl{

}
#consultation dl dt{
    font-size: 120%;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #009933;
}
#consultation dl dd {
    background: #f4f4f4;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
#consultation dl dd p{
    margin: 0 0 1rem 0;
}
#consultation a.link{
    font-size: 120%;
    padding-left: 20px;
    position:relative;
}
#consultation a.link:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #a03d45 #a03d45 transparent transparent;
    transform: rotate(45deg);
    left: 2px;
    top: 2px;
    bottom: 0;
    margin: auto;
}

/*------------------------------------------------------------
  aboutme
------------------------------------------------------------*/
#aboutme .wpContent iframe{
	width: 100%;
	height: 260px;
}
#aboutme .wpContent .nameFlex{
	gap:3%;
}
#aboutme .wpContent .nameFlex h3{
	flex:5;
}
#aboutme .wpContent .nameFlex .imgWrap{
	flex:2;
}
#aboutme .wpContent .infoTable{
	margin-top: 1rem;
}

/*------------------------------------------------------------
  cost
------------------------------------------------------------*/
#cost table th{
    width: 35%;
    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: 1099px) {


}

@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;
    }
    #aboutme .layerFlex{
        display:block;
    }
    #aboutme .layerFlex li.imgWrap{
        width:40%;
        margin:0 auto;
    }
    #aboutme .wpContent .nameFlex{
    	display: block;
    }
}

@media (max-width: 400px) {


}