.page__cover--title h1 {
    letter-spacing: 3px;
    font-family: "Gill Sans MT";
	color: #fff;
	text-shadow: 3px 5px 5px rgba(0,0,0,0.8);
}

.page__cover--title p {
    letter-spacing: 3px;
    color: #fff;
}

.footer__copyright p{
	font-weight: 400;
}

div.policy__content span{
	font-size: 15px;
	font-weight: 600;
}

@media (min-width: 48em){
.section__title h2 {

    letter-spacing: 3px;
}}

.header__navigation ul li a, .header__navigation ul li span {
    padding: 5px 0px;
}

@media (min-width: 48em){
.header__navigation ul li a, .header__navigation ul li span {
    font-size: 14.7px;
}}
.btn-submit button {
    font-weight: 600;
}

.ads-mobile a {
    padding-top: 0px;
}

.ads-mobile a {
    padding-top: 10px;
    padding-bottom: 20px;
}
.section__title h2::after {display:none;}
.mb_large {
  margin-bottom: 40px !important;
}
.mb_small {
  margin-bottom: 20px !important;
}
.box-01 {
  padding: 4%;
  background: #fff;
  border: 10px solid #f4f4f4;
  text-align: left;
}
h2.h2-tittle {
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 25px 10px 15px 10px;
  color: #000;
  display: table;
  margin: auto;
  text-align:center;
}
h2.h2-tittle span {
  position: relative;
  margin-top: 10px;
  color: #000;
  display: block;
font-size: 1.4rem;
}

table.table01 {
  width: 100%;
}
table.table01 tr {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
}
table.table01 tr th {
  width: 30%;
  padding: 10px;
  background: #f5f5f5;
}
th {
  font-weight: normal;
  text-align: left;
}
table.table01 tr td {
  width: 70%;
  padding: 10px;
}
.btn_type {
  padding-left: 20px;
  position: relative;
  display: block;
  color: #E76589;
  font-weight: bold;
  text-decoration: none;
}
.btn_type::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-color: #E76589;
  border-radius: 50%;
}
.btn_type::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 4px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
}


.btn {
  position: relative;
  display: block;
  padding: 20px 10px;
  margin: auto;
    margin-bottom: auto;
  max-width: 500px;
  background: #ff8f92;
  border-bottom: 5px solid #ff5ea0;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.btn::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: .2s;
}
.btn:hover {
  opacity: .7;
}
.mb_half {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 767px){
	h2.h2-tittle {font-size: 21px;}
	h2.h2-tittle span{font-size: 16px;}
	
}