@charset "utf-8";
/*********************************************************************
 *
 *  For ZEH普及率目標の公表・報告について
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding-top: 75px;
	margin-bottom: 75px;
}
#mv h2 {
	margin-bottom: 35px;
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#mv h2::after {
	content: "";
	display: block;
	margin: 35px auto 0;
    width: 120px;
    height: 1px;
    background: #000;
}
#mv .desc {
	font-size: 2.0rem;
	text-align: center;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 80px;
}
#outline .box {
	padding: 30px 20px;
	border-radius: 10px;
	border: 1px solid #727272;
}
#outline h4 {
	margin-bottom: 20px;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#outline .desc {
	line-height: 2;
	text-align: center;
}

/* goal */
/* --------------------------------------------------------------------------- */
#goal {
}
#goal h4 {
	margin-bottom: 20px;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#goal .list {
	width: 100%;
	border: 1px solid #727272;
}
#goal .list th, #goal .list td {
	padding: 10px 0;
	width: 14.28%;
	color: #000;
	text-align: center;
	border-left: 1px solid #727272;
	border-bottom: 1px solid #727272;
}
#goal .list th {
	background-color: #e5e5e5;
}
#goal .list th h5 {
}
#goal .list th h6 {
	font-size: 1.3rem;
}


}/* min-width: 768px */

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

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding-top: 25px;
	margin-bottom: 25px;
}
#mv h2 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#mv h2::after {
	content: "";
	display: block;
	margin: 20px auto 0;
    width: 60px;
    height: 1px;
    background: #000;
}
#mv .desc {
	margin: 0 5%;
	font-size: 1.4rem;
	text-align: center;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 25px;
}
#outline .inner {
    margin: 0 5%;
}
#outline .box {
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #727272;
}
#outline h4 {
	margin-bottom: 15px;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#outline .desc {
	font-size: 1.2rem;
}

/* goal */
/* --------------------------------------------------------------------------- */
#goal {
}
#goal .inner {
    margin: 0 5%;
}
#goal h4 {
	margin-bottom: 15px;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#goal .list {
	width: 100%;
	border: 1px solid #727272;
}
#goal .list th, #goal .list td {
	padding: 10px 5px;
	width: 16.66%;
	color: #000;
	font-size: 1.1rem;
	text-align: center;
	border-left: 1px solid #727272;
	border-bottom: 1px solid #727272;
}
#goal .list th {
	background-color: #e5e5e5;
}
#goal .list th h5 {
}
#goal .list th h6 {
}
#goal .list td {
}
}/* min-width: 768px */