/*スクリーン制御*/
@media screen and (max-width: 1320px) {
	.top_service{
		font-size:17px;
	}
}
@media screen and (max-width: 1000px) {
	.top_service{
		font-size:15px;
	}

}
@media screen and (max-width: 815px) {
	.footer_txtwp{
		flex-direction: column;
	}
	.contact{
		width: 70%;
	}
}
@media screen and (max-width: 782px) {
	.top_service{
		font-size:20px;
	}
	.contact_txt{
		font-size:smaller;
	}

}

/*モバイル対応*/
@media screen and (max-width: 767px) {
	.slick-dots{
		display:none!important;
	}
	.page-id-14 .content-Header::before, .page-id-16 .content-Header::before, .page-id-18 .content-Header::before {
	margin-top:-20px;
	}


	.header_wp{
		flex-direction: column;	
	}
	.header{
		height: 120px;
	}

	#header_right ul .menu-item-41 a,#header_right ul .menu-item-311 a,#header_right ul .menu-item-323 a{
  padding: 0.25em 1.5em;
  text-decoration: none;
  background: #F3F4FB;
  border-radius: 0 15px 15px 0;
	}

	.main{
		margin-top:100px;
	}
	
	.page-id-14 .service-top, .page-id-16 .service-top, .page-id-18 .service-top{
		font-size:50px;
	}
	.page-id-16 .h2, .page-id-18 .h2{
		font-size: 40px;
	}
	.page-id-16 .h2-center, .page-id-18 .h2-center{
		font-size: 40px;
		margin-top:-125px;
	}
	
	.page-id-14 .service-1-base::before, .page-id-16 .service-1-base::before, .page-id-18 .service-1-base::before{
		margin-top:-15px;
	}
	
	footer{
		padding:20px 0;
	}
	.footer_txtwp{
		font-size:15px;
	}
	
	.kaisha {
		width: 90%;
	}
	.kaisha th, .kaisha td {
		display: block;
	}
	.kaisha th {
		text-align:left;
	}
	
	.mw_wp_form th, .mw_wp_form td{
		display: block;
		padding:10px 0;
		width:100%;
		border-bottom:none;
	}
	.mw_wp_form input, .mw_wp_form textarea{
		padding:1.0em 0px;
	}
	h2{
		margin-top:-50px;
	}
	nav li a::after {
		content: none;
	}
	.mw_wp_form table {
		width: 90%!important;
	}
}

@media screen and (max-width: 700px) {
	footer img{
		width:90%;
	}
	._ttl{
		font-size:20px!important;
	}
	._txt{
		font-size:12px;
	}
	._list_inner{
		padding:20px 10px;
	}
	.contact{
		width: 80%;
	}
	.all_links{
		border-top-left-radius:80px;
		border-top-right-radius:80px;
	}
}

@media screen and (max-width: 570px) {
	._ttl{
		font-size:18px!important;
	}
	._txt{
		font-size:8px!important;
	}
	#header_right ul a{
		font-size:10px!important;
	}
}

@media screen and (max-width: 380px) {
	.top-h2-1{
		font-size:30px;
	}
	.top_service{
		font-size:15px;
	}

}