@charset "utf-8";

.not_pc {
  display: block;
}

.not_sp {
  display: none;
}

.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;
}

.eimoji005 {
  font-family: montserrat,sans-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;
}


.l-container {
  width: 100%;
  padding: 0;
}

.heading,
.single-heading.single-heading-with-border,
.features-detail-back-button,
.features-detail-breadcrumbs-bottom {
  padding-left: 4em;
}

.heading.heading-sm {
  padding-left: 0;
}

.mega-menu-inner.l-container,
footer .l-container {
  width: calc(87% + 60px);
  padding: 0 30px;
}

.contents3_2 {
  width: 100%;
  max-width: 1100px;
  margin:  auto;
  height: auto;
}

.contents5 {
  width: 100%;
  margin:  auto;
  height: auto;
}

.not_ppp_red {
	color: #a70b0b !important;
	font-weight: 600 !important;
}



.not_h1_span {
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

.not_mainimg {
	margin: 1em auto 2em;
}

.not_mainimg br,
.main_co01 .co01_top h2 br,
.main_co01 .txt_anchor ul li a br,
.conts picture br,
.conts .movie_bt a br,
.relatebox p a br {
	display: none !important;
}


.single-heading-practices,
.tag-list {
  margin: auto;
}


.features-detail-related {
  width: 100%;
  max-width: 1000px;
  margin: 75px auto auto;
}


.bgs {
  background: url(../img/bg_common.png) no-repeat fixed right top;
}

.fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 500ms;
}

.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


.main_txt p.mainboxin_logo {
  width: 60%;
  margin: 10% auto;
  text-align: center;
}

.main_txt p.mainboxin_logo a {}

.main_txt p.mainboxin_logo img {
  width: 80%;
}

/* -------------------------------- 

slide

-------------------------------- */
.mainboxin{
  display:flex;
  vertical-align: middle;
  margin: 2em auto 5em;
}


.single-body .mainboxin ul li {
  padding-left: 0;
}

#slide_wrap{
  position: relative;
  overflow: hidden;
}
.slide_item{
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;  
  position: relative;
  
}
.slide_item:not(:first-child){
  position: absolute;
  top: 0;
  left : 0;
}

.slide_item.show_{
  opacity: .8;
}
.slide_item.zoom_{
  transform: scale(1.1);
}

.zoom_move{
    animation: moveZoom 15s infinite linear;
    background-size: contain;
}
.height_move{
    animation: moveHeight 15s infinite linear;
}

@keyframes moveZoom{
    0%    { transform:scale(1,1);  }
    100%  { transform:scale(1.3,1.3); }
}
@keyframes moveHeight{
    0%    { background-position: center bottom }
    100%  { background-position: center top }
}

.slide_item img {
  max-width: 100%;
}

.main_txt {
  width: 85vw;
  margin: 3em auto auto;
  padding: 0 3vw;
  text-align: center;
}

.main_txt .subt {
  font-size: 0.85rem;
  line-height: 1.7em;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 0.2em 1.2em;
  background: linear-gradient(45deg, #0a3216, #4c8970);
  display: inline-block;
  margin-bottom: 0.8em;
}

.main_txt h1 {
  font-size: 2.1rem;
  line-height: 2em;
  letter-spacing: 0.15em;
  padding-bottom: 0.5em;
  color: #13243C;
  margin-top: 1em;
  text-align: left;
}

.main_txt h1 span {
  font-size: 1rem;
  display: inline-block;
  padding-top: 2em;
  line-height: 2em;
  color: #0a3216;
}

@media screen and (max-width: 1355px) {
  .main_txt .subt {
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.7em;
    letter-spacing: 0.15em;
  }

  .main_txt h1 {
    font-size: 1.6rem;
    line-height: 1.15em;
    letter-spacing: 0.15em;
    padding-bottom: 1.5em;
    color: #13243C;
  }

  .main_txt h1 span {
    font-size: 1.1rem;
  }
}



.maincont {
  position: relative;
  margin-bottom: 3em;
  /* display: flex;
  flex-flow: row wrap; */
}

.maincont.single-body p {
  display: none;
}

.maincont::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* left: 0; */
  z-index: 1;
  width: 20vw;
  padding-top: 65vh;
  background: linear-gradient(215deg, #13243c, #4c6689);
}


.titarea {
  padding: 6em 4em ;
  position: relative;
}

/* .titarea::before {
  content: "";
  position: absolute;
  top: 8vh;
  right: 0;
  z-index: -1;
  width: 60vw;
  padding-top: 47vh;
  background: linear-gradient(45deg, rgba(76, 102, 137, 0.60), rgba(125, 163, 201, 0.60));
} */

.titarea::after {
  content: "";
  position: absolute;
  bottom: 6vh;
  left: 0;
  /* left: 0; */
  z-index: 0;
  width: 8vw;
  padding-top: 415px;
  background: linear-gradient(45deg, rgba(76, 102, 137, 1), rgba(125, 163, 201, 0.60));
}

.mtarea {
  /* width: 100vw; */
}

.maincont .k_pic {
  /* position: absolute; */
  width: 13vw;
  margin: 2vw 4vw 2vw 2vw;
}

.maincont .k_pic img {
  width: 100%;
}

.maincont p {
  width: 15%;
  padding: 2% 3%;
  /* text-align: center; */
}

.maincont p a {}

.maincont p img {
  width: 100%;
}

.maincont .cat {
  padding: 10vw 4%;
}

.maincont .cat .main_catch {
  font-size: 4rem;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  padding-bottom: 0.5em;
  color: #13243C;
  font-weight: 700;
}

.maincont .cat .main_catch span.bgg {
  font-size: 4rem;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  padding-bottom: 0.5em;
  color: #13243C;
  font-weight: 700;
}

.maincont .cat .main_catch span.sml {
  font-size: 1.5rem;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
  color: #4C6689;
}

.maincont .cat h1 {
  font-size: 2rem;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
  color: #13243C;
}

/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1.3s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 83%;
    height: 100%;
    background-color: #13243C;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}







.main_co01 {
  background: #fdfdfd;
  padding: 2em 2.5em;
  position: relative;
  z-index: 1;
}

.main_co01 .co01_top {
  border-bottom: solid thin #C9CACA;
  padding: 0.5% 0 2%;
}

.main_co01 .co01_top h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding-bottom: 1%;
  padding-top: 0;
  border: none;
}

.main_co01 .co01_top p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}

.single-body h2+p,
.single-body p+p,
.single-body p  {
	margin-top: auto;
}

.main_co01 .txt_anchor {
  padding: 1% 0 1%;
}

.main_co01 .txt_anchor h3 {
  color: #4C6689;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding-bottom: 1%;
  padding-top: 0.7em;
}

.main_co01 .txt_anchor ul {
  display: flex;
  flex-flow: row wrap;
}

.main_co01 .txt_anchor ul li {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding: 0.5% 0.5%;
  width: 32%;
  margin: auto 1%;
  text-align: left;
}

.main_co01 .txt_anchor ul.eng_lang li:nth-child(1),
.main_co01 .txt_anchor ul.eng_lang li:nth-child(2),
.main_co01 .txt_anchor ul.eng_lang li:nth-child(3) {
  width: 46%;
}

.main_co01 .txt_anchor ul li:nth-child(2) {
  width: 32%;
}

.main_co01 .txt_anchor ul li:nth-child(3) {
  width: 28%;
}

.main_co01 .txt_anchor ul li a {
  color: #4C6689;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.main_co01 .txt_anchor ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: -11px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #4C6689;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_co01 .txt_anchor ul 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;
}

.main_co01 .txt_anchor ul li a:hover::after {
  transform: scale(1, 1);
}




.conts {
  padding: 5% 0.5% 5%;
  border-bottom: solid thin #C9CACA;
  position: relative;
}

#co01 {
  padding-top: 7%;
}

.conts .subc {
  color: #4C6689;
  font-size: 0.4rem;
  line-height: 1em;
  letter-spacing: 0.03em;
  font-weight: 800;
}

.conts .subc span {
  color: rgb(231,236,240,0);
  -webkit-text-stroke: 1px #4C6689;
  text-stroke: 1px #4C6689;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 0.9em;
  letter-spacing: 0.03em;
}

.conts h2 {
  color: #4C6689;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  padding-top: 0.3em;
  border: none;
}

.conts dl {
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 4.5em;
  padding: 0;
  margin-top: auto;
}

.conts dl.eng_lang {
  display: block;
}

.conts dl dt {
  color: #323333;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  width: 5.5%;
  margin: 0 auto;
  font-weight: bold;
}

.conts dl.eng_lang dt {
  width: 100%;
  font-size: 0.95rem;
}

.conts dl dd {
  color: #13243C;
  font-size: 14px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  width: 94.5%;
  margin: auto;
}

.conts dl.eng_lang dd {
  font-size: 16px;
}

.conts picture {
  display: block;
  width: 75%;
  margin: 2.5em auto;
  text-align: center;
}

.conts picture img {
  width: 100%;
}


.seminar_box {

}

.seminar_box h2 {
  color: #4C6689;
  font-size: 1.7rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  padding-top: 0.3em;
}

.seminar_box ul li {
  color: #13243C;
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin: 1em auto;
  padding: 1em 1em;
}

.seminar_box ul li a {
  color: #13243C;
  transition: .3s;
}

.seminar_box ul li a:hover {
  opacity: 0.6;
  transition: .3s;
}



.single-body a[target=_blank] {
  padding: 0;
}


.single-body a[target=_blank]::before {
  display: none;
}



.single-body h4+p {
  margin-top: auto;
}



.lawyer_box {}

.lawyer_box h3 {
  color: #4C6689;
  font-size: 1.5rem;
  line-height: 1.7em;
  letter-spacing: 0.03em;
  margin: 1em auto;
  text-align: center;
  font-weight: 800;
}

.lawyer_box .lwbox {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  margin: auto;
}

.lawyer_box .lwbox .namebox {
  width: 42%;
  margin: 1em auto;
  background: #EFEFEF;
  padding: 1.5em;
  display: inline-block;
  transition: all .6s ease-in-out;
}

.lawyer_box .lwbox .namebox a {
  display: flex;
  flex-flow: row wrap;
}

.lawyer_box .lwbox .namebox:hover {
  box-shadow: 5px 5px 15px rgba(37, 53, 90,.3);
}

.lawyer_box .lwbox .namebox picture {
  display: block;
  width: 46%;
}

.lawyer_box .lwbox .namebox picture img {
  width: 100%;
}

.lawyer_box .lwbox .namebox .nb {
  width: 37%;
  margin: auto;
}

.lawyer_box .lwbox .namebox .nb.eng_lang {
  width: 44.5%;
  margin: auto 1em auto auto;
}

.lawyer_box .lwbox .namebox .nb .yakushoku {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

.lawyer_box .lwbox .namebox .nb h4 {
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  color: #13243C;
  padding: 0;
  margin-top: auto;
}

.lawyer_box .lwbox .namebox .nb.eng_lang h4 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  color: #13243C;
}

.single-body h4::before {
	display: none;
}

.single-body img {
	margin: auto;
}

.discrime {
  border-top: solid thin #C9CACA;
  margin-top: 4em;
}

.discrime p {
  color: #13243C;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin: 2em auto;
  padding: 2em 2em;
}

/*yut追加*/
/*メインビジュアル*/
.mainslide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 71vh;
}

.slide_item_width100 {
  width: 100%;
}

.ul_center {
  margin: 0 auto;
}

.hover {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  top: 0;
  left: 0;
  padding: 20% 70% 20% 2%;
}

/*liを2列で表示*/
.main_co01 .txt_anchor ul li.li_1 {
  width: 48%;
}

/*Lawyersの表示が奇数の場合*/
.lawyer_box .lwbox .namebox1{
  margin: 1em 2.5em;
}
/*yut追加ここまで*/

@media screen and (max-width: 1366px) {

.heading,
.single-heading.single-heading-with-border,
.features-detail-back-button,
.features-detail-breadcrumbs-bottom {
  padding-left: 6em;
}

.heading.heading-sm {
  padding-left: 0;
}


.single-heading.single-heading-with-border {}


.mega-menu-inner.l-container,
footer .l-container {
  width: 1246px;
}


.maincont::after {
  padding-top: 100vh;
}


.titarea::after {
  bottom: 11vh;
  padding-top: 400px;
  width: 18vh;
}

/*yut追加*/
/*メインビジュアル*/
.mainslide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide_item_width100 {
  width: 100%;
}

.ul_center {
  margin: 0 auto;
}

.hover {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  padding: 20% 70% 20% 2%;
}

/*liを2列で表示*/
.main_co01 .txt_anchor ul li.li_1 {
  width: 48%;
}

/*Lawyersの表示が奇数の場合*/
.lawyer_box .lwbox .namebox1{
  margin: 1em 2.5em;
}
/*yut追加ここまで*/

@media screen and (max-width: 640px) {

.not_pc {
  display: none;
}

.not_sp {
  display: block;
}

.heading {
  padding-left: 3em;
}


.single-heading.single-heading-with-border {
  padding-left: 0em;
}

.features-detail-back-button {
  padding: 0 2em;
}

.contents3_2 {
  width: 90%;
  margin:  auto 5%;
  height: auto;
}

/* .mega-menu-inner.l-container, */
footer .l-container {
  width: 100%;
  padding: 0;
}

.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;
}


.not_h1_span {
	font-size: 3.6vw;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

.mainboxin{
  display:block;
  margin: auto auto 4em;
}

.single-body .mainboxin ul li {
  padding-left: 0;
}

.main_txt {
    width: 100%;
    margin: 5vw auto auto;
    text-align: center;
}

.main_txt .subt {
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.15em;
}

.main_txt h1 {
  font-size: 6.5vw;
  line-height: 1.9em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
  color: #13243C;
  -webkit-text-stroke: 0.5px #4C6689;
  text-stroke: 0.5px #4C6689;
}

.main_txt h1.eng_lang {
  font-size: 5.5vw;
  line-height: 1.5em;
}

.main_txt h1 span {
  font-size: 4vw;
}

.main_txt h1.eng_lang span {
  font-size: 3.7vw;
  line-height: 1.5em;
  padding-top: 1em;
  display: inline-block;
}

/* .maincont .cat {
  padding: 15vw 4% 2vw;
}

.maincont .cat .main_catch {
  font-size: 10vw;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  padding-bottom: 0.5em;
  color: #13243C;
  font-weight: 700;
}

.maincont .cat .main_catch span.bgg {
  font-size: 10vw;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  padding-bottom: 0.5em;
  color: #13243C;
  font-weight: 700;
}

.maincont .cat .main_catch span.sml {
  font-size: 5vw;
  line-height: 1.15em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
  color: #4C6689;
}

.maincont .cat h1 {
  font-size: 5vw;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
  color: #13243C;
} */

.hover {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  padding: 0;
}


.titarea {
  padding: 1em 1.8em;
  position: relative;
}

.titarea::after {
  content: "";
  position: absolute;
  bottom: -2vh;
  left: -7px;
  /* left: 0; */
  z-index:0;
  width: 20vw;
  padding-top: 155vw;
  background: linear-gradient(45deg, rgba(76, 102, 137, 1), rgba(125, 163, 201, 0.60));
}

.titarea .subt {
  color: #B2C0D7;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.15em;
}

.titarea h1 {
  font-size: 6vw;
  line-height: 1.3em;
  letter-spacing: 0.15em;
  padding-bottom: 1.5em;
  color: #13243C;
  -webkit-text-stroke: 0.5px #4C6689;
  text-stroke: 0.5px #4C6689;
}

.titarea h1 span {
  font-size: 4vw;
}

.main_co01 {
  background: #fdfdfd;
  padding: 2em;
  position: relative;
  /* z-index: 1; */
}

.main_co01 .co01_top {
  border-bottom: solid thin #C9CACA;
  padding: 0.5% 0 5%;
}

.main_co01 .co01_top h2 {
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding-bottom: 0.3%;
}

.main_co01 .co01_top p {
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}


.main_co01 .txt_anchor {
  padding: 4% 0 1%;
}

.main_co01 .txt_anchor h3 {
  color: #4C6689;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  font-weight: 800;
}

.main_co01 .txt_anchor ul {
  display: flex;
  flex-flow: row wrap;
}

.main_co01 .txt_anchor ul li {
  font-size: 3vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding: 3% 0.5%;
  width: 100%;
  margin: auto 1%;
  text-align: left;
}

.main_co01 .txt_anchor ul li:nth-child(1) {
  width: 100%;
}

.main_co01 .txt_anchor ul li:nth-child(2) {
  width: 100%;
}

.main_co01 .txt_anchor ul li:nth-child(3) {
  width: 100%;
}

.main_co01 .txt_anchor ul li a {
  color: #4C6689;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}


/* .main_co01 {
	padding: 1.5em;
}

.main_co01 .co01_top {
  border-bottom: solid thin #C9CACA;
  padding: 0.5% 0 5%;
}

.main_co01 .co01_top h2 {
  font-weight: 600;
  font-size: 3.4vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding-bottom: 0.3%;
}

.main_co01 .co01_top p {
  font-weight: 600;
  font-size: 3.4vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}


.main_co01 .txt_anchor {
  padding: 4% 0 1%;
}

.main_co01 .txt_anchor h3 {
  color: #4C6689;
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  font-weight: 800;
}

.main_co01 .txt_anchor ul {
  display: flex;
  flex-flow: row wrap;
}

.main_co01 .txt_anchor ul li {
  font-size: 3.2vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  padding: 3% 0.5%;
  width: 100%;
  margin: auto 1%;
  text-align: left;
}

.main_co01 .txt_anchor ul li:nth-child(2) {
  width: 100%;
}

.main_co01 .txt_anchor ul li:nth-child(3) {
  width: 100%;
}

.main_co01 .txt_anchor ul.eng_lang li:nth-child(1),
.main_co01 .txt_anchor ul.eng_lang li:nth-child(2),
.main_co01 .txt_anchor ul.eng_lang li:nth-child(3) {
  width: 100%;
}

.main_co01 .txt_anchor ul li a {
  color: #4C6689;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: underline;
} */


.conts {
  padding: 5% 0.5% 5%;
  border-bottom: solid thin #C9CACA;
}

#co01 {
  padding-top: 6vh;
}

.conts .subc {
  color: #4C6689;
  font-size: 2vw;
  line-height: 1em;
  letter-spacing: 0.03em;
  font-weight: 800;
}

.conts .subc span {
  -webkit-text-stroke: 1px #4C6689;
  text-stroke: 1px #4C6689;
  font-size: 10vw;
  font-weight: 700;
  line-height: 0.9em;
  letter-spacing: 0.03em;
}

.conts h2 {
  color: #4C6689;
  -webkit-text-stroke: 0.5px #4C6689;
  text-stroke: 0.5px #4C6689;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
  padding-top: 0.3em;
}

.conts.eng_lang h2 {
  font-size: 5vw;
}

.conts dl {
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5em;
}

.conts dl dt {
  color: #323333;
  font-size: 3.4vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.conts dl dd {
  color: #13243C;
  font-size: 3.4vw;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  width: 96%;
  margin: auto auto auto 4%;
}

.conts.eng_lang dl dt,
.conts.eng_lang dl dd {
  font-size: 3.4vw;
}

.single-body dd {
	padding: 0;
}

.conts picture {
  display: block;
  width: 90%;
  margin: 2.5em auto;
  text-align: center;
}

.seminar_box {

}

.seminar_box h2 {
  color: #4C6689;
  font-size: 4.5vw;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  padding-top: 0.3em;
}

.seminar_box ul li {
  color: #13243C;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin: 1em auto;
  padding: 1em 1em;
}




.lawyer_box h3 {
  color: #4C6689;
  font-size: 4vw;
  line-height: 1.7em;
  letter-spacing: 0.03em;
  margin: 1em auto;
  text-align: center;
  font-weight: 800;
}

.lawyer_box .lwbox {
  display: flex;
  flex-flow: row wrap;
  margin: auto;
}

.lawyer_box .lwbox .namebox {
  width: 94%;
  margin: 4% auto;
  background: #EFEFEF;
  padding: 1.5em;
  display: inline-block;
  transition: all .6s ease-in-out;
}

.lawyer_box .lwbox .namebox a {
  display: flex;
  flex-flow: row wrap;
}

.lawyer_box .lwbox .namebox:hover {
  box-shadow: 5px 5px 15px rgba(37, 53, 90,.3);
}

.lawyer_box .lwbox .namebox picture {
  display: block;
  width: 46%;
}

.lawyer_box .lwbox .namebox picture img {
  width: 100%;
}

.lawyer_box .lwbox .namebox .nb {
  width: 41%;
  margin: auto;
}

.lawyer_box .lwbox .namebox .nb .yakushoku {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

.lawyer_box .lwbox .namebox .nb h4 {
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  color: #13243C;
}

.lawyer_box .lwbox .namebox .nb.eng_lang h4 {
  font-size: 3.8vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  color: #13243C;
}

.discrime {
  border-top: solid thin #C9CACA;
  margin-top: 4em;
}

.discrime p {
  color: #13243C;
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin: 2em auto;
  padding: 2em 2em;
}



/*yut追加*/
/*Lawyersの先生の名前が5文字の場合*/
.lawyer_box .lwbox .namebox .nb h4.h4_name {
  letter-spacing: 0.09em;
}

/*メインビジュアル*/
.mainslide {
  background-color: transparent;
}

.hover {
  background-color: transparent;
}

.img_hover {
  top: 27px;
  left: 0px;
  position: absolute;
}

.main_co01 .txt_anchor ul li.li_1 {
  width: 100%;
}
/*yut追加ここまで*/




}