@charset "utf-8";

/* --------------------------------
	#trnkrm-block
-------------------------------- */
#trnkrm-block img {
	width: 129px;
	margin-bottom: 10px;
}
#trnkrm-block div {
	width: 274px;
	border: 3px solid #003c96;
	padding: 20px;
	text-align: center;
	display: inline-block;
}
#trnkrm-block p {
	font-size: 146.71%;
	line-height: 1.5;
}

/* --------------------------------
	#service-block
-------------------------------- */
#service-block {
	text-align: center;
}
#service-block .service-title {
	background-color: #003c96;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 138.71%;
}
#service-block img {
	width: 35px;
	margin: 20px auto;
}

/* --------------------------------
	#flow-block
-------------------------------- */
#flow-block .ifSp {
	width: 380px;
}

/* --------------------------------
	#price-block
-------------------------------- */
#price-block {
	margin-bottom: 20px;
}
#price-block .title h4 {
	width: 45%;
	background-color: #003c96;
	color: #fff;
	padding: 1.5%;
	font-size: 124.71%;
	display: inline-block;
	float: left;
}
#price-block p {
	width: 45%;
	float: left;
}
#price-block .sp { margin-left: 4%; }
#price-block li {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
	padding-bottom: 20px;
}
#price-block li:first-child {
	border-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}
/* PC SIZE */
@media screen and (min-width: 980px){
	.back-images-block {
		background: url('/images/trnkrm/main-img-pc.png') no-repeat top center;
		height: 380px;
	}
	#trnkrm-block img {
		width: 129px;
		margin-bottom: 10px;
	}
	#trnkrm-block div {
		float: left;
		margin-left: 10px;
	}
	#trnkrm-block div:first-child { margin-left: 0px; }
}