@charset "UTF-8";

/* sp基本クラス
----------------------------------------*/

/* レイアウト
----------------------------------------*/

body {
	max-width:;
	min-width: 320px;
	height: 100%;
}

/* PCだけ表示 */
.visible_l {
	display: none !important;
}
/* SPだけ表示 */
.visible_s {
	display: block !important;
	font-size: large;
}


/*-------Rayout-------*/

/* text parts */
.sp_txt01 {
	margin:0 auto;
	background: url(../../images/cont4_25_bg.jpg) repeat-y top center ;
	background-size: 100% ;
	overflow: hidden ;
}
.sp_txt01 ul li {
	margin:0 auto;
	padding: 4%;
	color: #000000 ;
	font-size: 50% ;
}


/* user voice */
.sp_voice01 {
	margin:0 auto;
	background: url(../../images/cont5_2_bg.jpg) repeat-y top center ;
	background-size: 100% ;
	overflow: hidden ;
}
.sp_voice01 .txt {
	margin:0 auto;
	padding: 0 3% 4%;
	color: #000000;
	line-height:1.7;
	font-size: x-large;
}
/*.sp_voice01 dl dt {
	width: 40% ;
	float: left ;
	margin: 0 2% 1% 0 ;
}
.sp_voice01 dl dd {
	font-size: 50% ;
}*/
.sp_voice02 {
	width: 100%;
	margin:0 auto;
	background: url(../../images/cont5_3_bg.jpg) repeat-y top center ;
	background-size: 100% ;
	overflow: hidden ;
}
.sp_voice02 .txt {
	margin:0 auto;
	padding: 0 3% 4%;
	color: #000000;
	line-height:1.7;
	font-size: x-large;
}
/*.sp_voice02 dl dt {
	width: 40% ;
	float: right ;
	margin: 0 0 1% 2% ;
}
.sp_voice02 dl dd {
	font-size: 50% ;
}*/


/* qa */
#qa_area {
	margin:0 auto;
	background-image: url(../../images/qa_bg.png) ;
	background-position: top center ;
	background-repeat: no-repeat ;
	background-color: #937a3e ;
	background-size: 100% ;
	overflow: hidden ;
	padding-bottom: 4% ;
	font-size: 40% ;
}
#qa_area h3 {
	margin: 6% 0 8% ;
}
#qa_areai .txtBox {
	padding-bottom:;
}
.archive1{
	background: url(../../images/qa_q.png) no-repeat top left;
	background-size: 100%;
	color: #FFFFFF;
	cursor:pointer;
	padding: 2% 4% 3%;
	margin-bottom:0;
}
.archive1 span{
	font-size: 110% ;
}
.subMenu1 li{
	background: url(../../images/qa_a.png) repeat-y top left ;
	background-size: 100% ;
	color: #000;
	padding: 2% 4% ;
	margin-bottom: 2% ;
}
.subMenu1 li span{
	font-size: 110% ;
}

#fs_img {
  z-index: -999;
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
