/* wrapper */
.g-special-wrapper{
	width: 90%;
	margin: 0 auto;
}
.g-special-wrapper--splg{
	width: 97%;
}
.g-shinsei-gray-wrap{
	background: #F3F4F5;
	padding: 63px 0 75px;
}
.g-shinsei-gray-inner{
	max-width: 95%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.g-special-wrapper{
		width: 74%;
	}
	.g-shinsei-gray-wrap {
		padding-top: 87px;
		padding-bottom: 131px;
	}
	.g-shinsei-gray-inner{
		max-width: 1020px;
		margin: 0 auto;
		padding: 0 10px;
	}
}
.page_banner.NARROW_SIZE {
	display: none;
}
table td{
	min-width: 25px;
}

/* .g-shinsei-mv */
.g-shinsei-mv{
	margin-top: 0px;
	margin-bottom: 0;
	background: linear-gradient(135deg,#F4FDFA 50%,#F2FAFC 50%);
}
.g-shinsei-mv img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

/* .g-shinsei-struct*/
.g-shinsei-struct{
	margin: 120px auto 96px;
}
.g-shinsei-struct__main{
	width: 100%;
}
.g-shinsei-struct__image{
	border-radius: 12px;
	overflow: hidden;
	width: 72%;
	margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
	.g-shinsei-struct {
		margin: 78px auto 147px;
	}
	.g-shinsei-struct__content{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}
	.g-shinsei-struct__main{
		width: 60%;
	}
	.g-shinsei-struct__image{
		width: 34%;
		min-width: 270px;
		margin: 0;
	}
}

/*.g-shinsei-schedule__table*/
.g-shinsei-schedule__table{
	border-top: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
	text-align: center;
	width: 100%;
	margin: 29px auto 62px;
}
.g-shinsei-schedule__table tr{
	border-bottom: 1px solid #B1B1B1;
}
.g-shinsei-schedule__table th{
	background: #8F8F8F;
	border-right: 1px solid #B1B1B1;
	color: #FFFFFF;
	padding: 4px;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
}
.g-shinsei-schedule__table tr:nth-child(even) td{
	background: #D8D8D8;
}
.g-shinsei-schedule__table td{
	border-right: 1px solid #B1B1B1;
	padding: 6px 2px 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	min-width: 22px;
}
.g-shinsei-schedule__table tr td:first-of-type{
	writing-mode: vertical-rl;
	text-orientation: upright;
}
@media screen and (min-width: 768px) {
	.g-shinsei-schedule__table{
		margin: 20px auto 40px;
	}
	.g-shinsei-schedule__table th{
		padding: 8px 4px;
		font-size: 18px;
		letter-spacing: .06em;
		line-height: 1.33;
	}
	.g-shinsei-schedule__table td{
		padding: 10px 4px 10px;
		font-size: 18px;
		letter-spacing: .06em;
		line-height: 1.33;
	}
	.g-shinsei-schedule__table tr td:first-of-type{
		writing-mode: inherit;
		width: 8%;
	}
	.g-shinsei-schedule__table td:nth-of-type(2){
		width: 19%;
	}
	.g-shinsei-schedule__table td:nth-of-type(4){
		width: 21.7%;
	}
	.g-shinsei-schedule__table td:nth-of-type(5){
		width: 20.2%;
	}
}

/* .g-shinsei-notice */
.g-shinsei-notice{
	margin-top: 40px
}
.g-shinsei-notice__heading{
	margin-bottom: 10px;
	font-size: 17px;
	letter-spacing: .06em;
	line-height: 1.5;
	font-weight: 900;
}
.g-shinsei-notice__text{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.g-shinsei-notice__heading{
		font-size: 25px;
	}
	.g-shinsei-notice__text{
		font-size: 18px;
		letter-spacing: .06em;
		line-height: 1.77;
	}
}

/* .g-btnarea*/
.g-btnarea {
	margin: 50px 0;
}
.g-btnarea--bottom{
	margin: 0 0 110px;
}
.g-cont_inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
.g-btnflex {
	display: flex;
	justify-content: space-between;
	padding: 55px 70px;
	border-radius: 10px;
	box-shadow: 0 0 10px #0781604D;
}
.g-btnflex--center{
	justify-content: center;
	margin-bottom: 27px;
}
.g-btnflex div {
	width: 46%;
}
.g-btnflex a {
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	height: 70px;
	text-align: center;
	border-radius: 40px;
}
.g-btnflex .campaign-btn-red {
	background: #FA304E;
}
.g-btnflex .campaign-btn-blue {
	background: #1550AC;
}
.g-btnflex p {
	color: #000;
	font-size: 14px;
	margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
	.g-btnarea {
		margin: 30px 0;
	}
	.g-btnarea--bottom {
		margin: 20px 0 80px;
	}
	.g-cont_inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.g-btnflex {
		display: block;
		margin: 0 auto;
		padding: 30px 15px;
	}
	.g-btnflex--center {
		margin-bottom: 28px;
	}
	.g-btnflex div {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	.g-btnflex div:last-child {
		margin-top: 28px;
	}
	.g-btnflex a {
		font-size: 14px;
		height: 60px;
	}
	.g-btnflex p {
		font-size: 12px;
		margin-top: 10px;
	}
}

/* .g-cont01*/
.g-cont01 {
	background: url("../images/bg_sbishinsei_XRP_PC.png") no-repeat scroll top center / 100%;
	color: #000;
	padding: 100px 0 110px;
}
.g-cont01 img{
	width: 100%;
}
.g-ttl {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: .06em;
	text-align: center;
}
.g-ttl span {
	position: relative;
	display: inline-block;
	z-index: 0;
}
.g-ttl span::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	width: calc(100% + 20px);
	height: 19px;
	background: linear-gradient(90deg, #FFA25D, #54B2E3,#C500DE);
	opacity: 0.4;
	z-index: -1;
}
.g-txt01 {
	font-weight: 900;
	text-align: left;
	font-size: 18px;
	margin-top: 27px;
}
.g-txt01--center{
	text-align: center;
	margin: 60px 0;
}
.g-cotable {
	margin-top: -4px;
	width: 100%;
	border-radius: 15px;
}
.g-cotable tr:not(:last-of-type) {
	border-bottom: 2px solid #EAF5F4;
}
.g-cotable td {
	font-size: 16px;
	font-weight: 500;
	padding: 19px 22px;
	background: #fff;
}
.g-cotable td:first-child {
	width: 25%;
	text-align: center;
	border-right: 2px solid #DBE9EB;
}
.g-cotable td a{
	color: #000000;
}
.g-cotable tr:nth-child(even) td {
	background: #F2FAF8;
}
.g-bor {
	border: 2px solid #7FB9C1;
	border-radius: 10px;
	margin-bottom: 110px;
	overflow: hidden;
	box-shadow: 0 0 10px #0781604D;;
}
.g-wbox {
	padding: 5% 4% 4.5%;
	background: #fff;
	border-radius: 10px;
	margin-top: 53px;
	border: 2px solid #7FB9C1;
	box-shadow: 0 0 10px #0781604D;;
}
.g-wboxflex01 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 27px;
	background: linear-gradient(90deg, #B3D0D4 7px, transparent 0px) left bottom / 13px 2px repeat-x;
}
.g-wboxflex01 div {
	width: 51%;
}
.g-wboxflex01 div:last-child {
	width: 40.6%;
	margin-right: 34px;
}
.g-wboxflex02 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-bottom: 30px;
	background: linear-gradient(90deg, #B3D0D4 7px, transparent 0px) left bottom / 13px 2px repeat-x;
	margin-top: 31px;
}
.g-wboxflex02 div {
	width: 49%;
	text-align: left;
}
.g-wboxflex02 div:last-child {
	width: 47%;
}
.g-wboxflex03 {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	padding-bottom: 13px;
}
.g-wboxflex03 div {
	width: 51%;
	text-align: left;
}
.g-wboxflex03 div:last-child {
	width: 40.6%;
	margin-right: 19px;
}
.g-wbox h3 {
	font-size: 24px;
	font-weight: bold;
	color: #308B97;
}
.g-wbox p {
	font-size: 16px;
	margin-top: 13px;
	margin-bottom: 31px;
	line-height: 30px;
}
@media screen and (max-width: 767px) {
	.g-cont01 {
		background: url("../images/bg_sbishinsei_XRP_SP.png") no-repeat scroll top center / 100%;
		padding: 60px 0;
	}
	.g-ttl {
		font-size: 32px;
		font-weight: 900;
		text-align: center;
	}
	.g-ttl span::before {
		width: calc(100% + 24px);
	}
	.g-txt01 {
		margin: 63px 0 40px;
	}
	.g-txt01--center{
		text-align: center;
	}
	.g-cotable {
		width: 100%;
	}
	.g-cotable td {
		font-size: 14px;
		padding: 0 8px;
		background: #fff;
		vertical-align: middle;
		height: 62px;
	}
	.g-cotable tr:not(:last-of-type) {
		border-bottom: 1px solid #D3E5E6;
	}
	.g-cotable td:first-child {
		width: 30%;
		text-align: center;
		border-right: 1px solid #B5D1D5;
	}
	.g-bor {
		margin-bottom: 80px;
	}
	.g-wbox {
		padding: 40px 5%;
		background: #fff;
		border-radius: 15px;
		margin-top: 30px;
		border-bottom: 3px solid #98c9db;
	}
	.g-wboxflex01 {
		display: block;
		padding-bottom: 40px;
	}
	.g-wboxflex01 div {
		width: 100%;
	}
	.g-wboxflex01 div:last-child {
		width: 100%;
		margin: 15px auto 4px;
	}
	.g-wboxflex02 {
		display: block;
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.g-wboxflex02 div {
		width: 100%;
		text-align: left;
	}
	.g-wboxflex02 div:last-child {
		width: 100%;
		margin-top: 15px;
	}
	.g-wboxflex03 {
		display: block;
		padding-bottom: 10px;
		margin-top: 40px;
	}
	.g-wboxflex03 div {
		width: 100%;
		text-align: left;
	}
	.g-wboxflex03 div:last-child {
		width: 100%;
		margin-top: 15px;
	}
	.g-wbox h3 {
		font-size: 22px;
	}
	.g-wbox p {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

/* campaign */
.g-sbishinsei-campaign .g-sbishinsei-campaign__content {
	margin: 80px 0 70px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__item:not(:last-of-type) {
	margin-bottom: 57px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__item .campaign-head {
	background-color: #308B97;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 7px 10px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__item .campaign-txt {
	font-size: 16px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__item .campaign-list {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__item .campaign-list-item {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
	padding-left: 55px;
	min-height: 46px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__item .campaign-list-item:not(:last-of-type) {
	margin-bottom: 20px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__item .campaign-list-item span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #19C6CE;
	color: #fff;
	font-family: 'Arial';
	font-size: 18px;
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__notes {
	font-size: 16px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__notes .notes-head {
	color: #308B97;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__notes .notes-list {
	margin-bottom: 20px;
	line-height: 34px;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__notes .notes-list a {
	text-decoration: underline;
}

.g-sbishinsei-campaign .g-sbishinsei-campaign__notes .notes-txt {
	line-height: 24px;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.g-sbishinsei-campaign .g-sbishinsei-campaign__content {
		margin: 47px 0 40px;
	}

	.g-sbishinsei-campaign .g-sbishinsei-campaign__item:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.g-sbishinsei-campaign .g-sbishinsei-campaign__notes .notes-list {
		margin-bottom: 40px;
	}
}

.cont_inner{max-width: 1020px; margin: 0 auto; padding: 0 10px;}
/*cont03*/
.cont03{margin: 50px 0;}
.cont03 p{margin-top: 10px; font-size: 16px;}
.cont03 p span{text-decoration: underline;}
.cont03 .ttl02{font-size: 25px; font-weight: bold; margin-top: 30px;}

/*foot*/
.foot{text-align: center; color: #fff; padding: 30px 0; background: #444444; font-size: 16px;}
.imgbox{ text-align: center; margin: 10px 0 40px}
