@charset "utf-8";

.copyright p a:before {
  content: "【PR】";
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .point01 {
    color: #e91e63;
    font-weight: bold;
  }

  .sp-only {
    display: none;
  }

  /*/背景/*/
  .back {
    background: #f5f5f5;
    padding: 10px 19px;
    margin-left: 300px;
    height: auto;
  }

  header .top_bar h1,
  header .top_bar a {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  header .top_bar h1:before,
  header .top_bar a:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 10px;
    padding: 0 1rem;
  }


}


/*----------------------------------------------------
      SPサイトcss
  ----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .point01 {
    color: #e91e63;
    font-weight: bold;
  }

  /*/背景/*/
  .back {
    background: #f5f5f5;
    padding: 10px 19px;
    margin-left: 0;
    height: auto;
  }

  p.time_function {
    font-size: 12px;
    margin-top: 20px;
    margin-left: 10px;
  }

  header .top_bar h1,
  header .top_bar a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .top_bar h1:before,
  header .top_bar a:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 10px;
    padding: 0 1rem;
  }



}