@charset "UTF-8";
/* ============================================
/* is-clearfix：2列のときだけ
/* （テキスト回り込み、親要素を『_fxd-.scss』と併用）
/* ============================================ */
.is-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 主に文章用 */
.float-N {
  width: auto;
  float: none;
  margin: 0 auto;
}

/* 主に画像用 */
[class^="float-L"] {
  flex: none;
  float: left;
  margin-right: 1.618rem;
}

[class^="float-R"] {
  flex: none;
  float: right;
  margin-left: 1.618rem;
}

[class^="float-L"] img,
[class^="float-R"] img {
  width: 100%;
}

.float-Rw50,
.float-Lw50 {
  width: 50%;
}

.float-Rw40,
.float-Lw40 {
  width: 40%;
}

/* ============================================ */
/* fxd-（親要素を『clearfix』と切り替え）*/
/* ============================================ */
.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）---- */
.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;
}
