@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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 */
  color: inherit; /* Correct border color in Firefox. */
}

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

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;
  -webkit-text-decoration: underline dotted;
          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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* 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 */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  line-height: normal;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*------
base
---------*/
html {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-weight: normal;
  margin: auto;
  background: url(../img/bg.png) center center;
}

.wrapper {
  width: 100%;
}
@media screen and (min-width: 763px) {
  .wrapper {
    padding-top: 20px;
  }
}

.container {
  width: 100%;
  margin: auto;
  font-size: 14px;
}
@media screen and (min-width: 763px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}

.sec {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 763px) {
  .sec {
    width: 100%;
    max-width: 940px;
  }
}

section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main {
  width: 100%;
  margin: auto;
}

.inner {
  width: 90%;
  margin: auto;
}

a {
  text-decoration: none;
  color: #E78501;
  cursor: pointer;
}

ul {
  list-style-type: none;
}

/* # =============================
   # footer
   # ============================= */
footer {
  background: #682A01;
  margin-top: 3rem;
  line-height: 100%;
}
footer address {
  padding: 5px 0;
  font-size: 10px;
  text-align: center;
  background: #682A01;
  color: #fff;
  font-style: normal;
  line-height: 100%;
}

.foot_area {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 762px;
  margin: 0 auto;
  color: #fff;
}
.foot_area h3 {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
}
.foot_area h3 span {
  display: block;
}
@media screen and (min-width: 763px) {
  .foot_area h3 span {
    display: inline-block;
  }
  .foot_area h3 span:first-child {
    padding-right: 10px;
  }
}
.foot_area p {
  text-align: center;
  padding: 10px;
}
.foot_area p a {
  width: 100%;
  max-width: 280px;
  min-height: 3rem;
  margin: auto;
  padding: 10px;
  color: #682A01;
  background: #F4D392;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot_area p a img.ic_mail {
  width: 15px;
  margin-right: 5px;
}
.foot_area p a:hover {
  background: #f4d776;
}
.foot_area .receptionion-time {
  font-size: 13px;
  font-weight: normal;
}

ul.terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-top: 1rem;
  list-style-type: none;
}
ul.terms li {
  font-size: 12px;
  padding: 2px 20px;
}
ul.terms li a {
  color: #fff;
}
ul.terms li:first-child {
  border-right: 1px solid #fff;
}

/* PC */
@media screen and (min-width: 763px) {
  footer .contact {
    padding: 30px 0;
  }
}
/* # =============================
   # header
   # ============================= */
header {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  line-height: 100%;
  background: #682A01;
}
@media screen and (min-width: 763px) {
  header {
    background: none;
  }
}
header .logo {
  max-width: 940px;
  padding: 10px;
  text-align: left;
  margin: auto;
}
header img {
  width: 100%;
  vertical-align: top;
  max-width: 940px;
  margin: auto;
  display: inline;
  line-height: 100%;
  border: #682A01 solid 5px;
  border-radius: 25px 25px 0 0;
}
header picture {
  font-size: 0;
}

header.l-head_end {
  position: relative;
  display: block;
  position: relative;
  width: 100%;
}
header.l-head_end img::before,
header.l-head_end picture::before {
  content: "";
  display: block;
  max-width: 940px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  color: #fff;
  top: 0;
  z-index: 3;
}
@media screen and (min-width: 763px) {
  header.l-head_end img::before,
  header.l-head_end picture::before {
    position: absolute;
    border-radius: 25px 25px 0 0;
  }
}
header.l-head_end::after {
  white-space: pre;
  text-align: center;
  content: "キャンペーンは終了いたしました。\aご応募ありがとうございました。" !important;
  color: #fff;
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 40%;
  font-weight: bold;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 130%;
  z-index: 4;
}
@media screen and (max-width: 360px) {
  header.l-head_end::after {
    font-size: 16px;
  }
}
@media screen and (min-width: 763px) {
  header.l-head_end::after {
    font-size: 24px;
    content: none;
  }
}

.end_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media screen and (min-width: 763px) {
  .end_area {
    display: block;
    text-align: center;
    line-height: 140%;
  }
}
.end_area .kome.txt {
  margin: auto;
  width: 90% !important;
  max-width: 600px !important;
  line-height: 120%;
  padding-left: 10px !important;
}
.end_area .kome.txt li::before {
  font-size: 10px;
}
.end_area .btn_apply {
  width: 90%;
  max-width: 800px;
  background: #C22520;
  display: block;
  border-radius: 5px;
  outline: 2px solid #fff;
  outline-offset: -10px;
  border: 10px solid #C22520;
  margin: auto;
}
.end_area .btn_apply h3 {
  color: #fff;
  font-size: 17px;
  padding: 10px 0 5px 0;
}
.end_area .btn_apply p.date {
  display: inline-block;
  background: #fff;
  padding: 2px 20px;
  font-weight: bold;
  font-size: 17px;
  color: #C22520;
}
.end_area .btn_apply p.date s {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.end_area .btn_apply img {
  width: 80%;
  max-width: 500px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.l-head_end + .main.top,
.oubo {
  width: 100%;
  max-width: 940px;
  margin: auto;
  border: solid 5px #682A01;
  background: #682A01;
  padding: 10px 0;
  text-align: center;
}

.end_area,
div.step {
  margin: auto;
  display: inline-block;
  background: #FFFCF5;
  background: -webkit-radial-gradient(top left, circle, transparent 15px, #FFFCF5 0) top left, -webkit-radial-gradient(top right, circle, transparent 15px, #FFFCF5 0) top right, -webkit-radial-gradient(bottom right, circle, transparent 15px, #FFFCF5 0) bottom right, -webkit-radial-gradient(bottom left, circle, transparent 15px, #FFFCF5 0) bottom left;
  background: radial-gradient(circle at top left, transparent 15px, #FFFCF5 0) top left, radial-gradient(circle at top right, transparent 15px, #FFFCF5 0) top right, radial-gradient(circle at bottom right, transparent 15px, #FFFCF5 0) bottom right, radial-gradient(circle at bottom left, transparent 15px, #FFFCF5 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.end_area h1 img,
div.step h1 img {
  width: 70%;
  padding-top: 10px;
  margin: auto;
  display: block;
  max-width: 220px;
}
.end_area dl,
div.step dl {
  width: 90%;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0;
  text-align: left;
}
@media screen and (min-width: 763px) {
  .end_area dl,
  div.step dl {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
.end_area dl dd,
div.step dl dd {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
@media screen and (min-width: 763px) {
  .end_area dl dd,
  div.step dl dd {
    margin-bottom: 20px;
    width: 83%;
    -webkit-flex-basis: 83%;
        -ms-flex-preferred-size: 83%;
            flex-basis: 83%;
  }
}
.end_area dl dd a,
div.step dl dd a {
  display: block;
}
.end_area dl dd i,
div.step dl dd i {
  font-style: normal;
  background: #E78501;
  padding: 2px 5px;
  display: inline-block;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
}
.end_area dl dt,
div.step dl dt {
  text-align: center;
  display: inline-block;
  width: 30%;
}
@media screen and (min-width: 763px) {
  .end_area dl dt,
  div.step dl dt {
    margin-bottom: 20px;
    width: 15%;
    -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.end_area dl dt img,
div.step dl dt img {
  background: #C22520;
  padding: 2px 5px;
  width: 100%;
}

.main .apply {
  width: 100%;
}
@media screen and (min-width: 763px) {
  .main .apply {
    width: 98%;
    max-width: 940px;
    margin: auto;
  }
}

.recap {
  width: 0;
  display: none;
  padding: 0;
  text-align: left;
}

.end_area .kome.txt,
.notation {
  width: 96%;
  margin: auto;
  max-width: 940px;
  font-size: 10px;
  padding: 15px 0;
  text-align: left;
  color: #682A01;
}
.end_area .kome.txt a,
.notation a {
  color: #682A01;
}

input {
  display: none;
}

#popwin {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#pop__overlay {
  z-index: 9;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

#pop__con {
  z-index: 48;
  width: 94%;
  max-width: 920px;
  height: 94%;
  padding: 30px 10px 20px 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  overflow-y: scroll;
}

#pop__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#pop__close::after, #pop__close::before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #888;
  top: 10px;
}
#pop__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#pop__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#popup:checked ~ #popwin {
  visibility: visible;
}
#popup:checked ~ #popwin #pop__con {
  -webkit-animation: popfade 1s;
          animation: popfade 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#button_nav {
  display: block;
  width: 300px;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  color: #000;
  cursor: pointer !important;
  margin: 1rem auto auto auto;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#button_nav:hover {
  opacity: 0.8;
  color: #777;
  background: #f5f5f5;
  border: 1px solid #777;
}
#button_nav span {
  width: 40%;
}
#button_nav::after {
  content: "";
  display: inline-block;
  border-radius: 2px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid #000;
  border-color: #000 #000 transparent transparent;
  margin-top: 10px;
}

#nav {
  position: absolute;
}
#nav a {
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  height: 3rem;
  padding: 0;
}
#nav__chk {
  display: none;
}
#nav__menu {
  z-index: 200;
  position: fixed;
  top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100vh;
  display: block;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nav__menu ul {
  width: 100%;
  margin: auto;
  padding: 100px 0 0 0;
}
#nav__menu li {
  border-bottom: 1px solid #666;
  text-indent: 0;
}
#nav__menu li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #666;
}
#nav__overlay {
  z-index: 10;
  position: fixed;
  pointer-events: none;
  background: transparent;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nav__ic {
  z-index: 99;
  cursor: pointer;
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 0px;
}
#nav__ic span,
#nav__ic span:before,
#nav__ic span:after {
  position: absolute;
  display: block;
  height: 10%;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 5px;
}
#nav__ic span {
  margin-top: 30%;
}
#nav__ic span:before {
  margin-top: -40%;
  content: "";
  height: 100%;
}
#nav__ic span:after {
  margin-top: 20%;
  content: "";
  height: 100%;
}
#nav__chk:checked ~ #nav__ic span {
  background: transparent;
}
#nav__chk:checked ~ #nav__ic span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -10%;
  background: #fff;
}
#nav__chk:checked ~ #nav__ic span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -10%;
  background: #fff;
}
#nav__chk:checked ~ #nav__overlay {
  background: transparent;
  opacity: 1;
  pointer-events: auto;
}
#nav__chk:checked ~ #nav__overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
}

@media screen and (min-width: 763px) {
  #nav__menu ul li {
    max-width: 940px;
    margin: auto;
  }
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C22520;
  z-index: 5;
}

#loader {
  display: none;
  position: relative;
  top: 45%;
  width: 100px;
  height: 100px;
  margin: auto;
  text-align: center;
  color: #fff;
}

#loader span {
  background: url("../img/load.png") no-repeat 0 0;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
}

ul.none,
ul.dot,
ul.kome {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 96%;
  margin-left: 4%;
}
@media screen and (min-width: 763px) {
  ul.none,
  ul.dot,
  ul.kome {
    width: 98%;
    margin: auto auto auto 2%;
  }
}
ul.none:first-child,
ul.dot:first-child,
ul.kome:first-child {
  margin-top: 0;
}
ul.none ul,
ul.dot ul,
ul.kome ul {
  width: 96%;
  margin: 0 0 5px 2%;
  line-height: 140%;
}
@media screen and (min-width: 763px) {
  ul.none ul,
  ul.dot ul,
  ul.kome ul {
    width: 98%;
  }
}
ul.none ul.none,
ul.dot ul.none,
ul.kome ul.none {
  padding: 0.5% 0 0 1%;
}
ul.none ul.none li::before,
ul.dot ul.none li::before,
ul.kome ul.none li::before {
  content: none;
}
ul.none li,
ul.dot li,
ul.kome li {
  list-style-type: none;
  position: relative;
}
ul.none li::before,
ul.dot li::before,
ul.kome li::before {
  display: inline-block;
  position: absolute;
  text-indent: -1rem;
  top: 0;
  font-size: 14px;
}

ul.kome li::before {
  content: "※";
}
ul.kome li ul.dot li::before {
  content: "・";
}

ul.dot li::before {
  content: "・";
}
ul.dot li ul.kome li::before {
  content: "※";
}

ul.none {
  margin-left: 0;
  list-style-type: none !important;
}

.apply {
  margin: auto;
  text-align: center;
}

.apply a {
  display: inline-block;
  padding-top: 10px;
}
.apply a img {
  width: 100%;
  max-width: 360px;
  margin: auto;
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 100%;
}
.apply a:hover {
  opacity: 0.8;
}

.bt_x {
  background: #000;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center;
  width: 94%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 763px) {
  .bt_x {
    width: 100%;
    max-width: 250px;
  }
}

.container.term {
  background: #682A01;
}
.container.term h1 {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0px auto 10px auto;
  position: relative;
  background: url(../img/title_kiyaku.png) top center no-repeat;
  height: 40px;
  background-size: 100%;
}
.container.term h1 img {
  display: none;
}
@media screen and (min-width: 763px) {
  .container.term h1 {
    width: 98%;
    background: none;
  }
  .container.term h1::before {
    content: "";
    background: url(../img/title_bg.png) 0 0 no-repeat;
    width: 50%;
    height: 40px;
    display: inline-block;
    background-position: 0;
    background-size: 100%;
  }
  .container.term h1::after {
    content: "";
    background: url(../img/title_bg.png) 0 0 no-repeat;
    width: 50%;
    display: inline-block;
    background-size: 100%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    height: 40px;
    background-position: 0;
  }
  .container.term h1 img {
    display: block;
    height: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

dl.c-terms {
  background: #fff;
  width: 90%;
  margin: auto;
  padding: 0 3%;
}
@media screen and (min-width: 763px) {
  dl.c-terms {
    width: 98%;
    max-width: 920px;
  }
}
dl.c-terms dt {
  word-break: break-all;
  background: #C22520;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-weight: normal;
}
dl.c-terms dd {
  padding: 0.5rem 0 1rem 0;
  word-break: break-all;
}
dl.c-terms dd a {
  text-decoration: underline;
  color: #16906D;
}

.grecaptcha-badge {
  visibility: hidden;
}

.show-pc {
  display: none;
}

.show-sp {
  display: inline-block;
}

@media screen and (min-width: 763px) {
  .show-pc {
    display: inline-block;
  }
  .show-sp {
    display: none;
  }
}
.al_c {
  text-align: center !important;
}

.icn_mail img {
  width: 15px;
  height: 12px;
  margin-right: 5px;
}

@-webkit-keyframes popfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slidein {
  -webkit-animation: slidein 3s;
          animation: slidein 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes fadein {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
.page-up {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  background: #C22520;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-up::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 3px solid #fff;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: 40%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (min-width: 763px) {
  .page-up {
    right: 30px;
    bottom: 100px;
  }
}
.page-up:hover {
  background: #efa09d;
}
.page-up.out {
  -webkit-animation: fadeout 1s;
          animation: fadeout 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.page-up.in {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}/*# sourceMappingURL=style.css.map */