
*{
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
img{
	height:auto;
	max-width:100%;
	width:auto;
	border: none;
}

body.userformpage{
	background: #eeeeee;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;

}
body.userformpage div#outer{
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
	padding: 10px;
	background: #ffffff;
}


p.formtilte{
	display:none;
}

div#agentmailuserform{
}
dl{
 	width: 920px;
	height: auto;
	margin: 0 auto;
	display: block;
	overflow:auto;
	text-align: center;
}
dl dt{
	font-weight: bold;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
}
dl dt span.required{
	color: #880000;
}
dl dd{
	margin-left: 30px;
	text-align: left;	
}

dl dd textarea{
/*	width: 300px; */
/*	width: 80%; */
	width: calc(100% - 30px) !important;
	height: 100px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
dl dd select{
	height: 28px;
}
dl dd input[type=email],
dl dd input[type=url],
dl dd input[type=password],
dl dd input[type=text]{
/*	width: 300px;*/
/*	width: 80%; */
	width: calc(100% - 30px);
	height: 30px;
	font-size: 1.1em;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
dl dd input[type=radio],
dl dd input[type=checkbox]{
	margin:2px;
	padding: 0px;
	font-size: 10px;
}
dl dd label{
	margin:2px;
	padding: 2px;
	font-size: 14px;
}
dl dd span.agentmail__annotation{
	font-size: 12px;
	color: #666666;
}
dl dd span.agentmail__warning{
	font-size: 12px;
	color: #880000;
}
dl dd div.agentmailinlineframe{
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
	margin: 2px;
	padding: 2px;
}
dl dt.hiddenitem,
dl dd.hiddenitem{
	display: none;
}
input[type=submit]{
	min-width: 250px;
	-webkit-appearance: button;
}
input[type=button]{
	margin-top: 10px;
}

dl dt.submitdt{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}


body.userformpage div#outer article{
}

body.userformpage div#outer article div#userform{
}

body.userformpage div#outer article div#userform div.AMLLT_FIRST_VIEW_CLASS{
	margin: 0 auto;
	text-align: center;
}
body.userformpage div#outer article div#userform div.AMLLT_FIRST_VIEW_CLASS img#AMLLT_FIRST_VIEW_PC_IMAGE_ID{
	display:block;
	margin: 0 auto;
	text-align: center;
}
body.userformpage div#outer article div#userform div.AMLLT_FIRST_VIEW_CLASS img#AMLLT_FIRST_VIEW_SMART_PHONE_ID{
	display:none;
	margin: 0 auto;
	text-align: center;
}




/*
@media screen and ( min-width: 1000px ) and (max-width: 1500px){
	body.userformpage div#outer{*/
/*		background: #0000ff; */
/*	}
}*/	
@media screen and ( min-width: 0px ) and (max-width: 1200px){
	body.userformpage div#outer{
/*		background: #00ff00; */
		width: 100%;
		border: none;
		margin: 0px;
		padding: 0px;
	}
	body.userformpage div#outer article div#userform div.AMLLT_FIRST_VIEW_CLASS img#AMLLT_FIRST_VIEW_PC_IMAGE_ID{
		display:none;
	}
	body.userformpage div#outer article div#userform div.AMLLT_FIRST_VIEW_CLASS img#AMLLT_FIRST_VIEW_SMART_PHONE_ID{
		display:block;
	}
	
	dl{
		width: calc(100% - 10px);
		padding: 5px;
	}
	dl dd{
		margin-left: 15px;
		margin-right: 0px;
		text-align: left;
	}
}

/*
@media screen and (max-width: 0px){
	body.userformpage div#outer{
		background: #ff0000;
		width: 100%;
		border: none;
		margin: 0px;
		padding: 0px;
	}
}*/




div.AMLLT_FORM_AREA___C01_{
	width: 920px;
	margin: 0 auto;
/*	background: #ffd2de; */
	border: 5px solid#ffd2de;
	border-radius: 20px;
	padding: 10px 30px 50px 30px;
	margin-top: 20px;
/*	padding-top: 10px;
	padding-bottom: 50px;*/
}
input.AMLLT_BUTTON___C01_[type=button],
input.AMLLT_SUBMIT_BUTTON___C01_[type=submit]{
	background: #eb2745;
	border: solid 5px #ffd2de;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
/*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
}
input.AMLLT_BUTTON___C01_[type=button]:hover,
input.AMLLT_SUBMIT_BUTTON___C01_[type=submit]:hover{	
/*	background: #ffd2de;*/
	border: solid 5px #eb2745;
	color: #eb2745;
	background: #ffffff;
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_FORM_AREA___C01_{
		width: calc(100% - 70px);
		padding: 20px;
		margin: 10px;
	}
			
			
	input.AMLLT_BUTTON___C01_[type=button],
	input.AMLLT_SUBMIT_BUTTON___C01_[type=submit]{		
		width: auto;
		font-size: 1.2em;
	}
}


div.AMLLT_WHAT,
div.AMLLT_WHY1,
div.AMLLT_WHY2,
div.AMLLT_WHY3,
div.AMLLT_HOW{
	
	padding: 0px;
	margin: 0px;
}

.AMLLT_CLR{
	clear: both;
	line-height: 0px;
	height: 0px;
}




.AMLLT_BLK{
}



div.AMLLT_C01_B008{
	margin: 0 auto;
	text-align: center;
}
div.AMLLT_C01_B008 div.AMLLT_C01_BT01{
	background: #eb2745;
	border: solid 5px #ffd2de;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
}
div.AMLLT_C01_B008 div.AMLLT_C01_BT01:hover{
	border: solid 5px #eb2745;
	color: #eb2745;
	background: #ffffff;
}


div.AMLLT_C01_B009{
	margin: 0 auto;
	text-align: center;
	position: fixed;
	right: 0px;
	bottom: 100px;
}
div.AMLLT_C01_B009 div.AMLLT_C01_BT02{
	background: #eb2745;
	border-left: solid 20px #ffd2de;
	border-top: none;
	cursor: pointer;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
	display: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_C01_B009 div.AMLLT_C01_BT02{
		border-left: none;
		border-top: solid 20px #ffd2de
	}
}


/* list */


ul.AMLLT_L001,
ul.AMLLT_L002,
ul.AMLLT_L003,
ul.AMLLT_L004,
ul.AMLLT_L005,
ul.AMLLT_L006{
/*	width: 920px; */
/*	width: 90%; */
	width: calc(100% - 40px);
	height: auto;
	margin: 0 auto;
	display: block;
	
	overflow:auto;
	text-align: left;
	padding: 30px;
	list-style-position: inside;
/*	list-style-type: none; */
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	ul.AMLLT_L001,
	ul.AMLLT_L002,
	ul.AMLLT_L003,
	ul.AMLLT_L004,
	ul.AMLLT_L005,
	ul.AMLLT_L006{
		width: calc(100% - 40px);
		padding: 20px;
	}
}

ul.AMLLT_L001{	list-style-image: url(/img/llt/1-1.png);	}
ul.AMLLT_L002{	list-style-image: url(/img/llt/1-2.png);	}
ul.AMLLT_L003{	list-style-image: url(/img/llt/1-3.png);	}
ul.AMLLT_L004{	list-style-image: url(/img/llt/2-1.png);	}
ul.AMLLT_L005{	list-style-image: url(/img/llt/2-2.png);	}
ul.AMLLT_L006{	list-style-image: url(/img/llt/2-3.png);	}
  

ul.AMLLT_L001 li,
ul.AMLLT_L002 li,
ul.AMLLT_L003 li,
ul.AMLLT_L004 li,
ul.AMLLT_L005 li,
ul.AMLLT_L006 li{
	font-size: 1.4em;
	line-height: 2.0em; 
	padding-left: 0px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #a8a8a8;
}


	  
	  
	h1.AMLLT_C01_H102{
		padding: 1rem 2rem;
		color: #000000;
		border-left: 10px solid #eb2745;
		background: #ffd2de;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C01_H102{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C01_H103{
/*		margin-top: 10px; */
/*		margin-bottom: 20px; */
		position: relative;
		padding: 1.5rem 2rem;
		color: #fff;
		border-radius: 10px;
		background: #eb2745;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C01_H103:after {
		position: absolute;
		bottom: -15px;
		left: 1em;
		width: 0;
		height: 0;
		 content: '';
		border-width: 15px 15px 0 15px;
		border-style: solid;
		border-color: #eb2745 transparent transparent transparent;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C01_H103{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C01_H104{
		padding: 1rem 2rem;
		color: #000000;
		border-top: 5px solid #eb2745;
		border-bottom: 5px solid #eb2745;
		background: #ffffff;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C01_H104{
			margin: 100px 2px 50px 2px;
		}
	}
	

	div.AMLLT_C01_B006{
		text-align: center;
	}
	div.AMLLT_C01_B006 h1.AMLLT_C01_H105{
		position: relative;
/*		line-height: 1.0; */
		padding: 0.8em 1.5em 0.5em 1.5em;
		display: inline-block;
		top:0;
		text-align: center;
		margin: 100px 0px 50px 0px;
	}
	div.AMLLT_C01_B006 h1.AMLLT_C01_H105:before,
	div.AMLLT_C01_B006 h1.AMLLT_C01_H105:after{ 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}	
	div.AMLLT_C01_B006 h1.AMLLT_C01_H105:before{
		border-left: solid 5px #eb2745;
		border-top: solid 5px #eb2745;
		border-bottom: solid 5px #eb2745;
		left: 0;
	}
	div.AMLLT_C01_B006 h1.AMLLT_C01_H105:after{
		content: '';
		border-top: solid 5px #eb2745;
		border-right: solid 5px #eb2745;
		border-bottom: solid 5px #eb2745;
		right: 0;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_B006 h1.AMLLT_C01_H105{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	
		
	h1.AMLLT_C01_H106{
		position: relative;
		padding: 0.7rem 1rem;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C01_H106:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #eb2745, #eb2745 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #eb2745, #eb2745 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C01_H106{
			margin: 100px 2px 50px 2px;
		}
	}
	

	
	h1.AMLLT_C01_H107{
	/*		margin-top: 10px; */
	/*		margin-bottom: 20px; */
			position: relative;
			padding: 1.5rem 2rem;
			color: #fff;
/*			border-radius: 10px;*/
			background: #eb2745;
			margin: 100px 0px 50px 0px;
			text-align: center;
		}
		h1.AMLLT_C01_H107:after {
			position: absolute;
			bottom: -15px;
			left: 48%;
			width: 0;
			height: 0;
			 content: '';
			border-width: 15px 15px 0 15px;
			border-style: solid;
			border-color: #eb2745 transparent transparent transparent;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			h1.AMLLT_C01_H107{
				margin: 100px 2px 50px 2px;
			}
		}
		
		
		
		div.AMLLT_C01_H115{
			text-align: center;
		}
		div.AMLLT_C01_H115 h1.AMLLT_C01_H125{
			position: relative;
	/*		line-height: 1.0; */
			padding: 0.8em 1.5em 0.5em 1.5em;
			display: inline-block;
			top:0;
			text-align: center;
			margin: 100px 0px 50px 0px;
		}
		div.AMLLT_C01_H115 h1.AMLLT_C01_H125:before,
		div.AMLLT_C01_H115 h1.AMLLT_C01_H125:after{ 
			position: absolute;
			top: 0;
			content:'';
			width: 8px;
			height: 100%;
			display: inline-block;
		}	
		div.AMLLT_C01_H115 h1.AMLLT_C01_H125:before{
			border-left: solid 5px #eb2745;
			border-top: solid 5px #eb2745;
			border-bottom: solid 5px #eb2745;
			left: 0;
		}
		div.AMLLT_C01_H115 h1.AMLLT_C01_H125:after{
			content: '';
			border-top: solid 5px #eb2745;
			border-right: solid 5px #eb2745;
			border-bottom: solid 5px #eb2745;
			right: 0;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			div.AMLLT_C01_H115 h1.AMLLT_C01_H125{
				margin: 100px 2px 50px 2px;
			}
		}
		
		

	
	
	
	
	/**** image message 1 ****/
	
	div.AMLLT_C01_F001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		background-color: #ffd2de;
		padding: 30px;
	}
	div.AMLLT_C01_F001 div.AMLLT_C01_PN01{
		text-align: center;
	}
	div.AMLLT_C01_F001 h2.AMLLT_C01_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
/*		margin-top: 20px; */
		margin-bottom: 30px;		
	}
	div.AMLLT_C01_F001 div.AMLLT_C01_I001{
		float: left;
		
/*		padding: 5px; */
/*		margin: 2px;*/
		margin-right: 30px;;
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_F001 div.AMLLT_C01_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C01_F001 div.AMLLT_C01_M001{
		float: right;
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 435px;
	}
	div.AMLLT_C01_F001 div.AMLLT_C01_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_F001{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C01_F001 div.AMLLT_C01_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C01_F001 div.AMLLT_C01_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	

	/**** image message 2 ****/
	
	div.AMLLT_C01_B001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		background-color: #ffd2de;
		padding: 30px
	}
	div.AMLLT_C01_B001 h2.AMLLT_C01_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C01_B001 div.AMLLT_C01_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C01_B001 div.AMLLT_C01_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C01_B001 div.AMLLT_C01_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C01_B001 div.AMLLT_C01_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_B001{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	
		
		
	
	
	/**** image message 3 ****/
	
	div.AMLLT_C01_B002{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C01_B002 h2.AMLLT_C01_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C01_B002 div.AMLLT_C01_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C01_B002 div.AMLLT_C01_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C01_B002 div.AMLLT_C01_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C01_B002 div.AMLLT_C01_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_B002{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	

	
	
	/**** balloon 1 ****/
	
	div.AMLLT_C01_F002{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C01_F002 div.AMLLT_C01_PN01{
		text-align: center;
	}
	div.AMLLT_C01_F002 h2.AMLLT_C01_H201{
		text-align: center;
		
	}
	div.AMLLT_C01_F002 div.AMLLT_C01_I001{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C01_F002 div.AMLLT_C01_I001 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C01_F002 div.AMLLT_C01_M001{
		float: right;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 67%;
	}
	
	
	
	
	
	div.AMLLT_C01_F003{
		width: 980px;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C01_F003 div.AMLLT_C01_PN02{
		text-align: center;
	}
	div.AMLLT_C01_F003 div.AMLLT_C01_I002{
		float: right;
		
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C01_F003 div.AMLLT_C01_I002 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C01_F003 div.AMLLT_C01_M002{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 67%;
	}
	
	div.AMLLT_C01_BL01{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-left : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #eb2745;
		border-radius: 15px;
		background-color: #ffd2de;
	}
	div.AMLLT_C01_BL01:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #ffd2de;
	}
	div.AMLLT_C01_BL01 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	div.AMLLT_C01_BL02{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-right : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #eb2745;
		border-radius: 15px;
		background-color: #ffd2de;
	}
	div.AMLLT_C01_BL02:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #ffd2de;
	}
	div.AMLLT_C01_BL02 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_F002{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C01_F002 div.AMLLT_C01_I001{
			float: none;
			width: 100%;
		}
		div.AMLLT_C01_F002 div.AMLLT_C01_M001{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C01_F003{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C01_F003 div.AMLLT_C01_I002{
			float: none;
			width: 100%;
		}
		div.AMLLT_C01_F003 div.AMLLT_C01_M002{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C01_BL01{
			margin-top: 20px;
			margin-left: 0px;
		}
		div.AMLLT_C01_BL01:before {
			top: -15px;
			left: 50%;
			border-right: none;
			border: 15px solid transparent;
			border-bottom: 15px solid #ffd2de;
		}
		div.AMLLT_C01_BL02{
			margin-top : 20px;
			margin-right: 0px;
		}
		div.AMLLT_C01_BL02:before {
			top: -15px;
			left: 50%;
			border: 15px solid transparent;
			border-bottom: 15px solid #ffd2de;
		}
	}
	
	
	




	
	
	/* before after */
	
	div.AMLLT_C01_F004{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
/*		padding: 10px; */
	}
	div.AMLLT_C01_F004 h2.AMLLT_C01_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_F005:before{
		display:none;
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_F005{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_I003{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_I004{
		float: right;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_I004 img{
		max-width: 100%;
	}

	div.AMLLT_C01_F004 div.AMLLT_C01_F005  div.AMLLT_C01_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_F005  div.AMLLT_C01_DA01 p{
		float: left;
		display:inline-block;
		
/*		height:20px;*/ 
/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #eb2745;
		position:relative;
/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #eb2745;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_M003{
		
		text-align: left;
/*		padding: 2px;
		margin: 2px;*/
	}
	div.AMLLT_C01_F004 div.AMLLT_C01_M003 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_F004{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C01_F004 div.AMLLT_C01_F005  div.AMLLT_C01_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C01_F004 div.AMLLT_C01_F005  div.AMLLT_C01_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C01_F004 div.AMLLT_C01_F005 div.AMLLT_C01_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #eb2745;
			left:-50px;
			bottom:-110px;
		}
	}
	
	
	
	
	
	
	
	
	
	/* entry step  image  */
	
	div.AMLLT_C01_BL03{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #eb2745;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C01_FB01{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C01_FB01 div.AMLLT_C01_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 430px;
	}
	div.AMLLT_C01_FB01 div.AMLLT_C01_M001 h2.AMLLT_C01_H204{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #eb2745;
	}
	div.AMLLT_C01_FB01 div.AMLLT_C01_M001 div.AMLLT_C01_M004{
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C01_FB01 div.AMLLT_C01_M001 div.AMLLT_C01_M004 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	div.AMLLT_C01_FB01 div.AMLLT_C01_I005{
		float: right;
		
/*		padding: 30px; */
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_FB01 div.AMLLT_C01_I005 img{
		text-align:center;
		max-width: 100%;
	}
	div.AMLLT_C01_BL03:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #eb2745 transparent transparent transparent;
		}
		
	div.AMLLT_C01_BL03:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_BL03{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C01_FB01 div.AMLLT_C01_M001{
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C01_FB01 div.AMLLT_C01_I005{
			float: none;
			width: 100%;
		}
		div.AMLLT_C01_FB01 div.AMLLT_C01_I005 img{
			max-width: 85%;
		}
	}
	



	
	
	/* entry step   */
	div.AMLLT_C01_BL04{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #eb2745;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C01_FB02{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C01_FB02 div.AMLLT_C01_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 100%;
	}
	div.AMLLT_C01_FB02 div.AMLLT_C01_M001 h2.AMLLT_C01_H205{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #eb2745;
	}
	div.AMLLT_C01_FB02 div.AMLLT_C01_M001 div.AMLLT_C01_M005{
		
		text-align: left;
		width: 100%;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C01_FB02 div.AMLLT_C01_M001 div.AMLLT_C01_M005 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
		
	div.AMLLT_C01_BL04:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #eb2745 transparent transparent transparent;
		}
		
	div.AMLLT_C01_BL04:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_BL04{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C01_FB02 div.AMLLT_C01_M001{
			float: none;
		}	
	}
	

	


	/* message */
	
	div.AMLLT_C01_B003{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
	}
	div.AMLLT_C01_B003 div.AMLLT_C01_M006{
		
		text-align: left;
	}
	div.AMLLT_C01_B003 div.AMLLT_C01_M006 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_B003{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	





	/**** image message 4 ****/
	
	div.AMLLT_C01_F005{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
	}
	div.AMLLT_C01_F005 div.AMLLT_C01_B004{
		width: 260px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		float: left;
		padding: 30px
	}
	div.AMLLT_C01_F005 div.AMLLT_C01_B004 h2.AMLLT_C01_H202{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C01_F005 div.AMLLT_C01_B004 h1.AMLLT_HEADER_CLASS{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	div.AMLLT_C01_F005 div.AMLLT_C01_B004 h3.AMLLT_C01_H301{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C01_F005 div.AMLLT_C01_B004 div.AMLLT_C01_I006{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C01_F005 div.AMLLT_C01_B004 div.AMLLT_C01_I006 img{
		max-width: 100%;
	}
	div.AMLLT_C01_F005 div.AMLLT_C01_B004 div.AMLLT_C01_M007{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C01_F005 div.AMLLT_C01_B004 div.AMLLT_C01_M007 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_F005{
			width: 100%;
		}
		div.AMLLT_C01_F005 div.AMLLT_C01_B004{
			width: calc(100% - 40px);
			padding: 20px;
			float: none;
		}
	}
	


	/**** copy right ****/
	
	div.AMLLT_C01_B005{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		margin-top: 100px;
	}
	div.AMLLT_C01_B005 div.AMLLT_C01_M008{
		
		text-align: center;
	}
	div.AMLLT_C01_B005 div.AMLLT_C01_M008 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_B005{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	


	/**** image message 5 ****/
	
	div.AMLLT_C01_F006{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C01_F006 div.AMLLT_C01_PN01{
		text-align: center;
	}
	div.AMLLT_C01_F006 h2.AMLLT_C01_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C01_F006 div.AMLLT_C01_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_F006 div.AMLLT_C01_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C01_F006 div.AMLLT_C01_M001{
		float: right;
		
		text-align: left;
		width: 435px;
	}
	div.AMLLT_C01_F006 div.AMLLT_C01_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_F006{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C01_F006 div.AMLLT_C01_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C01_F006 div.AMLLT_C01_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	/**** image message 6 ****/
	
	div.AMLLT_C01_F007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		border: solid 3px #eb2745;
		padding: 30px;
	}
	div.AMLLT_C01_F007 div.AMLLT_C01_PN01{
		text-align: center;
	}
	div.AMLLT_C01_F007 h2.AMLLT_C01_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C01_F007 div.AMLLT_C01_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_F007 div.AMLLT_C01_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C01_F007 div.AMLLT_C01_M001{
		float: right;
		
		text-align: left;
		width: 429px;
	}
	div.AMLLT_C01_F007 div.AMLLT_C01_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_F007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C01_F007 div.AMLLT_C01_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C01_F007 div.AMLLT_C01_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	
	
	
	
	/**** image message 7 ****/
	
	div.AMLLT_C01_B007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
		border: solid 3px #eb2745;
	}
	div.AMLLT_C01_B007 h2.AMLLT_C01_H201{
		text-align: center;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C01_B007 div.AMLLT_C01_I002{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C01_B007 div.AMLLT_C01_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C01_B007 div.AMLLT_C01_M002{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C01_B007 div.AMLLT_C01_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_B007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	



	/* before after border */
	
	div.AMLLT_C01_F008{
		width: 956px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
		border: solid 3px #eb2745;
		padding: 10px;
	}
	div.AMLLT_C01_F008 h2.AMLLT_C01_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	
	div.AMLLT_C01_F008 div.AMLLT_C01_F009{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	
	div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_I003{
		float: left;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_I004{
		float: right;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_I004 img{
		max-width: 100%;
	}
	
	div.AMLLT_C01_F008 div.AMLLT_C01_F009  div.AMLLT_C01_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C01_F008 div.AMLLT_C01_F009  div.AMLLT_C01_DA01 p{
		float: left;
		display:inline-block;
		
	/*		height:20px;*/ 
	/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #eb2745;
		position:relative;
	/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #eb2745;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C01_F008 div.AMLLT_C01_M003{
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 10px; */
	}
	div.AMLLT_C01_F008 div.AMLLT_C01_M003 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_F008{
			width: calc(100% - 36px);
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C01_F008 div.AMLLT_C01_F009  div.AMLLT_C01_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C01_F008 div.AMLLT_C01_F009  div.AMLLT_C01_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C01_F008 div.AMLLT_C01_F009 div.AMLLT_C01_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #eb2745;
			left:-50px;
			bottom:-110px;
		}
	}
	

	
		
	/* message border */
	
	div.AMLLT_C01_B010{
		width: 956px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		border: solid 3px #eb2745;
		padding: 10px;
	}
	div.AMLLT_C01_B010 div.AMLLT_C01_M006{
		
		text-align: left;
	}
	div.AMLLT_C01_B010 div.AMLLT_C01_M006 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C01_B010{
/*			width: calc(100% - 56px); */
			width: calc(100% - 36px);
/*			padding: 20px; */
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	
		
		

		
	
div.AMLLT_FORM_AREA___C02_{
	width: 920px;
	margin: 0 auto;
/*	background: #d9e1fc; */
	border: 5px solid#d9e1fc;
	border-radius: 20px;
	padding: 10px 30px 50px 30px;
	margin-top: 20px;
/*	padding-top: 10px;
	padding-bottom: 50px;*/
}
input.AMLLT_BUTTON___C02_[type=button],
input.AMLLT_SUBMIT_BUTTON___C02_[type=submit]{
	background: #3037c3;
	border: solid 5px #d9e1fc;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
/*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
}
input.AMLLT_BUTTON___C02_[type=button]:hover,
input.AMLLT_SUBMIT_BUTTON___C02_[type=submit]:hover{	
/*	background: #d9e1fc;*/
	border: solid 5px #3037c3;
	color: #3037c3;
	background: #ffffff;
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_FORM_AREA___C02_{
		width: calc(100% - 70px);
		padding: 20px;
		margin: 10px;
	}
			
			
	input.AMLLT_BUTTON___C02_[type=button],
	input.AMLLT_SUBMIT_BUTTON___C02_[type=submit]{		
		width: auto;
		font-size: 1.2em;
	}
}


div.AMLLT_WHAT,
div.AMLLT_WHY1,
div.AMLLT_WHY2,
div.AMLLT_WHY3,
div.AMLLT_HOW{
	
	padding: 0px;
	margin: 0px;
}

.AMLLT_CLR{
	clear: both;
	line-height: 0px;
	height: 0px;
}




.AMLLT_BLK{
}



div.AMLLT_C02_B008{
	margin: 0 auto;
	text-align: center;
}
div.AMLLT_C02_B008 div.AMLLT_C02_BT01{
	background: #3037c3;
	border: solid 5px #d9e1fc;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
}
div.AMLLT_C02_B008 div.AMLLT_C02_BT01:hover{
	border: solid 5px #3037c3;
	color: #3037c3;
	background: #ffffff;
}


div.AMLLT_C02_B009{
	margin: 0 auto;
	text-align: center;
	position: fixed;
	right: 0px;
	bottom: 100px;
}
div.AMLLT_C02_B009 div.AMLLT_C02_BT02{
	background: #3037c3;
	border-left: solid 20px #d9e1fc;
	border-top: none;
	cursor: pointer;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
	display: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_C02_B009 div.AMLLT_C02_BT02{
		border-left: none;
		border-top: solid 20px #d9e1fc
	}
}


/* list */


ul.AMLLT_L001,
ul.AMLLT_L002,
ul.AMLLT_L003,
ul.AMLLT_L004,
ul.AMLLT_L005,
ul.AMLLT_L006{
/*	width: 920px; */
/*	width: 90%; */
	width: calc(100% - 40px);
	height: auto;
	margin: 0 auto;
	display: block;
	
	overflow:auto;
	text-align: left;
	padding: 30px;
	list-style-position: inside;
/*	list-style-type: none; */
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	ul.AMLLT_L001,
	ul.AMLLT_L002,
	ul.AMLLT_L003,
	ul.AMLLT_L004,
	ul.AMLLT_L005,
	ul.AMLLT_L006{
		width: calc(100% - 40px);
		padding: 20px;
	}
}

ul.AMLLT_L001{	list-style-image: url(/img/llt/1-1.png);	}
ul.AMLLT_L002{	list-style-image: url(/img/llt/1-2.png);	}
ul.AMLLT_L003{	list-style-image: url(/img/llt/1-3.png);	}
ul.AMLLT_L004{	list-style-image: url(/img/llt/2-1.png);	}
ul.AMLLT_L005{	list-style-image: url(/img/llt/2-2.png);	}
ul.AMLLT_L006{	list-style-image: url(/img/llt/2-3.png);	}
  

ul.AMLLT_L001 li,
ul.AMLLT_L002 li,
ul.AMLLT_L003 li,
ul.AMLLT_L004 li,
ul.AMLLT_L005 li,
ul.AMLLT_L006 li{
	font-size: 1.4em;
	line-height: 2.0em; 
	padding-left: 0px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #a8a8a8;
}


	  
	  
	h1.AMLLT_C02_H102{
		padding: 1rem 2rem;
		color: #000000;
		border-left: 10px solid #3037c3;
		background: #d9e1fc;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C02_H102{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C02_H103{
/*		margin-top: 10px; */
/*		margin-bottom: 20px; */
		position: relative;
		padding: 1.5rem 2rem;
		color: #fff;
		border-radius: 10px;
		background: #3037c3;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C02_H103:after {
		position: absolute;
		bottom: -15px;
		left: 1em;
		width: 0;
		height: 0;
		 content: '';
		border-width: 15px 15px 0 15px;
		border-style: solid;
		border-color: #3037c3 transparent transparent transparent;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C02_H103{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C02_H104{
		padding: 1rem 2rem;
		color: #000000;
		border-top: 5px solid #3037c3;
		border-bottom: 5px solid #3037c3;
		background: #ffffff;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C02_H104{
			margin: 100px 2px 50px 2px;
		}
	}
	

	div.AMLLT_C02_B006{
		text-align: center;
	}
	div.AMLLT_C02_B006 h1.AMLLT_C02_H105{
		position: relative;
/*		line-height: 1.0; */
		padding: 0.8em 1.5em 0.5em 1.5em;
		display: inline-block;
		top:0;
		text-align: center;
		margin: 100px 0px 50px 0px;
	}
	div.AMLLT_C02_B006 h1.AMLLT_C02_H105:before,
	div.AMLLT_C02_B006 h1.AMLLT_C02_H105:after{ 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}	
	div.AMLLT_C02_B006 h1.AMLLT_C02_H105:before{
		border-left: solid 5px #3037c3;
		border-top: solid 5px #3037c3;
		border-bottom: solid 5px #3037c3;
		left: 0;
	}
	div.AMLLT_C02_B006 h1.AMLLT_C02_H105:after{
		content: '';
		border-top: solid 5px #3037c3;
		border-right: solid 5px #3037c3;
		border-bottom: solid 5px #3037c3;
		right: 0;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_B006 h1.AMLLT_C02_H105{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	
		
	h1.AMLLT_C02_H106{
		position: relative;
		padding: 0.7rem 1rem;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C02_H106:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #3037c3, #3037c3 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #3037c3, #3037c3 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C02_H106{
			margin: 100px 2px 50px 2px;
		}
	}
	

	
	h1.AMLLT_C02_H107{
	/*		margin-top: 10px; */
	/*		margin-bottom: 20px; */
			position: relative;
			padding: 1.5rem 2rem;
			color: #fff;
/*			border-radius: 10px;*/
			background: #3037c3;
			margin: 100px 0px 50px 0px;
			text-align: center;
		}
		h1.AMLLT_C02_H107:after {
			position: absolute;
			bottom: -15px;
			left: 48%;
			width: 0;
			height: 0;
			 content: '';
			border-width: 15px 15px 0 15px;
			border-style: solid;
			border-color: #3037c3 transparent transparent transparent;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			h1.AMLLT_C02_H107{
				margin: 100px 2px 50px 2px;
			}
		}
		
		
		
		div.AMLLT_C02_H115{
			text-align: center;
		}
		div.AMLLT_C02_H115 h1.AMLLT_C02_H125{
			position: relative;
	/*		line-height: 1.0; */
			padding: 0.8em 1.5em 0.5em 1.5em;
			display: inline-block;
			top:0;
			text-align: center;
			margin: 100px 0px 50px 0px;
		}
		div.AMLLT_C02_H115 h1.AMLLT_C02_H125:before,
		div.AMLLT_C02_H115 h1.AMLLT_C02_H125:after{ 
			position: absolute;
			top: 0;
			content:'';
			width: 8px;
			height: 100%;
			display: inline-block;
		}	
		div.AMLLT_C02_H115 h1.AMLLT_C02_H125:before{
			border-left: solid 5px #3037c3;
			border-top: solid 5px #3037c3;
			border-bottom: solid 5px #3037c3;
			left: 0;
		}
		div.AMLLT_C02_H115 h1.AMLLT_C02_H125:after{
			content: '';
			border-top: solid 5px #3037c3;
			border-right: solid 5px #3037c3;
			border-bottom: solid 5px #3037c3;
			right: 0;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			div.AMLLT_C02_H115 h1.AMLLT_C02_H125{
				margin: 100px 2px 50px 2px;
			}
		}
		
		

	
	
	
	
	/**** image message 1 ****/
	
	div.AMLLT_C02_F001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		background-color: #d9e1fc;
		padding: 30px;
	}
	div.AMLLT_C02_F001 div.AMLLT_C02_PN01{
		text-align: center;
	}
	div.AMLLT_C02_F001 h2.AMLLT_C02_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
/*		margin-top: 20px; */
		margin-bottom: 30px;		
	}
	div.AMLLT_C02_F001 div.AMLLT_C02_I001{
		float: left;
		
/*		padding: 5px; */
/*		margin: 2px;*/
		margin-right: 30px;;
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_F001 div.AMLLT_C02_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C02_F001 div.AMLLT_C02_M001{
		float: right;
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 435px;
	}
	div.AMLLT_C02_F001 div.AMLLT_C02_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_F001{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C02_F001 div.AMLLT_C02_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C02_F001 div.AMLLT_C02_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	

	/**** image message 2 ****/
	
	div.AMLLT_C02_B001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		background-color: #d9e1fc;
		padding: 30px
	}
	div.AMLLT_C02_B001 h2.AMLLT_C02_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C02_B001 div.AMLLT_C02_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C02_B001 div.AMLLT_C02_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C02_B001 div.AMLLT_C02_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C02_B001 div.AMLLT_C02_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_B001{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	
		
		
	
	
	/**** image message 3 ****/
	
	div.AMLLT_C02_B002{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C02_B002 h2.AMLLT_C02_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C02_B002 div.AMLLT_C02_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C02_B002 div.AMLLT_C02_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C02_B002 div.AMLLT_C02_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C02_B002 div.AMLLT_C02_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_B002{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	

	
	
	/**** balloon 1 ****/
	
	div.AMLLT_C02_F002{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C02_F002 div.AMLLT_C02_PN01{
		text-align: center;
	}
	div.AMLLT_C02_F002 h2.AMLLT_C02_H201{
		text-align: center;
		
	}
	div.AMLLT_C02_F002 div.AMLLT_C02_I001{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C02_F002 div.AMLLT_C02_I001 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C02_F002 div.AMLLT_C02_M001{
		float: right;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 67%;
	}
	
	
	
	
	
	div.AMLLT_C02_F003{
		width: 980px;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C02_F003 div.AMLLT_C02_PN02{
		text-align: center;
	}
	div.AMLLT_C02_F003 div.AMLLT_C02_I002{
		float: right;
		
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C02_F003 div.AMLLT_C02_I002 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C02_F003 div.AMLLT_C02_M002{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 67%;
	}
	
	div.AMLLT_C02_BL01{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-left : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #3037c3;
		border-radius: 15px;
		background-color: #d9e1fc;
	}
	div.AMLLT_C02_BL01:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #d9e1fc;
	}
	div.AMLLT_C02_BL01 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	div.AMLLT_C02_BL02{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-right : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #3037c3;
		border-radius: 15px;
		background-color: #d9e1fc;
	}
	div.AMLLT_C02_BL02:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #d9e1fc;
	}
	div.AMLLT_C02_BL02 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_F002{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C02_F002 div.AMLLT_C02_I001{
			float: none;
			width: 100%;
		}
		div.AMLLT_C02_F002 div.AMLLT_C02_M001{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C02_F003{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C02_F003 div.AMLLT_C02_I002{
			float: none;
			width: 100%;
		}
		div.AMLLT_C02_F003 div.AMLLT_C02_M002{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C02_BL01{
			margin-top: 20px;
			margin-left: 0px;
		}
		div.AMLLT_C02_BL01:before {
			top: -15px;
			left: 50%;
			border-right: none;
			border: 15px solid transparent;
			border-bottom: 15px solid #d9e1fc;
		}
		div.AMLLT_C02_BL02{
			margin-top : 20px;
			margin-right: 0px;
		}
		div.AMLLT_C02_BL02:before {
			top: -15px;
			left: 50%;
			border: 15px solid transparent;
			border-bottom: 15px solid #d9e1fc;
		}
	}
	
	
	




	
	
	/* before after */
	
	div.AMLLT_C02_F004{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
/*		padding: 10px; */
	}
	div.AMLLT_C02_F004 h2.AMLLT_C02_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_F005:before{
		display:none;
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_F005{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_I003{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_I004{
		float: right;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_I004 img{
		max-width: 100%;
	}

	div.AMLLT_C02_F004 div.AMLLT_C02_F005  div.AMLLT_C02_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_F005  div.AMLLT_C02_DA01 p{
		float: left;
		display:inline-block;
		
/*		height:20px;*/ 
/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #3037c3;
		position:relative;
/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #3037c3;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_M003{
		
		text-align: left;
/*		padding: 2px;
		margin: 2px;*/
	}
	div.AMLLT_C02_F004 div.AMLLT_C02_M003 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_F004{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C02_F004 div.AMLLT_C02_F005  div.AMLLT_C02_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C02_F004 div.AMLLT_C02_F005  div.AMLLT_C02_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C02_F004 div.AMLLT_C02_F005 div.AMLLT_C02_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #3037c3;
			left:-50px;
			bottom:-110px;
		}
	}
	
	
	
	
	
	
	
	
	
	/* entry step  image  */
	
	div.AMLLT_C02_BL03{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #3037c3;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C02_FB01{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C02_FB01 div.AMLLT_C02_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 430px;
	}
	div.AMLLT_C02_FB01 div.AMLLT_C02_M001 h2.AMLLT_C02_H204{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #3037c3;
	}
	div.AMLLT_C02_FB01 div.AMLLT_C02_M001 div.AMLLT_C02_M004{
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C02_FB01 div.AMLLT_C02_M001 div.AMLLT_C02_M004 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	div.AMLLT_C02_FB01 div.AMLLT_C02_I005{
		float: right;
		
/*		padding: 30px; */
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_FB01 div.AMLLT_C02_I005 img{
		text-align:center;
		max-width: 100%;
	}
	div.AMLLT_C02_BL03:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #3037c3 transparent transparent transparent;
		}
		
	div.AMLLT_C02_BL03:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_BL03{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C02_FB01 div.AMLLT_C02_M001{
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C02_FB01 div.AMLLT_C02_I005{
			float: none;
			width: 100%;
		}
		div.AMLLT_C02_FB01 div.AMLLT_C02_I005 img{
			max-width: 85%;
		}
	}
	



	
	
	/* entry step   */
	div.AMLLT_C02_BL04{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #3037c3;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C02_FB02{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C02_FB02 div.AMLLT_C02_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 100%;
	}
	div.AMLLT_C02_FB02 div.AMLLT_C02_M001 h2.AMLLT_C02_H205{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #3037c3;
	}
	div.AMLLT_C02_FB02 div.AMLLT_C02_M001 div.AMLLT_C02_M005{
		
		text-align: left;
		width: 100%;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C02_FB02 div.AMLLT_C02_M001 div.AMLLT_C02_M005 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
		
	div.AMLLT_C02_BL04:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #3037c3 transparent transparent transparent;
		}
		
	div.AMLLT_C02_BL04:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_BL04{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C02_FB02 div.AMLLT_C02_M001{
			float: none;
		}	
	}
	

	


	/* message */
	
	div.AMLLT_C02_B003{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
	}
	div.AMLLT_C02_B003 div.AMLLT_C02_M006{
		
		text-align: left;
	}
	div.AMLLT_C02_B003 div.AMLLT_C02_M006 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_B003{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	





	/**** image message 4 ****/
	
	div.AMLLT_C02_F005{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
	}
	div.AMLLT_C02_F005 div.AMLLT_C02_B004{
		width: 260px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		float: left;
		padding: 30px
	}
	div.AMLLT_C02_F005 div.AMLLT_C02_B004 h2.AMLLT_C02_H202{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C02_F005 div.AMLLT_C02_B004 h1.AMLLT_HEADER_CLASS{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	div.AMLLT_C02_F005 div.AMLLT_C02_B004 h3.AMLLT_C02_H301{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C02_F005 div.AMLLT_C02_B004 div.AMLLT_C02_I006{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C02_F005 div.AMLLT_C02_B004 div.AMLLT_C02_I006 img{
		max-width: 100%;
	}
	div.AMLLT_C02_F005 div.AMLLT_C02_B004 div.AMLLT_C02_M007{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C02_F005 div.AMLLT_C02_B004 div.AMLLT_C02_M007 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_F005{
			width: 100%;
		}
		div.AMLLT_C02_F005 div.AMLLT_C02_B004{
			width: calc(100% - 40px);
			padding: 20px;
			float: none;
		}
	}
	


	/**** copy right ****/
	
	div.AMLLT_C02_B005{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		margin-top: 100px;
	}
	div.AMLLT_C02_B005 div.AMLLT_C02_M008{
		
		text-align: center;
	}
	div.AMLLT_C02_B005 div.AMLLT_C02_M008 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_B005{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	


	/**** image message 5 ****/
	
	div.AMLLT_C02_F006{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C02_F006 div.AMLLT_C02_PN01{
		text-align: center;
	}
	div.AMLLT_C02_F006 h2.AMLLT_C02_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C02_F006 div.AMLLT_C02_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_F006 div.AMLLT_C02_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C02_F006 div.AMLLT_C02_M001{
		float: right;
		
		text-align: left;
		width: 435px;
	}
	div.AMLLT_C02_F006 div.AMLLT_C02_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_F006{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C02_F006 div.AMLLT_C02_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C02_F006 div.AMLLT_C02_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	/**** image message 6 ****/
	
	div.AMLLT_C02_F007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		border: solid 3px #3037c3;
		padding: 30px;
	}
	div.AMLLT_C02_F007 div.AMLLT_C02_PN01{
		text-align: center;
	}
	div.AMLLT_C02_F007 h2.AMLLT_C02_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C02_F007 div.AMLLT_C02_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_F007 div.AMLLT_C02_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C02_F007 div.AMLLT_C02_M001{
		float: right;
		
		text-align: left;
		width: 429px;
	}
	div.AMLLT_C02_F007 div.AMLLT_C02_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_F007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C02_F007 div.AMLLT_C02_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C02_F007 div.AMLLT_C02_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	
	
	
	
	/**** image message 7 ****/
	
	div.AMLLT_C02_B007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
		border: solid 3px #3037c3;
	}
	div.AMLLT_C02_B007 h2.AMLLT_C02_H201{
		text-align: center;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C02_B007 div.AMLLT_C02_I002{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C02_B007 div.AMLLT_C02_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C02_B007 div.AMLLT_C02_M002{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C02_B007 div.AMLLT_C02_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_B007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	



	/* before after border */
	
	div.AMLLT_C02_F008{
		width: 956px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
		border: solid 3px #3037c3;
		padding: 10px;
	}
	div.AMLLT_C02_F008 h2.AMLLT_C02_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	
	div.AMLLT_C02_F008 div.AMLLT_C02_F009{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	
	div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_I003{
		float: left;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_I004{
		float: right;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_I004 img{
		max-width: 100%;
	}
	
	div.AMLLT_C02_F008 div.AMLLT_C02_F009  div.AMLLT_C02_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C02_F008 div.AMLLT_C02_F009  div.AMLLT_C02_DA01 p{
		float: left;
		display:inline-block;
		
	/*		height:20px;*/ 
	/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #3037c3;
		position:relative;
	/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #3037c3;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C02_F008 div.AMLLT_C02_M003{
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 10px; */
	}
	div.AMLLT_C02_F008 div.AMLLT_C02_M003 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_F008{
			width: calc(100% - 36px);
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C02_F008 div.AMLLT_C02_F009  div.AMLLT_C02_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C02_F008 div.AMLLT_C02_F009  div.AMLLT_C02_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C02_F008 div.AMLLT_C02_F009 div.AMLLT_C02_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #3037c3;
			left:-50px;
			bottom:-110px;
		}
	}
	

	
		
	/* message border */
	
	div.AMLLT_C02_B010{
		width: 956px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		border: solid 3px #3037c3;
		padding: 10px;
	}
	div.AMLLT_C02_B010 div.AMLLT_C02_M006{
		
		text-align: left;
	}
	div.AMLLT_C02_B010 div.AMLLT_C02_M006 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C02_B010{
/*			width: calc(100% - 56px); */
			width: calc(100% - 36px);
/*			padding: 20px; */
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	
		
		

		
	
div.AMLLT_FORM_AREA___C03_{
	width: 920px;
	margin: 0 auto;
/*	background: #e6ffe8; */
	border: 5px solid#e6ffe8;
	border-radius: 20px;
	padding: 10px 30px 50px 30px;
	margin-top: 20px;
/*	padding-top: 10px;
	padding-bottom: 50px;*/
}
input.AMLLT_BUTTON___C03_[type=button],
input.AMLLT_SUBMIT_BUTTON___C03_[type=submit]{
	background: #04b73b;
	border: solid 5px #e6ffe8;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
/*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
}
input.AMLLT_BUTTON___C03_[type=button]:hover,
input.AMLLT_SUBMIT_BUTTON___C03_[type=submit]:hover{	
/*	background: #e6ffe8;*/
	border: solid 5px #04b73b;
	color: #04b73b;
	background: #ffffff;
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_FORM_AREA___C03_{
		width: calc(100% - 70px);
		padding: 20px;
		margin: 10px;
	}
			
			
	input.AMLLT_BUTTON___C03_[type=button],
	input.AMLLT_SUBMIT_BUTTON___C03_[type=submit]{		
		width: auto;
		font-size: 1.2em;
	}
}


div.AMLLT_WHAT,
div.AMLLT_WHY1,
div.AMLLT_WHY2,
div.AMLLT_WHY3,
div.AMLLT_HOW{
	
	padding: 0px;
	margin: 0px;
}

.AMLLT_CLR{
	clear: both;
	line-height: 0px;
	height: 0px;
}




.AMLLT_BLK{
}



div.AMLLT_C03_B008{
	margin: 0 auto;
	text-align: center;
}
div.AMLLT_C03_B008 div.AMLLT_C03_BT01{
	background: #04b73b;
	border: solid 5px #e6ffe8;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
}
div.AMLLT_C03_B008 div.AMLLT_C03_BT01:hover{
	border: solid 5px #04b73b;
	color: #04b73b;
	background: #ffffff;
}


div.AMLLT_C03_B009{
	margin: 0 auto;
	text-align: center;
	position: fixed;
	right: 0px;
	bottom: 100px;
}
div.AMLLT_C03_B009 div.AMLLT_C03_BT02{
	background: #04b73b;
	border-left: solid 20px #e6ffe8;
	border-top: none;
	cursor: pointer;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
	display: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_C03_B009 div.AMLLT_C03_BT02{
		border-left: none;
		border-top: solid 20px #e6ffe8
	}
}


/* list */


ul.AMLLT_L001,
ul.AMLLT_L002,
ul.AMLLT_L003,
ul.AMLLT_L004,
ul.AMLLT_L005,
ul.AMLLT_L006{
/*	width: 920px; */
/*	width: 90%; */
	width: calc(100% - 40px);
	height: auto;
	margin: 0 auto;
	display: block;
	
	overflow:auto;
	text-align: left;
	padding: 30px;
	list-style-position: inside;
/*	list-style-type: none; */
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	ul.AMLLT_L001,
	ul.AMLLT_L002,
	ul.AMLLT_L003,
	ul.AMLLT_L004,
	ul.AMLLT_L005,
	ul.AMLLT_L006{
		width: calc(100% - 40px);
		padding: 20px;
	}
}

ul.AMLLT_L001{	list-style-image: url(/img/llt/1-1.png);	}
ul.AMLLT_L002{	list-style-image: url(/img/llt/1-2.png);	}
ul.AMLLT_L003{	list-style-image: url(/img/llt/1-3.png);	}
ul.AMLLT_L004{	list-style-image: url(/img/llt/2-1.png);	}
ul.AMLLT_L005{	list-style-image: url(/img/llt/2-2.png);	}
ul.AMLLT_L006{	list-style-image: url(/img/llt/2-3.png);	}
  

ul.AMLLT_L001 li,
ul.AMLLT_L002 li,
ul.AMLLT_L003 li,
ul.AMLLT_L004 li,
ul.AMLLT_L005 li,
ul.AMLLT_L006 li{
	font-size: 1.4em;
	line-height: 2.0em; 
	padding-left: 0px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #a8a8a8;
}


	  
	  
	h1.AMLLT_C03_H102{
		padding: 1rem 2rem;
		color: #000000;
		border-left: 10px solid #04b73b;
		background: #e6ffe8;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C03_H102{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C03_H103{
/*		margin-top: 10px; */
/*		margin-bottom: 20px; */
		position: relative;
		padding: 1.5rem 2rem;
		color: #fff;
		border-radius: 10px;
		background: #04b73b;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C03_H103:after {
		position: absolute;
		bottom: -15px;
		left: 1em;
		width: 0;
		height: 0;
		 content: '';
		border-width: 15px 15px 0 15px;
		border-style: solid;
		border-color: #04b73b transparent transparent transparent;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C03_H103{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C03_H104{
		padding: 1rem 2rem;
		color: #000000;
		border-top: 5px solid #04b73b;
		border-bottom: 5px solid #04b73b;
		background: #ffffff;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C03_H104{
			margin: 100px 2px 50px 2px;
		}
	}
	

	div.AMLLT_C03_B006{
		text-align: center;
	}
	div.AMLLT_C03_B006 h1.AMLLT_C03_H105{
		position: relative;
/*		line-height: 1.0; */
		padding: 0.8em 1.5em 0.5em 1.5em;
		display: inline-block;
		top:0;
		text-align: center;
		margin: 100px 0px 50px 0px;
	}
	div.AMLLT_C03_B006 h1.AMLLT_C03_H105:before,
	div.AMLLT_C03_B006 h1.AMLLT_C03_H105:after{ 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}	
	div.AMLLT_C03_B006 h1.AMLLT_C03_H105:before{
		border-left: solid 5px #04b73b;
		border-top: solid 5px #04b73b;
		border-bottom: solid 5px #04b73b;
		left: 0;
	}
	div.AMLLT_C03_B006 h1.AMLLT_C03_H105:after{
		content: '';
		border-top: solid 5px #04b73b;
		border-right: solid 5px #04b73b;
		border-bottom: solid 5px #04b73b;
		right: 0;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_B006 h1.AMLLT_C03_H105{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	
		
	h1.AMLLT_C03_H106{
		position: relative;
		padding: 0.7rem 1rem;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C03_H106:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #04b73b, #04b73b 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #04b73b, #04b73b 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C03_H106{
			margin: 100px 2px 50px 2px;
		}
	}
	

	
	h1.AMLLT_C03_H107{
	/*		margin-top: 10px; */
	/*		margin-bottom: 20px; */
			position: relative;
			padding: 1.5rem 2rem;
			color: #fff;
/*			border-radius: 10px;*/
			background: #04b73b;
			margin: 100px 0px 50px 0px;
			text-align: center;
		}
		h1.AMLLT_C03_H107:after {
			position: absolute;
			bottom: -15px;
			left: 48%;
			width: 0;
			height: 0;
			 content: '';
			border-width: 15px 15px 0 15px;
			border-style: solid;
			border-color: #04b73b transparent transparent transparent;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			h1.AMLLT_C03_H107{
				margin: 100px 2px 50px 2px;
			}
		}
		
		
		
		div.AMLLT_C03_H115{
			text-align: center;
		}
		div.AMLLT_C03_H115 h1.AMLLT_C03_H125{
			position: relative;
	/*		line-height: 1.0; */
			padding: 0.8em 1.5em 0.5em 1.5em;
			display: inline-block;
			top:0;
			text-align: center;
			margin: 100px 0px 50px 0px;
		}
		div.AMLLT_C03_H115 h1.AMLLT_C03_H125:before,
		div.AMLLT_C03_H115 h1.AMLLT_C03_H125:after{ 
			position: absolute;
			top: 0;
			content:'';
			width: 8px;
			height: 100%;
			display: inline-block;
		}	
		div.AMLLT_C03_H115 h1.AMLLT_C03_H125:before{
			border-left: solid 5px #04b73b;
			border-top: solid 5px #04b73b;
			border-bottom: solid 5px #04b73b;
			left: 0;
		}
		div.AMLLT_C03_H115 h1.AMLLT_C03_H125:after{
			content: '';
			border-top: solid 5px #04b73b;
			border-right: solid 5px #04b73b;
			border-bottom: solid 5px #04b73b;
			right: 0;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			div.AMLLT_C03_H115 h1.AMLLT_C03_H125{
				margin: 100px 2px 50px 2px;
			}
		}
		
		

	
	
	
	
	/**** image message 1 ****/
	
	div.AMLLT_C03_F001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		background-color: #e6ffe8;
		padding: 30px;
	}
	div.AMLLT_C03_F001 div.AMLLT_C03_PN01{
		text-align: center;
	}
	div.AMLLT_C03_F001 h2.AMLLT_C03_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
/*		margin-top: 20px; */
		margin-bottom: 30px;		
	}
	div.AMLLT_C03_F001 div.AMLLT_C03_I001{
		float: left;
		
/*		padding: 5px; */
/*		margin: 2px;*/
		margin-right: 30px;;
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_F001 div.AMLLT_C03_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C03_F001 div.AMLLT_C03_M001{
		float: right;
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 435px;
	}
	div.AMLLT_C03_F001 div.AMLLT_C03_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_F001{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C03_F001 div.AMLLT_C03_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C03_F001 div.AMLLT_C03_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	

	/**** image message 2 ****/
	
	div.AMLLT_C03_B001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		background-color: #e6ffe8;
		padding: 30px
	}
	div.AMLLT_C03_B001 h2.AMLLT_C03_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C03_B001 div.AMLLT_C03_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C03_B001 div.AMLLT_C03_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C03_B001 div.AMLLT_C03_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C03_B001 div.AMLLT_C03_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_B001{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	
		
		
	
	
	/**** image message 3 ****/
	
	div.AMLLT_C03_B002{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C03_B002 h2.AMLLT_C03_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C03_B002 div.AMLLT_C03_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C03_B002 div.AMLLT_C03_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C03_B002 div.AMLLT_C03_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C03_B002 div.AMLLT_C03_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_B002{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	

	
	
	/**** balloon 1 ****/
	
	div.AMLLT_C03_F002{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C03_F002 div.AMLLT_C03_PN01{
		text-align: center;
	}
	div.AMLLT_C03_F002 h2.AMLLT_C03_H201{
		text-align: center;
		
	}
	div.AMLLT_C03_F002 div.AMLLT_C03_I001{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C03_F002 div.AMLLT_C03_I001 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C03_F002 div.AMLLT_C03_M001{
		float: right;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 67%;
	}
	
	
	
	
	
	div.AMLLT_C03_F003{
		width: 980px;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C03_F003 div.AMLLT_C03_PN02{
		text-align: center;
	}
	div.AMLLT_C03_F003 div.AMLLT_C03_I002{
		float: right;
		
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C03_F003 div.AMLLT_C03_I002 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C03_F003 div.AMLLT_C03_M002{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 67%;
	}
	
	div.AMLLT_C03_BL01{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-left : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #04b73b;
		border-radius: 15px;
		background-color: #e6ffe8;
	}
	div.AMLLT_C03_BL01:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #e6ffe8;
	}
	div.AMLLT_C03_BL01 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	div.AMLLT_C03_BL02{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-right : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #04b73b;
		border-radius: 15px;
		background-color: #e6ffe8;
	}
	div.AMLLT_C03_BL02:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #e6ffe8;
	}
	div.AMLLT_C03_BL02 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_F002{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C03_F002 div.AMLLT_C03_I001{
			float: none;
			width: 100%;
		}
		div.AMLLT_C03_F002 div.AMLLT_C03_M001{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C03_F003{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C03_F003 div.AMLLT_C03_I002{
			float: none;
			width: 100%;
		}
		div.AMLLT_C03_F003 div.AMLLT_C03_M002{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C03_BL01{
			margin-top: 20px;
			margin-left: 0px;
		}
		div.AMLLT_C03_BL01:before {
			top: -15px;
			left: 50%;
			border-right: none;
			border: 15px solid transparent;
			border-bottom: 15px solid #e6ffe8;
		}
		div.AMLLT_C03_BL02{
			margin-top : 20px;
			margin-right: 0px;
		}
		div.AMLLT_C03_BL02:before {
			top: -15px;
			left: 50%;
			border: 15px solid transparent;
			border-bottom: 15px solid #e6ffe8;
		}
	}
	
	
	




	
	
	/* before after */
	
	div.AMLLT_C03_F004{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
/*		padding: 10px; */
	}
	div.AMLLT_C03_F004 h2.AMLLT_C03_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_F005:before{
		display:none;
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_F005{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_I003{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_I004{
		float: right;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_I004 img{
		max-width: 100%;
	}

	div.AMLLT_C03_F004 div.AMLLT_C03_F005  div.AMLLT_C03_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_F005  div.AMLLT_C03_DA01 p{
		float: left;
		display:inline-block;
		
/*		height:20px;*/ 
/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #04b73b;
		position:relative;
/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #04b73b;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_M003{
		
		text-align: left;
/*		padding: 2px;
		margin: 2px;*/
	}
	div.AMLLT_C03_F004 div.AMLLT_C03_M003 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_F004{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C03_F004 div.AMLLT_C03_F005  div.AMLLT_C03_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C03_F004 div.AMLLT_C03_F005  div.AMLLT_C03_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C03_F004 div.AMLLT_C03_F005 div.AMLLT_C03_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #04b73b;
			left:-50px;
			bottom:-110px;
		}
	}
	
	
	
	
	
	
	
	
	
	/* entry step  image  */
	
	div.AMLLT_C03_BL03{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #04b73b;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C03_FB01{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C03_FB01 div.AMLLT_C03_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 430px;
	}
	div.AMLLT_C03_FB01 div.AMLLT_C03_M001 h2.AMLLT_C03_H204{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #04b73b;
	}
	div.AMLLT_C03_FB01 div.AMLLT_C03_M001 div.AMLLT_C03_M004{
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C03_FB01 div.AMLLT_C03_M001 div.AMLLT_C03_M004 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	div.AMLLT_C03_FB01 div.AMLLT_C03_I005{
		float: right;
		
/*		padding: 30px; */
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_FB01 div.AMLLT_C03_I005 img{
		text-align:center;
		max-width: 100%;
	}
	div.AMLLT_C03_BL03:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #04b73b transparent transparent transparent;
		}
		
	div.AMLLT_C03_BL03:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_BL03{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C03_FB01 div.AMLLT_C03_M001{
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C03_FB01 div.AMLLT_C03_I005{
			float: none;
			width: 100%;
		}
		div.AMLLT_C03_FB01 div.AMLLT_C03_I005 img{
			max-width: 85%;
		}
	}
	



	
	
	/* entry step   */
	div.AMLLT_C03_BL04{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #04b73b;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C03_FB02{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C03_FB02 div.AMLLT_C03_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 100%;
	}
	div.AMLLT_C03_FB02 div.AMLLT_C03_M001 h2.AMLLT_C03_H205{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #04b73b;
	}
	div.AMLLT_C03_FB02 div.AMLLT_C03_M001 div.AMLLT_C03_M005{
		
		text-align: left;
		width: 100%;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C03_FB02 div.AMLLT_C03_M001 div.AMLLT_C03_M005 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
		
	div.AMLLT_C03_BL04:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #04b73b transparent transparent transparent;
		}
		
	div.AMLLT_C03_BL04:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_BL04{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C03_FB02 div.AMLLT_C03_M001{
			float: none;
		}	
	}
	

	


	/* message */
	
	div.AMLLT_C03_B003{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
	}
	div.AMLLT_C03_B003 div.AMLLT_C03_M006{
		
		text-align: left;
	}
	div.AMLLT_C03_B003 div.AMLLT_C03_M006 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_B003{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	





	/**** image message 4 ****/
	
	div.AMLLT_C03_F005{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
	}
	div.AMLLT_C03_F005 div.AMLLT_C03_B004{
		width: 260px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		float: left;
		padding: 30px
	}
	div.AMLLT_C03_F005 div.AMLLT_C03_B004 h2.AMLLT_C03_H202{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C03_F005 div.AMLLT_C03_B004 h1.AMLLT_HEADER_CLASS{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	div.AMLLT_C03_F005 div.AMLLT_C03_B004 h3.AMLLT_C03_H301{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C03_F005 div.AMLLT_C03_B004 div.AMLLT_C03_I006{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C03_F005 div.AMLLT_C03_B004 div.AMLLT_C03_I006 img{
		max-width: 100%;
	}
	div.AMLLT_C03_F005 div.AMLLT_C03_B004 div.AMLLT_C03_M007{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C03_F005 div.AMLLT_C03_B004 div.AMLLT_C03_M007 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_F005{
			width: 100%;
		}
		div.AMLLT_C03_F005 div.AMLLT_C03_B004{
			width: calc(100% - 40px);
			padding: 20px;
			float: none;
		}
	}
	


	/**** copy right ****/
	
	div.AMLLT_C03_B005{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		margin-top: 100px;
	}
	div.AMLLT_C03_B005 div.AMLLT_C03_M008{
		
		text-align: center;
	}
	div.AMLLT_C03_B005 div.AMLLT_C03_M008 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_B005{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	


	/**** image message 5 ****/
	
	div.AMLLT_C03_F006{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C03_F006 div.AMLLT_C03_PN01{
		text-align: center;
	}
	div.AMLLT_C03_F006 h2.AMLLT_C03_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C03_F006 div.AMLLT_C03_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_F006 div.AMLLT_C03_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C03_F006 div.AMLLT_C03_M001{
		float: right;
		
		text-align: left;
		width: 435px;
	}
	div.AMLLT_C03_F006 div.AMLLT_C03_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_F006{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C03_F006 div.AMLLT_C03_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C03_F006 div.AMLLT_C03_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	/**** image message 6 ****/
	
	div.AMLLT_C03_F007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		border: solid 3px #04b73b;
		padding: 30px;
	}
	div.AMLLT_C03_F007 div.AMLLT_C03_PN01{
		text-align: center;
	}
	div.AMLLT_C03_F007 h2.AMLLT_C03_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C03_F007 div.AMLLT_C03_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_F007 div.AMLLT_C03_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C03_F007 div.AMLLT_C03_M001{
		float: right;
		
		text-align: left;
		width: 429px;
	}
	div.AMLLT_C03_F007 div.AMLLT_C03_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_F007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C03_F007 div.AMLLT_C03_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C03_F007 div.AMLLT_C03_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	
	
	
	
	/**** image message 7 ****/
	
	div.AMLLT_C03_B007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
		border: solid 3px #04b73b;
	}
	div.AMLLT_C03_B007 h2.AMLLT_C03_H201{
		text-align: center;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C03_B007 div.AMLLT_C03_I002{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C03_B007 div.AMLLT_C03_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C03_B007 div.AMLLT_C03_M002{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C03_B007 div.AMLLT_C03_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_B007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	



	/* before after border */
	
	div.AMLLT_C03_F008{
		width: 956px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
		border: solid 3px #04b73b;
		padding: 10px;
	}
	div.AMLLT_C03_F008 h2.AMLLT_C03_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	
	div.AMLLT_C03_F008 div.AMLLT_C03_F009{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	
	div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_I003{
		float: left;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_I004{
		float: right;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_I004 img{
		max-width: 100%;
	}
	
	div.AMLLT_C03_F008 div.AMLLT_C03_F009  div.AMLLT_C03_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C03_F008 div.AMLLT_C03_F009  div.AMLLT_C03_DA01 p{
		float: left;
		display:inline-block;
		
	/*		height:20px;*/ 
	/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #04b73b;
		position:relative;
	/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #04b73b;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C03_F008 div.AMLLT_C03_M003{
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 10px; */
	}
	div.AMLLT_C03_F008 div.AMLLT_C03_M003 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_F008{
			width: calc(100% - 36px);
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C03_F008 div.AMLLT_C03_F009  div.AMLLT_C03_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C03_F008 div.AMLLT_C03_F009  div.AMLLT_C03_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C03_F008 div.AMLLT_C03_F009 div.AMLLT_C03_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #04b73b;
			left:-50px;
			bottom:-110px;
		}
	}
	

	
		
	/* message border */
	
	div.AMLLT_C03_B010{
		width: 956px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		border: solid 3px #04b73b;
		padding: 10px;
	}
	div.AMLLT_C03_B010 div.AMLLT_C03_M006{
		
		text-align: left;
	}
	div.AMLLT_C03_B010 div.AMLLT_C03_M006 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C03_B010{
/*			width: calc(100% - 56px); */
			width: calc(100% - 36px);
/*			padding: 20px; */
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	
		
		

		
	
div.AMLLT_FORM_AREA___C04_{
	width: 920px;
	margin: 0 auto;
/*	background: #ffe9fb; */
	border: 5px solid#ffe9fb;
	border-radius: 20px;
	padding: 10px 30px 50px 30px;
	margin-top: 20px;
/*	padding-top: 10px;
	padding-bottom: 50px;*/
}
input.AMLLT_BUTTON___C04_[type=button],
input.AMLLT_SUBMIT_BUTTON___C04_[type=submit]{
	background: #f946b1;
	border: solid 5px #ffe9fb;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
/*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
}
input.AMLLT_BUTTON___C04_[type=button]:hover,
input.AMLLT_SUBMIT_BUTTON___C04_[type=submit]:hover{	
/*	background: #ffe9fb;*/
	border: solid 5px #f946b1;
	color: #f946b1;
	background: #ffffff;
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_FORM_AREA___C04_{
		width: calc(100% - 70px);
		padding: 20px;
		margin: 10px;
	}
			
			
	input.AMLLT_BUTTON___C04_[type=button],
	input.AMLLT_SUBMIT_BUTTON___C04_[type=submit]{		
		width: auto;
		font-size: 1.2em;
	}
}


div.AMLLT_WHAT,
div.AMLLT_WHY1,
div.AMLLT_WHY2,
div.AMLLT_WHY3,
div.AMLLT_HOW{
	
	padding: 0px;
	margin: 0px;
}

.AMLLT_CLR{
	clear: both;
	line-height: 0px;
	height: 0px;
}




.AMLLT_BLK{
}



div.AMLLT_C04_B008{
	margin: 0 auto;
	text-align: center;
}
div.AMLLT_C04_B008 div.AMLLT_C04_BT01{
	background: #f946b1;
	border: solid 5px #ffe9fb;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
}
div.AMLLT_C04_B008 div.AMLLT_C04_BT01:hover{
	border: solid 5px #f946b1;
	color: #f946b1;
	background: #ffffff;
}


div.AMLLT_C04_B009{
	margin: 0 auto;
	text-align: center;
	position: fixed;
	right: 0px;
	bottom: 100px;
}
div.AMLLT_C04_B009 div.AMLLT_C04_BT02{
	background: #f946b1;
	border-left: solid 20px #ffe9fb;
	border-top: none;
	cursor: pointer;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
	display: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_C04_B009 div.AMLLT_C04_BT02{
		border-left: none;
		border-top: solid 20px #ffe9fb
	}
}


/* list */


ul.AMLLT_L001,
ul.AMLLT_L002,
ul.AMLLT_L003,
ul.AMLLT_L004,
ul.AMLLT_L005,
ul.AMLLT_L006{
/*	width: 920px; */
/*	width: 90%; */
	width: calc(100% - 40px);
	height: auto;
	margin: 0 auto;
	display: block;
	
	overflow:auto;
	text-align: left;
	padding: 30px;
	list-style-position: inside;
/*	list-style-type: none; */
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	ul.AMLLT_L001,
	ul.AMLLT_L002,
	ul.AMLLT_L003,
	ul.AMLLT_L004,
	ul.AMLLT_L005,
	ul.AMLLT_L006{
		width: calc(100% - 40px);
		padding: 20px;
	}
}

ul.AMLLT_L001{	list-style-image: url(/img/llt/1-1.png);	}
ul.AMLLT_L002{	list-style-image: url(/img/llt/1-2.png);	}
ul.AMLLT_L003{	list-style-image: url(/img/llt/1-3.png);	}
ul.AMLLT_L004{	list-style-image: url(/img/llt/2-1.png);	}
ul.AMLLT_L005{	list-style-image: url(/img/llt/2-2.png);	}
ul.AMLLT_L006{	list-style-image: url(/img/llt/2-3.png);	}
  

ul.AMLLT_L001 li,
ul.AMLLT_L002 li,
ul.AMLLT_L003 li,
ul.AMLLT_L004 li,
ul.AMLLT_L005 li,
ul.AMLLT_L006 li{
	font-size: 1.4em;
	line-height: 2.0em; 
	padding-left: 0px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #a8a8a8;
}


	  
	  
	h1.AMLLT_C04_H102{
		padding: 1rem 2rem;
		color: #000000;
		border-left: 10px solid #f946b1;
		background: #ffe9fb;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C04_H102{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C04_H103{
/*		margin-top: 10px; */
/*		margin-bottom: 20px; */
		position: relative;
		padding: 1.5rem 2rem;
		color: #fff;
		border-radius: 10px;
		background: #f946b1;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C04_H103:after {
		position: absolute;
		bottom: -15px;
		left: 1em;
		width: 0;
		height: 0;
		 content: '';
		border-width: 15px 15px 0 15px;
		border-style: solid;
		border-color: #f946b1 transparent transparent transparent;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C04_H103{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C04_H104{
		padding: 1rem 2rem;
		color: #000000;
		border-top: 5px solid #f946b1;
		border-bottom: 5px solid #f946b1;
		background: #ffffff;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C04_H104{
			margin: 100px 2px 50px 2px;
		}
	}
	

	div.AMLLT_C04_B006{
		text-align: center;
	}
	div.AMLLT_C04_B006 h1.AMLLT_C04_H105{
		position: relative;
/*		line-height: 1.0; */
		padding: 0.8em 1.5em 0.5em 1.5em;
		display: inline-block;
		top:0;
		text-align: center;
		margin: 100px 0px 50px 0px;
	}
	div.AMLLT_C04_B006 h1.AMLLT_C04_H105:before,
	div.AMLLT_C04_B006 h1.AMLLT_C04_H105:after{ 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}	
	div.AMLLT_C04_B006 h1.AMLLT_C04_H105:before{
		border-left: solid 5px #f946b1;
		border-top: solid 5px #f946b1;
		border-bottom: solid 5px #f946b1;
		left: 0;
	}
	div.AMLLT_C04_B006 h1.AMLLT_C04_H105:after{
		content: '';
		border-top: solid 5px #f946b1;
		border-right: solid 5px #f946b1;
		border-bottom: solid 5px #f946b1;
		right: 0;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_B006 h1.AMLLT_C04_H105{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	
		
	h1.AMLLT_C04_H106{
		position: relative;
		padding: 0.7rem 1rem;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C04_H106:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #f946b1, #f946b1 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #f946b1, #f946b1 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C04_H106{
			margin: 100px 2px 50px 2px;
		}
	}
	

	
	h1.AMLLT_C04_H107{
	/*		margin-top: 10px; */
	/*		margin-bottom: 20px; */
			position: relative;
			padding: 1.5rem 2rem;
			color: #fff;
/*			border-radius: 10px;*/
			background: #f946b1;
			margin: 100px 0px 50px 0px;
			text-align: center;
		}
		h1.AMLLT_C04_H107:after {
			position: absolute;
			bottom: -15px;
			left: 48%;
			width: 0;
			height: 0;
			 content: '';
			border-width: 15px 15px 0 15px;
			border-style: solid;
			border-color: #f946b1 transparent transparent transparent;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			h1.AMLLT_C04_H107{
				margin: 100px 2px 50px 2px;
			}
		}
		
		
		
		div.AMLLT_C04_H115{
			text-align: center;
		}
		div.AMLLT_C04_H115 h1.AMLLT_C04_H125{
			position: relative;
	/*		line-height: 1.0; */
			padding: 0.8em 1.5em 0.5em 1.5em;
			display: inline-block;
			top:0;
			text-align: center;
			margin: 100px 0px 50px 0px;
		}
		div.AMLLT_C04_H115 h1.AMLLT_C04_H125:before,
		div.AMLLT_C04_H115 h1.AMLLT_C04_H125:after{ 
			position: absolute;
			top: 0;
			content:'';
			width: 8px;
			height: 100%;
			display: inline-block;
		}	
		div.AMLLT_C04_H115 h1.AMLLT_C04_H125:before{
			border-left: solid 5px #f946b1;
			border-top: solid 5px #f946b1;
			border-bottom: solid 5px #f946b1;
			left: 0;
		}
		div.AMLLT_C04_H115 h1.AMLLT_C04_H125:after{
			content: '';
			border-top: solid 5px #f946b1;
			border-right: solid 5px #f946b1;
			border-bottom: solid 5px #f946b1;
			right: 0;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			div.AMLLT_C04_H115 h1.AMLLT_C04_H125{
				margin: 100px 2px 50px 2px;
			}
		}
		
		

	
	
	
	
	/**** image message 1 ****/
	
	div.AMLLT_C04_F001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		background-color: #ffe9fb;
		padding: 30px;
	}
	div.AMLLT_C04_F001 div.AMLLT_C04_PN01{
		text-align: center;
	}
	div.AMLLT_C04_F001 h2.AMLLT_C04_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
/*		margin-top: 20px; */
		margin-bottom: 30px;		
	}
	div.AMLLT_C04_F001 div.AMLLT_C04_I001{
		float: left;
		
/*		padding: 5px; */
/*		margin: 2px;*/
		margin-right: 30px;;
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_F001 div.AMLLT_C04_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C04_F001 div.AMLLT_C04_M001{
		float: right;
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 435px;
	}
	div.AMLLT_C04_F001 div.AMLLT_C04_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_F001{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C04_F001 div.AMLLT_C04_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C04_F001 div.AMLLT_C04_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	

	/**** image message 2 ****/
	
	div.AMLLT_C04_B001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		background-color: #ffe9fb;
		padding: 30px
	}
	div.AMLLT_C04_B001 h2.AMLLT_C04_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C04_B001 div.AMLLT_C04_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C04_B001 div.AMLLT_C04_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C04_B001 div.AMLLT_C04_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C04_B001 div.AMLLT_C04_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_B001{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	
		
		
	
	
	/**** image message 3 ****/
	
	div.AMLLT_C04_B002{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C04_B002 h2.AMLLT_C04_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C04_B002 div.AMLLT_C04_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C04_B002 div.AMLLT_C04_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C04_B002 div.AMLLT_C04_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C04_B002 div.AMLLT_C04_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_B002{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	

	
	
	/**** balloon 1 ****/
	
	div.AMLLT_C04_F002{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C04_F002 div.AMLLT_C04_PN01{
		text-align: center;
	}
	div.AMLLT_C04_F002 h2.AMLLT_C04_H201{
		text-align: center;
		
	}
	div.AMLLT_C04_F002 div.AMLLT_C04_I001{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C04_F002 div.AMLLT_C04_I001 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C04_F002 div.AMLLT_C04_M001{
		float: right;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 67%;
	}
	
	
	
	
	
	div.AMLLT_C04_F003{
		width: 980px;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C04_F003 div.AMLLT_C04_PN02{
		text-align: center;
	}
	div.AMLLT_C04_F003 div.AMLLT_C04_I002{
		float: right;
		
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C04_F003 div.AMLLT_C04_I002 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C04_F003 div.AMLLT_C04_M002{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 67%;
	}
	
	div.AMLLT_C04_BL01{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-left : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #f946b1;
		border-radius: 15px;
		background-color: #ffe9fb;
	}
	div.AMLLT_C04_BL01:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #ffe9fb;
	}
	div.AMLLT_C04_BL01 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	div.AMLLT_C04_BL02{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-right : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #f946b1;
		border-radius: 15px;
		background-color: #ffe9fb;
	}
	div.AMLLT_C04_BL02:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #ffe9fb;
	}
	div.AMLLT_C04_BL02 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_F002{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C04_F002 div.AMLLT_C04_I001{
			float: none;
			width: 100%;
		}
		div.AMLLT_C04_F002 div.AMLLT_C04_M001{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C04_F003{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C04_F003 div.AMLLT_C04_I002{
			float: none;
			width: 100%;
		}
		div.AMLLT_C04_F003 div.AMLLT_C04_M002{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C04_BL01{
			margin-top: 20px;
			margin-left: 0px;
		}
		div.AMLLT_C04_BL01:before {
			top: -15px;
			left: 50%;
			border-right: none;
			border: 15px solid transparent;
			border-bottom: 15px solid #ffe9fb;
		}
		div.AMLLT_C04_BL02{
			margin-top : 20px;
			margin-right: 0px;
		}
		div.AMLLT_C04_BL02:before {
			top: -15px;
			left: 50%;
			border: 15px solid transparent;
			border-bottom: 15px solid #ffe9fb;
		}
	}
	
	
	




	
	
	/* before after */
	
	div.AMLLT_C04_F004{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
/*		padding: 10px; */
	}
	div.AMLLT_C04_F004 h2.AMLLT_C04_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_F005:before{
		display:none;
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_F005{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_I003{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_I004{
		float: right;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_I004 img{
		max-width: 100%;
	}

	div.AMLLT_C04_F004 div.AMLLT_C04_F005  div.AMLLT_C04_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_F005  div.AMLLT_C04_DA01 p{
		float: left;
		display:inline-block;
		
/*		height:20px;*/ 
/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #f946b1;
		position:relative;
/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #f946b1;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_M003{
		
		text-align: left;
/*		padding: 2px;
		margin: 2px;*/
	}
	div.AMLLT_C04_F004 div.AMLLT_C04_M003 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_F004{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C04_F004 div.AMLLT_C04_F005  div.AMLLT_C04_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C04_F004 div.AMLLT_C04_F005  div.AMLLT_C04_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C04_F004 div.AMLLT_C04_F005 div.AMLLT_C04_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #f946b1;
			left:-50px;
			bottom:-110px;
		}
	}
	
	
	
	
	
	
	
	
	
	/* entry step  image  */
	
	div.AMLLT_C04_BL03{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #f946b1;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C04_FB01{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C04_FB01 div.AMLLT_C04_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 430px;
	}
	div.AMLLT_C04_FB01 div.AMLLT_C04_M001 h2.AMLLT_C04_H204{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #f946b1;
	}
	div.AMLLT_C04_FB01 div.AMLLT_C04_M001 div.AMLLT_C04_M004{
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C04_FB01 div.AMLLT_C04_M001 div.AMLLT_C04_M004 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	div.AMLLT_C04_FB01 div.AMLLT_C04_I005{
		float: right;
		
/*		padding: 30px; */
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_FB01 div.AMLLT_C04_I005 img{
		text-align:center;
		max-width: 100%;
	}
	div.AMLLT_C04_BL03:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #f946b1 transparent transparent transparent;
		}
		
	div.AMLLT_C04_BL03:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_BL03{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C04_FB01 div.AMLLT_C04_M001{
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C04_FB01 div.AMLLT_C04_I005{
			float: none;
			width: 100%;
		}
		div.AMLLT_C04_FB01 div.AMLLT_C04_I005 img{
			max-width: 85%;
		}
	}
	



	
	
	/* entry step   */
	div.AMLLT_C04_BL04{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #f946b1;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C04_FB02{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C04_FB02 div.AMLLT_C04_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 100%;
	}
	div.AMLLT_C04_FB02 div.AMLLT_C04_M001 h2.AMLLT_C04_H205{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #f946b1;
	}
	div.AMLLT_C04_FB02 div.AMLLT_C04_M001 div.AMLLT_C04_M005{
		
		text-align: left;
		width: 100%;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C04_FB02 div.AMLLT_C04_M001 div.AMLLT_C04_M005 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
		
	div.AMLLT_C04_BL04:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #f946b1 transparent transparent transparent;
		}
		
	div.AMLLT_C04_BL04:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_BL04{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C04_FB02 div.AMLLT_C04_M001{
			float: none;
		}	
	}
	

	


	/* message */
	
	div.AMLLT_C04_B003{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
	}
	div.AMLLT_C04_B003 div.AMLLT_C04_M006{
		
		text-align: left;
	}
	div.AMLLT_C04_B003 div.AMLLT_C04_M006 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_B003{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	





	/**** image message 4 ****/
	
	div.AMLLT_C04_F005{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
	}
	div.AMLLT_C04_F005 div.AMLLT_C04_B004{
		width: 260px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		float: left;
		padding: 30px
	}
	div.AMLLT_C04_F005 div.AMLLT_C04_B004 h2.AMLLT_C04_H202{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C04_F005 div.AMLLT_C04_B004 h1.AMLLT_HEADER_CLASS{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	div.AMLLT_C04_F005 div.AMLLT_C04_B004 h3.AMLLT_C04_H301{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C04_F005 div.AMLLT_C04_B004 div.AMLLT_C04_I006{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C04_F005 div.AMLLT_C04_B004 div.AMLLT_C04_I006 img{
		max-width: 100%;
	}
	div.AMLLT_C04_F005 div.AMLLT_C04_B004 div.AMLLT_C04_M007{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C04_F005 div.AMLLT_C04_B004 div.AMLLT_C04_M007 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_F005{
			width: 100%;
		}
		div.AMLLT_C04_F005 div.AMLLT_C04_B004{
			width: calc(100% - 40px);
			padding: 20px;
			float: none;
		}
	}
	


	/**** copy right ****/
	
	div.AMLLT_C04_B005{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		margin-top: 100px;
	}
	div.AMLLT_C04_B005 div.AMLLT_C04_M008{
		
		text-align: center;
	}
	div.AMLLT_C04_B005 div.AMLLT_C04_M008 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_B005{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	


	/**** image message 5 ****/
	
	div.AMLLT_C04_F006{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C04_F006 div.AMLLT_C04_PN01{
		text-align: center;
	}
	div.AMLLT_C04_F006 h2.AMLLT_C04_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C04_F006 div.AMLLT_C04_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_F006 div.AMLLT_C04_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C04_F006 div.AMLLT_C04_M001{
		float: right;
		
		text-align: left;
		width: 435px;
	}
	div.AMLLT_C04_F006 div.AMLLT_C04_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_F006{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C04_F006 div.AMLLT_C04_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C04_F006 div.AMLLT_C04_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	/**** image message 6 ****/
	
	div.AMLLT_C04_F007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		border: solid 3px #f946b1;
		padding: 30px;
	}
	div.AMLLT_C04_F007 div.AMLLT_C04_PN01{
		text-align: center;
	}
	div.AMLLT_C04_F007 h2.AMLLT_C04_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C04_F007 div.AMLLT_C04_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_F007 div.AMLLT_C04_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C04_F007 div.AMLLT_C04_M001{
		float: right;
		
		text-align: left;
		width: 429px;
	}
	div.AMLLT_C04_F007 div.AMLLT_C04_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_F007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C04_F007 div.AMLLT_C04_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C04_F007 div.AMLLT_C04_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	
	
	
	
	/**** image message 7 ****/
	
	div.AMLLT_C04_B007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
		border: solid 3px #f946b1;
	}
	div.AMLLT_C04_B007 h2.AMLLT_C04_H201{
		text-align: center;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C04_B007 div.AMLLT_C04_I002{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C04_B007 div.AMLLT_C04_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C04_B007 div.AMLLT_C04_M002{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C04_B007 div.AMLLT_C04_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_B007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	



	/* before after border */
	
	div.AMLLT_C04_F008{
		width: 956px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
		border: solid 3px #f946b1;
		padding: 10px;
	}
	div.AMLLT_C04_F008 h2.AMLLT_C04_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	
	div.AMLLT_C04_F008 div.AMLLT_C04_F009{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	
	div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_I003{
		float: left;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_I004{
		float: right;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_I004 img{
		max-width: 100%;
	}
	
	div.AMLLT_C04_F008 div.AMLLT_C04_F009  div.AMLLT_C04_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C04_F008 div.AMLLT_C04_F009  div.AMLLT_C04_DA01 p{
		float: left;
		display:inline-block;
		
	/*		height:20px;*/ 
	/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #f946b1;
		position:relative;
	/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #f946b1;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C04_F008 div.AMLLT_C04_M003{
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 10px; */
	}
	div.AMLLT_C04_F008 div.AMLLT_C04_M003 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_F008{
			width: calc(100% - 36px);
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C04_F008 div.AMLLT_C04_F009  div.AMLLT_C04_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C04_F008 div.AMLLT_C04_F009  div.AMLLT_C04_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C04_F008 div.AMLLT_C04_F009 div.AMLLT_C04_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #f946b1;
			left:-50px;
			bottom:-110px;
		}
	}
	

	
		
	/* message border */
	
	div.AMLLT_C04_B010{
		width: 956px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		border: solid 3px #f946b1;
		padding: 10px;
	}
	div.AMLLT_C04_B010 div.AMLLT_C04_M006{
		
		text-align: left;
	}
	div.AMLLT_C04_B010 div.AMLLT_C04_M006 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C04_B010{
/*			width: calc(100% - 56px); */
			width: calc(100% - 36px);
/*			padding: 20px; */
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	
		
		

		
	
div.AMLLT_FORM_AREA___C05_{
	width: 920px;
	margin: 0 auto;
/*	background: #c3f4fc; */
	border: 5px solid#c3f4fc;
	border-radius: 20px;
	padding: 10px 30px 50px 30px;
	margin-top: 20px;
/*	padding-top: 10px;
	padding-bottom: 50px;*/
}
input.AMLLT_BUTTON___C05_[type=button],
input.AMLLT_SUBMIT_BUTTON___C05_[type=submit]{
	background: #00a8df;
	border: solid 5px #c3f4fc;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
/*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
}
input.AMLLT_BUTTON___C05_[type=button]:hover,
input.AMLLT_SUBMIT_BUTTON___C05_[type=submit]:hover{	
/*	background: #c3f4fc;*/
	border: solid 5px #00a8df;
	color: #00a8df;
	background: #ffffff;
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_FORM_AREA___C05_{
		width: calc(100% - 70px);
		padding: 20px;
		margin: 10px;
	}
			
			
	input.AMLLT_BUTTON___C05_[type=button],
	input.AMLLT_SUBMIT_BUTTON___C05_[type=submit]{		
		width: auto;
		font-size: 1.2em;
	}
}


div.AMLLT_WHAT,
div.AMLLT_WHY1,
div.AMLLT_WHY2,
div.AMLLT_WHY3,
div.AMLLT_HOW{
	
	padding: 0px;
	margin: 0px;
}

.AMLLT_CLR{
	clear: both;
	line-height: 0px;
	height: 0px;
}




.AMLLT_BLK{
}



div.AMLLT_C05_B008{
	margin: 0 auto;
	text-align: center;
}
div.AMLLT_C05_B008 div.AMLLT_C05_BT01{
	background: #00a8df;
	border: solid 5px #c3f4fc;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
}
div.AMLLT_C05_B008 div.AMLLT_C05_BT01:hover{
	border: solid 5px #00a8df;
	color: #00a8df;
	background: #ffffff;
}


div.AMLLT_C05_B009{
	margin: 0 auto;
	text-align: center;
	position: fixed;
	right: 0px;
	bottom: 100px;
}
div.AMLLT_C05_B009 div.AMLLT_C05_BT02{
	background: #00a8df;
	border-left: solid 20px #c3f4fc;
	border-top: none;
	cursor: pointer;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
	display: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_C05_B009 div.AMLLT_C05_BT02{
		border-left: none;
		border-top: solid 20px #c3f4fc
	}
}


/* list */


ul.AMLLT_L001,
ul.AMLLT_L002,
ul.AMLLT_L003,
ul.AMLLT_L004,
ul.AMLLT_L005,
ul.AMLLT_L006{
/*	width: 920px; */
/*	width: 90%; */
	width: calc(100% - 40px);
	height: auto;
	margin: 0 auto;
	display: block;
	
	overflow:auto;
	text-align: left;
	padding: 30px;
	list-style-position: inside;
/*	list-style-type: none; */
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	ul.AMLLT_L001,
	ul.AMLLT_L002,
	ul.AMLLT_L003,
	ul.AMLLT_L004,
	ul.AMLLT_L005,
	ul.AMLLT_L006{
		width: calc(100% - 40px);
		padding: 20px;
	}
}

ul.AMLLT_L001{	list-style-image: url(/img/llt/1-1.png);	}
ul.AMLLT_L002{	list-style-image: url(/img/llt/1-2.png);	}
ul.AMLLT_L003{	list-style-image: url(/img/llt/1-3.png);	}
ul.AMLLT_L004{	list-style-image: url(/img/llt/2-1.png);	}
ul.AMLLT_L005{	list-style-image: url(/img/llt/2-2.png);	}
ul.AMLLT_L006{	list-style-image: url(/img/llt/2-3.png);	}
  

ul.AMLLT_L001 li,
ul.AMLLT_L002 li,
ul.AMLLT_L003 li,
ul.AMLLT_L004 li,
ul.AMLLT_L005 li,
ul.AMLLT_L006 li{
	font-size: 1.4em;
	line-height: 2.0em; 
	padding-left: 0px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #a8a8a8;
}


	  
	  
	h1.AMLLT_C05_H102{
		padding: 1rem 2rem;
		color: #000000;
		border-left: 10px solid #00a8df;
		background: #c3f4fc;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C05_H102{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C05_H103{
/*		margin-top: 10px; */
/*		margin-bottom: 20px; */
		position: relative;
		padding: 1.5rem 2rem;
		color: #fff;
		border-radius: 10px;
		background: #00a8df;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C05_H103:after {
		position: absolute;
		bottom: -15px;
		left: 1em;
		width: 0;
		height: 0;
		 content: '';
		border-width: 15px 15px 0 15px;
		border-style: solid;
		border-color: #00a8df transparent transparent transparent;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C05_H103{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C05_H104{
		padding: 1rem 2rem;
		color: #000000;
		border-top: 5px solid #00a8df;
		border-bottom: 5px solid #00a8df;
		background: #ffffff;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C05_H104{
			margin: 100px 2px 50px 2px;
		}
	}
	

	div.AMLLT_C05_B006{
		text-align: center;
	}
	div.AMLLT_C05_B006 h1.AMLLT_C05_H105{
		position: relative;
/*		line-height: 1.0; */
		padding: 0.8em 1.5em 0.5em 1.5em;
		display: inline-block;
		top:0;
		text-align: center;
		margin: 100px 0px 50px 0px;
	}
	div.AMLLT_C05_B006 h1.AMLLT_C05_H105:before,
	div.AMLLT_C05_B006 h1.AMLLT_C05_H105:after{ 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}	
	div.AMLLT_C05_B006 h1.AMLLT_C05_H105:before{
		border-left: solid 5px #00a8df;
		border-top: solid 5px #00a8df;
		border-bottom: solid 5px #00a8df;
		left: 0;
	}
	div.AMLLT_C05_B006 h1.AMLLT_C05_H105:after{
		content: '';
		border-top: solid 5px #00a8df;
		border-right: solid 5px #00a8df;
		border-bottom: solid 5px #00a8df;
		right: 0;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_B006 h1.AMLLT_C05_H105{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	
		
	h1.AMLLT_C05_H106{
		position: relative;
		padding: 0.7rem 1rem;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C05_H106:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #00a8df, #00a8df 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #00a8df, #00a8df 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C05_H106{
			margin: 100px 2px 50px 2px;
		}
	}
	

	
	h1.AMLLT_C05_H107{
	/*		margin-top: 10px; */
	/*		margin-bottom: 20px; */
			position: relative;
			padding: 1.5rem 2rem;
			color: #fff;
/*			border-radius: 10px;*/
			background: #00a8df;
			margin: 100px 0px 50px 0px;
			text-align: center;
		}
		h1.AMLLT_C05_H107:after {
			position: absolute;
			bottom: -15px;
			left: 48%;
			width: 0;
			height: 0;
			 content: '';
			border-width: 15px 15px 0 15px;
			border-style: solid;
			border-color: #00a8df transparent transparent transparent;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			h1.AMLLT_C05_H107{
				margin: 100px 2px 50px 2px;
			}
		}
		
		
		
		div.AMLLT_C05_H115{
			text-align: center;
		}
		div.AMLLT_C05_H115 h1.AMLLT_C05_H125{
			position: relative;
	/*		line-height: 1.0; */
			padding: 0.8em 1.5em 0.5em 1.5em;
			display: inline-block;
			top:0;
			text-align: center;
			margin: 100px 0px 50px 0px;
		}
		div.AMLLT_C05_H115 h1.AMLLT_C05_H125:before,
		div.AMLLT_C05_H115 h1.AMLLT_C05_H125:after{ 
			position: absolute;
			top: 0;
			content:'';
			width: 8px;
			height: 100%;
			display: inline-block;
		}	
		div.AMLLT_C05_H115 h1.AMLLT_C05_H125:before{
			border-left: solid 5px #00a8df;
			border-top: solid 5px #00a8df;
			border-bottom: solid 5px #00a8df;
			left: 0;
		}
		div.AMLLT_C05_H115 h1.AMLLT_C05_H125:after{
			content: '';
			border-top: solid 5px #00a8df;
			border-right: solid 5px #00a8df;
			border-bottom: solid 5px #00a8df;
			right: 0;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			div.AMLLT_C05_H115 h1.AMLLT_C05_H125{
				margin: 100px 2px 50px 2px;
			}
		}
		
		

	
	
	
	
	/**** image message 1 ****/
	
	div.AMLLT_C05_F001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		background-color: #c3f4fc;
		padding: 30px;
	}
	div.AMLLT_C05_F001 div.AMLLT_C05_PN01{
		text-align: center;
	}
	div.AMLLT_C05_F001 h2.AMLLT_C05_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
/*		margin-top: 20px; */
		margin-bottom: 30px;		
	}
	div.AMLLT_C05_F001 div.AMLLT_C05_I001{
		float: left;
		
/*		padding: 5px; */
/*		margin: 2px;*/
		margin-right: 30px;;
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_F001 div.AMLLT_C05_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C05_F001 div.AMLLT_C05_M001{
		float: right;
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 435px;
	}
	div.AMLLT_C05_F001 div.AMLLT_C05_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_F001{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C05_F001 div.AMLLT_C05_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C05_F001 div.AMLLT_C05_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	

	/**** image message 2 ****/
	
	div.AMLLT_C05_B001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		background-color: #c3f4fc;
		padding: 30px
	}
	div.AMLLT_C05_B001 h2.AMLLT_C05_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C05_B001 div.AMLLT_C05_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C05_B001 div.AMLLT_C05_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C05_B001 div.AMLLT_C05_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C05_B001 div.AMLLT_C05_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_B001{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	
		
		
	
	
	/**** image message 3 ****/
	
	div.AMLLT_C05_B002{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C05_B002 h2.AMLLT_C05_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C05_B002 div.AMLLT_C05_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C05_B002 div.AMLLT_C05_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C05_B002 div.AMLLT_C05_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C05_B002 div.AMLLT_C05_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_B002{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	

	
	
	/**** balloon 1 ****/
	
	div.AMLLT_C05_F002{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C05_F002 div.AMLLT_C05_PN01{
		text-align: center;
	}
	div.AMLLT_C05_F002 h2.AMLLT_C05_H201{
		text-align: center;
		
	}
	div.AMLLT_C05_F002 div.AMLLT_C05_I001{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C05_F002 div.AMLLT_C05_I001 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C05_F002 div.AMLLT_C05_M001{
		float: right;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 67%;
	}
	
	
	
	
	
	div.AMLLT_C05_F003{
		width: 980px;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C05_F003 div.AMLLT_C05_PN02{
		text-align: center;
	}
	div.AMLLT_C05_F003 div.AMLLT_C05_I002{
		float: right;
		
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C05_F003 div.AMLLT_C05_I002 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C05_F003 div.AMLLT_C05_M002{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 67%;
	}
	
	div.AMLLT_C05_BL01{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-left : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #00a8df;
		border-radius: 15px;
		background-color: #c3f4fc;
	}
	div.AMLLT_C05_BL01:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #c3f4fc;
	}
	div.AMLLT_C05_BL01 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	div.AMLLT_C05_BL02{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-right : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #00a8df;
		border-radius: 15px;
		background-color: #c3f4fc;
	}
	div.AMLLT_C05_BL02:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #c3f4fc;
	}
	div.AMLLT_C05_BL02 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_F002{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C05_F002 div.AMLLT_C05_I001{
			float: none;
			width: 100%;
		}
		div.AMLLT_C05_F002 div.AMLLT_C05_M001{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C05_F003{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C05_F003 div.AMLLT_C05_I002{
			float: none;
			width: 100%;
		}
		div.AMLLT_C05_F003 div.AMLLT_C05_M002{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C05_BL01{
			margin-top: 20px;
			margin-left: 0px;
		}
		div.AMLLT_C05_BL01:before {
			top: -15px;
			left: 50%;
			border-right: none;
			border: 15px solid transparent;
			border-bottom: 15px solid #c3f4fc;
		}
		div.AMLLT_C05_BL02{
			margin-top : 20px;
			margin-right: 0px;
		}
		div.AMLLT_C05_BL02:before {
			top: -15px;
			left: 50%;
			border: 15px solid transparent;
			border-bottom: 15px solid #c3f4fc;
		}
	}
	
	
	




	
	
	/* before after */
	
	div.AMLLT_C05_F004{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
/*		padding: 10px; */
	}
	div.AMLLT_C05_F004 h2.AMLLT_C05_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_F005:before{
		display:none;
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_F005{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_I003{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_I004{
		float: right;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_I004 img{
		max-width: 100%;
	}

	div.AMLLT_C05_F004 div.AMLLT_C05_F005  div.AMLLT_C05_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_F005  div.AMLLT_C05_DA01 p{
		float: left;
		display:inline-block;
		
/*		height:20px;*/ 
/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #00a8df;
		position:relative;
/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #00a8df;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_M003{
		
		text-align: left;
/*		padding: 2px;
		margin: 2px;*/
	}
	div.AMLLT_C05_F004 div.AMLLT_C05_M003 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_F004{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C05_F004 div.AMLLT_C05_F005  div.AMLLT_C05_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C05_F004 div.AMLLT_C05_F005  div.AMLLT_C05_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C05_F004 div.AMLLT_C05_F005 div.AMLLT_C05_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #00a8df;
			left:-50px;
			bottom:-110px;
		}
	}
	
	
	
	
	
	
	
	
	
	/* entry step  image  */
	
	div.AMLLT_C05_BL03{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #00a8df;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C05_FB01{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C05_FB01 div.AMLLT_C05_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 430px;
	}
	div.AMLLT_C05_FB01 div.AMLLT_C05_M001 h2.AMLLT_C05_H204{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #00a8df;
	}
	div.AMLLT_C05_FB01 div.AMLLT_C05_M001 div.AMLLT_C05_M004{
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C05_FB01 div.AMLLT_C05_M001 div.AMLLT_C05_M004 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	div.AMLLT_C05_FB01 div.AMLLT_C05_I005{
		float: right;
		
/*		padding: 30px; */
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_FB01 div.AMLLT_C05_I005 img{
		text-align:center;
		max-width: 100%;
	}
	div.AMLLT_C05_BL03:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #00a8df transparent transparent transparent;
		}
		
	div.AMLLT_C05_BL03:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_BL03{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C05_FB01 div.AMLLT_C05_M001{
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C05_FB01 div.AMLLT_C05_I005{
			float: none;
			width: 100%;
		}
		div.AMLLT_C05_FB01 div.AMLLT_C05_I005 img{
			max-width: 85%;
		}
	}
	



	
	
	/* entry step   */
	div.AMLLT_C05_BL04{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #00a8df;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C05_FB02{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C05_FB02 div.AMLLT_C05_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 100%;
	}
	div.AMLLT_C05_FB02 div.AMLLT_C05_M001 h2.AMLLT_C05_H205{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #00a8df;
	}
	div.AMLLT_C05_FB02 div.AMLLT_C05_M001 div.AMLLT_C05_M005{
		
		text-align: left;
		width: 100%;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C05_FB02 div.AMLLT_C05_M001 div.AMLLT_C05_M005 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
		
	div.AMLLT_C05_BL04:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #00a8df transparent transparent transparent;
		}
		
	div.AMLLT_C05_BL04:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_BL04{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C05_FB02 div.AMLLT_C05_M001{
			float: none;
		}	
	}
	

	


	/* message */
	
	div.AMLLT_C05_B003{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
	}
	div.AMLLT_C05_B003 div.AMLLT_C05_M006{
		
		text-align: left;
	}
	div.AMLLT_C05_B003 div.AMLLT_C05_M006 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_B003{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	





	/**** image message 4 ****/
	
	div.AMLLT_C05_F005{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
	}
	div.AMLLT_C05_F005 div.AMLLT_C05_B004{
		width: 260px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		float: left;
		padding: 30px
	}
	div.AMLLT_C05_F005 div.AMLLT_C05_B004 h2.AMLLT_C05_H202{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C05_F005 div.AMLLT_C05_B004 h1.AMLLT_HEADER_CLASS{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	div.AMLLT_C05_F005 div.AMLLT_C05_B004 h3.AMLLT_C05_H301{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C05_F005 div.AMLLT_C05_B004 div.AMLLT_C05_I006{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C05_F005 div.AMLLT_C05_B004 div.AMLLT_C05_I006 img{
		max-width: 100%;
	}
	div.AMLLT_C05_F005 div.AMLLT_C05_B004 div.AMLLT_C05_M007{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C05_F005 div.AMLLT_C05_B004 div.AMLLT_C05_M007 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_F005{
			width: 100%;
		}
		div.AMLLT_C05_F005 div.AMLLT_C05_B004{
			width: calc(100% - 40px);
			padding: 20px;
			float: none;
		}
	}
	


	/**** copy right ****/
	
	div.AMLLT_C05_B005{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		margin-top: 100px;
	}
	div.AMLLT_C05_B005 div.AMLLT_C05_M008{
		
		text-align: center;
	}
	div.AMLLT_C05_B005 div.AMLLT_C05_M008 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_B005{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	


	/**** image message 5 ****/
	
	div.AMLLT_C05_F006{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C05_F006 div.AMLLT_C05_PN01{
		text-align: center;
	}
	div.AMLLT_C05_F006 h2.AMLLT_C05_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C05_F006 div.AMLLT_C05_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_F006 div.AMLLT_C05_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C05_F006 div.AMLLT_C05_M001{
		float: right;
		
		text-align: left;
		width: 435px;
	}
	div.AMLLT_C05_F006 div.AMLLT_C05_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_F006{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C05_F006 div.AMLLT_C05_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C05_F006 div.AMLLT_C05_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	/**** image message 6 ****/
	
	div.AMLLT_C05_F007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		border: solid 3px #00a8df;
		padding: 30px;
	}
	div.AMLLT_C05_F007 div.AMLLT_C05_PN01{
		text-align: center;
	}
	div.AMLLT_C05_F007 h2.AMLLT_C05_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C05_F007 div.AMLLT_C05_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_F007 div.AMLLT_C05_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C05_F007 div.AMLLT_C05_M001{
		float: right;
		
		text-align: left;
		width: 429px;
	}
	div.AMLLT_C05_F007 div.AMLLT_C05_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_F007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C05_F007 div.AMLLT_C05_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C05_F007 div.AMLLT_C05_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	
	
	
	
	/**** image message 7 ****/
	
	div.AMLLT_C05_B007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
		border: solid 3px #00a8df;
	}
	div.AMLLT_C05_B007 h2.AMLLT_C05_H201{
		text-align: center;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C05_B007 div.AMLLT_C05_I002{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C05_B007 div.AMLLT_C05_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C05_B007 div.AMLLT_C05_M002{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C05_B007 div.AMLLT_C05_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_B007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	



	/* before after border */
	
	div.AMLLT_C05_F008{
		width: 956px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
		border: solid 3px #00a8df;
		padding: 10px;
	}
	div.AMLLT_C05_F008 h2.AMLLT_C05_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	
	div.AMLLT_C05_F008 div.AMLLT_C05_F009{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	
	div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_I003{
		float: left;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_I004{
		float: right;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_I004 img{
		max-width: 100%;
	}
	
	div.AMLLT_C05_F008 div.AMLLT_C05_F009  div.AMLLT_C05_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C05_F008 div.AMLLT_C05_F009  div.AMLLT_C05_DA01 p{
		float: left;
		display:inline-block;
		
	/*		height:20px;*/ 
	/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #00a8df;
		position:relative;
	/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #00a8df;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C05_F008 div.AMLLT_C05_M003{
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 10px; */
	}
	div.AMLLT_C05_F008 div.AMLLT_C05_M003 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_F008{
			width: calc(100% - 36px);
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C05_F008 div.AMLLT_C05_F009  div.AMLLT_C05_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C05_F008 div.AMLLT_C05_F009  div.AMLLT_C05_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C05_F008 div.AMLLT_C05_F009 div.AMLLT_C05_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #00a8df;
			left:-50px;
			bottom:-110px;
		}
	}
	

	
		
	/* message border */
	
	div.AMLLT_C05_B010{
		width: 956px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		border: solid 3px #00a8df;
		padding: 10px;
	}
	div.AMLLT_C05_B010 div.AMLLT_C05_M006{
		
		text-align: left;
	}
	div.AMLLT_C05_B010 div.AMLLT_C05_M006 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C05_B010{
/*			width: calc(100% - 56px); */
			width: calc(100% - 36px);
/*			padding: 20px; */
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	
		
		

		
	
div.AMLLT_FORM_AREA___C06_{
	width: 920px;
	margin: 0 auto;
/*	background: #ffe0d7; */
	border: 5px solid#ffe0d7;
	border-radius: 20px;
	padding: 10px 30px 50px 30px;
	margin-top: 20px;
/*	padding-top: 10px;
	padding-bottom: 50px;*/
}
input.AMLLT_BUTTON___C06_[type=button],
input.AMLLT_SUBMIT_BUTTON___C06_[type=submit]{
	background: #ff7200;
	border: solid 5px #ffe0d7;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
/*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
}
input.AMLLT_BUTTON___C06_[type=button]:hover,
input.AMLLT_SUBMIT_BUTTON___C06_[type=submit]:hover{	
/*	background: #ffe0d7;*/
	border: solid 5px #ff7200;
	color: #ff7200;
	background: #ffffff;
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_FORM_AREA___C06_{
		width: calc(100% - 70px);
		padding: 20px;
		margin: 10px;
	}
			
			
	input.AMLLT_BUTTON___C06_[type=button],
	input.AMLLT_SUBMIT_BUTTON___C06_[type=submit]{		
		width: auto;
		font-size: 1.2em;
	}
}


div.AMLLT_WHAT,
div.AMLLT_WHY1,
div.AMLLT_WHY2,
div.AMLLT_WHY3,
div.AMLLT_HOW{
	
	padding: 0px;
	margin: 0px;
}

.AMLLT_CLR{
	clear: both;
	line-height: 0px;
	height: 0px;
}




.AMLLT_BLK{
}



div.AMLLT_C06_B008{
	margin: 0 auto;
	text-align: center;
}
div.AMLLT_C06_B008 div.AMLLT_C06_BT01{
	background: #ff7200;
	border: solid 5px #ffe0d7;
	border-radius: 30px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
	font-size: 2.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
}
div.AMLLT_C06_B008 div.AMLLT_C06_BT01:hover{
	border: solid 5px #ff7200;
	color: #ff7200;
	background: #ffffff;
}


div.AMLLT_C06_B009{
	margin: 0 auto;
	text-align: center;
	position: fixed;
	right: 0px;
	bottom: 100px;
}
div.AMLLT_C06_B009 div.AMLLT_C06_BT02{
	background: #ff7200;
	border-left: solid 20px #ffe0d7;
	border-top: none;
	cursor: pointer;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.0em;
 /*	box-shadow: 2px 2px 2px #333333; */
	white-space: normal;
	display: inline-block;
	width: auto;
	display: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
@media screen and ( min-width: 0px ) and (max-width: 1000px){
	div.AMLLT_C06_B009 div.AMLLT_C06_BT02{
		border-left: none;
		border-top: solid 20px #ffe0d7
	}
}


/* list */


ul.AMLLT_L001,
ul.AMLLT_L002,
ul.AMLLT_L003,
ul.AMLLT_L004,
ul.AMLLT_L005,
ul.AMLLT_L006{
/*	width: 920px; */
/*	width: 90%; */
	width: calc(100% - 40px);
	height: auto;
	margin: 0 auto;
	display: block;
	
	overflow:auto;
	text-align: left;
	padding: 30px;
	list-style-position: inside;
/*	list-style-type: none; */
}

@media screen and ( min-width: 0px ) and (max-width: 1000px){
	ul.AMLLT_L001,
	ul.AMLLT_L002,
	ul.AMLLT_L003,
	ul.AMLLT_L004,
	ul.AMLLT_L005,
	ul.AMLLT_L006{
		width: calc(100% - 40px);
		padding: 20px;
	}
}

ul.AMLLT_L001{	list-style-image: url(/img/llt/1-1.png);	}
ul.AMLLT_L002{	list-style-image: url(/img/llt/1-2.png);	}
ul.AMLLT_L003{	list-style-image: url(/img/llt/1-3.png);	}
ul.AMLLT_L004{	list-style-image: url(/img/llt/2-1.png);	}
ul.AMLLT_L005{	list-style-image: url(/img/llt/2-2.png);	}
ul.AMLLT_L006{	list-style-image: url(/img/llt/2-3.png);	}
  

ul.AMLLT_L001 li,
ul.AMLLT_L002 li,
ul.AMLLT_L003 li,
ul.AMLLT_L004 li,
ul.AMLLT_L005 li,
ul.AMLLT_L006 li{
	font-size: 1.4em;
	line-height: 2.0em; 
	padding-left: 0px;
	margin-bottom: 20px;
	border-bottom: dashed 2px #a8a8a8;
}


	  
	  
	h1.AMLLT_C06_H102{
		padding: 1rem 2rem;
		color: #000000;
		border-left: 10px solid #ff7200;
		background: #ffe0d7;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C06_H102{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C06_H103{
/*		margin-top: 10px; */
/*		margin-bottom: 20px; */
		position: relative;
		padding: 1.5rem 2rem;
		color: #fff;
		border-radius: 10px;
		background: #ff7200;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C06_H103:after {
		position: absolute;
		bottom: -15px;
		left: 1em;
		width: 0;
		height: 0;
		 content: '';
		border-width: 15px 15px 0 15px;
		border-style: solid;
		border-color: #ff7200 transparent transparent transparent;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C06_H103{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	h1.AMLLT_C06_H104{
		padding: 1rem 2rem;
		color: #000000;
		border-top: 5px solid #ff7200;
		border-bottom: 5px solid #ff7200;
		background: #ffffff;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C06_H104{
			margin: 100px 2px 50px 2px;
		}
	}
	

	div.AMLLT_C06_B006{
		text-align: center;
	}
	div.AMLLT_C06_B006 h1.AMLLT_C06_H105{
		position: relative;
/*		line-height: 1.0; */
		padding: 0.8em 1.5em 0.5em 1.5em;
		display: inline-block;
		top:0;
		text-align: center;
		margin: 100px 0px 50px 0px;
	}
	div.AMLLT_C06_B006 h1.AMLLT_C06_H105:before,
	div.AMLLT_C06_B006 h1.AMLLT_C06_H105:after{ 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}	
	div.AMLLT_C06_B006 h1.AMLLT_C06_H105:before{
		border-left: solid 5px #ff7200;
		border-top: solid 5px #ff7200;
		border-bottom: solid 5px #ff7200;
		left: 0;
	}
	div.AMLLT_C06_B006 h1.AMLLT_C06_H105:after{
		content: '';
		border-top: solid 5px #ff7200;
		border-right: solid 5px #ff7200;
		border-bottom: solid 5px #ff7200;
		right: 0;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_B006 h1.AMLLT_C06_H105{
			margin: 100px 2px 50px 2px;
		}
	}
	
	
	
		
	h1.AMLLT_C06_H106{
		position: relative;
		padding: 0.7rem 1rem;
		margin: 100px 0px 50px 0px;
		text-align: center;
	}
	h1.AMLLT_C06_H106:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #ff7200, #ff7200 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #ff7200, #ff7200 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		h1.AMLLT_C06_H106{
			margin: 100px 2px 50px 2px;
		}
	}
	

	
	h1.AMLLT_C06_H107{
	/*		margin-top: 10px; */
	/*		margin-bottom: 20px; */
			position: relative;
			padding: 1.5rem 2rem;
			color: #fff;
/*			border-radius: 10px;*/
			background: #ff7200;
			margin: 100px 0px 50px 0px;
			text-align: center;
		}
		h1.AMLLT_C06_H107:after {
			position: absolute;
			bottom: -15px;
			left: 48%;
			width: 0;
			height: 0;
			 content: '';
			border-width: 15px 15px 0 15px;
			border-style: solid;
			border-color: #ff7200 transparent transparent transparent;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			h1.AMLLT_C06_H107{
				margin: 100px 2px 50px 2px;
			}
		}
		
		
		
		div.AMLLT_C06_H115{
			text-align: center;
		}
		div.AMLLT_C06_H115 h1.AMLLT_C06_H125{
			position: relative;
	/*		line-height: 1.0; */
			padding: 0.8em 1.5em 0.5em 1.5em;
			display: inline-block;
			top:0;
			text-align: center;
			margin: 100px 0px 50px 0px;
		}
		div.AMLLT_C06_H115 h1.AMLLT_C06_H125:before,
		div.AMLLT_C06_H115 h1.AMLLT_C06_H125:after{ 
			position: absolute;
			top: 0;
			content:'';
			width: 8px;
			height: 100%;
			display: inline-block;
		}	
		div.AMLLT_C06_H115 h1.AMLLT_C06_H125:before{
			border-left: solid 5px #ff7200;
			border-top: solid 5px #ff7200;
			border-bottom: solid 5px #ff7200;
			left: 0;
		}
		div.AMLLT_C06_H115 h1.AMLLT_C06_H125:after{
			content: '';
			border-top: solid 5px #ff7200;
			border-right: solid 5px #ff7200;
			border-bottom: solid 5px #ff7200;
			right: 0;
		}
		
		@media screen and ( min-width: 0px ) and (max-width: 1000px){
			div.AMLLT_C06_H115 h1.AMLLT_C06_H125{
				margin: 100px 2px 50px 2px;
			}
		}
		
		

	
	
	
	
	/**** image message 1 ****/
	
	div.AMLLT_C06_F001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		background-color: #ffe0d7;
		padding: 30px;
	}
	div.AMLLT_C06_F001 div.AMLLT_C06_PN01{
		text-align: center;
	}
	div.AMLLT_C06_F001 h2.AMLLT_C06_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
/*		margin-top: 20px; */
		margin-bottom: 30px;		
	}
	div.AMLLT_C06_F001 div.AMLLT_C06_I001{
		float: left;
		
/*		padding: 5px; */
/*		margin: 2px;*/
		margin-right: 30px;;
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_F001 div.AMLLT_C06_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C06_F001 div.AMLLT_C06_M001{
		float: right;
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 435px;
	}
	div.AMLLT_C06_F001 div.AMLLT_C06_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_F001{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C06_F001 div.AMLLT_C06_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C06_F001 div.AMLLT_C06_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	

	/**** image message 2 ****/
	
	div.AMLLT_C06_B001{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		background-color: #ffe0d7;
		padding: 30px
	}
	div.AMLLT_C06_B001 h2.AMLLT_C06_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C06_B001 div.AMLLT_C06_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C06_B001 div.AMLLT_C06_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C06_B001 div.AMLLT_C06_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C06_B001 div.AMLLT_C06_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_B001{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	
		
		
	
	
	/**** image message 3 ****/
	
	div.AMLLT_C06_B002{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C06_B002 h2.AMLLT_C06_H201{
		text-align: center;
/*		margin-top: 20px; */
		margin-bottom: 30px;
		
	}
	div.AMLLT_C06_B002 div.AMLLT_C06_I002{
		
/*		padding: 2px; */
/*		margin: 2px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C06_B002 div.AMLLT_C06_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C06_B002 div.AMLLT_C06_M002{
		
		text-align: left;
		width: 100%;
/*		padding: 10px; */
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C06_B002 div.AMLLT_C06_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_B002{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	

	
	
	/**** balloon 1 ****/
	
	div.AMLLT_C06_F002{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C06_F002 div.AMLLT_C06_PN01{
		text-align: center;
	}
	div.AMLLT_C06_F002 h2.AMLLT_C06_H201{
		text-align: center;
		
	}
	div.AMLLT_C06_F002 div.AMLLT_C06_I001{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C06_F002 div.AMLLT_C06_I001 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C06_F002 div.AMLLT_C06_M001{
		float: right;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 67%;
	}
	
	
	
	
	
	div.AMLLT_C06_F003{
		width: 980px;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
/*		padding: 10px; */
		margin-bottom: 30px;
		margin-top: 30px;
	}
	div.AMLLT_C06_F003 div.AMLLT_C06_PN02{
		text-align: center;
	}
	div.AMLLT_C06_F003 div.AMLLT_C06_I002{
		float: right;
		
/*		width: 30vw; */
		width: 30%;
/*		 */
/*		 */
		margin: 0 auto;
		text-align:center;
	}
	div.AMLLT_C06_F003 div.AMLLT_C06_I002 img{
/*		 */
		max-width: 100%;
		text-align:center;
	}
	div.AMLLT_C06_F003 div.AMLLT_C06_M002{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw; */
		width: 67%;
	}
	
	div.AMLLT_C06_BL01{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-left : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #ff7200;
		border-radius: 15px;
		background-color: #ffe0d7;
	}
	div.AMLLT_C06_BL01:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #ffe0d7;
	}
	div.AMLLT_C06_BL01 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	div.AMLLT_C06_BL02{
		position: relative;
	/*	display: inline-block; */
	/*	margin: 1.5em 0; */
		margin-right : 20px;
		padding: 20px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #ff7200;
		border-radius: 15px;
		background-color: #ffe0d7;
	}
	div.AMLLT_C06_BL02:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #ffe0d7;
	}
	div.AMLLT_C06_BL02 p{
		margin: 20px 0px 20px 0px;
		padding: 0;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_F002{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C06_F002 div.AMLLT_C06_I001{
			float: none;
			width: 100%;
		}
		div.AMLLT_C06_F002 div.AMLLT_C06_M001{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C06_F003{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C06_F003 div.AMLLT_C06_I002{
			float: none;
			width: 100%;
		}
		div.AMLLT_C06_F003 div.AMLLT_C06_M002{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C06_BL01{
			margin-top: 20px;
			margin-left: 0px;
		}
		div.AMLLT_C06_BL01:before {
			top: -15px;
			left: 50%;
			border-right: none;
			border: 15px solid transparent;
			border-bottom: 15px solid #ffe0d7;
		}
		div.AMLLT_C06_BL02{
			margin-top : 20px;
			margin-right: 0px;
		}
		div.AMLLT_C06_BL02:before {
			top: -15px;
			left: 50%;
			border: 15px solid transparent;
			border-bottom: 15px solid #ffe0d7;
		}
	}
	
	
	




	
	
	/* before after */
	
	div.AMLLT_C06_F004{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
/*		padding: 10px; */
	}
	div.AMLLT_C06_F004 h2.AMLLT_C06_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_F005:before{
		display:none;
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_F005{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_I003{
		float: left;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_I004{
		float: right;
		
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_I004 img{
		max-width: 100%;
	}

	div.AMLLT_C06_F004 div.AMLLT_C06_F005  div.AMLLT_C06_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_F005  div.AMLLT_C06_DA01 p{
		float: left;
		display:inline-block;
		
/*		height:20px;*/ 
/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #ff7200;
		position:relative;
/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #ff7200;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_M003{
		
		text-align: left;
/*		padding: 2px;
		margin: 2px;*/
	}
	div.AMLLT_C06_F004 div.AMLLT_C06_M003 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_F004{
			width: calc(100% - 40px);
			padding-left: 20px;
		}
		div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C06_F004 div.AMLLT_C06_F005  div.AMLLT_C06_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C06_F004 div.AMLLT_C06_F005  div.AMLLT_C06_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C06_F004 div.AMLLT_C06_F005 div.AMLLT_C06_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #ff7200;
			left:-50px;
			bottom:-110px;
		}
	}
	
	
	
	
	
	
	
	
	
	/* entry step  image  */
	
	div.AMLLT_C06_BL03{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #ff7200;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C06_FB01{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C06_FB01 div.AMLLT_C06_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 430px;
	}
	div.AMLLT_C06_FB01 div.AMLLT_C06_M001 h2.AMLLT_C06_H204{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #ff7200;
	}
	div.AMLLT_C06_FB01 div.AMLLT_C06_M001 div.AMLLT_C06_M004{
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C06_FB01 div.AMLLT_C06_M001 div.AMLLT_C06_M004 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	div.AMLLT_C06_FB01 div.AMLLT_C06_I005{
		float: right;
		
/*		padding: 30px; */
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_FB01 div.AMLLT_C06_I005 img{
		text-align:center;
		max-width: 100%;
	}
	div.AMLLT_C06_BL03:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ff7200 transparent transparent transparent;
		}
		
	div.AMLLT_C06_BL03:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_BL03{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C06_FB01 div.AMLLT_C06_M001{
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C06_FB01 div.AMLLT_C06_I005{
			float: none;
			width: 100%;
		}
		div.AMLLT_C06_FB01 div.AMLLT_C06_I005 img{
			max-width: 85%;
		}
	}
	



	
	
	/* entry step   */
	div.AMLLT_C06_BL04{
		width: 914px;
		position: relative;
		padding: 10px;
		border: 3px solid #ff7200;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		margin-bottom: 30px;
	}
	div.AMLLT_C06_FB02{
		width: 100%;
		margin: 0 auto;
		display: block;
		clear: both;
	/*	border: 1px dashed #000000; */
		overflow:auto;
		text-align: center;
	/*	border: 3px solid #5bc0de  */
	}
	div.AMLLT_C06_FB02 div.AMLLT_C06_M001{
		float: left;
		
		text-align: left;
/*		padding: 2px; */
/*		margin: 2px; */
/*		width: 60vw;*/
		width: 100%;
	}
	div.AMLLT_C06_FB02 div.AMLLT_C06_M001 h2.AMLLT_C06_H205{
		text-align: left;
		
		margin-bottom: 30px;
		border-bottom: 2px solid #ff7200;
	}
	div.AMLLT_C06_FB02 div.AMLLT_C06_M001 div.AMLLT_C06_M005{
		
		text-align: left;
		width: 100%;
/*		padding: 2px; */
/*		margin: 2px; */
	}
	div.AMLLT_C06_FB02 div.AMLLT_C06_M001 div.AMLLT_C06_M005 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
		
	div.AMLLT_C06_BL04:before {
		  position: absolute;
		  bottom: -30px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
/*		  border-width: 14px 12px 0 12px; */
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ff7200 transparent transparent transparent;
		}
		
	div.AMLLT_C06_BL04:after {
		  position: absolute;
		  bottom: -25px;
		  left: 45%;
		  width: 0;
		  height: 0;
		  content: '';
		  border-width: 30px 30px 0 30px;
		  border-style: solid;
		  border-color: #ffffff transparent transparent transparent;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_BL04{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C06_FB02 div.AMLLT_C06_M001{
			float: none;
		}	
	}
	

	


	/* message */
	
	div.AMLLT_C06_B003{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
	}
	div.AMLLT_C06_B003 div.AMLLT_C06_M006{
		
		text-align: left;
	}
	div.AMLLT_C06_B003 div.AMLLT_C06_M006 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_B003{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	





	/**** image message 4 ****/
	
	div.AMLLT_C06_F005{
		width: 980px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
	}
	div.AMLLT_C06_F005 div.AMLLT_C06_B004{
		width: 260px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		float: left;
		padding: 30px
	}
	div.AMLLT_C06_F005 div.AMLLT_C06_B004 h2.AMLLT_C06_H202{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C06_F005 div.AMLLT_C06_B004 h1.AMLLT_HEADER_CLASS{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	div.AMLLT_C06_F005 div.AMLLT_C06_B004 h3.AMLLT_C06_H301{
		text-align: center;
		margin-bottom: 30px;
		
	}

	div.AMLLT_C06_F005 div.AMLLT_C06_B004 div.AMLLT_C06_I006{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C06_F005 div.AMLLT_C06_B004 div.AMLLT_C06_I006 img{
		max-width: 100%;
	}
	div.AMLLT_C06_F005 div.AMLLT_C06_B004 div.AMLLT_C06_M007{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C06_F005 div.AMLLT_C06_B004 div.AMLLT_C06_M007 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_F005{
			width: 100%;
		}
		div.AMLLT_C06_F005 div.AMLLT_C06_B004{
			width: calc(100% - 40px);
			padding: 20px;
			float: none;
		}
	}
	


	/**** copy right ****/
	
	div.AMLLT_C06_B005{
		width: 980px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		margin-top: 100px;
	}
	div.AMLLT_C06_B005 div.AMLLT_C06_M008{
		
		text-align: center;
	}
	div.AMLLT_C06_B005 div.AMLLT_C06_M008 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_B005{
			width: calc(100% - 40px);
			padding: 20px;
		}
	}
	


	/**** image message 5 ****/
	
	div.AMLLT_C06_F006{
		width: 920px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		padding: 30px;
	}
	div.AMLLT_C06_F006 div.AMLLT_C06_PN01{
		text-align: center;
	}
	div.AMLLT_C06_F006 h2.AMLLT_C06_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C06_F006 div.AMLLT_C06_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_F006 div.AMLLT_C06_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C06_F006 div.AMLLT_C06_M001{
		float: right;
		
		text-align: left;
		width: 435px;
	}
	div.AMLLT_C06_F006 div.AMLLT_C06_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_F006{
			width: calc(100% - 40px);
			padding: 20px;
		}
		div.AMLLT_C06_F006 div.AMLLT_C06_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C06_F006 div.AMLLT_C06_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	/**** image message 6 ****/
	
	div.AMLLT_C06_F007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		overflow:auto;
		text-align: left;
		border: solid 3px #ff7200;
		padding: 30px;
	}
	div.AMLLT_C06_F007 div.AMLLT_C06_PN01{
		text-align: center;
	}
	div.AMLLT_C06_F007 h2.AMLLT_C06_H201{
		margin: 0 auto;
		text-align: center;
		
		width: 100%;
		margin-bottom: 30px;		
	}
	div.AMLLT_C06_F007 div.AMLLT_C06_I001{
		float: left;
		
		margin-right: 30px;;
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_F007 div.AMLLT_C06_I001 img{
		max-width: 100%;
	}
	div.AMLLT_C06_F007 div.AMLLT_C06_M001{
		float: right;
		
		text-align: left;
		width: 429px;
	}
	div.AMLLT_C06_F007 div.AMLLT_C06_M001 p{
		margin: 20px 0px 20px 0px;
		margin: 0px;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_F007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C06_F007 div.AMLLT_C06_I001{
			float: none;
			margin-right: 0px;
			width: 100%;
			margin-bottom: 30px;
		}
		div.AMLLT_C06_F007 div.AMLLT_C06_M001{
			float: none;
			width: 100%;
		}
	}
	
	
	
	
	
	
	
	/**** image message 7 ****/
	
	div.AMLLT_C06_B007{
		width: 914px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		padding: 30px;
		border: solid 3px #ff7200;
	}
	div.AMLLT_C06_B007 h2.AMLLT_C06_H201{
		text-align: center;
		margin-bottom: 30px;
		
	}
	div.AMLLT_C06_B007 div.AMLLT_C06_I002{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	div.AMLLT_C06_B007 div.AMLLT_C06_I002 img{
		max-width: 100%;
	}
	div.AMLLT_C06_B007 div.AMLLT_C06_M002{
		
		text-align: left;
		width: 100%;
	}
	div.AMLLT_C06_B007 div.AMLLT_C06_M002 p{
		margin: 20px 0px 20px 0px;
		padding: 0px;
	}
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_B007{
			width: calc(100% - 56px);
			padding: 20px;
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	



	/* before after border */
	
	div.AMLLT_C06_F008{
		width: 956px;
		margin: 0 auto;
		display: block;
		clear: both;
		
		overflow:auto;
		text-align: center;
		border: solid 3px #ff7200;
		padding: 10px;
	}
	div.AMLLT_C06_F008 h2.AMLLT_C06_H201{
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		
	}
	
	div.AMLLT_C06_F008 div.AMLLT_C06_F009{
		margin: 0 auto;
		text-align: center;
		overflow:auto;
		position: relative;
		margin-bottom: 30px;
	}
	
	div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_I003{
		float: left;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_I003 img{
		max-width: 100%;
	}
	
	div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_I004{
		float: right;
		
	/*		padding: 2px; */
	/*		margin: 2px; */
	/*		width: 30vw; */
		width: 450px;
		text-align: center;
	}
	div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_I004 img{
		max-width: 100%;
	}
	
	div.AMLLT_C06_F008 div.AMLLT_C06_F009  div.AMLLT_C06_DA01{
		
		display:block;
		position: absolute;
		top: 46%;
		left: 48%;
	}
	div.AMLLT_C06_F008 div.AMLLT_C06_F009  div.AMLLT_C06_DA01 p{
		float: left;
		display:inline-block;
		
	/*		height:20px;*/ 
	/*		width: 20px; */
		height:0px; 
		width: 0px;
		background-color: #ff7200;
		position:relative;
	/*		top:40px; */
		margin-right: 30px;
		
	}
	div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_DA01 p:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border:50px solid transparent;
		border-left:40px solid #ff7200;
		left:0px;
		top:-50px;
	}
	div.AMLLT_C06_F008 div.AMLLT_C06_M003{
		
		text-align: left;
/*		padding: 5px; */
/*		margin: 10px; */
	}
	div.AMLLT_C06_F008 div.AMLLT_C06_M003 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
		text-align: left;
	}
	
	
	
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_F008{
			width: calc(100% - 36px);
			margin-left: 5px;
			margin-right: 5px;
		}
		div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_I003{
			float: none;
			width: 100%;
		}
		
		div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_I004{
			float: none;
			width: 100%;
		}
		div.AMLLT_C06_F008 div.AMLLT_C06_F009  div.AMLLT_C06_DA01{
			display:block;
			position: relative;
			top: 60px;
			left: 0px;
		}
		div.AMLLT_C06_F008 div.AMLLT_C06_F009  div.AMLLT_C06_DA01 p{
			float: none;
			display:block;
			text-align:center;
			margin: 0 auto;
			margin-bottom: 80px;
		}
		div.AMLLT_C06_F008 div.AMLLT_C06_F009 div.AMLLT_C06_DA01 p:before{
			border:50px solid transparent;
			border-top:50px solid #ff7200;
			left:-50px;
			bottom:-110px;
		}
	}
	

	
		
	/* message border */
	
	div.AMLLT_C06_B010{
		width: 956px;
		height: auto;
		margin: 0 auto;
		display: block;
		
		text-align: left;
		border: solid 3px #ff7200;
		padding: 10px;
	}
	div.AMLLT_C06_B010 div.AMLLT_C06_M006{
		
		text-align: left;
	}
	div.AMLLT_C06_B010 div.AMLLT_C06_M006 p{
		margin: 20px 15px 20px 15px;
		padding: 0px;
	}
		
			
	@media screen and ( min-width: 0px ) and (max-width: 1000px){
		div.AMLLT_C06_B010{
/*			width: calc(100% - 56px); */
			width: calc(100% - 36px);
/*			padding: 20px; */
			margin-left: 5px;
			margin-right: 5px;
		}
	}
	
		
		

		
	
.youtubeframe{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubeframe.shortmovie{
/*	aspect-ratio: 9 / 16; */
	margin: 0 auto;
	text-align: center;
	width: auto;
}
.youtubeframe iframe{
  width: 100%;
  height: 100%;
}
.youtubeframe iframe.shortmovie{
	width: 40%;
	height: auto;
	aspect-ratio: 9 / 16;
/*	width: 50%; */
/*	width: 501px;
	height: 891px; */
}
@media screen and ( min-width: 0px ) and (max-width: 1000px){
	.youtubeframe iframe.shortmovie{
		width: 95%;
	}
}

