@charset "utf-8";

main ul li a{
	color: #298E40;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 6%;
}
#catch h2.ttl {
	line-height: 1em;
}
#catch h2.ttl span {
	margin-top: -10px;
}
#catch h2+figure {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5%;
}
#catch h3 {
	font-weight: bold;
	font-size: 34px;
	color: #1F8D3A;
	line-height: 1.5em;
}
#catch h3+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
#catch h3+p+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
	text-indent: -1em;
	padding-left: 2em;
}
#faq {
	margin-top: 5%;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 10%;
}
#faq .box {
	margin-bottom: 4%;
}
#faq h4 {
	background-color: #1F8D3A;
	color: #fff;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0;
	font-size: 20px;
}
#faq h4::before {
    content: "";
    background-image: url("../images/howto/close.svg");
    width: 20px;
    height: 9px;
	background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
	bottom: 0px;
	margin: auto;
}
#faq h4:hover {
	cursor: pointer;
}
#faq h4.current::before {
    background-image: url("../images/howto/open.svg");
}
#faq ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;	
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-top: 30px;
}
#faq ul::after {
	content: "";
	width: 31%;
}
#faq ul li {
	width: 31%;
	text-align: left;
	margin-bottom: 4%;
	position: relative;
}
#faq ul li figure img {
	width: 100%;
	height: auto;
}
#faq ul li figcaption {
	line-height: 1.6em;
	margin-top: 10px;
}
#faq ul li a {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
}
#faq ul li a:hover {
	background-color: rgba(255,255,255,0.30);
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 7%;
}
#catch h2 {
	line-height: 1em;
}
#catch h2 span {
	margin-top: -1.5vw;
}
#catch h2+figure {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5%;
}
#catch h3 {
	font-weight: bold;
	font-size: 5vw;
	color: #1F8D3A;
	line-height: 1.5em;
}
#catch h3+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
#catch h3+p+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
	text-indent: -1em;
	padding-left: 2em;
}
#faq {
	margin-top: 10%;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 10%;
}
#faq .box {
	margin-bottom: 4%;
}
#faq h4 {
	background-color: #1F8D3A;
	color: #fff;
	width: 97%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	padding-left: 3%;
	padding-top: 1%;
	padding-bottom: 1.4%;
	margin-bottom: 0;
	font-size: 4vw;
}
#faq h4::before {
    content: "";
    background-image: url("../images/howto/close.svg");
    width: 4vw;
    height: 2vw;
	background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 4%;
    top: 0px;
	bottom: 0px;
	margin: auto;
}
#faq h4.current::before {
    background-image: url("../images/howto/open.svg");
}
#faq ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-top: 5%;
}
#faq ul li {
	width: 47%;
	text-align: left;
	margin-bottom: 6%;
	position: relative;
}
#faq ul li figcaption {
	font-size: 3.5vw;
	line-height: 1.4em;
	margin-top: 1%;
}
#faq ul li a {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
}
#faq ul li a:hover {
	background-color: rgba(255,255,255,0.30);
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
