@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  position: relative;
  background: #fff;
  color: #070002;
  font-size: 1.3rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  display: inline-block;
  height: 100%;
  color: #070002;
}

a:focus {
  outline: 0;
}

a:hover {
  opacity: 0.7;
}

/* header
------------------------------------*/
.header {
  width: 100%;
  height: auto;
}

.header-topinner1 {
  width: 100%;
  height: 140px;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  border-top: 3px solid #c02829;
  box-sizing: border-box;
}

.header-topinner2 {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
  position: relative;
}

.header__search {
  position: absolute;
  top: 32px;
  left: 0;
}

.header__search .form {
  display: flex;
}

.header__search .text {
  padding-left: 20px;
  position: relative;
  border: 0;
  box-sizing: border-box;
  transition: width 0.3s ease;
  background-color: #f0f0f0;
}

.header__search .text.open {
  width: 370px;
}

.header__search .text, .header__search .submit, .header__search .btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 0;
  outline: none;
}

.header__search .submit, .header__search .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f0f0 url(../images/common/ic_search.svg) no-repeat center center;
}

.header__search .btn:hover {
  cursor: pointer;
}

.header__search .btn.open {
  display: none;
}

.header__logo {
  padding-top: 39px;
  text-align: center;
}

.header__logo a {
  display: inline;
}

.header-topinner3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  position: absolute;
  top: 21px;
  right: 0;
}

.header__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 153px;
  padding-top: 10px;
  line-height: 0;
}

.header__sns li {
  margin-left: 20px;
}

.header__others .font-size {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #999;
}

.header__others .font-size .normal {
  padding-right: 20px;
  font-size: 1.4rem;
}

.header__others .font-size .large {
  font-size: 1.8rem;
}

.header__others .font-size .normal:hover, .header__others .font-size .large:hover {
  opacity: 0.7;
  cursor: pointer;
}

.header__others .font-size .select {
  color: #070002;
}

.header__others .languages {
  position: absolute;
  top: 45px;
  right: 110px;
}

.header__others .languages .btn {
  padding-right: 20px;
  position: relative;
}

.header__others .languages .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 8px;
  right: 0;
}

.header__others .languages .btn:hover, .header__others .languages .language:hover {
  opacity: 0.7;
  cursor: pointer;
}

.header__others .languages .subNavigation {
  width: 133px;
  padding: 0 10px;
  position: absolute;
  top: 30px;
  left: -20px;
  background: #f5f5f5;
  box-sizing: border-box;
  display: none;
  z-index: 2;
  text-align: center;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.header__others .languages .subNavigation__item {
  padding: 10px 0;
  border-bottom: dotted 1px #999;
}

.header__others .languages .subNavigation__item:last-child {
  border-bottom: 0;
}

.header__others .languages .subNavigation__item:hover {
  opacity: .8;
}

.header__others .languages .subNavigation__item .subNavigation__item a {
  color: #fff;
}

.header__menu {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #c02829;
  position: relative;
  text-align: center;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.header__menu:hover {
  opacity: 0.7;
  cursor: pointer;
}

.header__menu .btn {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/ic_menu.svg) no-repeat center center;
  position: absolute;
  top: 14px;
  left: 21px;
}

.header__menu::after {
  content: "MENU";
  width: 60px;
  height: 60px;
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 36px;
  left: 0;
}

.header__menu.open .btn {
  background: none;
  width: 21px;
  height: 4px;
  background-color: #fff;
  top: 22px;
  left: 19px;
}

.header__menu.open::after {
  content: "CLOSE";
}

.header-bottominner {
  width: 100%;
  height: auto;
  position: absolute;
  top: 140px;
  left: 0;
  box-sizing: border-box;
  transition: top 0.6s ease;
}

.header__alert {
  display: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  background-color: #f0f0f0;
}

.header__alert-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.header__alert a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  text-decoration: underline;
}

.header__subcatch {
  display: none;
  justify-content: center;
  padding-bottom: 20px;
}

.header__subcatch-inner {
  font-size: 1.4rem;
}

.header__subcatch-inner .bold {
  font-weight: bold;
}

.header__subcatch-inner .strong {
  color: #e31415;
}

.header__subcatch-inner dt, .header__subcatch-inner dd {
  display: inline-block;
}

.header__subcatch-inner dd {
  padding: 0 15px 0 10px;
}

.header__subcatch .lighter {
  padding-left: 10px;
  font-size: 1.1rem;
  color: #666;
}

.header__nav {
  border-top: 1px solid #dedede;
}

.header__nav-inner, .header__slidenav-inner1, .header__slidenav-inner2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 1077px;
  height: 110px;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
}

.header__nav-inner .nav, .header__slidenav-inner2 .nav, .header__slidenav-inner1 .nav {
  line-height: 2.5rem;
  text-align: center;
}

.header__slidenav {
  opacity: 0;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  position: absolute;
  top: 137px;
  left: 0;
  background-color: #333;
  color: #FFF;
}

.header__slidenav-inner1 {
  padding-top: 40px;
}

.header__slidenav-inner1 .nav a {
  color: #FFF;
}

.header__slidenav-inner2 {
  align-items: center;
  width: 980px;
  height: auto;
  padding-top: 40px;
}

.header__slidenav-inner2 .nav {
  font-size: 1.4rem;
}

.header__slidenav-inner2 .card {
  width: 110px;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.header__slidenav-inner2 .card__ic {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: auto;
  height: 75px;
}

.header__slidenav-inner2 .card__ic.type2 {
  height: 60px;
}

.header__slidenav-inner2 .card__txt {
  font-size: 1.2rem;
  line-height: 1.2;
}

.header__slidenav-inner2 .card__txt .ajust {
  display: inline-block;
  padding-top: 15px;
}

.header__slidenav-inner2 .card a {
  display: block;
}

.header__slidenav-inner2 .card:hover {
  background-color: #c02829;
}

.header__slidenav-inner2 .card:hover .card__txt {
  color: #fff;
}

.header__slidenav-inner2 .card:hover svg {
  fill: #fff;
}

.header__slidenav-inner2 .card a:hover {
  opacity: 1;
}

/* svg
------------------------------------*/
.header__slidenav-inner2 svg {
  fill: #c02829;
}

.header_icon_01 {
  width: 34px;
}

.header_icon_02 {
  width: 39px;
}

.header_icon_03 {
  width: 47px;
}

.header_icon_04 {
  width: 47px;
}

.header_icon_05 {
  width: 41px;
}

.header_icon_06 {
  width: 49px;
}

.header_icon_07 {
  width: 47px;
}

/* nav--b-wrapper
------------------------------------*/
.nav--b-wrapper .nav--b--card:hover {
  background-color: #c02829;
}

.nav--b-wrapper .nav--b--card:hover .nav--b--card__txt {
  color: #fff;
}

.nav--b-wrapper .nav--b--card:hover svg {
  fill: #fff;
}

.nav--b-wrapper .nav--b--card a:hover {
  opacity: 1;
}

/* title
------------------------------------*/
.ttl--a {
  margin-bottom: 40px;
}

.ttl--a .catch {
  font-family: "din-condensed", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3.7px;
}

.ttl--a .subcatch {
  display: inline-block;
  padding-left: 32px;
  vertical-align: 10px;
  font-size: 2.1rem;
  font-weight: normal;
  color: #c02829;
  letter-spacing: 0.1em;
}

.ttl--b {
  margin-bottom: 25px;
  line-height: 3.5rem;
  text-align: center;
}

.ttl--b .catch {
  font-family: "din-condensed", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #010101;
}

.ttl--b .subcatch {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}

.ttl--c-wrapper {
  width: 100%;
  height: 230px;
  padding: 90px 0 70px;
  background: url(../images/common/bg_ttl_01.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.ttl--c-wrapper .ttl--c {
  margin-bottom: 25px;
  line-height: 3.5rem;
  text-align: center;
}

.ttl--c-wrapper .ttl--c .catch {
  font-family: "din-condensed", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 4px;
}

.ttl--c-wrapper .ttl--c .subcatch {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}

.ttl--d {
  padding-bottom: 4px;
  border-bottom: solid 2px #000;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* breadcrumb
------------------------------------*/
.breadcrumb-wrapper {
  padding: 30px 0;
  font-size: 1.2rem;
  color: #999;
}

.breadcrumb-wrapper .breadcrumb {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.breadcrumb-wrapper .breadcrumb__item {
  display: inline-block;
  padding-right: 40px;
}

.breadcrumb-wrapper .breadcrumb__item a {
  color: #999;
}

.breadcrumb-wrapper .breadcrumb .arrow {
  display: inline-block;
  position: relative;
}

.breadcrumb-wrapper .breadcrumb .arrow::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -26px;
  width: 5px;
  height: 5px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

/* card
------------------------------------*/
.card--c {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.card--c .card {
  width: 280px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 26px;
  position: relative;
  z-index: 1;
}

.card--c .card:nth-child(4n) {
  margin-right: 0;
}

.card--c .card.new::after {
  content: "NEW";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 30px;
  background-color: #c02829;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.card--c .card-inner1 {
  position: relative;
  overflow: hidden;
}

.card--c .card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
}

.card--c .card__photo.blur::after {
  content: "";
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/index/img_eventnews_02.jpg) no-repeat center center;
  background-size: cover;
  filter: blur(1px);
}

.card--c .card-inner2 {
  padding-top: 25px;
}

.card--c .card__subttl {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
}

.card--c .card__ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.card--c .card__info {
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #c02829;
}

.card--c .card img {
  transition: transform 0.7s ease;
}

.card--c .card:hover img {
  transform: scale(1.2);
}

.card-d {
  margin-bottom: 40px;
  padding: 25px 30px 30px;
  border: solid 2px #459fe3;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.card-d__icon {
  margin-right: 25px;
}

.card-d__body {
  width: calc(100% - 146px);
}

.card-d__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.card-d__txt {
  margin: 15px 0 10px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.card-d__foot {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.card-d__link {
  color: #459fe3;
  text-decoration: underline;
}

/* btn
------------------------------------*/
.btn--a {
  width: 300px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 40px;
  background-color: #000;
  text-align: center;
}

.btn--a:hover {
  opacity: 0.7;
}

.btn--a a {
  display: block;
  color: #fff;
}

/* footer
------------------------------------*/
.footer {
  width: 100%;
}

.footer-topinner {
  display: flex;
  width: auto;
  height: 450px;
  background-color: #f5f5f5;
}

.footer__map {
  width: 50%;
  height: auto;
}

.footer__mores-info {
  width: 50%;
  height: auto;
  padding: 80px 0;
  text-align: center;
}

.footer__mores-info .logo {
  margin-bottom: 30px;
}

.footer__mores-info .address {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.footer__mores-info .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer__mores-info .sns .ic {
  padding: 0 20px;
}

.footer__mores-info .others {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 420px;
  margin: 0 auto;
}

.footer__mores-info .others .txt {
  margin-right: 20px;
  padding: 0;
  font-size: 1.3rem;
  text-align: left;
}

.footer__mores-info .others .txt:last-child {
  margin-right: 0;
}

.footer__mores-info .others .txt a {
  padding: 8px 0 8px 15px;
}

.footer__mores-info .others .txt .arrow {
  position: relative;
}

.footer__mores-info .others .txt .arrow::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #070002;
  border-right: 2px solid #070002;
  transform: rotate(45deg);
}

.footer-bottominner {
  width: auto;
}

.footer__okadaya-info {
  display: flex;
  width: 900px;
  height: 170px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}

.footer__okadaya-info .info {
  padding-left: 45px;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.footer__okadaya-info .info a {
  display: inline;
}

.footer__copyright {
  width: auto;
  height: 60px;
  padding: 25px 0;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}

#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop .arrow {
  position: relative;
}

#pageTop .arrow::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 14px;
  height: 14px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.btn-wrapper {
  display: table;
  width: 1200px;
  height: auto;
  padding: 0 0 40px;
  box-sizing: border-box;
  margin: 0 auto 80px;
}

.btn-wrapper__item {
  display: table-cell;
  width: 600px;
  text-align: center;
}

.btn-wrapper__item_l {
  width: 300px;
  text-align: left;
}

.btn-wrapper__item_r {
  width: 300px;
  text-align: right;
}

.btn-wrapper .btn--a {
  margin: 0;
  position: relative;
}

.btn-wrapper .btn--a::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 7px;
  height: 7px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn-wrapper .btn--a.prev::after {
  left: 85px;
  transform: rotate(225deg);
}

.btn-wrapper .btn--a.next::after {
  right: 85px;
  transform: rotate(45deg);
}

.section {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.card--a .card__photo .blur {
  display: none !important;
}

.card--a .card:hover img,
.card--b .card:hover img,
.card--c .card:hover img {
  transform: scale(1) !important;
}

/* service icon */
.service_ic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.service_ic.ic_taxfree {
  width: 30px;
  height: 30px;
  background: url(../images/floor/ic_taxfree02.png) no-repeat center;
  background-size: cover;
}

.service_ic.ic_ginren {
  width: 40px;
  height: 24px;
  background: url(../images/floor/ic_ginren02.png) no-repeat center;
  background-size: cover;
}

.service_ic.ic_ic {
  width: 38px;
  height: 30px;
  background: url(../images/floor/ic_ic02.png) no-repeat center;
  background-size: cover;
}

.card {
  -ms-word-break: break-all;
  word-break: break-all;
}

/*************************************
helper classes
*************************************/
.mt00 {
  margin-top: 0 !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt05 {
  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;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  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;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  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;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  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;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* px */
.fz10 {
  font-size: 1.0rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2.0rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3.0rem !important;
}

.fz31 {
  font-size: 3.1rem !important;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz33 {
  font-size: 3.3rem !important;
}

.fz34 {
  font-size: 3.4rem !important;
}

.fz35 {
  font-size: 3.5rem !important;
}

.fz36 {
  font-size: 3.6rem !important;
}

.fz37 {
  font-size: 3.7rem !important;
}

.fz38 {
  font-size: 3.8rem !important;
}

.fz39 {
  font-size: 3.9rem !important;
}

.fz40 {
  font-size: 4.0rem !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2.0 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.dy-n {
  display: none !important;
}

.dy-b {
  display: block !important;
}

.dy-ib {
  display: inline-block !important;
}

.dy-i {
  display: inline !important;
}

.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.fl-n {
  float: none !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-bl {
  vertical-align: baseline !important;
}

.va-t {
  vertical-align: top !important;
}

.va-b {
  vertical-align: bottom !important;
}

.td-u {
  text-decoration: underline !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}

.red {
  color: #ba2829;
}

/*# sourceMappingURL=common.css.map */