#area_menu_kv{
  background-image: url("/recruit/img/information/hiroshima/header_SP.jpg"); 
}

.btn{
	width: calc(80%);
}
.factory_tour_coment{
	margin-bottom: 3rem;
}

.RequestForInputData_wrap{
	display: flex;
	white-space: nowrap;
    margin: 0 20% 0 28%;
}
.RequestForInputData{
	margin-right: 2.5em;
}
.RequestForInputData th{
	width: 2.5rem;
	font-weight: normal;
  text-align: left;
}

.wrapwrap{
	margin-bottom: 4rem;
}
.title_with_line {
  color:#00125E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.title_with_line::before,
.title_with_line::after {
  content: "";
  width:30px;
  height: 1px;
  background-color:#00125E;;
}

.title_with_line::before {
  margin-right: 16px;
}

.title_with_line::after {
  margin-left: 16px;
}

/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC用*/
  #area_menu_kv{
    background-image: url("/recruit/img/information/hiroshima/header_PC.jpg");
  }
  .btn{
    width: calc(40%);
  }
  .crosstalk_link{
    display:block;
    transition: transform .5s;
    transform-origin: center center;
  }
  .crosstalk_link img {
    display: block;
  }
  .crosstalk_link:hover{
    transform:scale(1.07,1.07);
  }
  .crosstalk_link_wrapper{
    overflow: hidden;
  }
}
