@charset "UTF-8";

@media (max-width: 767px) {
  body {
    min-width: 0;
  }
  .container {
    width: auto;
  }
  .global-header {
    padding: 18px 0 16px;
  }
  .global-header .site-logo img {
    display: none;
  }
  .global-header .site-logo a {
    display: block;
    width: 141.5px;
    height: 30px;
    background-image: url(../../images/usergram/logo_usergram_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .contact-form {
    width: auto;
    padding: 150px 0 45px;
  }
  .contact-form-inner {
    margin-bottom: 30px;
  }
  .contact-form .section-heading {
    margin-bottom: 32px;
    font-size: 2.2rem;
  }
  .contact-form .note {
    padding: 0 16px;
    text-align: left;
  }
  .contact-form .btn-submit button {
    width: 260px;
    height: 46.5px;
    background-image: url(../../images/usergram/btn_contact_sp.png);
    background-size: 100% auto;
    font-size: 1.6rem;
  }
  .contact-form .btn-submit button:hover {
    background-position: 0 0;
    text-decoration: none;
  }
  .contact-description-area {
    padding: 0 16px;
  }
  .contact-description-area img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-description-area p {
    margin-left: 0;
  }
  .contact-input-area {
    float: none;
    width: auto;
  }
  .contact-input-area table, .contact-input-area tbody, .contact-input-area tr, .contact-input-area th, .contact-input-area td {
    display: block;
  }
  .contact-input-area table {
    border-bottom: 1px solid #e6e6e6;
  }
  .contact-input-area tr {
    padding: 0 16px;
    border-top: 1px solid #e6e6e6;
  }
  .contact-input-area th {
    width: auto;
    padding-right: 0;
  }
  .contact-input-area .name1,
  .contact-input-area .name2 {
    width: 47.5%;
  }
  .contact-input-area input[type="text"],
  .contact-input-area input[type="tel"],
  .contact-input-area input[type="email"],
  .contact-input-area textarea {
    font-size: 1.6rem;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .contact-input-area .select-item {
    width: 100%;
  }
  .contact-input-area .select-item-label {
    width: 100%;
    font-size: 1.6rem;
  }
  .contact-input-area select {
    font-size: 1.6rem;
  }
  .contact-input-area .radio-item,
  .contact-input-area .checkbox-item {
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .contact-input-area .radio-item input[type="radio"],
  .contact-input-area .radio-item input[type="checkbox"],
  .contact-input-area .checkbox-item input[type="radio"],
  .contact-input-area .checkbox-item input[type="checkbox"] {
    height: auto;
  }
  .contact-notice {
    float: none;
    width: auto;
    padding: 10px 0 0;
  }
  .contact-notice > * {
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-notice h3 {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    font-weight: normal;
  }
  .contact-notice h3.ug-responsive-accordion-toggle {
    position: relative;
  }
  .contact-notice h3 .plus {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    width: 12px;
    height: 12px;
  }
  .contact-notice h3 .plus:before, .contact-notice h3 .plus:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #222222;
  }
  .contact-notice h3 .plus:before {
    top: calc(50% - 1px);
    left: 0;
    width: 12px;
    height: 2px;
  }
  .contact-notice h3 .plus:after {
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 12px;
  }
  .contact-notice h3.is-opened .plus:after {
    display: none;
  }
  /* アコーディオン */
  .ug-responsive-accordion-toggle {
    cursor: pointer;
  }
  .ug-responsive-accordion-panel {
    display: none;
  }
  .global-footer {
    padding: 20px 0;
  }
  .global-footer .site-logo {
    margin-right: 0;
  }
  .global-footer .site-logo img {
    display: none;
  }
  .global-footer .site-logo a {
    display: block;
    width: 66px;
    height: 20px;
    background-image: url(../../images/usergram/logo_bebit_02_sp.png);
    background-size: 100% auto;
  }
  .global-footer-nav {
    float: right;
    height: 20px;
    padding-top: 0;
  }
  .global-footer-nav li:not(:last-child) {
    display: none;
  }
  .global-footer-nav li:last-child {
    float: none;
    margin-right: 0;
    font-size: 1.3rem;
    text-align: right;
  }
  .global-footer .copyright {
    display: none;
  }






  .contact-thanks {
    width: auto;
    padding-bottom: 100px;
  }





}
