@media screen and (min-width: 750px){
/* PC上：スマホコンテンツの非表示 */
.step_arrow{
  display: none;
}
}

/* スマートフォン用CSS */
@media screen and (max-width: 850px) {
  /* PC上：スマホコンテンツの非表示 */
  .step_arrow{
    display: none;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* 横幅可変 */
  body,nav,#header,.drawer,#navi,
  #navbase,.demo,#contents1,.contents1-1,iframe,#box,
  .contents2,.contents2-1,.update,
  #memberbox,#memberbox1,
  #contents_step,.step_title,.step_title h1,#step_txt,
  .boxa,#backb,.titlebar,.titlebar h2,.titlebar2,.titlebar2 h2,
  .boxb,.graph,.graph2,#contents,#contents h2,.agree_btn,
  #contents1,.midashi1,.table_02,.table_02 tbody,.table_02 tr,.table_02 td,.formBtn,
  .table_03,.table_03 tbody,.table_03 tr,.table_03 td,.business img,.business img,
  #footer,.fbox,.fnavi,#list1,#list2,#list1 li,#list2 p,
  .logo img,.logo,.people_card,.people_card .pict,.people_card .description {
		width: 100% !important;
    text-align: left;
	}
  /* フロート解除 */
  .contents1-1,.contents2,#memberbox,#memberbox1,#list1{
    float: none;
  }

.title{
  display: block !important;
  text-align: center !important;
  /* background-color: #cfe1e6; */
  margin-left: 0;
  border-bottom: 1px solid #cfe1e6;
}
  /* ナビゲーション部分 */
#navi{
  height: auto !important;
  font-size: 16px !important;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navi li{
  width: 33.33333% !important;
  font-size: 80% !important;
  /* border: 1px solid #9caeb7; */
}

#navi li a{
  display: block;
  line-height: 30px;
  height: 30px;
}

  /****************
     トップページ
  ****************/
 /*見出し*/
.heading {
  height: auto;
}
.heading h3{
   padding-top: 30px;
   text-align: center;
   margin: 5px;
 }

 .contents {
   margin-bottom: 0;
   font-size: 75% !important;
 }

 .contents h3{
   text-align: center;
 }
 .business_txt, .vision_txt{
   width: 90%;
   margin: 0 auto;

 }
 /* 新着情報 */
 div.update dl {
  overflow:  auto;
 }

 /* fotter */
#footer{
  height: auto !important;
}
#list1{
  padding-left: 30px !important;
  padding-top: 10px !important;
  margin: 0!important;
}
#list1 li{
  /* width: 80px !important; */
}
#list2,.fnavi h3{
  padding-left: 20px!important;
  padding-top: 10px!important;
  margin: 0!important;
}

.fnavi{
  height: 100%!important;
}
/****************
　社員紹紹介
****************/
.peoplelist{
  display: block!important;
}
.people_card{
  margin: 0 !important;
}
  /****************
  　入社後のステップ
  ****************/
  .step_title{
    height: 50px;
  }
  .step_title h1{
    font-size: 150%;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
  }
  #step_txt{
    margin: 0;
    height: auto;
    font-size: 120%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .step{
    width: 95%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    margin-left: 2.5%;
    margin-bottom: 15px;
  }
  .titlebar,.titlebar2{
    font-size: 80%;
    height: auto;
    margin-top: 20px;
  }
  .titlebar h2,.titlebar2 h2{
    padding-left: 15px;
  }
  .graph_title h3{
    font-size: 120%;
    height: auto;
  }
  .boxa,.boxb{
    height: auto;
  }

  /****************
     問い合わせ
  ****************/
  p.content{
    padding-left: 10px;
    padding-right: 10px;
  }
  .agree_btn,.formBtn{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .table_02 {
    table-layout: fixed;
    word-break: break-word;
    display: block;
    font-size: 120%;
    margin-bottom: 0 !important;
  }
  .table_02 tbody{
    margin: 0 auto;
  }
  .table_02 td,.table_02 th  {
    display: list-item;
    border: none;
    box-sizing: border-box;
  }
  .table_02 td{
    margin-bottom: 30px;
  }
  .table_02 th{
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .midashi1{
    background-color: #66C2C3;
    color: #fff !important;
  }

  /****************
     member
  ****************/


}
@media screen and (max-width: 533px) {
div.update dt{
  line-height: 250%;
}
div.update dd{
  line-height: 125%;
}
}
