:root {
	--olul-mleft: 2em;
	--olul-mbottom: 2em;
}

/*---------------------------
main
---------------------------*/
main {
	padding-bottom: 6vw;
}

.breadcrumb {
	padding: 1em 0;
	white-space: nowrap;
	overflow: hidden;
	max-width: var(--max-width);
}

.pc .breadcrumb {
	text-overflow: ellipsis;
}

.sp .breadcrumb {
	overflow-x: auto;
}

.breadcrumb ul {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 80%;
}

.breadcrumb li {
	margin: 0;
	flex-shrink: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 20em;
}

.breadcrumb li~li::before {
	content: ">";
	margin: 0 0.75em;
	font-size: 80%;
}

/*-------------------*/

#content > ul:first-child {
	margin-bottom: 3em;
}

/*-------------------*/
main h2:nth-of-type(1) {
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em 1.0em;
	background-color: rgba(220, 220, 220, 1.00);
	text-align: left;
}

main h3 {
	font-size: 115%;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: calc(0.5em + 5px);
	border-left: 5px solid rgba(243, 159, 22, 1.00);
	text-align: left;
	line-height: 1.4;
}

main div~h3,
main ul~h3,
main ol~h3,
main p~h3,
main table~h3 {
	margin-top: 3em;
}

main h4 {
	font-weight: normal;
	padding: 0.3em 1.0em;
	background-color: #cbf5be;
	clear: both;
	font-size: 105%;
	line-height: 1.4;
}

main h5 {
	clear: both;
	background-color: #d5d5d5;
	padding: 0.3em 1.0em;
	display: block;
	width: fit-content;
	line-height: 1.4;
	font-size: 100%;
}

/*
main a[href^="htt"] {
	background-image: url("../images/shared/http.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1em auto;
	padding-right: 1.5em;
}
*/
main a[href$=".pdf"] {
	background-image: url("../images/shared/pdf.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1em auto;
	padding-right: 1.5em;
}

main a[href$=".doc"],
main a[href$=".docx"] {
	background-image: url("../images/shared/word.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1em auto;
	padding-right: 1.5em;
}

main a[href$=".xls"],
main a[href$=".xlsx"],
main a[href$=".xlsm"] {
	background-image: url("../images/shared/excel.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1em auto;
	padding-right: 1.5em;
}

main a[href$=".mp4"] {
	background-image: url("../images/shared/movie.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1em auto;
	padding-right: 1.5em;
}

main a.no_icon {
	background-image: none !important;
	padding-right: 0 !important;
}

dl.qa {
	clear: both;
}

dl.qa dt {
	font-size: 1em;
	line-height: 2em;
	background-color: #D2E4FF;
	background-image: url(../images/shared/q.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.05em;
	padding-left: 33px;
	padding-right: 10px;
	padding-top: 0.8em;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

dl.qa dd {
	font-size: 1em;
	line-height: 2em;
	background-image: url(../images/shared/a.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.05em;
	margin-bottom: 1em;
	padding-left: 33px;
	padding-right: 10px;
	padding-top: 0.8em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0a0a0;
}

/*-------------------*/
.box {
	margin-bottom: 2em;
}

.box>* {
	margin-bottom: 2em;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pc .box {
	display: flex;
	gap: 2.5vw;
}

.box.around {
	justify-content: space-around;
}

.pc .box>* {
	width: calc((100% - 2.5vw) / 2);
}

.box.around>* {
	width: fit-content;
}

.box.center>* {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.box.left>* {
	text-align: left;
}

.pc .box.auto>* {
	width: auto;
}

article~article {
	margin-top: 4em;
}

.block {
	margin-bottom: 2em;
}

.border-box {
	background-color: rgba(0, 0, 0, 0.02);
	border: 3px solid rgba(0, 0, 0, 0.10);
	padding: 1em;
	margin-bottom: 2em;
}

.border-box>*:last-child {
	margin-bottom: 0;
}

/*-------------------*/
main button,
main input[type="submit"],
main input[type="reset"],
main input[type="button"] {
	font-size: 90%;
	padding: 0.5em 1.5em;
	border: 1px solid rgba(160, 160, 160, 1.00);
	border-radius: 3px;
	margin: auto 0.25em;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}

main button::-webkit-search-decoration,
main input[type="submit"]::-webkit-search-decoration,
main input[type="reset"]::-webkit-search-decoration,
main input[type="button"]::-webkit-search-decoration {
	display: none;
}

main button::focus,
main input[type="submit"]::focus,
main input[type="reset"]::focus,
main input[type="button"]::focus {
	outline-offset: -2px;
}

.txt-red {
	display: block;
	margin: 0.25em;
}

.txt-c {
	text-align: center
}

@media screen and (max-width: 799px) {
	#form th {
		min-width: 15vw;
		font-size: 90%;
		font-weight: normal;
		white-space: pre-wrap;
	}

	main input[type="text"],
	main textarea {
		max-width: 75vw;
	}

	.txt-red {
		display: block;
		margin: 0.25em;
	}
}

#inquiry_table th {
	width: 20%;
	padding: 1em;
}

#inquiry_table th span {
	font-size: 80%;
}

#inquiry_table th span.required {
	color: rgb(223, 0, 0);
}

#inquiry_table textarea {
	resize: vertical;
	width: 100%;
	min-height: 8em;
}

.info {
	text-align: center;
}

/*-------------------*/
/* list styles */
main ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: var(--olul-mleft);
	margin-bottom: var(--olul-mbottom);
}

main ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: var(--olul-mleft);
	margin-bottom: var(--olul-mbottom);
}

table ul {
	display: inline-block;
}

ul.listType1,
ul.listType1-2 {
	list-style-type: disc;
	margin-left: var(--olul-mleft);
}

li ul.listType1 {
	list-style-type: disc;
	margin-left: var(--olul-mleft);
}

ul.listType1 ul {
	margin-bottom: 0;
}

ul.listType1-2 li {
	margin-left: 23px;
	margin-bottom: 1em;
}

ul.listType2 {
	list-style-type: none;
	clear: both;
	margin-left: 0;
}

ul.listType2 li {
	list-style-type: none;
	background-image: url("../images/shared/list2.gif");
	background-repeat: no-repeat;
	padding-left: 1.0em;
	background-position: left center;
}

ul.listType3 {
	list-style-type: none;
	clear: both;
	margin-left: 0;
}

ul.listType3 li {
	list-style-type: none;
	font-size: 1em;
	line-height: 2em;
	display: inline-block;
	margin-right: 1em;
}

ul.listType3 li::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: auto;
	aspect-ratio: 1;
	background-image: url("../images/shared/list3.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 0.5em;
}

ul.listType3 li img {
	padding-right: 5px;
	vertical-align: middle;
}

ul.listType4 {
	list-style-type: none;
	margin-left: 0;
}

ul.listType4>li {
	background-image: url("../images/shared/list4.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: 0px 0.25em;
}

ul.listType4 li ul {
	list-style-type: disc;
	margin-left: var(--olul-mleft);
	background-image: none;
	padding-left: 0;
}

ul.listType4 li ul li {
	background-image: none;
	margin-left: 23px;
	padding-left: 0px;
}

main ol.sujiListType1 {
	list-style-type: decimal;
	clear: both;
	margin-left: var(--olul-mleft);
}

main ol.sujiListType1 li {
	margin-left: 23px;
}

ul.noteList:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

ul.noteList {
	display: inline-block;
	clear: both;
	list-style: none;
	margin-left: 0;
}

ul.noteList {
	display: block;
	margin-left: 0;
}

ul.noteList li {
	clear: both;
}

ul.noteList li span.number {
	display: block;
	width: 1em;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px -1em 0px 0px;
}

ul.noteList li span.description {
	float: left;
	display: block;
	margin: 0px 0px 0px 1.5em;
	;
}

ul.kome {
	margin-left: 0.5em;
	list-style-type: none;
}

ul.kome>li::before {
	content: "※";
	margin-right: 0.25em;
}

/*------------------------*/
ul.qa {
	clear: both;
	list-style-type: none;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0a0a0;
	margin-left: 0;
}

ul.qa li {
	font-size: 1em;
	line-height: 2em;
	background-color: #D2E4FF;
	background-image: url(../images/shared/q.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.05em;
	padding-left: 33px;
	margin-bottom: 1em;
	list-style-type: none;
	padding-right: 10px;
	padding-top: 0.8em;
	padding-bottom: 10px;
}

dl.qa {
	clear: both;
}

dl.qa dt {
	font-size: 1em;
	line-height: 2em;
	background-color: #D2E4FF;
	background-image: url(../images/shared/q.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.05em;
	padding-left: 33px;
	padding-right: 10px;
	padding-top: 0.8em;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

dl.qa dd {
	font-size: 1em;
	line-height: 2em;
	background-image: url(../images/shared/a.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.05em;
	margin-bottom: 1em;
	padding-left: 33px;
	padding-right: 10px;
	padding-top: 0.8em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0a0a0;
}
/*------------------------*/
.s200 {
	font-size: 200%;
}
.s180 {
	font-size: 180%;
}
.s150 {
	font-size: 150%;
}
.s140 {
	font-size: 140%;
}
.s120 {
	font-size: 120%;
}
.s110 {
	font-size: 110%;
}
.s100 {
	font-size: 100%;
}
.s090 {
	font-size: 90%;
}
.s080 {
	font-size: 80%;
}
.s070 {
	font-size: 70%;
}
.s060 {
	font-size: 60%;
}
.s050 {
	font-size: 50%;
}
/*------------------------*/
#sidebar ul.listType2 {
	list-style-type: none;
	clear: both;
	margin-left: 0;
}

#sidebar ul.listType2 li {
	background-image: url(../images/shared/list2.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: 9px 0.3em;
}

#sidebar ul.listType2 li a:link {
	color: #000000;
}

#sidebar ul.listType2 li a:visited {
	color: #666666;
}

#sidebar ul.listType2 li a:hover,
#sidebar ul.listType2 li a:focus,
#sidebar ul.listType2 li a:active {
	color: #FF0000;
}

#sidebar ul.listType2-2 {
	list-style-type: none;
	clear: both;
	margin-left: 0;
}

#sidebar ul.listType2-2 li {
	background-image: url(../images/shared/list2.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: 9px 0.3em;
	margin-bottom: 0.5em;
}

#sidebar ul.listType2-2 li a:link {
	color: #000000;
}

#sidebar ul.listType2-2 li a:visited {
	color: #666666;
}

#sidebar ul.listType2-2 li a:hover,
#sidebar ul.listType2-2 li a:focus,
#sidebar ul.listType2-2 li a:active {
	color: #FF0000;
}

/*-------------------*/
@media screen and (max-width: 799px) {
	.tableWraper {
		position: relative;
		overflow: hidden;
		overflow-x: hidden;
		overflow-x: auto;
		padding-bottom: 1em;
		margin-bottom: var(--margin-bottom);
	}

	.twinfo {
		font-size: 10px;
		display: block;
		padding: 0.15em 0.75em;
		background-color: rgb(255, 161, 116);
		margin: 1em 0;
		width: fit-content;
		border-radius: 3px;
		font-weight: normal;
	}

	.tableWraper>table {
		width: auto;
		white-space: nowrap;
	}

	.tableWraper.over>table th {
		text-align: left;
	}

	.tableWraper>table.fix {
		white-space: pre-wrap;
	}

	.tableWraper>table.layout {
		width: auto;
	}

	table .twinfo {
		display: none;
	}
}

/*-------------------*/
.red {
	color: rgb(250, 0, 0);
}

/*-------------------*/
.clear {
	clear: both;
}

/*-------------------*/
.textCenter,
.center {
	text-align: center !important;
}

.textRight,
.right {
	text-align: right;
}

.textLeft,
.left {
	text-align: left !important;
}

/*-------------------*/
:root {
	--flex-gap: clamp(10px, 5vw, 10%);
}

.flex,
.pc [class*="pc_flex"],
.sp [class*="sp_flex"] {
	display: flex;
	gap: var(--flex-gap);
	flex-wrap: wrap;
}

.flex>* {
	margin-bottom: var(--flex-gap);
}

ul[class*="flex"],
ol[class*="flex"] {
	gap: 0.5em var(--flex-gap);
	margin: 0 0 var(--flex-gap) 0;
}

ul[class*="flex"][class*="listType"],
ol[class*="flex"][class*="listType"] {
	margin-left: var(--olul-mleft);
}

ul[class*="flex"]>*,
ol[class*="flex"]>* {
	margin-bottom: 0;
}

.flex:not(ul):not(ol)>* {
	margin-bottom: 2em;
}

*[class*="_flex"]>* {
	width: 100%;
}

.pc *[class*="pc_flex2"]>*,
.sp *[class*="sp_flex2"]>* {
	width: calc((100% - (var(--flex-gap) * 1.01)) / 2);
}

.pc *[class*="pc_flex3"]>*,
.sp *[class*="sp_flex3"]>* {
	width: calc((100% - (var(--flex-gap) * 2.01)) / 3);
}

.pc *[class*="pc_flex4"]>*,
.sp *[class*="sp_flex4"]>* {
	width: calc((100% - (var(--flex-gap) * 3.01)) / 4);
}

/*-------------------*/
*[class*="imgBlock"] {
	display: flex;
	gap: var(--flex-gap);
	flex-wrap: wrap;
	margin-top: var(--flex-gap);
	margin-bottom: var(--flex-gap);
}

#content>[class*="imgBlock"] {
	margin-top: inherit;
}

*[class*="_center"] {
	justify-content: center;
}

*[class*="_around"] {
	justify-content: space-around;
}

*[class*="_between"] {
	justify-content: space-between;
}

*[class*="_start"] {
	justify-content: flex-start;
}

*[class*="imgBlock2"]>* {
	width: calc((100% - (var(--flex-gap) * 1.01)) / 2);
	max-width: 320px;
}

*[class*="imgBlock3"]>* {
	width: calc((100% - (var(--flex-gap) * 2.01)) / 3);
}

*[class*="imgBlock4"]>* {
	width: calc((100% - (var(--flex-gap) * 3.01)) / 4);
}

*[class*="imgBlock5"]>* {
	width: calc((100% - (var(--flex-gap) * 4.01)) / 5);
}

*[class*="imgBlock6"]>* {
	width: calc((100% - (var(--flex-gap) * 5.01)) / 6);
}

*[class*="imgBlock"] img {
	width: 100%;
}

.sp *[class*="imgBlock2"]>* {
	width: 100%;
}

.sp *[class*="imgBlock3"]>*,
.sp *[class*="imgBlock4"]>* {
	width: calc((100% - (var(--flex-gap) * 1.01)) / 2);
}

.sp *[class*="imgBlock5"]>*,
.sp *[class*="imgBlock6"]>* {
	width: calc((100% - (var(--flex-gap) * 2.01)) / 3);
}

/*-------------------*/
figure {
	text-align: center;
	width: fit-content;
	margin-bottom: 1em;
}

figure img {
	margin-bottom: 0.5em;
}

figcaption {
	font-size: 90%;
}

.center figure {
	margin-left: auto;
	margin-right: auto;
}

/*-------------------*/
.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}

.indent {
	margin-left: 1em;
}

.small {
	font-size: 80%;
}
.filesize {
	font-size: 75%;
}
/*-------------------*/
#wcontbtn {
	text-align: center;
	margin-bottom: 1em;
}
#wcontbtn button {
	font-size: 70%;
	padding: 0.35em 1em;
	background-color: rgba(250,250,250,1.00);
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 3px;
	cursor: pointer;
}
#wcontbtn button:hover {
	background-color: rgba(230,230,230,1.00);
}
/*-------------------*/



/*-------------------
error
-------------------*/

#error {
	text-align: center;
	padding: 3em 1em;
}




/*-------------------
oshirase/oshirase/
oshirase/kisya/
oshirase/kinkyu/
-------------------*/
.oshirase_list .tableWraper>table {
	width: 100%;
	white-space: normal;
}

.oshirase_list table .date {
	font-size: 85%;
	text-align: center;
	white-space: nowrap;
}

.sp .oshirase_list table .date {
	width: 5.8em;
	white-space: normal;
}

.oshirase_oshirase ol,
.oshirase_oshirase ul {
	margin-left: 1.5em;
}

.oshirase_kisya_title {
	font-size: 150% !important;
	margin: 2em auto !important;
	text-align: center;
	padding: 0;
	border: none;
	font-weight: normal;
}

.oshirase_kisya_table {
	margin: 2em auto 4em auto;
	border: none !important;
	border-collapse: collapse;
	width: auto;
}

.oshirase_kisya_table th,
.oshirase_kisya_table td {
	padding: 0.5em;
	border: none !important;
	vertical-align: top;
}

.oshirase_kisya_table th {
	/*
*/
	text-align: right;
	white-space: nowrap;
	background: none !important;
	color: inherit !important;
}

.oshirase_kisya_table td {}

.oshirase_oshirase table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------
keikaku/seibi/index.html
keikaku/seibi/daijin/index.html
-------------------*/
.pc .keikaku_seibi .box {
	display: flex;
	gap: 2em;
}

.pc .keikaku_seibi .box nav {
	width: 250px;
}

main .keikaku_seibi .box nav ul {
	list-style-type: none !important;
	margin-left: 0 !important;
}

.keikaku_seibi .box nav li {
	padding: 1em;
	border: 1px solid #bcbcbc;
}

.keikaku_seibi .box nav li~li {
	padding: 1em;
	border-top: none;
}

/*-------------------
bcpseminar/index.html
bcpseminar\01.html
bcpseminar\02.html
-------------------*/
.bcpseminar .block+.block {
	margin-top: 4em;
}

.bcpseminar .leaflets {
	display: flex;
	justify-content: center;
	gap: 2em;
	margin: 2em auto;
}

.bcpseminar .leaflets>* {
	text-align: center;
	max-width: 300px;
}

.bcpseminar .alc,
.alc>* {
	text-align: center;
}

.bcpseminar #contents>*:last-child {
	margin-bottom: 6em;
}

.bcpseminar .tdUl {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.bcpseminar a.ut {
	background-image: url("../images/shared/ut.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 1.7em;
	background-size: 1.2em auto;
}

/*-------------------
mizubousai/index.html
-------------------*/
.mizubousai .topListZoneHead {}

.mizubousai .topListZoneBody {
	padding: 1.5em;
	background-color: rgb(204, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.mizubousai .topListZoneFoot {}

.mizubousai .topListZoneBody a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.mizubousai .topListZoneBody a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.mizubousai .topListZoneBody a:visited {
	color: #990066;
	font-weight: bold;
	text-decoration: underline;
}

.mizubousai .topListZoneBody a:hover,
.mizubousai .topListZoneBody a:focus,
.mizubousai .topListZoneBody a:active {
	color: #FFFF00;
	text-decoration: underline;
}

.mizubousai .topListZoneBody u {
	font-weight: bold;
	text-decoration: underline;
}

.mizubousai .linkList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 2em;
}

/*-------------------
bousai/tajimi_timeline/index.html
bousai/bousaitimeline/index.html
-------------------*/
.timeline a.cp_btn {
	display: block;
	width: 340px;
	padding: 6px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	color: #EC407A;
	border: 2px solid #EC407A;
	border-radius: 5px;
	line-height: 170%;
	transition: .4s;
}

.timeline a.cp_btn:hover {
	background: #EC407A;
	color: #fff;
}

/*-------------------
bousai/suigairiskmap/index.html
-------------------*/
.suigairiskmap .h3_subpage {
	margin-bottom: 1.5em
}

.suigairiskmap article.article+.article {
	margin-top: 4em
}

.suigairiskmap .block+.block {
	margin-top: 3em
}

.suigairiskmap article.article ul {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 1.5em
}

.suigairiskmap article.article ul.files {
	list-style-type: disclosure-closed
}

.suigairiskmap article.article ul.files li+li {
	margin-top: .5em
}

.suigairiskmap .borderbox {
	padding: 1em;
	border: 3px solid #d2d2d2;
	margin: 3em 0
}

.suigairiskmap .borderbox> :last-child {
	margin-bottom: 0 !important
}

.suigairiskmap strong {
	font-weight: 700
}

.suigairiskmap .kome {
	display: inline-block;
	position: relative;
	padding-left: 1.75em;
	font-size: 90%;
	letter-spacing: .03em
}

.suigairiskmap .kome:before {
	content: "※";
	display: block;
	position: absolute;
	left: .5em;
	top: 0
}

.suigairiskmap #figureMap {
	text-align: center;
}

.pc .suigairiskmap #figureMap {
	display: flex;
	gap: .5em
}

.suigairiskmap #figureMap_1 .borderbox {
	border-color: #fba8ce;
	margin-top: 0
}

.suigairiskmap #figureMap_3 .borderbox {
	border-color: #f9f93e;
	margin-top: 0
}

.suigairiskmap #figureMap h4 {
	border: 0;
	padding: inherit;
	font-weight: 700;
	font-size: 110%;
	padding: .5em;
	margin: -1em -1em 2em -1em
}

.suigairiskmap #figureMap_1 h4 {
	background-color: #fba8ce
}

.suigairiskmap #figureMap_3 h4 {
	background-color: #f9f93e
}

.suigairiskmap #figureMap ul {
	text-align: left;
	width: fit-content;
	margin: auto auto 2em 2em
}

.suigairiskmap .figureMap>* {
	margin-bottom: 2em
}

.suigairiskmap figcaption {
	font-size: 90%;
	margin-top: 2em
}

.suigairiskmap #figureMap table {
	width: 100%;
	margin: auto auto 1em;
	font-size: 90%
}

.suigairiskmap #figureMap table th {}

.suigairiskmap #figureMap table td,
#figureMap table th {
	text-align: center;
}

.suigairiskmap #figureMap table span {
	font-size: 80%
}

.pc .suigairiskmap #figureMap_2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 40%
}

.sp .suigairiskmap #figureMap_2 {
	margin: 2em auto;
}

.suigairiskmap #figureMap_2:before {
	content: "▼";
	font-size: 200%;
	display: inline-block
}

.pc .suigairiskmap #figureMap_2:before {
	transform: rotate(-90deg);
}

.suigairiskmap #figureMap table caption {
	text-align: center
}

/*-------------------
chiikirenkei/adapt/about/index.html
-------------------*/
.adapt_about .tbl1 {
	display: flex;
	justify-content: space-around;
	gap: 2.5vw;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

/*-------------------
chiikirenkei\aigo\index.html
-------------------*/
.aigo .cp_btns {
	display: flex;
	justify-content: center;
	gap: 0.5em;
	list-style-type: none;
	margin-left: 0;
	text-align: center;
	flex-wrap: wrap;
}

.aigo .cp_btns a {
	display: block;
	text-decoration: none;
	color: #2323aa;
	border: 2px solid #2323aa;
	border-radius: 5px;
	padding: 1em 2em;
}

.aigo .cp_btns a:hover {
	background: #2323aa;
	color: #fff;
}

.aigo a.boshu_btn {
	display: block;
	width: 300px;
	padding: 13px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #dd2323;
	border: 2px solid #dd2323;
	border-radius: 5px;
	line-height: 170%;
	transition: 0.4s;
}

.aigo a.boshu_btn:hover {
	background: #dd2323;
	color: #fff;
}

.aigo .cb {
	clear: both;
}

/*-------------------
kasenkyoryoku/index.html
-------------------*/
.kasenkyoryoku time {
	display: inline-block;
}

/*-------------------
chiikirenkei/aigo/r04_01ichiran.html
chiikirenkei/aigo/r04_02ichiran.html
chiikirenkei/aigo/r04_03ichiran.html
-------------------*/
.aigo_ichiran .table_monitor {
	width: 100%;
}

.aigo_ichiran .table_monitor a {
	text-decoration: underline;
}

.table_monitor a[href$=".pdf"] {
	background-image: none;
	padding: 0;
}

.aigo_ichiran .table_monitor thead th {
	background-color: rgba(0, 159, 255, 0.5);
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.aigo_ichiran .table_monitor thead th:nth-of-type(1),
.aigo_ichiran .table_monitor thead th:nth-of-type(4) {
	background-image: url("../images/shared/pdf.gif");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: center 85%;
	padding-bottom: 1.5em;
}

.aigo_ichiran .table_monitor td {
	padding: 5px;
	vertical-align: middle;
}

.aigo_ichiran .table_monitor .day,
.aigo_ichiran .table_monitor .num,
.aigo_ichiran .table_monitor .zu {
	text-align: center;
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 1em;
}

.aigo_ichiran .table_monitor .day,
.aigo_ichiran .table_monitor .zu {
	font-size: 85%;
}

.aigo_ichiran .table_monitor .num,
.aigo_ichiran .table_monitor .zu {
	background-color: rgba(203, 236, 255, 0.5);
}

.aigo_ichiran .table_monitor .num {
	font-size: 120%;
	font-weight: 700;
}

.table_monitor tr:nth-of-type(2n) {
	background-color: rgba(255, 236, 180, 0.19);
}


/*-------------------
tokai_gou_20yrs\index.html
tokai_gou_20yrs\message.html
-------------------*/
.tokai_gou_20yrs .caption {
	text-align: center;
	font-size: 1.0em;
	margin-top: 5px;
}

.tokai_gou_20yrs .largePhoto {
	margin-bottom: 1em;
	clear: both;
}

.tokai_gou_20yrs .largePhoto .leftSidePhoto,
.tokai_gou_20yrs .largePhoto .rightSidePhoto {
	text-align: center;
}

.pc .tokai_gou_20yrs .largePhoto .leftSidePhoto {
	width: 45%;
	float: left;
}

.pc .tokai_gou_20yrs .largePhoto .rightSidePhoto {
	width: 45%;
	float: right;
}

.tokai_gou_20yrs .h2_gou20ys {
	height: 42px;
	padding: 5px 10px;
	background-color: #ddd;
	border-bottom: solid 1px #999;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 2em;
}

.tokai_gou_20yrs .h2_gou20ys_rogo,
.tokai_gou_20yrs .h2_gou20ys_moji {
	float: left;
}

.tokai_gou_20yrs .h2_gou20ys_rogo {
	margin-right: 10px;
	width: 50px;
	line-height: 1;
}

.tokai_gou_20yrs .h2_gou20ys_moji {
	line-height: 42px;
	font-weight: bold;
}

.tokai_gou_20yrs .h3_subpage_thispageonly {
	border-left: solid 5px #F39F16;
	margin-top: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

.tokai_gou_20yrs .h2_gou20ms {
	padding: 22px 10px;
	background-image: url("../tokai_gou_20yrs/images/title_backbg.gif");
	background-size: cover;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.8em;
}

.tokai_gou_20yrs .h2_gou20ms02 {
	height: 40px;
	padding: 22px 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.8em;
}

.tokai_gou_20yrs .h2_gou20ms_moji_sub {
	padding: 0px 10px 0px 46px;
	font-size: 1.8em;
}

.tokai_gou_20yrs .h2_gou20ms_moji {
	float: left;
}

.tokai_gou_20yrs .h2_gou20ms_moji_center {
	margin: 0px auto;
	text-align: center;
}

.tokai_gou_20yrs .h4_gou20ys {
	background-color: #CCE8FE;
	padding-left: 14px !important;
	font-size: 1.3em !important;
	font-weight: bold !important;
	line-height: 2.0em !important;
}

.tokai_gou_20yrs .h5_gou20ys {
	background: none !important;
	padding-left: 0 !important;
	font-size: 110% !important;
	font-weight: bold !important;
	line-height: 2.0em !important;
	border-bottom: 2px solid #0F6AB3 !important;
	text-align: left !important;
	width: 100%;
}

.tokai_gou_20yrs .h2_gou20_moviejpbanner {
	background-color: #FFFF00;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}

.tokai_gou_20yrs .h3_gou20_subpage {
	border-left: solid 5px #F39F16;
	margin-top: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

.tokai_gou_20yrs .youtubecaption {
	font-size: 1.2em !important;
	font-weight: bold !important;
	margin: 4px 0px;
	line-height: 1.2em;
}

.tokai_gou_20yrs .youtubecaption02 {
	font-size: 1.1em !important;
	text-align: left;
	margin: 4px 0px;
	padding-left: 36px;
	line-height: 1.6em;
}

.tokai_gou_20yrs .caption_bold {
	font-weight: bold;
}

.tokai_gou_20yrs .h2_gou20_syuthou_mess {
	border: 2px solid #000000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}

.tokai_gou_20yrs .syutho-list ul {
	margin-bottom: 2em;
}

.tokai_gou_20yrs .syutho-list ul:after {
	content: "";
	clear: both;
	display: block;
}

.tokai_gou_20yrs .syutho-list ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0px 0px 0px 4px;
	font-size: 1.4em;
	width: 19.0%;
}

.inner.tokai_gou_20yrs a {
	background-image: none !important;
	padding: 0 !important;
}

/*-------------------
bousai/ryuuiki_chisui_kyougikai/
-------------------*/
.ryuuiki_chisui_kyougikai_table {
	text-align: center;
}
.ryuuiki_chisui_kyougikai_table tbody th {
	background-color: rgba(223,255,209,0.40);
}
.ryuuiki_chisui_kyougikai_table .date {
	background-color: rgba(200,200,200,0.15);
	font-size: 90%;
}

.ryuuiki_chisui_kyougikai_table tbody tr:hover {
	background-color: rgba(200,200,200,0.15);
}



/*-------------------
bousai/ryuuiki_chisui_kyougikai/award/
-------------------*/
.ryuuiki_chisui_kyougikai_award .work_group {
	margin: 2em 0;
}

.ryuuiki_chisui_kyougikai_award .work_group h4 {
	border: none !important;
	width: fit-content;
	font-size: 120% !important;
	font-weight: bold !important;
	background-color: inherit;
}

.ryuuiki_chisui_kyougikai_award h3 {
	font-size: 120%;
}

.ryuuiki_chisui_kyougikai_award .work {
	border: 1px solid rgba(180, 180, 180, 1.00);
	border-left: 15px solid rgba(255, 192, 0, 1.00);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1em;
	margin-bottom: 1em;
}

.ryuuiki_chisui_kyougikai_award .work_diteil {
	font-size: 120%;
}

.ryuuiki_chisui_kyougikai_award .award_title {
	font-size: 120% !important;
	font-weight: bold;
	margin-bottom: 0.5em !important;
}

.ryuuiki_chisui_kyougikai_award .work_title {
	font-size: 110% !important;
	margin-bottom: 0.5em !important;
}

.ryuuiki_chisui_kyougikai_award .work_author {
	padding-left: 1em;
	margin-bottom: 0.5em !important;
}

.ryuuiki_chisui_kyougikai_award .work_author_school {
	display: block;
}

.ryuuiki_chisui_kyougikai_award .work_img p {
	margin-bottom: 0 !important;
}

.ryuuiki_chisui_kyougikai_award .s080 {
	font-size: 70%;
}

/*-------------------
chiikirenkei/communications/sougoushien/jisseki/index.html
-------------------*/
.chiikirenkei_communications_jisseki tr>td:nth-of-type(1) {
	width: 23%;
	text-align: center;
}

.chiikirenkei_communications_jisseki tr>td:nth-of-type(3) {
	width: 15%;
	text-align: center;
}

.chiikirenkei_communications_jisseki tr>td:nth-of-type(4) {
	width: 23%;
	text-align: center;
}

/*-------------------
chiikirenkei/communications/taikengakusyu/index.html
-------------------*/
.chiikirenkei_communications_taikengakusyu tr>td:nth-of-type(1) {
	width: 18%;
	text-align: center;
}

.chiikirenkei_communications_taikengakusyu tr>td:nth-of-type(3) {
	width: 30%;
	text-align: center;
}


/*-------------------
chiikirenkei/adapt/ivent/index.html
-------------------*/
.chiikirenkei_adapt_ivent tr>td:nth-of-type(1) {
	text-align: center;
}

/*-------------------
chiikirenkei/adapt/ichiran/index.html
-------------------*/
.tableType01 td.textCenter {
	white-space: nowrap;
}

/*-------------------
chiikirenkei/adapt/ichiran/*
-------------------*/

.adapt_ichiran table {
	width: 100%;
}

.table_adapt_ichiran {
	width: 100%;
	text-align: center;
}

.table_adapt_ichiran tbody th ,
.table_adapt_ichiran tbody td {
	white-space: nowrap;
	padding: 0.5em 0.25em;
	background: none;
}
.table_adapt_ichiran tbody th {
	background-color: rgba(211,255,196,0.20);
	text-align: left;
	white-space: nowrap;
	padding: 0.5em;
}

.table_adapt_ichiran tbody tr:nth-of-type(even) {
	background-color: rgba(255,245,198,0.30);
}

.table_adapt_ichiran .adapt_place {
	text-align: left;
	font-size: 80%;
	white-space: pre-wrap;
	padding: 0.5em;
	min-width: 16em;
}

.adapt_ichiran .photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2vw;
	margin: 4em auto;
}

.adapt_ichiran .photos>* {
	max-width: 320px;
}

.sp .adapt_ichiran .photos>* {
	max-width: inhelit;
}

.adapt_ichiran .photos img {
	/*
	width: 300px;
	height: 200px;
	object-fit: cover;
	*/
}

/*-------------------
riyou/kyoka/tetsuduki_flow.html
-------------------*/
.tetsuduki_flow table th {
	background-color: #e4f8dc !important;
	color: #000000 !important;
	text-align: center;
	vertical-align: middle;
}

.tetsuduki_flow table td {
	padding-left: 1em !important;
}

.tetsuduki_flow table td>* {
	padding-bottom: 0 !important;
}

.tetsuduki_flow table td>*:last-child {
	margin-bottom: 0 !important;
}

/*-------------------
origawa/familia/jiten/index.html
-------------------*/
.jiten_table {
	background-color: #e6f7ff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 2em;
	width: 100%;
}

.jiten_table td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0.5em;
	color: #b0c4de;
	text-align: center;
}

.jiten_table a {
	color: #000080;
	font-weight: bold;
}

.jiten b {
	font-weight: bold;
}

/*-------------------
tanto/kasen/aramashi/ikimono/daihyo.html
tanto/kasen/aramashi/ikimono/gairai.html
tanto/kasen/aramashi/ikimono/kicho.html
-------------------*/
.pc .aramashi_ikimono .box>*:first-child {
	width: 25%;
	flex-shrink: 0;
}

.pc .aramashi_ikimono .box>*:first-child img {
	width: 100%;
}

/*-------------------
about/water_disaster/index.html
-------------------*/
#torikumi>article {
	border: 1px solid rgba(200, 200, 200, 1.00);
	padding: 1em;
}
/*-------------------
/study/archives/clean_2022/
-------------------*/
.clean_list li {
	display: flex;
	gap: 1em;
	margin-bottom: 0.5em;
}

.listTitle {
	text-align: right;
	white-space: nowrap;
	min-width: 6em;
}

.listDetail {
	flex-grow: 1;
}
/*-------------------
bousai/suibou/
-------------------*/

.bousai_suibou_contact li span {
	min-width: 15em;
	display: inline-block;
}

/*-------------------
tanto/report/index.html
-------------------*/
ul.tanto_report li {
	margin-bottom: 0.75em;
	line-height: 1.5;
}
ul.tanto_report li > span {
	display: inline-block;
}
ul.tanto_report li > span~span {
	margin-left: 0.5em;
}
ul.tanto_report li:first-child::after {
	content: "New!";
	color: rgb(250,0,0);
	font-weight: bold;
	display: inline-block;
	margin-left: 0.25em;
}
/*-------------------
chiikirenkei/aigo/index.html
-------------------*/
#aigo_accept>*:first-child {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 1em;
}
#aigo_accept .download {
	padding: 1em 2em;
	background-color: rgba(255,214,0,1.00);
	display: inline-block;
	border-radius: 0.5em;
	color: inherit;
}
.download a {
	color: inherit;
}
@media screen and (min-width: 800px) {
	#aigo_accept {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1em;
	}
	#aigo_accept>*:last-child {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}
/*-------------------
koutuu_kisei/index.html
-------------------*/
.koutuu_kisei_table {
	text-align: center;
}
/*-------------------
warningsign/index.html
-------------------*/
.warningsign figure {
	width: 100%;
	position: relative;
}

#warningsign_viewr_guide {
	font-size: 75%;
	text-align: center;
	margin: 0;
	letter-spacing: 0.05em;
}
/*-------------------
riyou/kyoka/
-------------------*/
.riyou_kyoka:not(#riyou_kyoka_index) {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 3em;
}
.riyou_kyoka>article {
	flex-grow: 1;
	margin: 0;
}
@media screen and (max-width: 799px) {
	.riyou_kyoka:not(#riyou_kyoka_index) {
		flex-direction: column;
	}
}
@media screen and (min-width: 800px) {
	.riyou_kyoka:not(#riyou_kyoka_index)>nav {
		width: 240px;
	}
}
.riyou_kyoka>nav {
	flex-shrink: 0;
	line-height: 1.3;
	font-size: 90%;
	background-color: aliceblue;
	padding: 1em;
	margin: 0;
}
.riyou_kyoka#riyou_kyoka_index>nav {
	width: 100%;
}

.riyou_kyoka nav ul {
	list-style-type: disclosure-closed;
	margin-left: 1.25em;
/*
	list-style-type: decimal-leading-zero;
*/	
	position: sticky;
	top: 0;
}
.riyou_kyoka nav>ul:last-of-type {
	margin-bottom: 0;
}
.riyou_kyoka nav li {
	padding: 0.5em 0;
}
.riyou_kyoka nav a.active {
	color: inherit;
	font-weight: bold;
}
.riyou_kyoka nav li>ul ,
.riyou_kyoka nav li>ol {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	font-size: 85%;
	list-style-type: square;
}
.riyou_kyoka nav li>ul li ,
.riyou_kyoka nav li>ol li {
	padding: 0.25em 0;
}

.riyou_kyoka_content ol:not(.listType4)>li ,
.riyou_kyoka_content ul:not(.listType4)>li {
	line-height: 1.4;
	padding: 0.5em 0;
}

.riyou_kyoka_content li>ul ,
.riyou_kyoka_content li>ol ,
.riyou_kyoka_content li>p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 90%;
}

.riyou_kyoka_content li li {
	padding: 0.25em 0;
}

.riyou_kyoka_content ol.jn {
	list-style-type: cjk-decimal;
	font-size: 90%;
	line-height: 1.4;
}
.riyou_kyoka_content ol.jn li {
	padding: 0.25em 0;
}

table#riyou_kyoka_sheet tbody tr>td:nth-last-of-type(1) ,
table#riyou_kyoka_sheet tbody tr>td:nth-last-of-type(2) ,
table#riyou_kyoka_sheet tbody tr>td:nth-last-of-type(3) {
	width: 12%;
	text-align: center;
}

table#riyou_kyoka_sheet tbody tr>td:nth-of-type(1) {
	width: 30%;
}

table#riyou_kyoka_sheet tbody tr>td:nth-of-type(3) {
	white-space: nowrap;
}

.iroha {
	list-style-type: katakana-iroha;
}
li.no_number {
	list-style-type: none;
	margin-left: 0;
}
/*---------------------------------*/











