@charset "utf-8";
/* CSS Document */

ul.navbar-nav li.list04  {
	border-bottom: 1px solid #009358!important;
	}




/* CSS Document */
/* ##################################################################### */
/*	共通設定
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */

/* ===================================================================== */
/*	モバイル　フレックスボックス
/* ===================================================================== */
.qty .flexbox {
	width: 100%;
}

.qty .flexbox .item {
	width: 100.0%;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 180%;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.qty .flexbox img {
	max-width: 100%;
	height: auto;
}

.qty .flexbox .item:nth-child(odd){
	color: #5071B6;
	border: 1px solid #5071B6;
	
}

.qty .flexbox .item:nth-child(even){
	color: #009259;
	border: 1px solid #009259;
}

.qty .flexbox .quantity{
	font-size: 200%;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1em;
}

.qty .flexbox  .leftArea{
	margin-top: 5px;
	width: 20%;
	float: left;
	padding-left: 20%;
	font-size: 200%;
}

.rightArea{
	width:100%;
	padding-left: auto;
    padding-right: 30px;
    font-size: 80%;
    text-align:right;

}


/* ##################################################################### */
/*	スマートフォン縦
/* ##################################################################### */

.caption h3{
	color: #009358;
	text-align: center;
	font-size: 140%;
}
.caption h3 a{
	color: #009358;
	text-align: center;
}



.caption p{
	color: #4F4F4F;
}
.row .caption h3{
	line-height: 1.0em;
	font-size: 150%;
	height: 30px;
	overflow-y: hidden;
}

.row .caption p{
	height: 65px;
	overflow-y: hidden;
	line-height: 1.5em;
}


@media (min-width: 768px) {
/* ##################################################################### */
/*	スマートフォン横
/* ##################################################################### */

/* ===================================================================== */
/*	モバイル横　フレックスボックス
/* ===================================================================== */	


/* ##################################################################### */
/*	タブレット
/* ##################################################################### */

.row .caption h3{
	font-size: 170%;
}

.qty .flexbox  .leftArea{
	padding-left: 20%;
}    
	
}

@media (min-width: 992px) {
/* ##################################################################### */
/*	タブレット
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */

/* ===================================================================== */
/*	タブレット　フレックスボックス
/* ===================================================================== */	
.qty .flexbox  .leftArea{
	padding-left: 14%;
}

}

@media (min-width: 1200px) {
/* ##################################################################### */
/*	PC　コンピュータ
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */

/* ===================================================================== */
/*	PC　フレックスボックス
/* ===================================================================== */	

.qty .flexbox{	
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	}	
	
.qty .flexbox .item {
	margin: 2.0%;
	margin-bottom: 25px;
}
	
.qty .flexbox .item:nth-child(odd){
	margin-left: 0.0%;
}

.qty .flexbox .item:nth-child(even){
	margin-right: 0.0%;
}	
	

	


	

}



