@charset "UTF-8";
/*****************************
  cmn
*****************************/
.bdplist li:nth-of-type(even){
  flex-direction: row-reverse;
}
.bdplist li:not(:last-of-type){
  margin-bottom: 5rem;
}

.bdplist .fimgbox{
  width: 32%;
}
.bdplist .ftxtbox{
  width: 66%;
}
.bdplist .ftxtbox .subttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .bdplist .fimgbox{
    margin-top: 1rem;
  }
  .bdplist .fimgbox,
  .bdplist .ftxtbox{
    width: 100%;
  }
}