@charset "utf-8";
/* CSS Document */

/*----------------------------------------
共通
----------------------------------------*/
[class^="ir-content__"] + [class^="ir-content__"]{
  margin-top: 4em;
}

@media screen and (max-width: 520px) {
  [class^="ir-content__"] + [class^="ir-content__"]{
    margin-top: 2em;
  }
}

/* adb_dl_box */
.adb_dl_box{
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
	margin-top: 4em;
}
.adb_dl_box img{
  max-width: 158px;
}
.adb_dl_box p{
  font-size: .875rem;
  line-height: 1.6;
  margin: 0;
  margin-left: 15px;
}

@media screen and (max-width: 768px) { 
	.adb_dl_box{
    flex-flow: column;
    justify-content: center;
  }
  .adb_dl_box p{
    margin-top: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 520px) {
  .adb_dl_box{
    margin-top: 2em;
  }
}