.send-sp-conversion {
    background-color: #fff !important;
}

@media print, screen and (min-width: 761px) {
  /* PC */
	.send-sp-conversion__inner {
    max-width: 100% !important;
	padding: 0 !important;
}
	.send-sp-conversion{
	margin: 1.8em calc(50% - 49vw) !important;
	}
  .off-inner {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .off__ttl {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: .25em;
  }
  .off__subttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
  }
  .off-app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .off-app {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .off-app:not(:last-child) {
    border-right: solid 1px #B7B7B7;
  }
  .off-app-desc {
    text-align: center;
    margin-right: 20px;
  }
  .off-app__phone {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .75em;
    text-align: left;
  }
  .off-app__phone--center {
    text-align: center;
  }
  .off-app__phone__note {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    font-weight: normal;
  }
  .off-app__btn {
    display: inline-block;
  }
  .off-app__btn__img {
    vertical-align: middle;
    width: 300px;
  }
  .off-app__qr {
    width: 160px;
    border: solid 1px #707070;
  }
  .off-app-list+* {
    margin-top: 45px;
  }
  /* 01 */
  .off--01 .off-inner {
    padding: 60px 32px 0;
  }
	.attent-list02 li{
		text-align: right;
	}
}

@media only screen and (max-width: 760px) {
  /* SP */
  /*.off-inner {
    padding: 11.467vw 4vw;
  }*/
	.send-sp-conversion__inner{
		padding: 0 !important;
	}
  .off__ttl {
    font-size: 6.2vw;
    font-weight: bold;
    margin-bottom: .5em;
    text-align: center;
  }
  .off__subttl {
    font-size: 3.733vw;
    font-weight: bold;
    margin-bottom: 7vw;
    text-align: center;
  }
  .off-app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .off-app {
    width: 40vw;
  }
  .off-app-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .off-app__btn {
    display: inline-block;
    margin-bottom: 1.2vw;
  }
  .off-app__btn__img {
    width: 44vw;
    vertical-align: middle;
  }
  .off-app__phone {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
  }
  .off-app__phone__note {
    display: inline-block;
    /*margin-left: 1em;*/
    font-size: 3.2vw;
    font-weight: normal;
  }
  .off-app-list+* {
    margin-top: 8.533vw;
  }
  /* 01 */
  .off--01 .off-inner {
    padding: 11.467vw 4vw 0;
  }
}