@charset "UTF-8";
@media screen and (min-width: 992px) {
  body {
   /* padding-top: 90px;*/
  }
}
/*
@media (min-width: 992px) and (max-width: 1004px) {  
  .head_tel_img{
	width:365px;
  }
  .head_form_img{
	width:276px;
  }
}
*/
/* -------- 事例 -------- */
#case hr {
  border-top: 2px solid #002866;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
/* -------- 料金プラン -------- */
.plan .plan_table th {
  text-align: center;
  vertical-align: middle;
}
.plan .plan_table td {
  text-align: center;
  vertical-align: middle;
}
.plan .plan_table big {
  font-size: 1.5rem;
}
.plan .plan_table small {
  font-size: 0.8rem;
}
.plan .plan_table .w_a {}
.plan .plan_table .w_b {
  width: 20%;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  .plan .plan_table th {
    font-size: 0.8rem;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
  }
  .plan .plan_table td {
    font-size: 0.8rem;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
  }
  .plan .plan_table big {
    font-size: 1.0rem;
  }
  .plan .plan_table small {
    font-size: 0.6rem;
  }
  .plan .plan_table .w_a {}
  .plan .plan_table .w_b {
    width: 23%;
  }
  .plan .attention {
    font-size: 0.7rem;
  }
}
/* -------- 積立制度 -------- */
#legal_advisor_system {
	background-color: #F4F0E7;
}
#legal_advisor_system h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
#legal_advisor_system p {
  font-size: 1.2rem;
  text-align: center;
}
#legal_advisor_system .attention {
  font-size: 1.0rem;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#legal_advisor_system .card {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#legal_advisor_system .payment {
  font-size: 1.0rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  #legal_advisor_system h2 {
    font-size: 1.0rem;
  }
  #legal_advisor_system p {
    font-size: 0.8rem;
    text-align: left;
  }
  #legal_advisor_system .attention {
    font-size: 0.8rem;
    text-align: left;
  }
  #legal_advisor_system .card {
    width: 100%;
  }
  #legal_advisor_system .payment {
    font-size: 0.8rem;
  }
}
/* -------- 家族 -------- */
#legal_advisor_family {
	background-color: #F4F0E7;
}
/* -------- 相談窓口 -------- */
.contact h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact h2 {
    font-size: 1.5rem;
  }
}
.card.card-box.card-box-contact > .card-header .card-title {
  font-size: 1rem;
  line-height: 1.25;
}
.contact .contact_list {
  padding: 0;
  margin: 0;
}
.contact .contact_list li {
  border-bottom: 1px dashed #dfdfdf;
}
@media screen and (min-width: 768px) {
  .contact .contact_list li {
    border-bottom: 0;
    border-right: 1px dashed #dfdfdf;
  }
}
.contact .contact_list li:last-child {
  border: 0;
}
.contact .contact_list li a {
  width: 100%;
  max-width: 250px;
  padding: 0.25em;
  margin-bottom: 0.25em;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact .contact_list li a {
    text-indent: 1.25em;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact_list li a {
    text-indent: 0;
  }
}
.contact .contact_list li a.tel {
  background: #3054a8;
}
.contact .contact_list li a.line {
  background: #31ae36;
}
.contact .contact_list li a.web {
  background: #bf0000;
}
.contact .contact_list li a::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0.25em;
  left: 1em;
}
.contact .contact_list li a.tel::before {
  background: url(../img/sec10_img01.png) center/contain no-repeat;
}
.contact .contact_list li a.line::before {
  background: url(../img/sec10_img02.png) center/contain no-repeat;
}
.contact .contact_list li a.web::before {
  background: url(../img/sec10_img03.png) center/contain no-repeat;
}
.contact .contact_list li span {
  font-size: 80%;
  font-weight: bold;
}
.contact .note {
  padding-left: 1.25em;
}
.contact .note li {
  font-size: 0.875rem;
  list-style-type: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact .note li {
    font-size: 1rem;
  }
}
.contact .note li::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  margin-left: -1rem;
  background: #bf0000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
}

/*KV上　特許出願中*/
.patent{
  background: #e9dfcd;
}
.patent_txt{
	font-size: 1.625rem;
	font-weight: bold;
	color: #BF0000;
}
@media (max-width: 767.98px){
  .patent_txt{
    font-size: 1rem;
  }
}

.detail_btn{
  font-size: 1.2rem;
	font-weight:bold;
}


/* --------------------------------
* anclink-block
----------------------------------- */
.anclink-block .anclink {
  display: flex;
  justify-content: space-between;
}

.anclink-block ul{
list-style: none;
    margin: 0;
    padding: 0;
}

.anclink-block .list-box {
  background: #bf0000;
  box-shadow: 5px 5px 0px -1px #7c0000;
  border-radius: 10px;
  color: #fff;
}

.anclink .arrow {
	  position: absolute;
    top: 93%;
    right: 49%;
    transform: translateY(-25%) rotate(90deg);
}


.anclink .arrow::before, .anclink .arrow::after {
  content: "";
  width: 13px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #009682;
  position: absolute;
  right: 10px;
}
.anclink .arrow::before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.anclink .arrow::after {
  bottom: calc(50% - 5px);
  transform: rotate(-45deg);
}


.anclink-block .anclink li {
  width: calc(25% - 10px);
  background: #bf0000;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}
.anclink-block .anclink li a {
  color: var(--white);
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 20px 0 40px;
}
.anclink-block .anclink li:hover {
  cursor: pointer;
  background: #7c0000;
}
.anclink-block .anclink li a > .text-big {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.anclink .arrow {
  top: 93%;
  right: 49%;
  transform: translateY(-25%) rotate(90deg);
}
.anclink .arrow::before, .anclink .arrow::after {
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .anclink-block .anclink {
    flex-wrap: wrap;
  }
  .anclink-block .anclink li {
    width: calc(50% - 7px);
    margin-bottom: 15px;
    font-size: 3.5vw;
  }
  .anclink-block .anclink li a {
    padding: 15px 0 20px;
  }
  .anclink-block .anclink li a > .text-big {
    font-size: 3.5vw;
    letter-spacing: -0.08em;
  }
  .anclink .arrow {
    top: 104%;
  }
}



.w-48per{
	width:48%;
}

#pc_cta{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#pc_cta_right{
	border-left: 5px solid #000;
}

#pc_cta h2{
  font-size:3em;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
.logo{width:100%;}
.brand-wrap{width:25%;}
.icon-wrap{width:75%;text-align:right;vertical-align:bottom;}

.head_tel_img{
	max-width:180px;
	margin-right:20px;
}

.head_form_img{
	max-width:180px;
	margin-right:10px;
}

.head_line_img{
	max-width:180px;
	margin-right:10px;
}

}

.icon-wrap a{
	text-decoration:none;
}
@media only screen and (min-width: 1200px){
.logo{width:100%;}
.brand-wrap{width:25%;}
.icon-wrap{width:75%;text-align:right;vertical-align:bottom;}

.head_tel_img{

	margin-right:20px;
}

.head_form_img{

	margin-right:10px;
}

.head_line_img{

	margin-right:10px;
}

}




html {
  scroll-padding-top: 62px;
}

@media (min-width: 768px) {
  html {
    scroll-padding-top: 94px;
  }
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  html {
    scroll-padding-top: 80px;
  }
}