/****************************** mobile,cpmmon ******************************/

/* プライバシーポリシー */
.s_pp {
  margin-bottom: 80px;
}
.sb_pp_lst {
  margin-bottom: 20px;
}
.sb_pp_lst dt {
	font-weight: 800;
  margin-bottom: 3px;
}
.sb_pp_lst dd {
	font-size: 13px;
}
.sb_pp_item_list {
	list-style: initial;
	padding-left: 20px;
}
.sb_pp_item_list li {
	list-style: initial;
}
.subpage h1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subpage h1 .en{
  font-size: 1.8rem;
  color: var(--green);
}
.privacy-breadcrumbs {
  top: 140px !important;
}


/****************************** tablet ******************************/
@media (min-width: 600px){
  .sb_pp_lst {
    margin-bottom: 30px;
  }
  .subpage h1 .en{
    font-size: 2.4rem;
  }
  .privacy-breadcrumbs {
    top: 260px !important;
  }
}

/****************************** tablet Pro ******************************/
@media (min-width: 1071px){

  .s_pp {
    margin-bottom: 150px;
  }


  .sb_pp_lst dd {
    font-size: 15px;
  }


}
