/* ===== OJapp Card moji ===== */
/* ----- M ------- */
.size1_m .name {
  position: absolute;
  top: 40.00%;
  left: 0%;
  width: 100%;
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  z-index: 1000 !important;
}

.size1_m .roman {
  position: absolute;
  top: 52.50%;
  left: 0%;
  width: 100%;
  font-size: 4.5vw;
  font-weight: 400;
  text-align: center;
  opacity: 0.8;
  z-index: 1000 !important;
}

.size1_m .title {
  position: absolute;
  top: 60.00%;
  left: 0%;
  width: 100%;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  opacity: 1;
  z-index: 1000 !important;
}

.size1_m .company_name {
  position: absolute;
  top: 10.50%;
  left: 25.00%;
  font-size: 5.5vw;
  font-weight: 700;
  text-align: left;
  opacity: 1;
  z-index: 1000 !important;
}

.size1_m .company_department {
  position: absolute;
  top: 19.00%;
  left: 25.00%;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  opacity: 0.85;
  z-index: 1000 !important;
}

/* ----- L ------- */
.size1_l .name {
   position: absolute;
  top: 38.00%;
  left: 0%;
  width: 100%;
  font-size: 11.5vw;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  z-index: 1000 !important;
}

.size1_l .roman {
  position: absolute;
  top: 55.00%;
  left: 0%;
  width: 100%;
  font-size: 5.6vw;
  font-weight: 400;
  text-align: center;
  opacity: 0.8;
  z-index: 1000 !important;
}

.size1_l .title {
   position: absolute;
  top: 64.00%;
  left: 0%;
  width: 100%;
  font-size: 5.7vw;
  font-weight: 600;
  text-align: center;
  opacity: 1;
  z-index: 1000 !important;
}

.size1_l .company_name {
  position: absolute;
   top: 10%;
  left: 25%;
  font-size: 6vw;
  font-weight: 700;
  text-align: left;
  opacity: 1;
  z-index: 1000 !important;
}

.size1_l .company_department {
   position: absolute;
  top: 19.00%;
  left: 25.00%;
  font-size: 4.6vw;
  font-weight: 600;
  text-align: left;
  opacity: 0.85;
  z-index: 1000 !important;
}

/* ------XL------*/
.size1_xl .name {
  position: absolute;
  top: 38.00%;
  left: 0%;
  width: 100%;
  font-size: 14vw;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  z-index: 1000 !important;
}

.size1_xl .roman {
  position: absolute;
  top: 55.00%;
  left: 0%;
  width: 100%;
  font-size: 5.8vw;
  font-weight: 400;
  text-align: center;
  opacity: 0.8;
  z-index: 1000 !important;
}

.size1_xl .title {
  position: absolute;
  top: 64.00%;
  left: 0%;
  width: 100%;
  font-size: 6vw;
  font-weight: 600;
  text-align: center;
  opacity: 1;
  z-index: 1000 !important;
}

/* 会社名 */
.size1_xl .company_name {
  position: absolute;
  top: 10%;
  left: 25%;
  font-size: 6vw;
  font-weight: 700;
  z-index: 1000 !important;
}

/* 部署・役職 */
.size1_xl .company_department {
  position: absolute;
  top: 19%;
  left: 25%;
  font-size: 4.6vw;
  font-weight: 600;
  opacity: 0.85;
  z-index: 1000 !important;
}
