@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/capcom/pragmata/pragmata.css
====================================================== */
@font-face {
	font-family: 'Local Noto Sans JP';
	src:
	local('Noto Sans JP'), /* Windows?p */
	local('Noto Sans CJK JP Regular') /* Android?p */;
}
body{
	background-image: url(/gecard/capcom/pragmata/img-files/index_bg01.webp);
  background-size: contain;
	font-family: 'Local Noto Sans JP', 'Noto Sans JP', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
	color: #000000;
	width: 100%;
	min-width: 100%;
	font-size: 1.6rem;
}
a:visited,
a:link{
	color: #FFFFFF;
}

/* header
------------------------------------------------------ */
#header {
	width: 100%;
	margin: 0 auto;
	padding: 8px 16px;
	background-color: #fff;
	border-bottom: none;
}
#headerLogo {
	max-width: 1200px;
	margin: 0 auto;
}
#header #headerLogo .headerLogo-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
}
#header #headerLogo .headerLogo-inner img:nth-of-type(1) {
	width: 259px;
}
#header #headerLogo .headerLogo-inner img:nth-of-type(2) {
	width: 18px;
}
#header #headerLogo .headerLogo-inner img:nth-of-type(3) {
	width: 80px;
}
/* mainVisual
------------------------------------------------------ */
.mainVisual .mainVisualInner {
	width: 100%;
	margin: 0 auto;
}
/* layout
------------------------------------------------------ */
#mainContainer {
	margin-top: 0;
}
#mainContents {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px;
}
/* section
------------------------------------------------------ */
/* section01 */
.pragmata-section01 {
	margin-top: 40px !important;
	max-width: 1260px;
	width: 90%;
}
.pragmata-box01 {
  display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 30px 50px;
	border: 3px solid #595757;
}
.pragmata-section01 .methods-available {
	max-width: 600px;
	width: 84%;
	margin: 0 auto 30px;
}
.pragmata-box02 {
	max-width: 1100px;
  width: 100%;
	position: relative;
	z-index: 1;
	padding: 20px;
	border: 1px solid #9E9E9E;
	background: rgba(255, 255, 255, 0.70);
}
.pragmata-box02::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	border-top: 8px solid #000;
	border-left: 8px solid #000;
	border-bottom: 8px solid #000;
	border-right: 8px solid #000;
	mask:
		linear-gradient(#000 0 0) top left / 48px 48px no-repeat,
		linear-gradient(#000 0 0) bottom right / 48px 48px no-repeat;
	-webkit-mask:
		linear-gradient(#000 0 0) top left / 48px 48px no-repeat,
		linear-gradient(#000 0 0) bottom right / 48px 48px no-repeat;
}
.pragmata-box02::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	border-top: 8px solid #000;
	border-left: 8px solid #000;
	border-bottom: 8px solid #000;
	border-right: 8px solid #000;
	mask:
		linear-gradient(#000 0 0) top right / 48px 48px no-repeat,
		linear-gradient(#000 0 0) bottom left / 48px 48px no-repeat;
	-webkit-mask:
		linear-gradient(#000 0 0) top right / 48px 48px no-repeat,
		linear-gradient(#000 0 0) bottom left / 48px 48px no-repeat;
}
.pragmata-cardWrap {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}
.pragmata-card .pragmata-applySmartphone {
  max-width: 498px;
  width: 100%;
}
.pragmata-card .pragmata-cardInner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pragmata-Title01 {
	position: relative;
	z-index: 2;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 12px;
}
.pragmata-Title01 span {
  font-size: 3.6rem;
}
.pragmata-text {
	position: relative;
	z-index: 2;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 18px;
}
.applyBtn-text-advance {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000000;
}
.pragmata-notelist li {
	position: relative;
	z-index: 2;
  padding-left: 16px;
	font-size: 1.2rem;
}
.pragmata-notelist li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.pragmata-applySmartphone .pragmata-notelist li {
	padding-left: 0px;
	margin-top: 10px;
}
.pragmata-Image {
	max-width: 311px;
	width: 116%;
}
.pragmata-box02[data-class="card-app"] {
	margin-top: 45px;
	padding: 40px 20px;
}
.pragmata-text[data-class="card-app"] {
  padding: 13px 0 20px;
	margin-bottom: 0;
}
.pragmata-cardWrap[data-class="card-app"] {
  padding: 0 0px 26px;
	justify-content: center;
	gap: 20px;
}
.pragmata-cardTitle {
  font-size: 2.4rem;
	margin-bottom: 20px;
}
.pragmata-cardWrap[data-class="card-app"] > .pragmata-card {
  max-width: 370px;
	width: 100%;
}
.pragmata-cardWrap[data-class="card-app"] > .pragmata-card .pragmata-cardInner {
  gap: 0px;
}
.pragmata-card .pragmata-cardImage img {
  width: 265px;
	margin-bottom: 20px;
}
.pragmata-cardWrap-box .pragmata-notelist > li {
	padding-left: 0px;
}

/* applyBtn */
.applyBtn-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 437px;
}
.applyBtn-text {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
}
.applyBtn-text::before,
.applyBtn-text::after {
	top: 46%;
	left: 120px;
	content: "";
	position: absolute;
	width: 28px;
	height: 1px;
	background-color: #009FE8;
	transform:rotate(45deg);
}
.applyBtn-text::after {
	left: 290px;
	transform:rotate(-45deg);
}
.applyBtn {
	display: flex;
	justify-content: center;
}
.applyBtn > li {
	width: 100%;
	text-align: center;
}
.applyBtn > li > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	margin: 0 auto;
	text-align: center;
	color:#FFFFFF;
	background-color: #F27175;
	border-radius: 100px;
	border-top: solid 3px #6B84BD;
	border-left: solid 3px #6B84BD;
	border-right: solid 3px #6B84BD;
	border-bottom: solid 8px #6B84BD;
	transition: 0.3s all;
	padding: 15px 23px 15px;
	font-size: 2.0rem;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
}
.applyBtn > li > a:hover {
  opacity: 0.8;
}
/* modal */
.modalInlineWrapper {
	display: none;
}
#cboxContent {
	overflow: visible !important;
}
#colorbox #cboxLoadedContent {
	overflow: auto !important;
	overflow-x: hidden !important;
}
#cboxClose {
	display: block;
	position: absolute;
	top: -20px !important;
	bottom: auto !important;
	right: -20px !important;
	background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0 !important;
	width: 48px !important;
	height: 48px !important;
	text-indent: -9999px;
}
#cboxClose:hover {
	background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
}
#cboxContent {
	max-width: 1100px;
}
.modalContents {
	width: 100%;
	padding: 40px 30px;
}
.modalContents p {
	color: #231815;
	margin-bottom: 10px;
}
.ModalInner .cb_close a:after {
	right: 10px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	background-image: url(/common-files/img/com_close_ic01.png);
}
#cboxContent {
	background-color: #ececec;
}
.cb_close a {
	text-decoration: none;
}
.pragmata-modal-title {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}

/* section02 */
.pragmata-section02 {
	max-width: 1260px;
	width: 90%;
	background: linear-gradient(101deg, #F8F8F8 0.63%, #FFF 45.74%, #F8F8F8 94.46%);
	border-top: solid 3px #898989;
	margin-top: 40px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pragmata-section02 h2 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.pragmata-section02 h2 span {
	font-size: 4.0rem;
}
.pragmata-section02 .about-donations {
	margin: 16px auto 0;
	max-width: 912px;
	width: 90%;
}
.pragmata-section02 .about-donations p a:link,
.pragmata-section02 .about-donations p a:visited {
	color: #000000;
}
.pragmata-section02 .about-donations .about-donations-text {
	font-size: 1.4rem;
}
.pragmata-section02 .about-donations .pragmata-notelist {
	margin-top: 10px;
}
.pragmata-section02 .pragmata-notelist li {
  padding-left: 0px;
}
.pragmata-section02 .pragmata-notelist li .mark {
	position: relative;
}

/* section03 */
.pragmata-section03 {
	margin-top: 40px;
	width: 100%;
	background: linear-gradient(101deg, #F8F8F8 0.63%, #FFF 45.74%, #F8F8F8 94.46%);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
}
.pragmata-section03 .pragmata-heading02 {
	width: 95%;
}
.pragmata-section03 .pragmata-heading02 .pragmata-heading02Title {
  max-width: 722px;
	width: 100%;
	margin: 0 auto;
}
.pragmata-section03 .member-privilege-box {
	margin-top: 24px;
	max-width: 1072px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.pragmata-section03 .pragmata-mediaImage01 {
	max-width: 326px;
	width: 100%;
}
.pragmata-section03 .pragmata-mediaContents {
	max-width: 690px;
	margin-right: 10px;
  width: 100%;
}
.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 {
	font-weight: bold;
	font-size: 1.6rem;
}
.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 .mark {
	font-size: 1.6rem;
}
.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 .big-text {
	font-size: 2.4rem;
	display: inline-block;
	margin: 5px 0;
}
.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 .big-text2 {
	font-size: 2.4rem;
}
.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 .text02 {
	font-size: 1.6rem;
}
.pragmata-section03 .pragmata-mediaNote {
	margin-top: 9px;
	font-size: 1.2rem;
}
.pragmata-mediaNote ol > li {
	position: relative;
  padding-left: 22px;
}
.pragmata-mediaNote ol > li .mark {
	position: absolute;
	top: 0;
	left: 0;
}

/* section04 */
.pragmata-section04 {
	width: 100%;
	background-image: url(/gecard/capcom/pragmata/img-files/index_bg02.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 0;
	color: #FFFFFF;
}
.pragmata-section04 .pragmata-privilege-box {
	max-width: 1260px;
	width: 90%;
	padding: 40px 20px;
	border: 2px solid #318CB4;
	background: rgba(0, 0, 0, 0.70);
	text-align: center;
}
.pragmata-section04 .pragmata-heading02 {
	width: 100%;
}
.pragmata-section04 .pragmata-heading02Title {
	font-size: 4.0rem;
	font-weight: bold;
	text-shadow: 0 0 14px rgba(0, 159, 232, 0.70);
	text-align: center;
}
.pragmata-section04 .pragmata-privilege {
	margin-top: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.no_voiContent .pragmata-privilegeLead01 {
	font-size: 2.4rem;
	text-align: center;
}
.no_voiContent .pragmata-txtNoteWrap01 {
	font-size: 1.4rem;
	margin: 10px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
}
.no_voiContent .pragmata-privilegeNotelist li {
	line-height: 1.7;
}
.no_voiContent .pragmata-txtNoteWrap01 .anchor {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
}

.voiContent .pragmata-privilegeImage02 {
	text-align: center;
}
.voiContent .pragmata-privilegeImage02 img {
	max-width: 448px;
	width: 70%;
}
.voiContent .webBtn {
	margin-top: 15px;
}
.voiContent .pragmata-notelist {
	text-align: left;
	margin: 10px auto 0;
	max-width: 575px;
	width: 90%;
}

/* 便利な機能 */
.convenient-features .pragmata-heading02 {
	margin-top: 20px;
}
.convenient-features .convenient-features-link {
	display: flex;
	justify-content: center;
	gap: 51px;
	font-size: 2.4rem;
	font-weight: bold;
}

/* section05 */
.pragmata-section05 {
	max-width: 1260px;
	width: 90%;
	background: linear-gradient(101deg, #F8F8F8 0.63%, #FFF 45.74%, #F8F8F8 94.46%);
	border-top: solid 3px #898989;
	border-bottom: solid 3px #898989;
	margin-top: 40px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pragmata-section05 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
}
.pragmata-section05 .original-bonus p {
	margin-top: 20px;
	font-size: 1.7rem;
	line-height: 1.6;
}
.pragmata-section05 .original-bonus-btn a {
	margin-top: 24px;
	display: inline-block;
  font-size: 2.4rem;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 12px 18px;
	border-radius: 9px;
	border: 3px solid #FFA400;
	background: #FFF;
}
.pragmata-section05 .original-bonus-btn a:hover {
	opacity: 0.7;
}

/* section06 */
.pragmata-section06 {
	margin-top: 23px;
	width: 100%;
	background: #FFF;
	padding: 30px 0 35px;
}

/* news */
.newsBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.newsBox .newsBoxHeading {
	font-size: 3.6rem;
	font-weight: bold;
}
.newsBox .newsBoxInner {
	margin-top: 4px;
	position: relative;
	max-width: 1260px;
	width: 90%;
	height: 116px;
	overflow-y: hidden;
	padding: 15px 30px 19px;
	background-color: #fff;
	border: 1px solid #A2A2A2;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0 0 14px;
	height: 100px;
}
.newsBox .contentbox {
	padding: 14px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	padding-right: 10px;
	font-weight: bold;
	width: 115px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0 10px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 14px;
	background-color: #707070;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown {
	width: 16px;
	height:18px;
	opacity: 1;
}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #707070;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
	width: 0;
	height: 0;
	border-top: 9px solid #707070;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}

/* section07 */
.pragmata-section07 {
	max-width: 1260px;
  width: 90%;
}
.pragmata-section07 .pragmata-mediaImage03 {
	margin-top: 51px;
	text-align: center;
}
.pragmata-section07 .pragmata-mediaImage03 img {
	max-width: 306px;
	width: 30%;
}
/* attention */
.attention {
	display: flex;
	flex-direction: column;
	margin: 50px auto 0;
	padding: 50px 24px 40px;
	border: 2px solid #9E9E9E;
	border-top: 6px solid #000000;
	background-color: #FFF;
	font-size: 1.4rem;
	position: relative;
}
.attention::before {
	position: absolute;
	max-width: 585px;
	width: 50%;
	height: 23px;
	top: -1px;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	background-image: url(/gecard/capcom/pragmata/img-files/index_bg03.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.attention-title {
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #000000;
	font-size: 1.6rem;
	font-weight: bold;
}
.attention-text {
	margin-top: 24px;
	line-height: 1.6;
}
.attention-text p span {
	font-size: 1.6rem;
	font-weight: bold;
}
.attention-text[data-class="attention-text-first"] {
  margin-top: 12px;
}
.attention-text .carduraimg {
	margin-top: 24px;
	width: 606px;
}
.attention-text[data-class="attention-text-second"] p:nth-of-type(2) {
  margin-bottom: 24px;
}
.attention-text ul li {
	position: relative;
  padding-left: 15px;
}
.attention-text ul li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.attention-text ul > li > .mark {
	font-size: 1.4rem;
}
.attention-text ul > li >  ul > li > .mark {
	font-size: 1.4rem;
}
.attention-text ul li ol {
	margin-left: -18px;
}
.attention-inquiry {
	text-align: center;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #000000;
}
.attention-inquiry a:visited,
.attention-inquiry a:link {
	color: #000000;
	text-decoration: none;
}

/* footer */
#footer {
	background-color: #000000;
	text-align: center;
	font-size: 1.2rem;
	color: #FFFFFF;
	margin-top: 50px;
	padding: 40px 0;
	border-top: none;
}
.snsArea {
	max-width: 1200px;
	width: 90% !important;
  margin: 0 auto 24px !important;
	padding: 12px !important;
	border-radius: 8px !important;
}
.snsArea .snsBubble {
	border-radius: 14px !important;
}
#footer #copyright {
	line-height: 1.8;
}

/* floating */
.pragmata-floatingWrap01 {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0;
	background: rgba(210, 236, 250, 0.7);
	backdrop-filter: blur(6px);
	z-index: 9999;
}
.pragmata-floatingWrap01 .pragmata-floatingInner {
	position: relative;
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.pragmata-floatingWrap01 .commonFloating {
	padding: 40px 0;
}
.pragmata-floatButtonWrap {
	display: flex;
	justify-content: center;
	gap: 133px;
}
.pragmata-floatButtonWrap .applyBtn > li span {
	font-size: 1.5rem;
}
.pragmata-floatButtonWrap .applyBtn > li > a::before {
	content: '??';
	font-size: 2.4rem;
	position: absolute;
	top: 40%;
	right: 87px;
	width: 24px;
	height: 27px;
}
.pragmata-floatButtonWrap .applyBtn-text::before {
	left: 134px;
}
.pragmata-floatButtonWrap .applyBtn-text::after {
	left: 275px;
	transform:rotate(-45deg);
}
.applyBtn-box[data-class="web-app"] .applyBtn > li > a::before {
	right: 66px;
}
.pragmata-floatButtonWrap .applyBtn-box[data-class="web-app"] .applyBtn-text::before {
	left: 72px;
}
.pragmata-floatButtonWrap .applyBtn-box[data-class="web-app"] .applyBtn-text::after {
	left: 335px;
}

@media screen and (max-width: 750px) {
	body {
		background-image: url(/gecard/capcom/pragmata/img-files/index_bg01_sp.webp);
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 6px 16px;
	}
	#headerLogo {
		width: 100%;
	}
	#header #headerLogo .headerLogo-inner img:nth-of-type(1) {
		width: 159px;
	}
	#header #headerLogo .headerLogo-inner img:nth-of-type(2) {
		width: 17px;
	}
	#header #headerLogo .headerLogo-inner img:nth-of-type(3) {
		width: 66px;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual .mainVisualInner {
		width: 100%;
	}
	.mainVisual .mainVisualInner .mainVisualImg {
		text-align: center;
	}
	.mainVisual .mainVisualInner .mainVisualImg img {
		width: 100%;
	}
	/* layout
	------------------------------------------------------ */
	#mainContents {
		padding: 0;
	}
	/* section
	------------------------------------------------------ */
	/* section01 */
	.pragmata-section01 {
		margin-top: 20px !important;
		margin-bottom: 13px;
		width: 90%;
	}
	.pragmata-section01 .methods-available {
		width: 321px;
	}
	.pragmata-box01 {
		padding: 0;
		border: none;
	}
	.pragmata-box02 {
		padding: 40px 18px;
	}
	.pragmata-box02::before {
		top: -4px;
		left: -4px;
		right: -4px;
		bottom: -4px;
		border-top: 4px solid #000;
		border-left: 4px solid #000;
		border-bottom: 4px solid #000;
		border-right: 4px solid #000;
		mask:
			linear-gradient(#000 0 0) top left / 22px 22px no-repeat,
			linear-gradient(#000 0 0) bottom right / 22px 22px no-repeat;
		-webkit-mask:
			linear-gradient(#000 0 0) top left / 22px 22px no-repeat,
			linear-gradient(#000 0 0) bottom right / 22px 22px no-repeat;
	}
	.pragmata-box02::after {
		top: -4px;
		left: -4px;
		right: -4px;
		bottom: -4px;
		border-top: 4px solid #000;
		border-left: 4px solid #000;
		border-bottom: 4px solid #000;
		border-right: 4px solid #000;
		mask:
			linear-gradient(#000 0 0) top right / 22px 22px no-repeat,
			linear-gradient(#000 0 0) bottom left / 22px 22px no-repeat;
		-webkit-mask:
			linear-gradient(#000 0 0) top right / 22px 22px no-repeat,
			linear-gradient(#000 0 0) bottom left / 22px 22px no-repeat;
	}
	.pragmata-cardWrap {
		padding: 0;
	}
	.pragmata-card .pragmata-cardInner {
		gap: 0px;
	}
	.pragmata-section01 .pragmata-applySmartphone .pragmata-Title01 {
		font-size: 2.2rem;
		margin-bottom: 8px;
	}
	.pragmata-section01 .pragmata-applySmartphone .pragmata-Title01 span {
		font-size: 2.6rem;
	}
	.pragmata-text {
		margin-bottom: 8px;
	}
	.applyBtn-text-advance {
		font-size: 1.6rem;
	}
	.pragmata-applySmartphone .pragmata-notelist li {
		margin-top: 11px;
		padding-left: 0px;
	}
	.pragmata-notelist > li {
		font-size: 1.2rem;
	}
	.pragmata-Image {
		width: 294px;
		margin-bottom: 21px;
	}
	.pragmata-box02[data-class="card-app"] {
		margin-top: 28px;
	}
	.pragmata-section01 .pragmata-Title01 {
		font-size: 2.2rem;
	}
	.pragmata-section01 .pragmata-Title01 span {
		font-size: 2.6rem;
	}
	.pragmata-text[data-class="card-app"] {
		padding: 0 0 8px;
	}
	.pragmata-section01 .pragmata-text {
		font-size: 1.6rem;
	}
	.pragmata-cardTitle {
		font-size: 2.0rem;
		margin-bottom: 14px;
	}
	.pragmata-cardWrap[data-class="card-app"] {
    flex-direction: column;
		gap: 41px;
		padding: 0 0 16px;
	}
	.pragmata-cardWrap[data-class="card-app"] > .pragmata-card {
		width: 290px;
	}
	.pragmata-cardWrap[data-class="card-app"] > .pragmata-card .pragmata-cardImage {
		width: 158px;
	}
	.pragmata-card .pragmata-cardImage img {
		margin-bottom: 1px;
	}
	.pragmata-card .pragmata-cardTitle01 {
		width: 200px;
	}
	.pragmata-cardWrap[data-class="card-app"] > .pragmata-card .applyBtn-text-advance {
		margin-top: 13px;
	}
	.pragmata-box02[data-class="card-app"] .pragmata-notelist li {
		padding-left: 0;
	}

	/* applyBtn */
	.applyBtn-text::before {
		top: 72%;
		left: 17%;
		transform:rotate(45deg) translateX(-50%);
	}
	.applyBtn-text::after {
		top: 17%;
		left: 81%;
		transform:rotate(-45deg) translateX(-50%);
	}
	.applyBtn > li > a {
		font-size: 1.6rem;
		max-width: 437px;
		width: 100%;
		padding: 20px 83px 18px 49px;
		border-bottom: solid 8px #009FE8;
	}
	.pragmata-card .applyBtn > li > a::before {
		top: 31%;
		right: 17%;
	}
	.pragmata-cardInner > .applyBtn > li > a {
		font-size: 1.6rem;
		width: 256px;
		padding: 20px 10px 17px;
	}
	.pragmata-card > .pragmata-cardInner > .applyBtn > li > a::before {
		font-size: 2.0rem;
		right: 60%;
	}

	/* section02 */
	.pragmata-section02 {
		margin-top: 24px;
		padding: 40px 0 24px;
		border-bottom: solid 3px #898989;
	}
	.pragmata-section02 h2 {
		font-size: 2.4rem;
	}
	.pragmata-section02 h2 span {
		font-size: 2.8rem;
	}
	.pragmata-section02 .pragmata-mediaImage01 {
		width: 140px;
	}
	.pragmata-section02 .about-donations {
		margin: 19px auto 0px;
		width: 290px;
	}
	.pragmata-section02 .about-donations .about-donations-text {
		margin-top: 26px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.pragmata-section02 .about-donations .pragmata-notelist {
		margin-top: 36px;
	}

	/* section03 */
	.pragmata-section03 {
		margin-top: 27px;
		padding: 40px 0;
	}
	.pragmata-section03 .pragmata-heading02 .pragmata-heading02Title {
		width: 330px;
	}
	.pragmata-section03 .member-privilege-box {
		margin-top: 23px;
		flex-direction: column;
		gap: 30px;
	}
	.pragmata-section03 .pragmata-mediaImage01 {
		max-width: 316px;
	}
	.pragmata-section03 .pragmata-mediaContents {
		margin-right: 0px;
		line-height: 1.6;
		max-width: 330px;
	}
	.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 {
		font-size: 1.4rem;
		text-align: center;
	}
	.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 .mark {
		font-size: 1.3rem;
	}
	.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 .big-text {
		font-size: 1.6rem;
		margin: 15px 0 0;
	}
	.pragmata-section03 .pragmata-mediaContents .pragmata-Title02 .text02 {
		font-size: 1.4rem;
	}
	.pragmata-section03 .pragmata-mediaNote {
		margin-top: 17px;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.pragmata-section03 .pragmata-mediaNote p:nth-of-type(1) {
		font-weight: bold;
	}
	.pragmata-mediaNote ol > li {
		padding-left: 22px;
	}

	/* section04 */
	.pragmata-section04 {
		padding: 45px 0;
		background-image: url(/gecard/capcom/pragmata/img-files/index_bg02_sp.webp);
	}
	.pragmata-section04 .pragmata-privilege-box {
		width: 95%;
		padding: 40px 13px 65px;
	}
	.pragmata-section04 .pragmata-heading02Title {
		font-size: 2.8rem;
	}
	.no_voiContent .pragmata-privilegeLead01 {
		font-size: 1.6rem;
	}
	.no_voiContent .pragmata-txtNoteWrap01 {
		text-align: center;
		font-weight: bold;
	}
	.no_voiContent .pragmata-txtNoteWrap01 .anchor {
		font-size: 1.4rem;
		margin-top: 20px;
	}

	.voiContent {
		font-size: 1.2rem;
	}
	.voiContent .pragmata-privilegeImage02 img {
		width: 85%;
	}
	.voiContent .pragmata-notelist {
		margin: 10px auto 5px;
	}
	.voiContent .pragmata-notelist > li {
		font-size: 1.2rem;
		padding-left: 14px;
	}

	/* 便利な機能 */
	.convenient-features .convenient-features-link {
		margin-top: 10px;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		font-size: 1.8rem;
	}

	/* section05 */
	.pragmata-section05 {
		margin-top: 30px;
		padding: 52px 0;
	}
	.pragmata-section05 h2 {
		font-size: 2.8rem;
	}
	.pragmata-section05 .original-bonus p {
		margin-top: 10px;
		font-size: 1.6rem;
	}
	.pragmata-section05 .original-bonus-btn a {
		margin-top: 10px;
		font-size: 1.8rem;
		padding: 10px;
		border-radius: 8px;
		border: 2px solid #FFA400;
	}

	/* section06 */
	.pragmata-section06 {
		margin: 30px auto 20px;
		width: 90%;
		background: none;
		padding: 0;
	}
	/* news */
	.newsBox {
		align-items: start;
	}
	.newsBox .newsBoxHeading {
		font-size: 2.4rem;
	}
	.newsBox .newsBoxInner {
		margin: 8px auto 0;
		width: 100%;
		height: 83px;
		padding: 5px 10px 6px;
		border: none;
	}
	.newsBox .content {
		padding: 0 0 6px;
		height: 73px;
	}
	.newsBox .contentbox {
		padding: 5px 0 0;
		font-size: 1.2rem;
	}
	.newsBox .contentbox li .date {
		width: 102px;
	}

	/* section07 */
	.pragmata-section07 .pragmata-mediaImage03 {
		margin-top: 30px;
		text-align: center;
	}
	.pragmata-section07 .pragmata-mediaImage03 img {
		max-width: 115px;
		width: 50%;
	}
	/* attention */
	.attention {
		margin: 0 auto;
		padding: 30px 16px;
		border-top: 4px solid #000000;
	}
	.attention::before {
		max-width: 236px;
		width: 80%;
		height: 7px;
		background-image: url(/gecard/capcom/pragmata/img-files/index_bg03_sp.webp);
	}
	.attention-title {
		padding-bottom: 24px;
		font-size: 1.6rem;
	}
	.attention-text {
		font-size: 1.4rem;
	}
	.attention-text p span {
		font-size: 1.6rem;
	}
	.attention-text[data-class="attention-text-first"] {
		margin-top: 24px;
	}
	.attention-text ul li {
		padding-left: 15px;
	}
	.attention-text ul > li > .mark {
		font-size: 1.4rem;
	}
	.attention-text ul > li >  ul > li > .mark {
		font-size: 1.4rem;
	}
	.attention-inquiry {
		font-size: 1.4rem;
	}
	.attention .pragmata-box .pragmata-boxInner {
		display: flex;
		flex-direction: column;
	}

	/* footer */
	#footer {
		margin-top: 40px;
		padding: 24px 0;
	}
	.snsArea {
		margin: 0 auto 16px !important;
		border-radius: 12px !important;
	}

	/* floating */
	.pragmata-floatingWrap01 .pragmata-floatingInner {
		padding: 0 5px;
	}
	.pragmata-floatButtonWrap {
		gap: 10px;
	}
	.pragmata-floatButtonWrap .applyBtn > li > a {
		font-size: 1.5rem;
		padding: 14px 12px 11px;
		display: block;
		line-height: 1.5;
		width: 170px;
		text-align: left;
		border-bottom: solid 8px #009FE8;
	}
	.pragmata-floatButtonWrap .applyBtn > li > a::before {
		font-size: 1.5rem;
		top: 50%;
		right: 6px;
	}
	.pragmata-floatButtonWrap .applyBtn-text {
		font-size: 1.3rem;
	}
	.pragmata-floatButtonWrap .applyBtn-text::before,
	.pragmata-floatButtonWrap .applyBtn-text::after {
		top: 75%;
		left: 30px;
		width: 17px;
	}
	.pragmata-floatButtonWrap .applyBtn-text::after {
		top: 48%;
		left: 104px;
		transform:rotate(-45deg);
	}
	.pragmata-floatButtonWrap .applyBtn-box[data-class="web-app"] .applyBtn > li > a {
	padding: 14px 18px 11px;
	}
	.applyBtn-box[data-class="web-app"] .applyBtn > li > a::before {
		right: 12px;
	}
	.pragmata-floatButtonWrap .applyBtn-box[data-class="web-app"] .applyBtn-text::before {
		left: -8px;
	}
	.pragmata-floatButtonWrap .applyBtn-box[data-class="web-app"] .applyBtn-text::after {
		left: 128px;
	}

	/* add 260626 drawn-illustration */
	#drawn-illustration {
		padding: 30px 0 0;
	}
	#drawn-illustration .pragmata-cardWrap {
		padding: 10px 0 30px;
		width: 80%;
		gap: 20px;
	}
	#drawn-illustration .pragmata-cardWrap .pragmata-mediaImage02 {
		width: 100%;
	}
}