/*===============　幅768px以下の場合に適用　===============*/
@media screen and (max-width:767px) {
		  .page_img {
    background: url("../img/faq_img.jpg");
    background-position: center;
    background-size: cover;
		  height: 220px;
  }
	
.faq{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:40px 0;
}

.faq .page_ttl {
	color: #fff;
	text-shadow: 
    #800000 1px 1px 10px, #800000 -1px 1px 10px,
    #800000 1px -1px 10px, #800000 -1px -1px 10px;
}

.faq_anc {
	text-align: center;
	color: #fff;
	width:100%;
	margin: 0 auto;
}

.faq_anc a{
	text-decoration:none;
	color: #fff;
	display: inline-block;
	padding-top:10px;
	width: 160px;
}

.faq_anc li {
	width: 160px;
	display: inline-block;
	background: #1b7fb1;
	color: #fff;
	margin: 8px 10px;
	height: 42px;
	border-radius: 20px;
}

.effect {
	text-align: center;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	/* background-color: - add your own background-color */
	font-family: "Roboto", sans-serif;
	/* put your font-family */
	font-size: 13px;
	padding: 10px 0px;
	width: 190px;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.2s linear 0s;
}

.effect:before {
	content: "→";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: -2px;
	opacity: 0;
	height: 100%;
	width: 40px;
	transition: all 0.2s linear 0s;
}
.effect:hover {
	text-indent: -20px;
	text-decoration: none;
	color: #fff;
	background: #F90;
}
.effect:hover:before {
	opacity: 1;
	text-indent: 0px;
}


.faq_h3{
	font-size: 24px;
	text-align: left;
	border-bottom: 1px dotted #a29d8b;
	margin-bottom:10px;
}
.faq_h3 img{
	padding-left: 20px;
}


section div {
    background: #FFEEEE;
    /*border-bottom: solid 1px #b9b5a5;*/
    margin-bottom: 1px;
    padding: 20px;
    color: #800000;
    cursor: pointer;
    position: relative;
	font-size:14px;
	margin:5px 0;
	text-align:left;
}
 
section div:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #800000;
}
 
section div:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -14px;
  background: #FFEEEE;
}
 
section div.active:before {
  margin-top: -2px;
}
 
section div.active:after {
  margin-top: 3px;
}

section p {
    position: relative;
    display: block;
	padding: 15px 30px;
	font-size:14px;
	text-align:left;
}
 








}




/*===============　幅769px以上の場合に適用　===============*/
@media screen and (min-width:768px) {
	
			.page_img {
    background: url("../img/faq_img.jpg");
    background-position: center;
    background-size: cover;
	height: 500px;
  }	
	
.faq{
	width: 1000px;
	height: auto;
	margin:0 auto 200px;
}

.faq .page_ttl {
	margin-top: -150px;
	color: #fff;
	text-shadow: 
    #800000 1px 1px 10px, #800000 -1px 1px 10px,
    #800000 1px -1px 10px, #800000 -1px -1px 10px;
}

.faq_anc {
	text-align: center;
	color: #fff;
	width:780px;
	margin: 0 auto;
}

.faq_anc a{
	color: #fff;
	display: inline-block;
}

.faq_anc li {
	width: 190px;
	display: inline-block;
	background: #800000;
	color: #fff;
	margin: 0 8px 10px;
	height: 42px;
	border-radius: 20px;
}

.effect {
	text-align: center;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	/* background-color: - add your own background-color */
	font-family: "Roboto", sans-serif;
	/* put your font-family */
	font-size: 14px;
	padding: 10px 0px;
	width: 190px;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.2s linear 0s;
}

.effect:before {
	content: "→";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: -2px;
	opacity: 0;
	height: 100%;
	width: 40px;
	transition: all 0.2s linear 0s;
}
.effect:hover {
	text-indent: -20px;
	text-decoration: none;
	color: #fff;
	background: #F90;
}
.effect:hover:before {
	opacity: 1;
	text-indent: 0px;
}


.faq_h3{
	font-size: 24px;
	text-align: left;
	border-bottom: 1px dotted #FFEEEE;
	margin-bottom:10px;
}
.faq_h3 img{
	padding-right: 20px;
}


section div {
    background: #FFEEEE;
    /*border-bottom: solid 1px #b9b5a5;*/
    margin-bottom: 1px;
    padding: 20px;
    color: #800000;
    cursor: pointer;
    position: relative;
	font-size:22px;
	margin:5px 0;
}
 
section div:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #800000;
}
 
section div:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -14px;
  background: #FFEEEE;
}
 
section div.active:before {
  margin-top: -2px;
}
 
section div.active:after {
  margin-top: 3px;
}

section p {
    position: relative;
    display: block;
	padding: 15px 30px;
	font-size:16px;
}

.br_faq {
	display: none;
}
 






















































}









