@charset "utf-8";

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

/*.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}*/


.app {
	font-family: "Noto Sans Japanese";
	margin-bottom: 0;
	color: #000;
}
.app .sp {
	display: none;
}
.app a {
	transition: all 0.4s;
}
.app a:hover {
	opacity: 0.6;
}
.app .inr {
	max-width: 1100px;
	margin: 0 auto;
}



.pageTop {
	margin: 150px 0 0;
	display: flex;
	justify-content: center;
}
.pageTop img {
	width: 83px;
}
.pageTop a:hover {
	opacity: 0.6;
}


.l-footer {
    margin-top: 0;
}

.app .mainKey {
	position: relative;
	background: url("../img/key_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 2rem 0;
}
.app .bg img {
	width: 100%;
}
.app .mainKey .txt {
	max-width: 1220px;
    position: relative;
    left: -4%;
	margin: 0 auto;
}
.app .mainKey .btns {
	display: flex;
	gap: min(1vw, 10px);
	position: absolute;
	bottom: min(4vw, 40px);
	left: min(calc(50% - 0.5vw),calc(50% - 20px));
}
.app .mainKey .btns .btn-dl {
}
.app .mainKey .btns .btn-dl img {
	width: auto;
	height: min(4.6vw, 57px);
}


.app .campArea {
	position: relative;
    background: url(../img/camp_pc_money.png) no-repeat top left 53%, url(../img/camp_pc_bg.jpg) no-repeat center;
    background-size: auto 100%, cover;
    padding: 50px 20px 60px;
}
.app .campArea .txt {
	max-width: 880px;
	margin: 0 auto 40px;
}
.app .campArea .txtBox {
	max-width: 1040px;
	margin: 0 auto;
    /*position: absolute;
	bottom: 2.5vw;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;*/
}
.app .campArea .kome {
    text-indent: min(-1.45vw, -19px);
	margin-left: min(1.45vw, 19px);
}
.app .campArea .kome li {
	font-size: min(1.4vw, 18px);
	font-weight: 500;
	line-height: 1.67;
}
.app .campArea .kome li:before {
	content: "※";
}
.app .campArea .link {
	font-size: min(1.4vw, 18px);
	font-weight: 500;
	line-height: 1.8;
}


.app .noticeArea {
	background: #d2f0be;
	padding: 60px 0;
	margin-bottom: 60px;
}
.app .noticeArea .noticeTit {
	font-size: 41px;
	text-align: center;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 40px;
}
.app .noticeArea .btn_cta {
	max-width: 600px;
	margin: 0 auto 40px;
}
.app .noticeArea .ruleBox {
	
}
.app .noticeArea .ruleTit {
	font-size: 37px;
	text-align: center;
	line-height: 1.6;
	font-weight: 700;
	border-bottom: solid 1px #000000;
	margin-bottom: 30px;
	padding: 0 0 20px;
}
.app .noticeArea .ruleBox ul {
    text-indent: -1em;
	margin-left: 1em;
}
.app .noticeArea .ruleBox li {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
}
.app .noticeArea .ruleBox li:before {
	content: "・";
}


.app .bg_yellow {
	background-color: #fffacc;
}
.app .menuArea {
	padding: 40px 0;
}
.app .secTit {
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
	margin-bottom: 30px;
	font-weight: bold;
}
.app .ancBox {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 60px;
}
.app .ancBox > div {
	max-width: 350px;
	width: 28%;
	max-height: 150px;
	height: auto;
	background: #fff;
	aspect-ratio: 350 / 150;
}
.app .ancBox > div a {
	color: #fff;
	font-size: min(2.3vw,30px);
	font-weight: bold;
	line-height: 1;
	flex: 1;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.app .ancBox > div:nth-child(1) a {
	background-color: #00825a;
}
.app .ancBox > div:nth-child(2) a {
	background-color: #00b400;
}
.app .ancBox > div:nth-child(3) a {
	background-color: #50a000;
}
.app .fukiTit {
	color: #00825a;
	font-size: 56px;
	text-align: center;
	font-weight: 900;
	position: relative;
	line-height: 1.6;
	display: table;
	margin: 0 auto 50px;
}
.app .fukiTit:before {
	content: "";
	background: url("../img/deco_fuki_left_dgreen.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 65px;
	position: absolute;
	top: 10px;
	left: -75px;
}
.app .fukiTit:after {
	content: "";
	background: url("../img/deco_fuki_right_dgreen.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 65px;
	position: absolute;
	top: 10px;
	right: -70px;
}
.app .rowBox {
	background: #fff;
	min-height: 400px;
	border-radius: 30px;
	max-width: 1200px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.app .rowBox:last-child {
	margin: 0 auto 50px;
}
.app .rowBox .txtBox {
	padding: 60px 40px;
	flex: 1;
}
.app .rowBox .radiTit {
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	max-width: 470px;
	background: #00825a;
	border-radius: 30px;
	padding: 10px;
	margin-bottom: 30px;
	width: 96%;
}
.app .rowBox p {
	font-size: 38px;
	line-height: 1.6;
	font-weight: bold;
}
.app .rowBox .ill {
	position: absolute;
	bottom: -15px;
	right: 50px;
}
.app .rowBox .ill img {
	width: 560px;
}
.app .rowBox:nth-child(3) .ill img {
	width: 580px;
}
.app .txtSum {
	text-align: center;
	font-size: 35px;
	line-height: 1.6;
	color: #00825a;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}
.app .txtSum span {
	font-size: 53px;
}


.app .howArea .fukiTit {
	color: #00b400;
}
.app .howArea .fukiTit:before {
	background: url("../img/deco_fuki_left_green.png") no-repeat;
	background-size: 100%;
}
.app .howArea .fukiTit:after {
	background: url("../img/deco_fuki_right_green.png") no-repeat;
	background-size: 100%;
}
.app .tabBox {
	max-width: 1200px;
	margin: 0 auto;
}
.app .tabBox .tab-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}
.app .tabBox .tab {
	max-width: 390px;
	width: 28%;
	flex: 1;
	max-height: 150px;
	height: auto;
	aspect-ratio: 390 / 150;
	border-radius: 10px 10px 0 0;
	background: #b3b3b3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.app .tabBox .tab.active {
	background: #00b400;
}
.app .tabBox .tab span {
	color: #fff;
	font-size: min(2.3vw,30px);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.app .tabBox .content {
    display: none;
	background: #fff;
	border-radius: 30px;
	padding: 50px 100px;
}
.app .tabBox .content.show {
    display: block;
}
.app .tabBox .flowBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.app .tabBox .itemBox {
	position: relative;
}
.app .tabBox .itemBox:before {
	content: "";
	background: url("../img/icon_arrow.png") no-repeat;
	background-size: 100%;
	width: 67px;
	height: 66px;
	position: absolute;
	top: 55%;
	right: -120px;
	transform: translateY(-50%);
}
.app .tabBox .itemBox:nth-child(2):before {
	right: -60px;
}
.app .tabBox .itemBox:last-child:before {
	content: none;
}
.app .tabBox .itemBox:last-child {
	display: flex;
	align-items: center;
}
.app .tabBox .numBox {
    display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}
.app .tabBox .num {
	width: 42px;
}
.app .tabBox .numBox .tit {
    font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	letter-spacing: -0.05em;
}
.app .tabBox .figure {
    text-align: center;
	margin-bottom: 20px;
}
.app .tabBox .figure img {
    max-width: 265px;
}
.app .tabBox p {
    font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.app .tabBox .itemBox.two {
	display: flex;
	align-items: center;
}
.app .tabBox .itemBox.two:before {
	content: none;
}
.app .tabBox .itemBox .flex {
    display: flex;
}
.app .tabBox .itemBox .leftBox {
    width: 310px;
}
.app .tabBox .itemBox .leftBox p {
    text-align: left;
}
.app .tabBox .itemBox .rightBox {
    margin: 70px 0 0;
}
.app .tabBox .content:last-child .flowBox {
    justify-content: flex-start;
}
.app .tabBox .content:last-child .itemBox:nth-child(1),
.app .tabBox .content:last-child .itemBox:nth-child(3) {
    margin: 0 160px 0 0;
}
.app .tabBox .content:last-child .itemBox:before {
    right: -130px;
}



.app .dlArea {
	padding: 100px 0;
}
.app .dlArea .iconApp {
	width: 144px;
	margin: 0 auto 20px;
}
.app .dlArea .catch {
	text-align: center;
	font-size: 48px;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: bold;
}
.app .dlArea .btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 50px;
}
.app .dlArea .btns > div {
	width: 162px;
}
.app .dlArea .btns > div:last-child {
	width: 202px;
}
.app .dlArea .kome {
	max-width: 580px;
	margin: 0 auto;
}
.app .dlArea .kome li {
	font-size: 15px;
	font-weight: 500;
}
.app .dlArea .kome li:before {
	content: "※";
}

.app .fixBan {
	position: fixed;
	top: 250px;
	right: 0;
	width: 124px;
	z-index: 10;
}


/*@media only screen and (max-width: 1199.97px) {
.app .tb {
	display: block;
}
}*/


@media all and (max-width: 1199.97px) {
	
.app {
	font-family: "Noto Sans Japanese";
	margin-bottom: 0;
}
.app .pc {
	display: none;
}
.app .tb {
	display: none;
}
.app .sp {
	display: block;
}
.app .inr {
	max-width: 90%;
	margin: 0 auto;
}

.pageTop {
	margin: 80px 0 0;
	display: flex;
	justify-content: center;
}
.pageTop img {
	width: 40px;
}	
	
	
.app .mainKey {
	padding: 0;
}
.app .mainKey .btns {
    width: 100%;
    justify-content: center;
	gap: 1vw;
	position: absolute;
	bottom: 4vw;
	left: 50%;
	transform: translateX(-50%);
}
.app .mainKey .btns .btn-dl {
}
.app .mainKey .btns .btn-dl img {
	width: auto;
	height: 11vw;
}


.app .campArea {
	position: relative;
	background: url("../img/camp_sp_money.png") no-repeat top -20px left, url("../img/camp_sp_bg.jpg") no-repeat center;
	background-size: 110% auto, auto 100%;
	padding: 60px 1.5rem;
}
.app .campArea .txt {
	width: 85%;
	margin: 0 auto 30px;
}
.app .campArea .txtBox {
    width: 94%;
    display: flex;
    justify-content: center;
}
.app .campArea .kome {
    text-indent: -2.2vw;
    margin-left: 2.2vw;
}
.app .campArea .kome li {
	font-size: 2.2vw;
	line-height: 1.67;
}
.app .campArea .link {
	font-size: 2.2vw;
	font-weight: 500;
	line-height: 1.8;
}


.app .noticeArea {
	padding: 40px 0;
	margin-bottom: 30px;
}
.app .noticeArea .noticeTit {
	font-size: 30px;
	margin-bottom: 20px;
}
.app .noticeArea .btn_cta {
	max-width: 600px;
	margin: 0 auto 40px;
}
.app .noticeArea .ruleBox {
	
}
.app .noticeArea .ruleTit {
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0 0 5px;
}
.app .noticeArea .ruleBox ul {
    text-indent: -2.2vw;
	margin-left: 2.2vw;
}
.app .noticeArea .ruleBox li {
	font-size: 2.2vw;
	line-height: 1.6;
}


.app .menuArea {
	padding: 30px 4%;
}
.app .secTit {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: bold;
}
.app .ancBox {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}
.app .ancBox > div {
	width: 32%;
	max-height: 110px;
	aspect-ratio: 220 / 110;
}
.app .ancBox > div a {
	font-size: 18px;
}
.app .fukiTit {
	font-size: 30px;
	margin: 0 auto 20px;
}
.app .fukiTit:before {
	width: 27px;
	height: 33px;
	top: 9px;
	left: -40px;
}
.app .fukiTit:after {
	width: 27px;
	height: 33px;
	top: 9px;
	right: -35px;
}
.app .rowBox {
	min-height: inherit;
	border-radius: 20px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
}
.app .rowBox:last-child {
	margin: 0 auto 30px;
}
.app .rowBox .txtBox {
	padding: 25px 35px 10px;
}
.app .rowBox .radiTit {
	font-size: 20px;
	border-radius: 20px;
	padding: 7px 10px;
	margin-bottom: 30px;
	width: 100%;
	max-width: 100%;
}
.app .rowBox p {
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
}
.app .rowBox .ill {
	position: static;
	text-align: center;
}
.app .rowBox .ill img {
	width: 88%;
	margin: 0 0 -9px;
}
.app .rowBox:nth-child(3) .ill img {
	width: 88%;
}
.app .txtSum {
	font-size: 26px;
	line-height: 1.7;
	letter-spacing: normal;
	margin-bottom: 30px;
}
.app .txtSum span {
	font-size: 36px;
	line-height: 1.4;
}

.app .tabBox {
	margin: 0 auto;
}
.app .tabBox .tab-container {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-bottom: 10px;
}
.app .tabBox .tab {
	max-width: 390px;
	width: 28%;
	flex: 1;
	max-height: 150px;
	height: auto;
	aspect-ratio: 390 / 150;
	border-radius: 10px 10px 0 0;
	background: #b3b3b3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.app .tabBox .tab span {
	font-size: min(2.3vw,30px);
}
.app .tabBox .content {
	border-radius: 20px;
	padding: 30px 30px 20px;
}
.app .tabBox .flowBox {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.app .tabBox .itemBox {
	position: relative;
}
.app .tabBox .itemBox:before {
	content: none;
}
.app .tabBox .itemBox:last-child {
	display: flex;
	align-items: center;
}
.app .tabBox .numBox {
    display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}
.app .tabBox .num {
	width: 30px;
	display: flex;
}
.app .tabBox .numBox .tit {
    font-size: 24px;
	letter-spacing: -0.05em;
}
.app .tabBox .figure {
	margin-bottom: 10px;
}
.app .tabBox .figure img {
}
.app .tabBox p {
    font-size: 20px;
	line-height: 1.4;
}
.app .tabBox .itemBox.two {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.app .tabBox .itemBox.two:before {
	content: none;
}
.app .tabBox .itemBox .flex {
    gap: 3%;
}
.app .tabBox .itemBox .leftBox {
    width: 49%;
}
.app .tabBox .itemBox .leftBox p {
    text-align: left;
}
.app .tabBox .itemBox .rightBox {
    margin: 0;
	width: 49%;
}
.app .tabBox .itemBox.two .figure img {
    width: 100%;
}
.app .tabBox .content:last-child .flowBox {
    justify-content: flex-start;
}
.app .tabBox .content:last-child .itemBox:nth-child(1), .app .tabBox .content:last-child .itemBox:nth-child(3) {
    margin: 0;
}


.app .dlArea {
	padding: 50px 0;
}
.app .dlArea .iconApp {
	width: 160px;
	margin: 0 auto 15px;
}
.app .dlArea .catch {
	font-size: 26px;
	margin-bottom: 20px;
}
.app .dlArea .btns {
	gap: 10px;
	margin-bottom: 30px;
}
.app .dlArea .btns > div {
	width: 210px;
}
.app .dlArea .btns > div:last-child {
	width: 236px;
}
.app .dlArea .kome {
	width: 84%;
	margin: 0 auto;
}
.app .dlArea .kome li {
	font-size: 18px;
	font-weight: 500;
}

.app .fixBan {
	position: fixed;
	top: 250px;
	right: 0;
	width: 100px;
	z-index: 10;
}		
}


@media all and (max-width: 767.97px) {
	
	
.app .mainKey {
	padding: 0;
}
.app .mainKey .btns {
    width: 100%;
    justify-content: center;
	gap: 1vw;
	position: absolute;
	bottom: 4vw;
	left: 50%;
	transform: translateX(-50%);
}
.app .mainKey .btns .btn-dl {
}
.app .mainKey .btns .btn-dl img {
	width: auto;
	height: 11vw;
}


.app .campArea {
	position: relative;
	background: url("../img/camp_sp_money.png") no-repeat top -20px left, url("../img/camp_sp_bg.jpg") no-repeat center;
	background-size: 110% auto, auto 100%;
	padding: 20px 15px;
}
.app .campArea .txt {
	width: 85%;
	margin: 0 auto 20px;
}
.app .campArea .txtBox {
    width: 94%;
    display: flex;
    justify-content: center;
}
.app .campArea .kome {
    text-indent: -12px;
    margin-left: 12px;
}
.app .campArea .kome li {
	font-size: 12px;
	line-height: 1.67;
}
.app .campArea .link {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
}


.app .noticeArea {
	padding: 40px 0;
	margin-bottom: 30px;
}
.app .noticeArea .noticeTit {
	font-size: 18px;
	margin-bottom: 20px;
}
.app .noticeArea .btn_cta {
	max-width: 600px;
	margin: 0 auto 20px;
}
.app .noticeArea .ruleBox {
	
}
.app .noticeArea .ruleTit {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 0 5px;
}
.app .noticeArea .ruleBox ul {
    text-indent: -12px;
	margin-left: 12px;
}
.app .noticeArea .ruleBox li {
	font-size: 12px;
	line-height: 1.6;
}


.app .menuArea {
	padding: 30px 4%;
}
.app .secTit {
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: bold;
}
.app .ancBox {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}
.app .ancBox > div {
	width: 32%;
	max-height: 110px;
	aspect-ratio: 220 / 110;
}
.app .ancBox > div a {
	font-size: 13px;
}
.app .fukiTit {
	font-size: 20px;
	margin: 0 auto 20px;
}
.app .fukiTit:before {
	width: 17px;
	height: 23px;
	top: 5px;
	left: -25px;
}
.app .fukiTit:after {
	width: 17px;
	height: 23px;
	top: 5px;
	right: -20px;
}
.app .rowBox {
	min-height: inherit;
	border-radius: 20px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
}
.app .rowBox:last-child {
	margin: 0 auto 30px;
}
.app .rowBox .txtBox {
	padding: 25px 35px 10px;
}
.app .rowBox .radiTit {
	font-size: 15px;
	border-radius: 20px;
	padding: 7px 10px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
}
.app .rowBox p {
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}
.app .rowBox .ill {
	position: static;
	text-align: center;
}
.app .rowBox .ill img {
	width: 88%;
	margin: 0 0 -9px;
}
.app .rowBox:nth-child(3) .ill img {
	width: 88%;
}
.app .txtSum {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: normal;
	margin-bottom: 30px;
}
.app .txtSum span {
	font-size: 26px;
	line-height: 1.4;
}

.app .tabBox {
	margin: 0 auto;
}
.app .tabBox .tab-container {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-bottom: 10px;
}
.app .tabBox .tab {
	max-width: 390px;
	width: 28%;
	flex: 1;
	max-height: 150px;
	height: auto;
	aspect-ratio: 390 / 150;
	border-radius: 10px 10px 0 0;
	background: #b3b3b3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.app .tabBox .tab span {
	font-size: min(2.3vw,30px);
}
.app .tabBox .content {
	border-radius: 20px;
	padding: 30px 30px 20px;
}
.app .tabBox .flowBox {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.app .tabBox .itemBox {
	position: relative;
}
.app .tabBox .itemBox:before {
	content: none;
}
.app .tabBox .itemBox:last-child {
	display: flex;
	align-items: center;
}
.app .tabBox .numBox {
    display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.app .tabBox .num {
	width: 20px;
	display: flex;
}
.app .tabBox .numBox .tit {
    font-size: 18px;
	letter-spacing: -0.05em;
}
.app .tabBox .figure {
	margin-bottom: 10px;
}
.app .tabBox .figure img {
}
.app .tabBox p {
    font-size: 14px;
	line-height: 1.4;
}
.app .tabBox .itemBox.two {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.app .tabBox .itemBox.two:before {
	content: none;
}
.app .tabBox .itemBox .flex {
    gap: 3%;
}
.app .tabBox .itemBox .leftBox {
    width: 49%;
}
.app .tabBox .itemBox .leftBox p {
    text-align: left;
}
.app .tabBox .itemBox .rightBox {
    margin: 0;
	width: 49%;
}
.app .tabBox .itemBox.two .figure img {
    width: 100%;
}
.app .tabBox .content:last-child .flowBox {
    justify-content: flex-start;
}
.app .tabBox .content:last-child .itemBox:nth-child(1), .app .tabBox .content:last-child .itemBox:nth-child(3) {
    margin: 0;
}


.app .dlArea {
	padding: 50px 0;
}
.app .dlArea .iconApp {
	width: 80px;
	margin: 0 auto 15px;
}
.app .dlArea .catch {
	font-size: 26px;
	margin-bottom: 20px;
}
.app .dlArea .btns {
	gap: 10px;
	margin-bottom: 30px;
}
.app .dlArea .btns > div {
	width: 110px;
}
.app .dlArea .btns > div:last-child {
	width: 136px;
}
.app .dlArea .kome {
	width: 84%;
	margin: 0 auto;
}
.app .dlArea .kome li {
	font-size: 12px;
	font-weight: 500;
}

.app .fixBan {
	position: fixed;
	top: 250px;
	right: 0;
	width: 50px;
	z-index: 10;
}		
	
	
	
 .app .tabBox .figure img {
    max-width: 60%;
}
.app .tabBox .content:last-child .itemBox:nth-child(1), .app .tabBox .content:last-child .itemBox:nth-child(3) {
    margin: 0;
}

}