@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   富士ミネラルウォーター sp_master.css
 *
 ********************************************************************** */


/* RESET
======================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.overimg {
	opacity: 1 !important;
}

/* 基本設定
======================================================= */

html { font-size: 62.5%; }

body {
	padding: 63px 0 0;
	font-size: 1.0rem;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
	text-align: left;
	letter-spacing: 0.1em;
	color: #494b54;
	position: relative;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
}

body.contact {
	padding: 0;
}

h1,h2,h3,
.mincho {
	font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'serif';
}

a:link,
a:visited {
	text-decoration: underline;
	color: #7e8189;
}
a:active {
	text-decoration: none;
	color: #7e8189;
}

a:focus {
	outline: none;
}

p {
	font-size: 1.4rem;
}

ul {
	font-size: 1.4rem;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
}

ol {
	font-size: 1.4rem;
	margin: 5px 0 5px 15px;
	padding: 0 0 0 20px;
}

img {
	max-width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: top;
	border: 0;
}

.trigger {
	cursor: pointer;
}

/* 全体のレイアウト設定
======================================================= */

.wrappertop,
.wrapper {
	font-size: 1.4rem;
	text-align: left;
}

/* header設定
======================================================= */

header {
	width: 100%;
	min-height: 62px;
	border-bottom: 1px solid #dee0e2;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

header .logo {
	width: 54px;
	margin: 0 0 0 5%;
	padding: 17px 0 15px;
}

header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .h_menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	font-size: 0.8rem;
	text-align: center;
}

header .h_menu li {
	float: left;
	width: 56px;
}

header .h_menu li.ec a {
	background: url(../img/sp/btn_h_cart.png) no-repeat center -2px;
	background-size: 60px auto;
}

header .h_menu li a {
	display: block;
	height: 0;
	padding: 35px 0 0;
	height: 64px;
	box-sizing: border-box;
	font-weight: bold;
	color: #494b54;
	text-decoration: none;
}

header .h_menu li.tw a {
	background: url(../img/sp/btn_h_tw.png) no-repeat center center;
	background-size: 56px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


header .h_menu li.menu a {
	background: url(../img/sp/btn_h_menu.png) no-repeat center -2px;
	background-size: 60px auto;
}

header .h_menu li.menu.active a {
	background: url(../img/sp/btn_h_menu_close.png) no-repeat center center;
	background-size: 60px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


.overlay { display: none;}
.overlay.active {
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}


/* nav
======================================================= */

nav {
	display: none;
	width: 100%;
	height: calc(100% - 64px);
	margin: 0;
	display: none;
	background: #fff;
	position: fixed;
	top: 64px;
	left: 0;
	z-index: 20;
	overflow: auto;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav .nav_sm {
	text-align: left;
	line-height: 1.6;
}

nav .nav_sm > ul > li {
	border-bottom: 1px solid #dee0e2;
}

nav .nav_sm > ul > li:first-child {
	margin: 0;
}

nav .nav_sm > ul > li > a  {
	display: block;
	padding: 16px 32px 16px 24px;
	background: url(../img/arw.png) no-repeat calc(100% - 24px) center;
	background-size: 5px auto;
}

nav .nav_sm > ul > li > span {
	display: block;
	padding: 16px 32px 16px 24px;
	background: url(../img/open.png) no-repeat calc(100% - 20px)  center;
	background-size: 13px auto;
	cursor: pointer;
}

nav .nav_sm > ul > li > span.active {
	background: url(../img/close.png) no-repeat calc(100% - 20px)  center;
	background-size: 13px auto;
}

nav .nav_sm > ul > li ul {
	padding: 8px 24px 8px 32px;
}

nav .nav_sm > ul > li ul li {
	margin: 0 0 16px;
}

nav .nav_sm > ul > li ul li a {
	display: block;
	padding: 0 16px 0 0;
	background: url(../img/arw.png) no-repeat right center;
	background-size: 5px auto;
}

nav .nav_sm > ul li a,
nav .nav_sm > ul li span {
	font-size: 1.2rem;
	color: #494b54;
	text-decoration: none;
}

nav .nav_sm > ul li a.selected {
	color: #5973a8;
	background: none;
}

nav .nav_sm > ul:last-child {
	margin: -1px 0 0;
	border-bottom: 1px solid #dee0e2;
	text-align: center;
	overflow: hidden;
}

nav .nav_sm > ul:last-child li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #dee0e2;
	border-right: 1px solid #dee0e2;
	box-sizing: border-box;
}

nav .nav_sm > ul:last-child li:nth-child(even) {
	float: right;
	border-right: 1px solid none;
}

nav .nav_sm > ul:last-child li:nth-child(5),
nav .nav_sm > ul:last-child li:nth-child(6) {
	border-bottom: none;
}

nav .nav_sm > ul:last-child li a {
	padding: 16px 0;
	background: none;
}

nav .nav_sm > ul li a em {
	background:#ff0000;
	color:#fff;
	font-size:10px;
	padding:1px 3px;
	font-weight:bold;
}

nav .nav_info {
	padding: 24px 24px;
	font-size: 1.0rem;
	text-align: left;
}

nav .nav_info li {
	margin: 8px 0 0;
}

nav .nav_info li:first-child {
	margin: 0;
}

nav .nav_info li a {
	color: #93959b;
	text-decoration: none;
}

nav .tw_btn {
	display: table;
	width: calc(100% - 48px);
	height: 40px;
	margin: 0 24px 32px;
}

nav .tw_btn a {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #494b54;
	font-size: 1.0rem;
	color: #494b54;
	text-decoration: none;
	text-align: center;
}

nav .tw_btn a span {
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../img/sp/btn_f_tw.png) no-repeat 0 center;
	background-size: 19px auto;
}

nav .nav_sns {
	padding: 0 24px 24px;
}

nav .nav_sns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
}

nav .nav_sns li:first-child {
	margin: 0;
}

nav .nav_sns li img {
	width: 22px;
	height: auto;
}

.nav_method {
	padding: 32px 24px 40px;
	background: url(../img/bg_method.gif) center top;
	text-align: center;
}

.nav_method .inner .tit {
	margin: 0 0 16px;
	font-size: 2.0rem;
}

.nav_method .inner .list ul {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
}

.nav_method .inner .list ul li {
	display: table;
	width: 100%;
	height: 48px;
	margin: 0 0 8px;
	border: 1px solid #494b54;
}

.nav_method .inner .list ul li.btn01,
.nav_method .inner .list ul li.btn02 {
	border-color: #5973a8;
}

.nav_method .inner .list ul li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #494b54;
	text-decoration: none;
	background: #fff url(../img/arw.png) no-repeat 94% center;
	background-size: 5px auto;
}

.nav_method .inner .list ul li.btn01 a,
.nav_method .inner .list ul li.btn02 a {
	color: #f3f4f5;
	background-color: #5973a8;
	background-image: url(../img/arw_w.png);
	background-size: 5px auto;
}

.nav_method .inner .list ul li a span {
	display: inline-block;
	padding: 0 0 0 20px;
}

.nav_method .inner .list ul li.btn01 a span {
	background: url(../img/ico_method01.png) no-repeat 0 center;
	background-size: 14px auto;
}

.nav_method .inner .list ul li.btn02 a span {
	background: url(../img/ico_method02.png) no-repeat 0 center;
	background-size: 14px auto;
}

.nav_method .inner .list ul li.btn03 a span {
	background: url(../img/ico_method03.png) no-repeat 0 center;
	background-size: 13px auto;
}

.nav_method .inner .list ul li.btn04 a span {
	background: url(../img/ico_method04.png) no-repeat 0 center;
	background-size: 14px auto;
}

.nav_method .inner .txt {
	padding: 24px 8px;
	border: 1px solid #dee0e2;
	background: #fff;
	line-height: 1.5;
}

.nav_method .inner .txt span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #93959b;
}

.nav_method .inner .txt .tel {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 0;
	font-size: 2.6rem;
	line-height: 1;
}

.nav_method .inner .txt .tel a {
	padding: 0 0 0 36px;
	color: #494b54;
	background: url(../img/ico_tel.png) no-repeat 0 center;
	background-size: 28px auto;
}

/* パンくずのレイアウト設定
======================================================= */

ol.breadcrumb {
	font-size: 1.0rem;
	color: #93959b;
	margin: 0;
	padding: 8px 24px;
	border-top: 1px solid #dee0e2;
	border-bottom: 1px solid #dee0e2;
	list-style-type: none;
}

ol.breadcrumb li {
	float: left;
}

ol.breadcrumb li a {
	color: #93959b;
	text-decoration: none;
}

ol.breadcrumb li a:hover {
	text-decoration: underline;
}

/* 下層block設定
======================================================= */

.wrapper .block {
	padding: 0 7.5%;
	margin: 0 0 64px;
}

.wrapper .inblock {
	margin: 0 0 40px;
}

/* 下層見出し設定
======================================================= */

/* .mainimg {
	height: 240px;
	position: relative;
	overflow: hidden;
}

.mainimg img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
} */

/* .un_mainimg {
	height: 162px;
	position: relative;
	overflow: hidden;
}

.un_mainimg img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: inherit;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
} */

.maintit {
	margin: 32px 7.5% 64px;
}

.maintit .cate_tit {
	font-size: 2.4rem;
	font-weight: normal;
	margin: 0 0 24px;
	padding: 0;
	border: none;
	line-height: 1.6;
}

.maintit .cate_tit em {
	font-size: 1.4rem;
	margin: 0 0 0 10px;
}

.maintit .cate_tit span {
	display: block;
	padding: 8px 0 0;
	font-size: 1.0rem;
	color: #93959b;
}

.maintit .tit {
	margin: 0 0 16px;
	padding: 0 0 8px;
	border-bottom: 1px solid #494b54;
	font-size: 2.0rem;
	font-weight: normal;
}

.maintit .lead {
	font-size: 1.6rem;
	margin: 0 0 16px;
}

.wrapper h2 {
	font-size: 2.0rem;
	font-weight: normal;
	margin: 0 0 40px;
	padding: 0 0 0 16px;
	border-left: 2px solid #494b54;
	line-height: 1.6;
}

.wrapper h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 16px;
	padding: 0 0 8px;
	border-bottom: 1px solid #dee0e2;
}

/* トップ見出し設定
======================================================= */

.wrappertop h2 {
	margin: 0 0 36px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
}

.wrappertop h2 span {
	display: block;
	padding: 8px 0 0;
	font-size: 1.0rem;
	color: #93959b;
}

/* method
======================================================= */

.method {
	padding: 32px 7.5% 40px;
	background: url(../img/bg_method.gif) center top;
	text-align: center;
}

.method .inner .tit {
	margin: 0 0 16px;
	font-size: 2.0rem;
}

.method .inner .list ul {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
}

.method .inner .list ul li {
	display: table;
	width: 100%;
	height: 48px;
	margin: 0 0 8px;
	border: 1px solid #494b54;
}

.method .inner .list ul li.btn01,
.method .inner .list ul li.btn02 {
	border-color: #5973a8;
}

.method .inner .list ul li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #494b54;
	text-decoration: none;
	background: #fff url(../img/arw.png) no-repeat 94% center;
	background-size: 5px auto;
}

.method .inner .list ul li.btn01 a,
.method .inner .list ul li.btn02 a {
	color: #f3f4f5;
	background-color: #5973a8;
	background-image: url(../img/arw_w.png);
	background-size: 5px auto;
}

.method .inner .list ul li a span {
	display: inline-block;
	padding: 0 0 0 20px;
}

.method .inner .list ul li.btn01 a span {
	background: url(../img/ico_method01.png) no-repeat 0 center;
	background-size: 14px auto;
}

.method .inner .list ul li.btn02 a span {
	background: url(../img/ico_method02.png) no-repeat 0 center;
	background-size: 14px auto;
}

.method .inner .list ul li.btn03 a span {
	background: url(../img/ico_method03.png) no-repeat 0 center;
	background-size: 13px auto;
}

.method .inner .list ul li.btn04 a span {
	background: url(../img/ico_method04.png) no-repeat 0 center;
	background-size: 14px auto;
}

.method .inner .txt {
	padding: 24px 8px;
	border: 1px solid #dee0e2;
	background: #fff;
	line-height: 1.5;
}

.method .inner .txt span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #93959b;
}

.method .inner .txt .tel {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 0;
	font-size: 2.6rem;
	line-height: 1;
}

.method .inner .txt .tel a {
	padding: 0 0 0 36px;
	color: #494b54;
	background: url(../img/ico_tel.png) no-repeat 0 center;
	background-size: 28px auto;
}


/* f_faq
======================================================= */

.f_faq {
	padding: 58px 7.5% 64px;
}

.f_faq .tit {
	margin: 0 0 16px;
	font-size: 2.0rem;
	text-align: center;
}

/* faq_list */

.faq_list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dashed #dee0e2;
}

.faq_list li {
	padding: 16px 0;
	border-bottom: 1px dashed #dee0e2;
}

.faq_list li a {
	display: inline-block;
	padding: 0 0 0 24px;
	background: url(../img/ico_q.png) no-repeat 0 0.4em;
	background-size: 17px auto;
}

/* faq_cate */

.faq_cate {
	margin: 0 0 -1px;
	border-top: 1px solid #dee0e2;
	border-bottom: 1px solid #dee0e2;
}

.faq_cate .tit {
	padding: 16px 16px 16px 0;
	cursor: pointer;
	background: url(../img/open.png) no-repeat right center;
	background-size: 9px auto;
}

.faq_cate .tit.active {
	background: url(../img/close.png) no-repeat right center;
	background-size: 9px auto;
}

.faq_cate .faq_list li:last-child {
	border-bottom: none;
}

/* pagetop
======================================================= */

.pagetop {
	display: none;
	position: fixed;
	z-index: 10;
	right: 3%;
	bottom: 10px;
}

.pagetop a {
	float: left;
	width: 40px;
	padding-top: 40px;
	height: 0px !important;
	height /**/: 40px;
	margin: 0;
	overflow: hidden;
	outline: none;
	background: #dee0e2 url(../img/pagetop.png) no-repeat 50% 50%;
	background-size: 12px auto;
	border-radius: 20px;
}


/* footer
======================================================= */

footer {
	border-top: 1px solid #dee0e2;
	background: #fff;
	text-align: center;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .f_sm .inner .f_sm_l {
	padding: 24px 7.5%;
	line-height: 0;
}

footer .f_sm .inner .f_sm_l .logo a {
	display: inline-block;
	width: 63px;
	padding: 30px 0 0;
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 100% auto;
}

footer .f_sm .inner .f_sm_l .logo img {
	display: none;
}

footer .f_sm .inner .f_sm_l .sns {
	margin: 16px 0 0;
}

footer .f_sm .inner .f_sm_l .sns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
}

footer .f_sm .inner .f_sm_l .sns li:first-child {
	margin: 0;
}

footer .f_sm .inner .f_sm_l .sns li a {
	display: block;
	width: 22px;
	padding: 22px 0 0;
}

footer .f_sm .inner .f_sm_l .sns li.tw a {
	width: 19px;
	padding: 16px 0 0;
	background: url(../img/sp/btn_f_tw.png) no-repeat 0 0;
	background-size: 100% auto;
}

footer .f_sm .inner .f_sm_l .sns li.fb a {
	background: url(../img/sp/btn_f_fb.png) no-repeat 0 0;
	background-size: 100% auto;
}

footer .f_sm .inner .f_sm_l .sns li.inst a {
	background: url(../img/sp/btn_f_inst.png) no-repeat 0 0;
	background-size: 100% auto;
}

footer .f_sm .inner .f_sm_l .sns li a img {
	display: none;
}

footer .f_sm .inner .f_sm_r {
	text-align: left;
	line-height: 1.6;
	background: #3c3e45;
}

footer .f_sm .inner .f_sm_r > ul > li {
	border-bottom: 1px solid #555761;
}

footer .f_sm .inner .f_sm_r > ul > li:first-child {
	margin: 0;
}

footer .f_sm .inner .f_sm_r > ul > li > a  {
	display: block;
	padding: 16px 32px 16px 24px;
	background: url(../img/arw_g.png) no-repeat calc(100% - 24px) center;
	background-size: 5px auto;
}

footer .f_sm .inner .f_sm_r > ul > li > span {
	display: block;
	padding: 16px 32px 16px 24px;
	background: url(../img/open_g.png) no-repeat calc(100% - 20px)  center;
	background-size: 13px auto;
	cursor: pointer;
}

footer .f_sm .inner .f_sm_r > ul > li > span.active {
	background: url(../img/close_g.png) no-repeat calc(100% - 20px)  center;
	background-size: 13px auto;
}

footer .f_sm .inner .f_sm_r > ul > li ul {
	padding: 8px 24px 8px 32px;
}

footer .f_sm .inner .f_sm_r > ul > li ul li {
	margin: 0 0 16px;
}

footer .f_sm .inner .f_sm_r > ul > li ul li a {
	display: block;
	padding: 0 16px 0 0;
	background: url(../img/arw_g.png) no-repeat right center;
	background-size: 5px auto;
}

footer .f_sm .inner .f_sm_r > ul li a,
footer .f_sm .inner .f_sm_r > ul li span {
	font-size: 1.2rem;
	color: #dee0e2;
	text-decoration: none;
}

footer .f_sm .inner .f_sm_r > ul:last-child {
	margin: -1px 0 0;
	border-bottom: 1px solid #3c3e45;
	background: #50525b;
	text-align: center;
	overflow: hidden;
}

footer .f_sm .inner .f_sm_r > ul:last-child li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #3c3e45;
	border-right: 1px solid #3c3e45;
	box-sizing: border-box;
}

footer .f_sm .inner .f_sm_r > ul:last-child li:nth-child(even) {
	float: right;
	border-right: 1px solid none;
}

footer .f_sm .inner .f_sm_r > ul:last-child li:nth-child(5),
footer .f_sm .inner .f_sm_r > ul:last-child li:nth-child(6) {
	border-bottom: none;
}

footer .f_sm .inner .f_sm_r > ul:last-child li a {
	padding: 16px 0;
	background: none;
}

footer .f_nav {
	padding: 24px;
	font-size: 1.0rem;
	text-align: left;
}

footer .f_nav li {
	margin: 8px 0 0;
}

footer .f_nav li:first-child {
	margin: 0;
}

footer .f_nav li a {
	color: #93959b;
	text-decoration: none;
}

footer .copy {
	padding: 16px 24px;
	background: #f3f4f5;
}

footer .copy .inner p {
	font-size: 1.0rem;
	color: #93959b;
}

footer .copy .inner .logo {
	width: 100px;
	margin: 0 auto;
	padding: 8px 0 0;
}

/* 電話
======================================================= */

.tel a {
	cursor: pointer !important;
	text-decoration: none;
	pointer-events: auto !important;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.dvc_switch ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.dvc_switch li {
	float: left;
	width: 100%;
	list-style-type: none;
}

.dvc_switch li a#btnPC {
	display: inline-block;
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	color: #fff;
	background: url(../img/sp/ico_pc.png) 10px 50% no-repeat;
	-webkit-background-size: 17px 16px;
	   -moz-background-size: 17px 16px;
		 -o-background-size: 17px 16px;
			background-size: 17px 16px;
		-ms-background-size: 17px 16px;
}

.dvc_switch li a#btnSP {
	display: none;
}

.dvc_switch p {
	font-size: 77%;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: center;
	color: #fff;
}


/* googleコンバージョン
======================================================= */

iframe[name="google_conversion_frame"] {
	position: absolute;
	top: -300px;
	left: 0;
	width: auto !important;
	height: auto !important;
	border: none !important;
}

/* BLOCK内スタイル設定
======================================================= */

span.texts {
	display: inline-block;
	font-size: 1.2rem;
}
span.textn {
	display: inline-block;
}
span.textl {
	display: inline-block;
	font-size: 1.8rem;
}
span.textll {
	display: inline-block;
	font-size: 2.0rem;
}
span.textxl {
	display: inline-block;
	font-size: 2.4rem;
}
span.textxxl {
	display: inline-block;
	font-size: 2.8rem;
}

table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

table.nbr,
table.tbr table.nbr {
	border-collapse: collapse;
	border-top: none;
	border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
	padding: 0;
	border-right: none;
	border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
	padding: 0;
	border-right: none;
	border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
	border-collapse: collapse;
	border-top: 1px solid #dee0e2;
	border-left: 1px solid #dee0e2;
}

table.tbr th,
table.nbr table.tbr th {
	font-weight: normal;
	padding: 12px 16px;
	border-right: 1px solid #dee0e2;
	border-bottom: 1px solid #dee0e2;
	background: #f3f4f5;
	font-size: 1.2rem;
}

table.tbr td,
table.nbr table.tbr td {
	padding: 12px 16px;
	border-right: 1px solid #dee0e2;
	border-bottom: 1px solid #dee0e2;
	font-size: 1.0rem;
}

table.tbr td p {
	font-size: 1.0rem;
}

.sp_tbr,
.sp_tbr tbody,
.sp_tbr tr,
.sp_tbr td,
.sp_tbr th {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

iframe {
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.photo-r,
.photo-l,
.photo-c {
	width: auto !important;
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0 auto 20px;
	text-align: center;
	color: #333;
}
.photo-r img,
.photo-l img,
.photo-c img {
	display: block;
	margin: 0 auto 10px;
}

.photo-r span,
.photo-l span,
.photo-c span {
	display: block;
}

/* リンク定義
======================================================= */

.arw a {
	padding: 0 0 0 16px;
	background: url(../img/arw.png) no-repeat 0 .2em;
	background-size: 5px auto;
}

.blank a {
	padding: 0 16px 0 0;
	background: url(../img/ico_blank.png) no-repeat right 5px;
	background-size: 9px auto;
}


/* 引用定義
======================================================= */

blockquote {
	padding: 15px;
	border: 5px solid #f5f5f5;
}

/* 汎用スタイル設定
======================================================= */

.tac { text-align: center !important; }
.tal { text-align: left !important; }
.tar { text-align: right !important; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.sp_none { display: none; }
.clearfix {
	zoom: 1;
}
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}
*::after {
	display: block;
	clear: both;
}

/* slick
======================================================= */

.slick-slider * {
	vertical-align: bottom;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
	text-align: center;
}

.slick-dots li{
	display: inline-block;
	width: 4px !important;
	height: 4px !important;
	margin: 0 4px;
	background: #dee0e2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	background: #b0b2b7;
}

/* モーダル
======================================================= */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ボタン
======================================================= */

.btn_down {
	display: table;
	width: 100%;
	height: 50px;
	margin: 16px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.btn_down a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #fff;
	text-decoration: none;
	background: #5973a8 url(../img/arw_down_w.png) no-repeat 94% center;
	background-size: 9px auto;
}

.btn_link {
	display: table;
	width: 100%;
	height: 48px;
	margin: 16px 0 0;
	border: 1px solid #494b54;
	font-size: 1.2rem;
	text-align: center;
}

.btn_link a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #494b54;
	text-decoration: none;
	background: url(../img/arw.png) no-repeat 94% center;
	background-size: 5px auto;
}

.btn_link_c {
	display: table;
	width: 100%;
	height: 48px;
	margin: 24px auto 0;
	border: 1px solid #494b54;
	font-size: 1.2rem;
	text-align: center;
}

.btn_link_c a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #494b54;
	text-decoration: none;
	background: url(../img/arw.png) no-repeat 94% center;
	background-size: 5px auto;
}

.btn_link_c.blank a {
	background: url(../img/ico_blank.png) no-repeat 94% center;
	background-size: 9px auto;
}

.btn_link_c.back a {
	background: url(../img/arw_back.png) no-repeat 4% center;
	background-size: 5px auto;
}

.btn_link_c.noarw a {
	background: none;
}

.btn_link_c a span {
	display: block;
	font-size: 1.0rem;
}

.btn_link_btmtext {
	margin: 5px 0 0;
	font-size: 1.2rem;
	text-align: center;
}

/* btn_list */

.btn_list {
	margin: 16px 0 0;
}

.btn_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn_list ul li {
	display: table;
	width: 100%;
	height: 48px;
	margin: 0 0 16px;
	border: 1px solid #494b54;
	text-align: center;
}

.btn_list ul li:last-child {
	margin: 0;
}

.btn_list ul li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2rem;
	color: #494b54;
	text-decoration: none;
	background: url(../img/ico_blank.png) no-repeat 94% center;
	background-size: 9px auto;
}

.btn_list ul li a span {
	display: block;
	font-size: 1.0rem;
}

/* btn_list02 */

.btn_list02 {
	margin: 16px 0 0;
}

.btn_list02 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn_list02 ul li {
	margin: 0 0 16px;
}

.btn_list02 ul li .btn_link_c {
	margin: 0;
}

/* フォーム
======================================================= */

input,
select,
textarea {
	font-size: 1.6rem;
}

input[type="radio"] {
	margin: 0 8px 0 0;
}

input[type="text"],
input[type="email"] {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

input[type="email"] + input[type="email"] {
	margin: 8px 0 0;
}

input.tel {
	width: 27%;
	padding: 8px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

select {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 8px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}


input[type="submit"] {
	width: 100%;
	height: 48px;
	border: 1px solid #494b54;
	font-size: 1.2rem;
	color: #494b54;
	text-align: center;
	background: #fff url(../img/arw.png) no-repeat 94% center;
	background-size: 5px auto;
}

::placeholder {
  color: #b0b2b7;
}
:-ms-input-placeholder {
  color: #b0b2b7;
}
::-ms-input-placeholder {
  color: #b0b2b7;
}

.ime {
	ime-mode: disabled;
}

/* 共通パーツ
======================================================= */

.product {
	margin: 0 0 56px;
}

.product .img {
	/* height: 160px; */
	margin: 0 0 28px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

/* .product .img img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
 */
.product .txt {
	padding: 0 7.5%;
}

.product .txt .tit {
	margin: 0 0 24px;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.6;
}

.product .txt .copy {
	display: table;
	width: 100%;
	height: 60px;
	margin: 14px 0 0;
}

.product .txt .copy span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}

/* contents_lead */

.contents_lead {
	margin: 0 0 8px;
	font-size: 1.6rem;
}

/* contact_tel */

.contact_tel {
	text-align: center;
}

.contact_tel .tel {
	display: inline-block;
	padding: 0 0 0 40px;
	font-size: 3.2rem;
	line-height: 1.2;
	background: url(../img/ico_tel.png) no-repeat 0 center;
	background-size: 34px auto;
}

.contact_tel .tel + p {
	font-size: 1.2rem;
	color: #93959b;
}

/* article_list */

.article_list {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #dee0e2;
	list-style: none;
}

.article_list li {
	padding: 16px 0;
	border-bottom: 1px dashed #dee0e2;
}

.article_list .txt {
	margin: 0 0 16px;
}

.article_list .img {
	text-align: center;
}

/* article_info */

.article_info {
	font-size: 1.0rem;
	color: #93959b;
}

.article_info .ico {
	display: inline-block;
	width: 34px;
	margin: 0 0 0 16px;
	color: #fff;
	text-align: center;
}

.article_info .ico.ico01 {
	background: #7a6bcd;
}

.article_info .ico.ico02 {
	background: #50a2e1;
}

.article_info .ico.ico03 {
	background: #2dbd8f;
}

/* article_tit */

.article_tit {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 16px;
	padding: 0 0 8px;
	border-bottom: 1px solid #dee0e2;
}

/* article_img */

.article_img {
	margin: 40px auto 56px;
	text-align: center;
}

/* contents_list */

.contents_list {
	padding: 16px 5%;
	background: #f3f4f5;
}

.contents_list dt {
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #dee0e2;
	font-size: 1.6rem;
}

.contents_list dd {
	border-top: 1px dashed #dee0e2;
	counter-increment: section;
}

.contents_list dt + dd {
	border-top: none;
}

.contents_list dd a:before {
	content: counter(section);
	display: inline-block;
	vertical-align: baseline;
	margin: 0 8px 0 0;
	font-family: 'Times New Roman','serif';
	font-size: 1.6rem;
}

.contents_list dd a {
	display: block;
	padding: 8px 16px 8px 0;
	background: url(../img/arw_down.png) no-repeat right center;
	background-size: 9px auto;
}

/* wide_img */

.wide_img {
	margin: 0 0 40px;
	/* height: 160px;
	position: relative;
	overflow: hidden; */
}

/* .wide_img img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
} */

/* contents_img */

.contents_img {
	/*height: 140px;*/
	margin: 0 0 32px;
	position: relative;
	overflow: hidden;
}

.contents_img img {
	width: 100%;
	/*width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
}

/* contents_tit */

.contents_tit {
	margin: 0 0 24px;
	text-align: center;
}

.contents_tit p {
	font-size: 2.0rem;
}

.contents_tit .num {
	padding: 0 0 8px;
	margin: 0 0 8px;
	font-size: 1.2rem;
	color: #93959b;
	line-height: 1.2;
	position: relative;
}

.contents_tit .num:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -16px;
	width: 32px;
	height: 1px;
	background: #dee0e2;
}

.contents_tit .num span {
	display: block;
	font-size: 2.4rem;
}

/* contents_dl */

.contents_dl dt {
	padding: 0 0 8px;
	margin: 0 0 24px;
	border-bottom: 1px solid #dee0e2;
	font-size: 1.6rem;
}

.contents_dl dt span {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 8px;
	margin: 0 0 8px;
	font-size: 1.2rem;
	color: #f3f4f5;
	background: #5973a8;
}

.contents_dl dd em {
	color: #5973a8;
}

/* contents_detail */

.contents_detail {
	margin: 24px 0;
	padding: 24px 5%;
	background: #f3f4f5;
}

.contents_detail dt {
	margin: 0 0 16px;
	padding: 0 0 8px;
	border-bottom: 1px solid #dee0e2;
	font-size: 1.6rem;
}

.contents_detail dd .txt {
	margin: 0 0 24px;
}

.contents_detail dd .img {
	text-align: center;
}

.contents_detail dd .img + .txt {
	margin: 24px 0 0;
}

/* contents_r_img */

.contents_r_img,
.contents_r_img_l {
	margin: 0 0 24px;
}

.contents_r_img .txt,
.contents_r_img_l .txt {
	margin: 0 0 24px;
}

.contents_r_img .txt dt,
.contents_r_img_l .txt dt {
	margin: 0 0 8px;
	font-weight: bold;
}

.contents_r_img .img span,
.contents_r_img_l .img span {
	display: block;
	margin: 8px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #93959b;
}

.contents_r_img .img a,
.contents_r_img_l .img a,
.article_img a {
	display: inline-block;
	position: relative;
}

.contents_r_img .img a:before,
.contents_r_img_l .img a:before,
.article_img a:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(../img/ico_modal.png) no-repeat 0 0;
	background-size: 34px auto;
}

/* lu_list */

.lu_list {
	margin: 24px 0;
	overflow: hidden;
}

.lu_list ul {
	margin: 0 0 -24px;
	padding: 0;
	list-style: none;
}

.lu_list ul li {
	float: left;
	width: 47%;
	margin: 0 0 24px;
}

.lu_list ul li:nth-child(odd) {
	clear: both;
}

.lu_list ul li:nth-child(even) {
	float: right;
}

.lu_list ul li p {
	font-size: 1.2rem;
}

.lu_list ul li .img {
	margin: 0 0 8px;
	text-align: center;
}

/* detail_info */

.detail_info {
	margin: 0 0 8px;
	border: 1px solid #494b54;
}

.detail_info .tit {
	padding: 16px 30px;
	font-size: 1.2rem;
	text-align: center;
	background: url(../img/open.png) no-repeat 94% center;
	background-size: 9px auto;
}

.detail_info .tit.active {
	background: url(../img/close.png) no-repeat 94% center;
	background-size: 9px auto;
}

.detail_info table .nbr + .nbr {
	margin: 8px 0 0;
}

.detail_info table .nbr:after {
	content: '';
	clear: both;
	display: block;
}

.detail_info table .nbr td {
	float: left;
	width: calc( 100% - 110px);
}

.detail_info table .nbr .img {
	float: right;
	width: 100px;
}

/* shop_list */

.shop_list {
	margin: 24px 0;
}

.shop_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop_list ul li {
	margin: 24px 0 0;
	font-size: 1.2rem;
	text-align: left;
}

.shop_list ul li .img {
	display: table;
	width: 100%;
	height: 58px;
	margin: 0 0 8px;
}

.shop_list ul li .img a {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #dee0e2;
	text-align: center;
	line-height: 1;
}

/* copy_r */

.copy_r {
	min-height: 50px;
	margin: -28px 7.5% 16px;
	text-align: right;
}