@charset "utf-8";
.mt_10{
  margin-top: 10px;
}
.indent_4{
  padding-left: 4em;
  text-indent: -4em;
}
.indent_5{
  padding-left: 4.8em;
  text-indent: -4.8em;
  @media screen and (max-width: 767px){
    text-indent: 0;
    padding-left: 0;
  }
}
.indent_6{
  padding-left: 6em;
  text-indent: -6em;
}
.indent_7{
  padding-left: 7em;
  text-indent: -7em;
}
.indent_8{
  padding-left: 8em;
  text-indent: -8em;
}
.art_head--ll{
  text-indent: -1.25em;
  padding-left: 1.25em;
  &::before{
    display: none;
  }
}
.anchor{
  padding: 60px 0 0;
}
.anc_list{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  gap:10px 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.anc_btn {
  max-width: 241px;
  width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 10px 15px;
    gap: 15px;
    background: var(--deep-blue);
    border-radius: 10px;
    &::after {
      content: '';
      display: block;
      background: url(/common/img/arrow_rev.svg) no-repeat center;
      background-size: contain;
      width: 20px;
      height: 20px;
      transform: rotate(90deg);
    }
  }


.sus{
  margin-top: 40px;
}
.sus_list{
  display: flex;
  flex-wrap: wrap;
  gap:10px 20px;
}
.sus_card{
  max-width: calc(50% - 10px);
  width: 100%;
}
.card_head {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  min-height: 3.5em;
}
.card_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.card_com{
  margin-top: 10px;
}
.sus_flex{
  display: flex;
  gap:15px;
}
.sus_left {
  max-width: 795px;
}
.child{
  padding-left: 2em;
}
.fs_32{
  font-size: var(--fs-32);
}
.num {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.child_num {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.bottom{
  width: 100%;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px){

.child{
  padding-left: 1em;
}
.sus_flex{
  flex-direction: column;
  align-items: center;
}
.sus_list{
  justify-content: center;
}
.sus_card{
  max-width: 100%;
}
}