@charset "UTF-8";
/* ////////////////////////////
COMPANY LICENSE
//////////////////////////// */

#content_Wrap {
  padding: 100px 0;
  background: #efefef;
  margin-top: 116px;
}

.title_Box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 0 60px;
}
.title_Box div {
  margin-right: 1em;
}
.title_Box div img {
  width: 100%;
  height: 76px;
  object-fit: contain;
}
.title_Box p {
  color:#0032e6;
  font-size: 26px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

.update {
  text-align: right;
  font-size: 13.6px;
}

#license_Wrap {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#license_Wrap .box {
  width: calc((100% - 3%) / 2);
  background: #FFF;
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;

  display: flex;
  justify-content:flex-end;
  align-items: center;
}
#license_Wrap .box h3 {
  position: absolute;
  left:20px;
  top: 50%;
  transform: translateY(-50%);

  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}


#license_Wrap .box ul.people_List {
  display: flex;
  justify-content: space-between;
  align-items:baseline;
}
#license_Wrap .box ul.people_List li {
  margin: 0 1px;
}
#license_Wrap .box ul.people_List li.people_10 {
}
#license_Wrap .box ul.people_List li img {
  width:6px;
}
#license_Wrap .box ul.people_List li.people_10 img {
  width:12px;
}

#license_Wrap .box p {
  width:20%;
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  /* border:1px solid #c00; */
}
#license_Wrap .box p span {
  font-size: 250%;
}







/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 60px 0;
    background: #efefef;
    margin-top: 77px;
  }

  .title_Box {
    /* display: flex;
    justify-content: flex-start;
    align-items: baseline; */
    flex-direction: column;
    padding: 0 0 30px;
  }
  .title_Box div {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .title_Box div img {
    width: 100%;
    height: 50px;
    object-fit:contain;
  }
  .title_Box p {
    font-size: 16px;
  }


  #license_Wrap {
    padding: 20px 0 0;
  }

  #license_Wrap .box {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  #license_Wrap .box h3 {
    position: absolute;
    left:15px;
    top: 50%;
    transform: translateY(-50%);

    font-size: 15px;
    letter-spacing: 0.12em;
  }
  /*順番*/
  #license_Wrap .box:nth-of-type(1) { order: 1; }
  #license_Wrap .box:nth-of-type(3) { order: 2; }
  #license_Wrap .box:nth-of-type(5) { order: 3; }
  #license_Wrap .box:nth-of-type(7) { order: 4; }
  #license_Wrap .box:nth-of-type(9) { order: 5; }
  #license_Wrap .box:nth-of-type(11) { order: 6; }
  #license_Wrap .box:nth-of-type(13) { order: 7; }
  #license_Wrap .box:nth-of-type(15) { order: 8; }
  #license_Wrap .box:nth-of-type(17) { order: 9; }
  #license_Wrap .box:nth-of-type(19) { order: 10; }
  #license_Wrap .box:nth-of-type(21) { order: 11; }
  #license_Wrap .box:nth-of-type(23) { order: 12; }
  #license_Wrap .box:nth-of-type(25) { order: 13; }
  #license_Wrap .box:nth-of-type(27) { order: 14; }
  #license_Wrap .box:nth-of-type(29) { order: 15; }
  #license_Wrap .box:nth-of-type(31) { order: 16; }
  #license_Wrap .box:nth-of-type(33) { order: 17; }
  #license_Wrap .box:nth-of-type(2) { order: 18; }
  #license_Wrap .box:nth-of-type(4) { order: 19; }
  #license_Wrap .box:nth-of-type(6) { order: 20; }
  #license_Wrap .box:nth-of-type(8) { order: 21; }
  #license_Wrap .box:nth-of-type(10) { order: 22; }
  #license_Wrap .box:nth-of-type(12) { order: 23; }
  #license_Wrap .box:nth-of-type(14) { order: 24; }
  #license_Wrap .box:nth-of-type(16) { order: 25; }
  #license_Wrap .box:nth-of-type(18) { order: 26; }
  #license_Wrap .box:nth-of-type(20) { order: 27; }
  #license_Wrap .box:nth-of-type(22) { order: 28; }
  #license_Wrap .box:nth-of-type(24) { order: 29; }
  #license_Wrap .box:nth-of-type(26) { order: 30; }
  #license_Wrap .box:nth-of-type(28) { order: 31; }
  #license_Wrap .box:nth-of-type(30) { order: 32; }
  #license_Wrap .box:nth-of-type(32) { order: 33; }


  #license_Wrap .box ul.people_List {
    display: flex;
    justify-content: space-between;
    align-items:baseline;
  }
  #license_Wrap .box ul.people_List li {
    margin: 0 1px;
  }
  #license_Wrap .box ul.people_List li.people_10 {
  }
  #license_Wrap .box ul.people_List li img {
    width:4px;
  }
  #license_Wrap .box ul.people_List li.people_10 img {
    width:8px;
  }

  #license_Wrap .box p {
    width:20%;
    text-align: right;
    font-size: 13px;
    letter-spacing: 0.06em;
    /* border:1px solid #c00; */
  }
  #license_Wrap .box p span {
    font-size: 220%;
  }







}
