@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;
}

#contents01 .t1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
}
#contents01 .t1 a{ color: #0f820f;}

#terms {
	width: 1100px;
	height: auto;
	padding: 40px 50px;
	outline: 3px solid #CCC;
	outline-offset: -3px;
	float: left;
	margin-top: 50px;
	background-color: #FAFAF5;
}

h3 {
	width: 500px;
	height: 48px;
	float: left;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: 600;
	border-bottom: 2px solid #0f820f;
	margin-left: 300px;
	color: #0f820f;
}
#List01 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
}
#List01 li{
	width: 1084px;
	height: auto;
	float: left;
	list-style: decimal inside;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 20px;
}

#checkbox{
	position: relative;
	width: 400px;
	height: 30px;
	padding: 15px 100px;
	margin-left: 300px;
	margin-top: 50px;
	outline: 1px solid #000;
	outline-offset: -1px;
	float: left;
	text-align: left;
}

.checkbox__input {
  display: none;
}
.checkbox__text {
	width: 340px;
　　height: 30px;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 27px; 
  text-align: left;
  letter-spacing: 1px;
    float: left;
}
.checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 4px;
}
.checkbox__input:checked + .checkbox__text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 4px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 4px solid #0f820f;
  border-right: 4px solid #0f820f;
}

.Form {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
	width: 100%;
	max-width: 300px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5ea6d9;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 650px;
	background: #eaedf2;
	font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 700px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 600px;
  display: block;
  letter-spacing: 1px;
  background: #999;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  transition: 0.4s;
}
.Form-Btn:disabled {
  opacity: 0.1;
}
.Form-Btn:hover {
  background: #5ea6d9;
}

#contents01 .t2{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1px;
}
#contents01 .t2 a{ color: #000;}


#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;
	border-top: 1px dotted #999;
	padding-top: 50px;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02 .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1px;
}

#contents02 .btn a{
	width: 500px;
	height: 60px;
	background-color: #0f820f;
	border-radius: 5px;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 58px;
	letter-spacing: 1px;
	color: #FFF;
	float: left;
	transition: 0.4s;
}

#contents02 .btn a:hover{
	background-color: #333;
}

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

}
