@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#Mimg {
    width: 100%;
    height: 700px;
	background-image: url(../web/contact2/mimg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox2 {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/
#Pl {
	width: 100%;
	height: 20px;
	margin: 0 auto;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
.c01txt {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	float: left;
}
#telbox {
	width: 760px;
	padding: 20px;
	margin-left: 150px;
	margin-top: 50px;
	float: left;
	outline: 2px solid #999;
	outline-offset: -2px;
}
#telbox p{
	width: 380px;
	float: left;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 3px;
}
.tbac {
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: center;
	float: left;
	margin-top: 20px;
}
.formbox {
	width: 1100px;
	float: left;
	margin-top: 70px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
}
.formbox table {
	width: 1090px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.formbox td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 10px 10px 10px;
}
input[type="submit"]  {
    padding: 10px 70px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
	transition: 0.4s;
}
input[type="submit"]:hover  {
	color: #fff;
    background-color: #114c9d;
}
input[type="button"]  {
    padding: 10px 70px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
	transition: 0.4s;
}
input[type="button"]:hover  {
	color: #fff;
    background-color: #114c9d;
}
.t12_900b {font-size:12px; line-height:30px; color: #900;}


@media screen and (min-width:768px){
.formboxsp { display:none;}
}
