
@charset "UTF-8";
.topkey{
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 10px;
  background-color: rgb(244, 246, 248);
  border-radius: 10px;
}
.pic_topkey{
  width: 50%;
  min-width: 450px;
  height: auto;
}
.topeky_left{
  width: 50%;
  min-width: 450px;
  justify-content: left;
}
.contents_info{
  width: 60%;
  min-width: 450px;
  height: 300px;
  overflow-y: scroll;
}
.info a{
  list-style: none;
  text-align: left;
}

.lower{
  margin-top: 30px;
  display: block;
  margin-bottom: 30px;
}

.lower_top{
  display: block;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  background-color: rgb(244, 246, 248);
  border-radius: 10px;
}

.lower_bottom{
  display: block;
  align-items: center;
  margin-top: 30px;
  background-color: rgb(244, 246, 248);
  border-radius: 10px;
}

.title_update{
  border-bottom: 2px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fbe0ec;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.instagram-title{
  border-bottom: 2px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fbe0ec;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


@media (max-width: 880px) {
  .topkey{
    display: block;
  }
  .contents_info{
    width: 90%;
    height: 150px;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
