@charset "utf-8";


/* 基本要素	---------------- */
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;
}
html{
	position: relative;
}
body {
	margin:0 0;
	width:100%;
	color: #000;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-family: "'Noto Sans JP'", sanserif;
	line-height: 1.6;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
}
ol, ul {
	list-style: none;
}
li {
}

img {
	border: 0;
	vertical-align:bottom;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	line-height: 150%;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p {
	line-break: strict;
	word-break: normal;
	margin:0;
}
main a img{
	transition: 0.6s ease;
}
main a:hover img{
	opacity:0.6;
}
a{
	font-weight:bold;
}

table a{
	font-weight:bold;
	font-family: 'M PLUS 1p', sans-serif;
}
table a:link{
	color:#666;
}
table a:visited{
	color:#666;
}
table .warn{
	color:red;
	font-weight:bold;
	font-family: 'M PLUS 1p', sans-serif;
}
a:link {
	color: #0C86B6;
	text-decoration: none;
}
a:visited {
	color: #313994;
	text-decoration: none;
}
a:hover {
	color: #04689a;
	text-decoration: underline;
}

label {
	cursor: pointer;
}
.clfx:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clfx {
	min-height: 1px;
}
* html .clfx {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
/* 基本レイアウト---------------- */
.wrapper {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
#skip {
	position: absolute;
	left: -9999em;
}

main,header,footer,nav{
	display:block;
}
main.top{
	border-top: 10px solid #0C86B6;
}
main .wrapper {
}
main{
}
main section{
	margin-bottom: 25px;
}

/* ヘッダー---------------- */
header{
	padding:20px 0;
}

/* フッター---------------- */
footer{
	padding:15px 0;
	text-align:center;
}


/* トップページ---------------- */
#top h1{
	border: 1px solid #000;
	border-radius: 10px;
	font-weight:900;
	font-size:1.8em;
	text-align:center;
	width:100%;
	max-width:750px;
	margin: 0 auto 50px;
}
#top h2{
	border: 1px solid #000;
	border-radius: 5px;
	font-weight:600;
	font-size:1.4em;
	padding:0 1em;
	margin: 0 auto 30px;
}
#top h3{
	font-weight:600;
	font-size:1.2em;
	margin: 0 auto 1em;
}
#category-column{
	display: flex;
	justify-content: space-between;
}
.category-left,
.category-right{
	display: flex;
	flex-direction: column;
	align-items: center;
	width:48%;
	justify-content: space-between;
	margin: 0 auto;
}
.category-box{
	width:100%;
	margin-bottom:2em;
}

.category-box p{
	width:100%;
	margin-bottom:1em;
}
@media( max-width: 640px ){
	#category-column{
		display: flex;
		flex-direction:column;
	}
	.category-left,
	.category-right{
		width:100%;
	}
}
.index h1{
	font-weight:900;
	font-size:1.6em;
	text-align:left;
	padding: 0 1em;
	margin: 0 auto 30px;
	display:inline-block;
}
#nyuusatsu h1{
	background:#95B3D7;
}
#nyuusatsu th{
	background:#366092;
}
#nyuusatsu tr:nth-child(odd) td{
	background:#B8CCE4;
}
#nyuusatsu tr:nth-child(even) td{
	background:#DBE5F1;
}

#siryou-syousei h1{
	background:#D99694;
}
#siryou-syousei th{
	background:#953734;
}
#siryou-syousei tr:nth-child(odd) td{
	background:#E5B9B7;
}
#siryou-syousei tr:nth-child(even) td{
	background:#F2DCDB;
}
#iken-syousei h1{
	background:#C3D69B;
}
#iken-syousei th{
	background:#76923C;
}
#iken-syousei tr:nth-child(odd) td{
	background:#D7E3BC;
}
#iken-syousei tr:nth-child(even) td{
	background:#EBF1DD;
}
#zuii-keiyaku h1{
	background:#FAC08F;
}
#zuii-keiyaku th{
	background:#E36C09;
}
#zuii-keiyaku tr:nth-child(odd) td{
	background:#FBD5B5;
}
#zuii-keiyaku tr:nth-child(even) td{
	background:#FDEADA;
}
#rakusatsusya h1{
	background:#92CDDC
}
#rakusatsusya th{
	background:#31859B;
}
#rakusatsusya tr:nth-child(odd) td{
	background:#B7DDE8;
}
#rakusatsusya tr:nth-child(even) td{
	background:#DBEEF3;
}
#ippan-kyousou h1{
	background:#B2A2C7;
}
#ippan-kyousou th{
	background:#5F497A;
}
#ippan-kyousou tr:nth-child(odd) td{
	background:#CCC1D9;
}
#ippan-kyousou tr:nth-child(even) td{
	background:#E5E0EC;
}
#mitsumori h1{
	background:#b6b6ff;
}
#mitsumori th{
	background:#0000BF;
}
#mitsumori tr:nth-child(odd) td{
	background:#b6b6ff;
}
#mitsumori tr:nth-child(even) td{
	background:#CBCBFF;
}
#kikaku-kyousou h1{
	background:#938953;
}
#kikaku-kyousou th{
	background:#494429;
}
#kikaku-kyousou tr:nth-child(odd) td{
	background:#C4BD97;
}
#kikaku-kyousou tr:nth-child(even) td{
	background:#DDD9C3;
}

#post h1{
	background:#95B3D7;
}
#post th{
	background:#366092;
}
#post tr:nth-child(odd) td{
	background:#B8CCE4;
}
#post tr:nth-child(even) td{
	background:#DBE5F1;
}
.table-wrapper{
	max-width:100%;
	overflow-x:scroll;
	margin-bottom:30px;
}
.table-wrapper table{
	min-width:100%;
}
.table-wrapper table th,
.table-wrapper table td:not(.title):not(:last-child){
	white-space:nowrap;
}

.table-wrapper table th{
	vertical-align:middle;
}
.table-wrapper table td.title{
	min-width:12em;
}

.table-wrapper table td.date{
	min-width:4em;
	width:4em;
}
.table-wrapper table td.type{
	min-width:6em;
	width:6em;
}
.table-wrapper table td.depart{
	min-width:6em;
	width:6em;
}
.table-wrapper table td:last-child{
	min-width:12em;
	width:12em;
	word-break: break-all;
}
.table-wrapper table td.date2{
	min-width:320px;
}
.table-wrapper table th,
.table-wrapper table td{
	padding:0.25em 0.5em;
	border:1px solid #fff;
}

.table-wrapper table th{
	font-weight:600;
	color:#fff;
	text-align:center;
}

.single h1{
	font-weight:900;
	font-size:1.6em;
	text-align:left;
	padding: 0 1em;
	margin: 0 auto 30px;
	display:inline-block;
}

.ul-dot{
  list-style: none;
}
.ul-dot li{
  margin-left: 1em;
  text-indent: -1em;
}
.ul-dot li:before{
  content:"・";
}