@charset "UTF-8";
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp_br {
  display: none;
}
#help_content1 {
  margin-bottom: 90px;
}
#help_content1 .bg_pic_head {
  background: url(../images/insurance/main.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 90px;
}
#help_content1 .border_wrap1 + .border_wrap1 {
  margin-bottom: 90px;
}
.border_head1.head_top {
  margin-top: 50px;
}
.line_ttl1 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
  z-index: 2;
}
.line_ttl1 .text_posi {
  background: url(../images/index/line.jpg) left 80% repeat-x;
}
.ulStyle01 {
  margin-left: 30px;
}
.ulStyle01 li {
  list-style-type: disc;
  font-size: 30px;
  margin-bottom: 30px;
}
.ulStyle01 li:last-child {
  list-style-type: none;
  margin-top: 50px;
  margin-left: -30px;
  margin-bottom: 0;
}
.flow_img {
  margin: 50px 0 10px;
}
.content01.flex {
  align-items: flex-start;
}
.border_head1 {
  margin-top: 150px;
  margin-bottom: 40px;
  line-height: 1.2 !important;
}
.about_bnr_ul {
  justify-content: center;
}
.about_bnr_ul li:nth-child(2) {
  margin: 0 40px;
}
#contact {
  border: dotted 1px #444;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}
#contact .inner {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
}
#contact h4 {
  font-size: 18px;
  font-weight: bold;
}
.tel_box span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
.long_hd {
  background: url(../images/index/header_ribbon02.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 70px;
  margin-top: 50px;
  margin-bottom: 6px;
}
a.btn_a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.aroow2 {
  position: relative;
}
.aroow2::before {
  content: "";
  display: inline-block;
  background: url(../images/common/ico02.png) center right no-repeat;
  background-size: 9px;
  width: 18px;
  height: 38px;
  position: absolute;
  top: -5px;
  right: -34px;
}
.policy-list {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}
.policy-list__item {
  display: inline-block;
  margin: 0 15px;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.policy-list__item:last-child {
  border: none;
}
@media (max-width: 639px) {
  .sp_br {
    display: block;
  }
  #help_ank1 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #help_content1 {
    margin-bottom: 60px;
  }
  #help_content1 .bg_pic_head {
    margin-bottom: 20px;
  }
  #help_content1 .border_wrap1 + .border_wrap1 {
    margin-bottom: 40px;
  }
  .image_c {
    text-align: center;
  }
  .long_hd {
    background: url(../images/index/header_ribbon02_sp.png) no-repeat center;
    background-size: 100% 70px;
    width: 100%;
    height: 70px;
    margin-bottom: 6px;
  }
  .content01.flex {
    align-items: center;
    flex-direction: column-reverse;
  }
  .ulStyle01 {
    margin-top: 30px;
  }
  .border_head1 {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .flex {
    flex-direction: column;
  }
  .handling_bnr_ul li, .about_bnr_ul li {
    margin-bottom: 30px;
  }
  .about_bnr_ul li:nth-child(2) {
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  a.btn_a {
    font-size: 4.2vw;
  }
}
.flex-hoken {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.flex-hoken li {
  width: calc(100% / 3);
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 639px) {
  .flex-hoken li {
    width: calc(100% / 1);
  }
}