@charset "UTF-8";


/*メインイメージ
---------------------------------------------------------*/
.contentpage #header {
	background-color: #EBEBEB;
}
.contentpage #header::before {
	background-color: #E3E3DA;
}
.contentpage #header .m_bg {
	background-image: url(../images/canal3_m_img.jpg);
}

/*共通
---------------------------------------------------------*/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}

.txt_box {
	font-size: 94%;
	line-height: 2.3em;
}

.med_flt .img_r {
	margin-left: 5%;
}

.med_flt .img_l {
	margin-right: 5%;
}

.btn a {
	font-weight: bold;
	color: #fff;
	background: #634f40;
	letter-spacing: .2em;
	font-size: 106%;
	text-align: center;
	line-height: 1.0em;
	padding: 15px 5px;
	border-radius: 40px;
	max-width: 420px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 50px auto 0;
}

.btn a span {
	background-image: url(../images/beauty/icon2.png), url(../images/beauty/icon_arrow.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	padding: 5px 50px;
	display: inline-block;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.btn a {
	margin-top: 5%;
}


}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flt .img_r {
	margin-left: auto;
}

.med_flt .img_l {
	margin-right: auto;
}

.btn a {
	margin-top: 5%;
}

.btn a span {
	padding: 5px 40px;
}
}



/*lead
---------------------------------------------------------*/
.com_lead .lead_ex {
	margin-bottom: 20px;
	text-align: center;
	background: url(../images/beauty/bg1.png) no-repeat;
	background-position: center center;
	padding: 25px 0;
}

.com_lead li {
	width: 15.5%;
	margin: 0 1%;
	position: relative;
	background: rgb(199,240,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(199,240,247,1) 0%, rgba(240,251,253,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(199,240,247,1) 0%,rgba(240,251,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(199,240,247,1) 0%,rgba(240,251,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f0f7', endColorstr='#f0fbfd',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
}

.com_lead li::before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の100%に固定 */
}

.com_lead li p {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
	font-size: 94%;
	letter-spacing: .1em;
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;
}

.com_lead li:nth-child(3) p {
	top: 30%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_lead .lead_ex {
	background-size: contain;
	margin-bottom: 15px;
}

.com_lead li {
	width: 17%;
}

.com_lead li:nth-child(2) p, .com_lead li:nth-child(3) p, .com_lead li:nth-child(4) p {
	top: 23%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_lead .ex {
	margin-bottom: 5%;
}

.com_lead .lead_ex {
	margin-bottom: 3%;
	padding: 3% 0;
}

.com_lead li {
	width: 100%;
	display: block;
	margin: 0 0 3%;
	border-radius: 20px;
}

.com_lead li::before {
	display: none;
}

.com_lead li p {
	position: static;
	font-size: 120%;
	padding: 3% 3%;
}
}



/*ホワイトニング
---------------------------------------------------------*/
.box01 .in_box1 {
	background: #f7f6f5;
	border: 1px dotted #CCCCCC;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.box01 .in_box1 h5 {
	text-align: left;
	font-weight: bold;
	color: #7b584c;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.6em;
}

.box01 .in_box1 dt {
	color: #46acb4;
}

.box01 .in_box1 .flex {
	background: #7ecfe3;
	align-items: center;
	margin-top: 35px;
}

.box01 .in_box1 .flx_l {
	width: 18%;
}

.box01 .in_box1 .flx_l p {
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.6em;
	font-size: 140%;
	text-align: center;
	font-weight: bold;
}

.box01 .in_box1 .flx_r {
	width: 82%;
	background: #fff;
}

.box01 .in_box1 ul {
	padding: 20px;
}

.box01 .in_box1 li {
	background: url(../images/beauty/icon1.png)no-repeat;
	background-position: left top 10px;
	padding-left: 20px;
	font-size: 94%;
	line-height: 2.3em;
}



/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box01 .in_box1 {
	padding: 5% 4%;
	margin-top: 5%;
}

.box01 .in_box1 .flx_l p {
	font-size: 130%;
}

.box01 .in_box1 ul {
	padding: 15px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box01 .in_box1 {
	padding: 5% 4%;
	margin-top: 5%;
}

.box01 .in_box1 .flex {
	display: block;
	margin-top: 4%;
}

.box01 .in_box1 .flx_l {
	width: 100%;
}

.box01 .in_box1 .flx_l p {
	font-size: 120%;
	padding: 10px;
}

.box01 .in_box1 .flx_r {
	width: 100%;
}

.box01 .in_box1 ul {
	padding: 5% 5%;
}

.box01 .in_box1 li {
	line-height: 2em;
	margin-bottom: 10px;
}

}

/*デンタルエステ
---------------------------------------------------------*/
.box02 .in_box1 {
	margin: 40px auto 55px;
}

.box02 .flex1 {
	justify-content: center;
}

.box02 .flex1 li:nth-child(2) {
	margin: 0 20px;
}

.box02 .in_box2 .kouka {
	text-align: center;
	margin-bottom: 35px;
}

.box02 .flex2 {
	justify-content: space-between;
}

.box02 .flx_l, .box02 .flx_r {
	width: 48.6%;
}

.box02 .flx_l div, .box02 .flx_r div {
	padding: 40px 40px 45px;
	border: 1px solid #7d584e;
	text-align: center;
	border-radius: 10px;
}

.box02 .flx_l p, .box02 .flx_r p {
	font-family: 'Century Gothic', sans-serif;
	color: #7ac1d3;
	font-size: 166%;
	letter-spacing: .03em;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.box02 .flx_l p span, .box02 .flx_r p span {
	background: url(../images/beauty/icon_before.png), url(../images/beauty/icon_after.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	display: inline-block;
	padding: 3px 20px 3px 25px;
}

.box02 .in_box2 dt {
	margin-bottom: 20px;
	letter-spacing: .25em;
	line-height: 2em;
}

.box02 .in_box2 dd {
	text-align: left;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box02 .in_box1 {
	margin: 4% auto 5%;
}

.box02 .flex1 li {
	width: 25%;
}

.box02 .in_box2 .kouka {
	margin-bottom: 4%;
}

.box02 .flx_l div, .box02 .flx_r div {
	padding: 4% 5%;
}

.box02 .flx_l p, .box02 .flx_r p {
	margin-bottom: 10px;
}

.box02 .in_box2 dt {
	margin-bottom: 15px;
	letter-spacing: .2em;
}

.box02 .in_box2 .mgn_t_30 {
	margin-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box02 .in_box1 {
	margin: 4% auto 6%;
}

.box02 .flex1 li:nth-child(2) {
	margin: 0 2%;
}

.box02 .in_box2 .kouka {
	margin-bottom: 4%;
}

.box02 .flex2 {
	display: block;
}

.box02 .flx_l, .box02 .flx_r {
	width: 100%;
}

.box02 .flx_l div, .box02 .flx_r div {
	padding: 4%;
}

.box02 .flx_l p, .box02 .flx_r p {
	margin-bottom: 10px;
}

.box02 .in_box2 dt {
	margin-bottom: 15px;
	letter-spacing: .2em;
	line-height: 1.8em;
}

.box02 .flx_l {
	margin-bottom: 10px;
}

.box02 .mgn_t_30 {
	margin-top: 10px;
}
}


/*審美歯科
---------------------------------------------------------*/
.box03 .osusume {
	background: #a8c6ca;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 60px;

	margin-left: auto;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.box03 .osusume .img_r {
	margin-left: 2%;
}

.box03 .osusume dt, .box03 .osusume dd {
	color: #fff;
}

.box03 .osusume dt {
	letter-spacing: .2em;
	line-height: 2.2em;
}

.box03 .cad {
	background: #f6f5f4;
	margin-bottom: 95px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

.box03 .cad .img_l {
	margin-right: 3%;
}

.box03 .cad h5 {
	color: #7b584e;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	font-size: 140%;
}

.box03 h4 {
	text-align: center;
	border-top: 1px solid #7d584e;
	border-bottom: 1px solid #7d584e;
	letter-spacing: .25em;
	line-height: 2em;
	font-size: 140%;
	padding: 15px;
	color: #7b584e;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.box03 .flt_box {
	_zoom: 1;
	overflow: hidden;
	padding: 45px 40px;
	margin-bottom: 20px;
	background: #f7f6f5;
}
.box03 .flt_box dl {
	width: 72%;
	float: left;
}
.box03 .flt_box p {
	width: 24%;
	max-width: 230px;
	margin: 0 auto;
	float: right;
}

.box03 .flt_box dt {
	color: #46acb4;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.box03 .flt_box dd {
	font-size: 94%;
	line-height: 2.3em;
}
.box03 .flt_box dd ul {
	_zoom: 1;
	overflow: hidden;
	padding: 20px 0;
}
.box03 .flt_box dd li {
	float: left;
	font-size: 106%;
	line-height: 2.3em;
	letter-spacing: .2em;
	background: #fff;
	border-radius: 5px;
	padding: 3px 0px;
	font-weight: bold;
	padding-left: 15px;
	margin-right: 10px;
}

.box03 .flt_box dd li span {
	margin: 0 10px 0 15px;
	background: #fdf0ea;
	color: #e16633;
	font-weight: bold;
	padding: 5px;
	padding-right: 3px;
	font-size: 126%;
	line-height: 2.3em;
	border-radius: 5px;
}

.box03 .ex_box {
	border: 5px solid #f6f5f4;
	padding: 35px 45px 0;
	margin-top: 30px;
}

.box03 .ex_box h5 {
	font-weight: bold;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	color: #7b584e;
}

.box03 .ex_box h6 {
	background: #ebeae9;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 40px;
}

.box03 .ex_box hr {
	margin: 15px auto 50px;
	width: 50%;
	border: none;
	height: 2px;
	background: -moz-linear-gradient(left, rgba(125,88,78,0) 0%, rgba(125,88,78,1) 50%, rgba(125,88,78,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(125,88,78,0) 0%,rgba(125,88,78,1) 50%,rgba(125,88,78,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(125,88,78,0) 0%,rgba(125,88,78,1) 50%,rgba(125,88,78,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007d584e', endColorstr='#007d584e',GradientType=1 ); /* IE6-9 */
}

.box03 .ex_box h6 {
	background: #ebeae9;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}

.box03 .ex_box dd {
	text-align: center;
	letter-spacing: .1em;
	line-height: 2.3em;
	font-weight: bold;
	margin-top: 10px;
}

.box03 .ex1, .box03 .ex2 {
	padding: 0px 95px 45px;
}

.box03 .arrow{
  position: relative;
  display: inline-block;
}

.box03 .arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 5px #90b87d;
  border-right: solid 5px #90b87d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
	left: 50%;
	margin-left: -20px;
}

.box03 .ex1 div, .box03 .ex2 div {
	width: 43.2%;
}

.box03 .ex1 .arrow, .box03 .ex2 .arrow {
	width: 13.6%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box03 .osusume {
	margin: 5% auto 6%;
	padding: 3%;
}

.box03 .osusume dt {
	line-height: 2em;
}

.box03 .osusume .img_r {
	margin-bottom: 10px;
}

.box03 .cad {
	padding: 4% 3%;
	margin-bottom: 9%;
}

.box03 .cad .img_l {
	margin-bottom: 10px;
}

.box03 h4 {
	margin: 9% auto 4%;
	padding: 10px;
}

.box03 .flt_box {
	padding: 5% 4% 4%;
	margin-bottom: 3%;
}

.box03 .flt_box dt {
	font-size: 130%;
}

.box03 .flt_box dd ul {
	padding: 15px 0;
}

.box03 .flt_box dd li {
	line-height: 2em;
}

.box03 .ex_box {
	padding: 4% 5% 0;
}

.box03 .ex_box hr {
	margin: 10px auto 4%;
}

.box03 .ex1, .box03 .ex2 {
	padding: 0 9% 4%;
}

.box03 .ex_box h6 {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box03 .osusume {
	padding: 5%;
	margin: 5% auto 6%;
}

.box03 .osusume .img_r {
	margin-left: auto;
}

.box03 .osusume dt {
	line-height: 1.8em;
}

.box03 .cad {
	padding: 4%;
	margin-bottom: 9%;
}

.box03 .cad .img_l {
	margin-right: auto;
}

.box03 h4 {
	margin: 9% auto 4%;
	padding: 10px;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.8em;
}

.box03 .flt_box {
	padding: 5% 4%;
	margin-bottom: 10px;
}

.box03 .flt_box dd ul {
	padding: 10px 0;
}

.box03 .flt_box dl {
	width: 100%;
	float: none;
}
.box03 .flt_box p {
	margin-top: 5%;
	width: 100%;
	float: none;
}

.box03 .flt_box dt {
	font-size: 120%;
	letter-spacing: .05em;
}
.box03 .flt_box dd {
	line-height: 1.6em;
}
.box03 .flt_box dd li {
	font-size: 106%;
	padding-left: 5px;
	margin-right: 5px;
	letter-spacing: .1em;
}

.box03 .flt_box dd li:last-child {
	margin-right: 0;
}

.box03 .flt_box dd li span {
	margin: 0 5px 0 5px;
}

.box03 .ex_box {
	margin-top: 10%;
}

.box03 .ex_box {
	padding: 6% 3% 0;
}

.box03 .ex_box hr {
	margin: 10px auto 6%;
	width: 70%;
}

.box03 .ex1, .box03 .ex2 {
	padding: 4% 8%;
	display: block;
}

.box03 .ex1 div, .box03 .ex2 div {
	width: 85%;
	margin: 0 auto 10px;
	text-align: center;
}

.box03 .ex1 .arrow, .box03 .ex1 div:nth-child(4), .box03 .ex2 .arrow {
	width: 100%;
	margin: 0 auto 15px;
	height: 20px;
}

.box03 .arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 5px #90b87d;
  border-right: solid 5px #90b87d;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

.box03 .ex1 div:nth-child(4)::before {
	content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 5px #90b87d;
  border-right: solid 5px #90b87d;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

.box03 .ex_box h6 {
	margin-bottom: 4%;
}
}
/*妊娠中の治療に最適な時期とは
---------------------------------------------------------*/
.box04 .flex {
	justify-content: space-between;
	margin-top: 30px;
}

.box04 .in_box2 {
	background: #eaeae9;
	width: 32%;
}

.box04 .in_box2 dl {
	background: -moz-linear-gradient(top, rgba(120,105,91,1) 0%, rgba(120,105,91,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(120,105,91,1) 0%,rgba(120,105,91,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(120,105,91,1) 0%,rgba(120,105,91,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78695b', endColorstr='#c8b29b',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	text-align: center;
}

.box04 .in_box2 dt {
	font-weight: bold;
	font-size: 134%;
	letter-spacing: .2em;
	line-height: 1.4em;
	color: #ffff72;
	margin-bottom: 5px;
}

.box04 .in_box2 dd {
	color: #fff;
	letter-spacing: .2em;
	line-height: 1.4em;
	font-size: 106%;
	font-weight: bold;
}

.box04 .in_box2 p {
	padding: 30px;
	font-size: 94%;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box04 .in_box2 dl {
	padding: 5% 3%;
}

.box04 .in_box2 dt {
	font-size: 125%;
}

.box04 .in_box2 dd {
	letter-spacing: .1em;
	font-size: 103%;
}

.box04 .in_box2 p {
	padding: 8% 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box04 .flex {
	display: block;
}

.box04 .in_box2 {
	width: 100%;
	margin-bottom: 10px;
}

.box04 .in_box2 dl {
	padding: 10px;
}

.box04 .in_box2 p {
	padding: 8% 5%;
}
}

/*ピクト
---------------------------------------------------------*/
.pict {
	background: url(../images/top/onayami_bg.jpg) no-repeat right top;
	background-size: cover;
}
.pict .bg_grd {
	background: -moz-linear-gradient(top,  rgba(200,197,143,0.7) 0%, rgba(200,197,143,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(200,197,143,0.7) 0%,rgba(200,197,143,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,197,143,0.7) 0%,rgba(200,197,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b396b667', endColorstr='#96b667',GradientType=0 );
	padding: 50px 0;
}
.pict .w1340 {
	text-align: center;
}
.pict ul {
	margin-top: 50px;
	margin-left: -2.6666%;
}
.pict li {
	width: 14%;
	margin-left: 2.6666%;
	float: left;
	margin-bottom: 30px;
	background: url("../images/onayami_circle.png") no-repeat center center;
	background-size: contain;
	position: relative;
}
.pict li a {
	display: block;
	line-height: 1.0em;
	background: url("../images/onayami_circle.png") no-repeat center center;
	background-size: contain;
	position: relative;
}
.pict li a img {
	position: relative;
	z-index: 1;
}
.pict li a::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/onayami_circle-o.png) no-repeat center center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.pict li a:hover::before {
	opacity: 1;
}
.pict .txt {
	color: #fff;
	font-size: 90%;
	line-height: 2.0em;
}

@media only screen and (max-width: 767px) {

.pict {
	background: url(../images/top/onayami_bg.jpg) no-repeat right top;
	background-size: cover;
}
.pict .bg_grd {
	background: -moz-linear-gradient(top,  rgba(200,197,143,0.7) 0%, rgba(200,197,143,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(200,197,143,0.7) 0%,rgba(200,197,143,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,197,143,0.7) 0%,rgba(200,197,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b396b667', endColorstr='#96b667',GradientType=0 );
	padding: 50px 0;
}
.pict .w1340 {
	text-align: center;
}
.pict ul {
	margin-top: 50px;
	margin-left: -2.6666%;
}
.pict li {
	width: 46%;
	margin-left: 2.6666%;
	float: left;
	margin-bottom: 30px;
	background: url("../images/onayami_circle.png") no-repeat center center;
	background-size: contain;
	position: relative;
}
.pict li a {
	display: block;
	line-height: 1.0em;
	background: url("../images/onayami_circle.png") no-repeat center center;
	background-size: contain;
	position: relative;
}
.pict li a img {
	position: relative;
	z-index: 1;
}
.pict li a::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/onayami_circle-o.png) no-repeat center center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.pict li a:hover::before {
	opacity: 1;
}
.pict .txt {
	color: #fff;
	font-size: 90%;
	line-height: 2.0em;
}
    
    
}

/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}