@charset "UTF-8";
/* CSS Document */
body.home .section-top__lawyer_area {
  width: 100%;
  padding: 60px 0 20px;
  border-bottom: 1px solid #eee; }
  @media screen and (max-width: 768px) {
    body.home .section-top__lawyer_area {
      padding: 40px 0 0px; } }

body.home .section-top__lawyer_inner {
  width: 1080px;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    body.home .section-top__lawyer_inner {
      width: 100%;
      padding: 0 2% 0 2%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 1040px) and (max-width: 768px) {
    body.home .section-top__lawyer_inner {
      width: 100%;
      padding: 0 3%; } }

body.home .section-top__lawyer_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1.4px; }
  body.home .section-top__lawyer_title span {
    color: #d0010e; }
  @media screen and (max-width: 768px) {
    body.home .section-top__lawyer_title {
      font-size: 18px; } }

body.home .section-top__lawyer_box_area {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    body.home .section-top__lawyer_box_area {
      padding-top: 20px; } }

body.home .section-top__lawyer_box {
  width: calc(100% / 4 - 15px);
  text-align: center;
  background: #e5e5e5;
  padding: 15px 0 12px; }
  @media screen and (max-width: 768px) {
    body.home .section-top__lawyer_box {
      width: calc(100% / 2 - 1%);
      margin-bottom: 10px; } }
  body.home .section-top__lawyer_box .company_name p {
    display: inline-block;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: bold;
    background: #515151;
    color: #fff;
    padding: 4px 0;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      body.home .section-top__lawyer_box .company_name p {
        font-size: 14px;
        letter-spacing: -.5px; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    body.home .section-top__lawyer_box .company_name p {
      font-size: 13px;
      letter-spacing: -1px; } }
  body.home .section-top__lawyer_box .lawyer_name {
    padding-top: 8px; }
    body.home .section-top__lawyer_box .lawyer_name p {
      font-weight: bold;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        body.home .section-top__lawyer_box .lawyer_name p {
          font-size: 14px;
          letter-spacing: -.5px; } }
      body.home .section-top__lawyer_box .lawyer_name p span {
        font-size: 12px;
        padding-right: 10px; }
        @media screen and (max-width: 768px) {
          body.home .section-top__lawyer_box .lawyer_name p span {
            font-size: 11px; } }

body.lower .section-company__main_visual_image_bg {
  content: " ";
  display: inline-block;
  background: url("../img/company/main_visual.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-top: calc( 600 / 2190 * 100%);
  vertical-align: bottom;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__main_visual_image_bg {
      background: url("../img/company/main_visual_sp_@2x.jpg") no-repeat;
      background-size: cover;
      width: 100%;
      height: 0;
      padding-top: calc( 400 / 750 * 100%); } }

body.lower .section-company__main_visual_copy {
  width: 204px;
  position: absolute;
  top: 130px;
  left: 220px; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__main_visual_copy {
      text-align: center;
      top: 70px;
      left: 10px;
      width: 103px; } }
  body.lower .section-company__main_visual_copy img {
    width: 100%; }

body.lower .section-company__check_area_company {
  width: 100%;
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__check_area_company {
      padding-top: 50px; } }

body.lower .section-company__check_area_company + .section-company__check_area_company {
  width: 100%;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__check_area_company + .section-company__check_area_company {
      padding-top: 50px; } }

body.lower .section-company__item_area {
  width: 100%;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__item_area {
      margin-top: 20px;
      padding: 0 4%; } }
  body.lower .section-company__item_area dl {
    width: 100%;
    display: table;
    border-top: 1px solid #ccc; }
    body.lower .section-company__item_area dl:last-child {
      border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 768px) {
      body.lower .section-company__item_area dl {
        display: block;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc; } }
    body.lower .section-company__item_area dl dt {
      width: 25%;
      display: table-cell;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      font-weight: bold;
      vertical-align: middle;
      background: rgba(247, 204, 204, 0.4); }
      @media screen and (max-width: 768px) {
        body.lower .section-company__item_area dl dt {
          display: block;
          width: 100%;
          padding: 8px 0; } }
    body.lower .section-company__item_area dl dd {
      width: 75%;
      display: table-cell;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: 1.3px; }
      @media screen and (max-width: 768px) {
        body.lower .section-company__item_area dl dd {
          display: block;
          width: 100%;
          padding: 20px 15px;
          line-height: 1.6; } }
      body.lower .section-company__item_area dl dd span {
        font-weight: bold; }
      body.lower .section-company__item_area dl dd a {
        color: #1c4abf;
        font-weight: bold; }
      body.lower .section-company__item_area dl dd .map_box {
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          body.lower .section-company__item_area dl dd .map_box iframe {
            width: 100%;
            height: 320px; } }

body.lower .section-company__greet_area {
  width: 100%; }

body.lower .section-company__greet_box {
  width: 100%;
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__greet_box {
      padding: 0 4%; } }
  body.lower .section-company__greet_box p {
    padding-top: 20px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      body.lower .section-company__greet_box p {
        font-size: 14px; } }
    body.lower .section-company__greet_box p:nth-child(1) {
      padding-top: 0; }
      @media screen and (max-width: 768px) {
        body.lower .section-company__greet_box p:nth-child(1) {
          padding-top: 20px; } }

body.lower .section-company__space_line {
  margin: 50px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__space_line {
      margin: 35px 0; } }

body.lower .section-company__greet02_box {
  width: 100%; }
  @media screen and (max-width: 768px) {
    body.lower .section-company__greet02_box {
      padding: 0 4%; } }
  body.lower .section-company__greet02_box .greet_title {
    color: #c32824;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      body.lower .section-company__greet02_box .greet_title {
        font-size: 18px;
        line-height: 1.5; } }
  body.lower .section-company__greet02_box P {
    padding-top: 20px; }
  body.lower .section-company__greet02_box .intro_box {
    width: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    body.lower .section-company__greet02_box .intro_box .intro_left {
      width: 55%;
      margin-right: 5%; }
      @media screen and (max-width: 768px) {
        body.lower .section-company__greet02_box .intro_box .intro_left {
          margin-right: 0;
          width: 100%; } }
      body.lower .section-company__greet02_box .intro_box .intro_left p {
        font-size: 16px;
        padding-top: 0; }
        @media screen and (max-width: 768px) {
          body.lower .section-company__greet02_box .intro_box .intro_left p {
            font-size: 14px; } }
    body.lower .section-company__greet02_box .intro_box .intro_right {
      width: 40%; }
      @media screen and (max-width: 768px) {
        body.lower .section-company__greet02_box .intro_box .intro_right {
          width: 100%;
          padding-top: 20px; } }
      body.lower .section-company__greet02_box .intro_box .intro_right img {
        width: 100%; }

body.lower .section-company__greet03_box {
  width: 100%; }
  body.lower .section-company__greet03_box .greet_title {
    color: #c32824;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      body.lower .section-company__greet03_box .greet_title {
        font-size: 18px;
        padding: 0 4%;
        margin-bottom: -10px; } }

body.lower .section-company__company_area {
  width: 100%;
  background: #fff; }

body.lower.single .section-blog__content_area h2 {
  font-size: 22px;
  font-family: Arial,Verdana,"Helvetica Neue",Helvetica,"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"Ｓ Ｐゴシック","MS PGothic", sans-serif;
  margin: 60px 0 15px;
  padding: 2px 0 2px 15px;
  position: relative;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #2f313d; }
  @media screen and (max-width: 768px) {
    body.lower.single .section-blog__content_area h2 {
      font-size: 18px;
      margin: 60px 0 10px;
      padding: 2px 0 2px 10px; } }
  body.lower.single .section-blog__content_area h2::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #ce2026;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      body.lower.single .section-blog__content_area h2::before {
        width: 3px; } }

body.lower.single .section-blog__content_area h3 {
  font-size: 22px;
  font-family: Arial,Verdana,"Helvetica Neue",Helvetica,"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"Ｓ Ｐゴシック","MS PGothic", sans-serif;
  font-weight: 500;
  margin: 30px 0 0;
  line-height: 1.5;
  border-bottom: 2px solid #ce2026;
  padding-bottom: 5px;
  margin-bottom: 15px !important;
  color: #ce2026; }
  @media screen and (max-width: 768px) {
    body.lower.single .section-blog__content_area h3 {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 4px; } }

body.lower.single .section-blog__content_area h4 {
  font-size: 16px;
  font-family: Arial,Verdana,"Helvetica Neue",Helvetica,"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"Ｓ Ｐゴシック","MS PGothic", sans-serif;
  padding: 10px;
  margin: 0 0 5px;
  color: #454545;
  border: 1px solid #ccc;
  line-height: 1.6;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    body.lower.single .section-blog__content_area h4 {
      font-size: 14px;
      padding: 5px; } }

body.lower.single .section-blog__content_area p i {
  font-weight: bold;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: -o-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%); }

body.lower.single .section-blog__content_area p b {
  font-weight: bold; }

body.lower .section-blog__content_title {
  width: 100%;
  padding: 0 !important;
  padding-bottom: 10px;
  border: none !important;
  border-bottom: dotted 1px #ccc !important; }
  body.lower .section-blog__content_title span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #2f313d;
    padding: 5px 25px;
    border-radius: 5px; }
  body.lower .section-blog__content_title span.cl_r {
    background: #c32824; }
  body.lower .section-blog__content_title time {
    font-size: 16px;
    display: inline-block;
    color: #c32824;
    margin-left: 10px;
    font-weight: bold; }
  body.lower .section-blog__content_title p.blog_sub_title {
    font-size: 24px;
    color: #2f313d;
    font-weight: bold;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      body.lower .section-blog__content_title p.blog_sub_title {
        font-size: 20px;
        line-height: 1.5; } }
