@charset "utf-8";
/* CSS Document */

/** ========================================
 *  Normalize.css - 3.0.3
 */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
p,h1,h2,h3,h4,h6{margin: 0;padding: 0;}


/** ========================================
 *  デフォルト
 */

html {
	background: #000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: 1.75;
    min-width: 1000px;
}

img {
	vertical-align: bottom;
    width: auto;
    max-width: 100%;
}

a {
	color: #0069bf;
	text-decoration: underline;
	transition: .2s color linear 0s;
}

a:hover {
	color: #199EFF;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
select, textarea {
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 2px 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
select:focus, textarea:focus {
	background: #fff;
	border-color: #aed;
}

label {
	cursor: pointer;
}

/** ========================================
 *  共通クラス・コンポーネント
 */

.btn {
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	padding: 4px 6px;
	text-align: center;
	text-decoration: none;
	transition: all .2s linear 0s;
}

.btn--reverse {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn--reverse:hover {
	background-color: #0d8b82;
	color: #fff;
	border-color: #0d8b82;
}

.input-width--max {
	width: 100%;
}

/* -------------------- */


/** ========================================
 *  グローバルレイアウト
 */
 
.wrapper {
	overflow: hidden;
}
 
.login-info {
	background: #0a3e3a;
	color: #fff;
	padding: 5px 0;
	width: 100%;
}

.login-info__inner {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

.login-info__name {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
}

.login-info__logout {
	float: right;
	font-size: 12px;
	line-height: 1.25;
}

.login-info__logout a,
.login-info__logout a:hover,
.login-info__logout a:visited {
	color: inherit;
}

/* -------------------- */

.g-header {
	background: #000;
	color: #fff;
	height: 110px;
}

.g-header__inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.logo {
	left: 0;
	position: absolute;
	top: 12px;
}

.desc {
	left: 205px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38.5px;
}

.g-header__tel {
    left: 590px;
    position: absolute;
    top: 10px;
}

.g-header__nav {
	right: 0;
	position: absolute;
	top: 10px;
}

.g-header__nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.g-header__nav__list:after {
	clear: both;
	content: "";
	display: block;
}

.g-header__nav__list > li {
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	position: static;
}

.g-header__nav__list > li > a {
	background: #07918c;
	display: block;
	height: 80px;
	transition: background-color .2s linear 0s;
	width: 80px;
}

.g-header__nav__list > li:first-child > a {
	border-radius: 4px 0 0 4px;
}

.g-header__nav__list > li:last-child > a {
	border-radius: 0 4px 4px 0;
}

.g-header__nav__list > li > a:hover, 
.g-header__nav__list > li > a.is-active {
	background: #1db7b1;
}

/* -------------------- */

.login-box {
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .3);
	border-radius: 4px;
	color: #000;
	display: none;
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 86px;
	transform: translateY(-20px);
	transition: .3s all linear 0s;
	width: 280px;
}

.no-js .login-box {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .3) inset;
	border-radius: 0;
	display: block;
	opacity: 1;
	position: static;
	transform: translateY(0px);
	width: auto;
}

/* フキダシ */
.login-box:before {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 12px 8px 12px 8px;
	content: "";
	position: absolute;
	top: -24px;
	left: 150px;
}

.g-header__nav__list > li .login-box {
	display: block;
	height: auto;
	z-index: -100;
}

.g-header__nav__list > li .login-box.is-appearing {
	opacity: 0;
	overflow: visible;
	height: auto;
	z-index: 100;
}

.g-header__nav__list > li .login-box.is-appeared {
	opacity: 1;
	overflow: visible;
	transform: translateY(0px);
	z-index: 100;
}

.login-box__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.login-box__heading {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
	padding: 10px 0 9px;
	text-align: center;
}

.login-box__body {
	padding: 10px 20px;
}

.login-box__inputs__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.login-box__inputs__list > dt {
	font-weight: bold;
	line-height: 1.25;
	margin: 5px 0;
	padding: 0;
}

.login-box__inputs__list > dd {
	margin: 0 0 10px;
	padding: 0;
}

.login-box__forget-pass {
	display: block;
	font-size: 12px;
	line-height: 1.25;
	margin: 5px 0;
	text-align: right;
}

.login-box__action {
	margin: 10px 0;
}

.login-box__action .btn {
	display: block;
	padding: 10px 10px;
}

/* -------------------- */

.g-nav {
	background: url(/user_data/packages/iqostemp_new_02/img/common/gnav_bg.jpg) center top repeat #2b423b;
	height: 40px;
	position: relative;
}

.g-nav__inner {
	margin: 0 auto;
	width: 1000px;
}

.g-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.g-nav__list:after {
	clear: both;
	content: "";
	display: block;
}

.g-nav__list > li {
	float: left;
	margin: 0;
	padding: 0;
	position: static;
}

.g-nav__list > li > a {
	background-color: rgba(130, 240, 210, 0);
	background-repeat: no-repeat;
	background-position: -200px top; /* ポップアップアクティブのための処置 */
	display: block;
	transition: background-color .2s linear 0s;
	width: 200px;
}

.g-nav__list > li > a:hover {
	background-color: rgba(130, 240, 210, .3);
}

.g-nav__list > li > a.is-active {
	background-color: #E9E9E9;
	background-position: left top; /* アクティブのときは背景画像を表示 */
}

.g-nav__list > li > a > img {
	transition: opacity .2s linear 0s;
}

.g-nav__list > li > a.is-active img {
	opacity: 0; /* アクティブのときは背景画像を表示 */
}

/* -------------------- */

.g-nav__sub {
	background: #E9E9E9;
	display: none;
	left: 0;
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 10;
}

.g-nav__sub:after {
	background: url(/user_data/packages/iqostemp_new_02/img/common/gnav_sub_shadow.png) no-repeat center bottom;
	bottom: -18px;
	content: '';
	height: 18px;
	left: 0;
	position: absolute;
	width: 100%;
}

.no-js .g-nav__sub {
	display: block;
	position: static;
}

/* ラインナップのポップアップ内 */

.g-nav__sub--lineup .g-nav__sub__list {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 10px;
}

.g-nav__sub--lineup .g-nav__sub__list:after {
	content: "";
	clear: both;
	display: block;
}

.g-nav__sub--lineup .g-nav__sub__list > li {
	float: left;
	margin: 0 10px 0 0;
}

.g-nav__sub--lineup .g-nav__sub__list > li a {
	display: block;
}

.g-nav__sub--lineup .g-nav__sub__list > li a img {
	transition: opacity .2s linear 0s;
}

.g-nav__sub--lineup .g-nav__sub__list > li a:hover img {
	opacity: 0;
}

/* -------------------- */

.main {
	background: #e9e9e9;
	color: #000;
	position: relative;
	z-index: 1;
}

/* -------------------- */

.sub {
	background: #e9e9e9;
	color: #000;
	padding: 50px 0;
}

.sub__inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.sub__inner:after {
	clear: both;
	content: "";
	display: block;
}

.sub__twitter {
	float: left;
	margin: 0 20px 20px 0;
	width: 320px;
}

.sub__close {
	background: #fff;
	float: left;
	margin: 0 0 20px;
	min-height: 320px;
	width: 660px;
}

.sub__close__heading {
	border-bottom: 1px solid #ddd;
	margin: 0 20px;
	padding: 9px 0 11px;
	text-align: center;
}

.sub__close__cal {
	padding: 0 40px;
}

#block-calendar:after {
	clear: both;
	content: "";
	display: block;
}

#block-calendar table {
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	margin: 30px 0 10px;
	table-layout: fixed;
	width: 280px;
}

#block-calendar table + table {
	margin-left: 20px;
}

#block-calendar table caption {
	font-weight: bold;
	line-height: 1;
	margin: 5px 0 15px;
	padding: 0;
}

#block-calendar table td,
#block-calendar table th {
	border: 1px solid #999;
	line-height: 1;
}

#block-calendar table td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 7px;
}

#block-calendar table td.off {
	background: #ffd9d9;
	color: #900;
}

#block-calendar table th {
	background: #ddd;
	font-weight: bold;
	text-align: center;
	padding: 7px;
}

.sub__guide {
	background: #fff;
	clear: both;
}

.sub__guide__heading {
	background: #0d8b82;
	line-height: 1;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.sub__guide__body {
	padding: 20px 20px;
}

.sub__guide__list {
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	table-layout: fixed;
	width: 100%;
}

.sub__guide__item {
	padding: 0 20px;
	vertical-align: top;
}

.sub__guide__item + .sub__guide__item {
	border-left: 1px solid #ddd;
}

.sub__guide__item__heading {
	margin: 0 0 20px;
	text-align: left;
}

.sub__guide__item__text {
	line-height: 1.6;
}

.sub__guide__item__text__small {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	list-style: none;
	margin: 6px 0;
	padding: 0;
}

.sub__guide__item__text__small > li {
	margin: 4px 0;
	padding: 0;
}

/* -------------------- */

.g-contact {
	background: url(/user_data/packages/iqostemp_new_02/img/common/contact_bg.jpg) repeat-y center top #0d8b82;
	color: #fff;
	padding: 50px 0;
}

.g-contact__inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.g-contact__tel {
	float: left;
	margin: 0 20px 0 0;
}

.g-contact__nav {
	float: left;
	margin: 0;
}

.g-contact__nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.g-contact__nav__list > li {
	margin: 0;
	padding: 0;
}

.g-contact__nav__list > li + li {
	margin-top: 10px;
}

.g-contact__nav__list > li > a {
	transition: opacity .2s linear 0s;
}

.g-contact__nav__list > li > a:hover {
	opacity: .8;
}

.g-contact__message {
	clear: both;
	text-align: center;
}

/* -------------------- */

.g-footer {
	background: #000;
	color: #fff;
	padding: 40px 0 0;
}

.g-footer__inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.g-footer__inner:after {
	clear: both;
	content: "";
	display: block;
}

.g-footer__logo {
		float: left;
		margin: 0 50px 0 20px;
}

.g-footer__nav {
	float: left;
}

.g-footer__nav:after {
	clear: both;
	content: "";
	display: block;
}

.g-footer__nav__list {
	float: left;
	list-style: none;
	line-height: 1.25;
	margin: 0 30px 0 0;
	padding: 0;
}

.g-footer__nav__list > li {
	margin: 10px 0;
	padding: 0;
}

.g-footer__nav__list > li > a {
	color: #fff;
	text-decoration: none;
	transition: color .2s linear 0s;
    font-size: 13.5px;
}

.g-footer__nav__list > li > a:hover {
	color: #0d8b82;
}

.g-footer__nav__list > li > a:before {
	content: "▶";
	display: inline-block;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 6px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.g-footer__contact {
	float: right;
}

.g-footer__contact__mail {
	margin: 10px 0 0;
}

.g-footer__contact__mail a {
	transition: opacity .2s linear 0s;
}

.g-footer__contact__mail a:hover {
	opacity: .7;
}

.g-footer__copyright {
	color: #ccc;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}



/** ========================================
 *  ページ固有
 */

/* キービジュアル スライド */

.key-visual {
	background: #111;
	overflow: hidden;
	height: 420px;
	width: 100%;
/*	 position: absolute;*/
    display: block;
    left: 0;
}

.key-visual__inner {
	margin: 0 auto;
	width: 1000px;
}

.key-visual__list {
	left: -100px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1200px
}

.key-visual__list li {
	text-align: center;
}

.key-visual__list li img {
	margin: 0 auto;
}

.key-visual .slick-list {
	position: relative;
}

.key-visual .slick-nav-wrapper {
	bottom: 36px;
	height: 0;
	left: 0;
	line-height: 1;
	position: absolute; 
	opacity: 0;
	text-align: center;
	transition: opacity .2s linear 0s;
	visibility: hidden;
	width: 100%;
}

.key-visual:hover .slick-nav-wrapper {
	display: block;
	opacity: 1;
}

.key-visual .slick-nav-wrapper__inner {
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 4px;
	display: inline-block;
	padding: 5px;
	visibility: visible;
}

.key-visual .slick-dots {
	display: inline-block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.key-visual .slick-dots li {
	display: inline-block;
}

.key-visual .slick-dots li button {
	background: #fff;
	background: rgba(255, 255, 255, .2);
	border: 0;
	border-radius: 4px;
	font-size: 0;
	display: block;
	height: 8px;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
	transition: background-color .2s linear 0s;
	width: 8px;
}

.key-visual .slick-dots li button:hover {
	background: #fff;
	background: rgba(255, 255, 255, 1);
}

.key-visual .slick-dots li.slick-active button {
	background: #06aba0;
}

.key-visual .slick-prev,
.key-visual .slick-next {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	font-size: 0;
	height: 12px;
	overflow: hidden;
	text-indent: -10000px;
	transition: opacity .2s linear 0s;
	vertical-align: middle;
	width: 7px;
}

.key-visual .slick-prev:hover,
.key-visual .slick-next:hover {
	opacity: .6;
}

.key-visual .slick-prev {
	background-image: url(/user_data/packages/iqostemp_new_02/img/index/key_slide_prev.png);
	margin-right: 5px;
}

.key-visual .slick-next {
	background-image: url(/user_data/packages/iqostemp_new_02/img/index/key_slide_next.png);
	margin-left: 5px;
}

/* ニュース */

.news {
	background: #393939;
	color: #fff;
	height: 30px;
	padding: 5px 0;
	overflow: hidden;
}

.news__inner {
	margin: 0 auto;
	table-layout: fixed;
	width: 1000px;
}

.news__inner:after {
	clear: both;
	content: "";
	display: block;
}

.news__label {
	border-right: 1px solid #676767;
	float: left;
	font-size: 0;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 7px 12px 7px 0;
	width: 57px;
}

.news__text {
	color: #fff;
	float: left;
	height: 100%;
	width: 750px;
}

.news__text__list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.news__text__list:after {
	clear: both;
	content: "";
	display: block;
}

.news__text__item {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 100%;
}

.news__text__date {
	color: #999;
}

.news__text a {
	color: #fff;
	text-decoration: none;
}

.news__text a:hover {
	color: #999;
}

.news__nav {
	float: left;
	margin: 2px 12px;
	width: 6px;
}

.news__nav a {
	display: block;
	height: 4px;
	margin: 6px auto;
	transition: .2s opacity linear 0s;
	width: 6px;
}

.news__nav a:hover {
	opacity: .5;
}

.news__to-archive {
	float: left;
	padding: 2px 0;
	width: 140px;
}

.news__label img,
.news__nav img,
.news__to-archive img {
	font-size: 0;
}

/* -------------------- */

.product-support {
	padding: 50px 0 0;
    position: relative;
    z-index: 9999;
}

.product-support__heading {
	margin: 0 auto 50px;
	padding: 0;
	text-align: center;
	width: 1000px;
}

.product-support__body {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.product-support__product__item a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}

.product-support__product__item a img {
	transition: opacity .2s linear 0s;
}

.product-support__product__item a:hover img {
	opacity: 0;
}

.product-support__support__faq {
	background: #fff;
}

.product-support__support__faq__heading {
	background: #0d8b82;
	height: 20px;
	line-height: 1;
	padding: 10px 10px;
}

.product-support__support__faq__heading a {
	float: right;
	margin-top: -2px;
}

.product-support__support__faq__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-support__support__faq__list > li {
	margin: 0;
	padding: 0;
}

.product-support__support__faq__list > li > a {
	display: block;
}

/* システムグリッド */

.home-grid {
	margin: 0 -20px 0 0;
	width: 1000px;
}

.home-grid:last-child {
	margin-bottom: -20px; /* アイテムのmargin-bottomを打ち消す */
}

.home-grid:after {
	clear: both;
	content: "";
	display: block;
}

.home-grid__item--1 {
	float: left;
	margin: 0 20px 20px 0;
	width: 320px;
}

.home-grid__item--2 {
	float: left;
	margin: 0 20px 20px 0;
	width: 660px;
}

.home-grid__item--3 {
	float: left;
	margin: 0 20px 20px 0;
	width: 1000px;
}

.home-grid__item--last {
  margin-right: 0;
}

/* -------------------- */

.voice_bg{
	background: url(/user_data/packages/iqostemp_new_02/img/index/voice_bg.png) repeat center top #e2dfda;
	overflow: hidden;
	padding: 50px 0;
	width: 100%;
	margin-top: 50px;
/*	position: absolute;
    display: block;
    left: 0;*/
	}
.voice {
/*	background: url(/user_data/packages/iqostemp_new_02/img/index/voice_bg.png) repeat center top #e2dfda;
	overflow: hidden;
	padding: 50px 0;
	width: 100%;*/
}

.voice__heading {
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
}

.voice__body {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.voice__body:before,
.voice__body:after {
	content: "";
	height: 100%;
	position: absolute;
	width: 160px;
	z-index: 10;
}

.voice__body:before {
/*	background: url(../../img/index/voice_hide_l.png) repeat-y left top;*/
	left: -160px;
	top: 0;
}

.voice__body:after {
/*	background: url(../../img/index/voice_hide_r.png) repeat-y right top;*/
	right: -160px;
	top: 0;
}

.voice__list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.voice__list .slick-list {
	cursor: all-scroll;
	overflow: visible !important;
}

.voice__list .slick-arrow {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	border-radius: 30px;
	box-shadow: 4px 8px 10px rgba(0, 0, 0, .1);
	font-size: 0;
	color: transparent;
	display: block;
	height: 60px;
	line-height: 0;
	margin: -28px 0 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 20;
}

.voice__list .slick-prev {
	background-image: url(/user_data/packages/iqostemp_new_02/img/index/voice_arw_l.png);
	left: 0;
}

.voice__list .slick-next {
	background-image: url(/user_data/packages/iqostemp_new_02/img/index/voice_arw_r.png);
	right: 0;
}

.voice__list:after {
	clear: both;
	content: "";
	display: block;
}

.voice__item {
	background: #fff;
	border-top: 4px solid #06aba0;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, .1);
	float: left;
	margin: 0 15px 0;
	padding: 0;
	width: 260px;
}

.voice__item__header {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 10px 15px;
}

.voice__item__avatar {
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
	float: left;
}

.voice__item__name {
	font-size: 12px;
	line-height: 1.25;
}

.voice__item__star {
	margin: 10px 0 0;
}

.voice__item__star__label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.voice__item__star__value {
	background: url(/user_data/packages/iqostemp_new_02/img/index/voice_star_off.png) no-repeat left top;
	display: inline-block;
	height: 16px;
	position: relative;
	vertical-align: middle;
	width: 86px;
	z-index: 30;
}

.voice__item__star__value:after {
	background: url(/user_data/packages/iqostemp_new_02/img/index/voice_star_on.png) no-repeat left top;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 100;
}

.voice__item__star__value[data-value="1"]:after {
	width: 18px;
}

.voice__item__star__value[data-value="2"]:after {
	width: 35px;
}

.voice__item__star__value[data-value="3"]:after {
	width: 52px;
}

.voice__item__star__value[data-value="4"]:after {
	width: 69px;
}

.voice__item__star__value[data-value="5"]:after {
	width: 86px;
}

.voice__item__text {
	padding: 20px 15px;
}

.voice__item__footer {
	border-top: 1px solid #ddd;
	line-height: 1.25;
	padding: 5px 15px;
	text-align: right;
	vertical-align: middle;
}

.voice__item__date {
	color: #999;
	font-size: 10px;
	vertical-align: middle;
}

/* -------------------- */
.main_content{
	width: 740px;
	float: right;
}

.side{
	width: 220px;
	float: left;
}

.body-home .pan__list{
	display: none;
}
.pan__list{
	width: 1000px;
	margin:0 auto;
	font-size:12px;
	color: #333;
	padding: 18px 22px 12px;
	font-weight:bold;
	box-sizing:border-box;
}
.pan__list a{
	font-weight: normal;
}
.pan__list span{
	color: #aaa;
}

/* side__product
 -------------------- */
.side a img{
	transition: filter .2s linear 0s;
	transition: filter .2s linear 0s;
	-webkit-transition-property: filter;  
	-webkit-transition-duration: 30s;  
	-webkit-transition-timing-function: linear;  
	}
.side a img:hover{
  filter: brightness(106%) ;
  -webkit-filter: brightness(106%) ;
  -moz-filter: brightness(106%) ;
  -o-filter: brightness(106%) ;
  -ms-filter: brightness(106%) ;
}
.side .side__product a img:hover{
  filter: brightness(116%) ;
  -webkit-filter: brightness(116%) ;
  -moz-filter: brightness(116%) ;
  -o-filter: brightness(116%) ;
  -ms-filter: brightness(116%) ;
}
.side .side__product .title{
	height: 20px;
}
.side .side__product img{
	vertical-align: top;
}

.side__product{}
.side__product ul{
	padding: 0;
	margin: 0 0 10px 0 ;
}
.side__product ul li{
	list-style: none;
}
.side__product ul li + li{
	border-top: solid 1px #212121;
}
.side__teiki,
.side__refund
.side__campaign{
	margin-bottom: 10px;
}
.side__faq{
	margin-bottom: 10px;
}
.side__faq ul{
	border:#dddddd solid 1px;
	padding: 0;
	margin: 0;
}

.side__faq li{
	background: #FFF;
	list-style: none;
	min-height:60px;
	transition: background-color .2s linear 0s;
}
.side__faq li + li{
		border-top: #ddd solid 1px;
}

.side__faq li a{
	padding:0;
	display: block;
	line-height: 1.4;
	color: #000;
	text-decoration: none;
	box-sizing:border-box;
	vertical-align:middle;
	font-weight: bold;

}
.side__faq li:hover{
	background-color: #ecf7f6;
}
.more_bnt{
	background: #ddd;
	padding: 10px;
}
.more_bnt a{
	text-align: center;
	background: #fff;
	border-radius:2px;
	line-height: 24px;
	font-size:0.9rem;
	font-weight: bold;
	background: url(/user_data/packages/iqostemp_new_02/img/common/arrow03.png) no-repeat 10% center #fff;
	display: block;
	color: #000;
	text-decoration: none;
}
.side__np{
	background: #FFF;
	margin-top: 10px;
}
.side__np .side_in{
	padding: 10px;

}

.side__np .side_in p{
	line-height: 1.5;
	font-size:90%;
}
.side__np .side_in p a{
	margin: 0;
}
/** ========================================
 * 商品ラインナップ
 */
.link_product{
	background: url(/user_data/packages/iqostemp_new_02/img/about/link_product_bg.png) no-repeat top center #111111;
	min-height:460px;
	text-align: center;
	padding-top: 30px;
	box-sizing:border-box;
}
.link_product ul{
	padding: 0;
	margin: 0 auto;
	width: 80%;

}
.link_product ul:after{	

	}
.link_product ul li{
	float: left;
	padding: 0;
	width:33%;
	text-align: center;
	line-height: 0;
	list-style: none;
}


.link_product ul li img{
	vertical-align: top;
  transition: opacity 1s linear;
  
}

.link_product ul li img:hover {
  filter: saturate(184%) brightness(107%) ;
  -webkit-filter: saturate(184%) brightness(107%) ;
  -moz-filter: saturate(184%) brightness(107%) ;
  -o-filter: saturate(184%) brightness(107%) ;
  -ms-filter: saturate(184%) brightness(107%) ;
/*  opacity:0.7;*/
}

.link_product ul li a{
	display: block;
}
/** ========================================
 *  返金について
 */

/*--秋抜け毛特集--*/

.autumn-campaign-bnr {
  clear: both;
  background: #fbf3db;
}
.autumn-campaign-bnr_img {
  text-align: center;
}
.autumn-campaign-bnr_img img {
  width: auto;
  max-width: 100%;
}
.autumn-campaign-bnr_img a:hover {
  opacity: 0.8;
}
.side__cam {
  margin-bottom: 10px;
}

/*--秋抜け毛特集 end--*/

.lp_button_submit {
	line-height: 3em !important;
	font-size: 24px;
	font-weight: bold;
}
.lp_submit_area {
	display: block;
	margin: 20px 0;
}
.lp_submit_area li {
    width: 370px;
    margin: 0 auto;
    /* padding: 5px; */
    text-align: center;
    line-hegiht: 24px;
}

.lp_submit_area {
	margin-top: 0px !important;
	margin-bottom: 50px !important;
}

.lp_submit_area li a:hover {
    display:block;
    background-image:url(../../img/shopping/oder_on.png);
    text-decoration: none;
}
.lp_submit_area li a {
	display: block;
    background-image:url(../../img/shopping/oder_off.png);
    text-decoration: none;
}

.btn_rpst3 {
	margin-bottom: 60px;
	width: 200px;
    margin: 0 auto;
    font-size: 0.85em;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 20px;
    box-shadow: 0 0 6px #ccc inset;
    -moz-box-shadow: 0 0 6px #ccc inset;
    -webkit-box-shadow: 0 0 6px #ccc inset;
    text-align: center;
}