@charset "UTF-8";
/*--------------------------------------------------------------------
  デイリーアンケート
--------------------------------------------------------------------*/
.question {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.question__txt {
  padding-right: 20px;
  width: 76%;
}
.question__img {
  width: 24%;
}
.question__img img {
  width: 100%;
}

.questions__que {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.questions__que__img {
  width: 50px;
}
.questions__que__img img {
  width: 100%;
}
.questions__que__txt {
  font-size: 2.1rem;
  font-weight: 700;
  margin-left: 1em;
}


/*--------------------------------------------------------------------
  いま聞きたい！デイリーアンケート
--------------------------------------------------------------------*/
.daily__que {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.daily__que__img {
  width: 50px;
}
.daily__que__txt {
  font-size: 2.1rem;
  font-weight: 700;
  margin-left: 1em;
}
.daily__que__txt span {
  color: #eb332f;
}
.daily__form {
  margin-top: 40px;
}
.daily__form__label label {
  display: block;
  background: #ffebbe;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #dec896;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  padding: 21px 30px 18px;
  width: 100%;
}
.daily__form__label label input[type=radio] {
  outline: none;
  color: inherit;
  font: inherit;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  margin: -0.25em 0.75em 0 0;
  padding: 0;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.daily__form__label label input[type=radio]:checked {
  background: #f39800;
}
.daily__form__txt {
  color: #f39800;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
.daily__form__txt::before {
  content: "＼";
  margin-right: 0.5em;
}
.daily__form__txt::after {
  content: "／";
  margin-left: 0.5em;
}
.daily__form__txt span {
  color: #eb332f;
}
.daily__form button {
  display: block;
  color: #ffffff;
  background-color: #ccc;
  border: none;
  border-radius: 36px;
  box-shadow: 0 2px 0 0 #dedede;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 72px;
  margin: 5px auto 0;
  margin-top: 40px;
  padding: 0;
  width: 360px;
  transition: 0.2s ease-in-out;
}
.getapoint {
  display: block;
  color: #ffffff;
  background-color: #f39800;
  border: none;
  border-radius: 36px;
  box-shadow: 0 2px 0 0 #dedede;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 72px;
  margin: 5px auto 0;
  padding: 0;
  width: 360px;
  transition: 0.2s ease-in-out;
}
.getapoint:hover {
  opacity: 0.8;
  box-shadow: 0 1px 0 0 #dedede;
}

a.textlink {
  color: #fb8c00;
  font-size: 1.5rem;
}
a.textlink::before {
  content: "▶︎";
}

/*--------------------------------------------------------------------
  デイリーアンケートの結果
--------------------------------------------------------------------*/
.result__list {
  margin-top: 20px;
}
.result__list ul li {
  border-top: 1px solid #dedede;
}
.result__list ul li:last-child {
  border-bottom: 1px solid #dedede;
}
.result__list ul li a {
  display: block;
  padding: 15px 0;
  transition: 0.2s ease-in-out;
}
.result__list ul li a .data {
  color: #b9b9b9;
  font-size: 1.4rem;
  font-weight: 700;
}
.result__list ul li a .ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.result__list ul li a:hover {
  background-color: rgba(246, 237, 217, 0.4);
}

/*--------------------------------------------------------------------
  開催中のアンケート
--------------------------------------------------------------------*/
.hold__list__question {
  margin-top: 10px;
}
.hold__list__question a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background-image: url(/images/inquiries/ico_external.svg);
  background-position: top 15px right 10px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 1px solid #f39800;
  border-radius: 6px;
  padding: 10px;
  transition: 0.2s ease-in-out;
}
.hold__list__question a:hover {
  opacity: 0.8;
}
.hold__list__question a .ttl {
  width: 100%;
  color: #fb8c00;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.hold__list__question a .limit {
  width: fit-content;
  background-color: #e5ff34;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 5px 10px;
}
.hold__list__question a .txt {
  width: fit-content;
  font-size: 1.4rem;
  text-align: right;
}
.hold__list__answered {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background-image: url(/images/inquiries/ico_external.svg);
  background-position: top 15px right 10px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 1px solid #f39800;
  border-radius: 6px;
  padding: 10px;
  transition: 0.2s ease-in-out;
}
.hold__list__answered .ttl {
  width: 100%;
  color: #fb8c00;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.hold__list__answered .limit {
  width: fit-content;
  background-color: #e5ff34;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 5px 10px;
}
.hold__list__answered .txt {
  width: fit-content;
  font-size: 1.4rem;
  text-align: right;
}
.hold__list__pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 20px;
}
.hold__list__pager__on, .hold__list__pager__off, .hold__list__pager__blank {
  border: 1px solid #f39800;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  margin: 0 2px;
  width: 40px;
  height: 40px;
}
.hold__list__pager__on {
  color: #ffffff;
  background-color: #f39800;
}
.hold__list__pager__off, .hold__list__pager__blank {
  color: #f39800;
}
.hold__list__pager__off a, .hold__list__pager__blank a {
  color: #f39800;
}

/*--------------------------------------------------------------------
  デイリーアンケートバックナンバー
--------------------------------------------------------------------*/
.backnumber dl {
  margin-top: 20px;
}
.backnumber dl:nth-child(n+2) {
  margin-top: 40px;
}
.backnumber dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.backnumber dl dd ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.backnumber dl dd ul li {
  margin: 20px 20px 0 0;
  width: calc(25% - 15px);
}
.backnumber dl dd ul li:nth-child(4n) {
  margin-right: 0;
}
.backnumber dl dd ul li a {
  display: block;
  color: #fb8c00;
  border: 2px solid #fb8c00;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  transition: 0.2s ease-in-out;
}
.backnumber dl dd ul li a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------
  人気のお得レシピ
--------------------------------------------------------------------*/
.recipe__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  overflow-x: unset;
  overflow-y: unset;
}
.recipe__list ul li {
  margin: 10px 0 0;
  width: 32.2857%;
  min-width: 32.2857%;
}
.recipe__list ul li a {
  display: block;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #dedede;
  width: 100%;
  padding: 25px 15px 15px;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.recipe__list ul li a:hover {
  opacity: 0.8;
  box-shadow: 0 1px 0 0 #dedede;
}
.recipe__thumb {
  width: 112px;
  height: 112px;
  margin: auto;
}
.recipe__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2;
}
.recipe__date, .recipe__clip {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
}
.recipe__clip span {
  color: #eb332f;
}

/*--------------------------------------------------------------------
  デイリーアンケート
--------------------------------------------------------------------*/
.questions__que {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.questions__que__img {
  width: 50px;
}
.questions__que__img img {
  width: 100%;
}
.questions__que__txt {
  font-size: 2.1rem;
  font-weight: 700;
  margin-left: 1em;
}

/*--------------------------------------------------------------------
  アンケート結果
--------------------------------------------------------------------*/
.questions__result__data {
  color: #B9B9B9;
  font-size: 1.5rem;
  margin-top: 10px;
}

.questions__result__chart__inner {
  margin-top: 20px;
}
.questions__result__chart__answer {
  display: flex;
  justify-content: space-between;
}
.questions__result__chart__answer dt,
.questions__result__chart__answer dd {
  font-size: 1.5rem;
  font-weight: 700;
}
.questions__result__chart__answer dd {
  color: #F39800;
}
.questions__result__chart__bar {
  background-color: #e5e5e5;
  width: 100%;
}
.questions__result__chart__bar > div {
  background-color: #F39800;
  height: 20px;
}

/*--------------------------------------------------------------------
  回答についてのコメント
--------------------------------------------------------------------*/
.questions__form {
  margin-top: 40px;
}
.questions__form__lead {
  color: #fb8c00;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.questions__form__inner {
  display: flex;
  justify-content: space-between;
}
.questions__form__inner__l, .questions__form__inner__r {
  width: 47.5%;
}
.questions__form__inner__l textarea {
  background: #f9f9f9;
  border: 1px solid #B9B9B9;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
}
.questions__form__inner__r > dl {
  display: flex;
  align-items: center;
}
.questions__form__inner__r > dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.questions__form__inner__r > dl dd {
  font-size: 1.5rem;
}
.questions__form__inner__r > dl dd label:nth-of-type(n+2) {
  margin-left: 1em;
}
.questions__form__inner__r > dl dd input[type=checkbox] {
  outline: none;
  color: inherit;
  font: inherit;
  line-height: 1;
  display: inline-block;
  background: #f9f9f9;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  box-sizing: border-box;
  margin: -0.25em 0.25em 0 0;
  padding: 0;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.questions__form__inner__r > dl dd input[type=checkbox]:checked:before {
  content: "✔";
  color: #F39800;
  font-size: 1.25em;
  line-height: 0;
}
.questions__form__inner__r > dl dd .questions__form__select {
  position: relative;
}
.questions__form__inner__r > dl dd .questions__form__select::after {
  content: "";
  border: 0;
  border-right: 1px solid #242424;
  border-bottom: 1px solid #242424;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
}
.questions__form__inner__r > dl dd .questions__form__select select {
  color: #666666;
  background: #f9f9f9;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding: 2px 0;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.questions__form__inner__r > dl dd .questions__form__select select option {
  padding: 0;
}
.questions__form__inner__r > dl dd .questions__form__select select::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}
.questions__form__caution {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 20px;
}
.questions__form__caution img {
  width: 18px;
  margin-right: 0.5em;
}
.questions__form button {
  display: block;
  color: #ffffff;
  background-color: #F39800;
  border: none;
  border-radius: 24px;
  box-shadow: 0 2px 0 0 #dedede;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 48px;
  margin: 40px auto 0;
  padding: 0;
  width: 212px;
  transition: 0.2s ease-in-out;
}
.questions__form button:hover {
  opacity: 0.8;
  box-shadow: 0 1px 0 0 #dedede;
}

/*--------------------------------------------------------------------
  このアンケートについてのコメント一覧
--------------------------------------------------------------------*/
.questions__comment__list > li {
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 5px;
  padding: 25px 40px;
}
.questions__comment__list > li .questions__comment__list__txt {
  color: #fb8c00;
  font-size: 1.8rem;
  font-weight: 700;
}
.questions__comment__list > li .questions__comment__list__name {
  color: #242424;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 15px;
}
.questions__comment__list > li .questions__comment__list__name span:nth-of-type(n+2) {
  margin-left: 0.5em;
}
.questions__comment__list > li .questions__comment__list__data {
  color: #908d8d;
  font-size: 1.2rem;
}

.js_accordion {
  overflow: hidden;
}

.questions__comment__list > li.js_hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.js_more {
  margin-top: 40px;
}
.js_more a {
  display: block;
  color: #ffffff;
  background-color: #F39800;
  border: none;
  border-radius: 24px;
  box-shadow: 0 2px 0 0 #dedede;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0;
  width: 160px;
  transition: 0.2s ease-in-out;
}
.js_more a:hover {
  opacity: 0.8;
  box-shadow: 0 1px 0 0 #dedede;
}

/*--------------------------------------------------------------------
  アンケート一覧ページ
--------------------------------------------------------------------*/
.contents {
  width: 71.4286%;
  max-width: 700px;
}
.contents__wrap {
  justify-content: space-between;
}
.contents__thumb {
  border-radius: 8px;
  overflow: hidden;
}
.contents__sec {
  margin-top: 40px;
}
.contents__sec + .contents__sec {
  margin-top: 96px;
}
.contents__sec__item {
  margin-top: 16px;
}
.contents__sec__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.contents__sec__ttl {
  font-size: 20px;
  font-weight: 700;
}
.contents__sec__ttl span {
  color: #999;
  font-size: clamp(12px, calc(14 / 1088 * 100vw), 14px);
}
.contents__note__list {
  padding: 24px 16px;
  border-radius: 8px;
  background: #fff;
}
.contents__note__list li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
}
.contents__note__list li::before {
  content: "・";
}
.contents__note__list li:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px rgba(222, 222, 222, 0.8);
}
.question__thumb_pc {
  border-radius: 8px;
}
.questions__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -16px;
}
.questions__item {
  width: calc((100% - 16px) / 2);
  margin-top: 16px;
}
.questions__item a {
  display: flex;
  flex-direction: column;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(166, 166, 166, 0.16), 0 0 2px rgba(166, 166, 166, 0.2);
  overflow: hidden;
  overflow: hidden;
  height: 100%;
}
.questions__item a:hover {
  opacity: 0.6;
}
.questions__item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.questions__item__head .com {
  padding: 0 8px;
  color: #666666;
  font-size: 12px;
  border-radius: 100px;
  background: #EFEFEF;
}
.questions__item__head .num {
  font-size: 14px;
  color: #999;
}
.questions__item__head + * {
  margin-top: 8px;
}
.questions__item__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.questions__item__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 6px;
  flex-grow: 2;
}
.questions__item__foot .inquiry a {
  display: block;
  color: #ffffff;
  background-color: #f39800;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 0 0 #dedede;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 35px;
  width: 150px;
  padding: 0;
  transition: 0.2s ease-in-out;
}
.questions__item__foot .point {
  color: #EB332F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.questions__item__foot .point span {
  font-size: clamp(24px, calc(26 / 1088 * 100vw), 26px);
}
.questions__item__foot .btn {
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  background-color: #e44f6f;
}
.questions__history__contents {
  margin-top: -16px;
}
.questions__history__contents > li {
  margin-top: 32px;
}
.questions__history__contents dt {
  font-size: 16px;
  font-weight: 700;
}
.questions__history__contents dd {
  margin-top: 8px;
}
.questions__history .modal__contents {
  height: calc(100vh - 160px);
  height: calc(100svh - 160px);
  background-color: #f6edd9;
}
.questions__history__btn {
  padding: 4px 10px;
  color: #F37500;
  font-size: 14px;
  font-weight: 700;
  border: solid 1px #F39800;
  border-radius: 4px;
  cursor: pointer;
}
.questions__history__select {
  position: relative;
  width: 140px;
}
.questions__history__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 1px solid #B9B9B9;
  border-right: 1px solid #B9B9B9;
  transform: rotate(45deg) translateY(-50%);
}
.questions__history__select select {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
  color: #242424;
  border: solid 1px #DEDEDE;
  border-radius: 6px;
  background: #fff;
}
.questions__history__list {
  padding: 20px 16px;
  border-radius: 8px;
  background: #fff;
}
.questions__history__list li {
  font-weight: inherit;
}
.questions__history__list li:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px rgba(222, 222, 222, 0.8);
}
.questions__history .questions__item__foot .point span {
  font-size: inherit;
}