.sp,
.pc-none{
 display: none;
}
.qaWrap{
 width: 980px;
 margin: 60px auto 80px auto;
 color: #333;
}
.qaWrap dt{
 font-size: 2.6rem;
 line-height: 3.9rem;
 margin-bottom: 50px;
}
.qaWrap dt h2{
 margin-left: 50px;
}
.qaWrap dd{
 font-size: 1.4rem;
 line-height: 2.8rem;
 position: relative;
 width: 820px;
 margin: 0 auto;
}
.qaWrap dd p{ position: relative;
	margin-bottom: 40px;
}
.qaWrap dt .q,
.qaWrap dd .a{
 font-size: 2.6rem;
 font-weight: bold;
 display: inline-block;
 position: absolute;
}
.qaWrap dt .q{
 color: #e60012;
}
.qaWrap dd .a{
 color: #fff;
 width: 36px;
 height: 36px;
 text-align: center;
 line-height: 36px;
 background-color: #e60012;
 left: -52px;
 top: -5px;
}



.qaWrap .download-wrap{
 display: flex;
 justify-content: space-between;
flex-wrap: wrap;
 margin: 0 0 40px 0;
}
.qaWrap .download-wrap a{
 font-size: 1.2rem;
 line-height: 1.8rem;
 border: 1px solid #e9ecee;
 width: calc(100% / 3 - 5px);
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 height: 60px;
 margin-bottom: 10px;
}
.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: -2px 5px 0;}


.qaWrap .movieArea {
 width: 820px;
 margin: 0 auto;
}
.qaWrap .movieArea .movie-wrap{
	position: relative;
	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: 980px;
 margin: 0 auto 80px auto;}
.relatedInformation h3{
 font-size: 2.8rem;
 color: #000;
 font-weight: normal;
 margin-bottom: 60px;
 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.6rem;
 font-weight: bold;
 display: inline-block;
 color: #e60012;
 
}
.relatedInformation li p{
 font-size: 1.6rem;
 color: #333;
 margin: 7px 0 7px 30px;
}
.relatedInformation ul a{
 display : flex;
align-items: flex-start;
 padding:20px 60px 20px 20px;
 position: relative;
 transition-property: color, box-shadow;
}
.relatedInformation ul .redArrowL{ right: 20px;}
.relatedInformation ul a.hover{
 box-shadow: 0 10px 10px -4px rgba(0,0,0,0.1);
}
.relatedInformation ul a.hover p{
	color: #e60012;
}

.UsefulArea{
 background-color: #f3f5f7;
 padding: 30px 40px 30px 40px;
 text-align: center;
 width: 1180px;
 height: 180px;
 margin: 0 auto 80px auto;
}
.UsefulArea h4{
 font-size: 2.1rem;
 line-height: 2.4rem;
 color: #333;
 font-weight:normal;
 /*font-weight: bold;*/
 margin-bottom: 30px;
 margin: 10px 0 20px 0;
}
.UsefulArea button{
 background-color: #fff;
 border: 1px solid #d0d5da;
 width: 240px;
	padding: 15px 0;
	text-align: center;
 font-size: 1.6rem;
 color: #333;
 margin: 0 10px;
 transition: color 0.12s, background 0.12s;
}
.UsefulArea button:hover{
 background-color: #e60012;
 color: #FFF;
}
.UsefulArea .thanksTxt{
 color: #333;
 font-size: 2.0rem;
 line-height: 3.0rem;
 margin: 35px 0 0 0;
}


/*----------
dataTable
------------*/
.qaWrap table.dataTable{
 border-collapse:collapse;
 border-spacing:0px;
 margin-bottom:30px;
 width:100%;
color:#333;}
 
.qaWrap table.dataTable th{
 padding: 6px;
 background-color:#e9ecee;
 border: 1px solid #e9ecee;
 text-align: center;
  font-size:1.4rem;
	border-right: 1px solid #FFF;
	line-height: 2.2rem;
}
.qaWrap table.dataTable th:last-child{
	border-right: 1px solid #e9ecee;
}
  
.qaWrap table.dataTable td{
  padding: 10px;
  border: 1px solid #e9ecee;
   font-size:1.4rem;
  line-height:1.8rem;
	text-align: center;
}