
@charset "utf-8";
/* CSS Document */

/* ----------------------------------------

   lawyer page common

---------------------------------------- */

.shokei_under {
  background: url(/media_library/jigyoshokei/images/shokei_article_bg.png) center 100px no-repeat fixed;
  background-size: cover;
  position: relative;
}
.shokei_under::after {
  content: '';
  display: block;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.4), rgba(255,255,255,1));
  position: absolute;
  bottom: 0;
  height: 20%;
  width: 100%;
  z-index: 0;
}
.shokei_under #contents article {
  background: rgba(255,255,255,0.85);
  padding: 30px 40px;
  margin-bottom: 40px;
}
#article_main h2 {
  border-bottom: solid 4px #ccc;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #283b78;
}
#article_main h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #1739a1;
  bottom: -4px;
  width: 30%;
}
#article_main h3 {
  color: #1739a1;
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
#article_main h4 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #f7f7f7;
  border-left: #1739a1 5px solid;
  padding: 4px 0 4px 20px;
}
#article_main h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
.icon_info {
  margin-right: 5px;
  color: #5db5e8;
  font-size: 2rem;
}
#contents .cont_box p:not([class]) {
  margin-bottom: 40px;
}
.syokei_movie_inner {
  width: 768px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.syokei_movie_inner .caption {
  font-size: 1.4rem;
  text-align: center;
  margin: 40px auto 80px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.article_return_btn {
  clear: both;
  text-align: center;
}
.article_return_btn a {
  display: inline-block;
  padding: 12px 50px;
  text-align: center;
  background: #1739a1;
  color: #fff;
  border-radius: 7px;
  text-decoration: none;
  transition: all .3s;
}
.article_return_btn a:hover {
  background: #2859f0;
}
.article_return_btn a::after {
  content: url(/media_library/jigyoshokei/images/arrow_white.svg);
  display: block;
  transform: rotate(90deg);
  width: 16px;
  height: 28px;
  margin: 0 auto;
}
/* ----------------------------------------

   about

---------------------------------------- */
#about #intro .about_enphasis_text1 {
  font-size: 2.3rem;
  text-align: center;
  font-weight: bold;
}
#about #intro .about_enphasis_text1 span {
  font-size: 2.5rem;
}
#about #intro figure .figure_caption {
  width: 622px;
}
#about #intro .green_box.underarrow {
  width: 90%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4c4c4c;
}
#about #intro .about_enphasis_text2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 65px;
  font-weight: bold;
}
#about #intro .grayboder_box_enphasis_text {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 30px;
}
#about #intro .grayboder_box_enphasis_text span {
  font-weight: bold;
}
#about #difference .list_table td:first-child, #qa_kaisetsu #qa .list_table td:first-child {
  font-weight: bold;
}
#about #difference .list_table td dl, #qa_kaisetsu #qa .list_table td dl {
  width: 160px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: normal;
}
#about #difference .list_table td dt, #qa_kaisetsu #qa .list_table td dt {
  float: left;
  margin: 0 5px 0 0;
  font-size: 1.4rem;
  font-weight: normal;
}
#about #difference .list_table td dt span, #qa_kaisetsu #qa .list_table td dt span {
  background-color: #1739a1;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: normal;
}
#about #difference .list_table td dd, #qa_kaisetsu #qa .list_table td dd {
  float: left;
  margin: 0;
  font-weight: normal;
}
#about #point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: point_counter;
}
#about #point li {
  width: 32%;
  background: linear-gradient(#f6fafb, #ebf4f5);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.11);
}
#about #point li:nth-last-child(-n + 2) {
  width: 49%;
}
#about #point .point_list_midashi {
  margin-bottom: 20px;
}
#about #point .point_list_midashi::after {
  content: '';
  visibility: hidden;
  display: block;
  line-height: 0;
  font-size: 0;
  clear: both;
}
#about #point .point {
  height: 60px;
  width: 60px;
  background: #1739a1;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 10px;
}
#about #point .point::before {
  position: absolute;
  line-height: 1.2;
  font-weight: bold;
  top: 50%;
  margin-top: -1em;
  left: 0;
  bottom: 0;
  right: 0;
  white-space: pre;
  counter-increment: point_counter;
  content: 'Point\A'counter(point_counter);
}
#about #point h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #283b78;
  line-height: 1.6;
  padding-top: 3.5px;
}
#about #point li p {
  font-size: 1.3rem;
  margin-bottom: 0 !important;
}
#about #point li p strong {
  font-size: 1.4rem;
}
#about #check ul {
  margin-left: 1em;
  margin-bottom: 50px;
}
#about #check li {
  margin-bottom: 7px;
}
#about #check li::before {
  content: '□';
  color: #b2b2b2;
  font-size: 90%;
  margin-right: .5em;
}
#about #step ul {
  display: flex;
  justify-content: space-between;
}
#about #step li {
  display: flex;
  align-items: center;
  width: 160px;
}
#about #step dl {
  border: 2px #0027a5 solid;
  height: 100%;
  width: 129px;
}
#about #step dt {
  background: #0027a5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
}
#about #step dt span {
  font-size: 140%;
}
#about #step dd {
  padding: 12px 15px;
  font-size: 1.3rem;
  font-weight: bold;
}
#about #step li::after {
  content: '';
  background: url(/media_library/jigyoshokei/images/about_step_arrow.gif) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}
#about #step li:last-child {
  width: 129px;
}
#about #step li:last-child::after {
  content: none;
}
#about #shienkikan .green_box {
  padding: 60px 30px;
}
#about #shienkikan .strong {
  font-size: 2.4rem;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 30px;
}
#about #shienkikan .strong span {
  display: inline-block;
  border-bottom: #f7e4ae 6px solid;
}
#about #shienkikan h3 {
  background: url(/media_library/jigyoshokei/images/shokei_about_shienicon.png) no-repeat left center;
  padding-left: 27px;
  line-height: 27px;
}
#about .about_shienkikan {
  width: 650px;
  margin: 0 auto;
}
#shinzokugai #consul .green_gradation_box_inner {
  background: url(/media_library/jigyoshokei/images/shokei_shinzokugai_fukidashi.png) left center no-repeat;
  padding-left: 130px;
  font-size: 2.2rem;
  font-weight: bold;
}
#shinzokugai #consul .blue_border_box {
  width: 88%;
  margin: 0 auto;
  padding: 30px 50px;
}
#shinzokugai #consul .blue_bdrbox_title {
  margin-bottom: 25px;
  text-align: center
}
#shinzokugai #consul .blue_bdrbox_maintitle {
  font-size: 2.4rem;
  color: #1739a1;
  font-weight: bold;
}
#shinzokugai #consul .blue_bdrbox_subtitle {
  font-size: 1.6rem;
  background: #ebf4f5;
  padding: 20px;
}
#shinzokugai #consul .campany_name {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#shinzokugai #consul .company_info {
  width: 95%;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #666666;
}
#shinzokugai #consul .company_info span {
  display: inline-block;
  width: 3.5em;
  font-weight: bold;
}
#shiensaku #plan ul {
  display: flex;
  justify-content: space-between;
}
#shiensaku #plan li {
  width: 32%;
  margin-bottom: 30px;
}
#shiensaku #plan li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 10px;
  background: linear-gradient(#f6fafb, #ebf4f5);
  border-radius: 15px;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.11);
  font-size: 2rem;
  font-weight: bold;
  color: #283b78;
  text-align: center;
}
#shiensaku #plan li a::after {
  content: '';
  background: url(/media_library/jigyoshokei/images/arrow_blue.svg) no-repeat center center;
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 34px;
  transform: rotate(90deg);
  transition: all .4s;
}
#shiensaku #plan li a:hover::after {
  transform: rotate(90deg) translateX(8px);
}
#shiensaku #plan li span {
  display: block;
  color: #666666;
  font-size: 1.6rem;
}
#shiensaku .h2_plan_point {
  display: block;
}
#shiensaku .h2_plan_point_num {
  font-size: 1.4rem;
  color: #fff;
  background: #5db5e8;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 10px;
}
#shiensaku .h2_plan_point_text {
  font-size: 1.8rem;
  color: #4c4c4c;
  display: inline-block;
  padding: 5px 0;
}
#shiensaku #system ul {
  padding: 0 15px;
}
#shiensaku #system li {
  margin-bottom: 50px;
}
#shiensaku #system li dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#f6fafb, #ebf4f5);
  width: 118px;
  height: 118px;
  border-radius: 59px;
  float: left;
  margin-right: 30px;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#shiensaku #system li dd {
  padding-left: 148px;
}
#shiensaku #system li dd .shien_set_subtitle {
  font-weight: bold;
  color: #1739a1;
  font-size: 2rem;
  line-height: 1.5;
}
#shiensaku #system li dd .shien_set_maintitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
#shiensaku #system li dd .shien_set_maintitle span {
  font-size: 1.9rem;
}
#shiensaku #system .grayboder_box p {
  text-align: center;
  margin-bottom: 0;
}
#shiensaku #system .grayboder_box p.strong {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
#shiensaku #kensyu ul {
  margin-bottom: 80px;
}
#shiensaku #kensyu li:after {
  content: '';
  display: block;
  background: url(/media_library/jigyoshokei/images/shokei_shiensaku_flow_arrow.png) no-repeat center center;
  width: 106px;
  height: 32px;
  margin: 20px auto;
}
#shiensaku #kensyu li:last-child::after {
  content: none;
}
#shiensaku #article_main #kensyu h4 {
  margin-bottom: 20px;
}
#shiensaku #kensyu p:not([class]) {
  margin-bottom: 20px;
}
#shiensaku #kensyu .green_box {
  font-size: 1.3rem;
  padding: 10px 20px;
}
#shiensaku #kensyu .green_box dl {
  float: left;
  width: 360px;
}
#shiensaku #kensyu .green_box dt {
  background: #fff;
  display: inline-block;
  padding: 2px 20px;
  font-weight: bold;
  margin-right: 10px;
}
#shiensaku #kensyu .green_box dd {
  display: inline-block;
  line-height: 29px;
  margin-right: 15px;
}
#shiensaku #kensyu .green_box dd.dvd {
  background: url(/media_library/jigyoshokei/images/shokei_icon_dvd.svg) no-repeat;
  height: 32px;
  background-size: 29px 29px;
  padding-left: 37px;
}
#shiensaku #kensyu .green_box dd.site {
  background: url(/media_library/jigyoshokei/images/shokei_icon_site.svg) no-repeat;
  height: 32px;
  background-size: 29px 29px;
  padding-left: 37px;
}
#shiensaku #kensyu .green_box dd.ondemand {
  background: url(/media_library/jigyoshokei/images/shokei_icon_ondemand.svg) no-repeat;
  height: 32px;
  background-size: 29px 29px;
  padding-left: 37px;
}
#shiensaku #kensyu .green_box dd.kensyu {
  background: url(/media_library/jigyoshokei/images/shokei_icon_kensyu.svg) no-repeat;
  height: 32px;
  background-size: 29px 29px;
  padding-left: 37px;
}
#shiensaku #inquiry .linkbtn_block a {
  padding: 20px 65px 20px 50px;
  background-image: url(/media_library/jigyoshokei/images/arrow_white.svg);
  background-size: 11px 18px;
  background-position: 97% center;
  background-repeat: no-repeat;
}
#qa_kaisetsu #qa h5 {
  text-align: center;
  margin-bottom: 10px;
}
#qa_kaisetsu #inquiry h3 {
  font-size: 2.4rem;
}
#qa_kaitei figcaption {
  text-align: center;
}
#qa_kaitei #pamph dt {
  background: #ebf4f5;
  padding: 3px 10px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
#qa_kaitei #pamph dt:first-child {
  margin-top: 0;
}
#qa_kaitei #pamph dd {
  padding: 0 15px;
  margin-bottom: 3px;
}
#qa_kaitei #movie .linkbtn_block a {
  font-size: 2.2rem;
  padding: 20px 65px 20px 50px;
  background-image: url(/media_library/jigyoshokei/images/arrow_white.svg);
  background-size: 11px 18px;
  background-position: 97% center;
  background-repeat: no-repeat;
}
#event .event_schedule {
  margin-left: 1em;
  margin-bottom: 40px;
}
#event .event_schedule table {
  width: 90%;
  margin: 0 auto;
}
#event .event_schedule th, #event .event_schedule td {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
#event .event_schedule th {
  font-weight: bold;
  background: #f2f7f7;
}
#event .strong {
  font-size: 2.2rem;
}
#event .linkbtn_block a {
  padding: 15px 65px 15px 50px;
  background-image: url(/media_library/jigyoshokei/images/arrow_white.svg);
  background-size: 11px 18px;
  background-position: 97% center;
  background-repeat: no-repeat;
}

@media screen and (max-width:1040px) {
.shokei_under #contents article {
  padding: 20px 25px;
}
#article_main .article_maintitle_box {
  padding-left: 0;
  border-left: none;
  border-top: 4px solid #1739a1;
  padding-top: 15px;
}
#article_main .article_maintitle h1 {
  font-size: 2.6rem;
  line-height: 1.4;
}
#article_main .article_maintitle h1 span {
  font-size: 2rem;
}
#article_main .article_subtitle {
  font-size: 1.6rem;
}
#article_main h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}
#article_main h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-top: 0;
}
#article_main h5 {
  font-size: 1.4rem;
}
#about #intro .about_enphasis_text1, #about #intro .about_enphasis_text2, #about #intro .grayboder_box_enphasis_text {
  font-size: 1.6rem;
}
#about #intro .about_enphasis_text1 span {
  font-size: 1.7rem;
}
#about #intro .green_box.underarrow {
  width: 100%;
  font-size: 1.3rem;
}
#about #intro .about_enphasis_text2 {
  margin-top: -20px;
  margin-bottom: 40px;
}
#about #shienkikan .strong {
  font-size: 1.8rem;
}
#about #point .point_list_midashi {
  display: flex;
  align-items: center;
}
#about #step ul {
  flex-wrap: wrap;
}
#about #step li {
  flex-wrap: wrap;
}
#about #step li::after {
  transform: rotate(90deg);
  margin: 0 auto;
}
#about #step li, #about #step dl {
  width: 100% !important;
  height: auto;
}
#about #step dd {
  font-size: 1.5rem;
  text-align: center;
}
#about .about_shienkikan {
  width: 100%;
}
#about #shienkikan .green_box {
  padding: 40px 30px;
}
#shinzokugai #consul .green_gradation_box_inner {
  font-size: 1.8rem;
  background-position: center top;
  padding-left: 0;
  padding-top: 90px;
}
#shinzokugai #consul .blue_border_box {
  width: 100%;
}
#shinzokugai #consul .blue_bdrbox_maintitle {
  font-size: 1.8rem;
}
#shinzokugai #consul .blue_bdrbox_subtitle {
  font-size: 1.4rem;
}
#shinzokugai #consul .company_info {
  font-size: 1.3rem;
}
#shiensaku #plan li a {
  font-size: 1.5rem;
}
#shiensaku #plan li span {
  font-size: 1.3rem;
}
#shiensaku .h2_plan_point_num {
  font-size: 1.2rem;
}
#shiensaku .h2_plan_point_text {
  font-size: 1.4rem;
}
#shiensaku #inquiry .linkbtn_block a, #qa_kaitei #movie .linkbtn_block a {
  font-size: 1.6rem;
  padding: 20px 45px 20px 30px;
}
#shinzokugai #consul .blue_border_box {
  padding: 25px 20px;
}
#shinzokugai #consul .campany_name {
  font-size: 1.5rem;
}
#shinzokugai #consul .blue_bdrbox_subtitle {
  font-size: 1.3rem;
}
#shiensaku #system li dd .shien_set_subtitle, #shiensaku #system li dd .shien_set_maintitle {
  line-height: inherit;
}
#shiensaku #system li dd .shien_set_subtitle {
  font-size: 1.5rem;
}
#shiensaku #system li dd .shien_set_maintitle {
  font-size: 1.8rem;
}
#shiensaku #system li dd .shien_set_maintitle span {
  font-size: 1.6rem;
}
#shiensaku #kensyu .green_box dl {
  width: 100%;
  display: flex;
  align-items: center;
}
#shiensaku #kensyu .green_box dt {
  padding: 2px 10px;
}
#shiensaku #kensyu .green_box dd.dvd, #shiensaku #kensyu .green_box dd.site, #shiensaku #kensyu .green_box dd.ondemand, #shiensaku #kensyu .green_box dd.kensyu {
  background-position: center top;
  height: auto;
  min-width: 37px;
  padding-top: 28px;
  text-align: center;
  padding-left: 0;
  margin-right: 10px;
}
#shiensaku #kensyu .green_box dl {
  float: none;
}
#qa_kaisetsu #inquiry h3 {
  font-size: 1.8rem;
}
}

@media screen and (max-width:750px) {
#about #point li {
  width: 100% !important;
}
.list_table tr:first-child {
  display: none;
}
.list_table th, .list_table td {
  border: none;
  padding: 0;
  height: auto;
}
#article_main .article_maintitle h1 span {
  font-size: 1.5rem;
}
#article_main .article_maintitle h1 {
  font-size: 2rem;
}
#about #difference .list_table td:first-child, #qa_kaisetsu #qa .list_table td:first-child {
  clear: both;
  display: block;
  width: 100%;
}
#about #difference .list_table td:nth-child(2), #about #difference .list_table td:nth-child(3), #qa_kaisetsu #qa .list_table td:nth-child(2), #qa_kaisetsu #qa .list_table td:nth-child(3) {
  display: block;
  width: 49%;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
#about #difference .list_table td:nth-child(2), #qa_kaisetsu #qa .list_table td:nth-child(2) {
  float: left;
}
#about #difference .list_table td:nth-child(3), #qa_kaisetsu #qa .list_table td:nth-child(3) {
  float: right;
}
#about #difference .list_table td:nth-child(2)::before, #about #difference .list_table td:nth-child(3)::before, #qa_kaisetsu #qa .list_table td:nth-child(2)::before, #qa_kaisetsu #qa .list_table td:nth-child(3)::before {
  content: attr(aria-label);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f7f7;
  padding: 5px;
  height: 40px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#about #difference .list_table td dl, #qa_kaisetsu #qa .list_table td dl {
  font-size: 1.2rem;
}
#shiensaku #plan ul {
  flex-wrap: wrap;
}
#shiensaku #plan li {
  width: 100%;
  margin-bottom: 10px;
}
#shiensaku #system ul {
  padding: 0;
}
#shiensaku #system li dt, #shiensaku #system li dd {
  float: none;
  width: 100%;
}
#shiensaku #system li dt {
  width: 118px;
  margin: 0 auto 30px;
}
#shiensaku #system li dd {
  padding: 0;
  text-align: center;
}
#shiensaku .h2_plan_point_num {
  font-size: 1.1rem;
}
#shiensaku .h2_plan_point_text {
  font-size: 1.2rem;
}
#shiensaku #system .grayboder_box p.strong {
  font-size: 1.5rem;
}
#event .event_schedule table {
  width: 100%;
}
}




