@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{
		margin: 20px 0;
	}
	.cate_box{
		width: 100%;
		margin: 0 0 80px 0;
	}
	.cate_box:last-child{
		margin: 0 0 20px 0;
	}
	.cate_box .date{
		display: inline-block;
		color: #0b2265;
		font-size: 1.4rem;
		font-weight: bold;
		margin: 0 15px 10px;
		letter-spacing: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.box_title1{
		font-size: 1.6rem;
		padding: 5px 15px;
		border-bottom: 1px dotted #333333;
	}
	.box_txt1{
		font-size: 1.3rem;
		line-height: 200%;
		padding: 5px 15px;
		margin: 0 0 10px;
	}
	.photo{
		text-align: center;
	}
	.box_img{
		display: inline-block;
		width: 42%;
		margin: 30px 2%;
	}
	.box_img a figure{
		position: relative;
		overflow: hidden;
	}
	.box_img a figure img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.page_list{
		clear: both;
		text-align: center;
	}
	.page_list li{
		display: inline-block;
		margin: 30px 2px;
	}
	.page_list li a{
		color: #ffffff;
		background: #0b2265;
		padding: 5px 15px;
	}
}

@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;
	}
	.cate_box{
		width: 98%;
		padding-bottom: 10px;
		margin: 0 1% 50px 1%;
	}
	.cate_box:last-child{
		margin-bottom: 10px
	}
	.cate_box .date{
		color: #0b2265;
		font-size: 1.3rem;
		font-weight: bold;
		vertical-align: middle;
		padding: 15px 8px 5px 8px;
	}
	.box_title1{
		font-size: 1.4rem;
		font-weight: bold;
		border-bottom: 1px dotted #333333;
		padding: 0 8px;
	}
	.box_txt1{
		font-size: 1.2rem;
		line-height: 180%;
		padding: 5px 8px;
		margin: 5px 0 0 0;
	}
	.photo{
		text-align: center;
	}
	.box_img{
		display: inline-block;
		width: 42%;
		margin: 5px 2% 10px 2%;
	}
	.box_img a figure{
		position: relative;
		overflow: hidden;
	}
	.box_img a figure img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.page_list{
		clear: both;
		text-align: center;
	}
	.page_list li{
		display: inline-block;
		margin: 30px 20px;
	}
	.page_list li.sp_dno{
		display: none;
	}
	.page_list li a{
		color: #ffffff;
		background: #0b2265;
		padding: 10px 40px;
	}
}

@media only screen and (max-width : 420px ){
	
}
