@charset "utf-8";
@import url("../../css/common.css");


body{
	background: url("../../img/common/water_bg2.png")
	center center no-repeat;
	background-size: cover;
	text-align: center;
}

.bg_white{
    background: rgba(255,255,255,0.9);
	padding: 40px;
	margin-right: 5%;
	margin-left: 5%;
}


main p{
	font-size: 15px;
	line-height: 1.8;
}


h1{
 font-size: 24px;
 font-weight: bold;
 margin-top: 80px;
 margin-bottom: 50px;
}

.notes{
 margin-bottom: 80px;
 font-size: 14px;
}

.bussiness_hours_details{
	margin-top: 13px;
	margin-bottom: 13px;
}

.bussiness_hours{
	font-size: 18px;
	padding-top: 5px;
    padding-bottom: 5px;
}

.notes_understanding{
	text-align: left;
	margin-top: 10px;
}

.for_required{
	text-align: left;
	margin-bottom: 30px;
	font-weight: bold;
}

tbody{
	font-size: 16px;
	line-height: 1.8;
}

table{
	width: 100%;
}

.smartphone_form{
		display: none;
}

.smartphone_form th{
	padding-bottom: 5px;
}

.smartphone_form td{
	padding-bottom: 30px;
}

.pc_form th{
	text-align: left;
	padding: 10px 0px;
	vertical-align: middle;
}

.pc_form td{
	text-align: left;
	padding: 10px 0px;
}

.table_adjustment input[type="text"],
.table_adjustment input[type="email"],
.table_adjustment input[type="tel"],
.table_adjustment textarea,
.table_adjustment select{
	width: 95%;
	padding: 10px;
}

	

@media (max-width:748px){

main p{
	font-size: 14px;
	line-height: 1.7;
}	
	
tbody{
	font-size: 15px;
	line-height: 1.7;
}

h1{
 font-size: 23px;
}

	
.notes{
text-align: left;
font-size: 13px;
}
	
.for_required{
	font-size: 13px;
    margin-bottom: 40px;
}
	
.pc_form{
		display: none;
}
	
.smartphone_form{
		display: block;
}
	
	
}




