/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Tenor+Sans&family=Noto+Sans+JP:wght@300;400;500&family=Shippori+Mincho+B1&family=Shippori+Mincho:wght@400;500;700&family=Noto+Serif+JP:wght@500;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.ferthea-root {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
}

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

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

sup {
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: super;
}
sup sup {
  font-size: 0.325rem;
  line-height: 1;
  vertical-align: super;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.sp-header {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    padding: 0 12px 0 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #010000;
    z-index: 250;
  }
  .sp-header.is-fixed {
    position: fixed !important;
    top: 0 !important;
  }
  .sp-header__logo {
    margin: 0;
  }
  .sp-header__logo img {
    display: block;
    width: 102px;
    height: auto;
  }
  .sp-header__menu {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .sp-header__menu-bar {
    position: absolute;
    left: 9px;
    width: 26px;
    height: 1px;
    background: #fff;
    -webkit-transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  }
  .sp-header__menu-bar:nth-child(1) {
    top: 15px;
  }
  .sp-header__menu-bar:nth-child(2) {
    top: 22px;
  }
  .sp-header__menu-bar:nth-child(3) {
    top: 29px;
  }
  .sp-header__menu.is-open .sp-header__menu-bar:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp-header__menu.is-open .sp-header__menu-bar:nth-child(2) {
    opacity: 0;
  }
  .sp-header__menu.is-open .sp-header__menu-bar:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.sp-header-spacer {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-header-spacer {
    display: none;
    height: 46px;
  }
  .sp-header-spacer.is-active {
    display: block;
  }
}

body.is-menu-open {
  overflow: hidden;
}

.cmn-section-navi {
  position: absolute;
  left: 15px;
  top: 175px;
  z-index: 1;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cmn-section-navi {
    left: 0;
    top: 311px;
  }
}
.cmn-section-navi span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Optima", "Tenor Sans", serif;
  font-size: 1.125rem;
  line-height: 2.8;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
.cmn-section-navi span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 14px;
}
.cmn-section-navi__crumb {
  display: inline;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cmn-section-navi__crumb:hover {
  opacity: 1;
}
.cmn-section-navi .cmn-section-navi__crumb-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 8px 0;
  border-radius: 50%;
  background: #545454;
}
@media screen and (max-width: 750px) {
  .cmn-section-navi i {
    width: 3px;
    height: 3px;
    margin-bottom: 10px;
  }
  .cmn-section-navi span {
    font-size: 0.75rem;
    line-height: 1.75;
  }
  .cmn-section-navi__crumb {
    margin-bottom: 12px;
  }
  .cmn-section-navi .cmn-section-navi__crumb-dot {
    width: 3px;
    height: 3px;
    margin: 6px 0;
  }
}

.cmn-breadcrumb {
  position: absolute;
  left: 15px;
  top: 36px;
  z-index: 1;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cmn-breadcrumb {
    display: none;
  }
}
.cmn-breadcrumb span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Optima", "Tenor Sans", serif;
  font-size: 1.125rem;
  line-height: 2.8;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
.cmn-breadcrumb span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #545454;
  margin: 0 auto 14px;
}
.cmn-breadcrumb a {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Optima", "Tenor Sans", serif;
  font-size: 1.125rem;
  line-height: 2.8;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline;
  margin-bottom: 12px;
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cmn-breadcrumb a:hover {
  opacity: 1;
}

.cmn-navi {
  position: absolute;
  margin: 0;
  z-index: 100;
}
.cmn-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.cmn-navi li {
  position: relative;
  font-family: "Optima", "Tenor Sans", serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #fff;
}
.cmn-navi li.is-current:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.cmn-navi a {
  color: #fff;
  text-decoration: none;
}
.cmn-navi.is-fixed {
  position: fixed !important;
  left: auto !important;
  right: 38px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .cmn-navi {
    display: none;
  }
  .cmn-navi.is-open {
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    top: 46px !important;
    bottom: auto;
    width: 100%;
    height: 481px;
    max-height: calc(100% - 46px);
    overflow-y: auto;
    -webkit-transform: none;
            transform: none;
    background: #010000;
    padding-top: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 200;
  }
  .cmn-navi.is-open ul {
    text-align: left;
    padding-left: 55px;
  }
  .cmn-navi.is-open li {
    position: relative;
    margin: 0;
    font-size: 1rem;
    line-height: 4;
    letter-spacing: 0.05em;
  }
  .cmn-navi.is-open li.is-current:after {
    content: "";
    right: auto;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.content-btn01 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
  padding: 22px 0;
  border: 1px solid #545454;
  border-radius: 40px;
  background: #DEDEDE;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.6111111111;
}
.content-btn01::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  width: 27px;
  height: 12px;
  background: url(/ferthea/common/images/cmn_btn_allow01_pc.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .content-btn01 {
    max-width: 300px;
    padding: 20px 0;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .content-btn01::after {
    right: 30px;
    width: 24px;
    height: 11px;
    background-image: url(/ferthea/common/images/cmn_btn_allow01_sp.png);
  }
}

body.is-modal-open {
  overflow: hidden;
}

.cmn-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.cmn-modal.is-open {
  display: block;
}
.cmn-modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.cmn-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  max-height: 85vh;
  overflow-y: auto;
  background: #2F2E2E;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 751px) {
  .cmn-modal__panel::-webkit-scrollbar {
    width: 8px;
  }
  .cmn-modal__panel::-webkit-scrollbar-track {
    background: #2F2E2E;
    border-radius: 8px;
  }
  .cmn-modal__panel::-webkit-scrollbar-thumb {
    background-color: #434040;
    border-radius: 8px;
  }
  .cmn-modal__panel::-webkit-scrollbar-thumb:hover {
    background-color: #FEEACD;
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media screen and (max-width: 750px) {
  .cmn-modal__panel {
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.cmn-modal__close {
  position: sticky;
  float: right;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 41px;
  margin-bottom: -41px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  z-index: 1;
}
.cmn-modal__close-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 1px;
  background: #fff;
}
.cmn-modal__close-bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cmn-modal__close-bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cmn-modal__body {
  padding: 83px 40px 47px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cmn-modal__body {
    padding: 40px 5.3333333333% 40px;
  }
}
.cmn-modal__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .cmn-modal__points {
    gap: 0;
  }
}
.cmn-modal__point {
  max-width: 718px;
  margin: 0 auto;
}
.cmn-modal__point-head {
  margin: 44px auto 35px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point-head {
    margin: 22px auto 20px;
  }
}
.cmn-modal__point-eyebrow {
  display: block;
  color: #FEEACD;
  font-family: "Optima", "Tenor Sans", serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point-eyebrow {
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.cmn-modal__point-num {
  display: block;
  margin-top: 10px;
  padding-bottom: 20px;
  color: #FEEACD;
  font-family: "Optima", "Tenor Sans", serif;
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point-num {
    font-size: 1.5625rem;
    line-height: 1;
  }
}
.cmn-modal__point-title {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #FEEACD;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point-title {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 0 auto 10px;
    width: 94.0298507463%;
    padding: 10px 0;
  }
}
.cmn-modal__point-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.cmn-modal__point-pic.pic01 {
  margin: 15px 0 30px;
  max-width: 718px;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point-pic.pic01 {
    max-width: none;
    width: 96.5671641791%;
    margin-left: auto;
  }
}
.cmn-modal__point-pic.pic02 {
  margin: 80px 0 42px;
  max-width: 708px;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point-pic.pic02 {
    max-width: none;
    width: 93.2835820896%;
    margin: 40px 0 30px 3.2835820896%;
  }
}
.cmn-modal__point-pic img {
  display: block;
  height: auto;
  width: 100%;
}
.cmn-modal__point-txt {
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point-txt {
    padding: 0 3.1746031746% 0;
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.cmn-modal__point-txt sup {
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: super;
}
.cmn-modal__point--accent .cmn-modal__point-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 27px;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point--accent .cmn-modal__point-body {
    gap: 0;
    padding: 0 2.9850746269%;
  }
}
.cmn-modal__point--accent .cmn-modal__point-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cmn-modal__point--accent .cmn-modal__point-pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  margin-top: -8px;
}
@media screen and (max-width: 750px) {
  .cmn-modal__point--accent .cmn-modal__point-pic {
    -ms-flex-preferred-size: 74px;
        flex-basis: 74px;
    width: 74px;
    margin-top: 14px;
  }
}
.cmn-modal__closing {
  margin: 100px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.4230769231;
}
@media screen and (max-width: 750px) {
  .cmn-modal__closing {
    margin-top: 74px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.cmn-modal__notes {
  width: 100%;
  margin: 122px auto 0;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .cmn-modal__notes {
    font-size: 0.5rem;
    line-height: 1.6;
    margin: 68px auto 0;
  }
}

.jsFadeup {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.jsFadeup.onactive {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.Fadeup-load {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.Fade-6s {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.Fade-12s {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@-webkit-keyframes fade-slide {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-slide {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.topics__list {
  opacity: 0;
}
.topics__list.onactive {
  opacity: 1;
}
.topics__list.onactive .slick-active .jsFadeslide {
  -webkit-animation-name: fade-slide;
          animation-name: fade-slide;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 750px) {
  .topics__list.onactive .slick-active .jsFadeslide {
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
}
.topics__list.onactive .slick-active .jsFadeslide.Fade-2s {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.cmn-footer-wrapper {
  padding: 82px 0 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #FBDED7;
}
@media screen and (max-width: 750px) {
  .cmn-footer-wrapper {
    padding: 56px 0 61px;
  }
  .cmn-footer-wrapper img {
    width: 100%;
  }
}
.cmn-footer-wrapper .cmn-footer-logo {
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .cmn-footer-wrapper .cmn-footer-logo {
    width: 111px;
    height: auto;
    margin: 0 auto 27px;
  }
}
@media screen and (max-width: 750px) {
  .cmn-footer-wrapper .cmn-footer-ico {
    width: 24px;
    height: auto;
    margin: 0 auto;
  }
}

.cmn-modal-wrapper01 {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
}
@media screen and (max-width: 750px) {
  .cmn-modal-wrapper01 {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .cmn-modal-wrapper01 .mfp-close {
    position: fixed;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .cmn-modal-wrapper01 .mfp-close {
    top: -60px;
  }
}

.cmn-modal-iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.cmn-modal-iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}
/*# sourceMappingURL=../../../_development/maps/common/css/common.css.map */
