@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.doc_set {
	padding-top: 70px;
	padding-bottom: 70px;
}
.box_left {
	float: left;
}

.box_right {
	float: right;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテナ    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	margin-top: 100px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	margin-bottom: 10px;
	font-size: 13px;
}

#breadcrumbs ul {
	font-size: 0px;
}

#breadcrumbs li {
	font-size: 13px;
	display: inline-block;
}

#breadcrumbs li a {
	color: #333333;
}
#breadcrumbs li a:hover {
	color: #767676;
	text-decoration: underline;

}

#breadcrumbs li:after {
	content: " ＞ ";
	margin-right: 5px;
}

#breadcrumbs li:last-child:after {
	content: "";
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページビジュアル　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_visual {
	height: 700px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	line-height: 700px;
}
#page_visual h2 {
	margin-left: 70px;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.65);
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フッター      　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: #F2F2F2;
	text-align: center;
	margin-top: 0px;
}
#fotter_banner {
	margin-bottom: 70px;
}
#copy {
	font-size: 12px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
}
#page_top img {
	width: 50px;
	height: auto;
}








/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 680px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.doc_set {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.box_left {
	float: none;
}

.box_right {
	float: none;
}

/* その他 */
.sp_none {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテナ    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	margin-top: 65px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
}
#breadcrumbs li {
	font-size: 12px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページビジュアル　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_visual {
	height: 300px;
	line-height: 300px;
}
#page_visual h2 {
	margin-left: 30px;
	font-size: 30px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フッター      　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-top: 40px;
	padding-bottom: 20px;
}
#fotter_banner {
	margin-bottom: 50px;
	text-align: center;
}
#fotter_banner img {
	width: 90%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	bottom: 20px;
	right: 10px;
}



}
