@charset "utf-8";

@import "FaqSearchCondition.css";



/*----qa_box----*/
#broad_title h1{
	font-size: clamp(1.8rem, 3.6vw, 2rem);
}
#qa_box {
	padding:5px;
	border:solid 2px #7196a6;
	background: #01233a;
	margin-bottom: 30px;
}
#qa_box img{
    display: block;
    max-width: 100%;
}
	#qa_box .keyword {
        margin:0 10px 50px;
	}

	#qa_box a{
		text-decoration:none;
	}

	#qa_box a:hover{
		text-decoration:underline !important;
	}

	#qa_box a:visited{
		text-decoration:none;
	}
    #qa_box .tag .btn:hover{text-decoration: none !important}

/*----/qa_box----*/


/*----question----*/

#question,#answer{
	font-size:2rem;
	font-weight:bold;
    border-bottom:solid 1px #bacbd6;
	line-height:1.5;
	margin:0 0 10px 0;
    padding: 5px;
    box-sizing: border-box;
}
#question{color:#849faf;}
 #answer{color:#f96363;}

/*----/answer----*/

#question_text,
#answer_text {
	line-height:1.5em;
    color: #ffffff;
}

/*----tag_update----*/

#tag_update {
	margin-top:30px;
	font-size:1.2rem;
	border-top:solid 1px #ccc;
    display: flex;
    padding: 5px 0 0;
}

#tag_update .tag {
    flex: 1;
    display: flex;
}
#tag_update .tag .fag_detail{
    font-weight: bold;
    background: none;
}
#tag_update .tag div{
    display: flex;
    flex: 1;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
    #tag_update .tag div span{
        padding: 0 5px 5px;
        box-sizing: border-box;
    }
        #tag_update .tag div a{
            background:#467491;
            text-align: center;
			min-width: auto;
        }

/*----tag_update----*/
