@charset "utf-8";

#mainarea {
	width: 100%;
}

/* -------- HOME -------- */

/* ---- Pickup ---- */

.pickup {
	width: 100%;
	height: 100vh;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

/* ---- BG list ---- */

.bg01 {
	background-image: url(//www.empathy.co.jp/images_top/top_1.jpg);
	background-position: top center;
}

.bg02 {
	background-image: url(//www.empathy.co.jp/images_top/top_2.jpg);
	background-position: center center;
}

.bg03 {
	background-image: url(//www.empathy.co.jp/images_top/top_3.jpg);
	background-position: bottom center;
}

.pickup-g {
	width: 100%;
	position: absolute;
	bottom: 20%;
}

.pickup-img {
	margin: 2rem auto 0 auto;
	width: 40rem;
	height: auto;
}

.pickup h1 {
	margin-top: 1rem;
	width: 100%;
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 600;
	letter-spacing: 0.3rem;
}

.pickup-g-sp{
    display: none;
}

#more {
	margin: auto;
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	border: 0.2rem solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	text-align: center;
}

#more a .icon-down {
	font-size: 2rem;
	color: #fff;
	display: block;
	animation: downdown 1.5s ease infinite;
}

@keyframes downdown { 
	0% {margin-top: 1rem;}
	50% {margin-top: 2rem;}
	100% {margin-top: 1rem;}
  }

/* ---- Topics ---- */

.topics-img {
	margin-bottom: 3rem;
	width: 100%;
}

.topics-img h3 {
	margin-top: 2rem;
	text-align: center;
 font-family: "Open Sans",sans-serif;
 font-weight: 600;
	font-size: 3rem;
	line-height: 6rem;
}

/* ---- Slide-Slick ---- */

a {
	color: #333;
	}

.topics-pc {
	margin: 2rem auto 8rem auto;
	width: 70%;
}

.topics-sp {
    display:none;
}

.topics-tb {
    display:none;
}

.topic {
	margin: 0 0.5rem;
	position: relative;
}

.topic-img {
	width: 100%;
	height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border: 0.1rem solid #888;
}

.topic-new {
	width: 4rem;
	height: 4rem;
	display: block;
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	z-index: 50;
}

.topic p {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.4rem;
}

/* ---- Identity ---- */

.inentity {
	width: 100%;
}

.ideninentity-box {
	margin: 3.5rem auto 3.5rem auto;
	width: 70%;
	display: table;
}

.ideninentity-txt {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align:left;
}

.ideninentity-txt h2 {
 font-weight: 500;
	font-size: 2.5rem;
	line-height: 3.3rem;
}

.ideninentity-img {
	width: 50%;
	display: table-cell;
	vertical-align:bottom;
	text-align:right;
}



.red-e {
	letter-spacing: 0.5rem;
	color: red;
	font-weight: 400;
	font-size: 2.4rem;
}

.ideninentity-txt h4 {
	margin-top: 2rem;
	font-size: 2.1rem;
	line-height: 2.5rem;
	font-weight: 600;
}

.ideninentity-img img {
	width:80%;margin-top: 40px;
}


/* ---/ Identity ---- */

/* ---- Payment ---- */

.payment {
	margin: 0 auto;
	width: 70%;
    height: 400px;
	background-color: #8FC31F;
    padding: 20px;
    overflow: hidden;
}


.payment-text-wrapper{
    background-color: #fff;
    color: #000;
    width: 50%;
    height: 360px;
    display: inline-block;
    z-index: 10;
    position: relative;
}

.sankaku_1{
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #8FC31F;
    border-left: 20px solid #8FC31F;
    z-index: 1000;
    position: absolute;
    top:0;
    left:0;
}

.payment-text {
    padding-bottom: 32767px;
	margin-bottom: -32767px;
/*	↑paddingと同じ数だけマイナスマージンをかけることで、
	余計な空白が生まれないよう調整しています。
	数値は32767pxにこだわる必要はなく、
	高さを揃えるに十分なだけ指定すればよいです。*/
    
    padding-top: 3rem;
}

.payment-text h2 {
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: 600;
	color: #8FC31F;
    border-bottom: solid 1px #8FC31F;
    text-align: center;
    margin: 2rem 3rem 1rem;
}

.payment-text h4 {
	margin-top: 1.5rem;
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-family: "Sawarabi Gothic";
	font-weight: 400;
    padding: 0 2rem;
}

.payment-img{
    width: 50%;
    height: 360px;
    float:right;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background-image: url(//www.empathy.co.jp/images_top/top_2.jpg);
    background-position: top right;
    background-size:cover;
    background-repeat: no-repeat;
}

.sankaku_2{
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom: 20px solid #8FC31F;
    border-right: 20px solid #8FC31F;
    z-index: 1000;
    position: absolute;
    bottom:0;
    right:0;
}

.payment-img img{
    width: 100%;
    height:auto;
    position: absolute;

}

.payment-text-sp{
    display: none;
}

/* ---- Case ---- */
.case-img {
	margin-top: 6rem;
	padding-top: 6rem;
	width: 100%;
	height: auto;
	text-align: center;
	border-top: 0.1rem solid #000;
}

.case-img h2 {
	font-size: 2.8rem;
	line-height: 3.6rem;
	font-weight: 700;
	color: #000;
}

.case-img h4 {
	margin-top: 1.5rem;
	margin-bottom: 4rem;
	font-size: 2rem;
	line-height: 3rem;
	font-family: "Sawarabi Gothic";
	font-weight: 400;
	color: #000;
}



.tabmenu {
	width: 100%;
}

.tabmenu_tb{
    display: none;
}

.tab {
	width: 100%;
	overflow: hidden;
	list-style: none;
}

.tab div {
	position: relative;
	width: 25%;
	height: 25%;
	padding: 15% 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	float: left;
}

.tab div li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(//www.empathy.co.jp/images_top/bg70.png);
	text-align: center;
 color: #fff;
	display: block;
}

.tab div li .inner-btn {
	margin: 1rem auto 0rem auto;
	width: 14rem;
	height: 3.6rem;
	font-size: 1.6rem;
	line-height: 3.2rem;
	border: #fff solid 0.2rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	color: #fff;
	text-align: center;
	display: block;
	cursor:pointer;
	overflow: hidden;
}

.tab div li p {
 margin-top: 20%;
	font-size: 2.4rem;
	line-height: 3.6rem;
}

.tab div li:hover {
	opacity: 1;
}

.tab div  li.select {
	opacity: 1;
}

.ca01 {
	background-image: url(//www.empathy.co.jp/images_top/ca01.jpg);
}
.ca02 {
	background-image: url(//www.empathy.co.jp/images_top/ca02.jpg);
}
.ca03 {
	background-image: url(//www.empathy.co.jp/images_top/ca03.jpg);
}
.ca04 {
	background-image: url(//www.empathy.co.jp/images_top/ca04.jpg);
}
.ca05 {
	background-image: url(//www.empathy.co.jp/images_top/ca05.jpg);
}
.ca06 {
	background-image: url(//www.empathy.co.jp/images_top/ca06.jpg);
}
.ca07 {
	background-image: url(//www.empathy.co.jp/images_top/ca07.jpg);
}
.ca08 {
	background-image: url(//www.empathy.co.jp/images_top/ca08.jpg);
}

.content div {
	width: 100%;
	background-color: #B1EBFF;
}

.hide {
	display: none;
}

.content-box {
	width: 100%;
	text-align: left;
	display: table;
}

.ca-space{
	width: 10%;
	display: table-cell;
}

.ca-photo {
	width: 20%;
	display: table-cell;
	vertical-align: top;
}

.ca-photo img {
	margin: 3rem 0;
	width: 100%;
	height: auto;
}

.ca-content {
	padding: 3rem 1rem 0 2rem;
	width: auto;
	display: table-cell;
	vertical-align: top;
}

.ca-content h6 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	line-height: 4rem;
	text-align: center;
	color: #fff;
	width: 10rem;
	height: 4rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	background-color: #036EB8;
}

.ca-content p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: left;
	color: #000;
	width: auto;
}

.ca-content p a {
	text-align: right;
	color: #000;
	display: inline-block;
	font-size: 1.5rem;
	float: right;
}

.ca-content p a:hover {
	color: #4bb8e8;
	display: inline-block;
}

.ca-cross {
	width: 6%;
	padding: 0.5rem;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

.icon-close2 {
	margin-top: 2rem;
	text-align: right;
	font-size: 5rem;
	color: #fff;
	cursor: pointer;
	display: block;
}

.icon-close2:hover {
	color: #000;
}

/* ---/ Case ---- */

/* ---- Lineup ---- */

/* -- Products
-- */
.products {
	padding-top: 6rem;
	width: 100%;
	height: auto;
	text-align: center;
}

.products h2 {
	font-size: 2.8rem;
	line-height: 3.6rem;
	font-weight: 700;
	color: #000;
}

.products h4 {
	margin-top: 1.5rem;
	margin-bottom: 4rem;
	font-size: 2rem;
	line-height: 3rem;
	font-family: "Sawarabi Gothic";
	font-weight: 400;
	color: #000;
}

.em-nav {
	margin: 0 auto 6rem auto;
	width: 80%;
	height: auto;
	overflow: hidden;
}

.em10-nav, .em08-nav {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
}

.em10-nav {
	background-color: #63BDE8;
}

.em08-nav {
	background-color: #F39800;
}

.em10-r, .em08-r {
	margin: 10rem auto 0 auto;
	width: 70%;
	height: auto;
	display: block;
}

.em10-l, .em08-l {
	margin: 2rem auto 4.5rem auto;
	width: 34%;
	height: auto;
	display: block;
}

.em10-nav h4, .em08-nav h4 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #000;
	font-weight: normal;
}

.em10-nav p, .em08-nav p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #fff;
	font-weight: 400;
}

.em10-btn-pc{
    display: none;
}

.em08-btn-pc{
    display: none;
}

.em10-btn a, .em08-btn a {
	margin: 8rem auto 10rem auto;
	width: 14rem;
	height: 4rem;
	border: #000 solid 0.1rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #000;
	text-align: center;
	display: block;
	cursor:pointer;
	overflow: hidden;
}

.em10-btn a:hover, .em08-btn a:hover {
	border: #fff solid 0.2rem;
	background-color: #fff;
	cursor:pointer;
	display: block;
	cursor:pointer;
}

.em10-btn :hover {
	color: #63BDE8;
}

.em08-btn :hover {
	color: #F39800;
}

.em10-btn-tbsp a, .em08-btn-tbsp a{
    display: none;
}

/* -- Modalwindow
--- */

.modalwindow {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
		overflow-x: hidden;
  overflow: auto;
  z-index: 101;
  width : -webkit-calc(100% + 1.6rem) ;
  width : calc(100% + 1.6rem) ;
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
}

.close_modal {
	position: fixed;
	right: 3rem;
	top: 3rem;
	font-size: 5rem;
	color: #000;
	z-index: 105;
	cursor: pointer;
}

.modalwindow.no_overlay_close {
  cursor: default;
}

.modalwindow.lock .close_modal {
  background: #ccc;
}

.modalwindow .body {
  /* ウィンドウ自体 アニメーションなどで装飾 */
	position: relative;
	top: 0;
	left: 0;
 cursor: default;
 transform: translateY(0px);
 animation: 1s modalwindow_body_out;
}

.modalwindow .is_visible .body {
	transform: translateY(0px);
	animation: 1s modalwindow_body_in;
}

@keyframes modalwindow_body_in {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}

@keyframes modalwindow_body_out {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0px);
  }
}


.modalwindow .body .modal_content {
  padding: 20px;
}

.modalwindow .body > footer {
  padding: 10px;
  background: #fcfcfc;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e5e5e5;
}

.modalwindow_header_close {
  /* 右上に表示する×ボタン 面倒なので動的に追加してます */
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.modalwindow_header_close:before {
  content: "\D7";
  font-size: 24px;
  font-family: serif;
  color: #ccc;
}

/* -- Mroducts
/-- */

/* -- Products
/-- */

.em-outline {
	margin-top: 4rem;
	width: 100%;
	display: table;
}

.em-outline-l, .em-outline-r {
	width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.em-outline-l {
	padding-right: 1rem;
	text-align: right;
}

.em-outline-l img {
	width: 40rem;
	height: auto;
}

.em-outline-r {
	padding-left: 1rem;
	text-align: left;
}

.em-outline-r h4 {
	text-align: left;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #000;
	font-weight: bold;
}

.em-outline-r p {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #fff;
	font-weight: 400;
}

.em-outline-r img {
	margin: 1rem 0;
	width: 20rem;
	height: auto;
}

.s-features {
	margin: 2rem auto 2rem auto;
	padding-top: 3rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 0.2rem solid #fff;
	background-color: #000;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 400;
	color: #fff;
}

.features {
	padding: 2rem 0;
	width: 100%;
	text-align: center;
}

.features h4 {
	font-size: 2.2rem;
	line-height: 3.2rem;
	color: #000;
	font-family: "Noto Sans Japanese";
	font-weight: 500;
}

#lineup-img {
	width: 100%;
}

#lineup-img h3 {
	text-align: center;
 font-family: "Open Sans",sans-serif;
 font-weight: 600;
	font-size: 3rem;
	line-height: 10rem;
}

.em10-scene {
	margin: 0 auto;
	width: 70%;
	height: 50rem;
	background-image: url(//www.empathy.co.jp/images_top/em10-scene.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

.em10-profile {
	width: 100%;
	background-color: #63BDE8;
	overflow: hidden;
}

.em10-function, .em08-function {
	margin-bottom: 3rem;
	width: 100%;
	height: 36rem;
	position: relative;
	overflow: hidden;
}

.e-borders {
	width: 100%;
	position: absolute;
	top: 2rem;
	left: 0;
	z-index: 15;
}

.e-border {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.em10-points, .em08-points {
	width: 100%;
	position: absolute;
	top: 2rem;
	left: 0;
	z-index: 30;
}

.em10-point, .em08-point {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.p-right {
	float: right;
}

.p-left {
	float: left;
}

.border-rl {
	margin-top: 0.4rem;
	width: 50%;
	font-family: 'Noto Sans', sans-serif;
	font-size: 2rem;
	line-height: 3.2rem;
	border-bottom: 0.1rem solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	display: block;
}

.point-right, .point-left {
	margin-top: 0.4rem;
	width: 50%;
	font-family: 'Noto Sans', sans-serif;
	font-size: 2rem;
	line-height: 3.2rem;
	color: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.point-right a, .point-left a {
	color: #fff;
}

.point-right :hover, .point-left :hover {
	color: rgba(0,0,0,0.40);
}

.point-right {
	padding-left: 0.6rem;
	text-align: left;
}

.point-left {
	padding-right: 0.6rem;
	text-align: right;
} 

.comment101, .comment103, .comment105, .comment107,
.comment081, .comment083, .comment085, .comment087,
.comment102, .comment104, .comment106,
.comment082, .comment084, .comment086 {
	padding: 1.4rem 2rem 1rem 2rem;
	width: 40rem;
	height: auto;
	position:absolute;
	display: none;
	background-color: rgba(255,255,255,0.90);
	color: #000;
	border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
	box-shadow: 0.6rem 0.6rem 2rem rgba(0,0,0,0.4);
	z-index: 50;
}

.comment101, .comment103, .comment105, .comment107,
.comment081, .comment083, .comment085, .comment087 {
	right: 51%;
	top: 1rem;
}

.comment102, .comment104, .comment106,
.comment082, .comment084, .comment086 {
	left: 51%;
	top: 1rem;
}

.p_coment {
	width: 100%;
	height: auto;
}

.p_coment h5 {
	margin-bottom: 0.6rem;
	font-weight: 600;
	font-size: 1.8rem;
	font-family: "Sawarabi Gothic";
	line-height: 2.2rem;
	text-align: center;
}

.p_coment p {
	margin-bottom: 0.6rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: justify;
	text-justify: distribute;
}

.p_coment img {
	margin: 0 auto;
	width: 20rem;
	display: block;
	height: auto;
}

.em10-lr-img, .em08-lr-img {
	width: 100%;
	height: 46rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.em10_left, .em10_right, .em08_left, .em08_right {
	height: 36rem;
	width: auto;
}

.em10_left, .em08_left {
	float: left;
}

.em10_right, .em08_right {
	float: right;
}

.em08-scene {
	margin: 0 auto;
	width: 70%;
	height: 50rem;
	background-image: url(//www.empathy.co.jp/images_top/em08-scene.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.em08-profile {
	width: 100%;
	background-color: #F39800;
	overflow: hidden;
}

/* ---- Toggle ---- */

.spec10, .spec08 {
	margin-top: 4rem;
	width: 100%;
}

.spec10 dt, .spec08 dt{
	margin: 1rem auto 3rem auto;
	width: 14rem;
	height: 4rem;
	border: #fff solid 0.2rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #fff;
	text-align: center;
	display: block;
	cursor:pointer;
	overflow: hidden;
}

.spec10 dt span, .spec08 dt span {
	font-size: 24px;
 line-height:50px;
	float: right;
 }

.spec10 dd, .spec08 dd {
	padding: 10px 0px;
    width: 100%;
    height: auto;
    display:none;
    }

/* table */

.comment_m {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.6rem;
	}

.e10table, .e08table {
	margin-bottom: 2rem;
	width: 100%;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #fff;
	overflow: hidden;
	}

.table-left {
	padding: 0 0.5rem 0 6rem;
	width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	float: left;
	}

.table-right {
	padding: 0 6rem 0 0.5rem;
	width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	float: left;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
	padding: 0;
	border-collapse: separate;
	*border-collapse: collapse;
	/* IE7, collapse table to remove spacing */
	border: 0.2rem solid #fff;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	}

table,caption,tbody,tfoot,thead,tr,th,td {
	vertical-align: middle;
	}

.table-spec {
	width: 16rem;
	}

table th, table td {
	padding: 0.8rem;
	}

table th {
	border-bottom: 0.1rem solid #fff;
	}

table td {
	vertical-align: top;
	}

table th + th, table td + td {
	border-left: 0.1rem solid #fff;
	}

table tr + tr td {
	border-top: 0.1rem solid #fff;
	}

.option {
	}

table a {
	color: #00f;
	}

.p-attention {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.4rem;
	}






/*underconstruction*/

.under_kokuchi {
	padding-top: 6rem;
	width: 100%;
	height:500px;
	text-align: center;
	border-bottom: 0.1rem solid #000;
}



.under_kokuchi p {
	margin-top: 1.5rem;
	margin-bottom: 4rem;
	font-size: 2rem;
	line-height: 3rem;
	font-family: "Sawarabi Gothic";
	font-weight: 400;
	color: #000;
}






/*label*/

.label {
  background: #f8f8f8;
  border-radius: .2rem;
  color: #888;
  display: inline-block;
  line-height: 1;
  padding: .5rem;
  vertical-align: baseline;
  margin-right:10px;
}



.label.label-primary {
  background: #5764c6;
  color: #fff;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-danger {
  background: #e85600;
  color: #fff;
}


.tag{font-size: 1.1rem;font-size: 11px;}








/* -- download
-- */
.dwn {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.1rem solid #000;
}

.dwn h2 {
	font-size: 2.0rem;
	line-height:0;
	font-weight: 700;
	padding-bottom: 20px;
	color: #000;
}






























