@charset "utf-8";
/* CSS Document */

@import "clear.css";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	height: 100%;
}

header {
	position: absolute;
	padding-top: 15px;
	margin: auto;
	width: 945px;
	top: 0;
	left: 50%;
	margin-left: -472px;
	z-index: 99;
}

header h1 {
	float: left;
	padding-top: 15px;
	width: 62px;
}

header nav {
	float: right;
	width: 822px;
}

h2 {
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	font-size: 40px;
}

.detail h3 {
	background: #0081cc;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
}

h3 {
	background:url(../images/circle_bg.png) no-repeat center center;
	color: #fff;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	font-size: 18px;
	height: 115px;
	line-height: 115px;
	margin-bottom: 40px;
	text-align: center;
}

h4 {
	color: #0081cc;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}

h5 {
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	font-size: 25px;
}

h6 {
	font-size: 18px;
}

h6:before {
    content: "";
	display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 9px 12px;
    border-color: transparent transparent transparent #000;
    vertical-align: -2px;
    margin-right: -8px;
}

#stage8 h6:before {
    border-color: transparent transparent transparent #fff !important;
}

.contents {
	margin: auto;
	padding: 80px 0;
	width: 945px;
}

header #global_menu li {
	float: left;
	margin-left: 40px;
	text-align: center;
}

header #global_menu li a {
	display: block;
}

header #global_menu li a span {
	display: block;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 500;
	font-size: 14px;
	line-height: 1em;
}

footer #logo_area {
	background: #f4f4f4;
	padding: 60px 0;
	text-align: center
}

footer dl {
	margin-bottom: 20px;
}

footer dt,
footer dd {
	background: #0081cc url(../images/footer_bg.png) no-repeat right bottom;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 49%;
	width : -webkit-calc(50% - 1px) ;
	width : calc(50% - 1px) ;
}

footer dt {
	float: left;
}

footer dd {
	float: right;
}

footer dl a {
	display: block;
	height: 100%;
	width: 100%;
}

#stage8 #logo_area {
	background: none !important;
	padding: 30px 0 !important;
}

#sitemap_area {
	margin: auto;
	width: 945px;
}

#sitemap_area p {
	font-size: 18px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	margin-bottom: 5px !important;
}

#stage8 #sitemap_area a {
	color: #fff;
}

#sitemap_area a {
	color: #000;
}

#sitemap_area > ul > li {
	float: left;
	margin-right: 29px;
}

#sitemap_area > ul > li:last-child {
	margin-right: 0;
}

#sitemap_area > ul > li ul {
	line-height: 1.6em;
	margin-left: 12px;
}

#copyright {
	border-top: solid #0081cc 1px;
	font-size: 0.8em;
	line-height: 1em;
	margin: 20px auto 0;
	text-align: center;
	padding: 20px 0;
	width: 945px;
}

.page_head {
	line-height: 0;
}

.page_head img {
	max-width: 100%;
}

.page_description {
	background: #000;
	color: #fff;
	font-size: 22px;
	line-height: 2.4em;
	padding: 60px 0;
	text-align: center;
}

.page_description h2 {
	margin: 30px 0;
}

#greeting {
	font-size: 18px;
	line-height: 2em;
	text-align: center;
}

.list li {
	padding: 15px 0;
}

.list li span {
	display: block;
	float: left;
	text-align: center;
	width: 160px;
}

#company .list li span {
	color: #0081cc;
}

.list li p {
	float: left;
}

.list_type_b li:nth-child(2n),
.list li:nth-child(2n-1) {
	background: #f4f4f4;
}

.list_type_b li:nth-child(2n-1) {
	background: none;
}

.flow_list li {
	background: #f4f4f4;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin-bottom: 65px;
	position: relative;
	padding: 15px 0;
	text-align: center;
}

.flow_list li:after {
	content: url(../images/icon_arrow.png);
	position: absolute;
	margin-left: -26px;
	left: 50%;
	bottom: -55px;
}

.flow_list li:last-child {
	margin-bottom: 0;
}

.flow_list li:last-child:after {
	content: "";
}

.flow_list li h4 {
	margin-bottom: 10px;
}

.photo_list {
	text-align: center;
}

ul.photo_list li {
	margin-bottom: 40px;
}

dl.photo_list dt,
dl.photo_list dd {
	margin-bottom: 40px;
	width: 453px;
}

dl.photo_list dt {
	float: left;
}

dl.photo_list dd {
	float: right;
}

.submit,
.more_btn {
	margin: 45px 0;
	text-align: center;
}

.more_btn span,
.submit input {
	background: #888;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	padding: 15px 45px;
}

.banner_area {
	text-align: center;
}

.build_list dt {
	background: #d3edfb;
	color: #0081cc;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	padding: 15px 0;
	text-align: center;
}

.build_list dd {
	border-bottom: solid #ddd 1px;
}

.build_list dd:last-child {
	border-bottom: none;
}

.build_list dd p {
	float: left;
	position: relative;
	padding: 15px 25px;
	width: 422px;
}

.build_list dd p:first-child {
	border-right: solid #ddd 1px;
}

.build_list:last-child dd:last-child {
	border-bottom: solid #ddd 1px;
}

.build_list dd p span {
	background: url(../images/right_arrow.png) no-repeat 0 3px;
	color: #0081cc;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 25px;
	text-align: right;
	width: 55px;
}

#contact dl {
	margin: auto;
	width: 640px;
}

#contact dt {
	color: #0081cc;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	padding: 5px 0;
}

#contact dt span {
	font-size: 0.9em;
}

#contact dd input {
	line-height: 3.4em;
	height: 3.4em;
	margin-bottom: 15px;
	width: 100%;
}

#contact dd textarea {
	height: 15em;
	width: 100%;
}

.detail {
	padding-bottom: 0;
	text-align: center;
}

.detail p {
	margin-bottom: 40px;
}

#about_echovalve {
	background: #edeaeb;
	margin-bottom: 30px;
}

#about_echovalve dt {
	background: url(../images/ecovalve_img3.png) no-repeat right 80px;
	float: left;
	padding: 80px 0 0 50px;
	text-align: left;
	width: 523px;
}

#about_echovalve dt h4 {
	text-align: left;
}

#about_echovalve dd {
	float: right;
	line-height: 0;
	width: 372px;
}

#merit_echovalve li {
	background: #f4f4f4;
	float: left;
	margin-right: 20px;
	width: 173px;
}

#heat_merit li:last-child,
#merit_echovalve li:last-child {
	margin-right: 0;
}

#merit_echovalve li div {
	background: #0081cc;
	color: #fff;
	font-size: 21px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	line-height: 1.4em;
	padding: 30px 13px;
}

#merit_echovalve li div span {
	background: #fff;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	color: #e60012;
	display: block;
	margin-bottom: 10px;
	padding: 5px 20px;
}

#merit_echovalve li p {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding: 30px 14px 0;
	margin-bottom: 30px !important;
}

#heat_merit {
	margin-bottom: 80px;
}

#heat_merit li {
	background: #f4f4f4;
	float: left;
	margin-right: 27px;
	width: 297px;
}

#heat_merit li div {
	padding: 30px 0;
}

#heat_merit li div img {
	margin-bottom: 12px;
}

#swatt {
	margin: 30px 0;
	text-align: center;
}

#swatt img {
	max-width: 100%;
}

#swatt_list {
	border-top: solid #0081cc 1px;
	border-bottom: solid #0081cc 1px;
	margin: 0 auto 80px;
	text-align: center;
	width: 945px;
}

#swatt_list dt {
	background: #0081cc;
	color: #fff;
	float: left;
	padding: 5px 0;
	width: 189px;
}

#swatt_list dd {
	border-right: solid #0081cc 1px;
	color: #0081cc;
	float: left;
	padding: 5px 0;
	width: 188px;
}

#modal_wrap {
	height: 100%;
    width: 100%;
    position: relative;
    padding: 0px;
}

.modal_win {
	background: #f4f4f4;
	height: 282px;
	margin-bottom: 12px;
	position: relative;
	padding: 21px 40px 0;
}

.modal_win > img {
	width: 100%;
}

.modal_win span {
	cursor: pointer;
	position: absolute;
	right: 25px;
	bottom: 10px;
}

.wd1 .modalBody {
	height:	617px;
	width: 897px;
}

.wd2 .modalBody {
	height:	600px;
	width: 962px;
}

.modalBody dl {
	max-height: 600px;
	overflow: auto;
}

.wd3 .modalBody {
	height:	600px;
	width: 962px;
}

.wd4 .modalBody {
	height:	600px;
	width: 962px;
}

.wd5 .modalBody {
	height:	250px;
	width: 945px;
}

.modalBody dl {
	background: #fff;
}

.modal {
	display:none;
}

.modalBody {
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
}

.modalBK {
	position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
	top: 0;
}

.close {
	cursor: pointer;
	text-align: center;
	padding-top: 15px;
}