@charset "utf-8";
/*====================================================

	Date: 2019-10-07
	CSS Document ： 消臭・除菌ミスト
	
	1.大枠の設定.base
	* body/wrapper/Content_fca
	2.ハックの設定
	* hover/clearfix
	3.各エリアの設定
	* header
	* title
	* spec
	* contents
	* footer
	4.CSSアニメーション
	* fade anime
	* fixed nav
	
 ****************************************************/
	
/*------------------------------------

ベース

------------------------------------*/
body .mist_pc {
	display: block !important;
}
body .mist_sp {
	display: none !important;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;
	text-align: center;
}
h1 {
	width: 920px;
	margin: 0 auto;
	font-size: 80%;
	padding: 10px 0;
	text-align: left;
}
h1 a {
	padding-bottom: 1px;
}
h1 a, h1 a:visited {
	color: #888888 !important;
	text-decoration: none;
}

@media (min-width: 920px) {
a:hover {
	text-decoration: underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a {
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
}

/*-----------------------------------

ヘッダー 

-----------------------------------*/
#mist_headerbox {
	width: 100%;
	min-width: 920px;
	min-height: 40px;
	position: relative;
	z-index: 100;
}
#header {
	margin: 0 auto;
	width: 920px;
	position: relative;
}
#header {
	border-bottom: 1px solid #EEEEEE !important;
}
#header #mist_head-topnavi_allb {
	margin-top: 12px;
	float: right;
}
#header #mist_head-topnavi_allb li {
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}
#header #mist_head-topnavi_allb li#add-line_allb {
	border-left: 1px solid #CCCCCC;
	padding-left: 11px;
}
#header #mist_head-topnavi_allb li#log-btn_allb {
	margin-top: 0;
}
#header .logoImg {
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: left;
}
.nave_allb{
top: 10px;
}
#mist_header{display: none;}

@media (max-width: 919px) {
#mist_headerbox {
	width: 100%;
	min-width: 1px;
}
#header {
	margin: 0 auto;
	width: 100%;
}
#header .logoImg {
	position: absolute;
	top:5px;
	left: 15px;
	height: 20px;
	}
#header .logoImg img{
height: 20px;
width: auto;
}
.nave_allb{
	margin: 18px 0 15px;
	position: relative;
	display: inline-block;
}
#header #mist_head-topnavi_allb li {
	margin-left: 5px;
}
#header{display: none;}

/* SP ヘッダー */
#mist_header {
	width: auto;
	min-width: 10px;
	padding: 10px 10px 10px 10px;
	white-space: normal;
	float: none;
	display: block;
	font-size: 140%;
}
#mist_header ul {
	text-align: left;
	clear: both;
	font-size: 70%;
	margin-top:3px;
}
#mist_header li {
	display: inline-block;
	_display: inline;
	margin: 0;
	padding-right: 5px;
	font-size: 90%;
}
#mist_header li a{
	color:#888;
}
#mist_header #mist_logo {
	margin:0 auto 10px;
	width: 47%;
	max-width: 300px;
	float:none;
	text-align:center;
}
#mist_header #mist_logo img {
	width: 100%;
	heigth: auto;
}
}

@media (max-width: 480px) {
#mist_header {
	padding: 5px 5px 5px 5px;
}
#mist_header li {
	padding-right: 0px;
}
}



/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*------------------------------------

基本（スマホ）

------------------------------------*/

@media (max-width: 919px) {
body .mist_pc {
	display: none !important;
}
body .mist_sp {
	display: block !important;
}
body {
	-webkit-text-size-adjust: 100%;
}
h1 {
	width: auto;
	padding: 15px 0 0 15px;
	float: none;
	display: none;
}
}
/*-----------------------------------

タイトル

-----------------------------------*/
#mist_titleArea {
	width: 100%;
	text-align: center;
}
#mist_titleArea .mist_title_inner {
	width: 100%;
	background: #F5F6F4;
}
#mist_titleArea .mist_title_inner img{
margin: 0 auto;
}
#mist_titleArea h2 {
	color: #009ED2;
	font-size: 230%;
	margin: 20px 0 5px;
	line-height: 1.4;
	letter-spacing: 1px;
}
#mist_titleArea p {
	margin: 7px auto 20px;
	font-size: 145%;
	line-height: 1.7;
	letter-spacing: 1px;
}

@media (max-width: 919px) {
#mist_titleArea img {
	width: 100%;
}
#mist_titleArea p {
	margin: 0px 5% 20px;
	font-size: 125%;
	line-height: 1.6;
}
#mist_titleArea h2 {
	font-size: 180%;
	margin: 15px 0 5px;
}
}
/*-----------------------------------

ナビ

-----------------------------------*/

#mist_nav li {
	display: inline-block;
	margin: 0 5px;
}

@media (max-width: 919px) {
#mist_nav img {
	width: 100%;
}
#mist_nav li {
	width: 46%;
	margin: 0 2px;
}
#mist_nav li:first-child {
	display: block;
	margin: 0 auto 1px;
}
}



/*-----------------------------------

ニュース

-----------------------------------*/
ul#mist_news{
margin: 40px auto 0;
width: 100%;
max-width: 840px;
text-align: left;
}
ul#mist_news li {
clear: both;
 width: 100%;
	box-sizing: border-box;
	font-size: 120%;
	padding: 4px 12px;
	border-bottom: 1px dotted #80CEE8;
}
ul#mist_news li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

ul#mist_news li span {
color: #009ED2;
display: block;
margin-right: 15px;
float: left;
font-weight: bold;
font-size: 90%;
margin-top: 3px;
}
ul#mist_news li p{
display: block;
float: left;
max-width: 700px;
}
ul#mist_news li a{
	color: #009ED2;
	text-decoration: underline;
}
@media (max-width: 919px) {
ul#mist_news{
margin: 25px auto 0;
}
ul#mist_news li{
font-size: 105%;
}
ul#mist_news li span {
max-width: 25%;
margin-right: 3%;
}
ul#mist_news li p{
max-width: 72%;
}
}
/*-----------------------------------

メインコンテンツ

-----------------------------------*/
#mist_cons {
	/*width: 920px;*/
	margin: 0 auto;
}
/* 見出し */
.mist_con_title {
	margin: 50px 0 20px;
	text-align: left;
	background: url(/shoshujokinmist/images/h_bg.jpg) repeat-x center;
	clear: both;
	display: block;
}
.mist_con_title div {
	max-width: 840px;
	margin: 0 auto;
}
.mist_con_title img {
	display: inline-block;
	vertical-align: middle;
}
.mist_con_title h3 {
	color: #009ED2;
	font-size: 285%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

/* ポイント */

.mist_box {
	max-width: 840px;
	margin: 0 auto;
	text-align: left;
}
.mist_box > p {
	font-size: 140%;
	display: inline-block;
	text-align: justify;
	margin-bottom: 17px;
	letter-spacing: 1px;
}
.mist_min_txt {
	font-size: 90%;
}
.mist_box p img{
	margin-right: 20px;
}
#mist_c01 .mist_box {
	text-align: center;
}

#mist_c02 .mist_box img {
	margin-right: 18px;
	float: left;
}
#mist_c02 .mist_box p {
	float: left;
	max-width: 500px;
	display: block;
}

#mist_c03 .mist_box p img {
	margin-right: 30px;
}
#mist_c03 .mist_min_txt{
	display:block;
	text-indent: -1em;
	padding-left: 1em;
}

.mist_indent{
 display: -webkit-box; 
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-indent: -1em;
	padding-left: 1em;
}
#mist_c03 .mist_box p:last-child{
	margin-top:20px;
}
.mist_box p > a {
	display: block;
	color: #009ED2;
	font-size: 95%;
	margin: 7px 0;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mist_box .mist_con_title {
	border-top: 3px solid #009ED2;
	padding-top: 20px;
	text-align: center;
	background: none;
	clear: both;
	display: block;
}
.mist_box .mist_con_title h4 {
	color: #009ED2;
	font-size: 315%;
	display: inline-block;
	vertical-align: middle;
}
.mist_box .mist_con_title img{
	margin-right:15px;
}

@media (max-width: 919px) {
.mist_box {
width: 90%;
margin: 0 auto;
display: block;
}
.mist_indent{
	max-width: 100%;
	}

#mist_cons {
	width: 100%;
	margin: 0 auto;
}
#mist_cons img {
	max-width: 100%;
}
#mist_c02 .mist_box p{
max-width: 100%;
}
#mist_c02 .mist_box img{
width: 70%;
margin: 0 auto 15px; 
display: block;
float: none;
}
#mist_c03 .mist_box p img{
margin: 10px auto 15px; 
}
#mist_c04 .mist_box p img{
width: 40%;
margin: 0 15px 15px 0; 
}

.mist_con_title {
background-repeat: repeat;
padding: 10px 0;
}
.mist_con_title img{
width: 18%;
margin: 0 2%;
}
.mist_con_title h3 {width: 72%;margin: 0;line-height: 1.2;font-size: 220%;}
}
/* 商品 */
#mist_item .mist_box {
	text-align: center;
}
.mist_item_box {
	max-width: 350px;
	border: 7px solid #D9F0F8;
	display: inline-block;
	margin: 10px 3px;
	padding: 10px 0 15px;
	position: relative;
}
.mist_item_box.mist_starter {
	max-width: 690px;
	border: 7px solid #FBDCEA;
}
.mist_item_box.mist_starter .mist_box_copy p {
	font-size: 150%;
	line-height: 1.4;
}
.mist_item_box.mist_starter .mist_box_copy span {
	font-size: 320%;
	color: #E61673;
	margin-left: -7px;
	line-height: 1.2;
	background: url(/shoshujokinmist/images/line_btm.gif) repeat-x bottom;
}
.mist_item_box.mist_starter .mist_box_copy{
	text-align: left;
	vertical-align: middle;
	display: inline-block;
}

.mist_item_box p span {
	color: #E61673;
}
.mist_item_box .mist_note {
	color: #E61673;
	display: block;
	font-size: 116%;
	text-align: left;
	letter-spacing: 0;
	margin: 10px 0 0 25px;
}
.mist_item_box.mist_starter .mist_note {font-size: 90%;margin: 10px 0 0;letter-spacing: 0;}
.mist_item_box a {
	display: block;
}
.mist_item_box a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.mist_item_box {
	text-align: center;
}
.mist_item_box img {
	margin: 4px 10px;
	display: inline-block;
	vertical-align: middle;
}
.mist_item_box .mist_spec {
	text-align: left;
	vertical-align: middle;
	display: inline-block;
}
.mist_arrow {
	position: absolute;
	bottom: 10px;
	right: 0;
}
.mist_item_box:not(.mist_starter) p {font-size: 130%;width: 195px;margin-right: 10px;text-align: left;vertical-align: middle;display: inline-block;}

@media (max-width: 919px) {
.mist_box .mist_con_title{
	margin: 40px 0 10px;
}

.mist_box .mist_con_title img{width: 12%;margin: 0 2% 0 -6%;}
.mist_box .mist_con_title h4{
font-size: 200%;
}

/**/

.mist_item_box {
	max-width: 100%;
	display: block;
	margin: 10px 3px;
	padding: 10px 0;
}
.mist_item_box.mist_starter {
	max-width: 100%;
	border: 7px solid #FBDCEA;
	padding: 10px 10px;
}
.mist_item_box.mist_starter .mist_box_copy{
	display: inline;
}
.mist_item_box.mist_starter .mist_box_copy p {
	font-size: 128%;
	float: left;
	display: block;
	width: 64%;
}
.mist_item_box.mist_starter .mist_box_copy span {
	font-size: 185%;
	display: inline-block;
}
.mist_item_box p span {
	color: #E61673;
}
.mist_item_box .mist_note {
	color: #E61673;
	display: inline-block;
	font-size: 105%;
	clear: both;
	margin: 0 25% 0 5%;
}
.mist_item_box a {
	display: block;
}
.mist_item_box a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.mist_item_box {
	text-align: center;
}
.mist_item_box img.mist_box_icon {
	margin: 0 4% 5px 4%;
	width: 28%;
	float: left;
}
.mist_item_box.mist_starter img.mist_box_icon {
	margin: 0 4% 5px 0%;
	width: 32%;
	float: left;
}
.mist_item_box:not(.mist_starter) img{
	width: 25%;
	margin:5px;
	clear: both;
}
.mist_item_box.mist_starter img{
	width: 70%;
	margin:5px;
}
.mist_item_box p, .mist_item_box .mist_spec {
	font-size: 119%;
}
.mist_item_box img.mist_arrow {width: 13%;right: 10px;}
.mist_item_box:not(.mist_starter) p {
	width: 67%;
	float: left;
	font-size: 120%;
}

.mist_item_box:not(.mist_starter) .mist_spec{
	/* float: left; */
	margin: 10px;
}

.mist_item_box.mist_starter .mist_note{
	width:80%;
}
.mist_item_box:not(.mist_starter) img.mist_box_icon {
	width: 24%;
	margin-right: 4%;
	margin-top: 0;
}
}


/* spec */
.mist_spec {
	/* padding-top: 10px; */
	display: block;
	font-size: 150%;
	text-align: left;
}
.mist_spec span {
	letter-spacing: 1px;
	-moz-osx-font-smoothing: grayscale;
}
.mist_spec a .mist_name {
	text-decoration: underline;
}
.mist_name .mist_min_txt{
font-size: 70%;
}
.mist_price {
	display: block;
	font-size: 90%;
	margin-top: 5px;
}
.mist_spec .mist_num {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 135%;
	line-height: 0.5;
	letter-spacing: 0.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mist_spec .mist_name {
	clear: both;
	display: block;
	line-height: 1.4;
}
.mist_tax {
font-size: 80%;
}
.mist_item_box:not(.mist_starter) .mist_spec .mist_name {
	font-size:90%;
}

/*-----------------------------------

お客さまからの声

-----------------------------------*/
#mist_voice ul li {
	font-size: 130%;
	padding: 6px 15px;
	border-bottom: 1px dotted #80CEE8;
}
#mist_voice ul li span {
	color: #009ED2;
	font-size: 90%;
}
#mist_voice .mist_note {
	font-size: 110%;
	margin: 15px 15px 15px 30px;
	text-indent: -1em;
}

/*-----------------------------------

FAQ

-----------------------------------*/
#mist_faq .mist_box p {
	font-size: 140%;
	line-height: 1.4;
	letter-spacing: 1px;
}
dl.mist_faqList {
	font-size: 120%;
	width: 100%;
}
dl.mist_faqList dt {
	font-size: 110%;
	background: url(/shoshujokinmist/images/icon_open.gif) no-repeat center left;
	padding: 0.1em 0 0.1em 32px;
	margin: 0 0 8px 0;
	line-height: 1.6;
	cursor: pointer;
	pointer-events: auto;
	border-bottom: 2px dotted #009ED2;
	display: inline-block;
}
dl.mist_faqList dt p {
}
dl.mist_faqList dt.mist_open p {
}
dl.mist_faqList dt:hover {
	opacity: 0.7;
}
dl.mist_faqList dt.mist_open {
}
dl.mist_faqList dd {
	display: none;
}
dl.mist_faqList dd .mist_answer {
	/*background-color: #F4F4F4; */
	margin: 0px 0 20px;
	padding: 0px 25px 20px;
	border-radius: 5px;
	line-height: 1.5;
}
dl.mist_faqList dd .mist_answer .mist_q {
	color: #009ED2;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
dl.mist_faqList dd .mist_answer li {
	line-height: 1.7;
	text-indent: -1em;
}
dl.mist_faqList dd .mist_answer .mist_ans {
	font-size: 110%;/*color: #E61673;*/
}
dl.mist_faqList dd .mist_answer .mist_ans span {
	font-weight: bold;
	color: #E61673;
	margin-right: 5px;
}
dl.mist_faqList dd .mist_answer .mist_note {
	color: #000;
	font-size: 90%;
}



@media (max-width: 919px) {
#mist_faq .mist_box p {
	font-size: 110%;
}
}

/*------------------------------------

	SNS

------------------------------------*/
#mist_sns {
	text-align: center;
	display: block;
	margin: 30px auto 20px;
}
#mist_sns li {
	width: 100px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
#mist_sns li.mist_sp {
	display: none;
}
#mist_sns li a {
	width: 100%;
}
#mist_sns li img {
	width: 100%;
	height: auto;
}

@media (max-width: 919px) {
#mist_sns li.mist_sp {
	display: inline-block !important;
}
}
/*------------------------------------

フッター調整

------------------------------------*/

/*------------------------------------

	animation

------------------------------------*/
.mist_fade {
	opacity: 0;
}
.mist_fade {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: fade;
	animation-name: fade;
	visibility: visible !important;
	opacity: 1.0;
}
@-webkit-keyframes fade {
 0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
 100% {
opacity: 1;
}
}
@keyframes fade {
 0% {
opacity: 0;
-ms-transform: translateY(10px);
transform: translateY(10px);
}
 100% {
opacity: 1;
}
}
.mist_item_box p,.mist_con_title, #mist_titleArea h2, .mist_item_box p span,.mist_item_box.mist_starter .mist_box_copy span {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "A1ゴシック M", " A1 Gothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*.mist_item_box p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "A1ゴシック R", " A1 Gothic R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
}
*/