@charset "UTF-8";
/* -------------------------------------


  Responsive Design.
  for Multi-device.


---------------------------------------- */
/* ------------------------------------------------------------

reset

--------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
}

/* ------------------------------------------------------------

base

--------------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  white-space: normal;
  word-break: break-all;
  word-wrap: normal;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
  }
}
body, th, td, input, textarea, select, option, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

input:not([type="submit"]):not([type="button"]):not([type="reset"]), textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

::selection {
  background: #ff5152;
}

::-moz-selection {
  background: #ff5152;
}

a {
  color: #000;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    color: #000;
  }
}
caption {
  text-align: left;
}

th {
  font-weight: bold;
}

th, td {
  text-align: left;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  th:not(:last-child), td:not(:last-child) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  table {
    width: 100%;
  }

  th:not(:last-child), td:not(:last-child) {
    padding-bottom: 10px;
  }
}
strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  border: 0;
  border-top: 1px solid #444;
}

@media print, screen and (min-width: 769px) {
  hr {
    margin: 53.76px 0;
  }
}
@media only screen and (max-width: 768px) {
  hr {
    margin: 40.32px 0;
  }
}
.is-icon-win a:after,
a.is-icon-win:after {
  display: inline-block;
  content: "\f35d";
  width: 1em;
  margin-left: .25em;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .is-icon-win a:after,
  a.is-icon-win:after {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .is-icon-win a:not([disabled]):hover:after,
  a.is-icon-win:not([disabled]):hover:after {
    -webkit-transform: translate(1px, -2px);
    -moz-transform: translate(1px, -2px);
    -ms-transform: translate(1px, -2px);
    transform: translate(1px, -2px);
  }
}
hr.is-circle {
  overflow: visible;
}
hr.is-circle, hr.is-circle:before, hr.is-circle:after {
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #444;
}
hr.is-circle {
  position: relative;
}
hr.is-circle:before, hr.is-circle:after {
  display: block;
  position: absolute;
  content: "";
}
hr.is-circle:before {
  left: -100px;
}
hr.is-circle:after {
  right: -100px;
}

@media print, screen and (min-width: 769px) {
  hr.is-condensed {
    margin: 22.4px 0;
  }
}
@media only screen and (max-width: 768px) {
  hr.is-condensed {
    margin: 22.4px 0;
  }
}
img.is-fixed {
  max-width: none;
}

/* ------------------------------------------------------------

form

--------------------------------------------------------------- */
optgroup[label=""] {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@-moz-document url-prefix() {
  select:not([multiple="multiple"]) {
    padding-right: 24px;
    background-image: url("../images/icon_arrow_gray_b.svg");
    background-repeat: no-repeat;
    -moz-background-size: 21px auto;
    -o-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
    background-position: right center;
  }
  select:not([multiple="multiple"])[disabled] {
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:not([multiple="multiple"]) {
    padding-right: 24px;
    background-image: url("../images/icon_arrow_gray_b.svg");
    background-repeat: no-repeat;
    -moz-background-size: 21px auto;
    -o-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
    background-position: right center;
  }
  select:not([multiple="multiple"])[disabled] {
    background-image: none;
  }
}
textarea, select,
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 1px solid #444;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 2px 0 0;
}

label input[type="radio"],
label input[type="checkbox"] {
  margin: 0 8px 0 0;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #444;
  background-color: #f5f5f5;
}
input[type="range"]:focus {
  background-color: #F7F7F4;
}
input[type="range"][disabled] {
  border-color: transparent;
}
input[type="range"][disabled] + output {
  color: #c7c7c7;
}

input, textarea, select, button, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, select, button {
  color: #000;
  vertical-align: middle;
}

textarea {
  color: #000;
  vertical-align: middle;
}

label:focus, input:focus, select:focus, button:focus, textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

label.is-error,
input:not([type="checkbox"]):not([type="radio"]).is-error,
select.is-error,
textarea.is-error {
  background-color: #fff2f2;
  border-color: #ea0001;
}

.mod-btn.is-error {
  background-color: #fff2f2;
  border-color: #444;
  color: #000;
}

textarea[disabled], select[disabled],
input[type="text"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="time"][disabled],
input[type="datetime-local"][disabled],
input[type="number"][disabled],
input[type="color"][disabled] {
  background-color: #f5f5f5;
  border-color: transparent;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label {
  color: #c7c7c7;
}

input[type="image"][disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

input[type="color"][disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

label[disabled], input[disabled], select[disabled], button[disabled], textarea[disabled] {
  color: #c7c7c7;
}

[disabled]::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
}

[disabled]:-moz-placeholder {
  color: #c7c7c7;
}

[disabled]::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
}

[disabled]:-ms-input-placeholder {
  color: #c7c7c7;
}

@media only screen and (max-width: 768px) {
  select,
  input[type="text"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="email"],
  input[type="password"],
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="number"],
  input[type="color"] {
    min-height: 40px;
    line-height: 38px;
    padding: 0 10px;
  }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    width: auto;
    margin-right: 15px;
  }
  input[type="checkbox"] + label:last-child,
  input[type="radio"] + label:last-child {
    margin-right: 0;
  }

  input[type="range"] {
    height: 6px;
  }

  input[type="image"] {
    display: table;
    width: auto;
    margin: 0 auto;
  }

  input[type="color"] {
    height: 40px;
  }

  label {
    -webkit-tap-highlight-color: transparent;
    line-height: 1.3;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  label textarea, label select,
  label input[type="text"],
  label input[type="search"],
  label input[type="tel"],
  label input[type="url"],
  label input[type="email"],
  label input[type="password"],
  label input[type="datetime"],
  label input[type="date"],
  label input[type="month"],
  label input[type="week"],
  label input[type="time"],
  label input[type="datetime-local"],
  label input[type="number"],
  label input[type="color"],
  label input[type="email"],
  label input[type="range"] {
    margin-top: 5px;
  }
  label + label {
    margin-top: 10px;
  }

  button {
    font-size: 16px;
    font-size: 1.6rem;
  }

  input, textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }

  select {
    font-size: 18px;
    font-size: 1.8rem;
  }

  textarea, select, button, label, input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):not([type="image"]):not(.mod-btn) {
    display: inline-block;
    width: 100%;
  }

  textarea {
    min-height: 8em;
    padding: 4px;
    min-height: 40px;
    line-height: 1.3;
  }

  select {
    margin-bottom: 8px;
  }
  select:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  textarea,
  input[type="text"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="email"],
  input[type="password"],
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="number"] {
    width: 56px;
    min-width: 56px;
    max-width: 100%;
    padding: 0 10px;
    min-height: 40px;
    line-height: 1.4;
  }

  input[type="range"] {
    height: 6px;
  }

  input[type="color"] {
    height: 40px;
  }

  label {
    display: inline-block;
    cursor: pointer;
    margin: 3px 15px 3px 0;
    padding: 9px 5px;
    line-height: 1.3;
  }
  label:last-child {
    margin-right: 0;
  }

  button {
    font-size: 16px;
    font-size: 1.6rem;
  }

  input, textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }

  select {
    font-size: 18px;
    font-size: 1.8rem;
  }

  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="file"]) {
    margin: 3px 5px 3px 0;
  }
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="file"]):last-child {
    margin-right: 0;
  }

  textarea {
    width: 91%;
    min-height: 5em;
    padding-top: 3px;
    padding-bottom: 3px;
    resize: none;
  }

  select {
    min-width: 56px;
    max-width: 100%;
    margin: 3px 0;
    padding: 5px 10px;
    min-height: 40px;
    line-height: 1.4;
  }

  option:disabled {
    color: #c7c7c7;
  }

  input[disabled],
  textarea[disabled],
  label[disabled],
  select[disabled],
  button[disabled] {
    cursor: default;
  }

  input[type="radio"][disabled] + label,
  input[type="checkbox"][disabled] + label {
    cursor: default;
  }

  input[data-focus-width="300"]:focus {
    min-width: 300px;
  }
  input[data-focus-width="400"]:focus {
    min-width: 400px;
  }
  input[data-focus-width="500"]:focus {
    min-width: 500px;
  }
  input[data-focus-width="600"]:focus {
    min-width: 600px;
  }
}
select:not(.mod-btn), textarea:not(.mod-btn),
input:not([type="range"]):not([type="color"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):not(.mod-btn) {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
select:not(.mod-btn):focus, textarea:not(.mod-btn):focus,
input:not([type="range"]):not([type="color"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):not(.mod-btn):focus {
  background-color: #F7F7F4;
  border-color: #444;
}

::-webkit-input-placeholder {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}

:-moz-placeholder {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}

::-moz-placeholder {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}

:-ms-input-placeholder {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}

:focus::-webkit-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

:focus:-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

:focus::-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

:focus::-ms-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* ------------------------------------------------------------

has-class

--------------------------------------------------------------- */
.has-ta-l:not(table):not(th):not(td) {
  display: block;
}

.has-ta-c:not(table):not(th):not(td) {
  display: block;
}

.has-ta-r:not(table):not(th):not(td) {
  display: block;
}

.has-ta-l {
  text-align: left !important;
}

.has-ta-c {
  text-align: center !important;
}

.has-ta-r {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .has-ta-l-smp {
    text-align: left !important;
  }

  .has-ta-c-smp {
    text-align: center !important;
  }

  .has-ta-r-smp {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-ta-l-pc {
    text-align: left !important;
  }

  .has-ta-c-pc {
    text-align: center !important;
  }

  .has-ta-r-pc {
    text-align: right !important;
  }
}
.has-ta-r-odd > *:nth-child(odd) {
  text-align: right !important;
}

.has-ta-r-even > *:nth-child(even) {
  text-align: right !important;
}

.has-ta-j {
  text-align: justify;
  text-justify: inter-ideograph;
}

.has-fs-10 {
  font-size: 10px !important;
  font-size: 1.0rem !important;
}

.has-fs-11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.has-fs-12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.has-fs-13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.has-fs-14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.has-fs-15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.has-fs-16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.has-fs-17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.has-fs-18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.has-fs-19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.has-fs-20 {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}

.has-fs-22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.has-fw-n {
  font-weight: normal !important;
}

.has-fw-b {
  font-weight: bold !important;
}

.has-fw-l {
  font-weight: 300 !important;
}

.has-d-b {
  display: block !important;
}

.has-d-ib {
  display: inline-block !important;
}

.has-d-i {
  display: inline !important;
}

.has-d-tb {
  display: table !important;
  width: 100%;
  border-collapse: collapse;
}

.has-d-tbr {
  display: table-row !important;
}

.has-d-tbc {
  display: table-cell !important;
}

.has-d-tb-struct {
  display: table !important;
  width: 100%;
  border-collapse: collapse;
}
.has-d-tb-struct > * {
  display: table-cell !important;
}

@media only screen and (max-width: 768px) {
  .has-d-b-smp {
    display: block !important;
  }

  .has-d-ib-smp {
    display: inline-block !important;
  }

  .has-d-i-smp {
    display: inline !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-d-b-pc {
    display: block !important;
  }

  .has-d-ib-pc {
    display: inline-block !important;
  }

  .has-d-i-pc {
    display: inline !important;
  }
}
.has-d-n {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .has-d-n-smp {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-d-n-pc {
    display: none !important;
  }
}
.has-v-h {
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .has-v-h-smp {
    visibility: hidden !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-v-h-pc {
    visibility: hidden !important;
  }
}
.has-w-10pt {
  width: 9.3%  !important;
  min-width: auto !important;
}

.has-w-20pt {
  width: 19.3% !important;
  min-width: auto !important;
}

.has-w-30pt {
  width: 29.3% !important;
  min-width: auto !important;
}

.has-w-33pt {
  width: 32.16% !important;
  min-width: auto !important;
}

.has-w-40pt {
  width: 39.3% !important;
  min-width: auto !important;
}

.has-w-50pt {
  width: 49.22% !important;
  min-width: auto !important;
}

.has-w-60pt {
  width: 59.3% !important;
  min-width: auto !important;
}

.has-w-70pt {
  width: 69.3% !important;
  min-width: auto !important;
}

.has-w-80pt {
  width: 79.3% !important;
  min-width: auto !important;
}

.has-w-90pt {
  width: 89.3% !important;
  min-width: auto !important;
}

.has-w-100pt {
  width: 100%  !important;
  min-width: auto !important;
}

.has-w-5pt {
  width: 4.3%  !important;
  min-width: auto !important;
}

.has-w-15pt {
  width: 14.3%  !important;
  min-width: auto !important;
}

.has-w-16pt {
  width: 15.3%  !important;
  min-width: auto !important;
}

.has-w-25pt {
  width: 24.3% !important;
  min-width: auto !important;
}

.has-w-35pt {
  width: 34.3% !important;
  min-width: auto !important;
}

.has-w-45pt {
  width: 44.3% !important;
  min-width: auto !important;
}

.has-w-55pt {
  width: 54.3% !important;
  min-width: auto !important;
}

.has-w-65pt {
  width: 64.3% !important;
  min-width: auto !important;
}

.has-w-75pt {
  width: 74.3% !important;
  min-width: auto !important;
}

.has-w-85pt {
  width: 84.3% !important;
  min-width: auto !important;
}

.has-w-95pt {
  width: 94.3% !important;
  min-width: auto !important;
}

@media only screen and (max-width: 768px) {
  .has-w-10pt-smp {
    width: 9.3%  !important;
    min-width: auto !important;
  }

  .has-w-20pt-smp {
    width: 19.3% !important;
    min-width: auto !important;
  }

  .has-w-30pt-smp {
    width: 29.3% !important;
    min-width: auto !important;
  }

  .has-w-33pt-smp {
    width: 32.16% !important;
    min-width: auto !important;
  }

  .has-w-40pt-smp {
    width: 39.3% !important;
    min-width: auto !important;
  }

  .has-w-50pt-smp {
    width: 49.22% !important;
    min-width: auto !important;
  }

  .has-w-60pt-smp {
    width: 59.3% !important;
    min-width: auto !important;
  }

  .has-w-70pt-smp {
    width: 69.3% !important;
    min-width: auto !important;
  }

  .has-w-80pt-smp {
    width: 79.3% !important;
    min-width: auto !important;
  }

  .has-w-90pt-smp {
    width: 89.3% !important;
    min-width: auto !important;
  }

  .has-w-100pt-smp {
    width: 100%  !important;
    min-width: auto !important;
  }

  .has-w-5pt-smp {
    width: 4.3%  !important;
    min-width: auto !important;
  }

  .has-w-15pt-smp {
    width: 14.3%  !important;
    min-width: auto !important;
  }

  .has-w-16pt-smp {
    width: 15.3%  !important;
    min-width: auto !important;
  }

  .has-w-25pt-smp {
    width: 24.3% !important;
    min-width: auto !important;
  }

  .has-w-35pt-smp {
    width: 34.3% !important;
    min-width: auto !important;
  }

  .has-w-45pt-smp {
    width: 44.3% !important;
    min-width: auto !important;
  }

  .has-w-55pt-smp {
    width: 54.3% !important;
    min-width: auto !important;
  }

  .has-w-65pt-smp {
    width: 64.3% !important;
    min-width: auto !important;
  }

  .has-w-75pt-smp {
    width: 74.3% !important;
    min-width: auto !important;
  }

  .has-w-85pt-smp {
    width: 84.3% !important;
    min-width: auto !important;
  }

  .has-w-95pt-smp {
    width: 94.3% !important;
    min-width: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-w-10pt-pc {
    width: 9.3%  !important;
    min-width: auto !important;
  }

  .has-w-20pt-pc {
    width: 19.3% !important;
    min-width: auto !important;
  }

  .has-w-30pt-pc {
    width: 29.3% !important;
    min-width: auto !important;
  }

  .has-w-33pt-pc {
    width: 32.16% !important;
    min-width: auto !important;
  }

  .has-w-40pt-pc {
    width: 39.3% !important;
    min-width: auto !important;
  }

  .has-w-50pt-pc {
    width: 49.22% !important;
    min-width: auto !important;
  }

  .has-w-60pt-pc {
    width: 59.3% !important;
    min-width: auto !important;
  }

  .has-w-70pt-pc {
    width: 69.3% !important;
    min-width: auto !important;
  }

  .has-w-80pt-pc {
    width: 79.3% !important;
    min-width: auto !important;
  }

  .has-w-90pt-pc {
    width: 89.3% !important;
    min-width: auto !important;
  }

  .has-w-100pt-pc {
    width: 100%  !important;
    min-width: auto !important;
  }

  .has-w-5pt-pc {
    width: 4.3%  !important;
    min-width: auto !important;
  }

  .has-w-15pt-pc {
    width: 14.3%  !important;
    min-width: auto !important;
  }

  .has-w-16pt-pc {
    width: 15.3%  !important;
    min-width: auto !important;
  }

  .has-w-25pt-pc {
    width: 24.3% !important;
    min-width: auto !important;
  }

  .has-w-35pt-pc {
    width: 34.3% !important;
    min-width: auto !important;
  }

  .has-w-45pt-pc {
    width: 44.3% !important;
    min-width: auto !important;
  }

  .has-w-55pt-pc {
    width: 54.3% !important;
    min-width: auto !important;
  }

  .has-w-65pt-pc {
    width: 64.3% !important;
    min-width: auto !important;
  }

  .has-w-75pt-pc {
    width: 74.3% !important;
    min-width: auto !important;
  }

  .has-w-85pt-pc {
    width: 84.3% !important;
    min-width: auto !important;
  }

  .has-w-95pt-pc {
    width: 94.3% !important;
    min-width: auto !important;
  }
}
.has-w-56px {
  width: 56px !important;
}

.has-w-70px {
  width: 70px !important;
}

.has-w-90px {
  width: 90px !important;
}

.has-w-100px {
  width: 100px !important;
}

.has-w-110px {
  width: 110px !important;
}

.has-w-120px {
  width: 120px !important;
}

.has-w-140px {
  width: 140px !important;
}

.has-w-160px {
  width: 160px !important;
}

.has-w-180px {
  width: 180px !important;
}

.has-w-200px {
  width: 200px !important;
}

.has-w-220px {
  width: 220px !important;
}

.has-w-240px {
  width: 240px !important;
}

.has-w-258px {
  width: 258px !important;
}

.has-w-280px {
  width: 280px !important;
}

.has-w-300px {
  width: 300px !important;
}

.has-w-360px {
  width: 360px !important;
}

.has-w-440px {
  width: 440px !important;
}

.has-w-600px {
  width: 600px !important;
}

.has-w-760px {
  width: 760px !important;
}

@media only screen and (max-width: 768px) {
  .has-w-56px-smp {
    width: 56px !important;
  }

  .has-w-70px-smp {
    width: 70px !important;
  }

  .has-w-90px-smp {
    width: 90px !important;
  }

  .has-w-100px-smp {
    width: 100px !important;
  }

  .has-w-110px-smp {
    width: 110px !important;
  }

  .has-w-120px-smp {
    width: 120px !important;
  }

  .has-w-140px-smp {
    width: 140px !important;
  }

  .has-w-160px-smp {
    width: 160px !important;
  }

  .has-w-180px-smp {
    width: 180px !important;
  }

  .has-w-200px-smp {
    width: 200px !important;
  }

  .has-w-220px-smp {
    width: 220px !important;
  }

  .has-w-240px-smp {
    width: 240px !important;
  }

  .has-w-258px-smp {
    width: 258px !important;
  }

  .has-w-280px-smp {
    width: 280px !important;
  }

  .has-w-300px-smp {
    width: 300px !important;
  }

  .has-w-360px-smp {
    width: 360px !important;
  }

  .has-w-440px-smp {
    width: 440px !important;
  }

  .has-w-600px-smp {
    width: 600px !important;
  }

  .has-w-760px-smp {
    width: 760px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-w-56px-pc {
    width: 56px !important;
  }

  .has-w-70px-pc {
    width: 70px !important;
  }

  .has-w-90px-pc {
    width: 90px !important;
  }

  .has-w-100px-pc {
    width: 100px !important;
  }

  .has-w-110px-pc {
    width: 110px !important;
  }

  .has-w-120px-pc {
    width: 120px !important;
  }

  .has-w-140px-pc {
    width: 140px !important;
  }

  .has-w-160px-pc {
    width: 160px !important;
  }

  .has-w-180px-pc {
    width: 180px !important;
  }

  .has-w-200px-pc {
    width: 200px !important;
  }

  .has-w-220px-pc {
    width: 220px !important;
  }

  .has-w-240px-pc {
    width: 240px !important;
  }

  .has-w-258px-pc {
    width: 258px !important;
  }

  .has-w-280px-pc {
    width: 280px !important;
  }

  .has-w-300px-pc {
    width: 300px !important;
  }

  .has-w-360px-pc {
    width: 360px !important;
  }

  .has-w-440px-pc {
    width: 440px !important;
  }

  .has-w-600px-pc {
    width: 600px !important;
  }

  .has-w-760px-pc {
    width: 760px !important;
  }
}
.has-w-m90px {
  max-width: 90px !important;
  width: 100% !important;
}

.has-w-m110px {
  max-width: 110px !important;
  width: 100% !important;
}

.has-w-m152px {
  max-width: 152px !important;
  width: 100% !important;
}

.has-w-m160px {
  max-width: 160px !important;
  width: 100% !important;
}

.has-w-m180px {
  max-width: 180px !important;
  width: 100% !important;
}

.has-w-m200px {
  max-width: 200px !important;
  width: 100% !important;
}

.has-w-m220px {
  max-width: 220px !important;
  width: 100% !important;
}

.has-w-m258px {
  max-width: 258px !important;
  width: 100% !important;
}

.has-w-m280px {
  max-width: 280px !important;
  width: 100% !important;
}

.has-w-m300px {
  max-width: 300px !important;
  width: 100% !important;
}

.has-w-m320px {
  max-width: 320px !important;
  width: 100% !important;
}

.has-w-m340px {
  max-width: 340px !important;
  width: 100% !important;
}

.has-w-m360px {
  max-width: 360px !important;
  width: 100% !important;
}

.has-w-m440px {
  max-width: 440px !important;
  width: 100% !important;
}

.has-w-m760px {
  max-width: 760px !important;
  width: 100% !important;
}

.has-w-m800px {
  max-width: 800px !important;
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .has-w-m90px-smp {
    max-width: 90px !important;
    width: 100% !important;
  }

  .has-w-m110px-smp {
    max-width: 110px !important;
    width: 100% !important;
  }

  .has-w-m152px-smp {
    max-width: 152px !important;
    width: 100% !important;
  }

  .has-w-m160px-smp {
    max-width: 160px !important;
    width: 100% !important;
  }

  .has-w-m180px-smp {
    max-width: 180px !important;
    width: 100% !important;
  }

  .has-w-m200px-smp {
    max-width: 200px !important;
    width: 100% !important;
  }

  .has-w-m220px-smp {
    max-width: 220px !important;
    width: 100% !important;
  }

  .has-w-m258px-smp {
    max-width: 258px !important;
    width: 100% !important;
  }

  .has-w-m280px-smp {
    max-width: 280px !important;
    width: 100% !important;
  }

  .has-w-m300px-smp {
    max-width: 300px !important;
    width: 100% !important;
  }

  .has-w-m320px-smp {
    max-width: 320px !important;
    width: 100% !important;
  }

  .has-w-m340px-smp {
    max-width: 340px !important;
    width: 100% !important;
  }

  .has-w-m360px-smp {
    max-width: 360px !important;
    width: 100% !important;
  }

  .has-w-m440px-smp {
    max-width: 440px !important;
    width: 100% !important;
  }

  .has-w-m760px-smp {
    max-width: 760px !important;
    width: 100% !important;
  }

  .has-w-m800px-smp {
    max-width: 800px !important;
    width: 100% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-w-m90px-pc {
    max-width: 90px !important;
    width: 100% !important;
  }

  .has-w-m110px-pc {
    max-width: 110px !important;
    width: 100% !important;
  }

  .has-w-m152px-pc {
    max-width: 152px !important;
    width: 100% !important;
  }

  .has-w-m160px-pc {
    max-width: 160px !important;
    width: 100% !important;
  }

  .has-w-m180px-pc {
    max-width: 180px !important;
    width: 100% !important;
  }

  .has-w-m200px-pc {
    max-width: 200px !important;
    width: 100% !important;
  }

  .has-w-m220px-pc {
    max-width: 220px !important;
    width: 100% !important;
  }

  .has-w-m258px-pc {
    max-width: 258px !important;
    width: 100% !important;
  }

  .has-w-m280px-pc {
    max-width: 280px !important;
    width: 100% !important;
  }

  .has-w-m300px-pc {
    max-width: 300px !important;
    width: 100% !important;
  }

  .has-w-m320px-pc {
    max-width: 320px !important;
    width: 100% !important;
  }

  .has-w-m340px-pc {
    max-width: 340px !important;
    width: 100% !important;
  }

  .has-w-m360px-pc {
    max-width: 360px !important;
    width: 100% !important;
  }

  .has-w-m440px-pc {
    max-width: 440px !important;
    width: 100% !important;
  }

  .has-w-m760px-pc {
    max-width: 760px !important;
    width: 100% !important;
  }

  .has-w-m800px-pc {
    max-width: 800px !important;
    width: 100% !important;
  }
}
.has-w-auto {
  width: auto !important;
}

.has-h-auto {
  height: auto !important;
}

.has-minw-auto {
  min-width: initial !important;
  min-width: auto !important;
}

.has-minh-auto {
  min-height: initial !important;
  min-height: auto !important;
}

.has-maxw-auto {
  max-width: initial !important;
  max-width: auto !important;
}

.has-maxh-auto {
  max-height: initial !important;
  max-height: auto !important;
}

@media only screen and (max-width: 768px) {
  .has-w-auto-smp {
    width: auto !important;
  }

  .has-h-auto-smp {
    height: auto !important;
  }

  .has-minw-auto-smp {
    min-width: initial !important;
    min-width: auto !important;
  }

  .has-minh-auto-smp {
    min-height: initial !important;
    min-height: auto !important;
  }

  .has-maxw-auto-smp {
    max-width: initial !important;
    max-width: auto !important;
  }

  .has-maxh-auto-smp {
    max-height: initial !important;
    max-height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-w-auto-pc {
    width: auto !important;
  }

  .has-h-auto-pc {
    height: auto !important;
  }

  .has-minw-auto-pc {
    min-width: initial !important;
    min-width: auto !important;
  }

  .has-minh-auto-pc {
    min-height: initial !important;
    min-height: auto !important;
  }

  .has-maxw-auto-pc {
    max-width: initial !important;
    max-width: auto !important;
  }

  .has-maxh-auto-pc {
    max-height: initial !important;
    max-height: auto !important;
  }
}
.has-m-0 {
  margin: 0 !important;
}

.has-mt-0 {
  margin-top: 0 !important;
}

.has-mt-5 {
  margin-top: 5px !important;
}

.has-mt-10 {
  margin-top: 10px !important;
}

.has-mt-20 {
  margin-top: 20px !important;
}

.has-mt-30 {
  margin-top: 30px !important;
}

.has-mt-40 {
  margin-top: 40px !important;
}

.has-mt-50 {
  margin-top: 50px !important;
}

.has-mr-0 {
  margin-right: 0 !important;
}

.has-mr-5 {
  margin-right: 5px !important;
}

.has-mr-10 {
  margin-right: 10px !important;
}

.has-mr-20 {
  margin-right: 20px !important;
}

.has-mr-30 {
  margin-right: 30px !important;
}

.has-mr-40 {
  margin-right: 40px !important;
}

.has-mr-50 {
  margin-right: 50px !important;
}

.has-mb-0 {
  margin-bottom: 0 !important;
}

.has-mb-5 {
  margin-bottom: 5px !important;
}

.has-mb-10 {
  margin-bottom: 10px !important;
}

.has-mb-15 {
  margin-bottom: 15px !important;
}

.has-mb-20 {
  margin-bottom: 20px !important;
}

.has-mb-30 {
  margin-bottom: 30px !important;
}

.has-mb-40 {
  margin-bottom: 40px !important;
}

.has-mb-45 {
  margin-bottom: 45px !important;
}

.has-mb-50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 768px) {
  .has-mb-0-smp {
    margin-bottom: 0 !important;
  }

  .has-mb-5-smp {
    margin-bottom: 5px !important;
  }

  .has-mb-10-smp {
    margin-bottom: 10px !important;
  }

  .has-mb-15-smp {
    margin-bottom: 15px !important;
  }

  .has-mb-20-smp {
    margin-bottom: 20px !important;
  }

  .has-mb-30-smp {
    margin-bottom: 30px !important;
  }

  .has-mb-40-smp {
    margin-bottom: 40px !important;
  }

  .has-mb-50-smp {
    margin-bottom: 50px !important;
  }
}
.has-ml-0 {
  margin-left: 0 !important;
}

.has-ml-5 {
  margin-left: 5px !important;
}

.has-ml-10 {
  margin-left: 10px !important;
}

.has-ml-20 {
  margin-left: 20px !important;
}

.has-ml-30 {
  margin-left: 30px !important;
}

.has-ml-40 {
  margin-left: 40px !important;
}

.has-ml-50 {
  margin-left: 50px !important;
}

.has-mt--5 {
  margin-top: -5px !important;
}

.has-mt--10 {
  margin-top: -10px !important;
}

.has-mt--20 {
  margin-top: -20px !important;
}

.has-mt--30 {
  margin-top: -30px !important;
}

.has-mt--40 {
  margin-top: -40px !important;
}

.has-mt--50 {
  margin-top: -50px !important;
}

.has-mb--5 {
  margin-bottom: -5px !important;
}

.has-mb--10 {
  margin-bottom: -10px !important;
}

.has-mb--20 {
  margin-bottom: -20px !important;
}

.has-mb--30 {
  margin-bottom: -30px !important;
}

.has-mb--40 {
  margin-bottom: -40px !important;
}

.has-mb--50 {
  margin-bottom: -50px !important;
}

@media only screen and (max-width: 768px) {
  .has-m-0-smp {
    margin: 0 !important;
  }

  .has-mt-0-smp {
    margin-top: 0 !important;
  }

  .has-mt-5-smp {
    margin-top: 5px !important;
  }

  .has-mt-10-smp {
    margin-top: 10px !important;
  }

  .has-mt-20-smp {
    margin-top: 20px !important;
  }

  .has-mt-30-smp {
    margin-top: 30px !important;
  }

  .has-mt-40-smp {
    margin-top: 40px !important;
  }

  .has-mt-50-smp {
    margin-top: 50px !important;
  }

  .has-mr-0-smp {
    margin-right: 0 !important;
  }

  .has-mr-5-smp {
    margin-right: 5px !important;
  }

  .has-mr-10-smp {
    margin-right: 10px !important;
  }

  .has-mr-20-smp {
    margin-right: 20px !important;
  }

  .has-mr-30-smp {
    margin-right: 30px !important;
  }

  .has-mr-40-smp {
    margin-right: 40px !important;
  }

  .has-mr-50-smp {
    margin-right: 50px !important;
  }

  .has-mb-0-smp {
    margin-bottom: 0 !important;
  }

  .has-mb-5-smp {
    margin-bottom: 5px !important;
  }

  .has-mb-10-smp {
    margin-bottom: 10px !important;
  }

  .has-mb-15-smp {
    margin-bottom: 15px !important;
  }

  .has-mb-20-smp {
    margin-bottom: 20px !important;
  }

  .has-mb-30-smp {
    margin-bottom: 30px !important;
  }

  .has-mb-40-smp {
    margin-bottom: 40px !important;
  }

  .has-mb-45-smp {
    margin-bottom: 45px !important;
  }

  .has-mb-50-smp {
    margin-bottom: 50px !important;
  }

  .has-ml-0-smp {
    margin-left: 0 !important;
  }

  .has-ml-5-smp {
    margin-left: 5px !important;
  }

  .has-ml-10-smp {
    margin-left: 10px !important;
  }

  .has-ml-20-smp {
    margin-left: 20px !important;
  }

  .has-ml-30-smp {
    margin-left: 30px !important;
  }

  .has-ml-40-smp {
    margin-left: 40px !important;
  }

  .has-ml-50-smp {
    margin-left: 50px !important;
  }

  .has-mt--5-smp {
    margin-top: -5px !important;
  }

  .has-mt--10-smp {
    margin-top: -10px !important;
  }

  .has-mt--20-smp {
    margin-top: -20px !important;
  }

  .has-mt--30-smp {
    margin-top: -30px !important;
  }

  .has-mt--40-smp {
    margin-top: -40px !important;
  }

  .has-mt--50-smp {
    margin-top: -50px !important;
  }

  .has-mb--5-smp {
    margin-bottom: -5px !important;
  }

  .has-mb--10-smp {
    margin-bottom: -10px !important;
  }

  .has-mb--20-smp {
    margin-bottom: -20px !important;
  }

  .has-mb--30-smp {
    margin-bottom: -30px !important;
  }

  .has-mb--40-smp {
    margin-bottom: -40px !important;
  }

  .has-mb--50-smp {
    margin-bottom: -50px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-m-0-pc {
    margin: 0 !important;
  }

  .has-mt-0-pc {
    margin-top: 0 !important;
  }

  .has-mt-5-pc {
    margin-top: 5px !important;
  }

  .has-mt-10-pc {
    margin-top: 10px !important;
  }

  .has-mt-20-pc {
    margin-top: 20px !important;
  }

  .has-mt-30-pc {
    margin-top: 30px !important;
  }

  .has-mt-40-pc {
    margin-top: 40px !important;
  }

  .has-mt-50-pc {
    margin-top: 50px !important;
  }

  .has-mr-0-pc {
    margin-right: 0 !important;
  }

  .has-mr-5-pc {
    margin-right: 5px !important;
  }

  .has-mr-10-pc {
    margin-right: 10px !important;
  }

  .has-mr-20-pc {
    margin-right: 20px !important;
  }

  .has-mr-30-pc {
    margin-right: 30px !important;
  }

  .has-mr-40-pc {
    margin-right: 40px !important;
  }

  .has-mr-50-pc {
    margin-right: 50px !important;
  }

  .has-mb-0-pc {
    margin-bottom: 0 !important;
  }

  .has-mb-5-pc {
    margin-bottom: 5px !important;
  }

  .has-mb-10-pc {
    margin-bottom: 10px !important;
  }

  .has-mb-15-pc {
    margin-bottom: 15px !important;
  }

  .has-mb-20-pc {
    margin-bottom: 20px !important;
  }

  .has-mb-30-pc {
    margin-bottom: 30px !important;
  }

  .has-mb-40-pc {
    margin-bottom: 40px !important;
  }

  .has-mb-45-pc {
    margin-bottom: 45px !important;
  }

  .has-mb-50-pc {
    margin-bottom: 50px !important;
  }

  .has-ml-0-pc {
    margin-left: 0 !important;
  }

  .has-ml-5-pc {
    margin-left: 5px !important;
  }

  .has-ml-10-pc {
    margin-left: 10px !important;
  }

  .has-ml-20-pc {
    margin-left: 20px !important;
  }

  .has-ml-30-pc {
    margin-left: 30px !important;
  }

  .has-ml-40-pc {
    margin-left: 40px !important;
  }

  .has-ml-50-pc {
    margin-left: 50px !important;
  }

  .has-mt--5-pc {
    margin-top: -5px !important;
  }

  .has-mt--10-pc {
    margin-top: -10px !important;
  }

  .has-mt--20-pc {
    margin-top: -20px !important;
  }

  .has-mt--30-pc {
    margin-top: -30px !important;
  }

  .has-mt--40-pc {
    margin-top: -40px !important;
  }

  .has-mt--50-pc {
    margin-top: -50px !important;
  }

  .has-mb--5-pc {
    margin-bottom: -5px !important;
  }

  .has-mb--10-pc {
    margin-bottom: -10px !important;
  }

  .has-mb--20-pc {
    margin-bottom: -20px !important;
  }

  .has-mb--30-pc {
    margin-bottom: -30px !important;
  }

  .has-mb--40-pc {
    margin-bottom: -40px !important;
  }

  .has-mb--50-pc {
    margin-bottom: -50px !important;
  }
}
.has-p-0 {
  padding: 0 !important;
}

.has-pt-0 {
  padding-top: 0 !important;
}

.has-pr-0 {
  padding-right: 0 !important;
}

.has-pb-0 {
  padding-bottom: 0 !important;
}

.has-pl-0 {
  padding-left: 0 !important;
}

.has-ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.has-plr-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.has-pt-0 {
  padding-top: 0 !important;
}

.has-pt-5 {
  padding-top: 5px !important;
}

.has-pt-10 {
  padding-top: 10px !important;
}

.has-pt-20 {
  padding-top: 20px !important;
}

.has-pt-30 {
  padding-top: 30px !important;
}

.has-pt-40 {
  padding-top: 40px !important;
}

.has-pt-50 {
  padding-top: 50px !important;
}

.has-pb-0 {
  padding-bottom: 0 !important;
}

.has-pb-5 {
  padding-bottom: 5px !important;
}

.has-pb-10 {
  padding-bottom: 10px !important;
}

.has-pb-15 {
  padding-bottom: 15px !important;
}

.has-pb-20 {
  padding-bottom: 20px !important;
}

.has-pb-30 {
  padding-bottom: 30px !important;
}

.has-pb-40 {
  padding-bottom: 40px !important;
}

.has-pb-50 {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 768px) {
  .has-p-0-smp {
    padding: 0 !important;
  }

  .has-pt-0-smp {
    padding-top: 0 !important;
  }

  .has-pr-0-smp {
    padding-right: 0 !important;
  }

  .has-pb-0-smp {
    padding-bottom: 0 !important;
  }

  .has-pl-0-smp {
    padding-left: 0 !important;
  }

  .has-ptb-0-smp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .has-plr-0-smp {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .has-pt-0-smp {
    padding-top: 0 !important;
  }

  .has-pt-5-smp {
    padding-top: 5px !important;
  }

  .has-pt-10-smp {
    padding-top: 10px !important;
  }

  .has-pt-20-smp {
    padding-top: 20px !important;
  }

  .has-pt-30-smp {
    padding-top: 30px !important;
  }

  .has-pt-40-smp {
    padding-top: 40px !important;
  }

  .has-pt-50-smp {
    padding-top: 50px !important;
  }

  .has-pb-0-smp {
    padding-bottom: 0 !important;
  }

  .has-pb-5-smp {
    padding-bottom: 5px !important;
  }

  .has-pb-10-smp {
    padding-bottom: 10px !important;
  }

  .has-pb-15-smp {
    padding-bottom: 15px !important;
  }

  .has-pb-20-smp {
    padding-bottom: 20px !important;
  }

  .has-pb-30-smp {
    padding-bottom: 30px !important;
  }

  .has-pb-40-smp {
    padding-bottom: 40px !important;
  }

  .has-pb-50-smp {
    padding-bottom: 50px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-p-0-pc {
    padding: 0 !important;
  }

  .has-pt-0-pc {
    padding-top: 0 !important;
  }

  .has-pr-0-pc {
    padding-right: 0 !important;
  }

  .has-pb-0-pc {
    padding-bottom: 0 !important;
  }

  .has-pl-0-pc {
    padding-left: 0 !important;
  }

  .has-ptb-0-pc {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .has-plr-0-pc {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .has-pt-0-pc {
    padding-top: 0 !important;
  }

  .has-pt-5-pc {
    padding-top: 5px !important;
  }

  .has-pt-10-pc {
    padding-top: 10px !important;
  }

  .has-pt-20-pc {
    padding-top: 20px !important;
  }

  .has-pt-30-pc {
    padding-top: 30px !important;
  }

  .has-pt-40-pc {
    padding-top: 40px !important;
  }

  .has-pt-50-pc {
    padding-top: 50px !important;
  }

  .has-pb-0-pc {
    padding-bottom: 0 !important;
  }

  .has-pb-5-pc {
    padding-bottom: 5px !important;
  }

  .has-pb-10-pc {
    padding-bottom: 10px !important;
  }

  .has-pb-15-pc {
    padding-bottom: 15px !important;
  }

  .has-pb-20-pc {
    padding-bottom: 20px !important;
  }

  .has-pb-30-pc {
    padding-bottom: 30px !important;
  }

  .has-pb-40-pc {
    padding-bottom: 40px !important;
  }

  .has-pb-50-pc {
    padding-bottom: 50px !important;
  }
}
.has-va-t,
table.has-va-t th,
table.has-va-t td,
tr.has-va-t th,
tr.has-va-t td {
  vertical-align: top !important;
}

.has-va-m,
table.has-va-m th,
table.has-va-m td,
tr.has-va-m th,
tr.has-va-m td {
  vertical-align: middle !important;
}

.has-va-b,
table.has-va-b th,
table.has-va-b td,
tr.has-va-b th,
tr.has-va-b td {
  vertical-align: bottom !important;
}

.has-box-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 768px) {
  .has-box-center-smp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-box-center-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.has-clear {
  clear: both !important;
}

.has-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.has-vh-c-trf {
  position: relative;
}
.has-vh-c-trf > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.has-vh-c-df {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.has-vh-c-tb {
  display: table;
  width: 100%;
}
.has-vh-c-tb > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.has-vh-c-tb > * > * {
  margin-left: auto;
  margin-right: auto;
}

.has-vh-c-ab {
  position: relative;
}
.has-vh-c-ab > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* ------------------------------------------------------------

module - general purpose

--------------------------------------------------------------- */
/* -----------------------------------------------
base
-------------------------------------------------- */
.mod-btn {
  position: relative;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: #ea0001;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.mod-btn-close {
  position: relative;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: #ea0001;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.mod-btn:hover {
  color: #fff;
  text-decoration: none;
}
.mod-btn-close:hover {
  color: #fff;
  text-decoration: none;
}
.mod-btn.is-disabled, .mod-btn.is-disabled:hover, .mod-btn[disabled], .mod-btn[disabled]:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
.mod-btn-close.is-disabled, .mod-btn-close.is-disabled:hover, .mod-btn-close[disabled], .mod-btn-close[disabled]:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

@media only screen and (max-width: 768px) {
  .mod-btn {
    min-width: 140px;
    padding: 9px 4px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .mod-btn-close {
    min-width: 140px;
    padding: 9px 4px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .mod-btn:not(:last-child) {
    margin-bottom: 8px;
  }
  .mod-btn-close:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-btn {
    min-width: 140px;
    margin: 3px 0;
    padding: 9px 12px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .mod-btn:not([disabled]):hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }

  label.mod-btn {
    margin-right: 0;
  }
}
.mod-btn.is-outline {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  font-weight: 400;
  color: #444;
}
.mod-btn.is-outline[disabled]:not(label):hover {
  color: #444;
}

@media only screen and (max-width: 768px) {
  .mod-btn.is-x-small {
    padding: 4px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-btn-close.is-x-small {
    padding: 4px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-btn.is-small, .mod-btn-chrd .mod-btn.is-x-small .mod-btn-close.is-x-small {
    padding: 5px 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mod-btn.is-large {
    padding: 12px 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mod-btn.is-x-large {
    padding: 18px 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-btn.is-x-small {
    min-width: 0;
    padding: 4px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mod-btn.is-small, .mod-btn-chrd .mod-btn.is-x-small {
    min-width: 60px;
    padding: 5px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mod-btn.is-large {
    min-width: 160px;
    padding: 12px 16px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mod-btn.is-x-large {
    min-width: 240px;
    padding: 18px 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* -----------------------------------------------
format
-------------------------------------------------- */
.mod-format-p {
  line-height: 1.7;
}
.mod-format-p.is-note {
  margin-top: .4em;
}
.mod-format-p.is-initial {
  padding-left: 1.4em !important;
  text-indent: -1.2em !important;
}
.mod-format-p.is-initial:before {
  content: "※";
  display: inline;
}

@media only screen and (max-width: 768px) {
  .mod-format-p:not(:last-child) {
    margin-bottom: 22.4px;
  }
  .mod-format-p.is-note {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .mod-format-p.is-note:not(:last-child) {
    margin-bottom: 11.2px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-format-p:not(:last-child) {
    margin-bottom: 22.4px;
  }
  .mod-format-p.is-note {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .mod-format-p.is-note:not(:last-child) {
    margin-bottom: 11.2px;
  }
}
.mod-format-ul {
  padding-left: 18px;
  line-height: 1.4;
}
.mod-format-ul > li:before,
.mod-format-ul .mod-format-ul > li:before {
  display: inline-block;
  float: left;
  margin-left: -0.7em;
  margin-right: 0.1em;
  font-weight: bold;
  line-height: 1;
  vertical-align: initial;
}
.mod-format-ul > li:after {
  content: "";
  display: block;
  clear: both;
}
.mod-format-ul > li:first-child {
  margin-top: 0;
}
.mod-format-ul > li:before {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 7px;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #444;
}

@media only screen and (max-width: 768px) {
  .mod-format-ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .mod-format-ul > li {
    margin-top: .5em;
  }
  .mod-format-ul > li:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mod-format-ul .mod-format-ul > li:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-format-ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .mod-format-ul > li {
    margin-top: .3em;
  }
  .mod-format-ul > li:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mod-format-ul .mod-format-ul > li:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------

include opensource

--------------------------------------------------------------- */
/* -----------------------------------------------
bootstrap
-------------------------------------------------- */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* -----------------------------------------------
custom bootstrap
-------------------------------------------------- */
.row {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row:before {
  width: 0;
  /* safari bugfix */
}
.row.is-tile > * {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row:not(.is-unfit) > *:not(.is-unfit) > * {
  width: 100% !important;
  min-width: 10px !important;
}
.row.is-row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row.is-row-0 > * {
  padding-right: 0px;
  padding-left: 0px;
}
.row.is-row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.is-row-10 > * {
  padding-right: 5px;
  padding-left: 5px;
}
.row.is-row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.is-row-20 > * {
  padding-right: 10px;
  padding-left: 10px;
}
.row.is-row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.is-row-30 > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row.is-row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.is-row-40 > * {
  padding-right: 20px;
  padding-left: 20px;
}
.row.is-row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.is-row-50 > * {
  padding-right: 25px;
  padding-left: 25px;
}
.row.is-row-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.is-row-60 > * {
  padding-right: 30px;
  padding-left: 30px;
}
.row.is-col-0 > * {
  margin-top: 0px !important;
}
.row.is-col-10 {
  margin-top: -10px;
}
.row.is-col-10 > * {
  margin-top: 10px !important;
}
.row.is-col-20 {
  margin-top: -20px;
}
.row.is-col-20 > * {
  margin-top: 20px !important;
}
.row.is-col-30 {
  margin-top: -30px;
}
.row.is-col-30 > * {
  margin-top: 30px !important;
}
.row.is-col-40 {
  margin-top: -40px;
}
.row.is-col-40 > * {
  margin-top: 40px !important;
}
.row.is-col-50 {
  margin-top: -50px;
}
.row.is-col-50 > * {
  margin-top: 50px !important;
}
.row.is-col-60 {
  margin-top: -60px;
}
.row.is-col-60 > * {
  margin-top: 60px !important;
}

@media only screen and (max-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 20px;
  }
  .row.is-row-0-sm {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.is-row-0-sm > * {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row.is-row-10-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.is-row-10-sm > * {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.is-row-20-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.is-row-20-sm > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.is-row-30-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.is-row-30-sm > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.is-row-40-sm {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.is-row-40-sm > * {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.is-row-50-sm {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.is-row-50-sm > * {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row.is-row-60-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.is-row-60-sm > * {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.is-col-0-sm > * {
    margin-top: 0px !important;
  }
  .row.is-col-10-sm {
    margin-top: -10px;
  }
  .row.is-col-10-sm > * {
    margin-top: 10px !important;
  }
  .row.is-col-20-sm {
    margin-top: -20px;
  }
  .row.is-col-20-sm > * {
    margin-top: 20px !important;
  }
  .row.is-col-30-sm {
    margin-top: -30px;
  }
  .row.is-col-30-sm > * {
    margin-top: 30px !important;
  }
  .row.is-col-40-sm {
    margin-top: -40px;
  }
  .row.is-col-40-sm > * {
    margin-top: 40px !important;
  }
  .row.is-col-50-sm {
    margin-top: -50px;
  }
  .row.is-col-50-sm > * {
    margin-top: 50px !important;
  }
  .row.is-col-60-sm {
    margin-top: -60px;
  }
  .row.is-col-60-sm > * {
    margin-top: 60px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .row:not(:last-child) {
    margin-bottom: 20px;
  }
  .row.is-row-0-md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.is-row-0-md > * {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row.is-row-10-md {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.is-row-10-md > * {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.is-row-20-md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.is-row-20-md > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.is-row-30-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.is-row-30-md > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.is-row-40-md {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.is-row-40-md > * {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.is-row-50-md {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.is-row-50-md > * {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row.is-row-60-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.is-row-60-md > * {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.is-col-0-md > * {
    margin-top: 0px !important;
  }
  .row.is-col-10-md {
    margin-top: -10px;
  }
  .row.is-col-10-md > * {
    margin-top: 10px !important;
  }
  .row.is-col-20-md {
    margin-top: -20px;
  }
  .row.is-col-20-md > * {
    margin-top: 20px !important;
  }
  .row.is-col-30-md {
    margin-top: -30px;
  }
  .row.is-col-30-md > * {
    margin-top: 30px !important;
  }
  .row.is-col-40-md {
    margin-top: -40px;
  }
  .row.is-col-40-md > * {
    margin-top: 40px !important;
  }
  .row.is-col-50-md {
    margin-top: -50px;
  }
  .row.is-col-50-md > * {
    margin-top: 50px !important;
  }
  .row.is-col-60-md {
    margin-top: -60px;
  }
  .row.is-col-60-md > * {
    margin-top: 60px !important;
  }
}
/* ------------------------------------------------------------

project style

--------------------------------------------------------------- */
/* ------------------------------------------------------
 project base setting
--------------------------------------------------------- */
/* base setting */
/* Edge transition animation bugdfix */
@supports (-ms-ime-align: auto) {
  body:not(.is-msload) * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
/* IE11 transition animation bugdfix */
_:-ms-lang(x)::-ms-backdrop, body:not(.is-msload) * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@media only screen and (max-width: 768px) {
  a {
    text-decoration: underline;
  }

  input[type="radio"],
  input[type="checkbox"] {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
@media print, screen and (min-width: 769px) {
  a {
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  a,
  .mod-btn {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
/* ------------------------------------------------------
  theme has-class
--------------------------------------------------------- */
.has-c-red {
  color: #ea0001 !important;
}

/* ------------------------------------------------------
  grobal module setting
--------------------------------------------------------- */
/* btn */
.mod-btn {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mod-btn-close {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mod-btn.is-registered, .mod-btn.is-registered:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f3f3f3;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-weight: 400;
  color: #000;
  pointer-events: none;
}
.mod-btn.is-gray {
  background-color: #444 !important;
  border-color: transparent;
}
.mod-btn.is-black {
  background-color: #000 !important;
  border-color: transparent;
}
.mod-btn-close.is-black {
  background-color: #000 !important;
  border-color: transparent;
}
.mod-btn.is-arrow-r, .mod-btn.is-arrow-r-s, .mod-btn.is-arrow-l, .mod-btn.is-arrow-l-s, .mod-btn.is-arrow-t, .mod-btn.is-arrow-t-s, .mod-btn.is-arrow-b, .mod-btn-close.is-arrow-t, .mod-btn.is-arrow-b-s, .mod-btn.is-close {
  background-repeat: no-repeat;
}
.mod-btn.is-arrow-r {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_white_r.svg");
  background-position: 96% center;
  background-size: 8px auto;
}
.mod-btn.is-arrow-r-s {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_white_r_s.svg");
  background-position: 96% center;
  background-size: 6px auto;
}
.mod-btn.is-arrow-l {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_white_l.svg");
  background-position: 4% center;
  background-size: 8px auto;
}
.mod-btn.is-arrow-t {
  padding-right: 18px;
  padding-left: 18px;
  background-image: url("../images/icon_arrow_white_t_s.svg");
  background-position: 96% center;
  background-size: 9px auto;
}
.mod-btn.is-arrow-b {
  padding-right: 18px;
  padding-left: 18px;
  background-image: url("../images/icon_arrow_white_b_s.svg");
  background-position: 96% center;
  background-size: 9px auto;
}
.mod-btn-close.is-arrow-t {
  padding-right: 18px;
  padding-left: 18px;
  background-image: url("../images/icon_arrow_white_t_s.svg");
  background-position: 96% center;
  background-size: 9px auto;
}
.mod-btn.is-arrow-b.is-black {
  background-image: url("../images/icon_arrow_white_b.svg");
  background-size: 11px auto;
}
.mod-btn-close.is-arrow-t.is-black {
  background-image: url("../images/icon_arrow_white_t_s.svg");
  background-size: 11px auto;
}
.mod-btn.is-close {
  padding-right: 30px;
  padding-right: 20px;
  background-image: url("../images/icon_close_white.svg");
  background-position: 93% center;
  background-size: 11px auto;
}
.mod-btn.is-outline.is-arrow-r {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_gray_r.svg");
  background-position: 96% center;
  background-size: 8px auto;
}
.mod-btn.is-outline.is-arrow-r-s {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_gray_r_s.svg");
  background-position: 96% center;
  background-size: 5px auto;
}
.mod-btn.is-outline.is-arrow-l-s {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_gray_l_s.svg");
  background-position: 4% center;
  background-size: 5px auto;
}
.mod-btn.is-outline.is-arrow-b-s {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_gray_b_s.svg");
  background-position: 96% center;
  background-size: 9px auto;
}
.mod-btn.is-outline.is-arrow-t-s {
  padding-right: 14px;
  padding-left: 14px;
  background-image: url("../images/icon_arrow_gray_t_s.svg");
  background-position: 96% center;
  background-size: 9px auto;
}

.mod-btn.is-facebook {
  position: relative;
  width: 240px;
  background-color: #4267b2;
  padding: 14px 16px;
  font-size: 1.4rem;
}

.mod-btn.is-facebook::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 18px;
  width: 11px;
  height: 21px;
  background: url("../images/pre_icon_facebook.svg") no-repeat 0 0;
}

.mod-btn.is-twitter {
  position: relative;
  width: 240px;
  background-color: #1da1f2;
  padding: 14px 16px;
  font-size: 1.4rem;
}

.mod-btn.is-twitter::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 23px;
  height: 19px;
  background: url("../images/pre_icon_twitter.svg") no-repeat 0 0;
}

@media print, screen and (min-width: 769px) {
  .mod-btn:hover {
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
  }
}
/* ------------------------------------------------------
  theme module - 2nd grobal
--------------------------------------------------------- */
/* icon */
.mod-arrow-before,
.mod-arrow-before-l {
  color: #444;
  line-height: 1.5;
}
.mod-arrow-before:before,
.mod-arrow-before-l:before {
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-right: .4em;
  content: " ";
  background: url("../images/icon_arrow_gray_r.svg") no-repeat 0 0;
  background-size: 5px auto;
  vertical-align: baseline;
}

.mod-arrow-before-l:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mod-arrow-after {
  color: #444;
  line-height: 1.5;
}
.mod-arrow-after:after {
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-left: .6em;
  content: " ";
  background: url("../images/icon_arrow_gray_r.svg") no-repeat 0 0;
  background-size: 5px auto;
  vertical-align: baseline;
}

.mod-icon-display {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  background-color: #ea0001;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  vertical-align: text-bottom;
}
.mod-icon-display:before, .mod-icon-display:after {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 1px;
  background-color: #fff;
}
.mod-icon-display:before {
  width: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mod-icon-display:after {
  width: 9px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-on .mod-icon-display:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

a:hover .mod-icon-display {
  -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}

.mod-chain-form:after {
  content: "";
  display: block;
  clear: both;
}
.mod-chain-form input,
.mod-chain-form .mod-icon-hyphen {
  float: left;
}

/* txt */
.mod-form-txt.is-note {
  font-weight: 700;
  color: #ea0001;
}

p.mod-form-txt {
  margin-bottom: 7px;
}

dl.mod-form-txt {
  margin-bottom: 8px;
}
dl.mod-form-txt dt {
  margin-bottom: 2px;
}
dl.mod-form-txt dd {
  font-size: 18px;
  font-size: 1.8rem;
}

.mod-head-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.mod-head-txt:not(:last-child) {
  margin-bottom: 30px;
}

.mod-note-txt {
  display: block;
  padding-left: 1em;
  line-height: 1.4;
}
.mod-note-txt:before {
  content: "※";
  margin-left: -1em;
}
.mod-note-txt:not(:last-child) {
  margin-bottom: 1em;
}

.is-disabled-txt,
a.is-disabled-txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  pointer-events: none;
  color: #000 !important;
}

.mod-survey-ttl-txt {
  margin-bottom: 14px;
  padding-left: 2.5em;
  font-weight: 500;
  line-height: 1.3;
}
.mod-survey-ttl-txt strong {
  margin-right: 10px;
  margin-left: -1.6em;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Roboto";
  font-weight: 700;
  color: #ea0001;
}
.mod-survey-ttl-txt.is-required {
  position: relative;
}
.mod-survey-ttl-txt.is-required:after {
  content: "必須";
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  background-color: #ea0001;
  color: #fff;
  vertical-align: baseline;
}

/* icon */
.mod-icon-hyphen {
  display: inline-block;
  vertical-align: inherit;
}
.mod-icon-hyphen:before {
  display: inline-block;
  position: relative;
  top: -5px;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #707070;
}

/* block */
.mod-page-head .mod-page-head__ttl {
  background-repeat: no-repeat;
  line-height: 1.4;
}
.mod-page-head .mod-page-head__ttl.is-point {
  background-image: url(../images/icon_point.svg);
}
.mod-page-head .mod-page-head__ttl.is-faq {
  background-image: url(../images/icon_faq.svg);
}
.mod-page-head .mod-page-head__ttl.is-user {
  background-image: url(../images/icon_user.svg);
}
.mod-page-head .mod-page-head__ttl.is-info {
  background-image: url(../images/icon_info.svg);
}
.mod-page-head .mod-page-head__ttl.is-room {
  background-image: url(../images/icon_room.svg);
}
.mod-page-head .mod-page-head__ttl.is-map {
  background-image: url(../images/icon_map.svg);
}
.mod-page-head .mod-page-head__ttl.is-sns {
  background-image: url(../images/icon_sns.svg);
}
.mod-page-head .mod-page-head__ttl.is-lock {
  background-image: url(../images/icon_lock.svg);
}
.mod-page-head .mod-page-head__ttl.is-withdraw {
  background-image: url(../images/icon_withdraw.svg);
}
.mod-page-head .mod-page-head__ttl.is-survey {
  background-image: url(../images/icon_survey.svg);
}
.mod-page-head .mod-page-head__ttl.is-opinion {
  background-image: url(../images/icon_opinion.svg);
}
.mod-page-head .mod-page-head__ttl.is-reserve {
  background-image: url(../images/icon_reserve.svg);
}
.mod-page-head .mod-page-head__ttl.is-result {
  background-image: url(../images/icon_result.svg);
}
.mod-page-head .mod-page-head__ttl.is-contact {
  background-image: url(../images/pre_icon_contact.svg);
}
.mod-page-head .mod-page-head__ttl.is-loveblood {
  background-image: url(../images/icon_loveblood.svg);
}
.mod-page-head .mod-page-head__ttl.is-code {
  background-image: url(../images/pre_icon_code.svg);
}
.mod-page-head .mod-page-head__ttl.is-consent {
  background-image: url(../images/pre_icon_consent.svg);
}
.mod-page-head .mod-page-head__ttl.is-mail {
  background-image: url(../images/pre_icon_mail.svg);
}
.mod-page-head .mod-page-head__detail {
  border: 6px solid #f3f3f3;
  font-size: 14px;
  font-size: 1.4rem;
}
.mod-page-head .mod-page-head__detail dl {
  line-height: 1.3;
}
.mod-page-head .mod-page-head__detail dl:not(:first-child) dt {
  border-top: 1px solid #ddd;
}
.mod-page-head .mod-page-head__detail dl:not(:first-child) dd {
  border-top: 1px solid #ddd;
}
.mod-page-head .mod-page-head__detail dt {
  font-weight: 500;
}
.mod-page-head .mod-page-head__detail dd {
  color: #444;
}

.mod-section {
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.mod-section.is-on {
  border: 6px solid #ea0001;
}

.mod-txt-section .mod-txt-section__ttl {
  font-weight: 500;
  color: #ea0001;
  line-height: 1.2;
}
.mod-txt-section .mod-format-p,
.mod-txt-section .mod-format-ul {
  color: #444;
}

.mod-box-gray {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.mod-box-gray:not(:last-child) {
  margin-bottom: 28px;
}

.mod-list-table {
  line-height: 1.6;
}
.mod-list-table tbody .mod-list-table__exp {
  font-size: 13px;
  font-size: 1.3rem;
  color: #444;
}
.mod-list-table tbody .mod-list-table__exp strong {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ea0001;
}
.mod-list-table tbody .mod-list-table__point {
  font-family: "Roboto";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.mod-list-table tbody .mod-list-table__point strong {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
}
.mod-list-table tbody .mod-list-table__deadline {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.mod-list-table tbody .mod-list-table__deadline strong {
  display: inline-block;
  width: 1.8em;
  margin-right: 3px;
  font-family: "Roboto";
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.mod-list-table td.is-new:after {
  display: inline-block;
  content: "最新";
  min-width: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ea0001;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  color: #fff;
}
.mod-list-table .mod-list-table__num {
  display: inline-block;
  min-width: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  line-height: 23px;
  color: #444;
}

.mod-box-error {
  margin-bottom: 30px;
  background-color: #fff2f2;
  border: 1px solid #ea0001;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.mod-box-error h2 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.mod-box-error ul li {
  padding-left: .75em;
}
.mod-box-error ul li:before {
  display: inline-block;
  content: "・";
  margin-left: -1em;
}
.mod-box-error ul li:not(:last-child) {
  margin-bottom: .6em;
}
.mod-box-error p:not(:last-child) {
  margin-bottom: .8em;
}

/* main content */
.mod-page-link {
  margin-bottom: 10px;
  background-color: #f1f0ec;
  line-height: 1.5;
}
.mod-page-link li {
  display: inline-block;
}
.mod-page-link a {
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-select-prefs {
  margin-bottom: 20px;
  background-color: #ea0001;
}
.mod-select-prefs h2 {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url("../images/icon_prefs.svg") no-repeat 0 center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.mod-select-prefs-list .mod-select-prefs-list__label {
  margin-right: 18px;
  color: #ea0001;
  font-weight: 700;
  vertical-align: -3px;
}

.mod-select-prefs-list select.is-strong {
  border: 2px solid #ea0001;
}

@media only screen and (max-width: 768px) {
  /* txt */
  .mod-survey-ttl-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mod-survey-ttl-txt.is-required:after {
    min-width: 38px;
  }

  /* icon */
  .mod-icon-hyphen {
    margin-right: 4px;
    margin-left: 4px;
    line-height: 40px;
  }

  /* block */
  .mod-page-head {
    padding-bottom: 15px;
  }
  .mod-page-head .mod-page-head__ttl {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 77px;
    padding: 0 10px 0 50px;
    font-size: 20px;
    font-size: 2rem;
    background-position: 10px center;
    background-size: 32px auto;
  }
  .mod-page-head .mod-page-head__ttl.is-loveblood {
    background-size: 37px auto;
  }
  .mod-page-head .mod-page-head__detail {
    width: 98%;
    margin: 0 1% 5px;
  }
  .mod-page-head .mod-page-head__detail dl {
    display: table;
    width: 100%;
  }
  .mod-page-head .mod-page-head__detail dt, .mod-page-head .mod-page-head__detail dd {
    display: table-cell;
    padding: 8px 6px;
  }
  .mod-page-head .mod-page-head__detail dt {
    white-space: nowrap;
  }
  .mod-page-head .mod-page-head__detail dd {
    width: 100%;
  }

  .mod-section {
    padding: 28px 22px 40px;
  }
  .mod-section:not(:last-child) {
    margin-bottom: 28px;
  }
  .mod-section .mod-section__ttl {
    margin: -28px -23px 28px;
    padding: 14px;
    background-color: #ea0001;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #fff;
  }
  .mod-section .mod-section__txt,
  .mod-section .mod-section__linktxt {
    margin: -4px 0 33px;
    text-align: right;
  }
  .mod-section .mod-section__btn {
    margin: 0 -12px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
    text-align: center;
  }
  .mod-section .mod-section__btn:before {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-top: 1px dashed #aaa;
  }
  .mod-section .mod-section__point {
    margin-bottom: 20px;
    text-align: center;
  }

  .mod-txt-section {
    padding: 0 15px 5px;
  }
  .mod-txt-section:not(:last-child) {
    margin-bottom: 28px;
  }
  .mod-txt-section .mod-txt-section__ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .mod-box-gray {
    padding: 10px;
  }

  .mod-list-table {
    display: block;
    margin-left: -17px;
    margin-right: -17px;
    width: auto;
  }
  .mod-list-table:not(:last-child) {
    margin-bottom: 20px;
  }
  .mod-list-table thead {
    display: none;
  }
  .mod-list-table tbody, .mod-list-table tr, .mod-list-table th, .mod-list-table td {
    display: block;
  }
  .mod-list-table tbody tr {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 6px solid #f1f0ec;
  }
  .mod-list-table tbody td {
    position: relative;
    padding: 6px 0 6px 90px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mod-list-table tbody td:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: attr(data-label-smp);
    width: 85px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #ea0001;
  }
  .mod-list-table td.is-new:after,
  .mod-list-table .mod-list-table__num {
    position: absolute;
    top: 3px;
    right: -3px;
  }
  .mod-list-table .mod-list-table__deadline {
    margin-left: 20px;
  }
  .mod-list-table.is-point th, .mod-list-table.is-point td {
    padding-left: 125px;
  }
  .mod-list-table.is-point th:before, .mod-list-table.is-point td:before {
    width: 120px;
  }
  .mod-list-table.is-pointsave th, .mod-list-table.is-pointsave td {
    padding-left: 140px;
  }
  .mod-list-table.is-pointsave th:before, .mod-list-table.is-pointsave td:before {
    width: 135px;
  }
  .mod-list-table.is-survey th, .mod-list-table.is-survey td {
    padding-left: 115px;
  }
  .mod-list-table.is-survey th:before, .mod-list-table.is-survey td:before {
    width: 110px;
  }
  .mod-list-table.is-survey th:first-child, .mod-list-table.is-survey td:first-child {
    padding-bottom: 11px;
  }

  .mod-box-error {
    padding: 10px;
  }

  /* main content */
  .mod-page-link ul {
    padding: 9px 14px 15px;
  }
  .mod-page-link li {
    padding: 4px 4px;
  }

  .mod-select-prefs {
    padding: 14px;
  }
  .mod-select-prefs h2 {
    margin-bottom: 20px;
    padding-left: 24px;
    min-height: 26px;
    background-size: 16px auto;
  }

  .mod-select-prefs-list li {
    margin: 15px;
  }

  .mod-select-prefs-list select {
    width: 180px;
  }

  /* layout */
  .l-transit-brn {
    text-align: center;
  }
  .l-transit-brn .l-transit-brn__r {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  /* txt */
  .mod-survey-ttl-txt {
    font-size: 20px;
    font-size: 2rem;
  }
  .mod-survey-ttl-txt.is-required:after {
    position: relative;
    top: -2px;
    min-width: 43px;
  }

  /* icon */
  .mod-icon-display {
    margin-left: 38px;
  }

  .mod-icon-hyphen {
    margin-right: 4px;
    margin-left: -1px;
    line-height: 46px;
  }

  /* block */
  .mod-page-head {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: start;
    width: 100%;
    padding: 15px 10px;
  }
  .mod-page-head .mod-page-head__ttl {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 105px;
    padding: 0 40px 0 96px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .mod-page-head .mod-page-head__ttl.is-point {
    background-position: 24px center;
  }
  .mod-page-head .mod-page-head__ttl.is-faq {
    background-position: 29px center;
  }
  .mod-page-head .mod-page-head__ttl.is-user {
    background-position: 30px center;
  }
  .mod-page-head .mod-page-head__ttl.is-info {
    background-position: 31px center;
  }
  .mod-page-head .mod-page-head__ttl.is-room {
    background-position: 24px center;
  }
  .mod-page-head .mod-page-head__ttl.is-map {
    background-position: 32px center;
  }
  .mod-page-head .mod-page-head__ttl.is-sns {
    background-position: 21px center;
  }
  .mod-page-head .mod-page-head__ttl.is-lock {
    background-position: 35px center;
  }
  .mod-page-head .mod-page-head__ttl.is-withdraw {
    background-position: 31px center;
  }
  .mod-page-head .mod-page-head__ttl.is-survey {
    background-position: 31px center;
  }
  .mod-page-head .mod-page-head__ttl.is-opinion {
    background-position: 31px center;
  }
  .mod-page-head .mod-page-head__ttl.is-reserve {
    background-position: 25px center;
  }
  .mod-page-head .mod-page-head__ttl.is-result {
    background-position: 25px center;
  }
  .mod-page-head .mod-page-head__ttl.is-contact {
    background-position: 25px center;
  }
  .mod-page-head .mod-page-head__ttl.is-loveblood {
    background-position: 25px center;
  }
  .mod-page-head .mod-page-head__ttl.is-code {
    background-position: 25px center;
  }
  .mod-page-head .mod-page-head__ttl.is-consent {
    background-position: 23px center;
  }
  .mod-page-head .mod-page-head__ttl.is-mail {
    background-position: 28px center;
  }
  .mod-page-head .mod-page-head__detail {
    width: 31.75%;
  }
  .mod-page-head .mod-page-head__detail dl {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .mod-page-head .mod-page-head__detail dt {
    width: 118px;
    padding: 14px 4px 14px 12px;
  }
  .mod-page-head .mod-page-head__detail dd {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 14px 5px 14px 0;
  }

  .mod-section {
    min-height: 200px;
    padding: 40px 80px;
  }
  .mod-section:not(:last-child) {
    margin-bottom: 20px;
  }
  .mod-section .mod-section__ttl {
    position: relative;
    margin: -40px -80px 40px;
    padding: 31px;
    border-left: 4px solid #ea0001;
    background-color: #f9f9f9;
    -moz-box-shadow: inset 0 0 0 4px white;
    -webkit-box-shadow: inset 0 0 0 4px white;
    box-shadow: inset 0 0 0 4px white;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .mod-section .mod-section__txt,
  .mod-section .mod-section__linktxt {
    position: absolute;
    top: 34px;
    right: 20px;
  }
  .mod-section .mod-section__btn {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .mod-section .mod-section__point {
    position: absolute;
    top: 22px;
    right: 15px;
  }

  .mod-txt-section:first-child {
    padding-top: 10px;
  }
  .mod-txt-section:not(:last-child) {
    margin-bottom: 40px;
  }
  .mod-txt-section .mod-txt-section__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }

  .mod-box-gray {
    padding: 30px 60px;
  }

  .mod-list-table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    border-left: 1px solid #ddd;
  }
  .mod-list-table:not(:last-child) {
    margin-bottom: 20px;
  }
  .mod-list-table th, .mod-list-table td {
    border-right: 1px solid #ddd;
    word-break: break-all;
  }
  .mod-list-table thead th, .mod-list-table thead td {
    padding: 10px;
    font-weight: 700;
    line-height: 1.5;
    color: #ea0001;
  }
  .mod-list-table thead .mod-list-table__type {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mod-list-table thead .mod-list-table__type strong {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .mod-list-table tbody tr:nth-child(odd) {
    background-color: #f7f7f4;
  }
  .mod-list-table tbody td {
    height: 55px;
    padding: 7px 12px;
  }
  .mod-list-table td.is-new:after,
  .mod-list-table .mod-list-table__num {
    float: right;
    margin-top: 1px;
  }
  .mod-list-table .mod-list-table__deadline {
    margin-left: 10px;
  }
  .mod-list-table.is-point th, .mod-list-table.is-point td {
    padding: 12px 10px 12px 15px;
  }
  .mod-list-table.is-point th:last-child, .mod-list-table.is-point td:last-child {
    padding: 12px 10px;
  }
  .mod-list-table.is-pointsave th, .mod-list-table.is-pointsave td {
    padding: 12px;
  }
  .mod-list-table.is-survey thead th, .mod-list-table.is-survey thead td {
    padding: 18px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .mod-list-table.is-survey thead th:last-child, .mod-list-table.is-survey thead td:last-child {
    padding-left: 30px;
  }
  .mod-list-table.is-survey tbody th, .mod-list-table.is-survey tbody td {
    padding: 9px 10px;
  }
  .mod-list-table.is-survey tbody th:first-child, .mod-list-table.is-survey tbody td:first-child {
    padding: 14px 30px 21px 10px;
  }
  .mod-list-table.is-survey tbody th:last-child, .mod-list-table.is-survey tbody td:last-child {
    padding-left: 30px;
  }

  .mod-box-error {
    padding: 35px;
  }

  /* main content */
  .mod-page-link {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mod-page-link ul {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 10px 19px;
  }
  .mod-page-link li {
    padding: 3px 14px;
  }

  .mod-select-prefs {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 24px 32px 21px;
  }
  .mod-select-prefs h2 {
    width: 27.11%;
    min-width: 280px;
    min-height: 35px;
    padding-left: 32px;
    background-size: 23px auto;
  }
  .mod-select-prefs .mod-select-prefs__select {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .mod-select-prefs-list li {
    display: inline-block;
    margin: 5px 40px 5px 0;
  }

  .mod-select-prefs-list li:last-child {
    margin-right: 0;
  }

  .mod-select-prefs-list select {
    width: 200px;
  }

  /* layout */
  .l-transit-brn {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 40px;
  }
  .l-transit-brn .l-transit-brn__c {
    width: 100%;
    text-align: center;
  }
  .l-transit-brn .l-transit-brn__r {
    width: 50%;
    padding-left: 30px;
    text-align: left;
  }
  .l-transit-brn .l-transit-brn__l {
    width: 50%;
    padding-right: 30px;
    text-align: right;
  }
}
@media only screen and (max-width: 374px) {
  .mod-icon-hyphen {
    margin-right: 2px;
    margin-left: 2px;
  }

  .mod-icon-hyphen:before {
    width: 5px;
  }

  .mod-list-table tbody tr {
    padding: 10px;
  }
  .mod-list-table tbody td.is-new:after,
  .mod-list-table tbody .mod-list-table__num {
    right: 0px;
  }
  .mod-list-table tbody .mod-list-table__deadline {
    margin-left: 5px;
  }
  .mod-list-table.is-survey th, .mod-list-table.is-survey td {
    padding-left: 85px;
  }
  .mod-list-table.is-survey th:before, .mod-list-table.is-survey td:before {
    width: 75px;
  }

  .mod-nav ul li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* スマホ IE11 bagfix */
@media only screen and (max-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop, .mod-page-head .mod-page-head__ttl {
    height: 77px;
  }
}
/* PC IE11 bagfix */
@media print, screen and (min-width: 769px) {
  _:-ms-lang(x)::-ms-backdrop, .has-vh-c-df.mod-section {
    height: 200px;
  }
}
/* ------------------------------------------------------
  theme module - modal
--------------------------------------------------------- */
.modaal-inner-wrapper {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

/* jQuery modaal - IE bugfix */
_:-ms-lang(x)::-ms-backdrop, .modaal-outer-wrapper {
  display: block;
}

_:-ms-lang(x)::-ms-backdrop, .modaal-inner-wrapper {
  display: block;
}

.modaal-container {
  margin: 0;
}

/* jQuery modaal - modaal custom style */
.modaal-container {
  width: 100%;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

/* jQuery modaal - style */
.mod-modal-swapbox {
  display: none;
}

.mod-modal {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #f3f3f3;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.mod-modal .mod-modal__body {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.mod-modal .mod-modal__ttl {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #ea0001;
}
.mod-modal.is-rich {
  border: none;
}
.mod-modal.is-rich .mod-modal__body {
  text-align: left;
}
.mod-modal.is-rich .mod-modal__ttl {
  margin-bottom: 40px;
  font-weight: 400;
  color: #000;
}

.mod-modal-close-btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
}
.mod-modal-close-btn:before, .mod-modal-close-btn:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #444;
}
.mod-modal-close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.mod-modal-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  /* jQuery modaal - modaal custom style */
  .modaal-container {
    max-width: 600px;
  }

  .modaal-inner-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* jQuery modaal - style */
  .mod-modal {
    min-height: 200px;
    padding: 20px;
  }
  .mod-modal .mod-modal__ttl {
    text-align: center;
  }
  .mod-modal.is-rich .mod-modal__ttl {
    margin-bottom: 20px;
  }

  .mod-modal-close-btn {
    top: 3px;
    right: 3px;
  }
}
@media print, screen and (min-width: 769px) {
  /* jQuery modaal - modaal custom style */
  .modaal-container {
    max-width: 1040px;
  }

  /* jQuery modaal - style */
  .mod-modal {
    max-width: 800px;
    min-height: 320px;
    padding: 50px;
  }
  .mod-modal .mod-modal__body {
    text-align: center;
  }
  .mod-modal.is-rich {
    max-width: 1040px;
    padding: 65px 80px 40px;
  }
  .mod-modal.is-rich .mod-modal__ttl {
    margin-bottom: 40px;
  }

  .mod-modal-close-btn {
    top: 15px;
    right: 15px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .mod-modal-close-btn:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
/* ------------------------------------------------------
  FAQ
--------------------------------------------------------- */
.mod-faq-title {
  position: relative;
}

.mod-faq-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  border-bottom: 2px solid #ea0001;
}

.mod-fap-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}

.mod-fap-box .mod-fap-box__qestion {
  position: relative;
  font-weight: 500;
}

.mod-fap-box .mod-fap-box__qestion .mod-icon-display {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.mod-fap-box .mod-fap-box__answer {
  position: relative;
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  font-weight: 300;
}
.mod-fap-box .mod-fap-box__answer p:not(:last-child) {
  margin-bottom: 1em;
}
.mod-fap-box .mod-fap-box__answer a {
  display: inline-block;
  margin: 30px 2em 0 0;
}

.mod-fap-box .mod-fap-box__ttl {
  position: absolute;
  left: 0;
  color: #ea0001;
  font-family: 'Roboto';
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .mod-faq-title {
    margin: 0 10px 20px;
    padding-bottom: 10px;
    font-size: 2rem;
  }

  .mod-faq-title:not(:first-child) {
    margin-top: 40px;
  }

  .mod-fap-box {
    margin: 0 10px 15px;
    padding: 5px 15px;
  }

  .mod-fap-box .mod-fap-box__qestion {
    padding: 15px 30px 15px 25px;
    font-size: 1.4rem;
  }

  .mod-fap-box .mod-fap-box__answer {
    padding: 15px 10px 15px 25px;
  }

  .mod-fap-box .mod-fap-box__ttl {
    top: 7px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-faq-title {
    margin-bottom: 32px;
    padding-bottom: 15px;
    font-size: 2.4rem;
  }

  .mod-faq-title:not(:first-child) {
    margin-top: 80px;
  }

  .mod-fap-box {
    margin-bottom: 20px;
    padding: 5px 30px;
  }

  .mod-fap-box .mod-fap-box__qestion {
    padding: 25px 35px 25px 38px;
  }

  .mod-fap-box .mod-fap-box__answer {
    padding: 25px 35px 25px 38px;
  }

  .mod-fap-box .mod-fap-box__ttl {
    top: 15px;
    font-size: 2.8rem;
  }
}
/* ------------------------------------------------------
  terms
--------------------------------------------------------- */
.mod-terms-title {
  margin-bottom: 10px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.mod-number-list li {
  margin-bottom: 5px;
  line-height: 1.6;
}

.mod-number-list .mod-number-list__num {
  float: left;
  min-width: 18px;
  margin-right: 10px;
  text-align: center;
}

.mod-number-list .mod-number-list__text {
  overflow: hidden;
}

/* ------------------------------------------------------
  contact
--------------------------------------------------------- */
.mod-img-box {
  background-color: #f7f7f4;
  padding: 10px 30px;
}

.mod-img-box .mod-img-box__ttl {
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .mod-img-box {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 20px 10px;
  }

  .mod-img-box .mod-img-box__ttl {
    text-align: center;
    margin-bottom: 10px;
  }

  .mod-img-box .mod-img-box__img {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-img-box {
    overflow: hidden;
  }

  .mod-img-box .mod-img-box__ttl {
    float: left;
    margin-top: 35px;
    width: 30%;
    padding-right: 10px;
  }

  .mod-img-box .mod-img-box__img {
    position: relative;
    float: right;
    width: 70%;
    padding-top: 65%;
  }

  .mod-img-box .mod-img-box__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
/* ------------------------------------------------------
  package(Survey)
--------------------------------------------------------- */
.mod-pkg-fieldset-v table td,
.mod-pkg-fieldset-h table td {
  position: relative;
}
.mod-pkg-fieldset-v input,
.mod-pkg-fieldset-h input {
  position: absolute;
  left: 6px;
}
.mod-pkg-fieldset-v label,
.mod-pkg-fieldset-h label {
  margin-left: 25px;
}
.mod-pkg-fieldset-v.is-error fieldset,
.mod-pkg-fieldset-h.is-error fieldset {
  background-color: #fff2f2;
}

.mod-pkg-fieldset-v table {
  width: 100%;
  border-collapse: collapse;
}
.mod-pkg-fieldset-v table tr {
  border-bottom: 1px dashed #aaa;
}

.mod-pkg-txtarea-1 textarea.is-error,
.mod-pkg-txtarea-5 textarea.is-error {
  margin-top: 0;
}

.mod-pkg-note-txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}

.mod-section__txt:first-child ~ .mod-box-error {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .mod-pkg-fieldset-v:not(:last-child),
  .mod-pkg-fieldset-h:not(:last-child) {
    margin-bottom: 40px;
  }
  .mod-pkg-fieldset-v td,
  .mod-pkg-fieldset-h td {
    padding: 10px 4px;
  }
  .mod-pkg-fieldset-v input,
  .mod-pkg-fieldset-h input {
    top: 22px;
  }

  .mod-pkg-fieldset-h td {
    display: block;
    border-bottom: 1px dashed #aaa;
  }

  .mod-pkg-txtarea-1:not(:last-child),
  .mod-pkg-txtarea-5:not(:last-child) {
    margin-bottom: 40px;
  }
  .mod-pkg-txtarea-1 textarea,
  .mod-pkg-txtarea-5 textarea {
    max-height: 180px;
    margin-top: 19px;
  }

  .mod-pkg-fieldset-v .mod-form-txt.is-added-error,
  .mod-pkg-fieldset-h .mod-form-txt.is-added-error,
  .mod-pkg-txtarea-1 .mod-form-txt.is-added-error,
  .mod-pkg-txtarea-5 .mod-form-txt.is-added-error {
    margin: 20px 0 20px 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-pkg-fieldset-v,
  .mod-pkg-fieldset-h {
    margin-top: 20px;
    padding-left: 50px;
    width: 100%;
    max-width: 940px;
  }
  .mod-pkg-fieldset-v input[type=radio],
  .mod-pkg-fieldset-h input[type=radio] {
    top: 17px;
  }
  .mod-pkg-fieldset-v input[type=checkbox],
  .mod-pkg-fieldset-h input[type=checkbox] {
    top: 19px;
  }

  .mod-pkg-fieldset-v:not(:last-child) {
    margin-bottom: 78px;
  }
  .mod-pkg-fieldset-v td {
    padding: 2px 0;
  }

  .mod-pkg-fieldset-h:not(:last-child) {
    margin-bottom: 68px;
  }
  .mod-pkg-fieldset-h table {
    width: 100%;
    max-width: 860px;
  }

  .mod-pkg-txtarea-1,
  .mod-pkg-txtarea-5 {
    margin: 20px 0 0 50px;
  }
  .mod-pkg-txtarea-1:not(:last-child),
  .mod-pkg-txtarea-5:not(:last-child) {
    margin-bottom: 77px;
  }
  .mod-pkg-txtarea-1 textarea,
  .mod-pkg-txtarea-5 textarea {
    max-width: 760px;
    max-height: 300px;
    width: 93.624%;
    margin-top: 14px;
  }

  .mod-pkg-txtarea-5 textarea {
    min-height: 140px;
  }

  .mod-pkg-fieldset-v .mod-form-txt.is-added-error,
  .mod-pkg-fieldset-h .mod-form-txt.is-added-error,
  .mod-pkg-txtarea-1 .mod-form-txt.is-added-error,
  .mod-pkg-txtarea-5 .mod-form-txt.is-added-error {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------------
  error page
--------------------------------------------------------- */
body.is-gray {
  background-color: #f3f3f3;
}

body.is-gray .frame-wrapper .frame-footer {
  background-color: #f3f3f3;
}

.mod-form-box {
  background-color: #f7f7f4;
}

.mod-form-box .mod-form-box__title {
  margin-bottom: 15px;
  color: #ea0001;
  font-weight: 500;
}

.mod-form-box .mod-form-box__input .mod-form-box__label {
  font-weight: 500;
}

.mod-form-box .mod-form-box__input input {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mod-form-box {
    padding: 25px 15px 20px;
  }

  .mod-form-box .mod-form-box__input {
    margin-bottom: 25px;
  }

  .mod-form-box .mod-form-box__input li {
    margin-bottom: 15px;
  }

  .mod-form-box .mod-form-box__input .mod-form-box__label {
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-form-box {
    padding: 30px;
  }

  .mod-form-box .mod-form-box__input {
    margin-bottom: 15px;
  }

  .mod-form-box .mod-form-box__input li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .mod-form-box .mod-form-box__input input {
    border-color: #ddd;
  }

  .mod-form-box .mod-form-box__input .mod-form-box__label {
    width: 110px;
    flex-shrink: 0;
  }
}
.mod-maintenance {
  position: relative;
  border: 6px solid #ea0001;
  text-align: center;
}

.mod-maintenance::before {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/pre_signup_bg.png) no-repeat 50% 100%;
}

.mod-maintenance .mod-maintenance__ttl {
  color: #ea0001;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .mod-maintenance {
    margin: 90px 10px 50px;
    padding: 40px 20px 50px;
  }

  .mod-maintenance::before {
    top: -72px;
    width: 90%;
    max-width: 360px;
    height: 68px;
    background-size: 100% auto;
  }

  .mod-maintenance .mod-maintenance__ttl {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod-maintenance {
    max-width: 800px;
    margin: 110px auto 50px;
    padding: 60px 20px 90px;
  }

  .mod-maintenance::before {
    top: -93px;
    width: 477px;
    height: 89px;
  }

  .mod-maintenance .mod-maintenance__ttl {
    margin-bottom: 35px;
    font-size: 2.2rem;
  }
}
