@charset "utf-8";
/* CSS Document */
/*#flexsliderlay{
	max-width: 1021px;
	margin: 0 auto;
}
.pcimg{
	display: block;
}
.spimg{
	display: none;
}

section.titlearea{
	padding:89px 0 0;
}
section.titlearea h1{
	line-height: 55px;
	font-size: 31px;
	text-align: center;
	width:100%;
	font-weight: bold;
	color:#00489d;
}
section.titlearea p{
	line-height: 38px;
	font-size: 23px;
	text-align: center;
	width:100%;
	font-weight: bold;
	color:#333333;
	margin-bottom:17px;
}
section.titlearea div.border,
.subtitlearea div.border{
	width: 298px;
	height: 2px;
	margin:0 auto 0;
	background:#333333;
}*/
#main{
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	z-index: 1;
}
.bgdot01{
	background-image:url(../img/common/bg_dotw100.png);
	z-index: -1;
}
section.titlearea{
	padding:90px 0 40px;
}
section.titlearea .text{
	padding:39px 0 0;
	font-size:14px;
	line-height: 27px;
	text-align: center;
}
section.titlearea .text span{
	color: red;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;

}


input[type="text"],select,textarea{
   border-radius:10px;        /* CSS3草案 */  
    -webkit-border-radius:10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:10px;   /* Firefox用 */
	display: block;
	padding:11px 15px;
	line-height: 31px;
	font-size:21px;
	border:solid 1px #e0e0e0;
	width: 100%;
	background-color: #f9f9f9;
	box-sizing: border-box;
}
input[type="text"],textarea{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}
textarea{
   margin-top:20px;
	height: 250px;
}
select{
	background-image:url(../img/contact/formyaji.png);
	
	background-repeat: no-repeat;
	background-position: right 14px top 20px;
}
.wrap2{
	padding:0 auto 90px;
	width:96%;
	max-width: 1024px;
	margin:0 auto;
}

.wrap2 dl{
	margin:0 auto 78px;
	max-width:615px;
	width: 96%;
}
.wrap2 dl dt{
	line-height: 42px;
	font-size:18px;
}
.wrap2 dl dt span{
	color: red;
}
.wrap2 dl dd{
	min-height:100px;
	line-height: 42px;
	font-size:16px;
}
.formarea{
	width:100%;
}
.formarea .in{
	width:500px;
	margin:0 auto 0px;
}
.form1{
	width:257px;
	margin:0 auto 200px;
}
.form1 a{
	width:100%;
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 63px;
	font-size:17px;
   border-radius:30px;
    -webkit-border-radius:30px; 
    -moz-border-radius:30px;
	background: #00489d;
}
.form2{
	width:190px;
	margin:0 auto 200px;
}
.form2 a{
	width:100%;
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 63px;
	font-size:17px;
   border-radius:30px;
    -webkit-border-radius:30px; 
    -moz-border-radius:30px;
	background: #aaa;
}
.form3{
	width:190px;
	margin:0 auto 200px;
}
.form3 a{
	width:100%;
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 63px;
	font-size:17px;
   border-radius:30px;
    -webkit-border-radius:30px; 
    -moz-border-radius:30px;
	background: #00489d;
}


.form1 a:hover{
	background: #a1c4ee;
}

.wrap2 dl dd div.kakunin{
	padding:3%;
	background: #f8f8f8;
}

table th,
table td {
        padding: 17px 25px;
		border-bottom:1px solid #FFFFFF;
}
table th {
        background-color: #e5e5e5; /* 背景色を指定 */
}   
table td {
		background: #f7f7f7;
}
table th {
        width: 28%;
}
.lf{
	float: left;
}
.rf{
	float:right;
}
@media print, screen and (min-width: 720px) {
#main {
	background-attachment:fixed;
	background-size:cover;
	background-image:url(../img/contact/bg_contact_pc.jpg);
}
}

@media print, screen and (max-width: 719px) {
	/*#main .wrap .subtitle1 h2,
	#main .wrap .subtitle1 h2.subtitle,
	.subtitle1 h2.subtitle{
		font-size: 3vw;

		line-height: 120%;
	}*/

#main::before {
	background-image:url(../img/contact/bg_contact_sp.jpg);
	background-position:left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	content: "";
	z-index: -1;
}

	.textbody1{
		padding:0px 1% 2%;
		font-size: 3vw;
		line-height: 120%;
	}
	.textbody1 img{
		width:20%;
		height: auto;
		padding-top:10px;
	}
	section.titlearea{
	padding:3em 10px 2em 10px;
	}
	section.titlearea .text{
	text-align: left;
}
	/*section.titlearea{
		padding:25px 0 0;
	}
	.descarea{
		margin:20px 0 20px;
		font-size: 4vw;
		line-height: 150%;
	}*/
	.wrap2 dl{
		margin:0 auto 30px;
	}
	.wrap2 dl dt{
		line-height: 120%;
		font-size: 4vw;
		margin-bottom:.3em;
	}

	.wrap2 dl dd{
		line-height: 120%;
		font-size: 4vw;
		min-height:50px;
	}
	.formarea .in{
		width:100%;
	}
	.form1{
		width:65%;
		margin:0 auto 100px;
	}
	.form1 a{
		line-height: 320%;
		font-size: 4vw;
	}
	.form2{
		width:65%;
		margin:0 auto 10px;
	}
	.form2 a{
		line-height: 320%;
		font-size: 4vw;
	}
	.form3{
		width:65%;
		margin:0 auto 100px;
	}
	.form3 a{
		line-height: 320%;
		font-size: 4vw;
	}
	input[type="text"],select,textarea{
		line-height: 120%;
		/*font-size: 3vw;*/
		font-size: 90%;
	}
	select{
		background-position: right 14px top 10px;
	}
	table{
		width:100%;
	}
	table th{
		display: block;
		width:100%;
		text-align: left;
	}
	table td {
        padding: 10px 25px;
		border-bottom:1px solid #FFFFFF;
	}
	table td{
		display: block;
		width:100%;
	}

	.pcimg{
	display: none;
	}
	.spimg{
		display: block;
	}
	.lf{
		float:none;
	}
	.rf{
		float:none;
	}
	select{
		background-position: right 14px top 15px;
		background-size: 8px auto;
	}
}
