@charset "utf-8";

		.serviceList {
			padding-bottom: 19px;
			border-bottom: 1px #dbdbdb solid;
			display: flex;
			flex-direction: row-reverse;
		}
		.serviceList h3 {
			color: #0060b0;
			font-weight: bold;
		}

		
		.serviceList .image {
			width: 120px;
		}
		.serviceList .image img {
			width: 100%;
		}

		.serviceList .txt {
			width: calc(100% - 219px);
		}


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

		.serviceList {
		  	display: block;
		  }

		  .serviceList .image {
		  	width: 100%;
		  }
		.serviceList .txt {
			width: inherit;
			margin-top:10px;
		}
}