html, body {
  font-size: 16px;
  min-width: 320px;
  line-height: 1.55;
  font-family: "Tahoma", "Arial", sans-serif;
  color: rgb(220, 220, 220);
  background-color: #000;
  box-sizing: border-box;
  margin: 0rem;
  padding: 0rem;
}

a {
  color: rgb(160, 150, 100);
  text-decoration: none;
}

.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.top-logo {
  width: 100%;
  height: 150px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  background: center bottom url(top_bg.jpg) no-repeat;
  text-shadow: 0 0 1rem #fff;
}

.top-logo a {
  line-height: 2;
  color: rgb(0, 0, 0);
}

.mainframe {
  justify-content: center;
}

.mainborders {
  flex: 1 0;
  max-width: 1200px;
  margin: 0rem;
}

.contentframe {
  flex-wrap: wrap;
}

.menu {
  flex: 3 0;
  margin: 1rem;
}

.content {
  flex: 7 0;
  margin: 1rem;
}

.menupoint {
  margin: 1rem 0rem;
}

.menutitle {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
}

.menutitle img {
  width: 100%;
}

.menutopic {
  margin-top: 1.5rem;
}

.menutopic img {
  width: 100%;
  border: 3px rgb(160, 150, 100) solid;
  border-radius: 5px;
}

.menulabel {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
}

.contentdir {
  font-size: 0.8rem;
  color: rgb(120, 120, 120);
  margin-top: 1rem;
}

.contentdir a {
  text-decoration: underline;
}

.contenttitle {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.contenttitle h1, .contenttitle h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0rem;
  margin: 0rem;
}

.contentpoint {
  margin: 1rem 0rem;
}

.contentlistframe {
  margin: 0rem 0rem 2rem -1rem;
}

.contentlist {
  flex: 1 0;
  line-height: 1.3;
}

.contentlistright {
  flex: 1 0;
  line-height: 1.3;
  margin-left: 1rem;
}

.contentlist li, .contentlistright li {
  margin-bottom: 0.8rem;
}

.contentitems {
  margin-bottom: 2rem;
}

.contentitem {
  flex: 1 0;
  margin-right: 1rem;
  line-height: 1.5;
}

.contentitem img {
  width: 100%;
  border: 3px rgb(160, 150, 100) solid;
  border-radius: 5px;
}

.contentclip {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 1rem 1rem 1rem 0rem;
}

.contentclip iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contenttext {
  color: rgb(120, 120, 120);
}

.contentname {
  font-weight: 600;
}

.contentcomment {
  color: rgb(120, 120, 120);
  margin-bottom: 1rem;
}

.contentform input, .contentform textarea {
  font-size: 1rem;
  padding: 0.5rem;
  width: 90%;
  border: 3px rgb(160, 150, 100) solid;
  margin-bottom: 1rem;
  background-color: #000;
  color: rgb(120, 120, 120);
}

.contentform textarea {
  height: 200px;
}

.contentform button {
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border: 0px;
  color: #000;
  background-color: rgb(160, 150, 100);
  cursor: pointer;
}

.bottomframe {
  justify-content: center;
}

.bottomborders {
  flex: 1 0;
  max-width: 1200px;
  margin: 3rem 1rem 2rem 1rem;
}

.bottomtext {
  margin: 0rem 1rem;
}

.martb {
  margin: 2rem 0rem 1rem 0rem;
}

.br {
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  .content {
    order: 1;
  }

  .br {
    display: block;
    order: 2;
  }

  .menu {
    order: 3;
  }

  .bottomtext {
    margin: 0rem;
  }
}
