﻿body{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.mgb0{
	margin-bottom: 0!important;
}
.under{
	margin-bottom: 60px;
}

.tate{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	
}
.under p,
p.h2comment{
	line-height:1.4;	
}

#main h1{
    text-align: center;
    margin: auto;
    width: 80%;
	background-color: rgba(0,0,0,0.3);
	padding: 10px 0 15px;
}
#main a {
	text-decoration:none;
}
#main a p{
	color:#000;
}
#main a p:active{
	color:#000;
}
#main a p:visited{
	color:#000;
}
#main img{
	width: 100%;
	height: auto;
}

#main h1 span{
	font-size: 0.5em;
	display: block;
}

#main .topBtn ul li a {
    display: flex;
    align-items: center;
}

#main .purpose{
	position:relative;
	margin-bottom:20px;
}

#main .purpose .middle{
	display:flex;
	align-items:center;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 250px;
    height: 250px;
    background-color:rgba(255,255,255,0.75);
    text-align: center;
	padding:10px;
}
#main .purpose .series{
	width:100%;

}
#main .purpose .series h3{
	font-size:1.6em;
	font-weight:bold;
	color:#00a0ea;
	/*padding-bottom:20px;*/
	line-height:1.2;
}

#main .purpose .series p{
	font-size:1.1em;
	line-height:1.5;
}

#main .half {
    display: flex;
    flex-wrap: wrap;
}
#main .half .purpose {
    width: calc(50% - 10px);
    margin-right: 20px;
}
#main .half .purpose:nth-child(2n) {
    margin-right: 0;
}

#main .half .purpose .middle {
    left: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 767px) {
#main h1 span{
	margin-top: 10px;
}
#main .purpose .middle{
    left: 0;
    width:calc(100% - 20px);
    height:50%;
}
#main .purpose .series h3{
	font-size:5vw;
	padding-bottom:5px;
	line-height:1.2;
    margin: 0;
}

#main .purpose .series p{
	font-size:3vw;
	line-height:1.3;
}

#main .half .purpose .middle .series h3{
	font-size:4.5vw;
	margin:0;
}

}



#main h3{
	font-size: 1.2em;
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 40px 0 24px 0;
}
#main .listHead34 {
    font-size: 1.2em;
    font-family: "Noto Sans JP","Noto Sans Symbols", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 10px 0;
}
#main  .text-indent{
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}


#main .cool_feature {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
#main .cool_feature:last-child {
	margin-bottom: 0;
}

#main .cool_feature a{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}

#main .cool_feature .feature_img{
	width:20%;
}
#main .cool_feature .feature_img img{
	display: block;
}
#main .cool_feature .feature_text{
	width:calc(80% - 20px);
	margin-left:20px;
}

#main .cool_feature h3{
	font-size: 1.6em;
    font-weight: bold;
    color: #00a0ea;
	margin-top: 0;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
#main .cool_feature .feature_img{
	width:30%;
}
#main .cool_feature .feature_text{
	width: calc(70% - 20px);
}
#main .cool_feature h3{
	font-size: 1.1em;
	margin: 0 0 5px;
}
#main .cool_feature p {
    font-size: 0.85em;
    padding-right: 5px;
}
}


#main .ryo-plus{
	margin-bottom: 20px;
	display: block;
}

#main .cool-level{
	font-size: 2em;
	color: #0180cd;
	margin-bottom: 20px;
}
#main .cool-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
#main .cool-flex li{
	width: 280px;
}
@media screen and (max-width: 767px) {
#main .cool-level{
	font-size: 1.5em;
}
#main .cool-flex li{
	width: 32%;
}
}
#main .smell{
	padding: 20px;
	background: #eee;
}
#main .smell h3{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 2em;
}
#main .smell .smell-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .smell .smell-flex--img{
	width: 450px;
}
#main .smell .smell-flex--txt{
	width: calc(100% - 470px);
}
#main .smell .smell-flex--txt p{
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
#main .smell h3{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.5em;
}
#main .smell .smell-flex--img{
	width: 100%;
	margin-bottom: 20px;
}
#main .smell .smell-flex--txt{
	width: 100%;
}
	
}


#main .tableware{
	background: #b5e8ff;
	margin-bottom: 30px;
}
#main .tableware h3{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 2em;
}
#main .tableware .tableware-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .tableware .tableware-flex--img{
	width: 450px;
}
#main .tableware .tableware-flex--img img{
	display: block;
}
#main .tableware .tableware-flex--txt{
	width: calc(100% - 480px);
	text-align: center;
	padding: 10px;
}
#main .tableware .tableware-flex--txt p{
	margin-bottom: 10px;
	color: #0054a7;
}
#main .tableware .tableware-flex--txt h3{
	font-size: 3.0em;
	margin-bottom: 25px;
	color: #0054a7;
}

@media screen and (max-width: 767px) {
#main .tableware .tableware-flex--img{
	width: 100%;
}
#main .tableware .tableware-flex--txt{
	width: 100%;
	padding: 20px 10px 10px;
}
#main .tableware .tableware-flex--txt h3{
	font-size: 2.5em;
}

}



#main .feature .feat_title .small{
	font-size: 0.8em;
}
#main .coordinate-room{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .coordinate-room .coordinate-room--block{
	width: 49%;
}
#main .coordinate-room .coordinate-room--block .cover-btn{
	width: 100%;
    max-width: 300px;
    margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
#main .coordinate-room .coordinate-room--block{
	width: 100%;
	margin-top: 30px;
}
#main .coordinate-room .coordinate-room--block:first-child{
	margin-top: 0;
}

}

#main .arrow-r{
	position: relative;
}
#main .arrow-r::after {
    content: "";
    position: absolute;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}


#main .recommend{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .recommend--block{
	width: 48%;
	margin-top: 30px;
	padding-bottom: 3.2em;
	position: relative;
}
#main .recommend--block:nth-child(-n + 2){
	margin-top: 0;
}
#main .recommend--block__images{
	margin-bottom: 10px;
}
#main .recommend--block__name{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
#main .recommend--block__txt{
	font-size: 1.0em;
	line-height: 1.3;
	text-align: justify;
}
#main .recommend--block__list li{
	line-height: 1.3;
	text-indent: -1.0em;
	padding-left: 1.0em;
	margin-top: 5px;
}
#main .recommend--block__list li:first-child{
	margin-top: 0;
}
#main .recommend--block .cover-btn{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 300px;
	margin: 0;
}
.maindesign .flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .flex_container .flex_content {
	width: 48%;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.maindesign .flex_container .pop_content {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}
.maindesign .flex_container .pop_content .img_container {
	width: 49%;
	margin: 0;
}
.maindesign .flex_container .pop_items {
	width: 49%;
	height: 100%;
	border-right: 2px solid #b3a48d;
	border-bottom: 2px solid #b3a48d;
	border-left: 2px solid #b3a48d;
	box-sizing: border-box;
}
.maindesign .flex_container .pop_items--list {
	padding: 10px;
}
.maindesign .flex_container .pop_items--list > li {
	font-size: 0.9rem;
	font-weight: bold;
	padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
}
.maindesign .flex_container .pop_items--list > li:not(:first-child) {
	margin-top: 7px;
}

.maindesign .flex_container .label_items {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.maindesign .flex_container .label_item {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	background-color: #EA6D0D;
}

.maindesign .more_btn {
	margin: 0 0 1rem !important;
}
.maindesign .flex_container .menu-btn-list li {
	width: 100% !important;
}
.maindesign .flex_container .menu-btn-list a {
	font-size: 1.0em !important;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .flex_container .text_content {
	flex-grow: 1;
}
.maindesign .flex_container .text_content--title {
	height: 3.5rem;
    font-size: 1.2em;
    font-family: "Noto Sans JP", "Noto Sans Symbols", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 0;
    z-index: 1;
}
.maindesign .flex_container .text_content--list {
	font-size: 1.0rem;
	line-height: 1.5;
}
.maindesign .flex_container .text_content--list > li {
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .flex_container .text_content--list > li:not(:first-child) {
	margin-top: 5px;
}
.maindesign .flex_container .btn_content.long_btn_content {
	height: 300px;
}
/* ----pc  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a;
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .etcbtn{
font-size: 1.2rem
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */
/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
.maindesign .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
.maindesign .menu-btn-list li:last-child {
margin-right: 0 
} 
.maindesign .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
.maindesign .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
.maindesign .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */
@media screen and (max-width: 767px) {
#main .recommend--block{
	width: 100%;
}
#main .recommend--block:nth-child(-n + 2){
	margin-top: 30px;
}
#main .recommend--block:first-child{
	margin-top: 0;
}
	.maindesign .flex_container .flex_content {
		width: 100%;
	}
	.maindesign .flex_container .menu-btn-list a {
		display: flex !important;
		font-size: 0.95em !important;
	}
	.maindesign .flex_container .btn_content.long_btn_content {
		height: auto;
	}

/* ----sp  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */
	/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
.maindesign .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
.maindesign .menu-btn-list li:last-child {
margin-bottom: 0 
} 
.maindesign .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */

}

.maindesign .flex_heading {
	width: 100%;
}

.maindesign .nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .nav-list .nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
	box-sizing: border-box;
}
.maindesign .nav-list::before,
.maindesign .nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .nav-list {
		margin: 0 10px;
	}
	.maindesign .nav-list--btn {
		width: 49%;
	}
	.maindesign .nav-list::before,
	.maindesign .nav-list::after {
		width: 49%;
	}
	.maindesign .nav-list .nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .nav-list--inner {
		font-size: 0.85rem;
		padding: 0.35rem 1.75rem 0.35rem 1.5rem;
	}
}



.maindesign .accordion--header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 15px;
	position: relative;
	transition: border-bottom 0.5s;
}
.maindesign .accordion--headingMiddle {
	width: 100%;
}
.maindesign .accordion--header:hover {
	cursor: pointer;
}
.maindesign .icon {
	width: 1.75em;
	height: 1.75em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	margin-right: 15px;
}
.maindesign .accordion--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.maindesign .accordion--plus {
	display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.maindesign .accordion--plus::before {
	content: '';
	position: absolute;
	background-color: #000;
    border-radius: 10px;
	transform: rotate(0deg);
    transform-origin: center center;
	width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.maindesign .accordion--plus::after {
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.maindesign .accordion--header.open .accordion--icon-box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.maindesign .accordion--header.open .accordion--plus:before {
	content: none;
}
.maindesign .accordion--header.open .accordion--plus:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.maindesign .accordion--inner {
	display: none;
}

@media screen and (max-width:767px) {
	.maindesign .icon {
		width: 1.5em;
		height: 1.5em;
		font-size: 1.25em;
	}
	.maindesign .accordion--icon-box {
		right: 0%;
	}
}

/*-- margin-top --*/
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mt3em { margin-top: 3em !important; }
/*-- margin-bottom --*/
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
