@charset "utf-8";


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

#pagetitle {
	position: relative;
	height: 340px;
	background-image: url(../images/service_list/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;
}
}




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

a.link_detail .cnt_car {
	color: #000;
	display: block;
}
a.link_detail:hover {
	text-decoration: none;
}
a.link_detail:hover .cnt_car {
	color: #000;
	border-top: 6px solid #498ed7;
	border-right: 1px solid #498ed7;
	border-bottom: 1px solid #498ed7;
	border-left: 1px solid #498ed7;
}
a.link_detail:hover .cnt_car dl dt {
	color: #fff;
	background-color: #498ed7;
}
.cnt_car {
	margin-top: 30px;
	padding: 10px 10px 0;
	border-top: 6px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}
.cnt_car dl dt {
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
	background-color: #ecf6ff;
}
.cnt_car dl dd {
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.table_img {
	width: 100%;
}
.table_img td {
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
.table1 {
	width: 100%;
	margin-top: 20px;
}
.table1 tr th {
	font-weight: bold;
	padding: 15px;
	background-color: #ecf6ff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table1 tr td {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.table1 tr td.tit {
	text-align: left;
}
.table1 .data1 {
	padding: 2px 0 2px 24px;
	background-image: url(../images/common/arrow_06.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.table2 {
	width: 100%;
}
.table2 tr th {
	width: 40%;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #f5f5f5;
}
.table2 tr td {
	border: 1px solid #ccc;
	padding: 15px;
}
.detail_img {
	width: 100%;
	display: table;
	position: relative;
	border: 1px solid #ccc;
}
.detail_img li {
	display: table-cell;
	padding: 20px 30px;
	vertical-align: middle;
	text-align: center;
}
.drawing_01,
.drawing_02 {
	display: table;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #ccc;
}
.drawing_01 li,
.drawing_02 li {
	position: relative;
	display: table-cell;
	padding: 60px 10px 40px;
	text-align: center;
	vertical-align: middle;
}
.drawing_01 li .tit,
.drawing_02 li .tit {
	position: absolute;
	top: -1px;
	left: -1px;
	
}


@media screen and (min-width: 737px) and (max-width: 1240px){
.drawing_01 li,
.drawing_02 li {
	padding: 60px 55px 40px;
}
}

@media screen and (max-width: 736px){
.cnt_car {
	margin-top: 20px;
}
.table1 tr th {
	padding: 5px;
	font-size: 10px; font-size: 1.0rem;
}
.table1 tr td {
	padding: 5px;
	font-size: 10px; font-size: 1.0rem;
}
.table1 .data1 {
	padding: 2px 0 2px 16px;
	background-image: url(../images/common/arrow_06.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-size: 10px 10px;
}
.detail_img {
	margin-top: 20px;
}
.drawing_01 li,
.drawing_02 li {
	padding: 60px 55px 40px;
}
}