/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TOPページスマホ表示
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media(max-width:420px){
    

    
   /*共通設定*/
  .viewpc{
      display: none;
  }
  
  .viewtb{
      display: none;
  }
  
  .viewsp{
      display: block;
      overflow: hidden;
  }
    
.viewsp a img{
	display:none;
}
 
   .back_main h1 {
  text-align: center;
  font-size: 0.9em;
  line-height: 2.3em;
  font-weight: bold ;
  color: black;
  padding-top: 20px;
}
    
.link_txt {
  width: 100%;
  height: auto;
  background-color: white;
  overflow: hidden; 
  margin-left: 0;
  margin-bottom: 10px;
  text-align: center;
}

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

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

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

.link_txt a {
  width: auto;
  height: auto;
  text-align: center;
}

.link_txt a:hover {
  color: black;
  background-color: rgba(255,255,255,1.0);
}
.atama {
  padding-top: 0px;
}

.link_txt h3 {
  font-weight: bold;  
}


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

.red {
  color:#D14757;
}

.link_download {
  margin-left: 20px;
  margin-top: -30px;
  margin-bottom: 20px;
  width: 100px;
  height: 80px;
  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;
}


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


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

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

.recruit {
  padding: 100px;
}

.recruit h2 {
  padding: 0.2em 0 0.1em 1em;
  border-left: 10px solid #F66;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  margin-left: -80px;
}

.recruit p {
  margin-left: -80px;
  margin-right: -80px;
  text-align: left;
  font-size: 0.9em;
  line-height: 2.0em;
  color: black;
  font-weight: bold;

  
}


.btn_recruit {
  width: 300px;
  height: 80px;
  background-color: rgba(126,127,179,0.7); 
  display: table;
  margin-left: -80px;
  margin-right: -80px;
}

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

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


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

  
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* News & Press Release */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.box {
  border: solid 1px #666666;
  font-size: 0.8em;
  color: #666666;
  font-weight: bold;
  padding: px 0px 0px 0px;  
  text-align: center;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size:15px;
}

dl {
  width: auto;
    display: flex;
    flex-direction: column;   
}

dt, dd {
  padding: 3px;
  display: block;
}

.news dt {
    width:50%;
}

.news dd {
  width: auto;
  margin-left: 0;
  margin-bottom: 20px;
}

.list_news h2,.list_pr h2 {
    width: 100%;
      position: relative;
  display: inline-block;
    margin-top: 30px;
    margin-left: 0;
  margin-bottom: 50px;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  color: rgb(51, 51, 51);
    text-align: left;
      border-bottom: solid 3px #dadeec;
	}

.list_news h2:before,.list_pr h2:before{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4b4b4b;
  bottom: -3px;
  width: 10%;}

.list_news {
  padding: 10px;
}

.link_nav_news {
  font-size: 16px;
  line-height: 2;
    float: right;
}

.nav a {
  color: rgb(0, 102, 204);
  font-weight: bold;
}

.list_pr {
  background-color: #EAEFF1;
   padding: 10px;
}

.bold {
  font-weight: bold;
}
  
}
  