@charset "utf-8";
@media screen and (max-width: 850px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .mainvisual{
    height: 35vh;
    background-size: cover;
		position: relative;
		z-index: 0;
  }
  h1.main_title{
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
		line-height: 1.7;
    font-size: 130%;
  }
  main{
    padding-bottom: 100px;
  }
  article.container{
    width: 95%;
    top: 13px;
    padding-bottom: 50px;
  }
	.content_box{
		width: 95%;
	}
  p.contact_text_02{
    font-size: 130%;
  }
  p.contact_text_03{
    font-size: 108%;
  }
  table tr{
    display: flex;
    flex-direction: column;
  }
  table td,
  table th{
    display: block;
    width: 100% !important;
    font-size: 100%;
  }
  #form_box tr th{
    padding: 12px 0 10px 10px;
    background: #f6f6f6;
  }
  #form_box tr td{
    padding: 15px 10px;
  }
  .btn-colorful{
    font-size: 100%;
    width: 140px;
  }
  .thanks-box .inner{
    padding: 10px;
  }
}