@charset "UTF-8";
@media (min-width: 769px) {
  .hidden_lg {
    display: none; } }

@media (max-width: 768px) {
  .hidden_sp {
    display: none; } }

@media (max-width: 557px) {
  .hidden_mb {
    display: none; } }

@media screen and (min-width: 558px) {
  .hidden_mbsp {
    display: none; } }

html {
  margin: 0;
  padding: 0;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 62.5%; }

a:link, a:visited {
  color: #276EB0; }

a:hover {
  text-decoration: underline;
  color: #DF8C23; }

body {
  background-color: #B7F2FF;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  letter-spacing: 0.1em; }

@media (max-width: 768px) {
  img {
    width: 100%; } }

.wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #fff;
  /* background-image: url("../img/768x1086.png") ;
      background-repeat: no-repeat;
      background-position:bottom center;*/ }
  @media (max-width: 768px) {
    .wrapper {
      flex-direction: column;
      width: 100%;
      margin: 0;
      padding: 0; } }

.hborder {
  width: 100%;
  background: #004EA2;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    .hborder {
      width: 100%;
      min-height: 60px;
      margin: 0;
      text-align: left !important; }
      .hborder span {
        font-size: 1.6rem; } }
  .hborder .hbox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; }
  .hborder .box1 {
    width: 60px;
    text-align: center;
    padding: 0.5em 0; }
    .hborder .box1 img {
      width: 100%; }
    @media (max-width: 768px) {
      .hborder .box1 {
        position: absolute;
        top: 20px; }
        .hborder .box1 img {
          position: relative;
          margin-top: -5px;
          padding-left: 10px; } }
  .hborder .box2 {
    text-align: center;
    font-size: 3rem; }
    @media (max-width: 768px) {
      .hborder .box2 {
        text-align: left !important;
        padding: 0 0 0 80px;
        font-size: 2.2rem;
        line-height: 1.2em; } }
    @media (max-width: 557px) {
      .hborder .box2 {
        text-align: left !important;
        padding: 0 0 0 70px;
        font-size: 1.8rem;
        line-height: 1.2em; } }
    .hborder .box2 p {
      padding: 0.7em;
      line-height: 1.3e;
      color: #fff;
      font-weight: 500; }

.top_banner {
  margin: 30px auto;
  padding: 0;
  text-align: center; }
  .top_banner p {
    max-width: 194px;
    text-align: center;
    margin: 0 auto; }

header {
  margin: 0;
  flex: 0 0 250px;
  background: #0069ca;
  color: #fff;
  padding: 10px; }
  @media (max-width: 768px) {
    header {
      position: relative;
      flex: none;
      margin: 0;
      padding: 0; } }
  header .hamburger-menu {
    display: none;
    margin: 0px 0; }
    @media (max-width: 768px) {
      header .hamburger-menu {
        display: block;
        position: absolute;
        top: -70px;
        right: 15px; } }
    header .hamburger-menu .hamburger-btn {
      background: #0069CA;
      border: 1px solid #fff;
      /*border: 1px solid #5FABF1;*/
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      position: relative;
      width: 50px;
      height: 50px;
      z-index: 10; }
      header .hamburger-menu .hamburger-btn span {
        display: block;
        width: 35px;
        height: 3px;
        background-color: #fff;
        transition: all 0.3s ease; }
        header .hamburger-menu .hamburger-btn span:nth-child(1) {
          transform-origin: top left; }
        header .hamburger-menu .hamburger-btn span:nth-child(2) {
          opacity: 1; }
        header .hamburger-menu .hamburger-btn span:nth-child(3) {
          transform-origin: bottom left; }
      header .hamburger-menu .hamburger-btn.active span:nth-child(1) {
        transform: rotate(45deg) translate(0px, -7px); }
      header .hamburger-menu .hamburger-btn.active span:nth-child(2) {
        opacity: 0; }
      header .hamburger-menu .hamburger-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(2px, 5px); }
  header .menu {
    color: #fff;
    font-size: 1.8rem;
    z-index: 9;
    width: 100%; }
    header .menu .prep {
      font-size: 1.3rem;
      padding: 0.1em 0.3em;
      border: 1px solid #fff;
      color: #0069CA !important;
      border-radius: 5px;
      background: #fff; }
    header .menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      header .menu ul li {
        padding: 0.8em 0em 0.8em 0.5em; }
        @media (max-width: 768px) {
          header .menu ul li {
            padding-bottom: 1em; } }
        header .menu ul li a {
          color: #fff;
          text-decoration: underline;
          display: block; }
          header .menu ul li a:hover {
            color: #B7F2FF;
            /*  background-color:rgba(255,255,255,0.50);
                padding: 0.5em;*/ }
    @media (max-width: 768px) {
      header .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #0069CA; }
        header .menu.active {
          display: block; } }

/*パンくず*/
.pankuzu {
  font-size: 1.4rem; }

main {
  flex: 1;
  padding: 0; }
  @media (max-width: 557px) {
    main {
      margin: 0;
      padding: 0; } }

/*上に戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2rem;
  line-height: 1;
  z-index: 99; }
  @media (max-width: 557px) {
    #page-top {
      bottom: 30px;
      right: 30px;
      font-size: 2rem; } }

#page-top a {
  background: #0CB0D4;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 20px 10px;
  text-align: center;
  display: block;
  border-radius: 100px;
  font-size: 2rem;
  transition: all .3s ease; }
  @media (max-width: 557px) {
    #page-top a {
      width: 35px;
      padding: 18px 10px; } }

#page-top a:hover {
  text-decoration: none; }

footer {
  margin: 0 auto;
  font-size: 1.3rem;
  max-width: 100%;
  padding: 0.5em 1em;
  background: #004EA2;
  color: #fff;
  text-align: center;
  line-height: 1.5em; }

/*基本*/
/*TOP*/
@media (max-width: 768px) {
  .mainimg {
    display: none; } }
.mainimg img {
  width: 100%; }

.mainimg_sp {
  text-align: center;
  width: calc(100% - 2em);
  margin: 0 auto; }
  @media (min-width: 769px) {
    .mainimg_sp {
      display: none; } }
  .mainimg_sp img {
    width: 100%; }

.toppage {
  background: #fff;
  margin: 0;
  padding: 2em;
  padding: 10px 20px; }
  @media (max-width: 768px) {
    .toppage {
      margin: 0 1em; } }
  .toppage h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .toppage h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .toppage h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .toppage h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .toppage p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .toppage p {
        padding: 0; } }
  .toppage dl {
    font-size: 1.6rem;
    margin: 20px 0;
    padding: 0 1em; }
  .toppage dt {
    border-bottom: 1px dotted #666;
    color: #2A70B7;
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    font-weight: 600; }
  .toppage dd {
    line-height: 1.4em;
    font-size: 1.6rem;
    margin: 0 0 0px 1em;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .toppage dd {
        margin-left: 0 !important; } }
  .toppage ul {
    margin: 1em;
    padding: 0 1em;
    font-size: 1.8rem; }
  .toppage li {
    padding-bottom: 0.5em; }

/*ごあいさつ*/
.greeting {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .greeting {
      margin: 0 1em; } }
  .greeting h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .greeting h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .greeting h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .greeting h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .greeting p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .greeting p {
        padding: 0; } }
  .greeting .photobox {
    width: calc(100% - 2em);
    display: flex;
    padding: 1em 2em;
    margin-bottom: 20px; }
    @media (max-width: 557px) {
      .greeting .photobox {
        display: block;
        padding: 1em 0;
        width: calc(100% - 1em); } }
    .greeting .photobox .box1 {
      text-align: center; }
      .greeting .photobox .box1 img {
        width: 150px; }
    .greeting .photobox .box2 {
      font-size: 1.6rem;
      padding: 0 1em;
      line-height: 1.4em; }
      @media (max-width: 557px) {
        .greeting .photobox .box2 {
          padding: 0 !important; } }
  .greeting ul {
    margin: 1em;
    padding: 0 1em;
    font-size: 1.6rem; }
  .greeting li {
    padding-bottom: 0.5em; }
  .greeting p {
    text-indent: 1em;
    padding-bottom: 1em; }

/*参加登録*/
.registration {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .registration {
      margin: 0 1em; } }
  .registration h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .registration h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .registration h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .registration h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .registration p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .registration p {
        padding: 0; } }
  .registration p {
    margin-bottom: 40px; }
  .registration ol {
    margin: 0 2em 40px 2em;
    padding: 0 1em;
    font-size: 1.6rem; }
    @media (max-width: 557px) {
      .registration ol {
        margin: 0 1em;
        padding: 0 0.5em 30px 0.5em; } }
  .registration li {
    padding-bottom: 1em;
    line-height: 1.6em; }
  .registration .ub {
    text-decoration: underline;
    padding-bottom: 2px; }
  .registration table {
    border-collapse: collapse;
    width: calc(100% - 2em);
    margin: 20px auto 40px auto;
    font-size: 1.5rem; }
    @media (max-width: 557px) {
      .registration table {
        width: 100%; } }
    .registration table th {
      background: #0069CA;
      color: #fff;
      padding: 0.5em;
      line-height: 1.5em;
      text-align: left; }
    .registration table td {
      padding: 0.5em;
      border: 1px solid #999;
      border-collapse: collapse; }
    .registration table label {
      display: none; }
      @media (max-width: 557px) {
        .registration table label {
          display: block;
          font-weight: bold;
          color: #2A70B7;
          font-size: 1.7rem; } }

/*プログラム*/
.program {
  background: #fff;
  margin: 0;
  padding: 2em;
  /*チラシ付き*/ }
  @media (max-width: 768px) {
    .program {
      margin: 0 1em; } }
  .program h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .program h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .program h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .program h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .program p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .program p {
        padding: 0; } }
  .program p {
    margin-bottom: 40px; }
  .program .place_label {
    background: #D3F7FF;
    display: block;
    padding: 0.5em;
    font-size: 1.8rem;
    color: #0069CA;
    font-weight: 600; }
  .program .plist {
    margin: 10px 0 50px 0; }
    .program .plist dl {
      display: grid;
      grid-template-columns: 3.5em 1fr;
      column-gap: 1em;
      margin: 1em;
      font-size: 1.6rem; }
      @media (max-width: 557px) {
        .program .plist dl {
          display: block;
          margin: 0 0 2em 0; } }
    .program .plist dt {
      font-weight: 600;
      font-size: 1.8rem;
      color: #004EA2;
      margin: 0;
      padding: 0; }
      @media (max-width: 557px) {
        .program .plist dt {
          margin-bottom: 0.5em; } }
    .program .plist dd {
      margin: -4px 0 0 0;
      line-height: 1.6em; }
      .program .plist dd span {
        color: #2A70B7;
        font-size: 1.8rem;
        font-weight: 600; }
      .program .plist dd p {
        margin: 0 !important;
        padding: 0 0 0.5em 0 !important; }
  .program .plist_lunch {
    margin: 10px 0 50px 0; }
    .program .plist_lunch dl {
      display: grid;
      grid-template-columns: 5.5em 1fr;
      column-gap: 1em;
      margin: 1em;
      font-size: 1.6rem; }
      @media (max-width: 557px) {
        .program .plist_lunch dl {
          display: block;
          margin: 0 0 2em 0; } }
    .program .plist_lunch dt {
      font-weight: 600;
      font-size: 1.8rem;
      color: #004EA2;
      margin: 0;
      padding: 0; }
      @media (max-width: 557px) {
        .program .plist_lunch dt {
          margin-bottom: 0.5em; } }
    .program .plist_lunch dd {
      margin: -4px 0 0 0;
      line-height: 1.6em; }
      .program .plist_lunch dd span {
        color: #2A70B7;
        font-size: 1.8rem;
        font-weight: 600; }
      .program .plist_lunch dd p {
        margin: 0 !important;
        padding: 0 0 0.5em 0 !important; }
  .program .ub {
    text-decoration: underline;
    padding-bottom: 2px; }
  .program table {
    border-collapse: collapse;
    width: calc(100% - 2em);
    margin: 20px auto 40px auto;
    font-size: 1.5rem; }
    @media (max-width: 557px) {
      .program table {
        width: 100%; } }
    .program table th {
      background: #0069CA;
      color: #fff;
      padding: 0.5em;
      line-height: 1.5em;
      text-align: left; }
    .program table td {
      padding: 0.5em;
      border: 1px solid #999;
      border-collapse: collapse; }
    .program table label {
      display: none; }
      @media (max-width: 557px) {
        .program table label {
          display: block;
          font-weight: bold;
          color: #2A70B7;
          font-size: 1.7rem; } }
  .program .program_panf {
    display: flex;
    align-items: flex-start;
    /*gap: 20px;*/
    margin-bottom: 40px; }
    .program .program_panf .box1 {
      flex: 0 0 75%; }
    .program .program_panf .box2 {
      flex: 0 0 25%;
      padding-right: 20px !important; }
      .program .program_panf .box2 img {
        max-width: 100%;
        height: auto;
        display: block; }
    @media (max-width: 557px) {
      .program .program_panf {
        flex-direction: column; }
        .program .program_panf .box1 {
          order: 2;
          width: 100%; }
        .program .program_panf .box2 {
          order: 1;
          width: 200px !important;
          margin: 0 auto 40px auto; } }

/*参加者の皆さん*/
.speaker {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .speaker {
      margin: 0 1em; } }
  .speaker h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .speaker h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .speaker h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .speaker h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .speaker p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .speaker p {
        padding: 0; } }
  .speaker ol {
    margin: 0 2em 40px 2em;
    padding: 0 1em;
    font-size: 1.6rem; }
  .speaker li {
    padding-bottom: 0.5em;
    line-height: 1.6em; }
  .speaker ul {
    margin: 0 0 40px 1em;
    padding: 0 1em;
    font-size: 1.6rem; }
    .speaker ul li ul {
      margin: 0 0 0 1em;
      padding: 0; }
      .speaker ul li ul li {
        list-style: none !important; }

/*企業展示*/
.exhibition {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .exhibition {
      margin: 0 1em; } }
  .exhibition h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .exhibition h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .exhibition h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .exhibition h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .exhibition p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .exhibition p {
        padding: 0; } }
  .exhibition ul li {
    margin-bottom: 0.5em; }
  .exhibition dl {
    font-size: 1.6rem;
    margin: 20px 0;
    padding: 0 1em; }
  .exhibition dt {
    border-bottom: 1px dotted #666;
    color: #2A70B7;
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    font-weight: 600; }
  .exhibition dd {
    line-height: 1.4em;
    font-size: 1.6rem;
    margin: 0 0 0px 1em;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .exhibition dd {
        margin-left: 0 !important; } }
  .exhibition table {
    border-collapse: collapse;
    width: calc(100% - 2em);
    margin: 20px auto 0 auto; }
    @media (max-width: 557px) {
      .exhibition table {
        width: calc(100% - 0.5em); } }
    .exhibition table th {
      background: #0069CA;
      color: #fff;
      padding: 0.5em; }
      @media (max-width: 557px) {
        .exhibition table th {
          display: none; } }
    .exhibition table td {
      padding: 0.5em;
      border: 1px solid #999;
      border-collapse: collapse; }
      @media (max-width: 557px) {
        .exhibition table td {
          display: block; } }
    .exhibition table label {
      display: none; }
      @media (max-width: 557px) {
        .exhibition table label {
          display: block;
          font-weight: bold;
          color: #2A70B7;
          font-size: 1.7rem; } }
  @media (min-width: 558px) {
    .exhibition .hidden_lgsp {
      display: none; } }

/*広告掲載*/
.advertisement {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .advertisement {
      margin: 0 1em; } }
  .advertisement h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .advertisement h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .advertisement h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .advertisement h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .advertisement p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .advertisement p {
        padding: 0; } }
  .advertisement dl {
    font-size: 1.6rem;
    margin: 20px 0;
    padding: 0 1em; }
  .advertisement dt {
    border-bottom: 1px dotted #666;
    color: #2A70B7;
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    font-weight: 600; }
  .advertisement dd {
    line-height: 1.4em;
    font-size: 1.6rem;
    margin: 0 0 0px 1em;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .advertisement dd {
        margin-left: 0 !important; } }

/*ランチョンセミナー*/
.lunch {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .lunch {
      margin: 0 1em; } }
  .lunch h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .lunch h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .lunch h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .lunch h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .lunch p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .lunch p {
        padding: 0; } }
  .lunch dl {
    font-size: 1.6rem;
    margin: 20px 0;
    padding: 0 1em; }
    @media (max-width: 768px) {
      .lunch dl {
        padding: 0; } }
  .lunch dt {
    border-bottom: 1px dotted #666;
    color: #2A70B7;
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    font-weight: 600; }
  .lunch dd {
    line-height: 1.4em;
    font-size: 1.6rem;
    margin: 0 0 0px 1em;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .lunch dd {
        margin-left: 0 !important; } }
  .lunch .lunch_table {
    width: calc(100% - 1em); }
    @media (max-width: 557px) {
      .lunch .lunch_table {
        display: none; } }
    .lunch .lunch_table table {
      border-collapse: collapse;
      width: calc(100% - 2em);
      margin: 20px auto 0 auto; }
      @media (max-width: 557px) {
        .lunch .lunch_table table {
          width: calc(100% - 0.5em); } }
      .lunch .lunch_table table th {
        background: #0069CA;
        color: #fff;
        padding: 0.5em; }
        @media (max-width: 557px) {
          .lunch .lunch_table table th {
            display: none; } }
      .lunch .lunch_table table td {
        padding: 0.5em;
        border: 1px solid #999;
        border-collapse: collapse; }
        @media (max-width: 557px) {
          .lunch .lunch_table table td {
            display: block; } }
  .lunch .lunch_table_mb {
    width: calc(100% - 1em); }
    .lunch .lunch_table_mb table {
      border-collapse: collapse;
      width: calc(100% - 0.5em);
      margin: 20px auto 0 auto; }
      .lunch .lunch_table_mb table span {
        font-weight: 600;
        padding-right: 0.5em;
        color: #0069CA; }
      .lunch .lunch_table_mb table th {
        background: #0069CA;
        color: #fff;
        padding: 0.5em; }
      .lunch .lunch_table_mb table td {
        padding: 0.5em;
        border: 1px solid #999;
        border-collapse: collapse;
        display: block; }
  .lunch ul {
    margin: 0.5em 0em;
    padding: 0 1em;
    font-size: 1.6rem; }
  .lunch li {
    padding-bottom: 0.5em; }

/*申し込みボタン*/
.btn_exi {
  color: #fff; }
  .btn_exi a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    max-width: 320px;
    margin: auto;
    padding: 20px 0.5em;
    font-weight: bold;
    background: #0CB0D4;
    color: #fff;
    transition: 0.5s; }
    .btn_exi a:link {
      color: #fff; }
    .btn_exi a:hover {
      color: #fff;
      background: #F37F5E; }

.btn_exi_o {
  color: #fff; }
  .btn_exi_o a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    max-width: 320px;
    margin: auto;
    padding: 20px 0.5em;
    font-weight: bold;
    background: #F37F5E;
    color: #fff;
    transition: 0.5s; }
    .btn_exi_o a:link {
      color: #fff; }

/*書類一式*/
.docment {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .docment {
      margin: 0 1em; } }
  .docment h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .docment h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .docment h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .docment h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .docment p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .docment p {
        padding: 0; } }
  .docment ul {
    margin: 1em;
    padding: 0 1em;
    font-size: 1.6rem; }
  .docment li {
    padding-bottom: 0.5em; }

/*アクセス*/
.access {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .access {
      margin: 0 1em; } }
  .access h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .access h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .access h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .access h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .access p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .access p {
        padding: 0; } }
  .access ul {
    margin: 1em;
    padding: 0 1em;
    font-size: 1.6rem; }
  .access li {
    padding-bottom: 0.5em; }

/*関連リンク*/
.link {
  background: #fff;
  margin: 0;
  padding: 2em; }
  @media (max-width: 768px) {
    .link {
      margin: 0 1em; } }
  .link h1 {
    font-size: 3rem;
    color: #2A70B7;
    position: relative;
    padding: 5px 0.2em;
    border-bottom: #999 solid 3px; }
  .link h2 {
    font-size: 2.2rem;
    position: relative;
    padding: 0; }
    .link h2:after {
      content: "";
      display: block;
      height: 2px;
      background: -webkit-linear-gradient(to right, #004ea2, transparent);
      background: linear-gradient(to right, #004ea2, transparent);
      margin-top: 5px; }
  .link h3 {
    font-size: 2rem;
    color: #00B2D9;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    margin: 0 0 0.5em 0; }
  .link p {
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .link p {
        padding: 0; } }
  .link dl {
    font-size: 1.6rem;
    margin: 20px 0;
    padding: 0 1em; }
  .link dt {
    border-bottom: 1px dotted #666;
    color: #2A70B7;
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    font-weight: 600; }
  .link dd {
    line-height: 1.4em;
    font-size: 1.6rem;
    margin: 0 0 0px 1em;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .link dd {
        margin-left: 0 !important; } }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

p {
  margin: 0;
  padding: 0; }

/*汎用*/
.txt-32 {
  font-size: 3.2rem; }

.txt-30 {
  font-size: 3rem; }

.txt-28 {
  font-size: 2.8rem; }

.txt-27 {
  font-size: 2.7rem; }

.txt-26 {
  font-size: 2.6rem; }

.txt-24 {
  font-size: 2.4rem; }

.txt-22 {
  font-size: 2.2rem; }

.txt-21 {
  font-size: 2.1rem; }

.txt-20 {
  font-size: 2.0rem; }

.txt-18 {
  font-size: 1.8rem; }

.txt-16 {
  font-size: 1.6rem; }

.txt-15 {
  font-size: 1.5rem; }

.txt-14 {
  font-size: 1.4rem; }

.txt-13 {
  font-size: 1.3rem; }

.txt-12 {
  font-size: 1.2rem; }

.txt-11 {
  font-size: 1.1rem; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mt130 {
  margin-top: 130px !important; }

.mt140 {
  margin-top: 140px !important; }

.mt150 {
  margin-top: 150px !important; }

.mt160 {
  margin-top: 160px !important; }

.mt170 {
  margin-top: 170px !important; }

.mt180 {
  margin-top: 180px !important; }

.mt190 {
  margin-top: 190px !important; }

.mt200 {
  margin-top: 200px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml100 {
  margin-left: 100px !important; }

.pd0 {
  padding-top: 0; }

.pd10 {
  padding: 10px !important; }

.pd20 {
  padding: 20px !important; }

.pd30 {
  padding: 30px !important; }

.pd40 {
  padding: 40px !important; }

.pd50 {
  padding: 50px !important; }

.pd60 {
  padding: 60px !important; }

.pd70 {
  padding: 70px !important; }

.pd80 {
  padding: 80px !important; }

.pd90 {
  padding: 90px !important; }

.pd100 {
  padding: 100px !important; }

.pt0 {
  padding-top: 0; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pr0 {
  padding-right: 0; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl0 {
  padding-left: 0; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

@media screen and (max-width: 991px) {
  .mb10 {
    margin-bottom: 5px !important; }

  .mb20 {
    margin-bottom: 10px !important; }

  .mb30 {
    margin-bottom: 15px !important; }

  .mb40 {
    margin-bottom: 20px !important; }

  .mb50 {
    margin-bottom: 25px !important; }

  .mb60 {
    margin-bottom: 30px !important; }

  .mb70 {
    margin-bottom: 35px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .mb90 {
    margin-bottom: 45px !important; }

  .mb100 {
    margin-bottom: 50px !important; }

  .mb110 {
    margin-bottom: 55px !important; }

  .mb120 {
    margin-bottom: 60px !important; }

  .mb130 {
    margin-bottom: 65px !important; }

  .mb140 {
    margin-bottom: 70px !important; }

  .mb150 {
    margin-bottom: 75px !important; }

  .mb160 {
    margin-bottom: 80px !important; }

  .mb170 {
    margin-bottom: 85px !important; }

  .mb180 {
    margin-bottom: 90px !important; }

  .mb190 {
    margin-bottom: 95px !important; }

  .mb200 {
    margin-bottom: 100px !important; }

  .mt10 {
    margin-top: 5px !important; }

  .mt20 {
    margin-top: 10px !important; }

  .mt30 {
    margin-top: 15px !important; }

  .mt40 {
    margin-top: 20px !important; }

  .mt50 {
    margin-top: 25px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mt70 {
    margin-top: 35px !important; }

  .mt80 {
    margin-top: 40px !important; }

  .mt90 {
    margin-top: 45px !important; }

  .mt100 {
    margin-top: 50px !important; }

  .mt110 {
    margin-top: 55px !important; }

  .mt120 {
    margin-top: 60px !important; }

  .mt130 {
    margin-top: 65px !important; }

  .mt140 {
    margin-top: 70px !important; }

  .mt150 {
    margin-top: 75px !important; }

  .mt160 {
    margin-top: 80px !important; }

  .mt170 {
    margin-top: 85px !important; }

  .mt180 {
    margin-top: 90px !important; }

  .mt190 {
    margin-top: 95px !important; }

  .mt200 {
    margin-top: 100px !important; }

  .mr20 {
    margin-right: 10px !important; }

  .mr30 {
    margin-right: 15px !important; }

  .mr40 {
    margin-right: 20px !important; }

  .mr50 {
    margin-right: 25px !important; }

  .mr60 {
    margin-right: 30px !important; }

  .mr70 {
    margin-right: 35px !important; }

  .mr80 {
    margin-right: 40px !important; }

  .mr90 {
    margin-right: 45px !important; }

  .mr100 {
    margin-right: 50px !important; }

  .ml20 {
    margin-left: 10px !important; }

  .ml30 {
    margin-left: 15px !important; }

  .ml40 {
    margin-left: 20px !important; }

  .ml50 {
    margin-left: 25px !important; }

  .ml60 {
    margin-left: 30px !important; }

  .ml70 {
    margin-left: 35px !important; }

  .ml80 {
    margin-left: 40px !important; }

  .ml90 {
    margin-left: 45px !important; }

  .ml100 {
    margin-left: 50px !important; }

  .pd0 {
    padding-top: 0; }

  .pd10 {
    padding: 5px !important; }

  .pd20 {
    padding: 10px !important; }

  .pd30 {
    padding: 15px !important; }

  .pd40 {
    padding: 20px !important; }

  .pd50 {
    padding: 25px !important; }

  .pd60 {
    padding: 30px !important; }

  .pd70 {
    padding: 35px !important; }

  .pd80 {
    padding: 40px !important; }

  .pd90 {
    padding: 45px !important; }

  .pd100 {
    padding: 50px !important; }

  .pt0 {
    padding-top: 0; }

  .pt10 {
    padding-top: 10px !important; }

  .pt20 {
    padding-top: 10px !important; }

  .pt30 {
    padding-top: 15px !important; }

  .pt40 {
    padding-top: 20px !important; }

  .pt50 {
    padding-top: 25px !important; }

  .pt60 {
    padding-top: 30px !important; }

  .pt70 {
    padding-top: 35px !important; }

  .pt80 {
    padding-top: 40px !important; }

  .pt90 {
    padding-top: 45px !important; }

  .pt100 {
    padding-top: 50px !important; }

  .pb0 {
    padding-bottom: 0; }

  .pb10 {
    padding-bottom: 10px !important; }

  .pb20 {
    padding-bottom: 10px !important; }

  .pb30 {
    padding-bottom: 15px !important; }

  .pb40 {
    padding-bottom: 20px !important; }

  .pb50 {
    padding-bottom: 25px !important; }

  .pb60 {
    padding-bottom: 30px !important; }

  .pb70 {
    padding-bottom: 35px !important; }

  .pb80 {
    padding-bottom: 40px !important; }

  .pb90 {
    padding-bottom: 45px !important; }

  .pb100 {
    padding-bottom: 50px !important; }

  .pr0 {
    padding-right: 0; }

  .pr10 {
    padding-right: 10px !important; }

  .pr20 {
    padding-right: 10px !important; }

  .pr30 {
    padding-right: 15px !important; }

  .pr40 {
    padding-right: 20px !important; }

  .pr50 {
    padding-right: 25px !important; }

  .pr60 {
    padding-right: 30px !important; }

  .pr70 {
    padding-right: 35px !important; }

  .pr80 {
    padding-right: 40px !important; }

  .pr90 {
    padding-right: 45px !important; }

  .pr100 {
    padding-right: 50px !important; }

  .pl0 {
    padding-left: 0; }

  .pl10 {
    padding-left: 10px !important; }

  .pl20 {
    padding-left: 10px !important; }

  .pl30 {
    padding-left: 15px !important; }

  .pl40 {
    padding-left: 20px !important; }

  .pl50 {
    padding-left: 25px !important; }

  .pl60 {
    padding-left: 30px !important; }

  .pl70 {
    padding-left: 35px !important; }

  .pl80 {
    padding-left: 40px !important; }

  .pl90 {
    padding-left: 45px !important; }

  .pl100 {
    padding-left: 50px !important; } }
@media screen and (max-width: 768px) {
  .xs-mb0 {
    margin-bottom: 0px !important; }

  .xs-mb10 {
    margin-bottom: 10px !important; }

  .xs-mb20 {
    margin-bottom: 20px !important; }

  .xs-mb30 {
    margin-bottom: 30px !important; }

  .xs-mb40 {
    margin-bottom: 40px !important; }

  .xs-mb50 {
    margin-bottom: 50px !important; }

  .xs-mb60 {
    margin-bottom: 60px !important; }

  .xs-mb70 {
    margin-bottom: 70px !important; }

  .xs-mb80 {
    margin-bottom: 80px !important; }

  .xs-mb90 {
    margin-bottom: 90px !important; }

  .xs-mb100 {
    margin-bottom: 100px !important; }

  .xs-mt0 {
    margin-top: 0px !important; }

  .xs-mt5 {
    margin-top: 5px !important; }

  .xs-mt10 {
    margin-top: 10px !important; }

  .xs-mt20 {
    margin-top: 20px !important; }

  .xs-mt30 {
    margin-top: 30px !important; }

  .xs-mt40 {
    margin-top: 40px !important; }

  .xs-mt50 {
    margin-top: 50px !important; }

  .xs-mt60 {
    margin-top: 60px !important; }

  .xs-mt70 {
    margin-top: 70px !important; }

  .xs-mt80 {
    margin-top: 80px !important; }

  .xs-mt90 {
    margin-top: 90px !important; }

  .xs-mt100 {
    margin-top: 100px !important; }

  .xs-center {
    text-align: center; }

  .xs-left {
    text-align: left; }

  .xs-right {
    text-align: right; } }
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sm-mb0 {
    margin-bottom: 0px !important; }

  .sm-mb10 {
    margin-bottom: 10px !important; }

  .sm-mb20 {
    margin-bottom: 20px !important; }

  .sm-mb30 {
    margin-bottom: 30px !important; }

  .sm-mb40 {
    margin-bottom: 40px !important; }

  .sm-mb50 {
    margin-bottom: 50px !important; }

  .sm-mb60 {
    margin-bottom: 60px !important; }

  .sm-mb70 {
    margin-bottom: 70px !important; }

  .sm-mb80 {
    margin-bottom: 80px !important; }

  .sm-mb90 {
    margin-bottom: 90px !important; }

  .sm-mb100 {
    margin-bottom: 100px !important; }

  .sm-mt0 {
    margin-top: 0px !important; }

  .sm-mt10 {
    margin-top: 10px !important; }

  .sm-mt20 {
    margin-top: 20px !important; }

  .sm-mt30 {
    margin-top: 30px !important; }

  .sm-mt40 {
    margin-top: 40px !important; }

  .sm-mt50 {
    margin-top: 50px !important; }

  .sm-mt60 {
    margin-top: 60px !important; }

  .sm-mt70 {
    margin-top: 70px !important; }

  .sm-mt80 {
    margin-top: 80px !important; }

  .sm-mt90 {
    margin-top: 90px !important; }

  .sm-mt100 {
    margin-top: 100px !important; }

  .sm-center {
    text-align: center; }

  .sm-left {
    text-align: left; }

  .sm-right {
    text-align: right; } }
@media screen and (min-width: 992px) and (max-width: 992px) {
  .md-mb0 {
    margin-bottom: 0px !important; }

  .md-mb10 {
    margin-bottom: 10px !important; }

  .md-mb20 {
    margin-bottom: 20px !important; }

  .md-mb30 {
    margin-bottom: 30px !important; }

  .md-mb40 {
    margin-bottom: 40px !important; }

  .md-mb50 {
    margin-bottom: 50px !important; }

  .md-mb60 {
    margin-bottom: 60px !important; }

  .md-mb70 {
    margin-bottom: 70px !important; }

  .md-mb80 {
    margin-bottom: 80px !important; }

  .md-mb90 {
    margin-bottom: 90px !important; }

  .md-mb100 {
    margin-bottom: 100px !important; }

  .md-mt0 {
    margin-top: 0px !important; }

  .md-mt10 {
    margin-top: 10px !important; }

  .md-mt20 {
    margin-top: 20px !important; }

  .md-mt30 {
    margin-top: 30px !important; }

  .md-mt40 {
    margin-top: 40px !important; }

  .md-mt50 {
    margin-top: 50px !important; }

  .md-mt60 {
    margin-top: 60px !important; }

  .md-mt70 {
    margin-top: 70px !important; }

  .md-mt80 {
    margin-top: 80px !important; }

  .md-mt90 {
    margin-top: 90px !important; }

  .md-mt100 {
    margin-top: 100px !important; }

  .md-center {
    text-align: center; }

  .md-left {
    text-align: left; }

  .md-right {
    text-align: right; } }
@media screen and (min-width: 1024px) {
  .lg-mb0 {
    margin-bottom: 0px !important; }

  .lg-mb10 {
    margin-bottom: 10px !important; }

  .lg-mb20 {
    margin-bottom: 20px !important; }

  .lg-mb30 {
    margin-bottom: 30px !important; }

  .lg-mb40 {
    margin-bottom: 40px !important; }

  .lg-mb50 {
    margin-bottom: 50px !important; }

  .lg-mb60 {
    margin-bottom: 60px !important; }

  .lg-mb70 {
    margin-bottom: 70px !important; }

  .lg-mb80 {
    margin-bottom: 80px !important; }

  .lg-mb90 {
    margin-bottom: 90px !important; }

  .lg-mb100 {
    margin-bottom: 100px !important; }

  .lg-mt0 {
    margin-top: 0px !important; }

  .lg-mt10 {
    margin-top: 10px !important; }

  .lg-mt20 {
    margin-top: 20px !important; }

  .lg-mt30 {
    margin-top: 30px !important; }

  .lg-mt40 {
    margin-top: 40px !important; }

  .lg-mt50 {
    margin-top: 50px !important; }

  .lg-mt60 {
    margin-top: 60px !important; }

  .lg-mt70 {
    margin-top: 70px !important; }

  .lg-mt80 {
    margin-top: 80px !important; }

  .lg-mt90 {
    margin-top: 90px !important; }

  .lg-mt100 {
    margin-top: 100px !important; }

  .lg-center {
    text-align: center; }

  .lg-left {
    text-align: left; }

  .lg-right {
    text-align: right; } }
