@charset "utf-8";

.qa_idx_title h1{
	margin-bottom: 10px;
	font-size: 1.875rem;
	font-weight: 700;
}
.qa_tab_nav{
	margin-bottom: 90px !important;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #F4F4F4;
}
[data-for = "tag_0"]{
	display: none !important;
}
.qa_tab_btn{
	position: relative;
	width: calc((100% - 60px)/4.00001);
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #fff;
	border-radius: 8px;
	font-size: 1.25rem;
	font-weight: 500;
}
.qa_tab_btn img{
	width: 26px;
	height: 26px;
	margin-right: 15px;
}
.qa_tab_btn:hover{
	opacity: 0.7;
}
.qa_tab_btn.is_on{
	opacity: 0.7;
	pointer-events: none;
}

.qa_tab_data{
	display: none;
}
.qa_tab_body{
	opacity: 0;
}
.qa_tab_body.is_show{
	opacity: 7;
	transition: 0.3s;
}
.qa_list{
	gap: 20px;
	align-items: flex-start;
}
.qa_item{
	width: calc((100% - 60px) / 4.0001);
	letter-spacing: 0;
	color: #333!important;
	text-decoration: none !important;
}
.qa_mark_box{
	margin: 20px 0 10px;
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	line-height: 1.4;
}
.qa_mark_box>span{
	position: relative;
	margin-left: 8px;
	padding: 3px 10px 2px 20px;
	border: 1px solid #A8A8A8;
	border-radius: 12px;
	letter-spacing: 0.04em;
	display: flex;
}
.qa_mark_box>span:first-child{
	margin-left: 0;
}
.qa_mark_box>span::after{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FFBE2C;
}
.qa_mark_gre::after{
	background: #3BBC4D !important;
}
.qa_mark_ora::after{
	background: #FF664D !important;
}
.qa_mark_blue::after{
	background: #417FD8 !important;
}
.qa_wp .qa_mark_box{
	margin: 0 0 20px;
}
.qa_title{
	margin-bottom: 40px;
}
.qa_title h1{
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
}
.qa_menu_box{
	margin-bottom: 140px !important;
	padding: 40px 40px 20px;
	background: #F4F4F4;
	border-radius: 8px;
}
.qa_menu_tit{
	margin-bottom: 20px;
	padding: 0 0 0 35px;
	background: url(../img/img_menu.png) no-repeat left center;
	background-size: 16px auto;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
}
.qa_menu_btn{
	display: block;
	padding: 25px 35px;
	border-top: 1px dotted #D9D9D9;
	color: #333 !important;
	font-size: 1.125rem;
}
.qa_sec_title{
	position: relative;
	margin-bottom: 35px;
	padding: 0 0 20px 35px;
	border-bottom: 2px solid #D9D9D9;
	color: #333;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.4;
}
.qa_sec_title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 36px;
	background: #4489B7;
}
.qa_lineup_tit{
	margin-bottom: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #333;
}
.qa_lineup_wp{
	margin-bottom: 40px;
}
.qa_lineup_wp .idxLink2{
	font-weight: 700;
} 
.qa2_table01{
	width: 100%;
}
.qa2_table01 td,
.qa2_table01 th{
	border: 1px #000 solid;
	font-size: 1rem;
}
.qa2_table01 th{
	background: #eaf6f5;
}
.qa2_table01 td{
	text-align: center;
}
.qa2_bg01{
	background: url(../img/contents02/ico_01_pc.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}
.qa2_first td{
	padding: 2px 0;
}
.qa_h301{
	font-size: 1.5rem;
	color: #383838;
}
.qa_notelist li{
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
.beran_box{
	border: 1px #000 solid;
	padding: 20px 15px;
}
.beran_tit{
	justify-content: flex-start;
	margin-bottom: 20px;
}
.beran_tit h4{
	font-size: 1.25rem;
	margin-right: 20px;
}
.beran_type{
	position: relative;
	padding: 0 5px 0 15px;
	line-height: 1.3;
}
.beran_type::before{
	content: "";
	position: absolute;
	background: url(../img/contents02/ico02_left_pc.jpg) left top no-repeat;
	background-size: 100%;
	width: 8px;
	height: 39px;
	left: 0;
	top: 2px;
}
.beran_type::after{
	content: "";
	position: absolute;
	background: url(../img/contents02/ico02_right_pc.jpg) left top no-repeat;
	background-size: 100%;
	width: 8px;
	height: 39px;
	right: 0;
	top: 2px;
}
.qa_linebtn{
	border: 1px #C7C7C7 solid;
	display: block;
	padding: 20px;
	color: #000!important;
	text-decoration: none!important;
	font-weight: bold;
	position: relative;
}
.qa_linebtn span{
	font-size: 0.75rem;
}
.qa_linebtn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.qa_btn_l{
	padding: 30px 20px;
	text-align: center;
}
.qa5_lead{
	margin-bottom: 90px;
	line-height: 1.8;
}
.qa_txt{
	line-height: 1.8;
}
.qa_link_blue a{
	color: #1A0AFF;
}
.qa_h401{
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.qa_care .FWRA4_0201MB{
	margin-bottom: 70px;
}
.qa_pointbox{
	background: #F4F4F4;
	border-radius: 10px;
	padding: 30px 40px;
}
.qa_pointbox h3{
	font-size: 1.25rem;
	border-bottom: 2px #D9D9D9 dotted;
	margin-bottom: 30px;
	padding-bottom: 5px;
	color: #000;
}
.qa_pointbox p{
	padding-left: 40px;
	line-height: 2;
}
.qa_wp p{
	line-height: 1.9;
}
.qa_pointS h3{
	font-size: 1rem!important;
}
.qa_pointS p{
	padding-left: 0;
	font-size: 0.875rem;
	line-height: 2.1;
}
.qa8_box01{
	flex-wrap: wrap;
}
.qa8_col01{
	width: calc((100% - 60px)/4);
	margin-bottom: 80px;
}
.qa_wid50{
	max-width: 628px;
	background: #fff;
	margin: 0 auto;
}
.qa10_img01{
	padding-top: 30px;
}

@media screen and (max-width:768px) { 
	
	.qa_idx_wp{
		margin-top: 40px;
		font-size: 0.8125rem;
	}
	.qa_idx_title h1{
		font-size: 1.25rem;
	}
	.qa_tab_nav{
		width: calc(100% + 20px) !important;
		margin: 0 -10px 40px !important;
		padding: 20px 10px;
		flex-wrap: wrap;
		gap: 10px;
	}
	.qa_tab_btn{
		width: calc((100% - 10px)/2.0001);
		height: 50px;
		font-size: 0.8125rem;
	}
	.qa_tab_btn img{
		margin-right: 5px;
		width: 20px;
		height: 20px;
	}
	.qa_list{
		margin-bottom: -15px;
		justify-content: space-between;
		gap: unset;
	}
	.qa_item{
		margin-bottom: 25px;
		width: 48.5%;
		font-size: 0.8125rem;
	}
	.qa_mark_box{
		margin: 10px 0 6px;
		font-size: 0.6875rem;
		line-height: 1.2;
	}
	.qa_mark_box>span{
		padding: 2px 10px 2px 16px;
	}
	.qa_mark_box>span::after{
		left: 8px;
		width: 4px;
		height: 4px;
	}
	.qa_wp{
		margin-top: 40px;
		font-size: 0.8125rem;
	}
	.qa_wp .qa_mark_box{
		margin-bottom: 10px;
	}
	.qa_wp .qa_mark_box>span{
		font-size: 0.75rem;
	}
	.qa_title{
		margin-bottom: 20px;
	}
	.qa_title h1{
		font-size: 1.75rem;
		line-height: 1.35;
	}
	.qa_menu_box{
		margin-bottom: 70px !important;
		padding: 20px 20px 10px;
	}
	.qa_menu_tit{
		margin-bottom: 10px;
		padding-left: 20px;
		font-size: 0.875rem;
		background-size: 12px auto;
	}
	.qa_menu_btn{
		padding: 10px 20px;
		font-size: 0.75rem;
	}
	.qa_sec_title{
		margin-bottom: 20px !important;
		padding: 0 0 8px 20px;
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.qa_sec_title::after{
		top: 4px;
		height: calc(100% - 16px);
	}
	.qa_lineup_tit{
		margin-bottom: 20px;
		font-size: 1.375rem;
	}
	.qa2_bg01{
		background: url(../img/contents02/ico_01_sp.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.qa2_table01 th{
		padding: 10px 6px!important;
	}
	.qa2_first td{
		padding: 2px 0!important;
	}
	.qa_h301{
		font-size: 1.125rem;
	}
	.beran_box{
		padding: 10px;
	}
	.beran_tit h4{
		font-size: 1rem;
		margin-right: 5px;
	}
	.beran_type{
		font-size: 0.75rem;
	}
	.beran_type::before{
		background: url(../img/contents02/ico02_left_sp.jpg) left top no-repeat;
		background-size: 100%;
		width: 6px;
		height: 35px;
		top: 0;
	}
	.beran_type::after{
		background: url(../img/contents02/ico02_right_sp.jpg) left top no-repeat;
		background-size: 100%;
		width: 6px;
		height: 35px;
		top: 0;
	}
	.qa_linebtn{
		padding: 20px 15px;
	}
	.qa_linebtn::after{
		width: 6px;
		height: 6px;
		border-top: 1px solid currentColor;
		border-right: 1px solid currentColor;
		right: 15px;
	}
	.qa4_reason{
		margin: 0 10%;
	}
	.qa4_logo01{
		width: 19%;
		margin: 0 auto;
	}
	.qa4_logo02{
		width: 43%;
		margin: 0 auto;
	}
	.qa4_img01{
		width: 74%;
		margin: 0 auto;
	}
	.qa4_img02{
		width: 69%;
		margin: 0 auto;
	}
	.fea_mb60sp{
		margin-bottom: 60px!important;
	}
	.qa5_lead{
		margin-bottom: 50px;
	}
	.qa_txt{
		margin-bottom: 15px;
	}
	.qa_care .FWRA4_0201MB{
		margin-bottom: 50px;
	}
	.qa_pointbox{
		padding: 20px;
	}
	.qa_pointbox h3{
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.qa_pointbox p{
		padding-left: 0;
	}
	.qa_h401{
		font-size: 1rem;
	}
	.qa8_col01{
		width: 100%;
		margin-bottom: 30px;
	}
	.qa10_img01{
		padding-top: 10px;
	}


}



