@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.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;
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
}
#mimgtxt {
	position: relative;
	width: 320px;
	padding-top: 35px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
	margin-top: 3px;
	margin-left: 3px;
}

#breadcrumb { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#hbox {
	width: 100%;
	height: auto;
	float: left;
}
h2 {
	position: relative;
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
}
h2::first-letter {
	color: #239178;
}
h2::after {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
  position: absolute;
  top: 10px;
  margin-left: 15px;
}
#hbox .t1{
	width: 100%;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	margin-top: 5px;
}
#contents01 .txt {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	float: left;
}
#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;
	letter-spacing:0px;
	background-image: url(../web/contact/ac01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#Tel .t2{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing:0px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}
.Form {
	margin-top: 30px;
}
.Form-Item {
	width: 300px;
   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: 300px;
   height: 35px;
   flex: inherit;
   font-size: 13px;
}
.Form-Item-Textarea {
   margin-top: 10px;
   margin-left: 0;
   height: 150px;
   width: 300px;
   flex: inherit;
   font-size: 13px;
}
.Form-Btn {
   margin-top: 24px;
   padding-top: 8px;
   padding-bottom: 8px;
   width: 160px;
   font-size: 15px;
} 

#section02 {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#contents02 .txt{
	width: 320px;
	float: left;
	margin-top: 15px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
.prv_ttl {
	width: 312px;
	padding: 4px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	float: left;
	text-align: left;
	margin-top: 20px;
	background: #239178;
	letter-spacing: 0px;
}
.prv_txt {
	width: 320px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	margin-top: 10px;
	margin-left: 0px;
}


}
