@charset "utf-8";
/* CSS Document */
input[type="submit"]{
-webkit-appearance: none;
}
.top_img_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:108px;
}
.top_img {
	width: 100%;
	height: 400px;
	background: url(../img/technology/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}
 @keyframes zoomOutBlur {
 0% {
transform: scale(1.2);
 filter: blur(15px)
}
 100% {
transform: scale(1);
 filter: blur(0px)
}
}
.title_wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.title_top {
	position: absolute;
	z-index: 10%;
	top: 20%;
}
.title_top img {
	width: 150px;
	height: 150px;
}
#main_contents {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

.contact_form{
	    padding: 100px 0 50px 0;
}


 table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable td, .formTable th{
	border:1px solid #ccc;
	padding:10px;
}
.formTable th{
	width:30%;
	font-weight:normal;
	background:#F2F2F2;
	text-align:left;
}
.send_btn th{
background: #FFF;
	text-align: center;
		border:0px solid #ccc;
}

strong{
	 color: rgb(255,102,153);
}
#content{
	width:100%;
	height: 200px;
}



.border2{
	width:100%;
	border-bottom:1px #000 solid;
	margin:0 auto;
}
.adopt_wrapper{
width: 100%	;
	margin:50px auto  100px;
}

.adopt_wrapper p{
    padding: 0px 0px 20px;
    font-size: 1.5em;
    line-height: 1.8;
}

.adobt_img{
	width: 100%;
	height: auto;
	
}
.formTable input{
	padding:5px;
	font-size: 1em;
}
.formTable textarea{
		padding:5px;
	font-size: 1em;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#email{
	width: 100%
}
.submit{
	    width: 130px;
    height: 32px;
    margin: 20px;
    padding: 0 ;
    background: #000;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    box-shadow: none;
    border-radius: 0;

}
.send_btn input{
	    width: 100px;
    height: 32px;
    margin: 0;
    padding: 0;
    background: #000;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    box-shadow: none;
    border-radius: 0;
		margin-top:20px;
}

@media (max-width: 769px) {


.title_top {
	position: absolute;
	z-index: 10%;
	top: 15%;
}
.title_top img {
	width: 100px;
	height: 100px;
}

.top_img_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:70px;
}


.title_wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.top_img {
	width: 100%;
	height: 300px;
background: url(../img/technology/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}

#main_contents {
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
}


.contact_form{
	    padding: 50px 0 30px 0;
}


 table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	 display: block;
}
tbody{
		width: 100%;
	display: block;
	}
	tr{
			width: 100%;
	display: block;	
	}
	td input{
		    width: 100%;
    height: 35px;
    box-sizing: border-box;
	}
.formTable td, .formTable th{
	 display: block;
	border:0px solid #ccc;
	padding:10px 0px ;
	border-collapse:collapse
}
.formTable th{
	width:100%;
	padding-left: 5px;
	font-weight:normal;

	text-align:left;
}
.send_btn th{
		width:100%;
background: #FFF;
	text-align: center;
		border:0px solid #ccc;
}
.send_btn input{
	    width: 100px;
    height: 32px;
    margin: 0;
    padding: 0;
    background: #000;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
strong{
	 color: rgb(255,102,153);
}
#content{
	width:100%;
	height: 200px;
    box-sizing: border-box;

}
.border2{
	width:100%;
	border-bottom:1px #000 solid;
	margin:0 auto;
}
.adopt_wrapper{
width: 100%	;
	margin:50px auto  0px;
	padding-bottom:100px
}

.adopt_wrapper p{
    padding: 0px 0px 30px;
    font-size: 1.1em;

    line-height: 1.8;
}

.adobt_img{
	width: 100%;
	height: auto;
	
}





}









