.fs-p-footerSnsLink__item img {
  width: auto;
  height: 40px;
}
/***************************************************************
ワードプレス用
***************************************************************/
@media screen and (min-width:768px) {
  #post {
    padding: 3rem 0;
  }
  #post h1, #post h2, #post h3, #post h4 {
    margin: 1em 0;
    padding: 0;
    line-height: 1.5;
    font-weight: bold;
  }
  #post h1 {
    font-size: 2.8rem;
  }
  #post h2 {
    position: relative;
    font-size: 2.4rem;
    padding-left: 1em;
  }
  #post h2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "■";
    color: #b61119;
  }
  #post h3 {
    padding-bottom: 1rem;
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
  }
  #post h4 {
    font-size: 1.6rem;
  }
  #post_data {
    margin-bottom: 3rem;
  }
  #post #post_data h1 {
    margin: 0;
  }
  #post_data time {
    color: #b61119;
    font-weight: bold;
  }
}
@media screen and (max-width:767px) {
  #post {}
  #post h1, #post h2, #post h3, #post h4 {
    margin: 1em 0;
    padding: 0;
    line-height: 1.5;
    font-weight: bold;
  }
  #post h1 {
    font-size: 2rem;
  }
  #post h2 {
    position: relative;
    font-size: 1.8rem;
    padding-left: 1em;
  }
  #post h2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "■";
    color: #b61119;
  }
  #post h3 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
  }
  #post h4 {
    font-size: 1.4rem;
  }
  #post #post_data {
    margin-bottom: 3rem;
  }
  #post #post_data h1 {
    margin: 0;
  }
  #post time {
    color: #b61119;
    font-weight: bold;
  }
}
@media screen and (min-width:768px) {
  #archive {
    padding: 3rem 0;
  }
  #archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #archive li {
    border-bottom: 1px solid #ccc;
  }
  #archive li:first-child {
    border-top: 1px solid #ccc;
  }
  #archive li a {
    padding: 2em 1em;
    display: block;
  }
  #archive li a:hover {
    background: #f2f2f2;
  }
  #archive li a time {
    display: block;
    margin-bottom: 1rem;
    color: #b61119;
    font-weight: bold;
  }
  #archive li a h2 {
    margin: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  #archive {
  }
  #archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #archive li {
    border-bottom: 1px solid #ccc;
  }
  #archive li:first-child {
    border-top: 1px solid #ccc;
  }
  #archive li a {
    padding: 1em;
    display: block;
  }
  #archive li a time {
    display: block;
    margin-bottom: 1rem;
    color: #b61119;
    font-weight: bold;
  }
  #archive li a h2 {
    margin: 0;
    font-size: 1.6rem;
  }
}


@media screen and (min-width:768px) {
  .recipe_list {
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  .recipe_list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .recipe_list li:nth-child(4n) {
    margin-right: 0;
  }
  .recipe_list li:nth-child(n+5) {
    margin-top: 3rem;
  }
  .recipe_list li .image {
    margin-bottom: .5rem;
  }
  .recipe_list li .image img {
    width: 100%;
    height: auto;
  }
  .recipe_list li a {
    color: #000;
    text-decoration: none;
  }
  .recipe_list li .data {
    font-weight: bold;
  }
  .recipe_list li time {
    display: block;
    margin-bottom: .5rem;
    color: #b61119;
  }
  .recipe_list li h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .information_list {
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
    list-style: none;
  }
  .information_list li {
    border-bottom: 1px solid #ccc;
  }
  .information_list a {
    display: block;
    padding: 1rem 0;
    color: #000;
  }
  .information_list .data time,
  .information_list .data h3 {
    display :inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .information_list .data time {
    margin-right: .5rem;
    padding: .5rem 1rem;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    background: #b61119;
  }
  .more_btn {
    text-align: right;
  }
  .more_btn a {
    display: inline-block;
    width: 180px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 4rem;
    background: #b61119;
  }
  .more_btn a:hover {
    color: #fff;
  }
  .fs-pt-column--2 {
    margin-top: 5rem;
  }
}
@media screen and (max-width:767px) {
  .recipe_list {
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  .recipe_list li {
    width: 49%;
    margin-right: 2%;
  }
  .recipe_list li:nth-child(2n) {
    margin-right: 0;
  }
  .recipe_list li:nth-child(n+3) {
    margin-top: 3rem;
  }
  .recipe_list li .image {
    margin-bottom: .5rem;
  }
  .recipe_list li .image img {
    width: 100%;
    height: auto;
  }
  .recipe_list li a {
    color: #000;
    text-decoration: none;
  }
  .recipe_list li .data {
    font-weight: bold;
  }
  .recipe_list li time {
    display: block;
    margin-bottom: .5rem;
    color: #b61119;
  }
  .recipe_list li h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .information_list {
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
    list-style: none;
  }
  .information_list li {
    border-bottom: 1px solid #ccc;
  }
  .information_list a {
    display: block;
    padding: 1rem 0;
    color: #000;
  }
  .information_list .data time,
  .information_list .data h3 {
    display :block;
    margin: 0;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .information_list .data time {
    display: inline-block;
    margin-bottom: .5rem;
    padding: .3rem .6rem;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    background: #b61119;
  }
  .more_btn {
    text-align: center;
  }
  .more_btn a {
    display: inline-block;
    width: 180px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 4rem;
    background: #b61119;
  }
  .more_btn a:hover {
    color: #fff;
  }
  .fs-pt-column--2 {
    margin-top: 3rem;
  }
}

/*ランキング数字アイコン*/
.sec.ranking .fs-recommend--ranking .ranking_num-01,
.sec.ranking .fs-recommend--ranking .ranking_num-02,
.sec.ranking .fs-recommend--ranking .ranking_num-03,
.sec.ranking .fs-recommend--ranking .ranking_num-out {
    top: 0 !important;
    left: 0 !important;
    background-color: #b61119 !important;
    padding: 0.3em 1em !important;
    border-radius: 0 !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    color: #ff0 !important;
}

.sec.ranking .fs-recommend--ranking .ranking_num-01:after,
.sec.ranking .fs-recommend--ranking .ranking_num-02:after,
.sec.ranking .fs-recommend--ranking .ranking_num-03:after,
.sec.ranking .fs-recommend--ranking .ranking_num-out:after {
    content: '位' !important;
    font-size: 0.6em !important;
}

@media screen and (max-width:767px) {
  .sec.ranking .fs-recommend--ranking .ranking_num-01,
  .sec.ranking .fs-recommend--ranking .ranking_num-02,
  .sec.ranking .fs-recommend--ranking .ranking_num-03,
  .sec.ranking .fs-recommend--ranking .ranking_num-out {
      padding: 0.1em 0.8em !important;
      font-size: 1.5rem !important;
  }
}

