@charset "utf-8";



/*　　contents
-------------------------------------------------------*/
.cnt-pamphlet .img-tit {
	margin-right: 30px;
}
.cnt-pamphlet .bg01 {
	height: 380px;
	background: transparent;
}
.cnt-type .img-tit {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.table-spec {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.table-spec tr {
	border-bottom: 1px solid #ccc;
}
.table-spec th {
	padding: 10px;
	font-weight: 700;
	width: 20%;
}
.table-spec td {
	padding: 10px;
}
.tit-price {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background-color: #f77cb2;
}
.table-price {
	width: 100%;
}
.table-price th {
	padding: 15px;
	font-weight: 700;
	width: 30%;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
}
.table-price td {
	padding: 15px;
	border: 1px solid #ccc;
	text-align: right;
}
.table-price2 {
	width: 100%;
	table-layout: fixed;
}
.table-price2 td {
	padding: 15px;
	font-weight: 700;
	border: 1px solid #ccc;
	text-align: center;
}
.table-price3 {
	width: 100%;
	margin-top: 20px;
	table-layout: fixed;
}
.table-price3 th {
	padding: 15px;
	font-weight: 700;
	width: 50%;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
}
.table-price3 td {
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc;
}
.cnt-works .img-tit {
	margin-right: 30px;
}
.cnt-works .bg01 {
	background: transparent;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-pamphlet .img-tit {
	width: auto;
	height: 30px;
}
.cnt-type .img-tit {
	width: auto;
	height: 40px;
}
.cnt-works .img-tit {
	width: auto;
	height: 30px;
}
}

@media screen and (max-width: 767px){
.cnt-pamphlet .img-tit {
	display: block;
	width: auto;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.img-design {
	margin-top: 20px;
}
.cnt-pamphlet .bg01 {
	height: 150px;
}
.cnt-pamphlet .img01 {
	margin-top: 20px;
}
.cnt-type .img-tit {
	display: block;
	width: auto;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.table-price th {
	width: 35%;
	padding: 10px;
}
.table-price td {
	padding: 10px;
}
.table-price2 td {
	padding: 10px;
}
.table-price3 th {
	padding: 10px;
}
.table-price3 td {
	padding: 10px;
}
.cnt-works .img-tit {
	display: block;
	width: auto;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
}


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