@charset "euc-jp";
/* CSS Document */

@media screen and (max-width:768px){
	
	input, button, textarea, select{
		-webkit-appearance:  none;
		-moz-appearance:  none;
		appearance:  none;
		padding: 12px !important;
		font-size: 15px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
	}
	
	input[type="text"],textarea{
		width: 100%;	
	}
	
	.smartphoneShow{
		display: inline-block !important;
	}

	.smartphoneHide{
		display: none;
	}
	
	.main{
		padding: 0 16px;	
	}
	
	.section {
		margin-bottom: 88px;
	}
	
	.headerNav{
		display: none;		
	}
	
	.formTable td,.formTable th{
		border: none;	
		width: 100%;	
		display: block;
		box-sizing: border-box;
	}
	
	.formTable td{
		padding: 16px 0;	
	}
	
	input[name="oaddress"]{
		width:100% ;	
	}
	
	input[type="checkbox"]{
		vertical-align: middle;
		position: relative;
		background: #fff;
	}
	
	input[type="checkbox"]:checked:after {
		position: absolute;
		top: 5px;
		left: 5.5px;
		content: "";
		width: 14px;
		height: 14px;
		background: #54B3DE;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	input[name^=hphone],input[name^=ophone],input[name^=etcphone],input[name^=fax],input[name^=opost]{
		width: 5em;	
	}
	
	input[type="checkbox"]{
		vertical-align: middle;	
	}
	
	.privacyPolicyWrap{
		height: 10em;
		overflow: auto;
		border: 1px solid #ccc;
		margin-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}
	
	iframe.privacyPolicy{
		width: 100%;
		height: 100%;
		border: none;
		margin-bottom: 0;
		overflow: auto;
	}
	
	.footer{
		padding: 16px 0;	
	}
	
	.copyright{
		margin-bottom: 16px;	
	}
	
	.btn{
		width: 100%;
	}
	
}