@charset "utf-8";

@media screen and (max-width : 800px) {
/* ==================================================
mainvs
================================================== */
#tmp_top_mv::after {
	content: none;
}
#tmp_top_mv .container {
	padding: 0 15px;
	max-width: 100%;
	background-color: #ffffff;
	color: inherit;
}
#tmp_top_mv .caption{
    left: 42px;
	bottom: 10px;
	margin-left: 0;
	padding: 5px;
	width: 100%;
	max-width: 114px;
	height: 58px;
}
#tmp_top_mv .mv_img{
	height: 110px;
}
#tmp_top_mv .mv_img img{
	position: static;
	transform: none;
	object-fit: cover;
	width: 100%;
}
/* ==================================================
top_navi
================================================== */
#tmp_top_navi .container{
	max-width: 100%;
	padding-left: 1px;
	padding-right: 1px;
}
#tmp_top_navi ul {
	box-shadow: none;
	border-right: none;
	border-bottom: none;
}
#tmp_top_navi li {
    width: 50%;
	border-bottom: 1px solid #cccccc;
	box-shadow: none;
}
#tmp_top_navi li:nth-child(even){
	border-left: 1px solid #cccccc;
}
#tmp_top_navi li:last-child a {
	border-right: 1px solid #cccccc;
}
#tmp_top_navi a {
	position: static;
	padding: 12px 6px;
}
#tmp_top_navi a:hover {
	box-shadow: none;
}
/* ==================================================
contents
================================================== */
#tmp_top_content_wrap {
	margin-bottom: 5px;
	margin-top: 0;
}
.top_wrap_col_main {
    display: block;
}
.top_col_main {
	padding-right: 0;
}
.top_col_rgt {
	width: 100%;
	margin: 0;
}
#tmp_contents h2 {
	padding: 14px 12px 9px;
	font-size: 131.3%;
	line-height: 1.5;
}
#tmp_contents h3 {
	margin-top: 1.9em;
    padding-bottom: 3px;
	font-size: 131.3%;
	line-height: 1.5;
}
#tmp_contents h4 {
	font-size: 125%;
	line-height: 1.6;
}
#tmp_contents h5 {
	padding-right: 22px;
	font-size: 112.5%;
	line-height: 1.7;
}
#tmp_contents h6{
	font-size: 100%;
	line-height: 1.8;
	margin: 30px 10px;
}
/* sec_news
================================================== */
#tmp_top_contents .sec_news {
	margin-bottom: 18px;
}
#tmp_top_contents .sec_news .report_list {
	padding: 7px 14px 10px 22px;
}
#tmp_top_contents .sec_news .report_list li {
	padding-bottom: 6px;
}
#tmp_top_contents .sec_news .report_list li:last-child {
	margin-bottom: 5px;
}
#tmp_top_contents .sec_news .report_list .date {
	padding-right: 6px;
	width: 130px;
}
#tmp_top_contents .sec_news .sec_ttl h2{
	font-size: 112.5%;
}
#tmp_top_contents .list_banner li:not(:last-of-type):after{
	left: 16px;
	max-width: 100%;
}
#tmp_top_contents .insta_galleries{
	flex-direction: column;
	margin-right: 0;
	text-align: center;
}
#tmp_top_contents .insta_galleries li{
	width: 100%;
}
/* top_rnavi
================================================== */
#tmp_contents_navi {
    margin-bottom: 0;
	padding-bottom: 4px;
}
#tmp_contents_navi .container {
	padding: 0 3px 0 4px;
}
#tmp_contents_navi img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_rnavi{
	display: block;
	margin-top: 1px;
}
#tmp_cnavi_sp{
	margin-top: 1em;
}
#tmp_cnavi_sp .cnavi_list,
#tmp_cnavi .cnavi_list{
	margin: 0;
}
#tmp_cnavi_sp .cnavi_list li,
#tmp_cnavi .cnavi_list li{
	float: none;
	padding: 0;
	width: 100%;
}
#tmp_cnavi a:hover {
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

/* reset hover
================================================== */
#tmp_top_contents a:has(img):hover {
    outline: none;
}
#tmp_contents .top_banner a:before,
#tmp_top_rnavi li a:before {
	content: none;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_black #tmp_top_mv,
.color_blue #tmp_top_mv,
.color_yellow #tmp_top_mv {
    border-bottom: none;
}
.color_black #tmp_top_mv .show_sp,
.color_blue #tmp_top_mv .show_sp,
.color_yellow #tmp_top_mv .show_sp {
    display: none;
}
.color_black #tmp_top_navi li,
.color_blue #tmp_top_navi li,
.color_yellow #tmp_top_navi li {
	border-left: none;
}
.color_black #tmp_top_mv .caption,
.color_blue #tmp_top_mv .caption,
.color_yellow #tmp_top_mv .caption {
    position: static;
	max-width: 100%;
	height: auto;
}
.fsize_big #tmp_top_contents .sec_news .report_list .date {
    width: 160px;
}
.fsize_big2 #tmp_top_contents .sec_news .report_list li{
	flex-direction: column;
}
.fsize_big2 #tmp_top_contents .sec_news .report_list .date{
	margin-bottom: 6px;
	padding-right: 0;
	width: auto;
}
/* ==================================================
clearfix
================================================== */
#tmp_cnavi .cnavi_list:after {
	content: none;
}
}