@charset "utf-8";

/*
	kokusei2025-fukushima.jp　共通CSS
	https://kokusei2025-fukushima.jp/

	create	20250616-

*/

/* ----- import ----- */
@import url("import_html5reset-1.6.1.css") all;		/* リセット */
@import url("import_text.css") all;		/* テキスト */


/* ----- 共通用 ----- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:hover {
	color: #FF3300;
}
.preview {
	width: 100%;
	display: block;
	background-color: #f00;
	color: #fff;
	padding: 10px;
	margin: 0;
}


/* ------------------------------
	回り込み解除
------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* ------------------------------
	工事中
------------------------------ */
.underConstruction {
	font-size: 3rem;
	text-align: center;
	width: 100%;
	padding: 200px 0!important;
	text-align: center!important;
}
.underConstruction span {
	display: block;
	margin: 30px 0 0 0;
}



/* ------------------------------
	データなし
------------------------------ */
.nodata {
	width: 100%;
	padding: 100px 0px;
	text-align: center;
}



/* ------------------------------
	色設定
------------------------------ */
.fa-file-pdf {
	color: #bc1d07;
}
.fa-file-word {
	color: #103f91;
}
.fa-file-excel {
	color: #185c37;
}
.fa-file-archive {
	color: #000;
}
.fa-file-powerpoint{
	color: #d35230;
}



/* ------------------------------
	スクロールバー
------------------------------ */
/*スクロールバー全体*/
::-webkit-scrollbar {
	width: 10px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}



/* ---------------------------------------------------------
	約568px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */

/* ヘッダ部
---------------------------------------- */
header {
	margin: 0;
	padding: 0;
}
header .headBlock {
	margin: 0 0 15px;
	padding: 18px 0 15px 0;
	position: relative;
	background-color: #FFF200;
}
header .headBlock .top {
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}
header .headBlock h1 {
	margin: 0 10px;
	position: inherit;
	z-index: 3;
}
header .headBlock h1 img {
	width: 100%;
}
header .headBlock h2 {
	width: 160px;
	margin: 0 auto 228px;
	position: inherit;
	z-index: 3;
}
header .headBlock h2 img {
	width: 100%;
}
header .headBlock .obi {
	width: 333px;
	margin: 8px auto 0;
	padding: 11px 0;
	background-image: url(../img/obi_back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: inherit;
	z-index: 3;
}
header .headBlock .obi p {
	font-weight: bold;
}
header .headleft {
	width: 260px;
	position: absolute;
	top: 168px;
	left: calc(50% - 200px);
	z-index: 1;
}
header .headleft img {
	width: 100%;
}
header .headright {
	width: 141px;
	position: absolute;
	top: 202px;
	right: calc(50% - 186px);
	z-index: 2;
}
header .headright img {
	width: 100%;
}
header .headright span {
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: right;
	display: block;
}
.btn {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 10px;
	z-index: 4;
	position: relative;
}
.btn p {
	line-height: 1!important;
}
.btn a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-radius: 8px;
	background-color: #28B4D7;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	display: block;
}
.btn a:hover {
	background-color: #38a3bd;
}


/* メイン
---------------------------------------- */
main {
	margin: 0 auto;
	padding: 0 10px;
}

/* 共通section */
main .mokuji {
	width: 100%;
	margin: 0 0 50px;
}
main .mokuji ul {
	margin: 0;
	padding: 0;
}
main .mokuji ul li {
	list-style: none;
	margin: 0 0 10px;
}
main .mokuji ul li a {
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 12px 0;
	background-color: #49913a;
	border-radius: 8px;
	display: block;
}
main .contentBlock {
	margin: 0 auto 66px;
}
main .contentBlock h2 {
	font-size: 2rem;
	margin: 0 0 30px;
	padding: 11px 0;
	background-color: #FDF000;
}
main .contentBlock h3 {
	font-size: 2rem;
	margin: 0 auto 30px;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #333;
	display: inline-block;
}
main .contentBlock h4 {
	font-size: 1.8rem;
	margin: 0 auto 30px;
}
main .contentBlock p {
	font-size: 1.6rem;
	line-height: 1.8;
}
main .contentBlock p.text {
	text-align: left;
	margin: 0;
	padding: 0;
}
main .contentBlock p.text span {
	color: #f00;
	font-weight: bold;
}

/* 国勢調査について */
main .contentBlock .chosaBox .text {
	text-align: left;
	margin: 0 auto 30px;
}

/* 便利です */
main .contentBlock .benriBlock {
	margin: 0;
	padding: 18px;
	border: 1px solid #333;
	border-radius: 8px;
}
main .contentBlock .benriBlock h3 {
	font-size: 2rem;
	text-align: left;
	margin: 0 0 15px;
	padding: 0;
}
main .contentBlock .benriBlock .comment {
	color: #333;
	font-size: 1.4rem;
	font-weight: normal;
	margin-left: 10px;
}
main .contentBlock .benriBlock .benriLeft {
	margin: 0 0 15px;
}

/* 便利 吹き出し */
main .contentBlock .benriBlock .fukidasi {
	position: relative;
	margin: 0 0 111px;
}
main .contentBlock .benriBlock .fukidasi p.text {
	text-align: left;
	margin: 0;
	padding: 20px 23px 0 26px;
	background-image: url(../img/fukidasiBg_sp.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
/*
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
*/
}
main .contentBlock .benriBlock .fukidasi p.foot {
	margin: 0;
	padding: 0 23px 32px 26px;
	background-image: url(../img/fukidasiBgFoot_sp.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
main .contentBlock .benriBlock .fukidasi p span {
	display: inline-block;
}
main .contentBlock .benriBlock .fukidasi .bekotarou9 {
	width: 100px;
	position: absolute;
	bottom: -111px;
	right: 30px;
}
main .contentBlock .benriBlock .fukidasi .bekotarou9 img {
	width: 100%;
}

/* 国勢調査員になりませんか */
main .contentBlock .chosainBlock .bekotarou2 {
	width: 100px;
	margin: 0 auto;
}
main .contentBlock .chosainBlock .bekotarou2 img {
	width: 100%;
}

/* ポイント */
main .contentBlock .pointBlock {
	margin-bottom: 50px;
}
main .contentBlock .pointBlock .pointBox {
	width: 100%;
	margin: 0 auto 15px;
	padding: 15px;
	background-color: #ECF5F8;
	border: 5px solid #28B4D7;
	border-radius: 18px;
	position: relative;
}
main .contentBlock .pointBlock .pointBox p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	padding: 0;
}
main .contentBlock .pointBlock .pointBox:nth-child(1) {
	padding-left: 111px;
}
main .contentBlock .pointBlock .pointBox:nth-child(1) .bekotarou8 {
	width: 80px;
	position: absolute;
	left: 20px;
	bottom: 5px;
}
main .contentBlock .pointBlock .pointBox:nth-child(1) .bekotarou8 img {
	width: 100%;
}
main .contentBlock .pointBlock .pointBox:nth-child(2) {
	padding-right: 80px;
}
main .contentBlock .pointBlock .pointBox:nth-child(2) .bekotarou9 {
	width: 66px;
	position: absolute;
	right: 22px;
	bottom: 0px;
}
main .contentBlock .pointBlock .pointBox:nth-child(2) .bekotarou9 img {
	width: 100%;
}
main .contentBlock .pointBlock .pointBox:nth-child(3) {
	padding: 30px 0px 30px 100px;
}
main .contentBlock .pointBlock .pointBox:nth-child(3) .bekotarou5 {
	width: 66px;
	position: absolute;
	left: 22px;
	bottom: -22px;
}
main .contentBlock .pointBlock .pointBox:nth-child(3) .bekotarou5 img {
	width: 100%;
}
main .contentBlock .pointBlock .pointBox:nth-child(4) {
	padding: 30px 100px 30px 0;
}
main .contentBlock .pointBlock .pointBox:nth-child(4) .bekotarou10 {
	width: 66px;
	position: absolute;
	right: 22px;
	bottom: -2px;
}
main .contentBlock .pointBlock .pointBox:nth-child(4) .bekotarou10 img {
	width: 100%;
}

/* リンク */
main .contentBlock .linkBlock {
	width: 100%;
}
main .contentBlock .linkBlock p {
	margin-bottom: 10px;
}
main .contentBlock .linkBlock p:last-of-type {
	margin-bottom: 0;
}
main .contentBlock .linkBlock p a {
	width: 234px;
	margin: 0 auto;
	display: block;
}
main .contentBlock .linkBlock p.max a {
	width: 333px;
}
main .contentBlock .linkBlock p a img {
	width: 100%;
}

/* カミングスーン */
.comingsoon {
	font-size: 2.4rem!important;
	padding: 100px 0;
}



/* ページトップに戻るボタン
---------------------------------------- */
.btnTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 77;
}
.btnTop span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.1;
	margin: 0;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	display: block;
}
.btnTop a {
	color: #fff;
	width: 60px;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.btnTop a img {
	width: 100%;
}
.btnTop a:hover {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}



/* フッタ
---------------------------------------- */
footer {
	margin: 0 auto;
	padding: 10px 0;
	border-top: 16px solid #FFF200;
}
footer img {
	height: 44px;
	margin: 0 5px 5px;
}



@media screen and (min-width: 410px){
	/*	約410px以上の画面向けスタイル second tablet */

	/* ヘッダ
	---------------------------------------- */
	header .headleft {
		width: 280px;
	}

	/* メイン
	---------------------------------------- */
	main .contentBlock .pointBlock .pointBox:nth-child(1) {
	}
	main .contentBlock .pointBlock .pointBox:nth-child(1) .bekotarou8 {
		left: 30px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(2) {
	}
	main .contentBlock .pointBlock .pointBox:nth-child(2) .bekotarou9 {
		right: 33px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(3) {
	}
	main .contentBlock .pointBlock .pointBox:nth-child(3) .bekotarou5 {
		left: 30px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(4) {
	}
	main .contentBlock .pointBlock .pointBox:nth-child(4) .bekotarou10 {
		right: 33px;
	}
}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル */

	/* ヘッダー
	---------------------------------------- */
	header .headBlock h2 {
		width: 222px;
		margin: 0 auto 10px;
	}
	header .headBlock .obi {
		width: 350px;
		margin: 0px auto;
		padding: 10px 0 10px;
	}
	header .headleft {
		width: 240px;
		top: 222px;
		left: calc(50% - 380px);
	}
	header .headright {
		width: 191px;
		top: 222px;
		right: calc(50% - 380px);
	}

	/* メイン
	---------------------------------------- */
	main .mokuji {
		width: 500px;
		margin: 0 auto 50px;
	}
	main .mokuji ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 5px;
	}
	main .mokuji ul li {
		width: calc(50% - 5px);
	}

	main .contentBlock h2 {
		font-size: 2.2rem;
	}
	main .contentBlock h3 {
		font-size: 2rem;
	}
	main .contentBlock h4 {
		font-size: 1.8rem;
	}

	main .contentBlock .chosaBox {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	main .contentBlock .chosaBox .text {
		width: calc(100% - 150px);
		text-align: center;
	}
	main .contentBlock .chosaBox .bekotarou8 {
		order: 1;
		width: 120px;
	}

	/* 便利です */
	main .contentBlock .benriBlock {
		display: flex;
		justify-content: space-between;
		gap: 15px;
		padding: 18px 0 18px 18px;
		margin-bottom: 111px;
	}
	main .contentBlock .benriBlock h3 {
		font-size: 2rem;
	}
	main .contentBlock .benriBlock .benriLeft {
		width: 50%;
		margin: 0;
	}
	main .contentBlock .benriBlock .benriRight {
		width: 50%;
	}

	/* 便利 吹き出し */
	main .contentBlock .benriBlock .fukidasi {
		margin: 0;
	}
	main .contentBlock .benriBlock .fukidasi p.foot {
		background-size: cover;
	}

	main .contentBlock .chosainBlock  {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		margin-bottom: 30px;
	}
	main .contentBlock .chosainBlock .text {
		width: calc(100% - 130px);
		text-align: center;
	}
	main .contentBlock .chosainBlock .bekotarou2 {
		width: 100px;
		position: relative;
	}
	main .contentBlock .chosainBlock .bekotarou2 img {
		position: absolute;
		top: 50px;
		right:40px;
	}

	/* ポイント */
	main .contentBlock .pointBlock {
		margin: 0 15px 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px;
	}
	main .contentBlock .pointBlock .pointBox {
		width: calc(50% - 15px);
	}
	main .contentBlock .pointBlock .pointBox:nth-child(1) {
		padding-left: 100px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(1) .bekotarou8 {
		left: 20px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(2) {
		padding-left: 20px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(2) .bekotarou9 {
		right: 20px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(3) {
		padding: 30px 0 30px 80px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(3) .bekotarou5 {
		left: 20px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(4) {
		padding: 30px 80px 30px 0;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(4) .bekotarou10 {
		right: 20px;
	}

	/* 共通
	---------------------------------------- */
	.btn {
		width: 360px;
	}
}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル */

	/* ヘッダー
	---------------------------------------- */
	header .headBlock .top {
		font-size: 2.4rem;
	}
	header .headBlock h1 {
		width: 888px;
		margin: 0 auto;
	}
	header .headBlock h2 {
		width: 333px;
		margin: 0 auto;
	}
	header .headBlock .obi {
		width: 380px;
	}
	header .headBlock .obi p {
		font-size: 2rem;
	}
	header .headleft {
		width: 280px;
		top: 246px;
		left: calc(50% - 480px);
	}
	header .headright {
		width: 222px;
		top: 246px;
		right: calc(50% - 424px);
	}

	/* メイン
	---------------------------------------- */
	main .mokuji {
		width: 666px;
	}
	main .mokuji ul li {
		width: calc(25% - 5px);
	}

	main .contentBlock h2 {
		font-size: 2.4rem;
	}
	main .contentBlock h3 {
		font-size: 2.2rem;
	}
	main .contentBlock h4 {
		font-size: 2rem;
	}

	main .contentBlock {
		margin: 0 auto 88px;
	}
	main .contentBlock .chosaBox .bekotarou8 {
		width: 165px;
	}
	main .contentBlock .chosaBox .text {
		font-size: 2rem;
		width: calc(100% - 185px);
	}
	main .contentBlock .benriBlock .comment {
		font-size: 1.6rem;
	}
	main .contentBlock .benriBlock h3 {
		font-size: 2.4rem;
	}
	main .contentBlock .benriBlock p.text {
		font-size: 1.8rem;
	}
	main .contentBlock .benriBlock .fukidasi p.text {
		padding: 23px 26px 0 26px;
		background-image: url(../img/fukidasiBg_pc.png);
	}
	main .contentBlock .benriBlock .fukidasi p.foot {
		padding: 0 23px 36px 26px;
		background-image: url(../img/fukidasiBgFoot_pc.png);
	}
	main .contentBlock .chosainBlock .bekotarou2 {
		width: 155px;
	}
	main .contentBlock .chosainBlock .bekotarou2 img {
		top: 20px;
	}
	main .contentBlock .chosainBlock .text {
		font-size: 2rem;
		width: calc(100% - 180px);
	}

	/* ポイント */
	main .contentBlock .pointBlock .pointBox {
	}
	main .contentBlock .pointBlock .pointBox p {
		font-size: 2.4rem;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(1) {
		padding-left: 130px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(1) .bekotarou8 {
		width: 100px;
		bottom: -5px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(2) .bekotarou9 {
		width: 80px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(3) {
		padding: 30px 0 30px 111px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(3) .bekotarou5 {
		width: 77px;
		bottom: -33px;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(4) {
		padding: 30px 88px 30px 0;
	}
	main .contentBlock .pointBlock .pointBox:nth-child(4) .bekotarou10 {
		width: 77px;
		bottom: -5px;
	}

	/* 共通
	---------------------------------------- */
	.btn {
		width: 480px;
	}
	.btn a {
		font-size: 2rem;
	}
}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル */

	/* メイン
	---------------------------------------- */
	main .contentBlock {
		margin: 0 calc(50% - 600px) 100px;
	}
	main .contentBlock .benriBlock {
		margin-bottom: 150px;
	}
	main .contentBlock .benriBlock .fukidasi .bekotarou9 {
		width: 136px;
		bottom: -167px;
		right: 77px;
	}
}
