@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: 720px;
		margin: 80px auto 20px auto;
	}
	#cate_list{
		width: 100%;
		font-size: 0;
		text-align: center;
		-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;
	}
	.cate{
		margin: 40px 0 80px 0;
	}
	.cate:last-child{
		margin: 40px 0 0 0;
	}
	.cate .cate_title{
		position: relative;
		color: #ffffff;
		background-color: #0b2265;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 8px 10px 8px 30px;
		text-align: left;
		border-radius: 8px;
		letter-spacing: 1px;
	}
	.cate .cate_title::after {
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 8px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #f2c469;
		border-radius: 4px;
	}
	.cate .cate_img1{
		width: 70%;
		margin: 20px auto;
	}
	.cate .cate_img1 img{
		width: 100%;
		padding: 3px;
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt1{
		color: #666666;
		font-size: 1.4rem;
		line-height: 200%;
		margin: 10px 20px 20px;
	}
	.cate .cate_txt1:empty{
		display: none;
	}
	.cate .cate_txt2{
		color: #666666;
		font-size: 1.4rem;
		line-height: 200%;
		padding: 10px;
		margin: 10px 0 30px;
	}
	.cate .cate_txt2:empty{
		display: none;
	}
	.menu_page_top{
		text-align: right;
		font-size: 1.3rem;
		padding: 10px 0 0 0;
	}
	/* 項目 */
	.cate_box{
		width: 100%;
		display: table;
		table-layout: fixed;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.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;
	}
	.cate_box p:empty{
		display: none;
	}
	.cate_box:first-of-type p{
		border-top: 1px solid #cccccc;
	}
}

@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;
	}
	.s_txt{
		color: #E75C5C;
		text-align: center;
		font-size: 1.3rem;
	}
	.cate{
		margin: 40px 0 60px 0;
	}
	.cate .cate_title{
		position: relative;
		color: #ffffff;
		background-color: #0b2265;
		font-size: 1.5rem;
		padding: 8px 10px 8px 30px;
		text-align: left;
		border-radius: 8px;
		letter-spacing: 1px;
	}
	.cate .cate_title::after {
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 8px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #f2c469;
		border-radius: 4px;
	}
	.cate .cate_img1{
		width: 70%;
		margin: 20px auto;
	}
	.cate .cate_img1 img{
		width: 100%;
		padding: 3px;
		border: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt1{
		color: #666666;
		font-size: 1.3rem;
		line-height: 180%;
		margin: 10px 0 20px ;
	}
	.cate .cate_txt1:empty{
		display: none;
	}
	.cate .cate_txt2{
		color: #666666;
		font-size: 1.3rem;
		line-height: 180%;
		padding: 10px 0;
		margin: 20px 0;
	}
	.cate .cate_txt2:empty{
		display: none;
	}
	.menu_page_top{
		text-align: right;
		font-size: 1.2rem;
		margin: 10px 0 0 0;
	}
	/* 項目 */
	.cate_box{
		width: 520px;
		display: table;
		table-layout: fixed;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		text-align: center;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box p{
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		font-size: 1.3rem;
		padding: 10px 5px;
		border-right: 1px solid #cccccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box p:empty{
		display: none;
	}
	.cate .cate_box:first-of-type p{
		border-top: 1px solid #cccccc;
	}
	.table{
		background: white;
		overflow: scroll;
		-webkit-overflow-scrolling : touch;
		overflow-y:hidden;
		overflow-x:auto;
	}
}

@media only screen and (max-width : 420px ){
	
}
