@charset "utf-8";

#page-intro {
    display: none;
}

@media screen and (min-width: 768px){
	.col-subcol #wrapper-3 {
		width: 880px;
		margin: 0 auto;
	}
	#section-header {
		background: url(../sw_img/inq_bg.jpg) no-repeat center top #e2e2e2;
	}
	.alicen{
		text-align: center;
		margin-bottom: 10px;
	}
	body#contact .agreement input.disabled {
		cursor: default;
		opacity: 0.5;
	}
	body#contact .agreement input[type="submit"] {
		width: 312px;
		border-radius: 0px;
		line-height: 50px;
		height: 50px;
		font-size: 110%;
		font-family: "NSJ","Noto Sans Japanese";
		font-weight: 400;
		background: #228b88 url(../sw_img/ar_contact.png) no-repeat 96% center;
		text-indent: .5em;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 0px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 0px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 0px 0px;
		position: relative;
		-webkit-appearance: none;
		appearance: none;
		padding: 0;
		margin: 0;
		border: 0px;
		letter-spacing: 2px;
		outline: none;
		cursor: pointer;
		overflow: hidden;
		color: #fff;
	}
}



@media screen and (max-width: 767px){
	#section-header {
		height: 90px;
		margin-top: 40px;
		background: url(../sw_img/inq_bg.jpg) no-repeat center top #e2e2e2;
		background-size: auto 90px;
		margin-bottom: 30px;
	}
	.alicen{
		text-align: center;
		margin-bottom: 10px;
	}
	body#contact .agreement input.disabled {
		cursor: default;
		opacity: 0.5;
	}
	body#contact .agreement input[type="submit"] {
		width: 80%;
		border-radius: 0px;
		line-height: 50px;
		height: 50px;
		font-size: 110%;
		font-family: "NSJ","Noto Sans Japanese";
		font-weight: 400;
		background: #228b88 url(../sw_img/ar_contact.png) no-repeat 96% center;
		text-indent: .5em;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 0px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 0px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 0px 0px;
		position: relative;
		-webkit-appearance: none;
		appearance: none;
		padding: 0;
		margin: 0;
		border: 0px;
		letter-spacing: 2px;
		outline: none;
		cursor: pointer;
		overflow: hidden;
		color: #fff;
	}

}