@charset "utf-8";
/* CSS Document */

#rizmoModal01 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(5,6,60,.8);
	opacity: 0;
	transition: opacity .5s,visibility .5s;
	visibility: hidden;
}

#rizmoModal01.active {
	opacity: 1.0;
	z-index: 10000;
	visibility: visible;
}

#rizmoModal01 img {
	max-width: 100%;
	height: auto;
}

#rizmoModal01 .modalInner01 {
	position: relative;
	z-index: 10001;
	height: auto;
	width: 1000px;
	margin: 60px auto 0;
}

#rizmoModal01 .modalInner01 > .button01 {
	position: absolute;
	z-index: 1;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s .2s;
}

#rizmoModal01.active .modalInner01 > .button01 {
	opacity: 1.0;
	visibility: visible;
}

#rizmoModal01 .modalInner01 > .button01 > a {
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(../img/btn_index01.png) no-repeat 0 0/100%;
	transition: opacity .3s;
}

#rizmoModal01 .modalInner01 > .button01 > a:hover {
	cursor: pointer;
	opacity: .8;
}

#rizmoModal01 .modalInner01 > .button02 {
	position: absolute;
	z-index: 2;
	right: 40px;
	bottom: 40px;
	width: 300px;
}

#rizmoModal01 .modalInner01 > .logo01 {
	position: absolute;
	z-index: 2;
	width: 300px;
	left: 5px;
	bottom: 16px;
}

#rizmoModal01 .modalInner01 > .logo01,
#rizmoModal01 .modalInner01 > .button02 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: opacity .5s .2s;
}

#rizmoModal01.active .modalInner01 > .logo01,
#rizmoModal01.active .modalInner01 > .button02 {
	opacity: 1.0;
}

#rizmoModal01 .panel01,
#rizmoModal01 .panel02,
#rizmoModal01 .panel03 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	transition: opacity .5s;
}

#rizmoModal01 .panel01.visible,
#rizmoModal01 .panel02.visible,
#rizmoModal01 .panel03.visible {
	opacity: 1;
	visibility: visible;
}

@keyframes popInBottom {
0% {
-webkit-transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
opacity: 0; }
40% {
opacity: 1;
-webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
-webkit-transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08);
transform: translate3d(0, 0, 0) scale3d(1.08, 1.08, 1.08); }
60% {
opacity: 1;
-webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
80% {
opacity: 1;
-webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03);
transform: translate3d(0, 0, 0) scale3d(1.03, 1.03, 1.03); }
100% {
opacity: 1;
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes blink {
0% {
opacity: 1; }
25% {
opacity: 0; }
50% {
opacity: 1; }
75% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes popIn {
0% {
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
opacity: 0; }
20% {
opacity: 1; }
40% {
-webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
-webkit-transform: scale3d(1.08, 1.08, 1.08);
transform: scale3d(1.08, 1.08, 1.08); }
60% {
-webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
80% {
-webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
100% {
-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }


#rizmoModal01 .panel01 > .image02 {
	position: absolute;
	width: 49.4%;
	left: 6%;
	top: 14.285%;
	opacity: 0;
	transition: opacity .8s .4s;
}

#rizmoModal01 .panel01.visible > .image02 {
	opacity: 1.0;
}

#rizmoModal01 .panel01 > .image02 > span {
	position: absolute;
	opacity: 0;
}
#rizmoModal01 .panel01.visible > .image02 > span {
	opacity: 1.0;
}
#rizmoModal01 .panel01 > .image02 > span:nth-of-type(1) {
	transition: opacity .5s .5s;
	width: 27.3%;
	right: 9%;
	top: 23%;
}
#rizmoModal01 .panel01 > .image02 > span:nth-of-type(2) {
	transition: opacity .5s .6s;
	width: 28.542%;
	right: 18%;
	top: 9%;
}
#rizmoModal01 .panel01 > .image02 > span:nth-of-type(3) {
	transition: opacity .5s .7s;
	width: 24.696%;
	right: 30%;
	top: 33%;
}
#rizmoModal01 .panel01 > .image02 > span:nth-of-type(4) {
	transition: opacity .5s .8s;
	width: 20.242%;
	top: 15%;
	right: 48%;
}
#rizmoModal01 .panel01 > .image02 > span:nth-of-type(5) {
	transition: opacity .5s .9s;
	width: 29.352%;
	top: 27%;
	left: 11%;
}
#rizmoModal01 .panel01 > .image02 > span:nth-of-type(6) {
	transition: opacity .5s 1s;
	width: 29.149%;
	left: -7%;
	top: 15%;
}

#rizmoModal01 .panel02.visible > .image02 {
	position: absolute;
	right: 8%;
	width: 12%;
	top: 12.857%;
	opacity: 0;
	animation: popInBottom .7s forwards;
}
#rizmoModal01 .panel02.visible > .image03 {
	position: absolute;
	left: 11%;
	bottom: 34.857%;
	width: 29.9%;
	animation: popIn .8s forwards;
}
#rizmoModal01 .panel02.visible > .text01 {
	opacity: 0;
	position: absolute;
	width: 37.6%;
	left: 2%;
	top: 13.57%;
	animation: popInBottom .8s forwards;
}

#rizmoModal01 .panel03.visible > .image02 {
	position: absolute;
	right: 8.6%;
	width: 10.2%;
	top: 12.857%;
	opacity: 0;
	animation: popInBottom .7s forwards;
}
#rizmoModal01 .panel03.visible > .image03 {
	position: absolute;
	left: 14%;
	top: 36.428%;
	width: 23%;
	animation: popIn .8s forwards;
}
#rizmoModal01 .panel03.visible > .text01 {
	opacity: 0;
	position: absolute;
	width: 42%;
	left: 5%;
	top: 5.714%;
	animation: popInBottom .8s forwards;
}

#rizmoModal01 .rizmoBlock01 > .text01 {
	margin-top: 20px;
}

#rizmoModal01 .rizmoFrame01 {
	padding: 10px;
	padding-top: 0;
	border-radius: 20px 20px 0 0;
}

#rizmoModal01 .rizmoFrame01 > .inner01 {
	margin-top: 5px;
	padding: 30px;
	padding-top: 0;
	background: #1c7dad url(../img/bg_index02_pc.png) no-repeat 50% 100%;
}

#rizmoModal01 .rizmoFrame02 {
	padding-top: 6px;
	border-radius: 0 0 20px 20px;
	border-bottom: solid 1px #cb1e74;
}

#rizmoModal01 .rizmoFrame02 > .text01 {
	font-size: 24px;
	text-align: center;
}

#rizmoModal01 .rizmoFrame02 > .text01 br {
	display: none;
}

#rizmoModal01 .rizmoFrame02 > .text02 {
	margin-top: -16px;
	color: #fff;
	font-size: 20px;
}
#rizmoModal01 .rizmoFrame02 > .text02 > .number01 {
	display: inline-block;
	min-width: 85px;
	font-size: 52px;
}

#rizmoModal01 .rizmoWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes flash {
0% {opacity: 0;}
1% {opacity: .8;}
15% {opacity: 0;}
25% {opacity: .5;}
50% {opacity: 0;}
85% {opacity: 0;}
90% {opacity: .3;}
100% {opacity: 0;}
}

#rizmoModal01 .rizmoCol01 {
	position: relative;
	width: 460px;
	height: 378px;
	margin-right: 10px;
}

#rizmoModal01 .rizmoCol01 > .image01 {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/img_index01.png) no-repeat 0 0/100%;
}

#rizmoModal01 .rizmoCol01 > .image01.type01 {
	background-image: url(../img/img_index02.png);
}

#rizmoModal01 .rizmoCol01 > .image01.type02 {
	background-image: url(../img/img_index04.png);
}

#rizmoModal01 .rizmoCol01 > .image01.type03 {
	background-image: url(../img/img_index05.png);
}

#rizmoModal01 .rizmoCol01 > .image02 {
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
	height: 100%;
}

#rizmoModal01 .rizmoCol01 > .image02 > .bg01,
#rizmoModal01 .rizmoCol01 > .image02 > .bg02 {
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}

#rizmoModal01 .rizmoCol01 > .image02 > .bg01 {
	transition: opacity .1s .7s;
}

#rizmoModal01 .rizmoCol01 > .image02 > .bg02 {
	transition: opacity .2s .02s;
}

#rizmoModal01 .rizmoCol01 > .image02 > .bg01.active {
	opacity: 1.0;
	visibility: visible;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	transition: opacity .5s;
}

#rizmoModal01 .rizmoCol01 > .image02 > .bg02.active {
	opacity: 1.0;
	visibility: visible;
	transition: opacity .2s;
	-webkit-animation-name: flash;
	animation-name: flash;
}

#rizmoModal01 .rizmoCol02 {
	width: 440px;
	margin-top: 30px;
}

#rizmoModal01 .rizmoCol02 > .text01 {
	font-size: 24px;
	text-align: center;
}

#rizmoModal01 .buttonBlock01 {
	position: relative;
	height: 130px;
	margin-top: 20px;
	padding: 10px;
	background-color: #fff;
	border-radius: 20px;
}

#rizmoModal01 .buttonBlock01 > .text02 {
	position: absolute;
	color: #493d90;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	line-height: 1.3;
	transition: opacity .5s;
}

#rizmoModal01 .buttonBlock01.on .text02 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 15px;
	border-radius: 20px;
	opacity: 1.0;
	visibility: visible;
	background-color: rgba(255,255,255,.8);
}

#rizmoModal01 .buttonBlock01.on .text02 [data-ruby]:before {
	top: -.9em;
	font-size: .3em;
}

#rizmoModal01 .buttonList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 15px;
}

#rizmoModal01 .buttonList01 > li {
	width: 58px;
	height: 64px;
	margin-right: 20px;
	margin-left: 20px;
}

#rizmoModal01 .buttonList01 > li > a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

#rizmoModal01 .buttonList01 > li:nth-child(even) {
	margin-top: 20px;
}

#rizmoModal01 #gauge01 {
	position: relative;
	margin-top: 75px;
	top: -2px;
	width: 920px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/bg_index05_pc.png) no-repeat 50% 0;
}

#rizmoModal01 .gaugeBlock01 {
	position: relative;
	z-index: 2;
}

#rizmoModal01 #gauge01:before {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_index06_pc.png) no-repeat 0 0;
	content: "";
}

#rizmoModal01 #gauge01:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #00d24f;
	content: "";
	transition: width .3s;
}
#rizmoModal01 #gauge01.num00:after {transition: width 0s; width: 4%;}
#rizmoModal01 #gauge01.num01:after {width: 9%;}
#rizmoModal01 #gauge01.num02:after {width: 14%;}
#rizmoModal01 #gauge01.num03:after {width: 19%;}
#rizmoModal01 #gauge01.num04:after {width: 24%;}
#rizmoModal01 #gauge01.num05:after {width: 29%;}
#rizmoModal01 #gauge01.num06:after {width: 34%;}
#rizmoModal01 #gauge01.num07:after {width: 38%;}
#rizmoModal01 #gauge01.num08:after {width: 43%;}
#rizmoModal01 #gauge01.num09:after {width: 47%;}
#rizmoModal01 #gauge01.num010:after {width: 52%;}
#rizmoModal01 #gauge01.num011:after {width: 56%;}
#rizmoModal01 #gauge01.num012:after {width: 60%;}
#rizmoModal01 #gauge01.num013:after {width: 65%;}
#rizmoModal01 #gauge01.num014:after {width: 70%;}
#rizmoModal01 #gauge01.num015:after {width: 75%;}
#rizmoModal01 #gauge01.num016:after {width: 80%;}
#rizmoModal01 #gauge01.num017:after {width: 85%;}
#rizmoModal01 #gauge01.num018:after {width: 90%;}
#rizmoModal01 #gauge01.num019:after {width: 95%;}
#rizmoModal01 #gauge01.num020:after {width: 100%;}

#rizmoModal01 .iconBlock01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	position: absolute;
	top: -74px;
	left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
}

#rizmoModal01 .iconBlock01 > span {
	position: relative;
	display: block;
	min-height: 67px;
	width: 64px;
	text-align: center;
	background-size: 100%;
	transition: background .2s;
}

#rizmoModal01 .iconBlock01 > span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .8s;
	background-size: 100%;
	content: "";
	opacity: 0;
}

#rizmoModal01 .iconBlock01 > .icon01 {
	background: url(../img/icon_index01.png) no-repeat 50% 100%/100%;
}

#rizmoModal01 .iconBlock01 > .icon02,#rizmoModal01 .iconBlock01 > .icon03 {
	background: url(../img/icon_index02.png) no-repeat 50% 100%/46.875%;
}

#rizmoModal01 .iconBlock01 > .icon02.type01 {
	background-image: none;
}

#rizmoModal01 .iconBlock01 > .icon02.type01:before {
	opacity: 1.0;
	background: url(../img/icon_index07.png) no-repeat 50% 100%/100%;
}

#rizmoModal01 .iconBlock01 > .icon03.type01 {
	background-image: none;
}

#rizmoModal01 .iconBlock01 > .icon03.type01:before {
	opacity: 1.0;
	background: url(../img/icon_index08.png) no-repeat 50% 100%/100%;
}

#rizmoModal01 .btn01 {
	width: 340px;
	margin: 20px auto 0;
}

#rizmoModal01 .btn01 > a {
	transition: opacity .3s;
}

#rizmoModal01 rt {
	display: none;
}

#rizmoModal01 [data-ruby] {
	position: relative;
	display: inline-block;
}
#rizmoModal01 [data-ruby]:before {
	content: attr(data-ruby);
	display: block;
	position: absolute;
	top: -.9em;
	left: 50%;
	width: 200%;
	transform: translateX(-50%);
	font-size: 0.5em;
	text-align: center;
}

@media screen and (min-width: 640px) {
#rizmoModal01 {
	min-width: 1200px;
}
}

@media screen and (max-width: 639px) {
#rizmoModal01 {
	padding-left: 4%;
	padding-right: 4%;
}
	
#rizmoModal01 .modalInner01 {
	width: 100%;
	top: 40vh;
	-webkit-transform: translateY(-16vmax);
	transform: translateY(-16vmax);
	margin-top: 0;
}

#rizmoModal01 .modalInner01 > .button01 {
	top: -30px;
	z-index: 1;
	right: 0;
	width: 40px;
	height: 40px;
}

#rizmoModal01 .modalInner01 > .button01 > a:hover {
	opacity: 1.0;
}
	
#rizmoModal01 .modalInner01 > .button02 {
	left: 50%;
	bottom: -17.333vw;
	width: 65.57%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#rizmoModal01 .modalInner01 > .logo01 {
	width: 24%;
	left: 1.866vw;
	bottom: 3.6vw;
}

#rizmoModal01 .panel01,
#rizmoModal01 .panel02,
#rizmoModal01 .panel03 {
	height: auto;
	min-height: inherit;
}
	
#rizmoModal01 .rizmoBlock01 > .text01 {
	width: 94%;
	margin: 15px auto 0;
}

#rizmoModal01 .rizmoFrame01 > .inner01 {
	margin-top: 5px;
	padding: 0;
	padding-top: 2.666vw;
	padding-bottom: 6vw;
	background-image: url(../img/bg_index02_sp.png);
	background-size: 100%;
}

#rizmoModal01 .rizmoFrame02 {
	padding-bottom: 0;
	border-bottom: none;
}

#rizmoModal01 .rizmoFrame02 > .text01 {
	font-size: 14px;
}
	
#rizmoModal01 .rizmoFrame02 > .text01 br {
	display: block;
}


#rizmoModal01 .rizmoFrame02 > .text02 {
	margin-top: -5px;
	font-size: 13px;
}
	
#rizmoModal01 .rizmoFrame02 > .text02 > .number01 {
	min-width: 12.133vw;
	font-size: 28px;
}
	
#rizmoModal01 .rizmoCol01 {
	width: 68.769%;
	height: 50.666vw;
	margin-top: -4vw;
	margin-right: auto;
	margin-left: auto;
}

#rizmoModal01 .rizmoCol01 > .image02 {
	width: 56.8vw;
	left: 0;
	height: 44.666vw;
}

#rizmoModal01 .rizmoCol01 > .image02 > .bg01,
#rizmoModal01 .rizmoCol01 > .image02 > .bg02 {
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}

#rizmoModal01 .rizmoCol02 {
	width: 100%;
	margin-top: 0;
}

#rizmoModal01 .rizmoCol02 > .text01 {
	font-size: 14px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
	
#rizmoModal01 .rizmoCol02 > .text01 .br01 {
	display: none;
}

#rizmoModal01 .buttonBlock01 {
	width: 90.769%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 10px 4.237%;
}

#rizmoModal01 .buttonBlock01 > .text02 {
	font-size: 4.6vw;
}
	
#rizmoModal01 .buttonBlock01 > .text02 > p {
	width: 100%;
}
	
#rizmoModal01 .buttonBlock01.on .text02 {
	padding-top: 10px;
}

#rizmoModal01 .buttonList01 {
	margin-top: 0;
}

#rizmoModal01 .buttonList01 > li {
	width: 13.178%;
	height: auto;
	margin-right: 5.221%;
	margin-left: 5.221%;
}
	
#rizmoModal01 .buttonList01 > li:first-child {
	margin-left: 0;
}

#rizmoModal01 .buttonList01 > li:last-child {
	margin-right: 0;
}

#rizmoModal01 .buttonList01 > li:nth-child(even) {
	margin-top: 0;
}
	
#rizmoModal01 .buttonList01 > li > a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#rizmoModal01 #gauge01 {
	margin-top: 15.066vw;
	width: 92%;
	top: 0;
	height: 10vw;
	background-image: url(../img/bg_index05_sp.png);
	background-size: 101%;
}

#rizmoModal01 #gauge01:before {
	background-image: url(../img/bg_index06_sp.png);
	background-size: 100%;
}
	
#rizmoModal01 #gauge01:after {
	height: 92%;
}

#rizmoModal01 #gauge01.num00:after {transition: width 0s; width: 13%;}
#rizmoModal01 #gauge01.num01:after {width: 17%;}
#rizmoModal01 #gauge01.num02:after {width: 21%;}
#rizmoModal01 #gauge01.num03:after {width: 25%;}
#rizmoModal01 #gauge01.num04:after {width: 29%;}
#rizmoModal01 #gauge01.num05:after {width: 33%;}
#rizmoModal01 #gauge01.num06:after {width: 37%;}
#rizmoModal01 #gauge01.num07:after {width: 41%;}
#rizmoModal01 #gauge01.num08:after {width: 45%;}
#rizmoModal01 #gauge01.num09:after {width: 49%;}
#rizmoModal01 #gauge01.num010:after {width: 55%;}

#rizmoModal01 .iconBlock01 {
	top: -11.2vw;
	left: 3%;
	width: 94%;
}

#rizmoModal01 .iconBlock01 > span {
	width: 7.6vw !important;
	min-height: 8.466vw;
}

#rizmoModal01 .iconBlock01 > .icon02 {
	background-size: 100%;
}

#rizmoModal01 .iconBlock01 > .icon03 {
	background-size: 100%;
}

#rizmoModal01 .btn01 {
	width: 280px;
	margin-top: 5px;
}

#rizmoModal01 .btn01 > a:hover {
	opacity: 1.0;
}
	
}

@media screen and (max-width: 340px) {
#rizmoModal01 .rizmoFrame02 > .text02 > .number01 { 
	min-width: 11.533vw;
	font-size: 22px;
}
	
#rizmoModal01 .btn01 {
	width: 240px;
}
	
#rizmoModal01 .rizmoCol02 > .text01 {
	font-size: 13px;
}
}
