@charset "UTF-8";

/*サナスタタブレット 6/23大浦追加*/
#tablet hr.dotted{
  background-image : linear-gradient(to right, #0071bc, #0071bc 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
#tablet .functions_leadtext{
  color: #0071bc;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-image: url(../../assets/img/tablet/wookii_1.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: 20%;
  padding: 46px 0;
}
#tablet .function_item{
  text-align: center;
  margin-bottom: 80px;
}
#tablet .function_title{
  text-align: center;
  background-color: #0071bc;
  color: #fff100;
  font-size: 3rem;
  padding: 18px 0;
  font-weight: bold;
  margin-top: 3px;
}
#tablet .function_title p{
  color: #ffffff;
  font-size: 2rem;
}
#tablet .function_textarea{
  max-width: 800px;
  margin: 0 auto;
}
#tablet .function_subtitle{
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 25px;
}
#tablet .function_text{
  margin: 10px 0 20px;
}
#tablet .function_image{
  width: 70%;
  height: auto;
  margin: 0 auto;
}
#tablet .function_example{
  color: #0071bc;
  font-weight: bold;
  font-size: 1.7rem;
  border-top: 5px dotted #0071bc;
  max-width: 800px;
  margin: 50px auto 15px;
  padding-top: 30px;
}
#tablet .app.annotation{
  margin: 30px 0;
}
#tablet figure.column2{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  column-gap: 30px;
}
@media screen and (max-width:767px) {
  #tablet .function_image{
    width: 90%;
  }
  #tablet .functions_leadtext{
    font-size: 1.6rem;
    background-size: 73px;
  }
  #tablet .function_title{
    padding: 5px 0;
    font-size: 2rem;
  }
  #tablet .function_title p{
	padding-top: 5px;  
    font-size: 1.3rem;
  }	
  #tablet .function_subtitle{
    font-size: 1.5rem;
  }
  #tablet .function_example{
    font-size: 1.6rem;
  }
  #tablet figure.column2{
    width: 90%;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
/*サナスタタブレットここまで*/


