
/* トップページ
=====================================================================*/

#top #visual {
	text-align:center;
	background: #F8F8F8;
	position: relative;
}

#top #visual img {
	width: 100%;
}
	
#top #visual p {
	border: #999 1px solid;
	padding: 5px 0;
	text-align: center;
	color: #000;
	position: absolute;
	bottom: 12%;
	right: 4%;
	font-size: 1.4em;
	width: 15%;
	background: #FFF;
}

#top #visual p a {
	text-decoration: none;
	display:block;
}

#top #visual p:hover {
	border: #71CCE5 1px solid;
}

/* .con_01
------------------------------------------------- */

#top .con_01{
	margin-bottom:90px;
}

#top .con_01 section{
	border-bottom: 1px solid #dadadb;
	padding-bottom: 30px;
}

#top .con_01 section + section{
	border:0;
	padding:30px 0 0 0;
}


/* .con_02
------------------------------------------------- */
#top .con_02{
	margin-bottom:90px;
}

#top .con_02 .box{
	padding: 0;
	margin: 0;
}

#top .con_02 .box img {
	margin-bottom:10px;
}

#top .con_02 .box p{
	text-align: center;
	margin-bottom: 20px;
}

#top .con_02 ul{
	font-size: 0;
}

#top .con_02 ul li {
	width: 166px;
	display: inline-block;
	font-size: 14px;
	margin-right: 9px;
}

#top .con_02 ul li:last-child {
	width: 166px;
	display: inline-block;
	font-size: 14px;
	margin-right: 0px;
}


/* .con_03
------------------------------------------------- */

#top .con_03{
	margin-bottom:90px;
}

#top .con_03 table,
#top .con_03 table tbody tr th,
#top .con_03 table tbody tr td{
	border:0;
	background:none;
}

#top .con_03 table{
	width:100%;
	}

#top .con_03 table tbody tr{
	border-bottom:1px solid #CCCCCC;
}

#top .con_03 table tbody tr.noline{
	border-bottom:0;
}

#top .con_03 table tbody tr th{
	width:200px;
	color: #000;
	vertical-align:top;
}

#top .con_03 table tbody tr th,
#top .con_03 table tbody tr td{
	padding:25px 0;
}


/* .con_04
------------------------------------------------- */

#top .con_04{
	/*
	margin-bottom:90px;
	*/
	
	padding-bottom: 90px;
}

#top .con_04 iframe{
	margin-bottom:15px;
}




/* .con_05　お問い合わせフォーム
------------------------------------------------- */

#top .con_05{
	padding-bottom:160px;
	
	}
#top .con_05 p{
	text-align: center;
	}

#top .con_05 ul {
	margin: 30px auto;
	font-size: 0;
	}

#top .con_05 ul li {
	display: inline-block;
	width: 410px;
	}

#top .con_05 ul li.right {
	margin-left: 45px;
	}


#inquiry form{
	background:#F8F8F8;
	padding: 30px 20px;
	}


#inquiry p.formExp {
	margin-bottom:15px;
	}

#inquiry table,
#inquiry table tbody tr th,
#inquiry table tbody tr td{
	border:0;
	background:none;
}

#inquiry table{
	width:100%;
	}

#inquiry table tr{
	border-bottom:1px solid #dadadb;
}

#inquiry table tr th{
	width:160px;
	vertical-align:middke;
}

#inquiry table tr th,
#inquiry table tr td{
	padding:15px 0;
}

#inquiry span.required {
	color: #F30;
	font-weight:bold;
}

#inquiry table tr th span.required {
	margin-left:0.8em;
}

#inquiry table td .privacy {
	overflow: scroll;
	height: 200px;
	padding: 10px;
	background:  #FFF;
}

#inquiry table td .privacy p {
	text-align: left;
	margin-bottom: 5px;
}

#inquiry input,
#inquiry textarea{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#inquiry input[type="text"],
#inquiry textarea{
	border:0;
	width:100%;
	box-sizing:border-box;
	padding:5px;
	font-size:14px;
	letter-spacing:1px;
}

#inquiry input[type="text"]{
	height:40px;
}
	
#inquiry textarea{
	height:250px;
	resize: none;  
  overflow: auto;
}
	
#inquiry table tr.textarea th{
	vertical-align:top;
	padding-top:26px;
}
	
#inquiry .formBtn{
	margin:40px;
	text-align:center;
}
	
#inquiry .formBtn input,
#inquiry .formBtn a{
	width:380px;
	height:67px;
	background:#71CCE5;
	border:none;
	color:#FFFFFF;
	font-weight: bold;
	font-size:18px;
	cursor:pointer;
	transition:0.2s all;
	letter-spacing:1px;
}

#inquiry .formBtn a{
	display:inline-block;
	line-height:67px;
	text-decoration:none;
}

#inquiry .formBtn input:hover,
#inquiry .formBtn a:hover{
	background:	#FECBDB;
	text-decoration:none;
}

/* 確認画面 */

#inquiry .confirm .formBtn input{
	width:280px;
}

#inquiry .confirm .errMsg{
	font-weight:bold;
	color: #F30;
	margin-bottom:20px;
	}

#inquiry .confirm .ERR {
	color: #F30;
	}

#inquiry .confirm .conMsg {
	margin-bottom:20px;
	margin-top:-15px;
	}
	
#inquiry .confirm  table tr td{
	padding-left:20px;
	font-weight:bold;
	}
	
	
/* 完了画面 */
