@charset "utf-8";

/* ---------------------------------------------------
   File: history.css
   Version: 1.0.0
   Update: 2018-02-07
   Author: http://flowlab.co.jp

   (c)2007-2018 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* -------------------------------
		Grobal Navigation
------------------------------- */
/* #gnavi li:nth-child(2) a {
	color: #2280bb;
	border-bottom: 3px solid #2280bb;
} */


/* -------------------------------
		Txt
------------------------------- */
.grid_12 .txt {
	width: 80%;
	margin: 0 auto;
}



/* ====================================================
		Background Style
==================================================== */

/* -------------------------------
		Background Img
------------------------------- */
.backgroundImg {
	/*height: 640px;*/
	padding-top: 120px;
	padding-bottom: 120px;
}

/* Title */
.backgroundImg h2 {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 2.6em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding-bottom: 50px;
}

/* Box */
.backgroundImg section {
	text-align: center;
}

/* Txt */
.backgroundImg .txt {
	width: 60%;
	text-align: left;
	line-height: 1.8em;
	letter-spacing: 1px;
}


/* ====================================================
		History
==================================================== */
#history1 {
	background-image: url("../img/about/history/bg_ph_01.jpg");
	min-height: 100%;
}
#history2 {
	color: #454445;
	background-image: url(../img/about/history/bg_ph_02.jpg);
	min-height: 100%;
}
#history2 h2 {
	color: #454445;
}
#history3 {
	background-image: url(../img/about/history/bg_ph_03.jpg);
	min-height: 100%;
}
#history4 {
	background-image: url(../img/about/history/bg_ph_04.jpg);
	min-height: 100%;
}



/* ====================================================
		Products Item
==================================================== */
.productsItem .scrollmeBox {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.productsItem a {
	color: #454445;
}

/* -------------------------------
		Title
------------------------------- */
.productsItem h3 {
	font-size: 1.8em;
	font-weight: 700;
	padding-bottom: 20px;
	margin: 0 !important;
}
.productsItem h3 span {
	font-size: 0.4em;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}

/* -------------------------------
		Item
------------------------------- */
/*.productsItem .grid_6 {
	padding: 80px 0 50px;
}*/
.productsItem a .grid_6 {
	padding: 0 0 50px;
}
.productsItem a:nth-of-type(1) .grid_6,
.productsItem a:nth-of-type(2) .grid_6 {
	padding: 80px 0 50px;
}
.yokone_m{margin: 13% 0 17%;}

/* -------------------------------
		Button
------------------------------- */
#history .btn_white {
	margin: 0 0 100px;
}






/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {

/* ====================================================
		Promise
==================================================== */
	
/* ====================================================
		Background Style
==================================================== */
/* -------------------------------
		Background Img
------------------------------- */
.backgroundImg {
	text-shadow: none;
}

/* Title */
.backgroundImg h2 {
	font-size: 1.8em;
	margin-bottom: 0;
	padding-bottom: 30px;
}

/* Box */
.backgroundImg section {
}

/* Txt */
.backgroundImg .txt {
}
		
	

}


/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {
	
/* ====================================================
		Promise
==================================================== */
	
/* ====================================================
		Background Style
==================================================== */
/* -------------------------------
		Background Img
------------------------------- */
.backgroundImg {
	text-shadow: none;
}
/* Title */
.backgroundImg h2 {
	font-size: 1.4em;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 30px;
}
	
/* Box */
.backgroundImg section {
}

/* Txt */
.backgroundImg .txt {
}

/* ====================================================
		Products Item
==================================================== */
.productsItem .scrollmeBox {
	width: 80%;
}

/* -------------------------------
		Title
------------------------------- */
.productsItem h3 {
}
.productsItem h3 span {
}

/* -------------------------------
		Item
------------------------------- */
.productsItem .grid_6 {
}

/* -------------------------------
		Button
------------------------------- */
#history .btn_white {
	margin: 0 0 100px;
}
	
}




/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 767px) {

/* -------------------------------
		Grobal Navigation
------------------------------- */
#gnavi li:nth-child(2) a {
	color: #2280bb;
	border-bottom: 1px solid #eee;
}
	
/* -------------------------------
		Txt
------------------------------- */
.grid_12 .txt {
	width: 90%;
	padding: 0 6%;
}
	

/* ====================================================
		Background Style
==================================================== */
/* -------------------------------
		Background Img
------------------------------- */
.backgroundImg {
	text-shadow: none;
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
}
	
	
/* Title */
.backgroundImg h2 {
	width: 92%;
	font-size: 1.4em;
	text-align: center;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 30px;
}
	
/* Box */
.backgroundImg section {
}

/* Txt */
.backgroundImg .txt {
	line-height: 2em;
}
	
/* ====================================================
		Products Item
==================================================== */
.productsItem .scrollmeBox {
	width: 80%;
}

/* -------------------------------
		Title
------------------------------- */
.productsItem h3 {
}
.productsItem h3 span {
}

/* -------------------------------
		Item
------------------------------- */
/*.productsItem .grid_6 {
	padding: 0;
}*/
.productsItem a .grid_6,
.productsItem a:nth-of-type(1) .grid_6,
.productsItem a:nth-of-type(2) .grid_6 {
	padding: 0;
}
.productsItem a:nth-last-of-type(1) .grid_6 {
	padding-bottom: 50px;
}

/* -------------------------------
		Button
------------------------------- */
#history .btn_white {
	clear: both;
	margin: 0 auto 50px;
}
	
	
	
}