@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/pochas/pochas.css
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #564130;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #564130;
}
p,ul,ol,div {
	color: #564130;
}
#pageContainer {
	
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		overflow-x: hidden;
	}
	sub, sup{ position: relative; font-size: 12px; font-size: 1.2rem; line-height: 1; }
	sup { top: -0.8em; }
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: none;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 7px 30px 7px;
	}
	#header #headerLogo img {
		width: 234px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 0 30px 0;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #fff;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
		color: #564130;
	}
/* mainVisual
------------------------------------------------------ */
.mainVisual {
	position: relative;
	text-align: center;
	z-index: 1;
}
	.mainVisualWrap {
		position: absolute;
		bottom: -50px;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	.mainVisualTitle {
		width: max(710px,calc(1082 / 1920 * 100vw));
		margin: 0 auto;
	}
	.mainVisualText {
		margin-top: -12px;
	}
	.mainVisualText02 {
		position: absolute;
		width: max(166px,calc(253 / 1920 * 100vw));
		bottom: max(10px,calc(14 / 1920 * 100vw));
		left: 33px;
	}
	/* news
------------------------------------------------------ */
.newsBox {
	position: relative;
	margin-top: 34px;
}
.newsBox .newsBoxHeading {
	position: relative;
	display: flex;
	z-index: 1;
	margin-left: 7px;
}
.newsBox .newsBoxInner {
	position: relative;
	width: 100%;
	height: 139px;
	margin-top: -28px;
	padding: 15px 3px 20px 24px;
	background: #fff;
	border: 4px solid #564130;
	border-radius: 20px;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 95px;
}
.newsBox .contentbox {
	padding: 10px 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;
	width: 136px;
}
.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: 15px;
	background-color: #564130;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 15px;
	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 #564130;
	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 #564130;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
	/* pochasBg
	------------------------------------------------------ */
	.pochasBg01 {
		background: url("/gecard/pochas/img-files/index_bg01_pc.webp") repeat-y;
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
	}
	.pochasBg02 {
		background: url("/gecard/pochas/img-files/index_bg02_pc.webp") repeat-y;
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
	}
	.pochasBg03 {
		background: url("/gecard/pochas/img-files/index_bg03_pc.webp") repeat-y;
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
	}
	.pochasBg04 {
		background: url("/gecard/pochas/img-files/index_bg04_pc.webp") repeat-y;
		position: relative;
		left: 50%;
		width: 1920px;
		transform: translateX(-50%);
	}
	.pochasBg02 {
		padding-top: 42px;
	}
	.pochasBg01 + .pochasBg02 {
		padding-top: 42px;
	}
	.pochasBg01 + .pochasBg03 {
		padding-top: 30px;
	}
	.pochasBg02 + .pochasBg03 {
		padding-top: 30px;
	}
	.pochasBgInner {
		width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 53px;
		margin: 0 auto;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin-top: 15px;
	}
	.flow--wrap.type02 {
		margin-top: 48px;
	}
	.flow--wrap + .pochas-box {
		margin-top: 35px;
	}
	.flow > li {
		float: left;
		width: 298px;
		min-height: 298px;
		margin-right: calc(8px / 3);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		text-align: center;
	}
	.flow > li:last-child {margin-right: 0;}
	.flow > li.list01 {background-image: url("/gecard/pochas/img-files/index_flow01_pc.webp");}
	.flow > li.list02 {background-image: url("/gecard/pochas/img-files/index_flow02_pc.webp");}
	.flow > li.list03 {background-image: url("/gecard/pochas/img-files/index_flow03_pc.webp");}
	.flow > li.list04 {background-image: url("/gecard/pochas/img-files/index_flow04_pc.webp");}
	.flow.type02 > li.list01 {background-image: url("/gecard/pochas/img-files/index_flow05_pc.webp");}
	.flow.type02 > li.list02 {background-image: url("/gecard/pochas/img-files/index_flow06_pc.webp");}
	.flow.type02 > li.list03 {background-image: url("/gecard/pochas/img-files/index_flow07_pc.webp");}
	.flow.type02 > li.list04 {background-image: url("/gecard/pochas/img-files/index_flow08_pc.webp");}
	.flow.type02 .flowDesc dd {
		padding-top: 113px;
	}
	.flow.type02 .list01 .flowDesc dd {
		padding-top: 134px;
	}
	.flow.type02 .list02 .flowDesc dd {
		padding-top: 100px;
	}
	.flow > li a {color: inherit;}
	.flow > li .num {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 42px;
	}
	.flow .flowDesc dd {
		padding-top: 162px;
		font-size: 1.6rem;
		text-align: center;
	}
	.flow.type02 .flowDesc dd .large {
		font-size: 2rem;
		line-height: 1.3;
	}
	.flow.type02 .flowDesc dd .large02 {
		font-size: 1.8rem;
	}
	.flow .flowDesc dd a {
		color: #564130;
	}
	.flow.type02 .flowDesc dd .flow-txtNote01 {
		margin-top: 6px;
		font-size: 1.4rem;
	}
	.flow.type02 .list02 .flowDesc dd {
		padding: 100px 10px 0;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.pochas-section >:first-child {
		margin-top: 0 !important;
	}
	.pochas-section + .pochas-section {
		margin-top: 50px;
	}
	/* heading */
	.pochas-heading02 {
		position: relative;
		text-align: center;
	}
	.pochas-heading02.type-first {
		margin-top: 92px;
	}
	.pochas-heading03 {
		margin-top: 46px;
		text-align: center;
	}
	/* text */
	.pochas-lead {
		margin-bottom: 10px;
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.pochas-text01 { 
		font-size: 1.6rem;
		padding-top: 61px;
	}
	.pochas-text02 { 
		position: relative;
		margin: 6px auto 0;
		width: fit-content;
		font-size: 3.0rem;
		font-weight: bold;
	}
	.pochas-textLarge {
		font-size: 2.0rem;
	}
	.pochas-text03 {
		margin-top: 25px;
		text-align: center;
		font-size: 2.6rem;
		color: #564130;
		font-weight: bold;
	}
	.pochas-lead {
		margin-top: 30px;
		font-size: 4.0rem;
		font-weight: bold;
	}
	.pochas-lead02 {
		margin-top: 30px;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.pochas-text {
		margin-top: 25px;
		text-align: center;
		font-size: 2.6rem;
	}
	.pochas-noteText {
		position: relative;
		margin-top: 20px;
		padding-left: 18px;
		font-size: 1.8rem;
	}
	.pochas-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-markText {
		margin: 40px auto 0;
		padding: 0 3px;
		width: fit-content;
		font-size: 3.0rem;
		border-bottom: 1px solid #590a38;
		border-image: linear-gradient(to right, #590a38 0%, #ff7c00 100%);
		border-image-slice: 1;
		line-height: 1.1;
	}
	.pochas-iconText {
		margin-top: -5px;
		display: flex;
		align-items: center;
	}
	.pochas-iconText.type02 {
		margin-top: 80px;
	}
	.pochas-iconText.alC {
		justify-content: center;
	}
	.pochas-iconText .num {
		flex-shrink: 0;
		margin-right: 10px;
	}
	.pochas-iconText .num img {
		width: 60px;
		height: 60px;
	}
	.pochas-iconText .text {
		font-size: 3.6rem;
		font-weight: bold;
	}
	/* image */
	.pochas-image {
		margin-top: 35px;
		text-align: center;
	}
	.pochas-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	/* list */
	.pochas-noteList {
		margin-top: 28px;
	}
	.pochas-noteList.voiContent {
		width: fit-content;
		margin: 20px auto 0;
	}
	.pochas-noteList[data-align="center"],
	.pochas-noteList[data-align-pc="center"] {
		text-align: center;
	}
	.pochas-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.pochas-noteList[data-mark="static"] > li,
	.pochas-noteList[data-mark-pc="static"] > li {
		padding-left: 0;
	}
	.pochas-noteList[data-align="center"] > li,
	.pochas-noteList[data-align-pc="center"] > li {
		display: inline-block;
	}
	.pochas-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	.pochas-noteList03 {
		margin-top: 15px;
		text-align: center;
	}
	.pochas-noteList03 > li {
		font-size: 1.6rem;
	}
	/* card */
	.pochas-cardWrap {
		display: flex;
		gap: 10px 36px;
		margin-top: 30px;
	}
	.pochas-card {
		width: 582px;
		height: 736px;
		padding: 107px 24px 60px;
		background: url("/gecard/pochas/img-files/index_bg05_pc.webp") no-repeat 0 0 / contain;
		text-align: center;
		aspect-ratio: 582/736;
	}
	.pochas-cardWrap.is-normal .pochas-card {
		height: 600px;
		background: url("/gecard/pochas/img-files/index_bg09_pc.webp") no-repeat 0 0 / contain;
	}
	.pochas-cardWrap.is-normal .pochas-card.type02 {
		height: 600px;
		background: url("/gecard/pochas/img-files/index_bg10_pc.webp") no-repeat 0 0 / contain;
	}
	.pochas-card.type02 {
		background: url("/gecard/pochas/img-files/index_bg06_pc.webp") no-repeat 0 0 / contain;
	}
	.pochas-card .pochas-cardImage {
		margin: 43px 0 0;
		filter: drop-shadow(0 0 15px #fff);
	}
	.pochas-card .pochas-cardText {
		margin-top: 54px;
		text-align: center;
		font-size: 3.0rem;
		color: #564130;
		font-weight: bold;
	}
	.pochas-cardText01 {
		text-align: center;
		margin-top: 24px;
		line-height: 2;
	}
	.pochas-cardTitle img {
		height: 77px;
	}
	.pochas-cardWrap02 {
		display: flex;
		justify-content: center;
		gap: 0 45px;
		margin: 44px 0 61px;
	}
	.pochas-card02 {
		width: calc(100% / 2 - 45px / 2);
		text-align: center;
	}
	.pochas-card02 .pochas-card02Image {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		text-align: center;
		filter: drop-shadow(0 0 15px #fff);
	}
	/* button */
	.applyBtn {
		margin-top: 45px;
	}
	.pochas-cardWrap02 .applyBtn {
		margin-top: 30px;
	}
	.applyBtn > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 102px;
		transition: 0.3s all ease-out;
		border: 6px solid #fff;
		border-radius: 9999px;
		background-color: #f6e230;
		box-shadow: 0px 4px 9px 1px rgba(117, 117, 117, 0.5);
		padding: 5px 49px 5px 10px;
	}
	.applyBtn > li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 41px;
		height: 41px;
		margin-top: -20px;
		background: url("/gecard/pochas/img-files/index_ic04.webp") no-repeat 0 0 / contain;
	}
	.pochas-cardWrap02 .applyBtn > li a {
		height: 100px;
	}
	.pochas-card.type02 .applyBtn > li a {
		background-color: #d4a7e9;
	}
	.pochas-card02.type02 .applyBtn > li a {
		background-color: #d4a7e9;
	}
	.applyBtn > li a:hover {
		opacity: 0.7;
	}
	.pochas-btnWrap {
		display: flex;
		justify-content: center;
		gap: 20px 30px;
		margin: 46px 0 10px;
		padding: 0 20px;
	}
	.pochas-btn {
		width: calc(50% - 25px);
		height: 86px;
	}
	.pochas-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 5px 60px 5px;
		font-size: 2.8rem;
		color: #564130;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		background-color: #baea53;
		border: 2px solid #564130;
		transition: 0.3s all ease-out;
	}
	.pochas-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 30px;
		width: 16px;
		height: 25px;
		margin-top: -15px;
		background: url("/gecard/pochas/img-files/index_ic01.webp") no-repeat;
		}
	.pochas-btn a:hover {
		opacity: 0.7;
	}
	/* media */
	.pochas-media {
		display: flex;
		flex-flow: row wrap;
		margin-top: 26px;
	}
	.pochas-media .pochas-mediaHead {
		flex-shrink: 0;
		width: 582px;
		margin-top: 4px;
	}
	.pochas-media .pochas-mediaBody {
		flex-shrink: 0;
		width: calc(100% - 582px - 35px);
		margin-left: 35px;
	}
	.pochas-media .pochas-mediaText {
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.pochas-media .pochas-mediaText02 {
		margin-top: 22px;
		font-size: 2.8rem;
		color: #564130;
		font-weight: bold;
		line-height: 1.2;
	}
	.pochas-media .pochas-mediaText03 {
		margin-top: 17px;
		font-size: 1.6rem;
	}
	.pochas-mediaText04 {
			font-size: 2.6rem;
		margin-top: 60px;
		line-height: 1.7;
	}
	.pochas-media .pochas-mediaImage {
		text-align: center;
	}
	.pochas-media .pochas-mediaImage img {
		width: 582px;
	}
	.pochas-media .pochas-mediaImage02 {
		margin: 25px 1px 0 0;
		text-align: right;
	}
	.pochas-media .pochas-mediaImage02 img {
		width: 310px;
	}
	.pochas-media .pochas-mediaNoteList li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.pochas-media .pochas-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-noteNumList01 {
		margin-top: 6px;
	}
	.pochas-noteNumList01 > li {
		position: relative;
		padding-left: 36px;
		line-height: 1.4;
	}
	.pochas-noteNumList01 > li + li {
		margin-top: 5px;
	}
	.pochas-noteNumList01 > li > .num {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-media02 {
		margin-top: 15px;
	}
	.pochas-media02 .pochas-mediaBody {
		margin: -9px 0 0 -157px;
	}
	.pochas-media02 .pochas-mediaBody img {
		width: 364px;
	}
	.pochas-media03 {
		display: flex;
		margin-top: 50px;
		padding: 0 30px;
	}
	.pochas-media03 .pochas-mediaHead {
		width: 64%;
		margin-top: 99px;
	}
	/* box */
	.pochas-box {
		position: relative;
		margin-top: 40px;
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
	}
	.pochas-box::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		background: url("/gecard/pochas/img-files/index_bg07_pc.webp") no-repeat 0 0;
	}
	.pochas-box.type-orange::before {
		background: url("/gecard/pochas/img-files/index_bg08_pc.webp") no-repeat 0 0;
	}
	.pochas-box + .pochas-box {
		margin-top: 50px;
	}
	.pochas-box .pochas-boxInner {
		padding: 57px 50px 25px;
	}
	.pochas-box .pochas-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.pochas-box .pochas-boxTitle {
		margin-top: 20px;
		margin-bottom: 25px;
		text-align: center;
		font-size: 2rem;
		color: #564130;
		font-weight: bold;
	}
	.pochas-box .pochas-boxText {
		margin-top: 24px;
		font-size: 1.6rem;
	}
	.pochas-box .pochas-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.pochas-box .pochas-boxList {
		margin-top: 25px;
	}
	.pochas-box .pochas-boxList > li {
		position: relative;
		padding-left: 18px;
		font-size: 1.6rem;
	}
	.pochas-box .pochas-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-box .pochas-boxList > li.mark::before {
		content: "";
		position: absolute;
		top: 8px;
		left: 3px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #ffc4d6;
	}
	.pochas-box.type-orange .pochas-boxList > li.mark::before {
		background-color: #ffcc99;
	}
	.pochas-box .pochas-boxList > li > .pochas-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pochas-box .pochas-boxImage {
		margin-top: 6px;
		text-align: center;
	}
	.pochas-box .pochas-boxHr {
		width: calc(100% + 73px);
		height: 3px;
		margin: 30px 0 24px -37px;
		background-image: linear-gradient(to right, #ffc4d6, #ffc4d6 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.pochas-box .pochas-boxHr.typeOrange {
		background-image: linear-gradient(to right, #ffcc99, #ffcc99 3px, transparent 3px, transparent 12px);
	}
	.pochas-box .pochas-boxInquiry {
		text-align: center;
	}
	.pochas-box .pochas-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.pochas-box .pochas-boxInquiry .pochas-boxInquiryTxt {
		font-size: 1.6rem;
	}
	.pochas-box .pochas-boxInquiry .pochas-boxInquiryTel {
		font-size: 1.6rem;
	}
	#pageContainer .snsArea {
		margin: 28px auto 0;
	}
	.pochas-characters {
		text-align: center;
		padding-top: 42px;
	}
	.pochas-characters img {
		width: 481px;
		margin-right: 23px;
	}
/* 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: #000;
	}
	.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;
	}
	.pochas-modal-box02 .title-position {
		text-align: center;
	}
	.pochas-modal-box02 .pochas-modal-boxTitle {
		display: inline;
		width: 500px;
		margin: 0 auto;
		padding: 10px 40px;
		color: #fff;
		background-color: #564130;
		font-size: 26px;
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
	}
	.pochas-modal-column {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.pochas-modal-column .pochas-modal-columnItem {
		position: relative;
		width: calc(50% - 20px);
		padding: 30px 25px;
		border-radius: 20px;
		background-color: #fff;
	}
	.pochas-modal-column .pochas-modal-columnItem:nth-of-type(2)::before {
		content: 'or';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		left: -52px;
		width: 65px;
		height: 65px;
		margin-top: -32.5px;
		border-radius: 50%;
		background-color: #564130;
		font-size: 2.5rem;
		color: #fff;
	}
	.pochas-modal-column .pochas-modal-columnImageLead {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		margin-bottom: 15px;
	}
	.pochas-modal-column .pochas-modal-columnImageLead .pochas-modal-columnImageLeadImage {
		flex-shrink: 0;
		margin-right: 15px;
	}
	.pochas-modal-column .pochas-modal-columnImageLead .pochas-modal-columnImageLeadLead {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.2;
		color: #000;
	}
	.pochas-modal-column .pochas-modal-columnLeadText {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.pochas-modal-link a {
		margin-top: 10px;
		font-size: 1.8rem;
		color: #008191;
	}
	.pochas-modal-listWrap[data-col="2"] .pochas-modal-list {
		display: flex;
		flex-flow: row wrap;
		width: 360px;
	}
	.pochas-modal-listWrap[data-col="2"] .pochas-modal-list > li {
		width: 170px;
	}
	.pochas-modal-listWrap[data-col="2"] .pochas-modal-list > li:nth-of-type(2n) {
		width: 170px;
	}
	.pochas-modal-noteList li.pochas-modal-listColor01 {
		color: #dc322c;
	}
	.pochas-modal-list > li {
		position: relative;
		padding-left: 8px;
		font-size: 1.8rem;
		color: #000;
	}
	.pochas-modal-list > li::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #333;
	}
	.pochas-modal-noteList {
		margin-top: 15px;
		line-height: 1.6;
	}
	.pochas-modal-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
		color: #000;
	}
	.pochas-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-modal-title {
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
	}
	.pochas-modal-text {
		margin-top: 20px;
		font-size: 2rem;
	}
	.pochas-modal-image {
		margin-top: 20px;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 460px;
		min-height: 52px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 10px;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.webBtn a:hover {
		opacity: 0.7;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
		background: url("/gecard/pochas/img-files/index_ic03.webp") no-repeat 0 0 / cover;
	}
	.pochas-btn02 {
		position: relative;
		width: 750px;
		margin: 36px auto 0;
	}
	.pochas-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
		background-color: #564130;
		text-align: center;
		font-size: 3.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		padding: 10px 70px 5px;
		border-radius: 45px;
	}
	.pochas-btn02 a .small {
		font-size: 2rem;
	}
	.pochas-btn02 a .pochas-btn02Text {
		line-height: 0.8;
	}
	.pochas-btn02 a:hover {
		opacity: 0.7;
	}
	.pochas-btn02 a .pochas-btn02Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 42px;
		width: 11px;
		height: 19px;
		margin-top: -9px;
		background: url("/gecard/pochas/img-files/index_ic05.webp") no-repeat 0 0 / contain;
	}
	.pochas-btn03 {
		position: relative;
		width: calc(50% - 30px);
		border-radius: 45px;
		background-color: #fff;
	}
	.pochas-btn03 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
		background-color: #564130;
		text-align: center;
		font-size: 2.6rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		border-radius: 45px;
		font-weight: bold;
	}
	.pochas-btn03 a::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 4px;
		width: calc(100% - 4px * 2);
		height: calc(100% - 4px * 2);
		border-radius: 41px;
		background-color: #fff;
		opacity: 0;
	}
	.pochas-btn03 a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		width: 11px;
		height: 19px;
		margin-top: -10px;
		background: url("/gecard/pochas/img-files/index_ic05.webp") no-repeat 0 0 / contain;
	}
	.pochas-btn03.type02 a::after {
		width: 12px;
		background: url("/gecard/pochas/img-files/index_ic08.webp") no-repeat 0 0 / contain;
	}
	.pochas-btn03.type02 a {
		color: #564130;
	}
	.pochas-btn03 a:hover {
		opacity: 0.7;
	}
	.pochas-btn03.type02 a::before {
		opacity: 1;
	}
	.pochas-btn03 a .small {
		font-size: 1.6rem;
	}
	.pochas-btn03 a .pochas-btn03Text {
		position: relative; 
		line-height: 0.8;
	}
	.pochas-btn04 {
		margin-top: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	.pochas-btn04 a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-width: 595px;
		height: 102px;
		padding: 10px 70px 5px 33px;
		border-radius: 9999px;
		border: 6px solid #fff;
		background-color: #ff77a2;
		text-align: center;
		font-size: 3.6rem;
		text-decoration: none;
		transition: 0.3s all ease-out;
		box-shadow: 0px 4px 9px 3px rgba(117, 117, 117, 0.5);
	}
	.pochas-btn04 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 41px;
		height: 41px;
		margin-top: -20px;
		background: url("/gecard/pochas/img-files/index_ic04.webp") no-repeat 0 0 / contain;
		transform: rotate(90deg);
	}
	.pochas-btn04 a:hover {
		opacity: 0.7;
	}
	/* floating */
	.pochas-floatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.pochas-floatingWrap01 .pochas-floatingInner {
		position: relative;
		width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.pochas-floatingWrap01 .commonFloating {
		padding: 15px 0 25px;
	}
	.pochas-btnFloatWrap {
		display: flex;
		justify-content: space-between;
		gap: 20px 60px;
	}
}
@media screen and (max-width: 750px) {

	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	body .snsArea{
		margin-top: 32px;
		margin-bottom: 0;
	}
	sub, sup{ position: relative; font-size: 0.8rem; line-height: 1; }
	sup { top: -0.8em; }
	/* header
	------------------------------------------------------ */
	#header {
		height: 35px;
		padding: 0;
		border-bottom: 1px solid #c6bbbc;
		background-color: #fff;
	}
	#headerLogo {
		padding: 4px 15px 6px;
	}
	#header #headerLogo img {
		width: 176px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 0 10px 0;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 15px 0 10px;
		border: none;
		background-color: #fff;
		text-align: center;
	}
	#copyright {
		font-size: 0.8rem;
		color: #564130;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
		text-align: center;
	}
	.mainVisual .mainVisualWrap {
		position: absolute;
		width: 100%;
		bottom: calc(-42 / 720 * 100vw);
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		
	}
	.mainVisualTitle img {
		width: calc(407 / 720 * 100vw);
	}
	.mainVisual .mainVisualWrap .mainVisualText {
		margin-top: calc(-6 / 720 * 100vw);
	}
	.mainVisualText img {
		width: calc(319 / 720 * 100vw);
	}
	.mainVisualText02 {
		position: absolute;
		top: calc(58 / 720 * 100vw);
		left: calc(12 / 720 * 100vw);
	}
	.mainVisualText02 img {
		width: calc(95 / 720 * 100vw);
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		margin-top: 20px;
	}
	.newsBox .newsBoxHeading {
		position: relative;
		width: 73px;
		z-index: 1;
		margin-left: 5px;
	}
	.newsBox .newsBoxInner{
		position: relative;
		width: auto;
		height: 84px;
		padding: 10px 0 10px 10px;
		background: #fff;
		border: 2px solid #564130;
		margin-top: -16px;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 10px 0;
		font-size: 10px;
		font-size: 1.3rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 106px;
		padding-left: 0;
		display: table-cell;
	}
	.newsBox .contentbox li .txt {
		display: table-cell;
		padding-right: 10px;
	}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 9px 0 14px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		border-radius: 0;
		background-color: #564130;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before,
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		content: "";
		position:absolute;
		left: 0;
		width: 0;
		height: 0;
		border-right-width: 6px;
		border-left-width: 6px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		top: 0;
		border-bottom: 8px solid #564130;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #564130;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
		/* pochasBg
	------------------------------------------------------ */
	.pochasBg01 {
		background: url("/gecard/pochas/img-files/index_bg01_sp.webp") repeat 0 35px / 100px 100px;
		position: relative;
		width: 100vw;
		margin-left: -10px;
		padding: 0 10px;
	}
	.pochasBg02 {
		background: url("/gecard/pochas/img-files/index_bg02_sp.webp") repeat 0 35px / 100px 100px;
		position: relative;
		width: 100vw;
		margin-left: -10px;
		padding: 0 10px;
	}
	.pochasBg03 {
		background: url("/gecard/pochas/img-files/index_bg03_sp.webp") repeat 0 35px / 100px 100px;
		position: relative;
		width: 100vw;
		margin-left: -10px;
		padding: 0 10px;
	}
	.pochasBg04 {
		background: url("/gecard/pochas/img-files/index_bg04_sp.webp") repeat 0 35px / 100px 100px;
		position: relative;
		width: 100vw;
		margin-left: -10px;
		padding: 0 10px;
	}
	.pochasBgInner {
		padding-bottom: 35px;
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 13px 0 0;
	}
	.flow--wrap + .pochas-box {
		margin-top: 25px;
	}
	.flow.type02 .flowDesc {
		display: table;
		width: 100%;
		height: 59px;
		margin-top: 0;
	}
	.flow > li {
		position: relative;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.flow > li:first-child {
		margin: 0;
	}
	.flow > li,
	.flow > li:nth-of-type(2),
	.flow > li:nth-of-type(3){margin: 21px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 9px;
		top: -15px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/pochas/img-files/index_ic02.webp) no-repeat top left / contain;
	}
	.list04 {
		position: relative;
	}
	.list04::before {
		position: absolute;
		content: "";
		bottom: 29px;
		right: 0;
		width: 70px;
		height: 46px;
		background: url("/gecard/pochas/img-files/index_im05.webp") no-repeat 0 0/ contain;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 27.5%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow.type02 .flowDesc dt {
		width: 15.7%;
		vertical-align: top;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 5px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.flow.type02 .flowDesc dd {
		font-size: 1.5rem;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px;
	}
	.flow .list04 .flowDesc dd > span {
		padding-right: 80px;
	}
	.flow.type02 .flowDesc dd .flow-txtNote01 {
		position: relative;
		margin-top: 5px;
		padding-left: 13px;
		font-size: 1.2rem;
	}
	.flow.type02 .flowDesc dd .flow-txtNote01 .ast {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.pochas-section >:first-child {
		margin-top: 0 !important;
	}
	.pochas-section + .pochas-section {
		margin-top: 20px;
	}
	/* heading */
	.pochas-heading02 {
		position: relative;
		padding-top: 38px;
		text-align: center;
	}
	.pochas-heading02.type-first {
		padding-top: 20px;
	}
	.pochas-heading03 {
		margin: 24px 0 0 0;
		text-align: center;
	}
	/* text */
	.pochas-lead {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.pochas-text01 { 
		padding-top: calc(56 / 720 * 100vw);
		line-height: 1.2;
		font-size: 1.3rem;
	}
	.pochas-text02 { 
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.pochas-textLarge {
		font-size: 1.5rem;
	}
	/* image */
	.pochas-image {
		margin-top: 15px;
		text-align: center;
	}
	.pochas-image02 {
		margin-top: 15px;
	}
	.pochas-voiImage {
		margin-top: 20px;
		text-align: center;
	}
	.pochas-text02 {
		position: relative;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 8px;
	}
	.pochas-text03 {
		margin-top: 12px;
		font-size: 1.6rem;
	}
	.pochas-lead {
		margin-top: 18px;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.pochas-lead02 {
		margin-top: 20px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.pochas-text {
		margin-top: 17px;
		text-align: left;
		font-size: 1.6rem;
	}
	.pochas-noteText {
		position: relative;
		margin-top: 10px;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.pochas-noteText .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-markText {
		margin: 17px auto 0;
		padding: 0 3px;
		width: fit-content;
		font-size: 1.8rem;
		border-bottom: 1px solid #590a38;
		border-image: linear-gradient(to right, #590a38 0%, #ff7c00 100%);
		border-image-slice: 1;
		line-height: 1.1;
	}
	.pochas-iconText {
		margin-top: 7px;
		display: flex;
		align-items: center;
	}
	.pochas-iconText.type02 {
		margin-top: 28px;
	}
	.pochas-media03 .pochas-iconText {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-iconText .num {
		flex-shrink: 0;
		margin-right: 10px;
	}
	.pochas-iconText .num img {
		width: 39px;
		height: 39px;
	}
	.pochas-iconText .text {
		font-size: 2.0rem;
		font-weight: bold;
	}
	.pochas-media02 .pochas-iconText {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* list */
	.pochas-noteList {
		margin-top: 15px;
	}
	.pochas-noteList[data-align="center"],
	.pochas-noteList[data-align-sp="center"] {
		text-align: center;
	}
	.pochas-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.pochas-noteList[data-mark="static"] > li,
	.pochas-noteList[data-mark-sp="static"] > li {
		padding-left: 0;
	}
	.pochas-noteList[data-align="center"] > li,
	.pochas-noteList[data-align-sp="center"] > li {
		display: inline-block;
	}
	.pochas-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-noteList[data-mark="static"] > li > .mark {
		position: static;
	}
	.pochas-noteList03 {
		margin-top: 8px;
	}
	.pochas-noteList03 > li {
		position: relative;
		padding-left: 1.2em;
		font-size: 1.3rem;
	}
	.pochas-noteList03 > li + li {
		margin-top: 5px;
	}
	.pochas-noteList03 > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* card */
	.pochas-cardWrap {
		margin-top: calc(24 / 720 * 100vw);
	}
	.pochas-card {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: calc((120 / 720) * 100vw) calc((20 / 720) * 100vw) calc((60 / 720) * 100vw);
		background: url("/gecard/pochas/img-files/index_bg05_sp.webp") no-repeat 0 0 / cover;
		text-align: center;
		aspect-ratio: 680/814;
	}
	.pochas-card.type02 {
		background: url("/gecard/pochas/img-files/index_bg06_sp.webp") no-repeat 0 0 / cover;
	}
	.pochas-card .pochas-cardTitle img {
		width: auto;
		height: calc((84 / 720) * 100vw);
	}
	.pochas-card + .pochas-card {
		margin-top: calc((35 / 720) * 100vw);
	}
	.pochas-cardWrap.is-normal .pochas-card {
		aspect-ratio: 680/673;
		padding: calc((120 / 720) * 100vw) calc((40 / 720) * 100vw) calc((70 / 720) * 100vw);
		background: url("/gecard/pochas/img-files/index_bg09_sp.webp") no-repeat 0 0 / contain;
	}
	.pochas-cardWrap.is-normal .pochas-card.type02 {
			background: url("/gecard/pochas/img-files/index_bg10_sp.webp") no-repeat 0 0 / contain;
	}
	.pochas-card .pochas-cardImage {
		margin: calc((55 / 720) * 100vw) calc((69 / 720) * 100vw) 0;
	}
	.pochas-cardWrap.is-normal .pochas-card .pochas-cardImage {
		margin: calc((55 / 720) * 100vw) calc((49 / 720) * 100vw) 0;
		filter: drop-shadow(0 0 15px #fff);
	}
	.pochas-card .pochas-cardText {
		margin-top: calc((60 / 720) * 100vw);
		text-align: center;
		font-size: calc((36 / 720) * 100vw);
		color: #564130;
		font-weight: bold;
	}
	.pochas-cardText01 {
		text-align: center;
		margin-top: 17px;
	}
	.pochas-cardWrap02 {
		margin: calc(48 / 720 * 100vw) auto 48px;
	}
	.pochas-card02 {
		text-align: center;
	}
	.pochas-card02 + .pochas-card02 {
		margin-top: 40px;
	}
	.pochas-card02 .pochas-card02Image {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 44px;
		text-align: center;
	}
	.pochas-card02[data-type="mona"] .pochas-card02Image img {
		width: auto;
		height: calc(445 / 720 * 100vw);
	}
	.pochas-card02[data-type="tokyo"] .pochas-card02Image img {
		width: calc(445 / 720 * 100vw);
		height: auto;
	}
	/* button */
	.applyBtn {
		margin-top: calc((61 / 720) * 100vw);
	}
	.pochas-card02 .applyBtn {
		margin-top: calc((27 / 720) * 100vw);
	}
	.applyBtn > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: calc(112 / 720 * 100vw);
		border: calc(6 / 720 * 100vw) solid #fff;
		border-radius: 9999px;
		background-color: #f6e230;
		box-shadow: 0px calc(6 / 720 * 100vw) calc(8 / 720 * 100vw) calc(2 / 720 * 100vw) rgba(117, 117, 117, 0.5);
		padding: calc(10 / 720 * 100vw) calc(48 / 720 * 100vw) calc(10 / 720 * 100vw) calc(20 / 720 * 100vw);
	}
	.applyBtn > li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(19 / 720 * 100vw);
		width: calc(41 / 720 * 100vw);
		height: calc(41 / 720 * 100vw);
		margin-top: calc(-20 / 720 * 100vw);
		background: url("/gecard/pochas/img-files/index_ic04.webp") no-repeat 0 0 / contain;
	}
	.pochas-card .applyBtn > li a img {
		width: calc(533 / 720 * 100vw);
	}
	.pochas-card02 .applyBtn > li a img {
		width: calc(533 / 720 * 100vw);
	}
	.pochas-card.type02 .applyBtn > li a {
		background-color: #d4a7e9;
	}
	.pochas-card02.type02 .applyBtn > li a {
		background-color: #d4a7e9;
	}
	.pochas-btnWrap {
		display: block;
		margin-top: 13px;
		padding: 0 10px;
	}
	.pochas-btn {
		width: 100%;
		height: 50px;
	}
	.pochas-btn + .pochas-btn {
		margin-top: 16px;
	}
	.pochas-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 5px 40px;
		font-size: 1.7rem;
		color: #564130;
		font-weight: bold;
		text-decoration: none;
		background-color: #baea53;
		border: 2px solid #564130;
	}
	.pochas-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/pochas/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		}
	/* media */
	.pochas-media {
		margin-top: 15px;
	}
	.pochas-media .pochas-mediaBody {
		margin-top: 19px;
	}
	.pochas-media .pochas-mediaText {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.pochas-media .pochas-mediaText02 {
		margin-top: 10px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.pochas-media .pochas-mediaText03 {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.pochas-media .pochas-mediaImage {
		text-align: center;
	}
	.pochas-media .pochas-mediaImage02 {
		text-align: center;
		margin-top: 14px;
	}
	.pochas-media .pochas-mediaImage02 img {
		width: 196px;
	}
	.pochas-media .pochas-mediaNoteList li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.pochas-media .pochas-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-media02 .pochas-mediaBody {
		margin-top: 10px;
	}
	.pochas-media03 {
		display: flex;
		align-items: center;
		position: relative;
		margin-top: 20px;
		padding: 59px 0 0 0;
	}
	.pochas-media03 .pochas-mediaText04 {
		font-size: 1.6rem;
	}
	.pochas-media03 .pochas-mediaHead {
		width: 62%;
	}
	.pochas-media03 .pochas-mediaBody {
		width: 38%;
		margin-left: 1%;
	}
	/* box */
	.pochas-box {
		position: relative;
		margin-top: 30px;
		background-color: #fff;
		border-radius: 5px;
		overflow: hidden;
	}
	.pochas-box::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 15px;
		background: url("/gecard/pochas/img-files/index_bg07_sp.webp") repeat-x 0 0;
		background-size: 20px;
	}
	.pochas-box.type-orange::before {
		background: url("/gecard/pochas/img-files/index_bg08_sp.webp") repeat-x 0 0;
		background-size: 20px;
	}
	.pochas-box + .pochas-box {
		margin-top: 23px;
	}
	.pochas-box .pochas-boxInner {
		padding: 30px 10px 20px;
	}
	.pochas-box .pochas-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.pochas-box .pochas-boxTitle {
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.5rem;
		color: #564130;
		font-weight: bold;
	}
	.pochas-box .pochas-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.pochas-box .pochas-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.pochas-box .pochas-boxList {
		margin-top: 10px;
	}
	.pochas-box .pochas-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.pochas-box .pochas-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-box .pochas-boxList > li.mark::before {
		content: "";
		position: absolute;
		top: 7px;
		left: 1px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #ffc4d6;
	}
	.pochas-box.type-orange .pochas-boxList > li.mark::before {
		background-color: #ffcc99;
	}
	.pochas-box .pochas-boxList > li > .pochas-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.pochas-box .pochas-boxImage {
		margin: 15px 5% 0;
		text-align: center;
	}
	.pochas-box .pochas-boxHr {
		width: 100%;
		height: 2px;
		margin: 18px 0 18px 0;
		background-image: linear-gradient(to right, #d66177, #d66177 2px, transparent 2px, transparent 6px);
		background-size: 6px 2px;
	}
	.pochas-box .pochas-boxHr.typeOrange {
		background-image: linear-gradient(to right, #ffcc99, #ffcc99 2px, transparent 2px, transparent 6px);
	}
	.pochas-box .pochas-boxInquiry {
		text-align: center;
	}
	.pochas-box .pochas-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.pochas-box .pochas-boxInquiry .pochas-boxInquiryTxt {
		margin-top: 3px;
		font-size: 1.3rem; 
	}
	.pochas-box .pochas-boxInquiry .pochas-boxInquiryTel {
		margin-top: 3px;
		font-size: 1.3rem;
	}
	.pochas-characters {
		text-align: center;
		padding-top: 20px;
	}
	.pochas-characters img {
		width: 321px;
	}
	/* modal */
	.modalInlineWrapper {
		display: none;
	}
	#cboxContent {
		overflow: visible !important;
		background-color: #ececec;
	}
	#colorbox #cboxLoadedContent {
		overflow: auto !important;
		overflow-x: hidden !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -15px !important;
		bottom: auto !important;
		right: -15px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0/40px !important;
		background-size: 40px auto;
		width: 40px !important;
		height: 40px !important;
		text-indent: -9999px;
	}
	.modalContents {
		padding: 25px 10px;
	}
	.pochas-modal-box02 .title-position {
		text-align: center;
	}
	.ModalInner .cb_close a:after {
		right: 10px;
		height: 14px;
		width: 14px;
		margin-top: -7px;
		background-image: url(/common-files/img/sp_com_close_ic01.png);
		background-size: 14px 14px;
	}
	.pochas-modal-box02 .pochas-modal-boxTitle {
		display: inline;
		width: 300px;
		margin: 0 auto 0;
		padding: 10px 40px;
		color: #fff;
		background-color: #564130;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.pochas-modal-column {
		display: block;
		margin-top: 30px;
	}
	.pochas-modal-column .pochas-modal-columnItem {
		position: relative;
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		background-color: #fff;
	}
	.pochas-modal-column .pochas-modal-columnItem + .pochas-modal-columnItem {
		margin-top: 20px;
	}
	.pochas-modal-column .pochas-modal-columnItem:nth-of-type(2)::before {
		content: 'or';
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 5px;
		left: 50%;
		width: 38px;
		height: 38px;
		margin-left: -19px;
		border-radius: 50%;
		background-color: #564130;
		font-size: 1.5rem;
		color: #fff;
		margin-top: -32.5px;
	}
	.pochas-modal-column .pochas-modal-columnImageLead {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.pochas-modal-column .pochas-modal-columnImageLead .pochas-modal-columnImageLeadImage {
		flex-shrink: 0;
		width: 50px;
		margin-right: 10px;
	}
	.pochas-modal-column .pochas-modal-columnImageLead .pochas-modal-columnImageLeadLead {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.pochas-modal-column .pochas-modal-columnLeadText {
		font-size: 1.3rem;
		font-weight: bold;
	}
	.pochas-modal-listWrap[data-col="2"] .pochas-modal-list {
		display: flex;
		flex-flow: row wrap;
		width: 360px;
	}
	.pochas-modal-listWrap[data-col="2"] .pochas-modal-list > li {
		width: 170px;
	}
	.pochas-modal-listWrap[data-col="2"] .pochas-modal-list > li:nth-of-type(2n) {
		width: 170px;
	}
	.pochas-modal-noteList li.pochas-modal-listColor01 {
		color: #dc322c;
	}
	.pochas-modal-list > li {
		position: relative;
		padding-left: 5px;
		font-size: 1.3rem;
	}
	.pochas-modal-list > li::before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #333;
	}
	.pochas-modal-noteList {
		margin-top: 5px;
	}
	.pochas-modal-noteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.pochas-modal-noteList > li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.pochas-modal-link {
		margin-top: 10px;
	}
	.pochas-modal-link a {
		font-size: 1.2rem;
		color: #008191;
	}
	.webBtn {
		margin-top: 20px;
	}
	.webBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: 42px;
		margin: 0 auto;
		padding: 5px 20px 5px 10px;
		background-color: #000;
		border-radius: 5px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
	}
	.webBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 12px;
		margin-top: -6px;
		background: url("/gecard/pochas/img-files/index_ic03.webp") no-repeat 0 0 / cover;
	}
	.pochas-btn02 {
		position: relative;
		margin: 30px 10px 0;
	}
	.pochas-btn02 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 60px;
		background-color: #564130;
		text-align: center;
		font-size: 2.0rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		padding: 5px 70px;
		border-radius: 30px;
	}
	.pochas-btn02 a .small {
		font-size: 1.3rem;
	}
	.pochas-btn02 a .pochas-btn02Text {
		line-height: 0.8;
	}
	.pochas-btn02 a .pochas-btn02Text::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 5.5px;
		height: 9.5px;
		margin-top: -4px;
		background: url("/gecard/pochas/img-files/index_ic05.webp") no-repeat 0 0 / contain;
	}
	.pochas-btn03 {
		position: relative;
		width: calc(50% - 4px);
		justify-content: space-between;
	}
	.pochas-btn03 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		min-height: 40px;
		padding: 5px 18px 5px 8px;
		background-color: #564130;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		text-decoration: none;
		border-radius: 30px;
		font-weight: bold;
	}
	.pochas-btn03.type02 a {
		color: #564130;
	}
	.pochas-btn03 a::before {
		content: '';
		position: absolute;
		top: 2px;
		left: 2px;
		width: calc(100% - 2px * 2);
		height: calc(100% - 2px * 2);
		border-radius: 22px;
		background-color: #fff;
		opacity: 0;
	}
	.pochas-btn03.type02 a::before {
		opacity: 1;
	}
	.pochas-btn03 a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 7px;
		width: 5.5px;
		height: 9.5px;
		margin-top: -5.5px;
		background: url("/gecard/pochas/img-files/index_ic05.webp") no-repeat 0 0 / contain;
	}
	.pochas-btn03.type02 a::after {
		background: url("/gecard/pochas/img-files/index_ic08.webp") no-repeat 0 0 / contain;
	}
	.pochas-btn03 a .small {
		font-size: 0.9rem;
	}
	.pochas-btn03 a .pochas-btn03Text {
		position: relative;
		line-height: 1;
	}
	.pochas-btn04 {
		margin: 20px 10px 0;
		text-align: center;
	}
	.pochas-btn04 a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		min-height: calc(112 / 720 * 100vw);
		padding: calc(10 / 720 * 100vw) calc(96 / 720 * 100vw) calc(10 / 720 * 100vw) calc(60 / 720 * 100vw);
		border-radius: calc(90 / 720 * 100vw);
		background-color: #ff77a2;
		box-shadow: 0px 2px 4px 1px rgba(117, 117, 117, 0.5);
		text-align: center;
		text-decoration: none;
		border: calc(6 / 720 * 100vw) solid #fff;
	}
	.pochas-btn04 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(18 / 720 * 100vw);
		width: calc(40 / 720 * 100vw);
		height: calc(40 / 720 * 100vw);
		margin-top: calc(-20 / 720 * 100vw);
		background: url("/gecard/pochas/img-files/index_ic04.webp") no-repeat 0 0 / contain;
		transform: rotate(90deg);
	}
	.pochas-btn04 a img {
		width: auto;
		height: calc(55 / 720 * 100vw);
	}
	/* floating */
	.pochas-floatingWrap01 {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 9999;
	}
	.pochas-floatingWrap01 .pochas-floatingInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.pochas-floatingWrap01 .commonFloating {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.pochas-btnFloatWrap {
		display: flex;
		justify-content: space-between;
	}
}

/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}