@charset "utf-8";
#column .kansyu {
  background-color: #f3f6f8;
  padding: 1.5rem;
  margin: 1rem 0;
}
#column .kansyu_title {
  font-size: 18px;
  font-weight: 600;
  color: #00327c;
  margin-bottom: 8px;
}
.kansyu_logo {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 5px;
}
.kansyu_text {
  font-size: 15px;
  line-height: 1.4;
} 
#column h1 {
  background-image: linear-gradient(90deg, #0a376c, #1d5497);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  padding: 1rem;
}
#column h2 {
  background-color: #edf5ff;
  font-size: 24px;
  font-weight: 600;
  padding: 1rem;
  box-shadow: 0px 3px 0px 0px #d1d1d1;
  color: #00327c;
  border-top: 3px solid #00327c;
  margin: 1rem 0;
}
#column h3 {
  color: #00327c;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px dotted #00327c;
  margin-bottom: 1rem;
}
#column h4 {
  color: #00327c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
}
#column .column_list {
  border: #d1d1d1 solid 1px;
  padding: 2rem;
  color: #00327c;
}
#column .list_title {
  font-size: 18px;
  font-weight: 600;
}
#column .list_title {
  border-bottom: #d1d1d1 solid 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#column .column_list li {
  color: #333;
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 5px;
}
#column .time_date {
  font-size: 14px;
}
#column .time_date {
  margin: 8px 0;
}





