@charset "shift_jis";

body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	overflow-x: hidden;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #000;
}
p,ul,ol,div {
	color: #000;
}
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		min-width: 1260px;
		font-size: 1.6rem;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg01.webp") repeat 0 center / 200px;
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: none;
		z-index: 1;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 8px 30px;
	}
	#header #headerLogo img {
		height: 34px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		position: relative;
		margin-top: 0;
	}
	#mainContents{
		width: 1260px;
		padding: 0 30px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #fe9d01;
		text-align: center;
	}
	#copyright {
		font-size: 1.4rem;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
	}
	.mainVisual .mainVisualInner {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 1260px;
		height: max(432px,calc(650 / 1920 * 100vw));
		margin: auto;
		padding: max(146px,calc(220 / 1920 * 100vw)) 30px max(16px,calc(25 / 1920 * 100vw));
		text-align: center;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0!important;
	}
	.mainVisual .mainVisualTitleWrap >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin: max(13px,calc(20 / 1920 * 100vw)) auto 0;
		width: max(364px,calc(549 / 1920 * 100vw));
	}
	.mainVisual .mainVisualText01 {
		margin: max(9px,calc(14 / 1920 * 100vw)) auto 0;
		width: max(220px,calc(331 / 1920 * 100vw));
	}
	.mainVisual .mainVisualText02 {
		position: absolute;
		bottom: max(16px,calc(25 / 1920 * 100vw));
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		font-size: 1.6rem;
	}
	
	/* news
	------------------------------------------------------ */
	.newsBox {
		position: relative;
		width: 1260px;
		padding: 0 30px;
		margin: 15px auto 18px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
	}
	.newsBox .newsBoxInner {
		position: relative;
		width: 100%;
		height: 116px;
		margin-top: 7px;
		overflow-y: hidden;
		padding: 17px 10px 13px 20px;
		background: #fff;
		border-radius: 10px;
	}
	.newsBox .content {
		overflow: auto;
		position: relative;
		padding: 0px;
		height: 90px;
	}
	.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: 135px;
	}
	.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: 11px 0 10px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
		background-color: inherit;
		padding: 0 3px;
		opacity: 1;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 14px;
		background-color: #fe9d01;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.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 #fe9d01;
		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 #fe9d01;
		border-right: 7.5px solid transparent;
		border-left: 7.5px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
		display: block;
		content: "";
	}
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		position: relative;
		margin-top: 100px;
		margin-bottom: 70px;
	}
	.flow > li {
		float: left;
		width: 280px;
		min-height: 283px;
		margin-right: calc(80px / 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/kaiketsuzorori/img-files/pc_index_flow01.webp");}
	.flow > li.list02 {background-image: url("/gecard/kaiketsuzorori/img-files/pc_index_flow02.webp");}
	.flow > li.list03 {background-image: url("/gecard/kaiketsuzorori/img-files/pc_index_flow03.webp");}
	.flow > li.list04 {background-image: url("/gecard/kaiketsuzorori/img-files/pc_index_flow04.webp");}
	.flow > li a {color: inherit;}
	.flow > li .num {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 42px;
	}
	.flow .flowDesc dd {
		padding-top: 170px;
		font-size: 1.6rem;
		text-align: center;
	}
	.flow .flowDesc dd a {
		color: #000;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.zorori-section01 {
		margin-top: 56px;
	}
	.zorori-section01 >:first-child {
		margin-top: 0 !important;
	}
	.zorori-section01 + .zorori-section01 {
		margin-top: 60px;
	}
	.zorori-section02 {
		margin-top: 75px;
	}
	.zorori-section02 >:first-child {
		margin-top: 0 !important;
	}
	.zorori-section02 + .zorori-section02 {
		margin-top: 90px;
	}
	/* heading */
	.zorori-heading02 {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-top: 80px;
		margin-bottom: -45px;
		text-align: center;
		transform: translateX(-50%);
	}
	.zorori-heading02 + * {
		margin-top: 0 !important;
	}
	.zorori-heading03 {
		position: relative;
		width: fit-content;
		margin: 40px auto 0;
		padding-bottom: 17px;
		text-align: center;
	}
	.zorori-heading03::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 6px;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg05.webp") space 0 0 / contain
	}
	/* text */
	.zorori-lead {
		margin-top: 43px;
		margin-bottom: 30px;
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.zorori-text01 {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.zorori-text02 { 
		margin-top: 16px;
		font-size: 1.6rem;
	}
	/* list */
	.zorori-noteList {
		margin-top: 20px;
	}
	.zorori-noteList {
		margin: 20px auto 0;
	}
	.zorori-noteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.zorori-noteList > li + li {
		margin-top: 7px;
	}
	.zorori-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.zorori-image {
		margin-top: 35px;
		text-align: center;
	}
	/* card */
	.zorori-cardWrap {
		position: relative;
		margin-top: 40px;
	}
	.zorori-cardWrap::before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fe9d01;
		border-radius: 20px;
	}
	.zorori-card {
		position: relative;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg02.webp") repeat 0 0 / 112px;
		border: 4px solid #fff;
		border-radius: 20px;
		text-align: center;
		overflow: hidden;
	}
	.zorori-card .zorori-cardInner {
		position: relative;
		padding: 55px 40px 70px;
		z-index: 1;
	}
	.zorori-card .zorori-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.zorori-card .zorori-cardTitle {
		margin-top: 20px;
	}
	.zorori-card .zorori-cardImage {
		margin-top: 60px;
	}
	.zorori-card .zorori-cardText01 {
		margin-top: 75px;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.zorori-card .zorori-cardText02 {
		margin-top: 20px;
		text-align: center;
		font-size: 1.6rem;
	}
	.zorori-card .zorori-cardAbsImageWrap > * {
		z-index: 0;
	}
	.zorori-card .zorori-cardAbsImage01 {
		position: absolute;
		top: 134px;
		right: 92px;
	}
	.zorori-card .zorori-cardAbsImage02 {
		position: absolute;
		bottom: 58px;
		left: 68px;
		width: 242px;
	}
	.zorori-card .zorori-cardAbsImage03 {
		position: absolute;
		bottom: 0;
		right: 66px;
	}
	/* button */
	.applyBtn {
		position: relative;
		margin-top: 50px;
	}
	.applyBtn::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 50%;
		width: 500px;
		height: 100%;
		border-radius: 40px;
		background-color: #b8196a;
		transform: translate(-50%);
	}
	.applyBtn > li a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 506px;
		height: 86px;
		margin: 0 auto;
		background-color: #e62e8b;
		border: 3px solid #fff;
		border-radius: 40px;
		transition: 0.2s all ease-out;
	}
	.applyBtn > li > a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 21px;
		width: 17px;
		height: 19px;
		margin-top: -9.5px;
		background: url("/gecard/kaiketsuzorori/img-files/index_ic04.webp") no-repeat 0 0 / contain;
	}
	.applyBtn > li > a img {
		width: auto;
		height: 31px;
	}
	.applyBtn a:hover {
		transform: translateY(4px);
	}
	.zorori-btnWrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		margin-top: 50px;
		padding: 0 48px;
	}
	.zorori-btn {
		position: relative;
		width: calc(50% - 12px);
		min-height: 92px;
	}
	.zorori-btn::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 43px;
		background-color: #bb6500;
	}
	.zorori-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: 10px 60px;
		border-radius: 43px;
		border: 3px solid #fff;
		background-color: #fe9d01;
		font-size: 2.8rem;
		color: inherit;
		font-weight: bold;
		text-decoration: none;
		transition: 0.2s all ease-out;
	}
	.zorori-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		width: 34px;
		height: 34px;
		margin-top: -17px;
		background: url("/gecard/kaiketsuzorori/img-files/index_ic02.webp") no-repeat;
		}
	.zorori-btn a:hover {
		transform: translateY(4px);
	}
	.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/kaiketsuzorori/img-files/index_ic01.webp") no-repeat 0 0 / cover;
	}
	/* media */
	.zorori-media {
		display: flex;
		gap: 40px;
		margin-top: 33px;
	}
	.zorori-media .zorori-mediaHead {
		flex-shrink: 0;
		width: 540px;
		text-align: center;
	}
	.zorori-media .zorori-mediaHead >:first-child,
	.zorori-media .zorori-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.zorori-media .zorori-mediaImage01 {
		margin: 0 auto;
	}
	.zorori-media .zorori-mediaImage02 {
		margin-top: 10px;
		margin-right: 25px;
		text-align: right;
	}
	.zorori-media .zorori-mediaText01 {
		margin-top: 10px;
		font-size: 2rem;
		line-height: 1.64;
	}
	.zorori-media .zorori-mediaText02 {
		margin-top: 13px;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.zorori-media .zorori-mediaText03 {
		margin-top: 10px;
		font-size: 1.6rem;
	}
	.zorori-media .zorori-mediaNoteList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.zorori-media .zorori-mediaNoteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.zorori-box {
		position: relative;
		margin-top: 65px;
	}
	.zorori-box + .zorori-box {
		margin-top: 83px;
	}
	.zorori-box::before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
	}
	.zorori-box[data-color="pink"]::before {
		background-color: #df699e;
	}
	.zorori-box[data-color="blue"]::before {
		background-color: #20a5bf;
	}
	.zorori-box .zorori-boxInner {
		position: relative;
		border-radius: 20px;
		border: 4px solid #fff;
	}
	.zorori-box[data-color="pink"] .zorori-boxInner {
		padding: 35px 16px;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg03.webp") repeat 0 0 / 40px;
	}
	.zorori-box[data-color="blue"] .zorori-boxInner {
		padding: 25px 45px;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg04.webp") repeat 0 0 / 134px;
	}
	.zorori-box .zorori-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.zorori-box .zorori-boxTitle {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
	}
	.zorori-box .zorori-boxText {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.zorori-box .zorori-boxText .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	.zorori-box .zorori-boxList {
		margin-top: 13px;
	}
	.zorori-box .zorori-boxList > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.zorori-box .zorori-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.zorori-box .zorori-boxList > li > .zorori-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.zorori-box .zorori-boxList02 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.zorori-box .zorori-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.zorori-box .zorori-boxList03 {
		margin-top: 25px;
	}
	.zorori-box .zorori-boxList03 > li {
		position: relative;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.zorori-box .zorori-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.zorori-box .zorori-boxList03 > li > .zorori-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.zorori-box .zorori-boxImage {
		margin-top: 16px;
		text-align: center;
	}
	.zorori-box .zorori-boxHr {
		width: calc(100% + 62px);
		height: 3px;
		margin: 18px 0 25px -32px;
		background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.zorori-box .zorori-boxInquiry {
		text-align: center;
	}
	.zorori-box .zorori-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.zorori-box .zorori-boxInquiry .zorori-boxInquiryTxt {
		font-size: 1.6rem;
	}
	.zorori-box .zorori-boxInquiry .zorori-boxInquiryTel {
		font-size: 1.6rem;
	}
	/* other */
	.zorori-privilege {
		padding: 0 250px 0 20px;
	}
	.zorori-privilege .zorori-privilegeImage01 {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	#pageContainer .snsArea {
		margin: 55px auto;
	}
}
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg01.webp") repeat 0 center / 100px;
	}
	body .snsArea {
		margin: 45px auto 33px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0;
		border-bottom: none;
		background-color: #fff;
	}
	#headerLogo {
		padding: 5px 10px 7px;
	}
	#header #headerLogo img {
		width: auto;
		height: 23px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 0 10px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 13px 0;
		border: none;
		background-color: #fe9d01;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		position: relative;
	}
	.mainVisual .mainVisualInner {
		display: flex;
		flex-flow: column;
		align-self: center;
		justify-content: space-between;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		padding: calc(30 / 720 * 100vw) calc(20 / 720 * 100vw) calc(75 / 720 * 100vw);
		text-align: center;
		aspect-ratio: 720/1040;
	}
	.mainVisual .mainVisualInner >:first-child {
		margin-top: 0!important;
	}
	.mainVisual .mainVisualTitleWrap {
		margin-top: calc(20 / 720 * 100vw);
	}
	.mainVisual .mainVisualTitleWrap >:first-child {
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin: calc(20 / 720 * 100vw) auto 0;
		width: calc(549 / 720 * 100vw);
	}
	.mainVisual .mainVisualText01 {
		margin: calc(14 / 720 * 100vw) auto 0;
		width: calc(331 / 720 * 100vw);
	}
	.mainVisual .mainVisualText02 {
		margin: calc(10 / 720 * 100vw) 0 0;
		text-align: center;
		font-size: calc(26 / 720 * 100vw);
	}
	/* news
	------------------------------------------------------ */
	.newsBox {
		margin: 13px 0;
		padding: 0 10px;
	}
	.newsBox .newsBoxHeading {
		display: flex;
	}
	.newsBox .newsBoxHeading img {
		width: auto;
		height: 23px;
	}
	.newsBox .newsBoxInner{
		width: auto;
		height: 79px;
		margin-top: 5px;
		padding: 10px 1px 10px 10px;
		background: #fff;
		border-radius: 5px;
	}
	.newsBox .content {
		padding: 0px;
		height: 75px;
	}
	.newsBox .contentbox {
		padding: 6px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 2px;
	}
	.newsBox .contentbox li .date {
		width: 80px;
		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: 2.5px;
		background-color: #fe9d01;
	}
	.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 #fe9d01;
		border-bottom-width: 8px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{
		bottom: 0;
		border-top: 8px solid #fe9d01;
		border-top-width: 8px;
	}
	.newsBox .mCustomScrollBox{
		height: calc(100% - 15px);
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap {
		margin: 8px 0 35px;
	}
	.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: 22px 0 0;}
	.flow > li:first-child{margin: 0;}
	.flow > li + li:after {
		position: absolute;
		content: "";
		width: 17px;
		height: 9px;
		top: -23px;
		right: 50%;
		margin-right: -10px;
		background: url(/gecard/kaiketsuzorori/img-files/index_ic03.webp) no-repeat top left / 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: 28%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.flow .flowDesc dt span {display: inline;}
	.flow .flowDesc dd {
		display: table-cell;
		width: 74.5%;
		padding: 0 0 0 2px;
		vertical-align: middle;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.flow .flowDesc dd > span {
		display: block;
		padding: 10px 5px;
	}
	/* module
	------------------------------------------------------ */
	/* section */
	.zorori-section01 {
		margin-top: 14px;
	}
	.zorori-section01 >:first-child {
		margin-top: 0 !important;
	}
	.zorori-section02 {
		margin-top: 35px;
	}
	.zorori-section02 >:first-child {
		margin-top: 0 !important;
	}
	.zorori-section02 + .zorori-section02 {
		margin-top: 25px;
	}
	/* heading */
	.zorori-heading02 {
		margin-top: 40px;
		width: 100vw;
		margin-left: -10px;
		text-align: center;
	}
	.zorori-heading03 {
		position: relative;
		margin-top: 30px;
		text-align: center;
		padding-bottom: 4px;
	}
	.zorori-heading03::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg05.webp") space 0 0 / contain;
	}
	.zorori-heading03 .zorori-heading03Title img {
		width: auto;
	}
	/* text */
	.zorori-lead {
		margin-top: 25px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.zorori-text01 { 
		margin-top: 20px;
		font-size: 1.3rem;
	}
	.zorori-text02 { 
		margin-top: 11px;
		font-size: 1.3rem;
	}
	/* list */
	.zorori-noteList {
		margin-top: 15px;
	}
	.zorori-noteList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		line-height: 1.16;
	}
	.zorori-noteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.zorori-image {
		margin-top: 15px;
		text-align: center;
	}
	/* card */
	.zorori-cardWrap {
		position: relative;
		margin-top: calc(28 / 720 * 100vw * -1);
	}
	.zorori-cardWrap::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fe9d01;
		border-radius: calc(20 / 720 * 100vw);
	}
	.zorori-card {
		position: relative;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg02.webp") repeat 0 0 / calc(112 / 720 * 100vw);
		border: calc(4 / 720 * 100vw) solid #fff;
		border-radius: calc(20 / 720 * 100vw);
		text-align: center;
		overflow: hidden;
	}
	.zorori-card .zorori-cardInner {
		position: relative;
		padding: calc(37 / 720 * 100vw) calc(14 / 720 * 100vw) calc(220 / 720 * 100vw);
		z-index: 1;
	}
	.zorori-card .zorori-cardInner >:first-child {
		margin-top: 0 !important;
	}
	.zorori-card .zorori-cardTitle {
		margin-top: calc(40 / 720 * 100vw);
		width: calc(443 / 720 * 100vw);
	}
	.zorori-card .zorori-cardImage {
		width: calc(500 / 720 * 100vw);
		margin: calc(20 / 720 * 100vw) auto 0;
	}
	.zorori-card .zorori-cardText01 {
		margin-top: calc(80 / 720 * 100vw);
		text-align: center;
		font-size: calc(34 / 720 * 100vw);
		font-weight: bold;
	}
	.zorori-card .zorori-cardText02 {
		margin-top: calc(28 / 720 * 100vw);
		text-align: center;
		font-size: calc(26 / 720 * 100vw);
	}
	.zorori-card .zorori-cardAbsImageWrap > * {
		z-index: 0;
	}
	.zorori-card .zorori-cardAbsImage01 {
		position: absolute;
		top: calc(9 / 720 * 100vw);
		right: calc(6 / 720 * 100vw);
		width: calc(205 / 720 * 100vw);
	}
	.zorori-card .zorori-cardAbsImage02 {
		position: absolute;
		bottom: calc(163 / 720 * 100vw * -1);
		left: calc(80 / 720 * 100vw);
		width: calc(244 / 720 * 100vw);
	}
	.zorori-card .zorori-cardAbsImage03 {
		position: absolute;
		bottom: 0;
		right: calc(104 / 720 * 100vw);
		width: calc(185 / 720 * 100vw);
	}
	/* button */
	.applyBtn {
		position: relative;
		margin-top: calc((53 / 720) * 100vw);
	}
	.applyBtn::before {
		content: '';
		position: absolute;
		top: calc((4 / 720) * 100vw);
		left: 50%;
		width: 100%;
		height: 100%;
		border-radius: calc((51 / 720) * 100vw);
		background-color: #b8196a;
		transform: translate(-50%);
	}
	.applyBtn > li a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc((108 / 720) * 100vw);
		margin: 0 auto;
		background-color: #e62e8b;
		border: calc((3 / 720) * 100vw) solid #fff;
		border-radius: calc((51 / 720) * 100vw);
	}
	.applyBtn > li > a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc((30 / 720) * 100vw);
		width: calc((21 / 720) * 100vw);
		height: calc((24 / 720) * 100vw);
		margin-top: calc((-12 / 720) * 100vw);
		background: url("/gecard/kaiketsuzorori/img-files/index_ic04.webp") no-repeat 0 0 / contain;
	}
	.applyBtn > li > a img {
		width: auto;
		height: calc((39 / 720) * 100vw);
	}
	.zorori-btnWrap {
		margin-top: -22px;
		padding: 0 8px;
	}
	.zorori-btn {
		position: relative;
		width: 100%;
		min-height: 53px;
	}
	.zorori-btn::before {
		content: '';
		position: absolute;
		top: 2px;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 25px;
		background-color: #bb6500;
	}
	.zorori-btn + .zorori-btn {
		margin-top: 13px;
	}
	.zorori-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 53px;
		padding: 5px 35px;
		border: 2px solid #fff;
		background-color: #fe9d01;
		border-radius: 25px;
		text-decoration: none;
		color: inherit;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.zorori-btn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 17px;
		height: 17px;
		margin-top: -8.5px;
		background: url("/gecard/kaiketsuzorori/img-files/index_ic02.webp") no-repeat 0 0 / contain;
	}
	.webBtn {
		margin-top: 20px;
		text-align: center;
	}
	.webBtn a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 38px;
		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/kaiketsuzorori/img-files/index_ic01.webp") no-repeat 0 0 / cover;
	}
	/* media */
	.zorori-media {
		margin-top: 20px;
	}
	.zorori-media .zorori-mediaBody {
		margin-top: 28px;
	}
	.zorori-media .zorori-mediaHead >:first-child,
	.zorori-media .zorori-mediaBody >:first-child {
		margin-top: 0 !important;
	}
	.zorori-media .zorori-mediaImage01 {
		margin-top: 20px;
		text-align: center;
	}
	.zorori-media .zorori-mediaImage02 {
		width: 123px;
		margin-top: 10px;
		margin-left: auto;
		margin-bottom: -18px;
	}
	.zorori-media .zorori-mediaText01 {
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.zorori-media .zorori-mediaText02 {
		margin-top: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.zorori-media .zorori-mediaText03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.zorori-media .zorori-mediaNoteList > li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.zorori-media .zorori-mediaNoteList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.zorori-box {
		position: relative;
		margin-top: 65px;
	}
	.zorori-box + .zorori-box {
		margin-top: 33px;
	}
	.zorori-box::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	.zorori-box[data-color="pink"]::before {
		background-color: #df699e;
	}
	.zorori-box[data-color="blue"]::before {
		background-color: #20a5bf;
	}
	.zorori-box .zorori-boxInner {
		position: relative;
		border-radius: 10px;
		border: 2px solid #fff;
	}
	.zorori-box[data-color="pink"] .zorori-boxInner {
		padding: 26px 8px 20px;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg03.webp") repeat 0 0 / 20px;
	}
	.zorori-box[data-color="blue"] .zorori-boxInner {
		padding: 15px 15px 18px;
		background: url("/gecard/kaiketsuzorori/img-files/index_bg04.webp") repeat 0 0 / 67px;
	}
	.zorori-box .zorori-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.zorori-box .zorori-boxTitle {
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.zorori-box .zorori-boxText {
		margin-top: 15px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.zorori-box .zorori-boxText .txtLarge {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.zorori-box .zorori-boxList {
		margin-top: 10px;
	}
	.zorori-box .zorori-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	.zorori-box .zorori-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.zorori-box .zorori-boxList > li > .zorori-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.zorori-box .zorori-boxList02 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.zorori-box .zorori-boxList02 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.zorori-box .zorori-boxList03 {
		margin-top: 15px;
	}
	.zorori-box .zorori-boxList03 > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.zorori-box .zorori-boxList03 > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.zorori-box .zorori-boxList03 > li > .zorori-boxListNest >:first-child {
		margin-top: 0 !important;
	}
	.zorori-box .zorori-boxImage {
		margin: 15px 3% 19px;
		text-align: center;
	}
	.zorori-box .zorori-boxHr {
		width: calc(100% + 20px);
		height: 3px;
		margin: 20px 0 20px -10px;
		background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 12px);
		background-size: 12px 3px;
	}
	.zorori-box .zorori-boxInquiry {
		text-align: center;
	}
	.zorori-box .zorori-boxInquiry >:first-child {
		margin-top: 0!important;
	}
	.zorori-box .zorori-boxInquiry .zorori-boxInquiryTxt {
		font-size: 1.3rem;
		line-height: 1.4
	}
	.zorori-box .zorori-boxInquiry .zorori-boxInquiryTel {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	/* other */
	.zorori-privilege .zorori-noteList {
		padding: 0 120px 0 0;
	}
	.zorori-privilege .zorori-privilegeImage01 {
		position: absolute;
		right: 0;
		bottom: 42px;
		width: 116px;
		z-index: 0;
	}
	.zorori-privilege .no_voiContent,
	.zorori-privilege .voiContent {
		position: relative;
		z-index: 1;
	}
	
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}