@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size:1.0rem;
	
}

/* faq.htmlに関するスタイル
------------------------------------------------------ */
/* スマホ　589px以下 */
@media only screen and (max-width: 589px){
  img{
    width: 100%;
    height: auto;
  }
}
/* pc　590px以上 */
@media only screen and (min-width: 590px), print {
  img{
    width: auto;
    height: auto;
  }
}

.faqbox {
	margin: 0 auto;
	width:95%;
	line-height:1.5;
}

#faq_menu{
	max-width:100%x;
	font-family: "ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*//**/
	/*line-height: 19px;*/
	text-align:left;
}


#faq_menu table{
	border: solid 2px #ffffff;
	margin-top:5px;
	max-width:100%x;
	border-collapse:collapse;
	text-align:left;
	vertical-align:middle;
}

#faq_menu th{
	border: solid 2px #ffffff;
	font-family:"ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*//**/
	text-align:center;
	vertical-align:middle;
	background-color:#f4f0ea;
	height:30px;
}

#faq_menu td{
	border: solid 2px #ffffff;
	font-family: "ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*//**/
	text-align:center;
	vertical-align:middle;
	background-color:#f4f0ea;
	height:30px;
}

#faq_menu td a:link{ 
	color : #4B3F33 ; 
	text-decoration:underline;
} 

#faq_menu td a:visited  {
	color : #4B3F33 ; 
	text-decoration:underline; 
}

#faq_menu td a:hover    { color : #4B3F33 ; } 
#faq_menu td a:active   { color : #4B3F33 ; } 


#faq_title{
	max-width: 100%;
	margin-left:0;
	margin-top:20px;
	margin-bottom:15px;
}



#faq_title h4{
	max-width: 100%;
	height:20px;
	margin-left:0;
	/*font-size: 16px;*//**/
	margin-bottom: 0px;
	background-color:#DCD0BE;
	/*line-height: 22px;*/
	padding: 0;
	text-align: center; 
}

#faq_comment{
	max-width: 95%;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family:"ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*//**/
	/*line-height: 19px;*/
	text-align:left;
	margin:0 auto;
}

#faq_comment p{
	/*max-width:1150px;*/
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left:30px;
	font-family: "ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*//**/
	/*line-height: 19px;*/
	text-align:left;
}


#faq_comment table{
	/*max-width:1150px;*/
	border-collapse:collapse;
	margin-left:30px;
	text-align:left;
	vertical-align:middle;
}

#faq_comment th{
	border-bottom: solid 4px #ffffff;
	border-right: solid 4px #ffffff;
	font-family: "ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	font-size:1.2rem;
	height:33px;
	text-align:left;
	vertical-align:top;
}

#faq_comment td{
	border-bottom: solid 4px #ffffff;
	border-right: solid 4px #ffffff;
	font-family: "ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*/
	text-align:left;
	vertical-align:top;
}




#faq_more{
	max-width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

#faq_more table{
	/*max-width:1150px;*/
	border-collapse:collapse;
	margin-left:30px;
	text-align:left;
	vertical-align:middle;
}

#faq_more th{
	border: solid 1px #ffffff;
	padding: 5px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;  
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*/
	height:33px;
	text-align:left;
	vertical-align:middle;
	background:url("https://image.rakuten.co.jp/ideale/cabinet/renew/base/info_border_bottom.gif") repeat;
}

#faq_more td{
	border: solid 1px #ffffff;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", sans-serif; 
	text-decoration: none; 
	color: #4B3F33; 
	/*font-size:1.2rem;*/
	text-align:left;
	vertical-align:middle;
	background:url("https://image.rakuten.co.jp/ideale/cabinet/renew/base/info_border_bottom.gif") repeat;
}


.faq_more p{
	/*max-width:1150px;*/
	text-align: left;
	border-bottom:solid 1px #d2d2d2;
	/*line-height:40px;*/
	margin-left:30px;
}

.question {
	background-color:pink;
	text-align:center;
	font-weight:bold;
	/*font-size:1.2rem;*/
	padding:0 0.6vw;
}

.answer {
	background-color: lightblue;
	text-align:center;
	/*font-size:1.2rem;*/
	padding:0 0.6vw;
}
