section{
  padding: 50px 0;
}
section.kv{
  padding-bottom: 30px;
}
section.anker_links{
  padding-top: 30px;
}

/*.service_linkboxes{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}*/

.service_link a{
display: flex;
width: 350px;
height: 80px;
background: #fff;
border: 2px solid #d6d6d6;
align-items: center;
flex-direction: column;
font-weight: bold;
font-size: 1.8rem;
line-height: 1;
text-align: center;
color: #333;
border-radius: 16px;
justify-content: center;

}
.service_linkbox{
  width: calc(50% - 30px);
  margin: 20px 15px;
}
.service_linkbox span{
font-weight: bold;
font-size: 1.4rem;
line-height: 1;
text-align: center;
color: #333;
margin-bottom: 2px;
display: block;
}
.service_linkbox .service_link a{
  position: relative;
  text-decoration: none;
}

/*.service_linkbox:nth-child(2n - 1) .service_link a{
  margin-left: auto;
}*/

.service_link a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background-image: url(../images/service/left_arrow.png);
  width: 9px;
  height: 15.22px;
  background-image: cover;
}
.service_linkboxes{
  margin-top: 0;
}

.service_link a{
  transition: all 0.3s;

}
.service_link a:hover{
    text-decoration: none;
    opacity: 0.6;
}

.notes{
  font-size: 13px;
}



.company_info{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 50px;
}
.company_row{
  border-bottom: 1px solid #C9C9C9;
  padding: 20px 0;
  align-items: center;
}
.company_row:first-child{
  border-top: 1px solid #C9C9C9;
}
.company_title{
font-weight: bold;
font-size: 18px;
line-height: 24px;
text-align: left;
color: #686868;
width: 160px;
}
.comapny_desc{
font-weight: 500;
font-size: 18px;
line-height: 30px;
text-align: left;
color: #333;
width: calc(100% - 170px);

}
.service_linkboxes_about{
  margin-top: 50px;
}
.service_linkbox:first-child a{
  background-image:none;
}
.service_linkbox:nth-child(2) a{
  background-image:none;
}
.insuranse_card{
  width: calc(50% - 20px);
  justify-content: space-between;
  align-items: center;
}
.insuranse_row{
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.insuranse_com p{
  margin-top: 0;
}
.insuranse_tables h4{
  margin-bottom: 40px;
}
.insuranse_tables{
  margin-top: 60px;
}
.daihyou_profile_2 p.sign{
  margin-top: 9px;
}
.sign img{
  max-width: 200px;
  margin-left: auto;
}
.yakuin_table{
  width: 100%;
  margin-top: 20px;
  border-collapse:collapse;
}
.yakuin_table th{
  background-color: #fff;
  width: 200px;
  color: #686868;
}
.yakuin_table th,.yakuin_table td{
  padding: 10px;
  border-collapse: collapse;
  border:1px solid #d6d6d6;
}
.yakuin_table h4{
  padding-left: 0;
  border-left: none;
  background-color: transparent;

}
.company_daihyou{
  width: 100%;
  margin: 0 auto;
}
.daihyou_profile_2 p{
  margin-top: 5px;
}
.company_address{
  justify-content: space-between;
  align-items: center;
}
.company_address_img{
  width: 30%;
}
.company_address_text{
  width: 65%;
}

@media screen and (max-width: 767px) {
  .service_linkbox {
    width: 100%;
    margin: 5px 0;
}
.service_link a{
  width: 100%;
  /* height: 50px; */
}
.company_title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.0rem;
  text-align: left;
  color: #686868;
  width: 90px;
}
.comapny_desc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.0rem;
  width: calc(100% - 90px);
}
.insuranse_row{
  flex-wrap: wrap;
}
.insuranse_card {
  width: 100%;
}
.insuranse_img{
  /* width: 40%; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.insuranse_com{
  /* width: calc(60% - 10px); */
  width: 100%;
  display: flex;
  justify-content: center;
}
.insuranse_card {
  flex-wrap: wrap;
}
.insuranse_card{
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 20px;

}
.insuranse_row{
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
}