@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: 10px 15px 30px;
		margin: 30px auto 80px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cate_list_pc{
		width: 100%;
		background-color: #ffffff;
		text-align: left;
		border-radius: 10px;
		padding: 10px 10px;
		margin: 0 0 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cate_list_pc p{
		color: #333333;
		font-size: 1.6rem;
		font-weight: bold;
		border-left: 4px solid #0059b3;
		padding: 0 0 0 10px;
		margin: 0 0 10px 0;
	}
	#cate_list_pc li{
		display: block;
		font-size: 1.4rem;
		padding: 0 10px;
		margin: 5px 0;
	}
	#cate_list_pc li:last-child{
		border: none;
	}
	#cate_list_pc li a{
		color: #333333;
	}
	#cate_list_pc li a:hover{
		text-decoration: underline;
	}
	#cate_list_sp{
		display: none;
	}
	/* カテゴリ */
	.cate{
		margin: 40px 0 80px 0;
	}
	.cate:last-child{
		margin: 40px 0 0 0;
	}
	.cate .menu_box{
		width: 100%;
		margin: 5% 0 2% 0;
	}
	.cate .menu_box h3{
		position: relative;
		text-align: left;
		font-weight: bold;
		font-size: 1.8rem;
		color: #ffffff;
		background-color: #0059b3;
		padding: 5px 0 5px 25px;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .menu_box h3::before{
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 6px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #ffffff;
		border-radius: 4px;
	}
	.cate .cate_img1{
		width: 70%;
		margin: 20px auto;
	}
	.cate img{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .txt1{
		color: #666666;
		font-size: 1.4rem;
		line-height: 200%;
		margin: 10px 4% 30px 4%;
	}
	.cate .txt1:empty{
		display: none;
	}
	.cate .txt2{
		color: #666666;
		font-size: 1.4rem;
		line-height: 200%;
		padding: 10px;
		margin: 10px 4% 30px 4%;
	}
	.cate .txt2:empty{
		display: none;
	}
	/* 項目 */
	.cate_box{
		margin: 20px 0;
	}
	.cate_box .cate_box_table, .cate_box .cate_box_table2{
		width: 100%;
		display: table;
		table-layout: fixed;
		padding: 10px 0;
	}
	.cate_box .box_title1{
		text-align: left;
		display: table-cell;
		vertical-align: top;
		width: 100%;
		font-weight: bold;
		font-size: 1.6rem;
		color: #333333;
		padding: 5px 0 5px 10px;
		background-image: linear-gradient(to top, #dfe9f3 0%, #ffffff 100%);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_txt1{
		display: table-cell;
		vertical-align: top;
		width: 60%;
		color: #666666;
		padding-left: 5%;
		font-size: 1.3rem;
		line-height: 180%;
		letter-spacing: 2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_txt1:empty{
		height: 0;
	}
	.cate_box .box_img1{
		display: table-cell;
		vertical-align: top;
		width: 30%;
	}
	.cate_box .box_img1 img{
		width: 100%;
		padding: 2% 2%;
		background-color: #fefefe;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu_page_top{
		text-align: right;
		font-size: 1.3rem;
	}
}

@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;
	}
	#cate_list_sp{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 0;
		color: #333333;
	}
	#cate_list_sp li{
		display: inline-block;
		font-size: 1.3rem;
		padding: 0 10px;
		margin: 10px 0;
		letter-spacing: 1px;
	}
	#cate_list_sp li a{
		color: #333333;
		text-decoration: underline;
	}
	#cate_list_pc{
		display: none;
	}
	.cate{
		margin: 40px 0 60px 0;
	}
	.cate .menu_box{
		width: 100%;
		margin: 5% 0 2% 0;
	}
	.cate .menu_box h3{
		position: relative;
		color: #333333;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 8px 10px 8px 25px;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.cate .menu_box h3::after {
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 6px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #0059b3;
		border-radius: 4px;
	}
	.cate .cate_img1{
		width: 70%;
		margin: 20px auto;
	}
	.cate img{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .txt1{
		color: #666666;
		font-size: 1.3rem;
		line-height: 180%;
		margin: 10px 4% 30px 4%;
	}
	.cate .txt1:empty{
		display: none;
	}
	.cate .txt2{
		color: #666666;
		font-size: 1.3rem;
		line-height: 180%;
		padding: 10px;
		margin: 30px 5px 30px;
	}
	.cate .txt2:empty{
		display: none;
	}
	/* 項目 */
	.cate_box{
		margin: 30px 5%;
	}
	.cate_box .cate_box_table, .cate_box .cate_box_table2{
		width: 100%;
		padding: 10px 0 0 0;
	}
	.cate_box .box_title1{
		text-align: left;
		font-size: 1.4rem;
		font-weight: bold;
		color: #333333;
		padding: 0 10px 2px 10px;
		background-image: linear-gradient(to top, #dfe9f3 0%, #ffffff 100%);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_txt1{
		color: #666666;
		line-height: 180%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate_box .box_img1{
		width: 80%;
		margin: 10px 10%;
	}
	.cate_box .box_img1 img{
		width: 100%;
		padding: 2% 2%;
		background-color: #fefefe;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu_page_top{
		text-align: right;
		font-size: 1.3rem;
	}
}

@media only screen and (max-width : 420px ){
	
}
