@charset "UTF-8";
/*----------------------------------------------------*/
/*                      color                         */
/*----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7vw;
  color: #222;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.inbox,
.cnt-box {
  width: 90%;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.pc {
  display: none !important;
}

.txt {
  line-height: 1.7;
}
.txt p:nth-child(n+2) {
  margin-top: 5%;
}

/*display flexキッド 
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

/* ---------------font--------------- */
.fs12 {
  font-size: 3.2vw;
}

.fs13 {
  font-size: 3.3vw;
}

.fs14 {
  font-size: 3.4vw;
}

.fs20 {
  font-size: 4vw;
}

.fs21 {
  font-size: 4.1vw;
}

.fs22 {
  font-size: 4.2vw;
}

.fs23 {
  font-size: 4.3vw;
}

.fs24 {
  font-size: 4.4vw;
}

.fs25 {
  font-size: 4.5vw;
}

.fs26 {
  font-size: 4.6vw;
}

.fs27 {
  font-size: 4.7vw;
}

.fs28 {
  font-size: 4.8vw;
}

.fs29 {
  font-size: 4.9vw;
}

.fs30 {
  font-size: 5vw;
}

.fs32 {
  font-size: 5.2vw;
}

.fs33 {
  font-size: 5.3vw;
}

.fs36 {
  font-size: 5.6vw;
}

.fs37 {
  font-size: 5.7vw;
}

.fs40 {
  font-size: 6vw;
}

.fs43 {
  font-size: 6.3vw;
}

.fs50 {
  font-size: 7vw;
}

.fs55 {
  font-size: 7.5vw;
}

.fs80 {
  font-size: 8vw;
}

.fs100 {
  font-size: 8vw;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

/*----font----*/
.ttl-en,
.cardo {
  font-family: "Cardo", serif;
}

.ttl01,
.ttl-jp,
.shippori {
  font-family: "Shippori Mincho B1", serif;
}

/*----font color----*/
.f-m {
  color: #1f276f;
}

.f-w {
  color: #fff;
}/*# sourceMappingURL=common_sp.css.map */