@charset "UTF-8";
/* ============================== */
/*  プライバシーポリシーページ */
/* ============================== */

/*個人情報の取り扱いについて*/
ol.privacy-info-list {
  padding: 0.5em 0.5em 0.5em 2em;
}
ol.privacy-info-list > ol{
  padding-left: 1em;
}

/*認証概要*/
ul.overview_img li:nth-child(1){
  margin-bottom: 10px;
}

ul.overview li:nth-child(1){
  margin-bottom: 5px;
}
ul.overview li:nth-child(2n){
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print{
  ul.overview_img {
    display: flex;
  }
  ul.overview_img li:nth-child(1){
    width: calc(100% - 220px); 
  }
}
@media screen and (min-width: 768px), print{
  ul.overview {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
  }
  ul.overview li{
    margin-bottom: 10px;
  }
  ul.overview li:nth-child(1n){　/*奇数*/
    float: left;
    width: 35%; /*calc(50% - 10px);*/
  }
  ul.overview li:nth-child(2n){ /*偶数*/
    float: right;
    width: 55%; /*calc(50% - 10px);*/
  }
}

/* ============================== */
/*  アカウントポリシー */
/* ============================== */
.pdf-container{
    width:100%;
    height:90vh;
}