#tr25 .articleblock {
	font-size: 17px;
	color: #333;
}

#tr25 .articleblock img {
	max-width: 100%;
}
#tr_top {
	margin-top: 35px;
}

.tr_box {
	max-width: 900px;
	margin: auto;
}
#tr_top img {
	width: 250px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.tr_top {
	display: inline-block;
	vertical-align: middle;
}
#tr_top .tr_top h1 {
	font-size: 35px;
	font-size: 4.8rem;
	margin: 0;
}
#tr_top .tr_top h2 {
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}
#tr_about {
	margin: 3em 0 0;
	display: block;
	clear: both;
	width: 100%;
}
#tr_about h3 {
	margin: 1em 0 2em;
}

#trpoint {
	margin: 50px 0;
}
#trpoint h1 {
	margin: 1em 0;
	font-size: 25px;
	color: #eb5e00;
}
#trpoint ul {
	list-style: none;
}
#trpoint ul li {
	padding-left: 1.5em;
	position: relative;
	font-size: 1.5em;
	margin-bottom: 10px;
	line-height: 1.5;
}
#trpoint ul li strong {
	background: linear-gradient(transparent 40%, #fff799 0%);
}
#trpoint ul li::after {
	content: " ";
	width: 1em;
	height: 1em;
	background: #eb5e00;
	border-radius: 1em;
	position: absolute;
	top: 0.25em;
	left: 0;
}

.tr_contact {
	margin: 30px 0;
	background: #eb5e00;
	border-radius: 50px;
	padding: 30px 5%;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
}
.tr_contact #open1 strong,
.tr_contact #open2 {
	font-size: 55px;
}
.tr_contact #open2 {
	display: inline-block;
}
.tr_contact #open3 {
	font-size: 21px;
}
.tr_contact a {
	display: block;;
	padding: 20px;
	color: #FFF;
	border-radius: 50px;
	border: 3px solid #FFF;
	margin-top: 20px;
}
.tr_contact a:hover {
	background: #FFF;
	color: #eb5e00;
}
@media screen and (max-width:768px) {
	.tr_contact #open1 strong {
		font-size: 25px;
	}
	#tr25 .articleblock img {
		display: block;
		text-align: center;
		margin: auto;
	}
	.tr_contact #open2 {
		display: block;

	}
	#tr_top .tr_top h1 {
		font-size: 35px;
		text-align: center;
	}
	#trpoint ul li {
		font-size: 1em;
	}
}
