@charset "utf-8";

#mainContainer {
  padding-bottom: 0 !important;
}

.listIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.area_gray{
	background-color:#EFF0EF;
	padding:20px;
}

.pr-pl {
  padding-right: 20px;
  padding-left: 20px;
}

div.btnGrn {
  background-color: #57c200;
  padding: 15px;
  width: 260px;
  margin: auto;
  display: flex;
  justify-content: center;
}

div.btnGrn p {
  position: relative;
  padding-right: 20px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

div.btnGrn p::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url(/english/imgs/link_icon.png) center center / contain no-repeat;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 1019px) {
  div.btnGrn {
    padding: 15px 0;
    width: 100%;
    margin: auto;
  }
}

