@charset "UTF-8";

.qanda-check{
	display: none;
}

.faq-ray-open {
	vertical-align: top;
	border-bottom: 1px dashed #DDDDDD;
	margin-bottom: 1.0em;
	min-height: 60px;
}

.faq-ray-open i{
	margin: 0 0 0 0.3em;
}

.faq-ray-open label{
	vertical-align: top;
	font-size: 1.3em;
	cursor: pointer;
	display: inline-block;
    padding: 0.3em 0 0 0;
}

.faq-ray-open img{
	width: 45px;
	float: left;
	margin: 0 0.5em 0 0; 
}

div.faq-ray-02 {
	display: none;
	padding: 0em 0.25em 0.5em 0px;
	min-height: 85px;
	margin: 1.0em 0 0 0;
}

.qanda-check:checked + .faq-ray-02{
	display: block;
	height: 100%;
	animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
}

@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

div.faq-ray-02 img {
	left: 0px;
}

@media screen and (max-width: 768px){

.faq-ray-open label {
	font-size: 16px;
	display: inherit;
	padding: 0;
	min-height: 50px;
} 
	
div.faq-ray-02{
	font-size: 16px;	
}
	
div.faq-ray-02 {
	clear: both;
	display: none;
	padding: 0em 0.25em 0.5em 0px;
	margin: 0.5em 0 0 0;
	min-height: 50px;
}

}

/*================================================
 *  2026/09/07よくある質問のアイコンを画像からテキスト変更CSS追加
 ================================================*/
.faq-icon {
	width: 45px;
	height: 45px;
	float: left;
	margin: 0 0.5em 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
}

.faq-icon-q {
	background: #666;
}

.faq-icon-a {
	background: #b80000;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 44px;
}

@media screen and (max-width: 768px){
.faq-icon-a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 28px;
}	
}
