@charset "UTF-8";
/* 共通 */

html {
  font-size: 10px;
}
body {
  font-size: 1.6rem;
}

html .l_main_wrap {
  overflow-y: auto;
}
.dn {
  display: none;
}
.atent {
  font-family: 'Noto Sans JP', sans-serif;
}
.accordion_box {
  display: none;
}
.l_main {
}
#contents_wrap {
}

.l-breadcrumb ~ *,
.l-breadcrumb ~ * * {
	box-sizing: content-box;
}

.l-breadcrumb ~ * img,
.common-btn img {
	height: auto;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*TABLET ONLY*/
@media screen and (max-width: 1024px) {
  #contents_wrap {
    background-position: top -1px center;
  }
}

.common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 408px;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  background: #006CB6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9px;
	text-decoration: none;
}
.common-btn:not(.btn, .tel_num):hover {
  opacity: 0.8;
  color: #FFF;
}
.common-btn-arrow {
  padding-left: 4px;
}
.common-btn-colB {
  background: #FFF;
  color: #006CB6;
}
.common-btn-colB:not(.btn, .tel_num):hover {
  opacity: 0.8;
  color: #006CB6;
}
.accordion_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
  background-color: #FFF;
}
.accordion_btn_A {
  border: 1px solid #006CB6;
  color: #006CB6;
}
.accordion_btn_A::after {
  content: '';
  display: block;
  padding-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url(../imgs/common-btn-arrow4.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion_btn_A.active::after {
  background-image: url(../imgs/common-btn-arrow5.svg);
}
.accordion_btn_B {
  border: 1px solid #FD4383;
  color: #FD4383;
}
.accordion_btn_B::after {
  content: '';
  display: block;
  padding-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url(../imgs/common-btn-arrow6.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion_btn_B.active::after {
  background-image: url(../imgs/common-btn-arrow7.svg);
}

.pc {
  display: block;
}
.pc_i {
  display: inline;
}
.sp {
  display: none;
}
.sp_i {
  display: none;
}
.pc1024 {
  display: none;
}
.sp1024 {
  display: none;
}


/* メインビジュアル */
.mv {
  background-color: #B4D78D;
}
.mv-inner {
  position: relative;
  width: 100%;
  max-width: 1034px;
  margin-right: auto;
  margin-left: auto;
  padding: 86px 0;
}
.mv-txt {
  width: 955px;
  max-width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 2.55rem */
  letter-spacing: 0.06rem;
  padding-right: 36px;
  padding-left: 36px;
  box-sizing: border-box;
}
.mv-txt p strong {
  text-decoration: underline;
}

/* 東海ろうきんはこんな金融機関です */
#about {
  background-color: #F0E88C;
  padding-top: 56px;
  padding-bottom: 66px;
}
#about .about-inner .about-ttl {
  color: #0052A5;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.128rem;
}
#about .about-inner .about-cnt {
  width: 100%;
  max-width: 952px;
  height: auto;
  margin: 24px auto 40px auto;
}
#about .about-inner .about-cnt .card {
  width: 300px;
  height: 360px;
  box-sizing: border-box;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
#about .about-inner .about-cnt .card .img {
  height: 145px;
  margin-top: 43px;
  margin-bottom: 36px;
}
#about .about-inner .about-cnt .card .txt {
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

/* 東海ろうきんのキャッシュカードなら */
#cc {
  width: 100%;
  background-color: #14AB39;
}
#cc .cc-inner {
  width: 100%;
  max-width: 1034px;
  height: 196px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#cc .cc-inner .img_cc_pc {
  position: absolute;
  margin: auto;
  top: -40px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1034px;
  z-index: 0;
}

/* 年金の手続き */
#proc {}
#proc .proc-inner {
  background-color: #FFFDE5;
  padding-top: 235px;
}
#proc .proc-inner .img_proc {
  width: 100%;
  max-width: 1004px;
  margin-right: auto;
  margin-left: auto;
  height: 1376px;
  background-image: url(../imgs/bg_proc_pc_body.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  position: relative;
  overflow: visible;
  z-index: 1;
}
#proc .proc-inner .img_proc::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  background-image: url(../imgs/bg_proc_pc_top.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
#proc .proc-inner .img_proc::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  background-image: url(../imgs/bg_proc_pc_bottom.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#proc .proc-inner .img_proc .proc-ttl {
  padding-top: 46px;
  text-align: center;
}
#proc .proc-inner .img_proc .proc-b_box,
#proc .proc-inner .img_proc .proc-r_box {
  margin: 0 auto 24px auto;
  width: 840px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
#proc .proc-inner .img_proc .proc-b_box {
  margin-top: -49px;
  border: 1px solid #0052A5;
}
#proc .proc-inner .img_proc .proc-r_box {
  border: 1px solid #D63572;
}
#proc .proc-inner .img_proc .proc-box {
  font-family: "Zen Maru Gothic", sans-serif;
}
#proc .proc-inner .img_proc .proc-box h3 {
  color: #FFFFFF;
  font-size: 2.2rem;
  text-align: center;
  padding: 7px 0 9px 0;
}
#proc .proc-inner .img_proc .proc-box h3.proc-b_box-ttl {
  background-color: #0052A5;
}
#proc .proc-inner .img_proc .proc-box h3.proc-r_box-ttl {
  background-color: #D63572;
}
#proc .proc-inner .img_proc .proc-box h3.proc-r_box-ttl span.yellow {
  color: #F4D924;
}
#proc .proc-inner .img_proc .proc-box ol {
  padding: 0 42px;
}
#proc .proc-inner .img_proc .proc-box ol li {
  border-bottom: 1px dotted #B9BEC1;
  gap: 0 8px;
  padding: 18px 0;
}
#proc .proc-inner .img_proc .proc-box ol li:last-child {
  border-bottom: none;
}
#proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box {
  width: 700px;
}
#proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box h4 {
  font-size: 2.2rem;
	font-weight: 700;
  margin-top: 4px;
}
#proc .proc-inner .img_proc .proc-b_box ol li .proc-box-txt-box h4 {
  color: #0052A5;
}
#proc .proc-inner .img_proc .proc-r_box ol li .proc-box-txt-box h4 {
  color: #D63572;
}
#proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box h4 span.yellow {
  background-color: #F4D924;
}
#proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  width: 500px;
  margin-top: 8px;
}
#proc .atent {
  font-size: 1.3rem;
  color: #333;
  padding: 0 62px 24px 62px;
}

/* 年金相談会 */
#consul {
  background-color: #FFFDE5;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding-bottom: 52px;
}
#consul .consul-inner {
  background-color: #FFFDE5;
  padding-top: 60px;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#consul .consul-inner .consul-q-lst {
  width: 100%;
  max-width: 732px;
  margin-right: auto;
  margin-left: auto;
}
#consul .consul-inner .consul-q-lst .consul-item {
  gap: 0 10px;
  padding: 4px 0;
}
#consul .consul-inner .consul-q-lst .consul-item .consul-item-img {}
#consul .consul-inner .consul-q-lst .consul-item .consul-item-txt {}
#consul .consul-inner .consul-q-lst .consul-item .consul-item-txt .consul-item-txt-ttl {
  color: #0052A5;
  -webkit-text-stroke: 3px #FFF;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.088rem;
  position: relative;
  z-index: 1;
}
#consul .consul-inner .consul-q-lst .consul-item:first-child .consul-item-txt .consul-item-txt-ttl {
  padding: 0;
  margin-top: 27px;
}
#consul .consul-inner .consul-q-lst .consul-item .consul-item-txt .consul-item-txt-ttl::before {
  content: attr(data-text);
  -webkit-text-stroke: 0;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 0;
}
#consul .consul-inner .consul-q-lst .consul-item .consul-item-txt .consul-item-txt-atent {
  color: #333;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.072rem;
}
#consul .consul-inner .atent {
  color: #333;
  font-family: "Zen Maru Gothic";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.054rem;
  width: 100%;
  max-width: 732px;
  margin-right: auto;
  margin-left: auto;
}
#consul .consul-inner .consul-a {
  margin-top: 16px;
  width: 100%;
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  background-color: #C2E6FA;
  border-radius: 10px;
  padding: 24px 30px;
  font-family: "Zen Maru Gothic";
}
#consul .consul-inner .consul-a-lst {
  padding-top: 4px;
}
#consul .consul-inner .consul-a-lst .consul-item {
  color: #0052A5;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  gap: 0 10px;
  padding: 4px 0;
}
#consul .bg_consul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  pointer-events: none;
}
#consul .bg_consul.bg_consul_pc {
  height: 182px;
  background-image: url(../imgs/bg_consul_pc.png);
}
#consul .bg_consul.bg_consul_sp {
  height: 150px;
  background-image: url(../imgs/bg_consul_sp.png);
}

/* 鶴亀 */
#tsurukame {
  padding-top: 37px;
  padding-bottom: 37px;
  background-image: url(../imgs/bg_tsurukame.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#tsurukame .tsurukame-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn {}
#tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-ttl {
  margin-bottom: 32px;
}
#tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-ttl .sub {
  color: #FFF;
  font-family: "Zen Maru Gothic";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.096rem;
}
#tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-ttl .main {
  color: #EFCE39;
  font-family: "Zen Maru Gothic";
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.384rem;
  margin-left: -6rem;
}
#tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-txt {
  color: #FFF;
  font-family: "Zen Maru Gothic";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.072rem;
  margin-bottom: 2rem;
}
#tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-btn .common-btn {
  margin: 0;
  background-color: #FFFFFF;
  color: #0052A5;
  width: 248px;
}

/* その他ボタン */
.btns {
  padding: 40px 0 25px 0;
  background-color: #F5F5F5;
}
.btns-inner {
  max-width: 1000px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}
.btns-inner .common-btn {
  margin-right: 12px;
  margin-left: 12px;
}

/* CTA */
.cta {
  background-color: #CCE6F7;
  padding-top: 45px;
  padding-bottom: 52px;
}
.cta-inner {
  max-width: 1000px;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
}
.cta-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
  color: #1d6bb2;
  margin-bottom: 20px;
  padding-right: 14px;
}
.cta-list {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border:6px solid #EFF6F7;
  padding:16px 0;
}
.cta-tel {
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #707070;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 22px;
}
.cta-tel__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 25px;
  text-align: center;
  color: #222;
  margin-bottom: 9px;
}
.cta-tel__item {
  text-align: center;
}
.cta-contact {
  width: 50%;
  padding:0px 0 7px;
}
.cta-contact__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 25px;
  text-align: center;
  color: #222;
  margin-bottom: 7px;
}
.cta-contact__btn {
  max-width: 248px;
  height: 56px;
}

/*SP ONLY 767*/
@media screen and (max-width: 767px) {

  .l_main {
    background-position: top center;
    background-color: #084797;
  }
  .common-btn {
    max-width: 320px;
  }
  /* メインビジュアル */
  .mv {
  }
  .mv-inner {
    height: auto;
    padding: 18px 0 80px 0;
  }
  .mv-img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .mv-txt {
    width: 100%;
    height: auto;
    padding: 0 25px;
    box-sizing: border-box;
  }

  /* 東海ろうきんはこんな金融機関です */
  #about {
  }
  #about .about-inner .about-ttl {
    font-size: 2.4rem;
    font-style: normal;
    letter-spacing: 0.096rem;
    margin-bottom: 24px;
  }


  /* CTA */
  .cta {
    padding-top: 49px;
  }
  .cta-title {
    font-size: 1.9rem;
    line-height: 31px;
    margin-bottom: 19px;
    padding-right: 0px;
  }
  .cta-list {
    display: block;
    padding:0 20px;
  }
  .cta-tel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-top: 20px;
    padding-bottom: 26px;
    padding-right: 0px;
  }
  .cta-tel__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 31px;
    text-align: center;
    color: #222;
    margin-bottom: 4px;
  }
  .cta-contact {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .cta-contact__title {
    margin-bottom: 5px;
  }
  .cta-contact__btn {
    max-width: 248px;
  }
}

/*SP ONLY 1024*/
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .pc_i {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_i {
    display: inline;
  }

  /* 東海ろうきんはこんな金融機関です */
  #about {
    width: 100%;
    height: auto;
    background-color: #FFF799;
    padding: 80px 36px;
    box-sizing: border-box;
  }
  #about .about-inner .about-cnt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #about .about-inner .about-cnt .card {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    padding-bottom: 43px;
  }

  #cc .cc-inner {
    display: block !important;
    height: auto;
  }
  #cc .cc-inner .img_cc_sp {
    display: block !important;
    height: auto;
    padding: 0 5%;
  }
  #cc .cc-inner .img_cc_sp img {
    width: 100%;
    margin-top: -7.5%;
  }

  #cc-sp {
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFDE5;
    padding: 7.5% 5%;
    box-sizing: border-box;
  }
  #cc-sp .cc-sp-inner img {
    width: 100%;
  }

  #proc {
    padding-right: 2.5%;
    padding-left: 2.5%;
    background-color: #FFFDE5;
  }
  #proc .proc-inner {
    padding-top: 0;
  }
  #proc .proc-inner .img_proc {
    padding: 0 5% 2.5% 5%;
    width: auto;
    height: auto;
  }
  #proc .proc-inner .img_proc .proc-ttl img {
    width: 100%;
  }
  #proc .proc-inner .img_proc .proc-b_box {
    margin-top: 0;
  }
  #proc .proc-inner .img_proc .proc-b_box, #proc .proc-inner .img_proc .proc-r_box {
    width: auto;
  }
  #proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box {
    width: auto;
    flex-wrap: wrap;
  }
  #proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box .proc-box-img {
    width: calc(100% + 56px);
    margin-left: -56px;
    text-align: center;
    padding-top: 5%;
  }
  #proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box p {
    width: 100%;
  }
  #proc .proc-inner .img_proc .proc-box ol li .proc-box-num {
    width: 48px;
  }
  #proc .proc-inner .img_proc .proc-box ol li .proc-box-txt-box {
    width: calc(100% - 48px - 8px);
  }
  #proc .proc-inner .img_proc .proc-box ol {
    padding: 0 5%;
  }
  #proc .atent {
    padding-right: 5%;
    padding-left: 5%;
  }

  #consul {
    padding-bottom: 130px;
  }
  #consul .consul-inner {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
  #consul .consul-inner .consul-q-lst .consul-item .consul-item-txt {
    width: calc(100% - 40px - 10px);
  }
  #consul .consul-inner .consul-a {
    width: auto;
  }

  #tsurukame .tsurukame-inner {
    padding: 0 5%;
    box-sizing: border-box;
  }
  #tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn {
    width: 100%;
  }
  #tsurukame .tsurukame-inner .tsurukame-img {
    padding-top: 5%;
    width: 100%;
    text-align: center;
  }
  #tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-ttl .sub {
    text-align: center;
  }
  #tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-ttl .main {
    margin-left: 0;
    text-align: center;
  }
  #tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-btn .common-btn {
    margin: 0 auto;
  }
  #consul .consul-inner .consul-q-lst .consul-item {
    align-items: start;
  }
  #consul .consul-inner .consul-q-lst .consul-item:first-child .consul-item-txt .consul-item-txt-ttl {
    margin-top: 0;
  }
  #consul .consul-inner .consul-a-lst .consul-item {
    align-items: start;
  }
  #consul .consul-inner .consul-q-lst {
    margin-top: 2.5%;
  }
  #tsurukame .tsurukame-inner .tsurukame-ttl-txt-btn .tsurukame-ttl .main {
    font-size: 20vw;
  }
  #consul .consul-inner .consul-q-lst .consul-item .consul-item-img {
   /* width: 6vw; */
  }
}

/* iPhone5 / SE only */
@media screen and (max-width: 320px) {
}

/* iPhone12 Mini only */
@media screen and (max-width: 360px) {
}

/* -------------------------------------------- */
/* flex                                         */
/* -------------------------------------------- */
.flex {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jc_st {
  justify-content: start;
}
.jc_en {
  justify-content: end;
}
.jc_c {
  justify-content: center;
}
.jc_fs {
  justify-content: flex-start;
}
.jc_fe {
  justify-content: flex-end;
}
.jc_l {
  justify-content: left;
}
.jc_r {
  justify-content: right;
}
.jc_sb {
  justify-content: space-between;
}
.jc_sa {
  justify-content: space-around;
}
.jc_se {
  justify-content: space-evenly;
}
.jc_sc {
  justify-content: stretch;
}
.fw_nw {
  flex-wrap: nowrap;
}
.fw_wr {
  flex-wrap: wrap-reverse;
}
.fd_rr {
  flex-direction: row-reverse;
}
.fd_cm {
  flex-direction: column;
}
.ff_cm {
  flex-flow: column;
}
.ai_s {
  align-items: start;
}
.ai_c {
  align-items: center;
}
.ai_e {
  align-items: end;
}
.ai_fe {
  align-items: flex-end;
}
.ai_st {
  align-items: stretch;
}
.wfit {
  width: fit-content;
}
.hfit {
  height: fit-content;
}

/* -------------------------------------------- */
/* text                                         */
/* -------------------------------------------- */
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}

/* -------------------------------------------- */
/* margin / padding                             */
/* -------------------------------------------- */
.mt1em {
  margin-top: 1em;
}
.mb1em {
  margin-bottom: 1em;
}
.pt1em {
  padding-top: 1em;
}
.pb1em {
  padding-bottom: 1em;
}


/* -------------------------------------------- */
/* ol 米（※）マーク                             */
/* -------------------------------------------- */
ul.asterisk {
  list-style: none;
  margin-left: 1.5em;
}
ul.asterisk li {
  text-indent: -1.5em;
}
ul.asterisk li::before {
  content: '※';
  margin-right: 0.5em;
}


/* -------------------------------------------- */
/* ol 米（※）マーク + num                       */
/* -------------------------------------------- */
ol.asterisk-num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 1.5em;
}
ol.asterisk-num li {
  text-indent: -2.3em;
  margin-left: .7em;
}
ol.asterisk-num li::before {
  content: "※"counter(count)" ";
  counter-increment: count 1;
  margin-right: 0.5em;
}


/* -------------------------------------------- */
/* ol num                                       */
/* -------------------------------------------- */
ol.num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 0.75em;
}
ol.num li {
  text-indent: -1.5em;
  margin-left: .7em;
}
ol.num li::before {
  content: counter(count)". ";
  counter-increment: count 1;
  margin-right: 0.5em;
}

@media (max-width: 1280px) {
  .l_main {
      position: relative;
      padding-top: 148px;
  }
}
@media (max-width: 767px) {
  .l_main {
      padding-top: calc(13.33vw + 42px);
  }
}
