@charset "UTF-8";
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
====================================*/
/*====================================
  画像
====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
====================================*/
/* /////////////////////////////////
  BreakPoint
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Space
///////////////////////////////// */
/*! normalize.css v8.0.0 | 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.
 */
@import "https://sunvending.fun/assets/vendor/jquery-ui/jquery-ui.min.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/* /////////////////////////////////////////////////////////
  デザインスキン
///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
====================================*/
/*====================================
  画像
====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
====================================*/
/* /////////////////////////////////
  BreakPoint
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Space
///////////////////////////////// */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/* ///////////////////////////////////////////
  common.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #111;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

i, em {
  font-style: normal;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
}

a, *:focus {
  outline: none;
}

*::-moz-selection {
  background: #0f5e3f;
  color: #FFF;
}

*::selection {
  background: #0f5e3f;
  color: #FFF;
}

*::-moz-selection {
  background: #0f5e3f;
  color: #FFF;
}

.hide {
  display: none !important;
}

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

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

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

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

main {
  margin: 0 auto;
}

a:link {
  color: #0f5e3f;
}
a:visited {
  color: #0f5e3f;
}
a:hover {
  color: #0f5e3f;
}
a:active {
  color: #0f5e3f;
}

/*====================================
  レイアウト
====================================*/
.headline01 {
  line-height: 1.4;
  color: #111;
  font-weight: 700;
  text-align: center;
}
.headline01::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
@media print, screen and (max-width: 768px) {
  .headline01 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .headline01 {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  .headline01 {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .headline01 {
    font-size: 5rem;
  }
}

.headline02 {
  line-height: 1.4;
  color: #111;
  font-weight: 700;
  text-align: left;
  border-bottom: 3px dotted #111;
}
.headline02::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .headline02 {
    padding-bottom: 0.3em;
  }
}
@media print, screen and (min-width: 401px) and (max-width: 768px) {
  .headline02 {
    padding-bottom: 0.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .headline02 {
    padding-bottom: 0.75em;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .headline02 {
    margin-bottom: 0.3em;
  }
}
@media print, screen and (min-width: 401px) and (max-width: 768px) {
  .headline02 {
    margin-bottom: 0.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .headline02 {
    margin-bottom: 0.75em;
  }
}
@media print, screen and (max-width: 768px) {
  .headline02 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  .headline02 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .headline02 {
    font-size: 3rem;
  }
}

/*====================================
  header
====================================*/
header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
}
@media print, screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  header {
    height: 100px;
  }
}
header #logo a {
  width: 100%;
  height: 0;
  padding-top: 14.25%;
  background: url("../img/common/logo.jpg") no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  overflow: hidden;
  width: 240px;
}
header #logo a:hover {
  opacity: 0.8;
}

/*====================================
  main
====================================*/
main .container {
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  main .container {
    width: 100%;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  main .container {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  main .container {
    width: 960px;
  }
}

/*====================================
  footer
====================================*/
footer {
  position: relative;
  border-top: 5px solid #0f5e3f;
}
@media print, screen and (max-width: 768px) {
  footer #sp-menu {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  footer #sp-menu li:nth-child(1) {
    width: 100%;
  }
  footer #sp-menu li:nth-child(1) a {
    text-align: center;
    background: #0f5e3f;
  }
  footer #sp-menu li:nth-child(1) a::after {
    width: 26px;
    height: 26px;
    background: url("../img/common/arrow-right-white.png") no-repeat left top/contain;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 10px;
  }
  footer #sp-menu li a {
    line-height: 1.3;
    height: 50px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  footer #sp-menu li a::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
  }
  footer #sp-menu li a::before, footer #sp-menu li a::after {
    content: "";
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  footer #sp-menu li:nth-child(1) a::after {
    width: 20px;
    height: 20px;
  }
  footer #sp-menu li:nth-child(2) a::before {
    width: 20px;
    height: 20px;
  }
  footer #sp-menu li:nth-child(3) a::before {
    width: 25px;
    height: 25px;
  }
  footer #sp-menu li a {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}
footer .container {
  display: block;
  max-width: 1060px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  footer .container {
    padding: 40px 15px 90px 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  footer .container {
    padding: 50px 30px 90px 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  footer .container {
    padding: 50px 60px 50px 60px;
  }
}
@media print, screen and (max-width: 768px) {
  footer .container #pagetop {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 20px;
    bottom: 126px;
    z-index: 2;
  }
  footer .container #pagetop::before {
    width: 7px;
    height: 7px;
    content: "";
    border-top: 2px solid #111;
    border-left: 2px solid #111;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 5px;
  }
  footer .container #pagetop span {
    display: none;
  }
  footer .container #pagetop:hover {
    background: #0f5e3f;
  }
  footer .container #pagetop:hover::before {
    border-top-color: #FFF;
    border-left-color: #FFF;
  }
}
footer .container > h2 {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  footer .container > h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > h2 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
footer .container > h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  footer .container > h3 {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  footer .container > h3 span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > h3 span {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 768px) {
  footer .container > ul {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > ul {
    margin-bottom: 30px;
  }
}
footer .container > ul li {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  footer .container > ul li {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > ul li {
    font-size: 1.6rem;
  }
}
footer .container > ul li a {
  color: #111;
  text-decoration: none;
}
footer .container > ul li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  footer .container > ul li .tel {
    pointer-events: none;
  }
}
@media print, screen and (max-width: 768px) {
  footer .container > dl {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > dl {
    margin-bottom: 65px;
  }
}
footer .container > dl dt,
footer .container > dl dd {
  text-align: center;
}
footer .container > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 768px) {
  footer .container > dl dt {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > dl dt {
    margin-bottom: 50px;
  }
}
footer .container > dl dt span:nth-of-type(1) {
  height: 0;
  display: block;
  overflow: hidden;
  background: url("../img/common/miyagi.png") no-repeat left top/contain;
}
@media print, screen and (max-width: 768px) {
  footer .container > dl dt span:nth-of-type(1) {
    width: 114px;
    padding-top: 75px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > dl dt span:nth-of-type(1) {
    width: 145px;
    padding-top: 95px;
    margin-bottom: 12px;
  }
}
footer .container > dl dt span:nth-of-type(2) a {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: block;
  background: url("../img/common/logo.png") no-repeat center top/contain;
}
@media print, screen and (max-width: 768px) {
  footer .container > dl dt span:nth-of-type(2) a {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > dl dt span:nth-of-type(2) a {
    padding-top: 80px;
  }
}
footer .container > dl dt span:nth-of-type(2) a:hover {
  opacity: 0.8;
}
footer .container > dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 768px) {
  footer .container > dl dd ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > dl dd ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .container > dl dd ul li {
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  footer .container > dl dd ul li {
    font-size: 1.4rem;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  footer .container > dl dd ul li:nth-child(even) {
    margin-right: 0;
  }
  footer .container > dl dd ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  footer .container > dl dd ul li:nth-child(3) a {
    padding-right: 35px !important;
  }
  footer .container > dl dd ul li:last-child {
    width: 100%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  footer .container > dl dd ul li {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 320px) {
  footer .container > dl dd ul li {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > dl dd ul li {
    font-size: 1.6rem;
    margin: 0 5px;
  }
}
footer .container > dl dd ul li a {
  line-height: 1.2;
  color: #FFF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background: #0f5e3f;
  border: 2px solid #0f5e3f;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  footer .container > dl dd ul li a {
    height: auto;
    min-height: 46px;
    padding: 5px 10px;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  footer .container > dl dd ul li a {
    height: auto;
    min-height: 36px;
    padding: 3px 5px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  footer .container > dl dd ul li a {
    height: auto;
    min-height: 35px;
    padding: 5px 10px;
  }
}
@media print, screen and (min-width: 1220px) {
  footer .container > dl dd ul li a {
    height: 35px;
  }
}
footer .container > dl dd ul li a::after {
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/common/arrow-right-white.png") no-repeat left top/contain;
}
@media print, screen and (max-width: 768px) {
  footer .container > dl dd ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    z-index: 2;
  }
}
@media print, screen and (min-width: 768px) {
  footer .container > dl dd ul li a::after {
    margin-left: 10px;
  }
}
footer .container > dl dd ul li a:hover {
  color: #0f5e3f;
  background: #FFF;
}
footer .container > dl dd ul li a:hover::after {
  background: url("../img/common/arrow-right-red.png") no-repeat left top/contain;
}
footer .container #copyright {
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
}
footer .container #copyright::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
====================================*/
/*====================================
  画像
====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
====================================*/
/* /////////////////////////////////
  BreakPoint
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Space
///////////////////////////////// */
/* ///////////////////////////////////////////
  ホーム
/////////////////////////////////////////// */
.slug-home {
  /*===================
    メインビジュアル
  ===================*/
  /*===================
    応募内容
  ===================*/
  /*===================
    リスト
  ===================*/
  /*===================
    応募フォーム
  ===================*/
}
.slug-home #mainvisual {
  background: #b1d476;
}
@media print, screen and (max-width: 768px) {
  .slug-home #mainvisual {
    padding: 40px 15px 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #mainvisual {
    padding: 60px 30px 40px 30px;
  }
}
.slug-home #mainvisual .wrapper {
  background-color: #FFF;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .slug-home #mainvisual .wrapper {
    padding: 20px 15px 10px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #mainvisual .wrapper {
    padding: 50px 30px 20px 30px;
  }
}
.slug-home #mainvisual .wrapper h2 {
  qisrh: 100%;
}
@media print, screen and (max-width: 768px) {
  .slug-home #mainvisual .wrapper h2 {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #mainvisual .wrapper h2 {
    max-width: 500px;
    margin: 0 auto 40px auto;
  }
}
.slug-home #mainvisual .wrapper h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .slug-home #mainvisual .wrapper p.insta {
    max-width: 360px;
    margin: 0 auto 10px auto;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #mainvisual .wrapper p.insta {
    max-width: 360px;
    margin: 0 auto 15px auto;
    padding: 0;
  }
}
.slug-home #mainvisual .wrapper p.insta a {
  display: block;
}
.slug-home #mainvisual .wrapper p.insta a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.slug-home #mainvisual .wrapper p.insta a:hover {
  opacity: 0.8;
}
.slug-home #mainvisual .wrapper h3 {
  width: 100%;
  margin: 0 auto;
}
.slug-home #mainvisual .wrapper h3 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.slug-home #mainvisual figure {
  max-width: 1000px;
  margin: 0 auto;
}
.slug-home #mainvisual figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.slug-home #contents {
  background: #b1d476;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li {
    padding: 0 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li h3,
  .slug-home #contents > ul > li ul,
  .slug-home #contents > ul > li > p {
    max-width: 800px;
    margin: 0 auto;
  }
}
.slug-home #contents > ul > li .date {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li .date {
    max-width: 300px;
  }
}
.slug-home #contents > ul > li .date img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.slug-home #contents > ul > li .center {
  text-align: center;
}
.slug-home #contents > ul > li .small {
  margin-top: 0.5em;
  font-size: 0.7em;
}
.slug-home #contents > ul > li .caution {
  color: #e50012;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li .caution {
    margin: 15px auto 0 auto;
    font-size: 1.5rem;
    max-width: 320px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li .caution {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.slug-home #contents > ul > li .caution2 {
  color: #e50012;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li .caution2 {
    margin: 15px auto 0 auto;
    font-size: 1.5rem;
    max-width: 320px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li .caution2 {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.slug-home #contents > ul > li h3 {
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li h3 {
    width: 220px;
    height: 40px;
    font-size: 1.8rem;
    padding: 0 15px;
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li h3 {
    width: 314px;
    height: 54px;
    font-size: 2.5rem;
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
.slug-home #contents > ul > li > p {
  line-height: 1.3;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li > p {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li > p {
    font-size: 3rem;
  }
}
.slug-home #contents > ul > li ul.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
}
.slug-home #contents > ul > li ul.photo-list > li {
  width: 49%;
  margin-right: 2%;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li ul.photo-list > li {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li ul.photo-list > li {
    margin-top: 30px;
  }
}
.slug-home #contents > ul > li ul.photo-list > li:nth-child(2n) {
  margin-right: 0;
}
.slug-home #contents > ul > li ul.photo-list > li:nth-child(5) {
  width: 100%;
  margin-right: 0;
}
.slug-home #contents > ul > li ul.photo-list > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li > figure {
    wisth: 100%;
    max-width: 478px;
    margin: 20px auto 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li > figure {
    margin: 50px auto 0 auto;
    width: 478px;
  }
}
.slug-home #contents > ul > li > figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.slug-home #contents > ul > li .product-com {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li .product-com {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li .product-com {
    margin-top: 30px;
  }
}
.slug-home #contents > ul > li .product-com span {
  display: block;
  font-weight: normal;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li .product-com span {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li .product-com span {
    margin-top: 10px;
    font-size: 2.4rem;
  }
}
.slug-home #contents > ul > li a {
  background-color: #0f5e3f;
  position: relative;
  display: block;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li a {
    width: 100%;
    max-width: 280px;
    padding: 15px;
    font-size: 2rem;
    border-radius: 6px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li a {
    width: 100%;
    max-width: 600px;
    padding: 30px;
    font-size: 4rem;
    border-radius: 10px;
    margin-top: 30px;
  }
}
.slug-home #contents > ul > li a::after {
  content: "";
  background: url("../img/common/arrow-bottom-white.png") no-repeat center bottom/contain;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
@media print, screen and (max-width: 768px) {
  .slug-home #contents > ul > li a::after {
    width: 24px;
    height: 13px;
    margin: 10px auto 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #contents > ul > li a::after {
    width: 33px;
    height: 18px;
    margin: 20px auto 0 auto;
  }
}
.slug-home #contents > ul > li a:hover {
  opacity: 0.8;
}
.slug-home #vegetable {
  background: #b1d476;
}
.slug-home #vegetable .wrapper {
  background-color: #FFF;
  margin: 0 auto;
  background-image: url("../img/home/list-bg01.jpg"), url("../img/home/list-bg02.jpg");
  background-position: top center, bottom center;
  background-size: auto 188px, auto 187px;
  background-repeat: repeat-x, repeat-x;
}
@media print, screen and (max-width: 768px) {
  .slug-home #vegetable .wrapper {
    background-size: auto 128px, auto 127px;
    padding: 160px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #vegetable .wrapper {
    padding: 220px 0;
  }
}
.slug-home #vegetable .wrapper ul {
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .slug-home #vegetable .wrapper ul {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #vegetable .wrapper ul {
    padding: 0 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #vegetable .wrapper ul li {
    width: 48%;
    margin-right: 4%;
  }
  .slug-home #vegetable .wrapper ul li:nth-child(2n) {
    margin-right: 0;
  }
  .slug-home #vegetable .wrapper ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #vegetable .wrapper ul li {
    width: 30%;
    margin-right: 5%;
  }
  .slug-home #vegetable .wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
  .slug-home #vegetable .wrapper ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.slug-home #vegetable .wrapper ul li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.slug-home #vegetable .wrapper ul li p {
  text-align: center;
  font-weight: 700;
  color: #0f5e3f;
}
@media print, screen and (max-width: 768px) {
  .slug-home #vegetable .wrapper ul li p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #vegetable .wrapper ul li p {
    font-size: 2rem;
    margin-top: 15px;
  }
}
.slug-home #entry {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry {
    padding: 0 0 75px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry {
    padding: 0 0 75px 0;
  }
}
.slug-home #entry h2 {
  background-color: #0f5e3f;
  line-height: 1.4;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry h2 {
    font-size: 2rem;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry h2 {
    padding: 30px;
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
.slug-home #entry .attention {
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .attention {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .attention {
    max-width: 720px;
    margin-bottom: 50px;
  }
}
.slug-home #entry .attention li {
  margin-bottom: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}
.slug-home #entry .attention li.strong {
  color: #CB0000;
}
.slug-home #entry > p {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry > p {
    padding: 0 20px;
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry > p {
    max-width: 700px;
    padding: 0 50px;
    margin: 0 auto 50px;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl {
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dt,
  .slug-home #entry dl dd {
    padding: 30px;
    border-top: 5px solid #0f5e3f;
  }
}
.slug-home #entry dl dt {
  font-weight: 700;
  background: #b1d476;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dt {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 30px;
    border-top: 5px solid #0f5e3f;
    /*
    &:nth-of-type(1),
    &:nth-of-type(2),
    &:nth-of-type(7),
    &:nth-of-type(8),
    &:nth-of-type(9) {
      border-top-color: #888;
    }
    */
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-home #entry dl dt {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dt {
    width: 38%;
    line-height: 1.4;
    font-size: 2.4rem;
  }
  .slug-home #entry dl dt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dt:nth-last-of-type(-n+2) span {
    margin-top: 10px;
  }
}
.slug-home #entry dl dt .small {
  font-size: 0.7em;
}
.slug-home #entry dl dt .required, .slug-home #entry dl dt .any {
  width: 100px;
  height: 30px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #888;
  border-radius: 20px;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dt .required, .slug-home #entry dl dt .any {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dt .required, .slug-home #entry dl dt .any {
    font-size: 2rem;
    float: right;
    margin-left: 15px;
  }
}
.slug-home #entry dl dt .required.required, .slug-home #entry dl dt .any.required {
  background: #0f5e3f;
}
.slug-home #entry dl dd {
  background: #FFF;
  /*IE10以降に適用されるCSSハック */
  /*Chromeだけに適用されるCSSハック*/
  /*Firefoxだけに適用されるCSSハック*/
  /*Safariだけに適用されるCSSハック*/
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd {
    padding: 30px;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-home #entry dl dd {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd {
    width: 62%;
  }
}
.slug-home #entry dl dd input[type=tel],
.slug-home #entry dl dd input[type=text],
.slug-home #entry dl dd input[type=email],
.slug-home #entry dl dd textarea,
.slug-home #entry dl dd select {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 0.75em 1em;
  background: #FFF;
  border: 5px solid #0f5e3f;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.slug-home #entry dl dd input[type=tel]::-webkit-input-placeholder, .slug-home #entry dl dd input[type=text]::-webkit-input-placeholder, .slug-home #entry dl dd input[type=email]::-webkit-input-placeholder, .slug-home #entry dl dd textarea::-webkit-input-placeholder, .slug-home #entry dl dd select::-webkit-input-placeholder {
  color: #888;
}
.slug-home #entry dl dd input[type=tel]::-moz-placeholder, .slug-home #entry dl dd input[type=text]::-moz-placeholder, .slug-home #entry dl dd input[type=email]::-moz-placeholder, .slug-home #entry dl dd textarea::-moz-placeholder, .slug-home #entry dl dd select::-moz-placeholder {
  color: #888;
}
.slug-home #entry dl dd input[type=tel]:-ms-input-placeholder, .slug-home #entry dl dd input[type=text]:-ms-input-placeholder, .slug-home #entry dl dd input[type=email]:-ms-input-placeholder, .slug-home #entry dl dd textarea:-ms-input-placeholder, .slug-home #entry dl dd select:-ms-input-placeholder {
  color: #888;
}
.slug-home #entry dl dd input[type=tel]::-ms-input-placeholder, .slug-home #entry dl dd input[type=text]::-ms-input-placeholder, .slug-home #entry dl dd input[type=email]::-ms-input-placeholder, .slug-home #entry dl dd textarea::-ms-input-placeholder, .slug-home #entry dl dd select::-ms-input-placeholder {
  color: #888;
}
.slug-home #entry dl dd input[type=tel]::placeholder,
.slug-home #entry dl dd input[type=text]::placeholder,
.slug-home #entry dl dd input[type=email]::placeholder,
.slug-home #entry dl dd textarea::placeholder,
.slug-home #entry dl dd select::placeholder {
  color: #888;
}
.slug-home #entry dl dd select {
  padding: 0.75em calc(40px + 1em) 0.75em 1em;
  background: url("../img/home/select-arrow.png") no-repeat right 18px center/22px 14px #FFF;
  cursor: pointer;
}
.slug-home #entry dl dd.age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slug-home #entry dl dd.age span {
  margin-left: 0.5em;
  font-weight: 700;
}
.slug-home #entry dl dd.zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slug-home #entry dl dd.zip .zip__num {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 10px;
}
.slug-home #entry dl dd.zip .zip__btn {
  width: 110px;
  text-align: center;
  color: white;
  background-color: #0f5e3f;
  border-radius: 10px;
  padding: 10px 15px;
  margin-left: 10px;
  border: none;
  outline-style: none;
  display: inline-block;
  cursor: pointer;
}
.slug-home #entry dl dd.zip .zip__btn:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd #zip {
    max-width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd #zip {
    max-width: 320px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd #age,
  .slug-home #entry dl dd #date,
  .slug-home #entry dl dd #prefectures {
    max-width: 350px;
  }
}
.slug-home #entry dl dd #date {
  background: url("../img/home/calendar-icon-red.png") no-repeat right 15px center/38px 39px #FFF;
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd #explanation {
    height: 200px;
  }
}
.slug-home #entry dl dd .file_input {
  margin-bottom: 20px;
  position: relative;
}
.slug-home #entry dl dd .file_input:last-child {
  margin-bottom: 0;
}
.slug-home #entry dl dd .file_input [type=file] {
  display: none;
}
.slug-home #entry dl dd .file_input .camera {
  width: 100%;
  height: 200px;
  border: 1px dashed #111;
  display: block;
  font-size: 2rem;
  color: #111;
  font-weight: bold;
  background: url("../img/home/camera-icon-gray.png") top 30% center no-repeat #eee;
  background-size: 100px;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央揃え */ /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央揃え */
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.slug-home #entry dl dd .file_input .camera:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slug-home #entry dl dd .file_input .camera.changed {
  background: #eee;
  padding-top: 0;
}
.slug-home #entry dl dd .file_input .camera.changed .select {
  display: none;
}
.slug-home #entry dl dd .file_input .camera.changed .filename {
  font-size: 1.5rem;
}
.slug-home #entry dl dd .file_input .preview {
  width: 100%;
  height: 170px;
  border: 1px dashed #111;
  background-color: #eee;
  overflow: hidden;
  display: none;
}
.slug-home #entry dl dd .file_input .preview img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 170px;
  display: block;
  margin: 0 auto;
}
.slug-home #entry dl dd .file_input .reset {
  width: 100px;
  height: 0;
  padding-top: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  display: none;
  border: none;
  background: url("../img/home/icon-close.png") no-repeat right 10px top 10px/contain;
  background-size: 60px;
}
.slug-home #entry dl dd .file_input .reset:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media all and (-ms-high-contrast: none) {
  .slug-home #entry dl dd select::-ms-expand {
    display: none;
  }
  .slug-home #entry dl dd select {
    padding-right: calc(50px + 1em);
  }
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .slug-home #entry dl dd select {
    -webkit-appearance: none;
    padding-right: calc(50px + 1em);
  }
}
@-moz-document url-prefix() {
  .slug-home #entry dl dd select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .slug-home #entry dl dd select {
    -webkit-appearance: none;
    padding-right: calc(50px + 1em);
  }
}
.slug-home #entry dl dd .radio-field {
  min-height: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.slug-home #entry dl dd .radio-field::after {
  content: "";
  display: block;
  clear: both;
}
.slug-home #entry dl dd .radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd .radio-field label {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-home #entry dl dd .radio-field label {
    line-height: 1.8;
  }
}
.slug-home #entry dl dd .radio-field label > span {
  font-weight: 700;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd .radio-field label > span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-home #entry dl dd .radio-field label > span {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd .radio-field label > span {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd .radio-field label > span span {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd .radio-field label > span span {
    font-size: 1.6rem;
  }
}
.slug-home #entry dl dd .radio-field label input[type=radio] + span {
  position: relative;
  padding-left: 40px;
}
.slug-home #entry dl dd .radio-field label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.slug-home #entry dl dd .radio-field label input[type=radio] + span::before,
.slug-home #entry dl dd .radio-field label input[type=radio] + span::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.slug-home #entry dl dd .radio-field label input[type=radio] + span::before {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 5px solid #0f5e3f;
  border-radius: 50%;
  left: 0;
  z-index: 0;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd .radio-field label input[type=radio] + span::before {
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd .radio-field label input[type=radio] + span::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.slug-home #entry dl dd .radio-field label input[type=radio]:checked + span::after {
  width: 14px;
  height: 14px;
  display: block;
  background: #0f5e3f;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd .radio-field label input[type=radio]:checked + span::after {
    top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd .radio-field label input[type=radio]:checked + span::after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.slug-home #entry dl dd:nth-of-type(1) h3,
.slug-home #entry dl dd:nth-of-type(1) p {
  color: #006FFF;
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd:nth-of-type(1) h3,
  .slug-home #entry dl dd:nth-of-type(1) p {
    font-size: 2rem;
  }
}
.slug-home #entry dl dd:nth-of-type(1) h3 {
  width: 100%;
  height: 50px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #006FFF;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd:nth-of-type(1) h3 {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd:nth-of-type(1) p {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .slug-home #entry dl dd:nth-of-type(1) p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}
.slug-home #entry dl dd:last-of-type p:nth-of-type(1) {
  line-height: 1.5;
}
.slug-home #entry dl dd:last-of-type p:nth-of-type(1)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd:last-of-type p:nth-of-type(1) {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd:last-of-type p:nth-of-type(1) {
    font-size: 2rem;
  }
}
.slug-home #entry dl dd:last-of-type p:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slug-home #entry dl dd:last-of-type .precautions {
  width: 100%;
  overflow: auto;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd:last-of-type .precautions {
    height: 200px;
    margin: 15px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd:last-of-type .precautions {
    height: 260px;
    margin: 20px auto;
  }
}
.slug-home #entry dl dd:last-of-type .precautions ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.slug-home #entry dl dd:last-of-type .precautions ul li.strong {
  font-size: 1.2em;
  font-weight: 700;
  color: #CB0000;
}
.slug-home #entry dl dd:last-of-type > a {
  width: 100%;
  height: 60px;
  color: #006FFF;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border: 5px solid #006FFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl dd:last-of-type > a {
    font-size: 1.8rem;
    margin: 20px 0 30px 0;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-home #entry dl dd:last-of-type > a {
    font-size: 1.6rem;
    margin: 20px 0 30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl dd:last-of-type > a {
    margin: 20px 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  .slug-home #entry dl dd:last-of-type > a {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1220px) {
  .slug-home #entry dl dd:last-of-type > a {
    font-size: 2.5rem;
  }
}
.slug-home #entry dl dd:last-of-type > a::after {
  width: 27px;
  height: 27px;
  content: "";
  background: url("../img/home/window-icon-blue.png") no-repeat left top/contain;
  display: block;
}
.slug-home #entry dl dd:last-of-type > a:hover {
  color: #FFF;
  background: #006FFF;
}
.slug-home #entry dl dd:last-of-type > a:hover::after {
  background: url("../img/home/window-icon-white.png") no-repeat left top/contain;
}
.slug-home #entry dl .participant {
  background-color: #f8ffeb;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl .participant {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl .participant {
    padding: 40px;
  }
}
.slug-home #entry dl .participant p {
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl .participant p {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl .participant p {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl .participant p span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl .participant p span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl .participant ul li {
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry dl .participant ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl .participant ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
.slug-home #entry dl .participant ul li dt, .slug-home #entry dl .participant ul li dd {
  border-top-color: #888;
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry dl .participant ul li dt, .slug-home #entry dl .participant ul li dd {
    padding: 20px;
  }
}
.slug-home #entry dl .participant ul li dt input[type=tel],
.slug-home #entry dl .participant ul li dt input[type=text],
.slug-home #entry dl .participant ul li dt input[type=email],
.slug-home #entry dl .participant ul li dt textarea,
.slug-home #entry dl .participant ul li dt select, .slug-home #entry dl .participant ul li dd input[type=tel],
.slug-home #entry dl .participant ul li dd input[type=text],
.slug-home #entry dl .participant ul li dd input[type=email],
.slug-home #entry dl .participant ul li dd textarea,
.slug-home #entry dl .participant ul li dd select {
  border-color: #888;
}
.slug-home #entry dl .participant ul li dt {
  border-top-color: #888;
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next {
    margin-top: 45px;
  }
}
.slug-home #entry .next button {
  width: 100%;
  line-height: 1.4;
  color: #FFF;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  background: none !important;
  border: none !important;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button {
    max-width: 300px;
    height: 55px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next button {
    max-width: 460px;
    height: 90px;
    font-size: 2.5rem;
  }
}
.slug-home #entry .next button span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button span {
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next button span {
    margin-top: -10px;
  }
}
.slug-home #entry .next button::before, .slug-home #entry .next button::after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button::before, .slug-home #entry .next button::after {
    height: 50px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next button::before, .slug-home #entry .next button::after {
    height: 80px;
    border-radius: 10px;
  }
}
.slug-home #entry .next button::before {
  background: #0f5e3f;
  left: 0;
  top: 0;
  z-index: 2;
}
.slug-home #entry .next button::after {
  background: #535a02;
  bottom: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button::after {
    right: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next button::after {
    right: -10px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button:hover span {
    margin: 0 -2px -2px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next button:hover span {
    margin: 0 -7px -3px 0;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button:hover::before {
    left: 2px;
    top: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next button:hover::before {
    left: 7px;
    top: 7px;
  }
}
.slug-home #entry .next button:disabled::before {
  background: #AAA;
}
.slug-home #entry .next button:disabled::after {
  background: #777;
}
.slug-home #entry .next button span::after {
  content: "";
  background: url("../img/common/arrow-right-white.png") no-repeat right top/contain;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button span::after {
    width: 29px;
    height: 24px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-home #entry .next button span::after {
    width: 37px;
    height: 30px;
    margin-left: 12px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-home #entry .next button:hover span::after {
    margin-right: 2px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
====================================*/
/*====================================
  画像
====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
====================================*/
/* /////////////////////////////////
  BreakPoint
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Space
///////////////////////////////// */
/* ///////////////////////////////////////////
  エラー／確認画面
/////////////////////////////////////////// */
.slug-confirm #confirm {
  padding: 4% 0 8% 0;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slug-confirm #confirm .headline01 {
  color: #0f5e3f;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .headline01 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .headline01 {
    margin-bottom: 40px;
  }
}
.slug-confirm #confirm .text {
  padding-bottom: 8%;
  text-align: center;
}
.slug-confirm #confirm .text p {
  margin-bottom: 2%;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .text p span {
    display: block;
  }
}
.slug-confirm #confirm .text p:first-child {
  margin-bottom: 4%;
}
.slug-confirm #confirm .text p:last-child {
  margin-bottom: 0;
}
.slug-confirm #confirm .text .error_messe {
  color: red;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .text br {
    display: none;
  }
}
.slug-confirm #confirm .formTable {
  width: 100%;
  border-collapse: collapse;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .formTable {
    margin-bottom: 4%;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .formTable {
    max-width: 960px;
    margin: 0 auto;
  }
}
.slug-confirm #confirm .formTable th, .slug-confirm #confirm .formTable td {
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .formTable th, .slug-confirm #confirm .formTable td {
    display: block;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .formTable th, .slug-confirm #confirm .formTable td {
    font-size: 2.4rem;
  }
}
.slug-confirm #confirm .formTable th {
  background: #b1d476;
  font-weight: 700;
  border-top: 5px solid #0f5e3f;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .formTable th {
    padding: 15px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .formTable th {
    width: 38%;
    line-height: 1.4;
    padding: 30px;
  }
  .slug-confirm #confirm .formTable th::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
  }
}
.slug-confirm #confirm .formTable td {
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .formTable td {
    padding: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .formTable td {
    width: 62%;
    padding: 30px;
    border-top: 5px solid #0f5e3f;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.slug-confirm #confirm #submit button {
  width: 100%;
  line-height: 1.4;
  color: #FFF;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  background: none !important;
  border: none !important;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button {
    max-width: 300px;
    height: 55px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit button {
    max-width: 460px;
    height: 90px;
    font-size: 2.5rem;
  }
}
.slug-confirm #confirm #submit button span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button span {
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit button span {
    margin-top: -10px;
  }
}
.slug-confirm #confirm #submit button::before, .slug-confirm #confirm #submit button::after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button::before, .slug-confirm #confirm #submit button::after {
    height: 50px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit button::before, .slug-confirm #confirm #submit button::after {
    height: 80px;
    border-radius: 10px;
  }
}
.slug-confirm #confirm #submit button::before {
  background: #0f5e3f;
  left: 0;
  top: 0;
  z-index: 2;
}
.slug-confirm #confirm #submit button::after {
  background: #535a02;
  bottom: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button::after {
    right: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit button::after {
    right: -10px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button:hover span {
    margin: 0 -2px -2px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit button:hover span {
    margin: 0 -7px -3px 0;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button:hover::before {
    left: 2px;
    top: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit button:hover::before {
    left: 7px;
    top: 7px;
  }
}
.slug-confirm #confirm #submit button span::before {
  content: "";
  background: url("../img/home/airplane-icon-white.png") no-repeat left top/contain;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button span::before {
    width: 29px;
    height: 24px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm #submit button span::before {
    width: 37px;
    height: 30px;
    margin-right: 12px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm #submit button:hover span::before {
    margin-left: 2px;
  }
}
.slug-confirm #confirm .back a {
  width: 100%;
  line-height: 1.4;
  color: #FFF;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a {
    max-width: 300px;
    height: 55px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .back a {
    max-width: 460px;
    height: 90px;
    font-size: 2.5rem;
  }
}
.slug-confirm #confirm .back a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a span {
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .back a span {
    margin-top: -10px;
  }
}
.slug-confirm #confirm .back a::before, .slug-confirm #confirm .back a::after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a::before, .slug-confirm #confirm .back a::after {
    height: 50px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .back a::before, .slug-confirm #confirm .back a::after {
    height: 80px;
    border-radius: 10px;
  }
}
.slug-confirm #confirm .back a::before {
  background: #0f5e3f;
  left: 0;
  top: 0;
  z-index: 2;
}
.slug-confirm #confirm .back a::after {
  background: #535a02;
  bottom: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a::after {
    right: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .back a::after {
    right: -10px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a:hover span {
    margin: 0 -2px -2px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .back a:hover span {
    margin: 0 -7px -3px 0;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a:hover::before {
    left: 2px;
    top: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .back a:hover::before {
    left: 7px;
    top: 7px;
  }
}
.slug-confirm #confirm .back a span::before {
  content: "";
  background: url("../img/common/arrow-right-white.png") no-repeat left top/contain;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a span::before {
    width: 29px;
    height: 24px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-confirm #confirm .back a span::before {
    width: 37px;
    height: 30px;
    margin-right: 12px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-confirm #confirm .back a:hover span::before {
    margin-left: 2px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
====================================*/
/*====================================
  画像
====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
====================================*/
/* /////////////////////////////////
  BreakPoint
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Space
///////////////////////////////// */
/* ///////////////////////////////////////////
  送信完了
/////////////////////////////////////////// */
.slug-thanks #thanks {
  padding: 4% 0 8% 0;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slug-thanks #thanks .headline01 {
  color: #0f5e3f;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .headline01 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .headline01 {
    margin-bottom: 40px;
  }
}
.slug-thanks #thanks .text {
  padding: 4% 0 8% 0;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .text br {
    display: none;
  }
}
.slug-thanks #thanks .text p {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .text p:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .text p:nth-child(n+2) {
    margin-top: 20px;
  }
}
.slug-thanks #thanks .text .bold {
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .text .bold {
    font-size: 1.6rem;
  }
  .slug-thanks #thanks .text .bold br {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .text .bold {
    font-size: 1.8rem;
  }
  .slug-thanks #thanks .text .bold br {
    display: none;
  }
}
.slug-thanks #thanks .text ul {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .text ul {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .text ul {
    margin-top: 5px;
  }
}
.slug-thanks #thanks .text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.slug-thanks #thanks .complete a {
  width: 100%;
  line-height: 1.4;
  color: #FFF;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a {
    max-width: 300px;
    height: 55px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .complete a {
    max-width: 460px;
    height: 90px;
    font-size: 2.5rem;
  }
}
.slug-thanks #thanks .complete a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a span {
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .complete a span {
    margin-top: -10px;
  }
}
.slug-thanks #thanks .complete a::before, .slug-thanks #thanks .complete a::after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a::before, .slug-thanks #thanks .complete a::after {
    height: 50px;
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .complete a::before, .slug-thanks #thanks .complete a::after {
    height: 80px;
    border-radius: 10px;
  }
}
.slug-thanks #thanks .complete a::before {
  background: #0f5e3f;
  left: 0;
  top: 0;
  z-index: 2;
}
.slug-thanks #thanks .complete a::after {
  background: #535a02;
  bottom: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a::after {
    right: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .complete a::after {
    right: -10px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a:hover span {
    margin: 0 -2px -2px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .complete a:hover span {
    margin: 0 -7px -3px 0;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a:hover::before {
    left: 2px;
    top: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .complete a:hover::before {
    left: 7px;
    top: 7px;
  }
}
.slug-thanks #thanks .complete a span::before {
  content: "";
  background: url("../img/common/arrow-right-white.png") no-repeat left top/contain;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a span::before {
    width: 29px;
    height: 24px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-thanks #thanks .complete a span::before {
    width: 37px;
    height: 30px;
    margin-right: 12px;
  }
}
@media print, screen and (max-width: 768px) {
  .slug-thanks #thanks .complete a:hover span::before {
    margin-left: 2px;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
====================================*/
/*====================================
  画像
====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
====================================*/
/* /////////////////////////////////
  BreakPoint
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Space
///////////////////////////////// */
/* ///////////////////////////////////////////
  プライバシーポリシー
/////////////////////////////////////////// */
.slug-privacy #privacy {
  padding: 4% 0 8% 0;
}
@media print, screen and (max-width: 768px) {
  .slug-privacy #privacy {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slug-privacy #privacy .headline01 {
  color: #0f5e3f;
}
@media print, screen and (max-width: 768px) {
  .slug-privacy #privacy .headline01 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-privacy #privacy .headline01 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-privacy #privacy .text {
    margin-bottom: 1.3em;
  }
}
@media print, screen and (min-width: 401px) and (max-width: 768px) {
  .slug-privacy #privacy .text {
    margin-bottom: 2.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-privacy #privacy .text {
    margin-bottom: 3.25em;
  }
}
.slug-privacy #privacy .text:last-child {
  margin-bottom: 0 !important;
}
.slug-privacy #privacy .text h3 {
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .slug-privacy #privacy .text h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-privacy #privacy .text h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  .slug-privacy #privacy .text h3 {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1220px) {
  .slug-privacy #privacy .text h3 {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-privacy #privacy .text p {
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 401px) and (max-width: 768px) {
  .slug-privacy #privacy .text p {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-privacy #privacy .text p {
    margin-bottom: 1.25em;
  }
}
@media print, screen and (min-width: 0) and (max-width: 400px) {
  .slug-privacy #privacy .text ul {
    padding-left: 0.5em;
  }
}
@media print, screen and (min-width: 401px) and (max-width: 768px) {
  .slug-privacy #privacy .text ul {
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .slug-privacy #privacy .text ul {
    padding-left: 1.25em;
  }
}
.slug-privacy #privacy .text ul li {
  list-style-type: disc !important;
  list-style-position: inside !important;
}