@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#sub_slide{
		background-color: #f5f5f5;
		padding: 0 20px;
		background-image: url(../images/sub_page_title.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: 660px;
		margin: 0 auto;
		text-align: center;
		color: #333333;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 35px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 100px 0 100px;
	}
	#sub_slide h2 span{
		display: block;
		text-align: center;
		color: #e6453f;
		font-size: 1.8rem;
		font-weight: bold;
		text-indent: 3px;
		letter-spacing: 3px;
	}
	#sub_nav{
		background-color: #f5f5f5;
	}
	.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.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;
		margin: 80px auto 0 auto;
	}
	.cate{
		padding: 0 0 20px 0;
		margin: 20px 0 40px 0;
	}
	.cate .cate_table2{
		width: 100%;
		display: table;
		table-layout: fixed;
		padding: 10px 0;
	}
	.cate .box_title1{
		width: 660px;
		padding: 0 0 0 10px;
		margin: 0 auto 40px;
		color: #ffffff;
		background-color: #666666;
		font-size: 1.7rem;
		letter-spacing: 1px;
		line-height: 40px;
	}
	.cate .box_title1:empty{
		display: none;
	}
	.cate .box_title2{
		text-align: left;
		width: 100%;
		font-weight: bold;
		font-size: 1.6rem;
		color: #333333;
		padding: 0 0 3px 10px;
		border-bottom: 1px dotted #666666;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt1{
		display: table-cell;
		vertical-align: top;
		width: 60%;
		color: #666666;
		padding-left: 3%;
		font-size: 1.2rem;
		line-height: 180%;
		letter-spacing: 2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt1:empty{
		display: none;
	}
	.cate .cate_txt2{
		color: #666666;
		font-size: 1.2rem;
		line-height: 180%;
		letter-spacing: 1px;
		padding: 20px 0 0 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt2:empty{
		display: none;
	}
	.cate .box_img1{
		display: table-cell;
		vertical-align: top;
		text-align: center;
		width: 30%;
	}
	.cate .box_img1 img{
		max-width: 380px;
		width: 100%;
		padding: 2% 2%;
		margin: 0 auto;
		background-color: #fefefe;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* 項目 */
	.cate .cate_box{
		width: 100%;
		display: table;
		table-layout: fixed;
		font-size: 1.3rem;
		margin: 5px 0;
	}
	.cate .cate_box h5{
		width: 24%;
		display: table-cell;
		vertical-align: top;
		color: #ffffff;
		background-color: #e6453f;
		font-size: 1.4rem;
		line-height: 1.5rem;
		padding: 10px 5px 10px;
		border: 1px solid #e6453f;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_box h5:empty{
		display: none;
	}
	.cate .cate_box p{
		width: 76%;
		display: table-cell;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #e6453f;
		line-height: 1.8rem;
		padding: 9px 10px 8px;
	}
	.cate .cate_box p:empty{
		display: none;
	}
}

@media only screen and (max-width : 768px ){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#sub_slide{
		background-color: #f5f5f5;
		background-image: url(../images/sub_page_title.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{
		text-align: center;
		color: #333333;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 35px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 50px 0 50px;
	}
	#sub_slide h2 span{
		display: block;
		text-align: center;
		color: #e6453f;
		font-size: 1.4rem;
		font-weight: bold;
		text-indent: 3px;
		letter-spacing: 3px;
	}
	#sub_nav{
		background-color: #f5f5f5;
	}
	.breadcrumb {
		display: none;
	}
	#main_div figure{
		text-align: center;
	}
	
	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 90%;
		margin: 60px auto 20px;
	}
	.cate{
		margin: 30px 5%;
	}
	.cate .cate_table, .cate .cate_table2{
		width: 100%;
		padding: 10px 0 0 0;
	}
	.cate .box_title1{
		max-width: 660px;
		width: 100%;
		padding: 0 5px 0;
		margin: 0 auto 40px;
		color: #ffffff;
		background-color: #666666;
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .box_title1:empty{
		display: none;
	}
	.cate .box_title2{
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		color: #333333;
		padding: 0 10px 2px 10px;
		border-bottom: 1px dotted #666666;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt1{
		color: #666666;
		line-height: 180%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt2{
		color: #666666;
		line-height: 180%;
		padding: 20px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_txt2:empty{
		display: none;
	}
	.cate .box_img1{
		width: 80%;
		text-align: center;
		margin: 10px auto;
	}
	.cate .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;
	}
	/* 表形式の項目 */
	.cate .cate_box{
		width: 100%;
		margin: 5px 0;
		font-size: 1.3rem;
		min-height: 40px;
	}
	.cate .cate_box h5{
		width: 100%;
		color: #ffffff;
		background-color: #e6453f;
		font-size: 1.3rem;
		line-height: 1.5rem;
		padding: 10px 5px 10px;
		border: 1px solid #e6453f;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cate .cate_box p{
		width: 100%;
		margin: 0 auto;
		padding: 10px 5px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #e6453f;
	}
}

@media only screen and (max-width : 420px ){
	
}
