@charset "UTF-8";
.bg-c_01 {
  background: #fef4cd; }

.bg-c_02 {
  background: #ffe063; }

.bg-c_03 {
  background: #cde7f0; }

.bg-c_04 {
  background: #fff9f0; }

.ttl-h3 {
  border-left: 2px solid #222; }

.marker {
  background: linear-gradient(transparent 65%, #ffe063 0%);
  margin-right: 5px; }

.top_-20 {
  top: -20px; }

ul {
  padding: 0; }

.voice-container .voice-wrap *, .voice-container .voice-wrap *:before, .voice-container .voice-wrap *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.voice-container .voice-wrap label {
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0.5) 0%, #f5f5f5 100%);
  bottom: 0;
  cursor: pointer;
  height: 60px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1; }

.voice-container .voice-wrap input:checked + label {
  background: inherit; }

.voice-container .voice-wrap label:after {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  bottom: 0;
  content: 'もっとみる';
  font-weight: normal;
  left: 50%;
  padding: 5px 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 2; }

.voice-container .voice-wrap input {
  display: none; }

.voice-container .voice-wrap .voice-content {
  height: 152px;
  overflow: hidden;
  transition: all 0.5s;
  white-space: normal; }

.voice-container .voice-wrap input:checked + label:after {
  content: '閉じる'; }

.voice-container .voice-wrap input:checked ~ .voice-content {
  height: auto;
  padding-bottom: 50px;
  transition: all 0.5s; }

.bg-shop-chef {
  background: #fff url(/images/featuredPage/chef/img_chef.svg) top 52px right 16px no-repeat;
  background-size: 100px auto; }

.btn-shop-regist {
  background: #0277bd;
  border: 1px solid #0277bd;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 16px;
  text-align: center;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
