/*================================================
 *  Product Index 個別ページ　CSS設定
 ================================================*/

.contents_layout {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  }

.contents_box_b {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
    width: 100%;

    background: radial-gradient(circle, rgba(20, 61, 90, 0.81) 0%, rgba(0, 30, 65, 0.17) 100%) fixed,url("/product/img/hard.png");;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
    background-size:cover;

}

.contents_box_b h2 {
  display: block;
  color: #fff;
  margin: 0 auto 2.0rem;
  font-size: 4.0rem;
}

.contents_box_w h2 {
  display: block;
  color: #000;

  margin: 0 auto 2.0rem;
  font-size: 4.0rem;
}

.contents_box_w {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #eee;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(190, 196, 194,0.4) 100%),url("/product/img/software.png");;
    background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
    background-size:cover;
}

h2 {
  color: #333;
  margin-top: 5.0rem;
  text-align: center;
}

h5 {
  color: #ccc;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1.0rem;
  font-weight: normal;
  margin-bottom: 3.0rem;
}

.b_btn {
    max-width: 300px;
    border-radius: 25px;
    border: 1.5px solid #000;
    padding: 1.4rem;
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.b_btn:hover {
  transition: all .9s;
  background-color: #000;
  color: #fff;
}

.b_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.w_btn {
  max-width: 300px;
  border-radius: 25px;
  border: 1px solid #ffffff;
  padding: 1.4rem;
  font-size: 1.2rem;
  color: #ffffff;
    background: #000;
  display: block;
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.w_btn:hover {
  transition: all .9s;
  background-color: #fff;
  color: #000;
}

.w_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}




/*================================================
 *  TenpoVisor 個別ページ　Tablet
 ================================================*/
@media screen and (min-width:768px) and ( max-width:1010px) {



}
 /*================================================
  *  TenpoVisor 個別ページ　Sp
  ================================================*/

@media screen and (max-width:728px) {

  .contents_layout {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    }

}
