@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#sub_slide{
		background-color: #0059b3;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sub_slide h2{
		margin: 0 auto;
		text-align: center;
		color: #333333;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 35px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 100px 0 100px;
		background-image: url(../images/sub_slide.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#sub_slide h2 span{
		display: inline-block;
		width: 420px;
		padding: 10px 0;
		margin: 0 auto;
		text-shadow: 1px 1px 6px #ffffff;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	#sub_nav{
		background-color: #fafafa;
	}
	.breadcrumb {
		width: 100%;
		padding: 12px 20px;
		margin: 0 auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.breadcrumb li{
		display:inline;
		list-style: none;
	}
	.breadcrumb li a{
		font-size: 1.3rem;
		color: #3E3A39;
	}
	.breadcrumb li a:hover{
		text-decoration: underline;
	}
	.breadcrumb li:after{
		font-family: FontAwesome;
		content: '\f101';
		padding: 0 10px;
		color: #3E3A39;
	}
	.breadcrumb li:last-child:after{
		content: '';
	}
	#main_div figure{
		text-align: center;
	}

	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 660px;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 30px 15px 60px;
		margin: 30px auto 80px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main_sec span{
		color: #E75C5C;
	}
	#contact_form p{
		color: #333333;
		font-size: 1.4rem;
		padding: 10px 0 20px;
		line-height: 180%;
	}
	#contact_form p span{
		color: #E75C5C;
	}
	#contact_form p a{
		color: #666666;
		font-size: 1.2rem;
		text-decoration: underline;
	}
	.tbl_form{
		display: table;
		width: 100%;
		border-top: 1px solid #cccccc;
	}
	.tbl_form > dl{
		display: table-row;
	}
	.tbl_form > dl > dt{
		display: table-cell;
		vertical-align: middle;
		width: 30%;
		padding: 17px 20px 16px;
		color: #333333;
		background: #fafafa;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 1.6;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.tbl_form > dl > dd{
		display: table-cell;
		width: 70%;
		padding: 15px 0 15px 20px;
		background: #FFF;
		color: #333333;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 1.6;
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.input{
		width: 380px;
		height: 30px;
		padding: 0 8px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 1.4rem;
		color: #333333;
		border: 1px solid #cccccc;
		background-color: #eeeeee;
	}
	.input2{
		height: 120px;
	}
	.input:focus{
		background-color: #FFF;
	}
	.btn_box{
		text-align: center;
	}
	.btn_confirm{
		width: 160px;
		color: #333333;
		background: #ffffff;
		border: 1px solid #cccccc;
		padding: 10px 0;
		margin: 40px 30px 0 30px;
	}
	.btn_confirm:hover{
		color: #ffffff;
		background: #0059b3;
	}
	textarea { 
		font-family: sans-serif;
	}
}

@media only screen and (max-width : 768px ){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#sub_slide{
		padding: 50px 0;
		background-image: url(../images/sub_slide.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sub_slide h2{
		width: 68%;
		text-align: center;
		color: #333333;
		text-shadow: 1px 1px 6px #ffffff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 10px 0;
		margin: 0 auto;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	#sub_nav{
		background-color: #fafafa;
	}
	.breadcrumb {
		width: 100%;
		padding: 12px 20px;
		margin: 0 auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.breadcrumb li{
		display:inline;
		list-style: none;
	}
	.breadcrumb li a{
		font-size: 1.3rem;
		color: #3E3A39;
	}
	.breadcrumb li a:hover{
		text-decoration: underline;
	}
	.breadcrumb li:after{
		font-family: FontAwesome;
		content: '\f101';
		padding: 0 10px;
		color: #3E3A39;
	}
	.breadcrumb li:last-child:after{
		content: '';
	}
	#main_div figure{
		text-align: center;
	}
	#main_wrap #main{
		margin-top: 0;
	}
	
	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 94%;
		background-color: #ffffff;
		border-radius: 6px;
		padding: 20px 10px;
		margin: 40px auto 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main_sec span{
		color: #E75C5C;
	}
	#contact_form p{
		color: #333333;
		padding: 10px 0 20px 0;
		line-height: 180%;
	}
	#contact_form p span{
		color: #E75C5C;
	}
	#contact_form p a{
		color: #666666;
		font-size: 1.2rem;
		text-decoration: underline;
	}
	.tbl_form{
		display: block;
		width: 100%;
		border-top: 1px solid #cccccc;
	}
	.tbl_form > dl > dt{
		padding: 10px 20px 10px;
		color: #333333;
		background: #fafafa;
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.6;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.tbl_form > dl > dd{
		padding: 15px 0 15px 0;
		background: #FFF;
		color: #333333;
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.6;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.input{
		width: 90%;
		height: 30px;
		padding: 0 8px;
		margin: 0 auto;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 1.4rem;
		color: #333333;
		border: 1px solid #cccccc;
		background-color: #eeeeee;
	}
	.input2{
		height: 120px;
	}
	.input:focus{
		background-color: #FFF;
	}
	.btn_box{
		text-align: center;
	}
	.btn_confirm{
		width: 120px;
		color: #333333;
		background: #ffffff;
		border: 1px solid #cccccc;
		padding: 10px 0;
		margin: 20px 10px 30px 10px;
	}
	textarea { 
		font-family: sans-serif;
	}
}

@media only screen and (max-width : 420px ){
	
}
