@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 {
	margin-top: 8%;
	margin-bottom: 10%;
}
#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%;
}
#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.current::before {
    background-image: url("../images/howto/open.svg");
}
#faq h4:hover {
	cursor: pointer;
}
#faq dt {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	line-height: 1.6em;
	padding-bottom: 3%;
	padding-top: 3%;
	border-top: 2px solid #000;
	margin-top: -2px;
}
#faq dt:first-child {
	border-top: none;
}
#faq dt span:first-child {
	margin-left: 17px;
	width: 30px;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
#faq dt span:first-child img {
	width: 100%;
}
#faq dt span+span {
	width: 680px;
	text-align: left;
}
#faq dt::before {
    content: "";
    background-image: url("../images/faq/close.svg");
    width: 20px;
    height: 9px;
	background-repeat: no-repeat;
    display: block;
    position: absolute;
	right: 20px;
    top: 30px;
	margin: auto;
}
#faq dt.current::before {
    background-image: url("../images/faq/open.svg");
}
#faq dd {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	line-height: 1.6em;
	padding-bottom: 3%;
	padding-top: 3%;
	border-top: 2px solid #E3E4E5;
}
#faq dd span:first-child {
	margin-left: 17px;
	width: 30px;
	margin-right: 15px;
	position: relative;
	top: 0px;
}
#faq dd span:first-child img {
	width: 100%;
}
#faq dd span+span {
	width: 680px;
	text-align: left;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 10%;
}
#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%;
}
#faq {
	margin-top: 5%;
	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 dt {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	line-height: 1.6em;
	padding-bottom: 3%;
	padding-top: 3%;
	border-top: 2px solid #000;
	margin-top: -2px;
}
#faq dt:first-child {
	border-top: none;
}
#faq dt span:first-child {
	margin-left: 1.7vw;
	width: 6vw;
	margin-right: 2%;
	position: relative;
	top: 0px;
}
#faq dt span:first-child img {
	width: 100%;
}
#faq dt span+span {
	width: 65vw;
	text-align: left;
}
#faq dt::before {
    content: "";
    background-image: url("../images/faq/close.svg");
    width: 4vw;
    height: 2vw;
	background-repeat: no-repeat;
    display: block;
    position: absolute;
	right: 3.3vw;
    top: 4.8vw;
	margin: auto;
}
#faq dt.current::before {
    background-image: url("../images/faq/open.svg");
}
#faq dd {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	line-height: 1.6em;
	padding-bottom: 3%;
	padding-top: 3%;
	border-top: 2px solid #E3E4E5;
}
#faq dd span:first-child {
	margin-left: 1.7vw;
	width: 6vw;
	margin-right: 2%;
	position: relative;
	top: 0px;
}
#faq dd span:first-child img {
	width: 100%;
}
#faq dd span+span {
	width: 65vw;
	text-align: left;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}
