@charset "utf-8";
/* CSS Document */

.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 3px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}


/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 230px;
	padding-top: 120px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/cms/mimg.webp);
	background-position: top center;
}
#mimg .ttl{
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 3px;
    -webkit-text-stroke: 5px #fff; 
    paint-order: stroke fill; 
}

#breadcrumb {
	width: calc(100% - 20px);
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
　　list-style: none;
    text-align: left;
	padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 40px;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #0f820f;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

#breadcrumb li a:hover {
  color: #0f820f;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.custom-shape-divider {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: scaleX(1) rotate(180deg);
	margin-top: -70px;
	z-index: 5000;
}

.custom-shape-divider svg {
	display: block;
	width: 100%;
	height: 70px;
}

.wave-animation > use {
	fill: #fff;
	animation: wave-move 10s cubic-bezier(.55,.5,.45,.5) infinite;
}

.wave-animation > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 10s;
}

.wave-animation > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: calc(10s * 0.7);
}

.wave-animation > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: calc(10s * 0.5);
}

@keyframes wave-move {
	0% { transform: translate3d(-90px, 0, 0); }
	100% { transform: translate3d(85px, 0, 0); }
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	position: relative;
	width: auto;
	height: 60px;
	float: left;
	text-align: left;
	font-size: 60px;
	line-height: 60px;
	color: #0f820f;
}
.h2ac {
	position: relative;
	width: auto;
	height: 20px;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-top: 38px;
}

h3 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	text-align: left;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	clear: both;
}

#contents01 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents01 .tablebox01 table {
	width: 100%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	clear:both;
}
#contents01 .tablebox01 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 10px 5px 10px;
}

#contents01 .t1 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #F66;
}

#contents01 .tablebox02{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	word-break: break-all;
	text-align: left;
	background-color: #FFF;
}
#contents01 .tablebox02 table {
	width: auto;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	clear:both;
}
#contents01 .tablebox02 td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 8px 30px 8px 30px;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

#contents02 .list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
    list-style-type: none;
}

#contents02 .list li {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin-top: 20px;
}

#contents02 .list li::before {
	content: "●";
    color: #0f820f;
	font-size: 20px;
	padding: 0 10px 0 0;
}


@media screen and (min-width:768px){

}
