/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TOPページタブレット表示
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media(min-width: 420px) and (max-width: 768px){
  /*共通設定*/
  .viewpc{
      display: none;
  }
  
  .viewtb{
      display: block;
  }
  
  .viewmb{
      display: none;
  }
    
.viewtb a img{
	display:none;
}
  
 .link_txt {
  width: 100%;
  height: auto;
  background-color: white;
  overflow: hidden; 
  margin-left: 0;
  margin-bottom: 10px;
  text-align: center;
}

.icon {
  width: 340px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
  padding-top: 20px;
  margin-bottom: 100px;
}

.icon_dl {
  width: 340px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
  padding-top: 20px;
  margin-bottom: 50px;
  
}

.btn_download {
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  
  width: 300px;
  height: 280px;
  background-color: white; 
  display: table;
}

.link_txt a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.download p {
  margin: 0 auto;
  padding: 15px 15px 0px 15px;
}

.red {
  color:#D14757;
}

.link_download {
  margin-left: 15px;
  margin-top: -15px;
  margin-bottom: 15px;
  width: 170px;
  height: 80px;
  line-height: -px;
  background-color: #7273AC;
  color: white;
  float: left;
}

.link_download:hover {
  filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  opacity: 0.8;
}

.link_download h3 {
  color: white;
  font-weight: bold;
  text-align: center;
  height: 50px;
  padding-top: 30px;
  font-size: 0.8em;
}

.geo_tag {
  float: left;
  margin-left: 15px; 
}

.back_main h3 {
  text-align: center;
  margin: auto;
  
}

.btn {
  display: flex;
    flex-direction: column;
}
  

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 採用情報 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  .back_recruit {
  background-image: url(../image/top_recruit.jpg);
  background-repeat: no-repeat;  
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #DDE6F2;
}



.btn_recruit {
  width: auto;
  height: 80px;
  background-color: rgba(126,127,179,0.9); 
  display: table;
}

.link_recruit {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.recruit h3 {
  text-align: center;
  margin: auto;
  color: white;
  font-weight: bold;
}


.btn_recruit:hover {
  filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  opacity: 0.8;
}
  
  
}
