@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#top_div{
		margin-bottom: 0;
	}
	#sub_slide{
		text-align: center;
		background-color: #0b2265;
		padding: 40px 0;
	}
	#page-title{
		display: inline-block;
		color: #ffffff;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		border-bottom: 2px solid #f2c469;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 0 40px 10px;
		margin: 0 auto;
	}
	#sub_nav{
		background-color: #f3f3f3;
	}
	.breadcrumb {
		width: 900px;
		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.2rem;
		color: #231815;
	}
	.breadcrumb li a:hover{
		text-decoration: underline;
	}
	.breadcrumb li:after{
		font-family: FontAwesome;
		content: '\f101';
		padding: 0 10px;
		color: #231815;
	}
	.breadcrumb li:last-child:after{
		content: '';
	}
	#main_div figure{
		text-align: center;
	}

	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 680px;
		margin: 80px auto 20px auto;
	}
	.box{
		padding: 20px 0;
	}
	.cate0{
		text-align: center;
	}
	.box h3{
		position: relative;
		text-align: left;
		font-size: 1.7rem;
		padding: 5px 10px 0 0;
		border-bottom: 2px solid #0b2265;
		letter-spacing: 3px;
		margin: 0 0 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.box h3 span{
		display: inline-block;
		width: 220px;
		text-align: center;
		color: #ffffff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 10px 0 0;
		background-color: #0b2265;
	}
	.cate_box{
		width: 100%;
		display: table;
		table-layout: fixed;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate1 .cate_box p{
		display: table-cell;
		vertical-align: top;
		text-align: left;
		font-size: 1.3rem;
		padding: 10px 10px;
		border-right: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate1 .cate_box p:first-child{
		width: 30%;
	}
	.cate1 .cate_box:first-of-type p{
		border-top: 1px solid #cccccc;
	}
	.cate2 .cate_box p{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 1.3rem;
		padding: 10px 10px;
		border-right: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate2 .cate_box p:first-child{
		width: 24%;
	}
	.cate2 .cate_box:first-of-type p{
		background-color: #f1f1f1;
		border-top: 1px solid #cccccc;
	}
	.cate_box p:last-of-type{
		border-right: none;
	}
	.cate0 p.txt{
		text-align: left;
		font-size: 1.4rem;
		line-height: 180%;
		padding: 3px 0 20px 10px;
	}
	.cate2 p.txt{
		text-align: left;
		font-size: 1.4rem;
		padding: 3px 0 0 10px;
	}
	#main_sec #map{
		width: 100%;
		height: 400px;
		margin: 20px auto 0;
	}
}

@media only screen and (max-width : 768px ){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#sub_slide{
		text-align: center;
		background-color: #0b2265;
		padding: 30px 0;
	}
	#page-title{
		display: inline-block;
		color: #ffffff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		border-bottom: 2px solid #f2c469;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 0 20px 10px;
		margin: 0 auto;
	}
	#sub_nav{
		display: none;
	}
	#main_div figure{
		text-align: center;
	}
	
	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 90%;
		margin: 40px auto 20px;
	}
	.box{
		padding: 20px 0;
	}
	.cate0{
		text-align: center;
	}
	.cate0 img{
		max-width: 480px;
		width: 98%;
	}
	.box h3{
		width: 100%;
		position: relative;
		color: #3E3A39;
		background-color: #ffffff;
		text-align: center;
		font-size: 1.4rem;
		padding: 5px 10px;
		border: 1px solid #0b2265;
		letter-spacing: 3px;
		margin: 0 0 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box{
		width: 100%;
		display: table;
		table-layout: fixed;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate1 .cate_box p{
		display: table-cell;
		vertical-align: top;
		text-align: left;
		font-size: 1.3rem;
		padding: 10px 10px;
		border-right: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate1 .cate_box p:first-child{
		width: 30%;
	}
	.cate1 .cate_box:first-of-type p{
		border-top: 1px solid #cccccc;
	}
	.cate2 .cate_box p{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 1.3rem;
		padding: 10px 0;
		border-right: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate2 .cate_box p:first-child{
		width: 24%;
	}
	.cate2 .cate_box:first-of-type p{
		background-color: #f1f1f1;
		border-top: 1px solid #cccccc;
	}
	.cate_box p:last-of-type{
		border-right: none;
	}
	.cate0 p.txt{
		text-align: left;
		font-size: 1.2rem;
		line-height: 180%;
		padding: 3px 0 10px 0;
	}
	.cate2 p.txt{
		text-align: left;
		font-size: 1.2rem;
		padding: 3px 0 0 10px;
	}
	#main_sec #map{
		width: 100%;
		height: 340px;
		margin: 30px auto 0;
	}
}

@media only screen and (max-width : 420px ){
	
}
