.sp{
 display: inherit;
}
.qaWrap{
 width: 100%;
 margin: 0 0 50px 0;
 color: #333;
}
.qaWrap dt{
 font-size: 2.0rem;
 line-height: 3.0rem;
 margin-bottom: 30px;
}
.qaWrap dt h2{
 margin-left: 35px;
}
.qaWrap dd{
 font-size: 1.4rem;
 line-height: 2.8rem;
 position: relative;
 width: 100%;
 padding-left: 35px;
}
.qaWrap dd p{ position: relative;
}
.qaWrap dt .q,
.qaWrap dd .a{
 font-size: 2.0rem;
 font-weight: bold;
 display: inline-block;
 position: absolute;
}
.qaWrap dt .q{
 color: #e60012;
 left: 20px;
}
.qaWrap dd .a{
 color: #fff;
 width: 26px;
 height: 26px;
 text-align: center;
 line-height: 26px;
 background-color: #e60012;
 left: 0px;
 top: 7px;
}



.qaWrap .download-wrap{
 display:flex;
 justify-content:space-between;
 flex-wrap: wrap;
 margin: 20px 0 20px 0;
}
.qaWrap .download-wrap a{
 font-size: 1.2rem;
 line-height: 1.8rem;
 border: 1px solid #e9ecee;
 width: calc((100% - 10px) / 2);
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 height: 60px;
 margin-bottom: 10px;
 -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.qaWrap .download-wrap a:hover{
 border: 1px solid #d0d5da;
}
.qaWrap .download-wrap a img{
 transition: opacity 0.12s;
}
.qaWrap .download-wrap a:hover img{
 opacity: 0.7;
}
.qaWrap .download-wrap a > span{
 position: relative;
 left: 30px;
 width: 90%;
}
.qaWrap .download-wrap a:hover > span{
 color: #e60012;
}
.qaWrap .download-wrap a .redArrowS{
 top: 7px;
left:-20px;}


.qaWrap .icon-pdf{
 display: inline-block;
 vertical-align: middle;
 margin: 0;}


.qaWrap .movieArea {
 width: 100%;
 margin: 0;
}
.qaWrap .movieArea .movie-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #ccc;}
.qaWrap .movieArea .movie-wrap iframe {
	position: absolute;
 vertical-align: bottom;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;}



.relatedInformation{ 
 border-top: 1px solid #d0d5da;
 width: 100%;
 margin: 0 auto 50px auto;}
	 .relatedInformation .productDetail {
	 	margin-top: 0;}
.relatedInformation h3{
 font-size: 2.0rem;
 color: #000;
 font-weight: normal;
 margin-bottom: 40px;
 margin-top: 40px;
}
.relatedInformation a{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.relatedInformation ul{
 border-top: 1px solid #e9ecee;
 color: #333;
}
.relatedInformation li{
 border-bottom: 1px solid #e9ecee;
}
.relatedInformation li .q{
 font-size: 2.0rem;
 font-weight: bold;
 display: inline-block;
 color: #e60012;
 
}
.relatedInformation li p{
 font-size: 1.4rem;
 line-height: 2.2rem;
 color: #333;
 margin: 3px 0 3px 15px;
}
.relatedInformation ul a{
 display : flex;
align-items: flex-start;
 padding:17px 40px 17px 15px;
 position: relative;
 transition-property: color, box-shadow;
}
.relatedInformation ul .redArrowL{ right: 15px;}
.relatedInformation ul a.hover{
 color: #e60012;
 box-shadow: 0 10px 10px -4px rgba(0,0,0,0.1);
}

.UsefulArea{
 background-color: #f3f5f7;
 padding: 20px 0 0 0;
 text-align: center;
 width:100%;
 height: 167px;
 margin: 0 auto 60px auto;
}
.UsefulArea h4{
 font-size: 1.6rem;
 line-height: 2.2rem;
 color: #333;
 margin-bottom: 10px;
}
.UsefulArea button{
 width:145px;
 height: 50px;
	line-height: 50px;
	padding: 0;
 font-size: 1.4rem;
 margin: 0 1px;
}
.UsefulArea button:hover{
 background-color: #e60012;
 color: #FFF;
}
.UsefulArea .thanksTxt{
 color: #333;
 font-size: 1.4rem;
 line-height: 2.2rem;
 margin-top: 45px;
}


/*----------
productDetail-200227
------------*/
section.productDetail{
  width:100%;
 margin: 0 auto;
}
section.productDetail h3{
 font-size: 1.8rem;
}
section.productDetail p{
 font-size: 1.4rem;
 line-height: 2.8rem;
 margin-top: 30px;
}
section.productDetail .productLink{
 display: inherit;
 /*justify-content: space-between;
flex-wrap: wrap;*/
 margin: 40px 0 60px 0;
}
section.productDetail .productLink a{
 font-size: 1.2rem;
 line-height: 1.8rem;
 border: 1px solid #e9ecee;
 width:85%;
 margin: 0 auto 10px auto;
 display: flex;
}
section.productDetail .productLink a img{
 height: 80px;
}
section.productDetail .productLink a > span{
 position: relative;
 display: flex;
 left: 30px;
  width: calc(100% - 165px);
}
section.productDetail .productLink a .redArrowS{
 top: 6px;
left:-20px;}