@charset "utf-8";
/* CSS Document */
body img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
body ul, body ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*ipadもPCとしたい場合開始*/
@media screen and (min-width: 767px) {
  .isSp2{
    display: none;	
	}
}
@media screen and (max-width: 766px) {
  .isPc2{
    display: none;	
	}
}
/*ipadもPCとしたい場合終わり*/
.nikuSpe--container {
  margin: 10px auto;
}
/*タイトル開始*/
.nikuSpe-Title /*基本*/ {
  font-weight: 600;
  color: #233052;
  line-height: 1.5;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
}
.nikuSpe-Title--center /*配置*/ {
  text-align: center;
}
.nikuSpe-Title--left /*配置*/ {
  text-align: left;
}
@media screen and (min-width:862px) {
  .nikuSpe-Title /*基本*/ {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nikuSpe-Title--large /*フォントサイズ大*/ {
    font-size: 36px;
    margin-top: 5px;
  }
  .nikuSpe-Title--medium /*フォントサイズ中*/ {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Title--large /*フォントサイズ大*/ {
    font-size: 24px;
    margin-top: 15px;
  }
  .nikuSpe-Title--medium /*フォントサイズ中*/ {
    font-size: 16px;
    margin-top: 20px;
  }
}
/*タイトル終わり*/
/*main visual開始*/
@media screen and (min-width:862px) {
  .nikuSpe-mv {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-mv {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 30px;
  }
}
/*main visual終わり*/
/*テキスト開始*/
.nikuSpe-Text {
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
}
.nikuSpe-Text--large /*フォントサイズ大*/ {
  font-size: 16px;
  margin-top: 30px;
}
.nikuSpe-Text--medium /*フォントサイズ中*/ {
  font-size: 13px;
  margin-top: 20px;
}
.nikuSpe-Text--small /*フォントサイズ小*/ {
  font-size: 11px;
  margin-top: 16px;
}
.nikuSpe-Text--center /*配置*/ {
  text-align: center;
}
.nikuSpe-Text--left /*配置*/ {
  text-align: left;
}
@media screen and (min-width:862px) {
  .nikuSpe-Text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*テキスト終わり*/
/*テキストをPCセンター・SP左寄せにしたい*/
@media screen and (min-width: 862px) {
  .nikuSpe-Lead {
    text-align: center;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Lead {
    text-align: left;
  }
}
/*テキストをPCセンター・SP左寄せにしたい*/
/*h2開始*/
.nikuSpe-H2 /*基本*/ {
  font-weight: 600;
  color: #233052;
  line-height: 1.8;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  padding: 5px 15px;
}
.nikuSpe-H2--center /*配置*/ {
  text-align: center;
}
.nikuSpe-H2--left /*配置*/ {
  text-align: left;
}
@media screen and (min-width:862px) {
  .nikuSpe-H2 /*基本*/ {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nikuSpe-H2--large /*フォントサイズ大*/ {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nikuSpe-H2--medium /*フォントサイズ中*/ {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-H2--large /*フォントサイズ大*/ {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nikuSpe-H2--medium /*フォントサイズ中*/ {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/*H2終わり*/
/*h3開始*/
.nikuSpe-H3 /*基本*/ {
  font-weight: 600;
  color: #233052;
  line-height: 1.8;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  padding: 5px 15px;
}
.nikuSpe-H3--center /*配置*/ {
  text-align: center;
}
.nikuSpe-H3--left /*配置*/ {
  text-align: left;
}
@media screen and (min-width:862px) {
  .nikuSpe-H3 /*基本*/ {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nikuSpe-H3--large /*フォントサイズ大*/ {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nikuSpe-H3--medium /*フォントサイズ中*/ {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-H3--large /*フォントサイズ大*/ {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nikuSpe-H3--medium /*フォントサイズ中*/ {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/*H3終わり*/
/*左画像・右テキスト開始*/
.nikuSpe-Image__text-text {
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  text-align: justify;
}
.nikuSpe-ImageText--medium {
  font-size: 13px;
}
.nikuSpe-ImageText--small {
  font-size: 11px;
}
@media screen and (min-width: 862px) {
  .nikuSpe-Image /*一番外側*/ {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .nikuSpe-Image__image {
    width: 50%;
  }
  .nikuSpe-Image__text {
    width: 50%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 20px;
    flex-wrap: wrap;
    align-content: center;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Image {
    margin-bottom: 60px;
  }
  .nikuSpe-Image__image {
    margin-bottom: 30px;
  }
  .nikuSpe-Image__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/*左画像・右テキスト終わり*/
/*ボタンリンク開始*/
.nikuSpe-Button a {
  display: block;
  /*min-width: 230px;
  border: 1px solid rgba(100, 137, 181, 0.25);*/
  color: #233052;
  background: #E9EAEA;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: .1em;
  box-sizing: border-box;
  padding: 15px 10px;
}
.nikuSpe-Button a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 862px) {
  .nikuSpe-Button {
    max-width: 900px;
    /*padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto;*/
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Button--center {
    justify-content: center;
  }
  .nikuSpe-Button {
    margin-top: 20px;
    /*margin-bottom: 60px;*/
    display: block;
    /*display: flex;*/
    align-items: center;
  }
}
/*ボタンリンク終わり*/
/*ボタンリンク2開始*/
.nikuSpe-Button2 a {
  display: block;
  /*min-width: 230px;*/
  border: 2px solid #233052;
  color: #233052;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: .1em;
  box-sizing: border-box;
  padding: 15px 10px;
  transition: all .5s;
}
.nikuSpe-Button2 a:hover {
  color: #fff;
  background: #233052;
}
@media screen and (min-width: 862px) {
  .nikuSpe-Button2 {
    max-width: 900px;
    /*padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto;*/
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Button--center {
    justify-content: center;
  }
  .nikuSpe-Button2 {
    margin-top: 20px;
    margin-bottom: 60px;
    display: block;
    align-items: center;
  }
}
/*ボタンリンク2終わり*/
/*テキストリンク開始*/
.nikuSpe-Image__link {
  display: block;
  border: 1px solid rgba(130, 130, 130, 0.25);
  background: #E9E9E9;
  color: #233052;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 15px 24px;
  margin-top: 30px;
}
.nikuSpe-Image__link:hover {
  opacity: 0.7;
}
/*テキストリンク終わり*/
/*注意書き開始*/
.nikuSpe-attention {
  color: gray;
  font-size: 11px;
}
/*注意書き終わり*/
/*画像に影を付ける開始*/
.nikuSpe-shadow {
  box-shadow: 5px 10px 5px rgba(100, 100, 100, 0.6);
}
/*画像に影を付ける終わり*/
/*1カラム*/
@media screen and (min-width: 862px) {
  .nikuSpe-Col1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col1 {
    margin-bottom: 40px;
  }
}
.nikuSpe-Col1__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col1__image {
    margin-bottom: 25px;
  }
}
.nikuSpe-Col1__text {
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col1__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col1__text {
    margin-bottom: 15px;
  }
}
.nikuSpe-Col1__text--large {
  font-size: 16px;
}
.nikuSpe-Col1__text--medium {
  font-size: 13px;
}
.nikuSpe-Col1__text--small {
  font-size: 11px;
}
/*1カラム終わり*/
/*2カラム*/
@media screen and (min-width: 862px) {
  .nikuSpe-Col2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col2__item {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col2__item {
    margin-bottom: 30px;
  }
}
.nikuSpe-Col2__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col2__image {
    margin-bottom: 20px;
  }
}
.nikuSpe-Col2__image img {
  width: 100%;
}
.nikuSpe-Col2__text {
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col2__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*2カラム終わり*/
/*3カラム*/
@media screen and (min-width: 862px) {
  .nikuSpe-Col3 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col3 {
    /*margin-top: 40px;*/
  }
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col3__item {
    width: calc((100% - 35px) / 3);
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col3__item {
    margin-bottom: 30px;
  }
}
.nikuSpe-Col3__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col3__image {
    margin-bottom: 20px;
  }
}
.nikuSpe-Col3__image img {
  width: 100%;
}
.nikuSpe-Col3__text {
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-size: 13px;
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col3__text {
    /*padding-left: 10px;*/
    padding-right: 10px;
  }
}
.nikuSpe-Col3__Heading {
  color: #233052;
  line-height: 1.5;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-weight: 600;
  font-size: 15px;
}
/*3カラム終わり*/
/*4カラム開始*/
.nikuSpe-Col4 {
  margin-top: 40px;
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col4 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col4 {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col4__item {
    width: calc((100% - 40px) / 4);
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col4__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 35px;
  }
}
.nikuSpe-Col4__image {
  margin-bottom: 10px;
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col4__image {
    margin-bottom: 15px;
  }
}
.nikuSpe-Col4__text {
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-size: 12px;
  padding-right: 8px;
}
/*4カラム終わり*/
/*5カラム開始*/
.nikuSpe-Col5 {
  margin-top: 40px;
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col5 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col5 {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 862px) {
  .nikuSpe-Col5__item {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col5__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 35px;
  }
}
.nikuSpe-Col5__image {
  margin-bottom: 10px;
}
@media screen and (max-width: 861px) {
  .nikuSpe-Col5__image {
    margin-bottom: 15px;
  }
}
.nikuSpe-Col5__text {
  color: #233052;
  line-height: 1.8;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-size: 12px;
  /*padding-right: 8px;*/
}
/*5カラム終わり*/
/*バナー開始*/
.nikuSpeBanner {
  display: flex;
  align-items: center;
}
.nikuSpeBanner a:hover {
  opacity: .7;
}
@media screen and (min-width: 862px) {
  .nikuSpeBanner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
	margin-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nikuSpeBanner a {
    display: block;
  }
  .nikuSpeBanner img {
    max-width: 500px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpeBanner {
    margin-top: 40px;
    margin-bottom: 120px;
  }
}
.nikuSpeBanner--center {
  justify-content: center;
}
/*バナー終わり*/
/*動画*/
@media screen and (min-width: 862px) {
  .nikuSpeMovie {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.nikuSpeMovie__stage {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 40px;
}
.nikuSpeMovie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*動画終わり*/
/*見出しテキスト開始*/
.nikuSpe-Heading /*基本*/ {
  font-weight: 600;
  color: #233052;
  line-height: 1.8;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  padding: 5px 15px;
}
@media screen and (min-width:862px) {
  .nikuSpe-Heading /*基本*/ {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nikuSpe-Heading--large /*フォントサイズ大*/ {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nikuSpe-Heading--medium /*フォントサイズ中*/ {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-Heading--large /*フォントサイズ大*/ {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nikuSpe-Heading--medium /*フォントサイズ中*/ {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/*テキスト終わり*/
/*見出し左縦線開始*/
.nikuSpe-verticalLeftLine {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #233052; /*左線*/
}
/*見出し左縦線終了*/
/*見出し大かっこ[ ]開始*/
.nikuSpe-brace {
  font-weight: bold;
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  text-align: center;
  padding: 0em 1em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
  top: 0;
}
.nikuSpe-brace-container {
  text-align: center;
}
.nikuSpe-brace:before, .nikuSpe-brace:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.nikuSpe-brace:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.nikuSpe-brace:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
@media screen and (min-width:862px) {
  .nikuSpe-brace {
    font-size: 20px;
  }
}
@media screen and (max-width:861px) {
  .nikuSpe-brace {
    font-size: 16px;
  }
}
/*見出し[ ]終わり*/
/*見出し 囲み二重線開始*/
/*※使用時divで囲み"max-width:900px; text-align:center; margin-right:auto; margin-left:auto;"*/
.nikuSpe-surroundDouble {
  position: relative;
  padding: 10px;
  border: 4px solid #233052;
}
.nikuSpe-surroundDouble:before {
  position: absolute;
  top: 5px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 2px solid #233052;
}
/*見出し 囲み二重線終わり*/
/*見出し 両端二重線開始*/
.nikuSpe-bothEndsDouble {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.nikuSpe-bothEndsDouble:before, .nikuSpe-bothEndsDouble:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 45px;
  height: 5px;
  border-top: solid 2px #233052;
  border-bottom: solid 1px #233052;
}
.nikuSpe-bothEndsDouble:before {
  left: 0;
}
.nikuSpe-bothEndsDouble:after {
  right: 0;
}
/*見出し 両端二重線終わり*/
/*見出し 背景＋下線開始*/
.nikuSpe-bgUnderLine {
  border-bottom: 2px solid #233052;
  background: #f4f4f6;
}
/*見出し 背景＋下線終わり*/
/*見出し 右シンボル枠開始*/
.nikuSpe-symbolLeftBox {
  position: relative;
  overflow: hidden;
  padding: 5px 5px 5px 90px;
  border: 1px solid #233053;
}
.nikuSpe-symbolLeftBox:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 175px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #233052;
}
.nikuSpe-symbolLeftBox span {
  font-size: 13px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 5px;
  padding-left: 8px;
  color: #fff;
}
/*見出し 右シンボル枠終わり*/
/*見出し 吹き出し枠開始*/
.nikuSpe-fukidashi {
  color: #233052;
  line-height: 1.5;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding: 0.6em;
  background: #f4f4f6;
}
.nikuSpe-fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f4f4f6;
  width: 0;
  height: 0;
}
/*見出し 吹き出し枠終わり*/
/*見出し 上下二重線開始*/
.nikuSpe-upDownDoubleLine {
  padding: 5px;
  border-top: 1px solid #233052;
  border-bottom: 1px solid #233052;
}
/*見出し 上下二重線終わり*/
/*見出し ひらめき開始*/
.nikuSpe-hirameki {
  position: relative;
  padding-left: 38px;
}
.nikuSpe-hirameki:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background-color: #233052;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nikuSpe-hirameki:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #233052;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*見出し ひらめき終わり*/
/*見出し タブ付き開始*/
.nikuSpe-tab {
  position: relative;
  border-top: solid 2px #233053;
  border-bottom: solid 2px #233053;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
}
.nikuSpe-tab:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\f0a7\ POINT';
  background: #233053;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
/*見出し タブ付き終わり*/
/*見出し 両サイドに線開始*/
.nikuSpe-bothSideLine {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.nikuSpe-bothSideLine:before, .nikuSpe-bothSideLine:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #dcdcdc;
}
.nikuSpe-bothSideLine:before {
  left: 0;
}
.nikuSpe-bothSideLine:after {
  right: 0;
}
/*見出し 両サイドに線終わり*/
/*見出し 左に線＋下線開始*/
.nikuSpe-leftLineUnderLine {
  padding: 5px 5px 5px 10px; /*文字の上下 左右の余白*/
  background: #f4f4f6; /*背景色*/
  border-left: solid 5px #233052; /*左線*/
  border-bottom: solid 1px #233052; /*下線*/
  line-height: 1.5;
}
/*見出し 左に線＋下線終わり*/
/*見出し 吹き出し2開始*/
.nikuSpe-fukidashi2 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}
.nikuSpe-fukidashi2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}
.nikuSpe-fukidashi2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
/*見出し 吹き出し2終わり*/
/*見出し 線のみ吹き出し開始*/
.nikuSpe-lineFukidashi {
  position: relative;
  /*padding: 1.5rem 2rem;*/
  border-bottom: 2px solid #233052;
}
.nikuSpe-lineFukidashi:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #233052 transparent transparent;
}
.nikuSpe-lineFukidashi:after {
  position: absolute;
  bottom: -11px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
/*見出し 線のみ吹き出し終わり*/
/*見出し 二重括弧開始*/
.nikuSpe-doubleBrackets {
  padding: 5px;
  position: relative;
}
.nikuSpe-doubleBrackets::before, .nikuSpe-doubleBrackets::after {
  content: '';
  width: 30px;
  height: 80%;
  position: absolute;
  border-radius: 30%;
}
.nikuSpe-doubleBrackets::before {
  border-left: double 5px #233052;
  border-top: none;
  border-bottom: none;
  border-right: none;
  top: 3px;
  left: 45px;
}
.nikuSpe-doubleBrackets::after {
  border-right: double 5px #233052;
  top: 3px;
  right: 45px;
}
/*見出し 二重括弧終わり*/
/*見出し 上部にサブテキスト開始*/
.nikuSpe-subTextTop {
  position: relative;
  margin-top: 30px;
  padding: 5px;
  text-align: center;
  border: 1px solid #233052;
}
@media screen and (min-width: 862px) {
  .nikuSpe-subTextTop {
    margin-right: auto;
    margin-left: auto;
    width: 600px;
  }
}
.nikuSpe-subTextTop h2 {
  margin: 5px 0 0 0;
}
.nikuSpe-subTextTop span {
  transform: translate(0, -50%);
  overflow: hidden;
  position: absolute;
  font-size: 15px;
  left: 0%;
  right: 0%;
  width: 25%;
  top: 0px;
  margin: 0 auto;
  background: #ffffff;
}
.nikuSpe-subTextTop span:before, .nikuSpe-subTextTop span:after {
  content: "";
  position: absolute;
  width: 35%;
  top: 50%;
}
.nikuSpe-subTextTop span:before {
  transform: translate(-100%, 0);
  margin-left: -30px;
}
.nikuSpe-subTextTop span:after {
  margin-left: 30px;
}
/*見出し 上部にサブテキスト終わり*/
/*見出し 背景角丸開始*/
.nikuSpe-bgRadius {
  color: #fff;
  padding: 4px 5px 4px 5px;
  border-radius: 12px 0;
  background: #906090;
  margin-right: 5px;
}
/*見出し 背景角丸終わり*/
/*レイアウト　PC3SP2カラム開始*/
@media screen and (min-width:862px) {
  .nikuSpe-PC3SP2__container {
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.nikuSpe-PC3SP2__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nikuSpe-PC3SP2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 45px;
}
@media screen and (max-width: 861px) {
  .nikuSpe-PC3SP2__item:not(:nth-of-type(2n)) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-PC3SP2__item {
    width: calc(calc(100% - 25px) / 2);
  }
}
@media screen and (min-width:862px) {
  .nikuSpe-PC3SP2__item:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }
}
@media screen and (min-width:862px) {
  .nikuSpe-PC3SP2__item {
    width: calc(calc(100% - 60px) / 3);
  }
}
.nikuSpe-PC3SP2__text {
  color: #233052;
  line-height: 1.7;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-size: 12px;
}
.nikuSpe-PC3SP2__product{
  font-weight:bold; 
  font-size:15px;
  margin-bottom:5px;
  display: inline-block;
}
@media screen and (max-width: 861px){
.nikuSpe-PC3SP2__product{
  font-size:13px;
}
}
/*(税込）開始*/
.nikuSpe-inTax{
  font-size:11px;
}
/*(税込）終わり*/
/*ボタンリンク開始*/
.nikuSpe-PC3SP2__Button a {
  display: block;
  border: 1px solid #2EA7E0;
  color: #2EA7E0;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .1em;
  box-sizing: border-box;
  padding: 15px 10px;
  transition: all .5s;
}
.nikuSpe-PC3SP2__Button a:hover {
  color: #fff;
  background: #2EA7E0;
}
@media screen and (min-width: 862px) {
  .nikuSpe-PC3SP2__Button {
    max-width: 500px;
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 861px) {
  .nikuSpe-PC3SP2__Button {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
/*ボタンリンク終わり*/
/*レイアウト　PC3SP2カラム終わり*/
/*見出し 下に小さな線開始*/
.nikuSpe-smallUnderLine:after {
  content: "";
  width: 10%;
  height: 3px;
  background-color: #233052;
  display: block;
  margin: 15px auto 12px;
}
/*JKP-4カラム開始*/
.jkp-nikuSpe-Col4 {
  margin-top: -40px;
}
@media screen and (min-width: 862px) {
  .jkp-nikuSpe-Col4 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 861px) {
  .jkp-nikuSpe-Col4 {
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 862px) {
  .jkp-nikuSpe-Col4__item {
    width: calc((100% - 50px) / 4);
  }
}
@media screen and (max-width: 861px) {
  .jkp-nikuSpe-Col4__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 35px;
  }
}
.jkp-nikuSpe-Col4__image {
  margin-bottom: 10px;
}
@media screen and (max-width: 861px) {
  .jkp-nikuSpe-Col4__image {
    margin-bottom: 15px;
  }
}
.jkp-nikuSpe-Col4__text {
  color: #233052;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-size: 12px;
}
.jkp-nikuSpe-Col4__Heading {
  display:flex;
  align-items: flex-start;
  padding-bottom: 10px;
}
.jkp-nikuSpe-Col4__Heading_text {
  color: #233052;
  line-height: 1.5;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  font-weight: 600;
  font-size: 15px;
  width: calc(100% - 29px);
  word-break: break-all
}
.jkp-nikuSpe-Col4__Heading_num {
  background-color: #0c384b;
  color: #fff;
  margin-right: 5px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight:bold;
}
/*JKP-4カラム終わり*/