@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;800&family=Open+Sans:wght@500&display=swap');

/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

sup {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 60%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption, th{
	font-weight: normal;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
area {
	border:none;
	outline:none;
}

blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}

strong {
	font-weight: inherit;
}


/* ------------------------------------------------
  common
------------------------------------------------ */

html,body {
	height: 100%;
}

html {
	font-size: 2.666666666666667vw;
	scroll-behavior: smooth;
/* 		font-size: 3.74vw; */
}
/* @media screen and (min-width:751px){ */
@media screen and (min-width:429px){
	html {
/* 		font-size: 125%; */
			font-size: 71.666%;
	}
}


/*html.lock,*/
html.lock body {
  height: 100vh;
	/*overflow: hidden;*/
}

body {
	color: #30324e;
	font-family: Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ ", Meiryo, Osaka, sans-serif;
	font-weight: 400;
	line-height:1.4;
	font-size: 1rem;
	letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
}

#stage {
	min-width: 375px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#stage * {
	box-sizing: border-box;
}

#special_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100dvh;
	background-image: url(/images/main_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#special_op1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 23.4375%;
}
#special_op2 {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 6.1979%;
}
@media screen and (max-width: 830px) {
	#special_op1,
	#special_op2 {
		display: none;
	}
}


#wrapper {
/* 	max-width: 750px; */
	max-width: 430px;
	background-color: #FFF;
	background-image: url(/images/bg1.png);
	background-repeat: repeat-y;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

	box-shadow: 0 1rem 1rem rgba(9,64,134,0.2);
}
#wrapper section {
	position: relative;
	z-index: 10;
}
#wrapper .inner {
	margin: 0 auto;
	box-sizing: border-box;

	position: relative;
	z-index: 100;
}


#wrapper img {
	width: 100%;
	height: auto;
}
#contents {
	position: relative;
}



a {
	color: inherit;
	outline: none;
	text-decoration:none;
}
a:active,
a:focus {
	text-decoration:none;
}


a:hover,
a:hover span {
	text-decoration: none;
	outline: none;
}

a.underline {
	text-decoration: underline;
}
a.underline:hover {
	opacity: 0.7;
}

a:hover span {
	text-decoration: none;
}

a.disabled {
	pointer-events: none;
}

a.comingsoon {
	pointer-events: none;
	opacity: 0.5;
}

@media screen and (min-width: 641px) {
	.fade {
		opacity: 1;
		transition: opacity 0.6s ease;
	}
	.fade:hover {
		opacity: 0.6;
	}
}

img.liquid {
	width: 100%;
	height: auto;
}


/* ------------------------------------------------
  sec1
------------------------------------------------ */
#sec1 {
	position: relative;
}
#sec1 .inner {
	padding-top: 1px;
}
#sec1 .frame {
	width: 35rem;

	margin: -21rem auto 6rem;
	padding: 2.9rem 6% 2.3rem;

	background-image: url(/images/frame_bottom.png),url(/images/frame_top.png),
		url(/images/frame_middle.png);
	background-repeat: no-repeat,
		no-repeat,
		repeat-y;
	background-position: 0 100%, 0 0, 0 0;
	background-size: 100%;
}
#sec1 .frame h2 {
	margin-left: -0.65rem;
	margin-bottom: 1rem;
}
#sec1 .frame .banzai {
	width: 30rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1.6rem;
}
#sec1 .frame .banzai .left {
	width: 15.95rem;
}
#sec1 .frame .banzai .right {
	width: 12.6rem;
}

#sec1 .frame .btn {
	margin-bottom: 0.6rem;
}
#sec1 .frame .btn a {
	display: block;
	font-size: 1.8rem;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 2.2rem;
	background: rgb(175,122,231);
	background: linear-gradient(34deg, rgba(175,122,231,1) 0%, rgba(218,89,186,1) 50%, rgba(175,122,231,1) 100%);
}

#sec1 .frame .annotation {
	font-size: 1.1rem;
	text-align: center;
}

#sec1 .bg {
	width: 100%;
	background-repeat: repeat-y;
	background-size: 100%;

	position: absolute;
}

#sec1 .bg1 {
	height: 68.1rem;
	background-image: url(/images/bg2.png);
	top: 0;
	left: -29.75rem;
}



#sec1 .mat {
	margin-bottom: 3.7rem;
}
#sec1 .mat .img {
	margin-bottom: 1.5rem;
}
#sec1 .mat .txt {
	font-size: 1.3rem;
	line-height: 2;
	padding: 0 3.75rem;
}


#sec1 .block2 {
	margin-bottom: 15.5rem;
}
#sec1 .block3 {
	position: relative;
}
#sec1 .block3 h2 {
	margin-bottom: 3.3rem;
}
#sec1 .block3 .bg {
	z-index: -1;
}
#sec1 .block3 .bg2 {
	height: 78.3rem;
	background-image: url(/images/bg3.png);
	top: -9rem;
	left: -7.2rem;
}
#sec1 .block3 .bg3 {
	height: 81.5rem;
	background-image: url(/images/bg4.png);
	top: -4rem;
	right: -6.8rem;
	mix-blend-mode: multiply;
}



/* ------------------------------------------------
  sec2
------------------------------------------------ */
#sec2 {
	margin-top: 7.2rem;
}
#sec2 .block1 {
	position: relative;
	z-index: 50;
	margin-bottom: 5.5rem;
}
#sec2 .block2 {
	position: relative;
	z-index: 50;
	margin-bottom: -0.7rem;
}
#sec2 .block2 + .txt {
	font-size: 1.3rem;
	line-height: 1.8;
	color: #094086;
	padding-left: 10.5rem;
	margin-bottom: 2.8rem;
	position: relative;
	z-index: 50;
}

#sec2 .block3 {
	position: relative;
	z-index: 50;
	margin-bottom: 8rem;
}
#sec2 .block4 {
	position: relative;
	z-index: 50;
	margin-bottom: 1rem;
}
#sec2 .block5 {
	position: relative;
	z-index: 100;
	margin-bottom: 7.1rem;
}
#sec2 .block6 {
	position: relative;
	z-index: 100;
}

#sec2 .bg {
	width: 100%;
	background-repeat: repeat-y;
	background-size: 100%;

	position: absolute;
}
#sec2 .bg1 {
	top: 20rem;
	left: 0;
	height: 156rem;
	background-image: url(/images/sec2_bg.png);
}
#sec2 .bg2 {
	top: 42.2rem;
	right: -7.2rem;
	height: 42rem;
	background-color: #eaeef4;
	mix-blend-mode: multiply;
	opacity: 0.4;
}
#sec2 .bg3 {
	top: 98rem;
	left: -9.4rem;
	height: 59.5rem;
	background-color: #eaeef4;
	mix-blend-mode: multiply;
	z-index: 75;
	opacity: 0.4;
}



/* ------------------------------------------------
  sec3
------------------------------------------------ */
#sec3 {
	margin-top: 7.5rem;
}
#sec3 h2 {
	width: 48.5333%;
	margin: 0 auto 1.2rem;
}
#sec3 .jp {
	font-size: 1.3rem;
	color: #094086;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 2.6rem;
}
#sec3 li + li {
	margin-top: 1.2rem;
}
#sec3 .bg {
	width: 100%;
	background-repeat: repeat-y;
	background-size: 100%;

	position: absolute;
	top: 14rem;
	left: -9.9rem;
	height: 40.75rem;
	background-image: url(/images/bg5.png);
}



/* ------------------------------------------------
  sec4
------------------------------------------------ */
#sec4 {
	margin-top: 13rem;
}
#sec4 h2 {
	width: 45.7333%;
	margin: 0 auto 1.2rem;
}
#sec4 .jp {
	font-size: 1.3rem;
	color: #094086;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 3.4rem;
}

#sec4 .txt {
	font-size: 1.3rem;
	color: #094086;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 3.6rem;
}

#sec4 .block1 {
	width: 93.3333%;
	margin: 0 auto 3.7rem;
}

#sec4 ul {
	position: relative;
	margin-bottom: 4rem;
}
#sec4 ul::after {
	content: "";
	display: block;
	width: 100%;
	background-repeat: repeat-y;
	background-size: 100%;

	position: absolute;
	top: 9rem;
	right: -8.4rem;
	z-index: -1;
	height: 93.7rem;
	background-image: url(/images/bg3.png);
}
#sec4 li + li {
	margin-top: 2.1rem;
}

#sec4 .block3 {
	margin-bottom: 17.7rem;
}

#sec4 .bg {
	display: block;
	width: 100%;
/* 	background-color: #f00; */
	background-repeat: no-repeat;
	background-size: 100%;

	position: absolute;
	top: 40rem;
	left: 0;
	z-index: -1;
	height: 121.7rem;
	background-image: url(/images/bg8.png);
}



/* ------------------------------------------------
  sec5
------------------------------------------------ */
#sec5 {
	margin-top: 7.5rem;
	padding-bottom: 11.8rem;
	position: relative;

	background-image: url(/images/bg1.png);
	background-repeat: repeat-y;
	background-size: 100%;
}
#sec5 h2 {
	width: 31.06666%;
	margin: 0 auto 0.8rem;
}
#sec5 .jp {
	font-size: 1.3rem;
	color: #094086;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 3.5rem;
}

#sec5 .block1 {
	margin-bottom: 1.7rem;
}
#sec5 .txt1 {
	font-size: 1.2rem;
	color: #094086;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: 0 3.2rem;
	margin-bottom: 0.5rem;
}

#sec5 .block2 {
	margin-bottom: 5.25rem;
	position: relative;
}
#sec5 .txt2 {
	font-size: 1.2rem;
	color: #094086;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding-left: 16.1rem;
	padding-right: 3.5rem;
	position: absolute;
	top: 21.3rem;
	left: 0;
	z-index: 10;
}

#sec5 .block3 {
	margin-bottom: 5.25rem;
	position: relative;
}
#sec5 .txt3 {
	font-size: 1.2rem;
	color: #094086;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding-left: 3.3rem;
	padding-right: 16.8rem;
	position: absolute;
	top: 11.2rem;
	left: 0;
	z-index: 10;
}

#sec5 .frame {
	width: 35rem;

	margin: 10.2rem auto 2.5rem;
	padding: 2.9rem 6% 2.3rem;

	background-image: url(/images/frame_bottom.png),url(/images/frame_top.png),
		url(/images/frame_middle.png);
	background-repeat: no-repeat,
		no-repeat,
		repeat-y;
	background-position: 0 100%, 0 0, 0 0;
	background-size: 100%;
}
#sec5 .frame h2 {
	margin-left: -0.65rem;
	margin-bottom: 1rem;
}
#sec5 .frame .banzai {
	width: 30rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1.6rem;
}
#sec5 .frame .banzai .left {
	width: 15.95rem;
}
#sec5 .frame .banzai .right {
	width: 12.6rem;
}

#sec5 .frame .btn {
	margin-bottom: 0.6rem;
}
#sec5 .frame .btn a {
	display: block;
	font-size: 1.8rem;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 2.2rem;
	background: rgb(175,122,231);
	background: linear-gradient(34deg, rgba(175,122,231,1) 0%, rgba(218,89,186,1) 50%, rgba(175,122,231,1) 100%);
}
#sec5 .frame .annotation {
	font-size: 1.1rem;
	text-align: center;
}

#sec5 .block4 {
	position: relative;
}
#sec5 .block4 ul {
	width: 8.5rem;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 11.5rem;
	left: 7rem;
}
#sec5 .block4 ul li {
	width: 3.4rem;
}

#sec5 .bg {
/* 	content: ""; */
	display: block;
	width: 100%;
	background-repeat: repeat-y;
	background-size: 100%;

	position: absolute;
	top: 22.1rem;
	right: -10rem;
	z-index: -1;
	height: 134.75rem;
	opacity: 0.3;
	background-image: url(/images/bg5.png);
	mix-blend-mode: multiply;
}



/* ------------------------------------------------
  sec6
------------------------------------------------ */
#sec6 {
	position: relative;
	padding-bottom: 7rem;
}
#sec6 h2 {
	width: 17.06666%;
	margin: 0 auto 0.8rem;
}
#sec6 .jp {
	font-size: 1.3rem;
	color: #094086;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 3.5rem;
}
#sec6 ul {
	width: 84%;
	margin: 0 auto;
}
#sec6 li + li {
	margin-top: 3.5rem;
}
#sec6 li .question {
	font-size: 1.7rem;
	color: #094086;
	padding-bottom: 1rem;
	border-bottom: 1px solid #094086;
	margin-bottom: 1.6rem;
}
#sec6 li .question::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 2.85rem;
	height: 1.9rem;
	background-image: url(/images/sec6_q.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.9rem;
	margin-bottom: -0.2rem;
}
#sec6 li .answer {
	font-size: 1.3rem;
	color: #094086;
	line-height: 1.7;
}
#sec6 li .answer a {
	font-weight: 600;
	text-decoration: underline;
}



/* ------------------------------------------------
  sec7
------------------------------------------------ */
#sec7 {
	position: relative;
}
#sec7 .inner {
	background-image: url(/images/bg7.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 7.4rem;
}
#sec7 h2 {
	width: 36.13333%;
	margin: 0 auto 0.8rem;
}
#sec7 .jp {
	font-size: 1.3rem;
	color: #094086;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 3.5rem;
}

#sec7 .txt {
	font-size: 1.3rem;
	color: #094086;
	line-height: 2.2;
	text-align: center;
}
#sec7 .txt span {
	font-size: 1rem;
}

#sec7 .company {
	position: relative;
	padding: 4.5rem;
	margin-top: 7.3rem;
}
#sec7 .company::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #eaeef4;
/* 	background-color: #f00; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	mix-blend-mode: multiply;
}
#sec7 .company th,
#sec7 .company td {
	font-size: 1.1rem;
	color: #094086;
}

#sec7 .company tr + tr > * {
	padding-top: 0.9rem;
}
#sec7 .company th {
	font-weight: 600;
	padding-right: 1.3rem;
}

#sec7 .btn {
	margin-top: 2.1rem;
}
#sec7 .btn a {
	display: block;
	font-size: 1.1rem;
	color: #094086;
	border: 0.1rem solid #849fc1;
	padding: 1.3rem;
	text-align: center;
}


/* ------------------------------------------------
  フッター
------------------------------------------------ */
#footer .inner {
	background-color: #094086;
	padding: 1.6rem;
}

#footer .copyright {
	font-size: 1.1rem;
	color: #FFF;
	letter-spacing: 0.1em;
	text-align: center;
}




/* ------------------------------------------------
  モーダル
------------------------------------------------ */

.remodal,
.remodal * {
	outline: none!important;
}

.remodal-overlay {
	background-color: rgba(0,0,0,0.7);
}

.remodal {
	max-width: 430px;
/* 	max-width: 750px; */
  width: 100% !important;
	font-size: 0;
  position: relative;
}

.remodal.method .body {
	color: #094086;
	padding: 4.1rem 2.5rem;
	background-image: url(/images/bg2.png);
	background-repeat: repeat-y;
	background-size: 100%;
	text-align: left;
	position: relative;
}

.remodal.method .body .ttl {
	font-size: 1.9rem;
	text-align: center;
	transform: skew(-10deg, 0);
	margin-bottom: 4rem;
}
.remodal.method .body dl + dl {
	margin-top: 2.8rem;
}
.remodal.method .body dt {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
.remodal.method .body dd {
	font-size: 1.3rem;
}



.remodal.purchase .body {
	background-image: url(/images/bg2.png);
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 1.5rem;
}
.remodal.purchase .body img {
	width: 100%;
	height: auto;
}

.remodal.purchase .body .step {
	background-color: #e9f4ff;
	position: relative;
}
.remodal.purchase .body .step::after {
	content: "";
	display: block;
	width: 3.75rem;
	height: 2.4rem;
	background-image: url(/images/modal/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	right: 0;
	margin: auto;
}
.remodal.purchase .body .step.none-arrow::after {
	display: none;
}

.remodal.purchase .body .step + .step {
	margin-top: 4rem;
	border-top: 1px solid #094086;
}

.remodal.purchase .body .step .label {
	width: 6.9rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


.remodal.purchase .body .step0 {
	padding: 4rem 2.1rem;
}
.remodal.purchase .body .ttl {
	font-size: 1.9rem;
	color: #094086;
	letter-spacing: 0.16em;
	transform: skew(-10deg, 0);
	margin-bottom: 2.5rem;
}
.remodal.purchase .body .step0 .ico {
	width: 3.1rem;
	margin: 0 auto 1.3rem;
}
.remodal.purchase .body .guide {
	font-size: 1.2rem;
	color: #30324e;
	line-height: 1.6;
	letter-spacing: 0.15em;
	margin-bottom: 3.5rem;
}
.remodal.purchase .body strong {
	font-weight: 600;
	color: #094086;
	line-height: 1.6;
}
.remodal.purchase .body .step0 strong {
	color: #ff006c;
	font-weight: 600;
}
.remodal.purchase .body .fig {
	width: 18.9rem;
	margin: 2rem auto 0;
}
.remodal.purchase .body .fig + .fig {
	margin-top: 5rem;
	position: relative;
}
.remodal.purchase .body .fig + .fig::before {
	content: "";
	display: block;
	width: 1.95rem;
	height: 1.1rem;
	background-image: url(/images/modal/arrow_s.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -2.9rem;
	left: 0;
	right: 0;
	margin: auto;
}
.remodal.purchase .body .fig + .txt {
	margin-top: 1.7rem;
	text-align: center;
}
.remodal.purchase .body .fig + .txt p {
	display: inline-block;
	text-align: left;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}
.remodal.purchase .body .fig + .txt p strong {

}
.remodal.purchase .body .fig + .txt p span {
	font-size: 1rem;
	display: block;
	margin-top: 0.7rem;
}


.remodal.purchase .body .step1 {
	padding: 4.4rem 1rem 5.2rem;
}
.remodal.purchase .body .step1 .ico {
	width: 3rem;
	margin: 0 auto 1.3rem;
}
.remodal.purchase .body .step1 .guide {
	margin-bottom: 1.2rem;
}
.remodal.purchase .body .step1 .btn {
	width: 26rem;
	margin: 0 auto 4rem;
}
.remodal.purchase .body .step1 .btn a {
	display: block;
	font-size: 1.4rem;
	color: #FFF;
	background-color: #06c755;
	padding: 1.2rem;
	text-align: center;
}


.remodal.purchase .body .step2 {
	padding: 4.4rem 1rem 5.2rem;
}
.remodal.purchase .body .step2 .ico {
	width: 3.4rem;
	margin: 0 auto 1.3rem;
}
.remodal.purchase .body .step2 .guide {
	margin-bottom: 1.2rem;
}


.remodal.purchase .body .roadmap {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
}
.remodal.purchase .body .roadmap .img {
	margin-bottom: 0.6rem;
}
.remodal.purchase .body .roadmap .cap {
	font-size: 1.2rem;
	color: #094086;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
}


.remodal.purchase .body .step3 {
	padding: 4.4rem 4rem 5.2rem;
}
.remodal.purchase .body .step3 .ico {
	width: 3.4rem;
	margin: 0 auto 1.3rem;
}
.remodal.purchase .body .step3 .guide {
	margin-bottom: 1.2rem;
}
.remodal.purchase .body .step3 .guide span {
	display: inline-block;
	text-align: left;
}


.remodal.purchase .body .complete {
	padding: 3.3rem 2rem 3.3rem;
}
.remodal.purchase .body .complete .ttl {
	margin-bottom: 1.3rem;
}
.remodal.purchase .body .complete .guide {
	font-size: 1.4rem;
	margin-bottom: 0;
}


.remodal .body .btn_close {
	width: 1.1rem;
	height: 1.1rem;

	background-image: url(/images/btn_close.svg);
	background-repeat: no-repeat;
	background-size: contain;

	position: absolute;
	top: -1.5rem;
	right: 0;
	z-index: 10;
	outline: none;
}
.remodal .body .btn_close_last {
	width: 7.55rem;
	height: 1.3rem;

	background-image: url(/images/btn_close_last.svg);
	background-repeat: no-repeat;
	background-size: contain;

	position: absolute;
	bottom: -3rem;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
	outline: none;
}







/* ----------------------------
  デバイス振り分け
---------------------------- */
.sp_disp {
	display: none!important;
}

@media screen and (max-width: 640px) {
	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	table.sp_disp {
		display: table!important;
	}
	tbody.sp_disp {
		display: table-row-group!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}
}
