@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
/*clearfix*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearfixLegacy {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
}

.clearfixLegacy:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0px;
  font-size: 0px;
}

/*! 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------basic settings---------------------*/
html {
  font-size: 10px;
}

body {
  font-family: Montserrat, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
  text-align: left;
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
}

/*-----heading-----*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

/*-----paragraph-----*/
p {
  margin: 0 0 1em;
}

/*-----lists-----*/
ul, ol, dl, dl dt, dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 700;
}

/*-----table-----*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

/*-----horizontal line-----*/
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  margin: 20px 0 0;
  padding: 0;
  height: 0;
}

/*-----quote-----*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote {
  margin: 1.5em 1em;
}

/*-----anchor-----*/
a {
  font-weight: 400;
  color: #e31837;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*-----strong/emphasis-----*/
strong, b {
  font-weight: 700;
}

em {
  font-style: normal;
}

/*-----mark-----
mark{
	background-color: #ff9;
	font-style: italic;
	font-weight: 700;
	color: #000;
}*/
/*-----insert/delete-----
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del{ text-decoration: line-through;}*/
/*-----abbreviation/acronym/definition-----*/
abbr[title], acronym[title], dfn[title] {
  text-decoration: underline;
  border-bottom: 0;
  cursor: help;
}

/*-----preformatted text-----*/
code, kbd, pre, samp {
  font-size: 1.6rem;
}

pre {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 2em;
}

/*-----small-----*/
small {
  font-size: 1.6rem;
}

/*-----address-----*/
address {
  font-style: normal;
}

/*-----image-----*/
img {
  font-family: sans-serif;
  line-height: 1;
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

/*-----figure-----*/
figure {
  margin: 0;
}

/*-----picture-----*/
picture {
  line-height: 0;
  vertical-align: top;
  display: inline-block;
}

/*-----media-----*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-----form parts-----*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea,
select {
  font-family: Montserrat, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: middle;
  margin: 7px 0;
}

input[type="file"] {
  font: static;
}

/*-----debug-----*/
.debugHeading, .debugHeading2 {
  background-color: #fc3;
  margin: 16px 0;
  padding: 8px;
}

.debugHeading:first-child, .debugHeading2:first-child {
  margin-top: 0;
}

.debugHeading2 {
  background-color: #ff6;
}

.debugImgBlock {
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #ccc;
  display: inline-block;
}

/*--------------------structure setting---------------------*/
/*----------html----------*/
/*----------body----------*/
/*----------pageWrapper----------*/
/*----------pageHeader----------*/
.pageHeader {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .pageHeader {
    margin-bottom: 30px;
  }
}

.pageHeader .pageHeader__inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1280px;
}

.pageHeader.pageHeader--menu {
  display: block;
}

@media all and (max-width: 767px) {
  .pageHeader.pageHeader--menu .pageHeader__inner {
    padding-right: 0;
  }
}

.pageHeader .pageHeader__logo {
  font-size: 0;
  line-height: 1;
  padding: 17px 0 18px;
  height: 30px;
}

.pageHeader .pageHeader__logo img {
  max-height: 100%;
}

@media all and (max-width: 767px) {
  .pageHeader .pageHeader__logo {
    padding: 15px 0;
    height: 15px;
  }
}

.pageHeader .pageHeaderUtilnav {
  line-height: 1;
  display: flex;
  align-items: stretch;
  align-content: stretch;
}

.pageHeader .pageHeaderUtilnav li.pageHeaderUtilnav__menu a,
.pageHeader .pageHeaderUtilnav li.pageHeaderUtilnav__logout a {
  color: #fff;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 1em 2em;
  height: 100%;
  transition: all .3s;
}

.pageHeader .pageHeaderUtilnav li.pageHeaderUtilnav__menu a:hover,
.pageHeader .pageHeaderUtilnav li.pageHeaderUtilnav__logout a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.pageHeader .pageHeaderUtilnav li.pageHeaderUtilnav__menu a {
  background-color: #e31837;
}

.pageHeader .pageHeaderUtilnav li.pageHeaderUtilnav__logout a {
  background-color: #404040;
}

.pageHeader__menu {
	width:200px;
}

.pageHeader__enmenu {
	width:210px;
}

.pageHeader__font {
	color: #0563C1;
	text-decoration: underline;
}

@media all and (max-width: 767px) {
  .pageHeader__font {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 400px) {
  .pageHeader__font {
    font-size: 1.3rem;
  }
}

/*----------pageContent----------*/
.pageContent {
  margin-bottom: 72px;
}

@media all and (max-width: 767px) {
  .pageContent {
    margin-bottom: 36px;
  }
}

.pageContent .pageContent__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px;
  max-width: 1280px;
}

@media all and (max-width: 767px) {
  .pageContent .pageContent__inner {
    padding: 0;
  }
}

/*----------pageFooter----------*/
.pageFooter {
  background-color: #2e2e2e;
}

.pageFooter .pageFooter__inner {
  text-align: center;
  margin: 0 auto;
  padding: 55px 0;
  max-width: 1280px;
}

@media all and (max-width: 767px) {
  .pageFooter .pageFooter__inner {
    padding: 27px 0;
  }
}

.pageFooter .credit,
.pageFooter .copyright {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  color: #fff;
}

.pageFooter .credit {
  margin-bottom: 0;
}

.pageFooter .copyright {
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .pageFooter .copyright {
    font-size: 1rem;
  }
}

/*-----align-----*/
.align--offset_center {
  text-align: center !important;
}

.align--offset_right {
  text-align: right !important;
}

.align--offset_left {
  text-align: left !important;
}

.align--position_center {
  margin-left: auto;
  margin-right: auto;
}

.align--position_right {
  margin-left: auto;
  margin-right: 0;
}

.align--position_left {
  margin-left: 0;
  margin-right: auto;
}

.v-align--offset_top {
  vertical-align: top !important;
}

.v-align--offset_middle {
  vertical-align: middle !important;
}

.v-align--offset_bottom {
  vertical-align: bottom !important;
}

.availability img {
  vertical-align: -0.4em;
  width: 24px;
}

.block {
  margin-bottom: 60px;
}

.indentBlock {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 calc((100 / 1140) * 100%);
}

.indentBlockB {
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .indentBlock {
    padding: 0 calc((25 / 750) * 100%);
  }
}

a.btn, button.btn {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.075em;
  border: none;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0.4375em 0;
  padding: 0.75em 1em;
  transition: all .3s;
  outline: none;
  cursor: pointer;
}

a.btn:hover, button.btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media all and (max-width: 767px) {
  a.btn, button.btn {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 0.85714em;
    padding-bottom: 0.85714em;
  }
}

a.btn.btn--color_red, button.btn.btn--color_red {
  color: #fff;
  background-color: #e31837;
}

a.btn.btn--color_black, button.btn.btn--color_black {
  color: #fff;
  background-color: #000;
}

a.btn.btn--color_dark, button.btn.btn--color_dark {
  color: #fff;
  background-color: #404040;
}

a.btn.btn--disable, a.btn[disable], button.btn.btn--disable, button.btn[disable] {
  color: #c6c6c6;
  background-color: #808080;
  cursor: default;
}

a.btn.btn--disable:hover, a.btn[disable]:hover, button.btn.btn--disable:hover, button.btn[disable]:hover {
  opacity: 1;
}

a.btn.btn--arrow_r, a.btn.btn--arrow_l, button.btn.btn--arrow_r, button.btn.btn--arrow_l {
  padding-right: calc(2em + 6px);
  padding-left: calc(2em + 6px);
}

@media all and (max-width: 767px) {
  a.btn.btn--arrow_r, a.btn.btn--arrow_l, button.btn.btn--arrow_r, button.btn.btn--arrow_l {
    padding-right: calc(1em + 6px);
    padding-left: calc(1em + 6px);
  }
}

a.btn.btn--arrow_r::after, a.btn.btn--arrow_l::before, button.btn.btn--arrow_r::after, button.btn.btn--arrow_l::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
}

a.btn.btn--arrow_r::after, button.btn.btn--arrow_r::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 4px);
  right: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (max-width: 767px) {
  a.btn.btn--arrow_r::after, button.btn.btn--arrow_r::after {
    right: 0.5em;
  }
}

a.btn.btn--arrow_l::before, button.btn.btn--arrow_l::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: calc(50% - 4px);
  left: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media all and (max-width: 767px) {
  a.btn.btn--arrow_l::before, button.btn.btn--arrow_l::before {
    left: 0.5em;
  }
}

a.btn.btn--width_full, button.btn.btn--width_full {
  width: 100%;
  max-width: 400px;
}

a.btn.btn--width_middle, button.btn.btn--width_middle {
  width: 100%;
  max-width: 400px;
}

@media all and (max-width: 767px) {
  a.btn.btn--width_middle, button.btn.btn--width_middle {
    width: 65.71429%;
  }
}

a.btn.btn--size_small, button.btn.btn--size_small {
  font-size: 1.2rem;
  padding-top: 0.0625em;
  padding-bottom: 0.0625em;
}

.btnColumn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
}

.btnColumn .btnColumn__col1 {
  width: 33.05785%;
}

.btnColumn .btnColumn__col2 {
  width: 61.98347%;
}

@media all and (max-width: 767px) {
  .btnColumn .btnColumn__col1 {
    width: 31.42857%;
  }
  .btnColumn .btnColumn__col2 {
    width: 65.71429%;
  }
}

.btnColumn2 {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 484px;
}

.btnColumn2 .btnColumn2__col1 {
  width: 30.99174%;
}

@media all and (max-width: 767px) {
  .btnColumn2 {
    display: block;
  }
  .btnColumn2 .btnColumn2__col1 {
    text-align: center;
    width: 100%;
  }
}

.dataTable {
  border-collapse: collapse;
  width: 100%;
}

.dataTable th, .dataTable td {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
  border: 1px solid #e8e8e8;
}

.dataTable th.dataTable__toggleCell, .dataTable td.dataTable__toggleCell {
  line-height: 0;
}

.dataTable th {
  font-weight: 400;
  color: #fff;
  background: #e31837;
  padding: 8px 12px;
}

.dataTable td {
  padding: 16px;
}

@media all and (max-width: 767px) {
  .dataTable th, .dataTable td {
    font-size: 1.4rem;
  }
}

.flexColumn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flexColumn .flexColumn__col1 {
  padding-top: 1.6rem;
  width: 64.68085%;
}

.flexColumn .flexColumn__col2 {
  width: 31.91489%;
}

@media all and (max-width: 767px) {
  .flexColumn {
    display: block;
  }
  .flexColumn .flexColumn__col1 {
    padding-top: 0;
    width: auto;
  }
  .flexColumn .flexColumn__col2 {
    text-align: center;
    width: auto;
  }
}

.flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media all and (max-width: 767px) {
  .flow {
    margin-bottom: 30px;
  }
}

.flow li {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.075em;
  background-color: #404040;
  position: relative;
  box-sizing: border-box;
  padding: 24px;
  width: 21.80851%;
}

.flow li:not(:last-child) {
  margin-right: 10px;
}

.flow li:not(:last-child)::after {
  border-width: 8px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #404040;
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow li span {
  font-weight: 400;
  margin-right: 0.5em;
}

@media all and (max-width: 767px) {
  .flow li {
    font-size: 1rem;
    line-height: 1.5;
    padding: 7px;
    width: 22.85714%;
  }
  .flow li:not(:last-child) {
    margin-right: 8px;
  }
  .flow li:not(:last-child)::after {
    border-width: 6px 8px;
    right: -16px;
  }
  .flow li span {
    font-size: 0.9rem;
    display: block;
    margin-right: 0;
  }
}

.flow li.flow__current {
  background-color: #e31837;
}

.flow li.flow__current::after {
  border-left-color: #e31837;
}

/*----------form parts modules----------*/
fieldset + fieldset {
  margin-top: 2em;
}

fieldset legend {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75em;
}

@media all and (max-width: 767px) {
  fieldset legend {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

label.subLabel {
  font-weight: 700;
  margin-right: 1em;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: top;
  margin-right: 8px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  vertical-align: middle;
  display: inline-block;
}

label.inputToggle {
  line-height: 1.71429;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: calc(24px + 1em);
  min-height: 24px;
}

label.inputToggle.inputToggle--notext {
  padding-left: 24px;
}

label.inputToggle input[type="checkbox"],
label.inputToggle input[type="radio"] {
  position: absolute;
  left: -2em;
  margin: 0;
}

label.inputToggle input[type="checkbox"]:checked + .inputToggle__checkbox,
label.inputToggle input[type="radio"]:checked + .inputToggle__checkbox {
  border-color: #e31837;
  background-color: #e31837;
}

label.inputToggle input[type="checkbox"]:checked + .inputToggle__checkbox::before,
label.inputToggle input[type="radio"]:checked + .inputToggle__checkbox::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 3px;
}

label.inputToggle input[type="checkbox"]:checked + .inputToggle__radio,
label.inputToggle input[type="radio"]:checked + .inputToggle__radio {
  border-color: #e31837;
  border-width: 9px;
}

label.inputToggle .inputToggle__checkbox,
label.inputToggle .inputToggle__radio {
  border: 1px solid #d8d8d8;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
}

label.inputToggle .inputToggle__radio {
  border-radius: 100%;
}

input.inputText {
  font-size: 1.4rem;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  box-sizing: border-box;
  padding: 9px;
  width: 300px;
}

@media all and (max-width: 767px) {
  input.inputText {
    width: 100%;
  }
}

input.inputText.inputText--width_full {
  width: 100%;
}

input.inputText.inputText--width_narrow {
  width: 140px;
}

@media all and (max-width: 767px) {
  input.inputText.inputText--width_narrow {
    width: 118px;
  }
}

.selectBox {
  position: relative;
  display: inline-block;
  width: 300px;
}

.selectBox::after {
  border-width: 8px 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #e31837;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.selectBox select {
  font-size: 1.4rem;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding: 9px 42px 9px 9px;
  width: 100%;
}

.selectBox select::-ms-expand {
  display: none;
}

.selectBox.selectBox--width_middle {
  width: 220px;
}

.selectBox.selectBox--width_narrow {
  width: 140px;
}

@media all and (max-width: 767px) {
  .selectBox {
    width: 100%;
  }
  .selectBox.selectBox--sp-Width_half {
    width: 48.57143%;
  }
  .selectBox.selectBox--width_middle, .selectBox.selectBox--width_narrow {
    width: 100%;
  }
}

.textarea {
  font-size: 1.4rem;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  box-sizing: border-box;
  width: 286px;
  height: 7.5em;
}

.required {
  font-weight: 700;
  color: #e31837;
  margin-left: 0.5em;
}

label.inputToggle.error {
  color: #e31837;
}

label.inputToggle.error .inputToggle__checkbox,
label.inputToggle.error .inputToggle__radio {
  border-color: #e31837;
  background-color: rgba(254, 243, 245, 0.6);
}

input[type="text"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="number"].error,
select.error {
  border-color: #e31837;
  background-color: rgba(254, 243, 245, 0.6);
  mix-blend-mode: multiply;
}

input[type="text"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder {
  color: #e31837;
}

input[type="text"].error::-ms-input-placeholder,
input[type="password"].error::-ms-input-placeholder,
input[type="tel"].error::-ms-input-placeholder,
input[type="email"].error::-ms-input-placeholder,
input[type="number"].error::-ms-input-placeholder {
  color: #e31837;
}

input[type="text"].error::placeholder,
input[type="password"].error::placeholder,
input[type="tel"].error::placeholder,
input[type="email"].error::placeholder,
input[type="number"].error::placeholder {
  color: #e31837;
}

select.error {
  color: #e31837;
}

.errorText {
  font-weight: 400;
  color: #e31837;
}

.errorMessage {
  color: #e31837;
  border: 1px solid #e31837;
  margin-bottom: 1em;
  padding: 1em;
}

.errorMessage .markList.markList--circle li::before {
  background-color: #e31837;
}

.formTable {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  width: 100%;
}

.formTable th, .formTable td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 0;
}

.formTable th {
  font-family: Montserrat, "游ゴシック体", YuGothic, "Yu Gothic", Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 43px 1em 43px 0;
  width: 25.95745%;
}

.formTable td {
  line-height: 1.71429;
  letter-spacing: 0.08em;
  width: 74.04255%;
}

@media all and (min-width: 768px) {
  .heading2 + .formTable > tbody > tr:first-child > th {
    padding-top: 19px;
  }
  .heading2 + .formTable > tbody > tr:first-child > td {
    padding-top: 0;
  }
}

@media all and (max-width: 767px) {
  .formTable {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    padding-bottom: 30px;
  }
  .formTable tbody, .formTable tr, .formTable th, .formTable td {
    display: block;
    width: 100%;
  }
  .formTable th, .formTable td {
    border-bottom: none;
    padding: 0;
  }
  .formTable th {
    font-weight: 400;
  }
  .formTable tr:not(:first-child) th {
    margin-top: 1em;
  }
}

.formTable.formTable--mode_payment th, .formTable.formTable--mode_payment td {
  padding: 28px 1em 28px 0;
}

@media all and (min-width: 768px) {
  .heading2 + .formTable.formTable--mode_payment > tbody > tr:first-child > th {
    padding-top: 4px;
  }
  .heading2 + .formTable.formTable--mode_payment > tbody > tr:first-child > td {
    padding-top: 18px;
  }
}

@media all and (max-width: 767px) {
  .formTable.formTable--mode_payment th, .formTable.formTable--mode_payment td {
    padding: 0;
  }
  .formTable.formTable--mode_payment th {
    font-weight: 700;
  }
}

.formTable.formTable--mode_confirm th, .formTable.formTable--mode_confirm td {
  padding: 28px 1em 28px 0;
}

@media all and (min-width: 768px) {
  .heading2 + .formTable.formTable--mode_confirm > tbody > tr:first-child > th, .heading2 + .formTable.formTable--mode_confirm > tbody > tr:first-child > td {
    padding-top: 4px;
  }
}

@media all and (max-width: 767px) {
  .formTable.formTable--mode_confirm {
    display: table;
    padding-bottom: 0;
  }
  .formTable.formTable--mode_confirm tbody {
    display: table-row-group;
    width: auto;
  }
  .formTable.formTable--mode_confirm tr {
    display: table-row;
    width: auto;
  }
  .formTable.formTable--mode_confirm th, .formTable.formTable--mode_confirm td {
    border-top: 1px solid #e8e8e8;
    display: table-cell;
    padding: 11px 1em 11px 0;
    width: auto;
  }
  .formTable.formTable--mode_confirm th {
    font-size: 1rem;
    line-height: 2.4;
    width: 25.95745%;
  }
  .formTable.formTable--mode_confirm td {
    line-height: 1.71429;
    width: 74.04255%;
  }
  .formTable.formTable--mode_confirm .formTable__mark {
    text-indent: 0;
    margin-left: 0;
  }
  .formTable.formTable--mode_confirm .formTable__mark::before {
    content: none;
  }
}

.formTable .formTable__separator {
  margin: 7px 0.5em;
}

.formTable .formTable__mark {
  text-indent: calc(-8px - 0.5em);
  display: block;
  margin-left: calc(8px + 0.5em);
}

.formTable .formTable__mark::before {
  vertical-align: 0.1em;
  border-radius: 100%;
  background-color: #000;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 8px;
  height: 8px;
}

.formTable .formTable__column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.formTable .formTable__column .formTable__col:first-child {
  margin-right: 1em;
}

@media all and (max-width: 767px) {
  .formTable .formTable__column .formTable__col {
    width: 48.57143%;
  }
  .formTable .formTable__column .formTable__col:first-child {
    margin-right: 0;
  }
}

.formTable .formTable__column2 {
  display: flex;
  align-items: flex-start;
}

.formTable .formTable__column2 .formTable__col1 {
  flex-basis: 73.14286%;
  max-width: 300px;
  margin-right: 0.5em;
}

.formTable .formTable__selectColumn {
  display: flex;
  flex-wrap: wrap;
}

.formTable .formTable__selectColumn .formTable__selectCol1,
.formTable .formTable__selectColumn .formTable__selectCol2 {
  margin-right: 1em;
}

@media all and (max-width: 767px) {
  .formTable .formTable__selectColumn {
    justify-content: space-between;
  }
  .formTable .formTable__selectColumn .formTable__selectCol1 {
    margin-right: 0;
    width: 45.71429%;
  }
  .formTable .formTable__selectColumn .formTable__selectCol2 {
    margin-right: 0;
    width: 24.28571%;
  }
}

.formTable .formTable__selectColumn2 {
  display: flex;
}

.formTable .formTable__toggleColumn {
  display: flex;
  flex-wrap: wrap;
}

.formTable .formTable__toggleColumn .formTable__toggleCol {
  line-height: 0;
}

.formTable .formTable__dateTable {
  width: auto;
}

.formTable .formTable__dateTable th, .formTable .formTable__dateTable td {
  border-bottom: none;
  padding: 0;
}

.formTable .formTable__dateTable th {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71429;
}

.formTable .formTable__dateTable tr:first-child th {
  padding-top: 0;
}

@media all and (max-width: 767px) {
  .formTable .formTable__dateTable th, .formTable .formTable__dateTable td {
    border-top: none;
  }
}

.formTable .inputToggle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 19px 2em 19px 0;
}

.formTable.loginMenu {
  margin-bottom: 0px;
}

/* 2025.01.23 rin-watanabe ADD Start 3Dセキュア対応 */
.formTable .credit_mes{
  margin-top:20px;
}
/* 2025.01.23 rin-watanabe ADD End 3Dセキュア対応 */

.heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 1px solid #e31837;
  margin-bottom: 40px;
  padding-bottom: 18px;
}

@media all and (max-width: 767px) {
  .heading {
    font-size: 1.6rem;
    margin-bottom: 24px;
    padding: 14px 0;
  }
}

.heading2 {
  font-family: Montserrat, "游ゴシック体", YuGothic, "Yu Gothic", Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
  padding-bottom: 14px;
}

@media all and (max-width: 767px) {
  .heading2 {
    font-size: 1.6rem;
    margin-bottom: 17px;
    padding-bottom: 8px;
  }
}

.linkList {
  margin-bottom: 1em;
}

.linkList li {
  text-indent: -15px;
  margin-left: 15px;
}

.linkList li::before {
  vertical-align: 0.1em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.markList.markList--circle li {
  text-indent: calc(-8px - 0.5em);
  margin-left: calc(8px + 0.5em);
}

.markList.markList--circle li::before {
  vertical-align: 0.1em;
  border-radius: 100%;
  background-color: #000;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 8px;
  height: 8px;
}

.textmarkList {
  margin-bottom: 2em;
}

.textmarkList li {
  text-indent: -1em;
  margin: 0 0 1em 1em;
}

.textmarkList li .lang {
  margin-left: -1.1em;
}

.loading {
  position: relative;
  margin: 0 auto;
  width: 54px;
  height: 54px;
}

.loading .loading__outerbar,
.loading .loading__innerbar {
  border: 4px solid #e31837;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.loading .loading__outerbar {
  border-bottom-color: #fff;
  width: 54px;
  height: 54px;
  -webkit-animation: counterClockwise 3s linear infinite;
          animation: counterClockwise 3s linear infinite;
}

.loading .loading__innerbar {
  border-top-color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: clockwise 2s linear infinite;
          animation: clockwise 2s linear infinite;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes counterClockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes counterClockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.modal {
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 480px;
}

.modal.modal--progress .loading {
  margin-bottom: 2em;
}

.modal.modal--progress .payment {
  font-size: 2.4rem;
  text-align: center;
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.scrollWrapper {
  overflow: scroll;
}

section.section {
  margin-bottom: 60px;
}

.important {
  font-weight: 400;
  color: #e31837;
}

.notes {
  font-family: Montserrat, "游ゴシック体", YuGothic, "Yu Gothic", Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 0.08em;
}

.notes.notes--important {
  color: #e31837;
}

.notes2 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.notes2 strong {
  color: #e31837;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .notes2 {
    font-size: 1rem;
  }
}

.notes2.notes2--textmark {
  text-indent: -1em;
  margin-left: 1em;
}

.notes2.notes2--textmark .lang {
  margin-left: -1em;
}
/*2021/03/31 h.mori フローティングバー対応　start*/
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 80px; /* バナーの上下の位置 */
    right: 10px; /* バナーの左右の位置 */
}
.pc {
    width:15vw; /* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}

@media screen and (max-width: 767px) { /* スマホ用のブレイクポイントを指定 */
	.pc {
        display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
    .sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width:100vw; /* スマホの画面幅いっぱいにバナーを表示 */
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        right: 0; /* 左右の隙間が空かないように */
		bottom: 0px; /* 画面の最下部にぴったりくっつくように指定 */
    }
}
.banner{
	width:100vw;
	text-align: center;
}
/*2021/03/31 h.mori フローティングバー対応　end*/
/*# sourceMappingURL=style.css.map */

.arrow_down_l, .arrow_down_r{
    margin-right: 10px;
    display: inline-block;
    color: #333;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-20%) rotate(135deg);
}

@media all and (max-width: 767px) {
  .arrow_down_r {
    margin-left: 5px;
    margin-right: 5px;
    width: 0.5em;
    height: 0.5em;
  }
  .arrow_down_l {
    margin-left: 10px;
    margin-right: 5px;
    width: 0.5em;
    height: 0.5em;
  }
}