@charset "utf-8";
/* main
-----------------*/
main {
	font-family: "UD新ゴ R", "UD Shin Go Regular";
}
.inner {
	max-width: 73rem;
	margin: 0 auto;
}
.mv {
	text-align: center;
}
h2 {
	margin: 6.5rem auto 0;
	font-size: 3.6rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
	line-height: 1.5;
}
.ttl {
	text-align: center;
}
h3 {
	display: inline-block;
	font-size: 3.6rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	color: #ff001e;
    background: linear-gradient(transparent 60%, #ffff3c 0%);
}
h4 {
	margin-top: 5.5rem;
	font-size: 2.4rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
	color: #fff;
	background: #005498;
	border-radius: 2rem;
	padding: 1rem;
}
.box {
	margin-top: 3.5rem;
	line-height: 1.5;
}
.day {
	font-size: 2.8rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
}
.box.note {
	font-size: 2rem;
}
.box.note .red {
	color: #ff001e;
}
.box.note .bold {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
}
.campaign ul {
	margin-top: 4.5rem;
}
.campaign ul li {
	font-size: 2rem;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.inner {
		max-width: 100%;
		padding: 0 3rem;
	}
	h2 {
		margin: 7.5rem auto 0;
		font-size: 3.8rem;
	}
	.ttl {
		margin-top: 3rem;
	}
	h3 {
		font-size: 4.5rem;
	}
	h4 {
		margin-top: 8.5rem;
		font-size: 3.8rem;
		padding: 1.5rem;
	}
	.day {
		font-size: 3.3rem;
	}
	.box.note {
		font-size: 3rem;
	}
	.box.note .red {
		color: #ff001e;
	}
	.campaign ul {
		margin-top: 7rem;
	}
	.campaign ul li {
		font-size: 3rem;
	}
}
/*=====app=====*/
.app {
	margin-top: 4rem;
	padding: 8.5rem 0 6.5rem;
	background-color: #eb4605;
}
.app h3 {
	display: inline-block;
	font-size: 3.6rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	color: #fff;
	background: none;
	padding: 0 5rem;
	position: relative;
	margin-bottom: 4rem;
}
.app h3:before,
.app h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 5rem;
	height: 0.3rem;
	background-color: #fff;
}
.app h3:before {
	left: -1rem;
}
.app h3:after {
	right: 0;
}
.app .box {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	background-color: #fff;
	text-align: center;
	border-radius: 2rem;
    padding: 3.5rem;
    line-height: 1.5;
}
.app .box.icn {
	position: relative;
}
.app .box.icn::before {
	content: '';
	width: 8.7rem;
	height: 8.7rem;
	background-image: url("/base/neobank/campaign/sugotsumi/20230315/img/icn_251015.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1rem;
	left: 14rem;
}
.app .arrow {
	max-width: 10rem;
	margin: 2rem auto 0;
}
.app .box.df {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
.app .box.df .ttl02 {
	max-width: 17.15rem;
}
.app .box.df .txt {
	max-width: 14.5rem;
	margin-top: 1rem;
	margin-left: 0.5rem;
}
.app .box.df .txt.bg {
	max-width: 15rem;
	background: #fff11d;
	padding: 0 1.5rem;
}
.app .btn {
	max-width: 49.3rem;
	margin: 8rem auto 0;
	font-size: 2.7rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
	background-color: #ff001e;
	border-radius: 6rem;
}
.app .btn a {
	display: block;
	max-width: 49.3rem;
	padding: 2rem;
	color: #fff;
	position: relative;
}
.app .btn a::after {
	content: '';
	width: 4.5rem;
	height: 4.5rem;
	background-image: url("/base/neobank/campaign/sugotsumi/20230315/img/arrow02.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	right: 1rem;
}
.app .sub {
	margin-top: 4rem;
	font-size: 2rem;
	text-align: center;
	color: #fff;
}
.app .sub a {
	color: #0033cc;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.app {
		margin-top: 7rem;
		padding: 8rem 0 7rem;
	}
	.app h3 {
		margin-bottom: 5rem;
	}
	.app .box {
		margin-top: 3rem;
		font-size: 3.2rem;
		line-height: 1.5;
	}
	.app .box.icn {
		text-align: left;
		padding-left: 29.5rem;
	}
	.app .box.icn::before {
		width: 14.6rem;
		height: 14.6rem;
		top: 1rem;
		left: 12rem;
	}
	.app .arrow {
		max-width: 12.1rem;
		margin: 3rem auto 0;
	}
	.app .box.df {
		padding: 3rem;
	}
	.app .box.df .ttl02 {
		max-width: 21.3rem;
	}
	.app .box.df .txt {
		max-width: 20.5rem;
		margin-top: 1rem;
		margin-left: 0.5rem;
	}
	.app .box.df .txt.bg {
		max-width: 19rem;
		padding: 0 1rem;
	}
	.app .btn {
		max-width: 67rem;
		font-size: 3.8rem;
	}
	.app .btn a {
		max-width: 67rem;
		padding: 3.5rem;
	}
	.app .btn a::after {
		width: 6.3rem;
		height: 6.2rem;
		top: 20%;
		right: 2rem;
	}
	.app .sub {
		margin-top: 8rem;
		font-size: 3rem;
	}
}
/*=====notice=====*/
.notice {
	margin-top: 9.5rem;
	font-size: 2rem;
	font-feature-settings: "palt";
	line-height: 1.5;
}
.notice dt, .notice dd span {
	color: #ff001e;
}
.notice dd a {
	color: #0033cc;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.notice {
		max-width: 67rem;
		font-size: 3rem;
	}
	.notice.inner {
		padding: 0;
	}
}
/* summary */
.summary {
	margin-top: 9.5rem;
	background: #ededed;
	padding: 2rem;
	font-family: sans-serif;
	line-height: 1.5;
}
.summary dt {
	font-size: 16px;
	font-weight: bold;
}
.summary dd {
	margin-top: 1rem;
	font-size: 12px;
}
.summary dd a {
	color: #0033cc;
	text-decoration: underline;
	margin-right: 1rem;
}
@media (max-width: 768px) {
	.summary {
		max-width: 100%;
		padding: 2rem;
	}
	.summary dt {
		font-size: 13px;
	}
	.summary dd {
		margin-top: 1rem;
		font-size: 11px;
	}
	.summary.inner {
		padding: 0;
	}
}

/*=====fixingBannerArea=====ー*/
.fixingBannerArea {
	cursor: pointer;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem 0;
	text-align: center;
	color: #000;
	background: #e6e6e6;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.5rem;
}
.fixingBannerArea.off {
	display: none;
}
.fixingBannerArea .close {
	position: absolute;
	top: -1.4rem;
	right: 0.8rem;
	width: 4rem;
	height: 3rem;
	z-index: 2;
}
.fixingBannerArea .close span {
	position: absolute;
	top: 1.4rem;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}
.fixingBannerArea .close span:first-child {
	transform: rotate(45deg);
}
.fixingBannerArea .close span:last-child {
	transform: rotate(-45deg);
}
.fixingBannerArea .text {
	width: 27rem;
	font-size: 1.8rem;
}
.fixingBannerArea .banners {
	width: 62rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.5rem;
}
.fixingBannerArea .banners li {
	width: 30rem;
}
.fixingBannerArea .banners li a {
	display: block;
	padding: 1.8rem 0;
	border-radius: 0.8rem;
	color: #fff;
	background: #a13840;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
}
.fixingBannerArea .banners li.sp {
	display: none;
}
.fixingBannerArea .banners li a:hover {
	opacity: .7;
}
.fixingBannerArea .banners li:last-child a {
	background: #1d8296;
}
@media (max-width: 768px) {
	.fixingBannerArea {
		padding: 2.5rem 0;
		flex-direction: column;
		gap: 1rem 0;
	}
	.fixingBannerArea .close {
		width: 7rem;
		height: 6rem;
		right: 0.3rem;
	}
	.fixingBannerArea .text {
		width: 100%;
		font-size: 2.7rem;
	}
	.fixingBannerArea .banners {
		margin-top: 0.5rem;
		width: 94%;
		display: flex;
		justify-content: space-between;
		gap: 0 1.5rem;
	}
	.fixingBannerArea .banners li {
		width: 34rem;
	}
	.fixingBannerArea .banners li a {
		display: block;
		padding: 1.7rem 0;
		border-radius: 1.5rem;
		font-size: 2.3rem;
		font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
		line-height: 1.3;
	}
	.fixingBannerArea .banners li.sp {
		display: block;
	}
	.fixingBannerArea .banners li.pc {
		display: none;
	}
}
/*=====modal=====*/
.modalArea {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 10000;
}
.modalArea .wrapper {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #000;
	background: #fff;
	padding: 5rem 5rem 6rem;
	transform: translate(-50%, -50%);
}
.modalArea .wrapper.wrap {
	box-sizing: border-box;
	margin: auto;
	width: 94%;
	max-width: 100rem;
}
.modalArea .wrapper .btnClose {
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 3rem;
	z-index: 2;
}
.modalArea .wrapper .btnClose span {
	position: absolute;
	top: 1.4rem;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: #ff0000;
}
.modalArea .wrapper .btnClose span:first-child {
	transform: rotate(45deg);
}
.modalArea .wrapper .btnClose span:last-child {
	transform: rotate(-45deg);
}
.modalArea .wrapper .iconArea {
	position: relative;
	margin-bottom: 50px;
	padding-left: 145px;
}
.modalArea .wrapper .iconArea .icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 125px;
	transform: translateY(-50%);
}
.modalArea .wrapper .iconArea dt {
	padding-bottom: 0.5rem;
	line-height: 1.4;
	font-size: 2.1rem;
	font-weight: bold;
	color: #e60000;
}
.modalArea .wrapper .iconArea dd {
	line-height: 1.7;
	font-size: 1.4rem;
  }
  .modalArea .wrapper .flows {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 47%;
}
.modalArea .wrapper .flows .text {
	line-height: 1.7;
	font-size: 1.5rem;
}
.modalArea .wrapper .flows .text + .text {
	padding-top: 0.5rem;
}
.modalArea .wrapper .flows .text .annotation {
	display: block;
	font-size: 80%;
}
.modalArea .wrapper .flows .text.colorRed {
	color: #e60000;
}
.modalArea .wrapper .flows .image {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modalArea .wrapper .flows .image p:first-child {
	width: 35%;
}
.modalArea .wrapper .flows .image p:last-child {
	margin: 2rem;
	width: 54%;
}
.modalArea .wrapper .flow01:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -7%;
	width: 0.1rem;
	background: #231815;
}
.modalArea .wrapper .flow02 {
	float: right;
}
.modalArea .wrapper .flow02 .banners {
	padding: 3rem 0 1rem;
}
.modalArea .wrapper .flow02 .banners li {
	display: inline-block;
}
.modalArea .wrapper .flow02 .banners li:not(:last-child) {
	padding-right: 1rem;
}
.modalArea .wrapper .flow02 .banners li img {
	width: auto;
	height: 4rem;
}
.modalArea .wrapper .flow02 .text03 {
	padding-bottom: 1.5rem;
}
.modalArea .wrapper .flow02 .text03 .colorRed {
	color: #e60000;
}
