@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;
}

@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;
}


@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_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: 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;
}

@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;
  }
}