@charset "shift_jis";
html,
body {
	width: 100%;
	background: #f7f7f7;
	color: #333333;
	font-size: 14px;/* -webkit-text-size-adjust: none; iPhone */
}

/* ヘッダー
------------------------------------------------------------------*/
header {
}
header h1 {
	float: left;
	padding: 16px 0 0 21px;
}
header p.menu {
	float: right;
	padding: 8px 10px 0 0;
}
header p.menu a {
	color: #fff;
	display: block;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	width: 85px;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(/brand/hichifuku/sp/img/icon_arrow_menu.png), -webkit-gradient(linear, center top, center bottom, from(#21bdea), to(#019dca));
	background-image: url(/brand/hichifuku/sp/img/icon_arrow_menu.png), -webkit-linear-gradient(top, #21bdea, #019dca);
	background-image: url(/brand/hichifuku/sp/img/icon_arrow_menu.png), -moz-linear-gradient(top, #21bdea, #019dca);
	background-image: url(/brand/hichifuku/sp/img/icon_arrow_menu.png), -o-linear-gradient(top, #21bdea, #019dca);
	background-image: url(/brand/hichifuku/sp/img/icon_arrow_menu.png), -ms-linear-gradient(top, #21bdea, #019dca);
	background-image: url(/brand/hichifuku/sp/img/icon_arrow_menu.png), linear-gradient(to bottom, #21bdea, #019dca);
	background-size: 11px auto, auto auto;
	-moz-background-size: 11px auto, auto auto;
	-webkit-background-size: 11px auto, auto auto;
	-o-background-size: 11px auto, auto auto;
	background-position: 90% 7px, top center;
	background-repeat: no-repeat;
	border: 1px solid #0066a0;
	font-size: 80%;
}


/* ナビゲーション
------------------------------------------------------------------*/
nav {
	clear: both;
}
nav dl {
	border-top: 1px solid #deb96f;
}
nav dl dt {
	border-bottom: 1px solid #deb96f;
	background-color: #fff;
	background-image: -webkit-gradient(linear, center bottom, center top, from(#daecf6), to(#f7f7f7));
	background-image: -webkit-linear-gradient(bottom, #daecf6, #f7f7f7);
	background-image: -moz-linear-gradient(bottom, #daecf6, #f7f7f7);
	background-image: -o-linear-gradient(bottom, #daecf6, #f7f7f7);
	background-image: -ms-linear-gradient(bottom, #daecf6, #f7f7f7);
	background-image: linear-gradient(to top, #daecf6, #f7f7f7);
	color: #1d1f7b;
	font-weight: bold;
	font-size: 121.42%;
}
nav dl dt a {
	color: #1d1f7b !important;
	display: block;
	background: url(/brand/hichifuku/sp/img/icon_arrow_gmenu.png) 95% center no-repeat;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	-o-background-size: 20px auto;
}
nav dl dt.accordion_head a {
	background: url(/brand/hichifuku/sp/img/icon_plus_gmenu.png) 95% center no-repeat;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	-o-background-size: 20px auto;
}
nav dl dt.accordion_head.open a {
	background: url(/brand/hichifuku/sp/img/icon_minus_gmenu.png) 95% center no-repeat;
	background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	-o-background-size: 20px auto;
}
nav dl dt span.icon {
	display: block;
	background-size: 40px auto;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-o-background-size: 40px auto;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	height: 50px;
	line-height: 50px;
}
nav dl dt:nth-of-type(1) span.icon {
	background-image: url(/brand/hichifuku/sp/img/ico_top_check.png);
}
nav dl dt:nth-of-type(2) span.icon {
	background-image: url(/brand/hichifuku/sp/img/ico_top_history.png);
}
nav dl dt:nth-of-type(3) span.icon {
	background-image: url(/brand/hichifuku/sp/img/ico_top_ingredients.png);
}
nav dl dt:nth-of-type(4) span.icon {
	background-image: url(/brand/hichifuku/sp/img/ico_top_howto.png);
}
nav dl dt:nth-of-type(5) span.icon {
	background-image: url(/brand/hichifuku/sp/img/ico_top_measures.png);
}
nav dl dt:nth-of-type(6) span.icon {
	background-image: url(/brand/hichifuku/sp/img/ico_top_qa.png);
}
nav dl dt span.icon span{
	font-size: 75%;
}
nav dl dd {
	background:#f4f6f7;
}
nav dl dd ul {
	list-style:none;
}
nav dl dd ul li {
	background:url(/brand/hichifuku/sp/img/icon_arrow_accordion.png) 93% center no-repeat;
	background-size:5px auto;
	-moz-background-size:5px auto;
	-webkit-background-size:5px auto;
	-o-background-size:5px auto;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #a9cbdf;
}
nav dl dd ul li a {
	line-height:44px;
	padding:0 0 0 10px;
	display:block;
}


/* アサイド
------------------------------------------------------------------*/
aside {
	padding: 0 0 15px;
	background: #fff;
}
aside ul.otherLink {
	list-style: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: table;
	width: 100%;
	margin: 0 0 15px;
}
aside ul.otherLink li {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
	background-image: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
aside ul.otherLink li:nth-child(1) {
	width: 33%;
	border-right: 1px solid #FFF;
}
aside ul.otherLink li:nth-child(2) {
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
}
aside ul.otherLink li:nth-child(3) {
	border-left: 1px solid #CCC;
	width: 33%;
}
aside ul.otherLink li a {
	display: table;
	width: 100%;
	text-align: center;
	height: 68px;
	font-weight: bold;
}
aside ul.otherLink li a span {
	display: table-cell;
	vertical-align: middle;
	color: #0e4d6c;
}
aside ul.otherLink li a span.pc {
	background: url(/brand/hichifuku/sp/img/common_icon_qa.png) no-repeat center 70%;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-o-background-size: 14px auto;
	line-height: 42px;
	padding: 0 0 15px;
}
aside p.bnr {
	text-align: center;
	margin: 0 0 15px;
}
aside ul.sns {
	margin: 0 auto 15px;
	overflow: hidden;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}
aside ul.sns li {
	margin: 0 1.2%;
	display: inline-block;
	width: 20.9%;
}
aside ul.sns li img {
	height: auto !important;
	width: 100% !important;
}

/* ページトップ
------------------------------------------------------------------*/
p.pagetop {
	border-top: 1px solid #afc3d3;
	border-bottom: 1px solid #afc3d3;
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#ddebf6));
	background-image: -webkit-linear-gradient(top, white, #ddebf6);
	background-image: -moz-linear-gradient(top, white, #ddebf6);
	background-image: -o-linear-gradient(top, white, #ddebf6);
	background-image: -ms-linear-gradient(top, white, #ddebf6);
	background-image: linear-gradient(to bottom, white, #ddebf6);
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
}
p.pagetop span {
	padding: 0 0 0 18px;
	background: url(/brand/hichifuku/sp/img/icon_arrow_pagetop.png) center left no-repeat;
	background-size: 11px auto;
	-moz-background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-o-background-size: 11px auto;
	color: #0e4d6c;
}
p.pagetop a {
	line-height: 44px;
	display: block;
}
p.sitetop {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#eee));
	background-image: -webkit-linear-gradient(top, white, #eee);
	background-image: -moz-linear-gradient(top, white, #eee);
	background-image: -o-linear-gradient(top, white, #eee);
	background-image: -ms-linear-gradient(top, white, #eee);
	background-image: linear-gradient(to bottom, white, #eee);
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
}
p.sitetop span {
	padding: 0 0 0 18px;
	background: url(/brand/hichifuku/sp/img/icon_arrow_top.png) center left no-repeat;
	background-size: 11px auto;
	-moz-background-size: 11px auto;
	-webkit-background-size: 11px auto;
	-o-background-size: 11px auto;
	color: #3f0600;
}
p.sitetop a {
	line-height: 44px;
	display: block;
}

/* フッター
------------------------------------------------------------------*/
footer {
	background: #fff;
}
footer ul.topLink {
	list-style: none;
	padding: 0 10px 15px;
}
footer ul.topLink li {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 47%;
	background-image: url(/brand/hichifuku/sp/img/common_arrow01.png), -webkit-gradient(linear, center top, center bottom, from(white), to(#dedede));
	background-image: url(/brand/hichifuku/sp/img/common_arrow01.png), -webkit-linear-gradient(top, white, #dedede);
	background-image: url(/brand/hichifuku/sp/img/common_arrow01.png), -moz-linear-gradient(top, white, #dedede);
	background-image: url(/brand/hichifuku/sp/img/common_arrow01.png), -o-linear-gradient(top, white, #dedede);
	background-image: url(/brand/hichifuku/sp/img/common_arrow01.png), -ms-linear-gradient(top, white, #dedede);
	background-image: url(/brand/hichifuku/sp/img/common_arrow01.png), linear-gradient(to bottom, white, #dedede);
	background-position: 96% center, top center;
	background-repeat: no-repeat;
	background-size: 7px auto, auto auto;
	-moz-background-size: 7px auto, auto auto;
	-webkit-background-size: 7px auto, auto auto;
	-o-background-size: 7px auto, auto auto;
}
footer ul.topLink li:first-child {
	float: left;
}
footer ul.topLink li:last-child {
	float: right;
}
footer ul.topLink li:first-child span {
	padding: 0 20px 0 0;
}
footer ul.topLink li:last-child span {
	background: url(/brand/hichifuku/sp/img/common_icon_pc.png) right center no-repeat;
	background-size: 14px auto;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-o-background-size: 14px auto;
	padding: 0 20px 0 0;
}
footer ul.topLink li a {
	display: block;
	line-height: 44px;
	text-indent: 10px;
}
footer dl {
	clear: both;
	margin: 0 10px 20px;
	border-radius: 5px;
}
footer dl dt {
	background-image: url(/brand/hichifuku/sp/img/common_icon_plus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -webkit-gradient(linear, center top, center bottom, from(#47a9d6), to(#1591cb));
	background-image: url(/brand/hichifuku/sp/img/common_icon_plus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -webkit-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_plus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -moz-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_plus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -o-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_plus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -ms-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_plus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), linear-gradient(to bottom, #47a9d6, #1591cb);
	background-size: 24px auto, 15px auto, auto auto;
	-moz-background-size: 24px auto, 15px auto, auto auto;
	-webkit-background-size: 24px auto, 15px auto, auto auto;
	-o-background-size: 24px auto, 15px auto, auto auto;
	background-position: 96% center, 12px center, top center;
	background-repeat: no-repeat;
	text-indent: 35px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	line-height: 50px;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
footer dl dt.open {
	background-image: url(/brand/hichifuku/sp/img/common_icon_minus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -webkit-gradient(linear, center top, center bottom, from(#47a9d6), to(#1591cb));
	background-image: url(/brand/hichifuku/sp/img/common_icon_minus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -webkit-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_minus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -moz-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_minus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -o-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_minus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), -ms-linear-gradient(top, #47a9d6, #1591cb);
	background-image: url(/brand/hichifuku/sp/img/common_icon_minus.png), url(/brand/hichifuku/sp/img/common_icon_brand.png), linear-gradient(to bottom, #47a9d6, #1591cb);
	background-size: 24px auto, 15px auto, auto auto;
	-moz-background-size: 24px auto, 15px auto, auto auto;
	-webkit-background-size: 24px auto, 15px auto, auto auto;
	-o-background-size: 24px auto, 15px auto, auto auto;
	background-position: 96% center, 12px center, top center;
	background-repeat: no-repeat;
	border-radius: 4px 4px 0 0;
	border: 1px solid #bbbbbb;
}
footer dl dd {
	background: #f3f3f3;
	border-radius: 0 0 4px 4px;
	border: 1px solid #bbbbbb;
	border-top: none;
}
footer dl dd ul {
	list-style: none;
}
footer dl dd ul li {
	background: url(/brand/hichifuku/sp/img/common_arrow02.png) no-repeat 95% center;
	background-size: 7px auto;
	-moz-background-size: 7px auto;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	list-style: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #bbbbbb;
}
footer dl dd ul li a {
	display: block;
}
footer dl dd ul li:last-child {
	list-style: none;
	border-bottom: none;
}
footer dl dd ul li span {
	display: block;
	background-size: 40px auto;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-o-background-size: 40px auto;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	line-height: 42px;
}
footer dl dd ul li:nth-child(1) span {
	background-image: url(/brand/hichifuku/sp/img/common_recommend01.png);
}
footer dl dd ul li:nth-child(2) span {
	background-image: url(/brand/hichifuku/sp/img/common_recommend02.png);
}
footer dl dd ul li:nth-child(3) span {
	background-image: url(/brand/hichifuku/sp/img/common_recommend03.png);
}
footer ul.link {
	list-style: none;
	font-size: 12px;
}
footer ul.link li {
}
footer ul.link li a {
	display: block;
	line-height: 24px;
	color: #333;
}
footer ul.link li a span {
	background: url(/brand/hichifuku/sp/img/common_arrow01.png) left center no-repeat;
	background-size: 5px auto;
	-moz-background-size: 5px auto;
	-webkit-background-size: 5px auto;
	-o-background-size: 5px auto;
	padding: 0 0 0 10px;
}
footer ul.link li:nth-child(1) {
	text-align: center;
}
footer ul.link li:nth-child(2) {
	margin: 0 0 0 35px;
	float: left;
}
footer ul.link li:nth-child(3) {
	margin: 0 35px 0 0;
	float: right;
}
footer p.logo {
	clear: both;
	padding: 10px 0;
	text-align: center;
	width: 42.8125%;
	margin: 0 auto;
}
footer p.logo img{
	width:100% !important;
	height: auto !important;
}
footer small {
	display: block;
	text-align: center;
	font-size: 12px;
}

/* 関連情報
--------------------------------------------*/

dl.fotterBnr {
	border-radius: 4px;
	border: 1px solid #bbbbbb;
	margin: 6% 3%;
}
dl.fotterBnr > dt {
	margin-bottom: 5%;
	padding-left: 5%;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	line-height: 50px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#47a9d6), to(#1591cb));
	background-image:-webkit-linear-gradient(top, #47a9d6, #1591cb);
	background-image:-moz-linear-gradient(top, #47a9d6, #1591cb);
	background-image:-o-linear-gradient(top, #47a9d6, #1591cb);
	background-image:-ms-linear-gradient(top, #47a9d6, #1591cb);
	background-image:linear-gradient(to bottom, #47a9d6, #1591cb);
}
dl.fotterBnr dd dl {
	margin-bottom: 4%;
}
dl.fotterBnr dd dl dt {
	text-align: center;
}
dl.fotterBnr dd dl img {
	width: 90%;
}
dl.fotterBnr dd dl dd {
	color: #007cca;
	font-size: 12px;
	text-align: center;
	padding: 2% 0 0;
}
dl.fotterBnr dd dl dd a {
	color: #007cca;
}

/* button
---------------------------------------------*/
.c-btn-arrow01 {
  color: #FFF !important;
  box-sizing: border-box;
  background-color: #C74C29;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 10px;
  transition: 0.3s;
  padding: 10px 20px;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.c-btn-arrow01 span {
  content: "";
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.c-btn-arrow01:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #fff;
  margin-left: 15px;
}

/* area
---------------------------------------------*/
.c-btn-area01 {
  padding-top: 25px;
  padding-bottom: 50px;
  text-align: center;
}

/* padding
---------------------------------------------*/
.u-pl05per { padding-left: 5% !important; }
.u-pr05per { padding-right: 5% !important; }
