@charset "UTF-8";
/*===============================
    全体
================================*/
.hf-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEECEB), to(#FFF0E5));
  background: linear-gradient(180deg, #FEECEB, #FFF0E5);
  padding-bottom: 100px; }
  @media all and (min-width: 769px) {
    .hf-main {
      padding-bottom: 220px; } }
.hf-heading--level-1 {
  margin-top: 17px; }
  @media all and (min-width: 769px) {
    .hf-heading--level-1 {
      margin-top: 32px; } }
.hf-text-color-red {
  color: #D33F3F; }
.hf-text-border {
  border-bottom: 1px solid #4B4B4B; }
p {
  margin: 0; }
/*===============================
    contents layout
================================*/
.hf-contents-layout--tsumiyell {
  background: #fff;
  border-radius: 16px;
  padding: 0 24px;
  margin: 20px auto 0;
  width: calc(100% - 48px); }
  @media all and (min-width: 769px) {
    .hf-contents-layout--tsumiyell {
      max-width: 1000px;
      margin: 40px auto 0;
      padding: 0 80px; } }
.hf-tsumiyell-content-item {
  border-top: 1px solid #DEDEDE;
  padding: 28px 0; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-content-item {
      padding: 32px 0;
      max-width: 840px;
      margin: 0 auto; } }
  .hf-tsumiyell-content-item:first-child {
    border-top: none; }
  .hf-tsumiyell-content-item h2:not([class*="hf-text-size"]) {
    font-size: 1.6rem; }
    @media all and (min-width: 769px) {
      .hf-tsumiyell-content-item h2:not([class*="hf-text-size"]) {
        font-size: 2rem; } }
.hf-tsumiyell-top__logo {
  margin: 0 auto 20px;
  max-width: 260px; }
.hf-tsumiyell-top__title h2 {
  margin: 0; }
.hf-tsumiyell-top__message {
  margin-top: 28px; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-top__message {
      margin-top: 32px; } }
.hf-tsumiyell-recommend__list {
  margin: 20px auto 8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-recommend__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .hf-tsumiyell-recommend__list li {
    padding-left: 32px;
    position: relative; }
    .hf-tsumiyell-recommend__list li::before {
      content: "";
      width: 24px;
      height: 24px;
      background: url("/tsumi-yell/img/check.svg") no-repeat center center;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.hf-tsumiyell-yell__list {
  padding: 0;
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
.hf-tsumiyell-yell__list-item {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
  -ms-grid-rows: auto 120px auto;
  grid-template-rows: auto 120px auto; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-yell__list-item {
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      row-gap: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-yell__list-item:first-child .hf-tsumiyell-yell-list--detail {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }
.hf-tsumiyell-yell__list-img {
  width: 120px;
  height: 120px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin: 0 auto; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-yell__list-img {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2; } }
.hf-tsumiyell-yell__list-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-yell__list-ttl {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3; } }
  .hf-tsumiyell-yell__list-ttl span {
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    background: #D33F3F;
    border-radius: 50%;
    margin-right: 8px;
    text-align: center;
    line-height: 24px; }
.hf-tsumiyell-yell__list-detail {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-yell__list-detail {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2/3;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row-align: start;
          align-self: start; } }
.hf-tsumiyell-other__term {
  padding: 16px;
  background: #f8f8f8;
  scroll-margin-top: 85px; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-other__term {
      scroll-margin-top: 130px; } }
.hf-tsumiyell-other__term-ttl {
  margin-bottom: 8px; }
.hf-tsumiyell-other__caution {
  border: 1px solid #bbb;
  margin: 28px 0 0;
  padding: 0 12px 0 16px;
  border-radius: 8px;
  position: relative; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-other__caution {
      margin: 32px 0 0;
      padding: 0 12px 0 24px; } }
.hf-tsumiyell-other__caution-inner {
  height: 320px;
  overflow-y: scroll;
  padding: 16px 12px 16px 0; }
  @media all and (min-width: 769px) {
    .hf-tsumiyell-other__caution-inner {
      height: 240px;
      padding: 24px 24px 24px 0; } }
  .hf-tsumiyell-other__caution-inner a {
    border-bottom: 1px solid #4b4b4b;
    overflow-wrap: anywhere; }
  .hf-tsumiyell-other__caution-inner::-webkit-scrollbar {
    width: 8px; }
  .hf-tsumiyell-other__caution-inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px; }
  .hf-tsumiyell-other__caution-inner::-webkit-scrollbar-track {
    margin: 16px 0; }
    @media all and (min-width: 769px) {
      .hf-tsumiyell-other__caution-inner::-webkit-scrollbar-track {
        margin: 24px 0; } }
.hf-tsumiyell-other__caution-list {
  margin-bottom: 8px; }
.hf-tsumiyell-other__caution-ttl {
  margin-bottom: 8px; }
.hf-tsumiyell-other__caution-note {
  color: #DE6A6F;
  margin: 15px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.hf-tsumiyell-other__btn {
  max-width: 357px;
  margin: 0 auto; }
  .hf-tsumiyell-other__btn .hf-button {
    background: #D33F3F; }
    .hf-tsumiyell-other__btn .hf-button__icon[src="/common/img/arrow-white-gray.svg"] {
      display: none; }
  .hf-tsumiyell-other__btn .hf-button--learn-more {
    max-width: 100%;
    margin: 0 auto; }
  .hf-tsumiyell-other__btn .hf-button__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .hf-tsumiyell-other__btn--disabled .hf-button {
    background: #C8C8C8;
    pointer-events: none; }
    .hf-tsumiyell-other__btn--disabled .hf-button__icon[src="/common/img/arrow-white.svg"] {
      display: none; }
    .hf-tsumiyell-other__btn--disabled .hf-button__icon[src="/common/img/arrow-white-gray.svg"] {
      display: block; }
.hf-tsumiyell-other__term + .hf-tsumiyell-other__term {
  margin-top: 32px; }
.hf-tsumiyell-other__note {
  margin: 8px auto 0;
  padding-left: 20px;
  position: relative;
  font-size: 12px; }
  .hf-tsumiyell-other__note::before {
    content: "※";
    position: absolute;
    left: 0; }
/*===============================
    footer
================================*/
.hf-footer {
  margin-top: 0; }
