@charset 'UTF-8';
/*------------------------------------------------------------
	ik-con
------------------------------------------------------------*/
#ik-con .headLine03 {
	margin-bottom: 20px;
}

#ik-con .comInfoDl {
	margin-bottom: 42px;
}

#ik-con .comResultDl dt .lTxt {
	padding-left: 10px;
	display: block;
	text-indent: inherit;
}

#ik-con .comResultDl dt .lTxt .text {
	color: #229f90;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
}

#ik-con .comResultDl dt .lTxt .text a {
	color: #229f90;
}

#ik-con .comResultDl dt .lTxt .text a:hover,
#ik-con .comResultDl dt .lTxt .text a:active {
	opacity: 0.7;
	text-decoration: none;
}

.panel{
    display:none;
}
.panel.is-show{
    display:block;
}