@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*Noto SansJPフォントを使えるようにインポート*/


/*----------------------------------------------------------------------------------------------------------*/

/*PAGE TITLE*/

.title,
.introduction {
	/*ページタイトルとイントロダクション　中央寄せ*/
	text-align: center;
}

.title {
	/*ページタイトル*/
	background: url("../img/common/denshi2.jpg") no-repeat right center/cover;
	height: 220px;
	/*height: 180px;*/
	padding-top: 50px;
	padding-bottom: 50px;
}

.twk_lower_pagetitle,
.twk_lower_pagetitle_en {
	/*「電子入札サービス」と「（AOSignサービス）」*/
	color: #ffffff;
	text-shadow: 1px 1px 4px silver;
	top: 50%;
	left: 50%;
}

.twk_lower_pagetitle {
	/*「電子入札サービス」*/
	font-size: 38px;
	margin-bottom: 0px;
	padding-top: 30px;
}

.twk_lower_pagetitle_en {
	/*「（AOSignサービス）」*/
	margin: 5px 0px;
	letter-spacing: 3px;
}

.twk_lower_pagetitle_en:after {
	content: "";
	display: block;
	padding-top: 8px;
	width: 80px;
	margin: auto;
	border-bottom: 1px solid #fff
}



.main {
	width: 50%;
}

.service {
	margin-top: 28px;
}

.service-title {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 6px 14px;
	font-size: 19px;
	font-weight: 700;
	color: #003366;
	border: 2px solid #003366;
	background-color: #ffffff;
	text-align: left;
}

.service-body {
	font-size: 14px;
}



.service-lead {
	margin: 6px 0 10px;
}

.service-list {
	margin: 0 0 14px 1.6em;
	padding: 0;
}

.service-list li {
	margin-bottom: 5px;
}

.price-band {
	margin: 8px 0 14px;
	padding: 10px 14px;
	background-color: #b0c4de;
	color: #00264d;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	border: none;
}

.price-center {
	justify-content: center;
	text-align: center;
	gap: 8px;
}

.price-label {
	font-size: 14px;
}

.price-amount {
	font-size: 17px;
}

/* サービス内容テーブル */
.service-detail {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.service-detail th,
.service-detail td {
	padding: 9px 11px;
	border: 2px solid #c0c0c0;
}

.service-detail th {
	width: 22%;
	text-align: left;
	font-weight: 700;
	background-color: #ffffff;
}

.service-detail td {
	background-color: #ffffff;
}