ul {
  list-style: none;
}

#main {
  background: #FFFFFF;
  border-top: 2px solid #377295;
  padding: 30px 15px;
}

#main * {
  box-sizing: border-box;
  line-height: 1.8;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.top_img {
  margin-bottom: 30px;
}

.top_text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.content {
  margin-bottom: 40px;
}

.content_title {
  font-size: 20px;
  font-weight: 500;
  border-width: 0 0 2px 5px;
  border-color: #0190dc;
  border-style: solid;
  padding: 0 0 3px 6px;
  margin-bottom: 30px;
}

.content_img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.img_title {
  font-size: 2rem;
  margin: -15px 0 25px;
  text-align: center;
}

.content_text {
  font-size: 14px;
  margin-bottom: 15px;
}

.content_text:last-child {
  margin-bottom: 0;
}

.img_caption {
  font-size: 14px;
  text-align: center;
}

.content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 15px;
}

.content_wrap img {
  width: 50%;
  max-width: 172px;
}

.content_link {
  color: #0090dc;
  font-size: 14px;
  display: inline-block;
}




/* end */