@charset "utf-8";
/* 下層共通 */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	font-size: 13px;
	margin-top: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #95BB3F;
	color: #FFFFFF;
}
#breadcrumbs li {
	float: left;

}
#breadcrumbs li a {
	padding-right: 25px;
	margin-right: 15px;
	background-image: url(../images/bread_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	color: rgba(255,255,255,0.70);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページタイトル　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_tt {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}


#contents h2 {
	font-size: 36px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/kasou_h2_bg.jpg);
	padding-bottom: 50px;
	margin-bottom: 35px;
	line-height: 1.3em;
	width: 900px;

}
#page_icon img {
	width: auto;
	height: 70px;
	margin-bottom: 20px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3 ボックス   　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	padding-bottom: 20px;
	text-align: center;
	background-image: url(../images/h3_box_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.h3_box h3 {
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F8B62B;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 以下、スマホ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1050px) {

/* ぱんくず */
#breadcrumbs {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 56px;
	padding-top: 15px;
	padding-bottom: 15px;
}


/* ページタイトル */

#page_tt {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

#contents h2 {
	font-size: 30px;
	padding-bottom: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;

}

#page_icon img {
	width: auto;
	height: 50px;
}

.h3_box {

}
.h3_box h3 {
	font-size: 18px;
}

}
