@charset "utf-8";


@media print, screen and (min-width:768px){
  .mod_date_list.tagIn .c_tag{
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .mod_date_list.tagIn .date_item{
    padding: 18px 0;
  }
  .mod_date_list.tagIn .c_tag{
    position: absolute;
    top: 1.9em;
    left: calc(80px + 10px);
  }
  .mod_date_list.tagIn .date_block {
    margin-top: 0.8em;
  }
}


/* sp_img_flex
-------------------------------------------------- */
@media screen and (max-width:767px) {
  .sp_img_flex{
    display: flex;
    justify-content: space-between;
  }
  .sp_img_flex .img{
    width: 46%;
  }
}

/* cv_info_box
-------------------------------------------------- */
.cv_info_box.col-green{  background-color: #F0F9EA;}
.cv_info_box{
  margin-top: 20px;
}
.cv_info_box .flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
}
.cv_info_box .flex .txt{
  line-height: 1.7;
}
@media print, screen and (min-width:768px){
  .cv_info_box{
    border-radius: 20px;
    padding: 35px 40px;
  }
  .cv_info_box [class*="cv_info_list_"]{
    display: flex;
    flex-wrap: wrap;
  }
  .cv_info_box [class*="cv_info_list_"] .flex{
    margin-right: 3%;
  }
  .cv_info_box .cv_info_list_2_1 .flex{
    width: 48.5%;
  }
  .cv_info_box .cv_info_list_3_1 .flex{
    width: 31.3333%;
  }
  .cv_info_box .cv_info_list_4_1 .flex{
    width: 22.7%;
  }
  .cv_info_box .cv_info_list_2_1 .flex:nth-child(2n),
  .cv_info_box .cv_info_list_3_1 .flex:nth-child(3n),
  .cv_info_box .cv_info_list_4_1 .flex:nth-child(4n){
    margin-right: 0;
  }
  .cv_info_box .cv_info_list_2_1 .flex:nth-child(-n+2),
  .cv_info_box .cv_info_list_3_1 .flex:nth-child(-n+3),
  .cv_info_box .cv_info_list_4_1 .flex:nth-child(-n+4){
    margin-top: 0;
  }
  .cv_info_box .flex .img{
    width: 70px;
  }
  .cv_info_box .flex .txt{
    width: calc(100% - (70px + 1em));
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .cv_info_box{
    padding: 20px;
    border-radius: 10px;
  }
  .cv_info_box [class*="cv_info_list_"] .flex:first-child{
    margin-top: 0;
  }
  .cv_info_box .flex .img{
    width: 16%;
  }
  .cv_info_box .flex .txt{
    width: calc(100% - 20%);
    font-size: 10px;
  }
}