@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 .txt{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	float: left;
	margin-top: 20px;
}
#Tel{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
#Tel .t1{
	width: 100%;
	height: auto;
	float: left;
	text-indent: 30px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 500;
	letter-spacing: 1px;
	background-image: url(../web/contact/ac01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 20px;
}
#Tel .t2{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
#contents01 .txt2{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	color: #F33;
	float: left;
	margin-top: 10px;
}


#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;
}
#contents02 .list01 {
	width: 305px;
	height: auto;
	float: left;
	margin-top: 20px;
	padding-left: 15px;
	text-indent: -15px;
}
#contents02 .list01 li{
	width: 100%;
	height: auto;
	margin-top: 3px;
	text-align: left;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0px;
}
#contents02 .list01 li::before{
    content: "・";
    color: #666;
    font-size: 11px;
	font-weight: bold;
    margin-right: 3px;
}

.Form {
	margin-top: 20px;
}
.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;
} 

#section03 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.c03txt {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 20px;
}
.prv_ttl {
	width: 330px;
	padding: 5px 5px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-align: left;
	margin-top: 20px;
	background: #0f820f;
	letter-spacing: 0px;
	border-radius: 3px;
}
.prv_txt {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	margin-left: 0px;
	letter-spacing: 0px;
}
}

