@charset "UTF-8";

body {
		margin: 0px;
		padding: 0px;
		background-color: #EFF0F2;
}
html {
	color: #333;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}
input[type=text], input[type=radio], select, textarea {
		color: #333;
		font-size: 13px;
	font-family: 'Lato', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}
input[type=text], input[type=password] {
		margin-top: 3px;
		margin-bottom: 3px;
		height: 25px;
		border-radius: 3px;
		border: 1px solid #ccc;
	padding-left: 5px;
}
h1 {
	margin-top: 30px;
		font-size: 24px;
		color: #CC0003;

}
textarea, select {
		border: 1px solid #ccc;
		border-radius: 3px;
	padding: 5px;
}
.title1 {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		margin: 1em;
}
.h1 {
  text-align: center;
  padding-top: 40px;
}
.information {
	/*border: 1px solid #ccc;*/
	/*padding: 15px;*/
	font-size: 15px;
}
.date {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	display: inline-block;
}
.information p {
	text-align: left;
}
/* ここから下がボタンのCSS　*/
.btn {
  display: inline-block;
  text-align: left;
  border: 2px solid #C5001E;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 6px;
  transition: .4s;
  color: white;
  background-color: #C5001E;
}

/*.btn:hover {
  opacity: 0.5;
}*/
/*幅と背景*/
header {
		background: #eff0f2;
		height: 80px;
}
#wrapper {
		text-align: center;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		/*padding-bottom: 30px;*/
		width: 1000px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: #FFFFFF;
		-webkit-box-shadow: 0 0 6px #fff, 0 0 6px #666, 0 0 2px #aaa;
		-moz-box-shadow: 0 0 6px #fff, 0 0 6px #666, 0 0 2px #aaa;
		box-shadow: 0 0 6px #fff, 0 0 6px #666, 0 0 2px #aaa;
}
.container {
		margin-right: 50px;
		margin-left: 50px;
	padding-bottom: 30px;
}
.error {
	background-color: #FFEDF3;
	color: #C00;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table.base1 {
		width: 100%;
		border-collapse: collapse;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		border: 1px solid #B7B7B7;
}
table.base1 th, table.base1 td {
		padding: 5px 10px;
}
table.base1 th {
	padding: 3px;
	background-color: #ADB4C8;
	text-align: center;
	font-weight: normal;
	border: 1px solid #B7B7B7;
}
table.base1 td {
	margin: 0px;
	border: 1px solid #B7B7B7;
}
.komoku_0 {
	font-size: 10pt;
	font-weight: 300;
	text-align: left;
	color: #333;
	width: 150px;
	background-image: -webkit-linear-gradient(270deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
	background-image: -moz-linear-gradient(270deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
	background-image: -o-linear-gradient(270deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
	background-image: linear-gradient(180deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
}
.komoku {
	font-size: 10pt;
	font-weight: 300;
	text-align: left;
	color: #333;
	white-space: nowrap;
	background-image: -webkit-linear-gradient(270deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
	background-image: -moz-linear-gradient(270deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
	background-image: -o-linear-gradient(270deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
	background-image: linear-gradient(180deg,rgba(229,229,229,1.00) 43.86%,rgba(217,217,217,1.00) 58.19%);
}
.midashi1 {
	color: #FFF;
	/* [disabled]border: 1px solid transparent; */
	margin: 0;
	padding-left: 15px;
	text-align: left;
	white-space: nowrap;
	width: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(125,122,122,1.00) 38.78%,rgba(19,18,18,1.00) 60.23%);
	background-image: -moz-linear-gradient(270deg,rgba(125,122,122,1.00) 38.78%,rgba(19,18,18,1.00) 60.23%);
	background-image: -o-linear-gradient(270deg,rgba(125,122,122,1.00) 38.78%,rgba(19,18,18,1.00) 60.23%);
	background-image: linear-gradient(180deg,rgba(125,122,122,1.00) 38.78%,rgba(19,18,18,1.00) 60.23%);
}
.setsumei {
	text-align: center;
	margin: 3px;
	padding: 3px;
	width: auto;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

hr {
	background-color: #000000;
	border-width: 0px;
	height: 1px;
	width: 780px;
}
.footer {
	color: #FFF;
	border: 1px solid transparent;
	margin: 0;
	text-align: left;
	width: auto;
	background-image: url(images/footer.png);
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	white-space: nowrap;
	font-size: 10pt;
}.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .contner p a:hover {
	color: #E2073D;
	text-decoration: none;
}
/*span設定*/
.eg {
	color: #1F4B7D;
	font-size: 9pt;
	line-height: 12pt;
}
.eg2 {
	color: #4372B9;
	font-size: 10pt;
	line-height: 12pt;
}
.red {
	color: #E50000;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B2C89;
}

/*スペース*/
.space_tb1 { /* 使い方   class="space_tb1" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb2 { /* 使い方   class="space_tb2" */
	/*上下に各2文字分のマージン（スペース）*/
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb3 { /* 使い方   class="space_tb3" */
	/*上下に各3文字分のマージン（スペース）*/
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_lr1 { /* 使い方   class="space_lr1" */
	/*左右に各1文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	margin-right: 1em;
}.space_lr2 { /* 使い方   class="space_lr2" */
	/*左右に各2文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-right: 2em;
}
.box {
	padding-left: 5px;
	padding-right: 5px;
}
.pr10 {
	width: 10%;
}
.pr20 {
	width: 20%;
}
.pr25 {
	width: 25%;
}
.pr30 {
	width: 30%;
}
.pr35 {
	width: 35%;
}
.pr50 {
    width: 50%;
}
.pr95 {
	width: 95%;
}
.full {
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
.post {
	background: #FFFBDD;
	padding: 10px;
	margin: 10px 0;
}
.post p {
	color: #EA0003;
	font-weight: bold;
	border-bottom: 1px dashed #EA0003;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
