@charset "UTF-8";

/*------------------------------------------------------------
  office
------------------------------------------------------------*/
#office .wpContent ul.flex{
    gap:4%;
}
#office .wpContent ul.flex li{
    padding:0;
    flex:1;
}
#office .wpContent iframe{
    width:100%;
    height:400px;
}
#office .wpContent .pr{
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    margin: 2rem 0;
}

/*------------------------------------------------------------
  flow
------------------------------------------------------------*/
#flow .wpContent li{
    font-weight: 700;
    border: 3px solid #f3b503;
    padding: 1rem;
    margin: 3rem 0;
    border-radius: 10px;
    position: relative;
}
#flow .wpContent li:after{
    content: "";
    background: url(../img/common/arrow-o.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    margin: auto;
    transform: rotate(90deg);
}
#flow .wpContent li:last-child:after{
    display:none;
}

/*------------------------------------------------------------
  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: 1099px) {


}

@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;
    }
}