@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;
	}
	#cate_list{
		font-size: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cate_list li{
		display: inline-block;
		width: 32%;
		vertical-align: top;
		margin: 5px .5%;
	}
	#cate_list li a{
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		color: #ffffff;
		background-color: #f2c469;
		border: 1px solid #ffffff;
		letter-spacing: 1px;
		padding: 8px 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cate_list li a:hover{
		background-color: #B99E68;
		border: 1px solid #B99E68;
	}
	#box{
		padding: 30px 0;
	}
	/* カテゴリ */
	.cate{
		margin: 0 0 120px 0;
	}
	.cate:last-child{
		margin: 0 0 0 0;
	}
	.cate .cate_title{
		position: relative;
		font-size: 2.0rem;
		letter-spacing: 1px;
		padding: 10px 10px 5px 30px;
		text-align: left;
		border-bottom: 1px dotted #0b2265;
	}
	.cate .cate_title::after {
		position: absolute;
		top: .35em;
		left: 0;
		font-family: FontAwesome;
		content: '\f005';
		color: #f2c469;
		font-size: 2.2rem;
	}
	/* 項目 */
	.cate_box {
			position: relative;
			margin: 50px auto 100px;
			padding: 0.5rem 1rem;
			border: solid 3px #0b2265;
	}
	.cate_box:last-child{
		margin: 50px auto 0;
	}
	.cate_box .box_txt_span {
			position: absolute;
			display: inline-block;
			top: -27px;
			left: -3px;
			padding: 2px 9px 0;
			height: 25px;
			line-height: 25px;
			vertical-align: middle;
			font-size: 1.6rem;
			background: #0b2265;
			color: #ffffff;
			font-weight: bold;
			border-radius: 5px 5px 0 0;
	}
	.cate_box_table{
		width: 100%;
		display: table;
		table-layout: fixed;
		padding: 10px auto 10px;
		margin: 10px auto;
	}
	.cate_box_table .box_img1{
		display: table-cell;
		vertical-align: top;
		text-align: center;
		width: 40%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_img1 img{
		width: 100%;
		padding: 3px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .cell{
		display: table-cell;
		vertical-align: top;
		width: 60%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_title1{
		font-size: 1.5rem;
		font-weight: bold;
		border-bottom: 1px solid #666666;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_title1:empty{
		display: none;
	}
	.cate_box_table .box_txt1{
		font-size: 1.3rem;
		padding: 10px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_txt1:empty{
		display: none;
	}
}

@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_list{
		font-size: 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cate_list li{
		display: block;
		width: 90%;
		vertical-align: top;
		margin: 5px 1%;
	}
	#cate_list li a{
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		color: #ffffff;
		background-color: #f2c469;
		border: 1px solid #ffffff;
		letter-spacing: 1px;
		padding: 8px 5px;
		margin: 0 10px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#box{
		padding: 30px 0;
	}
	/* カテゴリ */
	.cate{
		margin: 0 0 80px 0;
	}
	.cate:last-child{
		margin: 0 0 0 0;
	}
	.cate .cate_title{
		position: relative;
		font-size: 1.7rem;
		letter-spacing: 1px;
		padding: 10px 10px 5px 30px;
		text-align: left;
		border-bottom: 1px dotted #0b2265;
	}
	.cate .cate_title::after {
		position: absolute;
		top: .35em;
		left: 0;
		font-family: FontAwesome;
		content: '\f005';
		color: #f2c469;
		font-size: 2.2rem;
	}
	/* 項目 */
	.cate_box{
			position: relative;
			margin: 60px auto 80px;
			padding: 0.5rem 1rem;
			border: solid 3px #0b2265;
	}
	.cate_box:last-child{
		margin: 60px auto 0;
	}
	.cate_box .box_txt_span{
			position: absolute;
			display: inline-block;
			top: -27px;
			left: -3px;
			padding: 2px 9px 0;
			height: 25px;
			line-height: 25px;
			vertical-align: middle;
			font-size: 1.6rem;
			background: #0b2265;
			color: #ffffff;
			font-weight: bold;
			border-radius: 5px 5px 0 0;
	}
	.cate_box_table{
		width: 100%;
		padding: 10px auto 10px;
		margin: 10px auto;
	}
	.cate_box_table .box_img1{
		margin: 0 0 10px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_img1 img{
		max-width: 320px;
		width: 92%;
		padding: 3px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .cell{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_title1{
		font-size: 1.5rem;
		font-weight: bold;
		border-bottom: 1px solid #666666;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_title1:empty{
		display: none;
	}
	.cate_box_table .box_txt1{
		font-size: 1.3rem;
		padding: 10px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box_table .box_txt1:empty{
		display: none;
	}
}

@media only screen and (max-width : 420px ){
	
}
