@charset "UTF-8";
/*
 * Library
*/
/*
 * Mixin
*/
/*
 * Web Fonts
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,500;1,400&display=swap");
/*
 * Setting
*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000000; } }

/*
 * Reset Style
*/
/*
 * Reset Style
*/
/*
  Reset Style -> html5doctor.com Reset Stylesheet v1.6.1
  Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html, body {
  width: 100%;
  height: 100%; }

html {
  font-family: sans-serif;
  font-size: 62.5%; }

body {
  line-height: 1;
  position: relative; }

ol, ul {
  list-style: none; }

br {
  letter-spacing: 0; }

/*
  normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*
  CSS framework -> Bootstrap v3.3.6 (http://getbootstrap.com)
  Copyright 2011-2015 Twitter, Inc.
  Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: transparent; }

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

a {
  text-decoration: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  line-height: 0;
  vertical-align: bottom; }

/*
 * Base Style
*/
/*
 * Base Style
 * デフォルトスタイル及びセレクタそのものへのスタイル指定
*/
body {
  font-size: 1.4rem;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック  Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #1d1d1d;
  font-weight: 400;
  line-height: 1.5; }
  @media (min-width: 768px) {
    body {
      min-width: 1200px;
      font-size: 1.6rem;
      line-height: 1.6; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6; }

table, li, p, dl {
  line-height: 1.8; }

a:hover {
  opacity: 0.8; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

section {
  margin: 8rem 0; }
  @media (max-width: 768px) {
    section {
      margin: 4rem 0; } }

/*
 * Layout Style
*/
/*
 * Layout
 * 基本スタイルはここに記述
*/
/* ===========================================*/
/* l_head */
/* -------------------------------------------*/
.l_head {
  padding: 0 0 0rem;
  margin-top: -10rem;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6); }
  .l_head.is-animation {
    border-bottom: 1px solid #ccc; }
  .l_head-in {
    width: 1200px;
    margin: 1.5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s; }
    @media (max-width: 768px) {
      .l_head-in {
        width: 100%;
        flex-flow: wrap;
        padding: 0 1rem;
        margin: 0.5rem auto; } }
    .is-animation .l_head-in {
      margin: 0.5rem auto; }
  .l_head-l {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .l_head-l {
        margin-bottom: 0.5rem; } }
  .l_headLogo {
    margin-right: 2rem;
    width: 175px; }
    @media (max-width: 768px) {
      .l_headLogo {
        width: 35%;
        margin-right: 1rem; } }
  .l_headContaTel {
    font-weight: bold;
    color: #5597d3;
    font-size: 1.8rem;
    line-height: 1.3;
    display: flex; }
    @media (max-width: 768px) {
      .l_headContaTel {
        display: block;
        width: 100%; } }
    .l_headContaTel .tel {
      margin-right: 3rem;
      align-items: center;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .l_headContaTel .tel {
          align-items: baseline;
          font-size: 1.3rem;
          margin-right: 0rem;
          display: flex; } }
      .l_headContaTel .tel dd {
        font-size: 3.5rem;
        line-height: 1; }
        @media (max-width: 768px) {
          .l_headContaTel .tel dd {
            font-size: 1.9rem; } }
    .l_headContaTel .time {
      align-items: center;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .l_headContaTel .time {
          align-items: baseline;
          font-size: 1.3rem;
          margin-right: 0rem;
          display: flex; } }
      .l_headContaTel .time dd {
        font-size: 3.5rem;
        line-height: 1; }
        @media (max-width: 768px) {
          .l_headContaTel .time dd {
            font-size: 1.9rem; } }
  .l_headConta .kojin {
    font-size: 1.6rem; }
    @media (max-width: 768px) {
      .l_headConta .kojin {
        display: none; } }
  .l_headBtn {
    display: flex; }
    .l_headBtn a {
      border: 2px solid #3a484d;
      font-weight: bold;
      padding: 1rem 2rem;
      display: block; }
      @media (max-width: 768px) {
        .l_headBtn a {
          padding: 0.5rem 0rem;
          font-size: 12px;
          width: 100%; } }
      .l_headBtn a.pre {
        background: #c20000;
        color: #fff;
        margin-right: 1rem; }
        @media (max-width: 768px) {
          .l_headBtn a.pre {
            margin-right: 0.5rem; } }
      .l_headBtn a.free {
        background: #fffc00;
        color: #3a484d; }
    @media (max-width: 768px) {
      .l_headBtn {
        width: 100%;
        text-align: center;
        font-size: 1.8rem; } }

/* ===========================================*/
/* l_footer */
/* -------------------------------------------*/
/*  */
.l_foot {
  padding: 4rem 0px;
  background: #fbfbfb;
  border-top: 1px solid #cccccc; }
  @media (max-width: 768px) {
    .l_foot {
      padding: 2rem 0px; } }
  .l_foot-in {
    width: 1000px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 768px) {
      .l_foot-in {
        display: block;
        width: 100%;
        padding: 0 1rem; } }
  .l_foot-l {
    margin-right: 3rem; }
    @media (max-width: 768px) {
      .l_foot-l {
        text-align: center;
        margin-right: 0; } }
  .l_footInfo .name {
    font-weight: bold;
    font-size: 3rem;
    color: #5597d3; }
    @media (max-width: 768px) {
      .l_footInfo .name {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1rem; } }
  .l_footInfo .lst {
    font-weight: bold;
    display: flex; }
    @media (max-width: 768px) {
      .l_footInfo .lst {
        display: block;
        width: 100%; } }
  .l_footInfoTel {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .l_footInfoTel {
        display: block;
        text-align: center;
        margin-top: 2rem; } }
    .l_footInfoTel .ttl {
      background: #151f3a;
      color: #FFFFFF;
      padding: 1rem;
      display: inline-block;
      margin-right: 1rem;
      font-weight: bold; }
      @media (max-width: 768px) {
        .l_footInfoTel .ttl {
          display: block;
          margin-right: 0; } }
    .l_footInfoTel .tel {
      font-weight: bold;
      font-size: 4rem;
      color: #5597d3; }
  .l_footCp {
    text-align: center;
    padding: 1rem 0 1rem;
    background: #000000;
    color: #fff; }

/*
 * Common
 * どのサイトでも使用する汎用クラス（BEMの命名規則は適用しない）
*/
/* Width */
.w_set {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w_inset {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 768px) {
    .w_inset {
      padding-left: 0;
      padding-right: 0; } }

.w_max-main {
  max-width: 1200px; }

.w_max-sub01 {
  max-width: 1000px; }

.w_max-sub02 {
  max-width: 990px; }

.w_max-sub03 {
  max-width: 810px; }

.w_max-sub04 {
  max-width: 1000px; }

/* Breakpoint Change */
@media (min-width: 768px) {
  .pc_hide {
    display: none !important; } }

@media (max-width: 768px) {
  .sp_hide {
    display: none !important; } }

/* Overflow */
.of_h {
  overflow: hidden; }

/* SVG */
.inc_svg {
  display: none; }

/* Text Align */
.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

/* Text Style */
.fw_400 {
  font-weight: 400; }

.fw_500 {
  font-weight: 500; }

.fw_600 {
  font-weight: 600; }

.fw_700 {
  font-weight: 700; }

/* Responsive Image */
.img_res {
  max-width: 100%;
  width: auto;
  height: auto; }
  .img_res-full {
    width: 100%;
    height: auto; }

/* Roll Over */
.highlight {
  transition: opacity 300ms ease; }
  .highlight:active {
    opacity: .7; }
  @media (min-width: 768px) {
    .highlight:hover {
      opacity: .7; } }

.underline:hover {
  text-decoration: underline; }

.underline-rev {
  text-decoration: underline; }
  .underline-rev:hover {
    text-decoration: underline; }

/* Space 基本使用しない */
.m-0 {
  margin: 0; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.m-5 {
  margin: 0.5rem !important; }

.my-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.mt-5 {
  margin-top: 0.5rem !important; }

.mb-5 {
  margin-bottom: 0.5rem !important; }

.ml-5 {
  margin-left: 0.5rem !important; }

.mr-5 {
  margin-right: 0.5rem !important; }

.mx-n5 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }

.p-5 {
  padding: 0.5rem !important; }

.py-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.px-5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.pt-5 {
  padding-top: 0.5rem !important; }

.pb-5 {
  padding-bottom: 0.5rem !important; }

.pl-5 {
  padding-left: 0.5rem !important; }

.pr-5 {
  padding-right: 0.5rem !important; }

.m-10 {
  margin: 1rem !important; }

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mt-10 {
  margin-top: 1rem !important; }

.mb-10 {
  margin-bottom: 1rem !important; }

.ml-10 {
  margin-left: 1rem !important; }

.mr-10 {
  margin-right: 1rem !important; }

.mx-n10 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.p-10 {
  padding: 1rem !important; }

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.px-10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.pt-10 {
  padding-top: 1rem !important; }

.pb-10 {
  padding-bottom: 1rem !important; }

.pl-10 {
  padding-left: 1rem !important; }

.pr-10 {
  padding-right: 1rem !important; }

.m-15 {
  margin: 1.5rem !important; }

.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mx-15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.mt-15 {
  margin-top: 1.5rem !important; }

.mb-15 {
  margin-bottom: 1.5rem !important; }

.ml-15 {
  margin-left: 1.5rem !important; }

.mr-15 {
  margin-right: 1.5rem !important; }

.mx-n15 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important; }

.p-15 {
  padding: 1.5rem !important; }

.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.px-15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.pt-15 {
  padding-top: 1.5rem !important; }

.pb-15 {
  padding-bottom: 1.5rem !important; }

.pl-15 {
  padding-left: 1.5rem !important; }

.pr-15 {
  padding-right: 1.5rem !important; }

.m-20 {
  margin: 2rem !important; }

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.mx-20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.mt-20 {
  margin-top: 2rem !important; }

.mb-20 {
  margin-bottom: 2rem !important; }

.ml-20 {
  margin-left: 2rem !important; }

.mr-20 {
  margin-right: 2rem !important; }

.mx-n20 {
  margin-left: -2rem !important;
  margin-right: -2rem !important; }

.p-20 {
  padding: 2rem !important; }

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.px-20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.pt-20 {
  padding-top: 2rem !important; }

.pb-20 {
  padding-bottom: 2rem !important; }

.pl-20 {
  padding-left: 2rem !important; }

.pr-20 {
  padding-right: 2rem !important; }

.m-25 {
  margin: 2.5rem !important; }

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.mx-25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.mt-25 {
  margin-top: 2.5rem !important; }

.mb-25 {
  margin-bottom: 2.5rem !important; }

.ml-25 {
  margin-left: 2.5rem !important; }

.mr-25 {
  margin-right: 2.5rem !important; }

.mx-n25 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important; }

.p-25 {
  padding: 2.5rem !important; }

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.px-25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.pt-25 {
  padding-top: 2.5rem !important; }

.pb-25 {
  padding-bottom: 2.5rem !important; }

.pl-25 {
  padding-left: 2.5rem !important; }

.pr-25 {
  padding-right: 2.5rem !important; }

.m-30 {
  margin: 3rem !important; }

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mx-30 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.mt-30 {
  margin-top: 3rem !important; }

.mb-30 {
  margin-bottom: 3rem !important; }

.ml-30 {
  margin-left: 3rem !important; }

.mr-30 {
  margin-right: 3rem !important; }

.mx-n30 {
  margin-left: -3rem !important;
  margin-right: -3rem !important; }

.p-30 {
  padding: 3rem !important; }

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.px-30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.pt-30 {
  padding-top: 3rem !important; }

.pb-30 {
  padding-bottom: 3rem !important; }

.pl-30 {
  padding-left: 3rem !important; }

.pr-30 {
  padding-right: 3rem !important; }

.m-35 {
  margin: 3.5rem !important; }

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.mx-35 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.mt-35 {
  margin-top: 3.5rem !important; }

.mb-35 {
  margin-bottom: 3.5rem !important; }

.ml-35 {
  margin-left: 3.5rem !important; }

.mr-35 {
  margin-right: 3.5rem !important; }

.mx-n35 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important; }

.p-35 {
  padding: 3.5rem !important; }

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.px-35 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.pt-35 {
  padding-top: 3.5rem !important; }

.pb-35 {
  padding-bottom: 3.5rem !important; }

.pl-35 {
  padding-left: 3.5rem !important; }

.pr-35 {
  padding-right: 3.5rem !important; }

.m-40 {
  margin: 4rem !important; }

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mx-40 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.mt-40 {
  margin-top: 4rem !important; }

.mb-40 {
  margin-bottom: 4rem !important; }

.ml-40 {
  margin-left: 4rem !important; }

.mr-40 {
  margin-right: 4rem !important; }

.mx-n40 {
  margin-left: -4rem !important;
  margin-right: -4rem !important; }

.p-40 {
  padding: 4rem !important; }

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.px-40 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.pt-40 {
  padding-top: 4rem !important; }

.pb-40 {
  padding-bottom: 4rem !important; }

.pl-40 {
  padding-left: 4rem !important; }

.pr-40 {
  padding-right: 4rem !important; }

.m-45 {
  margin: 4.5rem !important; }

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.mx-45 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.mt-45 {
  margin-top: 4.5rem !important; }

.mb-45 {
  margin-bottom: 4.5rem !important; }

.ml-45 {
  margin-left: 4.5rem !important; }

.mr-45 {
  margin-right: 4.5rem !important; }

.mx-n45 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important; }

.p-45 {
  padding: 4.5rem !important; }

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.px-45 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.pt-45 {
  padding-top: 4.5rem !important; }

.pb-45 {
  padding-bottom: 4.5rem !important; }

.pl-45 {
  padding-left: 4.5rem !important; }

.pr-45 {
  padding-right: 4.5rem !important; }

.m-50 {
  margin: 5rem !important; }

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mx-50 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.mt-50 {
  margin-top: 5rem !important; }

.mb-50 {
  margin-bottom: 5rem !important; }

.ml-50 {
  margin-left: 5rem !important; }

.mr-50 {
  margin-right: 5rem !important; }

.mx-n50 {
  margin-left: -5rem !important;
  margin-right: -5rem !important; }

.p-50 {
  padding: 5rem !important; }

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.px-50 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.pt-50 {
  padding-top: 5rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

.pl-50 {
  padding-left: 5rem !important; }

.pr-50 {
  padding-right: 5rem !important; }

.m-55 {
  margin: 5.5rem !important; }

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important; }

.mx-55 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important; }

.mt-55 {
  margin-top: 5.5rem !important; }

.mb-55 {
  margin-bottom: 5.5rem !important; }

.ml-55 {
  margin-left: 5.5rem !important; }

.mr-55 {
  margin-right: 5.5rem !important; }

.mx-n55 {
  margin-left: -5.5rem !important;
  margin-right: -5.5rem !important; }

.p-55 {
  padding: 5.5rem !important; }

.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important; }

.px-55 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important; }

.pt-55 {
  padding-top: 5.5rem !important; }

.pb-55 {
  padding-bottom: 5.5rem !important; }

.pl-55 {
  padding-left: 5.5rem !important; }

.pr-55 {
  padding-right: 5.5rem !important; }

.m-60 {
  margin: 6rem !important; }

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.mx-60 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }

.mt-60 {
  margin-top: 6rem !important; }

.mb-60 {
  margin-bottom: 6rem !important; }

.ml-60 {
  margin-left: 6rem !important; }

.mr-60 {
  margin-right: 6rem !important; }

.mx-n60 {
  margin-left: -6rem !important;
  margin-right: -6rem !important; }

.p-60 {
  padding: 6rem !important; }

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.px-60 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

.pt-60 {
  padding-top: 6rem !important; }

.pb-60 {
  padding-bottom: 6rem !important; }

.pl-60 {
  padding-left: 6rem !important; }

.pr-60 {
  padding-right: 6rem !important; }

.m-65 {
  margin: 6.5rem !important; }

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }

.mx-65 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important; }

.mt-65 {
  margin-top: 6.5rem !important; }

.mb-65 {
  margin-bottom: 6.5rem !important; }

.ml-65 {
  margin-left: 6.5rem !important; }

.mr-65 {
  margin-right: 6.5rem !important; }

.mx-n65 {
  margin-left: -6.5rem !important;
  margin-right: -6.5rem !important; }

.p-65 {
  padding: 6.5rem !important; }

.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }

.px-65 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important; }

.pt-65 {
  padding-top: 6.5rem !important; }

.pb-65 {
  padding-bottom: 6.5rem !important; }

.pl-65 {
  padding-left: 6.5rem !important; }

.pr-65 {
  padding-right: 6.5rem !important; }

.m-70 {
  margin: 7rem !important; }

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }

.mx-70 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }

.mt-70 {
  margin-top: 7rem !important; }

.mb-70 {
  margin-bottom: 7rem !important; }

.ml-70 {
  margin-left: 7rem !important; }

.mr-70 {
  margin-right: 7rem !important; }

.mx-n70 {
  margin-left: -7rem !important;
  margin-right: -7rem !important; }

.p-70 {
  padding: 7rem !important; }

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.px-70 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }

.pt-70 {
  padding-top: 7rem !important; }

.pb-70 {
  padding-bottom: 7rem !important; }

.pl-70 {
  padding-left: 7rem !important; }

.pr-70 {
  padding-right: 7rem !important; }

.m-75 {
  margin: 7.5rem !important; }

.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }

.mx-75 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important; }

.mt-75 {
  margin-top: 7.5rem !important; }

.mb-75 {
  margin-bottom: 7.5rem !important; }

.ml-75 {
  margin-left: 7.5rem !important; }

.mr-75 {
  margin-right: 7.5rem !important; }

.mx-n75 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important; }

.p-75 {
  padding: 7.5rem !important; }

.py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }

.px-75 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important; }

.pt-75 {
  padding-top: 7.5rem !important; }

.pb-75 {
  padding-bottom: 7.5rem !important; }

.pl-75 {
  padding-left: 7.5rem !important; }

.pr-75 {
  padding-right: 7.5rem !important; }

.m-80 {
  margin: 8rem !important; }

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.mx-80 {
  margin-left: 8rem !important;
  margin-right: 8rem !important; }

.mt-80 {
  margin-top: 8rem !important; }

.mb-80 {
  margin-bottom: 8rem !important; }

.ml-80 {
  margin-left: 8rem !important; }

.mr-80 {
  margin-right: 8rem !important; }

.mx-n80 {
  margin-left: -8rem !important;
  margin-right: -8rem !important; }

.p-80 {
  padding: 8rem !important; }

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.px-80 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }

.pt-80 {
  padding-top: 8rem !important; }

.pb-80 {
  padding-bottom: 8rem !important; }

.pl-80 {
  padding-left: 8rem !important; }

.pr-80 {
  padding-right: 8rem !important; }

.m-85 {
  margin: 8.5rem !important; }

.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important; }

.mx-85 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important; }

.mt-85 {
  margin-top: 8.5rem !important; }

.mb-85 {
  margin-bottom: 8.5rem !important; }

.ml-85 {
  margin-left: 8.5rem !important; }

.mr-85 {
  margin-right: 8.5rem !important; }

.mx-n85 {
  margin-left: -8.5rem !important;
  margin-right: -8.5rem !important; }

.p-85 {
  padding: 8.5rem !important; }

.py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important; }

.px-85 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important; }

.pt-85 {
  padding-top: 8.5rem !important; }

.pb-85 {
  padding-bottom: 8.5rem !important; }

.pl-85 {
  padding-left: 8.5rem !important; }

.pr-85 {
  padding-right: 8.5rem !important; }

.m-90 {
  margin: 9rem !important; }

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

.mx-90 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }

.mt-90 {
  margin-top: 9rem !important; }

.mb-90 {
  margin-bottom: 9rem !important; }

.ml-90 {
  margin-left: 9rem !important; }

.mr-90 {
  margin-right: 9rem !important; }

.mx-n90 {
  margin-left: -9rem !important;
  margin-right: -9rem !important; }

.p-90 {
  padding: 9rem !important; }

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

.px-90 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }

.pt-90 {
  padding-top: 9rem !important; }

.pb-90 {
  padding-bottom: 9rem !important; }

.pl-90 {
  padding-left: 9rem !important; }

.pr-90 {
  padding-right: 9rem !important; }

.m-95 {
  margin: 9.5rem !important; }

.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important; }

.mx-95 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important; }

.mt-95 {
  margin-top: 9.5rem !important; }

.mb-95 {
  margin-bottom: 9.5rem !important; }

.ml-95 {
  margin-left: 9.5rem !important; }

.mr-95 {
  margin-right: 9.5rem !important; }

.mx-n95 {
  margin-left: -9.5rem !important;
  margin-right: -9.5rem !important; }

.p-95 {
  padding: 9.5rem !important; }

.py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important; }

.px-95 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important; }

.pt-95 {
  padding-top: 9.5rem !important; }

.pb-95 {
  padding-bottom: 9.5rem !important; }

.pl-95 {
  padding-left: 9.5rem !important; }

.pr-95 {
  padding-right: 9.5rem !important; }

.m-100 {
  margin: 10rem !important; }

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.mx-100 {
  margin-left: 10rem !important;
  margin-right: 10rem !important; }

.mt-100 {
  margin-top: 10rem !important; }

.mb-100 {
  margin-bottom: 10rem !important; }

.ml-100 {
  margin-left: 10rem !important; }

.mr-100 {
  margin-right: 10rem !important; }

.mx-n100 {
  margin-left: -10rem !important;
  margin-right: -10rem !important; }

.p-100 {
  padding: 10rem !important; }

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.px-100 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }

.pt-100 {
  padding-top: 10rem !important; }

.pb-100 {
  padding-bottom: 10rem !important; }

.pl-100 {
  padding-left: 10rem !important; }

.pr-100 {
  padding-right: 10rem !important; }

.m-105 {
  margin: 10.5rem !important; }

.my-105 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important; }

.mx-105 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important; }

.mt-105 {
  margin-top: 10.5rem !important; }

.mb-105 {
  margin-bottom: 10.5rem !important; }

.ml-105 {
  margin-left: 10.5rem !important; }

.mr-105 {
  margin-right: 10.5rem !important; }

.mx-n105 {
  margin-left: -10.5rem !important;
  margin-right: -10.5rem !important; }

.p-105 {
  padding: 10.5rem !important; }

.py-105 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important; }

.px-105 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important; }

.pt-105 {
  padding-top: 10.5rem !important; }

.pb-105 {
  padding-bottom: 10.5rem !important; }

.pl-105 {
  padding-left: 10.5rem !important; }

.pr-105 {
  padding-right: 10.5rem !important; }

.m-110 {
  margin: 11rem !important; }

.my-110 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important; }

.mx-110 {
  margin-left: 11rem !important;
  margin-right: 11rem !important; }

.mt-110 {
  margin-top: 11rem !important; }

.mb-110 {
  margin-bottom: 11rem !important; }

.ml-110 {
  margin-left: 11rem !important; }

.mr-110 {
  margin-right: 11rem !important; }

.mx-n110 {
  margin-left: -11rem !important;
  margin-right: -11rem !important; }

.p-110 {
  padding: 11rem !important; }

.py-110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important; }

.px-110 {
  padding-left: 11rem !important;
  padding-right: 11rem !important; }

.pt-110 {
  padding-top: 11rem !important; }

.pb-110 {
  padding-bottom: 11rem !important; }

.pl-110 {
  padding-left: 11rem !important; }

.pr-110 {
  padding-right: 11rem !important; }

.m-115 {
  margin: 11.5rem !important; }

.my-115 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important; }

.mx-115 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important; }

.mt-115 {
  margin-top: 11.5rem !important; }

.mb-115 {
  margin-bottom: 11.5rem !important; }

.ml-115 {
  margin-left: 11.5rem !important; }

.mr-115 {
  margin-right: 11.5rem !important; }

.mx-n115 {
  margin-left: -11.5rem !important;
  margin-right: -11.5rem !important; }

.p-115 {
  padding: 11.5rem !important; }

.py-115 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important; }

.px-115 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important; }

.pt-115 {
  padding-top: 11.5rem !important; }

.pb-115 {
  padding-bottom: 11.5rem !important; }

.pl-115 {
  padding-left: 11.5rem !important; }

.pr-115 {
  padding-right: 11.5rem !important; }

.m-120 {
  margin: 12rem !important; }

.my-120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

.mx-120 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }

.mt-120 {
  margin-top: 12rem !important; }

.mb-120 {
  margin-bottom: 12rem !important; }

.ml-120 {
  margin-left: 12rem !important; }

.mr-120 {
  margin-right: 12rem !important; }

.mx-n120 {
  margin-left: -12rem !important;
  margin-right: -12rem !important; }

.p-120 {
  padding: 12rem !important; }

.py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.px-120 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }

.pt-120 {
  padding-top: 12rem !important; }

.pb-120 {
  padding-bottom: 12rem !important; }

.pl-120 {
  padding-left: 12rem !important; }

.pr-120 {
  padding-right: 12rem !important; }

.m-125 {
  margin: 12.5rem !important; }

.my-125 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important; }

.mx-125 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important; }

.mt-125 {
  margin-top: 12.5rem !important; }

.mb-125 {
  margin-bottom: 12.5rem !important; }

.ml-125 {
  margin-left: 12.5rem !important; }

.mr-125 {
  margin-right: 12.5rem !important; }

.mx-n125 {
  margin-left: -12.5rem !important;
  margin-right: -12.5rem !important; }

.p-125 {
  padding: 12.5rem !important; }

.py-125 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important; }

.px-125 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important; }

.pt-125 {
  padding-top: 12.5rem !important; }

.pb-125 {
  padding-bottom: 12.5rem !important; }

.pl-125 {
  padding-left: 12.5rem !important; }

.pr-125 {
  padding-right: 12.5rem !important; }

.m-130 {
  margin: 13rem !important; }

.my-130 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important; }

.mx-130 {
  margin-left: 13rem !important;
  margin-right: 13rem !important; }

.mt-130 {
  margin-top: 13rem !important; }

.mb-130 {
  margin-bottom: 13rem !important; }

.ml-130 {
  margin-left: 13rem !important; }

.mr-130 {
  margin-right: 13rem !important; }

.mx-n130 {
  margin-left: -13rem !important;
  margin-right: -13rem !important; }

.p-130 {
  padding: 13rem !important; }

.py-130 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important; }

.px-130 {
  padding-left: 13rem !important;
  padding-right: 13rem !important; }

.pt-130 {
  padding-top: 13rem !important; }

.pb-130 {
  padding-bottom: 13rem !important; }

.pl-130 {
  padding-left: 13rem !important; }

.pr-130 {
  padding-right: 13rem !important; }

.m-135 {
  margin: 13.5rem !important; }

.my-135 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important; }

.mx-135 {
  margin-left: 13.5rem !important;
  margin-right: 13.5rem !important; }

.mt-135 {
  margin-top: 13.5rem !important; }

.mb-135 {
  margin-bottom: 13.5rem !important; }

.ml-135 {
  margin-left: 13.5rem !important; }

.mr-135 {
  margin-right: 13.5rem !important; }

.mx-n135 {
  margin-left: -13.5rem !important;
  margin-right: -13.5rem !important; }

.p-135 {
  padding: 13.5rem !important; }

.py-135 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important; }

.px-135 {
  padding-left: 13.5rem !important;
  padding-right: 13.5rem !important; }

.pt-135 {
  padding-top: 13.5rem !important; }

.pb-135 {
  padding-bottom: 13.5rem !important; }

.pl-135 {
  padding-left: 13.5rem !important; }

.pr-135 {
  padding-right: 13.5rem !important; }

.m-140 {
  margin: 14rem !important; }

.my-140 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }

.mx-140 {
  margin-left: 14rem !important;
  margin-right: 14rem !important; }

.mt-140 {
  margin-top: 14rem !important; }

.mb-140 {
  margin-bottom: 14rem !important; }

.ml-140 {
  margin-left: 14rem !important; }

.mr-140 {
  margin-right: 14rem !important; }

.mx-n140 {
  margin-left: -14rem !important;
  margin-right: -14rem !important; }

.p-140 {
  padding: 14rem !important; }

.py-140 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }

.px-140 {
  padding-left: 14rem !important;
  padding-right: 14rem !important; }

.pt-140 {
  padding-top: 14rem !important; }

.pb-140 {
  padding-bottom: 14rem !important; }

.pl-140 {
  padding-left: 14rem !important; }

.pr-140 {
  padding-right: 14rem !important; }

.m-145 {
  margin: 14.5rem !important; }

.my-145 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important; }

.mx-145 {
  margin-left: 14.5rem !important;
  margin-right: 14.5rem !important; }

.mt-145 {
  margin-top: 14.5rem !important; }

.mb-145 {
  margin-bottom: 14.5rem !important; }

.ml-145 {
  margin-left: 14.5rem !important; }

.mr-145 {
  margin-right: 14.5rem !important; }

.mx-n145 {
  margin-left: -14.5rem !important;
  margin-right: -14.5rem !important; }

.p-145 {
  padding: 14.5rem !important; }

.py-145 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important; }

.px-145 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important; }

.pt-145 {
  padding-top: 14.5rem !important; }

.pb-145 {
  padding-bottom: 14.5rem !important; }

.pl-145 {
  padding-left: 14.5rem !important; }

.pr-145 {
  padding-right: 14.5rem !important; }

.m-150 {
  margin: 15rem !important; }

.my-150 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }

.mx-150 {
  margin-left: 15rem !important;
  margin-right: 15rem !important; }

.mt-150 {
  margin-top: 15rem !important; }

.mb-150 {
  margin-bottom: 15rem !important; }

.ml-150 {
  margin-left: 15rem !important; }

.mr-150 {
  margin-right: 15rem !important; }

.mx-n150 {
  margin-left: -15rem !important;
  margin-right: -15rem !important; }

.p-150 {
  padding: 15rem !important; }

.py-150 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }

.px-150 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }

.pt-150 {
  padding-top: 15rem !important; }

.pb-150 {
  padding-bottom: 15rem !important; }

.pl-150 {
  padding-left: 15rem !important; }

.pr-150 {
  padding-right: 15rem !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .m-sm-5 {
    margin: 0.5rem !important; }

  .my-sm-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mx-sm-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }

  .mt-sm-5 {
    margin-top: 0.5rem !important; }

  .mb-sm-5 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-5 {
    margin-left: 0.5rem !important; }

  .mr-sm-5 {
    margin-right: 0.5rem !important; }

  .mt-sm-n5 {
    margin-top: -0.5rem !important; }

  .mx-sm-n5 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }

  .p-sm-5 {
    padding: 0.5rem !important; }

  .py-sm-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .px-sm-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }

  .pt-sm-5 {
    padding-top: 0.5rem !important; }

  .pb-sm-5 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-5 {
    padding-left: 0.5rem !important; }

  .pr-sm-5 {
    padding-right: 0.5rem !important; }

  .m-sm-10 {
    margin: 1rem !important; }

  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mx-sm-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }

  .mt-sm-10 {
    margin-top: 1rem !important; }

  .mb-sm-10 {
    margin-bottom: 1rem !important; }

  .ml-sm-10 {
    margin-left: 1rem !important; }

  .mr-sm-10 {
    margin-right: 1rem !important; }

  .mt-sm-n10 {
    margin-top: -1rem !important; }

  .mx-sm-n10 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }

  .p-sm-10 {
    padding: 1rem !important; }

  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .px-sm-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .pt-sm-10 {
    padding-top: 1rem !important; }

  .pb-sm-10 {
    padding-bottom: 1rem !important; }

  .pl-sm-10 {
    padding-left: 1rem !important; }

  .pr-sm-10 {
    padding-right: 1rem !important; }

  .m-sm-15 {
    margin: 1.5rem !important; }

  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mx-sm-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }

  .mt-sm-15 {
    margin-top: 1.5rem !important; }

  .mb-sm-15 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-15 {
    margin-left: 1.5rem !important; }

  .mr-sm-15 {
    margin-right: 1.5rem !important; }

  .mt-sm-n15 {
    margin-top: -1.5rem !important; }

  .mx-sm-n15 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }

  .p-sm-15 {
    padding: 1.5rem !important; }

  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .px-sm-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

  .pt-sm-15 {
    padding-top: 1.5rem !important; }

  .pb-sm-15 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-15 {
    padding-left: 1.5rem !important; }

  .pr-sm-15 {
    padding-right: 1.5rem !important; }

  .m-sm-20 {
    margin: 2rem !important; }

  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mx-sm-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }

  .mt-sm-20 {
    margin-top: 2rem !important; }

  .mb-sm-20 {
    margin-bottom: 2rem !important; }

  .ml-sm-20 {
    margin-left: 2rem !important; }

  .mr-sm-20 {
    margin-right: 2rem !important; }

  .mt-sm-n20 {
    margin-top: -2rem !important; }

  .mx-sm-n20 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }

  .p-sm-20 {
    padding: 2rem !important; }

  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .px-sm-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

  .pt-sm-20 {
    padding-top: 2rem !important; }

  .pb-sm-20 {
    padding-bottom: 2rem !important; }

  .pl-sm-20 {
    padding-left: 2rem !important; }

  .pr-sm-20 {
    padding-right: 2rem !important; }

  .m-sm-25 {
    margin: 2.5rem !important; }

  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mx-sm-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }

  .mt-sm-25 {
    margin-top: 2.5rem !important; }

  .mb-sm-25 {
    margin-bottom: 2.5rem !important; }

  .ml-sm-25 {
    margin-left: 2.5rem !important; }

  .mr-sm-25 {
    margin-right: 2.5rem !important; }

  .mt-sm-n25 {
    margin-top: -2.5rem !important; }

  .mx-sm-n25 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }

  .p-sm-25 {
    padding: 2.5rem !important; }

  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .px-sm-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }

  .pt-sm-25 {
    padding-top: 2.5rem !important; }

  .pb-sm-25 {
    padding-bottom: 2.5rem !important; }

  .pl-sm-25 {
    padding-left: 2.5rem !important; }

  .pr-sm-25 {
    padding-right: 2.5rem !important; }

  .m-sm-30 {
    margin: 3rem !important; }

  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mx-sm-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }

  .mt-sm-30 {
    margin-top: 3rem !important; }

  .mb-sm-30 {
    margin-bottom: 3rem !important; }

  .ml-sm-30 {
    margin-left: 3rem !important; }

  .mr-sm-30 {
    margin-right: 3rem !important; }

  .mt-sm-n30 {
    margin-top: -3rem !important; }

  .mx-sm-n30 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }

  .p-sm-30 {
    padding: 3rem !important; }

  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .px-sm-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }

  .pt-sm-30 {
    padding-top: 3rem !important; }

  .pb-sm-30 {
    padding-bottom: 3rem !important; }

  .pl-sm-30 {
    padding-left: 3rem !important; }

  .pr-sm-30 {
    padding-right: 3rem !important; }

  .m-sm-35 {
    margin: 3.5rem !important; }

  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mx-sm-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }

  .mt-sm-35 {
    margin-top: 3.5rem !important; }

  .mb-sm-35 {
    margin-bottom: 3.5rem !important; }

  .ml-sm-35 {
    margin-left: 3.5rem !important; }

  .mr-sm-35 {
    margin-right: 3.5rem !important; }

  .mt-sm-n35 {
    margin-top: -3.5rem !important; }

  .mx-sm-n35 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important; }

  .p-sm-35 {
    padding: 3.5rem !important; }

  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .px-sm-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }

  .pt-sm-35 {
    padding-top: 3.5rem !important; }

  .pb-sm-35 {
    padding-bottom: 3.5rem !important; }

  .pl-sm-35 {
    padding-left: 3.5rem !important; }

  .pr-sm-35 {
    padding-right: 3.5rem !important; }

  .m-sm-40 {
    margin: 4rem !important; }

  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mx-sm-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }

  .mt-sm-40 {
    margin-top: 4rem !important; }

  .mb-sm-40 {
    margin-bottom: 4rem !important; }

  .ml-sm-40 {
    margin-left: 4rem !important; }

  .mr-sm-40 {
    margin-right: 4rem !important; }

  .mt-sm-n40 {
    margin-top: -4rem !important; }

  .mx-sm-n40 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }

  .p-sm-40 {
    padding: 4rem !important; }

  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .px-sm-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }

  .pt-sm-40 {
    padding-top: 4rem !important; }

  .pb-sm-40 {
    padding-bottom: 4rem !important; }

  .pl-sm-40 {
    padding-left: 4rem !important; }

  .pr-sm-40 {
    padding-right: 4rem !important; }

  .m-sm-45 {
    margin: 4.5rem !important; }

  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .mx-sm-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }

  .mt-sm-45 {
    margin-top: 4.5rem !important; }

  .mb-sm-45 {
    margin-bottom: 4.5rem !important; }

  .ml-sm-45 {
    margin-left: 4.5rem !important; }

  .mr-sm-45 {
    margin-right: 4.5rem !important; }

  .mt-sm-n45 {
    margin-top: -4.5rem !important; }

  .mx-sm-n45 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }

  .p-sm-45 {
    padding: 4.5rem !important; }

  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .px-sm-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }

  .pt-sm-45 {
    padding-top: 4.5rem !important; }

  .pb-sm-45 {
    padding-bottom: 4.5rem !important; }

  .pl-sm-45 {
    padding-left: 4.5rem !important; }

  .pr-sm-45 {
    padding-right: 4.5rem !important; }

  .m-sm-50 {
    margin: 5rem !important; }

  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .mx-sm-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }

  .mt-sm-50 {
    margin-top: 5rem !important; }

  .mb-sm-50 {
    margin-bottom: 5rem !important; }

  .ml-sm-50 {
    margin-left: 5rem !important; }

  .mr-sm-50 {
    margin-right: 5rem !important; }

  .mt-sm-n50 {
    margin-top: -5rem !important; }

  .mx-sm-n50 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }

  .p-sm-50 {
    padding: 5rem !important; }

  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .px-sm-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }

  .pt-sm-50 {
    padding-top: 5rem !important; }

  .pb-sm-50 {
    padding-bottom: 5rem !important; }

  .pl-sm-50 {
    padding-left: 5rem !important; }

  .pr-sm-50 {
    padding-right: 5rem !important; } }
.mx-sm-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.ml-sm-auto {
  margin-left: auto !important; }

.mr-sm-auto {
  margin-right: auto !important; }

@media (min-width: 900px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .m-md-5 {
    margin: 0.5rem !important; }

  .my-md-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mx-md-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }

  .mt-md-5 {
    margin-top: 0.5rem !important; }

  .mb-md-5 {
    margin-bottom: 0.5rem !important; }

  .ml-md-5 {
    margin-left: 0.5rem !important; }

  .mr-md-5 {
    margin-right: 0.5rem !important; }

  .mx-md-n5 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }

  .p-md-5 {
    padding: 0.5rem !important; }

  .py-md-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .px-md-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }

  .pt-md-5 {
    padding-top: 0.5rem !important; }

  .pb-md-5 {
    padding-bottom: 0.5rem !important; }

  .pl-md-5 {
    padding-left: 0.5rem !important; }

  .pr-md-5 {
    padding-right: 0.5rem !important; }

  .m-md-10 {
    margin: 1rem !important; }

  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mx-md-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }

  .mt-md-10 {
    margin-top: 1rem !important; }

  .mb-md-10 {
    margin-bottom: 1rem !important; }

  .ml-md-10 {
    margin-left: 1rem !important; }

  .mr-md-10 {
    margin-right: 1rem !important; }

  .mx-md-n10 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }

  .p-md-10 {
    padding: 1rem !important; }

  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .px-md-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .pt-md-10 {
    padding-top: 1rem !important; }

  .pb-md-10 {
    padding-bottom: 1rem !important; }

  .pl-md-10 {
    padding-left: 1rem !important; }

  .pr-md-10 {
    padding-right: 1rem !important; }

  .m-md-15 {
    margin: 1.5rem !important; }

  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mx-md-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }

  .mt-md-15 {
    margin-top: 1.5rem !important; }

  .mb-md-15 {
    margin-bottom: 1.5rem !important; }

  .ml-md-15 {
    margin-left: 1.5rem !important; }

  .mr-md-15 {
    margin-right: 1.5rem !important; }

  .mx-md-n15 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }

  .p-md-15 {
    padding: 1.5rem !important; }

  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .px-md-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

  .pt-md-15 {
    padding-top: 1.5rem !important; }

  .pb-md-15 {
    padding-bottom: 1.5rem !important; }

  .pl-md-15 {
    padding-left: 1.5rem !important; }

  .pr-md-15 {
    padding-right: 1.5rem !important; }

  .m-md-20 {
    margin: 2rem !important; }

  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mx-md-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }

  .mt-md-20 {
    margin-top: 2rem !important; }

  .mb-md-20 {
    margin-bottom: 2rem !important; }

  .ml-md-20 {
    margin-left: 2rem !important; }

  .mr-md-20 {
    margin-right: 2rem !important; }

  .mx-md-n20 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }

  .p-md-20 {
    padding: 2rem !important; }

  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .px-md-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

  .pt-md-20 {
    padding-top: 2rem !important; }

  .pb-md-20 {
    padding-bottom: 2rem !important; }

  .pl-md-20 {
    padding-left: 2rem !important; }

  .pr-md-20 {
    padding-right: 2rem !important; }

  .m-md-25 {
    margin: 2.5rem !important; }

  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mx-md-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }

  .mt-md-25 {
    margin-top: 2.5rem !important; }

  .mb-md-25 {
    margin-bottom: 2.5rem !important; }

  .ml-md-25 {
    margin-left: 2.5rem !important; }

  .mr-md-25 {
    margin-right: 2.5rem !important; }

  .mx-md-n25 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }

  .p-md-25 {
    padding: 2.5rem !important; }

  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .px-md-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }

  .pt-md-25 {
    padding-top: 2.5rem !important; }

  .pb-md-25 {
    padding-bottom: 2.5rem !important; }

  .pl-md-25 {
    padding-left: 2.5rem !important; }

  .pr-md-25 {
    padding-right: 2.5rem !important; }

  .m-md-30 {
    margin: 3rem !important; }

  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mx-md-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }

  .mt-md-30 {
    margin-top: 3rem !important; }

  .mb-md-30 {
    margin-bottom: 3rem !important; }

  .ml-md-30 {
    margin-left: 3rem !important; }

  .mr-md-30 {
    margin-right: 3rem !important; }

  .mx-md-n30 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }

  .p-md-30 {
    padding: 3rem !important; }

  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .px-md-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }

  .pt-md-30 {
    padding-top: 3rem !important; }

  .pb-md-30 {
    padding-bottom: 3rem !important; }

  .pl-md-30 {
    padding-left: 3rem !important; }

  .pr-md-30 {
    padding-right: 3rem !important; }

  .m-md-35 {
    margin: 3.5rem !important; }

  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mx-md-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }

  .mt-md-35 {
    margin-top: 3.5rem !important; }

  .mb-md-35 {
    margin-bottom: 3.5rem !important; }

  .ml-md-35 {
    margin-left: 3.5rem !important; }

  .mr-md-35 {
    margin-right: 3.5rem !important; }

  .mx-md-n35 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important; }

  .p-md-35 {
    padding: 3.5rem !important; }

  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .px-md-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }

  .pt-md-35 {
    padding-top: 3.5rem !important; }

  .pb-md-35 {
    padding-bottom: 3.5rem !important; }

  .pl-md-35 {
    padding-left: 3.5rem !important; }

  .pr-md-35 {
    padding-right: 3.5rem !important; }

  .m-md-40 {
    margin: 4rem !important; }

  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mx-md-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }

  .mt-md-40 {
    margin-top: 4rem !important; }

  .mb-md-40 {
    margin-bottom: 4rem !important; }

  .ml-md-40 {
    margin-left: 4rem !important; }

  .mr-md-40 {
    margin-right: 4rem !important; }

  .mx-md-n40 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }

  .p-md-40 {
    padding: 4rem !important; }

  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .px-md-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }

  .pt-md-40 {
    padding-top: 4rem !important; }

  .pb-md-40 {
    padding-bottom: 4rem !important; }

  .pl-md-40 {
    padding-left: 4rem !important; }

  .pr-md-40 {
    padding-right: 4rem !important; }

  .m-md-45 {
    margin: 4.5rem !important; }

  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .mx-md-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }

  .mt-md-45 {
    margin-top: 4.5rem !important; }

  .mb-md-45 {
    margin-bottom: 4.5rem !important; }

  .ml-md-45 {
    margin-left: 4.5rem !important; }

  .mr-md-45 {
    margin-right: 4.5rem !important; }

  .mx-md-n45 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }

  .p-md-45 {
    padding: 4.5rem !important; }

  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .px-md-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }

  .pt-md-45 {
    padding-top: 4.5rem !important; }

  .pb-md-45 {
    padding-bottom: 4.5rem !important; }

  .pl-md-45 {
    padding-left: 4.5rem !important; }

  .pr-md-45 {
    padding-right: 4.5rem !important; }

  .m-md-50 {
    margin: 5rem !important; }

  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .mx-md-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }

  .mt-md-50 {
    margin-top: 5rem !important; }

  .mb-md-50 {
    margin-bottom: 5rem !important; }

  .ml-md-50 {
    margin-left: 5rem !important; }

  .mr-md-50 {
    margin-right: 5rem !important; }

  .mx-md-n50 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }

  .p-md-50 {
    padding: 5rem !important; }

  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .px-md-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }

  .pt-md-50 {
    padding-top: 5rem !important; }

  .pb-md-50 {
    padding-bottom: 5rem !important; }

  .pl-md-50 {
    padding-left: 5rem !important; }

  .pr-md-50 {
    padding-right: 5rem !important; }

  .m-md-55 {
    margin: 5.5rem !important; }

  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }

  .mx-md-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important; }

  .mt-md-55 {
    margin-top: 5.5rem !important; }

  .mb-md-55 {
    margin-bottom: 5.5rem !important; }

  .ml-md-55 {
    margin-left: 5.5rem !important; }

  .mr-md-55 {
    margin-right: 5.5rem !important; }

  .mx-md-n55 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important; }

  .p-md-55 {
    padding: 5.5rem !important; }

  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }

  .px-md-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; }

  .pt-md-55 {
    padding-top: 5.5rem !important; }

  .pb-md-55 {
    padding-bottom: 5.5rem !important; }

  .pl-md-55 {
    padding-left: 5.5rem !important; }

  .pr-md-55 {
    padding-right: 5.5rem !important; }

  .m-md-60 {
    margin: 6rem !important; }

  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .mx-md-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }

  .mt-md-60 {
    margin-top: 6rem !important; }

  .mb-md-60 {
    margin-bottom: 6rem !important; }

  .ml-md-60 {
    margin-left: 6rem !important; }

  .mr-md-60 {
    margin-right: 6rem !important; }

  .mx-md-n60 {
    margin-left: -6rem !important;
    margin-right: -6rem !important; }

  .p-md-60 {
    padding: 6rem !important; }

  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .px-md-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }

  .pt-md-60 {
    padding-top: 6rem !important; }

  .pb-md-60 {
    padding-bottom: 6rem !important; }

  .pl-md-60 {
    padding-left: 6rem !important; }

  .pr-md-60 {
    padding-right: 6rem !important; }

  .m-md-65 {
    margin: 6.5rem !important; }

  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }

  .mx-md-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important; }

  .mt-md-65 {
    margin-top: 6.5rem !important; }

  .mb-md-65 {
    margin-bottom: 6.5rem !important; }

  .ml-md-65 {
    margin-left: 6.5rem !important; }

  .mr-md-65 {
    margin-right: 6.5rem !important; }

  .mx-md-n65 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important; }

  .p-md-65 {
    padding: 6.5rem !important; }

  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }

  .px-md-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; }

  .pt-md-65 {
    padding-top: 6.5rem !important; }

  .pb-md-65 {
    padding-bottom: 6.5rem !important; }

  .pl-md-65 {
    padding-left: 6.5rem !important; }

  .pr-md-65 {
    padding-right: 6.5rem !important; }

  .m-md-70 {
    margin: 7rem !important; }

  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }

  .mx-md-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }

  .mt-md-70 {
    margin-top: 7rem !important; }

  .mb-md-70 {
    margin-bottom: 7rem !important; }

  .ml-md-70 {
    margin-left: 7rem !important; }

  .mr-md-70 {
    margin-right: 7rem !important; }

  .mx-md-n70 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }

  .p-md-70 {
    padding: 7rem !important; }

  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }

  .px-md-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }

  .pt-md-70 {
    padding-top: 7rem !important; }

  .pb-md-70 {
    padding-bottom: 7rem !important; }

  .pl-md-70 {
    padding-left: 7rem !important; }

  .pr-md-70 {
    padding-right: 7rem !important; }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; } }
/*
 * Module
 * 再利用可能なパーツ（BEMの命名規則は適用しない）
*/
/* ===========================================*/
/* txt */
/* -------------------------------------------*/
.m_txtMarv {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック  Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.m_txtUl {
  background: linear-gradient(transparent 50%, #ff0 50%); }

/* ===========================================*/
/* section */
/* -------------------------------------------*/
.m_sec {
  padding: 8rem 0;
  margin: 0rem 0 0; }
  @media (max-width: 768px) {
    .m_sec {
      padding: 2rem 0; } }
  .m_sec.add {
    background: #f8f7f1; }
  .m_sec-in {
    width: 1000px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .m_sec-in {
        width: 95%;
        margin: 0 auto;
        display: grid; } }
  .m_secTtl {
    font-weight: 800;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 7rem; }
    @media (max-width: 768px) {
      .m_secTtl {
        font-size: 2.5rem;
        margin-bottom: 3.5rem; } }
  .m_sec p {
    margin-bottom: 2rem; }

/* ===========================================*/
/* タイトル */
/* -------------------------------------------*/
.m_ttlpg {
  font-size: 4rem;
  margin: 0rem 0 2.5rem;
  font-weight: bold;
  padding: 2rem 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  background: #ff0000;
  color: #ffffff;
  text-align: center; }

.m_ttlL {
  text-align: center;
  font-size: 3.8rem;
  padding: 0rem 0 1rem;
  font-weight: bold;
  margin-bottom: 5rem;
  align-items: center;
  position: relative; }
  .m_ttlL:before {
    position: absolute;
    left: 0px;
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: linear-gradient(270deg, #88d0cf 0%, #7373f1 74%);
    bottom: -10px;
    /*下線の上下の位置*/
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
  .m_ttlL.white {
    color: #ffffff !important; }
  @media (max-width: 768px) {
    .m_ttlL {
      font-size: 2.3rem;
      margin-bottom: 2rem; } }
  .m_ttlL > .sub {
    text-align: center;
    display: block;
    font-size: 3.4rem;
    margin-top: 1rem; }
    @media (max-width: 768px) {
      .m_ttlL > .sub {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500; } }
    .m_ttlL > .sub span {
      padding: 0.5rem 1rem; }
      @media (max-width: 768px) {
        .m_ttlL > .sub span {
          padding: 0.5rem 1rem;
          display: inline-block; } }
    .m_ttlL > .sub .red {
      background: #b60909;
      color: #ffffff; }
      @media (max-width: 768px) {
        .m_ttlL > .sub .red {
          width: 95%; } }
    .m_ttlL > .sub .white {
      background: #ffffff;
      color: #000000; }

.m_ttlM {
  font-size: 3rem;
  margin: 5rem 0 5rem;
  padding: 0 0 0 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  @media (max-width: 768px) {
    .m_ttlM {
      margin: 0rem 0 2rem;
      font-size: 2rem; } }

.m_ttlM2 {
  font-size: 2rem;
  margin: 4rem 0 1rem;
  padding: 0 0 0 1.5rem;
  font-weight: bold;
  line-height: 1;
  position: relative; }
  .m_ttlM2:before {
    position: absolute;
    top: 6%;
    left: 0px;
    width: 5px;
    height: 80%;
    content: '';
    border-radius: 3px;
    background: #ff0000; }

.m_form dl {
  display: flex; }
  .m_form dl.last {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .m_form dl {
      display: block; } }
  .m_form dl dt {
    width: 230px;
    padding: 2rem;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    @media (max-width: 768px) {
      .m_form dl dt {
        width: 100%; } }
  .m_form dl dd {
    padding: 2rem;
    width: 700px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    @media (max-width: 768px) {
      .m_form dl dd {
        width: 100%; } }
    .m_form dl dd .ttl {
      margin-right: 1rem; }
    .m_form dl dd.col2 {
      display: flex;
      justify-content: space-between; }
      .m_form dl dd.col2 > div {
        width: 49%; }
    .m_form dl dd.col3 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .m_form dl dd.col3.bacol {
        justify-content: unset; }
      .m_form dl dd.col3 > div {
        width: 30%; }
        .m_form dl dd.col3 > div.ba {
          width: auto;
          margin-right: 3rem; }
    .m_form dl dd.col-sei {
      display: flex; }
      .m_form dl dd.col-sei label {
        margin-right: 3rem; }
    .m_form dl dd .yubin {
      margin-bottom: 2rem; }
      .m_form dl dd .yubin input {
        width: 30%;
        margin: 0 2rem 0rem; }
    .m_form dl dd .address {
      margin-bottom: 2rem; }
    .m_form dl dd.dd_skill .ttl {
      font-weight: bold;
      font-size: 2rem; }
    .m_form dl dd .skill {
      margin-bottom: 2rem; }
      .m_form dl dd .skill label {
        font-size: 1.5rem;
        margin-right: 1rem; }
    .m_form dl dd .w25 {
      width: 110px;
      margin-right: 0.5rem; }
    .m_form dl dd .w35 {
      width: 190px;
      margin-right: 0.5rem; }
.m_formAddCol2 {
  display: flex;
  align-items: center; }
  .m_formAddCol2 .zip {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem; }
    .m_formAddCol2 .zip input {
      margin-left: 1rem; }
.m_formAddCol1 .pre {
  margin-bottom: 1rem; }
.m_form .hissu {
  background: #d24b4b;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px 0px 0px 10px;
  color: #fff;
  float: right; }
.m_form input[type="text"], .m_form input[type="email"], .m_form textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out; }
.m_form input[name="f_age"] {
  width: 50px; }
.m_form input[type="radio"] {
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out; }
.m_form input[name="f_dai1"], .m_form input[name="f_dai2"], .m_form input[name="f_dai3"] {
  width: 30%;
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .m_form input[name="f_dai1"], .m_form input[name="f_dai2"], .m_form input[name="f_dai3"] {
      width: 100%; } }
.m_form select {
  border: solid 1px #e6e6e6;
  padding: 10px;
  border-radius: 3px; }
.m_formKiyaku .ttl {
  text-align: center;
  font-weight: bold; }
.m_formKiyaku .doui {
  margin: 3rem 0;
  text-align: center;
  font-weight: bold; }
.m_formKiyaku .frame {
  height: 200px;
  overflow-y: auto;
  text-align: left;
  border: solid 1px #b1b1b1;
  padding: 20px; }
  .m_formKiyaku .frame p {
    font-size: 14px;
    width: 100%; }
  .m_formKiyaku .frame dl {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    display: block;
    font-size: 14px; }
    .m_formKiyaku .frame dl dt {
      font-weight: bold;
      width: 100%;
      margin-bottom: 1rem; }
    .m_formKiyaku .frame dl dd {
      width: 100%;
      padding: 0 2rem; }
.m_formBtn {
  text-align: center; }
  .m_formBtn .kakunin {
    display: inline-block;
    margin: 0 auto;
    padding: 1rem 6rem;
    color: #fff;
    background: #b93434;
    font-size: 1.7rem;
    outline: 0;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 130ms ease-in-out, color 130ms ease;
    margin-bottom: 1rem; }
  .m_formBtn .modoru {
    display: inline-block;
    margin: 0 auto;
    padding: 1rem 6rem;
    color: #fff;
    background: #a7aaad;
    font-size: 1.7rem;
    outline: 0;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 130ms ease-in-out, color 130ms ease;
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  #ank_inq {
    padding-top: 120px;
    margin-top: -120px; } }

.m_form .hissu {
  background: #d24b4b;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px 0px 0px 10px;
  color: #fff;
  float: right; }
.m_form .nini {
  background: #0693e3;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px 0px 0px 10px;
  color: #fff;
  float: right; }
.m_form input[type="text"], .m_form input[type="email"], .m_form textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out; }
.m_form input[name="f_age"] {
  width: 50px; }
.m_form input[type="radio"] {
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out; }
.m_form input[name="f_dai1"], .m_form input[name="f_dai2"], .m_form input[name="f_dai3"] {
  width: 30%;
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .m_form input[name="f_dai1"], .m_form input[name="f_dai2"], .m_form input[name="f_dai3"] {
      width: 100%; } }
.m_form select {
  border: solid 1px #e6e6e6;
  padding: 10px;
  border-radius: 3px; }
.m_formKiyaku .ttl {
  text-align: center;
  font-weight: bold; }
.m_formKiyaku .doui {
  margin: 3rem 0;
  text-align: center;
  font-weight: bold; }
.m_formKiyaku .frame {
  height: 200px;
  overflow-y: auto;
  text-align: left;
  border: solid 1px #b1b1b1;
  padding: 20px; }
  .m_formKiyaku .frame p {
    font-size: 14px;
    width: 100%; }
  .m_formKiyaku .frame dl {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    display: block;
    font-size: 14px; }
    .m_formKiyaku .frame dl dt {
      font-weight: bold;
      width: 100%;
      margin-bottom: 1rem; }
    .m_formKiyaku .frame dl dd {
      width: 100%;
      padding: 0 2rem; }
.m_formBtn {
  text-align: center; }
  .m_formBtn .kakunin {
    display: inline-block;
    margin: 0 auto;
    padding: 1rem 6rem;
    color: #fff;
    background: #b93434;
    font-size: 1.7rem;
    outline: 0;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 130ms ease-in-out, color 130ms ease;
    margin-bottom: 1rem; }
  .m_formBtn .modoru {
    display: inline-block;
    margin: 0 auto;
    padding: 1rem 6rem;
    color: #fff;
    background: #a7aaad;
    font-size: 1.7rem;
    outline: 0;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 130ms ease-in-out, color 130ms ease;
    margin-bottom: 1rem; }
.m_form01 {
  margin-bottom: 2rem; }
  .m_form01 dl {
    display: flex; }
    .m_form01 dl.last {
      border-bottom: 1px solid #ccc;
      margin-bottom: 2rem; }
    @media (max-width: 768px) {
      .m_form01 dl {
        display: block; } }
    .m_form01 dl dt {
      width: 230px;
      padding: 2rem;
      font-weight: bold;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc; }
      @media (max-width: 768px) {
        .m_form01 dl dt {
          width: 100%; } }
    .m_form01 dl dd {
      padding: 2rem;
      width: 700px;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
      @media (max-width: 768px) {
        .m_form01 dl dd {
          width: 100%; } }
      .m_form01 dl dd .ttl {
        margin-right: 1rem; }
      .m_form01 dl dd.col2 {
        display: flex;
        justify-content: space-between; }
        .m_form01 dl dd.col2 > div {
          width: 49%; }
      .m_form01 dl dd.col3 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .m_form01 dl dd.col3.bacol {
          justify-content: unset; }
        .m_form01 dl dd.col3 > div {
          width: 30%; }
          .m_form01 dl dd.col3 > div.ba {
            width: auto;
            margin-right: 3rem; }
      .m_form01 dl dd.col-sei {
        display: flex; }
        .m_form01 dl dd.col-sei label {
          margin-right: 3rem; }
      .m_form01 dl dd .yubin {
        margin-bottom: 2rem; }
        .m_form01 dl dd .yubin input {
          width: 30%;
          margin: 0 2rem 0rem; }
      .m_form01 dl dd .address {
        margin-bottom: 2rem; }
      .m_form01 dl dd.dd_skill .ttl {
        font-weight: bold;
        font-size: 2rem; }
      .m_form01 dl dd .skill {
        margin-bottom: 2rem; }
        .m_form01 dl dd .skill label {
          font-size: 1.5rem;
          margin-right: 1rem; }
      .m_form01 dl dd .w25 {
        width: 110px;
        margin-right: 0.5rem; }
      .m_form01 dl dd .w35 {
        width: 190px;
        margin-right: 0.5rem; }
  .m_form01AddCol2 {
    display: flex;
    align-items: center; }
    .m_form01AddCol2 .zip {
      display: flex;
      align-items: baseline;
      margin-bottom: 1rem; }
      .m_form01AddCol2 .zip input {
        margin-left: 1rem; }
  .m_form01AddCol1 .pre {
    margin-bottom: 1rem; }
  .m_form01 .hissu {
    background: #d24b4b;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0px 0px 0px 10px;
    color: #fff;
    float: right; }
  .m_form01 input[type="text"], .m_form01 input[type="email"], .m_form01 textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    transition: background-color .4s ease-in-out, border-color .4s ease-in-out; }
  .m_form01 input[name="f_age"] {
    width: 50px; }
  .m_form01 input[type="radio"] {
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    transition: background-color .4s ease-in-out, border-color .4s ease-in-out; }
  .m_form01 input[name="f_dai1"], .m_form01 input[name="f_dai2"], .m_form01 input[name="f_dai3"] {
    width: 30%;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      .m_form01 input[name="f_dai1"], .m_form01 input[name="f_dai2"], .m_form01 input[name="f_dai3"] {
        width: 100%; } }
  .m_form01 select {
    border: solid 1px #e6e6e6;
    padding: 10px;
    border-radius: 3px; }
  .m_form01Kiyaku .ttl {
    text-align: center;
    font-weight: bold; }
  .m_form01Kiyaku .doui {
    margin: 3rem 0;
    text-align: center;
    font-weight: bold; }
  .m_form01Kiyaku .frame {
    height: 200px;
    overflow-y: auto;
    text-align: left;
    border: solid 1px #b1b1b1;
    padding: 20px; }
    .m_form01Kiyaku .frame p {
      font-size: 14px;
      width: 100%; }
    .m_form01Kiyaku .frame dl {
      border-bottom: 1px solid #CCCCCC;
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      width: 100%;
      display: block;
      font-size: 14px; }
      .m_form01Kiyaku .frame dl dt {
        font-weight: bold;
        width: 100%;
        margin-bottom: 1rem; }
      .m_form01Kiyaku .frame dl dd {
        width: 100%;
        padding: 0 2rem; }
  .m_form01Btn {
    text-align: center; }
    .m_form01Btn .kakunin {
      display: inline-block;
      margin: 0 auto;
      padding: 1rem 6rem;
      color: #fff;
      background: #b93434;
      font-size: 1.7rem;
      outline: 0;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: background 130ms ease-in-out, color 130ms ease;
      margin-bottom: 1rem; }
    .m_form01Btn .modoru {
      display: inline-block;
      margin: 0 auto;
      padding: 1rem 6rem;
      color: #fff;
      background: #a7aaad;
      font-size: 1.7rem;
      outline: 0;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: background 130ms ease-in-out, color 130ms ease;
      margin-bottom: 1rem; }
.m_form02 dl {
  display: block; }
  .m_form02 dl.last {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .m_form02 dl {
      display: block; } }
  .m_form02 dl dt {
    width: 100%;
    padding: 2rem;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    @media (max-width: 768px) {
      .m_form02 dl dt {
        width: 100%; } }
  .m_form02 dl dd {
    padding: 2rem;
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    @media (max-width: 768px) {
      .m_form02 dl dd {
        width: 100%; } }
    .m_form02 dl dd .ttl {
      margin-right: 1rem; }
    .m_form02 dl dd.col2 {
      display: flex;
      justify-content: space-between; }
      .m_form02 dl dd.col2 > div {
        width: 49%; }
    .m_form02 dl dd.col3 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .m_form02 dl dd.col3.bacol {
        justify-content: unset; }
      .m_form02 dl dd.col3 > div {
        width: 30%; }
        .m_form02 dl dd.col3 > div.ba {
          width: auto;
          margin-right: 3rem; }
    .m_form02 dl dd.col-sei {
      display: flex; }
      .m_form02 dl dd.col-sei label {
        margin-right: 3rem; }
    .m_form02 dl dd .yubin {
      margin-bottom: 2rem; }
      .m_form02 dl dd .yubin input {
        width: 30%;
        margin: 0 2rem 0rem; }
    .m_form02 dl dd .address {
      margin-bottom: 2rem; }
    .m_form02 dl dd.dd_skill .ttl {
      font-weight: bold;
      font-size: 2rem; }
    .m_form02 dl dd .skill {
      margin-bottom: 2rem; }
      .m_form02 dl dd .skill label {
        font-size: 1.5rem;
        margin-right: 1rem; }
    .m_form02 dl dd .w25 {
      width: 110px;
      margin-right: 0.5rem; }
    .m_form02 dl dd .w35 {
      width: 190px;
      margin-right: 0.5rem; }
.m_form02 label {
  display: block; }
.m_form02 .mw_wp_form .horizontal-item, .m_form02 .horizontal-item {
  margin-left: 0 !important; }
.m_form02AddCol2 {
  display: flex;
  align-items: center; }
  .m_form02AddCol2 .zip {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem; }
    .m_form02AddCol2 .zip input {
      margin-left: 1rem; }
.m_form02AddCol1 .pre {
  margin-bottom: 1rem; }
.m_form02 .nini {
  float: none; }
.m_form02 .hissu {
  float: none; }

/*
 * Vendor
 * 外部ライブラリ（bootstrap、jQueryプラグイン等）の上書きする場合
*/
.p_kv {
  text-align: center;
  background: url("../img/p_kv_bg.png") no-repeat center top;
  background-size: cover;
  position: relative;
  margin-bottom: 5rem;
  width: 1200px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10rem;
  position: relative; }
  @media (max-width: 768px) {
    .p_kv {
      height: auto;
      width: 100%;
      background: none; } }
  .p_kv .sptxt {
    position: absolute;
    right: 27px;
    bottom: -15px;
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    line-height: 1.3;
    padding: 5px;
    z-index: 999;
    text-align: initial;
    height: max-content;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media (min-width: 768px) {
      .p_kv .sptxt {
        display: none; } }

.p_kv-in {
  padding: 2rem 0 0; }
  @media (max-width: 768px) {
    .p_kv-in {
      padding: 0rem 0 6rem; } }
  .p_kv-in img {
    max-width: 100%;
    height: auto;
    z-index: 1000;
    position: sticky; }

.p_kv-l {
  margin-left: 2rem; }
  .p_kv-l .img {
    margin: 0 0 0 0; }
  .p_kv-l .btn {
    margin-top: 2rem; }

.p_kv-r .img {
  position: absolute;
  right: 20px;
  bottom: 80px; }
.p_kv-r .txt {
  font-size: 14px;
  text-align: right; }
  @media (min-width: 768px) {
    .p_kv-r .txt {
      position: absolute;
      right: 6%;
      bottom: 2px;
      color: #000000;
      background: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      line-height: 1.3;
      padding: 5px;
      z-index: 99;
      text-align: initial;
      height: max-content;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; } }

.p_pre-in {
  background: #f2f5f5;
  margin: 0 auto;
  padding: 10rem 10rem; }
  @media (max-width: 768px) {
    .p_pre-in {
      width: 100%;
      justify-content: center; } }
.p_preLst {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .p_preLst li {
      margin: 0.2rem; } }
  .p_preLst li img {
    border: 1px solid #CCCCCC;
    padding: 1px; }

.p_nayami-in {
  background: #f2f5f5;
  margin: 0 auto;
  padding: 10rem 10rem; }
  @media (max-width: 768px) {
    .p_nayami-in {
      width: 100%;
      justify-content: center;
      padding: 6rem 1rem; } }
.p_nayamiTtl {
  text-align: center;
  padding: 0rem 0 3rem;
  font-size: 3rem;
  font-weight: bold;
  color: #5597d3; }
  @media (max-width: 768px) {
    .p_nayamiTtl {
      font-size: 2rem;
      padding: 0rem 0 1rem; } }
  .p_nayamiTtl span {
    position: relative; }
    .p_nayamiTtl span:before {
      content: "";
      display: inline-block;
      width: 81px;
      height: 84px;
      top: -50px;
      left: -80px;
      background: url(../img/p_nayami_ttl1.png) no-repeat;
      background-size: contain;
      position: absolute; }
      @media (max-width: 768px) {
        .p_nayamiTtl span:before {
          width: 60px;
          left: -20px;
          height: 65px;
          top: -70px; } }
    .p_nayamiTtl span:after {
      content: "";
      display: inline-block;
      width: 77px;
      height: 84px;
      top: -50px;
      right: -80px;
      background: url(../img/p_nayami_ttl2.png) no-repeat;
      background-size: contain;
      position: absolute; }
      @media (max-width: 768px) {
        .p_nayamiTtl span:after {
          width: 60px;
          right: -20px;
          height: 65px;
          top: -70px; } }
.p_nayamiLst li {
  position: relative;
  border-bottom: 1px solid #000000;
  padding: 1rem 1rem 1rem 3rem; }
  .p_nayamiLst li:first-child {
    border-top: 1px solid #000000; }
  .p_nayamiLst li:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    top: 10px;
    left: 0px;
    background: url(../img/p_nayami_check.png) no-repeat;
    background-size: contain;
    position: absolute; }

.p_tsuyomi {
  padding-top: 0;
  padding-bottom: 0; }
  .p_tsuyomi-in {
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .p_tsuyomi-in {
        width: 100%;
        justify-content: center;
        display: block; } }
  .p_tsuyomiTtl {
    text-align: center;
    padding: 0rem 0 2rem;
    margin-bottom: 14rem; }
  .p_tsuyomiBox {
    width: 31%;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 7rem;
    padding: 0rem 0rem 3rem; }
    @media (max-width: 768px) {
      .p_tsuyomiBox {
        width: 100%;
        padding: 0rem 2rem 2rem;
        margin-bottom: 10rem; } }
    .p_tsuyomiBoxTtl {
      margin-bottom: 2rem; }
      @media (max-width: 768px) {
        .p_tsuyomiBoxTtl {
          margin-bottom: 2rem; } }
      .p_tsuyomiBoxTtl .sub {
        font-size: 3rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif; }
        @media (max-width: 768px) {
          .p_tsuyomiBoxTtl .sub {
            font-size: 2.7rem; } }
      .p_tsuyomiBoxTtl .ttl {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        color: #5597d3;
        position: relative; }
        .p_tsuyomiBoxTtl .ttl:after {
          content: "";
          display: inline-block;
          width: 71px;
          height: 86px;
          top: -90px;
          left: 0px;
          background-size: contain;
          position: absolute; }
          @media (max-width: 768px) {
            .p_tsuyomiBoxTtl .ttl:after {
              width: 75px;
              height: 100px; } }
        .p_tsuyomiBoxTtl .ttl:before {
          content: "";
          display: inline-block;
          width: 80px;
          height: 86px;
          top: -90px;
          left: 90px;
          background-size: contain;
          position: absolute; }
          @media (max-width: 768px) {
            .p_tsuyomiBoxTtl .ttl:before {
              width: 60px;
              height: 63px; } }
        @media (max-width: 768px) {
          .p_tsuyomiBoxTtl .ttl {
            font-size: 2rem; } }
    .p_tsuyomiBox.stre01 .ttl:after {
      background: url(../img/p_tsuyomi_no01.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre01 .ttl:after {
          background-size: contain; } }
    .p_tsuyomiBox.stre01 .ttl:before {
      background: url(../img/p_tsuyomi_icon_01.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre01 .ttl:before {
          background-size: contain;
          top: -75px; } }
    .p_tsuyomiBox.stre02 .ttl:after {
      background: url(../img/p_tsuyomi_no02.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre02 .ttl:after {
          background-size: contain; } }
    .p_tsuyomiBox.stre02 .ttl:before {
      background: url(../img/p_tsuyomi_icon_02.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre02 .ttl:before {
          background-size: contain;
          top: -75px; } }
    @media (max-width: 768px) {
      .p_tsuyomiBox.stre03 {
        margin-bottom: 5rem; } }
    .p_tsuyomiBox.stre03 .ttl:after {
      background: url(../img/p_tsuyomi_no03.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre03 .ttl:after {
          background-size: contain; } }
    .p_tsuyomiBox.stre03 .ttl:before {
      background: url(../img/p_tsuyomi_icon_03.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre03 .ttl:before {
          background-size: contain;
          top: -80px; } }
    .p_tsuyomiBox .txt {
      position: relative; }
    .p_tsuyomiBox.stre01 .txt:after {
      background: url(../img/p_tsuyomi_icon_01.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre01 .txt:after {
          background-size: contain; } }
    .p_tsuyomiBox.stre02 .txt:after {
      background: url(../img/p_tsuyomi_icon_02.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre02 .txt:after {
          background-size: contain; } }
    .p_tsuyomiBox.stre03 .txt:after {
      background: url(../img/p_tsuyomi_icon_03.png) no-repeat; }
      @media (max-width: 768px) {
        .p_tsuyomiBox.stre03 .txt:after {
          background-size: contain; } }

.p_flow-in {
  margin: 0 auto;
  padding-top: 0;
  justify-content: space-between;
  width: 900px;
  position: relative; }
  @media (max-width: 768px) {
    .p_flow-in {
      width: 100%;
      justify-content: center; } }
  @media (max-width: 768px) {
    .p_flow-in {
      width: 100%;
      justify-content: center; } }
  .p_flow-in .cri_txt {
    position: absolute;
    left: 0%;
    bottom: 250px;
    color: #000000;
    background: white;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px;
    z-index: 99;
    text-align: initial;
    height: max-content;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media (max-width: 768px) {
      .p_flow-in .cri_txt {
        position: absolute;
        left: 3px;
        bottom: -6.5%;
        color: #000000;
        background: rgba(255, 255, 255, 0.8);
        font-size: 11px;
        line-height: 1.3;
        padding: 5px;
        z-index: 999;
        text-align: initial;
        height: max-content;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; } }

.p_flow-in2 {
  display: flex;
  flex-flow: wrap;
  justify-content: center; }
  @media (max-width: 768px) {
    .p_flow-in2 {
      justify-content: center; } }

.p_flowTtl {
  text-align: center;
  padding: 0rem 0 2rem; }

.p_flowBox {
  display: flex;
  width: 33.3333333%;
  margin-bottom: 5rem;
  flex-direction: column-reverse;
  justify-content: center;
  border-right: 1px solid #ccc;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .p_flowBox {
      width: 95%;
      padding: 2rem;
      margin-bottom: 0;
      flex-direction: column;
      border: none; } }
  .p_flowBox:nth-child(1) {
    border-left: 1px solid #ccc; }
    @media (max-width: 768px) {
      .p_flowBox:nth-child(1) {
        border: none; } }
  .p_flowBox:nth-child(4) {
    border-left: 1px solid #ccc; }
    @media (max-width: 768px) {
      .p_flowBox:nth-child(4) {
        border: none; } }
  .p_flowBoxTtl {
    margin-bottom: 5rem; }
    @media (max-width: 768px) {
      .p_flowBoxTtl {
        margin-bottom: 2rem; } }
    .p_flowBoxTtl .sub {
      font-size: 3rem;
      font-weight: bold;
      font-family: "Noto Serif JP", serif; }
      @media (max-width: 768px) {
        .p_flowBoxTtl .sub {
          font-size: 2.7rem; } }
    .p_flowBoxTtl .ttl {
      font-size: 2rem;
      font-weight: 900;
      line-height: 1; }
      @media (max-width: 768px) {
        .p_flowBoxTtl .ttl {
          font-size: 5.5rem; } }
  .p_flowBoxTxt {
    width: 90%;
    margin: 0 auto; }
    .p_flowBoxTxtStep {
      font-weight: bold;
      color: #5597d3;
      text-align: center; }
      .p_flowBoxTxtStep .step {
        font-size: 2rem; }
      .p_flowBoxTxtStep .no {
        font-weight: normal;
        font-size: 4rem;
        margin-left: 1rem;
        color: #53cbc9; }
    .p_flowBoxTxt .ttl {
      font-weight: bold;
      font-size: 2rem;
      color: #5597d3;
      text-align: center; }
  .p_flowBoxImg {
    text-align: center; }
    .p_flowBoxImg img {
      width: 100%; }

@media (max-width: 768px) {
  .p_model {
    padding-top: 6rem; } }
.p_model-in {
  margin: 0 auto;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .p_model-in {
      width: 100%;
      display: block;
      margin-top: 2rem; } }
.p_modelTtl {
  text-align: center;
  padding: 0rem 0 2rem; }
.p_modelBox {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 5rem; }
  .p_modelBox.rev {
    flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .p_modelBox {
      display: block;
      width: 100%;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 2rem; } }
  .p_modelBoxTtl {
    margin-bottom: 5rem; }
    @media (max-width: 768px) {
      .p_modelBoxTtl {
        margin-bottom: 2rem; } }
    .p_modelBoxTtl .sub {
      font-size: 3rem;
      font-weight: bold;
      font-family: "Noto Serif JP", serif; }
      @media (max-width: 768px) {
        .p_modelBoxTtl .sub {
          font-size: 2.7rem; } }
    .p_modelBoxTtl .ttl {
      font-size: 2rem;
      font-weight: 900;
      line-height: 1; }
      @media (max-width: 768px) {
        .p_modelBoxTtl .ttl {
          font-size: 5.5rem; } }
  .p_modelBoxTxt {
    width: 700px; }
    .p_modelBoxTxt .step {
      font-weight: bold; }
    .p_modelBoxTxt .ttl {
      font-weight: bold;
      font-size: 2rem; }
  .p_modelBoxImg {
    width: 900px;
    margin-right: 1rem;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .p_modelBoxImg {
        height: 330px;
        width: 100%;
        justify-content: center;
        align-items: flex-start; } }
    .p_modelBoxImg.bg01 {
      background: url("../img/p_model_img_bg01.jpg") no-repeat bottom;
      background-size: cover; }
    .p_modelBoxImg.bg02 {
      background: url("../img/p_model_img_bg02.jpg") no-repeat bottom;
      background-size: cover; }
    .p_modelBoxImg.bg03 {
      background: url("../img/p_model_img_bg03.jpg") no-repeat bottom;
      background-size: cover; }
    .p_modelBoxImgPrice {
      background: #ffffff;
      display: block;
      padding: 2rem;
      margin: 1rem;
      height: fit-content;
      text-align: center; }
      .p_modelBoxImgPriceTtl {
        font-weight: bold; }
        .p_modelBoxImgPriceTtl .icon {
          margin-right: 1rem;
          font-size: 1.8rem; }
        .p_modelBoxImgPriceTtl .txt {
          font-size: 2rem; }
      .p_modelBoxImgPrice .price {
        font-weight: bold;
        font-size: 5rem;
        background: linear-gradient(270deg, #88d0cf 0%, #7373f1 74%);
        font-size: 5rem;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .p_modelBoxInfo {
    width: 360px;
    padding: 7rem 2rem 2rem;
    border: 1px solid #CCCCCC;
    margin-right: 1rem; }
    @media (max-width: 768px) {
      .p_modelBoxInfo {
        width: 95%;
        margin: 1rem auto; } }
    .p_modelBoxInfo .ttl {
      text-align: center;
      margin-bottom: 1rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 2rem;
      font-weight: bold;
      font-size: 2rem;
      position: relative; }
      .p_modelBoxInfo .ttl:before {
        content: "";
        background: url("../img/p_price_icon.png") no-repeat;
        display: inline-block;
        width: 35px;
        height: 39px;
        top: -50px;
        left: 42%;
        background-size: contain;
        position: absolute; }
    .p_modelBoxInfoLst li {
      display: flex;
      margin-bottom: 2rem; }
      .p_modelBoxInfoLst li .icon {
        width: 50px;
        text-align: center;
        margin-right: 1rem; }

.p_area {
  margin: 0rem 0 15rem; }
  @media (max-width: 768px) {
    .p_area {
      margin: 0rem 0 10rem; } }
  .p_area-in {
    margin: 0 auto;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .p_area-in {
        width: 100%;
        display: block; } }
  .p_areaTtl2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: #5597d3; }
    @media (max-width: 768px) {
      .p_areaTtl2 {
        font-size: 7vw; } }
  .p_areaMoto {
    margin-bottom: 6rem; }
    .p_areaMoto dl {
      display: flex;
      flex-flow: wrap;
      margin-bottom: 2rem;
      border-bottom: 1px solid #CCCCCC; }
      .p_areaMoto dl dt, .p_areaMoto dl dd {
        padding: 1rem; }
      .p_areaMoto dl dt {
        width: 15%;
        font-weight: bold; }
      .p_areaMoto dl dd {
        width: 85%;
        margin-bottom: 1rem; }
        .p_areaMoto dl dd ul {
          display: flex;
          flex-flow: wrap; }
          .p_areaMoto dl dd ul li {
            margin-right: 1rem; }
    .p_areaMoto-in {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .p_areaMoto-in {
          display: block; } }
      .p_areaMoto-in .dl {
        width: 500px;
        margin-right: 2rem; }
        @media (max-width: 768px) {
          .p_areaMoto-in .dl {
            width: 90%;
            margin: 0 auto; } }
      .p_areaMoto-in .img {
        width: 500px; }
        @media (max-width: 768px) {
          .p_areaMoto-in .img {
            width: 90%;
            margin: 0 auto; } }
  .p_areaSaki .txt {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #bb0900; }
    @media (max-width: 768px) {
      .p_areaSaki .txt {
        font-size: 7vw; } }

.p_staff-in {
  margin: 0 auto;
  justify-content: space-between;
  width: 900px; }
  @media (max-width: 768px) {
    .p_staff-in {
      width: 100%;
      justify-content: center; } }
.p_staffTtl {
  text-align: center;
  padding: 0rem 0 2rem; }
.p_staffBox {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 5rem;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .p_staffBox {
      width: 100%;
      padding: 2rem;
      margin-bottom: 2rem;
      display: block; } }
  .p_staffBox.rev {
    flex-direction: row-reverse; }
  .p_staffBoxTxt {
    width: 64%; }
    @media (max-width: 768px) {
      .p_staffBoxTxt {
        width: 100%; } }
    .p_staffBoxTxt .step {
      font-weight: bold; }
    .p_staffBoxTxt .ttl {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 1rem;
      color: #5597d3; }
  .p_staffBoxImg {
    width: 34%; }
    @media (max-width: 768px) {
      .p_staffBoxImg {
        width: 100%;
        margin-top: 1rem; } }

.p_faq-in {
  margin: 0 auto;
  justify-content: space-between;
  width: 900px;
  position: relative; }
  @media (max-width: 768px) {
    .p_faq-in {
      width: 100%;
      justify-content: center; } }
  .p_faq-in .cri_txt {
    position: absolute;
    right: -16%;
    bottom: 0px;
    color: #000000;
    background: white;
    font-size: 14px;
    line-height: 1.3;
    padding: 5px;
    z-index: 99;
    text-align: initial;
    height: max-content;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media (max-width: 768px) {
      .p_faq-in .cri_txt {
        position: absolute;
        right: 3px;
        top: 95%;
        color: #000000;
        background: rgba(255, 255, 255, 0.8);
        font-size: 11px;
        line-height: 1.3;
        padding: 5px;
        z-index: 999;
        text-align: initial;
        height: max-content;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        bottom: auto; } }
.p_faqTtl {
  text-align: center;
  padding: 0rem 0 2rem; }
.p_faq dl {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #CCCCCC; }
  @media (max-width: 768px) {
    .p_faq dl {
      padding: 0 2rem; } }
  .p_faq dl dt {
    cursor: pointer;
    position: relative;
    padding: 0 0 1rem 4rem; }
    .p_faq dl dt:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      background: url(../img/icon_q.png) no-repeat;
      background-size: contain;
      position: absolute; }
  .p_faq dl dd {
    position: relative;
    padding: 0 0 0 4rem;
    display: none; }
    .p_faq dl dd:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      background: url(../img/icon_a.png) no-repeat;
      background-size: contain;
      position: absolute; }

@media (max-width: 768px) {
  .p_inq {
    margin-top: 20rem; } }
.p_inq-in {
  margin: 0 auto;
  justify-content: space-between;
  width: 900px; }
  @media (max-width: 768px) {
    .p_inq-in {
      width: 100%;
      justify-content: center;
      padding-top: 159px;
      margin-top: -159px; } }
.p_inqTtl {
  text-align: center;
  padding: 0rem 0 2rem; }
.p_inq-thx {
  padding-top: 10rem;
  margin-top: 10rem; }
  .p_inq-thx p {
    margin-bottom: 2rem; }
  .p_inq-thxBtn {
    text-align: center;
    margin: 5rem auto; }
    .p_inq-thxBtn a {
      display: block;
      background: #151f3a;
      color: #FFFFFF;
      padding: 1rem;
      display: inline-block;
      margin-right: 1rem;
      font-weight: bold; }

.p_present {
  margin-top: 10rem;
  padding-top: 6rem; }
  .p_presentKv {
    text-align: center;
    position: relative;
    width: 852px;
    margin: 0 auto;
    margin-bottom: 5rem; }
    @media (max-width: 768px) {
      .p_presentKv {
        width: 100%; } }
    .p_presentKv:before {
      content: "";
      display: inline-block;
      width: 209px;
      height: 209px;
      top: 80px;
      right: -45px;
      background: url(../img/p_presen_fuki.png) no-repeat;
      background-size: contain;
      position: absolute; }
      @media (max-width: 768px) {
        .p_presentKv:before {
          width: 109px;
          height: 109px;
          top: 36px;
          right: 0px; } }

/* =====================================*/
/* オフィス移転LP フォームスタイル */
/* =====================================*/

/* フォーム項目の罫線・レイアウト */
.p_inq .wpcf7-form__item {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #ccc;
  margin-top: 0 !important;
}

/* 備考の下罫線 */
.p_inq .wpcf7-form__item:has(+ .wpcf7-form__acceptance) .wpcf7-form__item__head,
.p_inq .wpcf7-form__item:has(+ .wpcf7-form__acceptance) .wpcf7-form__item__body {
  border-bottom: 1px solid #ccc;
}

/* ラベル */
.p_inq .wpcf7-form__item__head {
  width: 230px;
  flex-shrink: 0;
  padding: 2rem;
  font-weight: bold;
  font-size: 16px;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
}

/* 必須・任意のbefore要素 */
.p_inq .wpcf7-form__item__head::before {
  font-size: 12px;
}

/* 入力欄 */
.p_inq .wpcf7-form__item__body {
  flex: 1;
  padding: 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: block;
}

/* 「人」「m2」を横並び */
.p_inq .wpcf7-form__item__body > span.wpcf7-form-control-wrap {
  display: inline-block;
}

/* ラジオボタン */
.p_inq .wpcf7-form__item:has(.wpcf7-radio) {
  align-items: stretch;
}

.p_inq .wpcf7-form__item:has(.wpcf7-radio) .wpcf7-form__item__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.p_inq .wpcf7-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.p_inq .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
}

/* 郵便番号 */
.p_inq .zip-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.p_inq .zip-wrap .wpcf7-form-control-wrap {
  width: auto;
}

/* 住所検索ボタン */
.p_inq .zip-button,
.p_inq .zip-button2 {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  margin-left: 0.5rem;
}

.p_inq .zip-button:hover,
.p_inq .zip-button2:hover {
  opacity: 0.8;
}

/* select */
.p_inq .wpcf7-form-control-wrap:has(select) {
  position: relative;
  display: inline-block;
  width: auto;
}

.p_inq .wpcf7-form-control-wrap:has(select)::after {
  right: 0.75rem;
}

.p_inq select[name=pref],
.p_inq select[name=pref2] {
  width: 160px;
  padding-inline-end: 2rem;
}

/* 各入力欄の幅 */
.p_inq input[name=zip],
.p_inq input[name=zip2] {
  width: 110px;
}

.p_inq input[name=f_sanka] {
  width: 80px;
}

.p_inq input[name=f_tsubo] {
  width: 80px;
}

/* プライバシーポリシー */
.p_inq .wpcf7-form__acceptance {
  margin-top: 2rem !important;
}

.p_inq .wpcf7-form__acceptance a {
  color: #0070c0;
  text-decoration: underline;
}

.p_inq .wpcf7-form__acceptance .wpcf7-list-item::after {
  font-size: 12px;
}

/* 送信ボタン */
.p_inq .wpcf7-form__submit {
  margin-top: 3rem !important;
  text-align: center;
  display: flex;
  justify-content: center;
}

.p_inq .wpcf7-form__submit input[type=submit] {
  font-size: 24px;
  padding: 1em 2em;
  min-width: 360px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .p_inq .wpcf7-form__item {
    display: block;
  }

  .p_inq .wpcf7-form__item__head {
    width: 100%;
    border-right: 1px solid #ccc;
  }

  .p_inq .wpcf7-form__item__body {
    border-left: 1px solid #ccc;
  }
}

/* =====================================*/
/* 資料請求フォーム スタイル */
/* =====================================*/

/* ラジオ・チェックボックスは縦並び */
.p_present .wpcf7-form__item:has(.wpcf7-radio),
.p_present .wpcf7-form__item:has(.wpcf7-checkbox) {
  display: block;
}

.p_present .wpcf7-form__item:has(.wpcf7-radio) .wpcf7-form__item__head,
.p_present .wpcf7-form__item:has(.wpcf7-checkbox) .wpcf7-form__item__head {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p_present .wpcf7-form__item:has(.wpcf7-radio) .wpcf7-form__item__body,
.p_present .wpcf7-form__item:has(.wpcf7-checkbox) .wpcf7-form__item__body {
  width: 100%;
  border-top: none;
}

/* メールアドレスとラジオボタンの間の余白と罫線 */
.p_present .wpcf7-form__item:has(.wpcf7-radio) {
  margin-top: 3rem !important;
  border-top: 1px solid #ccc;
}

.p_present .wpcf7-form__item:has(+ .wpcf7-form__item:has(.wpcf7-radio)) .wpcf7-form__item__head,
.p_present .wpcf7-form__item:has(+ .wpcf7-form__item:has(.wpcf7-radio)) .wpcf7-form__item__body {
  border-bottom: 1px solid #ccc;
}

/* チェックボックスを必須表示に */
.p_present .wpcf7-form__item:has(.wpcf7-checkbox) .wpcf7-form__item__head::before {
  content: "必須";
  color: var(--color-white-00, #fff);
  border-color: var(--label-required-background-color);
  background-color: var(--label-required-background-color);
}

/* メールアドレスの下罫線 */
.p_present .last-text-item .wpcf7-form__item__head,
.p_present .last-text-item .wpcf7-form__item__body {
  border-bottom: 1px solid #ccc !important;
}

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