@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#faq {
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 120px;
	position: relative;
	z-index: 99;
}
#faq dl {
	text-align: left;
	margin-top: 20px;
}
#faq dl dt {
	background-color: #5448FB;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}
#faq dl dt span:first-child img {
	width: 28px;
	margin-left: 25px;
	margin-right: 20px;
	position: relative;
	top: 24px;
}
#faq dl dt::before {
    content: "";
    background-image: url("../images/close.svg");
    width: 28px;
	height: 24px;
    display: block;
    position: absolute;
    right: 25px;
    top: 0px;
	bottom: 0px;
	margin: auto;
}
#faq dl dt.current::before {
    background-image: url("../images/open.svg");
	width: 28px;
	height: 24px;
}
#faq dl dd {
	background-color: #fff;
	font-size: 30px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
	margin-bottom: 20px;
	position: relative;
	top: -20px;
}
#faq dl dd span:first-child img {
	width: 26px;
	margin-left: 25px;
	position: relative;
	top: 5px;
}
#faq dl dd span+span {
	width: 925px;
	line-height: 1.2em;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#faq {
	margin-left: 5%;
    margin-right: 5%;
	margin-top: 15%;
}
#faq h2 {
	width: 70%;
	margin-left: auto;
    margin-right: auto;
}
#faq dl {
	text-align: left;
	margin-top: 5%;
}
#faq dl dt {
	background-color: #5448FB;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding-top: 3%;
	padding-bottom: 3%;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-bottom: 3vw;
}
#faq dl dt span:first-child {
	width: 5%;
	margin-left: 3%;
	position: relative;
	top: 5px;
}
#faq dl dt span+span {
	width: 85%;
	padding-right: 5%;
	line-height: 1.2em;
}
#faq dl dt::before {
    content: "";
    background-image: url("../images/close.svg");
    width: 4vw;
	height: 24px;
	background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    top: 4.5vw;
	margin: auto;
}
#faq dl dt.current::before {
    background-image: url("../images/open.svg");
	width: 4vw;
	height: 24px;
}
#faq dl dd {
	background-color: #fff;
	font-size: 4vw;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
	margin-bottom: 20px;
	position: relative;
	top: -3vw;
}
#faq dl dd span:first-child {
	width: 5%;
	margin-left: 3%;
	position: relative;
	top: 5px;
}
#faq dl dd span+span {
	width: 90%;
	line-height: 1.6em;
}
}



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