@charset "utf-8";

.help-2col-btn {
	border: solid 1px #d4d5d5;
    padding: 10px;
	overflow: hidden;
    width: 100%;
}

.help-2col-btn p img {
	width: 60px;
}

.top-col1 {
	display: inline-block;
    width: 85%;
    float: left;
	position: relative;
	top: 2px;
	left: 24px;
	margin-top: 0;
	color: #525353;
}

.top-col1-adjust {
	top: 10px;
}

.top-col2 {
	display: inline-block;
    width: 10%;
    float: left;
}

.adjust-col {
	width: 49%!important;
}

.col-ml {
	margin-left: 1%!important;
}

.adjust-mt {
	margin-top: 0.5em!important;
}

.help-2col-btn li:before {
	width: 18px;
    height: 100%;
    background-image: url(/assets/img/marker_01_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    position: absolute;
    left: -23px;
    top: 19px;
    content: "";
}

.help-2col-btn .top-col1-adjust:before {
    top: 11px;
}

.l-text-icon a:before {
	left: -19px!important;
}

@media only screen and (max-width: 640px) {

	.help-2col-btn {
		border-top: none;
	}
	
	.border-top {
		border-top: solid 1px #d4d5d5;
	}
	
	.help-2col-btn p img {
		width: 71px;
	}
	
	.top-col1 {
		width: 77%;
		top: 7px;
		font-size: 105%;
	}
	
	.top-col1-adjust {
		top: 15px;
	}
	
	.help-col2 {
		overflow: hidden;
		width: 100%;
		margin-top: 1.25em;
		margin-bottom: 1em;
	}
	
	.help-col2_1 {
		display: inline-block;
		width: 25%;
		float: left;
	}
	
	.help-col2_2 {
		display: inline-block;
		width: 70%;
		float: left;
		margin-left: 5px;
	}

	.adjust-col {
		width: 100%!important;
		margin-top: 0!important;
	}

	.col-ml {
		margin-left: 0!important;
	}

	.adjust-mt {
		margin-top: 0!important;
	}
}

@media only screen and (max-width: 450px) {
	.top-col1-adjust {
		top: 17px;
	}
}

@media only screen and (max-width: 386px) {
	.top-col1-adjust {
		top: 15px;
	}
}

@media only screen and (max-width: 350px) {
	.top-col1 {
		top: 3px;
		left: 18px;
	}
	
	.top-col1-adjust {
		top: 6px;
	}
	
	.help-2col-btn p img {
		width: 55px;
	}
	
	.top-col2 {
		padding-left: 14px;
	}
}

.sub-txt {
	display: block;
	font-size: 80%;
	font-weight: normal!important;
    color: #888!important;
	line-height: 1.4;
	width: 90%;
}

/* .contact-info */
.contact-info {
	color: #212426;
	font-size: 150%;
}
p .contact-info a {
	color: #212426;
	text-decoration: none!important;
}

.contact-info span {
	display: inline;	
	color: #212426;
}