@charset "UTF-8";
/* scss/_fxd-.scss */
/* ============================================ */
/* fxd-（親要素を『clearfix.scss』と切り替え）*/
/* ============================================ */
.dfx {
  display: flex;
}

.fxd-CCC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fxd-CCS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.fxd-CEC {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.fxd-CES {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}

.fxd-CSaC {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.fxd-CSaS {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
}

.fxd-CSbC {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.fxd-CSbS {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.fxd-CStC {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.fxd-CStS {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.fxd-RCC {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.fxd-RCS {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}

.fxd-REC {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.fxd-RES {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: start;
}

.fxd-RSaC {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.fxd-RSaS {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
}

.fxd-RSbC {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fxd-RSbS {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.fxd-RStC {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.fxd-RStS {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}
.fxd-RrCC {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.fxd-RrCS {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: start;
}

.fxd-RrEC {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
}

.fxd-RrES {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: start;
}

.fxd-RrSaC {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.fxd-RrSaS {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: start;
}

.fxd-RrSbC {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.fxd-RrSbS {
  display: flex;
  flex-direction: row-;
  justify-content: space-between;
  align-items: start;
}

.fxd-RrStC {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
}

.fxd-RrStS {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: start;
}

/* ---- fxd- pcview （Responsive mobile first）---- */
.dfx {
  display: flex;
}
.fxd-CCC_pcvRSbC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fxd-CCS_pcvRStS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fxd-CCS_pcvRCS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.fxd-CSbC_pcvRSbC {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fxd-CSbS_pcvRSbC {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.fxd-CStC_pcvRCC {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fxd-CStC_pcvRrCC {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fxd-CStS_pcvRSbC {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
