h1{
	margin: 0 auto calc(30 / 750 * 100%);
}
h2{
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}
h4{
	margin: 0;
}
h1:first-child,
h2:first-child,
h3:first-child{
	margin-top: 0;
}

img {
	width: 100%;
	height: auto;
}

.bg{
	background-color: #fadce8;
}

.inner{
	width: auto;
	max-width: 750px;
}

.contents{
	padding-bottom: calc(50 / 750 * 100%);
}

.contents__ttl{
	margin-bottom: calc(40 / 690 * 100%);
}

.contents__read {
	background-color: #fff;
	border-radius: 30px;
	padding: calc(32 / 690 * 100%);
	margin-bottom: calc(35 / 690 * 100%);
}
.contents__read > p{
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Std", "Noto Sans Japanese", Roboto, "Droid Sans", sans-serif;
	text-align: center;
}
.contents__read > p span{
	display: block;
	font-weight: bold;
	color: #e72e8c;
}

.contents__tap{
	position: relative;
	padding-bottom: calc(50 / 750 * 100% + 63px);
}

.contents__tap::after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
	border-top: 63px solid #e72e8c;
	border-right: 96px solid transparent;
	border-left: 96px solid transparent;
	bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contents__nav > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
}
.contents__nav > ul > li{
	flex-basis: calc(50% - 7px);
}

.contents--head{
	padding-bottom: calc(70 / 750 * 100%);
}
.contents--head > *{
	margin-left: calc(30 / 750 * 100%);
	margin-right: calc(30 / 750 * 100%);
}

.contents--check > .contents__read{
	border-radius: 10px;
	margin: 0 calc(30 / 750 * 100%) calc(38 / 710 * 100%);
}
.contents--check > .contents__nav{
	margin: 0 calc(30 / 750 * 100%) calc(23 / 750 * 100%);
}

.contents__check{
	margin: 0 calc(30 / 750 * 100%);
}

.contents__check > *:not(:last-child){
	margin-bottom: calc(26 / 710 * 100%);
}

.contents__process-list{
	margin: 0 calc(30 / 750 * 100%);
}

.contents__process-list > li{
	position: relative;
}
.contents__process-list > li:not(:last-child),
.contents__process-list > .contents__process-list__mark{
	padding-bottom: calc(50 / 750 * 100% + 63px);
}
.contents__process-list > li:not(:last-child)::after,
.contents__process-list > .contents__process-list__mark::after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
	border-top: 63px solid #e72e8c;
	border-right: 96px solid transparent;
	border-left: 96px solid transparent;
	bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contents__process-list li > *:not(:last-child)
.contents__process-list > .contents__process-list__mark{
	margin-bottom: calc(30 / 750 * 100%);
}

@media screen and (max-width: 480px){
	.contents__read > p{
		font-size: 10px;
	}
	.contents__tap{
		padding-bottom: calc(50 / 750 * 100% + 30px);
	}
	.contents__tap::after{
		border-top: 24px solid #e72e8c;
		border-right: 40px solid transparent;
		border-left: 40px solid transparent;
		bottom: 15px;
	}

	.contents__process-list > li:not(:last-child),
	.contents__process-list > .contents__process-list__mark{
		padding-bottom: calc(50 / 750 * 100% + 30px);
	}
	.contents__process-list > li:not(:last-child)::after,
	.contents__process-list > .contents__process-list__mark::after{
		border-top: 16px solid #e72e8c;
		border-right: 39px solid transparent;
		border-left: 39px solid transparent;
		bottom: 10px;
	}
	.contents__process-list li > .coution::before{
		width: 22px;
		height: 20px;
		top: 10px;
	}
}