/*======================================================================
 * main
======================================================================*//*! 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.
 */
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;
  overflow: hidden;
}

/**
 * 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;
}/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}@charset "UTF-8";
/*======================================================================
 * setting
======================================================================*/@charset "UTF-8";
/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  min-height: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN" ,"ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック" ,Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", ans-serif; 
  color: #464646;
  font-weight: 500;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
}

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

/*------------------------------------------------------------
 * responsive
------------------------------------------------------------*/
@media screen and (min-width: 961px) {
  /* PC/SP表示切替 */
  ._sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 960px) {
  /* PC/SP表示切替 */
  ._pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * 英字フォント
------------------------------------------------------------*/
.ff-en {
  font-family: Montserrat, sans-serif; 
}

/*------------------------------------------------------------
 * adjust-width
------------------------------------------------------------*/
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .adjust-width {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

/*------------------------------------------------------------
 * clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.ofi.-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.l-tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}@charset "UTF-8";
/*======================================================================
 * dndセクション初期設定
======================================================================*/
.dnd-section {
  padding: 0 1.8rem;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}@charset "UTF-8";
/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
@media (max-width: 960px) {
  .row-fluid [class*=span] {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media (max-width: 960px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 960px) and (min-width: 768px) {
  .g-container .row-fluid-wrapper[class$=-vertical-alignment] > .row-fluid {
    flex-direction: column !important;
  }
}@charset "UTF-8";
/*======================================================================
 * ボタンスタイル
======================================================================*/
/*------------------------------------------------------------
 * l-button
------------------------------------------------------------*/
.l-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  background-image: linear-gradient(270deg, #8be1ff, #232392);
}
.l-button:link, .l-button:visited, .l-button:active {
  color: #fff;
}
.l-button::after {
  content: none !important;
}
.l-button > * {
  display: block;
  width: 100%;
}
.l-button svg {
  fill: #fff;
  transition: fill 0.25s;
}
.l-button:hover {
  opacity: 1;
}
.l-button.-orange, .-orange .l-button {
  color: #464646;
  background: #f4b724;
  border-color: #f4b724;
}
.l-button.-white, .-white .l-button {
  color: #464646;
  background: #fff;
  border: 3px solid #f4b724;
}
.l-button.-white::after, .-white .l-button::after {
  height: 14px;
  width: 15px;
  -webkit-mask: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/miduho.co.jp/assets/images/common/arrow-right-white.svg") no-repeat 0 0;
  mask: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/miduho.co.jp/assets/images/common/arrow-right-white.svg") no-repeat 0 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}
.l-button.-arrow {
  padding-right: 52px;
  padding-left: 20px;
}
.l-button.-arrow::after {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/miduho.co.jp/assets/images/common/arrow-right-white.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "" !important;
  display: block;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
}
.l-button.-arrow.-icon-left {
  padding-right: 20px;
  padding-left: 52px;
}
.l-button.-arrow.-icon-left::after {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.l-button i {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.l-button i::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  font-style: normal;
}
.l-button i.-right {
  right: 15px;
}
.l-button i.-left {
  left: 15px;
}
.l-button i.-arrow.-right::before {
  content: "\f105";
  font-size: 26px;
}
.l-button i.-arrow.-left::before {
  content: "\f104";
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  .l-button {
    min-height: 60px;
  }
  .l-button i.-right {
    right: 10px;
  }
  .l-button i.-left {
    left: 10px;
  }
}@charset "UTF-8";
/*======================================================================
 * hs form
======================================================================*/
.hs-form fieldset {
  max-width: 100% !important;
  padding: 0;
}
@media (min-width: 961px) {
  .hs-form .form-columns-1 .hs-form-field {
    padding-left: 15px;
  }
}
@media (min-width: 961px) {
  .hs-form .form-columns-2 .hs-form-field:first-child {
    padding-left: 15px;
  }
  .hs-form .form-columns-2 .hs-form-field:last-child > label {
    padding-left: 60px;
  }
}
.hs-form .hs-form-field {
  margin-bottom: 52px;
}
@media (min-width: 961px) {
  .hs-form .hs-form-field {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 42px;
  }
  .hs-form .hs-form-field > * {
    flex: 0 0 auto;
  }
  .hs-form .hs-form-field > label {
    width: 240px;
    margin: 0;
  }
  .hs-form .hs-form-field > .input {
    width: calc(100% - 240px);
  }
}
.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 8px;
  padding-right: 20px;
  color: #042955;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4375;
}
@media (min-width: 961px) {
  .hs-form .hs-form-field > label {
    margin-bottom: 0;
  }
}
.hs-form .hs-form-field > label > span:not([class]) {
  display: inline-block;
  margin-right: 14px;
}
.hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
.hs-form .hs-richtext {
  margin-bottom: 0.5em;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
  text-align: left;
}
.hs-form .inputs-list.multi-container {
  display: flex;
  flex-wrap: wrap;
}
.hs-form .inputs-list.multi-container .multi-container {
  margin-bottom: -22px;
}
.hs-form .inputs-list.multi-container li {
  display: flex;
  align-items: center;
  width: 50%;
  color: #303030;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 22px;
}
@media (min-width: 961px) {
  .hs-form .inputs-list.multi-container li {
    justify-content: center;
    width: auto;
    margin-right: 44px;
  }
}
@media (max-width: 960px) {
  .hs-form .inputs-list.multi-container li:nth-child(odd) {
    padding-right: 22px;
  }
  .hs-form .inputs-list.multi-container li:nth-child(even) {
    padding-left: 22px;
  }
}
.hs-form .hs-form-required {
  display: inline-block;
  position: relative;
  width: 3.25em;
  color: transparent;
}
.hs-form .hs-form-required::before {
  content: "必須";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #c90202;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 23px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}
.hs-form .hs-error-msgs {
  margin-top: 0.5em;
  color: #d90b0b;
  width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 961px) {
  .hs-form .hs-error-msgs {
    padding-left: 240px;
  }
}
.hs-form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  width: 100%;
}
@media (min-width: 961px) {
  .hs-form .hs-field-desc {
    padding-left: 240px;
  }
}
.hs-form.password-prompt input[type=password], .hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
  width: 100% !important;
  outline: none;
  background-color: #ececec;
  border: 1px solid #707070;
  border-radius: 5px;
  display: block;
  padding: 13px 20px;
}
.hs-form.password-prompt input[type=password]::-moz-placeholder, .hs-form .hs-fieldtype-select .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input::-moz-placeholder {
  color: #707070;
}
.hs-form.password-prompt input[type=password]::placeholder, .hs-form .hs-fieldtype-select .hs-input::placeholder, .hs-form .hs-fieldtype-date .hs-input::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder, .hs-form .hs-fieldtype-number .hs-input::placeholder, .hs-form .hs-fieldtype-textarea .hs-input::placeholder, .hs-form .hs-fieldtype-text .hs-input::placeholder {
  color: #707070;
}
.hs-form.password-prompt input[type=password]:focus::-moz-placeholder, .hs-form .hs-fieldtype-select .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::-moz-placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::-moz-placeholder {
  color: transparent;
}
.hs-form.password-prompt input[type=password]:focus::placeholder, .hs-form .hs-fieldtype-select .hs-input:focus::placeholder, .hs-form .hs-fieldtype-date .hs-input:focus::placeholder, .hs-form .hs-fieldtype-phonenumber .hs-input:focus::placeholder, .hs-form .hs-fieldtype-number .hs-input:focus::placeholder, .hs-form .hs-fieldtype-textarea .hs-input:focus::placeholder, .hs-form .hs-fieldtype-text .hs-input:focus::placeholder {
  color: transparent;
}
.hs-form .hs-fieldtype-textarea .hs-input {
  height: 343px;
  resize: none;
}
@media (min-width: 961px) {
  .hs-form .hs-fieldtype-textarea .hs-input {
    height: 315px;
  }
}
.hs-form .fn-date-picker .pika-button {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.hs-form .fn-date-picker .pika-button:hover {
  background: #000 !important;
  color: #fff;
  border-radius: 0 !important;
}
.hs-form .fn-date-picker .is-today .pika-button {
  color: #000;
}
.hs-form .fn-date-picker .is-selected .pika-button {
  background: #000;
  box-shadow: none;
  border-radius: 0 !important;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding-left: 4.5rem;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 29px;
  height: 29px;
  background-color: #ececec;
  border: 1px solid #707070;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  left: 8px;
  top: 0;
  border-bottom: 4px solid #49bae4;
  border-right: 4px solid #49bae4;
  height: 23px;
  transform: rotate(45deg);
  width: 12px;
  z-index: 1;
  opacity: 0;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input:checked + span:after, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  left: 0.5rem;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #000;
  opacity: 0;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
.hs-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
}
.hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.hs-form .legal-consent-container {
  border-top: 1px solid #707070;
  text-align: center;
  margin-top: 50px;
  padding-top: 36px;
  color: #042955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}
@media (min-width: 961px) {
  .hs-form .legal-consent-container {
    padding-top: 68px;
  }
}
.hs-form .legal-consent-container a {
  text-decoration: underline;
}
.hs-form .legal-consent-container .hs-richtext {
  margin-bottom: 28px;
}
@media (min-width: 961px) {
  .hs-form .legal-consent-container .hs-richtext {
    margin-bottom: 34px;
  }
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display p {
  padding-right: 14px;
}
.hs-form .legal-consent-container .hs-form-field > .input {
  width: 100%;
}
.hs-form .legal-consent-container .inputs-list {
  text-align: center;
}
.hs-form .legal-consent-container .inputs-list.hs-error-msgs {
  padding-left: 0;
}
.hs-form .legal-consent-container .hs-form-required {
  top: 0.2em;
}
.hs-form .legal-consent-container .hs-error-msgs label {
  color: #d90b0b;
}
.hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs-submit {
  position: relative;
  max-width: 314px;
  margin: 52px auto 0;
  text-align: center;
}
.hs-form .hs-submit::after {
  content: "";
  position: absolute;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/miduho.co.jp/assets/images/common/arrow-right-white.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
  pointer-events: none;
}
.hs-form .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 68px;
  width: 100%;
  padding: 20px 52px 20px 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-image: linear-gradient(270deg, #8be1ff, #232392);
  cursor: pointer;
}
.hs-form .hs_error_rollup {
  margin: 52px auto -40px;
}
.hs-form .hs_error_rollup .inputs-list {
  text-align: center;
}
.hs-form .hs_error_rollup .inputs-list.hs-error-msgs {
  padding-left: 0;
}
.hs-form .submitted-message {
  text-align: center;
}
.hs-form.password-prompt form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hs-form.password-prompt input[type=password] {
  max-width: 400px;
  height: auto !important;
  margin: 0 0 20px !important;
}
.hs-form.password-prompt .hs-button {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/miduho.co.jp/assets/images/common/arrow-right-white.svg"), linear-gradient(270deg, #8be1ff, #232392);
  background-position: right 20px top 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 12px auto, cover;
}@charset "UTF-8";
/*======================================================================
 * Header
======================================================================*/
/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-public-preview {
  padding-top: 0;
}
.-public-preview .g-header {
  position: relative;
}
.-public-preview .g-header .gnav-overlay {
  display: none;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (min-width: 961px) {
  .g-header {
    background-color: #d5e8ff;
  }
}
@media (max-width: 960px) {
  .g-header.-js-opened {
    background-color: #fff;
  }
}
.g-header.-js-opened .gnav {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.g-header.-js-opened .logo {
  display: none;
}
.g-header.-js-opened .menu-text {
  display: block;
}
.g-header .logo {
  flex: 0 0 auto;
  max-width: 180px;
}
.g-header .gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 960px) {
  .g-header .gnav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    margin-top: 65px;
    padding-bottom: 100px;
    background-color: #fff;
    opacity: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 3;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 65px;
  margin: auto;
  padding: 0 0 0 18px;
}
@media (min-width: 961px) {
  .header-inner {
    height: 92px;
    padding: 0 22px 0 45px;
  }
}
.header-inner .menu-text {
  display: none;
  color: #035f80;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 22px;
}
.header-inner .contact {
  width: 100%;
  max-width: 160px;
}
@media (max-width: 960px) {
  .header-inner .contact {
    display: none;
  }
}
.header-inner .contact .m-button .l-button {
  padding: 16px 20px;
}
.header-inner .main-menu {
  margin-left: -30px;
}
@media (min-width: 961px) {
  .header-inner .main-menu {
    margin-right: -30px;
    padding-right: 90px;
  }
}
.header-inner .main-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .header-inner .main-menu ul {
    display: block;
  }
}
.header-inner .main-menu li {
  position: relative;
  display: block;
  margin-bottom: 2px;
  width: 100%;
}
@media (min-width: 961px) {
  .header-inner .main-menu li {
    width: auto;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-inner .main-menu li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 50px 25px 40px;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.125;
  background-color: #f0f0f0;
}
@media (min-width: 961px) {
  .header-inner .main-menu li a {
    padding: 0;
    color: #464646;
    line-height: 1.25;
    background-color: transparent;
  }
  .header-inner .main-menu li a:hover:after {
    width: 30px;
  }
}
.header-inner .main-menu li a::after {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/miduho.co.jp/assets/images/common/arrow-right.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
}
@media (min-width: 961px) {
  .header-inner .main-menu li a::after {
    bottom: -14px;
    left: 50%;
    right: auto;
    top: auto;
    width: 0;
    height: 3px;
    background: #f4b724;
    transform: translate(-50%);
  }
}
@media (min-width: 961px) {
  .header-inner .main-menu li.active-branch a::after {
    width: 30px;
  }
}
.header-inner .toggle-btn {
  align-items: center;
  background-color: #757575;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 65px;
  z-index: 2;
}
@media (min-width: 961px) {
  .header-inner .toggle-btn {
    display: none;
  }
}
.header-inner .toggle-btn .btn-inner {
  display: block;
  height: 24px;
  position: relative;
  width: 28px;
}
.header-inner .toggle-btn .btn-inner::before, .header-inner .toggle-btn .btn-inner::after,
.header-inner .toggle-btn .btn-inner span {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: 0.2s ease;
  width: 100%;
  z-index: 1;
}
.header-inner .toggle-btn .btn-inner::before, .header-inner .toggle-btn .btn-inner::after {
  content: "";
}
.header-inner .toggle-btn .btn-inner::before {
  top: 0;
}
.header-inner .toggle-btn .btn-inner::after {
  bottom: 0;
}
.header-inner .toggle-btn .btn-inner span {
  top: 50%;
  transform: translateY(-50%);
}
.header-inner .toggle-btn.-js-opened .btn-inner:after, .header-inner .toggle-btn.-js-opened .btn-inner:before {
  top: 50%;
}
.header-inner .toggle-btn.-js-opened .btn-inner:before {
  transform: translateY(-50%) rotate(45deg);
}
.header-inner .toggle-btn.-js-opened .btn-inner:after {
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.header-inner .toggle-btn.-js-opened .btn-inner span {
  left: -10px;
  opacity: 0;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.header-menu li {
  flex: 0 1 auto;
}
.header-menu li a {
  display: block;
  text-decoration: none;
  color: #e20001;
  background: blue;
}
.header-menu li.-current {
  border-bottom: 2px solid;
}/*======================================================================
 * footer
======================================================================*/
.g-footer {
  padding-bottom: 18px;
  background: #f0f0f0;
}
@media (min-width: 961px) {
  .g-footer {
    padding-bottom: 22px;
    padding-top: 80px;
  }
}
.g-footer .footer-inner {
  max-width: 1062px;
  margin: auto;
  padding-left: 30px;
  padding-right: 28px;
}
@media (min-width: 961px) {
  .g-footer .footer-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 92px;
    padding-right: 80px;
  }
}
.g-footer .copyright {
  padding: 0 28px 0 30px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.14;
  text-align: center;
}
@media (min-width: 961px) {
  .g-footer .copyright {
    padding: 0 52px 0 0;
  }
}

.footer-left {
  background-color: #fff;
  margin-left: -30px;
  margin-right: -28px;
}
@media (min-width: 961px) {
  .footer-left {
    background-color: transparent;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 961px) {
  .footer-nav .m-menu {
    display: flex;
  }
}
@media (min-width: 961px) {
  .footer-nav .m-menu > * {
    padding-right: 60px;
  }
}
.footer-nav .m-menu a {
  background-color: #f0f0f0;
  color: inherit;
  color: #000;
  display: block;
  font-weight: 700;
  padding: 25px 50px 25px 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 961px) {
  .footer-nav .m-menu a {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
  }
}
.footer-nav .m-menu a::after {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/miduho.co.jp/assets/images/common/arrow-right.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
}
@media (min-width: 961px) {
  .footer-nav .m-menu a::after {
    content: none;
  }
}
.footer-nav .m-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 960px) {
  .footer-nav .m-menu li.hs-item-has-children > a::after, .footer-nav .m-menu li.hs-item-has-children > a::before {
    background: #035f80;
    border-radius: 5px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    z-index: 1;
  }
  .footer-nav .m-menu li.hs-item-has-children > a::after {
    height: 2px;
    right: 34px;
    width: 12px;
  }
  .footer-nav .m-menu li.hs-item-has-children > a::before {
    height: 12px;
    right: 39px;
    width: 2px;
  }
  .footer-nav .m-menu li.hs-item-has-children > a.-js-opened::before {
    height: 0;
  }
  .footer-nav .m-menu li.hs-item-has-children ul {
    display: none;
  }
}
@media (min-width: 961px) {
  .footer-nav .m-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 26px;
  }
}
.footer-nav .m-menu .hs-menu-wrapper > ul > li > a {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 961px) {
  .footer-nav .m-menu .hs-menu-wrapper > ul > li > a {
    margin-bottom: 18px;
  }
}
.footer-nav .m-menu ul ul li a {
  margin-bottom: 2px;
}
@media (min-width: 961px) {
  .footer-nav .m-menu ul ul li a {
    font-size: 1.4rem;
    line-height: 1.14;
    margin-bottom: 10px;
  }
}

@media (min-width: 961px) {
  .footer__item-content {
    height: auto !important;
    overflow: visible !important;
  }
  .footer__item-content-inner {
    padding-top: 18px;
  }
}
.footer-right {
  padding-bottom: 40px;
  padding-left: 10px;
  padding-top: 30px;
}
@media (min-width: 961px) {
  .footer-right {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.footer-right .logo {
  margin-bottom: 16px;
}
.footer-right .address {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
  margin-bottom: 18px;
  text-align: left;
}
.footer-right .group-logo .hs_cos_wrapper_type_logo a {
  pointer-events: none;
}@charset "UTF-8";
/*======================================================================
* カスタムセクション
======================================================================*/
/* ------------------------------------------------------------
  * 強制余白を設定しない
------------------------------------------------------------ */
.sec-flexible .row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 0;
}
.sec-flexible .row-fluid .span12 {
  width: 100%;
}
.sec-flexible .row-fluid .span11 {
  width: 91.6666666667%;
}
.sec-flexible .row-fluid .span10 {
  width: 83.3333333333%;
}
.sec-flexible .row-fluid .span9 {
  width: 75%;
}
.sec-flexible .row-fluid .span8 {
  width: 66.6666666667%;
}
.sec-flexible .row-fluid .span7 {
  width: 58.3333333333%;
}
.sec-flexible .row-fluid .span6 {
  width: 50%;
}
.sec-flexible .row-fluid .span5 {
  width: 41.6666666667%;
}
.sec-flexible .row-fluid .span4 {
  width: 33.3333333333%;
}
.sec-flexible .row-fluid .span3 {
  width: 25%;
}
.sec-flexible .row-fluid .span2 {
  width: 16.6666666667%;
}
.sec-flexible .row-fluid .span1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 960px) {
  .sec-flexible .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}