@charset "UTF-8";
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

#mainContent .mainContentInner {
  padding: 35px 0 75px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent .mainContentInner {
      padding: 50px 0 80px; } }
#mainContent h1 {
  position: relative;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  #mainContent h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d2961e;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h1 {
      font-size: 48px; }
      #mainContent h1:before {
        height: 6px; } }
#mainContent h2 {
  font-size: 20px;
  font-weight: bold; }
  @media only screen and (min-width: 751px), print {
    #mainContent h2 {
      width: 1000px;
      margin: 35px auto 0;
      padding-left: 30px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h2 {
      font-size: 28px;
      padding: 38px 45px;
      padding-left: 105px; } }
@media only screen and (min-width: 751px), print {
  #mainContent .contentInner {
    width: 1000px; } }
@media only screen and (min-width: 751px), print {
  #mainContent.complete .contentInner {
    width: 800px; } }

.headBlock #stepList {
  display: flex;
  width: 800px;
  margin: 45px auto 0;
  justify-content: space-between; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .headBlock #stepList {
      width: 100%;
      margin: 70px auto 0; } }
  .headBlock #stepList li {
    display: table;
    position: relative;
    width: 227px;
    height: 37px;
    background: #e6e6e6; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .headBlock #stepList li {
        width: 200px;
        height: 74px; } }
    .headBlock #stepList li .stepInner {
      display: table-cell;
      font-size: 15px;
      text-align: center;
      vertical-align: middle; }
      @media only screen and (min-width: 751px), print {
        .headBlock #stepList li .stepInner span {
          display: inline-block;
          padding-right: 1em; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .headBlock #stepList li .stepInner {
          font-size: 26px;
          line-height: 30px; }
          .headBlock #stepList li .stepInner span {
            display: inline-block;
            width: 100%; } }
    .headBlock #stepList li.active {
      color: #fff;
      background: #d2961e; }
    .headBlock #stepList li:nth-child(n+2):before {
      content: "";
      position: absolute;
      width: 8px;
      height: 18px;
      top: 9px;
      left: -31px;
      background: url(../../contact/img/arw_step.png) no-repeat; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .headBlock #stepList li:nth-child(n+2):before {
          width: 12px;
          height: 24px;
          top: 26px;
          left: -20px;
          background: url(../../contact/img/arw_step_sp.png) no-repeat; } }
@media only screen and (min-width: 751px), print {
  .headBlock .comboBox {
    display: flex;
    margin-top: 40px;
    line-height: 30px;
    justify-content: space-between;
    align-items: center; }
    .headBlock .comboBox .thanksTitle {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
    .headBlock .comboBox .cpiLogo {
      width: 85px;
      height: 85px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .headBlock .comboBox {
    position: relative;
    margin-top: 45px; }
    .headBlock .comboBox.thanksBox .secure {
      top: -10px;
      bottom: auto; }
    .headBlock .comboBox .thanksTitle {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 50px; }
    .headBlock .comboBox p:nth-child(n+2) {
      margin-top: 1em; }
    .headBlock .comboBox .secure {
      position: absolute;
      right: 0;
      bottom: 0; }
      .headBlock .comboBox .secure .cpiLogo {
        width: 85px;
        height: 85px; } }

@media only screen and (min-width: 751px), print {
  .contentBlock .formLayout {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9; }
    .contentBlock .formLayout > dt, .contentBlock .formLayout > dd {
      padding-left: 20px;
      border-bottom: 1px solid #d9d9d9; }
    .contentBlock .formLayout > dt {
      width: 258px;
      font-weight: bold;
      padding: 18px 20px;
      background: #f2f2f2; }
      .contentBlock .formLayout > dt.required:after {
        content: "必須";
        margin-left: 0.5em;
        padding: 0 4px;
        color: #f00;
        font-size: 12px;
        border: 1px solid #f00;
        background: #fff; }
    .contentBlock .formLayout > dd {
      width: 742px;
      padding: 18px 30px;
      padding-right: 10px; }
    .contentBlock .formLayout.headStyle {
      display: block; }
      .contentBlock .formLayout.headStyle dt, .contentBlock .formLayout.headStyle dd {
        width: 100%; }
      .contentBlock .formLayout.headStyle dd {
        padding: 18px 0; }
    .contentBlock .formLayout select {
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #000;
      background: #fff; }
    .contentBlock .formLayout textarea {
      display: block;
      height: 30px;
      line-height: 30px;
      border: 1px solid #000; }
    .contentBlock .formLayout input[type="text"] {
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #000; }
    .contentBlock .formLayout #cs_subject {
      width: 100%; }
    .contentBlock .formLayout #cs_notes {
      width: 100%;
      height: 150px; }
    .contentBlock .formLayout #cs_company {
      width: 425px; }
    .contentBlock .formLayout #cs_zip1, .contentBlock .formLayout #cs_zip2 {
      width: 75px; }
    .contentBlock .formLayout #cs_city, .contentBlock .formLayout #cs_street, .contentBlock .formLayout #cs_bill {
      width: 560px; }
    .contentBlock .formLayout #cs_tel, .contentBlock .formLayout #cs_mail, .contentBlock .formLayout #cs_mail_comfirm {
      width: 435px; }
    .contentBlock .formLayout input.err, .contentBlock .formLayout select.err, .contentBlock .formLayout textarea.err {
      border: 1px solid #f00;
      background: #ffe6e6; }
    .contentBlock .formLayout .errText {
      margin-top: 5px;
      color: #c80000; }
      .contentBlock .formLayout .errText.name {
        display: flex; }
        .contentBlock .formLayout .errText.name .sei, .contentBlock .formLayout .errText.name .mei {
          width: 285px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .formLayout > dt {
    padding-top: 40px;
    font-weight: bold; }
    .contentBlock .formLayout > dt.required:after {
      content: "必須";
      display: inline-block;
      margin-left: 0.5em;
      padding: 0 9px;
      color: #f00;
      font-size: 24px;
      line-height: 32px;
      vertical-align: middle;
      border: 2px solid #f00;
      background: #fff; }
  .contentBlock .formLayout > dd {
    padding-top: 22px;
    padding-bottom: 58px;
    border-bottom: 2px solid #d9d9d9; }
  .contentBlock .formLayout select {
    padding: 0 22px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    border: 2px solid #000;
    background: #fff; }
  .contentBlock .formLayout textarea {
    font-size: 28px;
    line-height: 50px;
    border: 2px solid #000; }
  .contentBlock .formLayout input[type="text"] {
    padding: 0 22px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    border: 2px solid #000; }
  .contentBlock .formLayout #cs_subject {
    width: 100%; }
  .contentBlock .formLayout #cs_notes {
    width: 100%;
    height: 264px; }
  .contentBlock .formLayout #cs_company {
    width: 100%; }
  .contentBlock .formLayout #cs_zip1, .contentBlock .formLayout #cs_zip2 {
    width: 200px; }
  .contentBlock .formLayout #cs_city, .contentBlock .formLayout #cs_street, .contentBlock .formLayout #cs_bill {
    width: 100%; }
  .contentBlock .formLayout #cs_tel, .contentBlock .formLayout #cs_mail, .contentBlock .formLayout #cs_mail_comfirm {
    width: 100%; }
  .contentBlock .formLayout input.err, .contentBlock .formLayout select.err, .contentBlock .formLayout textarea.err {
    border: 2px solid #f00;
    background: #ffe6e6; }
  .contentBlock .formLayout .errText {
    margin-top: 10px;
    color: #c80000; } }
@media only screen and (min-width: 751px), print {
  .contentBlock .innerLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center; } }
@media only screen and (min-width: 751px), print {
  .contentBlock .innerLayout.name dt, .contentBlock .innerLayout.kana dt {
    width: 50px; }
  .contentBlock .innerLayout.name dd, .contentBlock .innerLayout.kana dd {
    width: 180px; }
  .contentBlock .innerLayout.name input[type="text"], .contentBlock .innerLayout.kana input[type="text"] {
    width: 145px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .innerLayout.name, .contentBlock .innerLayout.kana {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center; }
    .contentBlock .innerLayout.name dt, .contentBlock .innerLayout.kana dt {
      width: 78px; }
    .contentBlock .innerLayout.name dd, .contentBlock .innerLayout.kana dd {
      width: 252px; }
    .contentBlock .innerLayout.name input[type="text"], .contentBlock .innerLayout.kana input[type="text"] {
      width: 240px; } }
@media only screen and (min-width: 751px), print {
  .contentBlock .innerLayout.address dt {
    width: 140px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .innerLayout.address dt {
    margin-top: 40px;
    font-size: 24px; }
    .contentBlock .innerLayout.address dt:first-child {
      margin-top: 0; } }
@media only screen and (min-width: 751px), print {
  .contentBlock .innerLayout.address dd {
    width: 560px; }
    .contentBlock .innerLayout.address dd + dt {
      margin-top: 10px; }
      .contentBlock .innerLayout.address dd + dt + dd {
        margin-top: 10px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .innerLayout.address dd {
    margin-top: 10px; } }
.contentBlock .innerLayout.address dd .note {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock .innerLayout.address dd .note {
      margin-top: 10px;
      font-size: 24px;
      line-height: 30px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .contentInner {
    padding: 0 45px; } }
@media only screen and (min-width: 751px), print {
  .contentBlock .pamphletList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media only screen and (min-width: 751px), print {
  .contentBlock .pamphletList li {
    width: 486px; }
    .contentBlock .pamphletList li:nth-child(n+3) {
      margin-top: 25px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock .pamphletList li:nth-child(n+2) {
    margin-top: 10px; } }
.contentBlock .pamphletList li label {
  display: block;
  cursor: pointer;
  border: 1px solid #b3b3b3; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock .pamphletList li label {
      border: 2px solid #000; } }
  .contentBlock .pamphletList li label.err {
    border: 1px solid #f00;
    background: #ffe6e6; }
  .contentBlock .pamphletList li label input[type="checkbox"] {
    display: none; }
    .contentBlock .pamphletList li label input[type="checkbox"]:checked + .listInner {
      background: #fbf4e8; }
      @media only screen and (min-width: 751px), print {
        .contentBlock .pamphletList li label input[type="checkbox"]:checked + .listInner {
          -moz-box-shadow: 0 0 0 3px #d2961e inset;
          -webkit-box-shadow: 0 0 0 3px #d2961e inset;
          box-shadow: 0 0 0 3px #d2961e inset; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .contentBlock .pamphletList li label input[type="checkbox"]:checked + .listInner {
          -moz-box-shadow: 0 0 0 6px #d2961e inset;
          -webkit-box-shadow: 0 0 0 6px #d2961e inset;
          box-shadow: 0 0 0 6px #d2961e inset; } }
      .contentBlock .pamphletList li label input[type="checkbox"]:checked + .listInner .checkUI:before {
        width: 100%; }
.contentBlock .pamphletList li .listInner {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  @media only screen and (min-width: 751px), print {
    .contentBlock .pamphletList li .listInner {
      display: flex;
      padding: 30px 50px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock .pamphletList li .listInner {
      padding: 20px 50px; } }
  .contentBlock .pamphletList li .listInner .checkUI {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 20px;
    background: #fff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-shadow: 0 0 0 1px #212121 inset;
    -webkit-box-shadow: 0 0 0 1px #212121 inset;
    box-shadow: 0 0 0 1px #212121 inset; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .contentBlock .pamphletList li .listInner .checkUI {
        width: 36px;
        height: 36px;
        left: 24px;
        -moz-box-shadow: 0 0 0 2px #212121 inset;
        -webkit-box-shadow: 0 0 0 2px #212121 inset;
        box-shadow: 0 0 0 2px #212121 inset; } }
    .contentBlock .pamphletList li .listInner .checkUI:before {
      content: "";
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      background: url(../../contact/img/icon_checkbox_on.png) no-repeat;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .contentBlock .pamphletList li .listInner .checkUI:before {
          background: url(../../contact/img/icon_checkbox_on_sp.png) no-repeat; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock .pamphletList li .listInner .imgWrap {
      display: none; } }
  .contentBlock .pamphletList li .listInner .detailWrap {
    margin-left: 20px; }
    @media only screen and (min-width: 751px), print {
      .contentBlock .pamphletList li .listInner .detailWrap {
        width: 260px; } }
    .contentBlock .pamphletList li .listInner .detailWrap .logo {
      margin-top: 20px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .contentBlock .pamphletList li .listInner .detailWrap .logo {
          display: none; } }

#mainContent.top .content01 h2, #mainContent.confirm .content01 h2 {
  background: url(../../contact/img/icon_contact_01.png) no-repeat left center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent.top .content01 h2, #mainContent.confirm .content01 h2 {
      margin-top: 40px;
      background: url(../../contact/img/icon_contact_01_sp.png) no-repeat left 45px center #f2f2f2; } }
#mainContent.top .content02 h2, #mainContent.confirm .content02 h2 {
  background: url(../../contact/img/icon_contact_02.png) no-repeat left center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent.top .content02 h2, #mainContent.confirm .content02 h2 {
      margin-top: 80px;
      background: url(../../contact/img/icon_contact_02_sp.png) no-repeat left 45px center #f2f2f2; } }

.errBlock {
  margin-top: 30px; }
  .errBlock .contentInner {
    padding: 20px;
    background: #ffe6e6; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .errBlock .contentInner {
        padding: 30px 45px; } }
  .errBlock .errList {
    color: #c80000; }
    @media only screen and (min-width: 751px), print {
      .errBlock .errList {
        line-height: 30px; } }

@media only screen and (min-width: 751px), print {
  .thanksBlock {
    margin-top: 35px; }
    .thanksBlock dl {
      border: 1px solid #ccc; }
      .thanksBlock dl dt {
        padding: 13px 0;
        font-weight: bold;
        text-align: center;
        background: #f2f2f2; }
      .thanksBlock dl dd {
        display: flex;
        height: 100px;
        border-top: 1px solid #ccc;
        align-items: center;
        justify-content: center; }
        .thanksBlock dl dd .tel, .thanksBlock dl dd .fax {
          padding: 4px 0;
          padding-left: 60px; }
          .thanksBlock dl dd .tel strong, .thanksBlock dl dd .tel span, .thanksBlock dl dd .fax strong, .thanksBlock dl dd .fax span {
            display: block;
            font-weight: bold; }
          .thanksBlock dl dd .tel strong, .thanksBlock dl dd .fax strong {
            font-size: 28px;
            line-height: 30px; }
          .thanksBlock dl dd .tel span, .thanksBlock dl dd .fax span {
            font-size: 13px;
            line-height: 15px; }
        .thanksBlock dl dd .tel {
          background: url(../../contact/img/icon_tel.png) no-repeat left center; }
          .thanksBlock dl dd .tel strong {
            color: #0095dc; }
        .thanksBlock dl dd .fax {
          margin-left: 42px;
          background: url(../../contact/img/icon_fax.png) no-repeat left center; }
          .thanksBlock dl dd .fax strong {
            color: #007292; }
    .thanksBlock .btnWrap {
      margin-top: 40px; }
      .thanksBlock .btnWrap .btnStyle {
        width: 190px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .thanksBlock {
    margin-top: 40px; }
    .thanksBlock dl {
      border: 2px solid #ccc; }
      .thanksBlock dl dt {
        padding: 13px 0;
        font-weight: bold;
        text-align: center;
        background: #f2f2f2; }
      .thanksBlock dl dd {
        padding: 40px 0;
        border-top: 2px solid #ccc; }
        .thanksBlock dl dd .tel, .thanksBlock dl dd .fax {
          width: 560px;
          margin: auto;
          padding: 8px 0;
          padding-left: 120px; }
          .thanksBlock dl dd .tel strong, .thanksBlock dl dd .tel span, .thanksBlock dl dd .fax strong, .thanksBlock dl dd .fax span {
            display: block;
            font-weight: bold; }
          .thanksBlock dl dd .tel strong, .thanksBlock dl dd .fax strong {
            font-size: 56px;
            line-height: 60px; }
          .thanksBlock dl dd .tel span, .thanksBlock dl dd .fax span {
            font-size: 26px;
            line-height: 30px; }
        .thanksBlock dl dd .tel {
          background: url(../../contact/img/icon_tel_sp.png) no-repeat left center; }
          .thanksBlock dl dd .tel strong {
            color: #0095dc; }
        .thanksBlock dl dd .fax {
          margin-top: 28px;
          background: url(../../contact/img/icon_fax_sp.png) no-repeat left center; }
          .thanksBlock dl dd .fax strong {
            color: #007292; }
    .thanksBlock .btnWrap {
      margin-top: 40px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) and (min-width: 1px) and (max-width: 750px) {
      .thanksBlock .btnWrap {
        margin-top: 50px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
      .thanksBlock .btnWrap .btnStyle {
        width: 190px; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) and (min-width: 1px) and (max-width: 750px) {
        .thanksBlock .btnWrap .btnStyle {
          width: 380px; } }

.bottomBlock .contentInner {
  margin-top: 20px;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .bottomBlock .contentInner {
      margin-top: 80px; } }
.bottomBlock .btnWrap {
  position: relative;
  margin-top: 25px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .bottomBlock .btnWrap {
      margin-top: 45px; } }
  .bottomBlock .btnWrap .btnLarge {
    display: table;
    margin: auto;
    color: #fff;
    font-size: 24px;
    border-radius: 6px; }
    @media only screen and (min-width: 751px), print {
      .bottomBlock .btnWrap .btnLarge {
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        .bottomBlock .btnWrap .btnLarge:hover {
          text-decoration: none; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .bottomBlock .btnWrap .btnLarge {
        font-size: 36px;
        border-radius: 12px; } }
    .bottomBlock .btnWrap .btnLarge span {
      display: table-cell;
      font-weight: bold;
      text-align: center;
      vertical-align: middle; }
    .bottomBlock .btnWrap .btnLarge.confirm {
      width: 435px;
      height: 80px;
      border: 1px solid #c1272d;
      background: #c1272d; }
      .bottomBlock .btnWrap .btnLarge.confirm:hover {
        color: #c1272d;
        background: #fff; }
    .bottomBlock .btnWrap .btnLarge.confirm, .bottomBlock .btnWrap .btnLarge.submit {
      width: 435px;
      height: 80px;
      background: #c1272d; }
      @media only screen and (min-width: 751px), print {
        .bottomBlock .btnWrap .btnLarge.confirm, .bottomBlock .btnWrap .btnLarge.submit {
          cursor: pointer;
          border: 1px solid #c1272d; }
          .bottomBlock .btnWrap .btnLarge.confirm:hover, .bottomBlock .btnWrap .btnLarge.submit:hover {
            color: #c1272d;
            background: #fff; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .bottomBlock .btnWrap .btnLarge.confirm, .bottomBlock .btnWrap .btnLarge.submit {
          width: 560px;
          height: 140px; } }
  @media only screen and (min-width: 751px), print {
    .bottomBlock .btnWrap .back {
      position: absolute;
      width: 150px;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .bottomBlock .btnWrap .back {
      width: 300px;
      margin-top: 64px; } }
