@charset "UTF-8";

/*******************************
 
#hero Css
 
*******************************/



/*******************************
 
contents Css
 
*******************************/
#contact{
	text-align: left;
}
.required{
	color: #FF0000;
}
.intro{
	margin-bottom: 40px;
}
.contact-form{
	padding-bottom: 60px;
    border-bottom: dotted 1px #000;
    margin-bottom: 30px;
}
#contact .flex-box{
	margin-bottom: 15px;
}
.contact-form dt{
	width: 30%;
}
.contact-form dd{
	width: 70%;
}
.contact-form input.input-box {
    width: 100%;
    height: 30px;
	border: solid 1px #acacac;
}
.contact-form input.input-box.postal{
	width: 30%;
	margin-left: 10px;
}
.contact-form input.input-con {
    height: 120px;
}

.send{
	text-align: center;
}
.send .privacy{
	color: #f6a900;
	text-decoration: underline;
}
.send button {
    background-color: #00408f;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    width: 200px;
}

.send button:hover{
	background-color: #f6a900;
	color: #00408f;
}

.alert{
	padding: 20px;
	border: 1px solid #000;
	margin: 20px;
	
}
.alert.alert-danger{
	color: #ff000f;
	border-color: #FF0000;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#contact .flex-box{
		display: block;
	}
	.contact-form dt, .contact-form dd{
		width: 100%;
	}
}