.topWrapper .submenu__icon a {
  text-align: left;
}

.entry {
  max-width: 1040px;
  margin: 0 auto;
  padding: 200px 20px 0;
}

.entry h2 {
  background-color: #E5E5E5;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-indent: 5px;
  margin-bottom: 10px;
}

.entry h2 ~ h2 {
  margin-top: 50px;
}

[class*="column-image"] {
  margin-bottom: 10px;
}

.col1_fl_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 90px;
}

.col1_fl_c a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
  font-weight: 700;
  color: #000000;
  background-color: #D8E7F1;
}

@media screen and (min-width: 769px) {
 .topWrapper .submenu__icon {
   width: 200px;
 }

 .topWrapper .submenu__nav--wrapper {
   width: calc(100% - 260px);
 }
}

@media screen and (max-width: 768px) {
  .topWrapper {
    height: auto;
  }

  .entry {
    padding: 100px 20px 0;
  }
}
