/* ---------- common ---------- */
.h5_square::first-letter{
  color: #025ab4;
}
.sp{
  display: none;
}
.pc{
  display: block;
}


/* ---------- content ---------- */
.page_file-storage_3column{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.page_file-storage_3column.upload > .page_file-storage_3column_items{
  border: 1px solid #025ab4;
  padding: 20px;
  text-align: center;
}
.page_file-storage_3column.upload > .page_file-storage_3column_items img{
  height: 120px;
  width: auto;
}
.page_file-storage_3column.upload > .page_file-storage_3column_items:nth-of-type(2) img{
  height: 80px;
  width: auto;
  margin: 20px;
}
.page_file-storage_products{
  padding: 24px;
  border: 1px solid #025ab4;
}
.page_file-storage_products h6{
  font-size: 16px;
}
.page_file-storage_products  .page_file-storage_3column_items{
  display: grid;
  align-content: space-between;
}
.page_file-storage_3column_items_2row{
  display: grid;
  grid-template-columns:54% 46%;
  align-items: center;
}
.page_file-storage_3column_items_2row_l{
  font-size: 12px;
}
.page_file-storage_3column_items_2row_l_products_name{
  font-size: 20px;
  font-weight: bold;
}
.page_file-storage_products_list{
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  font-size: 12px;
}
.page_file-storage_products_list li::before{
  content: "";
  display: inline-block;
  background: #bcdefb;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.page_file-storage_products_btn:link{
  display: block;
  width: 100%;
  display: grid;
  place-content: center;
  background: #025ab4;
  color: #fff;
  line-height: 1;
  padding: 14px 0;
}
.page_file-storage_products_btn:visited{
  color: #fff;
}
.page_file-storage_products_btn:hover{
  opacity: .5;
  text-decoration: none;
}
.figure.operator > img{
  width: 63%;
  height: auto;
}
.page_file-storage_4column{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.page_file-storage_4column_items{
  border: 1px solid #000;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}
.page_file-storage_4column_items img{
  height:120px;
  width: auto;
}
.page_file-storage_icon_2column_items{
  display: grid;
  grid-template-columns: 11% auto;
  gap: 20px;
  align-items: center;
}
.page_file-storage_icon_2column_items_r > h5{
  font-size: 16px;
}
.page_file-storage_icon_2column_items_r_caution{
  font-size: 12px;
  padding-left: 3em;
  text-indent: -3em;;
}
.page_file-storage_jiima{
  border: 1px solid #025ab4;
  padding: 20px;
}
.page_file-storage_jiima > h5{
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page_file-storage_jiima > h5 > img{
  height: 64px;
  width: auto;
  margin-left: 20px;
}
.page_file-storage_demo_lead_txt{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.page_file-storage_demo_btn:link{
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: #f6941c;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding:20px 0;
  text-align: center;
  position: relative;
}
.page_file-storage_demo_btn:link::after{
  content: "";
  width: 85px;
  height: 72px;
  background: url(/products/ac/weplat/images/file-storage/file-storage_img20.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: -16px;
}
.page_file-storage_demo_btn:visited{
  color: #000;
}
.page_file-storage_demo_btn:link:hover{
  opacity: .5;
  text-decoration: none;
}
.page_file-storage_buy_items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page_file-storage_taikenban_btn:link{
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: #025ab4;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding:20px 0;
  text-align: center;
}
.page_file-storage_taikenban_btn:visited{
  color: #fff;
}
.page_file-storage_taikenban_btn:hover{
  opacity: .5;
  text-decoration: none;
}
.page_file-storage_buy_items:first-of-type{
  margin-bottom: 20px;
}
.page_file-storage_buy_items_l{
  width: 336px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  border: 1px solid #000;
}
.page_file-storage_buy_items_c >span{
  display: block;
  width: 12px;
  height: 16px;
  background: #000;
  clip-path: polygon(0 0, 100% 50%,0 100%);
  margin: 0 15px;
}
.page_file-storage_buy_items_r{
  flex: 1;
  font-size: 20px;
  font-weight: bold;
}
.page_file-storage_buy_items_r .pc.tel{
  display: inline-block;
}
.page_file-storage_buy_items:last-of-type .page_file-storage_buy_items_r{
  font-size: 18px;
}
.page_file-storage_buy_items_caution{
  font-size: 12px;
  font-weight: normal;
  padding-left:3em;
  text-indent:-3em;
}


@media screen and (max-width:768px){
  /* ---------- common ---------- */
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .h5_square{
    padding-left: 1em;
    text-indent: -1em;
  }
  .dataTable .cell-th03{
    width: 320px;
  }


  /* ---------- content ---------- */
  .page_file-storage_3column{
    grid-template-columns: 1fr;
  }
  .figure.operator > img{
    width: 100%;
  }
  .page_file-storage_4column{
    grid-template-columns: 1fr;
  }
  .page_file-storage_icon_2column_items{
    grid-template-columns: 20% auto;
  }
  .page_file-storage_jiima > h5{
    justify-content: center;
    text-align: center;
  }
  .page_file-storage_jiima > h5 > img{
    margin: 10px auto 0
  }
  .page_file-storage_demo_lead_txt{
    font-size: 1rem;
  }
  .page_file-storage_demo_btn:link{
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem 0;
  }
  .page_file-storage_demo_btn:link::after{
    width: 56px;
    height: 47px;
  }
  .page_file-storage_taikenban_btn:link{
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem 0;
  }
  .page_file-storage_buy_items:first-of-type{
    margin-bottom: 30px;
  }
  .page_file-storage_buy_items_l{
    font-size: 1rem;
    width: 100%;
    margin-bottom:15px;
  }
  .page_file-storage_buy_items_c{
    display: none;
  }
  .page_file-storage_buy_items_r{
    font-size: 1.125rem;
    text-align: center;
  }
  .page_file-storage_buy_items_r .sp.tel{
    display: inline-block;
  }
  .page_file-storage_buy_items_r .pc.tel{
    display: none;
  }
  .page_file-storage_buy_items_caution{
    text-align: left;
    display: grid;
    justify-content: center;
  }
}