@charset "utf-8";
/* CSS Document */


@media screen and (min-width: 737px) {
	.top_ttl .inner:after{
		content: "";
		background-image: url(img/top_ttl.png?2017);
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 28px;
		width: 273px;
		height: 70px;
	}
	#all p.num_ttl{
		font-size: 22px;
		color: #255f87;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    transform: rotate(.03deg);
	    margin-bottom: 10px;
	    font-weight: bold;
	    vertical-align: baseline;
	}
	#all p.num_ttl span{
		margin-right: 15px;
		vertical-align: baseline;
		display: inline-block;
	}
	#all #section03 .sec03_item{
		width: 700px;
		margin: 0 auto;
	}
	#all #section03 ul.liststyle_01{
		width: 270px;
	    float: right;
	}
}
@media screen and (max-width: 736px) {
	.top_ttl .inner:after{
		content: "";
	    background-image: url(img/top_ttl.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    left: 10px;
	    top: 10px;
	    width: 210px;
	    height: 53px;
	    background-size: 210px;
	}
	#all p.num_ttl{
		font-size: 1.3rem;
	    color: #255f87;
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    transform: rotate(.03deg);
	    margin-bottom: 10px;
	    font-weight: bold;
	    line-height: 1.4em;
	    vertical-align: baseline;
	}
	#all p.num_ttl span{
		margin-right: 3%;
		display: inline-block;
		margin-bottom: 5px;
	}
	#all #section03 ul.liststyle_01{
		padding-top: 10px;
	}
	#all.services #section05 .point p.point_ttl{
		font-size: 1.1rem;
	}
}