@charset "utf-8";

main {
	margin-bottom: 10rem;
	color: #000;
	line-height: 1.5;
}
@media (max-width: 768px) {
	main {
		margin-bottom: 8rem;
	}
	main .inner {
		padding: 0 4rem;
	}
}

/* btn */
.btn01 {
	margin-top: 2.2rem;
	font-size: 1.8rem;
}
.btn01 a::before {
	display: inline-block;
	content: "";
	background-image: url(/member/info/service/top/img/icon_arrow01_gray.png);
	background-repeat: no-repeat;
	background-size: auto 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
	margin-right: 0.45rem;
	margin-bottom: 0.2rem;
	transform: rotate(-90deg);
}
.btn01 a:hover {
	color: #eb5586;
}
.btn01 a:hover::before {
	background-image: url(/member/info/service/top/img/icon_arrow01_pink.png);
}
.btn02 a {
	display: block;
	padding: 1.4rem 2.5rem 1.2rem;
	border: solid 2px #e85e8b;
	font-size: 2.3rem;
	color: #eb5586;
}
.btn02 a::before {
	content: "";
	display: inline-block;
	background-image: url(/member/info/service/top/img/icon_arrow01_pink.png);
	background-repeat: no-repeat;
	background-size: auto 2rem;
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
	margin-right: 0.6rem;
	margin-bottom: 0.2rem;
	transform: rotate(-90deg);
}
/* .btn02 a::after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	margin: -4px 0 2px;
}
.btn02 a:hover::after {
	background: #eb5586;
} */
.borderRed {
	border: solid 2px #ec1111;
}
@media (max-width: 768px) {
	.btn01 {
		margin-top: 3.2rem;
		font-size: 2.6rem;
	}
	.btn01 a::before {
		width: 2.4rem;
		height: 2.4rem;
		background-size: auto 2.4rem;
		margin-right: 0.65rem;
		margin-bottom: 0.4rem;
	}
	.btn02 a {
		padding: 1.5rem;
		font-size: 3rem;
	}
	.btn02 a::before {
		width: 2.7rem;
		height: 2.7rem;
		background-size: auto 2.7rem;
		margin-bottom: 0.6rem;
	}
}

/* about */
.about {
	padding-bottom: 8rem;
}
.about .aboutInfo {
	margin: 0 auto;
	padding: 0 5.5rem;
}
.about .aboutInfo .pic {
	width: 45.5rem;
	margin: 0 auto 4rem;
}
.about .aboutInfo .txt {
	margin-top: 2.4rem;
	padding: 0 2.4rem;
	font-size: 1.8rem;
}
.about .aboutInfo ul {
	margin-top: 2rem;
	padding: 0 2.4rem;
	font-size: 1.8rem;
}
.about .aboutInfo ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.about .btns {
	margin-top: 5rem;
	padding-top: 3rem;
	border-top: dashed 1px #000;
}
.about .btns ul {
	margin: 0 auto;
	width: 70%;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.about .btns li {
	width: 49%;
}
.about .btns a {
	padding: 1.6rem 1.6rem 1.3rem 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 3.5rem;
	border: solid 1px #e85e8b;
	font-size: 2.3rem;
	font-weight: bold;
	color: #eb5586;
	text-decoration: none;
}
.about .btns a span {
	padding-left: 2.5rem;
	display: inline-block;
	background: url(/member/info/service/top/img/icon_arrow01_pink.png) no-repeat center left;
	background-size: auto 2rem;
	border-bottom: solid 3px #fff;
}
@media (max-width: 768px) {
	.about .aboutInfo {
		padding: 0;
	}
	.about .aboutInfo .txt {
		margin-top: 3.2rem;
		padding: 0;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.about .aboutInfo ul {
		margin-top: 2rem;
		padding: 0;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.about .btns {
		margin-top: 4.6rem;
	}
	.about .btns ul {
		width: 100%;
	}
	.about .btns a {
		font-size: 2.2rem;
		border-radius: 3rem;
		padding: 1.6rem;
	}
	.about .btns a span {
		background-size: auto 2rem;
		padding-left: 3rem;
	}
}

/* mainContents */
section h2 {
	padding: 2.5rem 0;
	background-color: #e85e8b;
	font-size: 3.4rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: relative;
}
section h2::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -1.5rem;
	border-top: 2rem solid #e85e8b;
	border-right: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	margin-left: -1.5rem;
}
section h3 {
	padding: 1.6rem;
	background: #f9d7e0;
	border-radius: 4rem;
	font-size: 3.4rem;
	text-align: center;
}
.caseBlock .notes {
	font-size: 1.8rem;
}
.inner > section {
	padding-bottom: 10rem;
}
/* .inner > section:last-of-type {
	padding-bottom: 12rem;
} */
.upperNotes {
	padding-top: 7.2rem;
	padding-bottom: 10rem;
}
.upperNotes p {
	font-size: 2.4rem;
}
.upperNotes > dl {
	margin: 4rem 0 0;
	padding: 4rem;
	background: #f4f4f4;
}
.upperNotes > dl dt {
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
	font-weight: bold;
}
.upperNotes > dl dd {
	font-size: 1.8rem;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}
.flow {
	margin: 0 6rem;
}
.flow .readTxt {
	margin-top: 2rem;
	font-size: 2.4rem;
	line-height: 1.6;
}
.flow .readTxt dt {
	margin-top: 2rem;
}
.flow .btn02 {
	margin-top: 1.2rem;
}
.step {
	margin-top: 7.2rem;
}
.step::after {
	content: "";
	display: block;
	width: 100%;
	background-image: url(/member/info/service/top/img/icon_arrow03.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 4.4rem;
	margin: 4rem 0 0;
}
.step:last-child::after {
	display: none;
}
.step .ttl {
	display: flex;
	align-items: center;
}
.step .num {
	width: 21%;
}
.step .num img {
	height: 5.8rem;
	width: auto;
}
.step .txt {
	width: calc(100% - 23%);
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.step > figure {
	margin: 3.2rem 0 0;
	border: solid 0.4rem #d3d3d3;
}
.step > .notes {
	margin-top: 3.2rem;
}
#caseOnline .upperNotes {
	margin: 4.8rem 0 0;
	padding: 5.6rem;
}
#caseOnline .upperNotes p {
	text-align: center;
}
#caseOnline .upperNotes p:nth-of-type(1) {
	font-size: 2.8rem;
	font-weight: bold;
}
#caseOnline .upperNotes p:nth-of-type(2) {
	margin: 1.6rem 0 0;
	font-size: 2.2rem;
	font-weight: bold;
}
#caseOnline .upperNotes p:nth-of-type(3) {
	font-size: 1.6rem;
	margin: 1.2rem 0 0;
	text-align: right;
}
#caseOnline .upperNotes p:nth-of-type(4) {
	font-size: 1.6rem;
	margin: 1.2rem 0 0;
	text-align: left;
}
#caseOnline .upperNotes ul {
	margin: 1rem 0 0;
	display: flex;
	justify-content: space-between;
}
#caseOnline .upperNotes li {
	width: 32%;
	border: solid 1px #000;
}
#caseOnline .upperNotes li a {
	display: block;
	padding: 2.9rem 3.2rem;
	text-align: center;
	position: relative;
}
#caseOnline .upperNotes li a::after {
	display: block;
	content: "";
	background-image: url(/member/info/service/top/img/icon_arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 4.9rem;
	height: 4.9rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
#caseOnline .upperNotes li a img {
	height: 6rem;
	width: auto;
}
#caseOnline .lowerNotes {
	margin: 4.8rem 6rem 0;
	padding: 3.2rem;
}
#caseOnline .lowerNotes p:nth-of-type(1) {
	font-size: 1.8rem;
	text-align: center;
}
#caseOnline .lowerNotes ul {
	margin: 1.6rem 0 0;
	display: flex;
	justify-content: space-around;
	text-align: center;
}
#caseOnline .lowerNotes li {
	margin: 0;
}
#caseShop .flow .readTxt {
	margin-top: 4.8rem;
}
#caseShop .descBlock {
	margin-top: 3.2rem;
	display: flex;
	justify-content: space-between;
}
#caseShop .descBlock p {
	text-align: center;
}
#caseShop .descBlock p img {
	width: 100%;
}
#caseShop .descBlock dl {
	padding: 32px 5%;
	background: #fee9ef;
	border-radius: 2rem;
	width: 50.7rem;
	font-size: 2.4rem;
}
#caseShop .descBlock dt {
	margin-bottom: 1.2rem;
}
#caseShop .descBlock dd {
	text-indent: -1em;
	padding-left: 1em;
}
#caseShop .descBlock dd .notes {
	font-size: 1.8rem;
}
#utilization .upperNotes {
	padding-bottom: 4.8rem;
}
#casePayment .step {
	margin-top: 4.8rem;
}
#casePayment .step::after {
	margin: 2.6rem 0 0;
}
#caseInquiry .flow .readTxt {
	margin-top: 4rem;
}
#caseInquiry .upperNotes {
	padding-top: 4rem;
	padding-bottom: 0;
}
#caseInquiry .btns {
	margin: 2rem auto 0;
	width: 53rem;
}
.appInfoBlock {
	padding-top: 3.2rem;
	border-top: dashed 1px #000;
}
.appInfoBlock .notes {
	margin-top: 1.6rem;
	font-size: 1.8rem;
}
.appInfoBlock .inline {
	height: 4.2rem;
	width: auto;
	padding: 0 1.2rem 0.6rem;
	vertical-align: middle;
}
.messageBlock {
	margin-top: 5rem;
	padding: 1.6rem 6rem 0;
	border-top: solid 0.6rem #e85e8b;
	border-bottom: solid 0.6rem #e85e8b;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.messageBlock .img {
	width: 20.5rem;
}
.messageBlock .txt {
	font-size: 2.6rem;
	color: #e85e8b;
	font-weight: bold;
	width: 62rem;
}
@media (max-width: 768px) {
	section h2 {
		font-size: 3.6rem;
		padding: 3.6rem 0;
	}
	section h2::after {
		bottom: -2.8rem;
		border-top: 3.4rem solid #e85e8b;
		border-right: 2.6rem solid transparent;
		border-left: 2.6rem solid transparent;
		margin-left: -2.6rem;
	}
	section h3 {
		padding: 3.2rem;
		border-radius: 8rem;
		font-size: 3.6rem;
	}
	.caseBlock .notes {
		font-size: 2.6rem;
	}
	.inner > section {
		padding-bottom: 11rem;
	}
	.upperNotes {
		padding-top: 6.4rem;
		padding-bottom: 11rem;
	}
	.upperNotes p {
		font-size: 3rem;
	}
	.upperNotes > dl {
		padding: 5rem;
		margin: 4rem 0 0;
	}
	.upperNotes > dl dt {
		font-size: 3rem;
		margin-bottom: 2.4rem;
	}
	.upperNotes > dl dd {
		font-size: 2.6rem;
	}
	.flow {
		margin: auto;
	}
	.flow .readTxt {
		margin-top: 4.5rem;
		font-size: 3rem;
	}
	.flow .readTxt dt {
		margin-top: 3.7rem;
	}
	.flow .btn02 {
		margin-top: 1.25em;
	}
	.step {
		margin-top: 8rem;
	}
	.step::after {
		height: 4.4rem;
		margin: 4.4rem 0 0;
	}
	.step .ttl {
		flex-direction: column;
		line-height: 1;
		text-align: center;
	}
	.step .num {
		width: 100%;
	}
	.step .txt {
		width: 100%;
		font-size: 3.6rem;
		padding: 3.6rem 0 0;
	}
	.step > figure {
		margin-top: 5.2rem;
	}
	.step > .notes {
		margin-top: 3.2rem;
	}
	#caseOnline .upperNotes {
		margin: 6rem 0 0;
		padding: 4.6rem;
	}
	#caseOnline .upperNotes p:nth-of-type(1) {
		font-size: 3.2rem;
	}
	#caseOnline .upperNotes p:nth-of-type(2) {
		font-size: 3rem;
		margin: 3.2rem 0 0;
	}
	#caseOnline .upperNotes p:nth-of-type(3) {
		font-size: 2.6rem;
		margin: 2.4rem 0 0;
		text-align: left;
	}
	#caseOnline .upperNotes p:nth-of-type(4) {
		font-size: 2.6rem;
		margin: 2.4rem 0 0;
	}
	#caseOnline .upperNotes ul {
		flex-direction: column;
	}
	#caseOnline .upperNotes li {
		width: 100%;
		margin-top: 2rem;
	}
	#caseOnline .upperNotes li a {
		padding: 3.2rem 0;
	}
	#caseOnline .upperNotes li a img {
		height: 8rem;
	}
	#caseOnline .lowerNotes {
		margin: 4.8rem 0 0;
		padding: 4.8rem;
	}
	#caseOnline .lowerNotes p:nth-of-type(1) {
		font-size: 2.6rem;
	}
	#caseOnline .lowerNotes ul {
		margin: 3.2rem 0 0;
		flex-direction: column;
		text-align: left;
	}
	#caseOnline .lowerNotes li {
		margin: 0 10.4rem;
	}
	#caseOnline .lowerNotes li + li {
		margin-top: 1.3rem;
	}
	#caseShop .descBlock {
		margin-top: 4rem;
		flex-direction: column;
	}
	#caseShop .descBlock p img {
		width: 60%;
	}
	#caseShop .descBlock dl {
		padding: 4rem 6.5rem;
		margin-top: 4rem;
		width: 100%;
		font-size: 3rem;
	}
	#caseShop .descBlock dt {
		margin-bottom: 0;
	}
	#caseShop .descBlock dd .notes {
		font-size: 2.6rem;
	}
	#utilization .upperNotes {
		padding-bottom: 11rem;
	}
	#casePayment .step {
		margin-top: 8rem;
	}
	#casePayment .step::after {
		margin: 4.4rem 0 0;
	}
	#caseInquiry .flow .readTxt {
		margin-top: 4.4rem;
	}
	#caseInquiry .upperNotes {
		padding-top: 6.4rem;
		padding-bottom: 0;
	}
	#caseInquiry .btns {
		margin: 4rem auto 0;
		width: 100%;
	}
	.appInfoBlock {
		padding-top: 6rem;
	}
	.appInfoBlock .notes {
		margin-top: 4rem;
		font-size: 2.6rem;
	}
	.appInfoBlock .inline {
		height: 5.2rem;
		padding: 0 1.5rem 0.7rem;
	}
	.messageBlock {
		margin-top: 5.2rem;
		padding: 2.6rem;
		border-top: solid 1rem #e85e8b;
		border-bottom: solid 1rem #e85e8b;
	}
	.messageBlock .txt {
		font-size: 3rem;
		width: 40rem;
	}
}
