@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	padding: 30px;
	background-color: #f6f7fb;
	color: #333;
	font-size: 1.2rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
	color: #7c5119;
	text-decoration: none;
}


.wrapper {
	width: 850px;
	margin: 10px auto 40px;
}

.main {
	display: block;
	float: left;
	width: 850px;
}

.hidden {
	display: none;
}


.hot-topic {
	display: block;
	height: 300px;
	margin-bottom: 0px;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
	transition: opacity 0.15s;
}
.hot-topic:hover {
	opacity: 0.85;
}
.hot-topic .image {
	float: left;
	width: 50%;
	height: 100%;
}
.hot-topic .content {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding: 85px 25px 0;
	background-color: #008000;
	line-height: 1.6;
	background: #008000 url('../images/bg-footer.gif');
}
.hot-topic .title {
	margin-bottom: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 2.0rem;
}
.hot-topic .desc {
	color: #ddc;
}
.hot-topic .date {
	position: absolute;
	top: 40px;
	left: 0;
	width: 140px;
	padding: 4px;
	background-color: #fff;
	color: #2d3d54;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1;
}


.heading {
	padding: 10px 12px;
	background: url('../images/bg-slash.gif');
	letter-spacing: 1px;
	font-size: 1.6rem;
}


.sidemenu {
	float: left;
	width: 130px;
	margin: 23px 0px;
}

.documents {
	margin: 10px 10px 30px;
}
.documents,
.documents ul {
	list-style-type: none;
}

.documents  li {
	margin-top: 15px;
	margin-left: 5px;
	font-size: 1.4rem;
}

.mainwindow {
	float: left;
	width: 680px;
	padding: 0px 30px 50px;
    margin: 2em 20px;
    border: solid 3px #32cd32;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.mainwindow .title {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555;
	font-size: 1.8rem;
	padding: 0;
}

.mainwindow p {
	padding: 0 1em;
}

.mainwindow .size_14 {
	font-size: 1.4rem;
	padding: 0;
}

.redwindow {
	float: left;
	width: 680px;
	padding: 10px 30px 10px;
    margin: 2em 20px 0em;
    border: solid 3px #dc143c;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.space {
	margin:0px 0;
	display:flex;
	flex-direction: column;
	width: 225px;
    float: right;
}

.imgmargin {
	margin: 20px 0 1px;
}

table {
	margin: 0 10px;
	padding: 10px;
	line-height: 1.8;
}

th,td {
    padding: 10px;      /* 余白指定 */
	border: none;
}


p {
	line-height: 1.8;
}

ol,tl {
	line-height: 1.8;
}


.footer {
	margin: 0px auto 40px;
	width: 850px;
	padding: 20px 0 30px;
	background: #008000 ;
	color: #fff;
	background: #008000 url('../images/bg-footer.gif');
}
/*

*/

.footer .foot {
	font-size: 1.2rem;
	margin-left: 100px;
	line-height: 1.2;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


/*確認用
.header, .main, .sidemenu, .footer {
	border: 1px solid #aaa;
	background-color: #ccc;
}
.header, .footer {
	height: 100px;
}
.main, .sidemenu {
	height: 500px;
}*/

.del {
   color: #f00;
   text-decoration : line-through ;
}

.delblack {
   text-decoration : line-through ;
}

.del span {
  color: #333;
}

.notice {
	display: inline;
	color: #FF0000;
}