@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-footer .logo img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    font-size: 1.4rem;
  }
}

.l-header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .l-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.l-header__logo {
  max-width: 30rem;
}

.l-header__contact {
  margin-left: 1rem;
}

.l-header__contact .reception-time {
  max-width: 36rem;
}

.l-header__contact .tel img {
  max-width: 5.2rem;
  vertical-align: text-bottom;
  margin-right: .5rem;
}

.l-header__contact .mail-wrap {
  max-width: 34rem;
  margin-left: 1rem;
}

.l-container {
  max-width: 117.5rem;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sm {
  max-width: 84rem;
  margin-right: auto;
  margin-left: auto;
}

.u-title-section {
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .u-title-section {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .u-title-section {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .u-title-section {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 360px) {
  .u-title-section {
    font-size: 8vw;
  }
}

.u-title-section span {
  position: relative;
  display: inline-block;
}

.u-title-section span::before {
  content: '';
  width: 101%;
  height: 1rem;
  position: absolute;
  left: 50%;
  bottom: -2px;
  background: #F7931E;
  transform: skew(60deg) translateX(-50%) rotate(-0.5deg);
}

@media screen and (max-width: 768px) {
  .u-title-section span::before {
    height: .5rem;
  }
}

.p-top-confidence .u-title-section {
  z-index: 10;
}

.p-top-confidence__paragraph {
  margin-right: 1.5rem;
  font-size: 3.4rem;
  width: 58%;
}

@media screen and (max-width: 1024px) {
  .p-top-confidence__paragraph {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-confidence__paragraph {
    width: 100%;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .p-top-confidence__paragraph {
    margin-right: 0;
    font-size: 1.6rem;
  }
}

.p-top-confidence__visual {
  width: 42%;
}

@media screen and (max-width: 640px) {
  .p-top-confidence__visual {
    width: 100%;
    max-width: 40rem;
  }
}

.p-top-reason .u-title-section {
  z-index: 10;
}

.p-top-reason .merit {
  box-shadow: 0 0 8px gray;
  border-radius: 1rem;
}

.p-top-reason .merit h3 {
  font-size: 4rem;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}

@media screen and (max-width: 640px) {
  .p-top-reason .merit h3 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .p-top-reason .merit h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .p-top-reason .merit h3 {
    font-size: 2.2rem;
  }
}

.p-top-reason .merit .wrap {
  border-radius: 0 0 1rem 1rem;
}

.p-top-reason .merit .content {
  padding: 2rem 1rem;
  border-radius: 0 0 1rem 1rem;
}

.p-top-reason .merit .content img {
  width: 16rem;
  margin-right: 2rem;
}

@media screen and (max-width: 640px) {
  .p-top-reason .merit .content img {
    width: 10rem;
  }
}

.p-top-reason .merit .content ul li {
  padding: .5rem 0;
  position: relative;
  font-size: 2.4rem;
  color: #F7931E;
  padding-left: 4rem;
}

@media screen and (max-width: 640px) {
  .p-top-reason .merit .content ul li {
    padding-left: 3rem;
    font-size: 1.8rem;
  }
}

.p-top-reason .merit .content ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 3rem;
  height: 3rem;
  background-image: url(../images/check.png);
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .p-top-reason .merit .content ul li::before {
    width: 2rem;
    height: 2rem;
  }
}

.p-top-counseling__form {
  padding: 1.5rem;
  max-width: 85rem;
  border-radius: 5px;
  border: 4px solid #fff;
  box-shadow: 0 0 8px gray;
}

.p-top-counseling__form .reception-time {
  max-width: 36rem;
}

.p-top-counseling__form .tel img {
  max-width: 5.2rem;
  vertical-align: text-bottom;
  margin-right: .5rem;
}

@media screen and (max-width: 360px) {
  .p-top-counseling__form .tel img {
    max-width: 3.5rem;
  }
}

.p-top-counseling__form .tel .num-link {
  font-size: 3.8rem;
}

@media screen and (max-width: 640px) {
  .p-top-counseling__form .tel .num-link {
    font-size: 7.5vw;
  }
}

.p-top-counseling__form .mail-wrap {
  max-width: 34rem;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top-counseling__form .mail-wrap {
    margin-left: 0;
  }
}

section#p-bnr-hozyokin {
  overflow: hidden;
}
#p-bnr-hozyokin img{
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p-bnr-hozyokin img{
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}

.p-top-all-product ul li {
  line-height: 0.9;
  position: relative;
  width: 49%;
  margin-bottom: 1.5rem;
  border: 3px solid #f7931e;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-all-product ul li {
    width: 100%;
  }
}
.p-top-all-product ul li p.lblHozyokin {
  background: #f7931e;
  padding: 0 0;
  text-align: center;
  font-size: 2em;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 640px) {
  .p-top-all-product ul li p.lblHozyokin {
    font-size: 4vw;
  }  
}


.p-top-all-product ul li .frame {
  width: 100%;
}

.p-top-all-product ul li .content {
  position: relative;
  padding:2.5%;
}

@media screen and (max-width: 768px) {
  .p-top-all-product ul li .content {
    height: 95%;
  }
}

.p-top-all-product ul li .company {
  max-width: 40%;
}

.p-top-all-product ul li .part-number {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  color: #009245;
  font-weight: 700;
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .p-top-all-product ul li .part-number {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-all-product ul li .part-number {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .p-top-all-product ul li .part-number {
    font-size: 20px;
  }
}

.p-top-all-product ul li .part-number span {
  padding: 2px 5px;
  background: #009245;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .p-top-all-product ul li .part-number span {
    right: -70px;
    font-size: 11px;
  }
}

.p-top-all-product ul li .limit {
  margin-top: 3.3%;
  width: 60%;
}

.p-top-all-product ul li .construction {
  margin-top: 3%;
  width: 30%;
}

.p-top-all-product ul li .tag {
  margin-top: 3%;
  width: 28%;
}

.p-top-all-product ul li .before-price {
  margin-top: 4%;
  overflow: hidden;
  max-width: 468px;
}
@media screen and (max-width: 1024px) {
  .p-top-all-product ul li .before-price {
    max-width: none;
  }
}

.p-top-all-product ul li .before-price dl{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  float: left;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.p-top-all-product ul li .before-price dl:nth-child(1){  width: 41%;}
.p-top-all-product ul li .before-price dl:nth-child(2){  width: 59%;}

.p-top-all-product ul li .before-price dl:nth-child(1):after{
  content: "ー";
  display: block;
  width: 34px;
  position: absolute;
  right: 0px;
  bottom: 3px;
  z-index: 3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  border-radius: 20px;
  line-height: 34px;
}


.p-top-all-product ul li .before-price dl dt{
  color: #fff;
  background: #39b54a;
  padding: 0.5em 0.5em 2em;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  width: fit-content;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-top-all-product ul li .before-price dl dd{
  font-size: 20px;
  font-weight: bold;
  margin: -1em 0 0 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #39b54a;
  padding: 0.5em;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  width: fit-content;
}

.p-top-all-product ul li .before-price dl dd span{
  font-size: 0.6em;
  vertical-align: 0.3em;
  margin-left: 5px;
}


.p-top-all-product ul li .price {
  margin: 4% auto 0;
  font-size: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  text-wrap: nowrap;
  border-bottom: 3px solid #f7931e;
  display: table;
  position: relative;
  z-index: 1;
  color: #fff;
}
.p-top-all-product ul li .price:before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 0.3em;
  left: 4%;
  bottom: 0.1em;
  z-index: -1;
  background: #ff0;
  transform: skewX(-45deg);
}
.p-top-all-product ul li .price:after{
  content: attr(data-price);
  position: absolute;
  top: -2px;
  right: 0.05em;
  background: linear-gradient(0deg, #f15a24 40%, #000 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
  
@media screen and (max-width: 1024px) {

  .p-top-all-product ul li .price:after {
    right: 0.9em;
  }
  
}
.p-top-all-product ul li .price span.lblRealPrice{
  text-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .p-top-all-product ul li .price{
    width: 100%;
    font-size: 6.3vw;
  }
  
}

@media screen and (max-width: 768px) {
  .p-top-all-product ul li .price {
    margin-top: 3%;
    font-size: 14.5vw;
    border: none;
  }
  .p-top-all-product ul li .price:after {
    top: -3.5%;
    left: 11.5vw;
    right: auto;
  }
  .p-top-all-product ul li .price:before {
    left: 3%;
  }
  .p-top-all-product ul li .before-price dl dt {
    font-size: 2.5vw;
  }
  .p-top-all-product ul li .before-price dl dd {
    font-size: 3.75vw;
  }
  .p-top-all-product ul li .before-price dl:nth-child(1):after {
    width: 5vw;
    bottom: 1.5vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .p-top-all-product ul li .price {
    font-size: 12.5vw;
  }
}

@media screen and (max-width: 425px) {
  .p-top-all-product ul li .before-price dl dd {
    font-size: 3.5vw;
  }
  .p-top-all-product ul li .price:after {
    top: -2.5%;
    /*right: 5.5%;*/
  }
}

.p-top-all-product ul li .price span.lblIntax {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Verdana, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-left:0;
  position: absolute;
  right: -1em;
    bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .p-top-all-product ul li .price span.lblIntax {
    right: -1em;
    bottom: 3vw;
  }
}
@media screen and (max-width: 425px) {
  .p-top-all-product ul li .price span.lblIntax {
    font-size: 2.5vw;
  }
}

.p-top-all-product ul li .price span.lblRealPrice{
  display: block;
    width: 2.75em;
    line-height: 1.2;
    padding: 5px;
    background-color: #f7931e;
    color: #fff;
    font-size: 0.4em;
    float: left;
    margin-right: 5px;
    text-align: center;
    letter-spacing: 2px;

}
@media screen and (max-width: 768px) {
  .p-top-all-product ul li .price span.lblRealPrice {
    padding: 0.5vw;
    font-size: 4.5vw;
    margin: 0;
    text-wrap: initial;
  }
  
}


.p-top-all-product ul li .item {
  max-width: 250px;
  width: 40%;
  position: absolute;
  top: 10%;
  right: 3%;
}

@media screen and (max-width: 768px) {
  .p-top-all-product ul li .item {
    width: 40%;
  }
}

.p-top-all-product ul li .item.daikin {
  top: 1%;
  max-height: 100%;
}

p#product-attention{
  margin: 5% auto 2%;
  text-align: center;
  font-size: 48px;
  position: relative;
  line-height: 1.3;
  padding: 0.5em 0;
  color: #fff;
  text-shadow: 3px 3px 3px black;
}
@media screen and (max-width: 1440px) {
  p#product-attention{font-size: 4vw;}
}
p#product-attention::before {
  content: "";
  position: absolute;
  left: 7.5%;
  top: 0;
  width: 85%;
  height: 100%;
  background: linear-gradient(0deg, #f1d024 0, #1b9b36 100%);
  z-index: -1;
  transform: skewX(-40deg);
}

.p-top-chosen .p-balloon img {
  width: 94rem;
}

.p-top-chosen__inner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.p-top-chosen ul li {
  width: 48%;
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.p-top-chosen ul li:last-child {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-top-chosen ul li {
    width: 100%;
  }
}

.p-top-chosen ul li h3 {
  color: #ED1C24;
  font-size: 28px;
  padding-left: 3rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-chosen ul li h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  .p-top-chosen ul li h3 {
    font-size: 22px;
  }
}

.p-top-chosen ul li h3::before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../images/check.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 640px) {
  .p-top-chosen ul li h3::before {
    width: 20px;
    height: 20px;
  }
}

.p-top-chosen ul li p {
  color: #F7931E;
  padding: 20px 30px;
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .p-top-chosen ul li p {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.p-top-chosen__visual {
  position: absolute;
  bottom: 0;
  max-width: 36rem;
}

@media screen and (max-width: 768px) {
  .p-top-chosen__visual {
    position: relative;
    top: 0;
  }
}

.p-top-flow .u-title-section {
  z-index: 20;
}

.p-top-flow ul {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-top-flow ul li {
  position: relative;
}

.p-top-flow ul li:not(:last-child)::before {
  position: absolute;
  left: 0;
  content: '';
  width: 8px;
  height: 100%;
  background: #F7931E;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-top-flow ul li:not(:last-child)::before {
    display: none;
  }
}

.p-top-flow .contents-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFF2E1;
  border-radius: 1rem;
  box-shadow: 3px 0 8px gray;
  padding: 1.5rem 3rem;
}

@media screen and (max-width: 768px) {
  .p-top-flow .contents-wrap {
    flex-direction: column;
    padding: 1.5rem 1.5rem;
  }
}

.p-top-flow .contents-wrap .num {
  position: absolute;
  top: -14px;
  left: -13px;
  z-index: 20;
  color: #fff;
  background: #F7931E;
  width: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
}

.p-top-flow .contents-wrap .contents {
  background: #fff;
  border-radius: 1rem;
  width: 65%;
  padding: 2rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-top-flow .contents-wrap .contents {
    width: 100%;
  }
}

.p-top-flow .contents-wrap .contents h3 {
  font-size: 30px;
  color: #0071BC;
}

@media screen and (max-width: 768px) {
  .p-top-flow .contents-wrap .contents h3 {
    font-size: 20px;
  }
}

.p-top-flow .contents-wrap .contents p {
  margin-top: 1.5rem;
  font-size: 25px;
  color: #666;
}

@media screen and (max-width: 768px) {
  .p-top-flow .contents-wrap .contents p {
    font-size: 16px;
  }
}

.p-top-flow .contents-wrap .visual {
  text-align: center;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .p-top-flow .contents-wrap .visual {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-top-flow .contents-wrap .visual img {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .p-top-flow .contents-wrap .visual img {
    width: 120px;
  }
}

.p-top-flow .next-step {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-top-flow .next-step img {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .p-top-flow .next-step img {
    width: 90px;
  }
}

.p-top-flow .letter-red {
  color: #ED1C24;
}

.p-top-info h2 {
  font-size: 40px;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top-info h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .p-top-info h2 {
    font-size: 20px;
  }
}

.p-top-info .contents {
  border: 2px solid #F7931E;
  background-image: url(../images/dot-bg.png);
  padding: 3rem 2.5rem 3rem 4rem;
}

.p-top-info .contents ul {
  list-style: initial;
  max-width: 65rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .p-top-info .contents ul {
    font-size: 16px;
  }
}

.p-top-impression {
  padding-bottom: 15rem;
}

.p-top-impression .u-title-section {
  font-size: 4.5rem;
}

@media screen and (max-width: 1024px) {
  .p-top-impression .u-title-section {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-impression .u-title-section {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .p-top-impression .u-title-section {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 360px) {
  .p-top-impression .u-title-section {
    font-size: 8vw;
  }
}

.p-top-impression ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-top-impression ul {
    flex-direction: column;
    align-items: center;
  }
}

.p-top-impression ul li {
  position: relative;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .p-top-impression ul li {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
    width: 100%;
  }
  .p-top-impression ul li:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.p-top-impression ul li h3 {
  background: #F7931E;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.p-top-impression ul li p {
  padding: 2rem;
  border: 2px solid #F7931E;
  background: #fff;
  min-height: 450px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-top-impression ul li p {
    min-height: 340px;
  }
}

.p-top-impression ul li img {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 25rem;
}

@media screen and (max-width: 768px) {
  .p-top-impression ul li img {
    width: 20rem;
  }
}

.p-top-question {
  padding-top: 10rem;
}

.p-top-question ul li {
  margin-bottom: 3rem;
}

.p-top-question ul li .question {
  position: relative;
  background: #F7931E;
  color: #fff;
  padding: 2rem 4.5rem 2rem 7rem;
  border-radius: 1rem 1rem 0 0;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-top-question ul li .question {
    font-size: 1.6rem;
  }
}

.p-top-question ul li .question::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-image: url(../images/question.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}

.p-top-question ul li .question .chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  .p-top-question ul li .question .chevron {
    right: 15px;
  }
}

.p-top-question ul li .question .chevron.is-rotate {
  transform: translateY(-50%) rotate(180deg);
}

.p-top-question ul li .question .chevron::before, .p-top-question ul li .question .chevron::after {
  content: '';
  position: absolute;
  width: 12.5px;
  height: 3px;
  background: #fff;
  top: 8px;
}

.p-top-question ul li .question .chevron::before {
  transform: rotate(-45deg);
  left: 0;
}

.p-top-question ul li .question .chevron::after {
  transform: rotate(45deg);
  right: 0;
}

.p-top-question ul li .answer {
  position: relative;
  background: #fff;
  color: #F7931E;
  padding: 2rem 4.5rem 2rem 7rem;
  border-radius: 0 0 1rem 1rem;
  display: none;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top-question ul li .answer {
    font-size: 1.6rem;
  }
}

.p-top-question ul li .answer::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-image: url(../images/answer.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}

.p-top-area {
  padding-bottom: 10rem;
}

@media screen and (max-width: 640px) {
  .p-top-area {
    padding-bottom: 5rem;
  }
}

.p-top-area__inner {
  border: 2px solid #F7931E;
  border-radius: 1rem;
  position: relative;
}

.p-top-area .u-title-section {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF2E1;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .p-top-area .u-title-section {
    width: 60%;
    top: -27px;
  }
}

.p-top-area .contents-wrap {
  padding: 10rem 2rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-area .contents-wrap {
    padding: 5rem 2rem 5rem;
    flex-direction: column;
  }
}

.p-top-area .contents-wrap .visual {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .p-top-area .contents-wrap .visual {
    width: 100%;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-top-area .contents-wrap .contents {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .p-top-area .contents-wrap .contents {
    width: 100%;
    padding-top: 20px;
  }
}

.p-top-area .contents-wrap .contents h3 {
  font-size: 30px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top-area .contents-wrap .contents h3 {
    font-size: 25px;
  }
}

.p-top-area .contents-wrap .contents h3 span {
  color: #ED1C24;
}

.p-top-area .contents-wrap .contents .list {
  margin-bottom: 1.5rem;
}

.p-top-area .contents-wrap .contents .prefecture {
  color: #ED1C24;
  font-size: 28px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-top-area .contents-wrap .contents .prefecture {
    font-size: 20px;
  }
}

.p-top-area .contents-wrap .contents .city {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p-top-area .contents-wrap .contents .city {
    font-size: 16px;
  }
}

.p-top-form {
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-top-form {
    padding-bottom: 5rem;
  }
}

.p-top-form__inner {
  border-radius: 1rem;
  padding: 6rem 10rem;
}

@media screen and (max-width: 1024px) {
  .p-top-form__inner {
    padding: 4rem 2.5rem;
  }
}

.p-top-form .u-title-section {
  position: relative;
}

.p-top-form .u-title-section span {
  z-index: 10;
}

.p-top-form .input {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-top-form .input {
    flex-direction: column;
  }
}

.p-top-form .input input[type=text], .p-top-form .input input[type=number], .p-top-form .input input[type=tel], .p-top-form .input textarea {
  width: 100%;
  padding: 1.3rem;
  border: 1px solid gray;
  font-size: 1.6rem;
}

.p-top-form .input textarea {
  resize: vertical;
}

.p-top-form .input .radio {
  padding-right: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top-form .input .radio {
    display: block;
    margin-bottom: 5px;
  }
}

.p-top-form .wrap {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .p-top-form .wrap {
    width: 100%;
  }
}

.p-top-form .label {
  display: flex;
  width: 25%;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-top-form .label {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-top-form .label label {
  font-weight: 700;
}

.p-top-form .label .required {
  color: #fff;
  background: #c1272d;
  padding: .3rem 1rem;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-top-form .label .required {
    margin-left: 2rem;
    font-size: 12px;
  }
}

.p-top-form .label .required.no-required {
  background: #999;
}

.p-top-form .submit {
  padding-top: 3rem;
  text-align: center;
}

.p-top-form .submit input[type=submit] {
  color: #fff;
  background: #8cc63f;
  border: none;
  cursor: pointer;
  padding: 2rem 6rem;
  border-radius: 1rem;
  font-size: 25px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-form .submit input[type=submit] {
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
  }
}

.p-top-form .submit input[type=submit]:hover {
  opacity: .7;
}

.p-top-form .submit .back a {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1.8rem 7rem;
  border-radius: 1rem;
  border: 1px solid #8cc63f;
  cursor: pointer;
  color: #8cc63f;
  background: #fff;
  font-size: 25px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top-form .submit .back a {
    padding: 2rem 2.5rem;
    font-size: 1.8rem;
  }
}

.p-top-form .error_msg {
  font-size: 1.4rem;
  color: #ED1C24;
}

.fade-elem {
  opacity: 0;
  transform: translate(0, 100px);
  transition: none;
}

.fade-elem.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.p-balloon {
  position: relative;
}

.p-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  z-index: 10;
}

.p-balloon--first {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 4.8rem;
}

.p-balloon--first::before {
  border-top: 20px solid #F7931E;
}

@media screen and (max-width: 768px) {
  .p-balloon--first {
    padding: 1rem;
    font-size: 6vw;
  }
}

.p-balloon--second {
  padding: 4rem 2.5rem;
}

.p-balloon--second::before {
  border-top: 20px solid #F7931E;
}

@media screen and (max-width: 768px) {
  .p-balloon--second {
    padding: 2rem 1rem;
  }
}

.p-balloon--third {
  padding: 4rem 2.5rem;
}

.p-balloon--third::before {
  border-top: 20px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-balloon--third {
    padding: 2rem 1rem;
  }
}

.p-balloon--forth {
  padding: 5rem 2.5rem;
}

.p-balloon--forth::before {
  border-top: 20px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-balloon--forth {
    padding: 2rem 1rem;
  }
}

.p-balloon--fifth {
  padding: 2rem 2.5rem;
  max-width: 85rem;
  border-radius: 2rem;
}

.p-balloon--fifth::before {
  border-top: 20px solid #0071BC;
}

@media screen and (max-width: 768px) {
  .p-balloon--fifth {
    padding: 2rem 1rem;
  }
}

.p-balloon--sixth {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 4.8rem;
}

.p-balloon--sixth::before {
  border-top: 20px solid #F7931E;
}

@media screen and (max-width: 768px) {
  .p-balloon--sixth {
    padding: 1rem;
    font-size: 5.5vw;
  }
}

.p-balloon--seventh {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-balloon--seventh::before {
  border-top: 20px solid #FFF2E1;
}

.p-balloon__duplicate {
  content: "";
  background: #FFF2E1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;
}

.p-balloon__duplicate::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 20px solid #FFF2E1;
  z-index: 10;
}

.p-thanks {
  padding-top: 10rem;
  height: 80vh;
}

.p-thanks .back {
  margin-top: 5rem;
  text-align: center;
}

.p-thanks .back a {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1.8rem 7rem;
  border-radius: 1rem;
  border: 1px solid #8cc63f;
  cursor: pointer;
  color: #fff;
  background: #8cc63f;
  font-size: 25px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-thanks .back a {
    padding: 2rem 2.5rem;
    font-size: 1.8rem;
  }
}

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

.u-align-center {
  text-align: center !important;
}

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

.u-align-justify {
  text-align: justify !important;
}

@media screen and (max-width: 768px) {
  .u-md-align-left {
    text-align: left !important;
  }
  .u-md-align-center {
    text-align: center !important;
  }
  .u-md-align-right {
    text-align: right !important;
  }
  .u-md-align-justify {
    text-align: justify !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-align-left {
    text-align: left !important;
  }
  .u-sm-align-center {
    text-align: center !important;
  }
  .u-sm-align-right {
    text-align: right !important;
  }
  .u-sm-align-justify {
    text-align: justify !important;
  }
}

.u-color-white {
  color: #fff !important;
}

.u-color-blue {
  color: #0071BC !important;
}

.u-color-red {
  color: #ED1C24 !important;
}

.u-bg-white {
  background: #fff !important;
}

.u-bg-blue {
  background: #0071BC !important;
}

.u-bg-yellow {
  background: #FCFCC8 !important;
}

.u-bg-light-orange {
  background: #FFF2E1 !important;
}

.u-bg-deep-orange {
  background: #F7931E !important;
}

.u-bg-gradient-orange {
  background: linear-gradient(180deg, #FBB03B 0%, #F7931E 100%) !important;
}

.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-align-content-start {
  align-content: flex-start !important;
}

.u-align-content-center {
  align-content: center !important;
}

.u-align-content-end {
  align-content: flex-end !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

@media screen and (max-width: 1024px) {
  .u-lg-flex {
    display: flex !important;
  }
  .u-lg-flex-column {
    flex-direction: column !important;
  }
  .u-lg-justify-start {
    justify-content: flex-start;
  }
  .u-lg-justify-center {
    justify-content: center !important;
  }
  .u-lg-justify-between {
    justify-content: space-between !important;
  }
  .u-lg-flex-wrap {
    flex-wrap: wrap !important;
  }
  .u-lg-align-content-start {
    align-content: flex-start !important;
  }
  .u-lg-align-content-center {
    align-content: center !important;
  }
  .u-lg-align-content-end {
    align-content: flex-end !important;
  }
  .u-lg-align-items-start {
    align-items: flex-start !important;
  }
  .u-lg-align-items-center {
    align-items: center !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-flex {
    display: flex !important;
  }
  .u-md-flex-column {
    flex-direction: column !important;
  }
  .u-md-justify-start {
    justify-content: flex-start;
  }
  .u-md-justify-center {
    justify-content: center !important;
  }
  .u-md-justify-between {
    justify-content: space-between !important;
  }
  .u-md-flex-wrap {
    flex-wrap: wrap !important;
  }
  .u-md-align-content-start {
    align-content: flex-start !important;
  }
  .u-md-align-content-center {
    align-content: center !important;
  }
  .u-md-align-content-end {
    align-content: flex-end !important;
  }
  .u-md-align-items-start {
    align-items: flex-start !important;
  }
  .u-md-align-items-center {
    align-items: center !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-flex {
    display: flex !important;
  }
  .u-sm-flex-column {
    flex-direction: column !important;
  }
  .u-sm-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-sm-justify-start {
    justify-content: flex-start;
  }
  .u-sm-justify-center {
    justify-content: center !important;
  }
  .u-sm-justify-between {
    justify-content: space-between !important;
  }
  .u-sm-flex-wrap {
    flex-wrap: wrap !important;
  }
  .u-sm-align-content-start {
    align-content: flex-start !important;
  }
  .u-sm-align-content-center {
    align-content: center !important;
  }
  .u-sm-align-content-end {
    align-content: flex-end !important;
  }
  .u-sm-align-items-start {
    align-items: flex-start !important;
  }
  .u-sm-align-items-center {
    align-items: center !important;
  }
}

.u-position-fixed {
  position: fixed;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

@media screen and (max-width: 360px) {
  .u-xs-no {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-no {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-no {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-lg-no {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-xl-no {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .u-ie-no {
    display: none !important;
  }
}

.u-lg-block {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-lg-block {
    display: block;
  }
}

.u-sm-block {
  display: none;
}

@media screen and (max-width: 640px) {
  .u-sm-block {
    display: block;
  }
}

.u-w50 {
  width: 50% !important;
}

.u-h50 {
  height: 50% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-h100 {
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .u-md-w50 {
    width: 50% !important;
  }
  .u-md-h50 {
    height: 50% !important;
  }
  .u-md-w100 {
    width: 100% !important;
  }
  .u-md-h100 {
    height: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-w50 {
    width: 50% !important;
  }
  .u-sm-h50 {
    height: 50% !important;
  }
  .u-sm-w100 {
    width: 100% !important;
  }
  .u-sm-h100 {
    height: 100% !important;
  }
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mt1 {
  margin-top: 0.25rem !important;
}

.u-mt2 {
  margin-top: 0.5rem !important;
}

.u-mt3 {
  margin-top: 0.75rem !important;
}

.u-mt4 {
  margin-top: 1rem !important;
}

.u-mt5 {
  margin-top: 1.25rem !important;
}

.u-mt6 {
  margin-top: 1.5rem !important;
}

.u-mt7 {
  margin-top: 1.75rem !important;
}

.u-mt8 {
  margin-top: 2rem !important;
}

.u-mt9 {
  margin-top: 2.25rem !important;
}

.u-mt10 {
  margin-top: 2.5rem !important;
}

.u-mt11 {
  margin-top: 2.75rem !important;
}

.u-mt12 {
  margin-top: 3rem !important;
}

.u-mt13 {
  margin-top: 3.25rem !important;
}

.u-mt14 {
  margin-top: 3.5rem !important;
}

.u-mt15 {
  margin-top: 3.75rem !important;
}

.u-mt16 {
  margin-top: 4rem !important;
}

.u-mt17 {
  margin-top: 4.25rem !important;
}

.u-mt18 {
  margin-top: 4.5rem !important;
}

.u-mt19 {
  margin-top: 4.75rem !important;
}

.u-mt20 {
  margin-top: 5rem !important;
}

.u-mt21 {
  margin-top: 5.25rem !important;
}

.u-mt22 {
  margin-top: 5.5rem !important;
}

.u-mt23 {
  margin-top: 5.75rem !important;
}

.u-mt24 {
  margin-top: 6rem !important;
}

@media screen and (max-width: 768px) {
  .u-md-mt0 {
    margin-top: 0rem !important;
  }
  .u-md-mt1 {
    margin-top: 0.25rem !important;
  }
  .u-md-mt2 {
    margin-top: 0.5rem !important;
  }
  .u-md-mt3 {
    margin-top: 0.75rem !important;
  }
  .u-md-mt4 {
    margin-top: 1rem !important;
  }
  .u-md-mt5 {
    margin-top: 1.25rem !important;
  }
  .u-md-mt6 {
    margin-top: 1.5rem !important;
  }
  .u-md-mt7 {
    margin-top: 1.75rem !important;
  }
  .u-md-mt8 {
    margin-top: 2rem !important;
  }
  .u-md-mt9 {
    margin-top: 2.25rem !important;
  }
  .u-md-mt10 {
    margin-top: 2.5rem !important;
  }
  .u-md-mt11 {
    margin-top: 2.75rem !important;
  }
  .u-md-mt12 {
    margin-top: 3rem !important;
  }
  .u-md-mt13 {
    margin-top: 3.25rem !important;
  }
  .u-md-mt14 {
    margin-top: 3.5rem !important;
  }
  .u-md-mt15 {
    margin-top: 3.75rem !important;
  }
  .u-md-mt16 {
    margin-top: 4rem !important;
  }
  .u-md-mt17 {
    margin-top: 4.25rem !important;
  }
  .u-md-mt18 {
    margin-top: 4.5rem !important;
  }
  .u-md-mt19 {
    margin-top: 4.75rem !important;
  }
  .u-md-mt20 {
    margin-top: 5rem !important;
  }
  .u-md-mt21 {
    margin-top: 5.25rem !important;
  }
  .u-md-mt22 {
    margin-top: 5.5rem !important;
  }
  .u-md-mt23 {
    margin-top: 5.75rem !important;
  }
  .u-md-mt24 {
    margin-top: 6rem !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-mt0 {
    margin-top: 0rem !important;
  }
  .u-sm-mt1 {
    margin-top: 0.25rem !important;
  }
  .u-sm-mt2 {
    margin-top: 0.5rem !important;
  }
  .u-sm-mt3 {
    margin-top: 0.75rem !important;
  }
  .u-sm-mt4 {
    margin-top: 1rem !important;
  }
  .u-sm-mt5 {
    margin-top: 1.25rem !important;
  }
  .u-sm-mt6 {
    margin-top: 1.5rem !important;
  }
  .u-sm-mt7 {
    margin-top: 1.75rem !important;
  }
  .u-sm-mt8 {
    margin-top: 2rem !important;
  }
  .u-sm-mt9 {
    margin-top: 2.25rem !important;
  }
  .u-sm-mt10 {
    margin-top: 2.5rem !important;
  }
  .u-sm-mt11 {
    margin-top: 2.75rem !important;
  }
  .u-sm-mt12 {
    margin-top: 3rem !important;
  }
  .u-sm-mt13 {
    margin-top: 3.25rem !important;
  }
  .u-sm-mt14 {
    margin-top: 3.5rem !important;
  }
  .u-sm-mt15 {
    margin-top: 3.75rem !important;
  }
  .u-sm-mt16 {
    margin-top: 4rem !important;
  }
  .u-sm-mt17 {
    margin-top: 4.25rem !important;
  }
  .u-sm-mt18 {
    margin-top: 4.5rem !important;
  }
  .u-sm-mt19 {
    margin-top: 4.75rem !important;
  }
  .u-sm-mt20 {
    margin-top: 5rem !important;
  }
  .u-sm-mt21 {
    margin-top: 5.25rem !important;
  }
  .u-sm-mt22 {
    margin-top: 5.5rem !important;
  }
  .u-sm-mt23 {
    margin-top: 5.75rem !important;
  }
  .u-sm-mt24 {
    margin-top: 6rem !important;
  }
}

.u-pt0 {
  padding-top: 0rem !important;
}

.u-pt1 {
  padding-top: 0.25rem !important;
}

.u-pt2 {
  padding-top: 0.5rem !important;
}

.u-pt3 {
  padding-top: 0.75rem !important;
}

.u-pt4 {
  padding-top: 1rem !important;
}

.u-pt5 {
  padding-top: 1.25rem !important;
}

.u-pt6 {
  padding-top: 1.5rem !important;
}

.u-pt7 {
  padding-top: 1.75rem !important;
}

.u-pt8 {
  padding-top: 2rem !important;
}

.u-pt9 {
  padding-top: 2.25rem !important;
}

.u-pt10 {
  padding-top: 2.5rem !important;
}

.u-pt11 {
  padding-top: 2.75rem !important;
}

.u-pt12 {
  padding-top: 3rem !important;
}

.u-pt13 {
  padding-top: 3.25rem !important;
}

.u-pt14 {
  padding-top: 3.5rem !important;
}

.u-pt15 {
  padding-top: 3.75rem !important;
}

.u-pt16 {
  padding-top: 4rem !important;
}

.u-pt17 {
  padding-top: 4.25rem !important;
}

.u-pt18 {
  padding-top: 4.5rem !important;
}

.u-pt19 {
  padding-top: 4.75rem !important;
}

.u-pt20 {
  padding-top: 5rem !important;
}

.u-pt21 {
  padding-top: 5.25rem !important;
}

.u-pt22 {
  padding-top: 5.5rem !important;
}

.u-pt23 {
  padding-top: 5.75rem !important;
}

.u-pt24 {
  padding-top: 6rem !important;
}

@media screen and (max-width: 768px) {
  .u-md-pt0 {
    padding-top: 0rem !important;
  }
  .u-md-pt1 {
    padding-top: 0.25rem !important;
  }
  .u-md-pt2 {
    padding-top: 0.5rem !important;
  }
  .u-md-pt3 {
    padding-top: 0.75rem !important;
  }
  .u-md-pt4 {
    padding-top: 1rem !important;
  }
  .u-md-pt5 {
    padding-top: 1.25rem !important;
  }
  .u-md-pt6 {
    padding-top: 1.5rem !important;
  }
  .u-md-pt7 {
    padding-top: 1.75rem !important;
  }
  .u-md-pt8 {
    padding-top: 2rem !important;
  }
  .u-md-pt9 {
    padding-top: 2.25rem !important;
  }
  .u-md-pt10 {
    padding-top: 2.5rem !important;
  }
  .u-md-pt11 {
    padding-top: 2.75rem !important;
  }
  .u-md-pt12 {
    padding-top: 3rem !important;
  }
  .u-md-pt13 {
    padding-top: 3.25rem !important;
  }
  .u-md-pt14 {
    padding-top: 3.5rem !important;
  }
  .u-md-pt15 {
    padding-top: 3.75rem !important;
  }
  .u-md-pt16 {
    padding-top: 4rem !important;
  }
  .u-md-pt17 {
    padding-top: 4.25rem !important;
  }
  .u-md-pt18 {
    padding-top: 4.5rem !important;
  }
  .u-md-pt19 {
    padding-top: 4.75rem !important;
  }
  .u-md-pt20 {
    padding-top: 5rem !important;
  }
  .u-md-pt21 {
    padding-top: 5.25rem !important;
  }
  .u-md-pt22 {
    padding-top: 5.5rem !important;
  }
  .u-md-pt23 {
    padding-top: 5.75rem !important;
  }
  .u-md-pt24 {
    padding-top: 6rem !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-pt0 {
    padding-top: 0rem !important;
  }
  .u-sm-pt1 {
    padding-top: 0.25rem !important;
  }
  .u-sm-pt2 {
    padding-top: 0.5rem !important;
  }
  .u-sm-pt3 {
    padding-top: 0.75rem !important;
  }
  .u-sm-pt4 {
    padding-top: 1rem !important;
  }
  .u-sm-pt5 {
    padding-top: 1.25rem !important;
  }
  .u-sm-pt6 {
    padding-top: 1.5rem !important;
  }
  .u-sm-pt7 {
    padding-top: 1.75rem !important;
  }
  .u-sm-pt8 {
    padding-top: 2rem !important;
  }
  .u-sm-pt9 {
    padding-top: 2.25rem !important;
  }
  .u-sm-pt10 {
    padding-top: 2.5rem !important;
  }
  .u-sm-pt11 {
    padding-top: 2.75rem !important;
  }
  .u-sm-pt12 {
    padding-top: 3rem !important;
  }
  .u-sm-pt13 {
    padding-top: 3.25rem !important;
  }
  .u-sm-pt14 {
    padding-top: 3.5rem !important;
  }
  .u-sm-pt15 {
    padding-top: 3.75rem !important;
  }
  .u-sm-pt16 {
    padding-top: 4rem !important;
  }
  .u-sm-pt17 {
    padding-top: 4.25rem !important;
  }
  .u-sm-pt18 {
    padding-top: 4.5rem !important;
  }
  .u-sm-pt19 {
    padding-top: 4.75rem !important;
  }
  .u-sm-pt20 {
    padding-top: 5rem !important;
  }
  .u-sm-pt21 {
    padding-top: 5.25rem !important;
  }
  .u-sm-pt22 {
    padding-top: 5.5rem !important;
  }
  .u-sm-pt23 {
    padding-top: 5.75rem !important;
  }
  .u-sm-pt24 {
    padding-top: 6rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-mb1 {
  margin-bottom: 0.25rem !important;
}

.u-mb2 {
  margin-bottom: 0.5rem !important;
}

.u-mb3 {
  margin-bottom: 0.75rem !important;
}

.u-mb4 {
  margin-bottom: 1rem !important;
}

.u-mb5 {
  margin-bottom: 1.25rem !important;
}

.u-mb6 {
  margin-bottom: 1.5rem !important;
}

.u-mb7 {
  margin-bottom: 1.75rem !important;
}

.u-mb8 {
  margin-bottom: 2rem !important;
}

.u-mb9 {
  margin-bottom: 2.25rem !important;
}

.u-mb10 {
  margin-bottom: 2.5rem !important;
}

.u-mb11 {
  margin-bottom: 2.75rem !important;
}

.u-mb12 {
  margin-bottom: 3rem !important;
}

.u-mb13 {
  margin-bottom: 3.25rem !important;
}

.u-mb14 {
  margin-bottom: 3.5rem !important;
}

.u-mb15 {
  margin-bottom: 3.75rem !important;
}

.u-mb16 {
  margin-bottom: 4rem !important;
}

.u-mb17 {
  margin-bottom: 4.25rem !important;
}

.u-mb18 {
  margin-bottom: 4.5rem !important;
}

.u-mb19 {
  margin-bottom: 4.75rem !important;
}

.u-mb20 {
  margin-bottom: 5rem !important;
}

.u-mb21 {
  margin-bottom: 5.25rem !important;
}

.u-mb22 {
  margin-bottom: 5.5rem !important;
}

.u-mb23 {
  margin-bottom: 5.75rem !important;
}

.u-mb24 {
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 768px) {
  .u-md-mb0 {
    margin-bottom: 0rem !important;
  }
  .u-md-mb1 {
    margin-bottom: 0.25rem !important;
  }
  .u-md-mb2 {
    margin-bottom: 0.5rem !important;
  }
  .u-md-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .u-md-mb4 {
    margin-bottom: 1rem !important;
  }
  .u-md-mb5 {
    margin-bottom: 1.25rem !important;
  }
  .u-md-mb6 {
    margin-bottom: 1.5rem !important;
  }
  .u-md-mb7 {
    margin-bottom: 1.75rem !important;
  }
  .u-md-mb8 {
    margin-bottom: 2rem !important;
  }
  .u-md-mb9 {
    margin-bottom: 2.25rem !important;
  }
  .u-md-mb10 {
    margin-bottom: 2.5rem !important;
  }
  .u-md-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .u-md-mb12 {
    margin-bottom: 3rem !important;
  }
  .u-md-mb13 {
    margin-bottom: 3.25rem !important;
  }
  .u-md-mb14 {
    margin-bottom: 3.5rem !important;
  }
  .u-md-mb15 {
    margin-bottom: 3.75rem !important;
  }
  .u-md-mb16 {
    margin-bottom: 4rem !important;
  }
  .u-md-mb17 {
    margin-bottom: 4.25rem !important;
  }
  .u-md-mb18 {
    margin-bottom: 4.5rem !important;
  }
  .u-md-mb19 {
    margin-bottom: 4.75rem !important;
  }
  .u-md-mb20 {
    margin-bottom: 5rem !important;
  }
  .u-md-mb21 {
    margin-bottom: 5.25rem !important;
  }
  .u-md-mb22 {
    margin-bottom: 5.5rem !important;
  }
  .u-md-mb23 {
    margin-bottom: 5.75rem !important;
  }
  .u-md-mb24 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-mb0 {
    margin-bottom: 0rem !important;
  }
  .u-sm-mb1 {
    margin-bottom: 0.25rem !important;
  }
  .u-sm-mb2 {
    margin-bottom: 0.5rem !important;
  }
  .u-sm-mb3 {
    margin-bottom: 0.75rem !important;
  }
  .u-sm-mb4 {
    margin-bottom: 1rem !important;
  }
  .u-sm-mb5 {
    margin-bottom: 1.25rem !important;
  }
  .u-sm-mb6 {
    margin-bottom: 1.5rem !important;
  }
  .u-sm-mb7 {
    margin-bottom: 1.75rem !important;
  }
  .u-sm-mb8 {
    margin-bottom: 2rem !important;
  }
  .u-sm-mb9 {
    margin-bottom: 2.25rem !important;
  }
  .u-sm-mb10 {
    margin-bottom: 2.5rem !important;
  }
  .u-sm-mb11 {
    margin-bottom: 2.75rem !important;
  }
  .u-sm-mb12 {
    margin-bottom: 3rem !important;
  }
  .u-sm-mb13 {
    margin-bottom: 3.25rem !important;
  }
  .u-sm-mb14 {
    margin-bottom: 3.5rem !important;
  }
  .u-sm-mb15 {
    margin-bottom: 3.75rem !important;
  }
  .u-sm-mb16 {
    margin-bottom: 4rem !important;
  }
  .u-sm-mb17 {
    margin-bottom: 4.25rem !important;
  }
  .u-sm-mb18 {
    margin-bottom: 4.5rem !important;
  }
  .u-sm-mb19 {
    margin-bottom: 4.75rem !important;
  }
  .u-sm-mb20 {
    margin-bottom: 5rem !important;
  }
  .u-sm-mb21 {
    margin-bottom: 5.25rem !important;
  }
  .u-sm-mb22 {
    margin-bottom: 5.5rem !important;
  }
  .u-sm-mb23 {
    margin-bottom: 5.75rem !important;
  }
  .u-sm-mb24 {
    margin-bottom: 6rem !important;
  }
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pb1 {
  padding-bottom: 0.25rem !important;
}

.u-pb2 {
  padding-bottom: 0.5rem !important;
}

.u-pb3 {
  padding-bottom: 0.75rem !important;
}

.u-pb4 {
  padding-bottom: 1rem !important;
}

.u-pb5 {
  padding-bottom: 1.25rem !important;
}

.u-pb6 {
  padding-bottom: 1.5rem !important;
}

.u-pb7 {
  padding-bottom: 1.75rem !important;
}

.u-pb8 {
  padding-bottom: 2rem !important;
}

.u-pb9 {
  padding-bottom: 2.25rem !important;
}

.u-pb10 {
  padding-bottom: 2.5rem !important;
}

.u-pb11 {
  padding-bottom: 2.75rem !important;
}

.u-pb12 {
  padding-bottom: 3rem !important;
}

.u-pb13 {
  padding-bottom: 3.25rem !important;
}

.u-pb14 {
  padding-bottom: 3.5rem !important;
}

.u-pb15 {
  padding-bottom: 3.75rem !important;
}

.u-pb16 {
  padding-bottom: 4rem !important;
}

.u-pb17 {
  padding-bottom: 4.25rem !important;
}

.u-pb18 {
  padding-bottom: 4.5rem !important;
}

.u-pb19 {
  padding-bottom: 4.75rem !important;
}

.u-pb20 {
  padding-bottom: 5rem !important;
}

.u-pb21 {
  padding-bottom: 5.25rem !important;
}

.u-pb22 {
  padding-bottom: 5.5rem !important;
}

.u-pb23 {
  padding-bottom: 5.75rem !important;
}

.u-pb24 {
  padding-bottom: 6rem !important;
}

@media screen and (max-width: 768px) {
  .u-md-pb0 {
    padding-bottom: 0rem !important;
  }
  .u-md-pb1 {
    padding-bottom: 0.25rem !important;
  }
  .u-md-pb2 {
    padding-bottom: 0.5rem !important;
  }
  .u-md-pb3 {
    padding-bottom: 0.75rem !important;
  }
  .u-md-pb4 {
    padding-bottom: 1rem !important;
  }
  .u-md-pb5 {
    padding-bottom: 1.25rem !important;
  }
  .u-md-pb6 {
    padding-bottom: 1.5rem !important;
  }
  .u-md-pb7 {
    padding-bottom: 1.75rem !important;
  }
  .u-md-pb8 {
    padding-bottom: 2rem !important;
  }
  .u-md-pb9 {
    padding-bottom: 2.25rem !important;
  }
  .u-md-pb10 {
    padding-bottom: 2.5rem !important;
  }
  .u-md-pb11 {
    padding-bottom: 2.75rem !important;
  }
  .u-md-pb12 {
    padding-bottom: 3rem !important;
  }
  .u-md-pb13 {
    padding-bottom: 3.25rem !important;
  }
  .u-md-pb14 {
    padding-bottom: 3.5rem !important;
  }
  .u-md-pb15 {
    padding-bottom: 3.75rem !important;
  }
  .u-md-pb16 {
    padding-bottom: 4rem !important;
  }
  .u-md-pb17 {
    padding-bottom: 4.25rem !important;
  }
  .u-md-pb18 {
    padding-bottom: 4.5rem !important;
  }
  .u-md-pb19 {
    padding-bottom: 4.75rem !important;
  }
  .u-md-pb20 {
    padding-bottom: 5rem !important;
  }
  .u-md-pb21 {
    padding-bottom: 5.25rem !important;
  }
  .u-md-pb22 {
    padding-bottom: 5.5rem !important;
  }
  .u-md-pb23 {
    padding-bottom: 5.75rem !important;
  }
  .u-md-pb24 {
    padding-bottom: 6rem !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-pb0 {
    padding-bottom: 0rem !important;
  }
  .u-sm-pb1 {
    padding-bottom: 0.25rem !important;
  }
  .u-sm-pb2 {
    padding-bottom: 0.5rem !important;
  }
  .u-sm-pb3 {
    padding-bottom: 0.75rem !important;
  }
  .u-sm-pb4 {
    padding-bottom: 1rem !important;
  }
  .u-sm-pb5 {
    padding-bottom: 1.25rem !important;
  }
  .u-sm-pb6 {
    padding-bottom: 1.5rem !important;
  }
  .u-sm-pb7 {
    padding-bottom: 1.75rem !important;
  }
  .u-sm-pb8 {
    padding-bottom: 2rem !important;
  }
  .u-sm-pb9 {
    padding-bottom: 2.25rem !important;
  }
  .u-sm-pb10 {
    padding-bottom: 2.5rem !important;
  }
  .u-sm-pb11 {
    padding-bottom: 2.75rem !important;
  }
  .u-sm-pb12 {
    padding-bottom: 3rem !important;
  }
  .u-sm-pb13 {
    padding-bottom: 3.25rem !important;
  }
  .u-sm-pb14 {
    padding-bottom: 3.5rem !important;
  }
  .u-sm-pb15 {
    padding-bottom: 3.75rem !important;
  }
  .u-sm-pb16 {
    padding-bottom: 4rem !important;
  }
  .u-sm-pb17 {
    padding-bottom: 4.25rem !important;
  }
  .u-sm-pb18 {
    padding-bottom: 4.5rem !important;
  }
  .u-sm-pb19 {
    padding-bottom: 4.75rem !important;
  }
  .u-sm-pb20 {
    padding-bottom: 5rem !important;
  }
  .u-sm-pb21 {
    padding-bottom: 5.25rem !important;
  }
  .u-sm-pb22 {
    padding-bottom: 5.5rem !important;
  }
  .u-sm-pb23 {
    padding-bottom: 5.75rem !important;
  }
  .u-sm-pb24 {
    padding-bottom: 6rem !important;
  }
}

.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-px25 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media screen and (max-width: 640px) {
  .u-sm-px25 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.u-fs10 {
  font-size: 1rem;
}

.u-fs11 {
  font-size: 1.1rem;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs13 {
  font-size: 1.3rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs15 {
  font-size: 1.5rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs17 {
  font-size: 1.7rem;
}

.u-fs18 {
  font-size: 1.8rem;
}

.u-fs19 {
  font-size: 1.9rem;
}

.u-fs20 {
  font-size: 2rem;
}

.u-fs21 {
  font-size: 2.1rem;
}

.u-fs22 {
  font-size: 2.2rem;
}

.u-fs23 {
  font-size: 2.3rem;
}

.u-fs24 {
  font-size: 2.4rem;
}

.u-fs25 {
  font-size: 2.5rem;
}

.u-fs26 {
  font-size: 2.6rem;
}

.u-fs27 {
  font-size: 2.7rem;
}

.u-fs28 {
  font-size: 2.8rem;
}

.u-fs29 {
  font-size: 2.9rem;
}

.u-fs30 {
  font-size: 3rem;
}

.u-fs31 {
  font-size: 3.1rem;
}

.u-fs32 {
  font-size: 3.2rem;
}

.u-fs33 {
  font-size: 3.3rem;
}

.u-fs34 {
  font-size: 3.4rem;
}

.u-fs35 {
  font-size: 3.5rem;
}

.u-fs36 {
  font-size: 3.6rem;
}

.u-fs37 {
  font-size: 3.7rem;
}

.u-fs38 {
  font-size: 3.8rem;
}

.u-fs39 {
  font-size: 3.9rem;
}

.u-fs40 {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .u-md-fs10 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs11 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs12 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs13 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs14 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs15 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs16 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs17 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs18 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs19 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs20 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs21 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs22 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs23 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs24 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs25 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs26 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs27 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs28 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs29 {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs30 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs31 {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs32 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs33 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs34 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs35 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs36 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs37 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs38 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs39 {
    font-size: 3.9rem;
  }
}

@media screen and (max-width: 768px) {
  .u-md-fs40 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs10 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs11 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs12 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs13 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs14 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs15 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs16 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs17 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs18 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs19 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs20 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs21 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs22 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs23 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs24 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs25 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs26 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs27 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs28 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs29 {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs30 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs31 {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs32 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs33 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs34 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs35 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs36 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs37 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs38 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs39 {
    font-size: 3.9rem;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-fs40 {
    font-size: 4rem;
  }
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 400;
}

.u-fw-bold {
  font-weight: 700;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-12 {
  line-height: 1.2 !important;
}

.u-text-roboto {
  font-family: 'Roboto', sans-serif !important;
}

.u-text-shadow {
  text-shadow: 1.5px 1.5px 0 #fff,-1.5px 1.5px 0 #fff,1.5px -1.5px 0 #fff,-1.5px -1.5px 0 #fff;
}

/*# sourceMappingURL=app.css.map */


/* add fixed footer buttons - 240227 */

#fixed-contactbanner{
  position: fixed;
  bottom: -100%;
  width: 100%;
  padding: 15px 0;
  z-index: 100;
  background: #fff;
  text-align: center;
  opacity: 0.75;
  transition: all 0.3s;
}

#fixed-contactbanner:hover{
  opacity: 1;
}

#fixed-contactbanner.view{
  bottom: 0;
}


#fixed-contactbanner ul{
  display: flex;
  justify-content: center;
}

#fixed-contactbanner ul li{
  margin: 0 10px;
}
#fixed-contactbanner ul li img {
  max-height: 70px;
}
#fixedTEL{ display: none;}


@media screen and (max-width: 640px) {
    #fixed-contactbanner{
        bottom: 0;
        opacity: 1;
        box-shadow: 0 0 15px #ccc;
        padding: 2vw 0;
    }

    #fixed-contactbanner ul li{
        width: 48%;
        margin: 0 1%;
    }
    #fixed-contactbanner ul li img {
        max-height: 10vh;
    }

    #fixedTEL{
        display: block;
    }
    #fixedTEL .tel{
      font-size: 6vw;
      vertical-align: bottom;
    }
    #fixedTEL .tel img {
        width: 15%;
        vertical-align: initial;
    }
    #fixedTEL .reception-time img {
        display: block;
    }
}