@charset "utf-8";
/* CSS Document */


*{
	text-decoration: none;
	list-style-type: none;
}

form ul li {
    display: inline-block;
    width: 70%;
    text-align: left;
    /* font-size: 18px; */
}

p {
    margin: 0 0 10px;
}



.p-o {
    margin: 1em 0;
}

#container {
    padding-top: 80px;
    position: relative;
}


.ion-navicon:before {
    content: "\f20e";
}



input[type="text"] {
    width: 70%;
    height: 2.2em;
    line-height: 2.2em;
    font-size: 18px;
    text-indent: 0.5em;
}

form label {
    display: inline-block;
    text-align: left;
    width: 70%;
}

select {
    width: 50%;
    margin-right: 20%;
    height: 2.5em;
}

#form {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}








.required:after {
    color: #f00;
    content: " *";
    display: inline;
}


.check div {
    border-bottom: 1px solid #ddd;
}

form .check span{
	color: #4dc100;
    padding: 1em;
}

.check label.l_Cel{
	margin-top: 0.5em;
}

input.btn-back{
	    font-size: 22px;
    height: 2.5em;
    width: 20%;
    border: none;
    margin: 30px;
    /* border-radius: 4px; */
    color: #222;
    background: #aaa;
    cursor: pointer;
}

	li.p-li{
		    margin: 0.5em 0;
	}
	

.mark{
	text-align: center;
}


input[type="submit"] {
    background: #dd4b39;
    border: white;
    font-size: 22px;
    width: 51%;
    height: 2.5em;
    color: #fff;
    /* margin-bottom: 1em; */
	cursor: pointer;
}

a.dlBtn{
	width: 46%;
    display: inline-block;
    text-align: center;
    background: #4dc100;
    font-size: 1.5em;
    padding: 1em;
    border-radius: 8px;
    margin: 2em 0;
    color: #fff;}
a.dlBtn:hover{
	color: #000;
}

#form span{
		display: block;
	}

.containerBox{
	min-height:64vh;
}

.footer-a {
    position: fixed;
    bottom: 0;
	width: 100%;
}


body.sub_haikei{
	margin: 0;
}





.row{
	margin: 0;
}


label.mei {
    margin-right: 15px;
}



.container {
    width: 1170px;
    margin: 0 auto;
}




	


@media all and (max-width: 979px) {
	

.container {
    width: 100%;
}

#form {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
	
	.check {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
	
	label.l_Cel {
    display: inline-block;
    text-align: left;
    width: 100%;
    /* padding: 1em 0; */
}
	
	.check div {
    border-bottom: 2px solid #ddd;
    padding: 1em 0;
}
	
	input.btn-back {
	margin: 0;
    font-size: 22px;
    height: 2.5em;
    width: 90%;
    margin-bottom: 3%;
    border: none;
    color: #222;
    background: #aaa;
    cursor: pointer;
	
}
	input[type="submit"] {
    background:  #dd4b39;
    border: white;
    font-size: 22px;
    width: 90%;
    height: 2.5em;
    color: #fff;
	margin: 0
}
	
	
	.contact-a li a{
		    font-size: 19px;
	}
	
	
	form label {
    display: inline-block;
    text-align: left;
    width: 100%;
}
	
form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}


form ul li {

    text-align: left;
    /* padding-left: 5%; */
    width: 100%;
    box-sizing: border-box;
	padding: 0;
    /* display: inline-block; */
}

	form select {
    width: 100%;
    box-sizing: border-box;
	margin-right: 0;
}
	
	label.center{
	text-align: center;
    width: 68%;
	}
	
	textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin: 1em 0;
    /* box-sizing: border-box; */
    height: auto;
}
	
	h1.titleBg {
	font-size: 20px;
		}
	
	
	.Article p {
    font-size: 15px;
}
	
	
	.banner-02 {
    float: none;
}
	
	
	.dlBtn{
		width: 84%;
	}		

}



