@charset "UTF-8";
/* ress.css • v2.0.4 MIT License github.com/filipelinhares/ress */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
/* Style select like a standard input */
select {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(9px, 2.56vw, 12px);
  }
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  vertical-align: top;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
}

.u-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  z-index: 8999;
  background-color: rgba(0, 0, 0, 0.7);
}
.u-loading__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .nonalc {
    min-width: 1084px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc {
    overflow-x: hidden;
    max-width: 100vw;
  }
}

.nonalc_container {
  position: relative;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .nonalc_container {
    padding: 0 4.53vw;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_container {
    width: 1084px;
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_mv {
    margin: 0 0 40px;
    text-align: center;
    background: #b1cc64;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_mv {
    margin-bottom: 3rem;
  }
}
.nonalc_mv__title {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .nonalc_mv__title {
    max-width: 1980px;
    min-width: 1084px;
    margin: auto;
  }
  .nonalc_mv__title img {
    width: 100%;
    height: 509px;
    object-fit: cover;
    object-position: top;
  }
}

.nonalc_navi {
  position: relative;
}
@media screen and (max-width: 767px) {
  .nonalc_navi {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_navi::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: #f3eb6f;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_navi ol {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
  }
  .nonalc_navi ol li:not(:last-child) {
    margin-right: -15px;
  }
}
.nonalc_navi ol li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .nonalc_navi ol li:not(:last-child) {
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_navi ol li {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_navi ol li a {
    transition: 0.2s;
    display: block;
  }
  .nonalc_navi ol li a:hover {
    transform: translateY(-4px);
  }
}

.nonalc_lead {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nonalc_lead {
    height: 245px;
    padding-top: 70px;
    margin-bottom: 90px;
    background: url("../images/lead_bg.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_lead {
    height: 57.69vw;
    padding-top: 15vw;
    margin-bottom: 10rem;
    background: url("../images/lead_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.nonalc_lead__main {
  color: #008c45;
  position: relative;
  font-weight: bold;
  margin-bottom: 0.2em;
  letter-spacing: 0.1ems;
}
@media screen and (max-width: 767px) {
  .nonalc_lead__main {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_lead__main {
    font-size: 38px;
  }
}
.nonalc_lead__main::before {
  content: "";
  display: block;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 27px;
  background: url("../images/icon_pop.svg") no-repeat center center;
}
.nonalc_lead__text {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nonalc_lead__text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_lead__text {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_section__title {
    font-size: 37px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
    padding-top: 18px;
    border-bottom: solid 3px #b1cc64;
    line-height: 1.4;
    padding-left: 185px;
  }
  .nonalc_section__title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 160px;
    height: 60px;
    background: url("../images/icon_1.svg") no-repeat center bottom;
    background-size: contain;
  }
  .nonalc_section2 .nonalc_section__title {
    letter-spacing: 0;
  }
  .nonalc_section2 .nonalc_section__title::before {
    background-image: url("../images/icon_2.svg");
  }
  .nonalc_section3 .nonalc_section__title {
    padding-left: 0;
    text-align: center;
  }
  .nonalc_section3 .nonalc_section__title::before {
    background-image: url("../images/icon_3.svg");
  }
}
@media screen and (max-width: 767px) {
  .nonalc_section__title {
    position: relative;
    margin-left: -4.53vw;
    margin-right: -4.53vw;
    margin-top: 10rem;
    margin-bottom: 3.5rem;
    padding: 1.6em 0 0.5em;
    border-bottom: solid 1px #111;
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
  }
  .nonalc_section__title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 5px;
    background: #b1cc64;
  }
  .nonalc_section__title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7.6vw;
    background: url("../images/icon_1_sp.svg") no-repeat center top;
    background-size: contain;
  }
  .nonalc_section2 .nonalc_section__title::before {
    background-image: url("../images/icon_2_sp.svg");
  }
  .nonalc_section3 .nonalc_section__title::before {
    background-image: url("../images/icon_3_sp.svg");
  }
}

.nonalc_20g {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nonalc_20g {
    margin: 50px 0 95px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_20g {
    margin: 8rem 0;
  }
}
.nonalc_20g__lead {
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .nonalc_20g__lead {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_20g__lead {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.nonalc_20g__lead span {
  color: #eb5a24;
}
@media print, screen and (min-width: 768px) {
  .nonalc_20g__lead span {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_20g__lead span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_20g__list {
    text-align: center;
    padding: 45px 0;
    margin: 0 0 30px;
    background: rgba(177, 201, 101, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .nonalc_20g__list {
    margin-left: -4.53vw;
    margin-right: -4.53vw;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_20g__text {
    line-height: 1.4;
  }
}

.nonalc_calculate {
  text-align: center;
}
.nonalc_calculate__title {
  background: #b1cc64;
  border-radius: 50px;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .nonalc_calculate__title {
    font-size: 30px;
    width: 620px;
    padding: 0.4em 0.6em 0.4em 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_calculate__title {
    font-size: 1.9rem;
    padding: 0.3em 0;
    margin-bottom: 2.5rem;
    letter-spacing: 0;
  }
  .nonalc_calculate__title::before {
    content: "";
    display: block;
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: #b1cc64 url("../images/icon_light.svg") no-repeat top 26% left 40%;
    background-size: 46%;
    z-index: 0;
  }
}
.nonalc_calculate__title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .nonalc_calculate__title span {
    padding-left: 60px;
  }
  .nonalc_calculate__title span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    background: url("../images/icon_light.svg") no-repeat center center;
    background-size: contain;
  }
}
.nonalc_calculate__formula {
  background: #f3eb6f;
  font-weight: bold;
  padding: 0 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .nonalc_calculate__formula {
    display: inline-block;
    margin: 20px 0 40px;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_calculate__formula {
    padding: 0.6rem 0;
    margin: 2.5rem 0;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_calculate__text {
    margin-bottom: 1rem;
  }
}
.nonalc_calculate__text span {
  color: #eb5a24;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .nonalc_section2__text {
    text-align: center;
    margin-bottom: 54px;
  }
}

.nonalc_compare__title {
  position: relative;
  background: #b1cc64;
  border-radius: 50px;
  padding: 0.4em 0.6em 0.4em 0;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__title {
    font-size: 30px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__title {
    font-size: 2rem;
    padding: 0.3em 0;
    margin: 7rem 0 2.5rem;
    letter-spacing: 0;
  }
  .nonalc_compare__title::before {
    content: "";
    display: block;
    position: absolute;
    top: -3.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #b1cc64 url("../images/icon_docs.svg") no-repeat top 26% left 58%;
    background-size: 53%;
    z-index: 0;
  }
}
.nonalc_compare__title span {
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__title span {
    padding-left: 60px;
  }
  .nonalc_compare__title span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    background: url("../images/icon_docs.svg") no-repeat center center;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__text {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__text {
    margin-bottom: 2rem;
  }
}

.nonalc_compare__remarks1 {
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__remarks1 {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__remarks1 {
    font-size: 1.2rem;
    margin-bottom: 5rem;
  }
}

.nonalc_compare__figure {
  margin-bottom: 35px;
}
.nonalc_compare__figure figcaption {
  font-weight: bold;
  line-height: 1.2;
  background: #edf4f7;
  border-bottom: solid 2px #58a6db;
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__figure figcaption {
    text-align: center;
    padding: 14px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__figure figcaption {
    padding: 1rem 0 0 2rem;
  }
}
.nonalc_compare__figure figcaption span {
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__figure figcaption span {
    padding-left: 50px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__figure figcaption span {
    padding-left: 6rem;
    font-size: 1.6rem;
  }
}
.nonalc_compare__figure figcaption span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -40px;
  margin: auto;
  width: 82px;
  height: 82px;
  background: url("../images/icon_man1.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .nonalc_compare__figure figcaption span::before {
    left: 0;
    width: 6rem;
    height: 6rem;
  }
}
.nonalc_compare__figure figcaption small {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__figure figcaption small {
    font-size: 12px;
    font-weight: normal;
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__figure figcaption small {
    font-size: 1.2rem;
    font-weight: normal;
    transform: translateY(-0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__figure:nth-of-type(2) {
    margin-bottom: 1rem;
  }
}
.nonalc_compare__figure:nth-of-type(2) figcaption {
  background: #eff5e2;
  border-color: #b1cc64;
}
@media screen and (max-width: 767px) {
  .nonalc_compare__figure:nth-of-type(2) figcaption {
    padding-left: 0;
  }
}
.nonalc_compare__figure:nth-of-type(2) figcaption span::before {
  background: url("../images/icon_man2.svg") no-repeat center center;
}

@media screen and (max-width: 767px) {
  .nonalc_compare__result {
    padding: 0 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_compare__result p {
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__result p {
    margin-bottom: 1.8rem;
  }
}
.nonalc_compare__result .result_text1 {
  font-weight: bold;
}
.nonalc_compare__result .result_text2 {
  font-weight: bold;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .nonalc_compare__result .result_text2 {
    font-size: 2.1rem;
    line-height: 1.1;
  }
}
.nonalc_compare__result .result_text3 {
  font-weight: bold;
  font-size: 130%;
  color: #eb5a24;
}
@media screen and (max-width: 767px) {
  .nonalc_compare__result .result_text3 {
    font-size: 2.1rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_compare__remarks2 {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_compare__remarks2 {
    line-height: 1.5;
    margin-top: 2rem;
    padding: 0 1.5rem;
    font-size: 1.2rem;
  }
}

.nonalc_recording {
  background: #e7f2fa;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recording {
    margin-top: 110px;
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recording {
    margin-top: 6rem;
    padding: 2rem 0 2rem;
  }
}
.nonalc_recording__sub {
  text-align: center;
  font-weight: bold;
  color: #004197;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recording__sub {
    font-size: 25px;
    margin-bottom: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recording__sub {
    font-size: 1.8rem;
    margin-bottom: 0.8em;
  }
}
.nonalc_recording__title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  background: #004197;
  padding: 0.3em 0;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recording__title {
    font-size: 38px;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recording__title {
    font-size: 2.1rem;
    margin-bottom: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recording__remarks {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_recording__figure {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recording__figure {
    margin-top: 2.5rem;
  }
}

.nonalc_recording__btn {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recording__btn {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recording__btn {
    margin: 2rem 0;
  }
}
.nonalc_recording__btn a {
  position: relative;
  display: inline-block;
  background: #004197;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  width: 100%;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recording__btn a {
    padding: 0.9em 1.5em;
    width: 350px;
    transition: 0.2s;
  }
  .nonalc_recording__btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recording__btn a {
    padding: 0.5em 1.5em;
    width: 20rem;
    font-size: 1.5rem;
  }
}
.nonalc_recording__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .nonalc_recording__btn a::after {
    right: 2rem;
    width: 0.5em;
    height: 0.5em;
    border-width: 1px;
  }
}

.nonalc_recording__code {
  display: flex;
  align-items: center;
  width: 564px;
  margin: 0 auto;
  padding: 15px 0 15px 50px;
  background: #fff;
}
.nonalc_recording__code_img {
  margin-right: 18px;
}

.nonalc_section3__text {
  padding-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .nonalc_section3__text {
    text-align: center;
  }
}

.nonalc_section3__banner {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .nonalc_section3__banner {
    margin: 0 3rem 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_section3__banner a {
    transition: 0.2s;
  }
  .nonalc_section3__banner a:hover {
    opacity: 0.8;
  }
}

.nonalc_recipe__title {
  margin-bottom: 1.2em;
  padding: 0.4em 0 0.45em;
  background: #b1cc64;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__title {
    padding: 0.3em 0 0.2em;
    font-size: 2rem;
  }
}
.nonalc_recipe__lead {
  text-align: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__lead {
    margin-bottom: 2em;
    font-size: 20px;
  }
}

.nonalc_recipe__item {
  padding: 40px 0 100px;
  background: #f4f8e9;
}
.nonalc_recipe__item:nth-of-type(2n) {
  background: #e9f2dd;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__item:nth-of-type(2n) {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__item {
    padding: 2.7rem 0 3rem;
  }
}

.nonalc_recipe__heading {
  background: #b1cc64;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  padding: 0.6em;
  margin: 0 0 40px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__heading {
    font-size: 2.2rem;
    padding: 0.3em;
    margin-bottom: 2.7rem;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_recipe__img {
    margin: 0 auto 32px;
    width: 818px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__img {
    margin: 0 auto 2rem;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_recipe__advice {
    margin: 0 auto 50px;
    width: 818px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__advice {
    margin: 0 auto 4.5rem;
    width: 100%;
  }
}
.nonalc_recipe__advice_title {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0.2em;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__advice_title {
    font-size: 2rem;
    padding-bottom: 0.3em;
    border-width: 3px;
  }
}
.nonalc_recipe__advice_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 6px;
  background: url("../images/dot_1.svg") repeat-x;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__advice_title::after {
    height: 4px;
  }
}
.nonalc_recipe__advice_text {
  line-height: 1.75;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__advice_text {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__advice_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_recipe__layout {
    display: flex;
    justify-content: space-between;
  }
  .nonalc_recipe__layout_column1 {
    width: 700px;
    flex-shrink: 0;
  }
  .nonalc_recipe__layout_column2 {
    width: 252px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__layout {
    display: flex;
    flex-direction: column-reverse;
  }
}

.nonalc_recipe__heading2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 5px;
  border-bottom: solid 1px #111;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__heading2 {
    font-size: 2rem;
    border-width: 2px;
  }
}

.nonalc_recipe__list {
  counter-set: recipe;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__list {
    margin-bottom: 2.5rem;
  }
}
.nonalc_recipe__list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: dotted 3px #adadad;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__list li {
    padding: 15px 0;
    min-height: 124px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__list li {
    padding: 1rem 0;
    border-width: 2px;
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
.nonalc_recipe__list li::before {
  content: "";
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin-right: 28px;
  background: url("../images/mark_1.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__list li::before {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1rem;
  }
}
.nonalc_recipe__list li:nth-of-type(2)::before {
  background: url("../images/mark_2.svg") no-repeat center center;
}
.nonalc_recipe__list li:nth-of-type(3)::before {
  background: url("../images/mark_3.svg") no-repeat center center;
}
.nonalc_recipe__list li img {
  display: inline-block;
  margin: 0.2em;
  vertical-align: middle;
  transform: translateY(-0.1em);
  width: 26px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__list li img {
    width: 1.9rem;
  }
}
.nonalc_recipe__list li small {
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__list li small {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.nonalc_recipe__table_layout {
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table_layout_column {
    width: calc(50% - 2rem);
  }
}

.nonalc_recipe__table_layout2 {
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table_layout2 {
    margin: 1.2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table_layout2 .nonalc_recipe__table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nonalc_recipe__table_layout2 .nonalc_recipe__table tr {
    width: calc(50% - 2rem);
    display: flex;
    justify-content: space-between;
  }
  .nonalc_recipe__table_layout2 .nonalc_recipe__table .nonalc_recipe__table_label {
    width: 100%;
  }
  .nonalc_recipe__table_layout2 .nonalc_recipe__table .nonalc_recipe__table_label td {
    width: 100%;
    padding-top: 1rem;
  }
}

.nonalc_recipe__table {
  padding: 0;
  line-height: 1.2;
  border-collapse: collapse;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__table {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table {
    font-size: 1.5rem;
  }
}
.nonalc_recipe__table th {
  font-weight: normal;
  padding-bottom: 7px;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table th {
    padding-bottom: 0.8rem;
  }
}
.nonalc_recipe__table td {
  text-align: right;
  padding-bottom: 7px;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table td {
    padding-bottom: 0.8rem;
  }
}
.nonalc_recipe__table_label span {
  display: block;
  width: 100%;
  background: #53a96d;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__table_label span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__table_label span {
    font-size: 1.6rem;
  }
}

.nonalc_recipe__banner {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__banner a {
    transition: 0.2s;
  }
  .nonalc_recipe__banner a:hover {
    opacity: 0.8;
  }
}

.nonalc_recipe__end {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .nonalc_recipe__end {
    height: 15.625vw;
    font-size: 25px;
    background: url("../images/recipe_bg.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) {
  .nonalc_recipe__end {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_recipe__end {
    height: auto;
    padding: 2rem 0;
    background: url("../images/recipe_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}

.nonalc_otsumami {
  background: #eff1f4;
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami {
    padding: 5rem 0 3rem;
  }
}
.nonalc_otsumami__title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 38px;
  line-height: 1.75;
  color: #eb5a24;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__title {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}
.nonalc_otsumami__title span {
  display: inline-block;
  position: relative;
}
.nonalc_otsumami__title span:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 6px;
  background: url("../images/dot_2.svg") repeat-x;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__title span:last-child::after {
    left: 3px;
    height: 3px;
  }
}
.nonalc_otsumami__sub {
  background: #fff;
  text-align: center;
  font-size: 30px;
  padding: 0.1em 0;
  margin-bottom: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__sub {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__sub:nth-of-type(2) {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__section {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__section_img {
    width: 318px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__section_img {
    width: 25.8rem;
    margin: 0 auto 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__section_body {
    width: 650px;
  }
}
.nonalc_otsumami__section_copy {
  line-height: 1.5;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__section_copy {
    font-size: 1.8rem;
    text-align: center;
  }
}
.nonalc_otsumami__section_text {
  margin-top: 14px;
  padding-top: 14px;
  border-top: solid 1px #111;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__section_text {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.nonalc_otsumami__value {
  border: solid 1px #eb5a24;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__value {
    width: 846px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__value {
    margin: 0 auto 3rem;
  }
}
.nonalc_otsumami__value_title {
  background: #eb5a24;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 25px;
  padding: 8px 0 4px;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__value_title {
    font-size: 1.6rem;
    padding: 0.5em 0;
  }
}
.nonalc_otsumami__value_title small {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__value_title small {
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__value_title small {
    font-size: 1.2rem;
    vertical-align: middle;
    transform: translateY(-1px);
  }
}
.nonalc_otsumami__value_body {
  padding: 25px 35px 30px;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__value_body {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.nonalc_otsumami__value_copy {
  color: #eb5a24;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__value_copy {
    font-size: 25px;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__value_copy {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.nonalc_otsumami__value_text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__value_text {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__value_text small {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__value_text small {
    font-size: 1rem;
  }
}

.nonalc_otsumami__profile {
  margin: 0 auto;
  padding: 15px 0 15px 0;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__profile {
    width: 368px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__profile {
    width: 24rem;
  }
}
.nonalc_otsumami__profile_layout {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .nonalc_otsumami__profile_layout {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__profile_layout {
    padding-left: 2rem;
  }
}
.nonalc_otsumami__profile_title {
  text-align: center;
  line-height: 1.1;
}
.nonalc_otsumami__profile_title span {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #eb5a24;
  font-weight: normal;
  padding: 0 0.7em;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__profile_title span {
    font-size: 1.4rem;
  }
}
.nonalc_otsumami__profile_title span::before, .nonalc_otsumami__profile_title span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #eb5a24;
  border-radius: 50%;
}
.nonalc_otsumami__profile_title span::before {
  left: 0;
}
.nonalc_otsumami__profile_title span::after {
  right: 0;
}
.nonalc_otsumami__profile_img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__profile_img {
    width: 7rem;
    margin-right: 0.5rem;
  }
}
.nonalc_otsumami__profile_name {
  line-height: 1.4;
}
.nonalc_otsumami__profile_name span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__profile_name span {
    font-size: 1.1rem;
  }
}
.nonalc_otsumami__profile_name div {
  display: inline-block;
  border-top: solid 1px #111;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__profile_name div {
    font-size: 1.4rem;
  }
}
.nonalc_otsumami__profile_name small {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  transform: translateX(-2px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nonalc_otsumami__profile_name small {
    font-size: 1rem;
  }
}

.nonalc_leaflet {
  background: #eff5e2;
}
@media print, screen and (min-width: 768px) {
  .nonalc_leaflet {
    margin: 110px auto 110px;
    width: 846px;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_leaflet {
    margin: 6rem auto 6rem;
  }
}
.nonalc_leaflet__title {
  background: #b1cc64;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  padding: 0.6em 0 0.6em;
}
@media screen and (max-width: 767px) {
  .nonalc_leaflet__title {
    font-size: 1.8rem;
  }
}
.nonalc_leaflet__body {
  padding: 15px 20px 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nonalc_leaflet__body {
    padding: 2rem 1rem 3rem;
  }
}
.nonalc_leaflet__btn {
  text-align: center;
  margin-top: 15px;
}
.nonalc_leaflet__btn a {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.5em;
  background: #eb5a24;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .nonalc_leaflet__btn a {
    padding: 0.9em 1.5em;
    width: 350px;
    transition: 0.2s;
  }
  .nonalc_leaflet__btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .nonalc_leaflet__btn a {
    padding: 0.5em 1.5em;
    font-size: 1.4rem;
    width: 24rem;
  }
}
.nonalc_leaflet__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .nonalc_leaflet__btn a::after {
    right: 2rem;
    width: 0.5em;
    height: 0.5em;
    border-width: 1px;
  }
}
