@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/chimimo/chimimo.css
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}
li {
	list-style: none;
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #000;
}
#headerLogo {
	width: 1260px;
	margin: 0 auto;
	padding: 8px 30px 9px;
}
/* layout
------------------------------------------------------ */
#pageContainer{
	overflow-x: hidden;
	background: url("/gecard/capcom/streetfighter/img-files/index_bg01.jpg");
}
#mainContainer {
	margin-top: 0;
}
#mainContents{
	width: 1200px;
	padding: 30px 30px 45px;
}
a:hover,
a:visited,
a:link{
	color: #000;
	text-decoration: underline;
}
p,ul,ol,div {
	color: #fff;
}
/* footer
------------------------------------------------------ */
#footer {
	margin-top: 0;
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	background: #000;
}
#copyright {
	color: #fff;
}
/* flow
------------------------------------------------------ */
.flow--wrap {
	margin-top: 44px;
}
.flow > li {
	float: left;
	width: 277px;
	min-height: 277px;
	margin-right: 10px;
	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/capcom/streetfighter/img-files/pc_index_flow01.png");}
.flow > li.list02 {background-image: url("/gecard/capcom/streetfighter/img-files/pc_index_flow02.png");}
.flow > li.list03 {background-image: url("/gecard/capcom/streetfighter/img-files/pc_index_flow03.png");}
.flow > li.list04 {background-image: url("/gecard/capcom/streetfighter/img-files/pc_index_flow04.png");}
.flow > li a {color: #000;}
.flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.flow .flowDesc dd {
	padding-top: 155px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.flow .flowDesc dd a {
	color: #fff;
}
.flow .flowDesc dd a:hover {
	text-decoration: none;
}
/* module
------------------------------------------------------ */
/* heading */
.SF-heading02 {
	position: relative;
	left: 50%;
	width: 1920px;
	padding-top: 50px;
	transform: translateX(-50%);
}
.SF-heading02-02 {
	padding-top: 60px;
	text-align: center;
}
/* txt */
.SF-txt {
	margin-top: 30px;
	font-size: 1.6rem;
}
.SF-txt .txtLarge {
	font-size: 3.5rem;
	font-weight: bold;
}
/* card */
.SF-cardWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.SF-cardWrap .SF-card {
	width: 500px;
}
.SF-cardWrap .SF-cardTxt {
	margin-top: 20px;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}
/* SF-media */
.SF-media {
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
}
.SF-media .SF-mediaHead {
	width: 40%;
	margin-right: 2%;
}
.SF-media .SF-mediaBody {
	width: 58%;
}
.SF-media .SF-mediaTxt {
	font-size: 2rem;
	line-height: 1.6;
}
.SF-media .SF-mediaImage {
	text-align: center;
}
.SF-media .SF-mediaTxt02 {
	margin-top: 10px;
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fb9438;
}
.SF-media .SF-mediaTxt03 {
	margin-top: 10px;
	font-size: 1.6rem;
}
.SF-media .SF-mediaNoteList {
	margin-top: 20px;
}
.SF-media .SF-mediaNoteList li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.SF-media .SF-mediaNoteList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* box */
.SF-box {
	margin-top: 30px;
	border: 1px solid #fff;
}
.SF-box + .SF-box {
	margin-top: 20px;
}
.SF-box .SF-boxInner {
	padding: 30px 60px;
}
.SF-box .SF-boxTitle {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.SF-box .SF-boxTxt {
	font-size: 1.6rem;
}
.SF-box .SF-boxTxt .txtLarge {
	font-size: 2rem;
}
.SF-box .SF-boxList li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.SF-box .SF-boxList li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.SF-box .SF-boxList02 {
	margin-top: 5px;
}
.SF-box .SF-boxList02 li {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
}
.SF-box .SF-boxList02 li a {
	color: #fff;
}
.SF-box .SF-boxList02 li a:hover {
	text-decoration: none;
}
.SF-box .SF-boxList02 li + li {
	margin-top: 5px;
}
.SF-box .SF-boxList02 li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
.SF-box .SF-boxImage {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.SF-box .SF-boxInquiry {
	position: relative;
	width: calc(100% + 40px);
	margin-top: 30px;
	margin-left: -20px;
	text-align: center;
}
.SF-box .SF-boxInquiry::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #783b9b, #783b9b 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
}
.SF-box .SF-boxInquiry .SF-boxInquiryInner {
	padding: 30px 40px 0;
}
.SF-box .SF-boxInquiry .SF-boxInquiryInner >:first-child {
	margin-top: 0!important;
}
.SF-box .SF-boxInquiry .SF-boxInquiryTxt {
	margin-top: 5px;
	font-size: 1.6rem;
}
.SF-box .SF-boxInquiry .SF-boxInquiryTel {
	margin-top: 5px;
	font-size: 1.6rem;
}
.SF-box .SF-boxInquiry .SF-boxInquiryTel a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.SF-box .SF-boxHr {
	width: 300px;
	height: 1px;
	margin: 40px auto;
	background-color: #fff;
}
/* list */
.SF-list {
	margin-top: 30px;
	text-align: center;
}
.SF-list li {
	font-size: 1.6rem;
}
/* image */
.SF-image {
	margin-top: 30px;
}


/* applyBtn */
.applyBtn {
	margin-top: 35px;
}
.applyBtn li {
	position: relative;
	padding: 0 26px;
}
.applyBtn li:hover {
	opacity: 0.8;
}
.applyBtn li::before,
.applyBtn li::after {
	content: '';
	position: absolute;
	top: 0;
	width: 26px;
	height: 90px;
	background: url("/gecard/capcom/streetfighter/img-files/index_ic02.png") no-repeat;
}
.applyBtn li::before {
	left: 0;
}
.applyBtn li::after {
	right: 0;
	transform: rotate(180deg);
}
.applyBtn li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
	background-color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	color: #261522;
	text-decoration: none;
}
.applyBtn li a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -5px;
	width: 13px;
	height: 21px;
	margin-top: -10.5px;
	background: url("/gecard/capcom/streetfighter/img-files/index_ic01.png") no-repeat;
	z-index: 10;
}
/* other */
#mainContents .snsArea {
	width: 1140px;
}

@media screen and (max-width: 750px) {
	body{
		font-size: 13px;
		font-size: 1.3rem;
	}
	#pageContainer{
		overflow-x: hidden;
		background: url("/gecard/capcom/streetfighter/img-files/index_bg01.jpg") repeat top / 250px;
	}
	#mainContents{
		width: 100%;
		padding-top: 20px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		padding: 0 10px;
		height: 35px;
	}
	#headerLogo {
		width: auto;
		padding: 5px 0 7px;
	}
	#headerLogo img {
		height: 23px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 37px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		height: auto;
		padding: 15px 10px;
		font-size: 8px;
		font-size: 0.8rem;
	}
	#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	
	/* flow
	------------------------------------------------------ */
	.flow--wrap{
		margin: 23px -10px 15px;
		padding: 2px 10px 18px;
	}
	.flow {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
	}
	.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: 17px;
		top: -20px;
		right: 50%;
		margin-right: -8px;
		background: url("/gecard/capcom/streetfighter/img-files/index_ic03.png") no-repeat top left / cover;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
	}
	.flow > li .num {display: none;}
	.flow .flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.flow .flowDesc dt {
		display: table-cell !important;
		width: 26.5%;
		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 13px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	/* module
	------------------------------------------------------ */
	/* heading */
	.SF-heading02 {
		position: static;
		width: 100vw;
		padding-top: 30px;
		margin-left: -10px;
		transform: none;
	}
	.SF-heading02-02 {
		padding-top: 40px;
		text-align: center;
	}
	/* txt */
	.SF-txt {
		margin-top: 30px;
		font-size: 1.6rem;
	}
	.SF-txt .txtLarge {
		font-size: 2rem;
		font-weight: bold;
	}
	/* card */
	.SF-cardWrap {
		display: block;
		margin-top: 30px;
		padding: 0 20px;
	}
	.SF-cardWrap .SF-card {
		width: 100%;
	}
	.SF-cardWrap .SF-card + .SF-card {
		margin-top: 30px;
	}
	.SF-cardWrap .SF-card .SF-cardImage {
		text-align: center;
	}
	.SF-cardWrap .SF-cardTxt {
		margin-top: 20px;
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
	}
	/* SF-media */
	.SF-media {
		display: block;
		margin-top: 30px;
	}
	.SF-media .SF-mediaHead {
		width: auto;
		margin-right: 0;
	}
	.SF-media .SF-mediaBody {
		width: auto;
		margin-top: 20px;
	}
	.SF-media .SF-mediaImage {
		margin: 0 15%;
	}
	.SF-media .SF-mediaTxt {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.SF-media .SF-mediaTxt02 {
		margin-top: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
		color: #fb9438;
	}
	.SF-media .SF-mediaTxt03 {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.SF-media .SF-mediaNoteList {
		margin-top: 15px;
	}
	.SF-media .SF-mediaNoteList li {
		position: relative;
		padding-left: 12px;
		font-size: 1.2rem;
	}
	.SF-media .SF-mediaNoteList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box */
	.SF-box {
		margin-top: 20px;
		border: 1px solid #fff;
	}
	.SF-box + .SF-box {
		margin-top: 15px;
	}
	.SF-box .SF-boxInner {
		padding: 20px 5px;
	}
	.SF-box .SF-boxTitle {
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		color: #fff;
	}
	.SF-box .SF-boxTxt {
		font-size: 1.3rem;
	}
	.SF-box .SF-boxTxt .txtLarge {
		font-size: 1.3rem;
	}
	.SF-box .SF-boxList li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.SF-box .SF-boxList li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.SF-box .SF-boxList02 {
		margin-top: 5px;
	}
	.SF-box .SF-boxList02 li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.SF-box .SF-boxList02 li a {
		color: #fff;
	}
	.SF-box .SF-boxList02 li a:hover {
		text-decoration: none;
	}
	.SF-box .SF-boxList02 li + li {
		margin-top: 5px;
	}
	.SF-box .SF-boxList02 li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.SF-box .SF-boxImage {
		margin: 10px 5% 20px;
		text-align: center;
	}
	.SF-box .SF-boxInquiry {
		position: relative;
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	.SF-box .SF-boxInquiry::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-image: linear-gradient(to right, #783b9b, #783b9b 1px, transparent 1px, transparent 4px);
		background-size: 4px 1px;
		background-repeat: repeat-x;
	}
	.SF-box .SF-boxInquiry .SF-boxInquiryInner {
		padding: 20px 0 0;
	}
	.SF-box .SF-boxInquiry .SF-boxInquiryInner >:first-child {
		margin-top: 0!important;
	}
	.SF-box .SF-boxInquiry .SF-boxInquiryTxt {
		margin-top: 5px;
		font-size: 1.3rem;
	}
	.SF-box .SF-boxInquiry .SF-boxInquiryTel {
		margin-top: 5px;
		font-size: 1.3rem;
	}
	.SF-box .SF-boxInquiry .SF-boxInquiryTel a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.SF-box .SF-boxHr {
		width: 150px;
		height: 1px;
		margin: 30px auto;
		background-color: #fff;
	}
	/* list */
	.SF-list {
		margin-top: 20px;
		text-align: left;
	}
	.SF-list li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.SF-list li .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* image */
	.SF-image {
		margin-top: 20px;
	}


	/* applyBtn */
	.applyBtn {
		margin-top: 20px;
	}
	.applyBtn li {
		position: relative;
		max-width: 500px;
		margin: 0 auto;;
		padding: 0 15px;
	}
	.applyBtn li:hover {
		opacity: 1;
	}
	.applyBtn li::before,
	.applyBtn li::after {
		content: '';
		position: absolute;
		top: 0;
		width: 15px;
		height: 55px;
		background: url("/gecard/capcom/streetfighter/img-files/index_ic02.png") no-repeat top / cover;
	}
	.applyBtn li::before {
		left: 0;
	}
	.applyBtn li::after {
		right: 0;
		transform: rotate(180deg);
	}
	.applyBtn li a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 55px;
		padding: 5px 10px;
		background-color: #fff;
		font-size: 1.9rem;
		font-weight: bold;
		line-height: 1.2;
		color: #261522;
		text-decoration: none;
	}
	.applyBtn li a::before{
		content: '';
		position: absolute;
		top: 50%;
		right: -2px;
		width: 8px;
		height: 13px;
		margin-top: -6.5px;
		background: url("/gecard/capcom/streetfighter/img-files/index_ic01.png") no-repeat top / cover;
		z-index: 10;
	}
	/* other */
	#mainContents .snsArea {
		width: 95%;
		margin-bottom: 0;
	}

}
@media screen and (min-width: 751px) {
	.SF-button01 {
		margin-top: 30px;
		text-align: center;
	}
	.SF-button01 a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 87px;
		padding: 5px 93px;
		border: 1px solid #fff;
		background-color: rgba(255,255,255,0.05);
		text-align: center;
		font-size: 2.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.SF-button01 a:hover {
		background-color: rgba(255,255,255,0.2);
	}
	.SF-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 30px;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background: url("/gecard/capcom/streetfighter/img-files/index_ic04.png") no-repeat 0 0 / contain;
	}
}
@media screen and (max-width: 750px) {
	.SF-button01 {
		margin-top: 15px;
		text-align: center;
	}
	.SF-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 68px;
		padding: 5px 35px;
		border: 1px solid #fff;
		background-color: rgba(255,255,255,0.05);
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.SF-button01 a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url("/gecard/capcom/streetfighter/img-files/index_ic04.png") no-repeat 0 0 / contain;
	}
	
}
/* Cleafix
------------------------------------------------------ */
.contentsWrap:after,
.flow:after {
	display: block;
	clear: both;
	content: "";
}