*{
    padding: 0;
    margin: 0;
}

.mainContents, .footerContent {
    max-width: 750px;
    margin: 0 auto;
}

body .mainContents img, .footerContent img {
    display: block;
    width: 100%;
    height: auto;
}

.cta {
    background-color: #F2F2EA;
    padding-bottom: 50px;
}

.btn_padding {
    padding-top: 20px;
}

.btn_bgcolor {
    background-color: #fff;
}

/*-------------------------------------------
footer
-----------------------------------------------*/

ul{
    list-style: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}



.footer-link {
  text-align: center;
}
.footer-link li{
  margin-bottom: .4em;
}
.footer-link-obi {
  margin: 100px auto 50px;
  text-align: left;
}
.footer-link-obi li {
  margin-bottom: 0;
  border-top: 1px solid #cce1e4;
}
.footer-link-obi li:last-child {
  border-bottom: 1px solid #cce1e4;
}
.footer-link-obi li a{
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: .9em 3em .9em;
  position: relative;
  line-height: 1em;
  border-bottom: 1px solid #fff;
}
.footer-link-obi li a:after {
  content: "＞";
  font-weight: bold;
  color: #efefef;
  position: absolute;
  top: 50%;
  left: .5rem;
  margin-top: -.5em;
  -webkit-transform: scaleX(.8);
  -ms-transform: scaleX(.8);
  -o-transform: scaleX(.8);
  transform: scaleX(.8);
}
#copy {
  text-align: center;
  font-size: 24px;
  color: #000;
  box-sizing: border-box;
  padding: 1.4em;
}

.cta__button, .Ccta__button {
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 750px) {
  .lpbox {
    padding: 0 20px;
  }
  .footer-link-obi {
    margin: 40px auto;
    text-align: left;
  }  
  #copy {
    font-size: 14px;
  }
  
}

@media screen and (max-width: 750px) {
  .mainContents {
    max-width: none;
    width: 100%;
  }
}