.question, .answer{
    display: flex;
    align-items: flex-start;
}
.announcement{
  border-top: solid .1rem #CCCCCC;
}

.box_gray{
  background-color: #f2f2f2;
  padding: 2em;
  margin-top: 4rem;
  margin-bottom:4rem;
  padding:3rem 6rem;
}
.announcement_title{
  text-align: center;
  font-weight: bold;
}
.announcement_body{
  text-align: left;
  margin:0 auto;
  max-width: 85%;
}
.txt_red{
  color:red;
}
.txt_bold{
  font-weight: bold;
}

.btn_entry {
  width:100%;
  margin-bottom:3rem;
}


#area_menu_kv{
  background-image: url("/recruit/img/information/hiroshima/header_SP.jpg");
}
/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC用*/
  #area_menu_kv{
    background-image: url("/recruit/img/information/hiroshima/header_PC.jpg");
  }
}
