.page .contents p {
  margin-bottom: 20px;
  line-height: 26px;
}

span.red{
	display: inline;
	background-color: #FF0000;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	color: #fff;
	margin-left: 3px;
	font-size: 12px;
}

.contact-inner p.indi{
	text-align: left;	
	margin: 10px 0px 10px 0px;
	color: #333;
	font-size: 14px;
}

.contact-inner p{
	text-align: center;	
	margin: 20px 0px 20px 0px;
	color: #333;
	font-size: 14px;
}

.form-btn { 
	text-align : center ;
	margin: 10px 0px 100px 0px;
} 


td.cell01{
	background: #f8f8f8;
	white-space: nowrap
}
td.p-left p{
	margin: 0px 0px 10px 0px;
	text-align : left;


}

.form02 h4{
	font-weight:bold;
	color: #333;	
}

p.error_messe{
	text-align : center ;
	color: #FF0000;	
}


.privacy{
	margin: 0px 0px 50px 0px;
}



.privacy p{
	text-align : left ;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
	color: #333;
	font-size: 13px;
	border-bottom:1px dotted #ccc;
}


h2.thanks {
	text-align: center;	
	margin: 50px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	color: #333;
	font-size: 30px;
}


.table > thead > tr > th{
    background-color: #333
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 15px;

}



.form-control01 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
  	float: left;  
}



.form-control02 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 10%;
  	float: left;  
}

.form-control03 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 30%;
  	float: left;  
}


.contact-inner .privacy{
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	height: 150px;
	overflow: auto;
	background-color: #efefef;
	border: 1px solid #c0c0c0;
}

.contact-inner .privacy h5{
    font-size: 16px;
}
.contact-inner .privacy h6{
    font-size: 16px;
}


.contact-inner p.thanks{
	text-align: center;	
	margin: 20px 0px 150px 0px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.contact-inner .btn-default,
.btn-big{
	display: block;
	text-align: center;
	letter-spacing: 1px;
	width: 300px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 16px 10px 16px 10px;
	border: none;
	background: url('../img/common/arrow-right-white.svg') no-repeat left;
	background-color:#0099d9;
	background-position:20px;
	background-size:9px 9px;
	border-radius: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}


.btn-small{
	display: block;
	text-align: center;
	letter-spacing: 1px;
	width: 200px;
	margin-top: -20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	padding: 10px 10px 10px 10px;
	border: none;
	background-color:#f5f5f5;
	background-position:20px;
	background-size:9px 9px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.contact-inner .btn-default:hover,
.btn-big:hover,
.btn-small:hover{
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


#formWrap th{
	background: #f8f8f8;
	white-space: nowrap;
	width: 30%;
}

#formWrap h2.first{
	margin-top: 0px;
}


@media only screen and (max-width: 1201px) {
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}
.page .respons-9 p {
    font-size: 14px;
    line-height: 22px;
}
}

@media only screen and (max-width: 991px) {
main.page.title-contact{
	margin: 0px 0px 0px 0px;
	height: 300px;
	background: url('../img/page/title01.jpg') no-repeat center ;
	background-color: #ec6d81 ;
}

}


@media screen and (max-width: 740px) {
td.cell01{
	font-size: 12px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 12px;
	padding: 10px 10px 10px 10px;

}

.form-control02 {
    width: 20%;
}
.form-control03 {
    width: 100%;
}
#formWrap th{
    width: 100%;
}

.table > tbody > tr > th{
	border-left: none;
	border-right: none;
	display: block;

}

.table > tbody > tr > td{
	border: none;
	display: block;

}
.page .respons-9 p {
    font-size: 13px;
    line-height: 20px;
}
}

@media screen and (max-width: 500px) {
	input.width{
		width: 35px;
	}

}





