@charset "utf-8";
/* CSS Document */

#main-contents{
	width:700px;
	margin:0 0 0 10px;
	float:left;
}
#sub-contents{
	width: 220px;
	margin: 0 5px 0 0;
	float: right;
}



/*------------------------------
  共通
------------------------------*/
#main-contents { line-height: 1.8; }
#main-contents p { margin-bottom: 15px; }

#main-contents img {
	height: auto;
	vertical-align: middle;
}

a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

strong { font-weight: bold; }


/* クリアフィックス */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* マージン */
.mB0 { margin-bottom: 0 !important; }
.mB30 { margin-bottom: 30px !important; }


/* フロート */
.pic.left {
	float: left;
	margin-right: 20px;
}
.pic.right {
	float: right;
	margin-left: 20px;
}

.note {
	display: block;
    font-size: 77%;
	line-height: 1.4!important;
}

/*------------------------------
  PC
------------------------------*/
.sp { display: none; }

#main-contents h2 {
	margin-top: 33px;
	margin-bottom: 20px;
	font-size: 220%;
	font-weight: bold;
	color: #525252;
}
#main-contents h2 .pic.left {
	margin-top: -8px;
	margin-right: 5px;
}
#main-contents h2 .txt-red {
	color: #e60012;
}
#main-contents .box-corporation {
	padding: 25px 79px 0;
	border-left: solid 1px #014099;
	border-right: solid 1px #014099;
	border-bottom: solid 1px #014099;
}
#main-contents .box-corporation.box-top {
	margin-top: -22px;
}
#main-contents .box-corporation.box-end {
	margin-bottom: 25px;
}
#main-contents .box-corporation .ttl {
	margin-bottom: 15px;
}
#main-contents .box-corporation .ttl img.left {
	margin-right: 10px;
	float: left;
}
#main-contents .box-corporation .ttl h3 {
	font-size: 160%;
	font-weight: bold;
	color: #014099;
	line-height: 1.5;
}
#main-contents .box-corporation .ttl p {
	margin-bottom: 0;
	line-height: 1.3;
}
#main-contents .box-corporation div.pic {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
}
#main-contents .box-corporation img.pic {
	margin-bottom: 25px;
}
#main-contents .box-corporation .pic.right {
	text-align: right;
}
#main-contents .box-corporation dl {
	margin-bottom: 25px;
	border: solid 1px #014099;
}
#main-contents .box-corporation dl dt,
#main-contents .box-corporation dl dd {
	width: 50%;
	padding: 6px 0 3px;
	float: left;
	text-align: center;
	font-size: 150%;
}
#main-contents .box-corporation dl dt {
	background-color: #014099;
	color: #fff;
}
#main-contents .box-corporation dl a {
	font-weight: bold;
    color: #509f88 !important;
    text-decoration: underline !important;
}
#main-contents .product {
	margin-bottom: 25px;
}
#main-contents .product a.left {
	display: block;
	margin-top: 8px;
	margin-right: 30px;
	float: left;
}
#main-contents .product dd {
	margin-bottom: 0;
	line-height: 1.5;
}
#main-contents .product dd .pic {
	padding-top: 5px;
}
#main-contents .product dl a {
	font-size: 150%;
	font-weight: bold;
    color: #509f88 !important;
    text-decoration: underline !important;
}

/* ボタン */
p.btn {
	margin-top: 35px;
}
p.btn a {
	background-color: #4f9f87;
	background: linear-gradient(#6bbca4, #4f9f87);
	border-radius: 5px;
	box-shadow: 0 5px #2e8269;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 139%; /* 18px */
/*	font-style: italic;	*/
	font-weight: bold;
	line-height: 1.3;
	margin: 10px auto;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	width: 60%;
}

/*171025 コスト削減効果 追加 */

.cost-cut table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	color: #333;
	margin: 0 0 10px 0;
	}

.cost-cut table tr.table-items {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	background: #EEE;
}
.cost-cut table tr.cost-subtotal {
	border: none;
	background: #EEE;
}
.cost-cut table tr.cost-subtotal td {
	border: none;
	font-size: 100%;
	font-weight: bold;
}
.cost-cut table tr.cost-subtotal td.cost-poe-subtotala {
	color: #044388;
}
.cost-cut table tr.cost-subtotal td.cost-ac-subtotala {
	color: #C80D2E;
}
.cost-cut table tr.cost-construction th {
	padding-top: 15px;
}

.cost-cut table th, .cost-cut table td {
	font-size: 93%;
	padding: 5px 3px;
	line-height: 1.5;
}
.cost-cut table th {
	text-align: center;
	font-weight: bold;
}

.cost-cut table th.cost-poe, .cost-cut table th.cost-ac {
	vertical-align: top;
	padding: 0 3px;
}

.cost-cut table th.cost-table-title h5 {
	font-size: 120%;
	font-weight: bold;
}
.cost-cut table th.cost-poe h5 {
	font-size: 110%;
	font-weight: bold;
	background: #044388;
	color: #FFF;
	padding: 8px;
	border-radius: 3px;
}
.cost-cut table th.cost-ac h5 {
	font-size: 110%;
	font-weight: bold;
	background: #C80D2E;
	color: #FFF;
	padding: 8px;
	border-radius: 3px;
}
.cost-cut table th.cost-title {
	text-align: left;
	font-size: 100%;
}

.cost-cut table td {
	text-align: right;
	border-top: 1px dashed #999;
}

tr.cost-total td {
	border: none;
}

div.cost-poe-total,div.cost-ac-total {
	margin: 5px 0 0 0;
	padding: 3px;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
}

div.cost-poe-total {
	background: #044388;
}
div.cost-ac-total {
	background: #C80D2E;
}

.cost-cut p {
	font-size: 93%;
	margin: 0 0 10px 0;
	line-height: 1.5;
}
.cost-cut p.merit {
	font-size: 87%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 10px 30px;
	background: #044388;
	color: #FFF;
	text-align: center;
}
.cost-cut p.merit span{
	font-weight: bold;
	font-size: 150%;
}
.cost-cut ul {
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
.cost-cut ul li {
	list-style-type: disc;
	margin: 0;
	line-height: 1.5;
}
.cost-cut ul li.cost-cut-poe {
	color: #044388;
}
.cost-cut ul li.cost-cut-ac {
	color: #C80D2E;
}

/*171025 コスト削減効果 追加 */


@media screen and (min-width: 500px) and (max-width: 799px){

#main-contents{
	width:98%;
	margin:0 1%;
}
#sub-contents{
	display:none;
}

img.img100pr { width: 100%; }

#main-contents .box-corporation {
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;
}
#main-contents .box-corporation div.pic {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}
#main-contents .box-corporation div.pic.right {
	width: 48%;
}
#main-contents .box-corporation .pic img {
	max-width: 100%;
}

}
@media screen and (max-width:499px){

#main-contents{
	width:98%;
	margin:0 1% 30px;
}
#sub-contents{
	display:none;
}

img { max-width: 100%; }
.clearfix img {
	margin-bottom: 10px;
}

.pc { display: none; }
.sp { display: block; }


/* 共通 */


#main-contents h2 {
	font-size: 170%;
	line-height: 1.2;
}
#main-contents h2 .txt-red {
	display: block;
}
#main-contents .box-corporation {
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;
}
#main-contents .box-corporation.box-top {
	margin-top: 0;
}
#main-contents .box-corporation .pic.left,
#main-contents .box-corporation .pic.right {
	width: 100%;
	text-align: center;
}
#main-contents .box-corporation .clearfix {
	text-align: center;
}
#main-contents .box-corporation .ttl.clearfix {
	text-align: left;
}
#main-contents .box-corporation .pic {
	width: 100%;
	float: none;
	text-align: center;;
}
#main-contents .box-corporation p {
	width: 100%;
}
#main-contents .product a.left {
	width: 25%;
	margin: 0;
}
#main-contents .product dl {
	width: 72%;
	float: right;
}
#main-contents .product dl dt {
	margin-top: 0;
}
#main-contents .product dl dd .pic {
	height: 30px;
}


/* ボタン */
.btn a { width: 90%; }

}




/*------------------------------
  印刷
------------------------------*/
@media print {
body,
#container,
#contents-area,
#main-contents {
	float: none;
	margin: 0;
	padding: 0;
	width: 700px;
}
#header,
#footer,
#sub-contents,
.topicpath {
	display: none;
}

#main-contents .box-corporation dl dt {
	background: none;
	color: #014099;
}


/* ボタン */
.btn a {
	background: none;
	border: 3px solid #4f9f87;
	box-shadow: none;
	color: #4f9f87;
}
}