@charset "UTF-8";
/* CSS Document */
/**/
/**/
/* local nav 調整
-----------------------*/
#contentsHeading #naviLowerArea > .naviLower > ul > li:last-child {
	width: 23%;
}
@media screen and (max-width: 750px) {
	#contentsHeading #naviLowerArea > .naviLower > ul > li:last-child {
		width: 100%;
	}
}
/* キービジュアル調整
-----------------------*/
.mainImage {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
}
.topKvWrap {
	max-width: 1200px;
	margin: 0 auto;
}
.topKvWrap img {
	width: 100%;
	height: auto;
}
.topKvWrap h2 {
	line-height: 0;
}
.mainImage > div {
	height: auto;
}
/* コンテンツ内ローカルナビ
-----------------------*/
#contentsLocalNavi {
	max-width: 1230px;
	margin: 0 auto;
	margin-top: 0px !important;
	color: #4d4d4d;
	padding: 0 15px;
}
#contentsLocalNavi .CLNtitle {
	font-size: 17px;
	line-height: 1em;
	padding: 25px 0 13px 0;
}
#contentsLocalNavi ol {
	display: flex;
	justify-content: space-between;
}
#contentsLocalNavi ol .CLNli, #contentsLocalNavi ol .now {
	max-width: 190px;
	text-align: center;
	position: relative;
}
#contentsLocalNavi ol .CLNli a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#contentsLocalNavi ol .now img {
	opacity: 0.3;
}
#contentsLocalNavi ol .CLNli img {
	opacity: 1;
	transition: all 0.5s ease;
}
#contentsLocalNavi ol .CLNli:hover img {
	opacity: 0.3;
}
#contentsLocalNavi ol li {}
#contentsLocalNavi ol .CLNli .CLNimg {}
#contentsLocalNavi ol .CLNli .CLNimg img, #contentsLocalNavi ol .now .CLNimg img {
	width: 100%;
	height: auto;
}
#contentsLocalNavi ol .CLNli .CLNtxt, #contentsLocalNavi ol .now .CLNtxt {
	font-size: 17px;
	line-height: 26px;
	padding-top: 14px;
	border-top: 3px solid #777777;
}
#contentsLocalNavi ol .CLNli .CLNtxt {
	opacity: 0;
	transition: all 0.5s ease;
}
#contentsLocalNavi ol .now .CLNtxt {
	opacity: 1;
}
#contentsLocalNavi ol .CLNli:hover .CLNtxt {
	opacity: 1;
}
@media screen and (max-width: 1230px) {
	#contentsLocalNavi ol .CLNli, #contentsLocalNavi ol .now {
		max-width: 15.447vw;
	}
	#contentsLocalNavi ol .CLNli .CLNtxt, #contentsLocalNavi ol .now .CLNtxt {
		font-size: 1.382vw;
		line-height: 2.113vw;
		padding-top: 1.138vw;
	}
}
@media screen and (max-width: 750px) {
	#contentsLocalNavi {
		max-width: 100%;
	}
	#contentsLocalNavi .CLNtitle {
		font-size: 16px; /*32px or 4.266vw*/
		padding: 6.666vw 0 4.666vw 0; /*50px 0 35px 0*/
	}
	#contentsLocalNavi ol {
		width: 100%;
		height: 67vw;
		justify-content: space-between;
		align-content: space-between;
		flex-wrap: wrap;
	}
	#contentsLocalNavi ol .CLNli, #contentsLocalNavi ol .now {
		width: 100%;
		max-width: 29vw;
		margin-bottom: 2vw;
	}
	#contentsLocalNavi ol .CLNli .CLNtxt, #contentsLocalNavi ol .now .CLNtxt {
		font-size: 12px; /*2.266vw*/
		line-height: 18px;
	}
}
/* ページコンテンツ
-----------------------*/
#FeaturesContents {
	line-height: 1.5em;
}
#FeaturesContents sub {
	font-size: 0.75em;
}
#FeaturesContents sup {
	font-size: 0.7em;
	vertical-align: super;
}
#FeaturesContents .brpc::before {
  content: "\A";
  white-space: pre;
}
#FeaturesContents .brsp::before {
  content: none;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  #FeaturesContents .brpc::before {
    content: none;
    white-space: normal;
  }
  #FeaturesContents .brsp::before {
    content: "\A";
    white-space: pre;
  }
}
#FeaturesContents .w980 {
	max-width: 980px;
}
#FeaturesContents .w700 {
	max-width: 700px;
}
#FeaturesContents .obj_center {
	margin-left: auto;
	margin-right: auto;
}
#FeaturesContents .txtCenter {
	text-align: center;
}
#FeaturesContents .txtLeft {
	text-align: left;
}
#FeaturesContents .txtRight {
	text-align: right;
}
#FeaturesContents .txtJustify {
	text-align: justify;
}
#FeaturesContents .txtBold {
	font-weight: bold;
}
#FeaturesContents hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
#FeaturesContents hr {
	border-top: 1px solid #bbbdc0;
	margin: 70px auto;
}
@media screen and (max-width: 750px) {
	#FeaturesContents hr {
		margin: 50px auto;
	}
}
#FeaturesContents .pad4030 {
	padding: 40px 30px;
}
@media screen and (max-width: 750px) {
	#FeaturesContents .pad4030 {
		padding: 20px;
	}
}
#FeaturesContents .flFlexPC {
	display: flex;
	justify-content: space-between;
}
#FeaturesContents .flFlexPC2 {
	display: flex;
}
#FeaturesContents .flFlexCol1 {
	max-width: 297px;
	margin-top: 30px;
	margin-right: 13%;
}
#FeaturesContents .flFlexCol2 {
	max-width: 297px;
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	#FeaturesContents .flFlexPC {
		display: block;
	}
	#FeaturesContents .flFlexPC2 {
		display: block;
	}
	#FeaturesContents .flFlexCol1 {
		max-width: 670px;
		margin-right: 0px;
	}
	#FeaturesContents .flFlexCol2 {
		max-width: 670px;
	}
}
#FeaturesContents .imgFit {
	width: 100%;
	height: auto;
	line-height: 0;
}
#FeaturesContents .pRelative {
	position: relative;
}
#FeaturesContents .pAbsolute {
	position: absolute;
}
#FeaturesContents .objCenter {
	margin-left: auto;
	margin-right: auto;
}
#FeaturesContents {
	padding: 0 15px;
	color: #4d4d4d;
}
#FeaturesContents .FeaturesBgc01 {
	background-color: #eeeee8;
}
#FeaturesContents .indent {
	padding-left: 1em;
	text-indent: -1em;
}
#FeaturesContents .spScrollX {
	overflow-x: scroll;
}
/* button */
#FeaturesContents section a.generalBut1 {
	font-size: 16px;
	line-height: 1em;
	color: #064d79;
	height: 38px;
	padding: 10px 35px 10px 18px;
	background-image: url(../images/Features_butArrow03.png);
	background-repeat: no-repeat;
	background-position: right 19px center;
	border: 1px solid #e1e1e1;
	border-radius: 19px;
	transition: all 0.5s ease;
}
#FeaturesContents section a.generalBut1:hover {
	text-decoration: none;
	opacity: 0.5;
}
/* mov */
#FeaturesContents .movViewTitle {
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	color: #6d6e70;
	width: 100%;
	height: 54px;
	border: 2px solid #6d6e70;
	border-radius: 10px;
	padding-top: 13px;
	position: relative;
	cursor: pointer;
	background-color: #FFFFFF;
}
#FeaturesContents .movViewTitle:hover {
	background-color: #EFEFEF;
}
#FeaturesContents .movViewTitle div {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-60%);
	transition: all 0.5s ease;
}
#FeaturesContents .movViewTitle div img {
	transition: all 0.5s ease;
}
#FeaturesContents .movViewTitle.movOpen div {
	transform: translateY(-65%);
}
#FeaturesContents .movViewTitle.movOpen div img {
	transform: rotateZ(180deg);
}
#FeaturesContents .movViewWrap {
	display: none;
	padding-top: 35px;
}
#FeaturesContents .movViewWrap.movOpen {
	/*display: block;
	height: scaleY(100%);*/
}
#FeaturesContents .movView {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 50px;
}
#FeaturesContents .movView.topView {
	margin-top: 0px;
}
#FeaturesContents .movView iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 750px) {
	#FeaturesContents .movViewTitle {
		font-size: 14px;
		height: 38px;
		padding-top: 10px;
	}
	#FeaturesContents .movViewWrap {
		padding-top: 20px;
	}
	#FeaturesContents .movViewTitle div img {
		width: 11px;
		height: auto;
	}
}
/* inside section */
#FeaturesContents section {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 128px;
}
#FeaturesContents section h2.secTitle {
	display: block;
	font-size: 25px;
	line-height: 0.9em;
	font-weight: bold;
	background-color: #edebea;
	padding: 18px 25px;
}
#FeaturesContents .FeaturesBox1 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	position: relative;
}
#FeaturesContents .FeaturesBox2 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
#FeaturesContents .FeaturesBox3 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#FeaturesContents .FeaturesBox4 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
}
#FeaturesContents .borderBox {
	border: 1px solid #828282;
	padding: 32px;
}
#FeaturesContents .FeaturesBox2 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 750px) {
	#FeaturesContents .FeaturesBox2 {
		overflow-x: scroll;
		white-space: nowrap;
	}
	#FeaturesContents .FeaturesBox2 img {
		width: auto;
	}
	#FeaturesContents .FeaturesBox4 {
		margin-top: 45px;
	}
	#FeaturesContents .borderBox {
		padding: 15px;
	}
}
#FeaturesContents .FeaturesBox1 .Features_cycle {
	max-width: 185px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#FeaturesContents section h3.FeaturesTitle {
	font-size: 35px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 35px;
}
#FeaturesContents section h4.FeaturesTitle {
	font-size: 23px;
	line-height: 0.9em;
	font-weight: bold;
	margin-bottom: 15px;
}
#FeaturesContents section h5.FeaturesTitle {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #000000;
}
#FeaturesContents section h4.FeaturesTopick {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 15px;
}
#FeaturesContents section h4.FeaturesTopick2 {
	font-size: 23px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}
#FeaturesContents section .FeaturesTxt1 {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 58px;
}
#FeaturesContents section a.butNext {
	display: block;
	width: 135px;
	height: 40px;
	font-size: 17px;
	line-height: 1em;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 12px 0 0 18px;
	background-image: url(../images/Features_butArrow01.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: #e29223;
	transition: all 0.5s ease;
}
#FeaturesContents section a.butNext:hover {
	text-decoration: none;
	opacity: 0.5;
}
#FeaturesContents section .Features_cycleLink {
	position: absolute;
	right: 20px;
	bottom: 30px;
}
#FeaturesContents section .FeaturesYellowBox {
	background-color: #e29223;
	padding: 15px;
}
@media screen and (max-width: 750px) {
	#FeaturesContents {}
	#FeaturesContents section {
		margin-bottom: 64px;
	}
	#FeaturesContents section h2.secTitle {
		font-size: 17px;
		line-height: 1.5em;
		padding: 11px 11px;
	}
	#FeaturesContents section h3.FeaturesTitle {
		font-size: 23px;
		margin-bottom: 15px;
	}
	#FeaturesContents section h4.FeaturesTitle {
		font-size: 17px;
		margin-bottom: 10px;
	}
	#FeaturesContents section h4.FeaturesTopick, #FeaturesContents section h4.FeaturesTopick2 {
		font-size: 17px;
		line-height: 23px;
	}
	#FeaturesContents section .FeaturesTxt1 {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	#FeaturesContents section a.butNext {
		width: 129px;
		height: 38px;
		font-size: 15px;
		border-radius: 19px;
		padding: 12px 0 0 15px;
	}
	#FeaturesContents section .Features_cycleLink {
		position: absolute;
		right: 12px;
		bottom: 22px;
	}
}
/* inside section.subSec */
#FeaturesContents section .subSec {
	margin-top: 65px;
}
#FeaturesContents section .subSecTxt {
	font-size: 17px;
	line-height: 35px;
	margin-bottom: 20px;
}
#FeaturesContents section .subSecTxt2 {
	font-size: 14px;
	line-height: 25px;
}
#FeaturesContents section .subSecTxtBorder {
	font-size: 14px;
	line-height: 1em;
	border: 1px solid #828282;
	padding: 7px 10px;
}
#FeaturesContents section .subSecTxtBorder2 {
	border: 1px solid #828282;
	padding: 20px 15px;
}
#FeaturesContents section .subSecTxtBorder3 {
	border: 1px solid #828282;
	padding: 30px;
}
#FeaturesContents section .subSecTxtBorder4 {
	border: 1px solid #000000;
	padding: 0.5em 1em;
}
#FeaturesContents section a.subSecTxtBorder4 {
	color: #000000;
}
#FeaturesContents section .subSecImgTitle {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 5px;
	color: #000000;
}
#FeaturesContents section .small {
	font-size: 11px;
}
#FeaturesContents section .small17 {
	font-size: 17px;
}
#FeaturesContents section .subSecNoteTxt {
	font-size: 11px;
	line-height: 19px;
	color: #000000;
}
#FeaturesContents section .Features_img_iroase10 {}
#FeaturesContents section .Features_img_iroase10 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 750px) {
	#FeaturesContents section .subSec {
		margin-top: 35px;
	}
	#FeaturesContents section .subSecTxt {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	#FeaturesContents section .subSecTxt2 {
		font-size: 14px;
		line-height: 21px;
	}
	#FeaturesContents section .subSecTxtBorder {
		font-size: 11px;
	}
	#FeaturesContents section .subSecTxtBorder2 {
		padding: 20px 15px;
	}
	#FeaturesContents section .subSecTxtBorder3 {
		padding: 25px;
	}
	#FeaturesContents section .subSecImgTitle {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	#FeaturesContents section .small {
		font-size: 10px;
	}
	#FeaturesContents section .small17 {
		font-size: 14px;
	}
	#FeaturesContents section .subSecNoteTxt {}
	#FeaturesContents section .Features_img_iroase10 {
		overflow-x: scroll;
	}
	#FeaturesContents section .Features_img_iroase10 img {
		width: auto;
	}
}
/* ライフサイクルコスト表 */
#FeaturesContents section .cycleCostWrap {
	max-width: 980px;
	height: auto;
	max-height: 1208px;
	position: relative;
}
#FeaturesContents section .cycleCostWrap img {
	width: 100%;
	height: auto;
}
#FeaturesContents section .Features_cycle-1 {
	position: absolute;
	width: 35.91836%;
	left: 228px;
	top: 835px;;
}
#FeaturesContents section .Features_cycle-2 {
	position: absolute;
	width: 38.36734%;
	left: 572px;
	top: 833px;
}
@media screen and (max-width: 1010px) {
	#FeaturesContents section .Features_cycle-1 {
		left: 22.57425vw;
		top: 82.67326vw;
	}
	#FeaturesContents section .Features_cycle-2 {
		left: 56.63366vw;
		top: 82.47524vw;
	}
}
/**/
.fadeinUT-1 {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.7s ease 0.0s;
}
.fadeinUT-2 {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.7s ease 0.5s;
}
.fadeinUT-1.scrollin, .fadeinUT-2.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/**/
#FeaturesContents section .font_20l24 {
	font-size: 20px;
	line-height: 1.2em;
}
#FeaturesContents section .font_20l30 {
	font-size: 20px;
	line-height: 1.2em;
}
#FeaturesContents section .font_13l23 {
	font-size: 13px;
	line-height: 1.6em;
}
#FeaturesContents section .font_14l23 {
	font-size: 14px;
	line-height: 1.6em;
}
#FeaturesContents section .font_17l30 {
	font-size: 17px;
	line-height: 1.7em;
}
#FeaturesContents section .font_11 {
	font-size: 11px;
	line-height: 1.5em;
}
#FeaturesContents section .font_12 {
	font-size: 12px;
}
#FeaturesContents section .font_13 {
	font-size: 13px;
}
#FeaturesContents section .font_14 {
	font-size: 14px;
}
#FeaturesContents section .font_17 {
	font-size: 17px;
}
#FeaturesContents section .font_23 {
	font-size: 23px;
	line-height: 1em;
}
#FeaturesContents section .font_23l12 {
	font-size: 23px;
	line-height: 1.5em;
}
#FeaturesContents section .font_20 {
	font-size: 20px;
}
#FeaturesContents section .font_30 {
	font-size: 30px;
	line-height: 1em;
}
@media screen and (max-width: 750px) {
	#FeaturesContents section .font_20l24 {
		font-size: 17px;
	}
	#FeaturesContents section .font_20l30 {
		font-size: 17px;
	}
	#FeaturesContents section .font_13l23 {
		font-size: 12px;
	}
	#FeaturesContents section .font_14l23 {
		font-size: 12px;
	}
	#FeaturesContents section .font_17l23 {
		font-size: 14px;
	}
	#FeaturesContents section .font_17l30 {
		font-size: 14px;
	}
	#FeaturesContents section .font_11 {
		font-size: 11px;
	}
	#FeaturesContents section .font_12 {
		font-size: 12px;
	}
	#FeaturesContents section .font_13 {
		font-size: 12px;
	}
	#FeaturesContents section .font_14 {
		font-size: 12px;
	}
	#FeaturesContents section .font_17 {
		font-size: 14px;
	}
	#FeaturesContents section .font_23 {
		font-size: 17px;
		line-height: 1.6em;
	}
	#FeaturesContents section .font_23l12 {
		font-size: 17px;
	}
	#FeaturesContents section .font_20 {
		font-size: 17px;
	}
	#FeaturesContents section .font_30 {
		font-size: 23px;
		line-height: 1.6em;
	}
}
#FeaturesContents section .fcd2472e {
	color: #d2472e;
}
#FeaturesContents section .fc000000 {
	color: #000000;
}
#FeaturesContents section .fcffffff {
	color: #ffffff;
}
#FeaturesContents section .fce50012 {
	color: #e50012;
}
#FeaturesContents section .akawaku {
	border: 1px solid #d2472e;
	padding: 3px 6px;
	display: inline;
}
/* table */
#FeaturesContents section .tableWrap {
	width: 550px;
}
#FeaturesContents section .tableTitle1 {
	font-size: 14px;
}
#FeaturesContents section .tableNote1 {
	font-size: 12px;
	text-align: right;
}
#FeaturesContents section table.kankyo {
	width: 100%;
}
@media screen and (max-width: 750px) {
	#FeaturesContents section .tableWrap {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	#FeaturesContents section .tableTitle1 {
		font-size: 12px;
		margin-bottom: 0px;
	}
	#FeaturesContents section table.kankyo {
		width: 550px;
	}
}
#FeaturesContents section table.kankyo th {
	font-size: 11px;
	line-height: 1.7em;
	color: #231815;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #d2d2d3;
	border-left: 3px solid #ffffff;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	padding: 5px 5px;
}
#FeaturesContents section table.kankyo td {
	font-size: 11px;
	line-height: 1.7em;
	color: #231815;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-left: 3px solid #ffffff;
	border-bottom: 1px solid #231815;
	padding: 7px 5px;
}
#FeaturesContents section table.kankyo th:first-child {
	border-left: none;
}
#FeaturesContents section table.kankyo td:first-child {
	border-left: none;
}
#FeaturesContents section table.kankyo td.ue {
	vertical-align: top;
}
#FeaturesContents section table.kankyo td.picup {
	background-color: #fdebc7;
}