@charset "UTF-8";
/* ------------------------------------------------------------
   profileページ
------------------------------------------------------------ */
#profile .main-visual__wrap {
  margin-top: 16px;
}

#profile .breadcrumbs {
  margin-top: 26px;
}

@media screen and (max-width: 1199px) {
  #profile .breadcrumbs {
    margin-left: 20px;
  }
}

#profile .content {
  margin-top: 20px;
  margin-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #profile .content {
    padding: 0 2%;
    margin-bottom: 40px;
  }
}

#profile .content .profile {
  width: 75%;
  float: right;
}

@media screen and (max-width: 1199px) {
  #profile .content .profile {
    width: 71%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  #profile .content .profile {
    width: 100%;
    float: left;
  }
}

#profile .content .profile .lawyer {
  background: url(../img/profile_bg.gif);
}

#profile .content .profile .lawyer__box {
  padding: 80px 50px;
}

@media screen and (max-width: 767px) {
  #profile .content .profile .lawyer__box {
    padding: 20px 2%;
  }
}

#profile .content .profile .lawyer__box p {
  margin-top: 20px;
}

#profile .content .profile .lawyer__box .bold {
  font-weight: bold;
}

#profile .content .profile .lawyer__box .red {
  color: #cc2300;
}

#profile .content .profile .lawyer__box .bule {
  color: #1b4db3;
}

#profile .content .profile .lawyer__box .green {
  color: #007c17;
}

#profile .content .profile .lawyer__box .linebox {
  text-align: center;
}

#profile .content .profile .lawyer__box .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #f5d3cc));
  background: linear-gradient(transparent 50%, #f5d3cc 0%);
  line-height: 1.3em;
}

#profile .content .profile .lawyer__box ul {
  margin-top: 80px;
  margin-bottom: 60px;
}

#profile .content .profile .lawyer__box ul li {
  margin-top: 34px;
  padding: 4px 0 4px 53px;
  background: url(../img/profile_ico@2x.png) no-repeat;
  background-size: 33px;
}

#profile .content .profile .lawyer__list {
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}

#profile .content .profile .lawyer__list li {
  float: left;
  width: 24%;
  margin-right: 1.333333%;
}

@media screen and (max-width: 767px) {
  #profile .content .profile .lawyer__list li {
    width: 49%;
    margin-right: 2%;
    margin-top: -62.38px;
    padding-top: 62.38px;
  }
}

@media screen and (max-width: 767px) {
  #profile .content .profile .lawyer__list li:nth-child(even) {
    margin-right: 0;
  }
}

#profile .content .profile .lawyer__list li:last-child {
  margin-right: 0;
}

#profile .content .sidenav {
  width: 22%;
  float: left;
  margin-right: 3%;
}

@media screen and (max-width: 1199px) {
  #profile .content .sidenav {
    width: 21%;
    margin: 0 2%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  #profile .content .sidenav {
    width: 100%;
    float: right;
    margin: 0;
    margin-top: 40px;
    padding: 0 2%;
  }
}

#profile .content .sidenav a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #profile .content .sidenav__nav {
    display: none;
  }
}

#profile .content .sidenav__area {
  margin-top: 20px;
  padding: 6px 0;
  background: #e9e9e9;
}

@media screen and (max-width: 767px) {
  #profile .content .sidenav__area {
    display: none;
  }
}

#profile .content .sidenav__area dl {
  width: calc(100% - 12px);
  display: block;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#profile .content .sidenav__area dl dt {
  background: #e9e9e9;
}

#profile .content .sidenav__area dl dd {
  padding: 7px 0;
  font-size: 0.75rem;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

#profile .content .sidenav__area dl dd img {
  padding-left: 7px;
  padding-right: 7px;
}

#profile .content .sidenav__area dl dd p {
  margin-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

#profile .content .sidenav__area dl dd:last-child {
  padding-bottom: 10px;
}

#profile .content .sidenav__area dl dd:hover {
  background: #fff6e6;
}

#profile .content .sidenav__area dl dd:last-child:hover {
  background: none;
}

#profile .content .sidenav__sparea {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #profile .content .sidenav__sparea {
    display: block;
  }
}

#profile .content .sidenav__sparea p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}

#profile .content .sidenav__sparea ul {
  overflow: hidden;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #profile .content .sidenav__sparea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#profile .content .sidenav__sparea ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  #profile .content .sidenav__sparea ul li {
    width: 24%;
  }
}

#profile .content .sidenav__sparea ul li a {
  display: block;
}

#profile .content .sidenav__sparea ul li:last-child {
  margin-right: 0;
}

#profile .content .sidenav__spnav {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #profile .content .sidenav__spnav {
    display: block;
  }
}

#profile .content .sidenav__spnav p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}

#profile .content .sidenav__spnav ul {
  overflow: hidden;
  margin-top: 10px;
}

#profile .content .sidenav__spnav ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

#profile .content .sidenav__spnav ul li a {
  display: block;
}

#profile .content .sidenav__spnav ul li:nth-child(3n) {
  margin-right: 0;
}

#profile .content .sidenav__spnav ul li:nth-child(4),
#profile .content .sidenav__spnav ul li:nth-child(5) {
  margin-top: 10px;
}

#profile .content .sidenav__spnav ul:last-child li {
  width: 32%;
  margin-right: 2%;
}

#profile .content .sidenav__spnav ul:last-child li:last-child {
  margin-right: 0;
}

#profile .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #profile .office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#profile .office dl {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #profile .office dl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #profile .office dl:not(:last-child) {
    margin-bottom: 30px;
  }
}

#profile .office dl a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}

#profile .office dl a:hover {
  background: #fff6e6;
}

#profile .office dt {
  margin-bottom: 15px;
}

#profile .office dt img {
  max-height: 21px;
  width: auto;
}

#profile .office__sp {
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #profile .office__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#profile .office__sp li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  #profile .office__sp li {
    width: 24%;
  }
}

#profile .office__sp li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .caution {
    padding: 0 3%;
  }
}

.caution .inner {
  border: 5px solid #cc2300;
  border-radius: 20px;
}

.caution__ttl {
  padding-bottom: 29px;
  position: relative;
  border-bottom: 4px solid #333;
}

@media screen and (max-width: 767px) {
  .caution__ttl {
    margin-bottom: 30px;
  }
}

.caution__ttl img {
  max-width: 648px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .caution__ttl img {
    width: 98%;
  }
}

.caution__ttl:before {
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -17px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  z-index: 1;
  margin-left: -22px;
}

.caution__ttl:after {
  border: 20px solid transparent;
  border-top-color: #333;
  border-bottom-width: 0;
  bottom: -22px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -22px;
}

.caution__txt {
  color: #000;
  margin-top: 50px;
}

.caution__txt p:not(last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .caution__txt p:not(last-child) {
    margin-bottom: 20px;
  }
}

.caution__txt span {
  color: #ac0b0b;
  font-weight: bold;
}

.caution__box {
  padding: 23px 50px 0px 50px;
}

@media screen and (max-width: 767px) {
  .caution__box {
    padding: 23px 3% 0 3%;
  }
}

.guide__info {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .guide__info {
    display: none;
  }
}

.guide__sp {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .guide__sp {
    display: block;
  }
}

.guide__sp p img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.guide__sp .tel {
  display: block;
  margin-top: 10px;
}

.guide__sp .tel img {
  width: 100%;
}

.guide__sp .mail {
  display: block;
  margin-top: 10px;
}

.guide__sp .mail img {
  width: 100%;
}

.addbox {
  margin-top: 40px;
  border: 5px solid #1b4db3;
  border-radius: 20px;
}

.addtext {
  padding: 2%;
  margin: 20px 0;
}

#profile .title__blue {
  background: #1b4db3;
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 25px;
  font-weight: bold;
  border-radius: 14px 14px 0 0;
}
/*# sourceMappingURL=style.css.map */