@charset "utf-8";

@media screen and (max-width : 800px) {
#tmp_contents h2{
	font-size: 131.2%;
	line-height: 1.5;
}
#tmp_contents h3{
	font-size: 131.2%;
	line-height: 1.5;
}
#tmp_contents h4{
	font-size: 125%;
	line-height: 1.6;
}
#tmp_contents h5{
	font-size: 112.5%;
	line-height: 1.7;
}
#tmp_contents h6{
	font-size: 100%;
	line-height: 1.7;
}
/* datatable
   enquete_table
================================================== */
#tmp_contents .scroll_table table.datatable{
	margin-bottom: 0;
}
#tmp_contents table.datatable,
#tmp_contents table.enquete_table{
	margin-bottom: 40px;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th{
	padding-top: 5px;
	padding-bottom: 6px;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td{
	padding-top: 7px;
	padding-bottom: 7px;
}
#tmp_contents .scroll_table::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}
#tmp_contents .scroll_table::-webkit-scrollbar-thumb {
	background: #787878;
}
#tmp_contents .scroll_table::-webkit-scrollbar-thumb:hover {
	background: #787878;
}
:not(.scroll_table) table.datatable th,
:not(.scroll_table) table.datatable td{
	width: auto;
}
/* ==================================================
contents
================================================== */
#tmp_awareness_suigai ul {
    margin: 0;
}
#tmp_awareness_suigai .ttl_lead,
#tmp_awareness_suigai .cnt_lead,
#tmp_awareness_suigai .awareness_news {
	padding-left: 20px;
	padding-right: 20px;
}
#tmp_contents table.datatable th,
#tmp_contents table.datatable td {
    padding: 4px;
}
/* box_card */
#tmp_contents .box_card {
	margin-bottom: 15px;
}
#tmp_contents .box_card .box_card_cnt {
	padding: 10px 14px;
}
/* hover */
#tmp_contents a:hover img,
#tmp_contents .box_card .box_card_img a:hover img {
    opacity: 1;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}