a:hover,a{
  text-decoration:none;
  color: rgb(79, 100, 87);
}
.img_top{
  position: relative;/*相対配置*/	

}
.img_top_title{
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  margin: 0;
	top: 50%;

	transform: translate(0, -50%);
background-color: rgb(172, 208, 192);
font-size: 1.2em;
color: rgb(79, 100, 87);
}
.img_top_title_2{
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
font-size: 1.2em;
width:86%;
}
.service-number {
 color: #f2013f !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	color: #212529;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
