@charset "UTF-8";
/* CSS Document */
/* CONTACT ONE*/
/* ============================================ */
/**/
.contact_one{
	margin-top:50px;
	margin-bottom:50px;
}
.contact_one p{
	padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
	.contact_one p{
		font-size:12px;
		text-align: left;
	}
}
/* CONTACT TWO*/
/* ============================================ */
/**/
.contact_bg{
	background-color:#eef5ff;
	background-repeat: no-repeat center center;
	background-position: center center;
	background-size: 100% 100%;
	display: block;
	padding-bottom:40px;
	margin-bottom:100px;
}
.contact_two .max_width{
	padding: 100px 150px 100px 150px;
}
.contact_two .note{
	text-align: left;
    padding-left: 0px;
    font-size: 14px;
	margin-bottom:20px;
}
.contact_two .note span{
	color:red;
}
.contact_two .form-control{
	height: 50px;
	border:hidden;
	text-align: left;
}
.contact_two .name{
	font-size: 16px;
	float:left;
	clear:both;
} 
.required{
	background-color: #dc452f;
    vertical-align: 2px;
    font-size: 10px;
    color: #fff;
	margin-left:10px;
    padding: 3px 5px 3px;
    line-height: 1;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.number{
    color: gray;
    font-size: 12px;
    margin-left: 5px;
}
.h-adr .address{
	margin-top:-20px;
}
.h-adr .adrees_name{
	font-size:14px;
    margin-top: 10px;
}

.form_note p{
	padding-top:0px;
	padding-bottom:0px;
}
.form_note p a{
	text-decoration: underline;
	color:#032066;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	margin-top:7px;
}
.l-footer{
	margin-bottom:0px!important;
}
@media screen and (max-width: 768px) {
	.contact_two .max_width {
    	padding: 50px 20px 50px 20px;
		margin-top:20px;
	}
	.form_note p{
		font-size: 12px;
        text-align: left;
	}
	.typesquare_option p{
		font-size: 11px;
	}
	main .contact-form h1{
		margin-bottom:10px;
	}
	.p-footer-bottom{
		margin-bottom:0px!important;
	}
	.contact_bg{
		margin-bottom:20px;
	}
}
/* ENTRY*/
/* ============================================ */
/**/
.contact_tittle{
	margin-top:50px;
	margin-bottom:-50px;
}
p.form_note {
    text-align: left;
    padding: 0px 0px 5px 0px;
}


/* フォーム*/
/* ============================================ */
/**/
.name_floatleft{
	float:left;
	width:45%;
	margin-right:10%;
	margin-bottom:20px;
}
.name_floatright{
	float:left;
	width:45%;
}
.name_form{
	clear:both;
	margin-bottom:10px;
}
a:focus, a:hover{
	text-decoration:none;
}