


body{

	width: 100%;
	margin: 0 auto!important;
	display: block;
	max-width: 505px;
	
	}

	a{
		text-decoration: none;
		color: black;
	}

#upper{
	width: 100%;
    height: 280px;
	border-bottom: 2px groove;
	background: linear-gradient(90deg, #32afe2, #a3a4a5);
	}
	
#upper img{
	opacity: .86;
	width: 100%;
}

#tlist{
	text-align: center;
	color: #0c436e;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
	background-color: aliceblue;
	background-image: url(balance.png);
    background-position: -6px 60%;
	background-repeat-y: no-repeat;
	border-bottom: 2px solid #02bee4;
	}

#tlist div{
	height: 40px;
}

#tlist span{
	padding: 0 20px 0;
}		



#intro{
	background-repeat: no-repeat;
	background-image:url(logo2.png);
	background-size: inherit;
	width: 100%;
    height: 200px;
	border-top: 1px dashed #02bee4;
	border-bottom: 1px dashed #02bee4;
}

#intro img{
	float: right;
    width: 180px;
    border-radius: 20px 25px;
    margin-top: 10px;
    margin-right: 10px;
    background: linear-gradient(to bottom, #2989d8 0%,#1e5799 100%);
}

#introduty{
	height: 25px;
    color: #ffffff;
    font-style: italic;
	white-space: nowrap;
	letter-spacing: .86px;
    margin-top: -2px;
    padding-left: 2%;
    border-top-style: ridge;
    box-shadow: 3px 3px 3px #c3c3c3;
    width: 80px;
    display: inline-block;
    background: linear-gradient(350deg, #2474b3, #52b1fb);
    border-bottom-right-radius: 4px;
}

#introname{
	width: 61.8%;
    height: 25%;
    padding-top: 6.1%;
    letter-spacing: .86px;
	display: flex;
    align-items: baseline;
    justify-content: center;
}

#introtel{
	width: 61.8%;
    letter-spacing: .86px;
    padding-top: 2%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#introxnum{
	padding-top: 1%;
    width: 61.8%;
	font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


#introhr{
	margin: 0;
    border: 1.8px solid #02bee4;
}



#article ul{
	list-style: none;
	margin: 10px;
    padding: 0;
}

#article span{
	float: right;
	padding-top: 3.2px;
}

#article li{
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
    font-size: 20px;
}	

#article hr{
	border-bottom-style: ridge;
}


#step{
	background-color: #f0f8ff;
	padding-bottom: 10px;
	background-image: url(stepimg.png);
    background-position: 300px 60%;
	background-size: 31%;
    background-repeat: no-repeat;
}

#step h2{
	display: inline-block;
    color: #fff;
    font-size: 19px;
    letter-spacing: .86px;
    padding-left: 19px;
    line-height: 34px;
    padding-right: 20px;
	background: linear-gradient(to right,#32afe2,#2b5eab);
}

#step ol{
	margin-left: 2em;
    border-left: 1px solid #9e9e9e;
    margin-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    line-height: 39px;
    font-size: 22px;
	color: #0c436e;
	letter-spacing: .86px;
	text-shadow: 1px 0px 1px #c3c3c3;
}



#standpoint{
	background-color: #eef8ff;
    padding-bottom: 10px;
	background-image: url(point.png);
    background-position: 262px 60%;
    background-repeat: no-repeat;
	background-size: 35%;
}

#standpoint h2{
	display: inline-block;
    color: #fff;
    font-size: 19px;
    letter-spacing: .86px;
    padding-left: 20px;
    line-height: 34px;
    padding-right: 20px;
	margin-top: 9px;
	background: linear-gradient(to left,#32afe2,#2b5eab);
}

#standpoint ul{
	list-style-type: none;
	padding-left: 20px;
	border: 1px solid #9e9e9e;
    margin: 0 28px;
	color: #0c436e;
    border-radius: 25px;
    padding-bottom: 20px;
	letter-spacing: .86px;
}

#standpoint ul h4{
	margin: 16px 0;
	font-size: 20px;
}

#standpoint h4:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-image: url("mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#standpoint li{
	padding-left: 35px;
	font-size: 21px;
	text-shadow: 1px 0px 1px #c3c3c3;
}



#since{
	padding: 1.25em;
    padding-top: 0.1em;
	padding-bottom: 16px;
	background: linear-gradient(0deg, #f8f6f9, #eef8ff);
}

#since p{
    padding: 10px;
	margin: 5px 0;
	color: #0c436e;
    font-size: 22px;
	text-indent: 2em;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: .86px;
	border: 1px solid #9e9e9e;
	box-shadow: 10px 10px 5px #c3c3c3;
	background-image: url(stand.png);
    background-position: center 90%;
    background-size: 40%;
    background-repeat: no-repeat;
}


/* footer */
#footer{
	background: linear-gradient(0deg, #a2a9af, #f8f6f9);
}

#footer img{
	width: 181px;
}

#footer_cont{
	text-align: center;
	letter-spacing: .86px;
	line-height: 26px;
	margin-top: 10px;
	font-size: 20px;
}

#footer h1{
	text-align: center;
    letter-spacing: 0.1rem;
}

#footer_cop{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 5px;
}


/* article_page */

#backicon{
	float: left;
    margin: 20px 0 0 20px;
}

#article_page{
	background: linear-gradient(0deg, #f8f6f9, #eef8ff,#eef8ff);
}

#article_page img{
	float: left;
    width: 112px;
    margin: 80px 0 0 142px;
}

#article_page h4{
	margin: 0;
	padding-top: 200px;
	padding-left: 20px;
    padding-right: 20px;
	font-size: 26px;
	text-align: center;
	background: linear-gradient(0deg, #eef8ff, #188fc2);
}

#article_page hr{
	width: 92%;
}

#article_page div{
	text-indent: 2em;
	font-size: 22px;
	margin: 10px 25px;
    min-height: 400px;
    margin-bottom: 0;
    padding-bottom: 20px;
	background-repeat: no-repeat;
	background-image: url(balance.png);
    background-position: center 100%;
}



