.top_image {

}
.article-header {
    margin: 0 0 60px;
}
.bordered-title {
    text-align: center;
    margin: 0 auto 40px;
}
.bordered-title h2 {
    font-family: "Times New Roman", ????, "Yu Mincho", "?????? Pro W6", "Hiragino Mincho Pro", HGS??E, "?? ???", serif;
    font-size: 24px;
    display: inline-block;
    color: rgb(0, 0, 0);
    border-bottom: 2px solid rgb(0, 0, 0);
    margin: 0px;
}

.section-services {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
	width: 100%;
}

.section-services .item {
	margin-bottom: 40px;
}

.section-services .item .image-wrapper {
	width: 141px;
	float: left;
	margin-right: 13px;
	display: table-cell;
}

.section-services .item .image-wrapper img {
	max-width: 100%;
}

.section-services .item .text-wrapper {
	display: table-cell;
	font-family: serif;
}

.section-services .item .text-wrapper h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.section-services .item .text-wrapper p {
	line-height: 1.25;
	color: #000;
}

.section-services .item .text-wrapper a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #000;
	margin: 0 5px 0 0;
}

.section-application {
	background-color: #e6e6e6;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 50px;
}

.section-application .steps {
	max-width: 675px;
	width: 100%;
	background-color: #fff;
}

.section-application .steps .step {
	padding: 50px 50px 30px;
	border-bottom: 1px solid #000;
}

.section-application .steps .step:last-child {
	border: none;
}

.section-application .steps .step h3 {
	line-height: 1.7;
	font-family: initial;
	font-weight: bold;
	margin: 0 0 10px;
}

.section-application .steps .step h3 span {
	display: block;
	font-size: 80%;
}

.section-application .steps .step .text {
	color: #000;
	margin: 0 0 20px;
}

.section-application .steps .step .num {
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 1px;
	font-weight: 300;
}

.section-application .steps .step .download-button {
	background: #000;
	max-width: 431px;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 auto 20px;
}

.section-application .steps .step .download-button a {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3px;
	line-height: 50px;
	font-family: serif;
}

.section-application .steps .step .text-normal {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 2px;
	color: #231815;
}

.section-application .steps .step .text-small {
	font-size: 12px;
	line-height: 25.51px;
	letter-spacing: 2px;
	color: #231815;
}

.section-application .steps .step .text-small-ex {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #646464;
	text-align: left;
	margin: 0 auto 20px;
	max-width: 580px;
	width: 100%;
}

.section-application .steps .step .text-small-blue {
	font-size: 9px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #2A579A;
	line-height: 1;
}

.section-application .contact-info {
	max-width: 675px;
	width: 100%;
	background-color: #fff;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px;
}

.section-application .contact-info img {
	max-width: 100%;
}

.section-application .contact-info .title_box {
	width: 50%;
	padding: 10px;
	font-size: 22px;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	font-family: initial;
}

.section-application .contact-info .title_box span {
	border: 1px solid;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
}

.section-application .contact-info > div {
	width: 50%;
	padding: 10px;
}

.section-application .contact-info .title {
	border-bottom: 2px solid #000;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.section-application .contact-info .text {
	color: #000;
	text-align: left;
	font-size: 13px;
}

.section-application .contact-info .item_box {
	text-align: left;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.section-application .contact-info .item_box img {
	width: 90%;
}