@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: 120px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/object/mimg_back.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 23px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #513f2a;
    text-align: center;
	-webkit-text-stroke: 3px #fff;
	paint-order: stroke;
	margin-top: 40px;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #4494d1;
    text-align: center;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
	margin-top: 10px;
	float: left;
}

#breadcrumb { display:none;}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	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: 300px;
	height: 22px;
	padding-top: 15px;
	padding-left: 40px;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 500;
	float: left;
	background-image: url(../web/corporation/h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 30px;
}
h2 span{
	position: absolute;
	width: fit-content;
	height: auto;
	top: 0;
	left: 40px;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	text-align: left;
	background:linear-gradient(90deg,#fa6496 0%,#fcb41b 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	float: left;
}

#telbox {
	width: 340px;
	height: auto;
	float: left;
	margin-top: 20px;
	outline: 1px solid #5ea6d9;
	outline-offset: -1px;
	border-radius: 5px;
}
#telbox.f {
	margin-left: 0px;
}
#telbox .ttl{
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #5ea6d9;
	border-radius: 5px 5px 0 0;
}
#telbox .number{
	width: 100%;
	height: 49px;
	float: left;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	letter-spacing: 1px;
	border-bottom: 1px solid #5ea6d9;
}
#telbox .txt{
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	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 .txt{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
#contents02 .txt li{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-top: 5px;
	list-style: disc inside;
}

.Form {
	margin-top: 30px;
}
.Form-Item {
	width: 340px;
   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: 340px;
   height: 35px;
   flex: inherit;
   font-size: 13px;
}
.Form-Item-Textarea {
   margin-top: 10px;
   margin-left: 0;
   height: 150px;
   width: 340px;
   flex: inherit;
   font-size: 13px;
}
.Form-Btn {
   margin-top: 24px;
   padding-top: 8px;
   padding-bottom: 8px;
   width: 160px;
   font-size: 15px;
} 


}
