@charset "utf-8";

/********* HTML再定義 ***********************************************/

body {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	color: #333;
	line-height: 1.8;
	font-size: 90%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, Meiryo, sans-serif;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
h1 {
	font-size: 1.5rem;
	line-height: 1.2;
}
h2 {
	font-size: 1.1rem;
	line-height: 1.2;
}

h3 {
	font-size: 1.1rem;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.1rem;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
a, a:visited {
	outline: none; 
	color: #004d25;
}
a:hover {
	text-decoration: none;
}

/********* 全体 *****************************************************/

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
img {
	max-width: 100%;
	height: auto;
}
small {
	font-size: 1em;
}
.pink {
	color: #C8385B;
}
.red {
	color: red;
}
.blue {
	color: #0077FF;
}
.navyblue {
	color: #1D4294;
}
.green {
	color: #309D00;
}
.big {
	font-size: 1.2rem;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
a.button {
	font-weight: bold;
	margin: 0;
	padding: 0 12px;
	background: #0077FF;
	text-decoration: none;
	color: #FFF;
	vertical-align: 2px;
}
a.button_map {
	font-weight: bold;
	margin: 12px 0 0 0;
	padding: 0 12px;
	background: #0077FF;
	text-decoration: none;
	color: #FFF;
	vertical-align: 2px;
}
a.button_gray {
	font-weight: bold;
	margin: 0;
	padding: 0 12px;
	background: #333;
	text-decoration: none;
	color: #FFF;
	vertical-align: 2px;
}
.mail_image {
	vertical-align: 1px;
}
.funwari a, a:visited {
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.funwari a:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
.link_button a {
	display: block;
	width: 40%;
	text-decoration: none;
	font-weight: bold;
	background: #1D4294;
	color: #FFF;
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.25em 0.5em;
	border-radius: 5px;
	behavior: url(http://kaneko-yuichi.com/PIE.htc);
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.link_button a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
address {
	font-style: normal;
}
	
/********* ヘッダー *************************************************/
header {
	position:fixed;
	top: 0;
	padding: 6px 12px;
	margin: 0;
	width: 100%;
	background: #1D4294;
	z-index: 100;
	color: #FFFFFF;
	font-size: 1rem;/* ここまで修正 */
}
header h1 {
	float: left;
	width: 44%;
	margin: 0 1% 0 0;
	padding: 6px 12px;
	font-size: 1rem;
	line-height: 1.4;
}
header p {
	display: none;
}
nav {
	display: block;
	float: left;
	width: 54%;
	margin: 0 0 0 1%;
	text-align: right;	
	z-index: 200;
}
#menu {
	display: block;
}
	
nav ul li {
	display: inline-block;
}
nav ul li a:link, nav ul li a:visited {
	font-size: 0.85rem;
	margin-left: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.slicknav_menu {
   	 display:none;
}

/********* フッター *************************************************/

footer {
	width: 100%;
	margin: 0 auto;
	padding: 24px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 0.75rem;
	background-color: #1D4294;
}
footer a, footer a:visited {
	color: #FFFFFF;
}
footer div.bottom_navi ul li {
	display: inline-block;
	margin-right: 1em;
	font-size: 0.75rem;
	line-height: 2;
}
footer address {
	margin-top: 1rem;
	padding-top: 1rem;
}
footer div.copyright {
	margin: 24px 0 0 0;
}
span.kaneko {
	font-size: 1.1rem;
}
.tel-link a {
    font-weight: bold;
    color: #DD9622;
}
/********* 共通内容 *****************************************************/

div.section {
	margin-top: -100px;/* ナビ分ずらした */
	padding-top: 100px;
}
section {
	padding: 60px 0;
}
div.contents_width {
	max-width: 960px;
	min-height: 870px;
	margin: 0 auto;
}
div.contents_box {
	width: 90%;
	margin: 0 auto;
	padding: 36px;
	background-color: rgba( 255, 255, 255, 0.9 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
	border-radius: 15px;
	behavior: url(http://kaneko-yuichi.com/PIE.htc);
	position: relative;
}
div.contents_box h1 {
	border-bottom: 1px solid #1D4294;
	margin: 0 0 24px 0;
	color: #1D4294;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
div.contents_box h2 {
	margin: 0 0 0.5em 0;
	color: #333333;
}
div.contents_box div.contents_2column {
	display: inline-block;
	width: 47%;
	margin: 0 6% 0 0;
	padding: 0;
	vertical-align: top;
}
div.contents_box div.contents_2column:last-child {
	margin: 0 auto;
}
div.contents_box ul {
	margin: 0 0 24px 0;
}
div.contents_box ul li ul li ul {
	margin: 0;
}
div.contents_box ul.history {
	padding-left: 1em;
	text-indent: -1em;
}
div.contents_box ul.history > li::before {
	content: "◆";
}
div.contents_box ul.history ul.history2 > li::before {
	content: "・";
}

div.contents_1colum {
	margin-bottom: 24px;
	vertical-align: middle;
}

/********* ホーム ***************************************/

div.top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(#FFF9B3, #FFF); 
	background: -webkit-linear-gradient(top, #FFF9B3, #FFF);
	
}
div.contents_box_top {
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 0 50px 0;
}

div.top_image {
	max-width: 100%;
	margin: 0 auto;
	background: url(../images/top_image.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	padding-top: 56.25%;
}
div.top div.socialarea {
	width: 100%;
	background: #1D4294;
	padding: 12px 0;
	position: absolute;
	bottom: 0;
}
div.top div.facebook_button {
	width: 150px;
	margin: 0 0 0 2%;	
}
div.top div.social_button {
	width: 90%;
	margin: 0 auto 0 auto;
}
div.top div.social_button a {
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

/********* ごあいさつ ***************************************/

section.aisatsu {
	background: url(../images/background_aisatsu.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #FFF;
}
p.sign {
	margin: 12px 0 0 0;
	text-align: right;
}

/********* プロフィール ***************************************/

section.profile {
	background: url(../images/background_profile.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #FFF;
}
img.photo_2column {
	display: inline-block;
	width: 47%;
	margin: 0 3% 0 0;
	padding: 0;
	vertical-align: top;
}
img.photo_2column:nth-child(even) {
	margin: 0;
}

/********* 政策 ***************************************/

section.policy {
	background: url(../images/background_policy.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #FFF;
}
p.policy {
	margin: 0 0 12px 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #1D4294;
	line-height: 1.2;
}
ul.policy_list {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
ul.policy_list li {
	font-size: 1.6em;
}
ul.policy_list li::before {
	content: "◯";
}
ul.policy_list li ul li {
	color: #333;
	font-weight: normal;
}
ul.policy_list li ul li::before {
	content: "○";
}
img.photo_1column {
	display: block;
	margin: 0 0 24px 0;
	vertical-align: top;
	width: 100%;
}
img.photo_1column:last-child {
	margin: 0;
}
dl dt {
	color: #1D4294;
	font-weight: bold;
}

dl dd {
	background-color: #FFFBAB;
	border: 1px solid #EABE4B;
	margin: 0 0 0.8em 0;
	padding: 0.5em 0.8em;
	border-radius: 8px;
	behavior: url(http://test.knet-pr.com/yuichi_kaneko/PIE.htc);
	position: relative;
}
/********* 施策の達成状況 ***************************************/

section.achievement {
	background: url(../images/background_achievement.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #FFF;
}
section.achievement img {
	border: 1px #999 solid;
}
section.achievement p {
	margin-bottom: 0.5em;
}

/********* 活動報告 ***************************************/

section.report {
	background: url(../images/background_report.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #FFF;
}
figure.photo_4column {
	display: inline-block;
	width: 48%;
	margin: 0 3% 24px 0;
	padding: 0;
	vertical-align: top;
	position: relative;
}
figure.photo_4column:nth-child(odd) {
	margin: 0 0 24px 0;
}
figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	background: rgba( 0, 0, 0, 0.8 );
	font-size: 0.85em;
	line-height: 1.2;
	color: #FFF;
	padding: 0.25em 0.5em;
}
figcaption span.small {
	font-size: 0.85em;
}
span.now {
	background: #333;
	color: #FFF;
	padding: 0.25em 0.5em;
	font-size: 0.85em;
	vertical-align: 0.15em;
}
span.ex {
	background: #6d6d6d;
	color: #FFF;
	padding: 0.25em 0.5em;
	font-size: 0.85em;
	vertical-align: 0.15em;
}
section.report ul li{
	margin: 0 0 3px 0;
}
/********* 後援会 ***************************************/

section.support {
	background: url(../images/background_support.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #FFF;
}
ol {
	list-style: none;
	padding-left: 0;
	display: table;
	margin-bottom: 24px;
}
ol li:after {
	content: "";
	display: block;
	margin-bottom: 0.5em;
}
 
ol li {
	display: table-row;
	counter-increment: table-ol;
}
ol li:before {
	content: counter(table-ol) ".";
	display: table-cell;
	padding-right: 0.4em;
	text-align: right;
}

/********* プライバシーポリシー ***************************************/

section.privacy {
	background-color: #f5e56b;
}
section.privacy div.contents_box {
	font-size: 0.8rem;
	line-height: 1.4;
	margin-top: 30px;
}
section.privacy div.contents_box h2 {
	font-size: 0.9rem;
}
section.privacy p {
	margin-bottom: 24px;
}
section.privacy ul {
	margin-bottom: 24px;
}

/********* お役立ちリンク ***************************************/

section.link {
	background-color: #f5e56b;
}
section.link div.contents_box {
	margin-top: 30px;
}
section.link div.contents_box h2 {
	margin-top: 48px;
}
section.link p {
	margin-bottom: 24px;
}
section.link ul {
	margin-bottom: 12px;
}
section.link ul li {
	margin-bottom: 12px;
}
section.link ul li ul {
	margin-left: 1em;
}
section.link ul li ul li {
	margin-bottom: 0;
}
section.link ul li ul li:last-child {
	margin-bottom: 12px;
}
div.link_title {
}
div.link_title_1 {
	background: url(../images/link_title_1.png) no-repeat;
	max-width: 100%;
	margin: 0 auto;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	padding-top: 17.3611%;
	border: 3px solid #8da0b6;
	margin: 12px 0 24px 0;
	border-radius: 10px;
	behavior: url(http://test.knet-pr.com/yuichi_kaneko/PIE.htc);
	position: relative;
}
div.link_title_2 {
	background: url(../images/link_title_2.png) no-repeat;
	max-width: 100%;
	margin: 0 auto;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	padding-top: 17.3611%;
	border: 3px solid #8da0b6;
	margin: 12px 0 24px 0;
	border-radius: 10px;
	behavior: url(http://test.knet-pr.com/yuichi_kaneko/PIE.htc);
	position: relative;
}
div.link_title_3 {
	background: url(../images/link_title_3.png) no-repeat;
	max-width: 100%;
	margin: 0 auto;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	padding-top: 17.3611%;
	border: 3px solid #8da0b6;
	margin: 12px 0 24px 0;
	border-radius: 10px;
	behavior: url(http://test.knet-pr.com/yuichi_kaneko/PIE.htc);
	position: relative;
}
blockquote {
	background: #dcdcdc;
	border-radius: 5px;
	padding: 1em;
	margin-bottom: 24px;
}
section.link blockquote p {
	margin: 0;
}

/********* retina *********************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	div.top_image {
		background: url(../images/top_image@2x.png) no-repeat;
		background-size: cover;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 56.25%;
	}
	div.link_title_1 {
		background: url(../images/link_title_1.png) no-repeat;
		background-size: cover;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 17.3611%;
		margin: 24px 0;
	}
	div.link_title_2 {
		background: url(../images/link_title_2@2x.png) no-repeat;
		background-size: cover;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 17.3611%;
		margin: 24px 0;
	}
	div.link_title_3 {
		background: url(../images/link_title_3@2x.png) no-repeat;
		background-size: cover;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 17.3611%;
		margin: 24px 0;
	}
}

/********* レスポンシブ *********************************************/
@media (max-width: 800px) {
	header {
		font-size: 1rem;
		padding: 0;
		width: 80%%;
		background: none;
	}
	header h1 {
		float: left;
		width: 100%;
		margin: 0 auto;
		font-size: 0.9rem;
	}
	nav {
		display: none;
	}
	#menu {
		display: none;
	}
	.slicknav_menu {
		position:fixed;
		top:0;
		right:0;
		display:block;
		z-index: 1000;
		width: 100%;
		background: #1D4294 !important;
	}
	.slicknav_menu:before {
		width: 80%;
		height: 0.9rem;
		float: left;
		margin-left: 6px;
		margin-top: 0;
		margin-bottom: 0;
		content:"鴻巣市会議員 金子ゆういち Official Website" !important;
		color: #fff;
		font-weight: bold;
		font-size: 0.9rem;
		line-height: 1.2;
	}
	/* ホーム */
	div.contents_box_top {
		max-width: 1280px;
		margin: 0 auto;
		padding: 50px 0;
	}
	div.top_image {
		max-width: 1280px;
		margin: 0 auto 0 auto;
		background: url(../images/top_image_sp.png) no-repeat;
		background-size: cover;
		background-position: center bottom;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 129.1666%;
	}
	div.top div.facebook_button {
		width: 100px;
		margin: 0 0 0 2%;
	}
}
@media (max-width: 667px) {
	.link_button a {
		width: 100%;
	}
	footer {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	footer a, footer a:visited {
		color: #333;
	}
	footer div.bottom_navi ul li {
		margin: 0;
		padding: 0;
		width: 50%;
		height: 44px;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
		border-bottom: 1px solid white;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-left: 1px solid #FFF;
		vertical-align: top;
	}
	footer div.bottom_navi ul li:nth-child(even) {
	border-right: none;
	}
	footer div.bottom_navi ul li a {
		display: block;
		position: relative;
		height: 44px;
		margin: 0;
		padding: 1em;
		text-decoration: none;
		border-bottom: 1px solid #CCC;
	}
	footer address, footer div.copyright {
		padding: 24px 1em;
	}
	div.section {
		margin-top: -30px;/* ナビ分ずらした */
		padding-top: 30px;
	}
	div.contents_box {
		font-size: 0.85rem;
		padding: 36px 18px;
	}
	div.contents_box div.contents_2column {
		display: block;
		width: 100%;
		margin: 0 auto 24px auto;
	}
	/* 政策 */	
	p.policy {
		font-size: 1rem;
	}
	ul.policy_list {
		padding-left: 1em;
		text-indent: -1em;
	}
	ul.policy_list li {
		font-size: 1em;
	}
	
	/* プロフィール */
	img.photo_2column {
		display: block;
		width: 100%;
		margin: 0 auto 24px auto;
	}
	/* 活動報告 */
	figure.photo_4column {
		display: block;
		width: 100%;
		margin: 0 auto 24px auto;
	}
	/* リンク */
	div.link_title_1 {
		background: url(../images/link_title_1_sp@2x.png) no-repeat;
		max-width: 100%;
		margin: 0 auto;
		background-size: cover;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 52.0833%;
		margin: 12px 0 24px 0;
	}
	div.link_title_2 {
		background: url(../images/link_title_2_sp.png) no-repeat;
		max-width: 100%;
		margin: 0 auto;
		background-size: cover;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 52.0833%;
		margin: 12px 0 24px 0;
	}
	div.link_title_3 {
		background: url(../images/link_title_3_sp.png) no-repeat;
		max-width: 100%;
		margin: 0 auto;
		background-size: cover;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		height: 0;
		padding-top: 52.0833%;
		margin: 12px 0 24px 0;
	}
}