@charset "utf-8";


/*　　タイトルイメージ
-------------------------------------------------------*/

#pagetitle {
	position: relative;
	height: 340px;
	background-image: url(../images/service/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#pagetitle .tit {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	padding: 28px 0 0;
	font-size: 32px; font-size: 3.2rem;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_pagetitle.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	-moz-text-shadow: 1px 1px 5px #000;
	-webkit-text-shadow: 1px 1px 5px #000;
	text-shadow: 1px 1px 5px #000;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#pagetitle {
	height: 260px;
}
#pagetitle .tit {
	height: 80px;
	padding: 18px 0 0;
	font-size: 28px; font-size: 2.8rem;
}
}

@media screen and (max-width: 736px){
#pagetitle {
	height: 180px;
}
#pagetitle .tit {
	height: 50px;
	padding: 10px 0 0;
	font-size: 20px; font-size: 2.0rem;
}
}

@media screen and (max-width:736px) and (orientation : landscape) {
#pagetitle {
	height: 220px;
}
}




/*　　コンテンツ
-------------------------------------------------------*/

.cnt_service_img {
	margin-top: 20px;
	text-align: center;
	background-image: url(../images/service/bg_01.gif);
	background-repeat: repeat-x;
}
.cnt_step table {
	width: 100%;
}
.cnt_step table tr th {
	width: 30%;
	height: 66px;
	font-size: 16px; font-size: 1.6rem;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	background-image: url(../images/service/bg_02.gif);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.cnt_step table tr td {
	height: 66px;
	padding: 0 15px;
	font-size: 16px; font-size: 1.6rem;
	vertical-align: middle;
	border-left: 6px solid #ffcc00;
	background-color: #ecf6ff;
}
.cnt_step .arrow {
	padding: 15px 0;
	font-size: 0;
	text-align: center;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
.cnt_service_img {
	background-image: none;
}
}


@media screen and (min-width: 737px) and (max-width: 1240px) and (orientation : landscape) {
.cnt_service_img {
	background-image: url(../images/service/bg_01.gif);
	background-repeat: repeat-x;
}
}


@media screen and (max-width: 736px){
.cnt_service_img {
	background-image: none;
}
.cnt_step .arrow {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
}
}