@charset "utf-8";

.mT8 {margin-top: 8px;}
.mT32 {margin-top: 32px;}

.section_block {
  margin-top: 72px;
}

.sec {
  margin-top: 64px;
}

.recommend_tag {
  margin-bottom: 16px;
}

.text_orange {
  max-width: 409px;
  margin: 40px auto 0;
  padding: 8px 16px;
  background: #FFE3D4;
  border-radius: 10px;
}

.flex_even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  max-width: 859px;
  margin: 40px auto;
}

.flex_even .flex_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 40px auto;
}

.flex .flex_item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ol.cmn_normal_list._mod li::before {
  width: 20px;
  height: 20px;
  background: #656565;
  content: counter(item);
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width:640px){
  .cmn_normal_list._mod li {
    padding-left: 2em;
  }
  .sp_mT24 {margin-top: 24px !important;}
  .sp_mT32 {margin-top: 32px;}
  .section_block { 
    margin-top: 56px; 
  }
  .sec {
    margin-top: 40px;
  }
  .cmn_w100p_wrap > .inner {
    padding: 40px 24px;
  }
  .flex_even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 16px auto 40px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text_orange {
    padding: 8px 22px;
    font-size: 1.2rem;
  }
}


.cmn_card_list .card._mod  .ttl {
  margin-top: 16px;
}

@media screen and (max-width:640px){
  .cmn_card_list .card._mod {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 16px 56px 16px 20px;
  }

  .cmn_card_list .card._mod::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 0 0 8px;
    vertical-align: middle;
    background: url("/shared/img/arw_orange_r_circle.svg") center / contain no-repeat;
  }

  .cmn_card_list .card._mod[target="_blank"]::after {
    background: url("/shared/img/icon_blank.svg") center / contain no-repeat;
  }

  .cmn_card_list .card._mod .img {
    width: 64px;
  }

  .cmn_card_list .card._mod .img img {
    width: 100%;
  }

  .cmn_card_list .card._mod .card_txt {
    flex: 1;
    text-align: left;
  }

  .cmn_card_list .card._mod .card_txt .txt {
    margin-bottom: 0;
  }

  .cmn_card_list .card._mod  .ttl {
    margin-top: 0;
  }
}