@charset "UTF-8";
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */
/* =============================================================
GOOGLE FONT
============================================================ */
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
/* FREE GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Oswald);
/* FREE GOOGLE FONT */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+TC");
/* GOOGLE FONT 日本語*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* GOOGLE FONT 日本語*/
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic");
/* GOOGLE FONT 日本語 さわらびゴシック*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
/* GOOGLE FONT 日本語 M PLUS Rounded 1c*/
@import url('https://fonts.googleapis.com/css2? family= Noto+Sans+JP:wght@400;500;700;800;900 & family= Roboto & display=swap');
/* Noto Sans JP */

/* =============================================================
GENERAL STYLES
============================================================ */
body {
  font-family: 'Ubuntu','Kosugi Maru', sans-serif;
  color: #fff;
  font-size: 18px;
}

section {
  padding-top: 80px;
  padding-bottom: 40px;
}

.pad-bottom {
  padding-bottom: 60px;
}

.header {
  font-family: 'Sawarabi Gothic', sans-serif;
  padding-bottom: 42px;
}

.header hr {
  width: 50px;
  border-top: 2px solid #0acbae;
}

/* =============================================================
CUSTOM BUTTON STYLES
============================================================ */
.button-custom {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 25px 5px 5px 0px;
  margin: 5px;
}

.btn-custom-one {
  background-color: transparent;
  color: #fff;
  border: 2px solid #003387;
}

.btn-custom-one:hover {
  background-color: #003387;
  text-decoration: none;
  color: #fff;
}

.btn-custom-two {
  margin-bottom: 5px;
  color: #fff;
  background-color: #003387;
  border: 2px solid #003387;
}

.btn-custom-two:hover {
  margin-bottom: 5px;
  border: 2px solid #003387;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}

.button-custom-03 {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 4px 4px 4px 0px;
  padding-right: auto;
}

.btn-custom-03 {
  margin-right: 0;
  background-color: transparent;
  color: #fff;
  border: 1px solid #003387;
  padding-right: auto;
}

.btn-custom-03:hover {
  margin-right: 0;
  text-decoration: none;
  color: #003387;
  background-color: #003387;
  padding-right: auto;
}

.btn-custom-04 {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 5px;
  color: #fff;
  background-color: #003387;
  border: 2px solid #003387;
}

.btn-custom-04:hover {
  border: 2px solid #003387;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}

/* =============================================================
MENU SECTION STYLES
============================================================ */
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: transparent;
  border-bottom: 1px solid #0acbae;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 1px solid #0acbae;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  padding: 5px 0px;
  letter-spacing: 2px;
  margin: 20px 20px 10px 20px;
  /* margin: 10px 20px 10px 20px; */
  color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #ffcc01;    /* 2023.09.21  修正*/
}

.navbar-inverse .navbar-brand {
  color: #fff;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;}

.navbar-inverse .navbar-brand:hover {
/*  color: #fff;  */
  color: #ffcc01; /* 2023.09.21  修正*/
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #0acbae;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #0acbae;
}

/* 追加　2023.09.20 */
.header_logo {
  width: 280px;
}

.header_logo h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #FFF;
}

.header_logo h1 a {
  color: #FFF;
  text-decoration: none;
}

.header_logo h1:hover {
  text-decoration: none;
}


@media (max-width: 480px) {

  .navbar-brand {
    padding-left: 22px;
  }
}
/* =============================================================
HOME SECTION STYLES
============================================================ */
#home {
  text-align: center;
  /* padding-top: 120px; */
  padding-top: 220px;
  padding-bottom: 60px;
}

#home .social {
  display: block;
  margin: 50px 20px;
}

/*Carousel Slider*/
#carousel-slider {
  padding: 50px 20px 5px 50px;
}

#carousel-slider h3 {
  line-height: 50px;
  font-family: 'Oswald', sans-serif;
}

#carousel-slider p {
  color: #003387;
  font-size: 16px;
  line-height: 25px;
  margin: 25px auto 25px auto;
}

p.top_main_logo {
  max-width: 432px;
  /* 最大幅 */
}

p.top_main_logo img {
  width: 100%;
}

/* =============================================================
grid SECTION STYLES
============================================================ */

#grid h4 {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 1.0em;
}

/* =============================================================
SERVICES SECTION STYLES
============================================================ */
#services .services-wrapper {
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
/*  background-color: rgba(255, 255, 255, 0.07);  */
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
  text-decoration: none;
}

#services .services-wrapper a {
  color: #FFFFFF;
  text-decoration: none;
}

#services .services-wrapper:hover {
/*  background-color: rgba(255, 255, 255, 0.2); */
  background-color: rgba(0, 0, 0, 0.07);
  color: #FFFFFF;
  text-decoration: none;
}

#services h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

#services .services-wrapper i {
  margin: 5px;
  color: #003387;
  font-size: 60px;
}

/* グリッドがフルサイズ時の背景 */
#services .services-back {
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  /*  background-color: rgba(255, 255, 255, 0.07);  */
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  text-decoration: none;
}

/* =============================================================
WORKS SECTION STYLES
============================================================ */
#works .works-wrapper {
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
/*  background-color: rgba(255, 255, 255, 0.07);  */
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #003387;
}

#works .works-wrapper a {
  color: #FFFFFF;
  text-decoration: none;
}

#works .works-wrapper:hover {
/*  background-color: rgba(255, 255, 255, 0.2); */
  background-color: rgba(0, 0, 0, 0.07);
  color: #FFFFFF;
  text-decoration: none;
}

#works h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

#works .works-wrapper i {
  margin: 5px;
  /*    color: rgb(228, 79, 79);  */
  font-size: 60px;
}

/*============================
Gallery SECTION STYLES
==============================*/
#gallery .caegories a.active {
  background-color: transparent;
  color: #fff;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

#gallery .gallery-wrapper {
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #003387;
}

#gallery .gallery-wrapper:hover {
  background-color: transparent;
  border: 1px solid #003387;
  opacity: .80;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  filter: alpha(opacity=80);
  /* ie lt 7 */
  -khtml-opacity: .80;
  /* safari 1.x */
  -moz-opacity: .80;
  /* ff lt 1.5, netscape */
}

#gallery .gallery-wrapper h4 {
  padding-top: 10px;
}

/*============================
PROFILE SECTION STYLES
==============================*/
.profile-wrapper {
  overflow-x: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  /*  -ms-transform: all 0.2s ease; */
  transition: all 0.2s ease;
  margin-bottom: 30px;
}

.profile-wrapper:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.profile-wrapper .profile-inner {
  background-size: cover;
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 150px 0 10px;
  /*background-image: url('../img/girl-big.jpg');*/
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 10px 10px 0px 0px;
}

.profile-wrapper > .profile-inner > a {
  color: #003387;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto -50px;
  display: block;
  color: #003387;
  z-index: 999;
  font-size: 50px;
  padding: 8px 26px;
  background-color: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.profile-wrapper > .profile-inner > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003387;
}

.profile-wrapper .description {
  padding: 30px 20px 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.profile-wrapper .description h5 {
  color: #003387;
}

/*============================
CONTACT SECTION STYLES
==============================*/
#contact .contact-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 200px;
}

#contact .contact-wrapper h3 {
  font-family: 'Sawarabi Gothic', sans-serif;
  color: #ffffff;
}

#contact .contact-wrapper h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  color: #eeeeee;
}

#contact .social-below {
  display: block;
  margin-top: 5px;
}

.footer-div {
  padding-top: 25px;
}

.footer-div a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-div a:hover {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

/*============================
TEAM SECTION STYLES
==============================*/
.team-wrapper {
  overflow-x: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  /*  -ms-transform: all 0.2s ease; */
  transition: all 0.2s ease;
  margin-bottom: 30px;
}

.team-wrapper:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-wrapper .team-inner {
  background-size: cover;
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 150px 0 10px;
  /*background-image: url('../img/girl-big.jpg');*/
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 10px 10px 0px 0px;
}

.team-wrapper > .team-inner > a {
  color: #003387;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto -50px;
  display: block;
  color: #003387;
  z-index: 999;
  font-size: 40px;
  padding: 15px 22px;
  background-color: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003387;
}

.team-wrapper .description {
  padding: 30px 20px 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.team-wrapper .description h5 {
  color: #003387;
}

/*============================
OTHER SECTION STYLES
==============================*/
#other .other-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 200px;
  font-size: 120%;
}

#other .other-wrapper h3 {
  color: #003387;
}

/*---------------------------------------------------------------------------
	写真に枠（スペース）をつける
---------------------------------------------------------------------------*/
img.photo_frm {
  line-height: 0;
  margin: 8px 8px 8px 0px;
  padding: 0px;
  BORDER-RIGHT: #666 1px solid;
  BORDER-LEFT: #666 1px solid;
  BORDER-TOP: #666 1px solid;
  BORDER-BOTTOM: #666 1px solid;
}

/*---------------------------------------------------------------------------
	インライン要素での左右振り分け
----------------------------------------------------------------------------*/
span.flt_left {
  display: block;
  float: left;
}

span.flt_right {
  display: block;
  float: right;
}

/*--------------------------------
  BACK TO TOP scroll animation fadein
--------------------------------*/
.js-scroll-fadein {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
}

.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------
  BACK TO TOP arrow
--------------------------------*/
.arrow {
  position: fixed;
  right: 12px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #990000;
  border-radius: 22px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.arrow:hover {
  opacity: .8;
  bottom: 15px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
}

.arrow:before, .arrow:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 14px;
}

.arrow:before {
  top: 11px;
}

.arrow:after {
  top: 21px;
}

/*---------------------------------------------------------------------------
	テキストに影
----------------------------------------------------------------------------*/
.shadow {
  text-shadow: #000 1px 0 10px;
}

/*---------------------------------------------------------------------------
	文章の背景（共通）
----------------------------------------------------------------------------*/
.text-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 200px;
}

/*---------------------------------------------------------------------------
	文章の背景（表紙：求人）
----------------------------------------------------------------------------*/
.text-wrapper_recruit {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px 40px 20px 60px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 120px;
}

/*---------------------------------------------------------------------------
	文章の背景（社是）
----------------------------------------------------------------------------*/
.text-wrapper_shaze {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 40px 20px 20px 80px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 120px;
}

/*---------------------------------------------------------------------------
	文章の背景（山形の風土）
----------------------------------------------------------------------------*/
.text-wrapper_yamag-fudo {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 40px 40px 30px 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 120px;
}

/*---------------------------------------------------------------------------
	左側固定アイコン
----------------------------------------------------------------------------*/

.cp_snslink01 {
  position: fixed;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp_snslink01 .cp_link {
  position: relative;
}

.cp_snslink01 .cp_link {
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px 10px;
/*  padding: 15px 10px; */
  cursor: pointer;
}

.cp_snslink01 .cp_link .nav-label {
  line-height: 64px;
  position: absolute;
  z-index: 4;
  top: 0rem;
  display: block;
  height: 60px;
  margin-left: 50px;
  padding: 0 20px;
  white-space: nowrap;
}

.cp_snslink01 .cp_link,
.cp_snslink01 .cp_link a,
.cp_snslink01 .cp_link:hover,
.cp_snslink01 .cp_link .nav-label {
  color: #ffffff;
}

/*facebook*/
.cp_snslink01 .facebook,
.cp_snslink01 .facebook:hover,
.cp_snslink01 .facebook:hover .nav-label {
  background: #3b5998;
}

.cp_snslink01 .facebook .nav-label {
  background: #1e2e4f;
}

/*twitter*/
.cp_snslink01 .twitter,
.cp_snslink01 .twitter:hover,
.cp_snslink01 .twitter:hover .nav-label {
  background: #55acee;
}

.cp_snslink01 .twitter .nav-label {
  background: #0065d9;
}

/*google+*/
.cp_snslink01 .google,
.cp_snslink01 .google:hover,
.cp_snslink01 .google:hover .nav-label {
  background: #dd4b39;
}

.cp_snslink01 .google .nav-label {
  background: #af0606;
}

/*instagram*/
.cp_snslink01 .instagram,
.cp_snslink01 .instagram:hover,
.cp_snslink01 .instagram:hover .nav-label {
  background: radial-gradient(circle at 0% 90%, #fdf498 0%, #fd5948 5%, #d6249d 45%, #285aea 60%, #285aea 90%);
}

/*メール*/
.cp_snslink01 .mail,
.cp_snslink01 .mail:hover,
.cp_snslink01 .mail:hover .nav-label {
  background: #900210;
}

/* effect */
.cp_snslink01 .cp_link.nav-label,
.cp_snslink01 .cp_link.cp_link:hover .nav-label {
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition-delay: 0s, 0.1s;
}

.cp_snslink01 .cp_link.cp_link .nav-label {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

.cp_snslink01 .cp_link.cp_link:hover .nav-label {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}


/*---------------------------------------------------------------------------
	テーブル（グリッド）下ぞろえ
----------------------------------------------------------------------------*/
.ftable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftable .bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/*---------------------------------------------------------------------------
	スマートフォン・タブレト時のメニュー
----------------------------------------------------------------------------*/
@media (max-width: 767px) {

  .navbar-inverse .navbar-nav>li>a {
    color: #323232;
  }


  .navbar-inverse .navbar-nav>.active>a {
    color: #323232;
  }

  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    color: #323232;
  }


  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    color: #656565;
    background-color: #cbcbcb;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #cbcbcb;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #efefef;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #656565;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #323232;
/*    background-color: transparent;  */
    background-color: #efefef;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #323232;
    background-color: #efefef;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
/*    background-color: transparent;  */
    background-color: #efefef;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    color: #323232;
    border-color: #ababab;
    background-color: #efefef;
  }
}


/*---------------------------------------------------------------------------
	Spacing
----------------------------------------------------------------------------*/
.topspace-10 {
  margin-top: 10px;
}

.topspace-15 {
  margin-top: 15px;
}

.topspace-30 {
  margin-top: 30px;
}

.topspace-50 {
  margin-top: 50px;
}

.topspace-80 {
  margin-top: 80px;
}

.btmspace-10 {
  margin-bottom: 10px;
}

.btmspace-15 {
  margin-bottom: 15px;
}

.btmspace-30 {
  margin-bottom: 30px;
}

.btmspace-50 {
  margin-bottom: 50px;
}

.btmspace-80 {
  margin-bottom: 80px;
}

.inspace-5 {
  padding: 5px;
}

.inspace-10 {
  padding: 10px;
}

.inspace-15 {
  padding: 15px;
}

.inspace-30 {
  padding: 30px;
}

.inspace-50 {
  padding: 50px;
}

.inspace-80 {
  padding: 80px;
}
/*# sourceMappingURL=style-livearc.css.map */