@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e71422;
  --orange: #E9490D;
  --orange-rgb: 236,108,0;
  --yellow: #ffc107;
  --green: #009b3f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #009b3f;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e71422;
  --light: #f8f9fa;
  --dark: #343a40;
  --negative-blue: #3575A7;
  --bg-yellow: 255,248,176;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-gothic:
  	YuGothic,
  	"Yu Gothic medium",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --font-family-mincho:
  	"Hiragino Mincho ProN",
  	"YuMincho",
  	serif;
  --font-family-sans-serif:
  -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  Arial,
  "Noto Sans",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  --font-family-monospace:
  SFMono-Regular,
  Menlo,
  Monaco,
  Consolas,
  "Liberation Mono",
  "Courier New",
  monospace;
}

/* utility
---------------------------- */
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

/*.b-flex {
	display: -webkit-flex;
	display: flex;
}*/
.b-small {
  font-size: 0.8em;
}

.b-big {
  font-size: 1.2em;
}

.b-bold {
  font-weight: bold;
}

.b-flex {
  display: -webkit-flex;
  display: flex;
}

/*.u-marker--yellow {
	background:linear-gradient(transparent 50%, $yellow 50%);
}*/
/* text
---------------------------- */
.b-text_red {
  color: var(--red);
}

.b-text_orange {
  color: var(--orange);
}

.b-text_-small {
  font-size: 0.8em;
}

.b-text_-big {
  font-size: 1.2em;
}

.b-text_bold {
  font-weight: bold;
}

.b-marker--yellow {
  background: linear-gradient(transparent 50%, var(--yellow) 50%);
}

.shirokuro {
  /* Q&A
  ---------------------------- */
  /*.heading__qa--others {
  	font-size: 45px;
  	border-bottom: 2px solid #000;
  	width: 1000px;
  	padding-bottom: 16px;
  }*/
  /* qaOther
  -------------------------------------------- */
}
.shirokuro .items_contents {
  /* common
  ---------------------------- */
  overflow-x: hidden;
  font-family: var(--font-family-gothic);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* component
  ---------------------------- */
  /* fv
  ---------------------------- */
  /* module
  ---------------------------- */
}
.shirokuro .items_contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shirokuro .items_contents address, .shirokuro .items_contents dl, .shirokuro .items_contents ol, .shirokuro .items_contents ul, .shirokuro .items_contents div {
  margin: 0;
}
.shirokuro .items_contents picture {
  display: block;
}
.shirokuro .items_contents a[href] {
  transition: 0.1s;
}
.shirokuro .items_contents .c-notes {
  font-size: 1rem;
}
.shirokuro .items_contents .c-notes.c-notes--list {
  text-indent: -1em;
  padding-left: 1em;
}
.shirokuro .items_contents .c-notes.c-notes--text {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.shirokuro .items_contents .c-notes.c-notes--large {
  font-size: 0.9375rem;
}
.shirokuro .items_contents .c-block_title {
  text-align: center;
  width: 1080px;
  margin-top: 50px;
}
.shirokuro .items_contents .fv {
  position: relative;
}
.shirokuro .items_contents .fv .fv__title {
  background: url(/assets/img/items/ninniku/shirokuro/fv01.jpg) no-repeat center top;
  height: 530px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.shirokuro .items_contents .fv .fv__offer {
  width: 1080px;
  margin: 30px auto 0;
  padding: 0 40px;
  justify-content: space-between;
  font-size: 0.9375rem;
}
.shirokuro .items_contents .block_inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.shirokuro .items_contents .block_inner .block01_title, .shirokuro .items_contents .block_inner .block02_title,
.shirokuro .items_contents .block_inner .block03_title, .shirokuro .items_contents .block_inner .block04_title,
.shirokuro .items_contents .block_inner .block05_title, .shirokuro .items_contents .block_inner .block06_title {
  text-align: center;
  margin-bottom: 35px;
}
.shirokuro .items_contents .block--01 {
  padding: 70px 0 80px;
  font-size: 20px;
}
.shirokuro .items_contents .block--01 .block01_colbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.shirokuro .items_contents .block--01 .block01_colbox .block01_col {
  margin: 0;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}
.shirokuro .items_contents .block--01 .block01_colbox .block01_col .block01_col__box {
  padding-bottom: 10px;
}
.shirokuro .items_contents .block--02 {
  background: url(/assets/img/items/ninniku/shirokuro/img_block02_01.jpg) no-repeat center top;
  height: 723px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 18px;
}
.shirokuro .items_contents .block02_txt02 {
  text-align: right;
  max-width: 1080px;
  margin: 0 auto;
}
.shirokuro .items_contents .block02_txt02.block02_txt02__note {
  font-size: 14px;
}
.shirokuro .items_contents .block--03 {
  padding: 80px 0;
}
.shirokuro .items_contents .block--03 .block03_title {
  margin-bottom: 40px;
  text-align: center;
}
.shirokuro .items_contents .block--03 .block03_list {
  display: flex;
}
.shirokuro .items_contents .block--03 .block03_item {
  width: 50%;
  position: relative;
}
.shirokuro .items_contents .block--03 .block03_item__left {
  background: url(/assets/img/items/ninniku/shirokuro/bk_block04_01_01.jpg) no-repeat right bottom;
  background-size: 800px auto;
}
.shirokuro .items_contents .block--03 .block03_item__right {
  background: url(/assets/img/items/ninniku/shirokuro/bk_block04_01_02.jpg) no-repeat left bottom;
  background-size: 800px auto;
}
.shirokuro .items_contents .block--03 .block03_inner {
  max-width: 540px;
}
.shirokuro .items_contents .block--03 .block03_item__left .block03_inner {
  margin-left: auto;
  padding-right: 10px;
}
.shirokuro .items_contents .block--03 .block03_item__right .block03_inner {
  margin-right: auto;
  padding-left: 10px;
}
.shirokuro .items_contents .block--03 .block03_img img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.shirokuro .items_contents .block--03 .block03_txt {
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 2;
  max-width: 360px;
  letter-spacing: 0.05rem;
}
.shirokuro .items_contents .block--03 .block03_txt p {
  margin-bottom: 60px;
}
.shirokuro .items_contents .block--03 .block03_item__right .block03_txt {
  padding-left: 7px;
}
.shirokuro .items_contents .block--03 .block03_txt02 {
  text-align: right;
}
.shirokuro .items_contents .block--03 .block03_txt02.block03_txt02__note {
  font-size: 14px;
}
.shirokuro .items_contents .block--04 {
  background: url(/assets/img/items/ninniku/shirokuro/bk_block04_01.jpg) no-repeat center bottom;
  min-height: 1400px;
  overflow: hidden;
  padding: 40px 0 10px;
}
.shirokuro .items_contents .block--04 .block_img_inner {
  display: grid;
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
}
.shirokuro .items_contents .block--04 .block_img_inner .block04_img {
  margin-bottom: 40px;
}
.shirokuro .items_contents .block--04 .block_img_inner .block04_col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.shirokuro .items_contents .block--04 .block_img_inner .block04_col .block04_item {
  width: 48%;
}
.shirokuro .items_contents .block--04 .block04_text02 {
  text-align: right;
  padding-top: 30px;
  line-height: 2;
}
.shirokuro .items_contents .block--04 .block04_text02.block04_text02--note {
  font-size: 14px;
}
.shirokuro .items_contents .block--05 {
  padding: 100px 0 150px;
}
.shirokuro .items_contents .block--05 .block05_box {
  background: url(/assets/img/items/ninniku/shirokuro/bk_block05_01.jpg) no-repeat center top;
  height: 900px;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 80px 80px 0;
  font-size: 20px;
  line-height: 2;
  border-radius: 10px;
}
.shirokuro .items_contents .block--05 .block05_box .block05_title {
  text-align: left;
}
.shirokuro .items_contents .block--05 .block05_box .block05_top {
  display: flex;
  gap: 55px;
  margin-bottom: 40px;
}
.shirokuro .items_contents .block--05 .block05_box .block05_left {
  flex: 1;
}
.shirokuro .items_contents .block--05 .block05_box .block05_left p {
  margin-bottom: 10px;
}
.shirokuro .items_contents .block--05 .block05_box .block05_img {
  width: 312px;
}
.shirokuro .items_contents .block--05 .block05_box .block05_title {
  margin-bottom: 60px;
}
.shirokuro .items_contents .block--05 .block05_box 　 .block05_text p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.shirokuro .items_contents .block--05 .block05_box .block05_text > p + p {
  padding-top: 50px;
}
.shirokuro .items_contents .block--05 .block05_box .block05_text--red {
  color: #c24e35;
}
.shirokuro .items_contents .block--06 {
  position: relative;
  padding: 20px 0 80px;
}
.shirokuro .items_contents .block--06 .block06_title {
  padding-bottom: 30px;
}
.shirokuro .items_contents .block--06 .block--06__photo {
  position: relative;
  padding-bottom: 350px;
}
.shirokuro .items_contents .block--06 .block--06__photo picture {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.shirokuro .qa_box {
  width: 1080px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
.shirokuro .qa_box .qa_box__lists {
  margin-top: 10px;
}
.shirokuro .qa_box .qa_box__detail {
  width: fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shirokuro .qa_box .qa_box__detail + .qa_box__detail {
  margin-top: 15px;
}
.shirokuro .qa_box .qa_box__detail:nth-of-type(1) .qa_box__balloon::before {
  width: 74px;
  height: 73px;
  top: -30px;
  left: -20px;
  background: url(/assets/img/items/ninniku/shirokuro/ico_qa01.png) no-repeat left top;
}
.shirokuro .qa_box .qa_box__detail:nth-of-type(2) .qa_box__balloon::before {
  width: 74px;
  height: 73px;
  top: -30px;
  left: -20px;
  background: url(/assets/img/items/ninniku/shirokuro/ico_qa02.png) no-repeat left top;
}
.shirokuro .qa_box .qa_box__detail:nth-of-type(3) .qa_box__balloon::before {
  width: 74px;
  height: 73px;
  top: -30px;
  left: -20px;
  background: url(/assets/img/items/ninniku/shirokuro/ico_qa03.png) no-repeat left top;
}
.shirokuro .qa_box .qa_box__detail:nth-of-type(4) .qa_box__balloon::before {
  width: 74px;
  height: 73px;
  top: -30px;
  left: -20px;
  background: url(/assets/img/items/ninniku/shirokuro/ico_qa04.png) no-repeat left top;
}
.shirokuro .qa_box .qa_box__balloon {
  position: relative;
  width: fit-content;
  max-width: 790px;
  min-width: 790px;
  margin-top: 40px;
  padding: 30px 60px;
  background: #f4f2e3;
  border-radius: 10px;
}
.shirokuro .qa_box .qa_box__balloon::before, .shirokuro .qa_box .qa_box__balloon::after {
  content: "";
  position: absolute;
}
.shirokuro .qa_box .qa_box__balloon:nth-of-type(even) {
  margin-left: 30px;
}
.shirokuro .qa_box .qa_box__balloon:nth-of-type(even)::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 35px 15px 0;
  border-color: transparent #f4f2e3 transparent transparent;
}
.shirokuro .qa_box .qa_box__balloon:nth-of-type(odd) {
  margin-right: 30px;
}
.shirokuro .qa_box .qa_box__balloon:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 35px;
  border-color: transparent transparent transparent #f4f2e3;
}
.shirokuro .qa_box .qa_box__question {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "MS Mincho", "MS 明朝", serif;
  font-size: 1.625rem;
  text-decoration: underline;
  line-height: 1.4;
}
.shirokuro .qa_box .qa_box__answer {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 2;
  text-align: justify;
}
.shirokuro .qa_box .qa_box__image {
  margin: 0;
  margin-top: 40px;
  width: 135px;
}
.shirokuro .qa_box .qa_box__image img {
  width: 100%;
  height: auto;
}
.shirokuro #qaOther {
  border: 1px solid #acacac;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.shirokuro #qaOther ul {
  padding: 20px;
  font-size: 1.1rem;
  line-height: 2.2;
  margin-bottom: 0;
}
.shirokuro #qaOther ul li {
  color: #009944;
  background-image: url(/assets/img/items/ninniku/shirokuro/qa_ico.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2.3em;
}
.shirokuro #qaOther ul li a {
  color: #422515;
  padding-right: 1em;
}

/* ご使用上のご注意
-------------------------------------------- */
.red {
  color: #e00000;
}
/*# sourceMappingURL=style.css.map */
