@charset "UTF-8";
/*--------------------
 リセットCSS
--------------------*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'),
         url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'),
         url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
         url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
         url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
	font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after{
  content: ""; 
  display: block; 
  clear: both; 
}
a {
	text-decoration: none;
	display: block;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color: #fff;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*--------------------
 common
--------------------*/
body {
	width:100%;
	background: #333 url("../pict/trueiconic_bg.jpg") center top repeat-y;
	color: #fff;
	font-size: 18px;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
h2 {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 45px;
	/* text-shadow: 4px 4px 4px rgba(0,0,0,0.25); */
	color: #fff;
	line-height: 1.7;
	font-style: italic;
	padding-top: 25px;
	position: relative;
}
h2 span {
	display: block;
	font-size: 50%;
	font-style: normal;
}
h2::before,
h2::after {
	content: "";
	display: block;
	width: 120px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 50%;
}
h2::before {
	background: #00adef;
	margin-left: -120px;
}
h2::after {
	background: #e90e8c;
}
#MaxiBath h2::before {
	background: #b4cd34;
}
#MaxiBath h2::after {
	background: #faad2b;
}
#Collagen h2::before {
	background: #be1e2e;
}
#Collagen h2::after {
	background: #f37f80;
}
#Texture h2::before {
	background: #9cd4af;
}
#Texture h2::after {
	background: #87469a;
}
#Others h2::before {
	background: #a0a0a0;
}
#Others h2::after {
	background: #000;
}
ul.disc {
	list-style: disc;
	padding-left: 1.5em;
}
ul.decimal {
	list-style: decimal;
	padding-left: 1.5em;
}

br.br420,
br.br767 {
	display: none;
}
.video_box {padding: 1em 0;}
.video_box video {width: 100%;height: auto;border: solid 1px #666;}

/* ヘッダー */
header {
	height: 130px;
	background: #242021;
}
.logo {
	width: 230px;
	float: left;
}
.logo a {
	display: block;
}
.logo a:hover {
	opacity: 0.6;
}
header p {
	float: left;
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	margin-left: 30px;
	line-height: 130px;
}
header .counter {
	float: right;
	background: rgba(0,0,0,0.8);
	font-size: 65%;
	padding: 0 10px;
	line-height: 30px;
}
header .counter img {
	width: 50px;
	padding-bottom: 9px;
}

/* スライド */
@media screen and (min-width:1101px){
	.slideWrap {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.slideBox {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.bx-wrapper .bx-viewport {
		overflow: visible !important;
	}
	.slideBox:before,
	.slideBox:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 1000px;
		height: 714px;
		background: rgba(0,0,0,0.7);
		z-index: 98;
	}
	.slideBox:before {
		left: -1000px;
	}
	.slideBox:after {
		left: 1000px;
	}
}
.bx-wrapper {
	margin-bottom: 120px;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	left: 0;
}
.bx-wrapper .bx-pager {
	bottom: -43px;
	padding-top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* コンテンツ */
.catch {
	margin-bottom: 70px;
}
.catch p:first-of-type {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 40px 0;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
.catch p.txt {
	font-size: 22px;
	line-height: 1.7;
}
.wide {
	background: #1e1e1e;
	box-shadow: 0 0 100px rgba(0,0,0,0.5) inset;
	padding: 60px 0;
	text-align: center;
}
.black {
	background: #000;
}

.page_link {
	position: relative;
}
.page_link .logo {
	display: none;
}
.page_link .logo.fixed {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.page_link ul li {
	float: left;
	box-sizing: border-box;
	width: 16.8%;
	margin-right: 4%;
	padding: 20px 0;
}
.page_link ul li:last-child {
	margin-right: 0;
}
.page_link .wide {
	padding: 0;
}
.page_link ul li p {
	font-style: italic;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.page_link ul li a {
	display: block;
	padding-bottom: 35px;
	position: relative;
}
.page_link ul li a::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 26px;
	height: 26px;
	border: 3px solid;
	border-color: #fff #fff transparent transparent;
	transform: translate(-50%, -50%)rotate(135deg);
}
.page_link ul li a:hover img {
	opacity: 0.6;
}

.page_link.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
.page_link ~ .goods .box {
	padding-top: 457px;
	margin-top: -457px;
}
#ShowBeauty .box {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.page_link.fixed ~ .goods .box {
	padding-top: 115px;
	margin-top: -115px;
}
@media screen and (min-width:1101px){
	.page_link.fixed {
		height: 115px;
		text-align: center;
	}
	.page_link.fixed .logo.fixed {
		position: inherit;
		float: left;
		width: auto
	}
	.page_link.fixed .logo.fixed img {
		height: 75px;
		width: auto;
		margin: 20px;
	}
	.page_link.fixed .wrap {
		width: auto;
		float: left;
	}
	.page_link.fixed .wide::after {
		content: "";
		clear: both;
		display: block;
	}
	.page_link.fixed ul li {
		margin-right: 15px;
		width: 228px;
	}
	.page_link.fixed ul li:nth-child(2) {
		width: 200px;
	}
	.page_link.fixed ul li:nth-child(3) {
		width: 190px;
	}
	.page_link.fixed ul li:nth-child(4) {
		width: 180px;
	}
	.page_link.fixed ul li p {
		font-size: 16px;
		float: left;
	}
	.page_link.fixed ul li a {
		padding-bottom: 0;
		overflow: hidden;
	}
	.page_link.fixed ul li a::after {
		width: 15px;
		height: 15px;
		bottom: 0;
		left: 22%;
	}
	.page_link.fixed ul li:nth-child(2) a::after {
		left: 19%
	}
	.page_link.fixed ul li:nth-child(3) a::after {
		left: 17%;
	}
	.page_link.fixed ul li:nth-child(4) a::after {
		left: 16%;
	}
	.page_link.fixed ul li:nth-child(5) a::after {
		left: 13%;
	}
	.page_link.fixed ul li div {
		float: left;
		margin-left: 4%;
	}
	.page_link.fixed ul li div img {
		width: auto;
		height: 75px;
	}
}

.goods ul li.sbb,
.goods ul li.sbc,
.goods ul li.vs,
.goods ul li.vc,
.goods ul li.cs,
.goods ul li.cc,
.goods ul li.TVS,
.goods ul li.RTS {
	padding-bottom: 50px;
}
.goods h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 30px;
	color: #00adef;
}
.goods .sbc h3 {
	color: #e90e8c;
}
.goods .vs h3 {
	color: #b4cd34;
}
.goods .vc h3 {
	color: #faad2b;
}
.goods .cs h3 {
	color: #be1e2e;
}
.goods .cc h3 {
	color: #f37f80;
}
.goods .tvs h3 {
	color: #9cd4af;
}
.goods .rts h3 {
	color: #87469a;
}
.goods h3 + p {
	margin: 10px 0 30px 0;
}
.goods ul li dl {
	margin-bottom: 30px;
}
.goods ul li dt  {
	font-weight: 700;
	background: #00adef;
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 15px;
}
.goods ul li.sbc dt {
	background: #e90e8c;
}
.goods ul li.vs dt {
	background: #b4cd34;
}
.goods ul li.vc dt {
	background: #faad2b;
}
.goods ul li.cs dt {
	background: #be1e2e;
}
.goods ul li.cc dt {
	background: #f37f80;
}
.goods ul li.tvs dt {
	background: #9cd4af;
}
.goods ul li.rts dt {
	background: #87469a;
}
.goods ul li dd ul li {
	margin-bottom: 5px;
}
.goods ul li dd > p {
	margin-bottom: 10px;
}
.goods ul li dd table {
	text-align: right;
}
.goods ul li dd table td {
	padding-right: 20px;
}

.suitable .f-left {
	float: left;
	width: 50%;
	padding-right: 2%;
}
.suitable {
	padding-bottom: 50px;
}
.suitable dt  {
	font-weight: 700;
	background: #fff;
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 15px;
	color: #000;
}

.others_box {
	margin-bottom: 60px;
}
.others_box  h3 {
	color: #000;
	margin-top: 0 !important;
}
.others_box  h3 + p {
	color: #333;
}
.others_box .f-left {
	float: left;
	width: 35%;
	background: #bababa;
	padding: 20px;
	box-sizing: border-box;
}
.others_box .f-left img {
	display: block;
	margin: 0 auto;
}
.others_box .f-right {
	float: right;
	width: 62%;
}
.others_box .f-right dt {
	font-weight: 700;
	background: #000;
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 10px;
	color: #fff;
}
.others_box .f-right dd {
	margin-bottom: 15px;
}
.others_box .f-right dd td {
	padding-right: 20px;
}

.goods_btm dl {
	text-align: left;
	margin-bottom: 30px;
}
.goods_btm dt  {
	font-weight: 700;
	background: #fff;
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 15px;
	color: #000;
}
.goods_btm dd ul li {
	margin-bottom: 5px;
}
.goods_btm p {
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	padding-top: 30px;
}

/* フッター */
footer .footTop-bg {
	background: #242021;
}
footer .wrap > p {
	padding: 30px 0 8px 0;
	font-size: 20px;
	border-bottom: dotted 1px #666;
	margin-bottom: 20px;
	width: 50%;
}
footer .foot_logo {
	padding: 40px 0 50px 0;
	font-size: 20px;
}
footer .foot_logo img {
	width: 230px;
	margin-bottom: 10px;
}
footer .foot_logo a {
	display: inline-block;
}
footer .foot_logo a:hover {
	opacity: 0.6;
}
footer dl {
	margin-bottom: 30px;
}
footer dl.mgbtm {
	margin-bottom: 80px;
}
footer dt {
	border-left: solid 5px #fff;
	line-height: 1;
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 10px;
}
footer dd {
	margin-bottom: 20px;
}
footer dd span {
	font-size: 90%;
	display: block;
	color: #777;
}
footer dd a {
	display: inline-block;
	text-decoration: underline;
}
footer dd a:hover {
	color: #888;
	text-decoration: none;
}
footer .address {
	text-align: center;
	padding: 30px 0;
	font-size: 75%;
}

#top_scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
}
#page-top {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    position: relative;
}
#page-top:after {
	content: "";
	position: absolute;
	top: 60%;
	left: 50%;
	width: 12px;
	height: 12px;
	border: 3px solid;
	border-color: #000 #000 transparent transparent;
	transform: translate(-50%, -50%)rotate(-45deg);
}
#page-top:hover{ 
    opacity: 0.6;
}
 
/*--------------------
 レスポンシブ
--------------------*/
@media screen and (max-width:1100px) {
	.wrap {
		width: auto;
		padding: 0 50px;
		box-sizing: border-box;
	}
	h2 {
		font-size: 39px;
	}
	.catch p:first-of-type {
		font-size: 35px;
	}
	.logo {
		width: 150px;
		margin-top: 10px;
	}
	header p {
		font-size: 26px;
		line-height: 100px;
	}
	header {
		height: 100px;
	}
	.page_link ul li p {
		font-size: 16px;
	}
	.page_link ul li:first-of-type p {
		letter-spacing: -0.3px;
	}
	.page_link ul li a::after {
		width: 20px;
		height: 20px;
	}
	.page_link.fixed .wide {
		padding-top: 85px;
	}
	.page_link.fixed .logo.fixed {
		left: 50%;
		transform: translateX(-50%);
	}
	.page_link ~ .goods .box {
		padding-top: 686px;
		margin-top: -686px;
	}
	.page_link.fixed ~ .goods .box {
		padding-top: 371px;
		margin-top: -371px;
	}
}
@media screen and (max-width:767px) {
	.wrap {
		padding: 0 20px;
	}
	body {
		font-size: 16px;
		background-size: 960px auto;
	}
	header .wrap {
		padding: 0 10px;
	}
	header {
		height: 70px;
	}
	.logo {
		width: 100px;
	}
	header p {
		font-size: 18px;
		line-height: 70px;
		margin-left: 15px;
	}
	h2 {
		font-size: 32px;
		margin-top: 50px;
		margin-bottom: 25px;
		padding-top: 15px;
	}
	header .counter {
		position: absolute;
		right: 0;
		top: 0;
		padding: 0 8px;
		z-index: 100;
	}
	br.br767 {
		display: inherit;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
	}
	.bx-wrapper {
		margin-bottom: 80px;
	}
	.catch p.txt {
		font-size: 18px;
	}
	.catch p:first-of-type {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.catch {
		margin-bottom: 35px;
	}
	.page_link.fixed .logo.fixed {
		width: 80px;
	}
	.page_link.fixed .wide {
		padding-top: 50px;
	}
	.page_link ul li p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.page_link ul li a {
		padding-bottom: 20px;
	}
	.page_link ul li a::after {
		width: 12px;
		height: 12px;
		bottom: -6px;
	}
	.page_link ul li {
		padding: 10px 0;
		margin-right: 2%;
		width: 18.4%;
	}
	h2::before,
	h2::after {
		width: 60px;
		height: 6px;
	}
	h2::before {
		background: #00adef;
		margin-left: -60px;
	}
	.goods h3 {
		font-size: 20px;
		margin-top: 15px;
	}
	.goods h3 + p {
		margin: 5px 0 15px 0;
	}
	.goods ul li dt,
	.suitable dt,
	.others_box .f-right dt,
	.goods_btm dt {
		margin-bottom: 10px;
		padding: 3px 25px;
	}
	.goods ul li dl,
	.goods_btm dl {
		margin-bottom: 15px;
	}
	.goods ul li.sbb,
	.goods ul li.sbc,
	.goods ul li.vs,
	.goods ul li.vc,
	.goods ul li.cs,
	.goods ul li.cc,
	.goods ul li.TVS,
	.goods ul li.RTS {
		padding-bottom: 25px;
	}
	.suitable .f-left {
		padding: 0;
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.others_box .f-left {
		margin: 0 auto 15px auto;
	}
	.others_box .f-left,
	.others_box .f-right {
		float: none;
		width: 100%;
	}
	.others_box .f-left img {
		max-width: 50%;
	}
	.goods_btm .wide {
		padding: 30px 0;
	}
	.goods_btm p {
		font-size: 18px;
		padding-top: 15px;
	}
	footer .foot_logo {
		padding: 20px 0 40px 0;
		font-size: 18px;
	}
	footer .foot_logo img {
		width: 100px;
		margin-bottom: 10px;
	}
	footer .wrap > p {
		padding: 15px 0 4px 0;
		margin-bottom: 15px;
	}
	footer dl.mgbtm {
		margin-bottom: 40px;
	}
	.page_link ~ .goods .box {
		padding-top: 492px;
		margin-top: -492px;
	}
	.page_link.fixed ~ .goods .box {
		padding-top: 243px;
		margin-top: -243px;
	}
}

@media screen and (max-width: 420px) {
	.wrap {
		padding: 0 15px;
	}
	.page_link .wrap {
		padding: 0 5px;
	}
	header p {
		font-size: 17px;
		line-height: inherit;
		padding-top: 33px;
	}
	h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.bx-wrapper {
		margin-bottom: 50px;
	}
	.catch p:first-of-type {
		font-size: 24px;
	}
	.catch p.txt {
		font-size: 16px;
	}
	.catch {
		margin-bottom: 35px;
	}
	.bx-wrapper .bx-pager {
		bottom: -30px;
	}
	#page-top {
		width: 50px;
		height: 50px;
	}
	#page-top:after {
		width: 10px;
		height: 10px;
	}
	footer .address {
		padding: 5px 0 20px 0;
	}
	#top_scroll {
		right: 10px
	}
	header .counter img {
		width: 50px;
		padding-bottom: 8px;
	}
	br.sp_no {
		display: none;
	}
	br.br420 {
		display: inherit;
	}
	.page_link ul li p {
		font-size: 10px;	
	}
	.page_link ul li:first-of-type p {
		letter-spacing: -0.6px;
	}
	.page_link ul li a::after {
		width: 8px;
		height: 8px;
		border-width:  2px;
	}
	.page_link ul li a {
		padding-bottom: 15px;
	}
	.goods h3 {
		font-size: 17px;
	}
	.goods ul li dt,
	.suitable dt,
	.others_box .f-right dt,
	.goods_btm dt {
		padding: 2px 15px;
	}
	.goods_btm p {
		font-size: 16px;
	}
	footer .foot_logo {
		font-size: 16px;
	}
	footer .wrap > p {
		width: auto;
	}
	.page_link ~ .goods .box {
		padding-top: 326px;
		margin-top: -326px;
	}
	.page_link.fixed ~ .goods .box {
		padding-top: 177px;
		margin-top: -177px;
	}
}

@media screen and (max-width: 320px) {
	body {
		font-size: 15px;
	}
	.catch p:first-of-type {
		font-size: 22px;
	}
	.catch p.txt {
		font-size: 15px;
	}
	header {
		height: 65px;
	}
	header .logo {
		width: 90px;
	}
	header p {
		font-size: 15px;
	}
	h2 {
		font-size: 22px;
	}
	.page_link ul li:first-of-type p {
		letter-spacing: -1.2px;
	}
	.goods h3 {
		font-size: 16px;
	}
	.goods ul li dt,
	.suitable dt,
	.others_box .f-right dt,
	.goods_btm dt {
		padding: 2px 10px;
	}
	.page_link ~ .goods .box {
		padding-top: 309px;
		margin-top: -309px;
	}
	.page_link.fixed ~ .goods .box {
		padding-top: 160px;
		margin-top: -160px;
	}
}


/*--------------------
 202005追加
--------------------*/
.slideBtm {
	padding-bottom: 70px;
}
.slideBtm dl {
	margin: 50px 0;
}
.slideBtm dl dt {
	font-size: 20px;
	font-weight: 700;
    background: #fff;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 10px;
    color: #000;
}
.slideBtm .founderImages {
	display: flex;
	margin: 10px 0;
}
.slideBtm .founderImages img {
	width: 50%;
	max-width: 320px;
}
.slideBtm p.txt {
	font-size: 19px;
	line-height: 1.7;
}
.slideBtm p.txt .point {
	font-size: 110%;
	font-weight: 700;
}
.catch p.txt  a,
.slideBtm p.txt a {
	display: inline-block;
	text-decoration: underline;
}
.catch p.txt  a:hover,
.slideBtm p.txt a:hover {
	color: #888;
	text-decoration: none;
}
.others_box .f-right dd a {
	display: inline;
	word-wrap: break-word;
	text-decoration: underline;
}
.others_box .f-right dd a:hover {
	color: #888;
	text-decoration: none;
}
.others_box .f-right dd th {
	text-align: left;
	min-width: 8em;
}
.others_box .f-right dd th:after {
	content: "　：　";
	float: right;
}
#footTop .box {
	padding-top: 115px;
	margin-top: -115px;
}
@media screen and (max-width:1100px) {
	#footTop .box {
		padding-top: 371px;
		margin-top: -371px;
	}
}
@media screen and (max-width:767px) {
	.slideBtm {
		padding-bottom: 10px;
	}
	.slideBtm dl dt {
	    font-size: 18px;
	    padding: 3px 25px;
	}
	.slideBtm p.txt {
		font-size: 17px;
	}
	#footTop .box {
		padding-top: 243px;
		margin-top: -243px;
	}
}
@media screen and (max-width: 420px) {
	.slideBtm dl dt {
	    font-size: 16px;
	    padding: 2px 15px;
	}
	.slideBtm p.txt {
		font-size: 15px;
	}
	#footTop .box {
		padding-top: 177px;
		margin-top: -177px;
	}
}	
@media screen and (max-width: 320px) {
	.slideBtm dl dt {
	    font-size: 15px;
	    padding: 2px 15px;
	}
	.slideBtm p.txt {
		font-size: 14px;
	}
	#footTop .box {
		padding-top: 160px;
		margin-top: -160px;
	}
}