﻿/*===============縲蟷�768px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縲===============*/
@media screen and (max-width:767px) {

.faq{
	margin-bottom: 30px;
}

.faq_img{
	background: url("../img/news/top.jpg");
	background-position: center;
	background-size: cover;
}

.faq h1{
	padding: 30px 5px;
	font-size: 20px;
	box-sizing: border-box;
}

.faq_anc{
	text-align: center;
	margin: 30px 0;
}
.faq_anc li{
	display: inline-block;
	width: 45%;
	margin: 5px;
	list-style: none;
	text-align: center;
	font-size: 14px;
}
.faq_anc li a{
	background: #563E1F;
	color: #fff;
	border-radius: 25px;
	display: block;
	padding: 5px 0;
}
.faq_anc li a:hover{
	text-decoration: none;
	background: #D2C7B0;
	color: #563E1F;
}

.faq_h3 img{
	width: 30px;
	height: auto;
	margin-bottom: -3px;
	margin-right: 8px;
}

section div {
    background: #12135e;
    /*border-bottom: solid 1px #b9b5a5;*/
    margin-bottom: 1px;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
	font-size: 14px;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	margin:5px 0;
}
 
section div:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 7px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  background: #746f5c;
}
 
section div:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 7px;
  width: 10px;
  height: 10px;
  margin-top: -14px;
  background: #e8e5d8;
}
 
section div.active:before {
  margin-top: -1px;
}
 
section div.active:after {
  margin-top: 4px;
}

section p {
    position: relative;
    display: block;
	padding: 0 5px 0 20px;
	font-size: 12px;
}


section p:before{
	content: "";
	font-size: 150%;
	color: #9C3918;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}



























}




/*===============縲蟷�769px莉･荳翫�蝣ｴ蜷医↓驕ｩ逕ｨ縲===============*/
@media screen and (min-width:768px) {

.faq{
	width: 1200px;
	margin: 0 auto 100px;
}

.faq_img{
	background: url("../img/news/top.jpg");
	background-position: center;
	background-size: cover;
}

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

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

.faq_anc li {
	width: 190px;
	display: inline-block;
	background: #2E1D05;
	color: #fff;
	margin: 0 8px 10px;
	height: 42px;
	border-radius: 20px;
}
	
.faq_anc li:last-child{
	width: 600px;
	display: inline-block;
	background: #2E1D05;
	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;
}
	
.effect2 {
	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: 600px;
	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: #2E1D05;
	background: #D2C7B0;
}
.effect:hover:before {
	opacity: 1;
	text-indent: 0px;
}


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


section div {
    background: #e8e5d8;
    /*border-bottom: solid 1px #b9b5a5;*/
    margin-bottom: 1px;
    padding: 20px;
    color: #746f5c;
    cursor: pointer;
    position: relative;
	font-size:22px;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	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: #746f5c;
}
 
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: #e8e5d8;
}
 
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;
}


section p:before{
	content: "";
	font-size: 150%;
	color: #9C3918;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}






























































































}