body {
  background-image: url(/img/bgb.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

p {
  width: 100% !important;
}

.section {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  text-shadow: 2px 4px 30px #fff;
  /*padding: 2em;*/
}

.jquery-accordion-menu ul li a {
  white-space: normal;
  font-size: 1.2em;
}

.jquery-accordion-menu ul ul.submenu li a {
  white-space: normal;
  font-size: 1em;
}

@media screen and (max-width: 74em) {
  .jquery-accordion-menu ul li a {
    font-size: 1em;
  }

  .jquery-accordion-menu ul ul.submenu li a {
    font-size: 0.8em;
  }
}

.main {
  color: #6034BF;
  font-weight: 700;
}

.first-title {
  font-size: 1.3rem;

  display: flex;
  align-items: center;
  background-color: #97b4ec;
  justify-content: center;
  font-weight: bold;
  outline: solid #fff 3px;
}

.first-content {
  padding: 15px;
  background-color: #e0e7f9;
  outline: solid #fff 3px;
}

.second-title {
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #fee066;
  justify-content: center;
  max-height: 40px;
  padding: 15px;
  font-weight: bold;
  outline: solid #fff 3px;
}

.second-title-org {
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #fee066;
  justify-content: center;
  padding: 15px;
  font-weight: bold;
  max-height: 40px;
  outline: solid #fff 3px;
}

.third-content {
  background-color: #fff4cc;
  padding: 15px;
  outline: solid #fff 3px;
}

.third-content-org {
  padding: 15px;
  outline: solid #fff 3px;
}

.fourth-title {
  font-size: 1.3rem;

  display: flex;
  align-items: center;
  background-color: #61ecd5;
  justify-content: center;
  font-weight: bold;
  outline: solid #fff 3px;
}

.fourth-content {
  padding: 15px;
  background-color: #c6fbf1;
  outline: solid #fff 3px;
}

.org-side {
  flex-direction: column;
}

.ul-01 {
  list-style-type: disc;
  display: block;
}

.ul-01>li {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.tab-show {
  display: block;
}

.tab-none {
  display: none;
}

.main-info h3 {
  color: #6034BF;
  font-weight: 700;
}

.jquery-accordion-menu-small {
  font-size: 1rem !important;
}

.textfont {
  font-weight: 700;
  font-size: 1.1em;
}

.justifytext {
  text-align: justify !important;
}

.red {
  color: #ff0000 !important;
}

@media screen and (max-width: 30em) {
  .tab-none h3:nth-child(2) {
    display: none;
  }
}


@media screen and (max-width: 75em) {
  .jquery-accordion-menu-small {
    font-size: 0.9em !important;
  }
}
