@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	style page
----------------------------------------------------------------------------------------------*/

.page_main {
  width: 100%;
  padding-top: 164px;
  position: relative;
}
.breadcrumbs_list {
  display: none;
}
.page_title_sp {
  display: none;
}

@media (max-width: 768px) {
  .page_main {
    width: 100%;
    padding-top: 80px;
  }
  .breadcrumbs_list {
    display: flex;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 9px;
    padding: 0 5% 10px;
    gap: 1em;

  }
  .breadcrumbs_list a {
    color: #9fa0a0;
    text-decoration: none;
    padding-right: 1em;
    border-right: .5px solid #9fa0a0;
  }
  .page_title_sp {
    display: block;
    font-size: 22px;
    padding: 0 5% 10px;
    line-height: 1.2;
  }
}

/* corporate-customers 法人のお客様
----------------------------------------------------------------------------------------------*/


/* Section classes */
.corporate-customers_section01 {
  padding: 60px 0 100px;
}

.corporate-customers_section02 {
  background: #e65513;
  color: #fff;
  padding: 60px 0;
}

/* Title classes */
.corporate-customers_ttl01 {
  text-align: center;
  font-size: 32px;
  color: #595757;
}
.corporate-customers_section02 .corporate-customers_ttl01 {
  color: #ffef00;
}

.corporate-customers_ttl02 {
  width: clamp(50px, 90%, 770px);
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 .5em;
  border-bottom: 0.8px dashed #040000;
  margin-inline: auto;
  margin-top: 2em;
}

.corporate-customers_section02  .corporate-customers_ttl02 {
  color: #ffef00;
  border-color: #fff;
}

/* Text classes */
.corporate-customers_txt01 {
  text-align: center;
  margin-top: 2em;
  line-height: 1.7;
}

/* List classes */
.customers_list01 {
  display: flex;
  width: clamp(50px, 90%, 770px);
  margin-inline: auto;
  margin-top: 2em;
  gap: 2%;
  justify-content: center;
}

.customers_list01_item {
  width: calc((100% - 6%) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.customers_list_txt01 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e65513;
  text-align: center;
}

.corporate-customers_section02 .customers_list_txt01 {
  color: #fff;
}

.cta_box {
  width: clamp(50px, 90%, 665px);
  margin-inline: auto;
  margin-top: 100px;
  padding: 30px 3.5%;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  gap: 5%;
  color: #000;
  align-items: flex-end;
}

.cta_box_left {
  width: 50%;
  flex: 1;
}

.cta_box_ttl {
  font-size: 35px;
}

.cta_box_txt01{
  font-size: 16px;
}

.cta_box_btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta_box_btns a:hover {
  opacity: 0.7;
}

.c-link {
  text-align: center;
  margin-top: 3em;
}

@media (max-width: 768px) {

  /* Section classes */
  .corporate-customers_section01 {
    padding: 40px 5% 60px;
  }

  .corporate-customers_section02 {
    background: #e65513;
    color: #fff;
    padding: 40px 5%;
  }

  /* Title classes */
  .corporate-customers_ttl01 {
    text-align: center;
    font-size: 21px;
    color: #595757;
  }

  .corporate-customers_ttl02 {
    width: 100%;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 0 0 .5em;
    border-bottom: 0.8px dashed #040000;
    margin-inline: auto;
    margin-top: 2em;
  }
  
  h1.corporate-customers_ttl02 {
    margin-top: 0;
  }

  /* Text classes */
  .corporate-customers_txt01 {
    text-align: justify;
    margin-top: 1.5em;
    line-height: 1.7;
  }

  /* List classes */
  .customers_list01 {
    display: flex;
    width: clamp(50px, 95%, 770px);
    margin-inline: auto;
    margin-top: 2em;
    gap: 20px 2%;
    flex-wrap: wrap;
  }

  .customers_list01_item {
    width: calc((100% - 2%) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .customers_list_txt01 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #e65513;
    text-align: center;
  }

  .cta_box {
    display: none;
  }

}


/* private-customer 個人のお客様
----------------------------------------------------------------------------------------------*/

.insurance_sec{
  width: clamp(50px, 90%, 1000px);
  margin-inline: auto;
  margin-top: 2em;
}

.insurance_sec_ttl {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.insurance_list01 {
  display: flex;
  width: clamp(50px, 90%, 870px);
  margin-inline: auto;
  margin-top: 2em;
  gap: 60px 8%;
  flex-wrap: wrap;
}
.insurance_list01_item {
  width: calc((100% - 16%) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.insurance_list_ttl01 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 30px;
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0.5em;
  border-bottom: 3px solid var(--color-main);
  width: 100%;
}

.insurance_list_txt01 {
  margin-top: .5em;
  text-align: justify;
}

.cta_contact_sec {
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: url("../../asset/img/bnr_contact.jpg") no-repeat top center/cover;
}

.cta_contact_sec_in{
  width: clamp(50px, 90%, 1000px);
  margin-inline: auto;
}

.cta_contact_en {
  font-size: 19px;
  line-height: 1.1;
}
.cta_contact_sec_ttl {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.1;
  color: #000;
  margin-top: 20px;
}
.cta_contact_sec_txt01 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 19px;
  color: #000;
  margin-top: 15px;
}
.cta_contact_sec_btns{
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.cta_contact_sec_btn_contact a {
  display: inline-block;
  background: var(--color-main);
}
.cta_contact_sec_btn_tel a {
  display: inline-block;
  background: #717071;
}

.cta_contact_sec_btn_contact a:hover,
.cta_contact_sec_btn_tel a:hover {
  filter: brightness(.9);
}

a.telhref {
  pointer-events: none;
}

@media (max-width: 768px) {
  .insurance_sec{
    width: 100%;
    margin-inline: auto;
    margin-top: 3em;
    text-align: center;
  }

  .insurance_sec_ttl {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: var(--color-main);
    padding: 3px 15px;
    border-radius: 3px;
    text-align: center;
  }

  .insurance_list01 {
    display: flex;
    width: 100%;
    margin-inline: auto;
    margin-top: 2em;
    gap: 30px 10%;
    flex-wrap: wrap;
  }
  .insurance_list01_item {
    width: calc((100% - 10%) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .insurance_list_ttl01 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 15px;
    color: var(--color-main);
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0.5em;
    border-bottom: 3px solid var(--color-main);
    width: 100%;
  }

  .insurance_list_txt01 {
    margin-top: .5em;
    text-align: justify;
  }

  .cta_contact_sec {
    display: none;
  }

  .cta_contact_sec_in{
    width: clamp(50px, 90%, 1000px);
    margin-inline: auto;
  }

  .cta_contact_en {
    font-size: 19px;
    line-height: 1.1;
  }
  .cta_contact_sec_ttl {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 1.1;
    color: #000;
    margin-top: 20px;
  }
  .cta_contact_sec_txt01 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 19px;
    color: #000;
    margin-top: 15px;
  }
  .cta_contact_sec_btns{
    display: flex;
    gap: 5px;
    margin-top: 20px;
  }
  .cta_contact_sec_btn_contact a {
    display: inline-block;
    background: var(--color-main);
  }
  .cta_contact_sec_btn_tel a {
    display: inline-block;
    background: #717071;
  }
}

/* alliance 代理店の皆様
----------------------------------------------------------------------------------------------*/

.alliance .customers_list01_item {
  width: calc((100% - 6%) / 3);
}

@media (max-width: 768px) {
  .alliance .customers_list01_item {
    width: calc((100% - 4%) / 2);
  }
}

/* base-info 拠点情報
----------------------------------------------------------------------------------------------*/

.base-info_ttl02 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-top: 2em;
}

.page_base-info_nav__list {
  display: flex;
  width: clamp(50px, 90%, 1020px);
  margin-inline: auto;
  gap: 2em;
  justify-content: center;
  margin-top: 2em;
}

.page_base-info_nav__list a {
  display: inline-block;
  color: #000;
  position: relative;
  padding: 0 .2em .2em;
}
.page_base-info_nav__list a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: background-color .3s ease;
}
.page_base-info_nav__list a:hover::after {
  background-color: var(--color-main);
}

.page_base-info_nav__content {
  width: clamp(50px, 90%, 1020px);
  margin-inline: auto;
}

.base-info_ttl03 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-top: 2em;
  padding: 2em 0 .5em;
  border-bottom: 0.8px dashed #040000;
}

.base-info_list {
  display: flex;
  gap: 1em;
  margin-top: 2em;
}
.base-info_list_ttl {
  width: 15em;
}
.base-info_list_txt {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 1.7;
  font-size: 12px;
}

@media (max-width: 768px) {
  .base-info_ttl02 {
    text-align: center;
    font-size: 18px;
    margin-top: 2em;
  }

  .page_base-info_nav__list {
    display: flex;
    width: 100%;
    margin-inline: auto;
    gap: 1em;
    margin-top: 1em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .page_base-info_nav__list__item {
    width: calc((100% - 1em) / 2);
    text-align: center;
  }

  .page_base-info_nav__list a {
    display: block;
    color: #000;
    position: relative;
    padding: .4em .2em;
    border: 1px solid #000;
    border-radius: 4px;
  }
  .page_base-info_nav__list a::after {
    display: none;
  }
  .page_base-info_nav__list a:hover::after {
    background-color: var(--color-main);
  }

  .page_base-info_nav__content {
    width: 100%;
    margin-inline: auto;
  }

  .base-info_ttl03 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 1em;
    padding: 1em 0 .3em;
    border-bottom: 0.8px dashed #040000;
  }

  .base-info_list {
    display: flex;
    gap: .5em;
    margin-top: 1.5em;
    flex-direction: column;
  }
  .base-info_list_ttl {
    width: 15em;
    font-size: 15px;
  }
}

/* company 会社概要
----------------------------------------------------------------------------------------------*/
.company_ttl02 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-top: 2em;
  text-align: center;
}

.company_info_table {
  width: clamp(50px, 90%, 1020px);
  margin-inline: auto;
  margin-top: 2em;
  border-top: 0.8px dashed #040000;
}

.company_info_table tr {
  display: flex;
  border-bottom: 0.8px dashed #040000;
  padding: .7em 1em;
}

.company_info_table th {
  width: 12em;
  line-height: 1.7;
}
.company_info_table td {
  flex: 1;
  line-height: 1.7;
}

.company_img_row {
  width: clamp(50px, 90%, 1020px);
  margin-inline: auto;
  display: flex;
  gap: 2em;
  margin-top: 2em;
}

.company_map_ttl {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-top: 4em;
  text-align: center;
}

.company_map_area {
  width: clamp(50px, 90%, 1020px);
  margin-inline: auto;
  margin-top: 2em;
}

.company_map_area iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.company_section03 {
  margin-top: 60px;
}

.company_section04 {
  width: clamp(50px, 90%, 1020px);
  margin-inline: auto;
  margin-top: 4em;
}
.insurance_ttl01 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 2em 0 .5em;
  border-bottom: 0.8px dashed #040000;
}

.insurance_list_ttl {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 3em;
}

.insurance_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em 1.5em;
  margin-top: 1em;
}

.insurance_list li {
  width: calc((100% - 4.5em) / 4);
  border: 1px solid #040000;
}

.company_ttl02.company_ttl02_mission {
  margin-top: 3em;
}

.company_mission_txt01 {
  text-align: center;
  line-height: 2;
  margin-top: 2em;
}

.company_vison_list {
  display: flex;
  gap: 1em;
  width: clamp(50px, 90%, 630px);
  margin-inline: auto;
  margin-top: 2em;
  flex-direction: column;
}

.company_vison_list li {
  padding-bottom: .4em;
  border-bottom: 0.8px dashed #040000;
}

.c-support-button {
  width: clamp(200px, 100%, 600px);
  margin-inline: auto;
  margin-top: 3em;
}
.c-support-button a {
  display: block;
}
.c-support-button a:hover {
  background: #eba584;
}
@media (max-width: 768px) {
  .c-support-button {
    border: 1px solid #000;
  }
}

@media (max-width: 768px) {
  .company_ttl02 {
    font-size: 18px;
    color: #000;
    margin-top: 1.5em;
    text-align: center;
  }

  .company_info_table {
    width: 100%;
    margin-inline: auto;
    margin-top: 1em;
    border-top: 0.8px dashed #040000;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 12px;
  }

  .company_info_table tr {
    display: flex;
    border-bottom: 0.8px dashed #040000;
    padding: .7em 0;
    flex-direction: column;
    gap: .2em;
  }

  .company_info_table th {
    width: 12em;
    line-height: 1.7;
    font-weight: 700;
  }
  .company_info_table td {
    flex: 1;
    line-height: 1.7;
  }

  .company_img_row {
    width: 100%;
    margin-inline: auto;
    display: flex;
    gap: 0;
    margin-top: 0;
  }

  .company_map_ttl {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 2em;
    text-align: center;
  }

  .company_map_area {
    width: clamp(50px, 90%, 1020px);
    margin-inline: auto;
    margin-top: 1em;
  }

  .company_map_area iframe {
    width: 100%;
    height: 400px;
    border: none;
  }

  .company_section03 {
    margin-top: 40px;
  }

  .company_section04 {
    width: clamp(50px, 90%, 1020px);
    margin-inline: auto;
    margin-top: 0;
    padding-top: 3em;
  }
  .insurance_ttl01 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 0 0 .5em;
    border-bottom: 0.8px dashed #040000;
  }

  .insurance_list_ttl {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-top: 2em;
  }

  .insurance_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1.5em;
    margin-top: 1em;
  }

  .insurance_list li {
    width: calc((100% - 1.5em) / 2);
    border: 1px solid #040000;
  }

  .blank_logo {
    display: none;
  }

  .company_mission_txt01 {
    text-align: justify;
    line-height: 1.7;
    margin-top: 2em;
  }

  .company_vison_list {
    display: flex;
    gap: 1em;
    width: 100%;
    margin-inline: auto;
    margin-top: 2em;
    flex-direction: column;
  }

  .company_vison_list li {
    padding-bottom: .4em;
    border-bottom: 0.8px dashed #040000;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
  }
}

/* bop お客様本位の業務運営に関する方針 
----------------------------------------------------------------------------------------------*/

.bop_section01 {
  width: 100%;
  border-top: 4px solid var(--color-main);
  padding: 60px 0;
}

.l-section_w01 {
  width: clamp(50px, 90%, 1020px);
  margin-inline: auto;
}

.bop_ttl01 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 .5em;
  border-bottom: 0.8px dashed #040000;
  margin-inline: auto;
}

.bop_txt01.bop_date {
  margin-top: 2em;
}

.bop_ttl02 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 1.7em;
  padding-bottom: .5em;
}

.bop_ttl03 {
  margin-top: 1em;
  font-size: 1em;
}

.bop_txt01 {
  margin-top: .7em;
}

.bop_signature {
  text-align: right;
  margin-top: 2em;
}

.bop_ttl02_2nd {
  margin-top: 3em;
}

.u-mt-first {
  margin-top: 2em;
}

.bop_txt01 + p {
  margin-top: 1em;
}

.bop_ttl_lv03 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 700;
  margin-top: 1em;
}
.c-textbox {
  border: 1px solid #c5c5c5;
  padding: 1em 1.5em;
  margin-top: 1em;
}

.bop_section01 ul {
  margin-top: 1em;
  padding-left: 1.5em;
} 
.bop_section01 ul li {
  list-style-type: disc;
}

.bop_section01 ol {
  margin-top: 1em;
}

.bop_table01 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
  border-bottom: 1px solid #acacac;
}

.bop_table01 thead {
  background: #ebebec;
}

.bop_table01 th {
  padding: .5em 1em;
}

.bop_table01 td {
  padding: .4em 1em;
}

@media (max-width: 768px) {
  .bop_table01 {
    font-size: 12px;
  }
  .bop_table01 th {
    padding: .5em .5em;
  }

  .bop_table01 td {
    padding: .4em .5em;
  }
}

@media (max-width: 768px) {

  .bop_section01 {
    width: 100%;
    padding: 40px 0;
  }

  .l-section_w01 {
    width: clamp(50px, 90%, 1020px);
    margin-inline: auto;
  }

  .bop_ttl01 {
    font-size: 19px;
    font-weight: 700;
    padding: 0 0 .5em;
    border-bottom: 0.8px dashed #040000;
    margin-inline: auto;
  }

  .bop_ttl02 {
    font-size: 1.2em;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 1.7em;
    padding-bottom: .5em;
  }

  .bop_ttl03 {
    margin-top: 3em;
  }

  .bop_signature {
    text-align: right;
    margin-top: 2em;
  }

  .u-mt-first {
    margin-top: 2em;
  }

  .bop_txt01 + p {
    margin-top: 1em;
  }

  .bop_ttl_lv03 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 700;
    margin-top: 1em;
  }
  .c-textbox {
    border: 1px solid #c5c5c5;
    padding: 1em 1.5em;
    margin-top: 1em;
  }

  .bop_section01 ul {
    margin-top: 1em;
    padding-left: 1.5em;
  } 
  .bop_section01 ul li {
    list-style-type: disc;
  }

  .bop_section01 ol {
    margin-top: 1em;
  }
}

/* support　事故・ロードサービスのご連絡 */
.support_ttl02 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-top: 1em;
}

.support_icon {
  text-align: center;
  margin-top: 2em;
}

.support_ttl03 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 1.5;
  margin-top: .5em;
}

.support_ttl03 span {
  color: var(--color-main);
}

.support_ttl03::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  background: var(--color-main);
  margin-inline: auto;
  margin-top: 0.5em;
}

.support_txt02 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  text-align: center;
  font-size: 18px;
  margin-top: 1.5em;
  line-height: 1.7;
}

.support_insurance_list01 {
  display: flex;
  width: 90%;
  margin-inline: auto;
  margin-top: 4em;
  gap: 60px 8%;
  flex-wrap: wrap;
}

.support_insurance_list01_item {
  width: calc((100% - 16%) / 3);
}

.support_insurance_list01_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.support_insurance_list01_item a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .support_ttl02 {
    font-size: 22px;
    margin-top: 0;
  }

  .support_icon {
    text-align: center;
    margin-top: 2em;
  }

  .support_icon img {
    width: auto;
    height: 24vw;
  }

  .support_ttl03 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 1.5;
    margin-top: .5em;
  }

  .support_ttl03::after {
    content: "";
    display: block;
    width: 84px;
    height: 4px;
    background: var(--color-main);
    margin-inline: auto;
    margin-top: 0.5em;
  }

  .support_txt02 {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    text-align: center;
    font-size: 18px;
    margin-top: 1.5em;
    line-height: 1.7;
  }

  .support_insurance_list01 {
    display: flex;
    width: 90%;
    margin-inline: auto;
    margin-top: 4em;
    gap: 60px 8%;
    flex-wrap: wrap;
  }

  .support_insurance_list01_item {
    width: calc((100% - 16%) / 3);
  }

  .support_insurance_list01_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .support_icon {
    text-align: center;
    margin-top: 1.5em;
  }

  .support_ttl03 {
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    margin-top: .5em;
  }

  .support_txt02 {
    font-size: 15px;
    margin-top: 1.5em;
    line-height: 1.7;
    text-align: justify;
  }

  .support_insurance_list01 {
    display: flex;
    width: 100%;
    margin-inline: auto;
    margin-top: 2em;
    gap: 50px 5%;
    flex-wrap: wrap;
  }

  .support_insurance_list01_item {
    width: 100%;
  }
}


/* Voice お客様の声 */
.voice_section01 {
  padding: 60px 0 100px;
}

.voice_ttl01 {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.1;
  color: #3e3a39;
  display: flex;
  flex-direction: column;
}

.voice_ttl01 .u-en {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 10px;
  color: #3e3a39;
}

.voice_items_wrap {
  width: clamp(200px, 90%, 1000px);
  margin-inline: auto;
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  gap: 2em;

  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.voice_item {
  display: flex;
  gap: 35px;
  background: #ebebec;
  border-radius: 3px;
  padding: 25px 30px 25px 45px;
}

.voice_item_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer_evaluation {
  font-size: 12px;
  margin-top: 10px;
}

.star {
  margin-left: .5em;
  color: var(--color-main);
}

.voice_item_txts {
  flex: 1;
}

.voice_item_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.voice_item_meta {
  font-size: 14px;
  margin-top: 5px;
}

.voice_item_txts hr {
  border-color: #231815;
  border-width: .5px;
  margin-block-start: 0.8em;
  margin-block-end: 0.8em;
}

.voice_item_txt {
  text-align: justify;
  font-size: 14px;
}

@media (max-width: 768px) {
  .voice_section01 {
    padding: 40px 5% 60px;
  }

  .voice_ttl01 {
    font-size: 21px;
  }

  .voice_ttl01 .u-en {
    display: none;
  }

  .voice_items_wrap {
    width: 100%;
    margin-inline: auto;
    margin-top: 2em;
    gap: 1.5em;
  }

  .voice_item {
  display: flex;
  gap: 20px;
  padding: 25px 20px;
  }

  .voice_item_img {
    width: 26%;
  }

  .customer_evaluation {
    font-size: 10px;
    margin-top: 5px;
  }

  .voice_item_ttl {
    font-size: 15px;
  }

  .voice_item_meta {
    font-size: 12px;
    margin-top: 9px;
  }

  .voice_item_txts hr {
    border-width: 0;
  }

  .voice_item_txt {
    font-size: 13px;
    margin-left: -46%;
  }
}