@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: 700px;
		margin: 80px auto 40px auto;
	}
	#box{
		margin: 40px 0 20px 0;
	}
	#box .menu_box{
		width: 100%;
		margin: 5% 0 2% 0;
	}
	#box .txt1{
		color: #666666;
		font-size: 1.6rem;
		line-height: 200%;
		margin: 10px 4% 30px 4%;
	}
	/* 項目 */
	#box .cate_box{
		height: auto;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: 5px solid #F6D79B;
    background-color: #FFF;
    border-radius: 10px;
	}
	#box .cate_box_bottom{
		width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border: 20px solid transparent;
    border-top: 20px solid #F6D79B;
	}
	#box .cate_box_bottom:last-child{
		display: none;
	}
	#box .cate_box .box_title1{
		font-size: 1.7rem;
    font-weight: bold;
    color: #FFF;
    background-color: #f2c469;
    text-align: center;
    border-radius: 5px;
		padding: 3px 0;
		margin: 0 0 10px 0;
		text-indent: 2px;
		letter-spacing: 2px;
	}
	#box .cate_box .box_title1:empty{
		display: none;
	}
	#box .cate_box .flow_table{
		width: 100%;
		display: table;
		table-layout: fixed;		
	}
	#box .cate_box .flow_table figure{
		width: 40%;
		display: table-cell;
		text-align: center;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box .cate_box .flow_table figure img{
		max-width: 420px;
		width: 100%;
	}
	#box .cate_box .flow_table .box_txt1{
		width: 60%;
		display: table-cell;
		text-align: left;
		vertical-align: top;
		color: #666666;
		font-size: 1.4rem;
		line-height: 180%;
		letter-spacing: 1px;
		padding: 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box .cate_box .flow_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;
	}
	#box{
		margin: 40px 0 20px 0;
	}
	#box .menu_box{
		width: 100%;
		margin: 5% 0 2% 0;
	}
	#box .txt1{
		color: #666666;
		font-size: 1.5rem;
		line-height: 180%;
		margin: 10px 4% 30px 4%;
	}
	/* 項目 */
	#box .cate_box{
		height: auto;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: 3px solid #F6D79B;
    background-color: #FFF;
    border-radius: 10px;
	}
	#box .cate_box_bottom{
		width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border: 20px solid transparent;
    border-top: 20px solid #F6D79B;
	}
	#box .cate_box_bottom:last-child{
		display: none;
	}
	#box .cate_box .box_title1{
		font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    background-color: #f2c469;
    text-align: center;
    border-radius: 5px;
		padding: 3px 0;
		margin: 0 0 10px 0;
		text-indent: 2px;
		letter-spacing: 2px;
	}
	#box .cate_box .box_title1:empty{
		display: none;
	}
	#box .cate_box .flow_table{
		width: 100%;		
	}
	#box .cate_box .flow_table figure{
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box .cate_box .flow_table figure img{
		max-width: 380px;
		width: 100%;
	}
	#box .cate_box .flow_table .box_txt1{
		text-align: left;
		color: #666666;
		font-size: 1.3rem;
		line-height: 180%;
		padding: 10px 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (max-width : 420px ){
	
}
