html, body {
  font-size: 17px;
  min-width: 320px;
  line-height: 1.75;
  font-family: "Arial", sans-serif;
  color: rgb(40, 40, 40);
  background-color: #fff;
  box-sizing: border-box;
  margin: 0rem;
  padding: 0rem;
}

a {
  color: rgb(106, 185, 175);
  text-decoration: underline;
}

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

.top {
  width: 100%;
  margin: 1rem 0rem 0.5rem 0rem;
  text-align: center;
}

.top img {
  height: 120px;
}

.abc {
  width: 100%;
  justify-content: center;
}

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

.abc-cont {
  justify-content: space-between;
  flex-wrap: wrap;
}

.abc-item {
  flex: 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 2.5;
  white-space: nowrap;
  text-align: center;
  margin: 0.2rem 0.2rem;
}

.abc-item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.8rem;
  border-radius: 10%;
  background-color: rgb(200, 200, 200);
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

.abc-item a:hover.red {
  background-color: rgb(219, 118, 101);
}

.abc-item a:hover.yellow {
  background-color: rgb(246, 206, 103);
}

.abc-item a:hover.green {
  background-color: rgb(106, 185, 175);
}

.content-all {
  justify-content: center;
}

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

.content-layout {
  flex-wrap: wrap;
}

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

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

.some-menu {
  margin-bottom: 1rem;
}

.menu {
  border-radius: 1rem;
  background: rgba(246, 206, 103, 0.3);
  padding: 1rem 2rem;
}

.menu-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
}

.menu-item {
  line-height: 1.25;
  margin-top: 0.5rem;
}

.content-title h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.15;
  padding: 0rem 1rem;
  margin: 0rem;
}

.content-title h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.15;
  padding: 0rem 1rem;
  margin: 2rem 0rem 1rem 0rem;
}

.content-title a {
  font-size: 1rem;
  text-decoration: none;
}

.some-content {
  margin: 1rem 0rem 1rem 1rem;
}

.content-also {
  font-size: 0.7rem;
  line-height: 1.25;
  color: rgb(150, 150, 150);
  margin: 0.3rem 0rem 0rem 1rem;
}

.content-also h3 {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.25;
  color: rgb(150, 150, 150);
  margin: 0rem;
  padding: 0rem;
}

.content-listlayout {
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.content-list {
  flex: 1 0;
  margin-left: 1rem;
}

.content-listitem {
  line-height: 1.25;
  margin-top: 0.5rem;
}

.content-subtitle {
  padding: 1rem 1rem 0.2rem 1rem;
  margin-top: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(106, 185, 175);
  background: linear-gradient( to bottom, rgba(219, 118, 101, 0.5) 5%, rgba(246, 206, 103, 0.5) 10%, #fff 15%);
}

.content-text {
  padding: 0.3rem 1rem;
  line-height: 1.25;
}

.content-trans-border {
  position: relative;
  background: linear-gradient( 135deg, rgb(219, 118, 101), rgb(246, 206, 103), rgb(106, 185, 175));
  padding: 2px;
  margin: 1rem 0rem;
  border-radius: 15px;
}

.content-trans {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 15px;
}

.content-trans blockquote {
  font-size: 0.8rem;
  padding: 0rem;
  margin: 0rem;
}

.content-trans blockquote a {
  text-decoration: underline;
  margin-right: 1rem;
  white-space: nowrap;
}

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

.content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-contact {
  margin-left: 1rem;
}

.content-contact input, .content-contact textarea {
  font-size: 1rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  border: 1px solid #ddd;
  margin-top: 0.5rem;
}

.content-contact textarea {
  height: 350px;
}

.content-contact button {
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border: 0px;
  border-radius: 0.5rem;
  background-color: rgba(246, 206, 103, 0.3);;
  cursor: pointer;
}

.bottom {
  width: 100%;
  justify-content: center;
}

.bottom-context {
  flex: 1 0;
  font-size: 0.9rem;
  color: rgb(150, 150, 150);
  margin: 1rem;
  max-width: 1200px;
}

.pdt {
  padding-top: 2rem;
}

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

.br-list {
  width: 100%;
  height: 0rem;
  display: none;
}

@media (max-width: 1250px) {
  .content-menu {
    order: 3;
    margin: 1rem;
  }

  .content-content {
    order: 1;
    margin: 1rem;
  }

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

  .br-list {
    display: block;
  }

  .abc-cont {
    justify-content: center;
  }

  .some-content {
    margin: 1rem 1rem;
  }
}