#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #70A9F9;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #064db2;
    text-decoration: none;
}

.photo_box img{
	margin: 10px 0 0 0;
}
.pro_box_s img{
	margin: 10px 0 0 0;
	width: 60%;
	float: right;
}
td.link_b a{
	color: blue;
}
h4.service-heading{
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}
.title_1{
	font-size: 16pt;
	font-weight: bold;	
}
.merit li{
	font-size: 14pt;
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0 0;
}
.merit_2 li{
	font-size: 14pt;
	margin: 2pt 0 0 0;
	text-align: left;
}

.gear_box{
	padding: 5px;
}
.gear_box img{
		border: solid 1px #fed136;
	border-radius: 8px;
	width: 100%;
}
.gear_box p{
	font-size: 10pt;
	text-align: center;
	
}
.center_ph img{
	width: 80%;	
}
.logo img{
	width: 80%;
}

.f_logo img{
	width: 95%;
}
@media (max-width: 900px){
	.center_ph img{
	width: 100%;	
}
}