body {
  background-color: #f5f5f5;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.top_bar {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.back_button {
  text-decoration: none;
  color: #007aff;
  font-weight: bold;
  margin-right: auto;
}

.main_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}

.container {
  padding: 20px;
  text-align: center;
}

.icon_circle {
  width: 60px;
  height: 60px;
  background-color: #fbe9e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon_large {
  width: 30px;
  height: 30px;
}

h1 {
  font-size: 20px;
  margin: 10px 0;
}

.subtitle {
  color: #555;
  margin-bottom: 30px;
}

.button_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service_button {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.button_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.button_sub {
  font-size: 13px;
  color: #666;
}

.info_box {
  background: #e8f0fe;
  padding: 12px;
  border-radius: 8px;
  margin-top: 30px;
  font-size: 13px;
}

.info_box a {
  color: #007aff;
  text-decoration: none;
}
