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

.contents_all {
	margin: 0 auto;
	max-width: 980px;
}
@media (max-width: 980px) {
	.contents_all {
		margin: 0 20px;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.contents_all {
		margin: 0 20px;
		overflow: hidden;
	}
	.flex div:nth-of-type(2n){
		padding-top: 0;
		margin-left: initial;
		margin: 0 auto;
	}
}
/********************************************
*******************************************/
.image_back_position {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
	height: 100%;
}

/********************************************
*******************************************/
.ma_right30 {
	margin-right: 30px;
}
.ma_bottom50 {
	margin-bottom: 50px;
}
.ma_top50_pc {
	margin-top: 50px;
}
@media(max-width: 767px) {
	.ma_top50_pc {
		margin-top: 0;
	}
}
/********************************************
*******************************************/
.image_main {
	position: relative;
	background-size: cover;
	background-image: url("../images/machinery/dds/img_main.jpg");
	background-position: center 40%;
	height: 350px;
	width: 100%;
}
@media (max-width: 767px) {
	.image_main {
		height: 300px;
	}
}
@media (min-width: 2000px) {
	.image_main {
		max-width: 1500px;
		margin: 0 auto;
	}
}
.image_main_grd {
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.image_main_grd_right {
	display: none;
}
.image_main_grd_left {
	display: none;
}
@media (min-width: 2000px) {
	.image_main_grd_right {
		background: linear-gradient(to left, rgba(255,255,255,1), rgba(0,0,0,0));
		position: absolute;
		top: 0;
		right: 0;
		width: 200px;
		height: 350px;
		z-index: 12;
		display: block;
	}
	.image_main_grd_left {
		background: linear-gradient(to right, rgba(255,255,255,1),rgba(0,0,0,0));
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		height: 350px;
		z-index: 13;
		display: block;
	}
}
.image_main_logo {
	top: 30%;
	left: 100px;
	position: absolute;
	width: 300px;
	height: auto;
	z-index: 12;
}
@media (max-width: 767px) {
	.image_main_logo {
		top: 10%;
		left: 10px;
		position: absolute;
		width: 300px;
		height: auto;
		z-index: 12;
	}
}
.image_main_comment {
	bottom: 10px;
	right: 20px;
	position: absolute;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	z-index: 11;
}

/********************************************
*******************************************/
.dds_title_set {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #343434;
}
p.dds_title_sub {
	margin: 0;
	font-size: 14px;
	color: #343434;
}
h1.dds_title {
	margin: 0;
	font-size: 26px;
	font-weight: 300;
	color: #343434;
}
.button_position {
	position: relative;
	width: 100%;
	height: 54px;
}
.dds_button_catalog {
	position: absolute;
	bottom: 15px;
	right: 0;
}
.dds_button_catalog a{
	border: 2px solid #00125B;
	border-radius: 3px;
	color: #00125B;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 20px;
	transition: 0.3s ease-in;
}
.dds_button_catalog a:hover{
	border: 2px solid #00125B;
	color: #FFF;
	background: #00125B;
}

/********************************************
*******************************************/
h2.dds_title {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	color: #343434;
}
@media(max-width: 767px) {
	h2.dds_title {
		margin-top: 70px;
		margin-bottom: 50px;
		font-size: 22px;
		font-weight: 600;
	}
}

/********************************************
*******************************************/
.border_img {
	border: 1px solid #343434;
	height: 200px;
	width: 200px;
	overflow: hidden;
}
.border_img img{
	opacity: 1;
	transition: 0.3s ease-in;
}
.border_img img:hover {
	opacity: 0.8;
	cursor: zoom-in;
	transform: scale(1.2,1.2);
}
.border_img {
	position: relative;
}
@media(max-width: 767px) {
	.border_img {
		margin:  0 auto;
		padding: 0;
	}
}
.border_img .icon_zoom {
	bottom: 10px;
	right: 10px;
	background: #FFF;
	border-radius: 5px;
	color: #343434;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 10px;
	position: absolute;
}
.border_img .icon_zoom {
	cursor: zoom-in;
}

/********************************************
*******************************************/
.image_subA {
	position: relative;
	background-size: cover;
	background-image: url("../images/machinery/dds/img_subA.jpg");
	background-position: center 44%;
	height: 300px;
	width: 100%;
}
@media(max-width: 767px) {
	.image_subA {
		height: 200px;
		margin-top: 80px;
	}
}
@media (min-width: 2000px) {
	.image_subA {
		max-width: 1500px;
		margin: 0 auto;
	}
}
.image_subA_grd {
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.0));
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.image_subA_comment {
	position: absolute;
	font-size: 30px;
	font-weight: 800;
	color: #0E0E0E;
	background: #FFF;
	padding: 5px 5px 7px 5px;
	/*padding: 15px 40px 15px 40px;*/
	top: 50px;
	left: 50px;
	z-index: 11;
}
@media(max-width: 767px) {
	.image_subA_comment {
		border: 1px solid #353535;
		top: 180px;
		left: 10px;
		font-size: 22px;
	}
}

/********************************************
*******************************************/
.image_subB {
	position: relative;
	background-size: cover;
	background-image: url("../images/machinery/dds/img_subB.jpg");
	background-position: center 44%;
	height: 300px;
	width: 100%;
}
@media(max-width: 767px) {
	.image_subB {
		height: 200px;
		margin-top: 80px;
	}
}
@media (min-width: 2000px) {
	.image_subB {
		max-width: 1500px;
		margin: 0 auto;
	}
}
.image_subB_comment {
	position: absolute;
	font-size: 30px;
	font-weight: 800;
	color: #0E0E0E;
	background: #FFF;
	padding: 5px 0 7px 15px;
	/*padding: 15px 40px 15px 40px;*/
	top: 50px;
	left: 50px;
	z-index: 11;
}
.image_subB_comment2 {
	position: absolute;
	font-size: 30px;
	font-weight: 800;
	color: #0E0E0E;
	background: #FFF;
	padding: 5px 0 7px 15px;
	/*padding: 15px 40px 15px 40px;*/
	top: 115px;
	left: 50px;
	z-index: 11;
}
@media(max-width: 767px) {
	.image_subB_comment {
		border: 1px solid #353535;
		top: 180px;
		left: 10px;
		font-size: 22px;
	}
	.image_subB_comment2 {
		border: 1px solid #353535;
		top: 235px;
		left: 10px;
		font-size: 22px;
	}
}

/********************************************
*******************************************/
.image_subC {
	position: relative;
	background-size: cover;
	background-image: url("../images/machinery/dds/img_subC.jpg");
	background-position: center 30%;
	height: 300px;
	width: 100%;
}
@media(max-width: 767px) {
	.image_subC {
		height: 200px;
		margin-top: 80px;
	}
}
@media (min-width: 2000px) {
	.image_subC {
		max-width: 1500px;
		margin: 0 auto;
	}
}
.image_subC_comment {
	position: absolute;
	font-size: 30px;
	font-weight: 800;
	color: #0E0E0E;
	background: #FFF;
	padding: 5px 0 7px 15px;
	/*padding: 15px 40px 15px 40px;*/
	top: 110px;
	left: 50px;
	z-index: 11;
}
@media(max-width: 767px) {
	.image_subC_comment {
		border: 1px solid #353535;
		top: 180px;
		left: 10px;
		font-size: 22px;
	}
}

/********************************************
*******************************************/
.image_subD {
	position: relative;
	background-size: cover;
	background-image: url("../images/machinery/dds/img_subD.jpg");
	background-position: center 30%;
	height: 300px;
	width: 100%;
}
@media(max-width: 767px) {
	.image_subD {
		height: 200px;
		margin-top: 80px;
	}
}
@media (min-width: 2000px) {
	.image_subD {
		max-width: 1500px;
		margin: 0 auto;
	}
}
.image_subD_comment {
	position: absolute;
	font-size: 30px;
	font-weight: 800;
	color: #0E0E0E;
	background: #FFF;
	padding: 5px 15px 7px 15px;
	/*padding: 15px 40px 15px 40px;*/
	top: 130px;
	left: 50px;
	z-index: 11;
}
@media(max-width: 767px) {
	.image_subD_comment {
		border: 1px solid #353535;
		top: 180px;
		left: 10px;
		font-size: 22px;
	}
	.image_subD_comment2 {
		position: absolute;
		font-weight: 800;
		color: #0E0E0E;
		background: #FFF;
		padding: 5px 15px 7px 15px;
		z-index: 11;
		border: 1px solid #353535;
		top: 235px;
		left: 10px;
		font-size: 22px;
	}
}

/********************************************
*******************************************/
.image_contact {
	position: relative;
	background-size: cover;
	background-image: url("../images/machinery/dds/img_contact.jpg");
	background-position: center 40%;
	height: 300px;
	width: 100%;
}
@media(max-width: 767px) {
	.image_contact  {
		height: 200px;
		margin-top: 80px;
	}
}
@media (min-width: 2000px) {
	.image_contact {
		max-width: 1500px;
		margin: 0 auto;
	}
}
.image_contact_grd {
	background: linear-gradient(rgba(0, 22, 74, 0.3),rgba(0, 22, 74, 0.9));
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.image_contact_comment {
	position: absolute;
	font-size: 28px;
	font-weight: 600;
	color: #0E0E0E;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 40px 15px 40px;
	border-radius: 3px;
	top: 110px;
	left: calc(50% - 220px);
	z-index: 11;
}
@media(max-width: 767px) {
	.image_contact_comment {
		position: relative;
		font-size: 18px;
		font-weight: 600;
		color: #0E0E0E;
		background: rgba(255, 255, 255, 0.8);
		padding: 15px 20px;
		border-radius: 3px;
		top: 80px;
		left: calc(50% - 135px);
		z-index: 11;
		display: inline;
	}
}


/********************************************
*******************************************/
.form_box {
	max-width: 800px;
	margin: 0 auto;
}
h2.title_form {
	font-size: 22px;
	font-weight: 300;
	padding-bottom: 5px;
	border-bottom: 1px solid #353535;
	display: inline;
}
@media(max-width: 767px) {
	h2.title_form {
		font-size: 18px;
		font-weight: 300;
		line-height: 2.5;
	}
}
.form_box a{
	color:  #00125A;
	border-bottom: 1px solid #00125A;
	transition: 0.3s ease-in;
}
.form_box a:hover{
	color:  #E96C0E;
	border-bottom: 1px solid #E96C0E;
}

/********************************************
*******************************************/
table.dds_form {
	font-size: 18px;
	text-align: left;
	border-spacing: 20px;
}
table.dds_form td {
	border-top: 1px solid #353535;
	padding-top: 20px;
}
@media(max-width: 767px) {
	table.dds_form td {
		padding-top: 10px;
	}
}
table.dds_form td.none {
	border-top: none;
}
.point {
	margin-left: 10px;
	font-size: 12px;
	background: #FF0000;
	border-radius: 3px;
	padding: 2px 5px 3px 5px;
	color: #FFF;
}
table.dds_form input,
table.dds_form textarea{
	background: #fff0f4;
	border: 1px solid #343434;
	padding: 5px;
}
table.dds_form input:invalid,
table.dds_form textarea:invalid{
	background: #f2f6ff;
}
table.dds_form input:valid ,
table.dds_form textarea:valid {
	background: #fff0f4;
}
input.ex_button2,input.ex_button1{
	display: inline-block;
	max-width: 180px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
	border-radius: 5px;
	position: relative;
	transition: 0.8s;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
input.ex_button2{
	margin-right: 20px;
	background: #2089b3;
	border: 1px solid #2089b3;
	color: #FFF;
	font-weight: bold;
}
input.ex_button2:hover{
	background: #093170;
	border: 1px solid #093170;
}
input.ex_button1{
	background: #FFF;
	border: 1px solid #343434;
	font-weight: bold;
}
input.ex_button1:hover{
	background: #E96C0E;
	border: 1px solid #E96C0E;
	color: #FFF;
}

/*****************************************************
*****************************************************/
@keyframes left_to_right{
    0%{
		transform: translateX(-150px);
		opacity: 0;
    }
    100%{
		transform: translateX(0);
		opacity: 1.0;
    }
}
.left_to_right{
    animation-name: left_to_right;
    animation-duration: 2s;
    /*animation-iteration-count: infinite;*/
}





