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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/quality_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 味と品質管理を徹底し、全国へ。　　　　　                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#hinshitu_area {
	padding-top: 160px;
	padding-bottom: 160px;
	background-color: #f6f4ed;
}
#hinshitu_area .inner {
	position: relative;
}
#hinshitu_area h3 {
	font-size: 80px;
	line-height: 1.2em;
	font-weight: 900;
	margin-bottom: 50px;
}

/* -- テキストエリア ----------------------------------------------- */
#hinshitsu_text {
	width: 660px;
}
#hinshitsu_text p {
	font-weight: 700;
}

/* -- イメージ写真 ----------------------------------------------- */
#hinshitsu_pic {
	width: 410px;
	position: absolute;
	right: 0px;
	top: 220px;
}
#hinshitsu_pic img {
	width: 100%;
	height: auto;
}

/* -- ネットワーク ----------------------------------------------- */
#network_box {
	margin-top: 260px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#network_box h4 {
	font-size: 36px;
	font-weight: 900;
	color: #7fae21;
	margin-bottom: 20px;
}
#network_box p {
	font-weight: 700;
}

/* 日本地図 */
#map_box {
	width: 606px;
	position: absolute;
	left: 0px;
	top: -260px;
}
#map_box img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 製造工程　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow_area {
	padding-top: 160px;
	padding-bottom: 160px;
}
#flow_area h3 {
	text-align: center;
	font-size: 80px;
	line-height: 1.2em;
	font-weight: 900;
	margin-bottom: 50px;
}
#flow_area h3 span {
	display: block;
	background-color: #7fae21;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1em;
	margin-top: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 800;
}

/* -- 工程リスト ----------------------------------------------- */
.flow_list {
	position: relative;
	padding-bottom: 60px;
	background-image: url(../images/quality_flow_bg.jpg);
	background-repeat: repeat-y;
	background-position: 38px 0%;
}
.flow_list:last-child {
	padding-bottom: 0px;
	background-image: url(transparent);
}

/* 番号 */
.flow_number {
	width: 80px;
	height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #7fae21;
	border-radius: 8px;
	font-size: 50px;
	font-weight: 900;
	color: #7fae21;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}

/* サムネイル */
.flow_thumb {
	margin-left: 130px;
	width: 303px;
	float: left;
}
.flow_thumb img {
	border-radius: 8px;
}

/* 説明文 */
.flow_text {
	float: right;
	width: 640px;
	height: 226px;
	border-bottom: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flow_text h4 {
	color: #7fae21;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.2em;
	margin-bottom: 12px;
}
.flow_text p {
	font-weight: 700;
}

















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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 味と品質管理を徹底し、全国へ。　　　　　                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#hinshitu_area {
	padding-top: 80px;
	padding-bottom: 80px;
}
#hinshitu_area h3 {
	font-size: 45px;
	line-height: 1.2em;
	margin-bottom: 35px;
}

/* -- テキストエリア ----------------------------------------------- */
#hinshitsu_text {
	width: 100%;
	margin-bottom: 10px;
}

/* -- イメージ写真 ----------------------------------------------- */
#hinshitsu_pic {
	width: 100%;
	position: static;
	text-align: center;
}
#hinshitsu_pic img {
	max-width: 410px;
}

/* -- ネットワーク ----------------------------------------------- */
#network_box {
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#network_box h4 {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

/* 日本地図 */
#map_box {
	width: 100%;
	position: static;
}
#map_box img {
	width: 100%;
	height: auto;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 製造工程　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow_area {
	padding-top: 80px;
	padding-bottom: 80px;
}
#flow_area h3 {
	font-size: 45px;
	line-height: 1.2em;
	margin-bottom: 40px;
}
#flow_area h3 span {
	font-size: 16px;
	line-height: 1em;
}

/* -- 工程リスト ----------------------------------------------- */
.flow_list {
	padding-bottom: 50px;
	background-position: 23px 0%;
}
.flow_list .row {
	margin-left: 70px;
}

/* 番号 */
.flow_number {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	font-size: 30px;
	line-height: 30px;
}

/* サムネイル */
.flow_thumb {
	margin-left: 0px;
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.flow_thumb img {
	width: 100%;
	height: auto;
}

/* 説明文 */
.flow_text {
	float: none;
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.flow_text h4 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 5px;
}



}
