@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
#sidemenu {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	padding: px;
	background-color:;
	border-radius: ;
	z-index: 50000;
}
#sidemenu img{
	width: 0;
	height: 0;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 100px;
	padding-top: 50px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/cms/mimg_sp.jpg);
	background-size: cover;
	background-position: top center;
}
#mimg .ttl{
	width: 100%;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 1px;
    -webkit-text-stroke: 3px #fff; 
    paint-order: stroke fill; 
}
#breadcrumb { display:none;}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
.custom-shape-divider {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: scaleX(1) rotate(180deg);
	margin-top: -19px;
	z-index: 5000;
}
.custom-shape-divider svg {
	display: block;
	width: 100%;
	height: 20px;
}
.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);
}

#section01 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: relative;
	width: auto;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #0f820f;
}
.h2ac {
	position: relative;
	width: auto;
	height: 15px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-left: 10px;
	margin-top: 15px;
}
#contents01 .t1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0px;
}
#contents01 .t1 a{ color: #000;}

#terms {
	width: 300px;
	height: auto;
	padding: 20px 20px;
	outline: 2px solid #CCC;
	outline-offset: -2px;
	float: left;
	margin-top: 20px;
	background-color: #FAFAF5;
}

h3 {
	width: 220px;
	height: 24px;
	float: left;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-left: 40px;
	border-bottom: 1px solid #0f820f;
}
#List01 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
#List01 li{
	width: 287px;
	height: auto;
	float: left;
	list-style: decimal inside;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	text-indent: -13px;
	padding-left: 13px;
	margin-bottom: 10px;
}
#checkbox{
	position: relative;
	width: 320px;
	height: 13px;
	padding: 10px 10px 13px 10px;
	margin-left: 0px;
	margin-top: 20px;
	outline: 1px solid #000;
	outline-offset: -1px;
	float: left;
	text-align: left;
}

.checkbox__input {
  display: none;
}
.checkbox__text {
	width: 290px;
	height: 13px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px; 
  text-align: left;
  letter-spacing:0px;
  float: left;
}
.checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 3px;
}
.checkbox__input:checked + .checkbox__text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 4px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 3px solid #0f820f;
  border-right: 3px solid #0f820f;
}
.Form {
	margin-top: 30px;
}
.Form-Item {
	width: 320px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 15px;
   padding-bottom: 15px;
   flex-wrap: wrap;
}
.Form-Item-Label {
   max-width: inherit;
   display: flex;
   align-items: center;
   font-size: 13px;
}
.Form-Item-Label.isMsg {
   margin-top: 0;
}
.Form-Item-Label-Required {
   border-radius: 4px;
   padding-top: 4px;
   padding-bottom: 4px;
   width: 32px;
   font-size: 10px;
}
.Form-Item-Input {
   margin-left: 0;
   margin-top: 10px;
   width: 320px;
   height: 35px;
   flex: inherit;
   font-size: 13px;
}
.Form-Item-Textarea {
   margin-top: 10px;
   margin-left: 0;
   height: 150px;
   width: 320px;
   flex: inherit;
   font-size: 13px;
}
.Form-Btn {
   margin-top: 24px;
   padding-top: 8px;
   padding-bottom: 8px;
   width: 160px;
   font-size: 15px;
}
#contents01 .t2{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 0px;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #999;
	padding-top: 20px;
}
#contents02 .t1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0px;
}

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

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

