@charset "utf-8";
/* 文字化け防止 */
/* CSS Document */


.ProductTitleBack{
	height: 450px;
	background:url(../commonImages/h1_img_product.jpg) center/cover no-repeat;
	margin:0 auto;
	width:100%;
	padding: 200px 0 0;
	box-sizing: border-box;
}

.ProductPageTitle{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.ProductPageTitle_be {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: auto;
	color: #fff;
	padding: 2% 0 0;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.ProductPageTitle_mj {
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 1% auto;
	font-weight: bold;
}

.AttentionArea{
	width:100%;
	margin:0 auto;
}

.AttentionArea h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #2F4565;
	padding: 3% 0;
	font-family: YuMincho,游明朝,Times New Roman,Hiragino Mincho ProN,HGS明朝B,ＭＳ Ｐ明朝,serif;
	margin: 10% auto;
}

.AttentionDetail{
	width: 100%;
	margin: auto;
	background: linear-gradient(to bottom, #2F4565,  #2F4565, #7fcbea);
	padding: 4% 0 5%;
}

.AttentionDetail_ul{
	font-size: 0;
	width: 90%;
	margin: auto;
	text-align: center;

}

.AttentionDetail_li{
	width: 100%;
	margin: auto;
	display: inline-block;
	border-right: none;
	padding: 5% 0;
	box-sizing: border-box;
	vertical-align: top;

}

.StrongPoint{
	font-size:25px;
	text-align: center;
	margin: auto;
	font-family:Quicksand;
	color:#7fcbea;
}

.djp{
	font-size:13px;
	text-align: center;
	margin: auto;
	color:#fff;
}

.Explanation{
	width:100%;
	margin:7% auto;

}

.Explanation p{
	font-size: 13px;
	text-align: left;
	margin: auto;
	color:#fff;
}

.ProductMain{
	width:100%;
	margin:auto;
}

.ProductMenuArea{
	width:100%;
	margin:0 auto;
	padding:0;
}

.ProductMenuArea_ul{
	font-size: 0;
	display: flex;
	width:100%
	margin: auto;
	flex-wrap: wrap;
}

.ProductMenuArea_li{
	width : 100%;
	box-sizing: border-box;
}

.ProductMenuArea_detail{
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 3% 0 5%;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f5f5f5, #fafafa);
	border-bottom: 2px solid #eee;
}

.arrow-bottom {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-bottom: 2px solid #7fcbea;
	border-right: 2px solid #7fcbea;
	transform: rotate(45deg);
	margin: 10px auto 0;
}

.ProductMenuArea_jp{
	font-size:16px;
	text-align:center;

}

.ProductMenuArea_en{
	font-size: 12px;
	text-align: center;
	color:#2F4565;
}

.DocumentRequestButtonArea{
	width: 100%;
	margin:5% auto 10%;
	text-align:center;
}

.DocumentRequestButtonArea a{
	width: 90%;
	padding: 25px 0;
	background: linear-gradient(to bottom, #2F4565, #0D0B2B);
	color: #fff;
	display: inherit;
	margin: auto;
	border-radius: 50px;
	position: relative;
	font-size:14px;
}

.DocumentRequestButtonArea a::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	right: 3.5rem;
	border-right: 2px solid #7fcbea;
	border-bottom: 2px solid #7fcbea;
}

.Application_TextArea{
	width:90%;
	margin:auto auto 5%;
	text-align: center;
}

.Application_TextArea p{
	font-size:13px
}

.Application_LinkArea{
	width: 90%;
	margin: 2% auto 5%;
	text-align:center;
}

.Application_LinkArea ul{
	width:100%;
	display:table;
	margin:auto;
}

.Application_LinkArea li{
	width:100%;
	display: inline-block;
	margin: auto auto 3%;
}

.OnlineApplicationButtonArea{
	width: 100%;
	padding: 25px 0;
	background: linear-gradient(to bottom, #2F4565, #0D0B2B);
	color: #7fcbea;
	margin: auto;
	font-size: 16px;
	text-align: left;
	text-indent: 5%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #0D0B2B;
	box-sizing: border-box;
}

.OnlineApplicationButtonArea img{
	width: 50px;
	margin-right:10px;
	vertical-align: middle;
}

.PDFApplicationButtonArea{
	width: 100%;
	padding: 25px 0;
	background:#7fcbea;
	color: #fff;
	margin: auto;
	font-size: 16px;
	text-align: left;
	text-indent: 5%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #7fcbea;
	box-sizing: border-box;
}

.PDFApplicationButtonArea img{
	width: 50px;
	margin-right:10px;
	vertical-align: middle;
}

.ContactButtonArea{
	width: 100%;
	padding: 25px 0;
	color: #2F4565;
	margin: auto;
	font-size: 16px;
	text-align: left;
	text-indent: 5%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid #2F4565;
	box-sizing: border-box;
}

.ContactButtonArea img{
	width: 50px;
	margin-right:10px;
	vertical-align: middle;
}

.ProductDetailArea{
	width: 90%;
	margin: auto;

}

#function {
	margin-top: -100px;
	padding-top: 100px;
}

#spec {
	margin-top: -100px;
	padding-top: 100px;
}

#comparison {
	margin-top: -100px;
	padding-top: 100px;
}

#faq {
	margin-top: -100px;
	padding-top: 100px;
}

.border_bottom {
	position: relative;
	border-bottom: solid 2px #dddee0;
	top: 20px;
}

.border_bottom::after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 250px;
	border-bottom: 2px solid #2F4565;
}

.SubTitleArea{
	width:100%;
	margin:10% auto 15%;

}

.SubTitleArea h3{
	font-size: 25px;
	text-align: left;
	line-height: 0.95em;
	font-weight: bold;
	color: #2F4565;
	letter-spacing: 0.2em;

}

.ColorChange{
	font-size: 25px;
	text-align: left;
	line-height: 0.95em;
	font-weight: bold;
	color:#7fcbea;
}

.FunctionArea{
	width:100%;
	margin:5% auto;

}

.FunctionDetail{
	width: 100%;
	text-align: center;
	margin: auto;
}

.FunctionDetail_ul{
	font-size: 0;
	width: 100%;
	margin: 0 auto;
}

.FunctionDetail_li{
	display: inline-block;
	width: 100%;
	box-sizing:border-box;
	padding:1%;
	margin: 0 auto 5%;
}

.FunctionDetail_li p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 5% 0;
	border-bottom: 1px solid #dddee0;
}

.FunctionDetail_li img {
	box-sizing: border-box;
	width: 100%;
}

.SpecArea{
	width:100%;
	margin:5% auto;

}
.SpecImageArea{
	width:100%;
	margin: auto;
	text-align:center;

}
.SpecImageArea img{
	width:100%;

}

.SpecDetail{
	width: 100%;
	text-align: center;
	margin: auto;
}

.SpecDetail_ul{
	font-size: 0;
	width: 100%;
	margin: 0 auto;
}

.SpecDetail_li_1{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}

.SpecDetail_li_2{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.SpecTable {
	display: table;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #dddee0;
}

.SpecTableRow {
	display: table-row;
}

.SpecTableCell1 {
	border-bottom: 1px solid #dddee0;
	border-right: 1px solid #dddee0;
	box-sizing: border-box;
	display: table-cell;
	font-size: 12px;
	height: 50px;
	padding: 2%;
	text-align: left;
	vertical-align: middle;
	width: 35%;
	background: #f1f8fb;
}

.SpecTableCell2 {
	border-bottom: 1px solid #dddee0;
	box-sizing: border-box;
	display: table-cell;
	font-size: 13px;
	height: 50px;
	padding: 2%;
	text-align: left;
	vertical-align: middle;
	width: 65%;
}

.Comparison{
	width:100%;
	margin:5% auto;

}

.ComparisonGraphArea{
	width:100%;
	margin:0 auto 5%;
	text-align:center;

}
.ComparisonGraphArea img{
	width:100%;

}

.ComparisonTable {
	display: table;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.ComparisonTableRow {
    display: table-row;
}

.ComparisonTH {
background-color: #f1f8fb;
	border-bottom: 1px solid #dddee0;
	border-right: 1px solid #dddee0;
	border-top: 1px solid #dddee0;
	display: table-cell;
	padding:15px 0;
	text-align: center;
	width: 20%;
	font-size: 13px;
}

.ComparisonTH2 {
	border-bottom:1px dotted #dddee0;
	border-right: 1px solid #dddee0;
	border-left: 1px solid #dddee0;
	color: #555;
	display: table-cell;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding:15px 0;
	text-align: center;
	width: 20%;
	vertical-align: middle;
	background: #fafafa;
	font-size: 11px;
}

.ComparisonTH_Suifeel {
	background: #7fcbea;
	color: #fff;
	display: table-cell;
	padding:15px 0;
	text-align: center;
	width: 20%;
	border-right:1px solid #7fcbea;
	border-left:1px solid #7fcbea;
	font-size: 14px;
}

.ComparisonTD {
	border-bottom: 1px dotted #dddee0;
	border-right: 1px solid #dddee0;
	display: table-cell;
	font-size: 11px;
	padding:15px 0;
	text-align: center;
	width: 20%;
	vertical-align: middle;
}

.ComparisonTD_Suifeel {
	border-bottom: 1px dotted #dddee0;
	border-right: 1px solid #7fcbea;
	border-left: 1px solid #7fcbea;
	display: table-cell;
	font-size: 11px;
	padding:15px 0;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	box-sizing: border-box;
}



.FaqArea{
	width:100%;
	margin:5% auto;

}

.FaqMenuArea{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.FaqMenuArea_ul{
	font-size: 0;
	display: flex;
	width: 95%;
	margin: auto;
	flex-wrap: wrap;
	text-align: center;
}

.FaqMenuArea_li{
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 3% 0;
}

.FaqMenuArea_li a {
	position: relative;
	display: block;
	padding: 12px 0 10px 25px;
	font-size: 13px;
}

.FaqMenuArea_li a::before {
	position: absolute;
	content: "";
	margin-left: -30px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #262626;
	border-right: 2px solid #262626;
	transform: rotate(135deg) translateY(-50%);
	top: 30%;
}

.FaqMenuArea_jp{
	font-size:16px;
	text-align:center;

}

#faq_about {
	margin-top: -100px;
	padding-top: 100px;
}

#faq_inhalation {
	margin-top: -100px;
	padding-top: 100px;
}

#faq_maintenance {
	margin-top: -100px;
	padding-top: 100px;
}

#faq_others {
	margin-top: -100px;
	padding-top: 100px;
}

.FaqDetailArea{
	width:100%;
	margin: 0 auto;
	text-align:center;
}

.FaqDetail{
	margin: 0 auto 30px auto;
	text-align: center;
	padding: 20px 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: 1px solid #7fcbea;
	box-sizing: border-box;

}
.FaqTitle{
	width: 100%;
	margin: 7% auto;
	border-bottom: 2px solid #2F4565;
	padding: 0 0 1%;

}

.FaqTitle p{
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	color:#2F4565;

}

.accordion-Faq-wrap{
	border-bottom:2px solid #fff;
}

.accordion-Faq-item{
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	align-items: flex-end;
}

.accordion-Faq-item_InnerText {
	width:100%;
}

.accordion-Faq-item_InnerText_Inner span{
	font-size:20px;
}

.accordion-Faq-item_InnerText_Inner{
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 3% 0;
}

.accordion-Faq-header{
	transition: ease-in-out 100ms;
	font-size: 14px;
	box-sizing: border-box;
	font-weight:bold;
	text-align: left;
	color: #2F4565;
	width: 95%;
}

.accordion-Faq-text{
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	margin: 2% auto 0;
	background: #fafafa;

}

.accordion-Faq-text_p_A{
	font-size:13px;
	text-align:left;
	margin:auto;
	color: #2F4565;
}

.accordion-Faq-text_p_A a{
	text-decoration: underline;
}

.accordion-Faq-text strong{
	font-size:15px;
	font-weight:bold;
	color: #2F4565;
}
.accordion-Faq-text img{
	width:100%;
	text-align:center;
	marign:auto;
}

.Emphasis_borderline {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 95%,rgba(47,69,101,0.4) 0%) repeat scroll 0 0;
	font-size: 15px;
	color: #2F4565;
}


.faq_a_note{
	width: 100%;
	padding: 2%;
	margin:2% auto 0;
	background: #fcfcfc;
	box-sizing: border-box;
	border: 1px dotted #dddee0;
}
.faq_a_note p{
	font-size:13px;
	text-align:left;
	margin:auto;
	color: #2F4565;
}


.accordion-Faq-item_icon {
	font-size:22px;
}

.fa{
	transition: ease-in-out 300ms;
}

.rotate-fa{
	transform: rotate(180deg);
}


.accordion-Faq-header .fa{
	line-height: 35px;
	color: rgba(0,0,0,0.5);
}

.sma {
  display: block;
}

.subsubTi{
	font-size:16px;
	color:#2F4565;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%,rgba(0,102,204,0.1) 0%) repeat scroll 0 0;
	font-weight:bold;

}

.caution {
	background: #fdf6f6;
	padding: 1%;
	font-size: 13px;
	text-align: left;
}
.caution strong {
  color: #f87071;
  font-size: 13px;
  font-weight: normal;
}