@charset "utf-8";
/* CSS flowerCare_pc  */
/*初期設定打消し*/
div.wrapper_{
	min-width: 1200px;
}
div.container_{
	width: 100%;
	padding: 0;
	background: #ffffff;
}
div.single_mainframe_{
	width: 100%;
}
#flowerGift{
	font-size: 13px;
}
ol li{
	margin-left: 0;
	list-style: none;
}
.flowerGift_gnav a{
	color: #333;
}
.flexBox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
/*flowerGift_gnav-----*/
.flowerGift_gnav{
	margin: 16px 0 15px;
	border-bottom: 1px solid #ccc;
}
#headerTx{
	padding: 6px 0 0 5px;
	font-size: 18px;
	font-weight: bold;
}
#headerTx a:hover{
	text-decoration: none;
}
.gnavList{
	margin-left: 36px;
	font-weight: bold;
}
.gnavList>li{
	margin-left: 8px;
}
.gnavList>li>a{
	display: block;
	margin-bottom: -1px;
	padding: 11px 37px 9px;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	border-bottom: 5px solid #cccccc;
	background-color: #f2f2f2;
}
.gnavList>li>a:hover{
	text-decoration: none;
}
#flowerGift .gnavList>.give.active a,#flowerGift .give a:hover{
	border-color: #cf4753;
	background-color: #fff2f2;
	color: #cf4753;
}
#flowerGift .gnavList>.home.active a,#flowerGift .home a:hover{
	border-color: #648d1d;
	background-color: #eef7e5;
	color: #648d1d;
}
#flowerGift .gnavList>.biz.active a,#flowerGift .biz a:hover{
	border-color: #26749c;
	background-color: #edf8ff;
	color: #26749c;
}
/*flowerCare_mv-----*/
.flowerCare_mv{
	text-align: center;
}
.breadcrumb{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 16px 0;
}
.breadcrumb li+li::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 8px 1px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	transform: rotate(45deg);
}
/*flowerGift_contents*/
#flowerGift_contents{
	margin-bottom: 46px;
}
#flowerGift_contents h2{
	padding: 16px;
	font-weight: bold;
	border-top: 2px solid #aa948b;
	border-bottom: 2px solid #aa948b;
	font-size: 20px;
	color: #4c2424;
}
/*flowerInner*/
.flowerInner{
	margin-top: 40px;
	padding-bottom: 16px;
	line-height: 1.6;
}
.flowerInner .image{
	margin: 0 40px 40px;
}
.flowerInner .name{
	overflow: hidden;
	width: 720px;
}
.flowerInner dl{
	margin-top: -1px;
}
.flowerInner dt{
	padding: 12px 4px 0;
	border-top: 1px dotted #c8ccd7;
	font-size: 15px;
	font-weight: bold;
}
.flowerInner dd{
	padding: 4px 4px 12px;
}
.flowerInner h3{
	padding: 2px 6px 0;
	border-left: 5px solid #aa948b;
	color: #4c2424;
	font-size: 15px;
    font-weight: bold;
}
.flowerInner .faqList{
	margin-top: 16px;
}
.flowerInner .faqList li{
	margin: 16px 0 24px;
}
.flowerInner .question{
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #507b29;
}
.flowerInner .question::before{
	content: '?';
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 18px;
	padding: 0 0 0 6px;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	background-color: #689633;
}
.flowerInner .answer{
	margin-top: 3px;
	padding-top: 8px;
	border-top: 1px dotted #c8ccd7;
}
#flowerGift_contents .return{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}
#flowerGift_contents .return a{
	display: block;
	padding: 13px 32px;
	border: 2px solid #aa948b;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #4c2424;
	transition: all .5s ease-out;
}
#flowerGift_contents .return a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #4c2424;
}