@charset "UTF-8";
/* CSS Document */
.main{
  flex: 1;
  min-width: 1000px;
  background-image:url(../img/back-repeat.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
}
section{
  width: 1000px;
  margin: 0 auto;
}

ol {
	line-height: 160%;
	margin-left: 15px;
}

.txt01 {
	text-align: left;
	margin: 30px;
}

.txt01 p {
	line-height: 160%;
}

.mb30 {
	margin-bottom: 30px;
}

.mb15 {
	margin-bottom: 15px;
}

.red {
	color: #CE2023;
}
.bold {
	font-weight: bold;
}
.sup {
	vertical-align: super;
}
.sub {
	vertical-align: sub;
}
.right {
	text-align: right;
}
.ita {
	font-style: italic;
}

.strikethrough {
	text-decoration: line-through;
}

h3 {
	text-align: left;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #005B3C;
	background-color: #EBF2EF;
	padding: 10px 10px 10px 30px;
	border-radius: 10px;
	position: relative;
}

h3::after {
	content:"";
   display:inline-block;
   width:3px;
   height:20px;
   background-color:#005B3C;
   position:absolute;
   top:10px;
   left: 15px;
}
h4 {
    position: relative;
    width: 250px;
    padding: 10px;
    color: #005B3C;
	margin-bottom: 15px;
	font-size: 18px;
}

h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 880px;
    border-bottom: 3px solid #E3CEAF;
}

h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    border-bottom: 3px solid #C9A063;
}

.table01 {
	border-collapse:collapse;
	width: 800px;
	margin: 0 auto 30px auto;
	text-align: center;
	border-top: 1px solid #C9A063;
}

.table01 tr {
	
	padding:10px;
	width: 800px;
}
.table01 tr.tr_color01 {
	background-color: #F0E5D5;
}

.table01 td {
	border-bottom:1px solid #C9A063;
	padding:10px;
}

.table02 {
	border-collapse:collapse;
	width: 800px;
	margin: 0 auto 30px auto;
	text-align: center;
	border-top: 1px solid #C9A063;
}

.table02 tr {
	
	padding:10px;
	width: 800px;
}
.table02 td.tr_color02 {
	background-color: #F0E5D5;
}

.table02 td {
	border-bottom:1px solid #C9A063;
	border-left: 1px solid #C9A063;
	border-right: 1px solid #C9A063;
	padding:10px;
	vertical-align: middle;
}
.table03 {
	margin-left: 20px;
	line-height: 150%;
}

.table03 tr {
	margin: 20px 0;
	display: block;
}

.table03 td {
	vertical-align: top;
	height: 50px;
}
.table03 td.icon {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.table03 td.icon:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #005B3C;
  border-right: solid 2px #005B3C;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  transform: rotate(45deg);
}
.table03 img {
	margin-right: 20px;
}

.list01 li {
	position: relative;
	padding-left:20px;
	line-height:170%;
}

.list01 li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #005B3C;
  border-right: solid 2px #005B3C;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  transform: rotate(45deg);
}

ol.list03 {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  line-height: 25px;
  padding-left: 25px;
}
ol.list03 li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.5em;
  padding: 0;
}

ol.list03 > li {
  counter-increment: cnt;
}
ol.list03 > li:before {
  content: counter(cnt) ") ";
}

.map_img {
	width: 880px;
	text-align: center;
}

.at::before{
	content: '@';
}

.date {
	background-color:#F3EBE0;
	padding:20px 0px 20px 0px;
	margin:0px auto 20px auto;
	font-size:18px;
	font-weight:bold;
	line-height: 170%;
}
.btn a:link,
.btn a:active,
.btn a:visited{
	font-size:17px;
	font-weight:bold;
	width:300px;
	min-height: 50px;
	padding: 10px 0;
	background-color:#1e8bd2;
	border:1px solid #1e8bd2;
	text-align:center;
	color:#fff;
	text-align:center;
	margin: 0px auto;
	text-decoration:none;
	display:block;
	line-height:1.4em;
}

.btn a:hover{
	background-color:#EDF6FC;
	color:#1e8bd2;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btn p {
	margin-top: 10px;
}
.notice {
	border: 2px solid #CE2023;
	width: 880px;
	margin: 0 auto 30px auto;
	padding: 30px;
	background-color: #fff;
	text-align: left;
	line-height: 150%;
}

.notice h2 {
	 font-family: 'Bebas Neue', cursive;
	font-size: 2.3rem;
	color: #CE2023;
	margin-bottom: 10px;
	text-align: center;
}
.notice h2:before {
	display: none;
}
.indent01 {
	padding-left: 1.3em;
}
