@charset "UTF-8";
/* ----------------------------------------------------------------------
 faq.html用CSS
------------------------------------------------------------------------- */
html, body { height: 100%; }

html { font-size: 6.25%; } /* 基本サイズを約1pxに設定 1rem=1px */

p { background-image: url(../images/1px-transparent.gif); } /* Android4バグ対策 */

th { text-align: left; }

/* 800px以上の画面用CSS タブレット・PC
------------------------------------------------------------------------- */
/*@media screen and (min-width: 800px) {*/

.sp { display: none; } /* spを非表示 */
.pc  { display: block; }  /* pcを表示 */
.tablet{ display: block; }  /* tabletを表示 */

body {
	font-size: 16px; /* rem未対応ブラウザ用 */
	font-size: 16rem;
	line-height: 1.7;
}

.nav5{
	background-color:#FBEFEA;
	color:#FF4D4D;
	opacity:1;
}

.nav5 a{
	color:#FF4D4D !important;
	opacity:1;
}

#sec1 {
	clear: both;
	padding-left: 0;
	overflow: hidden;
	background-image: url(../img/faq_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	height:345px;
	background-size: cover;
}

.sec1_inner{
	width: 1240px;
	height: auto;
	margin:0 auto;
}

#sec1 h1 {
	font-size: 3.5em;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	line-height: 350px;
	text-align: center;
	background-image: url(../img/faq_icon.png);
	background-repeat: no-repeat;
	background-position: 32% center;
	text-indent: 1em;
	background-size: 7%;
	height:345px;
}

.sub_ttl {
	font-size: 0.5em;
}

#article1 {
	width: 100%;
	height:auto;
	padding: 3em 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	overflow:hidden;
}

.article1_inner1 {
	width: 1240px;
	height: auto;
	text-align:center;
	margin:0 auto;
	padding-bottom:2em;
}

.article1_inner1 h2 {
	font-size: 2em;
	width: 100%;
	margin:0.5em auto 1em;
	position:relative;
	color:#FF4D4D;
  font-weight: 500;
}

.step_bg1 {
	background-color: #333;
	padding: 5px 30px;
	width: 80px;
	color: #FFF;
	margin:0 auto;
}

h2::before {
	border-bottom: 5px solid #FF4D4D;
	content: "";
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	bottom:-10px;
}

.faq_contents{
	margin:2em auto;
	width:1120px;
	text-align:left;
}

.qa {
	font-size: 1.2em;
	background-image: url(../img/question.png);
	background-repeat: no-repeat;
	background-position: 1% center;
	background-size: 4%;
	text-indent: 4em;
	padding: 1em 0;
	background-color: #F6F6F6;
}

.qaBody{
	padding: 1em 0 2.5em;
	background-color:#FAFAFA;
	margin-bottom:2em;
}

.qaTxt {
	font-size: 1.2em;
	background-image: url(../img/answer.png);
	background-repeat: no-repeat;
	background-position: 1% center;
	background-size: 4%;
  padding: 0.5em 0 0.5em 4em;
	color: #FF4D4D;
}

.qaTxt_inner{
  text-indent:5em;
}

.qaTxt_inner_notice{
	text-indent: 1em;
	padding: 1em;
	background-color: #F1F1F1;
	margin: 0.5em 5em;
	width: 50%;
}

/* タブレット対応1(iPadproなど)
------------------------------------------------------------------------- */
@media screen and (min-width:961px)and ( max-width:1024px){
.sp { display: none; } /* spを非表示 */
.pc  { display: none; }  /* pcを非表示 */
.tablet{ display: block; }  /* tabletを表示 */

#wrap {
	max-width:100%;
	overflow:hidden;
}

#header_inner {
	width: 100%;
}

.logo {
	float: left;
	height: auto;
	width: 40%;
	padding:20px;
}

.g-nav ul {
	width: 96%;
	margin-left: 4%;
}

.g-nav li{
	width: 19%;
}
.g-nav li a{
	max-width:100%;
}

#sec1{
	width:100%;
	background-size: cover;
}

#sec1 h1 {
	background-position: 29% center;
}

.sec1_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


.article1_inner1 {
	width: 100%;
	height: auto;
}

.faq_contents {
	width: 94%;
}


/*footer*/
footer .f1-wrap {
	padding: 2em 0 7em;
	width: 100%;
	clear: both;
	text-align: center;
}


footer .f1 {
	width: 100%;
	margin: auto;
}

.f_left {
	float: none;
	width: 100%;
	padding-bottom: 10px;
	margin: 0 auto;
}

.f_right {
	width: 100%;
	float: none;
}
.f_right p {
	background-position: 20% center;
}

}

/* タブレット対応2
------------------------------------------------------------------------- */
@media screen and (min-width:600px)and ( max-width:960px){
.sp { display: block; } /* spを非表示 */
.pc  { display: none; }  /* pcを非表示 */
.tablet{ display: block; }  /* tabletを非表示 */

#sec1{
	width:100%;
	background-size: cover;
	height: 200px;
	padding-bottom:0;
}
.sec1_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#sec1 h1 {
	margin: 0 auto;
	line-height: 200px;
	background-position: 25% center;
	text-indent: 1em;
	background-size: 7%;
	height: 200px;
	width:100%
}

.sec1_left {
	max-width:40%;
	margin: 0 auto;
	float:none;
	text-align:center;
}

.sec1_right {
  margin: 0;
	width:100%;
	float:none;
	text-align:center;
}

.btn1_sec1 {
	height: 70px;
	width: 400px;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right:0;
}

#article1 {
	background:none;
	margin-top:0;
	padding-top:0;
}	


.article1_inner1 {
	height: auto;
	width: 100%;
	background-color: #FFF;
	float: none;
	padding-top: 2em;
	padding-bottom:2em;
}

.faq_contents {
	width: 94%;
}

.qa {
	background-position: 2% center;
}

.qaTxt {
	background-position: 2% center;
}


.qaTxt_inner {
	padding-left: 5em;
	text-indent: 0;
	margin-right: 1em;
}

.qaBody {
	padding: 1em 0 2.5em;
	background-color: #FAFAFA;
	margin-bottom: 1em;
	}

}

/* スマホの画面用CSS
------------------------------------------------------------------------- */
@media screen and (max-width:599px) {
.sp { display: block; } /* spを表示 */
.pc  { display: none; }  /* pcを非表示 */
.tablet{ display: none; }  /* tabletを非表示 */


#sec1{
	width:100%;
	background-size: cover;
	height: 200px;
	padding-bottom:0;
}
.sec1_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#sec1 h1 {
	margin: 0 auto;
	line-height: 200px;
	background-position: 9% center;
	text-indent: 1em;
	background-size: 10%;
	height: 200px;
	width: 100%;
	font-size: 2.5em;
}

#article1 {
	background:none;
	margin-top:0;
	padding-top:0;
}	


.article1_inner1 {
	height: auto;
	width: 100%;
	background-color: #FFF;
	float: none;
	padding-top: 1em;
	padding-bottom: 2em;
}

.faq_ttl{
	width: 94%;
	margin:0 auto 3em;
}

.faq_contents {
	width: 94%;
	margin:0 auto;
}

.qa {
	background-position: 4% 36px;
	text-indent: 0;
	padding: 2em 0.5em 2em 3em;
	background-size: 10%;
}

.qaTxt {
	background-position: 4% 36px;
	text-indent: 0;
	padding: 2em 0.5em 2em 3em;
	background-size: 10%;
}

.qaTxt_inner {
	padding-left: 1em;
	text-indent: 0;
	margin-right: 1em;
}

.qaTxt_inner_notice {
	text-indent: 1em;
	padding: 1em;
	background-color: #F1F1F1;
	margin: 1em auto;
	width: 82%;
}

.qaBody {
	padding: 1em 0 2.5em;
	background-color: #FAFAFA;
	margin-bottom: 3em;
	}

}
