@charset "utf-8";


/*　　ページタイトル
-------------------------------------------------------*/
.pagetitle {
	height: 470px;
	background-image: url(../images/service/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .inner-pagetitle {
	max-width: 880px;
	padding-top: 210px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle .inner-pagetitle .tit {
	color: #fff;
	font-size: 36px; font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 5px;
}
.pagetitle .inner-pagetitle .nav-page {
	margin-top: 20px;
}
.pagetitle .inner-pagetitle .nav-page ul {
	display: table;
}
.pagetitle .inner-pagetitle .nav-page ul li {
	display: table-cell;
}
.pagetitle .inner-pagetitle .nav-page ul li a {
	margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 280px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 100px;
	margin-left: 40px;
	margin-right: 40px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 30px; font-size: 3.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: auto;
	background-position: center top;
	background-size: auto 140px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.pagetitle .inner-pagetitle .tit {
	height: 140px;
	line-height: 140px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 3px;
}
.pagetitle .inner-pagetitle .nav-page {
	margin-top: 0;
	padding: 0 10px 10px;
	background-color: #172944;
	overflow: hidden;
	zoom: 1;
}
.pagetitle .inner-pagetitle .nav-page ul {
	display: block;
	margin-left: -2%;
	overflow: hidden;
	zoom: 1;
}
.pagetitle .inner-pagetitle .nav-page ul li {
	float: left;
	display: block;
	width: 48%;
	margin-left: 2%;
}

.pagetitle .inner-pagetitle .nav-page ul li a {
	margin-right: 0;
	margin-top: 10px;
	width: 100%;
}
.nav-page .btn-txt1-t3 a {
	padding: 8px 12px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}










/*　　コンテンツ
-------------------------------------------------------*/
.tit-service {
	text-align: center;
	background-color: #233b5e;
}
.txt-service {
	margin-top: 15px;
	padding-top: 20px;
	background-image: url(../images/common/line_01.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-size: 100% 4px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){

}

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

}
