@charset "UTF-8";
.law_cases_wrap {
    margin-top: 60px;
}
.law_cases_ttl {
    font-size : 20px;
    letter-spacing : 1.6px;
    color : #13243C;
    font-weight: 600;
}
.law_cases_txt {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #13243C;
    margin-top: 30px;
}
.law_cases-list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px;
}
.law_cases-item {
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
}
.law_cases-item a {
    background: #fff;
    display: block;
    padding: 24px 20px;
    text-decoration: none;
}
.not_lc_date-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #192d8c;
    height: 100%;
    height: 20px;
    padding: 0 8px;
    box-sizing: border-box;
}
.not_lc_date {
    font-size : 12px;
    line-height: 1;
    letter-spacing : 0.72px;
    color : #FFFFFF;
    font-weight: 600;
}
.not_lc_date-ttl {
    margin: 20px 0;
    font-size : 16px;
    line-height : 25px;
    letter-spacing : 1.28px;
    color : #141F3F;
    font-weight: 600;
}
.not_lc_daytime {
    font-size : 12px;
    line-height : 25px;
    letter-spacing : 0.96px;
    color : #000000;
}

.law_cases_detail_info .not_lc_daytime {
    font-size: 16px;
}

.not_lc_dbin.new_goth {
    font-size : 12px;
    line-height : 25px;
    letter-spacing : 0.96px;
    color : #141F3F;
}
/*detail*/
.law_cases_detail_heading {
    background: #fff;
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 26px 34px 26px 62px;
    box-sizing: border-box;
    position: relative;
    font-size : 20px;
    line-height : 1.8;
    letter-spacing : 1.6px;
    color : #13243C;
    font-weight: bold;
}
.law_cases_detail_heading:before {
    content: '';
    display: block;
    width: 25px;
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    left: 10px;
    top: 12px;
    background: #192d8c;
    z-index: 1;
}
.law_cases_detail_box {
    margin-top: 50px;
    padding: 0 50px;
}
.law_cases_detail_info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.law_cases_detail_info .label {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #13243C;
    font-weight: bold;
    width: 110px;
}
.law_cases_detail_info .details {
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #13243C;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    box-sizing: border-box;
}
.law_cases_detail_case {
    margin-top: 30px;
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #13243C;
    padding-left: 1.2em;
    position: relative;
}
.law_cases_detail_case:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 13px;
    background: #014396;
    z-index: 1;
}
.law_cases_read_wrap {
    border-top: 1px solid #cccccc;
    margin-top: 60px;
}
.law_cases_read_inner {
    margin-top: 100px;
}
.law_cases_read_content {
    margin-top: 60px;
}
.law_cases_read_ttl {
    font-size : 18px;
    letter-spacing : 1.08px;
    color : #13243C;
    font-weight: bold;
}
.law_cases_read_txt {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #13243C;
    margin-top: 20px;
    padding-left: 1em;
}
@media only screen and (min-width:640px) {
    .law_cases-item a:hover {
        background: #fafbff;
        box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .law_cases-list {
        gap: 20px 0;
    }
    .law_cases-item {
        width: 100%;
    }
}
@media screen and (min-width:640px) and (max-width:1024px) {
    .law_cases_detail_box {
        padding: 0;
    }
}
@media only screen and (max-width:640px) {
    .law_cases_wrap {
        margin-top: 10.667vw;
        padding: 0;
    }
    .lc_wrap {
        padding: 0 4.688vw;
    }
    .law_cases_ttl {
        font-size : 4.267vw;
    }
    .lc-list_wrap .law_cases_ttl {
        padding: 0 4.688vw;
    }
    .law_cases_txt {
        font-size : 3.2vw;
        margin-top: 6.933vw;
    }
    .law_cases-list {
        margin-top: 5.333vw;
        gap: 6.933vw 0;
    }
    .law_cases-item {
        width: 100%;
        filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.08));
    }
    .law_cases-item a {
        padding: 0 2vw;
    }
    .not_lc_date-wrapper {
        height: 4.865vw;
        padding: 0 1.784vw;
    }
    .not_lc_date {
        font-size: 2.973vw;
        padding: 0 2.688vw;
    }
    .not_lc_date-ttl {
        margin: 4.267vw 0;
        font-size : 3.733vw;
        padding: 0 2.688vw;
    }
    .not_lc_daytime {
        font-size : 3.2vw;
    }
    .not_lc_dbin.new_goth {
        font-size : 3.2vw;
    }
    /*detail*/
    .law_cases_detail_wrap {
        padding: 0 4.688vw;
    }
    .law_cases_detail_heading {
        padding: 4.8vw 2.667vw 4.8vw 10.133vw;
        font-size : 4.267vw;
    }
    .law_cases_detail_heading:before {
        width: 4.8vw;
        left: 2.133vw;
    }
    .law_cases_detail_box {
        margin-top: 10.667vw;
        padding: 0;
    }
    .law_cases_detail_info {
        margin-top: 2.133vw;
    }
    .law_cases_detail_info .label {
        font-size : 3.2vw;
        width: 24vw;
    }
    .law_cases_detail_info .details {
        font-size : 3.2vw;
        width: -webkit-calc(100% - 24vw);
        width: calc(100% - 24vw);
    }
    .law_cases_detail_case {
        margin-top: 5.333vw;
        font-size : 3.2vw;
    }
    .law_cases_detail_case:before {
        width: 1.333vw;
        height: 1.333vw;
        top: 2.4vw;
    }
    .law_cases_read_wrap {
        margin-top: 10.667vw;
    }
    .law_cases_read_inner {
        margin-top: 16vw;
        padding: 0 4.688vw;
    }
    .law_cases_read_content {
        margin-top: 10.667vw;
    }
    .law_cases_read_ttl {
        font-size : 4.267vw;
    }
    .law_cases_read_txt {
        font-size : 3.2vw;
        margin-top: 5.333vw;
    }
}




.clearfix::after {
  content: "";
  clear: both;
  display: block;
}


.contents {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: auto;
}

.contents2 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: auto;
  /* background: #fff; */
}

.contents3 {
  width: 100%;
  max-width: 1000px;
  margin:  auto;
  height: auto;
}

.contents4 {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding: 1.5% 0;
  background: #fff;
}

.content1246 {
  width: 100%;
  max-width: 1246px;
  height: auto;
  margin: auto;
}

.min_cont {
  max-width: 960px;
  margin: auto;
  height: auto;
}

.gara {
  font-family: "Garamond";
}

.eimoji {
  font-family: 'Old Standard TT', serif;
}

.eimoji2 {
  font-family: 'Quicksand', sans-serif;
}

.eimoji001 {
  font-family: gill-sans-nova, sans-serif !important;
}

.eimoji002 {
  font-family: gill-sans-nova-condensed, sans-serif !important;
}

.eimoji003 {
  font-family: linotype-didot, serif !important;
}

.eimoji004 {
  font-family: linotype-didot-headline, serif !important;
}

.new_goth {
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN",dnp-shuei-gothic-kin-std, sans-serif !important;
}




/* ===================================================
詳細ページスタート
=================================================== */

.not_lc_ta {
  padding: 2.5em 3em 3.3em;
  background: #eeeeef;
}

.not_lc_ta .not_lc_tah {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7em;
}

.not_lc_ta .not_lc_taul {}

.not_lc_ta .not_lc_taul_b {}

.not_lc_ta .not_lc_taul li,
.not_lc_ta .not_lc_taul_b .not_lc_taulb2 dt,
.not_lc_ta .not_lc_taul_b .not_lc_taulb2 dd {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  color: #687da0;
  padding-left: 3.5em;
  margin: 1.4em auto;
  position: relative;
  font-weight: 600;
}

.not_lc_ta .not_lc_taul_b .not_lc_taulb2 {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

.not_lc_ta .not_lc_taul_b .not_lc_taulb2 dt {
  width: 14%;
  margin: 0;
  padding-left: 2.4em;
}


.not_lc_ta .not_lc_taul_b .not_lc_taulb2 dt#not_lc_taulb2_s {
  width: 9%;
}

.not_lc_ta .not_lc_taul_b .not_lc_taulb2 dt#not_lc_taulb2_b {
  width: 90%;
}

.not_lc_ta .not_lc_taul_b .not_lc_taulb2 dd {
  width: 65%;
  margin: auto auto auto 0;
  padding: 0;
}

.not_lc_ta .not_lc_taul li::before,
.not_lc_ta .not_lc_taul_b .not_lc_taulb2::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  top: 9px;
  left: 0px;
  margin: auto;
  /* box-sizing: border-box;
  border: 5px solid transparent; */
  border-left: 2em solid #4C6689;
}

.not_lc_ta .not_lc_taul li a {
  color: #687da0;
  display: inline-block;
}

.not_lc_co {
  margin: 4em auto 4.5em;
  color: #141F3F;
}

.not_lc_co .not_lc_coh {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding-bottom: 1.4em;
  margin-top: 0.5em;
  border-top: none;
}

.not_lc_co .not_lc_coh span {
  display: inline-block;
  padding-right: 0.8em;
  font-size: 20px;
}

.not_lc_co .not_lc_coh_h3,
.not_lc_co .not_lc_coh_h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  padding: 2em 0 0.8em 2em;
}

.not_lc_co .not_lc_cop {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2em;
  padding: 0 2em;
}

.not_lc_co .not_lc_cop a:hover {
  color: #023859;
}


.not_lc_co .not_lc_co_list {
  padding: 0.8em 0;
}

.not_lc_co .not_lc_co_list .not_lc_co_list_li {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2em;
  padding: 0 0em 1em 4em;
  position: relative;
}

.not_lc_co .not_lc_co_list .not_lc_co_list_li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 8px;
  left: 2em;
  margin: auto;
  border-radius: 50%;
  /*border-left: 8px solid #1f2d40;*/
  background: #1f2d40;
}

.not_lc_co .not_lc_co_list_check {
  padding: 0 0 0 1.25em;
  margin-top: 0px;
}

.not_lc_co .not_lc_co_list_check .not_lc_co_list_check_li {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding: 0 0em 0em 4em;
  position: relative;
  margin-top: 0.85em;
}

.not_lc_co .not_lc_co_list_check .not_lc_co_list_check_li::before {
  position: absolute;
  content: "✓";
  height: 8px;
  left: 2em;
  margin: auto;
}

.page-default-breadcrumbs-bottom {
  margin-top: 3em;
}


.not_lc_co .not_lc_cop.not_lc_annotation {
  border: solid thin #091246;
  /* display: inline-block; */
  padding: 1em;
  color: #803600;
}

.not_lc_co .not_lc_co_list_haihun {
  padding: 3em 0 3em 0.25em;
  margin-top: 0px;
}

.not_lc_co .not_lc_co_list_haihun .not_lc_co_list_haihun_li {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2em;
  padding: 0 0em 0em 4em;
  position: relative;
  margin-bottom: 0.85em;
}

.not_lc_co .not_lc_co_list_haihun .not_lc_co_list_haihun_li::before {
  position: absolute;
  content: "-";
  height: 8px;
  left: 2em;
  margin: auto;
}

/* ===================================================
詳細ページ終了
=================================================== */



@media screen and (max-width: 767px) {


  .tablet_scroll {
    display: block;
  }

.not_lc_co .not_lc_coh_h3 {
    font-size: 4.0vw;
    margin-top: 2em;
}

.not_lc_co .not_lc_coh_h4 {
    font-size: 3.8vw;
    margin-top: 1.8em;
}

}

@media screen and (max-width: 640px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*----- フェードインしながら上へスライド -----*/
  .f0 {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
  }


  .mp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .5s;
  }

  .mp2 {
    opacity: 0;
    transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    transition: .6s;
  }

  .mp3 {
    opacity: 0;
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transition: .7s;
  }

  .FadeInUP {
    opacity: 1.0 !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
  }



  .contents {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    height: auto;
  }

  .contents2 {
    width: 90%;
    max-width: 1200px;
    margin: auto 5%;
    height: auto;
  }

  .contents3 {
    width: 90%;
    max-width: 1000px;
    margin:  auto 5%;
    height: auto;
  }

  .contents4 {
    width: 94%;
    max-width: 600px;
    height: auto;
    margin: auto 3%;
  }


  .bgs {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: url(/assets/img/bg_common.png) no-repeat cover right top;
  }



  /* ===================================================
  詳細ページスタート
  =================================================== */

  .not_lc_ta {
    padding: 1.3em;
    background: #eeeeef;
  }

  .not_lc_ta .not_lc_tah {
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.7em;
  }

  .not_lc_ta .not_lc_taul {}

  .not_lc_ta .not_lc_taul_b .not_lc_taulb2 {
    padding-right: 0;
  }

  .not_lc_ta .not_lc_taul li,
  .not_lc_ta .not_lc_taul_b .not_lc_taulb2 dt,
  .not_lc_ta .not_lc_taul_b .not_lc_taulb2 dd {
    font-size: 3.7vw;
    letter-spacing: 0.15em;
    line-height: 1.7em;
    color: #687da0;
    padding-left: 2em;
    margin: 1.4em auto;
    position: relative;
    font-weight: 600;
  }

  .not_lc_ta .not_lc_taul_b .not_lc_taulb2 dt {
    width: 36%;
    padding-left: 1em;
    margin: auto;
  }

  .not_lc_ta .not_lc_taul_b .not_lc_taulb2 dt#not_lc_taulb2_s {
    width: 20%;
    margin: 0;
  }

  .not_lc_ta .not_lc_taul_b .not_lc_taulb2 dd {
    width: 64%;
    margin: 0;
    padding-left: 0em;
    padding-right: 0;
  }

  .not_lc_ta .not_lc_taul_b .not_lc_taulb2 dd#not_lc_taulb2_long {
    width: 80%;
  }

  .not_lc_ta .not_lc_taul li::before,
  .not_lc_ta .not_lc_taul_b .not_lc_taulb2::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 1px;
    top: 10px;
    left: 0px;
    margin: auto;
    /* box-sizing: border-box;
    border: 5px solid transparent; */
    border-left: 1em solid #4C6689;
  }

  .not_lc_ta .not_lc_taul li a {
    color: #687da0;
  }

  .not_lc_co {
    margin: 3em 0.4em 4em;
  }

  .not_lc_co .not_lc_coh {
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.7em;
    padding-bottom: 1.4em;
  }

  .not_lc_co .not_lc_coh span {
    display: inline-block;
    padding-right: 0.8em;
    font-size: 4.9vw;
  }

  .not_lc_co .not_lc_cop {
    font-size: 3.4vw;
    letter-spacing: 0.15em;
    line-height: 2em;
    /*padding: 0 1em 0 2em;*/
    padding: 0 0 0 1em;
  }

.not_lc_co .not_lc_coh_h3, .not_lc_co .not_lc_coh_h4 {
  padding: 2em 0 0.8em 1em;
}

  .not_lc_co .not_lc_co_list {
    padding: 0.8em 0;
  }

  .not_lc_co .not_lc_co_list .not_lc_co_list_li {
    font-size: 3.4vw;
    letter-spacing: 0.15em;
    line-height: 1.7em;
    /*padding: 0 0em 0 3.5em;*/
    padding:0 0em 1.5em 3em;
  }

  .not_lc_co .not_lc_co_list .not_lc_co_list_li::before {
    left: 1.5em;
  }

  .not_lc_co .not_lc_co_list_check {
    padding: 0 0 0 1.25em;
    margin-top: 8px;
  }

  .not_lc_co .not_lc_co_list_check .not_lc_co_list_check_li {
    font-size: 3.4vw;
    letter-spacing: 0.15em;
    line-height: 1.7em;
    padding: 0 0em 0em 3.5em;
  }

  .not_lc_co .not_lc_co_list_check .not_lc_co_list_check_li::before {
    position: absolute;
    content: "✓";
    height: 8px;
    left: 2em;
    margin: auto;
    top: 0;
  }

  .page-default-breadcrumbs-bottom {
    margin-top: 3em;
  }

  /* ===================================================
  詳細ページ終了
  =================================================== */

}
