/* PC ------------------*/
h2 {
	text-align: center;
}
h2 .en {
	display: block;
	margin: 0 0 10px;
	color: #000;
	font-size: 2.25rem;
}
h2 .js {
	display: block;
	color: #6d6f71;
	font-size: 0.813rem;
}
ul {
	list-style-type: none;
}
img.external {
	display: none !important;
}

/*----- メインビジュアル -----*/
.main_header_wrap {
	position: relative;
	width: 100%;
	height: 580px;
	background: url(../image/main_header_bg.jpg) no-repeat center/cover;
	border-top: 20px solid #000;
}
.main_header_wrap::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 62px;
	background: url(../image/main_header_bottom.svg) no-repeat bottom/cover;
}
.main_header_wrap_innr {
	position: relative;
	width: 100%;
	height: 580px;
}
.main_header_wrap h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 438px;
	height: 337px;
	margin: auto;
}
.main_header_txt {
	position: absolute;
	top: 0;
	left: 100px;
	bottom: 0;
	width: 326px;
	height: 316px;
	margin: auto;
}
.main_header_links_1 {
	position: absolute;
	top: -20px;
	right: 50px;
	width: 196px;
}
.main_header_links_2 {
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 265px;
	height: auto;
}
.main_header_links a {
	display: block;
}
.main_header_links a > img {
	width: 100%;
	height: auto;
}

/*----- お知らせ -----*/
.top_news {
	margin: 0 auto 50px;
}
.top_news .names a {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: #d6d9db;
}
.top_news .names a.current {
	color: #fff;
	background: #000;
}
.top_news .names a:hover {
	color: #fff;
	background: #000;
}
.top_news .view {
	padding: 35px;
	margin: 5px 0 0;
	border: 2px solid #d6d9db;
}
.top_news .view .pages {
	margin: 0 0 20px;
}
.top_news .view .pages article {
	padding: 10px;
	border-bottom: 1px dotted #6d6f71;
}
.top_news .view .pages article:first-child {
	padding: 0 10px 10px 10px;
}
.top_news .view .pages article header {
	display: flex;
}
.top_news .view article time {
	display: block;
	width: 220px;
	padding: 0 0 0 70px;
	color: #000;
	text-decoration: none;
}
.top_news .view article h3 {
	flex: 1;
}
.top_news .view article h3 > a {
	display: block;
	color: #000;
	text-decoration: none;
}
.top_news .view article h3 > a:hover {
	color: #0068b7;
}
.top_news .view article.new time::before {
	content: 'NEW';
	display: inline-block;
	padding: 0 10px;
	margin: 0 13px 0 -70px;
	color: #fff;
	background: #e13922;
	border-radius: 5px;
}
.top_news .view nav a {
	position: relative;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.top_news .view nav a:hover {
	color: #0068b7;
}
.top_news .view nav a.more {
	display: block;
	float: right;
}
.top_news .view nav a.more::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000;
}
.top_news .view nav a.rss {
	display: block;
	float: left;
}
.top_news .view nav a.rss::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background: url(../img/ic-rss.png) no-repeat left center;
}

/*----- 最新情報 -----*/
.top_topics {
	margin: 50px auto;
}
.topics_sns {
	display: flex;
	flex-wrap: wrap;
}
.topics_sns_item {
	width: 31.333%;
	margin: 3% 1%;
}
.topics_sns_item h3 {
	margin: 0 0 10px;
	font-size: 1rem;
}
.topics_sns_item h3::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.topics_sns_item.twitter h3::before {
	background: url(../image/sns_x.svg) no-repeat center/cover;
}
.topics_sns_item.insta h3::before {
	background: url(../image/sns_instagram.svg) no-repeat center/cover;
}
.topics_sns_item_inner {
	padding: 15px;
	border: 2px solid #d6d9db;
}
.insta_inner a {
	display: block;
	position: relative;
}
.insta_inner a > img {
	width: 100%;
	height: auto;
}
.insta_inner a > span.like {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
    height: 30px;
    margin: auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.insta_inner a > span.like::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background: url(../image/icon_heart.svg) no-repeat center/cover;
}


/*----- 暮らしの情報 -----*/
.top_info {
	width: 95%;
	max-width: 720px;
	margin: 50px auto;
}
.infonav {
	display: flex;
	flex-wrap: wrap;
}
.infonav_item {
	width: 27.333%;
	margin: 3%;
}
a.infonav_item_target {
	display: block;
	text-align: center;
	background: #d6d9db;
	text-decoration: none;
	border: 2px solid #d6d9db;
	border-radius: 25px;
}
.infonav_item_icon {
	display: block;
	position: relative;
	padding: 20px 0;
	background: #fff;
	border-radius: 25px 25px 0 0;
}
.infonav_item_label {
	display: block;
	height: 60px;
	padding: 18px 0 0;
	color: #000;
	font-weight: bold;
}
.infonav_item_label.lines {
	padding: 5px 0 0;
}
a.infonav_item_target:hover {
	background: #cadc5b;
	border: 2px solid #cadc5b;
}

/*----- 暮らしの情報2 -----*/
.top_info {
	width: 95%;
	max-width: 780px;
	margin: 50px auto;
}
.otherlink {
	display: flex;
	flex-wrap: wrap;
}
.otherlink_item {
	width: 27.333%;
	margin: 3%;
}
a.otherlink_item_target img {
	width: 100%;
	height: auto;
}

/*----- トップサイド -----*/
.side_menu_box {
	margin: 0 0 20px;
}
.side_menu_list a {
	display: block;
	margin: 0 0 10px;
}
.side_menu_list img {
	width: 100%;
	height: auto;
}
.side_menu_list a.kouhou {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	background: #f8f8f8;
}
.side_menu_list a.kouhou:hover {
	background: #d6d9db;
}
.side_menu_list a.kouhou .kouhou_txt {
	display: block;
	width: 70%;
	padding: 5% 10px 0 0;
}
.side_menu_list a.kouhou .kouhou_img {
	display: block;
	width: 27%;
	font-size: 0;
}
.side_jinkou table {
	width: 100%;
}
.side_jinkou thead {
	color: #fff;
	background: #535354;
}
.side_jinkou thead th {
	padding: 5px 0;
	font-size: 1.125rem;
}
.side_jinkou thead th span {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 0.75rem;
	font-weight: normal;
	vertical-align: middle;
}
.side_jinkou tbody tr {
	border-bottom: 2px solid #fff;
}
.side_jinkou tbody th {
	padding: 10px;
	background: #d6d9db;
}
.side_jinkou tbody td {
	padding: 10px 20px;
	background: #e8e8e8;
}




/* PC 1400px以下 ------------------*/
@media screen and (max-width:1400px) {
	.main_header_txt {
		left: 20px;
	}
}

/* PC 1200px以下 ------------------*/
@media screen and (max-width:1200px) {
	.main_header_txt {
		width: 260px;
		height: 252px;
	}
	.main_header_txt img {
		width: 100%;
		height: auto;
	}
	.main_header_links_2 {
		bottom: 30px;
	}
}

/* PC 1024px以下 ------------------*/
@media screen and (max-width:1024px) {

	/*----- メインビジュアル -----*/
	.main_header_wrap h1 {
		width: 400px;
		height: 308px;
	}
	.main_header_wrap h1 img {
		width: 100%;
		height: auto;
	}
	.main_header_txt {
		left: 10px;
		width: 220px;
		height: 213px;
	}
	.main_header_links_1 {
		position: absolute;
		right: 0;
		width: 170px;
	}
	.main_header_links_2 {
		width: 220px;
	}

}





/* PC 960px以下 ------------------*/
@media screen and (max-width:960px) {
	h2 .en {
		font-size: 1.5rem;
		margin: 0;
	}
	h2 .js {
		font-size: 0.75rem;
	}
	img {
		width: 100%;
		height: auto;
	}

	/*----- メインビジュアル -----*/
	.main_header_wrap h1 {
		width: 370px;
		height: 285px;
	}
	.main_header_links_1 {
		top: 70px;
		width: 80px;
	}
	.main_header_links_2 {
		width: 180px;
	}

	/*----- お知らせ -----*/
	.top_news {
		margin: 0 auto 40px;
	}
	.top_news .names {
		display: flex;
		flex-wrap: wrap;
	}
	.top_news .names a {
		display: block;
		width: 49%;
		padding: 5px;
		margin: 0.5%;
		text-align: center;
		font-size: 0.75rem;
		line-height: 1.2em;
	}
	.top_news .names a:hover {
		color: #000;
		background: #d6d9db;
	}
	.top_news .names a.current {
		color: #fff;
		background: #000;
	}
	.top_news .view {
		padding: 10px 10px 30px;
	}
	.top_news .view .pages {
		margin: 0 0 10px;
	}
	.top_news .view .pages article {
		padding: 10px 0;
		font-size: 0.75rem;
	}
	.top_news .view .pages article:first-child {
		padding: 0 0 10px 0;
	}
	.top_news .view .pages article header {
		display: block;
	}
	.top_news .view article time {
		width: 100%;
		padding: 0;
		margin: 0 0 5px;
		line-height: 1.4em;
	}
	.top_news .view article h3 > a {
		line-height: 1.2em;
	}
	.top_news .view article.new time::before {
		padding: 0 5px;
		margin: 0 10px 0 0;
		font-size: 0.625rem;
	}
	.top_news .view nav a.more {
		font-size: 0.75rem;
	}
	.top_news .view nav a.more::before {
	    left: -10px;
	}
	.top_news .view nav a.rss {
		font-size: 0.75rem;
	}
	.top_news .view nav a.rss::before {
		width: 15px;
		height: 15px;
		background: url(../img/ic-rss.png) no-repeat left/cover;
	}

	/*----- 最新情報 -----*/
	.top_topics {
		margin: 40px auto;
	}
	.topics_sns {
		display: block;
	}
	.topics_sns_item {
		width: 100%;
		margin: 10px auto;
	}
	.topics_sns_item h3 {
		font-size: 0.875rem;
	}
	.topics_sns_item h3::before {
		width: 20px;
		height: 20px;
	}
	.topics_sns_item_inner {
		padding: 10px;
	}

	/*----- 暮らしの情報 -----*/
	.top_info {
		margin: 40px auto 20px;
	}
	.infonav_item {
		width: 46%;
		margin: 2%;
	}
	.infonav_item_icon {
		padding: 5px 0;
	}
	.infonav_item_icon img {
		width: 60px;
		height: 60px;
	}
	.infonav_item_label {
		height: 50px;
		padding: 16px 0 0;
		font-size: 0.875rem;
		line-height: 1.4em;
	}
	a.infonav_item_target:hover {
		background: #d6d9db;
		border: 2px solid #d6d9db;
	}

	/*----- 暮らしの情報2 -----*/
	.otherlink_item {
		width: 31.333%;
		margin: 1%;
	}

	/*----- トップサイド -----*/
	.side_menu_list {
		display: flex;
		flex-wrap: wrap;
	}
	.side_menu_list li {
		width: 50%;
		padding: 5px;
	}
	.side_menu_list a {
		margin: 0 !important;
	}
	#side .side_jinkou {
		width: 95%;
		max-width: 300px;
		margin: 0 auto;
	}
	.side_jinkou thead th {
		font-size: 1rem;
	}
	.side_jinkou thead th span {
		font-size: 0.625rem;
	}
	.side_jinkou tbody th {
		padding: 5px;
		font-size: 0.75rem;
	}
	.side_jinkou tbody td {
		padding: 5px 10px;
		font-size: 0.75rem;
	}



}

/* TB 768px以下 ------------------*/
@media screen and (max-width:768px) {

	/*----- メインビジュアル -----*/
	.main_header_wrap {
		border-top: 10px solid #000;
	}
	.main_header_wrap h1 {
		top: 50px;
		width: 400px;
		height: 308px;
	}
	.main_header_wrap h1 img {
		width: 100%;
		height: auto;
	}
	.main_header_txt {
		position: relative;
		top: 10px;
		left: 10px;
		width: 180px;
		height: 174px;
		margin: 0;
	}
	.main_header_links_1 {
		width: 60px;
	}
	.main_header_links_2 {
		bottom: 15px;
		width: 160px;
	}


}



/* SP 480px以下 ------------------*/
@media screen and (max-width:480px) {

	/*----- メインビジュアル -----*/
	.main_header_wrap {
		height: 450px;
	}
	.main_header_wrap_innr {
		height: 450px;
	}
	.main_header_wrap h1 {
		top: 60px;
		width: 300px;
		height: 231px;
	}
	.main_header_txt {
		width: 120px;
		height: 116px;
	}
	.main_header_links_1 {
		width: 50px;
	}
	.main_header_links_2 {
		bottom: 10px;
		width: 130px;
	}

}









