@charset "UTF-8";
/* Body setting
------------------------------------------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  font-style: normal;
  overflow-y: auto;
}

/* common style
------------------------------------------------------------------------------- */
a {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
}

/* Header
------------------------------------------------------------------------------- */
#contents-header {
  background: #f0faf1 url(../images/bg01.png) 50% 100% repeat-x;
  padding-bottom: 65px;
  min-width: 1200px;
}

#header-wrap {
  /*
	height: 160px;
	*/
  height: 213px;
  overflow: visible;
  width: 1200px;
  margin: 0 auto;
  background: url(../images/header_bg.png) 50% 0 no-repeat;
}

#header {
  position: static;
  z-index: 1000;
  top: -200px;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#header__inner {
  position: relative;
}

#header__inner ul {
  width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
}

#header__inner ul li {
  width: 126px;
  margin-right: 29px;
}

#header__inner ul li:nth-of-type(2) {
  margin-right: 538px;
}

#header__inner ul li:last-child {
  margin-right: 0px;
}

#header.fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
}

#header.fixed #header__logo {
  display: none;
}

#header.fixed #header__text {
  display: none;
}

#header.fixed #header__inner ul {
  width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

#header.fixed #header__inner ul li {
  width: 82px;
  margin-right: 25px;
}

#header.fixed #header__inner ul li:nth-of-type(2) {
  margin-right: 25px;
}

#header.fixed #header__inner ul li:last-child {
  margin-right: 0px;
}

#header__logo {
  margin: 0;
  line-height: 0;
  position: absolute;
  top: 34px;
  left: calc(50% - 121px);
  width: 243px;
  z-index: 110;
}

#header__text {
  position: absolute;
  top: 163px;
  width: 100%;
  z-index: 120;
  text-align: center;
  color: #685fb3;
  font-size: 1rem;
  font-weight: bold;
}

#header__text.logging-in {
  color: #000;
  font-weight: normal;
}

.atten-area {
  color: #ed3939;
  border: 1px solid #ed3939;
  background: #fff;
  padding: 12px 10px;
  width: 1200px;
  margin: 20px auto;
  text-align: center;
  word-break: break-all;
}

.atten-area.text-black {
  color: #000;
}

.atten-area-item {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px dashed #ed3939;
  color: #000;
}

.atten-area-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.atten-area02 {
  margin-top: 2rem;
  border: 3px solid;
  padding: 1rem;
  text-align: center;
  width: 1000px;
}

.atten-area02 .atten-area-item .atten-area-title {
  text-align: center;
}

.atten-area02 .atten-area-item a {
  color: #1a4bc8;
  text-decoration: underline;
}

.atten-area02 .atten-area-item a:hover {
  opacity: 0.7;
}

.atten-area-common {
  color: #ed3939;
  border: 3px solid;
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  word-break: break-all;
  padding: 1rem;
  text-align: center;
}

.atten-area-common .atten-area-item a {
  color: #1a4bc8;
  text-decoration: underline;
}

.atten-area-common .atten-area-item a:hover {
  opacity: 0.7;
}

/* contents
------------------------------------------------------------------------------- */
main * {
  word-break: break-all;
}

#contents {
  min-width: 1200px;
  background: #faf7f0 url(../images/bg02.png) 50% 0 repeat-x;
  padding-top: 100px;
  padding-bottom: 80px;
}

/**/
.contents-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.contents-inner02 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
}

/* pagetop
----------------------------------------------------------- */
.pagetop {
  /*
	width: 100%;
	*/
  display: none;
  width: 80px;
  height: 86px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.pagetop a {
  display: block;
  width: 80px;
  height: 86px;
  background: url(../images/pagetop.png) 0 0 no-repeat;
}

.pagetop a:hover {
  opacity: 0.7;
}

.pagetop span {
  display: none;
}

/* Footer
----------------------------------------------------------- */
#footer-wrap {
  position: relative;
}

#footer {
  position: relative;
  min-width: 1200px;
  padding: 89px 0 0px;
  background: #685fb3 url(../images/footer_bg.png) 50% 0 repeat-x;
  text-align: left;
  min-height: 285px;
}

.footer__nav__item {
  width: 165px;
  padding-left: 25px;
  background: url(../images/footer_line.png) 0 0 repeat-y;
}

.footer__nav__item p {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 15px;
  line-height: 1.1;
}

.footer__nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding-bottom: 70px;
}

.footer__nav .footer__nav__item:first-child {
  background: none;
  padding-left: 0px;
}

.footer__nav .footer__nav__item:last-child {
  margin-left: 20px;
  width: 540px;
}

.footer__nav__item p a,
.footer__nav__item p span {
  color: #fff;
  text-decoration: none;
  padding-left: 18px;
  background: url(../images/icon_leaf.png) 0 50% no-repeat;
}

.footer__nav__sns {
  overflow: hidden;
}

.footer__nav__sns li {
  float: left;
  margin-right: 11px;
}

.footer__nav__list {
  display: flex;
  flex-wrap: wrap;
}

.footer__nav__list li {
  width: 255px;
  margin-bottom: 5px;
}

.footer__nav__list li a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  padding-left: 12px;
}

.footer__nav__list li a::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

small.copyright {
  min-width: 1200px;
  display: block;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  background: #94b25f;
  padding: 20px 0;
}

/* Style
----------------------------------------------- */
.main-cont {
  width: 1000px;
  margin: 6rem auto 5rem;
  text-align: center;
  border: 1px solid #d9d9d7;
  border-radius: 10px;
  position: relative;
}

.main-cont h2 {
  background: #574ea1;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 2.5rem;
  padding: 0.25rem 0;
  vertical-align: middle;
}

.main-cont h2 img {
  margin: 0.5rem 1rem 0;
  vertical-align: text-top;
}

.main-cont span.main-title-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5rem;
}

.main-cont span.main-ariea-name {
  color: #43823c;
  background-color: #fff;
  border: 2px solid #43823c;
  border-radius: 4px;
  margin-left: 10px;
  padding: 3px 0.5rem 1px;
  font-weight: bold;
  margin-top: -2px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.main_lt,
.main_rb {
  position: absolute;
  z-index: 1;
}

.main_lt {
  left: -5rem;
  top: -5rem;
}

.main_rb {
  right: -5rem;
  bottom: -5rem;
}

.main-eng {
  background: #9298cc;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05rem;
  padding: 0.25rem 0;
}

.main-box {
  background: url(../images/main_bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding-bottom: 5px;
}

.main-box:hover {
  opacity: 0.8;
}

.has-no-popup .main-box:hover {
  opacity: 1;
}

.main-visual {
  max-width: 950px;
  background: #fff;
  border: 1px solid #d9d9d7;
  border-radius: 10px;
  margin: 20px auto;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.main-visual img {
  display: block;
}

.main-visual dt {
  width: 70%;
}

.main-visual dt img {
  width: 100%;
}

.main-visual dd {
  width: 30%;
  box-sizing: border-box;
  padding: 2rem;
}

.main-visual dd p {
  color: #574ea1;
  font-size: 1.15rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-align: left;
}

.main-visual dd p span.name {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.main-visual dd p.main-visual-text {
  margin-bottom: 0.25rem;
}

.main-visual dd p.main-click-more {
  font-size: 0.85rem;
  text-align: right;
  font-weight: bold;
}

.main-visual .staff-ph {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 180px;
}

/**-----ここからモーダル-----**/
#btn_open,
#btn_open2 {
  cursor: pointer;
}

#modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

#modal_content {
  width: 1000px;
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  padding: 2rem 2rem 1rem 2rem;
  position: relative;
  overflow-y: scroll;
  -webkit-animation: animatetop 0.4s;
  animation: animatetop 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #modal_content {
    width: 700px;
  }
}

#modal_content h3 {
  color: #574ea1;
}

#modal_content h3 a {
  color: #574ea1;
  cursor: default;
}

#modal_content p {
  margin: 1rem 0;
}

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

#modal_content img {
  display: block;
  margin: 0 auto;
}

#modal_content img.img-float {
  float: left;
  margin: 0 1rem 0 0;
  width: auto;
  max-width: 30%;
}

#modal_content img.img-block {
  display: block;
  margin: 0;
}

#modal_content img.staff-ph {
  float: right;
  margin: 0 0 0 1rem;
  width: 150px;
}

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

.modal-btn-link {
  display: inline-block;
  width: 165px;
  float: right;
  padding: 0.65rem 1rem;
  background: #685fb2;
  border: none;
  font-size: 0.95rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.modal-btn-link:hover {
  opacity: 0.8;
  border: none;
}

.btn_close {
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  padding: 0.5rem 2rem 0.25rem;
  border: 1px solid #d9d9d7;
  cursor: pointer;
}

.btn_close:hover {
  opacity: 0.8;
  background: #ececec;
}

/**-----ここまでモーダル----**/
/**-----start #blog-area----**/
.blog-area-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #685fb3;
  margin-bottom: 5px;
}

.blog-area-title .title-small {
  font-size: 1rem;
  margin-right: 1rem;
}

.blog-inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.blog-inner .blog-massage {
  width: calc(100% - 140px);
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 10px 20px 10px 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #574ea1;
  box-sizing: border-box;
  border-radius: 10px;
}

.blog-inner .blog-massage:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 2;
}

.blog-inner .blog-massage:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  margin-top: -16px;
  border: 16px solid transparent;
  border-left: 16px solid #574ea1;
  z-index: 1;
}

.blog-inner .blog-massage p {
  padding: 0 5px;
  font-size: 1rem;
}

.blog-inner .blog-massage a {
  display: block;
}

.blog-inner .blog-massage .top-tags-new {
  display: inline-block;
  padding: 2px 5px 0;
  margin-left: 10px;
  font-size: 0.8rem;
  background-color: #c30000;
  color: #fff;
}

.blog-inner .blog-massage .blog-title {
  color: #574ea1;
  font-size: 1.35rem;
  font-weight: bold;
  border-bottom: 1px solid #574ea1;
  margin-bottom: 5px;
}

.blog-inner .blog-massage .blog-title a {
  color: #574ea1;
}

.blog-inner .blog-massage .blog-line-more {
  text-align: right;
}

.blog-inner .blog-massage .blog-line-more a {
  color: #574ea1;
}

.blog-inner .blog-massage a:hover {
  opacity: 0.8;
}

.blog-inner .blog-icon {
  width: 140px;
}

.blog-inner .blog-icon img {
  max-width: 100%;
  vertical-align: bottom;
}

/**-----end #blog-area----**/
/**----- start #topic-area ----**/
#main-topic-area {
  margin: 0 auto 3rem;
  width: 1200px;
  padding: 0;
}

.topic-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #685fb3;
  margin-bottom: 5px;
  padding-left: 0.5rem;
}

.topics-wrapper {
  display: flex;
  /*@media screen and (max-width:640px){
		display:block;
	}*/
}

.topic-inner-two-col {
  padding: 20px;
}

.topic-inner {
  margin: 0 auto;
}

.topic-inner ul {
  border: 2px solid #574ea1;
  border-radius: 10px;
  padding: 1rem 2rem;
}

.topic-inner li {
  background: url(/newtop/images/icon_leaf.png) 0 50% no-repeat;
  padding-left: 20px;
  background-position: 0 0.45rem;
}

.topic-inner li a {
  color: #574ea1;
}

.topic-inner li a:hover {
  opacity: 0.7;
}

.topic-inner .topic-text-bold {
  font-weight: bold;
}

.topic-inner .topic-banner-sp-hidden,
.topic-inner .topic-banner-pc-hidden {
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
  max-width: 100%;
}

.topic-inner .topic-banner-pc-hidden {
  display: none;
}

/**----- end #topic-area ----**/
/**----- start #contents05 ----**/
#contents05 {
  background: url(../images/dot_line.png) 50% 100% no-repeat;
  font-size: 1rem;
}

#contents05 ul {
  display: flex;
  padding-bottom: 60px;
}

#contents05 ul li {
  width: 220px;
  margin-right: 25px;
}

#contents05 ul li:last-child {
  margin-right: 0;
}

#contents05 ul li img {
  border: 1px solid #d9d9d7;
}

#contents05 .min-banner-pc-hidden {
  display: none;
}

/**----- end #contents05 ----**/
.ttl-type02 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #685fb3;
  margin-bottom: 25px;
}

#csr-area {
  padding-bottom: 60px;
  position: relative;
  position: relative;
  z-index: 50;
}

#csr-area dl {
  position: relative;
  z-index: 50;
}

#csr-area dt img {
  max-width: 500px;
  display: block;
}

#csr-area figure {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 25;
}

#csr-area figure img {
  max-width: 215px;
  display: block;
}

.contents-desc {
  width: 380px;
  min-height: 720px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.contents-desc p {
  padding-top: 5px;
  font-size: 1.25rem;
}

.contents-desc figure {
  width: 100%;
  position: absolute;
  bottom: 80px;
}

.banner-list {
  width: 782px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.banner-list li {
  width: 373px;
  margin: 0 35px 50px 0;
}

.banner-list li:nth-of-type(2n) {
  margin: 0 0px 50px 0;
}

.banner-list li figure {
  border: 1px solid #d9d9d7;
  border-radius: 15px;
  line-height: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.banner-list li dt {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.banner-list li dd {
  font-size: 1rem;
}

.banner-list li figure,
.banner-list li figure img {
  width: 373px;
  height: 220px;
}

#contents01,
#contents02,
#contents03 {
  display: flex;
  justify-content: space-between;
  background: url(../images/dot_line.png) 50% 100% no-repeat;
}

#contents01 .contents-desc h2 img,
#contents02 .contents-desc h2 img,
#contents03 .contents-desc h2 img {
  max-width: 215px;
}

#contents01 .contents-desc figure img,
#contents02 .contents-desc figure img,
#contents03 .contents-desc figure img {
  max-width: 370px;
}

#contents04 .contents-desc {
  width: auto;
  min-height: auto;
  margin-bottom: 30px;
}

#contents04 .contents-desc h2 img {
  max-width: 290px;
}

#contents02,
#contents03,
#contents05 {
  padding-top: 60px;
}

#contents01 .contents-desc {
  order: 1;
}

#contents03 .contents-desc {
  order: 1;
}

#contents01 .banner-list,
#contents03 .banner-list {
  order: 2;
}

#contents02 .contents-desc {
  order: 2;
}

#contents02 .banner-list {
  order: 1;
}

.csr-banner {
  display: flex;
  justify-content: space-between;
}

.csr-banner dt {
  width: 500px;
}

.csr-banner dd {
  width: 476px;
  font-size: 0.975rem;
}

#event-nav ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #685fb2;
}

#event-nav ul li {
  width: 123px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  height: 48px;
  padding-top: 14px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: #94b25f;
  line-height: 1.1;
  cursor: pointer;
}

#event-nav ul li.current,
#event-nav ul li:hover {
  background: #685fb2;
}

#event-body {
  margin-top: 3px;
  height: 300px;
  overflow: auto;
  border-top: 1px solid #94b25f;
  border-bottom: 1px solid #94b25f;
  font-size: 1rem;
  line-height: 1.5;
}

#event-body .event-body {
  display: none;
}

.event-body dl {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
}

.event-body dl dt {
  font-weight: bold;
  width: 120px;
  padding-left: 0.5rem;
}

.event-body dl dd {
  width: calc(100% - 120px);
}

.event-body dl dd a {
  color: #000;
}

.event-body dl ddhover {
  text-decoration: underline;
}

/* birthday-point */
.nwt-birthday-point {
  text-align: center;
  margin: 20px auto;
  width: 1200px;
}

.nwt-birthday-point img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.nwt-birthday-point-got.yet {
  display: none;
  transition-delay: 0.4s;
}

/* error-modal */
#error-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

#error-modal-content {
  width: 1000px;
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  padding: 2rem 2rem 1rem 2rem;
  position: relative;
  overflow-y: scroll;
  animation: animatetop 0.4s;
  text-align: center;
}

#error-modal-content p:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#error-modal-content.sp {
  width: 90%;
  max-height: 430px;
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  padding: 1.5rem;
  position: relative;
  overflow-y: scroll;
  animation: animatetop 0.4s;
}

.error-modal-close {
  padding-top: 1rem;
  text-align: center;
}

.error-btn-close {
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  padding: 0.5rem 2rem 0.25rem;
  border: 1px solid #d9d9d7;
  cursor: pointer;
}

/* common
----------------------------------------------- */
.pos-rela {
  position: relative !important;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover img {
  opacity: 0.7;
}

.cl {
  clear: both;
}

.none {
  display: none !important;
}

/* clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* font系 */
.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* view */
.sp_view {
  display: none;
}

/* font-size */
.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

/* margin-top */
.mt10_minus {
  margin-top: -10px   !important;
}

.mt5_minus {
  margin-top: -5px   !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;
}

/* margin-bottom */
.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;
}

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

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

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

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

/* margin-right */
.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;
}

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

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

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

/* margin-left */
.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;
}

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

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

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

/* padding-top */
.pt0 {
  padding-top: 0   !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt18 {
  padding-top: 18px !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;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0   !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-right */
.pr0 {
  padding-right: 0   !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* padding-left */
.pl0 {
  padding-left: 0   !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}
