@charset "UTF-8";
@import url('option.css?20240415');
@import url('editor.css');


/*=========================
スタイルのリセット
=========================*/

html,body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:sans-serif;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol,ul {
	list-style:none;
}

fieldset,img {
	border:none;
}

body {
	text-align:center;
	line-height:1.5;
	color:#333;
}

@media(max-width:600px){
	body {
		min-width:100%;
	}
}

a:link { color:#06c; }
a:visited { color:#96f; }
a:hover { color:#6cf; }
a:active { color:#6cf; }
a:focus { outline:none;}
a:hover { text-decoration:none; }

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

body {
	background:url(../img/pc_bg_header.jpg) 50% 0 no-repeat;
}
@media(max-width:600px){
	body {
		background-size: 200%;
		background-position: 50% -5vw;
	}
}


/*=== ヘッダ ===*/
#header {
	width: 1000px;
	margin: 0 auto;
	padding: 72px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#header h1 {
	/*position: absolute;*/
	display: block;
	width: 260px;
	height: 93px;
	background:url(../img/main-logo.png?20220228) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
@media(max-width:600px){
	#header {
		width: 90vw;
		padding: 4vw 0 0 0;
	}
	#header h1 {
		position: absolute;
		top:6vw;
		width: 40vw;
		height: 17vw;
		background-size: 100%;
	}
}

/*=== SNSアイコン、検索ボックス、文字サイズ、その下のリンクなど ===*/
#header div a {
	text-decoration: none;
}

/*== SNSアイコン、検索ボックス ==*/
#header div div.sns_form {
	display: flex;
	margin-bottom: 15px;
}
/*SNSアイコン*/
#header div div.sns_form > a {
	margin: 0 10px 0 0;
	font-size: 0;
}
/*検索ボックス*/
#header div div.sns_form form {
	margin: 0 0 0 10px;
	padding: 0;
	height: 26px;
	display: flex;
}
#header div div.sns_form form input#keywords1 {
	margin: 0;
	width: 120px;
	height: 26px;
	background-color: #ccc;
	border: none;
	font-size: .9em;
}
#header div div.sns_form form input#search-submit {
	background-image: url(../img/btn_search.png);
    text-indent: -99999px;
    width: 72px;
		height: 26px;
    border: none;
    background-position: 0px 0px;
}
@media(max-width:600px){
	#header div {
		width: 90vw;
	}
	#header div div.sns_form {
		display: block;
		margin:0 0 2vw 40vw;
		text-align: right;
		width: 50vw;
	}
	/*SNSアイコン*/
	#header div div.sns_form > a img {
		width: 7vw;
	}
	/*検索ボックス*/
	#header div div.sns_form form {
		justify-content: flex-end;
	}
	#header div div.sns_form form input#keywords1 {
		width: 25vw;
	}
}

/*== 文字サイズ、english ==*/
#header div div:nth-child(2) {
	display: flex;
	justify-content:flex-end;
	font-size: .875em;
}
#header div div:nth-child(2) div {
	display: flex;
	justify-content: flex-end;
}
#header div div:nth-child(2) div p {
	padding: 0 10px 0 0;
	color: #666;
	line-height: 1.5;
}
#header div div:nth-child(2) span.fsize {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	overflow: hidden;
	white-space:nowrap;
	text-indent: 110%;
}
@media(max-width:600px){
	#header div div:nth-child(2) span.fsize {
		width: 20px;
		height: 20px;
	}
}
#header div div:nth-child(2) span.fsize a,
#header div div:nth-child(2) span.ftxt {
	display: block;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
#fsmall a { background: url(../img/btn_s.gif) 0 0 no-repeat; }
#fmiddle a { background: url(../img/btn_m_o.gif) 0 0 no-repeat; }
#flarge a { background: url(../img/btn_l.gif) 0 0 no-repeat; }
@media(max-width:600px){
	#header div div:nth-child(2) span.fsize a {
		background-size: 100%;
	}
}

@media(max-width:600px){
	#header div div:nth-child(2) {
		display: block;
		margin: 1vw 0;
		padding: 1vw 0;
		width: 90vw;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	#header div div:nth-child(2) div {
		justify-content:center;
	}
}

/*=English=*/
#header div div:nth-child(2) div + p a {
	margin-left: 17px;
	padding: 0 0 0 10px;
	background: url(../img/arrow_blue.png) 0 45% no-repeat;
}
@media(max-width:600px){
	#header div div:nth-child(2) div + p {
		float: left;
		padding-top: 2vw;
	}
	#header div div:nth-child(2) div + p a {
		margin-left: 0;
	}
}

/*== その下のリンク ==*/
#header div div:nth-child(2) + p {
	padding-top: 10px;
	text-align: right;
	font-size: .875em;
}
#header div div:nth-child(2) + p a {
	margin-left: 10px;
	padding: 0 0 0 10px;
	background: url(../img/arrow_blue.png) 0 45% no-repeat;
}
@media(max-width:600px){
	#header div div:nth-child(2) + p {
		float: right;
		padding: 0;
	}
}

/*=== グローバルメニュー ===*/
@media(min-width:601px){
	div#globalNavi input,
	div#globalNavi input + a {
		display: none;
	}
	
	/*div#globalNavi ul li ul {
		width: 100%;
		display: flex;
		margin: 0;
		padding: 0;
		justify-content:space-around;
		list-style: none;
		background-color: #ddd;
	}
	div#globalNavi ul li ul li {
		width: 100%;
		text-align: center;
	}
	div#globalNavi ul li ul li a {
		display: block;
	}*/
}

div#globalNavi {
	margin: 25px 0 0 0;
	width: 100%;
	display: block;
	background-color: #4fa7ee;
	overflow:visible !important;
}
div#globalNavi:before,
div#globalNavi:after {
	content: "";
	display:block;
	/*width: 100%;*/
	height: 1px;
	background-color: #fff;
	border: 1px solid #4fa7ee;
}
div#globalNavi a {
	font-size: 1.125em;
	color: #fff;
	text-decoration: none;
}
div#globalNavi > ul {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
div#globalNavi ul li {
	width: auto;
	text-align:left;
}

div#globalNavi ul li a {
	display: inline-block;
	padding: 15px 0 15px 15px;
	background:url(../img/arrow_mainmenu.png) 0 45% no-repeat;
}

div#globalNavi li.inclusion {
    position: relative;
}
div#globalNavi ul li ul {
	box-sizing: border-box;
	position: absolute;
	top:calc(1.125em + 30px);
	width: 20em;
	padding: 10px 10px 15px;
	font-size: .9em;
	background: #548bcc;
	transition: .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}
div#globalNavi li.inclusion:hover ul {
	top:calc(1.125em + 40px);
	visibility: visible;
	opacity: 1;
}
@media(max-width:600px){
	div#globalNavi li.inclusion {
  	  position: static;
	}
	div#globalNavi ul li a  {
		display: block;
	}
	div#globalNavi ul li ul {
		position: static;
		width: 100%;
		visibility: visible;
		opacity: 1;
		padding: 0;
	}
	div#globalNavi li.inclusion:hover ul {
		top:calc(1.125em + 40px);
		visibility: visible;
		opacity: 1;
	}
	div#globalNavi ul li ul li {
		padding:1vw 1vw 1vw 5vw;
	}
}
div#globalNavi ul li ul li a {
	padding: 5px 5px 5px 15px;
	background:url(../img/arrow_mainmenu.png) 0 10px no-repeat;
	line-height: 1.3;
}

/*hover*/
div#globalNavi ul li a:hover {color:#c9e4fa;}

/*スマホ用*/
@media(max-width:600px){
	#globalNavi {
		position: relative;
	}
	#globalNavi ul {
		width: 100vw;
		display: block;
		box-sizing: border-box;
	}
	#globalNavi ul li {
		width: 100vw;
		text-align: left;
		border-top:1px dashed #ccc;
	}
	#globalNavi ul li a {
		padding: 2vw 5vw 2vw 15vw;
		background-position: 5vw 50%;
	}
	#globalNavi input + a {
		display: block;
		padding: 3vw 1vw;
		text-align: left;
		padding: 3vw;
	}
	#globalNavi a[data-toggle="dropdown"] {
  		display: block;
	}
	/*#globalNavi a[data-toggle="dropdown"]:hover {
		background: #cd3d2e;
	}*/
	#globalNavi a[data-toggle="dropdown"]:before {
		position: absolute;
		display: block;
		content: '\25BC';
		font-size: 0.7em;
		color: #fff;
		top: 6vw;
		right: 10px;
		transform: rotate(0deg);
		transition: transform 0.6s;
	}
	#globalNavi input ~ ul {
		max-height: 0;
		overflow: hidden;
		list-style: none;
		padding: 0;
		margin: 0;
		transform: scaleY(0);
		transform-origin: 50% 0%;
		transition: max-height 0.6s ease-out;
		animation: hideAnimation 0.4s ease-out;
	}
	#globalNavi input[type="checkbox"] {
		opacity: 0;
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	#globalNavi input[type="checkbox"]:checked ~ ul {
		max-height: 9999px;
		display: block;
		transform: scaleY(1);
		animation: showAnimation 0.5s ease-in-out;
		transition: max-height 2s ease-in-out;
	}
	#globalNavi input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
		transform: rotate(-180deg);
		transition: transform 0.6s;
	}
}

@keyframes showAnimation {
  0% { transform: scaleY(0.1); }
  40% { transform: scaleY(1.04); }
  60% { transform: scaleY(0.98); }
  80% { transform: scaleY(1.04); }
  100% { transform: scaleY(0.98); }
  80% { transform: scaleY(1.02); }
  100% { transform: scaleY(1); }
}
@keyframes hideAnimation {
	0% { transform: scaleY(1); }
  60% { transform: scaleY(0.98); }
  80% { transform: scaleY(1.02); }
  100% { transform: scaleY(0); }
}

/*=== パンくず ===*/
div.navi {
	width: 720px;
	margin: 20px auto;
	padding: 0 280px 0 0;
	font-size: .875em;
	line-height: 1.3;
	text-align: left;
	color: #666;
}
@media(max-width:600px){
	div.navi {
		width: 90vw;
		margin: 2vw auto;
		padding: 0;
	}
}
div.navi a {
	text-decoration: none;
}

/*=== コンテンツ ===*/
#contentsBlock {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
#mainColumn {
	width: 720px;
	line-height: 1.75em;
}
#rightColumn {
	width: 220px;
}
@media(max-width:600px){
	#contentsBlock {
		width: 90vw;
		margin: auto;
		display: block;
	}
	#mainColumn {
		width: 100%;
	}
	#rightColumn {
		width: 100%;
	}
}

/*== 右のバナー ==*/
.mainBnr li {
	margin-bottom: 5px;
	display: inline;
}
@media(max-width:600px){
	.mainBnr {
		width: 90vw;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mainBnr li {
		width: 44vw;
		margin: 0 0 1vw 0;
	}
	.mainBnr li img {
		width: 100%;
	}
}

/*== 見出しなど ==*/
#mainColumn h2 {
	box-sizing: border-box;
	margin: 0 0 60px 0;
	padding: 20px;
	font-size: 1.875em;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
	background:url(../img/bg_pc_h2.png) 100% 100% no-repeat #4fa7ee;
}

/*h2の中にタグを含むもの*/
#contentsBlock #mainColumn h2 a,
#contentsBlock #mainColumn h2 strong,
#contentsBlock #mainColumn h2 span {
	color: #fff !important;
	background-color: transparent !important;
}
#contentsBlock #mainColumn h2 a {
	text-decoration: underline;
}

#mainColumn * + h2 {
	margin-top: 80px;
}
#mainColumn h2:nth-of-type(1) {
	margin-top: 20px !important;
}

#mainColumn h3 {
	margin: 60px 0 30px 0;
	padding-bottom: 12px;
	font-size: 1.375em;
	color: #333366;
	border-bottom: 3px double #aaa;
}
#mainColumn h2 + h3 {
	margin-top: 0;
}

/*カテゴリごとの画像*/
/*#mainColumn p img.alignnone.size-full {
	width: 720px;
	height: 50px;
}*/

/*=段落「p」=*/
#mainColumn * + p {
	margin-top: 20px;
}

/*テーブル／写真などがテーブルで配置された場合*/
#mainColumn table {
	margin: 0 0 5px;
}
#mainColumn table[align="right"] {
	margin-left:15px;
}
#mainColumn table[align="left"] {
	margin-right:15px;
}

#mainColumn table th,
#mainColumn table td {
	padding: .2em 0;
	line-height: 1.5;
}

/*= SNSボタン =*/
#mainColumn .wp_social_bookmarking_light {
	line-height: 1;
}


/*=== ページ上部、ラベル指定 ===*/
p#categoryLabel {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 10px;
	line-height: 1;
	border: 1px solid #ddd;
	color: #666;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
p#categoryLabel span {
	box-sizing: border-box;
	display: block;
	padding: 10px 20px 10px;
	text-align: right;
	vertical-align: middle;
	font-size: .875em;
	font-style:oblique;
	color: #666;
	background-color: #ddd;
}

/*新着情報*/
p#categoryLabel.cLabel_WhatsNew {
	color: #ba5ca3;
	border-color:#be9eb6;
}
p#categoryLabel.cLabel_WhatsNew span {
	color: #fff;
	background-color:#be9eb6;
}

/*イベント情報*/
p#categoryLabel.cLabel_upcomingEvents {
	color: #ea6b6b;
	border-color:#ea6b6b;
}
p#categoryLabel.cLabel_upcomingEvents span {
	color: #fff;
	background-color:#ea6b6b;
}

/*市民データベース*/
p#categoryLabel.cLabel_nuclear {
	color: #f09000;
	border-color:#f90;
}
p#categoryLabel.cLabel_nuclear span {
	color: #fff;
	background-color:#f90;
}

@media(max-width:600px){
	p#categoryLabel {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 5vw;
		padding: 2vw;
		display: block;
	}
	p#categoryLabel span {
		margin: 1vw 0 0 0;
		padding: 1vw 2vw 1vw 1vw;
	}
}

/*市民データベース 下位ページへの番号付きリスト*/
ol.databese_OL {
	margin: 3em 0;
	padding: .5em 0 .5em 4em;
	list-style: decimal;
	line-height: 1.5;
	border: 1px dashed #ccc;
	border-left: none;
	border-right: none;
}
ol.databese_OL li {
	margin: .4em 0 0 0;
}

/*=== 世界の核弾頭　など1カラムのテーブル ===*/
#contentsBlock .sub-frame0 table {
	width: 100% !important;
	font-size: .9em !important;
}


/*=== ページのトップへ ===*/
p#gotop {
	/*width: 1000px;*/
	margin: 60px auto 0;
	padding:3px 0 0 0;
	text-align: right;
	border-top: 1px solid #ccc;
}
p#gotop a {
	padding-left: 12px;
	font-size: .875em;
	background:url(../img/arrow_tpTop.png) 0 45% no-repeat;
	text-decoration: none;
}
p#gotop a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
@media(max-width:600px){
	p#gotop {
		width: 100%;
		margin: 5vw auto;
		text-align: center;
	}
	p#gotop a {
	}
	p#gotop a:hover {
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
}


/*=== フッター ===*/
footer {
	margin-top: 100px;
	font-size: 0.8125em;
	background:url(../img/pc_bg_footer.jpg) 50% 0 no-repeat;
}
footer#footer-en {
	background-position: 50% 90%;
}
@media(max-width:600px){
	footer {
		margin-top: 4vw;
		font-size: 0.88em;
		background:url(../img/sp_bg_footer_sky.jpg);
		background-size:100%;
		background-repeat: no-repeat;
		background-position:center 0;
	}
	footer#footer-en {
		background-position: 50% 0%;
	}
}

#footer .footer_inner {
	width: 1000px;
	margin: auto;
}
#footer .footer_inner div:first-of-type {
	padding: 40px 0;
	display: table;
}
#footer .footer_inner div:first-of-type ul {
	display: table-cell;
	vertical-align: top;
}
#footer .footer_inner div:first-of-type ul:first-of-type {
	width: 450px;
	justify-content:flex-start;
	flex-wrap: wrap;
}
#footer .footer_inner div:first-of-type ul li {
	float: left;
	width: 150px;
	margin-bottom: 3px;
	text-align: left;
}
/*#footer .footer_inner div:first-of-type ul:last-of-type {
	width: 440px;
	padding-left: 40px;
	border-left: 1px dotted #aaa;
}*/
@media(max-width:600px){
	#footer .footer_inner {
		width: 90vw;
		margin: auto;
	}
	#footer .footer_inner div:first-of-type {
		padding: 2vw 0;
		display: block;
	}
	footer #footer .footer_inner div ul {
		display:flex !important;
		width:90vw;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#footer .footer_inner div ul li {
		font-size: .8em;
	}
	#footer .footer_inner div:first-of-type ul:first-of-type {
		width: 90vw;
	}
	#footer .footer_inner div:first-of-type ul li {
		float: none;
		width: 30vw;
	}
	/*#footer .footer_inner div:first-of-type ul:last-of-type {
		width: auto;
		margin: 2vw 0 0 0;
		padding-left: 0;
		padding-top: 2vw;
		border-left: none;
		border-top: 1px solid #ccc;
	}*/
	#footer .footer_inner div:first-of-type ul:last-of-type li {
		width: 44vw !important;
	}
}

/*PCUフッター*/
footer#footer-pcu #footer div:first-of-type ul:last-of-type {
	border: none;
	padding: 0;
}

#footer .footer_inner div:first-of-type ul:last-of-type li {
	width: 220px;
}

/*リンクのaタグ*/
#footer .footer_inner div:first-of-type ul li a {
	padding: 0 0 0 10px;
	background: url(../img/arrow_blue.png) 0 45% no-repeat;
	text-decoration: none;
}

/*ロゴ、住所など*/
#footer .footer_inner div:last-of-type {
	text-align: left;
	display: flex;
	color: #666;
}
#footer .footer_inner div:last-of-type p {
	padding-left: 15px;
}
#footer .footer_inner div:last-of-type p a {
	color: #666;
	text-decoration: none;
}
@media(max-width:600px){
	#footer .footer_inner div:last-of-type {
		display: block;
		background:url(../img/sp_bg_footer_statue.png) 100% bottom no-repeat;
		background-size: 30vw;
		padding-bottom: 5vw;
	}
	#footer-pcu #footer .footer_inner div:last-of-type {
		background-image: none;
	}
	#footer .footer_inner div:last-of-type img {
		width: 40vw;
	}
	#footer .footer_inner div:last-of-type p {
		padding-left: 0;
		font-size: .8em;
	}
}

/*コピーライト*/
#footer .copyright {
	margin: 40px 0 7px;
	padding: 10px 0;
	background-color: #4fa7ee;
	color: #fff;
}
#footer .copyright a {
	text-decoration: none;
	color: #fff;
}
@media(max-width:600px){
	#footer .copyright {
		margin: 0;
		font-size: .6em;
	}
}





