@charset "UTF-8";

@media (max-width: 767px) {
  body {
    min-width: 0;
  }
  /* .logo_block {
	 width: 30%;
     margin: 10% 0 0 10%;	
	} */
  #siteheader.usergram .header_main .inner .logo_block {
    width: 30%;
      margin: 10% 0 0 10%;	
  }
  .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_02.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
	#bg_wrapper::after {
		height: 20%;
	}
	#bg_wrapper_v2::after {
		height: 17%;
	}
  .contact-form {
    width: auto;
    /* padding: 70px 0 45px; */
    padding: 110px 0 45px;
  }
	
	.header-txt {
		width: auto;
		margin: 0 10% 0 10%;
		font-size: 4vw;
	}
	.section-heading {
		width: auto;
		margin: 5% 5% 10% 5%;
		font-size: 6vw;
		text-align: center;
	}
	.contact-form .section-heading .text-large {
		font-size: 4.5vw;
	}
	.contact-form .section-heading img {
	width: 80%;
	margin: 0 auto;
	top: 115%;
	left: 4%;
	}
	.contact-form .section-heading video {
	width: 100% !important;
	height: auto;
    margin: 0 auto;
    top: 126%;
}	
	
	.contact-form .section-heading_v2 {
	width: 100%;
	position: relative;
	}
	.contact-form .section-heading_v2 h2 {
	width: 90%;
    margin: 0 auto;
	position: absolute;
    top: 140px;
    left: 1%;
	}
	.contact-form .section-heading_v2 div {
		width: 90%;
		margin: 0 auto;
		position: initial;
	}
	.contact-form .section-heading_v2 div .header-txt_v2 {
		width: 100%;
	}
	.contact-form .section-heading_v2 div p {
		font-size: 4.8vw;
	}
	
  .contact-form-inner {
	margin-top: 68%;
    margin-bottom: 30px;
  }
	.inner-mt-sp {
	padding-top: 17%;
  }	
		
  .contact-description-area .read {
  font-size: 105%;
	}
	
	.contact-description-area h5 {
    margin: 0 0 3% 0;
	}

  .contact-form .note {
    padding: 0 16px;
    text-align: left;
  }
	 .contact-form .note_v2 {
	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 {
	width: auto;
	float: none;
    padding: 0 16px;
  }
  .contact-description-area img {
	  width: 90%;
	  display: block;
	  margin: 0 auto;
	  padding-bottom: 2%;
  }
	 .contact-description-area img:last-child {
		padding-bottom: 0 !important;
  }
  .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 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;
  }

  .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;
  }
}
