@charset "UTF-8";
/* font family */
/* fon weight */
/*----------
	Suica（ICカード） 購入方法
	/suica/ic/howtoget/
----------*/
.bg-green {
	background-color: #008803 !important;
}

.how-3up {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
@media (max-width: 750px) {
	.how-3up {
		display: grid !important;
	}
}
.how-3up .c-grid__item {
	padding: 30px;
}
@media (min-width: 751px) {
	.how-3up .c-grid__item:first-child {
		padding-left: 30px;
		padding-right: 0;
		width: 27%;
	}
}
@media (max-width: 750px) {
	.how-3up .c-grid__item:first-child {
		text-align: center;
		padding-top: 20px;
	}
	.how-3up .c-grid__item:first-child img {
		width: 220px;
	}
}
.how-3up .c-grid__item:first-child.bg-green {
	width: 36%;
	background-color: #008803;
	padding-left: 30px;
	padding-right: 30px;
}
@media (max-width: 750px) {
	.how-3up .c-grid__item:first-child.bg-green {
		width: 100%;
		padding: 20px;
	}
}
@media (min-width: 751px) {
	.how-3up .c-grid__item:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
		width: 37%;
	}
}
@media (min-width: 751px) {
	.how-3up .c-grid__item:nth-child(3) {
		padding-left: 0;
		padding-right: 30px;
		width: 36%;
	}
}
@media (max-width: 750px) {
	.how-3up .c-grid__item:nth-child(3) {
		padding-bottom: 20px;
	}
}
@media (max-width: 750px) {
	.how-3up .c-grid__item {
		padding: 0 20px;
	}
}

.u-border-top-green {
	border-top: 1px solid #008803;
}

@media (max-width: 750px) {
	.gap-m-sp {
		gap: 30px !important;
	}
}

.c-list--note-num {
	counter-reset: note-counter;
}
.c-list--note-num > li {
	padding-left: 2.5em;
	position: relative;
	counter-increment: note-counter;
}
.c-list--note-num > li::before {
	content: "※" counter(note-counter);
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 750px) {
	.u-pb-m-sp {
		padding-bottom: 30px !important;
	}
}

@media (max-width: 750px) {
	.u-width-160-sp {
		width: 160px !important;
	}
}

.u-width-80 {
	width: 80px !important;
}
@media (max-width: 750px) {
	.u-width-80 {
		width: 50px !important;
	}
}

.u-width-160 {
	width: 160px !important;
}

.u-pt-10 {
	padding-top: 10px;
}

.u-pxy-l {
	padding: 50px 40px !important;
}
@media (max-width: 750px) {
	.u-pxy-l {
		padding: 30px 20px !important;
	}
}

.u-height-strach {
	height: 100%;
}

.u-grid {
	display: grid;
}

@media (max-width: 750px) {
	.u-gap-30-sp {
		gap: 30px !important;
	}
}

.u-border-top {
	border-top: 1px solid #008803;
}

.u-pt-xxl {
	padding-top: 80px !important;
}
@media (min-width: 751px) {
	.u-pt-xxl {
		padding-top: 100px !important;
	}
}

.btn-box-2up {
	padding: 30px 60px !important;
}
.btn-box-2up .c-grid--2up {
	gap: 100px !important;
}
@media (max-width: 750px) {
	.btn-box-2up {
		padding: 40px 20px !important;
	}
	.btn-box-2up .c-grid--2up {
		gap: 40px !important;
	}
}

.u-height-3em {
	min-height: 3em;
}
@media (max-width: 750px) {
	.u-height-3em {
		min-height: auto;
	}
}

.u-center-xy {
	justify-content: center;
	align-items: center;
}

.u-max-width-800 {
	max-width: 800px;
	margin: 0 auto;
}
.u-max-width-800 img {
	width: 100%;
}

.u-width-130 {
	width: 130px !important;
}

.u-width-240 {
	width: 240px !important;
}
@media (max-width: 750px) {
	.u-width-240 {
		width: 200px !important;
	}
}

@media (max-width: 750px) {
	.u-sp-block {
		display: block !important;
	}
}

@media (max-width: 750px) {
	.u-text-left-sp {
		text-align: left !important;
	}
}
/*# sourceMappingURL=suica-ic-howtoget.css.map */
