@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

html {
    height: 100%;
    text-align: center;
}
body {
    height: 100%;
    margin: 0;
}
body {
	font-size: 18px;
	color:#2f2f2f;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.fmin {
	font-family: 'Roboto', sans-serif;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
}
.fmin.fmin500 {font-weight: 500;}
.fmin.fmin600 {font-weight: 600;}
.fmin.fmin700 {font-weight: 700;}

/* Default Link Color */
a:link {
    color: #00F;
}
a:visited {
    color: #600;
}
a:hover {
    color: #090;
}
a:focus {
    color: #090;
}
a:active {
    color: #FF0;
}

/*TableStyle*/
table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #FAFAFA;
}
table td {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.cb {
    clear: both;
}
.cf:after {
    content: " ";
    display: block;
    clear: both;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
/* Loader */
.loaderBg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 8px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(117,23,28, 0.2);
	border-right: 0.5em solid rgba(117,23,28, 0.2);
	border-bottom: 0.5em solid rgba(117,23,28, 0.2);
	border-left: 0.5em solid #75171c;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.5s infinite linear;
	animation: load8 0.5s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
	@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* TabL+PC */
.bodyinner{
	width: 100%;
	overflow: hidden;
}
#wrap {
    width: 100%;
    text-align: left;
	position: relative;
	/*overflow-x: clip;*/
}/* /TabL+PC */
#wrap img {
	width: 100%;
	height: auto;
}
.pc-only {display: block;}
.sp-only {display: none;}
.btn {
	opacity: 1;
	transition: all 0.3s;
}
.btn:hover {
	opacity: 0.5;
}

#wrap > header {
	width: 100%;
	background-image: url("../img_common/bg_clear-white70.png");
	background-repeat: repeat-x;
	position: fixed;
	z-index: 1000;
}

#header {
	max-width: 1400px;
	width: 100%;
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
}
#headLogo {
	max-width: 290px;
	width: 30%;
	line-height: 0;
}
#header nav{
	width:70%;
	float: right;
}
#header nav ul{width:100%;}
#header nav > ul > li{
	width:calc((96% - 50px) / 4);
	margin-left: 1%;
	list-style: none;
	float: left;
}
#header nav > ul > li:nth-of-type(1){margin-left:0;}
#header nav > ul > li a {
	display:-webkit-flex;
	display:flex;
	justify-content: center;
	-webkit-align-items:center;
	align-items:center;
	height:50px;
	color: #fff;
	text-decoration: none;
	padding:0 8px 0 0;
	font-size:1.0em;
	line-height: 1.2em;
	transition: all 0.3s;
	background-color: #75171C;
	border: 1px solid #75171C;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width:1300px){
#header nav > ul > li a {font-size:0.9em;}
}
@media screen and (max-width:1200px){
#header nav > ul > li a {font-size:0.80em;}
}

#header nav > ul > li:nth-of-type(1){
	width:50px;
}
#header nav > ul > li:nth-of-type(1) img{
	width:50%;
	height:auto;
	position: relative;
	left:5px;
}

@media screen and (max-width:1050px){
	#header nav{
		width:68%;
	}
	#header nav > ul > li a {
		font-size:0.75em;
	}
}

@media screen and (max-width:999px){
#header nav{
	width:200px;
	height:auto;
	min-height:100%;
	margin:0;
	position: absolute;
	top:0;
	right:-200px;
	background-color: #75171C;
	background-image: none;
	float: right;
}

#header nav > ul{
	width:100%;
	margin:0;
	float:none;
}

#header nav > ul > li,
#header nav > ul > li:nth-of-type(1){
	width:calc(100% - 2px);
	height:auto;
	margin:1px;
	padding: 0;
	float:none;
	/*overflow:hidden;*/
	background-position:95% 80%;
	border:none;
}
#header nav > ul > li:nth-of-type(1) img{
	width:30px;
	height:auto;
	left:0;
}
			
#header nav > ul > li > a{
	padding:0;
	height:50px;
	color: #241681;
	font-size: 0.9em;
	font-weight:400;
	line-height:1.2em;
	background-color: #fff;
	/*pointer-events: none;*/
}
#header nav > ul > li:nth-of-type(1) > a{
	background-color: #75171C;
}
}

.headBtn01 {
        width: 45%;
        max-width: 280px;
    }
.headBtn01 a {
	background-color: #75171C;
	border: 1px solid #75171C;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	position: relative;
	font-size: 20px;
	box-sizing: border-box;
}

.arrow_r {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	transform: rotate(45deg);
	left: 90%;
	transition: all 0.3s;
}
@media screen and (max-width:999px){
	.arrow_r {display: none;}
}
.headBtn01 a:hover {
	background-color: #fff;
	border: 1px solid #75171C;
	color: #75171C;
}
a:hover .arrow_r {
	left: 92%;
	border-color: #75171C;
}
/******************************************************/
.menubtn{
	display:none;
	width:40px;
	height:22px;
	margin:30px 0 0;
	outline: none;
	border: none;
	font-size: 20px;
	float:right;
	position:relative;
	z-index:10000;
}
@media screen and (max-width:999px){
.menubtn{display:block;}
}
@media screen and (max-width:599px){
.menubtn{margin:13px 0 0;}
}
.menubtn .menu_icon01{
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.menubtn .menu_icon01 span{
  display: block;
  width: 30px;
  height:2px;
  background: #000;
  margin-bottom:8px;
  transition: all 0.4s ease-out;
}
.menubtn.open .menu_icon01{
  transform: rotate(-45deg);
}
.menubtn.open .menu_icon01 .bar1{
  transform: rotate(0deg) translateY(10px);
}
.menubtn.open .menu_icon01 .bar2{
  opacity: 0;
}
.menubtn.open .menu_icon01 .bar3{
 transform: rotate(-90deg) translateX(10px);
}

/******************************************************/
#pagetop{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    opacity: 1;
	z-index: 100;
	cursor:pointer;
}
#pagetop:hover{
	opacity: 0.6;
}

#footer {
	border-top: 15px solid #CB9193;
}
.committeeArea {
	background-color: #F4E7C6;
	padding: 80px 10%;
	text-align: center;
}
.committeeBox {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    line-height: 1.4;
    padding:1.4em 2em;
    display: inline-block;
	text-align: center;
}
.committeeBox:before, .committeeBox:after { 
	content:'';
	width: 60px;
	height: 180px;
	position: absolute;
	display: inline-block;
}
.committeeBox:before {
	border-left: solid 1px #75171C;
	border-top: solid 1px #75171C;
	top:0;
	left: 0;
}
.committeeBox:after {
	border-right: solid 1px #75171C;
	border-bottom: solid 1px #75171C;
	bottom:0;
	right: 0;
}
.committeeTxt01 {
	color: #75171C;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.committeeTxt02 {
	font-size: 30px;
	margin:15px 0 10px;
}
.committeeTxt02 a{
	color: #75171C;
	font-weight: bold;
	text-decoration: none;
}
.committeeTxt03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
}
.committeeTxt03 span {
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.committerrIcon01 {
	width: 28px;
	height: auto;
	display: inline-block;
}
.footLogoArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px;
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.footLogo01 {
	max-width: 326px;
	width: 30%;
}
.footLogo02 {
	max-width: 290px;
	width: 30%;
}

/* ------------------------------------------------------------------------------
下層ページ用
------------------------------------------------------------------------------ */

.ubrandArea {
	width: 100%;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 10% 5%;
	max-height: 500px;
}

.ubrandTit01 {
	font-size: 100px;
	font-weight: 400;
}
.ubrandTitSubTxt01 {
	font-size: 24px;
}
.ubrandCont {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10% 0;
}

.backBtn {
	margin-top: 150px;
	margin-bottom: 40px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	position: relative;
}
.backBtn a {
	color: #fff;
	text-decoration: none;
	background-color: #75171C;
	font-size: 24px;
	width: 100%;
	margin-left: auto;
	padding: 15px 20px 15px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #75171C;
	transition: all 0.3s;
}
.backBtn a:hover {
	background-color: #fff;
	border: 1px solid #75171C;
	color: #75171C;
}
.arrow_l {
	box-sizing: border-box;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width:  0 0 1px 1px;
  border-color: #fff;  
  transform: rotate(45deg);
	left: 7%;
	transition: all 0.3s;
}
a:hover .arrow_l {
	left: 5%;
	border-color: #75171C;
}


/* TABP+SPL */
@media screen and (max-width: 999px) {
    
	#header {
	width: 100%;
	padding: 0 10px;
	}
    #headLogo {
		max-width: 290px;
        width: 45%;
		padding: 20px 0;
    }
	.headBtn01 a {
	font-size: 2.4vw;
	}

    .committeeArea {
        background-color: #F4E7C6;
        padding: 10vw 10%;
        text-align: center;
    }
    .committeeBox {
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        line-height: 1.4;
        padding:1.4em 2em;
        display: inline-block;
        text-align: center;
    }
    .committeeBox:before, .committeeBox:after { 
      content:'';
      width: 60px;
      height: 20vw;
      position: absolute;
      display: inline-block;
    }
    .committeeTxt01 {
        color: #75171C;
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }
    .committeeTxt02 {
        font-size: 2.6vw;
        margin-bottom: 2.4vw;
    }
    .committeeTxt03 {
        font-size: 3.9vw;
    }
    .committeeTxt03 span {
        font-size: 2.8vw;
    }

    .footLogoArea {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 10px;
        max-width: 1400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footLogo01 {
        max-width: 326px;
        width: 40%;
    }
    .footLogo02 {
        max-width: 290px;
        width: 40%;
    }
	
	/* ------------------------------------------------------------------------------
	下層ページ用
	------------------------------------------------------------------------------ */

	.ubrandArea {
		padding: 10% 5%;
		max-height: 500px;
	}
	.ubrandTit01 {
		font-size: 10vw;
	}
	.ubrandTitSubTxt01 {
		font-size: 2.8vw;
	}
	
	.backBtn {
		margin-top: 100px;
		margin-bottom: 40px;
		width: 80%;
	}
	.backBtn a {
		font-size: 3.4vw;
	}
	
	
}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
	#wrap {min-width: 320px;}
	
.pc-only {display: none;}
.sp-only {display: block;}
	
    #header {
	padding: 0 2.5%;
	display: flex;
	height: auto;
}
#headLogo {
	max-width: 290px;
	width: 45%;
	padding: 10px 0;
}
.headBtn01 a {
	line-height: 1em;
	padding: 2.6vw 2vw 2.6vw 2vw;
	font-size:3vw;
	min-width: 110px;
}
.arrow_r {
	width: 8px;
	height: 8px;
}
	
#footer {
	border-top: 13px solid #CB9193;
}
.committeeArea {
	padding: 30px 10%;
}
.committeeBox {
    line-height: 1.4;
    padding:2vw 6vw;
}
.committeeBox:before, .committeeBox:after { 
  content:'';
  width: 8vw;
  height: 20vw;
}
.committeeTxt01 {
	font-size: 5vw;
	margin-bottom: 4vw;
}
.committeeTxt02 {
	font-size: 3.8vw;
	margin-bottom: 2.4vw;
}
.committeeTxt03 {
	font-size: 5.8vw;
}
.committeeTxt03 span {
	font-size: 5vw;
}
.committerrIcon01 {
	width: 5.5vw;
	margin-bottom: -1vw;
	height: auto;
	display: inline-block;
}
.footLogoArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 2.5%;
}
.footLogo01 {
	max-width: 326px;
	width: 55%;
	margin-bottom: 4vw;
}
.footLogo02 {
	max-width: 290px;
	width: 55%;
}

	/* ------------------------------------------------------------------------------
	下層ページ用
	------------------------------------------------------------------------------ */

	.ubrandArea {
		padding: 15% 5%;
	}
	.ubrandTit01 {
		font-size: 12vw;
	}
	.ubrandTitSubTxt01 {
		font-size: 2.8vw;
	}

	.backBtn a {
		font-size: 4.2vw;
		padding: 2.8vw 4vw 2.8vw 10vw;
	}


}/* /SPP */



/* ------------------------------------------------------------------------------
アニメーション
------------------------------------------------------------------------------ */
.fadeIn {
	opacity: 0;
	transition: all 1s ease;
}

.fadeIn.is-show {
	opacity: 1;
}

.fadeIn2 {
	opacity: 0;
	transition: all 1s 1s ease;
}

.fadeIn2.is-show {
	opacity: 1;
}

.fadeInUp {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s ease;
}

.fadeInUp.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInUp {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s ease;
}

.fadeInUp.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInUp2 {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s 0.2s ease;
}

.fadeInUp2.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInUp3 {
	opacity: 0;
	transform: translate(0, 20%);
	transition: all 1s 0.4s ease;
}

.fadeInUp3.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width: 599px) {
	.fadeInUp2 {
		transition-delay: 0s;
	}

	.fadeInUp3 {
		transition-delay: 0s;
	}
}

.fadeInLeft {
	opacity: 0;
	transform: translate(-20%, 0);
	transition: all 1s ease;
}

.fadeInLeft.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInRight {
	opacity: 0;
	transform: translate(20%, 0);
	transition: all 1s ease;
}

.fadeInRight.is-show {
	opacity: 1;
	transform: translate(0, 0);
}

.fadeInRightAbs {
	opacity: 0;
	right: -399px;
	transition: all 1s ease;
}

.fadeInRightAbs.is-show {
	right: 0px;
	opacity: 1;
}



/* 右サイト固定バナー */

	.sidefix{
		list-style: none;
		position: fixed;
		right:0;
		top:110px;
		z-index: 10000;
	}

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

	.sidefix{
		width: 100%;
		right:auto;
		top:auto;
		bottom: 0;
	}

	.sidefix{zoom:1;}
	.sidefix:after{
	  content: ""; 
	  display: block; 
	  clear: both;
	}

}

		.sidefix li{
			width:60px;
			height:150px;
			margin-bottom: 10px;
			background-color: #f60;
		}
		.sidefix li:nth-of-type(2){
			background-color: #36c;
		}
		.sidefix li a{
			display:flex;
			justify-content: center;
			align-items:center;
			width:100%;
			height:100%;
			padding: 0;
			color:#fff;
			font-weight: 700;
			text-decoration: none;
			line-height: 1.3em;
			writing-mode: vertical-rl;
		}

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

		.sidefix li{
			width:50px;
			height:130px;
		}
		.sidefix li a{
			font-size:0.9em;
		}

	}

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

		.sidefix li{
			width:50%;
			height:50px;
			margin: 0;
			padding: 0;
			float: left;
		}
		.sidefix li a{
			writing-mode:horizontal-tb;
		}

	}




/* カウントダウンバナー */

	.countdban{
		clear: both;
		max-width: 1100px;
		width:90%;
		margin:200px auto -100px;
	}

@media screen and (max-width:1400px){
	.countdban{
		margin:180px auto -50px;
	}
}
@media screen and (max-width:999px){
	.countdban{
		margin:180px auto -50px;
	}
}
@media screen and (max-width:599px){
	.countdban{
		max-width: 300px;
		width:70%;
		margin:100px auto -50px;
	}
}


	.countdban{zoom:1;}
	.countdban:after{
	  content: ""; 
	  display: block; 
	  clear: both;
	}


		.countdban li{
			width:calc(100% * (5 / 11));
			list-style: none;
		}

		.countdban li:nth-of-type(1){
			padding-bottom:1%;
			color: #72161c;
			box-shadow:0 0 0 4px #72161c inset;
			background-color: #fff;
			float: left;
		}

		.countdban li:nth-of-type(2){
			padding-bottom:12px;
			background-color: #72161c;
			float: right;
		}

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

		.countdban li{
			width:calc(100% * (4.8 / 10));
		}

		.countdban li:nth-of-type(2){
			padding-bottom:5px;
		}

	}

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

		.countdban li{
			width:100%;
			min-height: 100px;
			padding-top:1px;
			padding-bottom:40%;
		}

		.countdban li:nth-of-type(1){
			float: none;
		}

		.countdban li:nth-of-type(2){
			padding-bottom:10px;
			position: relative;
			top:20px;
			float: none;
		}

	}

		.countdban li:nth-of-type(2) a{
			color:#fff;
			text-decoration: none;
		}


		.countdban li:nth-of-type(1) p{
			font-size:clamp(11px, 1.9vw, 23px);
			font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
			font-weight:700;
			margin: 15px auto 0;
			text-align: center;
			line-height: 1.2em;
			white-space: 0;
		}
		.countdban li:nth-of-type(1) p:nth-of-type(1) span{
			width: 90%;
			display: block;
			text-align: right;
			margin: 0 auto;
		}

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

		.countdban li:nth-of-type(1) p{
			font-size:clamp(10px, 3.0vw, 14px);
			margin: 10px auto 5px;
		}
		
	}

		.countnum{
			margin: -15px 0;
			font-size:clamp(48px, 8.0vw, 100px);
			font-family: "Jost", sans-serif;;
			font-weight:800;
			text-align: center;
			letter-spacing: 0.07em;
		}

	@media screen and (max-width:720px){
		
		.countnum{
			position: relative;
			top:-5px;
		}

	}

	@media screen and (max-width:599px){
		
		.countnum{
			top:5px;
		}

	}

		.countnum span{
			font-size:0.4em;
			font-weight:500;
			letter-spacing: 0;
		}

	@media screen and (max-width:999px){
		
		.countnum span{
			font-size:0.5em;
		}

	}

		.countdban li:nth-of-type(2) p:nth-of-type(1){
			width:88%;
			margin: 15px auto -5px;
			font-size:clamp(14px, 2.7vw, 32px);
			font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
			font-weight:700;
			line-height: 1.0em;
			letter-spacing:0;
		}

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

		.countdban li:nth-of-type(2) p:nth-of-type(1){
			margin: 8px auto -5px;
		}

	}

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

		.countdban li:nth-of-type(2) p:nth-of-type(1){
			margin: 5px auto -2px;
		}

	}

		.amount{
			width:88%;
			margin: 0 auto;
			font-size:clamp(26px, 4.1vw, 48px);
			font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
			font-weight:700;
		}
	
	@media screen and (max-width:599px){

		.amount{
			font-size:30px;
		}

	}

	.amount span{
			font-size:0.9em;
			position: relative;
			top:-1px;
		}

			.amount + p{
				width:90%;
				margin: 0 auto -18px;
				font-size:clamp(12px, 1.6vw, 24px);
				font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
				text-align: right;
				position: relative;
				top:-18px;
			}

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

			.amount + p{
				margin: 0 auto -13px;
				top:-13px;
			}

		}

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

			.amount + p{
				margin: 0 auto -8px;
				top:-8px;
			}

		}


			.amount + p + div{
				width:90%;
				margin: 0 auto -12px;
				font-size:clamp(14px, 1.8vw, 24px);
				font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
				line-height: 1.3em;
				position: relative;
				top:-12px;
			}

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

			.amount + p + div{
				margin: 0 auto -10px;
				top:-15px;
			}

		}

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

			.amount + p + div{
				margin: 0 auto -15px;
				top:-15px;
			}

		}

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

			.amount + p + div{
				margin: 0 auto -3px;
				top:-10px;
			}

		}

			.amount + p + div + div{
				width:90%;
				margin: 0 auto -35px;
				font-size:clamp(8px, 1.3vw, 16px);
				font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
				text-align: right;
				text-decoration: underline;
				line-height: 1.4em;
				position: relative;
				top:-25px;
			}
			.amount + p + div + div br{display: none;}

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

			.amount + p + div + div{
				margin: 0 auto -24px;
				top:-27px;
			}

		}

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

			.amount + p + div + div{
				margin: 0 auto -22px;
				font-size:clamp(8px, 1.0vw, 16px);
				top:-24px;
			}
			.amount + p + div + div br{display: inline;}

		}

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

			.amount + p + div + div{
				margin: 0 auto -20px;
				top:-30px;
			}

		}




			
			
			
			
