/* CSS Document */

#qaSrcKeyword .srcBtn{
	    border-radius: 0px 0px 0px 0px;
		padding-left:1em;
		padding-right:1em;
		min-width: 6em
}

#qaSrcKeyword .srcBtn.srcBtn-b{
	    border-radius: 0px 5px 5px 0px;
		background:#d9534f;
}

#qaSrcKeyword .srcBtn.srcBtn-b:hover{
		background:#c9302c;
}


.qaBox{
	overflow: hidden
}

.qaBox dt {
  position: relative;
  padding-left: 3.5em;   /* 丸Q分 */
  padding-right: 2.5em;  /* 右アイコン分 */
 line-height: 1.6;
}

/* 左の 丸背景＋Q */
.qaBox dt::before {
  content: "Q";
  position: absolute;
  left: 0.5em;
  top: 20px;
  /*transform: translateY(-50%);*/

  width: 2em;
  height: 2em;
  line-height: 2em;

  border-radius: 50%;
  background: rgba(60,69,171,1.00);   /* 好きな色に */
  color: #fff;

  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

/* 右の angle-down（Font Awesome 4） */
.qaBox dt::after {
  content: "\f107"; /* fa-angle-down */
  font-family: FontAwesome;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}



.qaBox dt {
  cursor: pointer;
}

.qaBox dt.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.qaBox dd{
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
  padding-left: 3.5em;   /* 丸Q分 */
}

.qaBox dd > *:last-child{
	margin-bottom: 0;
}

.qaBox dd::before {
  content: "A";
  position: absolute;
  left: 0.5em;
  top: 15px;
  /*transform: translateY(-50%);*/

  width: 2em;
  height: 2em;
  line-height: 2em;

  border-radius: 50%;
  background:  rgba(20,134,255,1.00);   /* 好きな色に */
  color: #fff;

  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

.cName{
  display: inline-block;
  color: #ffffff;
  background-color: #505054;
  padding: 5px 7px 4px;
  border-radius: 2px;
  margin: 0 3px 3px 0;
  font-size:80%;
}

.cName.hit{
	background-color: #20b2aa
}


mark, .highlight {
    background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.7) 40%);
    padding: 0 2px;
    /*border-bottom: 2px solid rgba(255, 200, 0, 0.3);*/
}



a.ctv_siboBtn{
	flex:1 0 calc(33% - 5px);
	max-width: calc(33% - 5px);
	display: flex;
	justify-content: left;
	align-items: center;	
	padding: 0.2em 5px 0.1em;
	line-height: 1.3;
	color:#474747;
	text-decoration: none!important;
	border:2px solid #bbbbbb;
	background: #fff;
	border-radius: 5px;
	height:3em;
}

a.ctv_siboBtn.disabled{
	pointer-events: none;
	opacity: 0.3;
}


a.ctv_siboBtn.ctv_siboBtn14{
	max-width: calc(14.28% - 5px);
}

a.ctv_siboBtn.ctv_siboBtn20{
	max-width: calc(20% - 5px);
}
a.ctv_siboBtn.ctv_siboBtn25{
	max-width: calc(25% - 5px);
}
a.ctv_siboBtn.ctv_siboBtn33{
	max-width: calc(33% - 5px);
}
a.ctv_siboBtn.ctv_siboBtn50{
	max-width: calc(50% - 5px);
}

a.ctv_siboBtn .g2Box{
	overflow:hidden;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
a.ctv_siboBtn::before{
    font-family: FontAwesome;
    content: "\f10c";
	margin-right: 5px;
	color: #999;
}
a.ctv_siboBtn:hover{
	/*border:2px solid #2196f3;
	background: #eee;*/
}

a.ctv_siboBtn.act{
	border:2px solid #2196f3;
	background: #fff;
	color:#2196f3;
	font-weight: bold;
	/*cursor: default;
	pointer-events: none;*/

}
a.ctv_siboBtn.act::before{
    font-family: FontAwesome;
    content: "\f058";
	margin-right: 5px;
	color: #2196f3;
}

.ctv_siboKBox{
	position: sticky;
	top:85px;
	z-index:5000;
	
}

.shareBox{
	background-color: #eee;
	border: 1px solid #666;
	color:#444;
	position: absolute;
	padding: 3px;
	border-radius: 4px;
	top:5px;
	right:5px;
	font-size:11px;
	transition: all 200ms ease;
}

.shareBox:hover{
	cursor: pointer;
	background-color:#fff;
}