@charset "utf-8";
@media (max-width: 700px) {
#faq_wrap {
	/* [disabled]max-width: 1200px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.46%;
}
#faq_wrap dl {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]margin-bottom: 5.38%; */
	max-width: 960px;
}

#faq_wrap dl dt {
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 16px;
	border-radius: 16px;
	box-sizing: border-box;
	margin-top: 24px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #E179C1;
	-webkit-box-shadow: 4px 4px #E179C1;
	box-shadow: 4px 4px #E179C1;
	cursor: pointer;
}
#faq_wrap dl dd {
  max-height: 0;              /* 初期状態で閉じる */
  overflow: hidden;           /* はみ出し隠す */
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 16px;            /* 開閉にあわせて可変 */
	border: 0;  
}
#faq_wrap dl dd {
  max-height: 0 !important;              /* 初期状態で閉じる */
  overflow: hidden !important;           /* はみ出し隠す */
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 16px !important;            /* 閉じている時は上下0 */
  background-color: #FFFFFF;
  margin-top: 12px;
  margin-left: 0px;
  border-radius: 16px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.6em;
  border: 0 !important;                  /* 閉じている時はボーダーなし */
}

#faq_wrap dl dd.open {
  max-height: 500px !important;          
  padding: 16px !important;              /* 開いた時は上下左右16px */
  border: 1px solid #E179C1 !important;  /* 開いた時だけボーダー表示 */
}





.faq_UL1 {
	padding-top: 0px;
	padding-right: 5.38%;
	padding-left: 5.38%;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 6.92%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.faq_UL1 li {
	background-color: #FFFFFF;
	width: 47.69%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4.62%;
	border: 1px solid #E179C1;
	-webkit-box-shadow: 4px 4px #E179C1;
	box-shadow: 4px 4px #E179C1;
	margin-left: 0;
	margin-right: 4.62%;
}
	.faq_UL1 li:nth-child(2n){
		margin-right: 0;
	}
.faq_UL1 li a {
	padding: 12px 8px;
	padding-top: 14px;
	padding-right: 20px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	background-image: url(../images/bg/arrow_pink.svg);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 18px auto;
	        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
	height: 100%;
}



.faq_text1 p {
	text-align: center;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: 600;
}
.faq_text1 {
	        width: auto;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 5.38%;
	margin-left: 5.38%;
	padding-top: 24px;
	padding-bottom: 24px;
	border-radius: 100px;
	background-color: #F1EA38;
	margin-bottom: 6.15%;
	box-sizing: border-box;
}
.faq_in1 {
	padding: 7.69% 5.38%;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(../images/bg/sla_p.svg);
	        background-size: 560px auto;
	
}
.faq_in2 {
	background-image: url(../images/bg/sla2.svg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding: 7.69% 5.38%;
	        background-size: 560px auto;
}
}