/* CSS Document */
a {
  text-decoration: none;
}
.sub_content div {
  text-align: center;
  margin: 10px 5px;
  padding: 5px;
}

.parent {
  display: flex;
}
.child {
  border-radius: 12px;
  background: #cfe5ed;
  width: 100%;
}
.sub_content_title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}
.sub_content_text {
  line-height: 19px;
  font-size: 14px;
  color: #414141;
}

.parent_1 {
  display: flex;
  background:#f9f9f9;
}

.child_1 {
  width: 100%;
}

.sub_content .content_imag {
  border-radius: 50%;
  text-align: center;
  margin: 0px auto 7px auto;
  width:150px;
}

.osusume p{
  text-align: center;
}

a.bar_link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.bar_link {
  color: #fff;
  width: 500px;
  margin: 30px auto 30px auto;
  text-align: center;
  display: block;
}
.bar_online {
  background: #5ba4bf;
  text-align: center;
  padding: 45px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
}
.bar_more {
  background: #ff8d00;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: bold;
}
.bar_search {
  text-align: center;
  background: #000;
  padding: 18px;
  border-radius: 5px;
}
.next_link {
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #1c5b85;
  color: #1c5b85;
}
.allow {
  width: 50px;
  margin: 20px auto;
  display: block;
}

/* @media screen and (max-width: 800px) {
  .parent {
    flex-wrap: wrap;
  }
  .parent_1 {
    flex-wrap: wrap;
  }
} */

@media screen and (max-width: 768px) {
  .sub_content div {
    margin: 10px auto;
  }
  .bar_link {
    width: 90%;
  }
  .bar_more {
    font-size: 12px !important;
  }
  .parent {
    display: block;
  }
  .parent_1 {
    display: block;
  }
}