.sec_third a {
	text-decoration: underline;
}
.sec_q_a h2 {
    margin: 30px 0 10px;
}
.sec_q_a h2 {
    border-top: 0;
    border-bottom: 1px #ccc solid;
    font-weight: 700;
    font-family: 'Montserrat', 'Noto Sans JP';
    margin: 0 0 10px;
}
.sec_q_a .qaBox{
	margin-top:40px;
}
.sec_q_a p.que{
	background:url(/lfj_2026/common/img/icon_q.jpg) no-repeat top left;
	padding-top:3px;
	padding-left:45px;
	font-size:1.5rem;
	min-height:33px;
	margin-bottom:15px;
    font-weight: 700;
	background-size: 33px;
}

.sec_q_a p.ans{
	background:url(/lfj_2026/common/img/icon_a.jpg) no-repeat top left;
	padding-top:3px;
	padding-left:45px;
	font-size:1.4rem;
	min-height:33px;
	margin-bottom:10px;
	background-size: 33px;
}
.sec_q_a p.ans small {
	font-size: 90%;
	display: block;
}
.txt_link img {
	vertical-align: middle;
}
.note {
	color:#FABE00;
	font-size: 1.5rem;
}
.note i {
	font-size: 2.0rem;
	vertical-align: middle;
	padding-bottom: 6px;
}
.bold15 {
	font-size: 1.5rem;
	font-weight: bold;
}
.bold16 {
	font-size: 1.6rem;
	font-weight: bold;
}
.normal16 {
	font-size: 1.6rem;
	line-height:2.5;
}
.att12 {
	font-size: 1.2rem;
	color:#666;
}
.section .advice {
    border:1px solid #d4d4d4;
    padding: 10px;
    margin: 10px 0;
}
.section .advice h3{
    font-size: 1.5rem;
	font-weight:700;
    color:#FABE00;
	border-bottom:1px dotted #FABE00;
	padding-bottom:7px;
	margin-bottom:5px;
}
.section .advice p {
    font-size: 1.4rem;
}
.section .advice a {
/*	padding: 4px 22px 4px 10px;*/
/*	display: inline-block;*/
/*	margin: 10px 6px 6px 0;*/
}
.child_mark {
	vertical-align: middle;
}
.ans a {
	padding: 4px 22px 4px 10px;
	display: inline-block;
	margin: 10px 6px 6px 0;
}
.ans a.link_invalid {
    pointer-events: none;
    opacity: 0.2;
}
.ans a.link_invalid:hover {
    background: #fff;
    color: #000;
}
.data_table01 th {
	width: 55%;
	text-align: center;
	font-weight: normal;
}
.data_table01 td {
	width: 45%;
	text-align: center;
}
.bold16 a {
    color:#FABE00;
}
@media screen and (min-width: 768px) {
#contents .heading h1 br {
	display: none;
}
.data_table01 {
	width: 60%;
}
}
@media screen and (max-width: 767px) {
.section .advice a {
	display: block;
	margin: 10px 0 6px;
}
.txt_link img {
	display: inline;
	width: 35px;
	height: 32px
}
.normal16 {
	font-size: 1.5rem;
	line-height:2.5;
}
.data_table01 th,
.data_table01 td {
	display: table-cell;
}
.data_table01 tr:first-child td {
    border-top: 1px solid #d4d4d4;
}
.data_table01 th {
	border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
}