.maincol-sect {
  padding-bottom: 40px;
  border-top: 1px solid #e9ebef;
}

.maincol-service {
  margin: 10px 0 15px;
}

a.maincol-service-link {
  position: relative;
  display: flex;
  color: #333;
  align-items: center;
  padding: 0 30px 0 10px;
}

.maincol-service-link:hover {
  text-decoration: none;
}

.maincol-service-link:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 3px solid #666;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

.maincol-service-img {
  margin-right: 10px;
}


.maincol-service-img img {
  width: 50px;
  height: 50px;
}

.maincol-service-name {
  display: block;
  font-size: 20px;
}

.maincol-service-text {
  font-size: 12px;
}

.maincol-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 360px;
}

.maincol-list-item {
  flex: 1;
  padding-left: 10px;
}

.maincol-list-item:first-child {
  padding-left: 0;
}

.maincol-list-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4.8em;
  box-sizing: border-box;
  width: 85%;
}

.maincol-list-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
}

.maincol-list-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.5em;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
}

.maincol-list-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 1.6em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}

.maincol-pickup {
  display: flex;
}

.maincol-pickup-img {
  max-width: 200px;
  margin-right: 10px;
}

.maincol-pickup-img-link img {
  width: 100%;
  height: auto;
}

.maincol-pickup-img-link:hover img {
  opacity: .6;
}

.maincol-pickup-content {
  flex: 5;
}

.maincol-pickup-channel {
    margin: -2px 0 6px 3px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.maincol-pickup-channel .channel-campaign {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    color: #c00;
    letter-spacing: normal;
}

.maincol-pickup-text {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #e9ebef;
  border-radius: 3px;
}

.maincol-pickup-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  border: 8px solid transparent;
  border-right-color: #e9ebef;
}

.maincol-pickup-name {
  font-size: 14px;
}

.maincol-pickup-description {
  font-size: 12px;
}

.maincol-half {
  position: relative;
  margin-top: -1px;
  background-color: white;
}

.maincol-half:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 30px;
  border: 8px solid transparent;
  border-top-color: #FFDB00;
}

.maincol-half a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px 0 10px;
  border-bottom: 3px solid #FFDB00;
  color: #FF4D00;
}

.maincol-half a:hover {
  background-color: #c00;
  text-decoration: none;
}

.maincol-half a:hover div, .maincol-half a:hover p, .maincol-half a:hover span {
  color: white;
}

.maincol-half div {
  color: #c00;
  font-size: 30px;
  font-weight: bold;
}

.maincol-half div span {
  color: #333;
  font-size: 20px;
  padding-right: 3px;
}

.maincol-half p {
  font-size: 12px;
}

.maincol-copyright {
  margin: 30px 0 -30px 0;
  color: #999;
  font-size: 10px;
}
