@charset "utf-8";

/* trouble41_pc.css：PC
 * ======================================
 *
 * ======================================
 */

/*
------------------------------------------------------------------ */
/* cat02 */
#trouble41_cat02 .button + div {
  text-align: center;
  margin-top: 50px;
}
#trouble41_cat02 .button + div img {
  width: 30%;
}

/* cat03 */
#trouble41_cat03 .button {
  width: 100%;
}
#trouble41_cat03 .button a {
  display: inline-block;
  width: 40%;
}
#trouble41_cat03 .button a + a {
  margin-left: 10px;
}
