@charset "UTF-8";
/*index*/
.txt_red {color: #F00;}
.txt_large {font-size: 170%;}
.txt_uline {text-decoration: underline;}
.txt_bold {font-weight: bold;}
.kanriBtn{width:70%;}

.important_title {
	background-color: #ffebf2;
	color: #F00;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
}
.announcement_table th, .announcement_table td {
	text-align: center;
	height: 3em;
}
.kanriBtn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.kanriBtn_wrap div {
	width: 48% ;
	text-align: center;
}
.kanriBtn_wrap .kanriBtn {
	width: 90% ;
	margin: 0;
}

@media (max-width: 767px) {
	.kanriBtn_wrap div {
		width: 100% ;
		margin-bottom: 15px;
	}
}

/*web*/
h5 {
	background-color: #dff2fc;
	padding: 5px;
}
h5 span {
	color: #0086C8;
	display: inline-block;
	margin-right: 5px;
}
.inq_box {
	border: solid 2px #999;
	padding: 15px;
}
.gray_box {
	background-color: #f0f0f0;
	padding: 15px;
}
.blue_border_box {
	border: solid 2px #0086C8;
	padding: 15px;
}
.memo_list li {
	text-indent: -2.2em;
	margin-left: 2.2em;
	margin-bottom: 5px;
}
.torokuTbl.document_dl td {
	vertical-align: top;
	text-align: left;
}
.torokuTbl.document_dl tr:first-child th {
	background-color: #ddd;
	text-align: center;
}
.torokuTbl.document_dl th.category {
	background-color: #666;
	color: #FFF;
}
.torokuTbl td a {
	text-decoration: underline;
}
.torokuTbl.document_dl td.blue {
	background-color: #f0f8ff;
}
.torokuTbl.document_dl td.green {
	background-color: #f5f5dc;
}
.torokuTbl.document_dl td.gray {
	background-color: #f5f5f5;
	vertical-align: middle;
}
.txt_red {color: #ec4a4a;}
.txt_blue {color: #000080;}
.txt_green {color: #008000;}
.txt_small {font-size: 90%;}
.txt_midium {font-size: 120%;}
.txt_large {font-size: 150%;}
.txt_uline {text-decoration: underline !important;}
strong {font-weight: bold;}


.indext_list_1ch li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.indext_list_3ch li {
	text-indent: -3em;
	margin-left: 3em;
	margin-bottom: 5px;
}
