.contact-all{
		text-align: center;
	}
	.contact-all h1{
		font-size: 60px;
		margin: 50px auto 10px;
	}
	.contact-all img{
		width: 100%;
		max-width: 424px;
	}
	
	.top1-back{
		background-image: url("https://ity-screen.sakura.ne.jp/wp3/wp-content/themes/onepress/img/contact/top1-back.png");
		background-size: cover;/*背景画像をの全てを表示*/
		background-position: center;/*背景画像を中心に*/
		width: 100%;
	}
	.top1-img{
		max-width: 230px;
		margin: auto;
		padding-top: 20%;
		padding-bottom: 20%;
	}
	.top1-img img{
		width: 100%;
	}
	.f-blue{
		color: rgb(18, 18, 214);
	}
	.f-blue label{
		font-size: 20px;
	}
	.headline-region{
		padding-top: 100px;
		padding-bottom: 10px;
	}
	.headline-region h1{
		font-family: 'Agency FB', sans-serif;
	}
	.wd240{
		max-width: 240px;
		line-height: 40%;
		margin: auto;
	}
	.wd240 h2{
		font-size: 26px;
	}
	
	.wd240 hr{
		border-top: 3px solid rgb(0 159, 232);
		margin-bottom: 40px;
	}
	.tel-flex{
		margin: auto;
		max-width: 500px;
	}
	.tel-flex h2{
		margin: auto 0;
		font-size: 50px;
		width: 70%;
		padding-top: 20px;
		padding-bottom: 20px;
		letter-spacing: -1px;
		text-align: left;
	}
	.tel-flex h3{
		margin: auto 0;
		font-size: 30px;
		width: 30%;
		padding-top: 20px;
		padding-bottom: 20px;
		letter-spacing: -1px;
		text-align: right;
	}
	
	.form-region{
		max-width: 830px;
		max-height: 1000px;
		width: 100%;
		height: 100%;
		background-color: rgb(234,234,234);
		margin: 100px auto auto;
	}
	.name-form, .mail-address-form, .title-form, .message-form{
		display: flex;
		margin: auto;
		max-width: 700px;
		padding-top: 40px;
	}
	.name-form label, .mail-address-form label, .title-form label, .message-form label{
		width: 200px;
		text-align: left;
		margin-top: 2%;
		font-size: 16px;
				
	}
	.form-123-region{
		margin: auto;
		max-width: 500px;
	}
	.form-123-region input{
		width: 100%;
		height: 50px;
		border: none;
	}
	.form-4-region{
		margin: auto;
		max-width: 500px;
	}
	.form-4-region input{
		width: 100%;
		height: 400px;
		border: none;
	}
	.form-4-region{
		margin: auto;
		max-width: 500px;
	}
	.form-region button{
		background-color: white;
		border: none;
		margin-top: 6%;
		margin-bottom: 6%;
		width: 90px;
		height: 35px;
		font-size: 20px;
		letter-spacing: 13px;
		text-align: right;
	}
	
	.page-top{
		background: none;
		border: none;
	}
	.page-top-region{
		text-align: right;
		margin: auto 10% auto auto;
		padding-top: 100px; 
	}


	@media(max-width:1000px){
		.form-region{
			width: 95%!important;
		}
	}
	
	@media(max-width:700px){
		.headline-region h1{
			font-size: 40px!important;
		}
		.wd600 h2{
			font-size: 15px!important;
		}
		.lh100 label, .lh100 p{
			line-height: 120%;
		}
		.table2-tsuiki p {
			line-height: 100%!important;
			}
		.tel-flex h2{
			font-size: 40px;
		}
		.name-form, .mail-address-form, .title-form, .message-form{
			display: block;
		}
		.name-form label, .mail-address-form label, .title-form label, .message-form label{
			text-align: center;
		}
		.form-123-region input, .form-4-region input{
			width: 90%;
		}
		.contact-all img{
			width: 95%!important;
			margin: auto;
		}
	}
@font-face {
  font-family: 'Agency FB';
  src: url('agencyfb.woff2') format('woff2'), /* モダンブラウザ向け */
       url('agencyfb.woff') format('woff'); /* 古いブラウザ向け */
  font-weight: normal;
  font-style: normal;
}