@charset "UTF-8";
/* -------------------------------------------------------
style.css for 3M がんばるあなたにイイモノ当たる！キャンペーン　Scotch-Brite(スコッチ・ブライト)　  w/sass
creation date:2025-03
scss/style.scss - > css/style.css
---------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------------------------------------------------------
style.css for 3M がんばるあなたにイイモノ当たる！キャンペーン　Scotch-Brite(スコッチ・ブライト) w/sass
creation date:2025-09
scss/style.scss - > css/style.css
---------------------------------------------------------*/
/*======================================

site

=======================================*/
:root {
  --brand-primary:#00534C;
  --brand-attention: #cc3333;
  --brand-attention-light: #ff0000;
}

html {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(221, 242, 71, 0.3);
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: clamp(0.875rem, 0.646rem + 0.98vw, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #0a0b0a;
  background: var(--brand-primary);
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.75;
    background: #00534c url(../img/bg-main.webp) no-repeat;
    background-size: 100% auto;
  }
}

.gopagetop {
  cursor: pointer;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 100px;
  margin: 0 1lh;
  padding: 0;
  line-height: 1;
  transform: translateY(50%);
  width: 48px;
  height: 48px;
  z-index: 10;
}
.gopagetop a {
  border-radius: 50%;
  display: block grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #DDF247;
}
.gopagetop img {
  width: 80%;
  height: auto;
}

/* Links -------------------------------------------*/
a {
  text-decoration: underline;
  color: #005e3c;
}
a .text-link {
  text-decoration: underline;
}
a:visited {
  color: rgb(58.5714285714, 64.4285714286, 58.5714285714);
}
::-moz-selection {
  background: rgba(221, 242, 71, 0.7);
  color: rgba(10, 11, 10, 0.6);
}

::selection {
  background: rgba(221, 242, 71, 0.7);
  color: rgba(10, 11, 10, 0.6);
}

@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* v.$ img   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

figure,
picture {
  margin: 0;
  padding: 0;
}

/* v.$ links   ========================================================================== */
/*[ A:TXT ]*******/
a {
  cursor: pointer;
  transition: color 0.5s, cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.underline-text-link {
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

em {
  font-style: normal;
  color: #c00;
}

.small {
  font-size: 85%;
}

hr {
  height: 0;
  margin: 2em 0 2em;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.js .animate-box {
  opacity: 0;
}

@media print {
  .js .animate-box {
    opacity: 1;
  }
}
header,
footer {
  margin: 0;
  padding: 0;
}

p {
  margin-block: calc((1em - 1lh) / 2);
  text-spacing-trim: trim-start;
}

:focus:not(:focus-visible) {
  outline: none;
}

.__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .__pc {
    display: block;
  }
}

.__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .__sp {
    display: none;
  }
}

/*----------------------------------------------------
$ hero
----------------------------------------------------*/
.header {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 20px;
  }
}
.header h1 {
  margin: 0;
  padding: 0;
}
.header h1 img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------
$ contents
----------------------------------------------------*/
main {
  flex-grow: 1;
}

.section-item {
  padding-inline: 4.2666666667vw;
  padding-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .section-item {
    padding-top: 40px;
  }
}

.heading-contents {
  margin: 0 0 0.875lh 0;
  padding: 0;
}

.contents-main-copy-container--sp {
  background: url(../img/bg-goods--sp.png) no-repeat;
  margin-inline: -4.2666666667vw;
  background-size: 100% auto;
  padding-top: 21.3333333333vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .contents-main-copy-container--sp {
    display: none;
    margin-inline: none;
  }
}

.contents-main-copy--sp {
  padding-inline: 8.5333333333vw;
  background-size: 100% auto;
}

.contents-outlines {
  width: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 6.4vw;
  margin-top: 2lh;
}
@media screen and (min-width: 768px) {
  .contents-outlines {
    margin-top: 0;
    text-align: center;
    max-width: 845px;
    margin-inline: auto;
    margin-top: 2lh;
    padding-bottom: 1lh;
  }
  .contents-outlines img {
    width: 100%;
  }
}

.contents-outline {
  color: #fff;
  padding-block: 1lh;
}
@media screen and (min-width: 768px) {
  .contents-outline {
    text-align: center;
    padding-block: 1lh;
    margin: 0;
  }
}

.period {
  display: none;
  margin-block: 0.875lh;
  background: #01382e;
}
@media screen and (min-width: 768px) {
  .period {
    display: block;
    border-radius: 12px;
    padding: 10px 10px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0 1lh;
  }
}
.period .period-head {
  background: #00b74f;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 8px;
}
.period .period-head h3 {
  margin: 0;
  line-height: 1.1;
  font-size: 20px;
}
.period .period-head p {
  line-height: 1.3;
  font-size: 14px;
}
.period .period-data {
  color: #fff;
}
.period .period-data ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block grid;
  text-align: left;
  font-size: 14px;
}
.period .period-data ul span {
  font-size: 142%;
}

.btn--cta-container {
  padding-inline: 6.4vw;
}
@media screen and (min-width: 768px) {
  .btn--cta-container {
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin-inline: auto;
  }
}

.btn--cta {
  display: block;
  will-change: filter;
  position: relative;
}
@media (any-hover: hover) {
  .btn--cta:hover {
    filter: brightness(1.2);
  }
}
.btn--cta:focus {
  filter: brightness(1.2);
}
.btn--cta:focus-visible {
  filter: brightness(1.2);
}

.btn--cta .btn--cta-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 7.4666666667vw;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.btn--cta .btn--cta-wrapper:after {
  position: absolute;
  top: -100%;
  left: -150%;
  content: "";
  height: 500%;
  width: 95px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(45deg);
  animation: 3s shine infinite linear;
}

.section-contents-head {
  background: url(../img/bg-howto.webp) no-repeat left bottom;
  background-size: auto 2.6666666667vw;
  padding-bottom: 8.5333333333vw;
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .section-contents-head {
    background: url(../img/bg-howto.png) no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 240px;
    padding-top: 40px !important;
  }
}

.contents-head {
  padding-bottom: 12.8vw;
}
@media screen and (min-width: 768px) {
  .contents-head {
    padding-bottom: 80px;
  }
}

.prize-container {
  display: block grid;
  row-gap: 6.4vw;
  padding-inline: 0.5lh;
}
@media screen and (min-width: 768px) {
  .prize-container {
    grid-template-columns: 65% 33%;
    gap: 0 2%;
    margin-bottom: 1lh;
  }
}

.prize-detail-link {
  margin-block: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .prize-detail-link {
    margin-block: 32px;
    text-align: center;
    display: block;
    margin-inline: auto;
  }
  .prize-detail-link img {
    width: 100%;
    max-width: 600px;
  }
}
.prize-detail-link a {
  display: block;
}
@media (any-hover: hover) {
  .prize-detail-link a:hover {
    filter: brightness(1.2);
  }
}
.prize-detail-link a:focus {
  filter: brightness(1.2);
}
.prize-detail-link a:focus-visible {
  filter: brightness(1.2);
}

.heading-section {
  font-size: 6.4vw;
  color: #fff;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  line-height: 1;
  margin-bottom: 1.5lh;
}
@media screen and (min-width: 768px) {
  .heading-section {
    font-size: 48px;
  }
}

.howtoappply {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-inline: 0.5lh;
  display: block grid;
  row-gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .howtoappply {
    display: block grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 0.5lh;
  }
}

.hotoapply-caution {
  color: #fff;
  padding-block: 0.875lh;
  font-size: 85%;
  line-height: 1.5;
  margin-bottom: 2lh;
  padding-inline: 0.5lh;
}
@media screen and (min-width: 768px) {
  .hotoapply-caution {
    padding-block: 0.435lh;
    font-size: 18px;
    margin-bottom: 4lh;
  }
}

.notes-on-taking-receipts-container {
  padding-inline: 0.5lh;
  margin-block: 2lh;
}
@media screen and (min-width: 768px) {
  .notes-on-taking-receipts-container {
    margin-block: 3lh;
  }
}

.notes-on-taking-receipts {
  background: #fff;
  border-radius: 5.3333333333vw;
  padding: 3.2vw;
}
@media screen and (min-width: 768px) {
  .notes-on-taking-receipts {
    border-radius: 20px;
    padding: 24px;
    padding-bottom: 48px;
  }
}
.notes-on-taking-receipts h3 {
  background: #e44f13;
  color: #fff;
  text-align: center;
  border-radius: 2.1333333333vw;
  margin: 0.435lh 0;
  font-size: 3.7333333333vw;
  padding: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .notes-on-taking-receipts h3 {
    margin: 0;
    font-size: 24px;
    border-radius: 10px;
    padding: 16px;
  }
}

.taking-receipts-icon {
  width: 13.3333333333vw;
  margin-inline: auto;
  margin-block: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .taking-receipts-icon {
    width: 100px;
    height: auto;
    margin-block: 1lh;
  }
}

.taking-receipts-txt {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.875lh;
}

.notes-strong {
  color: var(--brand-attention);
}

.notes-container {
  display: grid;
  row-gap: 0.875lh;
}

@media screen and (min-width: 768px) {
  .notes-item {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
  }
}

.heading-note-item {
  border: 1px solid #a5a5a3;
  padding: 2.1333333333vw;
  display: block grid;
  grid-template-columns: 18.1333333333vw 1fr;
  align-items: center;
  line-height: 1.5;
  font-size: 3.7333333333vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .heading-note-item {
    padding: 16px 32px;
    font-size: 20px;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 1lh;
         column-gap: 1lh;
  }
}

.notes-detail {
  display: block grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0.435lh;
       column-gap: 0.435lh;
}
@media screen and (min-width: 768px) {
  .notes-detail {
    padding: 0 118px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .notes-detail.notes-detail__bad {
    padding: 0;
    display: block grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.notes-detail.notes-detail__single {
  grid-template-columns: repeat(1, 1fr);
}
.notes-detail.notes-detail__single img {
  display: grid;
  place-items: center;
  width: 50%;
  margin-inline: auto;
  text-align: center;
}

.notes-detail-image p {
  margin-top: 8px;
}
.notes-detail-image p.note--receipt {
  font-size: 48%;
}
@media screen and (min-width: 768px) {
  .notes-detail-image p {
    font-size: 18px;
    margin-block: 8px;
    line-height: 1.5;
  }
  .notes-detail-image p.note--receipt {
    font-size: 48%;
  }
}

.notes-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .notes-detail-list {
    font-size: 20px;
  }
}
.notes-detail-list span {
  color: var(--brand-attention-light);
}

.notes-item__ex-txt {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  padding: 3.2vw 0;
}

.section-howtoapply {
  background: url(../img/footer-content--sp.webp) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 40vw;
}
@media screen and (min-width: 768px) {
  .section-howtoapply {
    background: url(../img/footer-content.webp) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 180px;
    margin-top: -120px;
  }
}

.howtoappply--sp {
  background: url(../img/bg-howto--sp.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .howtoappply--sp {
    background: none;
  }
}

.section-terms {
  padding-bottom: 12.8vw;
  background: #fff url("../img/footer--sp.webp") no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .section-terms {
    padding-bottom: 80px;
    background: #fff url("../img/footer.webp") no-repeat center bottom;
    background-size: 100% auto;
  }
}
.section-terms .heading-section {
  color: #000;
}

.terms-container {
  display: block grid;
  row-gap: 1lh;
}

@media screen and (min-width: 768px) {
  .terms-body {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
  }
}

.terms-body-container {
  display: block grid;
  row-gap: 1lh;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .terms-body-container {
    row-gap: 0.5lh;
  }
}

@media screen and (min-width: 768px) {
  .terms-item {
    font-size: 15px;
  }
}
.terms-item .head {
  font-weight: bold;
  margin-block: 0.435lh;
}

.heading-terms {
  font-size: 3.7333333333vw;
  border: 1px solid #a5a5a3;
  padding-inline: 3.2vw;
}
@media screen and (min-width: 768px) {
  .heading-terms {
    font-size: 20px;
    text-align: center;
    padding-block: 0.2lh;
    margin-bottom: 0.435lh;
  }
}

.heading-terms--h4 {
  margin-block: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .heading-terms--h4 {
    margin-block: 4px;
  }
}

.terms-data-list-container {
  display: block grid;
  row-gap: 0.435lh;
}

.terms-data-list {
  margin: 0;
  padding: 0;
}
.terms-data-list dt {
  margin: 0;
  padding: 0;
}
.terms-data-list dd {
  margin: 0;
  padding: 0;
}
.terms-data-list.terms-data-list--select dd {
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.terms-caution {
  font-size: 72%;
  margin-block: 0.435lh;
}

.terms-list {
  margin: 0;
  padding: 0;
  padding-left: 1.4em;
}
.terms-list.terms-list--small {
  font-size: 72%;
}
.terms-list .terms-list-option {
  display: block;
  margin-block: 0.435lh;
}

ol.terms-list {
  margin-block: 0.875lh;
}

.terms-list-note {
  display: block;
  font-size: 72%;
  line-height: 1.3;
}

.term-contact {
  display: block grid;
  row-gap: 0.875lh;
}
@media screen and (min-width: 768px) {
  .term-contact {
    display: block flex;
    flex-direction: row-reverse;
    font-size: 15px;
    width: 100%;
    justify-content: space-between;
  }
}
.term-contact .head {
  font-weight: bold;
  margin-block: 0.435em;
}
.term-contact .term-logo {
  text-align: center;
}
.term-contact .term-logo img {
  width: 29.3333333333vw;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .term-contact .term-logo img {
    width: 150px;
  }
}

.term-contact-list {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .term-contact-list {
    display: block grid;
    grid-template-columns: auto 1fr;
  }
}
.term-contact-list dt {
  margin: 0.435lh 0 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .term-contact-list dt {
    margin: 0;
    position: relative;
  }
  .term-contact-list dt:before {
    display: block;
    content: attr(data-for-large);
  }
  .term-contact-list dt span {
    display: none;
  }
}
.term-contact-list dd {
  margin: 0;
  padding: 0;
}

.btns {
  display: block grid;
  gap: 0 1lh;
  margin: 1.5lh auto;
  padding: 0 8%;
  list-style: none;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .btns {
    grid-template-columns: repeat(2, 1fr);
    margin: 3lh auto;
    gap: 0 2lh;
  }
}
.btns li {
  margin: 0;
  padding: 0;
}

.button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  transition: filter 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button img {
  width: 100%;
}
@media (any-hover: hover) {
  .button:hover {
    filter: brightness(1.4);
  }
}
.button:focus {
  filter: brightness(1.4);
}
.button:focus-visible {
  filter: brightness(1.4);
}

.footer {
  background: #00B74F;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 48px 16px;
  }
}

.footer-container {
  display: block grid;
  justify-items: center;
  padding: 6.4vw;
}
@media screen and (min-width: 768px) {
  .footer-container {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    display: block flex;
    justify-content: space-between;
    margin-inline: auto;
  }
}

.official {
  display: block flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .official {
    display: grid;
    grid-template-columns: 90px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.official .logo {
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .official .logo {
    width: 105px;
  }
}
.official p {
  margin: 0;
  font-size: 13px;
  line-height: 1;
}
.official p a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(0.6875rem, 0.5878rem + 0.4255vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .official p a {
    font-size: 13px;
  }
}
@media (any-hover: hover) {
  .official p a:hover {
    text-decoration: underline;
    filter: brightness(1.2);
  }
}
.official p a:focus {
  text-decoration: underline;
  filter: brightness(1.2);
}
.official p a:focus-visible {
  text-decoration: underline;
  filter: brightness(1.2);
}

.official-data p {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .official-data p {
    margin-block: 2px;
  }
}
.official-data address {
  display: none;
}
@media screen and (min-width: 768px) {
  .official-data address {
    display: block;
  }
}

.announce {
  font-size: 2.9333333333vw;
  color: #fff;
  margin-top: 1lh;
}
@media screen and (min-width: 768px) {
  .announce {
    font-size: 13px;
  }
}

address {
  color: #fff;
  font-style: normal;
  margin-top: 1lh;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  address {
    margin-top: 0;
    font-size: 13px;
  }
}

/* v.$ print   --------------------------------------------------------- */
