/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html, body {
  font-size: 15px;
  font-family: "Noto Sans JP", "Yu Gothic", Yu Gothic, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.065em;
  font-feature-settings: "halt";
  background: #fff !important;
}
@media (max-width: 600px) {
  html, body {
    letter-spacing: 0.025em;
  }
}

a {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.content-width {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
@media (max-width: 768px) {
  .content-width {
    max-width: 100%;
    border-left: none;
    border-right: none;
  }
}

#ons-wrapper {
  margin-top: 100px;
}

#pankuzu {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  background: #f3f5f5;
  overflow: auto;
}
#pankuzu .pankuzu-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
#pankuzu .pankuzu-wrap li {
  display: inline-block;
}
#pankuzu .pankuzu-wrap li a, #pankuzu .pankuzu-wrap li span {
  display: inline-block;
  color: #7d7e89;
  line-height: 1;
}
#pankuzu .pankuzu-wrap li:not(:last-child) {
  position: relative;
  padding-right: 2em;
}
#pankuzu .pankuzu-wrap li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0.45em;
  height: 0.45em;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 1px solid #7d7e89;
  border-right: 1px solid #7d7e89;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

header {
  position: fixed;
  top: 0;
  left: calc(50% - 270px);
  border-bottom: 1px solid #E2E2E2;
  background: #fff;
  z-index: 9999;
}
@media (max-width: 768px) {
  header {
    left: 0;
  }
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #E2E2E2;
}
header .logo img {
  width: 100%;
  max-width: 180px;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
}
header nav .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 56px);
}
header nav .left .header-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
}
header nav .left .header-home:hover {
  cursor: pointer;
}
header nav .left .header-home img {
  width: 100%;
}
header nav .left .pref {
  max-width: calc(100% - 64px);
  margin-right: 10px;
}
header nav .left .pref select, header nav .left .pref p {
  width: auto;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 375px) {
  header nav .left .pref select, header nav .left .pref p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  header nav .left .pref select, header nav .left .pref p {
    font-size: 12px;
  }
}
header nav .fc_logo {
  width: 112px;
}
header nav .fc_logo img {
  width: 100%;
}
header nav .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(50% - 56px);
  height: 60px;
}
header nav .right .header-login, header nav .right .header-mypage, header nav .right .header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
}
header nav .right .header-login:hover, header nav .right .header-mypage:hover, header nav .right .header-menu:hover {
  cursor: pointer;
}
header nav .right .header-login img, header nav .right .header-mypage img, header nav .right .header-menu img {
  width: 100%;
}
header nav .toggle-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 40px);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s;
  background: #F3F5F5;
  z-index: 999;
}
header nav .toggle-content.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header nav .toggle-content #closed {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 39px;
  height: 39px;
  margin: 0;
  padding: 10px;
}
header nav .toggle-content #closed:hover {
  cursor: pointer;
}
header nav .toggle-content > b {
  display: block;
  margin: 0;
  padding: 15px 17px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #E2E2E2;
}
header nav .toggle-content .head {
  display: block;
  margin: 0;
  padding: 20px 17px 10px 17px;
  font-size: 14px;
}
header nav .toggle-content .user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 28px 17px;
  border-bottom: 1px solid #E2E2E2;
  background: #fff;
}
header nav .toggle-content .user .batch {
  width: 75px;
}
header nav .toggle-content .user .name {
  width: calc(100% - 92px);
}
header nav .toggle-content .user .name p {
  font-size: 22px;
  font-weight: 700;
}
header nav .toggle-content .user .name p span {
  font-size: 13px;
  font-weight: 400;
}
header nav .toggle-content .user .name > span {
  display: block;
  font-size: 12px;
  color: #6F6F6F;
}
header nav .toggle-content .om-point {
  background: #fff;
}
header nav .toggle-content .om-point > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 10px 17px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
header nav .toggle-content .om-point > div p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
}
header nav .toggle-content .om-point > div p span {
  display: inline-block;
  margin: 1em 0 0 0.5em;
  font-size: 13px;
  font-weight: 400;
}
header nav .toggle-content .om-point > div a {
  width: 118px;
  padding: 8px 10px;
  font-size: 13px;
  color: #fff;
  border-radius: 6px;
  background: #1B2288;
}
header nav .toggle-content .member-menu .nav-link {
  border-top: 1px solid #E2E2E2;
}
header nav .toggle-content .member-menu .logout {
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px 17px;
  text-align: center;
}
header nav .toggle-content .member-menu .logout a {
  font-size: 14px;
  font-weight: 700;
  color: #1B2288;
}
header nav .toggle-content .channel {
  border-bottom: 1px solid #E2E2E2;
  background: #fff;
}
header nav .toggle-content .channel a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 24px 17px;
  font-size: 16px;
  font-weight: 700;
}
header nav .toggle-content .channel a span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 999px;
}
header nav .toggle-content .channel a span.c-01 {
  color: #000;
  background: #FFD913;
}
header nav .toggle-content .channel a span.c-02 {
  color: #fff;
  background: #1B2288;
}
header nav .toggle-content .channel a + a {
  border-top: 1px solid #E2E2E2;
}
header nav .toggle-content .nav-link {
  padding-left: 17px;
  padding-right: 17px;
}
header nav .toggle-content .nav-link li {
  list-style: none;
  border-bottom: 1px solid #E2E2E2;
}
header nav .toggle-content .nav-link li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
}
header nav .toggle-content .contact-button {
  margin: 0;
  padding: 25px 17px;
}
header nav .toggle-content .contact-button a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #4E4E4E;
  border-radius: 6px;
}
header nav .toggle-content#mypage-content {
  background: #fff;
}
header nav .toggle-content#mypage-content > b {
  background: #F3F5F5;
}
header nav .toggle-content#mypage-content .member-menu .head {
  background: #F3F5F5;
}

#fixed-content {
  position: fixed;
  left: calc(50% - 270px);
  bottom: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 998;
}
@media (max-width: 768px) {
  #fixed-content {
    left: 0;
  }
}
#fixed-content #m-numbers {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
#fixed-content #m-numbers .close {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../image/ons/icon_close.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
}
#fixed-content #price-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 12px 16px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.8);
}
#fixed-content #price-content > div {
  width: calc(100% - 163px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  overflow: hidden;
}
#fixed-content #price-content > div span {
  display: block;
  font-size: 12px;
}
#fixed-content #price-content > div p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.15em;
  font-size: 28px;
  white-space: nowrap;
}
#fixed-content #price-content > div p span {
  display: block;
  margin: 0.15em 0 0 0.2em;
  font-size: 19px;
}
#fixed-content #price-content .button {
  width: 148px;
  margin-left: 10px;
}
#fixed-content #price-content .button img {
  width: 100%;
}

.contact-form {
  width: 100%;
  margin: 0 auto;
}
.contact-form ul {
  margin: 0;
  padding: 0;
}
.contact-form ul li {
  width: 100%;
  margin-bottom: 30px;
  list-style: none;
}
.contact-form ul li p {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .contact-form ul li p {
    font-size: 14px;
  }
}
.contact-form ul li p span.required {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: #ED3E3E;
}
.contact-form ul li p span.auto {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: #000;
}
.contact-form ul li .input {
  width: 100%;
}
.contact-form ul li .input > p {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
}
.contact-form ul li .input input, .contact-form ul li .input textarea {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #DADADA;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 16px;
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  .contact-form ul li .input input, .contact-form ul li .input textarea {
    font-size: 14px;
  }
}
.contact-form ul li .input textarea {
  height: 200px;
}
.contact-form ul li .input .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}
.contact-form ul li .input .address span {
  width: 30px;
}
.contact-form ul li .input .address input {
  width: calc(100% - 200px);
}
@media (max-width: 768px) {
  .contact-form ul li .input .address input {
    width: 100%;
    margin-top: 10px;
  }
}
.contact-form ul li .input .address input[name=zip] {
  width: 150px;
  margin-right: 20px;
}
.contact-form ul li .checkbox label {
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #dadada;
  background: #F7F7F7;
}
.contact-form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  margin-top: 20px;
}
.contact-form-button input[type=submit], .contact-form-button button, .contact-form-button a {
  margin: 0;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 999px;
  background: #000;
}
@media (max-width: 768px) {
  .contact-form-button input[type=submit], .contact-form-button button, .contact-form-button a {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }
}
.contact-form-button input[type=submit]:hover, .contact-form-button button:hover, .contact-form-button a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.contact-form-button input[type=submit] + *, .contact-form-button button + *, .contact-form-button a + * {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .contact-form-button input[type=submit] + *, .contact-form-button button + *, .contact-form-button a + * {
    margin: 15px 0 0 0;
  }
}
.contact-form-button button, .contact-form-button a {
  color: #000;
  background: #ddd;
}

.dummy-content {
  display: block;
  width: 100%;
  height: 50vh;
  margin: 10px 0;
  background: #f7f7f7;
}