@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base_sp_min.css";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');

/*******************

LP style

********************/
.mincho {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-feature-settings: 'palt' 1;
}
.georgia {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.red {
  color: #ff1a00;
}
.mk {
  background: -moz-linear-gradient(top, rgba(253,255,77,0) 0%, rgba(253,255,77,0) 13%, rgba(253,255,77,1) 14%, rgba(253,255,77,1) 87%, rgba(253,255,77,0) 88%, rgba(253,255,77,0) 100%);
  background: -webkit-linear-gradient(top, rgba(253,255,77,0) 0%,rgba(253,255,77,0) 13%,rgba(253,255,77,1) 14%,rgba(253,255,77,1) 87%,rgba(253,255,77,0) 88%,rgba(253,255,77,0) 100%);
  background: linear-gradient(to bottom, rgba(253,255,77,0) 0%,rgba(253,255,77,0) 13%,rgba(253,255,77,1) 14%,rgba(253,255,77,1) 87%,rgba(253,255,77,0) 88%,rgba(253,255,77,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdff4d', endColorstr='#00fdff4d',GradientType=0 );
}

.header {
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
}
.header .header-box {
  max-width: 1040px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.header .header-btn {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1% 0% 1% 38.5%;
}
.header-btn a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  margin: 0 auto;
}
.header-btn a:hover {
  opacity: .7;
}
@media screen and (min-width:750px){
  .header .header-btn {
    padding: 1% 0.5% 2% 77%;
  }
  #fv {
    background: url(../img/fvbg.png) repeat-x top center;
  }
}

/* cta */
.cta {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  max-width: 940px;
}
.cta-regular {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.cta-box {
  position: relative;
}
.cta-btn a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  display: block;
  margin: 0 auto;
}
.cta-btn a:hover {
  opacity: .7;
}
.cta-att {
  background: url(../img/sp_cta_bg_rp.png) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 4% 7% 0 7%;
  width: 100%;
}
.cta-att dt {
  margin-bottom: .8em;
}
.cta-att dd p {
  font-size: .78em;
  line-height: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
}
.cta-att dd p + p {
  margin-top: 1em;
}
.cta-regular .cta-btn {
  position: absolute;
  top: 40%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5% 2.5% 6%;
}
.cta-regular .cta-btn-stick {
  top: 86%;
}
.cta-trial .cta-btn {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5% 0% 6%;
}
.cta-normal .cta-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2.5% 1% 43.5%;
}
.combination-box {
  position: relative;
}
.combination-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5% 0% 6%;
}
.combination-btn a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  display: block;
  margin: 0 auto;
}
.combination-btn a:hover {
  opacity: .7;
}

.tel {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.tel-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 7% 6.5% 8.5%;
}


@media screen and (min-width:750px){
  .cta-att {
    background: url(../img/pc_cta_bg_rp.png) repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    box-sizing: border-box;
    padding:1% 8.5% 0 8.5%;
    width: 100%;
  }
  .cta-att dt {
    margin-bottom: .8em;
  }
  .cta-att dd p {
    font-size: .78em;
    line-height: 1.8em;
    text-indent: -1em;
    padding-left: 1em;
  }
  .cta-att dd p + p {
    margin-top: .2em;
  }

  .cta-regular .cta-btn {
    padding: 0 8% 1% 8.5%;
    top: 37%;
  }
  .cta-regular .cta-btn-stick {
    top: 86%;
  }
  .cta-normal .cta-btn {
    padding: 0 7% 4.4% 50.5%;
  }
  .combination-btn a{
    max-width: 776px;
    margin: 0 auto;
    display: block;
    width: 70%;
  }
}

@media screen and (min-width:750px) {
  .section01 {
    margin: 20px 0 0;
  }
  .message {
    margin: 30px 0 0;
  }
}

.intv02 , .intv03 , .intv04 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.intv-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 44% 6% 0%;
}
.intv02 .intv-txt {
  padding-top: 56%;
}
.intv03 .intv-txt {
  padding-top: 49.5%;
}
.intv-sttl {
  background: url(../img/dotline.png) repeat-x bottom left;
  -webkit-background-size: auto 0.1rem;
  background-size: auto 0.1rem;
  box-sizing: border-box;
  color: #78952e;
  font-size: 1.45em;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
  line-height: 1.38em;
  letter-spacing: -0.04em;
  text-align: center;
  padding-bottom: .8rem;
  margin: 0 auto 1rem;
}
.intv-sttl span {
  color: #ff1a00;
}
.intv-txt p {
  line-height: 1.7em;
}
.repeat {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.repeat-box {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.repeat-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0% 0% 0%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.56em;
}
.repeat + .cta {
  margin-top: -13%;
}
.tea-box {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.tea-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5% 9% 0%;
}
.tea-sttl {
  text-align: center;
  color: #151112;
  font-size: 1.42em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: .5em;
}
.tea-sttl .mincho {
  font-weight: bolder;
}
.tea-txt p {
  line-height: 1.64em;
}
.tea04 .tea-txt {
  padding: 56% 9% 0%;
}
.tea-txt2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 38% 5% 0%;
}
.tea-txt2 p {
  line-height: 1.5em;
}
.tea07 .tea-txt2 {
  padding: 42% 5% 0%;
}
.tea08 .tea-txt2 {
  padding: 42% 5% 0%;
}

.tea-column {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 19.5% 9% 0%;
}
.tea-column-ttl {
  color: #151112;
  font-size: 1.65em;
  line-height: 1.2em;
  margin-bottom: .4em;
}
.tea-column-ttl span {
  color: #c75c28;
}
.tea-column p {
  font-size: 1.14em;
  line-height: 1.55em;
}
.combination08 {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
.combination08-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 57.5% 7% 5% 7%;
}
.combination08-txt dt {
  color: #532e12;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1.2em;
}
.combination08-txt dt span {
  color: #2a7cb6;
  display: block;
  text-align: center;
  margin: .25em auto;
  font-size: 1.8em;
}
.combination08-txt dd {
  line-height: 1.6em;
}

.voice2-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.voice2-txt {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 8.5% 25% 8.5%;
}
.voice2-txt p {
  line-height: 1.6em;
  font-size: 0.95em;
}
.howto {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.howto-box {
  position: relative;
}
.howto-box ol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: none;
}
.howto-box ol li {
  margin: 0 auto;
  width: 89%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border: 2px solid #533c1f;
  padding: 2px;
  margin-top: 4%;
}
.howto-box ol li + li:before {
  content: "";
  background: url(../img/sp_howto_ar.png) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 6rem;
  height: 0;
  padding-bottom: 20%;
  z-index: 4;
  position: absolute;
  top: -1.9em;
  left: 50%;
  margin-left: -3rem;
}
.howto-img {
  width: 30%;
}
.howto-txt {
  width: 65%;
  box-sizing: border-box;
  padding: .6em .4em .6em 0;
}
.howto-txt dt {
  color: #78952e;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: .5em;
}
.howto-txt dt span {
  color: #f5dabe;
  position: relative;
  z-index: 1;
  font-size: 2.8em;
  margin-top: -3em;
  font-weight: normal;
}
.howto-txt dd {
  position: relative;
  z-index: 3;
}
.quality-box {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.quality-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 18% 8% 0% 8%;
}
.quality-txt dt {
  color: #2a7cb6;
  font-weight: bold;
  font-size: 1.21em;
  line-height: 1.7em;
  box-sizing: border-box;
  padding-bottom: 15.5%;
}
.quality-txt dt span.kanji {
  font-size: 1.6em;
}
.quality-txt dt span.kana {
  font-size: 1.29em;
}
.quality-txt p {
  line-height: 1.6em;
}

@media screen and (min-width:750px){
  .intv-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 42.5% 0% 13%;
  }
  .intv02 .intv-txt {
    padding: 21% 43.5% 0% 13%;
  }
  .intv03 .intv-txt {
    padding: 4.5% 13.5% 0% 43.5%;
  }
  .intv-txt {
    font-size: 1.6vw;
  }
  .intv-sttl {
    text-align: left;
    font-size: 1.7em;
    margin-bottom: .5em;
  }
  .intv-txt p {
    line-height: 1.9em;
  }
  .repeat-txt {
    font-size: 1.6vw;
  }
  .repeat + .cta {
    margin-top: -8%;
  }
  .free {
    background: url(../img/free_bg.jpg) repeat-x top center;
  }
  .trouble-01 {
    background: url(../img/trouble_01_bg.jpg) repeat-x top center;
  }
  .trouble-02 {
    background-color: #eeeeee;
  }
  .trouble-03 {
    background-color: #6F5D49;
  }
  .foryou {
    background: url(../img/foryou_bg.png) repeat-x top center;
  }
  .voice {
    background: url(../img/voice_bg.png) repeat-x top center;
  }
  .repeat {
    background: url(../img/repeat_bg.jpg) repeat-x top center;
  }
  .tea-area {
    background-color: #fff7e8;
    position: relative;
    width: 100%;
  }
  .tea-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 1290px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #e79a39;
  }
  .tea-area > * {
    position: relative;
    z-index: 3;
  }
  .tea-box {
    font-size: 1.5vw;
  }
  .tea-sttl {
    text-align: left;
    font-size: 1.6em;
  }
  .tea-txt {
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .tea03 .tea-txt {
    padding: 6.5% 47.5% 0% 20.5%;
  }
  .tea04 .tea-txt {
    padding: 5.2% 20.5% 0% 46.5%;
  }
  .tea04 .tea-sttl + p {
    box-sizing: border-box;
    padding-left: 5%;
  }
  .tea04 .tea-sttl {
    text-align: right;
  }
  .tea-txt2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12.5% 20% 0% 45%;
  }
  .tea-txt2 p {
    line-height: 1.6em;
    font-size: 0.85em;
  }
  .tea07 .tea-txt2 {
    padding: 18.5% 43% 0% 22%;
  }
  .tea08 .tea-txt2 {
    padding: 15% 20% 0% 45%;
  }

  .tea-column {
    padding: 7% 21% 0%;
    font-size: .9em;
  }
  .tea-column-ttl {
    color: #151112;
    font-size: 1.65em;
    line-height: 1.2em;
    margin-bottom: .4em;
  }
  .tea-column-ttl span {
    color: #c75c28;
  }
  .tea-column p {
    font-size: .85em;
    line-height: 2em;
  }

  .combination08-txt {
    font-size: 1.4vw;
    padding: 30% 20% 5% 46.5%;
  }
  .combination08-txt dt {
    text-align: left;
    font-size: 1.3em;
  }
  .combination08-txt dt span {
    color: #2a7cb6;
    display: block;
    text-align: left;
    margin: .4em auto .4em 0;
    font-size: 1.8em;
  }
  .combination08-txt dd {
    line-height: 1.6em;
  }
  .voice2-txt p{
    font-size: 1.5vw;
    line-height: 2em;
  }
  .voice2-02 .voice2-txt {
    padding: 0% 14% 10% 36%;
  }
  .voice2-03 .voice2-txt {
    padding: 0% 35% 7.5% 14%;
  }
  .voice2-04 .voice2-txt {
    padding: 0% 14% 7.5% 36%;
  }
  .voice2-05 .voice2-txt {
    padding: 0% 36% 14.6% 14%;
  }

  .howto-box ol {
    position: absolute;
    top: -1.5em;
    left: 0;
    z-index: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: none;
    box-sizing: border-box;
    padding: 0 6% 0;
  }
  .howto-box ol li {
    width: 32%;
    max-width: 280px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .howto-img {
    width: 100%;
    padding-bottom: 1em;
  }
  .howto-txt {
    width: 100%;
    box-sizing: border-box;
    padding: .6em .4em .2em;
    overflow: hidden;
    position: relative;
  }
  .howto-txt dt {
    color: #78952e;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: .5em;
    text-align: center;
  }
  .howto-txt dt span {
    display: block;
    position: absolute;
    bottom: -.1em;
    left: -.04em;
    margin: 0 auto;
    line-height: 1em;
    padding: 0;
    font-size: 4em;
  }
  .howto-txt dd {
    position: relative;
    z-index: 3;
    padding: .5em;
    box-sizing: border-box;
  }

  .howto-box ol li + li:before {
    content: "";
    background: url(../img/pc_howto_ar.png) no-repeat top left;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width:0;
    height: 4.8rem;
    padding-bottom: 0%;
    padding-left: 20%;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: -1.2rem;
    margin-left: auto;
    margin-top: -2.4em;
  }




  .timing{
    background-color: #FBFBFB;
    position: relative;
    width: 100%;
  }
  .timing:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .timing > * {
    position: relative;
    z-index: 3;
  }

  .quality-txt {
    font-size: 1.7vw;
    padding: 24% 36% 0% 6.8%;
  }
  .quality-txt dt {
    font-size: 2.15em;
    line-height: 1.6em;
    padding-bottom: 5.5%;
  }
  .quality-txt dt span.kanji {
    font-size: 1.55em;
  }
  .quality-txt dt span.kana {
    font-size: 1.27em;
  }
  .quality-txt p {
    line-height: 1.88em;
  }

  .mes{
    background-color: #F7F7F7;
    position: relative;
    width: 100%;
  }
  .mes:after {
    content: "";
    display: block;
    width: 100%;
    height: 89px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .mes > * {
    position: relative;
    z-index: 3;
  }
  .combination {
    background: url(../img/combination_bg.jpg) repeat-x top center;
  }
  .everyday {
    background: url(../img/everyday_bg.jpg) repeat-x top center;
  }
}
@media screen and (min-width:1000px){
  .quality-txt {
    font-size: 18px;
  }
}

@media screen and (min-width:1200px){
  .intv-txt {
    font-size: 18px;
  }
  .intv-sttl {
    font-size: 32px;
    -webkit-background-size: auto 3px;
    background-size: auto 3px;
  }
  .voice2-txt p{
    font-size: 18px;
  }
}
@media screen and (min-width:1500px){
  .repeat-txt {
    font-size: 24px;
  }
  .tea-box {
    font-size: 24px;
  }
  .combination08-txt {
    font-size: 22px;
  }
}
.qa {
  margin: 8% auto 0;
  background-color: #FFF58C;
  background: url(../img/sp_faq_bg.jpg) repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.qa-box {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1%;
}
.qa-a {
  background: #fff url(../img/sp_faq_a_bg.png) no-repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border-radius: .6em;
  box-sizing: border-box;
  margin: 0 auto 1.5em;
  overflow: hidden;
  padding: .6em 1em .6em 11.5%;
  width: 88%;
}
.qa-a p {
  color: #533c1f;
  line-height: 1.64em;
}
@media screen and (min-width:750px){
  .qa {
    margin: 4% auto 0;
  }
  .qa-box > p {
    position: relative;
    z-index: 2;
  }
  .qa-a {
    background: #fff url(../img/pc_faq_a_bg.png) no-repeat top left;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    border-radius: .6em;
    box-sizing: border-box;
    margin: -1.2em auto 1.5em;
    overflow: hidden;
    padding: 1.5em 1em 1.2em 8%;
    width: 97%;
    max-width: 920px;
    position: relative;
    z-index: 1;
    min-height: 120px;
  }
}
.combination_details-pc div {
  position: relative;
}
.combination_details-pc div:nth-of-type(1) ul {
  top: 10%;
}
.combination_details-pc div ul {
  max-width: 920px;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.combination_details-pc div ul li {
  width: 30.5%;
  position: relative;
  display: inline-block;
  margin-bottom: .8em;
  padding: 0 1%;
}
.combination_details-pc div ul li p:last-child {
  position: absolute;
  bottom: .5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: left;
  padding: 0 8%;
  font-size: 1vw;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .combination_details-pc div:nth-of-type(1) ul {
    top: 0;
  }
  .combination_details-pc div {
    position: relative;
  }
  .combination_details-pc div:nth-of-type(1) ul {

  }
  .combination_details-pc div ul {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .combination_details-pc div ul li {
    width: 44%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  .combination_details-pc div ul li p:last-child {
    position: absolute;
    top: 9em;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: left;
    padding: 0 8%;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: -.1em;
  }
  .combination_details-pc div ul .mt2 p:last-child {
    top: 10em;
  }
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#lp-footer {
  background-color: #fff;
}
.tel2 {
  margin: 0 auto;
  position: relative;
}
.tel2 .tel2-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 7% 13% 8.5%;
}

/* guide */
.guide {
  max-width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding-bottom: 1em;
}
.guide .guide-ttl {
  text-align: center;
}
.guide dl {
  display: block;
  box-sizing: border-box;
  padding: 1em 1.3em .5em;
}
.guide dt {
  color: #78952e;
  font-size: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  padding: .3em 0;
  border-bottom: 1px solid;
  margin-bottom: .5em;
}
.guide dd p + p {
  margin-top: 1.2em;
}
.guide .ssttl {
  color: #2a7cb6;
  font-weight: bold;
}
.guide .guide-card {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 3em 1.5em 0;
}

.footer-link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.footer-link li{
  font-size: .95rem;
  margin-bottom: 1em;
}
#copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background: url(../img/copy_bg.png) repeat top center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  box-sizing: border-box;
  padding: .9em 0;
}

@media screen and (min-width:750px){
  #lp-footer {
    background-color: #fafdeb;
  }
  .guide {
    border: 4px solid #78952e;
  }
  .guide dl {
    display: block;
    box-sizing: border-box;
    padding: 1.5em 2em .5em;
    width: 50%;
    float: left;
  }
  .guide dt {
    background-color: #78952e;
    border: none;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: .5em 0 .4em;
  }
  .guide dl:nth-of-type(2),
  .guide dl:nth-of-type(3) {
    float: right;
  }
  .guide dd p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .guide dd p + p {
    margin-top: 1em;
  }
  .footer-link {
    margin: 4em auto 2em;
  }
  .footer-link li{
    display: inline-block;
    line-height: 1.2em;
    padding-left: .2em;
  }
  .footer-link li + li {
    border-left: 1px solid;
    padding-left: .5em;
  }
  #copy {
    padding: 1.5em 0;
    font-size: .85em;
  }
}
