@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #9ed909;
	text-decoration:underline;
}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:36px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
}

#head1 { background: url("../images/DUO-pc_01.png") no-repeat top center; height:    500px; } 

#form1 { background: url("../images/DUO-pc_02.png") no-repeat top center; height:    500px; } 

#head3 { background: url("../images/DUO-pc_03.png") no-repeat top center; height:    500px; } 
#head4 { background: url("../images/DUO-pc_04.png") no-repeat top center; height:    500px; } 
#head5 { background: url("../images/DUO-pc_05.png") no-repeat top center; height:    500px; } 
#head6 { background: url("../images/DUO-pc_06.png") no-repeat top center; height:    500px; } 
#head7 { background: url("../images/DUO-pc_07.png") no-repeat top center; height:    500px; } 
#head8 { background: url("../images/DUO-pc_08.png") no-repeat top center; height:    500px; } 
#head9 { background: url("../images/DUO-pc_09.png") no-repeat top center; height:    500px; } 
#head10 { background: url("../images/DUO-pc_10.png") no-repeat top center; height:    500px; }
#head11 { background: url("../images/DUO-pc_11.png") no-repeat top center; height:    500px; } 
#head12 { background: url("../images/DUO-pc_12.png") no-repeat top center; height:    500px; } 
#head13 { background: url("../images/DUO-pc_13.png") no-repeat top center; height:    500px; } 
#head14 { background: url("../images/DUO-pc_14.png") no-repeat top center; height:    500px; } 
#head15 { background: url("../images/DUO-pc_15.png") no-repeat top center; height:    500px; } 
#head16 { background: url("../images/DUO-pc_16.png") no-repeat top center; height:    500px; } 
#head17 { background: url("../images/DUO-pc_17.png") no-repeat top center; height:    500px; } 
#form2 { background: url("../images/DUO-pc_18.png") no-repeat top center; height:    500px; } 
#head19 { background: url("../images/DUO-pc_19.png") no-repeat top center; height:    500px; } 
#head20 { background: url("../images/DUO-pc_20.png") no-repeat top center; height:    322px; }


#wrap {

	background-image: url("../images/beige-bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#wrapform {

	background-image: url("../images/wrapform.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}


#container {

	text-align:left;
	width:1000px;
	margin:0 auto;
}

#text {

	text-align:left;
	line-height: 1.85em;
	width:875px;
	margin:0 auto;
	padding: 50px 0;
}


.container {

	text-align:left;
	width:1200px;
	margin:0 auto;
}



#footer {  
	background-color: #376239;
}