@charset "UTF-8";
/* infomation__txt1 の可変高さ版（新規） */
.infomation__txt1-flex{
  background: url(../../../dantai/assets/images/information_txt1_bg_01.png) 0% 0% repeat;
  border-radius: 6px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 8px 16px;
  margin: 32px auto 0;
  text-align: center;
  max-width: 645px;
  width: auto;
  word-break: break-word;
}

/* 960px以下 */
@media screen and (max-width:960px){
  .infomation__txt1-flex{
    border-radius: 0.625vw;
    font-size: 2.6041666667vw;
    padding: 0.8333333333vw 1.6666666667vw;
    max-width: 56.7708333333vw;
  }
}

/* 767px以下 */
@media screen and (max-width:767px){
  .infomation__txt1-flex{
    border-radius: 1.1111111111vw;
    font-size: 3.75vw;
    padding: 1.3888888889vw 2.7777777778vw;
    max-width: 81.25vw;
  }
}

/* 小さめ文字サイズ */
.infomation__txt1-flex--sm{ font-size: 2.1rem; }
@media screen and (max-width:960px){ .infomation__txt1-flex--sm{ font-size: 2.1875vw; } }
@media screen and (max-width:767px){ .infomation__txt1-flex--sm{ font-size: 3.3333333333vw; } }

/* infomation__txt1-flex--sm の中の極小文字 */
.infomation__txt1-flex--sm .xsm{
  font-size: 1.6rem;
  font-weight: 400;
}

/* 960px以下 */
@media screen and (max-width:960px){
  .infomation__txt1-flex--sm .xsm{
    font-size: 1.6666666667vw;
  }
}

/* 767px以下 */
@media screen and (max-width:767px){
  .infomation__txt1-flex--sm .xsm{
    font-size: 2.7777777778vw;
  }
}


/* box内のpの余白 */
.infomation__txt1-flex > p{ margin: 0; }
.infomation__txt1-flex > p + p{ margin-top: 6px; }
