@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px){
#faq{
	margin-bottom: 10%;
}
#faq_top_ul{
    display: flex;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 6.92%;
    flex-wrap: wrap;
}
#faq_top_ul li{
    font-family: fot-tsukuardgothic-std, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    width: 100%;
    margin-bottom: 8px;
}
#faq_top_ul li:first-child {
	border-left: none;
}
#faq_top_ul li a{
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 24px;
    background-image: url("../images/arr_tate_wh.svg");
    background-repeat: no-repeat;
    background-position: center bottom 12px;
    background-size: auto 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #36519D;
}
#faq_top_ul li:nth-child(1) a{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#faq_top_ul li:nth-child(4) a{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.faq_content{

}
.faq_content .faq_q{
	font-family: century-gothic, sans-serif;
	font-size: 20px;
	display: inline-block;
	margin-right: 6px;
	color: #E05581;
	font-weight: 600;
}
.faq_content h3{
    font-family: fot-tsukuardgothic-std, sans-serif;
    background-color: #EAEAEA;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: 0.032em;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.faq_a{

}

.faq_inner {
    padding-top: 12px;
    padding-right: 0;
    padding-left: 8px;
    padding-bottom: 8px;
}

.faq_content .faq_a ul{
	    list-style: disc;
	padding-left: 18px;
	margin-bottom: 0;
}
.faq_content .faq_a ul li{
	margin-bottom: 4px;
	
}
.faq_content .faq_a ul li:last-child{
		margin-bottom: 0;
	}
.faq_content .faq_a ul h4{
	display: inline-block;
	font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.01em;
        font-weight: 400;
}
.faq_content .faq_a ul p{
	display: block;
}
.faq_a p{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
}
.faq_content ul{
	margin-bottom: 5.38%;
	
}
.faq_content ul li{

}
#faq_tel{
	margin-top: 10px;
	font-family: century-gothic, sans-serif;
	font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.01em;
    font-weight: 700;
	color: #36519D;
}
	#faq_tel a{
		pointer-events: inherit;
	}
#faq_tel_img{
	width: 16px;
    margin-right: 0;
    vertical-align: baseline;
	display: inline-block;
}
#faq_yoyaku{
	
}
#faq_riyou{
	
}
#faq_eat{
	
}
#faq_user{
	
}
#faq .faq_link-btn{
	color: #E05581;
	margin-top: 8px;
	font-weight: 500;
}
	#faq .faq_link-btn.margin0{
	margin: 0;
}
	#faq .kome-flex{
	margin-bottom: 2px;
	font-size: 13px;
}
#faq .p_margin-b {
    margin-bottom: 10px;
}
	#copy-fax_table{
		margin-top: 20px;
		width: 100%;
	}
	.copy-fax_in{
		margin-bottom: 16px;
		width: 100%;
		margin-right: 0;
	}
	.copy-fax_in:last-child{
		margin-bottom: 0;
	}
	#copy-fax_table table #th_copy {
    padding: 14px;
    box-sizing: border-box;
}
	#copy-fax_table table th {
    background-color: #36519D;
    color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
}
	#copy-fax_table table td {
    box-sizing: border-box;
    border-bottom: 1px solid #36519D;
    border-right: 1px solid #36519D;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    padding: 6px;
}
	#copy-fax_table table #th_fax {
    padding: 14px;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;
}

.faq_question.active + .faq_a {
  /* JavaScriptでmax-heightを設定するので、ここは空でOK */
}
.faq_question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_q_text {
    display: flex;
}


.faq_question .toggle-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-left: 8px;
}
/* 線共通 */
.faq_question .toggle-icon .line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.08em;
  background-color: #E05581;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 横線（常に表示） */
.faq_question .toggle-icon .horizontal {
  transform: translateY(-50%);
}

/* 縦線（開くと非表示になる） */
.faq_question .toggle-icon .vertical {
  transform: translateY(-50%) rotate(90deg);
}

/* アクティブ（開いてる）とき → 縦線を縮小して非表示にする */
.faq_question.active .toggle-icon .vertical {
  transform: translateY(-50%) rotate(90deg) scaleY(0);
  opacity: 0;
}


	
}
