/* SPだけに効くcss */
@media (max-width: 811px) {
  .pc-only {
    display: none;
  }
  .display_pc {
    display: none !important;
  }
  .instagram-media{
	max-width: 325px !important;
	}
  /* contents-areaここから */
  .contents-area {
    max-width: 750px;
    margin: 0 auto 10.5%;
    background: #fff;
    font-weight: 400;
    letter-spacing: 0.05rem;
  }
  /* contents-areaここまで */
  /* エイリアスエリアここから */
  .aliasArea {
    margin-bottom: 1.4%;
    padding: 0 4% !important;
    width: 100%;
  }
  /* エイリアスエリアここまで */
}

/* PCだけに効くcss */
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .display_sp {
    display: none !important;
  }
  /* contents-areaここから */
  .contents-area {
    max-width: 1160px;
    margin: 0 auto 10.5%;
    background: #fff;
    font-weight: 400;
    letter-spacing: 0.05rem;
  }
  /* contents-areaここまで */
  /* エイリアスエリアここから */
  .aliasArea {
    margin-bottom: 1.4%;
    width: 100%;
  }
  /* エイリアスエリアここまで */
  /* 共通読み込み部分調整ここから */
  .fr-pc-mx-xl {
    margin-right: 249px !important;
    margin-left: 249px !important;
  }
  /* 共通読み込み部分調整ここまで */

}

/* PC,SP共通  */

/* パンくずここから  */
.topic-path-pc {
  font-size: 12px;
  color: #666;
  padding: 20px 0;
  margin: 0px auto 0px;
  width: 1160px;
}
.topic-path-pc ul li {
  font-size: 12px;
  list-style-type: none;
  display: inline-block;
  line-height: 1.5;
}
.topic-path-pc ul li :after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
.topic-path-pc ul li :last-child :after {
  content: none;
}
.topic-path-pc a {
  color: #666;
  text-decoration: underline;
}

.topic-path-sp {
  font-size: 13px;
  color: #666;
  padding: 15px 20px;
  margin: 0px auto 0px;
}
.topic-path-sp ul li {
  font-size: 13px;
  list-style-type: none;
  display: inline-block;
  line-height: 1.5;
}
.topic-path-sp ul li :after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
.topic-path-sp ul li :last-child :after {
  content: none;
}
.topic-path-sp a {
  color: #666;
  text-decoration: underline;
}
/* パンくずここまで  */
/* ハッシュタグここから */
.tag {
  text-align: center;
}
.tag a {
  display: inline-block;
  margin: 0 .1em .6em 0;
  padding: .6em;
  line-height: 1;
  text-decoration: none;
  color: #f2658d!important;
  background-color: #fff;
  border: 1px solid #f2658d;
  border-radius: 2em;
  cursor:pointer
}
.tag a:before {
  content: "#"; 
}
.tag a:link,.tag a:visited,.tag a:hover {
  color: #f2658d!important;
  text-decoration: none;
  cursor:pointer
}
/* ハッシュタグここまで */
/* リード分ここから */
h2.lead-txt {
  font-weight: normal;
}
/* リード分ここまで */
/* h3ここから */
h2,h3 {
  font-weight:normal;
}
.h3-obi {
  color: #fff;
  font-weight:bold;
  background-color:#f2658d;
  padding:5px;
}
/* h3ここまで */
/* アンカー用高さ調整ここから */
.pt5rem {
    padding-top: 5rem;
    margin-top: -4rem;
}
/* アンカー用高さ調整ここまで */
/* 共通ボタンの角丸ここから */
.fr-linkButton {
    border-radius: 15px;
    font-weight: bold;
}
/* 共通ボタンの角丸ここまで */




