@charset "utf-8";

#main_faq {
  width: 900px;
  margin: 140px auto;
  position: relative;
}





/*	category_index
================================================== */

#main_faq h1 {
  text-align: center;
  float: none;
  margin-bottom: 60px;
}

#faq dl {
  padding-top: 10px;
  text-align: left;
}

/** Q
----------------------------- */

#faq dl dt {
  background-image: url(../img/ico_q.png);
  background-position: 8px 12px;
  -webkit-background-size: 40px 30px;
  -moz-background-size: 40px 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  padding-bottom: 15px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #666;
  padding-left: 55px;
  padding-top: 15px;
  background-color: #fff;
  border-radius: 8px; /* CSS3闕画｡� */
  -webkit-border-radius: 8px; /* Safari,Google Chrome逕ｨ */
  -moz-border-radius: 8px; /* Firefox逕ｨ */
  margin-bottom: 10px;
  padding-right: 35px;
  position: relative;
  display: block;
}

#faq dl dt::after {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../img/ico_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  background-size: 11px 11px;
}

#faq dl dt.active::after {
  background-image: url(../img/ico_open.png);
}

#faq dl dt.active {
  background-color: #f5f5f4;
  padding-bottom: 10px;
}

/** A
----------------------------- */

#faq dl dd {
  background-image: url(../img/ico_a.png);
  background-position: 8px top;
  -webkit-background-size: 40px 30px;
  -moz-background-size: 40px 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 55px;
  color: #666;
}

#faq dl dd:last-child {
  padding-bottom: 10px;
}

/** 
----------------------------- */

#faq .tabs {
  background-color: #fff;
}

#faq .tabs {
  text-align: center;
  margin-right: 4%;
  margin-left: 4%;
  margin-bottom: 8px;
}

#faq .tabs ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
  margin-right: -6px;
}

#faq .tabs li {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.13em;
  font-size: 1.2rem;
  width: 33.3%;
  text-align: center;
  float: left;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: #fff;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

#faq .tabs li a.active,
#faq .tabs li a:hover {
  background-color: #595757;
  color: #fff;
}
#faq .tabs li a.active {
  pointer-events: none;
}

#faq .tabs li a {
  line-height: 40px;
  height: 40px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #323232;
  display: block;
  background-color: #f5f5f4;
}

#main_faq #faq .panels {
  padding-right: 1.7%;
  padding-left:1.7%;
}


#main_faq #faq .panels h2{
 background: #e1c3b2;
  padding: 0.5em 1em;
  margin:1em 0;	
	 width:100%;
	max-width:1000px;

}



#faq .foot-contact {
  margin-top: 40px;
  color: #666;
}
#faq .foot-contact p {
  padding-bottom: 20px;
  font-weight: bold;
}
#faq .foot-contact a {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 12px 20px 9px;
  width: 160px;
  border: 1px solid #000;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
#faq .foot-contact a:hover {
  background-color: #f5f5f4;
}
#faq .foot-contact a span {
  display: block;
  position: relative;
  padding-right: 20px;
}
#faq .foot-contact a i {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  font-style: normal;
}



.faqlink{
	margin: 5% auto;
	display:flex;
	padding: 0 0;
	text-align: center;

	
}

.faqlink li{
  list-style:none;
  background-color:#e1c3b2;
  padding:10px;
  margin:0 auto;
  text-align: center;
 width: 30%;
	color: #505050;
}

.faqlink li a{
	color: #505050;
	display: block;
	}


.img-sp {
    display: none;
}

@media screen and (max-width: 767px){   

#main_faq {
  padding-top:0;
  max-width: 767px;
  width:100%; 
}
	
	
#main_faq #faq h1 img{
width:100%; 
padding: 0;
margin: 0 auto;
text-align: center;
}

#main_faq #faq h2 {
  text-align: center;
}



/* -----------------------------
		アコーディオン
----------------------------- */

#faq dl {
  padding-top: 10px;
}

/** Q
----------------------------- */

#faq dl dt {
  background-image: url(../img/sp/ico_q.png);
  background-position: 8px 12px ;
  -webkit-background-size: 40px 30px;
  -moz-background-size: 40px 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  padding-bottom: 15px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #666;
  padding-left: 55px;
  padding-top: 15px;
  background-color: #f5f5f4;
  border-radius: 8px; /* CSS3草案 */
  -webkit-border-radius: 8px; /* Safari,Google Chrome用 */
  -moz-border-radius: 8px; /* Firefox用 */
  margin-bottom: 10px;
  padding-right: 35px;
  position: relative;
  display: block;
}




#faq dl dt::after {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../img/sp/ico_open.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  background-size: 11px 11px;
}

#faq dl dt.active::after {
  background-image: url(../img/sp/ico_close.png);
}

#faq dl dt.active {
  background-color: #fff;
  padding-bottom: 0px;
}

/** A
----------------------------- */

#faq dl dd {
  background-image: url(../img/sp/ico_a.png);
  background-position: 8px top;
  -webkit-background-size: 40px 30px;
  -moz-background-size: 40px 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 55px;
  color: #666;
  display: none;
}

#faq dl dd:last-child {
  padding-bottom: 10px;
}

/** タブメニュー
----------------------------- */

#faq .tabs {
  background-color: #fff;
}

#faq .tabs {
  text-align: center;
  margin-right: 4%;
  margin-left: 4%;
  margin-bottom: 8px;
}

#faq .tabs ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
  margin-right: -6px;
}

#faq .tabs li {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.13em;
  font-size: 1.2rem;
  width: 33.3%;
  text-align: center;
  float: left;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: #fff;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

#faq .tabs li.active a {
  background-color: #595757;
  color: #fff;
}

#faq .tabs li a {
  line-height: 40px;
  height: 40px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #323232;
  display: block;
  background-color: #f5f5f4;
}

#main_faq #faq .panels {
  padding-right: 2.6%;
  padding-left: 2.6%;
}

#faq .foot-contact {
  margin-top: 40px;
  padding-bottom: 30px;
  color: #666;
}
#faq .foot-contact p {
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
#faq .foot-contact a {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 12px 12px 12px 0px;
  width: 160px;
  border: 1px solid #000;
  text-align: left;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  color: #000;
}
#faq .foot-contact a span {
  display: block;
  position: relative;
}
#faq .foot-contact a i {
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  font-style: normal;
}


#main_faq #faq .panels h2{
 background: #e1c3b2;
  padding: 0.5em 1em;
  margin:1em 0;	
}

.faqlink{
	margin: 5% auto;
	display:flex;
	padding: 0 0;
	text-align: center;
	 width: 96%;
}

.faqlink li{
  list-style:none;
  background-color:#e1c3b2;
  padding:10px;
  margin:0 auto;
  text-align: center;
 width: 32%;
	color: #505050;
font-size: 80%;
}

.faqlink li a{
color: #505050;
display: block;
padding:0;
margin:0 auto;
line-height:150%;
	}
		
	
	
	
	
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

