
.mv-bk{
	position: relative;
	margin-top: 8rem;
	padding-top: 1rem;
	padding-bottom: 5rem;
	background-image: linear-gradient(0deg, #ffffff, #d65942 31%);
}

.mv-bk::before{
	content: "";
	position: absolute;
	display: block;
	background-image: url(../img/mvbk.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.mv-bk .lp_contents{
	position: relative;
	z-index: 2;
}

.campaign-bar{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mv-img{
	display: block;
}

.whites-box{
	padding: 5rem 2rem;
	background-color: #fff;
	box-sizing: border-box;
}
.yellow-box{
	padding: 5rem 2rem;
	background-color: var(--color-lp-yellow);
	box-sizing: border-box;
}

.yellow-bk{
	background-color: var(--color-lp-yellow);
}

.rain-yellow
{display: inline;
    padding-bottom: 0.1em;
    background: linear-gradient(transparent 80%, rgb(255, 252, 222) 30%);}
.rain-gray
{display: inline;
    padding-bottom: 0.1em;
    background: linear-gradient(transparent 80%, rgb(230, 230, 230) 30%);}




.mv-h2{
	color: var(--color-lp-base);
	line-height: 1.2;
	display: flex;
	justify-content: center;
	padding-bottom: 0.2em;
	border-bottom: 3px solid var(--color-lp-base);
}
.mv-h2 h2{
	font-weight: 600;
}

.gray-text{
	margin-top: 1em;
	display: flex;
	justify-content: start;
	align-items: center;
}
.gray-text .img{
	width: 200px;
	text-align: center;
}
.gray-text .img img{
	display: block;
}
.gray-text .text{
	background-color: var(--color-lp-sabu);
	padding: 2rem;
	font-size: 1.2em;
	position: relative;
	border-radius: 0.2em;
}


.yellow-text{
	font-weight: 600;
	font-size: 1.2em;
	padding: 1rem;
	box-sizing: border-box;
	text-align: center;
	color: var(--color-lp-base);
	background-color: var(--color-lp-yellow);
	 letter-spacing: 0.08em;
}
.mv-btn{
	font-size: 1.1em;
	margin-top: 4rem;
	text-align: center;
	color: var(--color-lp-base);
}

.btn-box{
	position: relative;
	width: 540px;
	max-width: 80%;
	display: inline-block;
	line-height: 1.1;
	border-radius: 2em;
	font-size: 3rem;
	color: #fff;
	margin-top: 0.2em;
	background-color: #8f2700;
	overflow: hidden;
}
.btn-box span{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0.8em 1em;
	display: block;
	z-index: 10;
}
.btn-box::before{
	position: absolute;
	content: "";
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(180deg, #ce8164, #d65942 61%);
	transition: all 0.6s;
}

.btn-box:hover::before{
	opacity: 0;
}


.nayami{
	background-image: url(../img/pointbk.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.ttl-bol{
	position: relative;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 1.3em;
	line-height: 1.2;
	color: var(--color-lp-base);
	display: flex;
	justify-content: center;
	font-weight: bold;
}

.ttl-bol .mini{
	font-size: 0.6em;
}

.ttl-bol::before{
	content: "";
	width: 200px;
	border-bottom: 3px solid var(--color-lp-base);
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	
}

.tab-pad{
	background-color: #fff;
	position: relative;
	border: 10px solid #333;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border-radius: 3rem;
	padding: 10rem 0 5rem;
}

.tab-pad::after{
	content: "";
	width: 220px;
	height: 4rem;
	background-color: #333;
	border-radius: 2em;
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

.tab-pad-h3{
	font-size: 2em;
	color: var(--color-lp-base);
}

.tab-pad .yellow-box{
	margin-top: 1em;
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
}
.tab-pad-ul{
}

.tab-pad-ul span{
	color: var(--color-lp-base);
}
.tab-pad-ul li{
	font-size: 1.1em;
	position: relative;
	padding-left: 1.2em;
	box-sizing: border-box;
}
.tab-pad-ul li+li{
	margin-top: 1em;
}
.tab-pad-ul li::before{
	content: "";
	width: 0.5em;
	height: 0.5em;
	background-color: var(--color-lp-base);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.tab-pad-text{
	padding-left: 3rem;
	padding-right: 3rem;
	box-sizing: border-box;
}

.tab-pad-kiken{
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	justify-content: center;
	background-image: url(../img/kiken.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.sns-text{
	background-color: var(--color-lp-sabu);
	padding: 1.4em 1em 1.4em 3em;
	box-sizing: border-box;
	width: 85%;
	margin-left: 15%;
	border-radius: 1em;
	position: relative;
}

.sns-text::before{
	content: "";
	position: absolute;
	transform: translate(-100%, -50%);
	top: 50%;
	left: 1em;
	background-image: url(../img/sns.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 179px;
	height: 279px;

}

.sns-loop{
	border: 3px solid var(--color-lp-base);
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1em;
}

.sns-loop-h2{
	background-color: var(--color-lp-base);
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 2em;
	padding: 0.5em;
}

.sns-loop-box{
	padding: 1em 0;
}

.sns-loop-h3{
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 0.2em;
}


.sns-loop-boxin{
	display: flex;
	justify-content: center;
}


.sns-loop-ul{

}


.sns-loop-ul li{
	padding-left: 1.5em;
	font-size: 1.2em;
	box-sizing: border-box;
	position: relative;
}

.sns-loop-ul li::before{
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background-image: url(../img/check.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0.2em;
	left: 0;
}

.sns-loop-ul li+li{
	margin-top: 1em;
}


.sns-loop .yellow-box{
	position: relative;
}

.sara{
	display: flex;
	justify-content: end;
	position: relative;
}

.sara-pop{
	width: 200px;
	height: 200px;
	display: flex;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-image: url(../img/maru.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(-10deg);
	position: absolute;
	color: #fff;
}

.sara-yellow{
	width: calc(100% - 150px );
	background: var(--color-lp-yellow);
	padding: 1.5em 1em 1em 4em;
	box-sizing: border-box;
	color: var(--color-lp-base);
}

.number-text{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1em;
	padding-right: 1em;
}

.sns-loop-list{
	text-align: center;
	width: calc(50% - 2em);
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 3em;
	box-sizing: border-box;
	padding: 2em 0 1em;
	position: relative;
}
.snsnumber-box{
	border: 3px solid var(--color-lp-base);
	border-radius: 1em;
	background-color: var(--color-lp-yellow);
}

.snsnumber-box-number{
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	left: -0.5em;
	transform: translateY(-50%);
	background-color: var(--color-lp-base);
	color: #fff;
	font-size: 2em;
	border-radius: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns-loop-list h3{
	font-weight: 600;
	color: var(--color-lp-base);

}

.sns-loop-list h4{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0.3em 0;
	background-color: var(--color-lp-base);
	color: #fff;
}

.number-text-ul{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	box-sizing: border-box;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.8em;
}

.number-text-ul li+li{
	margin-top: 0.4em;
}

.sns-loop-pop{text-align: left;
padding: 0;}

.sns-loop-text{
	background-color: var(--color-lp-base);
	color: #fff;
	text-align: center;
	border-radius: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.3em 0;
	box-sizing: border-box;
}

.before-after{
	background-color: var(--color-lp-yellow);
	border: 3px solid var(--color-lp-base);
	display: flex;
	justify-content: center;
}

.before-after h3{
	font-size: 2.4em;
}

.before-box,.after-box{
	padding: 1em;
	box-sizing: border-box;
	width: 50%;
}
.before-box{
	text-align: right;
}
.after-box{
	background-color: var(--color-lp-base);
	color: #fff;
}
.before-box h3{
	color: var(--color-lp-base);
}

.before-after-ul{
	margin-top: 1em;
	font-size: 1.1em;
}

.before-after-ul li{
	height: 3em;
	line-height: 1.2;
	vertical-align: middle;
}

.company{
	background-image: url(../img/nami-bk.png);
	background-size: 120%;
	background-position:top center;
	background-repeat: no-repeat;
}

.Plan-list-box {
	display: flex;
	box-sizing: border-box;
	border: 3px solid var(--color-lp-base);
}

.Plan-list-box+.Plan-list-box{
	margin-top: 5rem;
}

.Plan-list-box .ttl{
	width: 40%;
	padding: 1em;
	box-sizing: border-box;
	background-color: var(--color-lp-base);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 1.2em;
	text-align: right;
}
.Plan-list-box .text{
	width: 60%;
	padding: 1em;
	box-sizing: border-box;
	background-color: var(--color-lp-yellow);
}

.Plan-list-box-ul{
	list-style-type: disc;
	padding-left: 2em;
	box-sizing: border-box;
}

.post-text{
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 0.5em;
	letter-spacing: -0.04em;
	color: var(--color-lp-base);
}
.umigame-Plan-list{
	display: flex;
	justify-content: space-between;
}


.umigame-Plan-box{
	width: calc(33% - 2rem);
	border: 3px solid var(--color-lp-base);
	background-color: var(--color-lp-yellow);
	overflow: hidden;
	border-radius: 1em;
}

.umigame-Plan-box .ttl{
	display: flex;
	justify-content: center;
	padding: 0.4em 0;
	color: #fff;
	background-color: var(--color-lp-base);
	line-height: 1.2;
	font-size: 1.2em;
}


.umigame-Plan-box-text{
	padding: 1em;
	display: flex;
}
p+.Plan-list-box-ul{
	margin-top: 0.8em;
}
.umigame-Plan-box-text-in u,.Plan-list-box u{
	color: var(--color-lp-base);
}
.umigame-Plan-box-text-in {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.umigame-Plan-box-text-in ul{
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: disc;
	list-style-position: inside;
}

.umigame-Plan-dl{
	display: flex;
	justify-content:space-between
}

.umigame-Plan-dl dt{
	font-size: 1.2em;
	padding: 1em 0;
	text-align: center;
	width: 20%;
	background-color: var(--color-lp-base);
	color: #fff;
	border-radius: 0.5em;
}

.umigame-Plan-dl dd{
	display: flex;
	justify-content: start;
	align-items: center;
	width: 78%;
}

.umigame-plan-nobi{
	display: flex;
	justify-content: center;
	font-size: 1.6em;
	align-items: flex-end;
}
.umigame-plan-nobi img{
	margin-right: 0.6em;
}

.douga{height: 1.1em;margin-right: 0.4em;}

.ttl-bol-img{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.ttl-bol-img img{
	margin-right: 0.6em;
}

.reb-bk{
	background-color: var(--color-lp-base);
	padding: 2em 0;
	background-image: url(../img/red-bk.png);
	background-size: contain;
	background-position:bottom center;
	background-repeat: no-repeat;
}
.reb-bk .whites-box{
	padding-left: 0;
	padding-right: 0;
}

.reason-dl{
	display: flex;
	justify-content: flex-start;
	padding-top: 1em;
	padding-bottom: 1em;
}

.reason-dl dt{
	text-align: right;
	padding-right: 1em;
	width: 25%;
	color: var(--color-lp-base);
	font-size: 3em;
}
.reason-dl dd{
	width: 75%;
	font-size: 1.4em;
}

.reason-dl:nth-child(odd){
	background-color: var(--color-lp-sabu);
}

.bar-box{
	background-color: var(--color-lp-base);
	color: #fff;
	border-radius: 2em;
	box-sizing: border-box;
	padding: 0.2em 2em;
	margin-left: 1em;
	font-size: 0.9em;
}

.menu-bk{
	background-image: url(../img/sns-loop-bk.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.menu{
	display: flex;
	justify-content:space-between
}
.menu-box{
	width:48%;
}

.menu-textvbar{
	background-color: var(--color-lp-base); 
	color: #fff;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 3em;
	text-align: center;
}

.yellow-big{
	line-height: 1.1;
	font-size: 1.2em;
	color: var(--color-lp-yellow);
}

.getu{
	margin-top: 0.2em;
	font-size: 2em;
	display: inline-block;
	border-top:dotted #fff 2px;
	border-bottom:dotted #fff 2px;
}

.menu .yellow-box{
	display: flex;
	justify-content: center;
}

.menu-text-ul{
	list-style-type: disc;
	list-style-position: inside;
}

.menu-text-ul li+li{
	margin-top: 0.2em;
}


.menu-dl{
	border: 3px solid var(--color-lp-base);
	background-color: var(--color-lp-yellow);
	border-radius: 1em;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}

.menu-dl+.menu-dl{
	margin-top: 5rem;
}
.menu-dl dt{
	width: 240px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2em 1em;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	color: var(--color-lp-base)
}
.menu-dl .big2{
	font-weight: bold;
}
.menu-dl dd{
	display: flex;
	align-items: center;
}

.menu-dl-ul{
	padding-left: 1em;
	box-sizing: border-box;
	list-style-type: disc;
	list-style-position: inside;
}

.nagare-h2{
	color: var(--color-lp-base);
	text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 1em;
}

.narare-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.narare-menu-box{
	width: 300px;
	position: relative;
	border-radius: 0.5em;
	border: 3px solid var(--color-lp-base);
	background-color: var(--color-lp-yellow);
	text-align: center;
	color: var(--color-lp-base);
	padding: 5em 0.1em 4em;
	overflow:hidden;
	margin-left: 1rem;
	margin-right: 1rem;
}
.narare-menu-box .number{
	position: absolute;
	width: 100%;
	font-size: 1.2em;
	color: var(--color-lp-yellow);
	z-index: 3;
	top: 1em;}
.narare-menu-box::before{
	content: "";
	position: absolute;
	z-index: 1;
	top:-100px;
	left: 50%;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-color: var(--color-lp-base);
	transform: translateX(-50%);
}

.narare-menu-box .ttl{
	position: absolute;
	width: 100%;
	bottom: 1em;
}

.nagare-text{
	position: relative;
	font-size: 1.5em;
	text-align: center;
}


.hin8-bk{
	position: relative;
}


.hin8{
	display: flex;
	justify-content: center;
}


.btn-8hin{
	display: inline-block;
	margin-top: 1em;
	text-align: center;
}

.company-info-box{
	display: flex;
	justify-content: center;
}
.company-info-box img{
	display: block;
}






@media screen and (min-width: 1200px) {
.tab-pad-kiken .text-30{
	font-size: 1.6em;
	    letter-spacing: -0.01em;
}
.sns-loop-p{
	 letter-spacing: -0.04em;
}
.sns-loop .yellow-box::after{
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 265px;
	height: 212px;
	transform: translateX(-50%);
	background-image: url(../img/loop-img.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sns-loop-list h3 span{
	margin-left: 0.5em;
	font-size: 0.8em;
}
.before-after-ul{
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
.before-after-ul li{
	font-size: 1.4em;
}

.snsnumber-box{
	padding-top: 2em;
	height: 470px;
}
.number-text-ul{
	margin-top: 4em;
}


.hin8 .img{
	margin-right: 1em;
}

.hin8-bk::before{
	content: "";
	position: absolute;
	top: -5vw;
	left: 0;
	display: block;
	width: 40%;
	height: 20vw;
	background-image: url(../img/8hin-bk.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.hin8-bk::after{
	content: "";
	position: absolute;
	top: 20vw;
	right: 0;
	display: block;
	width: 40%;
	height: 20vw;
	background-image: url(../img/8hin-bk2.png);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.company-info-box-img{
	position: absolute;
	bottom: 0;
}
.company-info-box .text{
	width: 48%;
	position: relative;
	text-align: left;
	margin-top: 5rem;
	padding-left: 2em;
	box-sizing: border-box;
}
.number-text{
	position: relative;
}
.number-text::after{
	content: "";
	position: absolute;
	display: block;
	background-image: url(../img/hato.png);
	width: 5em;
	height: 5em;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	 top: 50%;
  	left: 50%;
  transform: translate(-50%, -50%);
}
.nagare-text::before{
	content: "";
	display: block;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../img/nagare.svg);
}

.company-info .ttl-bol h2{letter-spacing: -0.02em;}
.nagare-text{
	padding-top: 1em;
}

.gray-text .text::after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: -30px;
	height: calc(60px / 2 * tan(60deg));
  width: 60px;
	transform: translateY(50%);
	background-color: var(--color-lp-sabu);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.nami-2{
	position: relative;
}

.nami-2::before{
	content: "";
	position: absolute;
	top: -5vw;
	right: calc(20px - 100%);
	z-index: 2;
	width: 50vw;
	height: 30vw;
	display: block;
	background-image: url(../img/nami-2.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.umigame-Plan-list{
	flex-wrap: wrap;
}
.umigame-Plan-box{
	min-width: 350px;
	position: relative;
	padding-bottom: 4em;
}

.umigame-Plan-dl{
	position: absolute;
	bottom: 0.5em;
	left: 0.2em;
}
.before-after-li{
	margin-top: 0.5em;
}
.umigame-Plan-box-text-span{
	display: inline-block;
}

}/*@media screen and (min-width: 1200px) {*/
@media screen and (min-width: 1900px) {
.nami-2::before{
	width: 40vw;
	right: calc(20px - 102%);
}
}/*@media screen and (min-width: 1900px) {*/

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

.sns-loop{
	margin-right: 1rem;
	margin-left: 1rem;
}

.sns-loop-list h3{
	font-size: 1.2em;
}

.sns-text::before{
	width: 17%;
}
.sns-loop-h2{
	text-align: left;
}
.sara,.Plan-list-box,.umigame-Plan-list,.menu,.menu-dl,.hin8,.company-info-box{
	flex-wrap: wrap;
}
.umigame-Plan-box+.umigame-Plan-box{
	margin-top: 1em;
}
.umigame-Plan-box .ttl{
	padding: 0.4em;
}
.sara-pop{
	margin: 0;
	padding: 0.8em 0.2em;
	left: 0;
	display: block;
	font-size: 1.5em;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	background-color: var(--color-lp-base);
	transform: translateY(0%) rotate(0deg);
}
.sara-yellow,.Plan-list-box .ttl,.Plan-list-box .text,.umigame-Plan-box,.menu-box,.menu-dl dt,.menu-dl dd,.umigame-Plan-dl{
	width: 100%;
}
.Plan-list-box .ttl{
	display: block;
	text-align: center;
}
.sns-loop-list{
	width: 96%;
}
.douga{
	height: 1em;
}
.ttl-bol{
	font-size: 1.2em;
}
.ttl-bol-img img{
	display: none;
}
.reason-dl dt{
	width: auto;
	float: left;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 2em;
}
.reason-dl dd{
	line-height: 1.2;
	width: auto;
}
.bar-box{
	margin-left: 0;
	display: block;
}
.menu-dl,.menu-dl+.menu-dl{
	margin-top: 1em;
}
.menu-dl dt,.menu-dl dd
{
	padding: 1em;
	height: auto;
}
.narare-menu-box::before{
	width: 6em;
	height: 6em;
		 top: 0%;
  	left: 50%;
  transform: translate(-50%, -50%);
}
.narare-menu-box .number{
	top: 0.5em;
}
.narare-menu-box+.narare-menu-box{
	margin-top: 1em;
}
.hin8,.sns-loop-p{
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}
.umigame-Plan-box-text-in{
	display: block;
}
.hin8 img{
	max-width: 100%;
}
.btn-box{
	width: 80%;
	font-size: 1.2em;
}
.company-info-box .text,.Plan-list-box+.Plan-list-box{
	margin-top: 1em;
}
.before-after{
	display: none;
}
.hin8-png{
	max-width: 400px;
	width: 80%;
}
.narare-menu-box{
	width: calc(50% - 3rem);
	margin-left: 1rem;
	margin-right: 1rem;
}
.sns-loop-h2{
	padding: 0.8em 0.2em;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: bold;
}

}/*@media screen and (max-width: 1000px) {*/
@media screen and (max-width: 789px) {

.number-text-ul li,.Plan-list-box-ul li,.umigame-Plan-box-text-in ul li,.menu-dl-ul li,.menu-text-ul li{
	font-size: 1.4rem;
}
.before-after-img{
	width: 100%;
}
.mv-bk{margin-top: 3em;}
.mv-h2 h2,.ttl-bol h2,.ttl-bol h2 span{line-height: 1.2;}
.mv-h2 .big{font-size: 1em;}
}/*@media screen and (max-width: 789px) {*/