@charset "utf-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;}

body {
  font-size: 62.5%;
  /*background: #f8f8f8;*/
}

img {
  height: auto;
  margin: auto;
  vertical-align: text-bottom;}

.pc {
  display: block;
}

.sp {
  display: none;
}

.not_pc {
  display: block !important;
}

.not_sp {
  display: none !important;
}

.sp_979 {
  display: none;}

.tablet_scroll {
  display: none;
}

.bfont {
  font-weight: bold;
  text-decoration: underline;
}



/*header,article,section {
  font-family:  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana  !important;
}*/




/* -------------------------------- 

contents

-------------------------------- */



.pc {
  display: block;}

.sp {
  display: none;}

.tablet_scroll {
  display: none;
}

.nav-botm {
  padding-bottom: 1%;
}

.l-container-sm {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
}

.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;
}

.eimoji002 {
  font-family: gill-sans-nova-condensed, sans-serif;
}

.eimoji003 {
  font-family: linotype-didot, serif;
}

.eimoji004 {
  font-family: linotype-didot-headline, serif;
}

.new_goth {
  font-family: 'Noto sans JP', dnp-shuei-gothic-kin-std, sans-serif !important;
}

.new_min {
  font-family: 'Noto Serif JP', a-otf-ryumin-pr6n, serif;
}

.pink {
  color: #EB8397;
}

.orange {
  color: #DF971F;
}


.wr01 {
  /* background: #e2e2e2; */
}

/* .bgs {
  background: url(../img/bg_common.png) no-repeat fixed right top;
} */


/* header  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  background-color: rgba(216,221,225,0);
  height: 200px;
}

.is-fixed  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(216,221,225,0.7);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100px;
} */
/* #header{
  width:100%;
  background: rgba(216,221,225,0);
}

#header.fixed{
  position: fixed;
  z-index: 999;
  top:0;
  left:0;
  background-color: rgba(216,221,225,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

main {
  margin: 160px auto;
}

.mainc001 {
  margin: auto auto 45px;
}

.mainc001 .tit001 {
  float: left;
}

.mainc001 .tit001 .t01 {
  font-size: 62px;
  color: #abadb9;
  letter-spacing: .02em;
  text-transform: capitalize;
}

.mainc001 .tit001 .t02 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #091246;
  letter-spacing: .09em;
  line-height: 1.75;
  padding-left: 23px;
  margin-top: 5px;
  position: relative;
}

.mainc001 .tit001 .t02::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 12px;
  left: 8px;
}

.mainc001 .pankuzu {
  text-align: right;
  float: right;
  width: 53%;
}

.mainc001 .pankuzu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainc001 .pankuzu ul li {
  font-size: 12px;
  letter-spacing: .09em;
  line-height: 1;
  position: relative;
  display: inline;
}

.mainc001 .pankuzu ul li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
}

.mainc001 .pankuzu ul li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #091246;
    position: absolute;
    top: 3px;
    right: 0;
}

.mainc001 .pankuzu ul li a {
  color: #091246;
} */

.single-heading.single-heading-with-border {
    border-bottom: none;
    padding-bottom: 0;
}

.single-body ul {
    margin-top: 0;
}

.single-body h2,
.single-body h3 {
  margin-top: auto;
}

.main002 {
  display: flex;
  flex-flow: row wrap;
}

/* ===================================================
一覧ページスタート
=================================================== */


/* 見出し部分スタート */

.main002 .not_index {
  padding: 0 2em;
  margin-bottom: 3em;
}


.main002 .not_index .not_ft_mv_pic {}

.main002 .not_index .not_ft_mv_pic img {
  margin-bottom: auto;
}

.main002 .not_index .not_ih001 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
  border-top: none;
  margin-top: 0;
}

.main002 .not_index .not_ip001 {
  font-size: 14px;
  line-height: 1.9em;
  letter-spacing: 0.15em;
  padding-bottom: 3em;
}


.main002 .not_index .not_contents_h {
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  padding-bottom: 1em;
  font-weight: 600;
  margin-top: 1em;
}

.main002 .not_index .not_awards {
  padding: 2em 2em 0;
  margin-bottom: 4em;
}

.main002 .not_index .not_awards .aw_inner {
  background: #f3f3f3;
  border: solid thin #141b50;
  padding: 1.3em 1em 1em;
}

.main002 .not_index .not_awards p,
.main002 .not_index .not_awards .aw_inner p {
  margin: auto;
}

.main002 .not_index .not_awards .aw_inner .aw_in_eng {
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-align: center;
  color: #dea419;
  position: relative;
}


.main002 .not_index .not_awards .aw_inner .aw_in_eng::before {
  content: "";
  width: 0;
  height: 0.05em;
  position: absolute;
  top: 0.4em;
  left: 14em;
  margin: auto;
  color: #122747;
  border-left: 2em solid #122747;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform-origin: left top;
}

.main002 .not_index .not_awards .aw_inner .aw_in_eng::after {
  content: "";
  width: 0;
  height: 0.05em;
  position: absolute;
  top: 0.4em;
  right: 12em;
  margin: auto;
  color: #122747;
  border-right: 2em solid #122747;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform-origin: left top;
}

.main002 .not_index .not_awards .aw_inner h3 {
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: ;
  text-align: center;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box {
  display: flex;
  flex-flow: row wrap;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box picture {
  display: inline-block;
  margin: 2em auto;
  width: 30%;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box picture a img {
  margin: auto;
  transition: .3s;
}


.main002 .not_index .not_awards .aw_inner .not_aw_inner_box picture a:hover img {
  opacity: 0.8;
} 

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right {
  margin: 3em 1em auto;
  width: 62%;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p {
  font-size: ;
  line-height: ;
  letter-spacing: ;
  font-weight: 600;
}


.main002 .not_index .not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p.not_aw_inner_box_right_p2 {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-top: 1em;
}


.main002 .not_index .not_anchor {
  padding: 2em 0;
  border-top: solid thin #4C6689;
}

.main002 .not_index .not_anchor .not_iul001 {
  display: flex;
  flex-flow: row wrap;
}

.main002 .not_index .not_anchor .not_iul001 li {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding: 0.5% 0.5%;
  width: 22%;
  margin: auto 1%;
  text-align: left;
}

.main002 .not_index .not_anchor .not_iul001 li a {
  color: #4C6689;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.main002 .not_index .not_anchor .not_iul001 li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: -11px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #4C6689;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main002 .not_index .not_anchor .not_iul001 li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #4C6689;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.main002 .not_index .not_anchor .not_iul001 li a:hover {
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

.main002 .not_index .not_anchor .not_iul001 li a:hover::after {
  transform: scale(1, 1);
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

/* 見出し部分終了 */

/* 各コンテンツの判例見出しスタート */

.main002 .not_c {
  padding: 5.6em 0 3vw;
}

.main002 .not_c .not_ft_headline {
  position: relative;
}

.main002 .not_c .not_ft_headline .not_ft_sub_t {
  font-size: 25px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0 0 0em 0.65em;
  color: #7f85a7;
}

.main002 .not_c .not_ft_headline .not_lch001,
.main002 .not_c .not_lch002 {
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0 0 0.5em 1em;
  position: relative;
  border-top: none;
  margin-top: auto;
}

.main002 .not_c .not_ft_headline .not_lch001 span,
.main002 .not_c .not_lch002 span  {
  font-size: 23px;
}

.main002 .not_c .not_ft_headline::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 5em;
  top: 0px;
  left: -5px;
  margin: auto;
  border-left: 5px solid #4C6689;
}

.main002 .not_c .not_lch002::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2em;
  top: 0px;
  left: -5px;
  margin: auto;
  border-left: 5px solid #4C6689;
}

.main002 .not_c .not_sp_scroll {
  padding: 2em 2em;
  margin: 1.2em auto 2em;
  background: #fff;
}

.main002 .not_c .not_sp_scroll .not_bun_part {
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}


.main002 .not_c .single-body p,
.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box .single-body p {
  margin: auto;
}

/* .main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box {
  width: 46%;
  margin: auto 2%;
} */

.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box {
  width: 31%;
  margin: 0 1% auto;
}

.main002 .not_c .not_sp_scroll .not_bun_part a {
  display: inline-block;
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bunner {
  width: 100%;
  margin: auto;
  display: inline-block;
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bunner img {
  margin: auto;
}


.main002 .not_c .not_sp_scroll p,
.main002 .not_c .not_sp_scroll .not_bun_part p,
.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box p {
  margin-top: auto;
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box .not_bun_p {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: 600;
  width: 100%;
  margin-top: 1.5em;
  display: inline-block;
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_p .not_bun_p_small,
.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_p time {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.main002 .not_c .not_c_p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.15em;
  padding: 1em;
  margin: 0.5em 1em;
}

.main002 .not_c .not_c_article {
  padding: 3em 2.5em;
}

.main002 .not_c .not_c_article h3,
.main002 .not_c .not_c_article .not_c_article_h3 {
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-bottom: 1em;
}

.main002 .not_c .not_c_article .not_c_article_h4 {
  margin-top: 2em;
  letter-spacing: 0.15em;
  padding-bottom: 0.4em;
}

.main002 .not_c .not_c_article .not_c_article_h3 {
  padding-left: 2em;
  position: relative;
  font-style: italic;
}

.main002 .not_c .not_c_article .not_c_article_h3::before {
  content: "";
  width: 2em;
  height: 0px;
  position: absolute;
  top: 16px;
  left: -11px;
  margin: auto;
  border: 0.05em solid #ab8f6a;
}

.main002 .not_c .not_c_article p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.15em;
}

.main002 .not_c .not_c_article .not_c_artcle_li {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  padding: 1em 2em;
}

.main002 .not_c .not_c_article .not_c_artcle_li li {
  position: relative;
  margin-bottom: 1.5em;
  color: #091246;
  font-size: 14px;
}

.main002 .not_c .not_c_article .not_c_artcle_li li a:hover {
  transition: all .4s ease-in-out;
  color: #696d88;
}

.main002 .not_c .not_c_article .not_c_artcle_li li a {
  font-weight: 600;
  color: #091246;
}

.main002 .not_c .not_c_article .not_c_artcle_li li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  top: 8px;
  left: -20px;
  margin: auto;
  border-radius: 50%;
  border-left: 8px solid #1f2d40;
}

.main002 .not_c .not_c_article .not_c_artcle_li li::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #1f2d40;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}
.main002 .not_c .not_c_article .not_c_artcle_li li:hover::after {
  transform: scale(1, 1);
}


.main002 .not_c .not_c_article .not_c_artcle_li li .not_c_a_list {}


.not_picture_box {
  margin: 2em auto 4em;
  padding: 0 6em;
}

.not_picture_box .not_picture {
  position: relative;
}

.not_picture_box .not_picture .not_picture_txt {
  position: absolute;
  /* background: #fff; */
  /* border: solid thin #333; */
  top: 6em;
  right: 0;
}

.not_picture_box .not_picture .not_picture_txt p {
  font-size: 49px;
  line-height: 1em;
  letter-spacing: 1em;
  padding: 0.5em;
  /* background: #fff; */
  border-bottom: solid thin #333;
  text-align: center;
}


.not_picture_box .not_picture .not_picture_txt p#not_id_txt02 {
  color: #fff;
  border-bottom: solid thin #fff;
  text-shadow: 1px 1px 8px #8e8e8e;
}

.not_picture_box .not_picture img {}

.not_ft_ca_num {
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-bottom: 1em;
}











.main002 .not_lc {}

.main002 .not_lc .not_lch001 {
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0 0 0.5em 1em;
  position: relative;
}

.main002 .not_lc .not_lch001::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 35px;
  top: 0px;
  left: -5px;
  margin: auto;
  /* box-sizing: border-box;
  border: 5px solid transparent; */
  border-left: 6px solid #4C6689;
}

.main002 .not_lc .not_lcul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 7em;
}

.main002 .not_lc .not_lcul li {
  width: 44%;
  margin: 2em 3% 3em;
  font-size: 13px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
}

.single-body ul li::before {
    content: "";
    width: 0;
    height: 0;
    background-color: #aa8f6a;
    border-radius: 0%;
    position: none;
    top: 0;
    left: 0;
}

.main002 .not_lc .not_lcul li a {
  position: relative;
  transition: all .5s ease-in-out;
}

.main002 .not_lc .not_lcul li a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  top: 5px;
  left: -20px;
  margin: auto;
  border-radius: 50%;
  /* box-sizing: border-box;
  border: 5px solid transparent; */
  border-left: 8px solid #4C6689;
}

.main002 .not_lc .not_lcul li:hover {
  box-shadow: 0px 2px 8px #808080;
}

.main002 .not_lc .not_lcul li a:hover {
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

.main002 .not_lc .not_lcul li a:hover::before {
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

/* 各コンテンツの判例見出し終了 */

/* ===================================================
一覧ページ終了
=================================================== */

/* ===================================================
詳細ページスタート
=================================================== */

.main002 .not_lc_ta {
  padding: 3.5em 3em;
  background: #eeeeef;
}

.main002 .not_lc_ta .not_lc_tah {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7em;
}

.main002 .not_lc_ta .not_lc_taul {}

.main002 .not_lc_ta .not_lc_taul li {
  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;
}

.main002 .not_lc_ta .not_lc_taul li::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;
}

.main002 .not_lc_ta .not_lc_taul li a {
  color: #687da0;
}

.main002 .not_lc_co {
  margin: 5em auto 7em;
}

.main002 .not_lc_co .not_lc_coh {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding-bottom: 1.4em;
}

.main002 .not_lc_co .not_lc_coh span {
  display: inline-block;
  padding-right: 0.8em;
  font-size: 20px;
}

.main002 .not_lc_co .not_lc_cop {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding: 0 2em;
}

/* ===================================================
詳細ページ終了
=================================================== */


.main002 .m002r .thiscont .relationinfo ul li a {
  display: block;
  font-size: 14px;
  color: #091246;
  letter-spacing: .09em;
  line-height: 1.5;
  padding: 5px 25px 5px 10px;
  position: relative;
}

.main002 .m002r .thiscont .relationinfo ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8d0116;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main002 .m002r .thiscont .practicesss .tag_list,
.main002 .m002r .thiscont .keywords .tag_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0 -8px;
}

.main002 .m002r .thiscont .practicesss .tag_list li,
.main002 .m002r .thiscont .keywords .tag_list li {
  padding: 0 8px;
  margin-top: 15px;
}

.main002 .m002r .thiscont .practicesss .tag_list li a,
.main002 .m002r .thiscont .keywords .tag_list li a {
  display: block;
  font-size: 14px;
  color: #091246;
  letter-spacing: .09em;
  line-height: 1.5;
  background-color: hsla(0,0%,100%,.3);
  border-radius: 3px;
  padding: 5px 10px 5px 25px;
  position: relative;
}

.main002 .m002r .thiscont .practicesss .tag_list li a::before,
.main002 .m002r .thiscont .keywords .tag_list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #aa8f6a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lawcont {
  margin: auto;
}

.lawcont h2 {
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.09em;
  font-weight: 600;
}

.lawcont .lawin {
  display: flex;
  flex-flow: row wrap;
}

.lawcont .lawbox {
  width: 24.9%;
  margin: 0.5px;
}

.lawcont .lawin .lawbox {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0;
}


.lawcont .lawin .lawbox p {
  margin-top: auto;
}

.lawcont .lawin .lawbox a {}

.lawcont .lawin .lawbox a:hover {}

.lawcont .lawin .lawbox picture {}

.lawcont .lawin .lawbox picture img {
  max-width: 100%;
  margin: auto;
}

.lawcont .lawin .lawbox .lawname {
  padding: 20px 10px;
}

.lawcont .lawin .lawbox .lawname h3 {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 20px;
}

.lawcont .lawin .lawbox .lawname p {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  /* padding-bottom: 20px; */
  margin-top: auto;
}

.lawcont .lawin .lawbox .lawname ul {}

.lawcont .lawin .lawbox .lawname ul li {
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}

.features-detail-recent,
.features-detail-seminars,
.features-detail-publications,
.features-detail-related-other {
  width: 100%;
  max-width: 1100px;
  /* max-width: 1000px; */
  margin: 11em auto auto;
}

.features-card-image-wrapper {
    height: 100%;
}

.seminars-card.seminars-card-features-detail .seminars-card-image-wrapper,
.seminars-card.seminars-card-lawyers-detail .seminars-card-image-wrapper {
    height: auto;
}

.related-list-features .related-list-item {
  width: 100%;
  max-width: 500px;
}


/* @media only screen and (max-width: 1366px) {
  .features-card-image-wrapper {
    height: 282px;
}

} */



/**************************************************************

NEW_FOOTER 20170829

**************************************************************/




@media screen and (max-width: 1548px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1495px) {}

@media screen and (max-width: 1455px) {}

@media screen and (max-width: 1351px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1290px) {



}

@media screen and (max-width: 1251px) {}


@media screen and (max-width: 1200px) {}


@media screen and (max-width: 1150px) {}


@media screen and (max-width: 1100px) {}


@media screen and (max-width: 1050px) {}


@media screen and (max-width: 1000px) {}


@media screen and (max-width: 960px) {}

@media only screen and (max-width: 979px) {
.sp_979 {
  display: block;
}


}

@media screen and (max-width: 767px) {


.tablet_scroll {
  display: block;
}

.features-card-image-wrapper {
  /* width: 100%; */
    width: calc(100% + 32px);
    height: 56.2666666667vw !important;
    margin-left: -16px;
}


}

@media screen and (max-width: 640px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

.not_pc {
  display: none !important;
}

.not_sp {
  display: block !important;
}


/*----- フェードインしながら上へスライド -----*/
.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(../img/bg_common.png) no-repeat cover right top;
}

main {
    margin: 2em auto;
}

.mainc001 {
  width: 94%;
  margin: auto auto 3em;
}

.mainc001 .tit001 {
  float: none;
}

.mainc001 .tit001 .t01 {
  font-size: 9vw;
  color: #abadb9;
  letter-spacing: .02em;
  text-transform: capitalize;
}

.mainc001 .tit001 .t02 {
  display: block;
  font-size: 4vw;
  font-weight: 700;
  color: #091246;
  letter-spacing: .09em;
  line-height: 1.75;
  padding-left: 23px;
  margin-top: 5px;
  position: relative;
}

.mainc001 .tit001 .t02::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 0.8em;
  left: 8px;
}



/* .mainc001 .pankuzu {
  text-align: right;
  float: none;
  width: 100%;
  margin: 4% auto 4em;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.mainc001 .pankuzu nav {
  width: 800px;
  overflow: hidden;
  margin: 2% auto;
}

.mainc001 .pankuzu ul li {
  font-size: 3.2vw;
  letter-spacing: .09em;
  line-height: 1;
  position: relative;
  display: inline;
} */

/* .single-heading-text {
  display: none;
} */

.single-body {
  padding: 0;
}

.main002 {
  display: flex;
  flex-flow: row wrap;
}


/* ===================================================
一覧ページスタート
=================================================== */


/* 見出し部分スタート */

.main002 .not_index {
  padding: 0 2em;
  margin-bottom: 2em;
}

.main002 .not_index .not_ih001 {
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
}

.main002 .not_index .not_ip001 {
  font-size: 3.6vw;
  line-height: 2em;
  letter-spacing: 0.15em;
  padding-bottom: 3em;
}




.main002 .not_index .not_awards {
  padding: 2em 0em 0;
  margin-bottom: 4em;
}

.main002 .not_index .not_awards .aw_inner {
  background: #f3f3f3;
  border: solid thin #141b50;
  padding: 1.3em 1em 1em;
}

.main002 .not_index .not_awards p,
.main002 .not_index .not_awards .aw_inner p {
  margin: auto;
}

.main002 .not_index .not_awards .aw_inner .aw_in_eng {
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-align: center;
  color: #dea419;
  position: relative;
}


.main002 .not_index .not_awards .aw_inner .aw_in_eng::before {
  content: "";
  width: 0;
  height: 0.02em;
  position: absolute;
  top: 0.4em;
  left: 1em;
}

.main002 .not_index .not_awards .aw_inner .aw_in_eng::after {
  content: "";
  width: 0;
  height: 0.02em;
  position: absolute;
  top: 0.4em;
  right: -1em;
}

.main002 .not_index .not_awards .aw_inner h3 {
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: ;
  text-align: center;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box {
  display: flex;
  flex-flow: row wrap;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box picture {
  display: inline-block;
  margin: 2em auto;
  width: 100%;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box picture a img {
  margin: auto;
  transition: .3s;
}


.main002 .not_index .not_awards .aw_inner .not_aw_inner_box picture a:hover img {
  opacity: 0.8;
} 

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right {
  margin: 1em 1em;
  width: 100%;
}

.main002 .not_index .not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p {
  font-size: ;
  line-height: ;
  letter-spacing: ;
  font-weight: 600;
}


.main002 .not_index .not_awards .aw_inner .not_aw_inner_box .not_aw_inner_box_right p.not_aw_inner_box_right_p2 {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-top: 1em;
}






.main002 .not_index .not_anchor {
  padding: 1em 0;
  border-top: solid thin #4C6689;
}

.main002 .not_index .not_anchor .not_iul001 {
  display: flex;
  flex-flow: row wrap;
}

.main002 .not_index .not_anchor .not_iul001 li {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding: 0.5% 0.5%;
  width: 90%;
  margin: 2.5% 5%;
  text-align: left;
}

.main002 .not_index .not_anchor .not_iul001 li a {
  color: #4C6689;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.main002 .not_index .not_anchor .not_iul001 li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: -11px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #4C6689;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main002 .not_index .not_anchor .not_iul001 li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #4C6689;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.main002 .not_index .not_anchor .not_iul001 li a:hover {
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

.main002 .not_index .not_anchor .not_iul001 li a:hover::after {
  transform: scale(1, 1);
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

/* 見出し部分終了 */

/* 各コンテンツの判例見出しスタート */

.main002 .not_c {
  margin: 2em 1em 7vw;
  padding: 2.4em 0 1.2vw;
}

.main002 .not_c .not_ft_headline .not_ft_sub_t {
  font-size: 5vw;
  padding-left: 0.8em;
}

.main002 .not_c .not_ft_headline::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 4.3em;
  top: 0px;
  left: -5px;
  margin: auto;
  border-left: 5px solid #4C6689;
}

.main002 .not_c .not_ft_headline .not_lch001,
.main002 .not_c .not_lch002 {
  font-size: 5vw;
}

.main002 .not_c .not_ft_headline .not_lch001 span,
.main002 .not_c .not_lch002 span  {
  font-size: 5.3vw;
}

.main002 .not_c .not_sp_scr_box {
  margin: 1.2em auto 2em;
  background: #fff;
}

.main002 .not_c .not_sp_scroll {
  padding: 1em 1em;
  margin: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.main002 .not_c .not_sp_scroll .not_bun_part {
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 900px;
}

/* .main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box {
  width: 100%;
  margin: auto;
} */

.main002 .not_c .not_sp_scroll .not_bun_part a {
  display: inline-block;
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bunner {
  width: 100%;
  margin: auto auto 1em;
  display: inline-block;
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bunner img {
  margin: auto;
}


.main002 .not_c .not_sp_scroll p,
.main002 .not_c .not_sp_scroll .not_bun_part p,
.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box p {
  margin-top: auto;
}

.main002 .not_c .not_sp_scroll .not_bun_part  .not_bun_sm2box .not_bun_p {
  font-size: 3.8vw;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: 600;
  width: 100%;
  display: inline-block !important;
  margin: auto;
}


.single-body .main002 .not_c .not_sp_scroll .not_bun_part p {
  display: none;
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_p .not_bun_p_small,
.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_p time {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.not_scroll_img {
  margin: auto;
  padding: 0 0 0.7em;
}

.not_scroll_img img {
  margin: 1em 0;
  max-width: 70%;
}

.main002 .not_c .not_c_p {
  font-size: 3.5vw;
  line-height: 2em;
  padding: 1em 0.7em;
}

.main002 .not_c .not_c_article {
  padding: 1em 0.75em 1.5em;
}

.main002 .not_c .not_c_article h3, 
.main002 .not_c .not_c_article .not_c_article_h3 {
  font-size: 4.5vw;
}

.main002 .not_c .not_c_article .not_c_article_h4 {
  margin-top: 2em;
  letter-spacing: 0.15em;
  padding-bottom: 0.4em;
}

.not_picture_box {
  padding: 0;
  margin-bottom: 4em;
}

.not_picture_box .not_picture .not_picture_txt p {
  font-size: 6vw;
  margin-top: auto;
}

.not_picture_box .not_picture .not_picture_txt {
  top: 2em;
}

.not_picture_box .not_picture .not_picture_txt p#not_id_txt02 {
  color: #fff;
  border-bottom: solid thin #fff;
  text-shadow: 1px 1px 3px #8e8e8e;
}

.main002 .not_c .not_c_article .not_c_artcle_li {
  font-size: 3.2vw;
  padding: 1em 0em 1em 2em;
}

.main002 .not_c .not_c_article .not_c_artcle_li li {
  font-size: 3.5vw;
  padding-left: 0;
}

.main002 .not_c .not_c_article .not_c_artcle_li li::before {
  top: 9px;
}

.main002 .not_c .not_c_article .not_c_article_h3::before {
  content: "";
  width: 2em;
  height: 0px;
  position: absolute;
  top: 11px;
  left: -11px;
  margin: auto;
  border: 0.05em solid #ab8f6a;
}

.main002 .not_c .not_c_article p {
  font-size: 3.4vw;
  line-height: 2em;
  letter-spacing: 0.15em;
  padding: 0 0.7em;
}

.not_ft_ca_num {
  font-size: 6vw;
  line-height: 2em;
  letter-spacing: 0.15em;
}

















.main002 .not_lc {
  padding: 0 4%;
}

.main002 .not_lc .not_lch001 {
  font-size: 4vw;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0 0 0.5em 1em;
  position: relative;
}

.main002 .not_lc .not_lch001::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 27px;
  top: 0px;
  left: -5px;
  margin: auto;
  /* box-sizing: border-box;
  border: 5px solid transparent; */
  border-left: 5px solid #4C6689;
}

.main002 .not_lc .not_lcul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 7em;
}

.main002 .not_lc .not_lcul li {
  width: 100%;
  margin: 2em 3% 1.5em;
  padding: 0 3% ;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.15em;
}

.main002 .not_lc .not_lcul li a {
  position: relative;
  transition: all .5s ease-in-out;
}

.main002 .not_lc .not_lcul li a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  top: 5px;
  left: -20px;
  margin: auto;
  border-radius: 50%;
  /* box-sizing: border-box;
  border: 5px solid transparent; */
  border-left: 8px solid #4C6689;
}

.main002 .not_lc .not_lcul li:hover {
  box-shadow: 0px 2px 8px #808080;
}

.main002 .not_lc .not_lcul li a:hover {
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

.main002 .not_lc .not_lcul li a:hover::before {
  color: #4857ab;
  text-shadow: 1px 2px 3px #808080;
}

/* 各コンテンツの判例見出し終了 */

/* ===================================================
一覧ページ終了
=================================================== */





/* ===================================================
詳細ページスタート
=================================================== */

.main002 .not_lc_ta {
  padding: 3.5em 3em;
  background: #eeeeef;
}

.main002 .not_lc_ta .not_lc_tah {
  font-size: 4.5vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7em;
}

.main002 .not_lc_ta .not_lc_taul {}

.main002 .not_lc_ta .not_lc_taul li {
  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;
}

.main002 .not_lc_ta .not_lc_taul li::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;
}

.main002 .not_lc_ta .not_lc_taul li a {
  color: #687da0;
}

.main002 .not_lc_co {
  margin: 5em 2em 7em;
}

.main002 .not_lc_co .not_lc_coh {
  font-size: 3.9vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding-bottom: 1.4em;
}

.main002 .not_lc_co .not_lc_coh span {
  display: inline-block;
  padding-right: 0.8em;
  font-size: 4.2vw;
}

.main002 .not_lc_co .not_lc_cop {
  font-size: 3.4vw;
  letter-spacing: 0.15em;
  line-height: 2em;
  padding: 0 1em 0 2em;
}

/* ===================================================
詳細ページ終了
=================================================== */



.main002 .m002r .thiscont .relationinfo ul li a {
  display: block;
  font-size: 3.4vw;
  color: #091246;
  letter-spacing: .09em;
  line-height: 1.5;
  padding: 5px 10px 5px 25px;
  position: relative;
}

.main002 .m002r .thiscont .relationinfo ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8d0116;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main002 .m002r .thiscont .keywords .tag_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0 -8px;
}

.main002 .m002r .thiscont .keywords .tag_list li {
  padding: 0 8px;
  margin-top: 15px;
}

.main002 .m002r .thiscont .keywords .tag_list li a {
  display: block;
  font-size: 14px;
  color: #091246;
  letter-spacing: .09em;
  line-height: 1.5;
  background-color: hsla(0,0%,100%,.3);
  border-radius: 3px;
  padding: 5px 10px 5px 25px;
  position: relative;
}

.main002 .m002r .thiscont .keywords .tag_list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #aa8f6a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lawcont {
  margin: 1em auto;
}

.lawcont h2 {
  font-size: 4.8vw;
  line-height: 1.7em;
  letter-spacing: 0.09em;
  font-weight: 600;
  padding: 0 3%;
}

.lawcont .lawin {
  display: flex;
  flex-flow: row wrap;
}

.lawcont .lawbox {
  width: 100% ;
  margin: auto;
}

.lawcont .lawin .lawbox {
  display: flex;
  flex-flow: row wrap;
  margin: 1em auto;

}

.lawcont .lawin .lawbox a {}

.lawcont .lawin .lawbox a:hover {}

.lawcont .lawin .lawbox picture {}

.lawcont .lawin .lawbox picture img {
  max-width: 100%;
}

.lawcont .lawin .lawbox .lawname {
  padding: 1em 1.4em 1.4em;
}

.lawcont .lawin .lawbox .lawname h3 {
  font-size: 4.8vw;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 0.4em;
}

.lawcont .lawin .lawbox .lawname p {
  font-size: 3.4vw;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  /* padding-bottom: 20px; */
  margin: auto;
}

.lawcont .lawin .lawbox .lawname ul {}

.lawcont .lawin .lawbox .lawname ul li {
  font-size: 3.4vw;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}


/**************************************************************

NEW_FOOTER 20170829

**************************************************************/



}


@media screen and (max-width: 470px) {


}

@media screen and (max-width: 370px) {




}