@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #333;
  line-height: 2em;
  letter-spacing: 0.05em;
  scroll-padding-top: 160px;
  /* 固定ヘッダの高さ分 */
  margin: 0;
  padding: 0; }

.clear {
  font-size: 1%;
  line-height: 1%;
  width: 1%;
  clear: both; }

body {
  background-color: #e8fffa;
  margin: 0;
  padding: 0; }
  body a:link, body a:visited {
    color: #0a6c68; }
  body a:hover {
    color: #F156A2; }

.img-thumbnail {
  max-width: 100%;
  height: auto; }

.white a:link {
  color: #fff; }
.white a:visited {
  color: #fff; }
.white a:hover {
  color: rgba(255, 255, 255, 0.8); }

#wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  display: flex; }
  #wrap h1 {
    font-size: 2rem;
    font-weight: 600; }
  @media (max-width: 768px) {
    #wrap {
      width: 100% !important;
      display: block !important; } }

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  width: 100%;
  background: #fff;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  border-top: 5px solid #006f6b;
  background-image: linear-gradient(180deg, #f7a60c, #ff2257 0%, #d1daef 0%, white 10%, rgba(255, 255, 255, 0)); }
  @media (max-width: 768px) {
    #head_wrap {
      border-bottom: none; } }
  #head_wrap a {
    text-decoration: none; }
  #head_wrap .inner {
    /* background:#0a6c68;*/
    padding: 1em 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
    #head_wrap .inner:after {
      content: "";
      clear: both;
      display: block; }

/*ヘッダー横並び*/
.flexbox {
  display: flex;
  max-width: 960px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .flexbox {
      width: 100% !important; } }

.logo {
  /* background: #E7D874;*/
  flex-grow: 2; }
  .logo h1 {
    text-align: left;
    font-size: 4rem;
    font-weight: 600;
    color: #006f6b; }
    .logo h1 span {
      font-size: 2.4rem; }
    @media (max-width: 768px) {
      .logo h1 {
        color: #fff;
        text-align: left;
        font-size: 2.4rem; }
        .logo h1 span {
          font-size: 1.6rem; } }
    @media (max-width: 557px) {
      .logo h1 {
        font-size: 2rem; }
        .logo h1 span {
          font-size: 1.4rem; } }

.logo_en {
  /* background: #E7D874;*/
  flex-grow: 2; }
  .logo_en h1 {
    text-align: left;
    font-size: 3rem;
    font-weight: 600;
    color: #006f6b; }
    .logo_en h1 span {
      font-size: 2.4rem; }
    @media (max-width: 768px) {
      .logo_en h1 {
        color: #fff;
        text-align: left;
        font-size: 2.4rem; }
        .logo_en h1 span {
          font-size: 1.6rem; } }
    @media (max-width: 557px) {
      .logo_en h1 {
        padding-top: 10px;
        font-size: 1.8rem; }
        .logo_en h1 span {
          font-size: 1.4rem; } }

.logoimg {
  text-align: right;
  /*   background: #00D874;*/
  padding: 10px; }
  @media (max-width: 768px) {
    .logoimg {
      margin-top: 20px;
      height: 60px; } }
  @media (max-width: 557px) {
    .logoimg {
      margin-top: 10px;
      height: 24px; }
      .logoimg img {
        width: 100%; } }

.logoimg_en {
  text-align: right;
  /*   background: #00D874;*/
  padding: 25px 10px 10px 10px; }
  @media (max-width: 768px) {
    .logoimg_en {
      margin-top: 20px;
      height: 60px;
      padding: 10px; } }
  @media (max-width: 557px) {
    .logoimg_en {
      margin-top: 10px;
      height: 24px;
      padding: 10px; }
      .logoimg_en img {
        width: 100%; } }

#langage {
  /* background: #f00;*/
  padding: 0;
  /* float: right;*/
  position: absolute;
  right: -10px;
  bottom: 10px; }
  #langage span {
    padding: 0.5em 1.5em;
    text-align: center;
    margin: 0 10px;
    font-size: 1.6rem;
    font-weight: bold; }
  #langage .jp {
    color: #fff;
    background: #0a6c68; }
  #langage .en {
    background: #40bab6 !important;
    color: #333 !important; }
  @media (max-width: 768px) {
    #langage {
      display: none; } }

#global-nav {
  /* position: absolute;*/
  right: 2em;
  top: 0; }
  @media (min-width: 769px) {
    #global-nav {
      display: none; } }
  #global-nav ul {
    list-style: none;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 0;
    display: inline-flex; }
    @media (max-width: 768px) {
      #global-nav ul {
        display: block;
        margin-right: 0px;
        margin-left: 10px; } }
    #global-nav ul li {
      background: #1b928e;
      padding: 20px 10px; }
      #global-nav ul li:last-child {
        border-right: none; }
      @media (max-width: 768px) {
        #global-nav ul li {
          border-right: none; } }
      #global-nav ul li a {
        padding: 0 5px;
        padding: 2px;
        transition: all .6s ease 0s;
        box-sizing: border-box;
        font-weight: bold;
        color: #fff; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }
  #nav-toggle div {
    position: relative; }

@media (max-width: 768px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */ }
    #head_wrap .inner {
      width: 100%;
      padding: 0;
      border-bottom: none; }
    #head_wrap .fixed {
      padding-top: 0;
      background: transparent; }

  #mobile-head {
    background: #006f6b;
    width: 100%;
    height: 100px;
    z-index: 999;
    position: relative;
    margin: -15px 0 0 0;
    padding: 0; }

  #head_wrap.fixed .logo,
  #head_wrap .logo {
    padding: 10px 0;
    border-bottom: none !important;
    color: #fff; } }
  @media (max-width: 768px) and (max-width: 768px) {
    #head_wrap.fixed .logo,
    #head_wrap .logo {
      font-size: 2.4rem;
      padding: 1em 0 0 0 !important; } }
  @media (max-width: 768px) and (max-width: 557px) {
    #head_wrap.fixed .logo,
    #head_wrap .logo {
      font-size: 1.8rem;
      padding: 1em 0 0 0 !important; } }

@media (max-width: 768px) {
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -210px;
    /* background:#DF6E42;*/
    width: 100%;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 0; }
    #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 1.6rem;
      margin: -250px 0 0 0; }
      #global-nav ul li {
        float: none;
        position: static;
        margin-left: -4em !important;
        padding: 10px; }

  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 11px; }
    #nav-toggle span:nth-child(3) {
      top: 22px; }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
    left: 0; } }
.contents {
  margin: 0 0 2em 1em;
  /*  margin: 0 0 2em 0;*/
  width: 100%;
  padding: 0;
  /* background: #ffc;*/ }
  @media (max-width: 768px) {
    .contents {
      margin: 100px 0 2em 0 !important;
      /* padding-top:100px;*/ } }

.pcnav {
  padding: 0;
  margin: 0px;
  /*display: flex;*/
  justify-content: flex-end;
  /*li::before{
      content:"▶";
      color: #fff;
      font-size:1.2rem;
     
  }*/ }
  .pcnav img {
    width: calc(100% - 1em); }
  .pcnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 280px !important;
    background: #0a6c68; }
  .pcnav li {
    padding: 15px 10px 10px 20px;
    font-size: 1.4rem;
    font-weight: 600;
    list-style: none;
    color: #fff;
    background: no-repeat;
    background-image: url("../img/menu_arrow.png");
    background-position: top 15px left 10px; }
    .pcnav li a:link, .pcnav li a:visited {
      color: #fff; }
  @media (max-width: 768px) {
    .pcnav {
      display: none; } }

section {
  margin: 20px 0 0 0;
  padding: 20px 10px; }
  @media (max-width: 768px) {
    section {
      margin: 0;
      padding: 0; } }
  section p {
    padding: 0 2em; }
    @media (max-width: 768px) {
      section p {
        padding: 0 1em; } }

footer {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff; }

.footerline {
  font-size: 1.4rem;
  width: 100%;
  background: #006f6b;
  margin: 0;
  padding: 2em 0 1.5em 0; }
  @media (max-width: 768px) {
    .footerline {
      width: 100%;
      margin-left: -10px;
      padding: 1.5em  1.5em; } }
  .footerline p {
    color: #fff;
    text-align: center; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px; }
  .pagetop a {
    display: block;
    background-color: #0a6c68;
    text-align: center;
    color: #fff !important;
    font-size: 2.5em;
    text-decoration: none;
    padding: 24px 15px;
    border-radius: 50px;
    border: 1px solid #fff;
    /*  filter:alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1;*/ }
    .pagetop a hover {
      display: block;
      background-color: #b2d1fb;
      text-align: center;
      color: #fff;
      font-size: 2em;
      text-decoration: none;
      padding: 5px 10px;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      opacity: 0.5; }
    @media (max-width: 557px) {
      .pagetop a {
        font-size: 2em;
        padding: 20px 15px; } }

#langage_sp {
  /*   background: #f00;*/
  padding: 10px 0;
  float: right;
  margin-right: -25px; }
  @media (min-width: 769px) {
    #langage_sp {
      display: none; } }
  #langage_sp span {
    padding: 10px;
    text-align: center;
    margin: 0 10px; }
  #langage_sp .jp {
    color: #fff;
    background: #0a6c68; }
  #langage_sp .en {
    background: #40bab6 !important;
    color: #333 !important; }

#pankuzu {
  margin: 20px 0;
  text-align: left;
  padding-left: 20px; }

.insta {
  margin: 0 auto; }

/*br*/
@media (min-width: 769px) {
  .hidden_pc {
    display: none; } }

@media (max-width: 768px) {
  .hidden_sp {
    display: none; } }

@media screen and (min-width: 558px) {
  .apper_mb {
    display: none; } }
img {
  image-rendering: -webkit-optimize-contrast; }

/*コンテンツ基本セット*/
/*トップページ*/
#topimg {
  margin: 0 auto;
  text-align: center; }
  #topimg img {
    width: 100%; }
  @media (max-width: 768px) {
    #topimg {
      width: 100%;
      margin-left: 15px;
      text-align: center;
      /*padding: 20px 0 20px 20px;*/ } }

#basic {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 2em;
  width: calc(100% - 4em); }
  @media (max-width: 768px) {
    #basic {
      margin: 0 1em; } }
  #basic h2 {
    color: #000;
    font-size: 2.8rem;
    font-weight: normal;
    padding: 5px 10px;
    border-bottom: 3px solid #006f6b;
    margin: 0;
    line-height: 1.3em; }
    @media (max-width: 557px) {
      #basic h2 {
        font-size: 2.4rem !important;
        padding: 5px 0px 2px 0; } }
  #basic dl {
    margin: 1em 10px;
    display: flex;
    font-size: 1.6rem; }
    @media (max-width: 557px) {
      #basic dl {
        display: block !important;
        margin: 1em 5px; } }
  #basic dt {
    width: 7em;
    /*color: #999;*/
    padding: 0 0.5em;
    font-weight: bold; }
    @media (max-width: 557px) {
      #basic dt {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #basic dd {
    line-height: 1.5em;
    padding: 0 0.5em; }
    @media (max-width: 557px) {
      #basic dd {
        width: 100% !important;
        margin: 0;
        padding: 0 0 0 1em; } }
  #basic .box_inline {
    border: 1px solid #999;
    margin: 0 0 40px;
    padding-bottom: 1em;
    min-height: 200px; }
    #basic .box_inline dl {
      border-bottom: 1px solid #999;
      margin: 10px;
      display: flex; }
    #basic .box_inline dt {
      width: 20%;
      color: #999;
      padding: 0 0.5em;
      font-weight: normal; }
    #basic .box_inline dd {
      width: 80%;
      padding: 0 1em; }

#basic_en {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 2em;
  width: calc(100% - 4em); }
  @media (max-width: 768px) {
    #basic_en {
      margin: 0 1em; } }
  #basic_en h2 {
    color: #000;
    font-size: 2.8rem;
    font-weight: normal;
    padding: 5px 10px;
    border-bottom: 3px solid #006f6b;
    margin: 0;
    line-height: 1.3em; }
    @media (max-width: 557px) {
      #basic_en h2 {
        font-size: 2.4rem !important;
        padding: 5px 0px 2px 0; } }
  #basic_en dl {
    margin: 1em 10px;
    display: flex;
    font-size: 1.6rem; }
    @media (max-width: 557px) {
      #basic_en dl {
        display: block !important; } }
  #basic_en dt {
    width: 25%;
    /*color: #999;*/
    padding: 0 0.5em;
    font-weight: bold; }
    @media (max-width: 557px) {
      #basic_en dt {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #basic_en dd {
    width: 75%;
    line-height: 1.5em;
    padding: 0 0.5em; }
    @media (max-width: 557px) {
      #basic_en dd {
        width: 100% !important;
        margin: 0;
        padding: 0 0 0 1em; } }
  #basic_en .box_inline {
    border: 1px solid #999;
    margin: 0 0 40px;
    padding-bottom: 1em;
    min-height: 200px; }
    #basic_en .box_inline dl {
      border-bottom: 1px solid #999;
      margin: 10px;
      display: flex; }
    #basic_en .box_inline dt {
      width: 20%;
      color: #999;
      padding: 0 0.5em;
      font-weight: normal; }
    #basic_en .box_inline dd {
      width: 80%;
      padding: 0 1em; }

/*開催要項*/
#about {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #about {
      margin: 0 1em; } }
  #about h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #about h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #about h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #about h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #about h2 {
        font-size: 1.8rem; } }
  #about h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #about dl {
    margin: 1em 10px;
    display: flex;
    font-size: 1.6rem; }
    @media (max-width: 557px) {
      #about dl {
        display: block !important; } }
  #about dt {
    width: 8em;
    /*color: #999;*/
    padding: 0 0.5em;
    font-weight: bold; }
    @media (max-width: 557px) {
      #about dt {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #about dd {
    line-height: 1.5em;
    padding: 0 0.5em; }
    @media (max-width: 557px) {
      #about dd {
        width: 100% !important;
        margin: 0;
        /*  padding: 0 1em 0 1em;*/ } }

#about_en {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #about_en {
      margin: 0 1em; } }
  #about_en h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #about_en h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #about_en h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #about_en h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #about_en h2 {
        font-size: 1.8rem; } }
  #about_en h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #about_en dl {
    margin: 1em 10px;
    display: flex;
    font-size: 1.6rem; }
    @media (max-width: 557px) {
      #about_en dl {
        display: block !important; } }
  #about_en dt {
    width: 30%;
    /*color: #999;*/
    padding: 0 0.5em;
    font-weight: bold; }
    @media (max-width: 557px) {
      #about_en dt {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #about_en dd {
    width: 70%;
    line-height: 1.5em;
    padding: 0 0.5em; }
    @media (max-width: 557px) {
      #about_en dd {
        width: 100% !important;
        margin: 0;
        /*  padding: 0 1em 0 1em;*/ } }

#greeting {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
  /*.photobox{
      margin: 0 auto;
      text-align: center;
      img{
           width:calc(35% - 2em)!important;
          @include mb{
               width:calc(50% - 2em)!important;
              margin: 0 auto;
          }
      }
  }*/ }
  @media (max-width: 768px) {
    #greeting {
      margin: 0 1em; } }
  #greeting h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #greeting h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #greeting h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #greeting h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #greeting h2 {
        font-size: 1.8rem; } }
  #greeting h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #greeting .photobox {
    display: flex; }
    @media (max-width: 557px) {
      #greeting .photobox {
        display: block !important; } }
    #greeting .photobox .box1 {
      width: 75%; }
      @media (max-width: 557px) {
        #greeting .photobox .box1 {
          width: 100%; } }
    #greeting .photobox .box2 {
      text-align: center;
      width: calc(35% - 1em);
      padding: 20px 0; }
      #greeting .photobox .box2 img {
        width: 60%; }
      @media (max-width: 557px) {
        #greeting .photobox .box2 {
          width: calc(100% - 2em) !important;
          margin: 0 auto; } }
      #greeting .photobox .box2 p {
        margin: 0;
        padding: 0;
        font-size: 1.5rem; }
  #greeting p {
    text-indent: 1em;
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 2em;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      #greeting p {
        margin-bottom: 10px; } }

#program {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #program {
      margin: 0 1em; } }
  #program h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #program h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #program h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #program h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #program h2 {
        font-size: 1.8rem; } }
  #program h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #program h3 {
    margin: 0 0.2em 1em 0.2em !important; }
  #program p {
    text-indent: 1em;
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 1em;
    margin-bottom: 40px; }
  #program dl {
    margin: 1em 0;
    font-size: 1.6rem; }
  #program dt {
    padding: 0 1em; }
    @media (max-width: 557px) {
      #program dt {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #program dd {
    line-height: 1.5em;
    padding: 0 0.5em;
    text-align: right;
    font-weight: bold; }
    @media (max-width: 557px) {
      #program dd {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #program .tdtop {
    width: 20%; }
    @media (max-width: 768px) {
      #program .tdtop {
        width: calc(100% - 1em) !important; } }
  #program .program_pc table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto 80px auto;
    /*th{
        padding: 0.5em;
        background: #006f6b;
        border:1px solid #006f6b;
        color: #fff;
        border-collapse: collapse;
    }*/ }
    #program .program_pc table tr:nth-child(odd) td {
      background: #eee; }
    #program .program_pc table td {
      padding: 0.5em;
      border-bottom: 1px solid #ccc;
      border-collapse: collapse; }
      @media (max-width: 768px) {
        #program .program_pc table td {
          display: block !important; } }
  #program .program_ez {
    padding: 0 20px;
    margin: 40px 0; }
    #program .program_ez ol li {
      line-height: 1.5em;
      margin-bottom: 20px; }
      @media (max-width: 557px) {
        #program .program_ez ol li ul {
          margin: 0;
          padding: 0; } }
      #program .program_ez ol li ul li {
        list-style: none;
        margin: 0;
        padding: 0 0 0.5em 0; }

.tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  width: calc(100% - 4em);
  margin: 0 auto; }

.tab-2 > label {
  flex: 1 1;
  order: -1;
  opacity: .5;
  min-width: 70px;
  padding: .6em 1em;
  /* border-radius: 5px 5px 0 0;*/
  background-color: #0A6C68;
  color: #fff;
  font-size: .9em;
  text-align: center;
  cursor: pointer; }

.tab-2 > label:hover {
  opacity: .8; }

.tab-2 input {
  display: none; }

.tab-2 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff; }

.tab-2 label:has(:checked) {
  opacity: 1; }

.tab-2 label:has(:checked) + div {
  display: block; }

/*プログラム・要旨集*/
#abstract {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #abstract {
      margin: 0 1em; } }
  #abstract h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #abstract h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #abstract h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #abstract h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #abstract h2 {
        font-size: 1.8rem; } }
  #abstract h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #abstract p {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 2em;
    margin-bottom: 20px; }
  #abstract dl {
    margin: 1em;
    font-size: 1.6rem; }
  #abstract dt {
    padding: 0 1em;
    font-weight: bold; }
    @media (max-width: 557px) {
      #abstract dt {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #abstract dd {
    line-height: 1.5em;
    padding: 0 0.5em;
    text-align: right; }
    @media (max-width: 557px) {
      #abstract dd {
        width: 100% !important;
        margin: 0;
        padding: 0 0 0 1em; } }

/*出展・ランチョンセミナー*/
#exhibition {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #exhibition {
      margin: 0 1em; } }
  #exhibition h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #exhibition h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #exhibition h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #exhibition h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #exhibition h2 {
        font-size: 1.8rem; } }
  #exhibition h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #exhibition p {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 2em;
    margin-bottom: 40px; }

/*一般*/
/*参加・演題登録*/
#subject {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #subject {
      margin: 0 1em; } }
  #subject h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #subject h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #subject h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #subject h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #subject h2 {
        font-size: 1.8rem; } }
  #subject h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #subject p {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 2em;
    margin-bottom: 40px; }
  #subject dl {
    margin: 1em 2em;
    display: flex;
    font-size: 1.6rem; }
    @media (max-width: 557px) {
      #subject dl {
        display: block !important; } }
  #subject dt {
    width: 8em;
    /*color: #999;*/
    padding: 0 0.5em;
    font-weight: bold; }
    @media (max-width: 557px) {
      #subject dt {
        width: 100% !important;
        margin: 0;
        padding: 0; } }
  #subject dd {
    line-height: 1.5em;
    padding: 0 0.5em; }
    @media (max-width: 557px) {
      #subject dd {
        width: 100% !important;
        margin: 0;
        padding: 0 0 0 1em; } }

/*参加者の皆様へ*/
#participants {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #participants {
      margin: 0 1em; } }
  #participants h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #participants h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #participants h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #participants h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #participants h2 {
        font-size: 1.8rem; } }
  #participants h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #participants p {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 2em;
    margin-bottom: 40px; }
  #participants ol {
    margin: 0 2em; }
    #participants ol li {
      line-height: 1.5em;
      margin-bottom: 20px; }
      #participants ol li ul {
        margin: 0.5em;
        padding: 0; }
        @media (max-width: 557px) {
          #participants ol li ul {
            margin: 0;
            padding: 0; } }
        #participants ol li ul li {
          list-style: none;
          margin: 0;
          padding: 0 0 0.5em 0; }
  #participants ul {
    margin: 0 2em; }
    #participants ul li {
      line-height: 1.5em;
      margin-bottom: 20px; }
      #participants ul li ul {
        margin: 0.5em;
        padding: 0; }
        @media (max-width: 557px) {
          #participants ul li ul {
            margin: 0;
            padding: 0; } }
        #participants ul li ul li {
          list-style: none;
          margin: 0;
          padding: 0 0 0.5em 0; }

/*出展・ランチョンセミナー*/
#general {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #general {
      margin: 0 1em; } }
  #general h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #general h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #general h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #general h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #general h2 {
        font-size: 1.8rem; } }
  #general h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #general p {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 2em;
    margin-bottom: 40px; }

/*申し込みボタン*/
.btn_exi {
  color: #fff; }
  .btn_exi a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
    width: 300px;
    margin: auto;
    padding: 20px 0px;
    font-weight: bold;
    background: #006f6b;
    color: #fff;
    transition: 0.5s; }
    .btn_exi a:link {
      color: #fff; }
    .btn_exi a:hover {
      color: #fff;
      background: #40bab6; }

/*企業一覧*/
#companylist {
  margin: 0 2em;
  /* margin: 0;*/
  padding: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0; }
  @media (max-width: 768px) {
    #companylist {
      margin: 0 1em; } }
  #companylist h1 {
    width: calc(100% - 3em);
    font-size: 3rem;
    padding: 1.5em;
    background: #40bab6;
    margin: 0 0 40px 0;
    color: #2A0905;
    letter-spacing: 0.1em;
    line-height: 1.2em; }
    @media (max-width: 768px) {
      #companylist h1 {
        padding: 1em;
        font-size: 2.4rem;
        width: calc(100% - 2em); } }
  #companylist h2 {
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #006f6b;
    position: relative;
    line-height: 1.5em; }
    #companylist h2:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #40bab6;
      bottom: -3px;
      width: 20%; }
    @media (max-width: 768px) {
      #companylist h2 {
        font-size: 1.8rem; } }
  #companylist h3 {
    font-size: 1.8rem;
    color: #006f6b;
    margin: 0 1.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 2px #40bab6; }
  #companylist p {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 0 2em;
    margin-bottom: 40px; }
  #companylist ul {
    margin: 2em 1em; }
  #companylist li {
    padding: 0 0 0.5em 0;
    list-style: none; }

img {
  image-rendering: -webkit-optimize-contrast; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

/*汎用*/
.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-17 {
  font-size: 1.7rem; }

.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; } }
