.top_title {
  display: grid;
  grid-template-rows: auto auto;
  justify-content: center;
  margin: 10px;
}
.top_title .top_logo {
  width: 350px;
}

.balloon_line img {
  border: 2px solid #00B050;
  border-radius: 50%;
  margin: 5px;
  width: 76px;
}
.balloon_line .container_left, .balloon_line .container_right {
  display: flex;
  align-items: center;
}
.balloon_line .container_right {
  flex-direction: row-reverse;
}
.balloon_line .talk_right {
  position: relative;
  background-color: #FFFFFF;
  border: solid 3px #10CF9B;
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
  margin-right: 20px;
  margin-left: 30px;
}
.balloon_line .talk_right::before {
  right: -20px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #10CF9B;
  width: 20px;
  height: 20px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.balloon_line .talk_right::after {
  right: -13px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.balloon_line .talk_left {
  position: relative;
  background-color: #FFFFFF;
  border: solid 3px #10CF9B;
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
  margin-left: 20px;
  margin-right: 30px;
}
.balloon_line .talk_left::before {
  left: -20px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #10CF9B;
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.balloon_line .talk_left::after {
  left: -13px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.top_contents_list .frame_ext {
  width: clamp(300px, 90%, 800px);
  justify-self: center;
  background-color: #87E7CD;
  border: solid 2px #10CF9B;
  border-radius: 15px;
  padding: 5px;
}
.top_contents_list .frame_ext .title_w_img {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.5rem;
  margin: 5px 0px 5px 5px;
}
.top_contents_list .frame_ext .title_w_img img {
  width: 25px;
}
.top_contents_list .frame_ext .frame_int {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 5px 5px 5px 1rem;
}
.top_contents_list .frame_ext .frame_int .title_w_img {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.5rem;
  margin: 5px 0px 5px 5px;
  width: fit-content;
}
.top_contents_list .frame_ext .frame_int .title_w_img img {
  width: 25px;
}
.top_contents_list .frame_ext .frame_int .title_w_img p {
  margin-left: 2rem;
}

.top_cat_contents_list .frame_ext {
  width: clamp(300px, 95%, 800px);
  justify-self: center;
  background-color: #C8F3E6;
  border: solid 2px #10CF9B;
  border-radius: 15px;
  padding: 5px;
  width: fit-content;
  margin: 5px 0px 5px 5px;
}
.top_cat_contents_list .frame_ext .title_w_img {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.5rem;
  margin: 5px 0px 5px 15px;
  width: fit-content;
}
.top_cat_contents_list .frame_ext .title_w_img img {
  width: 30px;
}
.top_cat_contents_list .frame_ext .title_w_img *:not(img) {
  padding-top: 0;
}
.top_cat_contents_list .frame_ext .frame_int {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  justify-content: space-around;
  margin: 0px 5px 5px 5px;
}
.top_cat_contents_list .frame_ext .frame_int .items {
  display: grid;
  padding: 10px;
  background-color: #FFFFFF;
  border: 2px solid #10CF9B;
  border-radius: 15px;
}
.top_cat_contents_list .frame_ext .frame_int .items img {
  justify-self: center;
  width: max(100%, 200px);
}
.top_cat_contents_list .frame_ext .frame_int .items .title {
  font-size: 0.9rem;
}

.top_new_info_list .frame_ext {
  width: clamp(300px, 90%, 800px);
  justify-self: center;
  background-color: #87E7CD;
  border: solid 2px #10CF9B;
  border-radius: 15px;
  padding: 5px;
}
.top_new_info_list .frame_ext .title_w_img {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.5rem;
  margin: 5px 0px 5px 5px;
}
.top_new_info_list .frame_ext .title_w_img img {
  width: 20px;
}
.top_new_info_list .frame_ext .frame_int {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 5px 5px 5px 1rem;
}
.top_new_info_list .frame_ext .frame_int .title_w_img {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.5rem;
  margin: 5px 0px 5px 5px;
  width: fit-content;
}
.top_new_info_list .frame_ext .frame_int .title_w_img img {
  width: 18px;
}
.top_new_info_list .frame_ext .frame_int .update_description {
  margin-left: 1.5rem;
}