.primaryContainer {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	min-width: 0px;
/*	max-width: 960px;*/
	background: #d3ebfa;
}
#header_wrap {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	clear: none;
	min-width: 0px;
	background-color: #fff;
	margin-right: 0px;
}

img#kanban{
	width:100%;
	height:auto;
	display:block;
}

.saikicontact_wrap{
	width: 960px;
	margin: 0 auto;
}
.saikicontact_wrap h1{
	width: 700px;
    margin: 0 auto;
    padding-top: 52px;
}
div.wpcf7{
	width: 720px;
    margin: 68px auto 0;
}
div.wpcf7 p{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 34px;
}
div.wpcf7 p>span:nth-child(1){
	font-size: 16px;
    padding: 5px 10px;
    background: #E50012;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
}
div.wpcf7 p:nth-child(9){
	margin-top: 85px;
}
div.wpcf7 p input{
	font-size: 20px;
    height: 80px;
}
div.wpcf7 p textarea{
	font-size: 20px;
}
.wpcf7-form .wpcf7-submit{
	width: 70% !important;
    margin: 0 auto;
    display: block;
    border: none;
    background: #29A9E0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.saikicontact_wrap .return_btn a{
	width: 70%;
	margin: 0 auto 60px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    display: block;
    padding: 1em 0;
    text-decoration: none;
    color: #fff;
    background-color: #FF7BAA;
	border-radius: 10px;
/*
    background-image: url(../../sub-img/page-4540/arrow.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 48px;
*/
}
#content .saikicontact_wrap .return_btn a{
	color: #fff;
}
.saikicontact_wrap .return_btn a:hover{
	background-color: #87cefa;
}

@media only screen and (max-width: 960px){
	.saikicontact_wrap{
		width: 100%;
	}
	.saikicontact_wrap h1{
		width: 80vw;
		padding-top: 5.42vw;
	}
	div.wpcf7{
		width: 75vw;
		margin: 7.08vw auto 0;
	}
	div.wpcf7 p{
		margin-bottom: 3.54vw;
	}
	div.wpcf7 p>span:nth-child(1){
		padding: 0.52vw 1.04vw;
		margin-left: 2.08vw;
		margin-bottom: 0.52vw;
	}
	div.wpcf7 p input{
		font-size: 2.08vw;
		height: 8.33vw;
	}
	div.wpcf7 p:nth-child(9){
		margin-top: 8.85vw;
	}
	.wpcf7-form .wpcf7-submit{
		font-size: 3.13vw;
	}
	.saikicontact_wrap .return_btn a{
		margin: 0 auto 6.25vw;
		font-size: 3.75vw;
		background-size: 5vw;
	}
	div.wpcf7 p textarea{
		font-size: 2.08vw;
	}
}
@media only screen and (max-width: 600px){
	div.wpcf7 p{
		font-size: 3.67vw;
	}
	div.wpcf7 p>span:nth-child(1){
		 font-size: 2.67vw;
	}

}