@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,
a:visited {
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

:focus:not(:focus-visible) {
  outline: none;
}

html, body {
  height: 100%;
}

.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.conts {
  flex: 1;
}

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  color: #000000;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

button:focus-visible {
  outline: 2px solid #182b49;
  outline-offset: 2px;
}

input::-moz-focus-inner {
  border: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button] {
  background-color: transparent;
  cursor: pointer;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.tab_panel {
  display: none;
  opacity: 0;
}
.tab_panel.js_tab_active {
  display: block;
  opacity: 1;
  transition: opacity 0.3s, display 0.3s allow-discrete;
}

@starting-style {
  .tab_panel.js_tab_active {
    opacity: 0;
  }
}
.acd_conts ._acd_panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s, display 0.3s allow-discrete;
}
.acd_conts.js_acd_open ._acd_panel {
  display: block;
  opacity: 1;
}

@starting-style {
  .acd_conts.js_acd_open ._acd_panel {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  body {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .link_tel_number,
  .link_fax_number {
    pointer-events: none;
  }
  select {
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0 30px 0 20px;
    background-color: #ffffff;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
  }
  select:focus {
    border: 1px solid #8a8a8a;
  }
  select::-ms-expand {
    display: none;
  }
  .select > label {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .select > label::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #000000;
    -webkit-mask-image: url(/assets/img/kurashi/common/icn/arrow_select.svg);
    mask-image: url(/assets/img/kurashi/common/icn/arrow_select.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    right: 5px;
    z-index: 1;
    pointer-events: none;
  }
  .inner_960_pc {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .inner_900_pc {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .conts {
    margin-bottom: 140px;
  }
  .sec + .sec {
    margin-top: 120px;
  }
  .block + .block {
    margin-top: 80px;
  }
  .box + .box {
    margin-top: 40px;
  }
  .elm_conts_heading {
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 60px auto;
  }
  .elm_conts_heading h1 {
    display: inline-flex;
    justify-content: center;
    text-align: left;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .elm_sec_heading {
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 50px auto;
  }
  .elm_sec_heading h2 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 calc(1em + 10px);
    position: relative;
  }
  .elm_sec_heading h2::before, .elm_sec_heading h2::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: "ー";
    position: absolute;
  }
  .elm_sec_heading h2::before {
    left: 0;
  }
  .elm_sec_heading h2::after {
    right: 0;
  }
  .elm_block_heading {
    width: 100%;
    max-width: 960px;
    padding-bottom: 10px;
    margin: 0 auto 40px auto;
    border-bottom: 3px solid #000000;
  }
  .elm_block_heading h3 {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  body {
    font-size: min(calc(36 / 750 * 100vw),3.6rem);
    line-height: 1.6;
  }
  .link_tel_number {
    pointer-events: auto;
  }
  .link_fax_number {
    pointer-events: none;
  }
  select {
    width: 100%;
    height: auto;
    padding: min(10 / 750 * 100vw, 10px) min(60 / 750 * 100vw, 60px) min(10 / 750 * 100vw, 10px) min(20 / 750 * 100vw, 20px);
    background-color: #ffffff;
    border: 1px solid #8a8a8a;
    border-radius: min(10 / 750 * 100vw, 10px);
    appearance: none;
    -webkit-appearance: none;
  }
  select:focus {
    border: 1px solid #8a8a8a;
  }
  select::-ms-expand {
    display: none;
  }
  .select > label {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .select > label::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: " ";
    display: block;
    width: min(40 / 750 * 100vw, 40px);
    height: min(40 / 750 * 100vw, 40px);
    background-color: #000000;
    -webkit-mask-image: url(/assets/img/kurashi/common/icn/arrow_select.svg);
    mask-image: url(/assets/img/kurashi/common/icn/arrow_select.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    right: min(10 / 750 * 100vw, 10px);
    z-index: 1;
    pointer-events: none;
  }
  .inner_690_sp {
    width: min(690 / 750 * 100vw, 690px);
    margin-right: auto;
    margin-left: auto;
  }
  .inner_630_sp {
    width: min(630 / 750 * 100vw, 630px);
    margin-right: auto;
    margin-left: auto;
  }
  .conts {
    margin-bottom: min(140 / 750 * 100vw, 140px);
  }
  .sec + .sec {
    margin-top: min(120 / 750 * 100vw, 120px);
  }
  .block + .block {
    margin-top: min(80 / 750 * 100vw, 80px);
  }
  .box + .box {
    margin-top: min(40 / 750 * 100vw, 40px);
  }
  .elm_conts_heading {
    text-align: center;
    width: 100%;
    max-width: min(690 / 750 * 100vw, 690px);
    margin: 0 auto min(60 / 750 * 100vw, 60px) auto;
  }
  .elm_conts_heading h1 {
    font-size: min(calc(48 / 750 * 100vw),4.8rem);
    line-height: 1.4;
    display: inline-flex;
    justify-content: center;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  .elm_sec_heading {
    text-align: center;
    width: 100%;
    max-width: min(690 / 750 * 100vw, 690px);
    margin: 0 auto min(50 / 750 * 100vw, 50px) auto;
  }
  .elm_sec_heading h2 {
    font-size: min(calc(44 / 750 * 100vw),4.4rem);
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 0 calc(1em + min(10 / 750 * 100vw, 10px));
    position: relative;
  }
  .elm_sec_heading h2::before, .elm_sec_heading h2::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: "ー";
    position: absolute;
  }
  .elm_sec_heading h2::before {
    left: 0;
  }
  .elm_sec_heading h2::after {
    right: 0;
  }
  .elm_block_heading {
    width: 100%;
    max-width: min(690 / 750 * 100vw, 690px);
    padding-bottom: min(10 / 750 * 100vw, 10px);
    margin: 0 auto min(40 / 750 * 100vw, 40px) auto;
    border-bottom: 2px solid #000000;
  }
  .elm_block_heading h3 {
    display: inline-block;
    font-size: min(calc(40 / 750 * 100vw),4rem);
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .header_normal {
    width: 100%;
    margin-bottom: 80px;
  }
  .header_normal .header_block .header_box .box_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
  }
  .nav_global .nav_box_contents .box_inner {
    display: flex;
    justify-content: center;
  }
  .nav_global .nav_box_contents .nav_part {
    width: 180px;
  }
  .nav_global .nav_box_contents .nav_part > a {
    font-size: 2.2rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    height: 100%;
    font-weight: bold;
  }
  .nav_global .nav_box_contents .nav_part + .nav_part {
    position: relative;
  }
  .nav_global .nav_box_contents .nav_part + .nav_part::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: " ";
    display: block;
    width: 2px;
    height: 75px;
    background-color: #000000;
    border-radius: 1px;
    left: 0;
  }
  .nav_global .nav_box_contents .nav_part:not(:first-of-type) > a {
    opacity: 1;
    position: relative;
  }
  .nav_global .nav_box_contents .nav_part:not(:first-of-type) > a::before {
    transition: 0.3s;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    display: block;
    width: 140px;
    height: 4px;
    background-color: #ff0000;
    top: calc(100% - 4px);
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
  }
  .nav_global .nav_box_contents .nav_part:not(:first-of-type) > a:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .nav_global .nav_box_contents .nav_part.js_active:not(:first-of-type) > a {
    opacity: 1;
    position: relative;
  }
  .nav_global .nav_box_contents .nav_part.js_active:not(:first-of-type) > a::before {
    transition: 0.3s;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    display: block;
    width: 140px;
    height: 4px;
    background-color: #ff0000;
    top: calc(100% - 4px);
    border-radius: 2px;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .header_normal {
    width: 100%;
    padding-top: min(60 / 750 * 100vw, 60px);
    margin-bottom: min(40 / 750 * 100vw, 40px);
  }
  .header_normal .header_block {
    margin-bottom: min(40 / 750 * 100vw, 40px);
  }
  .nav_global {
    position: relative;
  }
  .nav_global .nav_box_opener .box_inner {
    display: flex;
    justify-content: flex-end;
  }
  .nav_global .nav_box_opener .btn {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: min(60 / 750 * 100vw, 60px);
    aspect-ratio: 4/3;
    cursor: pointer;
  }
  .nav_global .nav_box_opener .btn > span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000000;
    border-radius: 2px;
  }
  .nav_global .nav_box_contents {
    display: none;
    background-color: #ffffff;
    width: 100%;
    padding-top: min(20 / 750 * 100vw, 20px);
    position: absolute;
    top: calc(min(60 / 750 * 100vw, 60px) * 3 / 4);
    left: 0;
    z-index: 90;
  }
  .nav_global .nav_box_contents .nav_part {
    border-bottom: 1px solid #000000;
  }
  .nav_global .nav_box_contents .nav_part:nth-of-type(2) {
    border-top: 1px solid #000000;
  }
  .nav_global .nav_box_contents .nav_part > a {
    display: block;
    font-weight: bold;
    padding: min(10 / 750 * 100vw, 10px) min(80 / 750 * 100vw, 80px) min(10 / 750 * 100vw, 10px) min(30 / 750 * 100vw, 30px);
    position: relative;
  }
  .nav_global .nav_box_contents .nav_part > a::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: " ";
    display: block;
    width: min(20 / 750 * 100vw, 20px);
    height: min(20 / 750 * 100vw, 20px);
    border: 0px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    position: absolute;
    right: min(30 / 750 * 100vw, 30px);
    transform: translateY(-50%) rotate(45deg);
  }
  .js_navi_open {
    overflow: hidden;
  }
  .js_navi_open .nav_box_opener .btn {
    position: relative;
  }
  .js_navi_open .nav_box_opener .btn > span {
    position: absolute;
    top: 50%;
  }
  .js_navi_open .nav_box_opener .btn > span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }
  .js_navi_open .nav_box_opener .btn > span:nth-child(2) {
    display: none;
  }
  .js_navi_open .nav_box_opener .btn > span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
  .js_navi_open .nav_box_contents {
    display: block;
  }
}
.footer_contact_block {
  border-top: 1px solid #d2d2d2;
}
.footer_contact_block + .footer_block {
  margin-top: 0;
}
.footer_contact_block .box_tel_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_contact_block .box_tel {
  width: 100%;
}
.footer_contact_block .box_tel > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #f6f6f6;
  border: 1px solid #aeaeae;
}
.footer_contact_block .box_tel > a > * {
  width: 100%;
}
.footer_contact_block .box_tel_number {
  color: #466a50;
  font-weight: bold;
}
.footer_contact_block .box_mark {
  text-align: center;
}
.footer_contact_block .box_mark .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer_contact_block .box_links .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .footer_normal {
    width: 100%;
  }
  .footer_normal .footer_block .footer_box {
    background-color: #f6f6f0;
  }
  .footer_normal .footer_block .footer_box .box_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
  }
  .footer_normal .footer_block .footer_box .copyright {
    font-weight: bold;
  }
  .footer_contact_block {
    padding: 40px 0;
  }
  .footer_contact_block .block_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer_contact_block .box_tel_group {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }
  .footer_contact_block .box_tel_group .box + .box {
    margin-top: 0;
  }
  .footer_contact_block .box_tel {
    width: 420px;
  }
  .footer_contact_block .box_tel > a {
    min-height: 100px;
    padding: 10px;
    border-radius: 10px;
  }
  .footer_contact_block .box_tel_title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .footer_contact_block .box_tel_number {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 5px;
  }
  .footer_contact_block .box_tel_note {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .footer_contact_block .box_mark .list {
    gap: 20px;
    margin-bottom: 15px;
  }
  .footer_contact_block .box_mark_text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .footer_contact_block .box_links .list {
    gap: 0;
  }
  .footer_contact_block .box_links .list li {
    position: relative;
  }
  .footer_contact_block .box_links .list li + li {
    margin-left: 30px;
    padding-left: 30px;
  }
  .footer_contact_block .box_links .list li + li::before {
    content: " ";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #000000;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .footer_contact_block .box_links .list a {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .footer_normal {
    width: 100%;
  }
  .footer_normal .footer_block .footer_box {
    background-color: #f6f6f0;
  }
  .footer_normal .footer_block .footer_box .box_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: min(100 / 750 * 100vw, 100px);
  }
  .footer_normal .footer_block .footer_box .copyright {
    font-size: min(calc(32 / 750 * 100vw),3.2rem);
    line-height: 1.6;
    font-weight: bold;
  }
  .footer_contact_block {
    padding: min(40 / 750 * 100vw, 40px) 0 0;
  }
  .footer_contact_block .block_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(30 / 750 * 100vw, 30px);
  }
  .footer_contact_block .box_tel_group {
    flex-direction: column;
    align-items: center;
    gap: min(20 / 750 * 100vw, 20px);
  }
  .footer_contact_block .box_tel > a {
    min-height: min(160 / 750 * 100vw, 160px);
    padding: min(20 / 750 * 100vw, 20px);
    border-radius: min(20 / 750 * 100vw, 20px);
  }
  .footer_contact_block .box_tel_title {
    font-size: min(calc(36 / 750 * 100vw),3.6rem);
    line-height: 1.6;
  }
  .footer_contact_block .box_tel_number {
    font-size: min(calc(48 / 750 * 100vw),4.8rem);
    line-height: 1.4;
    margin-top: min(5 / 750 * 100vw, 5px);
  }
  .footer_contact_block .box_tel_note {
    font-size: min(calc(28 / 750 * 100vw),2.8rem);
    line-height: 1.6;
  }
  .footer_contact_block .box_mark .list {
    gap: min(20 / 750 * 100vw, 20px);
    margin-bottom: min(15 / 750 * 100vw, 15px);
  }
  .footer_contact_block .box_mark .list li:nth-child(1) img {
    width: min(56 / 750 * 100vw, 56px);
  }
  .footer_contact_block .box_mark .list li:nth-child(2) img {
    width: min(56 / 750 * 100vw, 56px);
  }
  .footer_contact_block .box_mark .list li:nth-child(3) img {
    width: min(100 / 750 * 100vw, 100px);
  }
  .footer_contact_block .box_mark_text {
    font-size: min(calc(28 / 750 * 100vw),2.8rem);
    line-height: 1.6;
  }
  .footer_contact_block .box_links {
    margin-bottom: 0;
  }
  .footer_contact_block .box_links .list {
    gap: 0;
  }
  .footer_contact_block .box_links .list li {
    position: relative;
    padding: min(6 / 750 * 100vw, 6px) 0;
  }
  .footer_contact_block .box_links .list li + li {
    margin-left: min(20 / 750 * 100vw, 20px);
    padding-left: min(20 / 750 * 100vw, 20px);
  }
  .footer_contact_block .box_links .list li + li::before {
    content: " ";
    display: block;
    width: 2px;
    height: min(20 / 750 * 100vw, 20px);
    background-color: #000000;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .footer_contact_block .box_links .list a {
    font-size: min(calc(28 / 750 * 100vw),2.8rem);
    line-height: 1.6;
  }
}
.dn {
  display: none !important;
}

.di {
  display: inline !important;
}

.dib {
  display: inline-block !important;
}

.db {
  display: block !important;
}

.fwb {
  font-weight: bold !important;
}

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

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

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

.tdn {
  text-decoration: none !important;
}

.tdu {
  text-decoration: underline !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.bdn {
  border: none !important;
}

.bdtn {
  border-top: none !important;
}

.bdrn {
  border-right: none !important;
}

.bdbn {
  border-bottom: none !important;
}

.bdln {
  border-left: none !important;
}

.ovh {
  overflow: hidden !important;
}

.posr {
  position: relative !important;
}

.zi1 {
  z-index: 1 !important;
}

.curp {
  cursor: pointer !important;
}

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