@media (max-width: 767px) {
	
	/* トップページ */
	.navbar-menu{
		background-color:rgb(0,30,67);
	}
	.fixed_mainbg,.fixed_01,.fixed_menubg{
		background-attachment: scroll;
	}
	.my-x{
		margin:6em 0;
	}
	
	.about h2,.menu h2,.access h2,.sns h2{
		font-size:90px;
	}
	
	.about img{
		margin-left:0;
	}
	
	.about p{
		font-size:16px !important;
		line-height: 1.5em !important;
	}
	
	.hero.is-large .hero-body{
		padding:10em 0;
	}
	
	.pc{
		display: none;
	}
	
	.sp{
		display: inline-block;
	}
	
	.com-btn{
		height: 100%;
	}
	
	.com-text{
		font-size: 20px;
	}
	
	.is-size-4{
		font-size:1rem !important;
	}
	
  .last th{
	border-bottom: solid 1px #dbdbdb;
	border-bottom-width: 1px!important;
	width: 100%;
  }
  .table {
    width: 80%;
  }
  .table th,
  .table td {
    display: block;
    width: 100%;
  }
}