@charset "UTF-8";

/* ===============================================### 
共通設定
###=============================================== */
.news_241119.news_lp{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  color: #000;
  --color-blue: #639CBD;
  overflow: hidden;
}

.newsDetail.staticPageMain{
  width: 800px;
}

.newsTitleWrapper{
  width: 800px;
  margin: auto;
}

.news_241119 img{
  width: 100%;
  height: auto;
}

.news_241119 p{
  font-weight: 500;
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (max-width: 1200px) {
  .newsDetail.staticPageMain{
    width: calc(800 * (100vw / 1200));
  }

  .newsTitleWrapper{
    width: 100%;
  }
}

/* ===========### PC版用設定 ###=========== */
@media screen and (min-width: 768px) {
  .news_lp {
    text-align: center;
  }

  #footer_emmi{
    margin-top: 114px;
  }

  .news_lp img {
    width: 100%;
    height: auto;
  }
  .news_lp .spOnly {
    display: none;
  }
}

/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  .newsDetail.staticPageMain {
    width: 100%;
  }
  .newsTitleWrapper {
    width: 92%;
    margin: auto;
  }
  .l-view {
    display: none;
  }
  .news_lp {
    text-align: center;
    width: calc(750 * 100vw / 750);
    margin: 0 auto;
  }

  #footer_emmi{
    margin-top: 0;
  }

  .news_lp.spOnly {
    display: block;
  }
  .news_lp img {
    width: 100%;
    height: auto;
  }
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.news_241119 .content__text{
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

.news_241119 .bold__text{
  font-weight: 600;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_241119 .content__text{
    font-size: calc(24 * 100vw / 750);
    letter-spacing: 0.025em;
    line-height: calc(48 * 100vw / 750);
    text-align: center;
    font-feature-settings: "palt";
  }
}



/* ===============================================### 
detail_text
###=============================================== */
.news_241119 .detail__text{
  margin-top: 2.7rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_241119 .detail__text{
    margin-top: calc(8 * (100vw / 750));
    font-size: calc(24 * 100vw / 750);
    letter-spacing: 0.025em;
    line-height: calc(48 * 100vw / 750);
    text-align: center;
    font-feature-settings: "palt";
  }
}



/* ===============================================### 
コンテンツ01
###=============================================== */
.news_241119 .content01{
  margin-top: 5.5rem;
  margin-inline: auto;
}

/************** text **************/
.news_241119 .content01 .content__text.text01{
  margin-top: 5.3rem;
}

.news_241119 .content01 .content__text.text02{
  margin-top: 2.8rem;
}

.news_241119 .content01 .content__text.text03{
  margin-top: 2.8rem;
}

/************** image **************/
.news_241119 .content01 .content__image{
  width: 64rem;
  margin-inline: auto;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_241119 .content01{
    margin-top: calc(82 * (100vw / 750));
  }

  /************** text **************/
  .news_241119 .content01 .content__text.text01{
    margin-top: calc(77 * (100vw / 750));
  }

  .news_241119 .content01 .content__text.text02{
    margin-top: calc(52 * (100vw / 750));
  }

  .news_241119 .content01 .content__text.text03{
    margin-top: calc(49 * (100vw / 750));
  }


  /************** image **************/
  .news_241119 .content01 .content__image{
    width: calc(750 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ02
###=============================================== */
.news_241119 .content02{
  margin-top: 8.8rem;
}

/************** text **************/
.news_241119 .content02 .content__text.text01{
}

.news_241119 .content02 .content__text.text02{
  margin-top: 2.8rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_241119 .content02{
    margin-top: calc(120 * (100vw / 750));
  }

  /************** text **************/
  .news_241119 .content02 .content__text.text01{
  }

  .news_241119 .content02 .content__text.text02{
    margin-top: calc(46 * (100vw / 750));
    letter-spacing: 0;
  }
}